@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Plus Jakarta Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mobo: "MOBO-SemiBold", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-kumbh-sans: "Kumbh Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 500;
}

:root {
  --color-base: #1A1C25;
  --color-placeholder: #D4D4D4;
  --color-gray-01: #E9EBF1;
  --color-gray-02: #D4D4D4;
  --color-blue-01: #183672;
  --color-blue-02: #104879;
  --color-green: #006B64;
  --color-yellow-01: #FFF2CA;
  --color-yellow-02: #FFE25A;
  --color-orange: #F37E14;
  --color-red-01: #FF1000;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 370;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-support {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-bottom: 8rem;
  }
}
.p-support .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-support .img {
    height: max(73.2rem, 38.125vw);
  }
}
.p-support .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-support .sec-outer {
  position: relative;
  padding-block: 5.2rem 48.1rem;
  background: linear-gradient(2deg, #104879 0%, #183672 100%);
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-support .sec-outer {
    padding-block: 18.8rem 20.2rem;
  }
}
.p-support .sec-inner {
  position: relative;
  z-index: 2;
  padding-block: 27.6rem 12.2rem;
  max-width: 166rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-support .sec-inner {
    padding-block: 17.1rem 5rem;
    width: 94.2028985507%;
  }
}
.p-support .hgroup {
  position: relative;
  z-index: 1;
}
.p-support .hgroup_en {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: #0B246D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support .hgroup_en {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.p-support .hgroup_jp {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-support .hgroup_jp {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 0.8rem;
  }
}
.p-support .c-loop {
  position: absolute;
  left: 0;
  bottom: 23.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-support .c-loop {
    bottom: 13.2rem;
  }
}
.p-support .c-loop_txt {
  color: #082F58;
}
.p-support-intro {
  position: absolute;
  top: -22.4rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  padding: 8rem;
  width: 93.9759036145%;
}
@media screen and (max-width: 767px) {
  .p-support-intro {
    top: -24.9rem;
    padding: 5rem 0;
    width: 94.8717948718%;
  }
}
.p-support-intro .c-unique-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-support-intro .ttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-intro .ttl {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.p-support-intro .txt {
  font-size: 1.6rem;
  line-height: 2.125;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support-intro .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 3.2rem;
  }
}
.p-support-flow .c-wrap {
  position: relative;
  z-index: 1;
  padding-block: 7rem;
  max-width: 140rem;
}
@media screen and (max-width: 767px) {
  .p-support-flow .c-wrap {
    padding-block: 5.9rem 3.4rem;
    width: 89.7435897436%;
  }
}
.p-support-flow .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-support-flow .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-support-flow .hgroup {
  position: absolute;
  top: -6.6rem;
  left: 50%;
  translate: -50% 0;
  padding: 0 12.8rem 1.9rem;
  width: max-content;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-support-flow .hgroup {
    top: -4.6rem;
    padding: 0 2.8rem 1.8rem;
  }
}
.p-support-flow .txt {
  font-size: 1.6rem;
  line-height: 2.125;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-flow .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    text-align: left;
    margin-inline: auto;
    width: 86.2857142857%;
  }
}
.p-support-flow .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.948558067%;
  margin: 7.2rem auto 0;
  width: 96.1028838659%;
  max-width: 128.3rem;
}
@media screen and (max-width: 767px) {
  .p-support-flow .list {
    grid-template-columns: 1fr;
    gap: 2.3rem;
    margin-top: 2.6rem;
    width: 89.7435897436%;
  }
}
.p-support-flow .list_item {
  padding-block: 1.8rem 3.7rem;
  background: url(../img/support/flow_item_bg.jpg) center/cover;
}
@media screen and (max-width: 767px) {
  .p-support-flow .list_item {
    padding-block: 1.6rem 3.5rem;
  }
}
.p-support-flow .list_item:nth-child(n+2) {
  position: relative;
}
.p-support-flow .list_item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.9602649007%;
  translate: 0 -50%;
  width: 1.6rem;
  height: 2.7rem;
  background: #E5E5E5;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-support-flow .list_item:nth-child(n+2)::before {
    top: -1.7rem;
    left: 50%;
    translate: -50% 0;
    width: 2.7rem;
    height: 1.1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-support-flow .list_icon {
  margin-inline: auto;
  width: 13.6rem;
}
.p-support-flow .list_ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-flow .list_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.p-support-flow .list_txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
  margin-top: 1.4rem;
}
.p-support-features {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-support-features {
    margin-top: 8rem;
  }
}
.p-support-features .c-wrap {
  max-width: 140rem;
}
@media screen and (max-width: 767px) {
  .p-support-features .c-wrap {
    width: 94.8717948718%;
  }
}
.p-support-features .hgroup {
  margin-inline: auto;
  padding-bottom: 4rem;
  max-width: 128rem;
  border-bottom: 0.3rem solid #0B246D;
}
@media screen and (max-width: 767px) {
  .p-support-features .hgroup {
    padding-bottom: 1.9rem;
    max-width: 94.5945945946%;
    border-bottom-width: 0.2rem;
  }
}
.p-support-features .list {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-features .list {
    margin-top: 3rem;
  }
}
.p-support-features .list_item {
  display: grid;
  position: relative;
  z-index: 1;
  padding: 10.6rem 7.1428571429% 0;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_item {
    padding: 4.2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-support-features .list_item:nth-child(even) {
    padding: 12.5rem 4.2857142857% 0;
  }
  .p-support-features .list_item:nth-child(even) .list_en {
    left: auto;
    right: 4.6rem;
  }
  .p-support-features .list_item:nth-child(even) .list_img {
    margin: 0;
    width: 53.59375%;
  }
  .p-support-features .list_item:nth-child(even) .list_hgroup {
    margin-left: 51.875%;
  }
  .p-support-features .list_item:nth-child(even) .list_hgroup_txt {
    padding-left: 8.1168831169%;
    width: 78.2467532468%;
  }
}
.p-support-features .list_item:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-support-features .list_en {
  font-size: 12rem;
  line-height: 1.2666666667;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: var(--color-gray-01);
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_en {
    font-size: 4.2rem;
    line-height: 1.2619047619;
    left: calc(10 / var(--width-sp-design) * 100vw);
  }
}
.p-support-features .list_img {
  grid-row: 1;
  grid-column: 1;
  margin-left: auto;
  width: 57.1666666667%;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_img {
    width: 100%;
  }
}
.p-support-features .list_hgroup {
  grid-row: 1;
  grid-column: 1;
  margin-top: 6.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_hgroup {
    margin-top: calc(174 / var(--width-sp-design) * 100vw);
  }
}
.p-support-features .list_hgroup_ttl {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: 700;
  color: #fff;
  padding: 2.5rem 5rem;
  width: fit-content;
  background: #143E75;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_hgroup_ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    text-align: center;
    margin-inline: auto;
    padding: 1.6rem;
    width: 94.5945945946%;
  }
}
.p-support-features .list_hgroup_txt {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 3.5rem;
  padding-left: 4.1666666667%;
  width: 40.1666666667%;
}
@media screen and (max-width: 767px) {
  .p-support-features .list_hgroup_txt {
    margin: 2.1rem auto 0;
    padding: 0;
    width: 82.7027027027%;
  }
}
.p-support .p-support-contact {
  position: relative;
  z-index: 1;
  margin-top: -10.4rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-support-contact {
    margin-top: -6.6rem;
  }
}
.p-support .p-support-contact .c-wrap {
  position: relative;
  padding: 12.4rem 12.4rem 17.2rem;
  max-width: 140rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-support-contact .c-wrap {
    padding: 7.4rem 0 10rem;
    width: 91.7874396135%;
  }
}
.p-support .p-support-contact .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-support .p-support-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-support .p-support-contact .ttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support .p-support-contact .ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-support .p-support-contact .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
  text-align: center;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-support-contact .txt {
    margin-top: 2.2rem;
  }
}
.p-support .p-support-contact .c-btn-grad {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-support-contact .c-btn-grad {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support .p-support-contact .c-btn-grad_link {
    font-size: 1.4rem;
    max-width: 28rem;
    height: 5.6rem;
  }
}

/*# sourceMappingURL=support.css.map */
