@charset "utf-8";

/*----- SubVisual -----*/
.sub_visual {
  position: relative;
  display: none;
  width: 100%;
  height: 420px;
}

.sub_visual > .navi {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: transparent;
  z-index: 1;
}

.sub_visual > .navi > .brand {
  position: absolute;
  top: 20px;
  left: 60px;
}

.sub_visual > .navi > .button {
  position: absolute;
  top: 20px;
  right: 60px;
}

.sub_visual > .navi > .button > a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
  color: #a40000;
  background: #fff;
  border-radius: 100px;
}

.sub_visual > .navi > .button > a:hover {
  opacity: 10;
  color: #fff;
  background: #a40000;
}

.sub_visual > .text {
  position: absolute;
  display: block;
  width: 100%;
  top: 45%;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.sub_visual > .text > .label {
  display: inline-block;
  width: 50%;
  max-width: 400px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  background: #a40000;
  vertical-align: top;
}

.sub_visual > .text > .body {
  display: inline-block;
  width: calc( 50% - 40px );
  max-width: 400px;
  padding: 0 0 0 40px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
  vertical-align: top;
}

.sub_visual  > .text > .body > .line {
  padding: 15px 0 0 0;
  font-size: 30px;
}

.sub_visual > .text > .body > p:nth-child(2){
  font-size: 18px;
}


.sub_visual > .video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.sub_visual > .video > video {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(70%);
  z-index: 0;
  
}

.sub_visual > .image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.sub_visual > .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-width: 1400px;
  min-height: 420px;
  z-index: 0;
}

/*----- SubVisualSp ----- */
.sub_visual_sp {
  position: relative;
  display: block;
  background: #fff;
}

.sub_visual_sp > .navi {
  width: 100%;
  height: 75px;
}

.sub_visual_sp > .navi > .brand {
  display: block;
  width: 150px;
  padding: 22.5px 0 0 15px;
}

.sub_visual_sp > .navi > .brand > a > img {
  width: 75%;
}

.sub_visual_sp > .navi > .hum {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
}

.sub_visual_sp > .navi > .hum > img {
  width: 30px;
}


.sub_visual_sp > .video {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  line-height: 0;
  overflow: hidden;
}

.sub_visual_sp > .video > video {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  min-width: 100%;
  height: 100%;
  filter: brightness(70%);
}

.sub_visual_sp > .image {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  line-height: 0;
  overflow: hidden;
}

.sub_visual_sp > .image > img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: 768px;
  height: 100%;
}

.sub_visual_sp  > .text {
  position: absolute;
  display: block;
  width: 100%;
  top: 45%;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.sub_visual_sp  > .text > .label {
  display: block;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  background: #a40000;
  vertical-align: top;
}

.sub_visual_sp  > .text > .body {
  display: block;
  width: 100%;
  height: auto;
  line-height: 28px;
  margin: 10px 0 0 0;
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  vertical-align: top;  
}

.sub_visual_sp  > .text > .body > p {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.sub_visual_sp  > .text > .body > p:nth-child(2){
  font-size: 15px;
}
/*----- Recruit -----*/
#recruit {
  padding: 80px 0;
}

#recruit a {
  color: #2b9af3;
}

.accordion {
  width: 97.5%;
  max-width: 850px;
  margin: 0 auto;
}

.accordion_header {
  position: relative;
  background-color: #fff;
  color: #a40000;
  cursor: pointer;
  height: 75px;
  line-height: 75px;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
  text-align: left;
  outline: none;
  font-size: 14px;
  border: 1px solid #a40000;
  font-family: "ヒラギノ角ゴ ProN W3", Yu Gothic;
}

/* .accordion_header.active,
.accordion_header:hover {
  color: #fff;
  background: #a40000;
} */

.accordion_body {
  max-height: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion_header:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 100%;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  background: #a40000;
  content: url(../images/common/open.png);
}

.accordion_header.active:after {
  content: url(../images/common/close.png);
}

.accordion_body > table {
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 28px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #a40000;
  border-top: 3px solid #a40000;
  
}

.accordion_body > table > tbody > tr {
  border-bottom: 1px solid #ccc;
}

.accordion_body > table > tbody > tr:last-child {
  border-bottom: 1px solid #a40000;
}

.accordion_body > table > tbody > tr > th {
  display: block;
  width: calc( 100% - 30px );
  min-height: 30px;
  padding: 15px;
  background: #eee;
  vertical-align: top;
}

.accordion_body > table > tbody > tr > td {
  display: block;
  width: calc( 100% - 30px );
  min-height: 30px;
  padding: 15px;
}

.accordion_body > table > tbody > tr > td > form > .entry {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  margin: 20px auto;
  padding: 0;
  font-size: 15px;
  color: #fff;
  background: #a40000;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background-image: url(../images/common/check.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}


/*----- Creative Educate -----*/
.panel_one {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}

.panel_one > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  
}

.panel_one > .left {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90%;
  height: auto;
  vertical-align: top;
  background: rgba( 251, 216, 218, 0.9 );
  z-index: 1;
}

.panel_one > .right {
  display: inline-block;
  width:100%;
  text-align: right;
  vertical-align: top;
  overflow: hidden;
  z-index: 0;
}

.panel_one > .right > .image > img {
  width: 100%;
  height: auto;
  min-width: 849px;
  min-height: 540px;
}

.panel_one > .left > .header {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 40px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #a40000;
  z-index: 2;
}

.panel_one > .left > .header > h2 {
  color: #fff;
}

.panel_one > .left > .body {
  width: calc( 100% 30px );
  max-width: 375px;
  padding: 15px;
  margin: 0 auto;
  font-size: 15px;
}

.panel_one > .left > .body > p {
  font-size: 15px;
  line-height: 30px;
}

/*----- Panel -----*/
.panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.panel > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: left;
  overflow: hidden;
}

.panel > .image > img {
  min-width: 825px;
  max-width: 825px;
  width: auto;
  height: 100%;
}

.panel > .image_rignt {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  height: auto;
  overflow: hidden;
}

.panel > .image_rignt > img {
  min-width: 825px;
  max-width: 825px;
  width: auto;
  height: 100%;
}

.panel> .inner {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: auto;
  font-size: 15px;
  z-index: 1;
}

.panel > .inner > .right {
  display: block;
  width: calc( 90% - 40px );
  height: calc( 100% - 80px );
  max-width: 425px;
  margin: 0 0 0 auto;
  padding: 40px 20px;
  line-height: 28px;
  background: rgba( 255, 255, 255, 0.9 );
}

.panel > .inner > .left {
  display: block;
  width: calc( 90% - 40px );
  height: calc( 100% - 80px );
  max-width: 400px;
  margin: 0 auto 0 0;
  padding: 40px 20px;
  line-height: 28px;
  background: rgba( 255, 255, 255, 0.9 );
}

/*----- PanelEcommerce -----*/
.ecommerce > .inner > .right > .header {
  margin: 0 0 20px 0;
}

.ecommerce > .inner > .right > .body > .content {
  font-size: 0;
  margin: 0 0 20px 0;
}

.ecommerce > .inner > .right > .body > p {
  margin: 0 0 20px 0;
}

.ecommerce > .inner > .right > .body > .content > div {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: top;
}

.ecommerce > .inner > .right > .body > .content > .image {
  text-align: center;
}

.ecommerce > .inner > .right > .body > .content > div > img {
  width: 80%;
  margin: 0 0 0 auto;
}

/*----- PanelReborn -----*/
.reborn > .inner > .left > .header {
  margin: 0 0 20px 0;
}

.reborn > .inner > .left > .body > .content {
  font-size: 0;
  margin: 0 0 20px 0;
}

.reborn > .inner > .left > .body > p {
  margin: 0 0 20px 0;
}

.reborn > .inner > .left > .body > .content > div {
  display: inline-block;
  width: 50%;
  font-size: 15px;
  vertical-align: top;
}

.reborn > .inner > .left > .body > .image {
  margin: 0 0 20px 0;
}

/*----- PanelSchool -----*/
.school > .inner > .right > .header {
  margin: 0 0 20px 0;
}

.school > .inner > .right > .body > .content {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  font-size: 0px;
}

.school > .inner > .right > .body > .content > div {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}

.school > .inner > .right > .body > .content > .image {
  text-align: center;
}


.school > .inner > .right > .body > .content > div > img {
  width: 80%;
}

.school > .inner > .right > .body > p {
  margin: 0 0 20px 0;
}

/*----- PanelCorp -----*/
.corp > .inner > .left > .header {
  margin: 0 0 20px 0;
}

.corp > .inner > .left > .body > p {
  margin: 0 0 20px 0;
}

/*----- PanelPlanning -----*/
.planning > .inner > .right > .header {
  margin: 0 0 20px 0;
}

.planning > .inner > .right > .body > .content {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  font-size: 0px;
}


.planning > .inner > .right > .body > p {
  margin: 0 0 20px 0;
}


/*----- PanelWeb ----- */
.panel_web {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
  font-size: 0;
  overflow: hidden;
}

.panel_web strong {
  display: block;
  margin: 0 0 20px 0;
}


.panel_web > .header {
  font-size: 24px;
  margin: 0 0 40px 0;
  text-align: center;
}

.panel_web > .left {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
}

.panel_web > .right {
  display: inline-block;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}



.panel_web > .left > p {
  width: 100%;
}

.panel_web > .left > .button_tab > a {
  margin: 40px auto 80px auto;
}

.panel_web > .button {
  width: 200px;
  height: 45px;
  margin: 40px auto 80px auto;
  background-color:#a40000;
  color:#a40000;
  
}


.panel_web > .right > ul {
  display: inline-block;
  width: 50%;
  font-size: 15px;
  line-height: 30px;
  list-style-type: none;
  vertical-align: top;
}

.panel_web > .right > ul > li {
  font-size: 14px;
}

.panel_web > .right > .button_tab > a {
  margin: 40px auto 0 auto;
}

.panel_web > .footer {
  margin: 40px 0 0 0;
}

.panel_web > .footer > div {
  display: inline-block;
  width: 60%;
}

.panel_web > .footer > div:nth-child(2) {
  display: inline-block;
  width: 40%;
}

/*----- PanelOther -----*/
.panel_other {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
  font-size: 0;
  overflow: hidden;
}

.panel_other > .header {
  padding: 0 0 40px 0;
  font-size: 24px;
  text-align:center;
}

.panel_other > .body > .button {
  display: inline-block;
  height: 80px;
  width: 100%;
  padding: 10px 0;
  margin: 0 5px 5px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
  background: #fff;
  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  vertical-align: top;
}

.panel_other > .body > .button:nth-child(3),
.panel_other > .body > .button:nth-child(4) {
  line-height: 55px;
}

/* PanelManager */
/* Sp */
.panel_manager_sp {
  display: block;
  position: relative;
  width: calc( 100% - 20px );
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 80px 10px;
  font-size: 15px;
  line-height: 28px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", Yu Mincho;
}

.panel_manager_sp > .header {
  margin: 0 0 40px 0;
  color: #333;
}

.panel_manager_sp > .header > h2 {
  color: #333;
}

.panel_manager_sp > .body > .image {
  float: right;
  width: calc( 150px - 10px );
  margin: 0 0 10px 10px
}

.panel_manager_sp > .body > .text > p {
  margin: 0 0 20px 0
}

.panel_manager_sp > .body > .text > p:last-child {
  margin: 40px 0 0 0;
  text-align: right;
  font-weight: bolder;
}
.panel_manager_sp > .body > .text > p > span {
  font-size: 12px;
}

/* Pc */
.panel_manager {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
}
.panel_manager > .image {
  width: 100%;
  height: auto;
}
.panel_manager > .image > img {
  width: 100%;
  height: auto;
}

.panel_manager > .text {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  
}

.panel_manager > .text > .inner {
  display: block;
  width: calc( 100% - 80px );
  max-width: 675px;
  height: auto;
  padding: 40px;
  font-size: 14px;
  line-height: 24px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", Yu Mincho;
  background: rgba( 255, 255, 255, 0.7 );
}

.panel_manager > .text > .inner > h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}

.panel_manager > .text > .inner > p {
  margin: 20px 0 0 0;
}

.panel_manager > .text > .inner > p > span {
  font-size: 12px;
  font-weight: bolder;
}

.panel_manager > .text > .inner > p:last-child {
  text-align: right;
  font-size: 15px;
  font-weight: bolder;
}

/*----- PanelCeo -----*/
.panel_ceo {
  width: 100%;
  height: auto;
}

.panel_ceo > div > img {
  width: 100%;
  height: auto;
}

.panel_ceo_message {
  width: calc( 100% - 40px );
  max-width: 690px;
  height: auto;
  margin: 0 auto;
  padding: 80px 20px 40px 20px;
}

.panel_ceo_message > p:last-child {
  text-align: right;
  font-weight: bolder;
}

.panel_ceo_message > p > span {
  font-size: 12px;
}

.panel_ceo_message > p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 28px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", Yu Mincho;
}

.panel_corporate_info {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0;
  line-height: 28px;
  font-size: 14px;
}

.panel_corporate_info > table {
  display: table;
  width: 100%;
  height: auto;
  border: none;
  box-sizing: border-box;
}

.panel_corporate_info > table > tbody > tr > th {
  display: block;
  width: 100%;
  height: 40px;
  padding: 15px 0 0 0;
  line-height: 40px;
  border-bottom: 4px solid #a40000;
}

.panel_corporate_info > table > tbody > tr > td {
  display: block;
  width: calc( 100% - 40px );
  height: auto;
  padding: 20px 20px;
}

.panel_corporate_info > table > tbody > tr > td > .group {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  vertical-align: top;
}

.panel_corporate_info > table > tbody > tr > td > .group > .banner {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 10px 0;
}

.panel_corporate_info a {
  color: #2b9af3;
}

/*----- PanelContact -----*/
.panel_contact {
  padding: 80px 0;
  line-height: 28px;
}

.panel_contact .hissu {
  float: right;
  line-height: 20px;
  margin: auto;
  padding: 2px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background: #a40000;
}

.panel_contact > .text {
  font-size: 15px;
}
.panel_contact > .header > h2 {
  margin: 20px 0;
  text-align: center;
}

.panel_contact > .body > p {
  font-size: 15px;
  padding: 0 20px;
}

.panel_contact > table {
  width: 100%;
  height: auto;
  margin: 60px 0;
  font-size: 15px;
  border-collapse: collapse;
}

.panel_contact > table >  tbody > tr {
  margin: 0 0 20px 0;
  
}
.panel_contact > table >  tbody > tr > th {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: left;
  color: #333;
  border-bottom: 4px solid #a40000;
  box-sizing: border-box;
}

.panel_contact > table >  tbody > tr > td {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 50px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
}

.panel_contact > table >  tbody > tr > td > * {
  
}

.panel_contact > table >  tbody > tr > td > input {
  width: inherit;
  height: 48px;
  font-size: 15px;
  border: none;
}

.panel_contact > table >  tbody > tr > td > textarea {
  width: calc( 100% - 10px );
  height: 75px;
  padding: 5px;
  line-height: 28px;
  font-size: 15px;
  border: 1px solid #eee;
}

.panel_contact > table >  tbody > tr > td > .policy {
  width: 100%;
  height: 250px;
  margin: 0 0 20px 0;
  font-size: 14px;
  overflow-y: scroll;
}

.panel_contact > table >  tbody > tr > td > .policy > p {
  margin: 0 0 20px 0;
}

.panel_contact > table >  tbody > tr > td > .policy > p:last-child {
  margin: 0;
}
.school_group > select {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 5px 20px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/button.png) 97% 50% no-repeat;
  background-size: 20px, 100%;
}
.school_group > select::-ms-expand  {
    display: none;
}

.school_group > div {
  display: block;
  width: 100%;
}

.school_group > div > input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 15px;
  border: none;
  border-bottom: 1px dotted #ccc;
}
.button_group {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
}

.button_group > button {
  display: inline-block;
  width: calc( 50% - 10px );
  height: 40px;
  margin: 5px;
  max-width: 200px;
  font-size: 15px;
  color: #a40000;
  background: #fff;
  cursor: pointer;
  transition: .3s;
  border-radius: 100px;
  border: 1px solid #a40000;
}

.button_group > button:hover {
  color: #fff;
  background: #a40000;
}

/*----- GoogleMap -----*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin: 20px 0;
  height: 0;
  overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----- PanelPickup -----*/
#pickup {
  padding: 80px 0;
  background: #e1e1e1;
  text-align: center;
}

.panel_pickup {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 3% auto;
  border: 1px solid #a40000;
  vertical-align: top;
  background: #fff;
}

.panel_pickup:last-child {
  margin: 0 auto;
}


.panel_pickup > .image {
  display: block;
  width: 100%;
  height: auto;
}


.panel_pickup > .image > a > img {
  width: 100%;
  height: auto;
}

.panel_pickup > .info {
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
}

.panel_pickup > .info > .label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 125px;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #a40000;
}

.panel_pickup > .info > .date {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  height: auto;
  text-align: right;
  font-size: 12px;
}

.panel_pickup > .body {
  display: block;
  width: calc( 100% - 20px);
  height: auto;
  min-height: 150px;
  padding: 20px 10px;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  background: #fff;
}

/*----- PanelTopicsList -----*/
#topics_list {
  padding: 80px 0;
}
.panel_topics {
  margin: 0 0 3% 0;
}

.panel_topics:last-child {
  margin: 0;
}

.panel_topics > .item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 850px;
  min-height: 120px;
  margin: 0 auto 3% auto;
  background: #fff;
  border: 1px solid #a40000;
}

.panel_topics > .item:last-child {
  margin: 0 auto;
}

.panel_topics > .item > .image {
  position: absolute;
  top: 10px;
  right: 10px;
}

.panel_topics > .item > .info {
  width: calc( 100% - 110px );
  margin: 10px 0;
  font-size: 15px;
}

.panel_topics > .item > .info > .label {
  display: inline-block;
  width: 125px;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #a40000;
}

.panel_topics > .item > .info > .date {
  display: inline-block;
  width: 75px;
  height: auto;
  text-align: right;
  font-size: 12px;
}

.panel_topics > .item > .body {
  width: calc( 100% - 130px );
  height: auto;
  padding: 10px;
  font-size: 15px;
}

.panel_topics > .item > .body > p > a {
  color: #333;
}

/*----- PanelArchive -----*/
.panel_archive {
  display: block;
  width: calc( 100% - 80px );
  height: auto;
  margin: 0 0 80px 0;
  padding: 40px;
  font-size: 15px;
  background: #eee;
}

.panel_archive > p {
  font-weight: bolder;
}

.panel_archive > ul {
  margin: 20px 0;
  padding: 0;
  line-height: 28px;
  list-style-type: none;
}

.panel_archive > ul > li {
  display: inline-block;
}

.panel_archive > ul > li > a {
  display: block;
  width: 150px;
  height: auto;
  text-align: left;
  color: #2b9af3;
}


/*----- PanelTopicsDetail -----*/
.panel_topics_detail {
  width: 100%;
  max-width: 850px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 15px;
}

.panel_topics_detail > .info {
  font-size: 0;
  margin: 0 0 40px 0;
}

.panel_topics_detail > .info > .label {
  display: inline-block;
  width: 125px;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #a40000;
}

.panel_topics_detail > .info > .date {
  display: inline-block;
  width: 75px;
  height: auto;
  text-align: right;
  font-size: 12px;
}

.panel_topics_detail > .title > h2 {
  position: relative;
  margin: 0 0 40px 0;
  padding: 10px 0;
  line-height: 28px;
  color: #333;
  font-weight:bold;
  border-bottom:2px solid #eee;
}

.panel_topics_detail > .title > h2:before{
content:"";
display:block;
width:25%;
border-bottom:4px solid #a40000;
position:absolute;
bottom:0;
margin-bottom:-2px;
}

.panel_topics_detail > .image {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}

.panel_topics_detail > .image > img {
  max-width: 100%;
  height: auto;
}

.panel_topics_detail > .body {
  margin: 0 0 80px 0;
  font-size: 15px;
  line-height: 28px;
}

.panel_topics_detail > .body > p {
  margin: 0 0 20px 0;
}

.panel_topics_detail > .body > p:last-child {
  margin: 0;
}


.panel_topics_detail > .bottom {
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 0;
}

.panel_topics_detail > .bottom > div {
  display: inline-block;
  width: calc( 100% / 3 );
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}

.panel_topics_detail > .bottom > .prev {
  text-align: left;
}

.panel_topics_detail > .bottom > .archive {
  text-align: center;
}

.panel_topics_detail > .bottom > .next {
  text-align: right;
}

.panel_topics_detail > .bottom a {
  color: #2b9af3;
}




@media screen and (min-width:768px) {
  .sub_visual_sp {
    display: none;
  }
  
  .sub_visual {
    display: block;
  }
  
  .panel_one > .left {
    position: static;
    width: 45%;
    background-image: url(../images/index/bg_image_001.jpg);
    background-size: cover;
  }
  
  .panel_one > .left > .header {
    display: block;
    padding: 40px 20px;
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #fff;
    background: #a40000;
  }
  
  .panel_one > .left > .body {
    margin: 0 30px 0 auto;
  }
  

  .panel_one > .right {
    position: static;
    width: 55%;
    height: auto;
  }
  
  .panel > .image {
    width: 55%;
  }
  
  .panel > .image_rignt {
    width: 55%;
  }
  
  .panel > .inner > .right {
    display: block;
    width: calc( 45% - 40px );
    background: none;
  }
  
  .panel > .inner > .left {
    display: block;
    width: calc( 45% - 40px );
    background: none;
  }

  
  .panel_planning > .right {
    position: static;
    width: calc( 45% - 40px );
    background: rgba( 255, 255, 255, 0 );
  }

  .panel_planning > .left {
    position: static;
    width:55%;
  }
  
  .panel_planning > .right > .body > .content > p {
    width: 50%;
    margin: 0;
  }
  
  .panel_web {
    padding: 80px 0;
  }

  .panel_web > .left {
    width: 60%;
    margin: 0;
  }

  .panel_web > .right {
    width: 40%;
  }
  
  .panel_web > .left > p {
    width: 90%;
  }
  
  .panel_other > .body > .button:nth-child(1) {
    width: calc( 50% - 5px );
  }

  .panel_other > .body > .button:nth-child(2) {
    width: 50%;
    margin: 0;
  }

  .panel_other > .body > .button:nth-child(3) {
    width: calc( 50% - 5px );
  }

  .panel_other > .body > .button:nth-child(4) {
    width: 50%;
    margin: 0;
  }
  
  .panel_corporate_info {
    margin: 80px 0;
  }
  
  .panel_corporate_info > table {
    border-bottom: 4px solid #a40000;
  }
  
  .panel_corporate_info > table > tbody > tr > th {
    display: table-cell;
    width: 30%;
    height: 75px;
    line-height: 34px;
    vertical-align: top;
  }

  .panel_corporate_info > table > tbody > tr > td {
    display: table-cell;
    width: 70%;
    height: auto;
    border-bottom: 2px solid #eee;
    vertical-align: top;
  }
  
  .panel_corporate_info > table > tbody > tr:last-child > td {
    border-bottom: none;
  }
  
  .panel_corporate_info > table > tbody > tr:last-child > th {
    border-bottom: none;
  }
  
  .panel_corporate_info > table > tbody > tr > td > .group {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0 0 20px 0;
    vertical-align: top;
  }
  
  .panel_pickup {
    display: inline-block;
    width: calc( 50% - 3% );
  }
  
  .panel_pickup {
    margin: 0 1.5% 0 0;
  }
  .panel_pickup:last-child {
    margin: 0 0 0 1.5%;
  }


  
  #recruit {
    padding: 80px 0;
  }
  
  .accordion_body > table {
    border: 1px solid #a40000;
    border-top: 3px solid #a40000;
  }

  
  .accordion_body > table > tbody > tr > th {
    display: table-cell;
    width: calc( 75% - 30px );
    vertical-align: top;
  }

  .accordion_body > table > tbody > tr > td {
    display: table-cell;
    width: calc( 25% - 30px );
  }
  
  .panel_contact > table >  tbody > tr > th {
    display: table-cell;
    width: 25%;
    min-width: 210px;
  }

  .panel_contact > table >  tbody > tr > td {
    display: table-cell;
    width: calc( 75% - 40px );
    padding: 20px;
    border-bottom: 2px solid #ccc;
  }
  
  .panel_manager_sp > .body > .image {
    width: 250px;
  }
}

@media screen and (min-width:1024px) {

  .panel_other > .body > .button:nth-child(1) {
    width: calc( 30% - 5px );
  }

  .panel_other > .body > .button:nth-child(2) {
    width: calc( 22.5% - 5px );
    margin: 0 5px 5px 0;
  }

  .panel_other > .body > .button:nth-child(3) {
    width: calc( 30% - 5px );
  }

  .panel_other > .body > .button:nth-child(4) {
    width: calc( 17.5% - 5px );
    margin: 0;
  }
  
  .panel_one > .left > .header > h2 {
    text-align:right;
    margin: 0 225px 0 0;
  }
  .panel_one > .left > .header > .educate_header {
    margin: 0 345px 0 0;
  }
}

@media screen and (min-width:1281px) {
  .panel_manager > .text > .inner {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: auto;
    margin: 5px 0 0 0;
  }

  .panel > .inner > .right {
    position: absolute;
    top: 2.5%;
    left: 57.5%;
  }
  
  .panel > .inner > .left {
    position: absolute;
    top: 5%;
    right: 57.5%;
  }
  
  .panel_manager {
    display: block;
  }
  .mansho {
    height: 800px;
  }
  
  .panel_manager_sp {
    display: none;
  }
}


@media screen and (min-width:1401px) {
  .panel_manager > .text > .inner {
    margin: 5% 0 0 0;
  }
}


/*スパム対策・常時SSl化 CSS*/
.bottom {
	width: 100%;
	text-align: center;
	margin: 3% auto;
	display: inline-block;
}
.bottom img {
	width: 300px;
	height: 200px;
	display: inline-block;
}
.bottom-left {
	height: 500px;
	width: 48%;
	float: left;
	margin: 0 auto;
}

.bottom-right {
	height: 500px;
	width: 48%;
	float: right;
	margin:0 auto;
}

.bottom p {
	color: #000000;
	font-size: 14px;
	margin-top: 5%;
	line-height: 30px;
	text-align:left;
}
.bottom strong{
	text-align: center;
	display: inline-block;
}

@media screen and (max-width:768px) {
	.bottom {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1%;
	}
   .bottom-left {
	width: 100%;
	padding: inherit;
	}
	
	.bottom-right {
	width: 100%;
	padding:inherit;
	}
	
	.bottom p {
	color: #000000;
	font-size: 14px;
	margin-top: 5%;
	line-height: 30px;
	text-align: left;
	}
	.bottom img {
	height: 200px;
	display: inline-block;
	}
  }


