@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");

/* =================================
カラー
================================= */
:root {
  --color-main: #0049a2;
  --color-base: #f6f6f6;
  --color-accent: #fa6800;
}

/* =================================
  ベース
================================= */
html {scroll-behavior: smooth;}

/* =================================
  レイアウト
================================= */
.l-wrapper {
}

.l-page__main {
  background: linear-gradient(62deg, #001a3c 11.98%, #0049a2 96.09%);
}

/* =================================
  コンポーネント
================================= */
a.c-btn {
  border-radius: 68.5px;
  background: var(--btn_orange, linear-gradient(89deg, #fa6800 1.32%, #fa8500 98.68%));
  box-shadow: 0 4px 15px 0 rgba(51, 51, 51, 0.15);
  @media screen and (max-width: 768px) {
  }
}

.c-btn__arrow {
}

.c-sectionTitle {
}

.c-sectionTitle__en {
  color: #1f4685;
  padding-left: 43px;
  position: relative;
  @media screen and (max-width: 768px) {
    padding-left: 31px;
  }

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    background: url(./../img/icon_orange_01.png) center center / contain no-repeat;
    width: 34px;
    aspect-ratio: 69/45;
    @media screen and (max-width: 768px) {
      width: 25px;
      left: 3px;
    }
  }

  @media screen and (max-width: 768px) {
  }
}

.c-sectionTitle__ja {
  @media screen and (max-width: 768px) {
  }
}

.c-floating__btn-free {
  color: #F86801;
}

/* =================================
  ユーティリティ
================================= */
.u-hide_pc {
}

@media screen and (max-width: 768px) {
  .u-hide_sp {
  }
  .u-hide_pc {
  }
}

.u-font-en {
}

/* =================================
  Header
================================= */
.l-header {
  @media screen and (max-width: 768px) {
  }
}

.l-header__inner {
}

.l-header__logo {
  @media screen and (max-width: 768px) {
  }
}

.l-header__cv {
}

a.l-header__btn {
  background: var(--color-accent);
  @media screen and (max-width: 768px) {
  }
}

.l-header__btnIcon {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Footer
================================= */
.l-footer {
  @media screen and (max-width: 768px) {
  }
}

.l-footer__wrapper {
}

.l-footer__cont {
  @media screen and (max-width: 768px) {
  }
}

.l-footer__logo {
  @media screen and (max-width: 768px) {
  }
}

.l-footer__nav {
  @media screen and (max-width: 768px) {
  }
}

.l-footer__list {
  @media screen and (max-width: 768px) {
  }
}

.l-footer__item {
  @media screen and (max-width: 768px) {
  }
}

.l-footer__copyright {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  First View
================================= */
.p-fv {
  background: url(./../img/fv_bg_01.png) center center / cover no-repeat;
  color: var(--color-secondary);
  position: relative;
  @media screen and (max-width: 768px) {
    background: url(./../img/fv_bg_01_sp.png) center center / cover no-repeat;
  }
  &::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    aspect-ratio: 2032/1888;
    content: "";
    background: url(./../img/fv_img_01.png) center center / cover no-repeat;

    @media screen and (max-width: 768px) {
      top: 210px;
      right: 50%;
      background: url(./../img/fv_img_02_sp.png) center top / cover no-repeat;
      transform: translateX(50%);
      width: 100%;
      aspect-ratio: 750 / 815;
    }
  }
  @media screen and (max-width: 768px) {
  }
}

.p-fv__text01 {
  @media screen and (max-width: 768px) {
  }
}

.p-fv__text02 {
  @media screen and (max-width: 768px) {
  }
}

.p-fv__title {
  @media screen and (max-width: 768px) {
  }
}

.p-fv__text03 {
  @media screen and (max-width: 768px) {
  }
}

.p-fv__cv {
  @media screen and (max-width: 768px) {
  }
}

.p-fv__copy {
  @media screen and (max-width: 768px) {
  }
}

.p-fv__btn {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Trouble
================================= */

.p-trouble {
  background: none;
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__container {
  background: var(--color-secondary) url(./../img/trouble_bg_01.png) center center / cover no-repeat;
  position: relative;
  list-style: none;
  &::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 72px;
    aspect-ratio: 72/112;
    content: "";
    background: url(./../img/trouble_img_01.png) center center / contain no-repeat;
  }

  @media screen and (max-width: 768px) {
  }
}

.p-trouble__container__inner {
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__title {
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__list {
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__item {
  padding-left: 44px;
  position: relative;
  list-style: none;
  @media screen and (max-width: 768px) {
    padding-left: 36px;
  }
  &::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    aspect-ratio: 1;
    content: "";
    background: url(./../img/trouble_icon_01.png) center center / contain no-repeat;
    @media screen and (max-width: 768px) {
      width: 20px;
    }
  }
}

.p-trouble__bottom {
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__image {
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__textWrap {
  color: var(--color-secondary);
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__text01 {
  @media screen and (max-width: 768px) {
  }
}

.p-trouble__text02 {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Service
================================= */
.p-service {
  background: var(--color-base) url(./../img/service_bg_01.png) center center / cover no-repeat;
  @media screen and (max-width: 768px) {
    background-image: none;
  }
}

.p-service__blockList {
  @media screen and (max-width: 768px) {
  }
}

.p-service__blockItem {
  @media screen and (max-width: 768px) {
  }
}

.p-service__blockTitle {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 51, 117, 0.2);
  @media screen and (max-width: 768px) {
  }
}

.p-service__list {
  @media screen and (max-width: 768px) {
  }
}

.p-service__item {
  @media screen and (max-width: 768px) {
  }
}

.p-service__text01 {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  CTA
================================= */
.c-cta {
  background: #003375;
  position: relative;
  z-index: 1;
  &::before,
  &::after {
    content: "";
    position: absolute;
  }
  &::before {
    top: 0;
    right: 0;
    height: 100%;
    width: 704px;
    background: url(./../img/cta_bg_01.png) left center / cover no-repeat;
    max-width: 50%;
    @media screen and (max-width: 768px) {
      content: none;
    }
  }
  &::after {
    z-index: -1;
    aspect-ratio: 1176/456;
    width: 588px;
    bottom: 0;
    left: 0;
    background: url(./../img/cta_bg_02.png) right center / contain no-repeat;
    @media screen and (max-width: 768px) {
      aspect-ratio: 750/928;
      width: 100%;
    background: url(./../img/cta_bg_02_sp.png) right center / contain no-repeat;
    }
  }

}

.c-cta__inner {
  @media screen and (max-width: 768px) {
  }
}

.c-cta__title {
}

.c-cta__title__en {
  color: var(--color-secondary);
  @media screen and (max-width: 768px) {
  }
}

.c-cta__container {
  @media screen and (max-width: 768px) {
  }
}

.c-cta__textWrap {
  color: var(--color-secondary);

  @media screen and (max-width: 768px) {
  }
}

.c-cta__text01 {
  @media screen and (max-width: 768px) {
  }
}

.c-cta__text02 {
  @media screen and (max-width: 768px) {
  }
}

.c-cta__btnWrap {
  @media screen and (max-width: 768px) {
    background: url(./../img/cta_bg_01_sp.jpg) center center / cover no-repeat;
    border-radius: 12px;
    padding: 20px 20px 30px;
  }
}

.c-cta__copy {
  @media screen and (max-width: 768px) {
  }
}

.c-cta__btn {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Price
================================= */
.p-price {
  background: #e5e8ec;
  @media screen and (max-width: 768px) {
  }
}

.p-price__list {
  @media screen and (max-width: 768px) {
  }
}

.p-price__item {
  @media screen and (max-width: 768px) {
  }
}

.p-price__head {
  background: #003375;
  width: 100%;
  color: var(--color-secondary);
  @media screen and (max-width: 768px) {
  }
}

.p-price__text01 {
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 768px) {
  }
}

.p-price__itemTitle {
  @media screen and (max-width: 768px) {
  }
}

.p-price__body {
  @media screen and (max-width: 768px) {
  }
}

.p-price__numWrap {
  @media screen and (max-width: 768px) {
  }
}

.p-price__num--strong {
  color: #003375;
  @media screen and (max-width: 768px) {
  }
}
.p-price__unit {
  color: #003375;
  @media screen and (max-width: 768px) {
  }
}

.p-price__num--small {
  color: #003375;
  @media screen and (max-width: 768px) {
  }
}

.p-price__text02 {
  @media screen and (max-width: 768px) {
  }
}

.p-price__checkList {
  @media screen and (max-width: 768px) {
  }
}

.p-price__checkItem {
  padding-left: 22px;
  position: relative;
  list-style: none;
  &::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    aspect-ratio: 1;
    content: "";
    background: var(--color-secondary) url(./../img/price_icon_01.svg) center center / contain no-repeat;
  }
  @media screen and (max-width: 768px) {
  }
}

.p-price__btn {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Voice
================================= */
.p-voice {
  background: var(--color-secondary);
  @media screen and (max-width: 768px) {
  }
}

.p-voice__list {
  @media screen and (max-width: 768px) {
  }
}

.p-voice__item {
  position: relative;
  list-style: none;
  &::before {
    position: absolute;
    top: -17px;
    left: -14px;
    width: 72px;
    aspect-ratio: 72/48;
    content: "";
    background: url(./../img/voice_bg_01.png) center center / contain no-repeat;
    @media screen and (max-width: 768px) {
      left: 10px;
    }
  }
}

.p-voice__text01 {
  @media screen and (max-width: 768px) {
  }
}

.p-voice__dl {
  border-top: 1px solid rgba(0, 51, 117, 0.2);
  @media screen and (max-width: 768px) {
  }
}

.p-voice__term {
  border-radius: 4px;
  border: 1px solid #003375;
  opacity: 0.8;
  color: rgba(0, 51, 117, 0.8);
  @media screen and (max-width: 768px) {
  }
}

.p-voice__desc {
  opacity: 0.8;
  color: rgba(0, 51, 117, 0.8);
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Member
================================= */
.p-member {
  background: #e5e8ec url(./../img/member_bg_01.png) top center / cover no-repeat;
  @media screen and (max-width: 768px) {
  }
}

.p-member__list {
  @media screen and (max-width: 768px) {
  }
}

.p-member__item {
  @media screen and (max-width: 768px) {
  }
}

.p-member__image {
  @media screen and (max-width: 768px) {
  }
}

.p-member__position {
  @media screen and (max-width: 768px) {
  }
}

.p-member__name {
  @media screen and (max-width: 768px) {
  }
}

.p-member__name--ja {
  @media screen and (max-width: 768px) {
  }
}

.p-member__name--en {
  color: #003375;
  opacity: 0.8;
  @media screen and (max-width: 768px) {
  }
}

.p-member__text01 {
  @media screen and (max-width: 768px) {
  }
}

/* =================================
  Flow
================================= */
.p-flow {
  background: var(--color-base);
  @media screen and (max-width: 768px) {
  }
}

.p-flow__list {
  @media screen and (max-width: 768px) {
  }
}

.p-flow__item {
  &:nth-child(n + 2) {
    position: relative;
    &::before {
      position: absolute;
      top: 42px;
      right: calc(100% + 20px);
      width: 32px;
      aspect-ratio: 32/54;
      background: url(./../img/flow_img_04.png) top center / contain no-repeat;
      content: "";
  @media screen and (max-width: 768px) {
    background: url(./../img/flow_img_04_sp.png) top center / contain no-repeat;
    right: 50%;
    aspect-ratio: 54/32;
    width: 54px;
    transform: translateX(50%);
    top: auto;
    bottom: calc(100% + 20px);
  }
    }
  }
  @media screen and (max-width: 768px) {
  }
}

.p-flow__image {
  @media screen and (max-width: 768px) {
  }
}

.p-flow__textWrap {
  @media screen and (max-width: 768px) {
  }
}

.p-flow__step {
  color: #003375;
  opacity: 0.7;
  @media screen and (max-width: 768px) {
  }
}

.p-flow__text01 {
  @media screen and (max-width: 768px) {
  }
}

.p-flow__text02 {
  @media screen and (max-width: 768px) {
  }
  a {
  }
}
/* =================================
  FAQ
================================= */
.p-faq {
  background: #fff;
  @media screen and (max-width: 768px) {
  }
}

.c-faq {
  @media screen and (max-width: 768px) {
  }
}

.c-faq__item {
  @media screen and (max-width: 768px) {
  }
}

.c-faq__toggle {
  background: var(--color-base);
  @media screen and (max-width: 768px) {
  }
  span {
    background: #003375;
    @media screen and (max-width: 768px) {
    }
  }
  &::before,
  &::after {
    @media screen and (max-width: 768px) {
    }
  }
  &::before {
  }
}

.c-faq__contents__inner {
  @media screen and (max-width: 768px) {
  }
  span {
    background: #f86801;
    @media screen and (max-width: 768px) {
    }
  }
}

/* =================================
  Contact
================================= */
.p-contact {
  background: #e5e8ec;
  @media screen and (max-width: 768px) {
  }
  .c-form table td {
    padding-bottom: 28px;
  }
  .c-form table th p {
    font-size: 18px;
  }
  input {
    margin: 8px 0 0;
  }
  .c-form span.essential,
  .c-form span.optional {
    border-radius: 4px;
    background: #f86801;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 10px;
  }
  .agree_box {
    text-align: center;
    a {
      color: #003375;
    }
  }
  ul.transmission {
    width: fit-content;
    margin: 0 auto;
    li {
      padding: 0;
    }
    p {
      position: relative;
      &::before {
        content: "";
        top: 50%;
        position: absolute;
        width: 17px;
        height: 15px;
        right: 40px;
        transform: translateY(-50%);
        background: url(./../img/arrow_white_01.svg) center center / contain no-repeat;
      }
    }
  }
  input[type="submit"].input_submit {
    font-size: 20px;
    border-radius: 9999px;
    background: linear-gradient(89deg, #fa6800 1.32%, #fa8500 98.68%);
    box-shadow: 0 4px 10px 0 rgba(64, 64, 64, 0.1);
    width: 560px;
    height: 80px;
  }
}

.p-contact__title {
  @media screen and (max-width: 768px) {
  }
  .c-sectionTitle__en {
    width: fit-content;
    margin: 0 auto;
    
  }
}

.p-contact__text01 {
  @media screen and (max-width: 768px) {
  }
}

.p-contact__container {
  @media screen and (max-width: 768px) {
  }
}
