@charset "UTF-8";
@import url("global.css");
/* ---------- Common ---------- */
.sec_title span {
  display: block;
}
.sec_title .sub {
  display: flex;
  align-items: baseline;
  column-gap: 5px;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
.sec_title .sub::before, .sec_title .sub::after {
  display: block;
}
.sec_title .sub::before {
  content: "[";
}
.sec_title .sub::after {
  content: "]";
}
.sec_title .title {
  line-height: 1.4;
  font-size: clamp(27px, 3.4vw, 45px);
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

/* ------------------------------
 Top
------------------------------ */
#toparea {
  color: #fff;
  clip-path: inset(20px round var(--radius-normal));
  height: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#toparea .wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#toparea #top_text {
  padding-bottom: 120px;
  container-type: inline-size;
  width: 100%;
}
#toparea #top_text .catch {
  line-height: 1.5;
  white-space: nowrap;
  font-size: 9.3cqi;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
#toparea #top_text .catch .masu::before {
  right: .5em;
}
#toparea #top_text .catch .masu::after {
  right: calc(11px + .5em);
}
#toparea #top_text .text {
  display: none;
}
#toparea .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#toparea .bg figure {
  width: 100%;
  height: 100%;
}

/* ------------------------------
 News
------------------------------ */
#sec_news {
  overflow: hidden;
  margin-block: 150px;
  margin-left: calc( ( 100vw - 1200px ) / 2 );
  background-color: #E2E2E2;
  padding-left: 11.5vw;
  padding-block: 65px 80px;
  -webkit-border-radius: var(--radius-normal) 0 0 var(--radius-normal);
  border-radius: var(--radius-normal) 0 0 var(--radius-normal);
}
#sec_news .title_box {
  display: flex;
  align-items: flex-end;
  column-gap: 35px;
  width: 100%;
  margin-bottom: 25px;
}
#sec_news .title_box .sec_title .title {
  line-height: 1;
  font-size: clamp(25px, 3.2vw, 48px);
  font-weight: 700;
}
#sec_news .title_box .prevnext {
  display: flex;
  gap: 10px;
  width: fit-content;
}
#sec_news .title_box .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
#sec_news .title_box .slick-arrow:hover {
  cursor: pointer;
}
#sec_news .title_box .slick-arrow::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 10px;
}
#sec_news .title_box .slick-arrow.prev-arrow::after {
  content: "\f060";
}
#sec_news .title_box .slick-arrow.next-arrow::after {
  content: "\f061";
}
#sec_news .contentblock {
  width: 100%;
  overflow: hidden;
}
#sec_news .contentblock ul .slick-track {
  margin-left: 0;
}
#sec_news .contentblock ul .slick-list {
  padding: 0 120px 0 0 !important;
}
#sec_news .contentblock ul li {
  margin-right: 50px;
}
#sec_news .contentblock ul li .inner {
  display: block;
}
#sec_news .contentblock ul li .inner .img {
  width: 100%;
}
#sec_news .contentblock ul li .inner .img figure {
  aspect-ratio: 1.74 / 1;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}
#sec_news .contentblock ul li .inner .text {
  margin-top: 10px;
  text-align: justify;
}
#sec_news .contentblock ul li .inner .text > p {
  font-weight: 700;
  line-height: 1.4;
}
#sec_news .contentblock ul li .inner .text > p:not([class]) {
  color: #000000;
}
#sec_news .contentblock ul li .inner .text > p.date {
  margin-top: 4px;
  font-size: .875em;
}
#sec_news .morebtn {
  margin-top: 25px;
  margin-right: calc( ( 100vw - 1450px ) / 2 );
}
#sec_news .morebtn a.more {
  margin-left: auto;
}

/* ------------------------------
 Concept
------------------------------ */
#top_concept {
  background-color: #1A2954;
  overflow: hidden;
}
#top_concept .wrapper {
  position: relative;
}
#top_concept .main {
  padding-block: 140px;
  padding-left: 60px;
  width: 50%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}
#top_concept .main .sec_title {
  container-type: inline-size;
}
#top_concept .main .sec_title .sub {
  margin-bottom: 50px;
}
#top_concept .main .sec_title .title {
  white-space: nowrap;
  font-size: 9.3cqi;
}
#top_concept .main .sec_title .masu::before {
  right: .5em;
}
#top_concept .main .sec_title .masu::after {
  right: calc(11px + .5em);
}
#top_concept .main .slidearea {
  position: absolute;
  left: -180px;
  right: 50%;
  top: 0;
  height: 100%;
  display: flex;
  column-gap: 40px;
  overflow: hidden;
}
#top_concept .main .slidearea::before, #top_concept .main .slidearea::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(180deg, #1a2954 0%, rgba(26, 41, 84, 0.6) 50%, rgba(26, 41, 84, 0) 100%);
}
#top_concept .main .slidearea::before {
  top: 0;
}
#top_concept .main .slidearea::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#top_concept .main .slidearea .slider {
  flex: 1;
}
#top_concept .main .slidearea .slider .swiper-container {
  width: 100%;
  height: 100%;
}
#top_concept .main .slidearea .slider .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
#top_concept .main .slidearea .slider .swiper-container .swiper-wrapper .swiper-slide {
  margin-top: 40px;
  height: auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#top_concept .main .text {
  margin-top: 50px;
  text-align: justify;
  font-weight: 500;
}
#top_concept .main .text > p + p {
  margin-top: 1em;
}

/* ------------------------------
 Point
------------------------------ */
#sec_point {
  padding-block: 140px 640px;
  position: relative;
  z-index: 1;
}
#sec_point ul.point_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
#sec_point ul.point_list li:first-child {
  grid-column: 1 / 3;
}
#sec_point ul.point_list li:first-child .inner {
  position: relative;
}
#sec_point ul.point_list li:first-child .inner .img {
  position: absolute;
  left: 30px;
  bottom: 50px;
  max-width: 52%;
}
#sec_point ul.point_list li:first-child .inner .text_box {
  max-width: 450px;
  margin-left: auto;
}
#sec_point ul.point_list li .inner {
  background-color: #294187;
  padding: 30px 30px 50px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  color: #FFF;
}
#sec_point ul.point_list li .inner .img {
  width: 100%;
  aspect-ratio: 1.167 / 1;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}
#sec_point ul.point_list li .inner .img figure {
  width: 100%;
  height: 100%;
}
#sec_point ul.point_list li .inner .text_box {
  margin-top: 25px;
  text-align: justify;
  font-weight: 500;
}
#sec_point ul.point_list li .inner .text_box .h {
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: clamp(19px, 2.7vw, 36px);
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_point .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec_point .bg figure {
  width: 100%;
  height: 100%;
}

/* ------------------------------
 Business
------------------------------ */
#sec_business.section {
  margin-top: 150px;
}
#sec_business.section .main ol.list > li {
  padding-top: 45px;
  position: sticky;
  top: 140px;
  background-color: #FFF;
}
#sec_business.section .main ol.list > li:nth-child(1) .inner {
  background-color: #2F4DA5;
}
#sec_business.section .main ol.list > li:nth-child(2) .inner {
  background-color: #294187;
}
#sec_business.section .main ol.list > li:nth-child(3) .inner {
  background-color: #1A2954;
}
#sec_business.section .main ol.list > li .inner {
  color: #FFF;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  position: relative;
  z-index: 1;
  padding: 60px min(6.5vw,130px);
}
#sec_business.section .main ol.list > li .inner .number {
  position: absolute;
  top: -40px;
  right: 130px;
  max-width: none;
  height: 133px;
}
#sec_business.section .main ol.list > li .inner .text_area {
  display: flex;
  justify-content: space-between;
}
#sec_business.section .main ol.list > li .inner .text_area .sec_title {
  width: 100%;
  padding-right: 3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_business.section .main ol.list > li .inner .text_area .sec_title .sub {
  margin-bottom: 5px;
}
#sec_business.section .main ol.list > li .inner .text_area .sec_title .title {
  font-size: clamp(26px, 3.2vw, 45px);
}
#sec_business.section .main ol.list > li .inner .text_area .text {
  flex-shrink: 0;
  padding-top: 50px;
  width: 50%;
  text-align: justify;
}
#sec_business.section .main ol.list > li .inner .text_area .text .links {
  margin-top: 7px;
}
#sec_business.section .main ol.list > li .inner .text_area .text .links a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  width: fit-content;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0;
}
#sec_business.section .main ol.list > li .inner .text_area .text .links a::after {
  content: "\f08e";
  display: block;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: .75em;
}
#sec_business.section .main ol.list > li .inner .ph_area {
  margin-top: 35px;
  width: 100%;
  aspect-ratio: 3.4 / 1;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}
#sec_business.section .main ol.list > li .inner .ph_area figure {
  width: 100%;
  height: 100%;
}

/* ------------------------------
 FAQ
------------------------------ */
#sec_faq.section {
  margin-top: 160px;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  padding: 140px 125px 120px;
  background-color: #EAECEF;
  display: flex;
  justify-content: space-between;
}
#sec_faq.section .title_box {
  flex-shrink: 0;
  padding-right: 60px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_faq.section .faq_main {
  width: 100%;
}
#sec_faq.section .faq_main ul.faq_list > li + li {
  margin-top: 30px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner {
  background-color: #FFF;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 70px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head .q {
  flex-shrink: 0;
  width: 120px;
  padding-block: 5px 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 500;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head .q::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #B7A354;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > p {
  width: 100%;
  padding: 5px 0 5px 30px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.125em;
  font-weight: 500;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > i {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > i::before, #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #000000;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head.openheader > i::before, #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head.openheader > i::after {
  background-color: #B5B5B5;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head.openheader > i::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media (any-hover: hover) {
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head:hover {
    cursor: pointer;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head:hover > i::before, #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head:hover > i::after {
    background-color: #B5B5B5;
  }
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body {
  border-top: #B7A354 solid 1px;
  padding: 35px 40px;
  color: #000000;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text *:first-child {
  margin-top: 0 !important;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .center {
  text-align: center;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text p + p {
  margin-top: 1em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text p:has(img) {
  margin-block: 50px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 1em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 1em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text img.alignnone {
  padding: 5px;
  box-sizing: border-box;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ul:not([class]) {
  margin: 20px 0;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ul:not([class]) li {
  padding-left: 16px;
  margin: 6px 0;
  text-indent: -16px;
  position: relative;
  line-height: 1.5;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ul:not([class]) li::before {
  content: "";
  background-color: #B5B5B5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ol:not([class]) {
  margin: -10px 0 20px 20px;
  counter-reset: olnum 0;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ol:not([class]) > li {
  counter-increment: olnum 1;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ol:not([class]) > li + li {
  margin-top: 10px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text ol:not([class]) > li::before {
  content: counter(olnum) ".";
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
  color: #1A2954;
  font-weight: 700;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.125em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text dl:not([class]) {
  margin: 20px 0;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text dl:not([class]) dt {
  font-weight: 700;
  margin-bottom: 1em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text dl:not([class]) dd {
  line-height: 1.4;
  margin: 6px 0;
  padding-left: 18px;
  text-indent: -18px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text dl:not([class]) dd::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #B5B5B5;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  text-indent: 0;
  vertical-align: 2px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h1:not([class]) {
  line-height: 1.5;
  font-size: 180%;
  margin: 1.8em 0 1.5em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h1:not([class]) * {
  font-size: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h2:not([class]) {
  line-height: 1.5;
  font-size: 160%;
  font-weight: bold;
  margin: 2em 0 1.6em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h2:not([class]) * {
  font-size: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h3:not([class]) {
  line-height: 1.5;
  font-size: 130%;
  font-weight: 500;
  margin: 2.5em 0 2em;
  background-color: rgba(181, 181, 181, 0.1);
  padding: 12px 15px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h3:not([class]) * {
  font-size: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h4:not([class]) {
  line-height: 1.5;
  font-size: 120%;
  font-weight: 500;
  margin: 2.5em 0 1.5em;
  text-indent: -20px;
  padding-left: 20px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h4:not([class])::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(26, 41, 84, 0.3);
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 0;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h4:not([class]) * {
  font-size: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h5:not([class]) {
  line-height: 1.5;
  font-size: 110%;
  font-weight: 600;
  margin: 2.5em 0 1.5em;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h5:not([class]) * {
  font-size: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h6:not([class]) {
  line-height: 1.5;
  font-weight: bold;
  margin: 30px 0 20px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text h6:not([class]) * {
  font-size: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text strong:not([class]) {
  font-weight: 700;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text strong:not([class]) * {
  font-weight: inherit;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text a {
  text-decoration-color: rgba(26, 41, 84, 0.3);
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 0;
  text-decoration-skip-ink: none;
  color: #000000;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text blockquote {
  width: 80%;
  margin: 0 auto;
  border: 1px dashed #E2E2E2;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text hr {
  background-color: #E2E2E2;
  border: 0;
  height: 1px;
  margin: 2em -10px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text table {
  border-collapse: collapse;
  border: #E2E2E2 1px solid;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text table caption {
  font-size: 1.2em;
  margin-bottom: 10px;
  text-align: center;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text table tr {
  border-bottom: #E2E2E2 1px solid;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text table th {
  padding: 15px 20px;
  font-weight: bold;
  border-right: #E2E2E2 1px solid;
  text-align: center;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text table td {
  padding: 15px 20px;
  border-right: #E2E2E2 1px solid;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mt10 {
  margin-top: 10px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mt20 {
  margin-top: 20px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mt30 {
  margin-top: 30px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mt40 {
  margin-top: 40px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mb10 {
  margin-bottom: 10px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mb20 {
  margin-bottom: 20px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mb30 {
  margin-bottom: 30px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .mb40 {
  margin-bottom: 40px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .text .bold {
  font-weight: 700;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .links a.more {
  margin-top: 25px;
}
#sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .links a.more .view, #sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body .links a.more .arrow {
  border: #E2E2E2 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_faq.section .faq_main .morebtn {
  margin-top: 35px;
}
#sec_faq.section .faq_main .morebtn a.more {
  margin-left: auto;
}

/* ------------------------------
 Recruit
------------------------------ */
#sec_recruit.section {
  margin-top: 120px;
  margin-inline: 20px;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 400px;
}
#sec_recruit.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  mix-blend-mode: multiply;
  opacity: .3;
}
#sec_recruit.section .title_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1200px;
  color: #FFF;
}
#sec_recruit.section .title_box .sec_title {
  flex-shrink: 0;
  white-space: nowrap;
  padding-bottom: 15px;
}
#sec_recruit.section .title_box .sec_title .title .masu::before {
  right: .5em;
}
#sec_recruit.section .title_box .sec_title .title .masu::after {
  right: calc(11px + .5em);
}
#sec_recruit.section .title_box .sec_text {
  padding-left: 3vw;
  text-align: right;
}
#sec_recruit.section .title_box .sec_text > p:not([class]) {
  font-weight: 700;
}
#sec_recruit.section .title_box .sec_text .morebtn {
  margin-top: 50px;
}
#sec_recruit.section .title_box .sec_text .morebtn a.more {
  margin-left: auto;
  color: #1A2954;
}
#sec_recruit.section .bg {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#sec_recruit.section .bg figure {
  width: 100%;
  height: 100%;
}

/* ------------------------------
 Form
------------------------------ */
#sec_form.section {
  padding-block: 150px 130px;
  position: relative;
  z-index: 1;
  background-color: #EAECEF;
}
#sec_form.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -200px;
  height: 201px;
  background-color: #EAECEF;
}
#sec_form.section .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 65px;
}
#sec_form.section .title_box .sec_title {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 3vw;
}
#sec_form.section .title_box .sec_text {
  text-align: right;
}
#sec_form.section .title_box .sec_text > p {
  font-weight: 700;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ---------- Common ---------- */
  /* ------------------------------
   Top
  ------------------------------ */
  /* ------------------------------
   News
  ------------------------------ */
  #sec_news {
    margin-block: 125px;
    padding-left: 8vw;
  }
  #sec_news .title_box {
    column-gap: 30px;
  }
  #sec_news .contentblock ul li {
    margin-right: 40px;
  }
  #sec_news .morebtn {
    margin-right: 50px;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #top_concept .main .slidearea {
    left: -180px;
    right: 50%;
  }

  /* ------------------------------
   Point
  ------------------------------ */
  #sec_point {
    padding-block: 120px 600px;
  }
  #sec_point ul.point_list {
    margin-top: 50px;
    gap: 30px;
  }

  /* ------------------------------
   Business
  ------------------------------ */
  #sec_business.section {
    margin-top: 120px;
  }
  #sec_business.section .main ol.list > li .inner {
    padding: 60px 100px;
  }
  #sec_business.section .main ol.list > li .inner .number {
    right: 100px;
    height: 130px;
  }

  /* ------------------------------
   FAQ
  ------------------------------ */
  #sec_faq.section {
    margin-top: 150px;
    padding: 120px 7vw 100px;
  }

  /* ------------------------------
   Recruit
  ------------------------------ */
  /* ------------------------------
   Form
  ------------------------------ */
  #sec_form.section {
    padding-block: 140px 130px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1400px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  /* ---------- Common ---------- */
  /* ------------------------------
   Top
  ------------------------------ */
  #toparea {
    height: 900px;
  }
  #toparea #top_text {
    padding-bottom: 100px;
  }

  /* ------------------------------
   News
  ------------------------------ */
  #sec_news {
    margin-left: 50px;
    padding-left: 7vw;
  }
  #sec_news .title_box {
    column-gap: 30px;
  }
  #sec_news .contentblock ul li {
    margin-right: 35px;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #top_concept .main {
    padding-block: 90px;
    padding-left: 50px;
    width: 48%;
  }
  #top_concept .main .sec_title .sub {
    margin-bottom: 40px;
  }
  #top_concept .main .slidearea {
    left: 20px;
    column-gap: 30px;
  }
  #top_concept .main .slidearea::before, #top_concept .main .slidearea::after {
    height: 140px;
  }
  #top_concept .main .slidearea .slider .swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 30px;
  }
  #top_concept .main .text {
    margin-top: 40px;
  }

  /* ------------------------------
   Point
  ------------------------------ */
  #sec_point {
    padding-block: 100px 360px;
  }
  #sec_point ul.point_list {
    gap: 25px;
  }
  #sec_point ul.point_list li:first-child .inner .img {
    left: 25px;
    bottom: 40px;
    max-width: 54%;
  }
  #sec_point ul.point_list li:first-child .inner .text_box {
    max-width: 57%;
  }
  #sec_point ul.point_list li .inner {
    padding: 30px 25px 40px;
  }

  /* ------------------------------
   Business
  ------------------------------ */
  #sec_business.section {
    margin-top: 100px;
  }
  #sec_business.section .main ol.list > li {
    padding-top: 35px;
    top: 100px;
  }
  #sec_business.section .main ol.list > li .inner {
    padding: 35px 60px;
  }
  #sec_business.section .main ol.list > li .inner .number {
    top: -30px;
    right: 60px;
    height: 90px;
  }
  #sec_business.section .main ol.list > li .inner .text_area .sec_title {
    padding-right: 3vw;
  }
  #sec_business.section .main ol.list > li .inner .text_area .sec_title .sub {
    margin-bottom: 0;
  }
  #sec_business.section .main ol.list > li .inner .text_area .sec_title .sub .title {
    line-height: 1.5;
  }
  #sec_business.section .main ol.list > li .inner .text_area .text {
    padding-top: 35px;
    width: 52%;
    line-height: 1.6;
  }
  #sec_business.section .main ol.list > li .inner .ph_area {
    margin-top: 25px;
    aspect-ratio: 4.5 / 1;
  }

  /* ------------------------------
   FAQ
  ------------------------------ */
  #sec_faq.section {
    margin-top: 120px;
    padding: 100px 60px 90px;
  }
  #sec_faq.section .faq_main ul.faq_list > li + li {
    margin-top: 20px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head {
    padding-right: 60px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head .q {
    width: 100px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head .q::before {
    width: 140px;
    height: 140px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > p {
    padding-left: 25px;
    font-size: 1.1em;
  }

  /* ------------------------------
   Recruit
  ------------------------------ */
  #sec_recruit.section {
    margin-top: 90px;
    height: auto;
    display: block;
  }
  #sec_recruit.section .wrapper {
    padding-block: 70px;
  }
  #sec_recruit.section .title_box {
    width: auto;
  }
  #sec_recruit.section .title_box .sec_text {
    padding-left: 5vw;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec_recruit.section .title_box .sec_text .morebtn {
    margin-top: 40px;
  }

  /* ------------------------------
   Form
  ------------------------------ */
  #sec_form.section {
    padding-block: 120px 100px;
  }
  #sec_form.section::before {
    top: -160px;
    height: 161px;
  }
  #sec_form.section .title_box {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
  /* ---------- Common ---------- */
  /* ------------------------------
   Top
  ------------------------------ */
  #toparea {
    clip-path: inset(15px round var(--radius-normal));
    height: 100svh;
  }
  #toparea #top_text {
    padding-bottom: 65px;
    width: 95%;
    margin-inline: auto;
  }
  #toparea #top_text .text {
    margin-top: 30px;
    display: block;
    font-weight: bold;
  }

  /* ------------------------------
   News
  ------------------------------ */
  #sec_news {
    margin-block: 80px;
    margin-left: 6vw;
    padding-left: 5vw;
    padding-block: 50px 60px;
  }
  #sec_news .title_box {
    column-gap: 25px;
    margin-bottom: 20px;
  }
  #sec_news .contentblock ul .slick-list {
    padding: 0 90px 0 0 !important;
  }
  #sec_news .morebtn {
    margin-right: 5vw;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
}
@media only screen and (max-width: 1200px) and (max-width: 959px) {
  #top_concept {
    padding-block: 65px 90px;
  }
  #top_concept .main {
    padding-block: 0;
    padding-left: 0;
    width: auto;
  }
  #top_concept .main .sec_title {
    width: 95%;
    margin-inline: auto;
    margin-bottom: 25px;
  }
  #top_concept .main .sec_title .sub {
    margin-bottom: 10px;
  }
  #top_concept .main .sec_title .title {
    font-size: 9.2cqi;
  }
  #top_concept .main .slidearea {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: 440px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  #top_concept .main .slidearea::before, #top_concept .main .slidearea::after {
    height: 100px;
  }
  #top_concept .main .slidearea .slider {
    flex: auto;
    width: 100%;
    height: 210px;
    overflow: hidden;
  }
  #top_concept .main .slidearea .slider + .slider .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #top_concept .main .slidearea .slider .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-top: 0;
    margin-right: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 270px;
    width: auto;
  }
  #top_concept .main .text {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  /* ------------------------------
   Point
  ------------------------------ */
  #sec_point {
    padding-block: 80px 240px;
  }
  #sec_point ul.point_list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  #sec_point ul.point_list li:first-child .inner {
    position: static;
    display: flex;
    justify-content: space-between;
  }
  #sec_point ul.point_list li:first-child .inner .img {
    position: static;
    max-width: 100%;
    width: 47%;
  }
  #sec_point ul.point_list li:first-child .inner .text_box {
    width: 50%;
    max-width: 100%;
    margin-left: 0;
  }

  /* ------------------------------
   Business
  ------------------------------ */
  #sec_business.section {
    margin-top: 80px;
  }
  #sec_business.section .main ol.list > li .inner {
    padding: 40px 6vw;
  }
  #sec_business.section .main ol.list > li .inner .text_area {
    display: block;
  }
  #sec_business.section .main ol.list > li .inner .text_area .sec_title {
    padding-right: 0;
  }
  #sec_business.section .main ol.list > li .inner .text_area .sec_title .sub {
    margin-bottom: 0;
  }
  #sec_business.section .main ol.list > li .inner .text_area .text {
    padding-top: 20px;
    width: auto;
  }
  #sec_business.section .main ol.list > li .inner .ph_area {
    aspect-ratio: 3 / 1;
  }

  /* ------------------------------
   FAQ
  ------------------------------ */
  #sec_faq.section {
    margin-top: 65px;
    padding: 50px 4vw 65px;
    display: block;
  }
  #sec_faq.section .title_box {
    padding: 0 0 35px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .a_body {
    padding: 30px 25px;
  }

  /* ------------------------------
   Recruit
  ------------------------------ */
  #sec_recruit.section {
    margin-top: 80px;
    margin-inline: 15px;
  }
  #sec_recruit.section .wrapper {
    padding-block: 40px;
  }
  #sec_recruit.section .title_box .sec_title {
    padding-bottom: 5px;
  }
  #sec_recruit.section .title_box .sec_text .morebtn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 959px) {
  #sec_recruit.section {
    padding-block: 35px 40px;
  }
  #sec_recruit.section .title_box {
    display: block;
  }
  #sec_recruit.section .title_box .sec_title {
    padding-bottom: 20px;
    margin-inline: auto;
    width: 95%;
    container-type: inline-size;
  }
  #sec_recruit.section .title_box .sec_title .title {
    font-size: 7.7cqi;
  }
  #sec_recruit.section .title_box .sec_text {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  /* ------------------------------
   Form
  ------------------------------ */
  #sec_form.section {
    padding-block: 65px 90px;
  }
  #sec_form.section::before {
    top: -120px;
    height: 121px;
  }
  #sec_form.section .title_box {
    display: block;
    margin-bottom: 50px;
  }
  #sec_form.section .title_box .sec_title {
    padding: 0 0 30px;
  }
  #sec_form.section .title_box .sec_text {
    text-align: justify;
  }
  #sec_form.section .title_box .sec_text br {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ---------- Common ---------- */
  /* ------------------------------
   Top
  ------------------------------ */
  #toparea #top_text {
    padding-bottom: 40px;
    width: 92%;
  }
  #toparea #top_text .catch {
    font-size: 8.6cqi;
  }
  #toparea #top_text .text {
    margin-top: 10px;
    font-size: .93em;
  }

  /* ------------------------------
   News
  ------------------------------ */
  #sec_news {
    margin-block: 65px;
    margin-left: 5vw;
    padding-left: 6vw;
    padding-block: 35px 30px;
  }
  #sec_news .title_box {
    column-gap: 20px;
    margin-bottom: 20px;
  }
  #sec_news .title_box .prevnext {
    gap: 5px;
  }
  #sec_news .title_box .slick-arrow {
    width: 26px;
    height: 26px;
  }
  #sec_news .title_box .slick-arrow::after {
    font-size: 8px;
  }
  #sec_news .contentblock ul .slick-list {
    padding: 0 30vw 0 0 !important;
  }
  #sec_news .contentblock ul li {
    margin-right: 20px;
  }
  #sec_news .morebtn {
    margin-right: 6vw;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #top_concept {
    padding-block: 60px 80px;
  }
  #top_concept .main .sec_title {
    margin-bottom: 20px;
  }
  #top_concept .main .sec_title .sub {
    margin-bottom: 5px;
  }
  #top_concept .main .sec_title .title {
    font-size: 8.6cqi;
  }
  #top_concept .main .slidearea {
    margin-inline: -5vw;
    width: auto;
    height: 300px;
    gap: 16px 0;
  }
  #top_concept .main .slidearea::before, #top_concept .main .slidearea::after {
    height: 65px;
  }
  #top_concept .main .slidearea .slider {
    height: 142px;
  }
  #top_concept .main .slidearea .slider .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    margin-right: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 182px;
  }
  #top_concept .main .text {
    margin-top: 20px;
  }

  /* ------------------------------
   Point
  ------------------------------ */
  #sec_point {
    padding-block: 65px 80vw;
  }
  #sec_point ul.point_list {
    margin-top: 20px;
    display: block;
  }
  #sec_point ul.point_list li {
    margin-top: 20px;
  }
  #sec_point ul.point_list li:first-child {
    margin-top: 0;
  }
  #sec_point ul.point_list li:first-child .inner {
    display: block;
  }
  #sec_point ul.point_list li:first-child .inner .img {
    width: 80%;
    max-width: 260px;
    aspect-ratio: auto;
    margin-inline: auto;
  }
  #sec_point ul.point_list li:first-child .inner .text_box {
    width: auto;
  }
  #sec_point ul.point_list li .inner {
    padding: 25px 5vw 35px;
  }
  #sec_point ul.point_list li .inner .img {
    aspect-ratio: 1.57 / 1;
  }
  #sec_point ul.point_list li .inner .text_box {
    margin-top: 20px;
  }
  #sec_point ul.point_list li .inner .text_box .h {
    margin-bottom: 15px;
  }
  #sec_point .bg {
    height: 117vw;
  }
  #sec_point .bg figure img.objectfit.contain {
    object-fit: cover;
  }

  /* ------------------------------
   Business
  ------------------------------ */
  #sec_business.section {
    margin-block: 50px 65px;
  }
  #sec_business.section .main ol.list > li {
    padding-top: 30px;
    top: 70px;
  }
  #sec_business.section .main ol.list > li .inner {
    padding: 45px 5vw 30px;
  }
  #sec_business.section .main ol.list > li .inner .number {
    top: -25px;
    right: 20px;
    height: 65px;
  }
  #sec_business.section .main ol.list > li .inner .text_area .text {
    padding-top: 20px;
  }
  #sec_business.section .main ol.list > li .inner .ph_area {
    margin-top: 20px;
    aspect-ratio: 1.6 / 1;
  }

  /* ------------------------------
   FAQ
  ------------------------------ */
  #sec_faq.section {
    margin-top: 45px;
    padding: 35px 5vw 50px;
  }
  #sec_faq.section .title_box {
    padding-bottom: 20px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head {
    padding-right: 40px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head .q {
    width: 40px;
    padding-block: 5px 12px;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > p {
    padding: 10px 0 10px 15px;
    font-size: 1em;
  }
  #sec_faq.section .faq_main ul.faq_list > li .item_inner .q_head > i {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  #sec_faq.section .faq_main .morebtn {
    margin-top: 20px;
  }

  /* ------------------------------
   Recruit
  ------------------------------ */
  #sec_recruit.section {
    margin-top: 60px;
    margin-inline: 5vw;
    padding-block: 45px 30px;
  }
  #sec_recruit.section .wrapper {
    margin-inline: 0;
  }
  #sec_recruit.section::before {
    opacity: .2;
  }
  #sec_recruit.section .title_box .sec_title {
    width: 100%;
  }
  #sec_recruit.section .title_box .sec_title .title {
    font-size: 6.8cqi;
  }
  #sec_recruit.section .title_box .sec_text p:not([class]) {
    letter-spacing: 0;
  }

  /* ------------------------------
   Form
  ------------------------------ */
  #sec_form.section {
    padding-block: 50px 60px;
  }
  #sec_form.section::before {
    top: -70px;
    height: 71px;
  }
  #sec_form.section .title_box {
    margin-bottom: 25px;
  }
  #sec_form.section .title_box .sec_title {
    padding-bottom: 20px;
  }
}
