@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/IBMPlexSansJP-Regular.woff) format("woff"), url(../fonts/IBMPlexSansJP-Regular.woff2) format("woff2");
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/IBMPlexSansJP-Medium.woff) format("woff"), url(../fonts/IBMPlexSansJP-Medium.woff2) format("woff2");
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/IBMPlexSansJP-Bold.woff) format("woff"), url(../fonts/IBMPlexSansJP-Bold.woff2) format("woff2");
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* font:rem=px デザインしたwidthを割る  */
html {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  color: #222;
  font-display: optional;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

.pc_hide {
  display: block;
}
@media only screen and (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}

.sp_hide {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sp_hide {
    display: block;
  }
}

.en {
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.red {
  color: #DE0256;
}

.navy {
  color: #15459D;
}

.yellow {
  color: #F0EF11;
}

.inner {
  padding: 4rem 2.5rem;
}
@media only screen and (min-width: 769px) {
  .inner {
    padding: 5rem 14rem;
  }
}

.heading {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .heading {
    margin-bottom: 4rem;
  }
}
.heading h2 {
  color: #15459D;
  font-size: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .heading h2 {
    font-size: 4rem;
  }
}
.heading .heading_en {
  color: rgba(21, 69, 157, 0.3);
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .heading .heading_en {
    font-size: 1.8rem;
  }
}
.heading .heading_ja {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .heading .heading_ja {
    font-size: 2rem;
  }
}

.note {
  font-weight: 400;
  color: #888888;
  font-size: 1.2rem;
  line-height: 1.6;
}

.accordion {
  cursor: pointer;
}

.accordion_content {
  display: none;
}

.splide__pagination {
  bottom: 0;
}
.splide__pagination__page.is-active {
  background: #15459D;
  transform: scale(1);
}

.splide__arrow {
  background: #15459D;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  border: solid 2px #fff;
  box-sizing: content-box;
}
.splide__arrow svg {
  fill: #fff;
}
.splide__arrow--prev {
  left: -1.7rem;
  top: calc(50% - 2.3rem);
  transform: translateY(calc(50% - 2.3rem));
}
.splide__arrow--next {
  right: -1.7rem;
  top: calc(50% - 2.3rem);
  transform: translateY(calc(50% - 2.3rem));
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0.8rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 1.5rem 2rem;
  }
}
.header .logo {
  cursor: pointer;
  width: 12rem;
}
@media only screen and (min-width: 769px) {
  .header .logo {
    width: 13.2rem;
  }
}
.header .header_cta .btn {
  position: relative;
  background: #DE0256;
  color: #fff;
  line-height: 1.2;
  display: flex;
  align-items: center;
  border-radius: 10rem;
  padding: 0.5em 4.4rem 0.5em 2rem;
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .header .header_cta .btn {
    padding: 1.5rem 4.5rem 1.5rem 2.5rem;
  }
}
.header .header_cta .btn p:first-of-type {
  margin-right: 1.5rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .header .header_cta .btn p:first-of-type {
    font-size: 1.4rem;
  }
}
.header .header_cta .btn p:first-of-type .en {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .header .header_cta .btn p:first-of-type .en {
    font-size: 2rem;
  }
}
.header .header_cta .btn p:first-of-type + .main {
  border-left: solid 1px #fff;
}
.header .header_cta .btn p.main {
  padding-left: 1.5rem;
  padding-top: 0.1em;
}
@media only screen and (min-width: 769px) {
  .header .header_cta .btn p.main {
    font-size: 1.8rem;
  }
}
.header .header_cta .btn::after {
  position: absolute;
  content: "";
  background: url(../images/cta_arrow_white.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.header .header_cta .btn:hover {
  filter: brightness(110%);
}
.header .header_cta .btn:hover::after {
  right: 0.8em;
}

.fv {
  background: url(../images/fv_back_blue.webp) no-repeat top -7rem left 22.7rem/31.872rem 26.77248rem, url(../images/fv_back_pink.webp) no-repeat bottom -9rem right 22rem/31.872rem 26.77248rem, #F2F2F2;
}
@media only screen and (min-width: 769px) {
  .fv {
    background: url(../images/fv_back_blue.webp) no-repeat top -14rem left 96.6rem/45rem 37.8rem, url(../images/fv_back_pink.webp) no-repeat bottom -13.5rem right 83.9rem/45rem 37.8rem, #F2F2F2;
  }
}
.fv .inner {
  padding: 2rem 2.5rem 3rem;
}
@media only screen and (min-width: 769px) {
  .fv .inner {
    padding: 5rem 14rem 6rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10rem;
  }
}
.fv .fv_wrap .fv_silder {
  padding-bottom: 2.3rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .fv_silder {
    padding-bottom: 2.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .fv_silder {
    order: 2;
    width: 54rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .fv_silder .splide__arrow--prev {
    left: -3.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .fv_silder .splide__arrow--next {
    right: -3.5rem;
  }
}
.fv .fv_wrap .fv_silder ul li img {
  border-radius: 1rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .fv_silder ul li img {
    border-radius: 1.5rem;
  }
}
.fv .fv_wrap .maincatch {
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .fv .fv_wrap .maincatch {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch {
    width: 40rem;
  }
}
.fv .fv_wrap .maincatch .model {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .model {
    display: flex;
    justify-content: center;
    gap: 1em;
  }
}
.fv .fv_wrap .maincatch .model li {
  text-align: center;
  display: inline-block;
  background: #fff;
  box-shadow: 0 4px 8px rgba(224, 224, 224, 0.35);
  padding: 0.5em 0 0.3em 0;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .model li {
    padding: 0.5em 1em 0.3em;
  }
}
.fv .fv_wrap .maincatch .model + h3 {
  margin-top: 1.5rem;
}
.fv .fv_wrap .maincatch h3 {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch h3 {
    font-size: 2.2rem;
  }
}
.fv .fv_wrap .maincatch h3 .hira {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch h3 .hira {
    font-size: 1.8rem;
  }
}
.fv .fv_wrap .maincatch h3 .strong {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch h3 .strong {
    font-size: 2.4rem;
  }
}
.fv .fv_wrap .maincatch h2 {
  color: #15459D;
  font-weight: 900;
  text-align: center;
  font-size: 5.8rem;
  letter-spacing: -0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch h2 {
    font-size: 6.5rem;
  }
}
.fv .fv_wrap .maincatch h2 + .strengths {
  margin-top: 1rem;
}
.fv .fv_wrap .maincatch .strengths {
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0.4rem 0.8rem rgba(224, 224, 224, 0.35);
  border-radius: 0.5rem;
  padding: 2rem 0 2.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .strengths {
    padding: 2.5rem 0;
  }
}
.fv .fv_wrap .maincatch .strengths ul {
  display: grid;
}
.fv .fv_wrap .maincatch .strengths ul li .wrap {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .strengths ul li .wrap {
    padding-left: 2em;
  }
}
.fv .fv_wrap .maincatch .strengths ul li .wrap .en {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .strengths ul li .wrap .en {
    font-size: 2.6rem;
  }
}
.fv .fv_wrap .maincatch .strengths ul li .wrap .strong {
  line-height: 1;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .strengths ul li .wrap .strong {
    font-size: 2.2rem;
  }
}
.fv .fv_wrap .maincatch .strengths ul li .wrap::before {
  position: absolute;
  content: "";
  background: url(../images/icon_check.svg) no-repeat center/contain;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .strengths ul li .wrap::before {
    width: 1.6em;
    height: 1.6em;
  }
}
.fv .fv_wrap .maincatch .strengths ul li:nth-child(3) .wrap {
  padding-top: 0.15em;
}
.fv .fv_wrap .maincatch .strengths ul li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #E0E0E0;
}
@media only screen and (min-width: 769px) {
  .fv .fv_wrap .maincatch .strengths ul li + li {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
}

.campaign {
  text-align: center;
  background: #DE0256;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .campaign .inner {
    padding: 4rem 0;
  }
}
.campaign .top .wrap {
  font-size: 1.6rem;
  position: relative;
  padding: 0 1.5em;
}
@media only screen and (min-width: 769px) {
  .campaign .top .wrap {
    font-size: 2.6rem;
    padding: 0 1.3em;
  }
}
.campaign .top .wrap::before, .campaign .top .wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  background: url(../images/campaign_top_decoration.svg) no-repeat center/contain;
  width: 0.88em;
  height: 1.6em;
}
.campaign .top .wrap::before {
  left: 0;
  transform: translateY(-50%);
}
.campaign .top .wrap::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .campaign .chunk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.campaign .chunk + .campaign_cta {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .campaign .chunk + .campaign_cta {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .campaign .ribbon {
    margin: 1rem 0;
  }
}
.campaign .ribbon .wrap {
  position: relative;
  background: #15459D;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.5em 2em 0.4em;
}
@media only screen and (min-width: 769px) {
  .campaign .ribbon .wrap {
    font-size: 2rem;
    padding: 0.7em 2em 0.4em;
  }
}
.campaign .ribbon .wrap::before, .campaign .ribbon .wrap::after {
  position: absolute;
  content: "";
  top: 0;
  background: #DE0256;
  width: 1rem;
  height: 100%;
}
.campaign .ribbon .wrap::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 0;
}
.campaign .ribbon .wrap::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: 0;
}
@media only screen and (min-width: 769px) {
  .campaign .present_wrap {
    position: relative;
    display: flex;
    align-items: baseline;
  }
}
.campaign .present_wrap .amazongift {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .campaign .present_wrap .amazongift {
    position: absolute;
    left: 37.7rem;
    top: 2rem;
  }
}
.campaign .present_wrap .amazongift .gift {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .campaign .present_wrap .amazongift .gift {
    font-size: 2rem;
  }
}
.campaign .present_wrap .amazongift .gift .en {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .campaign .present_wrap .amazongift .gift .en {
    font-size: 2.4rem;
  }
}
.campaign .present_wrap .amazongift .type {
  font-size: 1.4rem;
}
.campaign .present_wrap .amazongift .type span {
  background: #fff;
  color: #222;
  border-radius: 0.5rem;
  padding: 0.25em 0.5em 0.15em;
}
.campaign .present_wrap .price {
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 769px) {
  .campaign .present_wrap .price {
    margin: -1rem auto -0.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .campaign .present_wrap .price {
    font-size: 3.2rem;
  }
}
.campaign .present_wrap .price .en {
  text-shadow: 0.4rem 0.4rem 0 #000;
  margin-right: 0.5rem;
  font-size: 8.4rem;
}
@media only screen and (min-width: 769px) {
  .campaign .present_wrap .price .en {
    font-size: 12rem;
  }
}
.campaign .present_wrap .present {
  font-size: 4rem;
}
.campaign .present_wrap .present .adjust {
  letter-spacing: -0.12em;
}
.campaign .campaign_cta .btn {
  position: relative;
  border-radius: 10rem;
  background: #F9F0F3;
  border: solid 3px #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  padding: 2rem;
}
@media only screen and (max-width: 769px) {
  .campaign .campaign_cta .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .campaign .campaign_cta .btn {
    padding: 2rem 6rem 2rem 2rem;
  }
}
.campaign .campaign_cta .btn .sub {
  color: #222;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .campaign .campaign_cta .btn .sub {
    font-size: 1.4rem;
  }
}
.campaign .campaign_cta .btn .sub .en {
  position: relative;
  display: inline-block;
  padding-left: 0.7em;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .campaign .campaign_cta .btn .sub .en {
    font-size: 2.4rem;
  }
}
.campaign .campaign_cta .btn .sub .en::before {
  position: absolute;
  content: "";
  background: url(../images/timer.svg) no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.campaign .campaign_cta .btn .main {
  color: #DE0256;
  font-size: 2rem;
  text-align: left;
  padding-top: 0.2em;
  margin-left: 1rem;
  padding-left: 1.5rem;
  border-left: solid 1px #ABABAB;
}
@media only screen and (min-width: 769px) {
  .campaign .campaign_cta .btn .main {
    font-size: 2.4rem;
    margin-left: 2rem;
    padding-left: 2rem;
    line-height: 2em;
  }
}
.campaign .campaign_cta .btn::after {
  position: absolute;
  content: "";
  background: url(../images/cat_arrow.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .campaign .campaign_cta .btn::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.campaign .campaign_cta .btn:hover::after {
  right: 0.8em;
}

.about {
  background: linear-gradient(180deg, #DCEFFD 0%, #FFF 30%, #FFF 100%);
}
@media only screen and (min-width: 769px) {
  .about .inner {
    padding: 5rem 19rem 8rem;
  }
}
@media only screen and (min-width: 769px) {
  .about .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
.about .intro .image {
  width: calc(100% + 2.5rem);
  height: 20rem;
}
@media only screen and (max-width: 769px) {
  .about .intro .image {
    margin-left: -2.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .about .intro .image {
    width: 50rem;
    height: 30rem;
  }
}
.about .intro .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 20rem;
}
@media only screen and (min-width: 769px) {
  .about .intro .image img {
    height: 30rem;
  }
}
.about .intro .text {
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 769px) {
  .about .intro .text {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .about .intro .text {
    font-size: 2rem;
  }
}
.about .intro .text .company {
  display: inline-block;
  background: #15459D;
  color: #fff;
  white-space: nowrap;
  font-size: 2.4rem;
  border-radius: 0.2rem;
  padding: 0.4rem 1rem 0.1rem 1rem;
  margin: 0.2rem 0 0.6rem;
}
@media only screen and (min-width: 769px) {
  .about .intro .text .company {
    font-size: 3.2rem;
    padding: 0.5rem 1.5rem 0.2rem 1.5rem;
    margin: 1rem 0;
  }
}
.about .intro + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .about .intro + div {
    margin-top: 5rem;
  }
}
.about .award {
  text-align: center;
}
.about .award .award_wrap {
  position: relative;
  background: #FFFCEC;
  border-radius: 0.5rem;
  padding: 1.5rem 0 2rem;
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap {
    padding: 2rem 0 3.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
.about .award .award_wrap::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: solid 1px #D3AA00;
  border-radius: 0.25rem;
}
.about .award .award_wrap figure {
  margin: 0 auto;
  width: 29.8rem;
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap figure {
    width: 40rem;
  }
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap .award_detaile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
.about .award .award_wrap .award_detaile .top .top_wrap {
  display: inline-block;
  position: relative;
  padding: 0 1.6em;
}
.about .award .award_wrap .award_detaile .top .top_wrap .en {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap .award_detaile .top .top_wrap .en {
    font-size: 2.8rem;
  }
}
.about .award .award_wrap .award_detaile .top .top_wrap::before, .about .award .award_wrap .award_detaile .top .top_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  background: url(../images/award_side.svg) no-repeat center/contain;
  width: 1.9rem;
  height: 5.2rem;
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap .award_detaile .top .top_wrap::before, .about .award .award_wrap .award_detaile .top .top_wrap::after {
    width: 2.2rem;
    height: 6.2rem;
  }
}
.about .award .award_wrap .award_detaile .top .top_wrap::before {
  left: 0;
  transform: translateY(-50%);
}
.about .award .award_wrap .award_detaile .top .top_wrap::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.about .award .award_wrap .award_detaile .number {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap .award_detaile .number {
    font-size: 3.2rem;
  }
}
.about .award .award_wrap .award_detaile .number .grade {
  background: linear-gradient(175deg, #D3AA00 25.67%, #D3AA00 39.21%, #FFE67D 53.28%, #D3AA00 53.82%, #6D5800 79.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .award .award_wrap .award_detaile .number .en {
  font-size: 6rem;
}
@media only screen and (min-width: 769px) {
  .about .award .award_wrap .award_detaile .number .en {
    font-size: 7.2rem;
  }
}
.about .award .award_wrap .award_detaile .number .en .adjust {
  letter-spacing: -0.12em;
}
.about .award .award_wrap .award_detaile .number .margin {
  display: inline-block;
  margin-right: 0.5rem;
}
.about .award .award_bottom {
  font-size: 1.6rem;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .about .award .award_bottom {
    font-size: 2rem;
  }
}
.about .award + div {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .about .award + div {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 769px) {
  .about .voice {
    width: calc(100% + 24.7rem);
    margin-left: -12.35rem;
  }
}
.about .voice .ballon {
  text-align: center;
  margin-bottom: 2rem;
}
.about .voice .ballon span {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.3em 1em;
  border-radius: 10rem;
  font-size: 1.8rem;
  color: #fff;
  background: #15459D;
}
@media only screen and (min-width: 769px) {
  .about .voice .ballon span {
    font-size: 2rem;
  }
}
.about .voice .ballon span::after {
  position: absolute;
  content: "";
  background: #15459D;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.about .voice .voice_slider {
  padding-bottom: 2.3rem;
}
@media only screen and (min-width: 769px) {
  .about .voice .voice_slider {
    padding-bottom: 2.9rem;
  }
}
.about .voice .voice_slider .splide__list .splide__slide {
  background: #F9F9F9;
  border: solid 1px #E0E0E0;
  padding: 3rem 2.5rem;
}
.about .voice .voice_slider .splide__list .splide__slide .profile {
  display: flex;
  align-items: center;
  gap: 2rem;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .about .voice .voice_slider .splide__list .splide__slide .profile {
    font-size: 1.4rem;
  }
}
.about .voice .voice_slider .splide__list .splide__slide .profile figure {
  width: 8rem;
  height: 8rem;
}
.about .voice .voice_slider .splide__list .splide__slide .profile .date {
  width: calc(100% - 10rem);
}
.about .voice .voice_slider .splide__list .splide__slide .profile .date .star {
  color: #D3AA00;
}
.about .voice .voice_slider .splide__list .splide__slide .profile .date .name {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .about .voice .voice_slider .splide__list .splide__slide .profile .date .name {
    font-size: 1.8rem;
  }
}
.about .voice .voice_slider .splide__list .splide__slide .profile .date .car {
  color: #888888;
  font-weight: 400;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: solid 1px #E0E0E0;
}
.about .voice .voice_slider .splide__list .splide__slide .profile + div {
  margin-top: 2rem;
}
.about .voice .voice_slider .splide__list .splide__slide .comment {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .about .voice .voice_slider .splide__arrow--prev {
    left: 36.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .about .voice .voice_slider .splide__arrow--next {
    right: 36.8rem;
  }
}
.about .voice .note {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .about .voice .note {
    text-align: center;
  }
}

.limided_stock {
  background: #15459D;
  position: relative;
}
.limided_stock::before, .limided_stock::after {
  position: absolute;
  content: "";
  background: #15459D;
  width: 100%;
  height: 3rem;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .limided_stock::before, .limided_stock::after {
    height: 5rem;
  }
}
.limided_stock::before {
  bottom: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.limided_stock::after {
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.limided_stock .heading {
  line-height: 1.6;
}
.limided_stock .heading h2 {
  color: #fff;
}
.limided_stock .heading .heading_en {
  color: #E0E0E0;
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    width: 84%;
    margin: 0 auto;
  }
}
.limided_stock .limided_stock_list .list li {
  position: relative;
}
.limided_stock .limided_stock_list .list li .period {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  color: #15459D;
  text-align: center;
  position: absolute;
  background: url(../images/period_back.svg) no-repeat center/contain;
  width: 7.5rem;
  height: 7.5rem;
  top: -2rem;
  left: -2rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list .list li .period {
    width: 8.75rem;
    height: 8.75rem;
    top: -2.5rem;
    left: -2.5rem;
    font-size: 1.4rem;
  }
}
.limided_stock .limided_stock_list .list li .period .wrap {
  margin-top: 0.55rem;
}
.limided_stock .limided_stock_list .list li .period .wrap .strong {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list .list li .period .wrap .strong {
    font-size: 1.8rem;
  }
}
.limided_stock .limided_stock_list .list li .period .wrap .strong .en {
  display: inline-block;
  letter-spacing: -0.06em;
  font-size: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list .list li .period .wrap .strong .en {
    font-size: 3rem;
  }
}
.limided_stock .limided_stock_list .list li .top_wrap {
  text-align: center;
  background: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 1.5rem 2.5rem;
}
.limided_stock .limided_stock_list .list li .top_wrap .top_contents .company_name {
  margin-bottom: 0.3em;
}
.limided_stock .limided_stock_list .list li .top_wrap .top_contents .company_name span {
  display: inline-block;
  line-height: 1.6;
  padding: 0.2em 0.8em 0;
  font-size: 1.2rem;
  color: #15459D;
  border: solid 1px #15459D;
  border-radius: 10rem;
}
.limided_stock .limided_stock_list .list li .top_wrap .top_contents .car_model {
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list .list li .top_wrap .top_contents .car_model {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list .list li .top_wrap .top_contents .car_model.two_line {
    min-height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.limided_stock .limided_stock_list .list li .color {
  background: #E0E0E0;
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 1.5rem 2.5rem;
}
.limided_stock .limided_stock_list .list li .color dl {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.limided_stock .limided_stock_list .list li .color dl dt {
  font-weight: 400;
  color: #888888;
}
.limided_stock .limided_stock_list .list li .color dl dd {
  font-weight: 400;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 769px) {
  .limided_stock .limided_stock_list .list li + li {
    margin-top: 4rem;
  }
}
.limided_stock .limided_stock_list + div {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .limided_stock .limided_stock_list + div {
    margin-top: 5rem;
  }
}
.limided_stock .link {
  text-align: center;
}
.limided_stock .link .top_text {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .limided_stock .link .top_text {
    margin-bottom: 1.5rem;
  }
}
.limided_stock .link .top_text span {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0 0.7em 0 0.8em;
}
@media only screen and (min-width: 769px) {
  .limided_stock .link .top_text span {
    font-size: 1.8rem;
  }
}
.limided_stock .link .top_text span::before, .limided_stock .link .top_text span::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 1.4em;
  top: 50%;
}
.limided_stock .link .top_text span::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
.limided_stock .link .top_text span::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
.limided_stock .link .btn {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #15459D;
  background: #DCEFFD;
  border-radius: 10rem;
  box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.2);
  border: solid 3px #fff;
  font-size: 1.8rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 769px) {
  .limided_stock .link .btn {
    padding: 1em 0 0.8em;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .limided_stock .link .btn {
    font-size: 2.4rem;
    padding: 1em 3.75em 0.8em;
  }
}
.limided_stock .link .btn::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_right_blue.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.limided_stock .link .btn:hover {
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.2);
}
.limided_stock .link .btn:hover::after {
  right: 0.8em;
}

.merit .inner {
  padding: 6rem 2.5rem 4rem;
}
@media only screen and (min-width: 769px) {
  .merit .inner {
    padding: 11rem 14rem 5rem;
  }
}
.merit h2 .small {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .merit h2 .small {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .merit .merit_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.merit .merit_list li {
  border-radius: 0.2rem;
  overflow: hidden;
}
.merit .merit_list li .title {
  position: relative;
  background: #DE0256;
  padding: 2rem;
  display: flex;
  align-items: center;
}
.merit .merit_list li .title .number {
  color: #F8E1ED;
  font-size: 1.2rem;
  font-weight: 400;
}
.merit .merit_list li .title .number .strong {
  font-size: 200%;
}
.merit .merit_list li .title h3 {
  color: #fff;
  line-height: 1.4;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: solid 1px #F8E1ED;
}
@media only screen and (min-width: 769px) {
  .merit .merit_list li .title h3 {
    font-size: 2rem;
    min-height: 4.2em;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}
.merit .merit_list li .title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/arrow_down_lightpink.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.merit .merit_list li .title.open::after {
  transform: translateY(-50%) scale(1, -1);
}
.merit .merit_list li .accordion_content {
  border-radius: 0 0 0.2rem 0.2rem;
  background: #fff;
  border: solid #DE0256;
  border-width: 0 1px 1px 1px;
  padding: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .merit .merit_list li .accordion_content span {
    display: inline-block;
    min-height: 12.6em;
  }
}
@media only screen and (max-width: 769px) {
  .merit .merit_list li + li {
    margin-top: 1.5rem;
  }
}
.merit .merit_list + div {
  margin-top: 7.4rem;
}
.merit .recommend .recommend_wrap {
  position: relative;
}
.merit .recommend .recommend_wrap .ballon {
  position: absolute;
  text-align: center;
  margin-bottom: 2rem;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.merit .recommend .recommend_wrap .ballon span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.3em 1em;
  border-radius: 10rem;
  font-size: 1.8rem;
  color: #fff;
  background: #15459D;
}
@media only screen and (min-width: 769px) {
  .merit .recommend .recommend_wrap .ballon span {
    font-size: 2rem;
  }
}
.merit .recommend .recommend_wrap .ballon span::after {
  position: absolute;
  content: "";
  background: #15459D;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.merit .recommend .recommend_wrap .arrange {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F2F2F2;
  border-radius: 1rem;
  padding: 4.5rem 0 2.5rem;
}
@media only screen and (min-width: 769px) {
  .merit .recommend .recommend_wrap .arrange {
    width: 67.5%;
    margin: 0 auto;
    padding: 4rem 0 3rem;
  }
}
.merit .recommend .recommend_wrap .arrange ul li {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .merit .recommend .recommend_wrap .arrange ul li {
    font-size: 1.8rem;
  }
}
.merit .recommend .recommend_wrap .arrange ul li figure {
  width: 4rem;
  height: 4rem;
}
@media only screen and (min-width: 769px) {
  .merit .recommend .recommend_wrap .arrange ul li figure {
    width: 5rem;
    height: 5rem;
  }
}
.merit .recommend .recommend_wrap .arrange ul li p .strong {
  color: #15459D;
  background: linear-gradient(transparent 60%, #F0EF11 60%);
}
.merit .recommend .recommend_wrap .arrange ul li + li {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px #E0E0E0;
}
@media only screen and (min-width: 769px) {
  .merit .recommend .recommend_wrap .arrange ul li + li {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}

.reason {
  background: #F2F2F2;
}
@media only screen and (min-width: 769px) {
  .reason .point .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
  }
}
.reason .point .point_list li {
  position: relative;
  counter-increment: point;
}
.reason .point .point_list li::before {
  font-family: "Roboto", sans-serif;
  position: absolute;
  content: "POINT 0" counter(point);
  background: #DE0256;
  color: #fff;
  top: 0;
  left: 0;
  border-radius: 0.5rem 0;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  line-height: 1;
}
.reason .point .point_list li:nth-child(-n+3) {
  border-radius: 0.5rem;
  padding: 4rem 2rem 2.5rem 2rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .reason .point .point_list li:nth-child(-n+3) {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  .reason .point .point_list li:nth-child(-n+3) h3 {
    min-height: 6.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .reason .point .point_list li:nth-last-child(-n+2) {
    width: 35%;
  }
}
.reason .point .point_list li:nth-last-child(-n+2) .wrap {
  border-radius: 0.5rem;
  padding: 4rem 2rem 2.5rem 2rem;
  background: #fff;
}
.reason .point .point_list li:nth-last-child(-n+2) .wrap .red {
  position: relative;
}
.reason .point .point_list li:nth-last-child(-n+2) .wrap .red::after {
  position: absolute;
  top: 0;
  right: -1em;
  font-size: 1.2rem;
  color: #888888;
  content: "※";
}
.reason .point .point_list li .wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.reason .point .point_list li .wrap h3 {
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
}
.reason .point .point_list li .wrap h3 .en {
  font-size: 3.2rem;
}
.reason .point .point_list li .wrap h3 .small {
  font-size: 1.6rem;
}
.reason .point .point_list li .wrap figure {
  height: 15rem;
}
@media only screen and (min-width: 769px) {
  .reason .point .point_list li .wrap figure {
    height: 14.5rem;
  }
}
.reason .point .point_list li .wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 15rem;
}
@media only screen and (min-width: 769px) {
  .reason .point .point_list li .wrap figure img {
    height: 14.5rem;
  }
}
.reason .point .point_list li .wrap .text {
  font-weight: 400;
}
.reason .point .point_list li .wrap .text .strong {
  font-weight: 700;
}
.reason .point .point_list li .wrap .anchor_link a {
  position: relative;
  display: block;
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  padding: 1em 0;
  text-align: center;
  border-radius: 0.2rem;
}
.reason .point .point_list li .wrap .anchor_link a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_down_white.svg) no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.reason .point .point_list li .note {
  margin-top: 1em;
}
@media only screen and (max-width: 769px) {
  .reason .point .point_list li + li {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 769px) {
  .service .inner {
    padding: 5rem 19rem;
  }
}
.service .heading .heading_ja {
  margin-bottom: 0.5rem;
}
.service .heading .heading_ja span {
  padding: 0 1.1em 0 1.2em;
  position: relative;
}
.service .heading .heading_ja span::before, .service .heading .heading_ja span::after {
  position: absolute;
  content: "";
  top: 50%;
  background: url(../images/service_top_decoration.svg) no-repeat center/contain;
  width: 0.715em;
  height: 1.3em;
}
.service .heading .heading_ja span::before {
  left: 0;
  transform: translateY(-50%);
}
.service .heading .heading_ja span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .service .comparison_wrap {
    width: 67%;
    margin: 0 auto;
  }
}
.service .comparison_wrap table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .service .comparison_wrap table {
    font-size: 1.4rem;
  }
}
.service .comparison_wrap table thead tr th {
  text-align: center;
  vertical-align: middle;
  background: #DCEFFD;
  border-bottom: solid 1px #E0E0E0;
  padding: 1em 0 0.7em;
}
.service .comparison_wrap table thead tr th.other {
  border-left: solid 1px #E0E0E0;
  font-weight: 500;
}
.service .comparison_wrap table thead tr th.leasonable {
  color: #DE0256;
  background: #F8E1ED;
  border-top: solid #DE0256 6px;
  border-right: solid #DE0256 6px;
  border-left: solid #DE0256 6px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .service .comparison_wrap table thead tr th.leasonable {
    font-size: 1.6rem;
  }
}
.service .comparison_wrap table tbody tr th {
  background: #15459D;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top: solid 1px #fff;
}
.service .comparison_wrap table tbody tr td {
  padding: 1rem 0;
  background: #F2F2F2;
  border-bottom: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0;
}
.service .comparison_wrap table tbody tr td:not(.leasonable) {
  font-weight: 400;
}
.service .comparison_wrap table tbody tr td.leasonable {
  color: #DE0256;
  background: #fff;
  border-right: solid #DE0256 6px;
  border-left: solid #DE0256 6px;
}
.service .comparison_wrap table tbody tr td.leasonable.last {
  border-bottom: solid #DE0256 6px;
}
.service .comparison_wrap table tbody tr td.leasonable .mark {
  position: relative;
}
.service .comparison_wrap table tbody tr td.leasonable .mark::after {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  top: -1.5em;
  font-size: 1rem;
  color: #888888;
}
.service .comparison_wrap table tbody tr td.leasonable .mark.no01::after {
  content: "※1";
  right: -0.5em;
}
.service .comparison_wrap table tbody tr td.leasonable .mark.no02::after {
  content: "※2";
  right: -2.5em;
}
@media only screen and (max-width: 769px) {
  .service .comparison_wrap table tbody tr td.leasonable .small {
    font-size: 1.1rem;
  }
}
.service .comparison_wrap table tbody tr td span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.service .comparison_wrap table tbody tr td span img {
  width: 3.5rem;
  height: 3.5rem;
}
.service .note {
  margin-top: 2rem;
}

.flow {
  background: #F2F2F2;
}
.flow .heading .heading_ja {
  color: #15459D;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .flow .heading .heading_ja {
    font-size: 2rem;
  }
}
.flow .heading .heading_ja .en {
  font-size: 200%;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.flow .flow_list li {
  background: #fff;
  position: relative;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li {
    padding: 10rem 2rem 2.5rem;
  }
}
.flow .flow_list li .top {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 769px) {
  .flow .flow_list li .top {
    gap: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li .top {
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow .flow_list li .top h3 {
  color: #15459D;
  line-height: 1.4;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li .top h3 {
    font-size: 2rem;
    text-align: center;
    white-space: nowrap;
  }
}
.flow .flow_list li .top h3 .en {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.flow .flow_list li .top figure {
  width: 6rem;
  height: 6rem;
}
.flow .flow_list li .text {
  font-size: 1.4rem;
  font-weight: 400;
}
.flow .flow_list li .text p .strong {
  font-weight: 700;
}
.flow .flow_list li .text p + p {
  margin-top: 1rem;
}
.flow .flow_list li .text .red_btn {
  margin: 1rem 0;
}
.flow .flow_list li .text .red_btn .btn {
  text-align: center;
  display: block;
  background: #DE0256;
  border-radius: 10rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1.2em 0 1em;
  position: relative;
  transition: all 0.4s;
}
.flow .flow_list li .text .red_btn .btn::after {
  position: absolute;
  content: "";
  background: url(../images/cta_arrow_white.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li .text .red_btn .btn::after {
    right: 0.5em;
  }
}
.flow .flow_list li .text .red_btn .btn:hover {
  filter: brightness(110%);
}
.flow .flow_list li:nth-child(-n+3)::after {
  position: absolute;
  content: "";
  background: #15459D;
}
@media only screen and (max-width: 769px) {
  .flow .flow_list li:nth-child(-n+3)::after {
    width: 3rem;
    height: 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li:nth-child(-n+3)::after {
    width: 1rem;
    height: 3rem;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media only screen and (max-width: 769px) {
  .flow .flow_list li + li {
    margin-top: 3rem;
  }
}

.faq {
  background: #DCEFFD;
}
@media only screen and (min-width: 769px) {
  .faq .faq_list {
    width: 60%;
    margin: 0 auto;
  }
}
.faq .faq_list li {
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
}
.faq .faq_list li .accordion {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 1em 2.5em 0.8em 2.7em;
}
@media only screen and (min-width: 769px) {
  .faq .faq_list li .accordion {
    padding: 1em 2.4em 1em 2.5em;
  }
}
.faq .faq_list li .accordion::before {
  position: absolute;
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #15459D;
  font-size: 2.4rem;
  line-height: 1;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.faq .faq_list li .accordion::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_down_blue.svg) no-repeat center/contain;
  width: 1.1875em;
  height: 1.1875em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.faq .faq_list li .accordion.open::after {
  transform: translateY(-50%) scale(1, -1);
}
.faq .faq_list li .accordion_content {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.5rem 2rem 2rem 2rem;
  border-top: solid 1px #DCEFFD;
}
.faq .faq_list li + li {
  margin-top: 1.5rem;
}

.closing {
  text-align: center;
}
.closing .inner {
  padding: 3.5rem 0;
}
@media only screen and (min-width: 769px) {
  .closing .inner {
    padding: 4rem 0 3.5rem;
  }
}
.closing figure {
  width: 25rem;
  margin: 0 auto;
}
.closing ul {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.closing ul li {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: underline;
  color: #15459D;
}

footer p {
  text-align: center;
  color: #fff;
  background: #15459D;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1.5rem 0;
}/*# sourceMappingURL=style.css.map */