@charset "UTF-8";
/*
Theme Name: genesis_tcd103_child
Theme URI:
Description: WordPressテーマ「genesis_tcd103」の子テーマ
Template: genesis_tcd103
Author: ikel
Author URI: https://ikel.co.jp/
Version:0.0.1
*/
/*--- カラー ---*/
/*--- テキスト ---*/
@media screen and (min-width: 1101px) {
  body .tab_off {
    display: inherit;
  }
}
@media screen and (max-width: 1100px) {
  body .tab_off {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  body .tab_on {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  body .tab_on {
    display: inherit;
  }
}

.wp-block-ikel-inner-frame-block {
  padding: 0;
}

.wp-block-ikel-frame-block > .wp-block-ikel-inner-frame-block {
  padding: 100px 0;
}
@media screen and (max-width: 1700px) {
  .wp-block-ikel-frame-block > .wp-block-ikel-inner-frame-block {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1391px) {
  .wp-block-ikel-frame-block > .wp-block-ikel-inner-frame-block {
    margin: 0 60px;
  }
}
@media screen and (max-width: 800px) {
  .wp-block-ikel-frame-block > .wp-block-ikel-inner-frame-block {
    margin: 0;
    padding: 40px 20px;
  }
}
.wp-block-ikel-frame-block > .wp-block-ikel-inner-frame-block .design_header {
  margin-bottom: 0;
}
.wp-block-ikel-frame-block > .wp-block-ikel-inner-frame-block .design_header:first-of-type {
  margin: 0;
}

.arkb-marker {
  padding: 5px;
}

@media screen and (max-width: 781px) {
  #page_contents {
    margin-top: -50px;
  }
}

body .title_area .large_headline span {
  color: #203c59 !important;
}
body .title_area h2.large_headline span {
  margin-bottom: 6px;
}

@media screen and (max-width: 781px) {
  body .post_content .title_area .sub_title {
    margin-top: 18px !important;
  }
}

body .post_content .title_area {
  margin-bottom: 50px;
}
body .post_content .title_area h2.large_headline {
  margin-bottom: 0;
  line-height: 100%;
  text-align: left;
}
body .post_content .title_area .sub_title {
  margin-top: 25px;
  color: #388ee6;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
}
body .post_content h3 {
  margin: 100px 0 40px;
  padding: 10px 0 10px 30px;
  position: relative;
  color: #203c59;
  font-size: 23px;
  font-weight: bold;
}
body .post_content h3::before {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #388ee6;
  content: "";
}
body .post_content h4 {
  margin: 30px 0 15px;
  color: #388ee6;
  font-size: 18px;
  font-weight: bold;
}

.wp-block-columns + .wp-block-columns {
  margin-top: 30px;
}

.switch--item .wp-block-ikel-inner-frame-block {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 781px) {
  .switch--item .wp-block-ikel-inner-frame-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 782px) {
  .switch--item:nth-of-type(even) .wp-block-ikel-inner-frame-block > .wp-block-columns > .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .switch--item:nth-of-type(even) .wp-block-ikel-inner-frame-block > .wp-block-columns > .wp-block-column:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.design_header + .switch--item .wp-block-ikel-inner-frame-block {
  padding-top: 0;
}

@media screen and (max-width: 781px) {
  .post_content .shutter_image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 781px) {
  .post_content .shutter_image.col2 .item {
    width: 100%;
    padding: 0 10px;
  }
}

body .post_content .wp-block-table,
body.single .wp-block-table,
body.wp-singular .wp-block-table {
  margin-bottom: 50px;
}
body .post_content .wp-block-table > table,
body.single .wp-block-table > table,
body.wp-singular .wp-block-table > table {
  border: none;
}
body .post_content .wp-block-table > table th,
body .post_content .wp-block-table > table td,
body.single .wp-block-table > table th,
body.single .wp-block-table > table td,
body.wp-singular .wp-block-table > table th,
body.wp-singular .wp-block-table > table td {
  background: transparent;
  border: none;
}
body .post_content .wp-block-table > table th,
body.single .wp-block-table > table th,
body.wp-singular .wp-block-table > table th {
  width: 250px;
}
body .post_content .wp-block-table > table td:first-of-type,
body.single .wp-block-table > table td:first-of-type,
body.wp-singular .wp-block-table > table td:first-of-type {
  width: 250px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  body .post_content .wp-block-table > table td:first-of-type,
  body.single .wp-block-table > table td:first-of-type,
  body.wp-singular .wp-block-table > table td:first-of-type {
    width: 100px;
  }
}
body .post_content .wp-block-table.add_border > table,
body.single .wp-block-table.add_border > table,
body.wp-singular .wp-block-table.add_border > table {
  border: 1px solid #ddd;
}
body .post_content .wp-block-table.add_border > table th,
body .post_content .wp-block-table.add_border > table td,
body.single .wp-block-table.add_border > table th,
body.single .wp-block-table.add_border > table td,
body.wp-singular .wp-block-table.add_border > table th,
body.wp-singular .wp-block-table.add_border > table td {
  padding: 20px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body .post_content .wp-block-table.add_border > table th:last-of-type,
body .post_content .wp-block-table.add_border > table td:last-of-type,
body.single .wp-block-table.add_border > table th:last-of-type,
body.single .wp-block-table.add_border > table td:last-of-type,
body.wp-singular .wp-block-table.add_border > table th:last-of-type,
body.wp-singular .wp-block-table.add_border > table td:last-of-type {
  border-right: none;
}
body .post_content .wp-block-table.add_border > table th,
body .post_content .wp-block-table.add_border > table td:first-of-type,
body.single .wp-block-table.add_border > table th,
body.single .wp-block-table.add_border > table td:first-of-type,
body.wp-singular .wp-block-table.add_border > table th,
body.wp-singular .wp-block-table.add_border > table td:first-of-type {
  width: 540px;
  background: #f4f6f8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body .post_content .wp-block-table.add_border > table th,
  body .post_content .wp-block-table.add_border > table td:first-of-type,
  body.single .wp-block-table.add_border > table th,
  body.single .wp-block-table.add_border > table td:first-of-type,
  body.wp-singular .wp-block-table.add_border > table th,
  body.wp-singular .wp-block-table.add_border > table td:first-of-type {
    width: 150px;
  }
}
body .post_content .wp-block-table.add_border > table tr:last-of-type td,
body.single .wp-block-table.add_border > table tr:last-of-type td,
body.wp-singular .wp-block-table.add_border > table tr:last-of-type td {
  border-bottom: 0;
}
body .post_content .wp-block-table.add_border.td_first_white td:first-of-type,
body.single .wp-block-table.add_border.td_first_white td:first-of-type,
body.wp-singular .wp-block-table.add_border.td_first_white td:first-of-type {
  background: #fff;
}
@media screen and (max-width: 781px) {
  body .post_content .wp-block-table.sp_scroll,
  body.single .wp-block-table.sp_scroll,
  body.wp-singular .wp-block-table.sp_scroll {
    margin-top: 60px;
  }
}
@media screen and (max-width: 781px) {
  body .post_content .wp-block-table.sp_scroll:before,
  body.single .wp-block-table.sp_scroll:before,
  body.wp-singular .wp-block-table.sp_scroll:before {
    display: block;
    margin-top: -30px;
    position: fixed;
    color: #5a5a5a;
    content: "横にスクロールしてご覧いただけます";
    font-size: 80%;
  }
}
@media screen and (max-width: 781px) {
  body .post_content .wp-block-table.sp_scroll,
  body.single .wp-block-table.sp_scroll,
  body.wp-singular .wp-block-table.sp_scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 781px) {
  body .post_content .wp-block-table.sp_scroll > table,
  body.single .wp-block-table.sp_scroll > table,
  body.wp-singular .wp-block-table.sp_scroll > table {
    min-width: 600px !important;
  }
}
@media screen and (max-width: 781px) {
  body .post_content .wp-block-table.sp_scroll > table th,
  body .post_content .wp-block-table.sp_scroll > table td:first-of-type,
  body.single .wp-block-table.sp_scroll > table th,
  body.single .wp-block-table.sp_scroll > table td:first-of-type,
  body.wp-singular .wp-block-table.sp_scroll > table th,
  body.wp-singular .wp-block-table.sp_scroll > table td:first-of-type {
    width: auto;
  }
}

body.single .wp-block-table.add_border > table td {
  line-height: 150%;
}
body.single .wp-block-table.add_border > table td:first-of-type {
  width: 300px;
}
@media screen and (max-width: 781px) {
  body.single .wp-block-table.add_border > table td:first-of-type {
    width: 150px;
  }
}

body.wp-singular .wp-block-table > table {
  border: 1px solid #ddd;
}
body.wp-singular .wp-block-table > table td {
  padding: 20px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 150%;
}
body.wp-singular .wp-block-table > table td:first-of-type {
  width: 300px;
  background: #f4f6f8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body.wp-singular .wp-block-table > table td:first-of-type {
    width: 150px;
  }
}
body.wp-singular .wp-block-table > table td:last-of-type {
  border-right: none;
}
body.wp-singular .wp-block-table > table tr:last-of-type td {
  border-bottom: 0;
}

.post_content .wp-block-list {
  margin-left: 0 !important;
  list-style: none;
}
.post_content .wp-block-list > li {
  padding-left: 20px;
  position: relative;
}
.post_content .wp-block-list > li:before {
  position: absolute;
  left: 0;
  color: #388ee6;
  content: "●";
}

.post_content ol.wp-block-list {
  counter-reset: listnum;
  list-style: none;
}
.post_content ol.wp-block-list > li:before {
  content: counter(listnum) ".";
  counter-increment: listnum;
}

.wp-block-image img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wp-block-image > a:hover > img {
  opacity: 0.8;
}

.wp-element-caption {
  margin-top: 15px !important;
}

.wp-block-image > .aligncenter {
  text-align: center;
}
.wp-block-image > .aligncenter > .wp-element-caption {
  display: block !important;
  text-align: left;
}
@media screen and (max-width: 781px) {
  .wp-block-image > .aligncenter > .wp-element-caption {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .post_content .shutter_image {
    margin-top: 5px;
  }
}
.post_content .shutter_image .item:before {
  background: #f0f8ff !important;
}
.post_content .shutter_image .item > img {
  margin-top: 5px;
  margin-bottom: 0;
}

.post_content:empty + .gallery_content {
  margin-top: 0 !important;
}

.gallery_content {
  background: #f0f8ff !important;
}

#header .header_none {
  display: none !important;
}

body.header_type2.home #header {
  background: none;
}

body #header,
body.header_type2.home.header_fixed #header,
body.header_type2.active_header.home #header {
  background: #bedbf9;
}
body #header #global_menu > ul > li.active > a,
body #header #global_menu > ul > li.current-menu-item > a,
body.header_type2.home.header_fixed #header #global_menu > ul > li.active > a,
body.header_type2.home.header_fixed #header #global_menu > ul > li.current-menu-item > a,
body.header_type2.active_header.home #header #global_menu > ul > li.active > a,
body.header_type2.active_header.home #header #global_menu > ul > li.current-menu-item > a {
  color: #2082e6 !important;
}

body #global_menu {
  right: 20px;
}
@media screen and (max-width: 1500px) {
  body #global_menu {
    right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  body #global_menu > ul > li.tab_off {
    display: none;
  }
}
body #global_menu > ul > li.tab_on {
  display: none;
}
@media screen and (max-width: 1101px) {
  body #global_menu > ul > li.tab_on {
    display: inherit;
  }
}
@media screen and (max-width: 1500px) {
  body #global_menu > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}

#drawer_menu {
  background: #388ee6 !important;
}
#drawer_menu #mobile_menu li li a {
  background: #6caef2 !important;
}

#drawer_menu_search .input_area {
  background: #fff !important;
}
#drawer_menu_search .button_area:before {
  color: #203c59 !important;
}

#footer_banner .large_headline .label {
  color: #203c59 !important;
}

body .cb_design_content:nth-child(even),
body .cb_service_list:nth-child(even) {
  background: #f0f8ff !important;
}

.works--acf.wp-block-table {
  margin-top: 50px;
}
.works--acf.wp-block-table > table td:first-of-type {
  width: 300px;
}

#comments {
  display: none !important;
}

.recruitment--benefits > .wp-block-columns {
  gap: 0 !important;
}

.data--item {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 45px 1fr 45px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
}

.data--item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.data--item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.data--item > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.data--item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.data--item > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.data--item > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.data--item > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.data--item > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.data--item > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .data--item {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .data--item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .data--item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 600px) {
  .data--item > .wp-block-image {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
  }
}
.data--item-4 {
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.data--item-5 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.data--item-6 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.data--item-7 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.data--item-8 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.data--item-9 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}
.data--item-10 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}
.data--item-11 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}
.data--item-12 {
  -ms-grid-row: 5;
      grid-row-start: 5;
}
.data--item-13 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row: 5;
      grid-row-start: 5;
}
.data--interview {
  padding: 0 !important;
}
.data--interview > .wp-block-list > li {
  min-height: 80px;
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .data--interview > .wp-block-list > li {
    min-height: 40px;
    padding-left: 60px;
  }
}
.data--interview > .wp-block-list > li:before {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(images/recruitment/data/data_icon.webp) no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 600px) {
  .data--interview > .wp-block-list > li:before {
    width: 40px;
    height: 40px;
  }
}
.data--interview > .wp-block-list > li:not(:first-of-type) {
  margin-top: 30px;
}
.data--interview > .wp-block-list > li > .arkb-marker {
  background: transparent;
  color: #388ee6;
  font-weight: bold;
}
.data--interview.kikkake > .wp-block-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form--item-school > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .form--item-school > p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.form--item-school > p .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .form--item-school > p .wpcf7-form-control-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.form--item-school > p .wpcf7-form-control-wrap::before {
  font-size: 14px;
}
.form--item-school > p .wpcf7-form-control-wrap[data-name=your-school-date] {
  max-width: 400px;
}
.form--item-school > p .wpcf7-form-control-wrap[data-name=your-school-date]::before {
  content: "卒業年月";
}
.form--item-school > p .wpcf7-form-control-wrap[data-name=your-school-date] input {
  width: 150px;
}
.form--item-school > p .wpcf7-form-control-wrap[data-name=your-school]::before {
  width: 100px;
  content: "学校・学科";
}
.form--item-school > p .wpcf7-form-control-wrap[data-name=your-school] input {
  max-width: 500px;
}

.contact--txt-large {
  margin-bottom: 0 !important;
}

.form--item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .form--item:not(:first-of-type) {
    margin-top: 25px;
  }
}
.form--item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form--item-ttl::after {
  padding: 5px 7px;
  background: #a7a7a7;
  color: #fff;
  content: "任意";
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
.form--item-ttl.req::after {
  background: #388ee6;
  content: "必須";
}
.form .wpcf7-form-control-wrap[data-name=zip] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.form .wpcf7-form-control-wrap[data-name=zip]::before {
  content: "〒";
  font-size: 14px;
}
.form .wpcf7-form-control-wrap[data-name=zip] input {
  width: 150px;
}
.form .wpcf7-form-control-wrap[data-name=address] {
  display: block;
  margin-top: 5px;
}
.form .wpcf7-form-control-wrap input.wpcf7-date {
  width: 150px;
}
.form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .form .wpcf7-radio {
    display: block;
  }
}
.form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.form--privacy_policy {
  text-align: center;
}
.form input[type=submit] {
  background: #388ee6;
}
.form input[type=submit]:hover {
  background: #388ee6;
  opacity: 0.8;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

body .wpcf7 form .wpcf7-response-output {
  padding: 20px;
  border: solid;
}

.wpcf7-turnstile {
  margin-top: 10px;
  text-align: center;
}

body.single-news #main_content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-news #main_content #single_post_header_image {
  display: none;
}