@charset "UTF-8";
.s_page_ttl br {
  display: none;
}

.check_br {
  display: none;
}

.v_profiel br {
  display: none;
}

.p_report_ttl.en br {
  display: none;
}

.features_slide_wrap_sp {
  display: none;
}

.menu_btn .menu_ttl_box .menu_ttl.en .text_wrap01,
.menu_btn .menu_ttl_box .menu_ttl.en .text_wrap02,
.menu_btn .menu_ttl_box .menu_ttl.en .text_wrap03 {
  display: none;
}

/* ===================================
共通
=================================== */
.p_d_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 100px;
  margin-top: 100px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #DDD4C0;
}
@media screen and (max-width: 1220px) {
  .p_d_cta {
    justify-content: center;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 930px) {
  .p_d_cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p_d_cta {
    padding: 30px 20px;
  }
}
.p_d_cta .p_d_cta_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p_d_cta .p_d_cta_txt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
}
.p_d_cta .p_d_cta_btn {
  flex-shrink: 0;
  width: 440px;
}
@media screen and (max-width: 1220px) {
  .p_d_cta .p_d_cta_btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p_d_cta .p_d_cta_btn {
    width: 100%;
  }
}
.p_d_cta .p_d_cta_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 23px 10px;
  border-radius: 200px;
  border: 1px solid #E03837;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #E03837;
  color: #fff;
  transition: 0.3s;
}
.p_d_cta .p_d_cta_btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon-mail.svg);
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .p_d_cta .p_d_cta_btn a:hover {
    background-color: #fff;
    color: #E03837;
  }
  .p_d_cta .p_d_cta_btn a:hover::before {
    background-image: url(../img/common/icon-mail_hover.svg);
  }
}
@media screen and (max-width: 767px) {
  .p_d_cta .p_d_cta_btn a {
    padding: 16px 8px;
    font-size: 20px;
    letter-spacing: 0;
  }
}

.s_bread {
  margin-top: 104px;
}
@media screen and (max-width: 1025px) {
  .s_bread {
    margin-top: 80px;
  }
}

.check_area_box {
  padding: 6px 20px 0px;
  border-bottom: 1px solid #333;
}
.check_area_box .check_area_inner {
  max-width: 1240px;
  margin: auto;
  margin-bottom: 100px;
}
.check_area_box .check_area_inner .check_ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 40px */
  letter-spacing: 0.03em;
  margin: auto;
  margin-top: 80px;
}
.check_area_box .check_area_inner .check_ttl::before, .check_area_box .check_area_inner .check_ttl::after {
  content: "";
  position: absolute;
  top: 10%;
  height: 30px;
}
.check_area_box .check_area_inner .check_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.check_area_box .check_area_inner .check_list {
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.1em;
  background-color: #E9E4DA;
  padding: 10px 16px;
  gap: 10px;
}
.check_area_box .check_area_inner .check_list img {
  width: 20px;
  height: 20px;
}
.check_area_box .check_ttl::before {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-left: solid 1px;
  left: -15px;
  transform: rotate(-40deg);
}
.check_area_box .check_ttl.ttl02::before {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-left: solid 1px;
  left: -13px;
  transform: rotate(-40deg);
}
.check_area_box .check_ttl::after {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-right: solid 1px;
  right: -15px;
  transform: rotate(40deg);
}
.check_area_box .check_ttl.ttl02::after {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-right: solid 1px;
  right: -13px;
  transform: rotate(40deg);
}
.check_area_box .important_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.03em;
  margin-top: 24px;
}
.check_area_box .service_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-top: 80px;
}
.check_area_box .service_flex .service_flex_left {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  /* 35.2px */
  letter-spacing: 0.03em;
}
.check_area_box .service_flex .service_flex_img {
  width: 400px;
  height: 400px;
}
.check_area_box .service_flex .service_flex_img.circle {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.check_area_box .service_flex .service_flex_img.circle.service01 {
  -o-object-position: -140px 0px;
     object-position: -140px 0px;
}
.check_area_box .service_flex .service_flex_img.circle.service02 {
  -o-object-position: -19px -1px;
     object-position: -19px -1px;
}
.check_area_box .service_flex .service_flex_img.circle.service03 {
  -o-object-position: -64px 0px;
     object-position: -64px 0px;
}
.check_area_box .service_flex .service_flex_img.circle.service05 {
  -o-object-position: -104px 0px;
     object-position: -104px 0px;
}

.contact_box {
  padding: 40px 100px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #DDD4C0;
  margin-top: 100px;
}
.contact_box .contact_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 93px;
}
.contact_box .contact_area .contact_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.03em;
}
.contact_box .contact_area .contact_btn {
  flex-shrink: 0;
  max-width: 440px;
  width: 100%;
}
.contact_box .contact_area .contact_btn a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 23px 20px 25px;
  background-color: #E03837;
  border: 1px solid #E03837;
  border-radius: 200px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.contact_box .contact_area .contact_btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon-mail.svg);
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .contact_box .contact_area .contact_btn a:hover {
    background-color: #fff;
    color: #E03837;
  }
  .contact_box .contact_area .contact_btn a:hover::before {
    background-image: url(../img/common/icon-mail_hover.svg);
  }
}

.s_page_ttl_area {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 91px 20px 107px;
}
.s_page_ttl_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.s_page_ttl_area .s_page_ttl_area_inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: auto;
}
.s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl_sub {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0;
}
.s_page_ttl_area.s01 {
  background-image: url(../img/top/service1.png);
}
.s_page_ttl_area.s01 .s_page_ttl_area_inner .s_page_ttl_sub {
  color: #F5BC29;
}
.s_page_ttl_area.s02 {
  background-image: url(../img/top/service2.png);
}
.s_page_ttl_area.s02 .s_page_ttl_area_inner .s_page_ttl_sub {
  color: #25BC6B;
}
.s_page_ttl_area.s03 {
  background-image: url(../img/top/service3.png);
}
.s_page_ttl_area.s03 .s_page_ttl_area_inner .s_page_ttl_sub {
  color: #F87740;
}
.s_page_ttl_area.s04 {
  background-image: url(../img/top/service4.png);
}
.s_page_ttl_area.s04 .s_page_ttl_area_inner .s_page_ttl_sub {
  color: #2F7FF6;
}
.s_page_ttl_area.s05 {
  background-image: url(../img/top/service5.png);
}
.s_page_ttl_area.s05 .s_page_ttl_area_inner .s_page_ttl_sub {
  color: #B560F9;
}

.section {
  padding: 80px 20px 100px;
  border-bottom: 1px solid #333;
}
.section.black {
  background-color: #333;
  color: #fff;
}
.section .section_inner {
  max-width: 1240px;
  margin: auto;
}
.section .section_inner .sec_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.section .section_inner .sec_ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E03837;
  flex-shrink: 0;
}
.section .section_inner .sec_txt {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
.section .section_inner .sec_list {
  padding-left: 10px;
  padding-right: 25px;
}
.section .section_inner .sec_list li {
  display: flex;
  gap: 10px;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.section .section_inner .sec_list li:last-of-type {
  margin-bottom: 0;
}
.section .section_inner .sec_list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 10px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.flow_list li {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 40px;
}
.flow_list li:last-of-type {
  margin-bottom: 0;
}
.flow_list li .flow_img {
  flex-shrink: 0;
  aspect-ratio: 4/3;
  width: 400px;
}
.flow_list li .flow_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.flow_list li .flow_txt_box .flow_ttl {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.flow_list li .flow_txt_box .flow_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.04em;
}

.voice_box {
  display: flex;
  gap: 50px;
  background-color: #fff;
  padding: 49px;
}
.voice_box .v_icon {
  flex-shrink: 0;
  width: 93px;
  height: auto;
}
.voice_box .v_icon img {
  width: 100%;
  height: auto;
}
.voice_box .v_txt_box .v_profiel {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 10px 6px;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.voice_box .v_txt_box .v_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.archive_btn {
  max-width: 300px;
  margin: auto;
  margin-top: 40px;
}
.archive_btn a {
  position: relative;
  z-index: auto;
  overflow: hidden;
  display: block;
  border: 1px solid #333;
  border-radius: 100px;
  padding: 15px;
  color: #333;
  text-align: center;
  text-indent: -30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.archive_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23%;
  width: 24px;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
@media (hover: hover) {
  .archive_btn a:hover {
    color: #fff;
    background: #333;
  }
  .archive_btn a:hover::after {
    background-color: #fff;
  }
}
.archive_btn.black a {
  border: 1px solid #fff;
  color: #fff;
}
.archive_btn.black a::after {
  background-color: #fff;
}
@media (hover: hover) {
  .archive_btn.black a:hover {
    color: #333;
    background-color: #fff;
  }
  .archive_btn.black a:hover::after {
    background-color: #333;
  }
}
.archive_btn.red {
  max-width: 100%;
}
.archive_btn.red a {
  border: 1px solid #E03837;
  background-color: #E03837;
  color: #fff;
}
.archive_btn.red a::before {
  background-color: #fff;
}
.archive_btn.red a::after {
  background-color: #fff;
}
@media (hover: hover) {
  .archive_btn.red a:hover {
    color: #E03837;
    background-color: #ffffff;
  }
  .archive_btn.red a:hover::after {
    background-color: #E03837;
  }
}

.sec_faq {
  padding-bottom: 80px;
}
.sec_faq .faq_btn a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 84px 100px;
  border-radius: 16px;
  background-image: url(../img/service/faq_bg_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_faq .faq_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.8);
}
.sec_faq .faq_btn a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1;
  transform: translateY(-50%);
  background-image: url(../img/service/faq_btn_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.sec_faq .faq_btn a .faq_btn_ttl {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.sec_faq .faq_btn a .faq_btn_ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/service/faq_ttl_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (hover: hover) {
  .sec_faq .faq_btn a:hover::after {
    background-image: url(../img/service/faq_btn_icon_hover.svg);
  }
  .sec_faq .faq_btn a:hover .faq_btn_ttl {
    color: #E03837;
  }
}

/* ===================================
グローバル・コミュニケーション・スキル
=================================== */
.service01 .feature_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service01 .feature_list li {
  border: 1px solid #333;
  padding: 40px;
  width: calc(50% - 20px);
}
.service01 .feature_list li .f_l_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  text-align: left;
}
.service01 .feature_list li .f_l_ttl.mid {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.service01 .feature_list li .f_l_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service01 .info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service01 .info_list > li {
  border: 1px solid #333;
  padding: 27px 40px;
  width: calc(50% - 20px);
}
.service01 .info_list > li .i_l_ttl_box {
  margin-bottom: 30px;
}
.service01 .info_list > li .i_l_ttl_box .i_l_ttl_sub {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service01 .info_list > li .i_l_ttl_box .i_l_ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.service01 .info_list > li .i_l_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service01 .info_list > li .i_l_list {
  margin-top: 30px;
}
.service01 .info_list > li .i_l_list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-top: 1px solid #D8D2C7;
  padding: 20px 0;
}
.service01 .info_list > li .i_l_list li:last-of-type {
  border-bottom: 1px solid #D8D2C7;
}
.service01 .info_list > li .i_l_list li .i_list_ttl {
  flex-shrink: 0;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service01 .info_list > li .i_l_list li .i_list_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service01 .intro_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service01 .intro_list > li {
  border: 1px solid #fff;
  padding: 27px 40px;
  width: calc(50% - 20px);
}
.service01 .intro_list > li .intro_img {
  width: 100px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}
.service01 .intro_list > li .intro_ttl_box {
  margin-bottom: 30px;
}
.service01 .intro_list > li .intro_ttl_box .intro_ttl_sub {
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service01 .intro_list > li .intro_ttl_box .intro_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}
.service01 .intro_list > li .intro_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service01 .t_flow_box {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 56px;
}
.service01 .t_flow_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 100%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #E9E4DA transparent transparent transparent;
}
.service01 .t_flow_box:first-of-type {
  margin-top: 60px;
}
.service01 .t_flow_box:last-of-type {
  margin-bottom: 0;
}
.service01 .t_flow_box:last-of-type::after {
  content: none;
}
.service01 .t_flow_box .t_f_num {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 11px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.service01 .t_flow_box .t_f_num span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.service01 .t_flow_box .t_f_cont .t_f_ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service01 .t_flow_box .t_f_cont .t_f_ttl02 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service01 .t_flow_box .t_f_cont .t_f_txt + .t_f_ttl02 {
  margin-top: 24px;
}
.service01 .t_flow_box .t_f_cont .t_f_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service01 .t_flow_box .t_f_cont .t_f_ttl02 + .t_f_txt {
  margin-top: 4px;
}

/* ===================================
公開講座
=================================== */
.service02 .menu_list > li {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.service02 .menu_list > li:last-of-type {
  margin-bottom: 0;
}
.service02 .menu_list > li .menu_btn {
  cursor: pointer;
  position: relative;
  background-color: #333;
  border-radius: 8px;
  padding: 24px 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.service02 .menu_list > li .menu_btn .menu_icon {
  flex-shrink: 0;
  width: 80px;
  height: auto;
}
.service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl_sub {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}
.service02 .menu_list > li .menu_btn .menu_cross {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.service02 .menu_list > li .menu_btn .menu_cross span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.service02 .menu_list > li .menu_btn .menu_cross span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service02 .menu_list > li .menu_btn .menu_cross span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.service02 .menu_list > li .menu_btn.open .menu_cross span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.service02 .menu_list > li .menu_cont {
  display: flex;
  gap: 40px;
  padding: 50px;
}
.service02 .menu_list > li .menu_cont .m_c_left {
  width: 50%;
}
.service02 .menu_list > li .menu_cont .m_c_left .m_c_txt {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service02 .menu_list > li .menu_cont .m_c_left .m_c_list {
  display: flex;
  gap: 20px;
}
.service02 .menu_list > li .menu_cont .m_c_left .m_c_list li {
  display: flex;
  padding: 20px 0 17px;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #D8D2C7;
  border-bottom: 1px solid #D8D2C7;
  width: 50%;
}
.service02 .menu_list > li .menu_cont .m_c_left .m_c_list li .m_c_list_ttl {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service02 .menu_list > li .menu_cont .m_c_left .m_c_list li .m_c_list_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service02 .menu_list > li .menu_cont .m_c_left .m_c_list li .m_c_list_txt span {
  font-size: 12px;
}
.service02 .menu_list > li .menu_cont .m_c_right {
  width: 46%;
  padding: 24px;
  background-color: #FBF7EE;
}
.service02 .menu_list > li .menu_cont .m_c_right .m_c_r_ttl {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #333;
  padding: 9px 10px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.service02 .menu_list > li .menu_cont .m_c_right .m_c_r_list {
  padding-left: 10px;
}
.service02 .menu_list > li .menu_cont .m_c_right .m_c_r_list li {
  display: flex;
  gap: 11px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
  letter-spacing: 0.04em;
}
.service02 .menu_list > li .menu_cont .m_c_right .m_c_r_list li:last-of-type {
  margin-bottom: 0;
}
.service02 .menu_list > li .menu_cont .m_c_right .m_c_r_list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 12px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}
.service02 .t_flow_box {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 56px;
}
.service02 .t_flow_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 100%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #E9E4DA transparent transparent transparent;
}
.service02 .t_flow_box:last-of-type {
  margin-bottom: 0;
}
.service02 .t_flow_box:last-of-type::after {
  content: none;
}
.service02 .t_flow_box .t_f_num {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 11px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.service02 .t_flow_box .t_f_num span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.service02 .t_flow_box .t_f_cont .t_f_ttl {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service02 .t_flow_box .t_f_cont .t_f_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.service02 .sec_case_tab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 12px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .service02 .sec_case_tab {
    gap: 20px 10px;
  }
}
.service02 .sec_case_tab li {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 599px) {
  .service02 .sec_case_tab li {
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 360px) {
  .service02 .sec_case_tab li {
    width: calc(50% - 5px);
  }
}
.service02 .sec_case_tab li .tab {
  position: relative;
  display: block;
  border-radius: 8px;
  background-color: #444;
  padding: 23px 10px;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .service02 .sec_case_tab li .tab {
    padding: 15px 10px;
  }
}
.service02 .sec_case_tab li .tab .tab_ttl {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .service02 .sec_case_tab li .tab .tab_ttl {
    font-size: 16px;
  }
}
.service02 .sec_case_tab li .tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transition: 0.3s;
}
@media (hover: hover) {
  .service02 .sec_case_tab li .tab:hover {
    background-color: #fff;
  }
  .service02 .sec_case_tab li .tab:hover .tab_ttl {
    color: #E03837;
  }
}
.service02 .sec_case_tab li.active .tab {
  background-color: #fff;
}
.service02 .sec_case_tab li.active .tab .tab_ttl_sub,
.service02 .sec_case_tab li.active .tab .tab_ttl {
  color: #E03837;
}
.service02 .sec_case_tab li.active .tab::before {
  opacity: 1;
  transform: translate(-50%, 100%);
}
.service02 .area_wrap {
  position: relative;
}
.service02 .area {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.service02 .area.is-active {
  display: block;
  position: unset;
  pointer-events: all;
}
.service02 .area > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service02 .area > ul li {
  width: calc(50% - 12px);
  display: block;
  border: 1px solid #fff;
  padding: 46px 50px 50px;
}
.service02 .area > ul li .course_ttl_box {
  margin-bottom: 36px;
}
.service02 .area > ul li .course_ttl_box .c_situation {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  margin-bottom: 6px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.service02 .area > ul li .course_ttl_box .c_ttl_sub {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service02 .area > ul li .course_ttl_box .c_ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}
.service02 .area > ul li .course_ttl_box .c_ttl.en {
  text-align: left;
}
.service02 .area > ul li .course_detail_box {
  margin-bottom: 40px;
}
.service02 .area > ul li .course_detail_box .c_date {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.service02 .area > ul li .course_detail_box .c_place {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.service02 .area > ul li .c_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

/* ===================================
グローバルリーダー育成
=================================== */
.service03 .service_table {
  background-color: #fff;
  border: 1px solid #D8D2C7;
}
.service03 .service_table tr th {
  background-color: #E9E4DA;
}
.service03 .service_table tr + tr {
  border-top: 1px solid #D8D2C7;
}
.service03 .service_table th + th,
.service03 .service_table th + td,
.service03 .service_table td + td {
  border-left: 1px solid #D8D2C7;
}
.service03 .service_table .empty_box {
  width: 140px;
}
.service03 .service_table .s_t_head_wrap {
  width: 550px;
  padding: 20px 10px 10px;
}
.service03 .service_table .s_t_head_wrap .s_t_head {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.service03 .service_table .s_t_head_wrap .s_t_head.jp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.service03 .service_table .s_t_head_wrap .s_t_head_sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.service03 .service_table .s_t_ttl {
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service03 .service_table .s_t_list_wrap .s_t_list {
  padding: 19px 28px;
  padding-right: 25px;
}
.service03 .service_table .s_t_list_wrap .s_t_list li {
  display: flex;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.service03 .service_table .s_t_list_wrap .s_t_list li:last-of-type {
  margin-bottom: 0;
}
.service03 .service_table .s_t_list_wrap .s_t_list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 10px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}
.service03 .service_table .s_t_txt {
  padding: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}

/* ===================================
サヴィル・アセスメント
=================================== */
.s_page_ttl_area.s04 .s_page_ttl_area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 40px;
}
@media screen and (max-width: 768px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex {
    flex-direction: column;
    align-items: center;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left {
  min-width: 480px;
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left {
    min-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left {
    min-width: unset;
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_ttl {
    font-size: 30px;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc {
  color: #FFF;
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc {
    margin-top: 15px;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc .s_page_dsc_top {
  padding: 10px 0 20px;
  border-bottom: 1px solid var(--white, #FFF);
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc .s_page_dsc_top p {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc .s_page_dsc_top p span {
  display: inline-block;
  margin-right: 5px;
  background: linear-gradient(to bottom, transparent, transparent 70%, #2F7FF6 70%);
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc .s_page_dsc_top p {
    font-size: 18px;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc .s_page_dsc_bottom {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_left .s_page_dsc .s_page_dsc_bottom {
    font-size: 14px;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right {
  max-width: 500px;
  width: 100%;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .flexarea_img {
  max-width: 450px;
  width: 96%;
  margin-inline: auto;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list {
    flex-direction: column;
    margin-top: 25px;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px) / 2);
  padding: 14px 10px 16px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a {
    width: 100%;
    height: 50px;
    padding: 4px 10px 6px;
  }
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.left_btn {
  line-height: 1.6;
  background: var(--red, #E03837);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white, #FFF);
  position: relative;
  transition: 0.3s;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.left_btn svg {
  display: block;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.left_btn svg path {
  transition: 0.3s;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.left_btn:hover {
  background: #FFF;
  color: var(--red, #E03837);
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.left_btn::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: var(--red, #E03837);
  border-radius: 100px;
  z-index: -1;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.right_btn {
  flex-direction: column;
  gap: 5px;
  background: #FFF;
  border: 1px solid #E03837;
  color: #E03837;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.right_btn span {
  display: block;
  font-size: 14px;
}
.s_page_ttl_area.s04 .s_page_ttl_area_flex .s_page_ttl_area_flex_right .s04_cta_list a.right_btn:hover {
  background-color: #E03837;
  color: #FFF;
}
.s_page_ttl_area.s04 .tab-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .s_page_ttl_area.s04 .tab-br {
    display: block;
  }
}
.s_page_ttl_area.s04 .min-tab-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .s_page_ttl_area.s04 .min-tab-br {
    display: block;
  }
}
.s_page_ttl_area.s04 .sp-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .s_page_ttl_area.s04 .sp-br {
    display: block;
  }
}
.s_page_ttl_area.s04 .min-sp-br {
  display: none;
}
@media screen and (max-width: 400px) {
  .s_page_ttl_area.s04 .min-sp-br {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .service04 .section .section_inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .service04 .section .section_inner {
    padding: 0 0;
  }
}
.service04 .tab-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .service04 .tab-br {
    display: block;
  }
}
.service04 .min-tab-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .service04 .min-tab-br {
    display: block;
  }
}
.service04 .sp-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .service04 .sp-br {
    display: block;
  }
}
.service04 .min-sp-br {
  display: none;
}
@media screen and (max-width: 400px) {
  .service04 .min-sp-br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .service04 .tab-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service04 .min-tab-none {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .service04 .sp-none {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .service04 .min-sp-none {
    display: none;
  }
}
.service04 .s04_cta {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .service04 .s04_cta {
    padding: 60px 20px;
  }
}
.service04 .s04_cta .s04_cta_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--white, #FFF);
  box-shadow: 4px 4px 10px 0px #E9E4DA;
}
@media screen and (max-width: 600px) {
  .service04 .s04_cta .s04_cta_inner {
    padding: 20px;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list {
  display: flex;
  gap: 40px;
  max-width: 920px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_list {
    flex-direction: column;
    align-items: center;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a {
  display: block;
  max-width: 440px;
  width: calc((100% - 40px) / 2);
  padding: 14px 24px 16px;
  border-radius: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_list a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_list a {
    font-size: 16px;
    height: 50px;
    padding: 4px 10px 6px;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.left_btn {
  background: var(--red, #E03837);
  border: 1px solid var(--red, #E03837);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white, #FFF);
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.left_btn svg {
  display: block;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.left_btn svg path {
  transition: 0.3s;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.left_btn:hover {
  background-color: #fff;
  color: #E03837;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.left_btn:hover svg path {
  fill: #E03837;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.right_btn {
  background: var(--white, #FFF);
  border: 1px solid var(--red, #E03837);
  color: var(--red, #E03837);
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.right_btn span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_list a.right_btn span {
    font-size: 14px;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_list a.right_btn:hover {
  background-color: #E03837;
  color: #FFF;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial {
  max-width: 920px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_trial {
    margin-top: 20px;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 14px 24px 16px;
  border-radius: 100px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .service04 .s04_cta .s04_cta_inner .s04_cta_trial a {
    font-size: 16px;
  }
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn {
  position: relative;
  z-index: 0;
  color: #fff;
  background: linear-gradient(90deg, #E85A26, #F97C3C, #FFC04C);
  overflow: hidden;
  transition: color 0.3s ease;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn span {
  position: relative;
  z-index: 5;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  padding: 1px;
  background: linear-gradient(90deg, #E85A26, #F97C3C, #FFC04C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn:hover {
  color: #F97C3C;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn:hover::before {
  opacity: 1;
}
.service04 .s04_cta .s04_cta_inner .s04_cta_trial a.trial_btn:hover::after {
  opacity: 1;
}
.service04 .sec_intro {
  padding-bottom: 0;
  border-bottom: unset;
}
.service04 .sec_intro .intro_content .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_intro .intro_content .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .service04 .sec_intro .intro_content .ttl {
    font-size: 20px;
  }
}
.service04 .sec_intro .intro_content .dsc {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service04 .sec_intro .intro_content .dsc {
    font-size: 16px;
    text-align: start;
  }
}
.service04 .sec_intro .intro_content .dsc > a {
  color: #2F7FF6;
  text-decoration: underline;
}
.service04 .sec_intro .intro_content .process_content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_intro .intro_content .process_content {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 60px;
  }
}
.service04 .sec_intro .intro_content .process_content .process_list {
  width: calc((100% - 160px) / 3);
  padding: 29px 18px;
  border: 1px solid var(--black, #333);
}
@media screen and (max-width: 1024px) {
  .service04 .sec_intro .intro_content .process_content .process_list {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_intro .intro_content .process_content .process_list {
    width: 100%;
  }
}
.service04 .sec_intro .intro_content .process_content .process_list figure {
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 683/462;
  margin-inline: auto;
}
.service04 .sec_intro .intro_content .process_content .process_list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service04 .sec_intro .intro_content .process_content .process_list .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  padding: 0 1px;
  margin: 20px 0;
}
@media screen and (max-width: 420px) {
  .service04 .sec_intro .intro_content .process_content .process_list .ttl {
    font-size: 18px;
    padding: 0;
  }
}
.service04 .sec_intro .intro_content .process_content .process_list .dot_list {
  margin-top: 20px;
}
.service04 .sec_intro .intro_content .process_content .process_list .dot_list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
}
.service04 .sec_intro .intro_content .process_content .process_list .dot_list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #2F7FF6;
  border-radius: 100%;
}
.service04 .sec_intro .intro_content .process_content .process_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_intro .intro_content .process_content .process_arrow {
    max-width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_intro .intro_content .process_content .process_arrow {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_intro .intro_content .process_content .process_arrow svg {
    transform: rotate(90deg);
  }
}
.service04 .sec_intro .flex_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-top: 40px;
}
.service04 .sec_intro .flex_content .flex_content_box {
  width: calc((100% - 80px) / 3);
  padding: 19px 18px;
  border: 1px solid var(--black, #333);
}
@media screen and (max-width: 1024px) {
  .service04 .sec_intro .flex_content .flex_content_box {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .service04 .sec_intro .flex_content .flex_content_box {
    width: 100%;
  }
}
.service04 .sec_intro .flex_content .flex_content_box figure {
  max-width: 240px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.service04 .sec_intro .flex_content .flex_content_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service04 .sec_intro .flex_content .flex_content_box .ttl {
  color: #E03837;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin: 10px 0;
}
.service04 .sec_worry .worry_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.service04 .sec_worry .worry_content .worry_list .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex {
    flex-direction: column;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .left {
  max-width: 458px;
  width: 100%;
  padding: 20px;
  background: #E9E4DA;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_worry .worry_content .worry_list .flex .left {
    max-width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex .left {
    max-width: unset;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .left .left_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service04 .sec_worry .worry_content .worry_list .flex .left .left_ttl .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--black, #333);
  color: var(--white, #FFF);
  font-family: "Kanit";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex .left .left_ttl .num {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .left .left_ttl .list_ttl {
  color: var(--black, #333);
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 420px) {
  .service04 .sec_worry .worry_content .worry_list .flex .left .left_ttl .list_ttl {
    font-size: 20px;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .left .left_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 5px;
  margin-top: 10px;
  background: #FFF;
}
.service04 .sec_worry .worry_content .worry_list .flex .left .left_list li {
  color: var(--black, #333);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  padding-left: 16px;
  position: relative;
}
.service04 .sec_worry .worry_content .worry_list .flex .left .left_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.service04 .sec_worry .worry_content .worry_list .flex .left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 23px;
  height: 44px;
  background-color: #E9E4DA;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex .left::after {
    content: unset;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .right {
  color: var(--black, #333);
  width: calc(100% - 458px);
  padding: 20px 20px 20px 60px;
  background: var(--white, #FFF);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_worry .worry_content .worry_list .flex .right {
    width: calc(100% - 335px);
    padding: 20px 20px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex .right {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex .right::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 23px;
    background-color: #E9E4DA;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .right .right_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 420px) {
  .service04 .sec_worry .worry_content .worry_list .flex .right .right_ttl {
    font-size: 18px;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .right .right_list .check_list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  border-bottom: 1px solid var(--beige-dark, #D8D5CF);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_worry .worry_content .worry_list .flex .right .right_list .check_list {
    padding: 10px 0;
  }
}
.service04 .sec_worry .worry_content .worry_list .flex .right .right_list .check_list img {
  width: 20px;
  height: 20px;
}
.service04 .sec_case .archive_case {
  margin: 40px 0;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_case .archive_case {
    flex-direction: column;
  }
}
.service04 .sec_case .archive_case .archive_case_post {
  display: block;
  width: calc((100% - 46px) / 3);
  padding: 24px 24px 32px 24px;
  border: 1px solid var(--black, #333);
}
@media screen and (max-width: 768px) {
  .service04 .sec_case .archive_case .archive_case_post {
    width: 100%;
  }
}
.service04 .sec_case .archive_case .archive_case_post .post_thmnb {
  width: 100%;
  height: auto;
  aspect-ratio: 340/190;
  background: #FFF;
  transition: 0.3s;
}
.service04 .sec_case .archive_case .archive_case_post .post_thmnb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service04 .sec_case .archive_case .archive_case_post .post_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin: 24px 0;
  transition: 0.3s;
}
.service04 .sec_case .archive_case .archive_case_post .post_case_company {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.service04 .sec_case .archive_case .archive_case_post:hover {
  opacity: 0.7;
}
.service04 .sec_case .archive_case .archive_case_post:hover .post_thmnb {
  opacity: 0.8;
}
.service04 .sec_case .archive_case .archive_case_post:hover .post_ttl {
  color: #E03837;
}
.service04 .sec_case .archive_case .archive_case_post:hover .post_case_company {
  color: #E03837;
}
.service04 .sec_case .archive_link_btn {
  max-width: 300px;
  margin-inline: auto;
}
.service04 .sec_case .archive_link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  background: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
  padding: 22px 10px;
  border-radius: 100px;
  border: 1px solid var(--black, #333);
  transition: 0.3s;
}
.service04 .sec_case .archive_link_btn a .link_line {
  width: 24px;
  height: 1px;
  background: #FFF;
  transition: 0.3s;
}
.service04 .sec_case .archive_link_btn a:hover {
  color: #333;
  background: transparent;
  border: 1px solid #333;
}
.service04 .sec_case .archive_link_btn a:hover .link_line {
  background: #333;
}
.service04 .sec_feature .feature_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 50px;
  border: 1px solid var(--white, #FFF);
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_feature .feature_content {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex {
  display: flex;
  gap: 20px 5%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_feature .feature_content .feature_list .flex {
    flex-direction: column;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .left {
  max-width: 540px;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .service04 .sec_feature .feature_content .feature_list .flex .left {
    max-width: unset;
    width: 100%;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl {
  display: flex;
  gap: 16px;
}
.service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  color: #333;
  background: var(--white, #FFF);
}
@media screen and (max-width: 1024px) {
  .service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_num {
    width: 60px;
    height: 60px;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_num .point {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_num .point {
    font-size: 14px;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_num .num {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_num .num {
    font-size: 24px;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_feature .feature_content .feature_list .flex .left .left_ttl .point_ttl {
    font-size: 20px;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .left .left_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .service04 .sec_feature .feature_content .feature_list .flex .left .left_txt {
    font-size: 16px;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .right {
  max-width: 540px;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .service04 .sec_feature .feature_content .feature_list .flex .right {
    max-width: unset;
    width: 100%;
  }
}
.service04 .sec_feature .feature_content .feature_list .flex .right figure {
  margin-inline: auto;
}
.service04 .sec_feature .feature_content .feature_list .arrow {
  margin-top: 16px;
  position: relative;
}
.service04 .sec_feature .feature_content .feature_list .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 539px;
  width: calc(50% - 30px);
  height: 1px;
  background: #FFF;
}
.service04 .sec_feature .feature_content .feature_list .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 539px;
  width: calc(50% - 30px);
  height: 1px;
  background: #FFF;
}
.service04 .sec_feature .feature_content .feature_list .arrow svg {
  display: block;
  margin-inline: auto;
}
.service04 .sec_about .report #report {
  padding-top: 130px;
  margin-top: -130px;
}
.service04 .sec_about .report .report_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .report .report_content {
    flex-direction: column;
  }
}
.service04 .sec_about .report .report_content .report_list {
  width: calc((100% - 80px) / 3);
  padding: 20px;
  border: 1px solid var(--black, #333);
  background: var(--white, #FFF);
}
@media screen and (max-width: 1024px) {
  .service04 .sec_about .report .report_content .report_list {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .report .report_content .report_list {
    width: 100%;
  }
}
.service04 .sec_about .report .report_content .report_list .list_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin: 20px 0;
}
@media screen and (max-width: 420px) {
  .service04 .sec_about .report .report_content .report_list .list_ttl {
    font-size: 20px;
  }
}
.service04 .sec_about .report .report_content .report_list .list_txt {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .report .report_content .report_list .list_txt {
    padding: 0 10px;
  }
}
.service04 .sec_about .flow {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .flow {
    margin-top: 60px;
  }
}
.service04 .sec_about .flow .flow_content {
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .flow .flow_content {
    flex-direction: column;
    align-items: center;
  }
}
.service04 .sec_about .flow .flow_content .flow_list {
  min-width: 350px;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .flow .flow_content .flow_list {
    min-width: unset;
    width: 100%;
  }
}
.service04 .sec_about .faq {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .faq {
    margin-top: 60px;
  }
}
.service04 .sec_about .faq .faq_content {
  max-width: 920px;
  margin-inline: auto;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list {
  padding: 32px 20px;
  border-bottom: 1px solid var(--beige-dark, #D8D5CF);
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q {
  display: flex;
  gap: 10px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .mark {
  color: var(--red, #E03837);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .ttl {
    font-size: 16px;
  }
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .line {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .line::before, .service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .line::after {
  content: "";
  position: absolute;
  background: #333;
  transition: transform 0.3s ease;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .line::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q .line::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_q.open .line::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_a {
  display: none;
  gap: 10px;
  margin-top: 24px;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_a .mark {
  color: var(--red, #E03837);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.service04 .sec_about .faq .faq_content .faq_content_inner .faq_content_list .faq_a.open {
  display: flex;
}

@media screen and (max-width: 1270px) {
  .check_area_box .check_area_inner .check_box .check_list br {
    display: none;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_left br {
    display: none;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_text br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .check_area_box .check_area_inner .check_ttl {
    line-height: 1.7;
  }
  /* ===================================
  グローバルリーダー構成
  =================================== */
  .check_area_box .check_area_inner {
    width: 100%;
  }
  .check_area_box .check_area_inner .check_box {
    gap: 8px;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_btn {
    width: 334px;
  }
  .section {
    padding: 80px 0 100px;
    border-bottom: 1px solid #333;
  }
  .service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl {
    font-size: 34px;
  }
  .flow_list li .flow_img {
    width: 100%;
  }
  .flow_list li .flow_txt_box .flow_ttl {
    font-size: 30px;
  }
  .section .section_inner {
    max-width: 900px;
  }
  .table_wrapper {
    overflow: scroll;
  }
  .table_wrapper .service_table {
    width: 1000px;
  }
  /* ===================================
  サヴィル・アセスメント
  =================================== */
  .s_page_ttl_area .s_page_ttl_area_inner {
    max-width: 1240px;
  }
  .section .section_inner {
    max-width: 810px;
  }
  .service04 .sec_case_tab li .tab .tab_ttl {
    font-size: 28px;
  }
  .service04 .area .a_img_box {
    max-width: 300px;
  }
  .section .section_inner {
    max-width: 852px;
  }
  /* ===================================
  キャニングUL短期留学
  =================================== */
  .flow_list li .flow_txt_box .flow_ttl {
    margin: 24px 0 8px 0;
    font-weight: 500;
    line-height: 1;
  }
  .flow_list li {
    display: block;
    margin-bottom: 80px;
  }
  .section .section_inner {
    width: 100%;
  }
  .archive_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6%;
    height: 1px;
    background-color: #333;
  }
}
@media screen and (max-width: 960px) {
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap01,
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap01,
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap01 {
    display: block;
  }
  .v_profiel br {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .section {
    padding: 60px 20px 80px;
    border-bottom: 1px solid #333;
  }
  .check_area_box .check_area_inner {
    max-width: 900px;
    margin-bottom: 80px;
  }
  .check_area_box .check_area_inner .check_box {
    gap: 16px;
    flex-wrap: wrap;
  }
  .check_area_box .check_area_inner .check_box .check_list {
    width: 100%;
  }
  .check_area_box .check_area_inner .service_flex {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_left {
    order: 2;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right {
    order: 1;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right .service_flex_img.circle {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: auto;
    -o-object-position: 0;
       object-position: 0;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right .service_flex_img.book_img {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .check_area_box .check_area_inner .contact_box .contact_area {
    gap: 48px;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_btn {
    width: 50%;
  }
  .check_area_box .service03 .service_table .s_t_list_wrap .s_t_list li {
    margin-bottom: 16px;
  }
  .check_area_box .service_flex .service_flex_img.circle.service01 {
    -o-object-position: 0px -43px;
       object-position: 0px -43px;
  }
  .check_area_box .check_area_inner .service_flex {
    gap: 20px;
  }
  .service02 .menu_list > li .menu_cont {
    display: block;
  }
  .service02 .menu_list > li .menu_cont .m_c_left {
    width: 100%;
  }
  .service02 .menu_list > li .menu_cont .m_c_right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 850px) {
  .service04 .sec_case_tab li .tab .tab_ttl {
    font-size: 26px;
  }
  .service04 .sec_case_tab li .tab {
    padding: 23px 0px;
  }
  .service04 .area .a_txt_box .a_ttl {
    font-size: 19px;
    margin-bottom: 24px;
  }
  .service04 .area {
    gap: 42px;
  }
  .service04 .sec_case_tab {
    flex-direction: column;
  }
  .service04 .sec_case_tab li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .s_page_ttl_area {
    padding: 60px 20px 60px;
  }
  .check_area_box .check_area_inner {
    max-width: 768px;
    margin-bottom: 80px;
  }
  .check_area_box .check_area_inner .check_box {
    gap: 16px;
    flex-wrap: wrap;
  }
  .check_area_box .check_area_inner .check_box .check_list {
    width: 100%;
  }
  .check_area_box .check_area_inner .service_flex {
    flex-direction: column;
    gap: 40px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_left {
    order: 2;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right {
    order: 1;
  }
  .check_area_box .check_area_inner .contact_box {
    padding: 40px 40px;
    margin: 100px 20px 0 20px;
  }
  .check_area_box .check_area_inner .contact_box .contact_area {
    gap: 32px;
    flex-direction: column;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_text {
    text-align: center;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_text br {
    display: block;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_btn {
    width: 50%;
  }
  .check_area_box .check_area_inner .service_flex {
    gap: 20px;
  }
  .s_page_ttl_area .s_page_ttl_area_inner {
    text-align: center;
  }
  /* ===================================
  グローバルコミュニケーション
  =================================== */
  .check_area_box .check_area_inner .service_flex {
    width: 100%;
  }
  .service01 .section .section_inner .feature_list li {
    width: 100%;
  }
  .service01 .section .section .info_list li {
    width: 100%;
  }
  .service01 .section .intro_list li {
    width: 100%;
  }
  .p_d_cta_br {
    display: none;
  }
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl_sub {
    margin-bottom: 10px;
  }
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl {
    font-size: 34px;
  }
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl_sub {
    font-size: 18px;
  }
  .section .section_inner .sec_ttl {
    font-size: 28px;
  }
  .service01 .intro_list > li .intro_ttl_box .intro_ttl {
    font-size: 32px;
  }
  /* ===================================
  公開講座
  =================================== */
  .service02 .menu_list > li .menu_btn {
    padding: 10px 43px;
  }
  .service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl {
    font-size: 30px;
  }
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap01 {
    display: block;
  }
  .service02 .menu_list > li .menu_cont {
    display: block;
  }
  .service02 .menu_list > li .menu_cont .m_c_left .m_c_list li .m_c_list_txt {
    font-size: 14px;
    text-align: left;
  }
  .service02 .menu_list > li .menu_cont .m_c_right .m_c_r_list li {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .service02 .menu_list > li .menu_cont .m_c_right .m_c_r_ttl {
    font-size: 14px;
  }
  .service02 .menu_list > li .menu_cont .m_c_left {
    width: 100%;
  }
  .service02 .menu_list > li .menu_cont .m_c_right {
    width: 100%;
    margin-top: 20px;
  }
  .service02 .t_flow_box .t_f_cont .t_f_ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .service02 .t_flow_box .t_f_cont .t_f_txt {
    font-size: 14px;
  }
  .service02 .t_flow_box {
    padding: 24px;
  }
  .service02 .area > ul li .course_ttl_box .c_ttl {
    font-size: 30px;
  }
  .archive_btn.red a::after {
    display: none;
  }
  .archive_btn a {
    text-indent: -8px;
    font-size: 14px;
  }
  .sec_faq .faq_btn a {
    padding: 42px 100px;
  }
  /* ===================================
  グローバルリーダー育成
  =================================== */
  .section .section_inner {
    max-width: 660px;
  }
  .section .section_inner .sec_ttl {
    font-size: 30px;
  }
  .flow_list li {
    display: block;
  }
  .flow_list li .flow_img {
    width: 100%;
  }
  .flow_list li .flow_txt_box .flow_ttl {
    margin: 20px 0;
    font-size: 28px;
  }
  .flow_list li .flow_txt_box .flow_txt {
    margin-bottom: 40px;
  }
  .service03 .service_table .s_t_head_wrap .s_t_head {
    font-size: 18px;
  }
  .service03 .service_table .s_t_head_wrap {
    vertical-align: middle;
  }
  .service03 .service_table .s_t_list_wrap .s_t_list li {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .service03 .service_table .s_t_txt {
    font-size: 14px;
  }
  .voice_box .v_txt_box .v_profiel {
    font-size: 14px;
  }
  .service04 .sec_case_tab li .tab .tab_ttl {
    font-size: 24px;
  }
  .service04 .sec_case_tab li .tab {
    padding: 14px 20px;
  }
  .service04 .area .a_img_box {
    max-width: 200px;
  }
  .service04 .sec_case_tab li .tab .tab_ttl {
    font-size: 26px;
  }
  .archive_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 6%;
    height: 1px;
    background-color: #333;
  }
  .important_text {
    line-height: 1.7;
  }
  .important_text br {
    display: block !important;
  }
  .check_area_box .check_area_inner .important_text {
    text-align: left;
  }
  .service02 .area > ul li .course_detail_box {
    margin-bottom: 30px;
  }
  .p_description_box .p_description_inner .p_d_cta {
    padding: 30px 20px;
  }
  .service04 .sec_about_inner .sec_txt {
    margin-bottom: 30px;
  }
  .service04 .about_table {
    margin-top: 40px;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right .service_flex_img.book_img {
    width: 100%;
  }
  .service01 .feature_list li .f_l_ttl.mid {
    font-size: 30px;
  }
}
@media screen and (max-width: 695px) {
  .section .section_inner .sec_ttl {
    font-size: 26px;
  }
  .service03 .service_table .s_t_ttl {
    font-size: 14px;
  }
  .service04 .p_report_list li .p_report_btn .p_report_ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 660px) {
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap02 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl_sub {
    font-size: 12px;
  }
  .service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl {
    font-size: 26px;
    line-height: 1.3em;
  }
  .section .section_inner .sec_ttl {
    font-size: 24px;
  }
  .service02 .t_flow_box .t_f_cont .t_f_ttl {
    font-size: 18px;
  }
  .service02 .area > ul li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .sec_faq .faq_btn a .faq_btn_ttl {
    font-size: 26px;
  }
  .sec_faq .faq_btn a::after {
    width: 32px;
    height: 32px;
  }
  /* ===================================
  グローバルリーダー育成
  =================================== */
  .section .section_inner {
    max-width: 570px;
  }
  .section .section_inner .sec_ttl {
    align-items: flex-start;
  }
  .section .section_inner .sec_ttl::before {
    margin-top: 18px;
  }
}
@media screen and (max-width: 600px) {
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl {
    font-size: 30px;
  }
  .service04 .p_report_list li .p_report_btn {
    padding: 31px 30px;
  }
  .check_area_box .check_area_inner .contact_box {
    padding: 40px 30px;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_text br {
    display: none;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_btn {
    width: 80%;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_btn a {
    font-size: 22px;
  }
  .service01 .feature_list {
    display: block;
  }
  .service01 .feature_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service01 .info_list {
    display: block;
  }
  .service01 .info_list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  /* ===================================
  サヴィル・アセスメント
  =================================== */
  .service04 .sec_case_tab li .tab .tab_ttl_sub {
    font-size: 14px;
  }
  .service04 .sec_case_tab li .tab .tab_ttl {
    font-size: 26px;
  }
  .service04 .sec_case_tab {
    margin-bottom: 30px;
  }
  .service04 .area .a_txt_box .a_ttl {
    margin-bottom: 20px;
  }
  .service04 .area {
    display: block;
  }
  .service04 .sec_case .archive_btn {
    margin-top: 60px;
  }
  .service04 .area .a_img_box {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .service04 .p_report_list li .p_report_btn .p_report_ttl {
    font-size: 28px;
  }
  .archive_btn a {
    font-weight: 400;
  }
  .archive_btn a::after {
    right: 22%;
  }
  .section .section_inner .sec_list li {
    font-size: 14px;
  }
  .service04 .about_table tr .s_t_ttl {
    font-size: 14px;
    width: 190px;
  }
  .voice_box {
    flex-direction: column;
  }
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl_sub {
    margin-bottom: 10px;
  }
  .archive_btn {
    width: 100%;
    max-width: none;
  }
  .voice_box {
    gap: 15px;
  }
}
@media screen and (max-width: 560px) {
  .service04 .p_report_list li .p_report_btn .p_report_cross {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .check_area_box .check_area_inner .check_ttl {
    font-size: 16px;
  }
  .check_area_box .check_area_inner .check_ttl::before, .check_area_box .check_area_inner .check_ttl::after {
    top: 15%;
    height: 24px;
  }
  .service01 .info_list > li .i_l_list li {
    flex-direction: column;
  }
  .service01 .section .section_inner .sec_ttl {
    font-size: 26px;
  }
  .p_d_cta_txt br {
    display: none;
  }
}
@media screen and (max-width: 487px) {
  .section.sec_report .section_inner .p_report_list br {
    display: block;
  }
  .service04 .p_report_list li .p_report_btn {
    padding: 31px 18px;
  }
  .service01 .section .section_inner .sec_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 460px) {
  .service02 .menu_list > li .menu_btn .menu_cross {
    right: 20px;
    width: 22px;
    height: 22px;
  }
  .service01 .section .section_inner .sec_ttl {
    font-size: 24px;
  }
  .sec_faq .faq_btn a {
    border-radius: 8px;
    padding: 40px 20px;
  }
  .sec_faq .faq_btn a .faq_btn_ttl {
    font-size: 20px;
  }
  .p_d_cta {
    margin-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .s_page_ttl br {
    display: block;
  }
  .check_ttl br {
    display: block !important;
  }
  .check_area_box .check_area_inner .check_ttl {
    font-size: 16px;
    margin-top: 60px;
  }
  .check_area_box .check_area_inner .check_ttl.big::before, .check_area_box .check_area_inner .check_ttl.big::after {
    top: 10%;
    height: 49px;
  }
  .check_area_box .check_area_inner .check_ttl.big::before {
    left: -20px;
  }
  .check_area_box .check_area_inner .check_ttl.big::after {
    right: -20px;
  }
  .service01 .t_flow_box:first-of-type {
    margin-top: 0;
  }
  .check_area_box .service_flex .service_flex_img.circle {
    border-radius: 20%;
  }
  .check_area_box .service_flex .service_flex_img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .check_area_box .service_flex .service_flex_img.circle.service01,
  .check_area_box .service_flex .service_flex_img.circle.service02,
  .check_area_box .service_flex .service_flex_img.circle.service03,
  .check_area_box .service_flex .service_flex_img.circle.service05 {
    -o-object-position: 0;
       object-position: 0;
  }
  .service_flex {
    flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .service_flex .service_flex_left {
    order: 2;
  }
  .service_flex .service_flex_right {
    order: 1;
  }
  .service_flex .service_flex_right .service_flex_img.circle {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .check_br {
    display: block;
  }
  .check_area_box .check_area_inner .check_ttl {
    line-height: 1.7;
  }
  .check_area_box .check_area_inner .service_flex {
    margin-top: 60px;
  }
  .service01 .feature_list li .f_l_ttl {
    font-size: 20px;
  }
  .service01 .feature_list li {
    padding: 20px;
  }
  .service01 .info_list > li .i_l_ttl_box .i_l_ttl {
    font-size: 28px;
  }
  .service01 .feature_list li .f_l_ttl {
    font-size: 20px;
  }
  .service01 .feature_list li {
    padding: 25px 20px 30px;
  }
  .section {
    padding: 60px 20px 80px;
  }
  .service01 .intro_list > li {
    padding: 30px 20px;
  }
  .service01 .t_flow_box .t_f_cont .t_f_txt + .t_f_ttl02 {
    margin-top: 30px;
  }
  .service01 .t_flow_box .t_f_cont .t_f_ttl02 + .t_f_txt {
    margin-top: 10px;
  }
  .section.sec_faq {
    padding: 60px 20px 60px;
  }
  /* ===================================
  公開講座
  =================================== */
  .service02 .menu_list > li .menu_btn {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 10px 20px 60px;
  }
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap02,
  .menu_btn .menu_ttl_box .menu_ttl.en .text_wrap01 {
    display: none;
  }
  .service02 .menu_list > li .menu_cont {
    padding: 20px;
  }
  .service02 .menu_list > li .menu_cont .m_c_left .m_c_list li .m_c_list_txt {
    text-align: left;
  }
  .service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl {
    text-align: center;
  }
  .service02 .menu_list > li .menu_btn .menu_cross {
    right: 46%;
  }
  .service02 .menu_list > li .menu_btn .menu_cross {
    top: 87%;
  }
  .service02 .area > ul li .c_txt {
    font-size: 16px;
    line-height: 1.3;
  }
  .service02 .area > ul li {
    padding: 30px 20px 40px;
  }
  .service01 .info_list > li {
    padding: 25px 20px 30px;
  }
  .service01 .t_flow_box {
    padding: 20px 20px 30px;
  }
  .h_nav_sp .h_nav_list .h_link_s a {
    font-size: 18px;
  }
  .service02 .menu_list > li .menu_cont .m_c_left .m_c_list {
    flex-direction: column;
  }
  .service02 .menu_list > li .menu_cont .m_c_left .m_c_list li {
    width: 100%;
  }
  .service02 .menu_list > li .menu_cont .m_c_left .m_c_list li .m_c_list_txt {
    text-align: center;
  }
  .service04 .about_table tr .s_t_ttl {
    padding: 10px;
  }
  .service04 .about_table tr .s_t_list_wrap .s_t_list li {
    line-height: 1.4;
  }
  .service04 .about_table tr .s_t_list_wrap .s_t_list {
    padding: 10px;
  }
  .service04 .about_table tr .s_t_txt span {
    margin-top: 2px;
  }
  .service01 .info_list > li:last-child {
    margin-bottom: 0;
  }
  .service01 .feature_list li:last-child {
    margin-bottom: 0;
  }
  .service04 .p_report_list li .p_report_cont .p_report_txt {
    padding: 20px;
  }
  .service01 .feature_list li .f_l_ttl.mid {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 375px) {
  .section {
    padding: 60px 20px 80px;
  }
  .check_area_box .check_area_inner .contact_box {
    padding: 40px 40px;
    margin: 60px 20px 0 20px;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_text {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
  }
  .check_area_box .check_area_inner .contact_box .contact_area {
    gap: 24px;
  }
  .check_area_box .check_area_inner {
    width: 100%;
  }
  .check_area_box .check_area_inner .check_ttl {
    font-size: 17px;
  }
  .check_area_box .check_area_inner .check_box .check_list {
    width: 100%;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right .service_flex_img {
    width: 100%;
    height: auto;
  }
  .check_area_box .check_area_inner .service_flex .service_flex_right .service_flex_img.circle {
    -o-object-position: 0;
       object-position: 0;
  }
  .check_area_box .check_area_inner .contact_box .contact_area .contact_btn {
    width: 100%;
  }
  /* ===================================
  グローバルコミュニケーション
  =================================== */
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl {
    font-size: 24px;
  }
  .s_page_ttl_area .s_page_ttl_area_inner .s_page_ttl_sub {
    font-size: 14px;
  }
  .service01 .feature_list {
    display: block;
  }
  .service01 .feature_list li {
    margin-bottom: 20px;
    width: 100%;
  }
  .service01 .info_list > li .i_l_list li .i_list_ttl {
    font-size: 14px;
  }
  .service01 .info_list > li .i_l_list li .i_list_txt {
    font-size: 14px;
  }
  .section .section_inner .sec_ttl::before {
    width: 8px;
    height: 8px;
  }
  .service01 .info_list {
    display: block;
  }
  .service01 .info_list > li .i_l_ttl_box .i_l_ttl {
    font-size: 26px;
  }
  .service01 .info_list > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .service01 .intro_list {
    display: block;
  }
  .service01 .intro_list > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .service01 .intro_list > li .intro_ttl_box .intro_ttl {
    font-size: 26px;
  }
  .service01 .t_flow_box {
    display: block;
  }
  .t_f_cont {
    margin-top: 20px;
  }
  .service01 .t_flow_box .t_f_num {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }
  .service01 .t_flow_box .t_f_cont .t_f_ttl {
    font-size: 22px;
  }
  .service01 .t_flow_box .t_f_cont .t_f_txt + .t_f_ttl02 {
    margin-top: 40px;
  }
  .voice_box {
    display: block;
    padding: 30px;
  }
  .voice_box .v_txt_box .v_profiel {
    margin: 20px 0;
  }
  .sec_faq .faq_btn a::after {
    display: block;
    width: 28px;
    height: 28px;
    top: 52%;
    right: 50px;
  }
  .sec_faq .faq_btn a .faq_btn_ttl::before {
    width: 16px;
    height: 16px;
  }
  .archive_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 15px 0 15px 30px;
    color: #333;
    text-align: center;
    text-indent: -30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    transition: 0.3s;
    /* text-align: center; */
  }
  /* ===================================
  公開講座
  =================================== */
  .intro_img img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .service02 .t_flow_box .t_f_num {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .service02 .t_flow_box .t_f_num span {
    font-size: 12px;
  }
  .service02 .sec_case_tab li .tab .tab_ttl {
    line-height: 1.7;
  }
  .service02 .area > ul li .course_ttl_box .c_ttl {
    font-size: 28px;
  }
  .service02 .area > ul li .course_detail_box .c_date {
    line-height: 1.3;
  }
  /* ===================================
  グローバルリーダー育成
  =================================== */
  .flow_list li .flow_txt_box .flow_ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section .section_inner {
    max-width: 375px;
  }
  /* ===================================
  サヴィル・アセスメント
  =================================== */
  .service04 .p_report_list li .p_report_btn {
    padding: 18px 24px;
  }
  .service04 .p_report_list li .p_report_btn .p_report_ttl {
    font-size: 22px;
  }
  .service04 .p_report_list li .p_report_cont .p_report_txt {
    font-size: 16px;
  }
  .service04 .p_report_list li .p_report_btn .p_report_cross {
    right: 24px;
    width: 16px;
  }
  .service04 .area .a_img_box {
    margin: auto;
    margin-top: 32px;
  }
  .service04 .area .a_txt_box .a_ttl {
    font-size: 18px;
  }
  .service04 .area {
    display: block;
  }
  .service04 .area .a_img_box {
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
  }
  .service04 .about_table tr .s_t_ttl {
    width: 120px;
  }
  .archive_btn {
    width: 100%;
    height: auto;
  }
  .service01 .section .section_inner .feature_list li:last-child {
    margin-bottom: 0;
  }
  .service01 .info_list > li:last-child {
    margin-bottom: 0;
  }
  .service01 .intro_list > li {
    margin-bottom: 20px;
  }
  .service01 .intro_list {
    gap: 20px;
  }
  .voice_box .v_icon {
    width: 60px;
    height: auto;
    margin: auto;
  }
  .check_area_box .check_area_inner .service_flex {
    width: 100%;
  }
  .service04 .about_table tr .s_t_txt {
    padding: 10px;
  }
  .service02 .menu_list > li .menu_btn .menu_ttl_box .menu_ttl {
    font-size: 26px;
  }
}