@charset "UTF-8";

/* Base Setting */

html {
  font-size: 16px;
}

body {
  font-size: 100%;
}

main img {
  max-width: 100%;
}

@media (max-width: 599px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 600px) {
  .only-sph {
    display: none;
  }

  :not(.section):target {
    margin-top: -55px;
    padding-top: 55px;
  }
}

/* BUTTON */

.button-wrap {
  margin-top: 24px;
  text-align: center;
}

.button {
  background-color: #fff;
  border: 2px solid #0046e8;
  border-radius: 2px;
  box-sizing: border-box;
  color: #0046e8;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 48px;
  vertical-align: bottom;
}

.button:hover {
  background-color: #eff3fd;
}

.application-button {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ffde39;
  background-color: #ffde39;
  color: #2A2F64;
}

.application-button:hover {
  background-color: #ffd34d;
}

.cta-button {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #141A57;
  color: #fff;

}

@media (min-width: 600px) {
  .button-wrap {
    margin-top: 40px;
  }
}

/* Link */

.link {
  color: #0046e8;
}

.link:hover {
  text-decoration: underline;
}

/* HEADER */

.layout_ocx-header {
  background-color: #001a55;
  z-index: 999;
}

.ocx-header {
  background-color: inherit;
}

.site-name {
  font-size: 20px;
}

.site-name-link {
  color: #f2f4fa;
}

.ocx-nav-item .nav-link {
  color: #f2f4fa;
  display: block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-left: 8px;
}

/*
  Sticky Polyfill 設定
  sticky 未対応のブラウザ向けCSS
 */

@supports (position: sticky) or (position: -webkit-sticky) {
  .layout_ocx-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .js-is-sticky + .breadcrumbs::before,
  .js-is-sticky + .layout_main::before {
    display: none;
  }
}

/* sticky 設定 ここまで */

@media (max-width: 599px) {
  body[aria-expanded='true'] {
    background-color: #b1b1b1;
    height: 104px; /* 共通ヘッダーの高さ */
    overflow-y: hidden;
  }

  .layout_ocx-header {
    position: static;
  }

  .trigger-wrap {
    background-color: inherit;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
  }

  .site-name-link {
    display: block;
    padding: 16px;
  }

  .sph-accordion-trigger {
    background-color: transparent;
    border: none;
    color: #f2f4fa;
    font-size: 30px;
    outline: none;
    width: 50px;
  }

  .sph-accordion-body {
    background-color: #2e5cff;
    position: absolute;
    transition: top 0.4s;
    width: 100%;
    z-index: 98;
  }

  .sph-accordion-body[aria-expanded='false'] {
    top: -210px;
  }

  .cta-button {
    background-color: #2E5CFF;
  }

  .header-application-button {
    box-sizing: border-box;
    height: 70px;
    padding: 14px;
    width: 100%;
  }

  .sph-accordion-close {
    background-color: #2d2d2d;
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    padding: 8px;
    width: 100%;
  }

  .sph-accordion-close::before {
    /* Xマーク */
    content: "";
    font-family: FontAwesome, sans-serif;
    margin-right: 5px;
  }
}

@media (min-width: 600px) {
  .ocx-header {
    align-items: stretch;
    display: flex;
    height: 55px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
  }

  .site-name {
    height: 55px;
  }

  .site-name-link {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
  }

  .sph-accordion-body {
    align-items: center;
    display: flex;
  }

  .layout_ocx-nav {
    height: 100%;
  }

  .ocx-nav {
    display: flex;
    height: 100%;
  }

  .header-application-button {
    align-items: center;
    display: flex;
    margin-left: 20px;
    width: 152px;
    height: 36px;
  }

  .sph-accordion-trigger,
  .sph-accordion-close {
    display: none;
  }
}

/* main content */
/* --common */
.only_sp {
  display: none;
}

.ocx-by-bbix * {
  box-sizing: border-box;
}

.ocx_inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.ocx-by-bbix h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}

/* --unique */
/* ---- layout_main_visual */
.layout_main_visual {
  min-height: 320px;
  padding: 40px 0;
  background-image: url(../images/bg_mainvisual.png);
  background-size: cover;
  color: #fff;
}

.layout_main_visual .ocx_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.layout_main_visual .main_visual_keyword {
  margin-bottom: 12px;
  font-weight: 100;
  line-height: 180%;
}

.layout_main_visual .main_visual_catchcopy {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  line-height: 150%;
}

.main_visual_image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_visual_image img {
  border-radius: 4px;
  box-shadow: 0 2.73px 21.88px 0 rgba(0, 25, 115, 0.08);
}

.cta_button_list {
  display: flex;
  gap: 12px;
}

.cta_button_list li {
  max-width: 208px;
  width: 100%;
}

.cta_button_list a {
  display: flex;
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.cta_download a {
  background-color: #ffde39;
  color: #2A2F64;
}

.cta_inquiry a {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

/* ---- lyaout_merit_summary */
.layout_merit_summary {
  padding: 80px 0;
}

.layout_merit_summary h2 {
  margin-bottom: 24px;
}

.layout_merit_summary h2 + .note {
  margin-bottom: 80px;
  text-align: center;
}

.merit_summary_list {
  display: flex;
  justify-content: space-between;
}

.merit_summary_list li {
  flex: 0 1 340px;
  min-height: 392px;
  padding: 60px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 25, 115, 0.08);
  text-align: center;
  position: relative;
}

.merit_summary_list li::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-size: contain;
}

.merit_1st::before {
  background-image: url(../images/point_number_1.png);
}

.merit_2nd::before {
  background-image: url(../images/point_number_2.png);
}

.merit_3rd::before {
  background-image: url(../images/point_number_3.png);
}

.merit_summary_list .merit_title {
  display: block;
  margin-bottom: 20px;
  color: #2e5cff;
  font-size: 24px;
  font-weight: 500;
}

.merit_summary_list .merit_image {
  margin-bottom: 28px;
}

.merit_summary_list .merit_explain {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

/* ---- layout_merit_detail */
.layout_merit_detail h2 {
  display: flex;
  margin-bottom: 60px;
  color: #2e5cff;
  font-size: 44px;
  font-weight: 500;
  line-height: 100%;
  align-items: center;
  gap: 32px;
}

.layout_merit_detail h2::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  top: -20px;
  left: -20px;
  background-size: contain;
}

.merit_detail_1st h2::before {
  background-image: url(../images/point_number_1.png);
}

.merit_detail_2nd h2::before {
  background-image: url(../images/point_number_2.png);
}

.merit_detail_3rd h2::before {
  background-image: url(../images/point_number_3.png);
}

.merit_detail_list li {
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.merit_detail_list li:nth-child(odd) {
  background-color: #f5f7ff;
}

.merit_detail_list li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 60px 50vw;
  position: absolute;
  top: 0;
}

.merit_detail_list li:nth-child(odd)::before {
  border-top-color: #fff;
}

.merit_detail_list li:nth-child(even)::before {
  border-top-color: #f5f7ff;
}

.merit_detail_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.merit_detail_image {
  flex: 0 0 440px;
  width: 440px;
  min-height: 290px;
}

.merit_detail_explain {
  flex: 0 1 520px;
}

.merit_detail_explain h3 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 140%;
}

.merit_detail_explain h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 2px;
  background-color: #2e5cff;
}

.merit_detail_explain p {
  line-height: 180%;
}

/* ------ merit_detal_2nd */
.merit_detail_2nd .merit_detail_box_wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.merit_detail_2nd .merit_detail_box_wrapper .merit_detail_box {
  flex-direction: column;
  gap: 50px;
}

.merit_detail_2nd .merit_detail_image {
  flex: 0 0 290px;
  width: 100%;
}

.merit_detail_explain {
  flex: 1 1 auto;
  max-width: 480px;
  width: 100%;
}

/* ------ merit_detal_3rd */
.merit_detail_list .merit_detail_3rd {
  padding-bottom: 100px;
}

/* ---- layout_location */
.layout_location {
  padding: 100px 0;
}

.layout_location .ocx_inner {
  display: flex;
  max-width: 1140px;
  gap: 40px;
}

.layout_location h2 {
  margin-bottom: 52px;
  text-align: left;
}

.location_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex: 0 1 580px;
  width: 100%;
  min-height: 353px;
  padding: 36px 28px 44px;
  border-radius: 12px;
  box-shadow: 0 4px 32px 0 rgba(0, 25, 115, 0.08);
}

.location_list dl {
  display: flex;
}

.location_list dt {
  display: flex;
  gap: 8px;
  flex: 0 0 192px;
  color: #2e5cff;
}

.location_list dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #2e5cff;
}

.location_list dd {
  flex: 0 1 332px;
}

.location_count {
  font-size: 13px;
}

.location_count .count_number {
  margin-right: 4px;
  font-size: 18px;
  font-weight: 500;
}

.location_list dd p {
  font-size: 14px;
  line-height: 180%;
}

.location_map_image {
  flex: 0 0 560px;
}


/* ---- layout_feature */
.layout_feature {
  background-color: #f5f7ff;
  padding: 80px 0 100px;
}

.layout_feature h2 {
  margin-bottom: 80px;
}

.feature_list {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}

.feature_list li {
  flex: 0 1 248px;
  min-height: 242px;
  text-align: center;
}

.feature_image {
  margin-bottom: 12px;
}

.feature_image figcaption {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.feature_list p {
  line-height: 180%;
  text-align: left;
}


/* ---- layout_flow */
.layout_flow {
  padding: 80px 0 100px;
}

.layout_flow h2 + .note {
  margin: 32px 0 80px;
  text-align: center;
}

.step_list {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 40px;
}

.step_list li {
  flex: 0 1 268px;
  min-height: 288px;
  padding: 32px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 32px 0 rgba(0, 25, 115, 0.08);
  text-align: center;
  position: relative;
  z-index: 10;
}

.step_list li::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 26px;
  margin-bottom: 32px;
}

.step_list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 16px 20px;
  border-left-color: #b2ccff;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.step_list li:last-child:after {
  display: none;
}

.step1::before {
  background-image: url(../images/step_number_1.png);
}

.step2::before {
  background-image: url(../images/step_number_2.png);
}

.step3::before {
  background-image: url(../images/step_number_3.png);
}

.step4::before {
  background-image: url(../images/step_number_4.png);
}

.step_image figcaption {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.step_list + .note {
  text-align: center;
}

/* ---- layout_register */
.layout_register {
  padding: 60px 0;
  background-image: url(../images/bg_register.png);
  background-size: cover;
  color: #fff;
}

.layout_register h2 {
  margin-bottom: 40px;
}

.layout_register .cta_button_list {
  margin-bottom: 32px;
  justify-content: center;
}

.cta_document {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.cta_document::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_link_pdf.png);
}

.cta_document a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

/* レスポンシブ tablets
   ブレークポイント
 */
 @media (min-width: 600px) and (max-width: 1000px){
  .layout_location .ocx_inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px
  }
}

/* レスポンシブ
   ブレークポイント 600px
 */
 @media (max-width: 599px) {
  .only_sp {
    display: block;
  }

  .ocx_inner {
    padding: 0 20px;
  }

  .ocx-by-bbix h2 {
    font-size: 28px;
  }

  .layout_main_visual {
    position: relative;
    padding: 30px 0;
    background-image: none;
  }

  .layout_main_visual::before {
    content: "";
    display: block;
    background-image: url(../images/bg_mainvisual.png);
    background-size: cover;
    width: 100%;
    height: 328px;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .cta_button_list {
    margin-bottom: 40px;
  }

  .cta_button_list li {
    max-width: 176px;
    min-height: 48px;
  }

  .layout_main_visual .ocx_inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .layout_main_visual .main_visual_keyword {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .layout_main_visual .main_visual_catchcopy {
    font-size: 26px;
    letter-spacing: -0.01em;
  }

  .main_visual_image {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 350px;
    max-height: 160px;
    text-align: center;
  }

  .layout_merit_summary {
    padding: 40px 0;
  }

  .layout_merit_summary h2 + .note {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .merit_summary_list {
    flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }

  .merit_summary_list li {
    flex: 0 0 325px;
    min-height: auto;
    padding: 40px 0;
  }

  .merit_summary_list li::before {
    width: 60px;
    height: 60px;
  }

  .merit_summary_list .merit_title {
    font-size: 23px;
  }

  .merit_summary_list .merit_image {
    width: 120px;
    margin: 0 auto 28px;
  }

  .merit_summary_list .merit_explain {
    font-size: 18px;
  }


  .layout_merit_detail h2 {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }

  .layout_merit_detail h2::before {
    width: 52px;
    height: 52px;
  }

  .merit_detail_list li {
    padding: 100px 0 40px;
  }

  .merit_detail_box {
    flex-direction: column;
    gap: 32px;
  }

  .merit_detail_image {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    text-align: center;
  }

  .merit_detail_explain h3 {
    font-size: 23px;
  }

  .merit_detail_explain p {
    font-size: 14px;
  }

  .merit_detail_2nd .merit_detail_box_wrapper {
    flex-direction: column;
    gap: 52px;
  }

  .merit_detail_2nd .merit_detail_image {
    flex: 0 0 auto;
    min-width: 100%;
  }

  .merit_detail_2nd .merit_detail_box {
    gap: 32px;
  }

  .layout_location {
    padding: 40px 0;
  }

  .layout_location h2 {
    font-size: 23px;
    margin-bottom: 40px;
  }

  .layout_location .ocx_inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .location_map_image {
    flex: 0 0 auto;
  }

  .location_list {
    gap: 20px;
  }

  .location_list dl {
    flex-direction: column;
  }

  .location_list dt {
    flex: 0 0 28px;
    gap: 12px;
    margin-bottom: 14px;
  }

  .location_list dd {
    flex: 0 1 auto;
    padding-left: 16px;
  }

  .layout_feature {
    padding: 60px 0;
  }

  .layout_feature h2 {
    margin-bottom: 60px;
  }

  .feature_list {
    flex-direction: column;
    gap: 40px;
  }

  .feature_list li {
    flex: 0 1 auto;
    min-height: auto;
    max-width: 270px;
    width: 100%;
    margin: auto;
  }

  .feature_image figcaption {
    font-size: 20px;
  }

  .layout_flow h2 + .note {
    margin: 20px 0 60px;
    font-size: 14px;
    text-align: left;
  }

  .layout_flow {
    padding: 60px 0;
  }

  .step_list {
    padding: 0 20px;
    flex-direction: column;
  }

  .step_list li {
    flex: 0 1 auto;
    min-height: 260px;
  }

  .step_list li::before {
    margin-bottom: 20px;
  }

  .step_list li::after {
    transform: rotate(90deg);
    bottom: -36px;
    top: auto;
    right: 0;
    left: 0;
  }

  .step_image figcaption {
    margin-top: 16px;
  }

  .step_list + .note {
    font-size: 14px;
    text-align: left;
    line-height: 180%;
  }
}