@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
Common
------------------------------------------------------------------- */
.pc {
  display: none;
}
.sp {
  display: block;
}
/* background */
.bg-1::before {
  background-image: url(../img/sp-bg-1.png);
  height: calc(100vw / 375 * 54);
}
.bg-1.label {
  padding-top: 130px;
}
.bg-1.label::after {
  width: 65px;
  height: 65px;
}
/* heading */
.subtitle {
  margin-bottom: 60px;
}
.subtitle h2 {
  font-size: 2rem;
}
.subtitle p {
  font-size: 1.2rem;
}





@media screen and (max-width: 374px) {
  /* heading */
  .subtitle p {
    font-size: 1rem;
  }
}
/* -------------------------------------------------------------------
HTML
------------------------------------------------------------------- */
/* html */
html {}
/* body */
body {}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* wrapper */
.wrapper {}
/* main */
main {
  padding-top: 80px;
}
/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */
header {
  /* height: 80px; */

  border-top: none;
}
.header {
  justify-content: center;
  height: 80px;
  padding-right: 0;
  padding-left: 0;
}
.header__logo {
  text-align: center;
}
.header__logo p:first-of-type {
  font-size: 0.8rem;
}
.header__logo h1 {
  font-size: 2rem;
}
.header__logo p:last-of-type {
  font-size: 1rem;
}
.header__menu {
  display: none;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  text-align: center;
  background-color: #c3e5ed;
}
.header__menu nav {
  display: inline-block;
  font-size: 1.8rem;
}
.header__menu nav ul {
  display: block;
}
.header__menu nav ul li + li {
  margin-top: 20px;
  margin-left: 0;
}
.header__menu nav ul li a {
  display: flex;
  align-items: center
}
.header__menu nav ul li a img {
  margin: 0;
  margin-right: 10px;
}
.header__menu > a {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 388px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  background-color: #172752;
}
.header__menu > a span {
  position: relative;
}
.header__menu > a span::before,
.header__menu > a span::after {
  content: "";
  position: absolute;
}
.header__menu > a span::before {
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  color: #172752;
}
.header__menu > a span::after {
  top: 50%;
  right: -9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #172752;
  border-right: 2px solid #172752;
  transform: translate(50%, -50%) rotate(45deg);
}
.header__button {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1c2660;
}
.header__button span {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.header__button span:first-of-type {
  top: 15px;
}
.header__button span:last-of-type {
  top: 19px;
}
.header__button {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1c2660;
}
.header__button span {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.header__button span:first-of-type {
  top: 15px;
}
.header__button span:last-of-type {
  top: 19px;
}
.header__button.open {
  background-color: #fff;
}
.header__button.open span {
  background-color: #1c2660;
}
.header__button.open span:first-of-type,
.header__button.open span:last-of-type {
  top: 17px;
}
.header__button.open span:first-of-type {
  transform: rotate(45deg);
}
.header__button.open span:last-of-type {
  transform: rotate(-45deg);
}
/* -------------------------------------------------------------------
#TOP
------------------------------------------------------------------- */
#TOP {}





/* fv */
.fv {
  background-position-y: 130px;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.fv__copy {
  margin-bottom: 30px;
}
.fv__copy p:first-of-type {
  font-size: 1.6rem;
  line-height: 1.5;
}
.fv__copy p:nth-of-type(2) {
  margin-bottom: 40px;
  line-height: 1.2;
}
.fv__copy p:last-of-type {
  font-size: 3rem;
  line-height: 1.2;
}
.fv > picture:first-of-type img {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.fv__contact {
  margin-bottom: 40px;
}
.fv__contact p:first-of-type {
  font-size: 1.4rem;
}
.fv__copy p:last-of-type {
  margin-top: -0.5em;
  font-size: 2.7rem;
}
.fv__copy p:last-of-type .sp-size-change {
  font-size: 2rem;
}
.fv__copy p:last-of-type .sp-inline {
  font-feature-settings: "palt";
}
.fv__copy p:last-of-type .text-line {
  font-size: 3.6rem;
}
.fv__contact a {
  width: 100%;
  max-width: 388px;
  height: 40px;
  font-size: 1.6rem;
}
.fv__contact a span::before {
  right: -18px;
  width: 18px;
  height: 18px;
}
.fv__contact a span::after {
  right: -9px;
}
.fv__contact p:last-of-type {
  font-size: 1rem;
}
.fv > picture:nth-of-type(2) img {
  width: 253.5px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.fv > picture:nth-of-type(3) img,
.fv > picture:nth-of-type(4) img,
.fv > picture:last-of-type img {
  position: static;
}
.fv > picture:nth-of-type(3) img {
  display: inline-block;
  width: 47%;
  max-width: 141px;
}
.fv > picture:nth-of-type(4) img {
  display: inline-block;
  width: 47%;
  max-width: 141px;
  margin-left: 5%;
  vertical-align: top;
}





/* point */
.point {
  padding-top: 100px;
  margin-top: 0;
  text-align: center;
  padding-bottom: 70px;
}
.point h2 {
  max-width: 315px;
}
.point .container > p {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 1.4rem;
  text-align: left;
}
.point ol {
  display: block;
}
.point ol li {
  width: 100%;
}
.point ol li + li {
  margin-top: 50px;
}
.point ol li > img {
  width: 219px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.point ol li h3 img {
  height: 41px;
  margin: 0 auto;
}
.point ol li:first-of-type h3 img {
  height: 17px;
}
.point ol li > p {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.2rem;
  text-align: left;
}





/* comparison */
.comparison {
  padding-bottom: 50px;
}
.comparison h2 {
  max-width: 252px;
}
.comparison__table .flex {
  width: 722px;
}
.comparison__table .flex:first-of-type img {
  width: 208px;
}
.comparison__table .flex + .flex img {
  width: 78px;
}
.comparison__table .flex + .flex div {
  width: 208px;
}
.comparison__table .flex + .flex .style-1::before {
  width: calc(94px * 0.9);
  height: calc(94px * 0.9);
}
.comparison__table .flex + .flex .style-2::before {
  width: calc(88px * 0.9);
  height: calc(78px * 0.9);
}
.comparison__table .flex + .flex .style-3::before {
  width: calc(79px * 0.9);
  height: calc(79px * 0.9);
}
.comparison__table .flex + .flex div ul li {
  font-size: 1.2rem;
}





/* contact */
.contact a {
  max-width: 345px;
}





/* contact-1 */
.contact-1 {
  padding-bottom: 50px;
}





/* registration */
.registration__slide {
  margin-right: 25px;
  margin-left: 25px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide {
  display: block;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.2rem;
}
.registration__slide .swiper-pagination {
  width: 100%;
}
.registration__slide .swiper-button-prev {
  left: 20px;
}
.registration__slide .swiper-button-next {
  right: 0;
}





/* worry */
.worry {
  padding-bottom: 60px;
}
.worry h2 {
  max-width: 345px;
}
.worry .container > img {
  max-width: 345px;
}
.worry .container > img + img {
  margin-top: 40px;
}





/* contact-2 */
.contact-2 {
  padding-bottom: 60px;
}





/* mandatory */
.mandatory {
  padding-bottom: 50px;
}
.mandatory.bg-2 {
  background-position-y: 355px;
}
.mandatory .subtitle {
  margin-bottom: 40px;
}
.mandatory .container > img:first-of-type {
  position: static;
  margin: 0 auto;
  margin-bottom: 40px;
}
.mandatory__faq h3 {
  max-width: 345px;
}
.mandatory__faq ul li,
.faq ul li {
  padding-right: 20px;
  padding-left: 20px;
}
.faq__answer {
  padding-right: 0;
  padding-left: 40px;
}
.faq__answer::before {
  left: 0;
}





/* contact-3 */
.contact-3 {
  padding-bottom: 65px;
}





/* step */
.step {
  padding-bottom: 60px;
}
.step__tab {
  display: block;
  margin-bottom: 45px;
}
.step__tab img {
  width: 100%;
  max-width: 404px;
  margin: 0 auto;
}
.step__tab img:first-of-type {
  margin-top: 0;
}
.step__tab img + img {
  margin-top: 20px;
}
.step__content > div {
  margin-bottom: 35px;
}
.step__content > div p {
  font-size: 1.9rem;
}
.step__content ol li {
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}
.step__content ol li span {
  width: 147px;
  font-size: 2rem;
}
.step__content ol li h3 {
  font-size: 1.8rem;
  text-align: left;
}
.step__content ol li .flex {
  display: block;
  padding-right: 0;
  padding-left: 0;
}
.step__content ol li .flex div {
  width: 100%;
  margin-right: 0;
}
.step__content ol li .flex div img {
  margin-bottom: 20px;
}
.step__content ol li .flex p {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.2rem;
}





/* case */
.case {
  padding-top: 100px;
  padding-bottom: 50px;
}
.case h2 {
  max-width: 345px;
}
.case p {
  text-align: left;
} 
.case ul {
  margin-left: 0;
}





/* contact-4 */
.contact-4 {
  padding-bottom: 50px;
}





/* info */
.info {
  padding-bottom: 60px;
}
.info.bg-2 {
  background-position-y: 1250px;
}
.info h3 {
  max-width: 345px;
  margin-bottom: 45px;
}
.info__content + .info__content {
  margin-top: 45px;
}
.info__content h4 img {
  height: 46px;
}
.info__content-1 ul {
  width: 100%;
  max-width: 549px;
}
.info__content-2 ul {
  width: 100%;
  max-width: 420px;
}
.info__content-1 p {
  width: 100%;
  max-width: 549px;
}
.info__content-2 p {
  width: 100%;
  max-width: 420px;
}
.info__content-3 p {
  width: 100%;
  max-width: 356px;
}





/* faq */
.faq {
  padding-bottom: 50px;
}





/* contact-5 */
.contact-5 {
  padding-bottom: 100px;
}
/* -------------------------------------------------------------------
footer
------------------------------------------------------------------- */
/* footer */
footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer__top {
  margin-bottom: 40px;
}
.footer__top p:first-of-type {
  font-size: 2.1rem;
}
.footer__top p:nth-of-type(2) {
  font-size: 1.8rem;
}
.footer__top p:last-of-type {
  font-size: 1.5rem;
}
.footer__contact {
  display: inline-block;
  margin-bottom: 40px;
}
.footer__contact div p:first-of-type,
.footer__contact div p:nth-of-type(2) {
  font-size: 1.2rem;
}
.footer__contact div p:first-of-type span,
.footer__contact div p:nth-of-type(2) span {
  font-size: 2.4rem;
}
.footer__contact div p:last-of-type {
  font-size: 1rem;
}
.footer__contact a {
  margin: 0 auto;
  margin-top: 40px;
}
.footer > p {
  font-size: 1rem;
}





}

@media screen and (max-width: 550px) {
  .fv > picture:first-of-type img {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .fv > picture:nth-of-type(2) img {
    width: 68%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .fv > picture:nth-of-type(3) img {
    display: inline-block;
    width: 44%;
    max-width: initial;
  }
  .fv > picture:nth-of-type(4) img {
  display: inline-block;
  width: 44%;
  margin-left: 5%;
  vertical-align: top;
  max-width: initial;
}
  .fv__copy p:nth-of-type(2) {
    font-size: 4.2vw;
  }
  .fv__copy p:last-of-type .sp-size-change {
      font-size: 5.2vw;
  }
  .sp-inline {
    padding: 0 0 0 5px;
    font-size: 8vw;
  }
  .fv__copy p:last-of-type .text-line {
    font-size: 10vw;
  }
  }