@charset "UTF-8";
/*
Theme Name: GENESIS child
Theme URI:https://tcd-theme.com/tcd103/
Description:WordPressテーマ「GENESIS」の子テーマ
Template:genesis_tcd103
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/
#page_contents .wp-block-ikel-heading,
#single_service_main_content .wp-block-ikel-heading {
  margin: 100px 0 50px;
}
#page_contents .wp-block-ikel-heading h2,
#single_service_main_content .wp-block-ikel-heading h2 {
  margin-bottom: 0;
  text-align: left;
  color: #383838;
  font-size: 44px;
  font-weight: 600;
}
#page_contents .wp-block-ikel-heading span,
#single_service_main_content .wp-block-ikel-heading span {
  display: block;
  margin-top: 5px;
  text-align: left;
  color: #0895bb !important;
  font-size: 24px;
  font-weight: 500;
}
#page_contents h3,
#single_service_main_content h3 {
  position: relative;
  margin: 120px 0 60px;
  padding: 15px 20px;
  border-bottom: 5px solid #cacaca;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
#page_contents h3::after,
#single_service_main_content h3::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  content: "";
  background-color: #64a3b4;
  width: 300px;
  height: 5px;
}
#page_contents .number,
#single_service_main_content .number {
  position: relative;
  padding-top: 20px;
}
#page_contents .number::before,
#single_service_main_content .number::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  background-color: #0895bb;
  height: 106px;
}
#page_contents .number.no01::before,
#single_service_main_content .number.no01::before {
  width: 106px;
  -webkit-mask: url("images/education/education_01.svg") no-repeat center/contain;
  mask: url("images/education/education_01.svg") no-repeat center/contain;
}
#page_contents .number.no02::before,
#single_service_main_content .number.no02::before {
  width: 122px;
  -webkit-mask: url("images/education/education_02.svg") no-repeat center/contain;
  mask: url("images/education/education_02.svg") no-repeat center/contain;
}
#page_contents .number.no03::before,
#single_service_main_content .number.no03::before {
  width: 124px;
  -webkit-mask: url("images/education/education_03.svg") no-repeat center/contain;
  mask: url("images/education/education_03.svg") no-repeat center/contain;
}
#page_contents .number.no04::before,
#single_service_main_content .number.no04::before {
  width: 127px;
  -webkit-mask: url("images/education/education_04.svg") no-repeat center/contain;
  mask: url("images/education/education_04.svg") no-repeat center/contain;
}
#page_contents .number h3,
#single_service_main_content .number h3 {
  margin: 120px 0 60px 210px;
}
#page_contents h4,
#single_service_main_content h4 {
  margin: 60px 0 30px;
  color: #0895bb;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
#page_contents h4 a,
#single_service_main_content h4 a {
  text-decoration: underline;
}
#page_contents h4 a:hover,
#single_service_main_content h4 a:hover {
  text-decoration: none;
}
#page_contents .wp-block-column h4,
#single_service_main_content .wp-block-column h4 {
  margin: 30px 0 15px;
}

.post_content ul {
  list-style: none;
  margin-left: 10px;
  padding-left: 10px;
}
.post_content ul li {
  position: relative;
  margin-bottom: 0;
  line-height: 2.25;
}
.post_content ul li::before {
  content: "●";
  position: absolute;
  top: 9px;
  left: -15px;
  color: #0895bb;
  font-size: 7px;
  font-weight: 500;
}

.post_content ol {
  list-style: none;
  counter-reset: number;
  margin-left: 10px;
  padding-left: 10px;
}
.post_content ol li {
  position: relative;
  counter-increment: number;
  margin-bottom: 0;
  line-height: 2.25;
}
.post_content ol li::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: -18px;
  color: #0895bb;
  font-size: 16px;
  font-weight: 700;
}

mark {
  font-style: normal;
  font-weight: 500;
  background-color: transparent !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ceeef7));
  background: linear-gradient(transparent 60%, #ceeef7 60%);
}

.pc_on {
  display: block;
}

.tab_on {
  display: none;
}

.sp_on {
  display: none;
}

@media (max-width: 1100px) {
  .tab_on {
    display: block;
  }
}
@media (max-width: 800px) {
  .sp_on {
    display: block;
  }
}
.wpcf7 .wpcf7-list-item {
  display: inline-block;
  padding: 0 20px 0 10px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background: #FFF;
}
.wpcf7 .wpcf7-list-item.first {
  margin-left: 0;
}

.form--item {
  margin-top: 20px !important;
}

.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: #0895bb;
  content: "必須";
}

.wpcf7-form-control-wrap[data-name=zip]::before {
  content: "〒";
  font-size: 14px;
}
.wpcf7-form-control-wrap[data-name=zip] input {
  width: 150px;
}

.form--privacy_policy {
  text-align: center;
}

.form input[type=submit] {
  background: #0895bb;
}
.form input[type=submit]:hover {
  background: #64a3b4;
}

body .is-layout-flex {
  gap: 50px;
}

.wp-block-buttons {
  gap: 20px !important;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  position: relative;
  padding: 24px 40px;
  background: #f5f5f5;
  border: 1px solid #e0e1e5;
  width: 390px !important;
  color: #383838 !important;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link::before {
  content: "\e94f";
  display: block;
  font-family: "design_plus";
  font-size: 10px;
  position: absolute;
  left: 346px;
  top: 27px;
  color: #fff;
  z-index: 999;
  width: 15px;
  text-align: center;
  line-height: 1;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  content: "";
  position: absolute;
  background: #0895bb;
  border-radius: 50px;
  top: 10%;
  right: 10px;
  width: 50px;
  height: 50px;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.bg_blue a.wp-block-button__link {
  background: #daedf2;
}

.wp-block-snow-monkey-blocks-buttons .smb-btn {
  position: relative;
  padding: 20px 30px;
  background: #0895bb;
  border: 1px solid #cacaca;
  border-radius: 0;
  color: #FFF;
  min-width: 280px;
  font-size: 20px;
  font-weight: 700;
}
.wp-block-snow-monkey-blocks-buttons .smb-btn::after {
  content: "\e94f";
  display: inline-block;
  font-family: "design_plus";
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 25px;
  color: #fff;
  z-index: 2;
  width: auto;
  text-align: right;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wp-block-snow-monkey-blocks-buttons .smb-btn:hover {
  color: #FFF;
  text-decoration: none;
}
.wp-block-snow-monkey-blocks-buttons .smb-btn.smb-btn--wider {
  min-width: 360px;
}
.wp-block-snow-monkey-blocks-buttons .arrow-right .smb-btn::after {
  -webkit-transform: none;
          transform: none;
}

.post_content .aligncenter {
  margin-bottom: 0;
}

#drawer_menu {
  background-color: #0895bb;
}

#mobile_menu li li a {
  background-color: #daedf2 !important;
  color: #383838 !important;
}

.widget_headline {
  background: #0895bb;
}

.wp-block-snow-monkey-blocks-items.footer-menu .wp-block-snow-monkey-blocks-items-item-free {
  padding: 1% !important;
}
.wp-block-snow-monkey-blocks-items.footer-menu .smb-media-text__figure--fill {
  min-height: 150px !important;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill > .c-row__col {
  width: 100%;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill .smb-media-text__body a {
  position: static;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill .smb-media-text__body a:hover {
  text-decoration: none;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill .smb-media-text__figure {
  overflow: hidden;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill .smb-media-text__figure img {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.wp-block-snow-monkey-blocks-items.footer-menu .c-row--fill:hover .smb-media-text__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post_content p.pr-text {
  margin: 0 0 40px 0;
  color: #0895bb;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
}

#page_contents .box,
#single_service_main_content .box {
  padding: 65px 45px !important;
  background: #FFF;
}
#page_contents .box h4,
#single_service_main_content .box h4 {
  margin: 0 0 30px !important;
}
#page_contents .box h5,
#single_service_main_content .box h5 {
  margin: 15px 0;
  font-size: 20px;
  line-height: 1.8;
}
#page_contents .box p,
#single_service_main_content .box p {
  line-height: 1.8;
}
#page_contents .box.border_gray,
#single_service_main_content .box.border_gray {
  border: 1px solid #cacaca;
}
#page_contents .box.bg_gray,
#single_service_main_content .box.bg_gray {
  background: #f6f6f6;
}
#page_contents .box.bg_light-blue,
#single_service_main_content .box.bg_light-blue {
  background: #daedf2;
}

.wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free {
  padding: 2% !important;
}
.wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free .wp-block-column h4 {
  margin: 5px 0 15px !important;
}
.wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free .wp-block-column p {
  line-height: 1.8 !important;
}
.wp-block-snow-monkey-blocks-items.is-style-border {
  margin-bottom: 25px;
  border: 1px solid #cacaca !important;
}
.wp-block-snow-monkey-blocks-items.is-style-border .wp-block-snow-monkey-blocks-items-item-free {
  border-bottom: 1px solid #cacaca !important;
  border-right: 1px solid #cacaca !important;
}

#page_contents .box_message,
#single_service_main_content .box_message {
  padding: 130px 0;
}
#page_contents .box_message p.pr-text,
#single_service_main_content .box_message p.pr-text {
  margin: 25px 0;
}

#page_contents .box_01,
#single_service_main_content .box_01 {
  gap: 0;
  margin: 0 0 40px 0;
  padding: 0;
  background: #f6f6f6;
}
#page_contents .box_01 .wp-block-column h4,
#single_service_main_content .box_01 .wp-block-column h4 {
  margin: 0 0 15px !important;
  padding-top: 20px;
  padding-left: 75px;
}
#page_contents .box_01 .wp-block-column p,
#single_service_main_content .box_01 .wp-block-column p {
  padding-left: 75px;
  padding-right: 50px;
  line-height: 2.25;
}
#page_contents .box_01.bg_blue,
#single_service_main_content .box_01.bg_blue {
  background: #0895bb;
}
#page_contents .box_01.bg_blue .wp-block-column h4,
#single_service_main_content .box_01.bg_blue .wp-block-column h4 {
  margin: 0 0 25px !important;
  padding-left: 50px;
  color: #FFF;
}
#page_contents .box_01.bg_blue .wp-block-column p,
#single_service_main_content .box_01.bg_blue .wp-block-column p {
  padding-left: 50px;
  padding-bottom: 85px;
  color: #FFF;
}

#page_contents .box_02,
#single_service_main_content .box_02 {
  gap: 45px;
  margin: 0 0 30px 0;
  padding: 0;
}
#page_contents .box_02 .wp-block-column,
#single_service_main_content .box_02 .wp-block-column {
  background: #f6f6f6;
}
#page_contents .box_02 .wp-block-column h4,
#single_service_main_content .box_02 .wp-block-column h4 {
  margin: 0 !important;
  padding: 25px 25px 20px 25px;
  line-height: 1.5;
}
#page_contents .box_02 .wp-block-column p,
#single_service_main_content .box_02 .wp-block-column p {
  padding: 0 25px 35px;
  line-height: 1.75;
}

#page_contents .wp-block-flexible-table-block-table,
#single_service_main_content .wp-block-flexible-table-block-table {
  margin-bottom: 60px;
}
#page_contents .wp-block-flexible-table-block-table.border_none table,
#single_service_main_content .wp-block-flexible-table-block-table.border_none table {
  border: none;
}
#page_contents .wp-block-flexible-table-block-table.border_none table th, #page_contents .wp-block-flexible-table-block-table.border_none table td,
#single_service_main_content .wp-block-flexible-table-block-table.border_none table th,
#single_service_main_content .wp-block-flexible-table-block-table.border_none table td {
  padding: 10px 30px 10px 0;
  border: none;
  line-height: 1.5;
}
#page_contents .wp-block-flexible-table-block-table.border_none.another_corp th,
#single_service_main_content .wp-block-flexible-table-block-table.border_none.another_corp th {
  font-size: 18px;
  padding-bottom: 60px;
}
#page_contents .wp-block-flexible-table-block-table.is-style-stripes table,
#single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table {
  border: none;
  border-top: 1px solid #cacaca;
}
#page_contents .wp-block-flexible-table-block-table.is-style-stripes table th, #page_contents .wp-block-flexible-table-block-table.is-style-stripes table td,
#single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table th,
#single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table td {
  padding: 15px 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #cacaca;
}
#page_contents .wp-block-flexible-table-block-table.is-style-stripes table th,
#single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table th {
  font-weight: 700;
}

.eye_catch {
  margin-bottom: 100px;
}

.reverse-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.career-path table {
  border: none;
}
.career-path table th, .career-path table td {
  display: inline-block;
  margin-bottom: 90px;
  padding: 0 0 0 25px;
  vertical-align: top;
  border: none;
}
.career-path table th:first-child, .career-path table td:first-child {
  padding: 0;
  width: 190px;
  height: 60px;
  background: #0895bb;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
}
.career-path table th > .goal, .career-path table td > .goal {
  color: #0895bb;
  font-size: 18px;
  font-weight: 500;
}

.postid-24 .education_area {
  padding: 0 0 100px 0;
}
.postid-24 .education_area .wp-block-ikel-inner-frame-block {
  padding: 0;
}
.postid-24 .qualification-list .c-row__col {
  padding: 2% 0 !important;
}
.postid-24 .qualification-list .c-row__col.no3 {
  --_item-width: 20%;
}
.postid-24 .qualification-list .c-row__col.no4 {
  --_item-width: 30%;
}

.voice_menu .wp-block-snow-monkey-blocks-items-item-free {
  padding: 5px !important;
}

p.symposium_text {
  padding: 0 !important;
}

.page-id-64 #page_contents .box {
  padding: 65px 80px !important;
}
.page-id-64 #page_contents .box h4 {
  position: relative;
}
.page-id-64 #page_contents .box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0895bb;
}
.page-id-64 #page_contents .box h4.ttl_schedule {
  padding-left: 240px;
}
.page-id-64 #page_contents .box h4.ttl_schedule::before {
  width: 190px;
  height: 43px;
  -webkit-mask: url("images/human/voice/ttl_schedule.svg") no-repeat center/contain;
  mask: url("images/human/voice/ttl_schedule.svg") no-repeat center/contain;
}
.page-id-64 #page_contents .box h4.ttl_message {
  padding-left: 230px;
}
.page-id-64 #page_contents .box h4.ttl_message::before {
  width: 180px;
  height: 52px;
  -webkit-mask: url("images/human/voice/ttl_message.svg") no-repeat center/contain;
  mask: url("images/human/voice/ttl_message.svg") no-repeat center/contain;
}
.page-id-64 #page_contents .box h4.ttl_offtime {
  padding: 50px 0 0 0;
}
.page-id-64 #page_contents .box h4.ttl_offtime::before {
  top: -10px;
  width: 165px;
  height: 43px;
  -webkit-mask: url("images/human/voice/ttl_offtime.svg") no-repeat center/contain;
  mask: url("images/human/voice/ttl_offtime.svg") no-repeat center/contain;
}
.page-id-64 #page_contents .box .img_schedule img {
  margin-top: 20px;
  margin-left: 50px;
}

.page-id-66 .box_01 .ttl_crosstalk {
  padding: 70px 0 20px;
  text-align: center;
}
.page-id-66 .box_01 .ttl_crosstalk h2 {
  display: inline-block;
  text-align: center;
  line-height: 2;
  border-bottom: 5px solid #0895bb;
  color: #191919;
  font-size: 24px;
  font-weight: 700;
}
.page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon {
  margin-top: 55px;
}
.page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon .smb-balloon__body {
  padding: 50px 80px 45px;
  border-radius: 0;
}
.page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon .smb-balloon__figure {
  width: 130px;
  height: 130px;
  border: none;
}
.page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon .smb-balloon__name {
  font-size: 18px;
  color: #191919;
}

@media screen and (max-width: 1100px) {
  #page_contents .wp-block-ikel-heading,
  #single_service_main_content .wp-block-ikel-heading {
    margin: 50px 0 25px;
  }
  #page_contents h3,
  #single_service_main_content h3 {
    margin: 60px 0 30px;
  }
  #page_contents .box_message,
  #single_service_main_content .box_message {
    padding: 0 40px 60px;
  }
  #page_contents .wp-block-flexible-table-block-table.border_none table th, #page_contents .wp-block-flexible-table-block-table.border_none table td,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none table th,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none table td {
    padding: 10px 15px 10px 0;
  }
  body.page-id-57 .is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_contents .box_01.bg_blue,
  #single_service_main_content .box_01.bg_blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_contents .box_01.bg_blue .wp-block-column p,
  #single_service_main_content .box_01.bg_blue .wp-block-column p {
    padding-bottom: 20px;
  }
  .career-path table th, .career-path table td {
    margin-bottom: 45px;
    width: 80%;
  }
  .career-path table th:first-child, .career-path table td:first-child {
    width: 20%;
  }
  .postid-24 .education_area {
    padding: 0 40px 50px 40px;
  }
  .postid-24 .box.border_gray .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .postid-24 .qualification-list .c-row__col {
    margin-bottom: 0;
    padding: 0 !important;
    --_item-width: 50%;
  }
  .postid-24 .qualification-list .c-row__col.no3 {
    --_item-width: 50%;
  }
  .postid-24 .qualification-list .c-row__col.no4 {
    --_item-width: 50%;
  }
  body.postid-26 #page_contents .box_01, body.postid-26 #single_service_main_content .box_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.postid-26 #page_contents .box_01 h4, body.postid-26 #single_service_main_content .box_01 h4 {
    padding: 20px 50px 0;
  }
  body.postid-26 #page_contents .box_01 p, body.postid-26 #single_service_main_content .box_01 p {
    padding: 0 50px 20px;
  }
  body.postid-25 #page_contents .box_01, body.postid-25 #single_service_main_content .box_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.postid-25 #page_contents .box_01 h4, body.postid-25 #single_service_main_content .box_01 h4 {
    padding: 20px 50px 0;
  }
  body.postid-25 #page_contents .box_01 p, body.postid-25 #single_service_main_content .box_01 p {
    padding: 0 50px 20px;
  }
  .page-id-64 #page_contents .box {
    padding: 40px !important;
  }
  .page-id-64 #page_contents .box .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-id-64 #page_contents .box .img_schedule img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .eye_catch img {
    height: 400px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media screen and (max-width: 600px) {
  #page_contents .wp-block-ikel-heading,
  #single_service_main_content .wp-block-ikel-heading {
    margin: 50px 0 25px;
  }
  #page_contents .wp-block-ikel-heading h2,
  #single_service_main_content .wp-block-ikel-heading h2 {
    font-size: 22px;
  }
  #page_contents .wp-block-ikel-heading span,
  #single_service_main_content .wp-block-ikel-heading span {
    font-size: 12px;
  }
  #page_contents h3,
  #single_service_main_content h3 {
    margin: 60px 0 30px;
    padding: 5px 0;
    font-size: 20px;
    border-bottom: 3px solid #cacaca;
  }
  #page_contents h3::after,
  #single_service_main_content h3::after {
    bottom: -3px;
    z-index: 1;
    width: 40%;
    height: 3px;
  }
  #page_contents .number::before,
  #single_service_main_content .number::before {
    left: 0;
    height: 53px;
  }
  #page_contents .number.no01::before,
  #single_service_main_content .number.no01::before {
    width: 53px;
  }
  #page_contents .number.no02::before,
  #single_service_main_content .number.no02::before {
    width: 61px;
  }
  #page_contents .number.no03::before,
  #single_service_main_content .number.no03::before {
    width: 62px;
  }
  #page_contents .number.no04::before,
  #single_service_main_content .number.no04::before {
    width: 63.5px;
  }
  #page_contents .number h3,
  #single_service_main_content .number h3 {
    margin: 60px 0 30px 70px;
  }
  #page_contents h4,
  #single_service_main_content h4 {
    margin: 30px 0 15px;
    font-size: 18px;
  }
  #page_contents .wp-block-column h4,
  #single_service_main_content .wp-block-column h4 {
    margin: 15px 0 5px;
  }
  .eye_catch img {
    height: 200px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .wpcf7 .wpcf7-list-item {
    display: block;
    margin: 0 0 5px 0;
  }
  body .is-layout-flex {
    gap: 20px !important;
  }
  .wp-block-buttons .wp-block-button a.wp-block-button__link {
    width: 320px !important;
    padding: 24px 24px;
    font-size: 14px;
  }
  .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
    left: 276px;
  }
  .wp-block-snow-monkey-blocks-buttons {
    gap: 0;
  }
  .wp-block-snow-monkey-blocks-buttons .smb-btn {
    font-size: 16px;
  }
  .wp-block-snow-monkey-blocks-buttons .smb-btn::after {
    top: 23px;
  }
  .wp-block-snow-monkey-blocks-buttons .smb-btn.smb-btn--wider {
    min-width: 280px;
  }
  .post_content p.pr-text {
    margin: 0;
    font-size: 22px;
  }
  #page_contents .box,
  #single_service_main_content .box {
    padding: 20px !important;
  }
  #page_contents .box h4,
  #single_service_main_content .box h4 {
    margin: 0 0 15px !important;
  }
  #page_contents .box h5,
  #single_service_main_content .box h5 {
    margin: 10px 0;
    font-size: 16px;
  }
  .wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free {
    padding: 4% !important;
  }
  .wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free .wp-block-column h4 {
    margin: 0px 0 10px !important;
  }
  body.page-id-62 .wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free,
  body.page-id-64 .wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free {
    padding: 2% !important;
  }
  #page_contents .box_message,
  #single_service_main_content .box_message {
    padding: 0 20px;
  }
  #page_contents .box_01,
  #single_service_main_content .box_01 {
    margin: 0 0 20px 0;
  }
  #page_contents .box_01 .wp-block-column h4,
  #single_service_main_content .box_01 .wp-block-column h4 {
    margin: 0 0 5px !important;
    padding-left: 20px;
  }
  #page_contents .box_01 .wp-block-column p,
  #single_service_main_content .box_01 .wp-block-column p {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page_contents .box_01.bg_blue,
  #single_service_main_content .box_01.bg_blue {
    background: #0895bb;
  }
  #page_contents .box_01.bg_blue .wp-block-column h4,
  #single_service_main_content .box_01.bg_blue .wp-block-column h4 {
    padding: 20px 20px 0;
  }
  #page_contents .box_01.bg_blue .wp-block-column p,
  #single_service_main_content .box_01.bg_blue .wp-block-column p {
    padding: 0 20px 0;
  }
  body.postid-26 #page_contents .box_01 h4,
  body.postid-26 #single_service_main_content .box_01 h4 {
    margin: 0 0 5px !important;
    padding: 0 20px;
  }
  body.postid-26 #page_contents .box_01 p,
  body.postid-26 #single_service_main_content .box_01 p {
    padding: 0 20px 20px;
  }
  #page_contents .box_02,
  #single_service_main_content .box_02 {
    gap: 30px !important;
  }
  #page_contents .box_02 .wp-block-column h4,
  #single_service_main_content .box_02 .wp-block-column h4 {
    padding: 25px 20px 15px 20px;
  }
  #page_contents .box_02 .wp-block-column p,
  #single_service_main_content .box_02 .wp-block-column p {
    padding: 0 20px 20px;
  }
  #page_contents .wp-block-flexible-table-block-table,
  #single_service_main_content .wp-block-flexible-table-block-table {
    margin-bottom: 60px;
  }
  #page_contents .wp-block-flexible-table-block-table.border_none table,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none table {
    border-top: 1px solid #cacaca;
  }
  #page_contents .wp-block-flexible-table-block-table.border_none table th, #page_contents .wp-block-flexible-table-block-table.border_none table td,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none table th,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none table td {
    padding: 10px;
    border-bottom: 1px solid #cacaca;
  }
  #page_contents .wp-block-flexible-table-block-table.border_none table th,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none table th {
    background: #f6f6f6;
  }
  #page_contents .wp-block-flexible-table-block-table.border_none.another_corp th,
  #single_service_main_content .wp-block-flexible-table-block-table.border_none.another_corp th {
    font-size: 14px;
    padding-bottom: 10px;
  }
  #page_contents .wp-block-flexible-table-block-table.is-style-stripes table th, #page_contents .wp-block-flexible-table-block-table.is-style-stripes table td,
  #single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table th,
  #single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table td {
    padding: 10px;
  }
  #page_contents .wp-block-flexible-table-block-table.is-style-stripes table th,
  #single_service_main_content .wp-block-flexible-table-block-table.is-style-stripes table th {
    background: #f6f6f6;
  }
  #footer_logo img {
    width: 100%;
    height: auto;
  }
  .iso_list img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .career-path table th, .career-path table td {
    margin-bottom: 0;
    padding: 10px 10px 20px 10px;
    width: 100%;
  }
  .career-path table th:first-child, .career-path table td:first-child {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .career-path table th > .goal, .career-path table td > .goal {
    font-size: 16px;
  }
  .postid-24 .education_area {
    padding: 0 20px 50px;
  }
  .postid-24 .qualification-list .c-row__col {
    --_item-width: 100%;
  }
  .postid-24 .qualification-list .c-row__col.no3 {
    --_item-width: 100%;
  }
  .postid-24 .qualification-list .c-row__col.no4 {
    --_item-width: 100%;
  }
  .benefit_list img {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 15px;
  }
  body.postid-25 #page_contents .box_01 h4, body.postid-25 #single_service_main_content .box_01 h4 {
    padding: 0 20px;
  }
  body.postid-25 #page_contents .box_01 p, body.postid-25 #single_service_main_content .box_01 p {
    padding: 0 20px 20px;
  }
  .programs_list img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .page-id-64 #page_contents .box {
    padding: 20px !important;
  }
  .page-id-64 #page_contents .box h4::before {
    bottom: 0;
    top: -25px;
  }
  .page-id-64 #page_contents .box h4.ttl_schedule {
    padding-left: 0;
  }
  .page-id-64 #page_contents .box h4.ttl_schedule::before {
    width: 85px;
    height: 21.5px;
  }
  .page-id-64 #page_contents .box h4.ttl_message {
    padding-left: 0;
  }
  .page-id-64 #page_contents .box h4.ttl_message::before {
    width: 90px;
    height: 26px;
  }
  .page-id-64 #page_contents .box h4.ttl_offtime {
    padding: 25px 0 0 0;
  }
  .page-id-64 #page_contents .box h4.ttl_offtime::before {
    top: 0;
    width: 82.5px;
    height: 21.5px;
  }
  .page-id-64 #page_contents .box .img_schedule img {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .page-id-64 #page_contents .box.offtime_box img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .page-id-66 .box_01 .ttl_crosstalk {
    padding: 35px 0 10px;
  }
  .page-id-66 .box_01 .ttl_crosstalk h2 {
    padding-bottom: 5px;
    line-height: 1.5;
    border-bottom: 3px solid #0895bb;
    font-size: 20px;
  }
  .page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon .smb-balloon__body {
    padding: 20px;
  }
  .page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon .smb-balloon__figure {
    width: 100px;
    height: 100px;
  }
  .page-id-66 .wp-block-snow-monkey-blocks-balloon.smb-balloon .smb-balloon__name {
    font-size: 16px;
  }
}