@charset "UTF-8";
/*-------------------------------
	Import
-------------------------------*/
/*-------------------------------
    Global Variable
-------------------------------*/
/*	function
-------------------------------*/
/*	Breakpoint
-------------------------------*/
/*	Font Family
-------------------------------*/
/*	Color
-------------------------------*/
/*-------------------------------
    @mixin
-------------------------------*/
/*	Arrow
-------------------------------*/
@import "preset.css";
.main-visual img{max-width: 100%;}
h1 img{vertical-align: middle;}
.mvwrap{position: relative;}
@media (min-width: 1300px) {
   .mvwrap{width: 1300px;max-width: 95%;margin: 0 auto;}
   .main-visual{display: grid;grid-template-columns: 1.1fr 1fr;grid-gap: 30px;}
   .mvright{display: flex;align-content: center;flex-wrap: wrap;}
   .mvright img{margin-bottom: 20px;}
   .sp{display: none;}
}
@media (max-width: 1300px) {
   #lp section.mvwrap.sec1{padding: 20px 25px;}
   .main-visual figure img{width: 100%;}
   .mvright{margin-top: 20px}
   #lp .header-nav.sp {display: flex;}
   #lp .header-nav.sp li{margin:0 15px;padding: 0;}
   .pc{display: none;}
}


html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
  color: #3b3c4a;
}
body a:hover {
  opacity: 0.5;
}

.gnav {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .gnav {
    padding: 0;
  }
  .gnav .size-sp {
    width: 24vw;
    height: auto;
    align-items: start;
  }
}
.gnav .gnav-inner .gnav-inner-list {
  display: flex;
}
@media (max-width: 834px) {
  .gnav .gnav-inner .gnav-inner-list {
    display: block;
  }
}
.gnav .gnav-inner .gnav-inner-list .act {
  color: #c4d1d1;
  border-bottom: 1px solid fff;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .gnav .gnav-inner .gnav-inner-list .act {
    color: #fff;
    border: none;
    padding-bottom: 32px;
  }
}
.gnav .gnav-inner .gnav-inner-list .act-white {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .gnav .gnav-inner .gnav-inner-list .act-white {
    color: #fff;
    border: none;
    padding-bottom: 32px;
  }
}
.gnav .gnav-inner .gnav-inner-list li {
  margin-left:30px;
  color: var(--black-1000, #000);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 2.7rem */
}
@media (max-width: 1024px) {
  .gnav .gnav-inner .gnav-inner-list li {
    margin-left: 1rem;
  }
}
.gnav #menu-btn-check {
  display: none;
}
@media (max-width: 834px) {
  .gnav .hamburger-menu {
    top: -35px;
    right: -12px;
    position: relative;
  }
  .gnav .menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    display: flex;
    height: 3.2rem;
    width: 3.2rem;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #1c3193;
    border-radius: 1.4rem;
  }
  .gnav .menu-btn span,
  .gnav .menu-btn span:before,
  .gnav .menu-btn span:after {
    content: "";
    display: block;
    height: 0.2rem;
    width: 1.4rem;
    background-color: #ffffff;
    position: absolute;
  }
  .gnav .menu-btn .gnav-black,
  .gnav .menu-btn .gnav-black:before,
  .gnav .menu-btn .gnav-black:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000;
    position: absolute;
  }
  .gnav .menu-btn span:before {
    bottom: 0.8rem;
  }
  .gnav .menu-btn span:after {
    top: 0.8rem;
  }
  .gnav #menu-btn-check:checked ~ .menu-btn {
    background-color: #159bd7;
  }
  .gnav #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  .gnav #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .gnav #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .gnav #menu-btn-check:checked ~ .gnav-inner {
    left: 0;
  }
  .gnav .gnav-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #159bd7;
    transition: all 0.2s;
  }
}
@media (max-width: 834px)  {
  .gnav .gnav-inner .gnav-logo {
    width: 24vw;
    height: auto;
    margin: 20px 25px 30px;
  }
}
@media (max-width: 834px) {
  .gnav .gnav-inner ul {
    padding-top: 90px;
    text-align: center;
  }
  .gnav .gnav-inner ul li {
    list-style: none;
  }
  .gnav .gnav-inner ul li a {
    display: block;
    width: 100%;
    font-size: 21px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding-bottom: 30px;
    position: relative;
  }
}
@media (max-width: 835px) and (max-width: 321px) {
  .gnav .gnav-inner ul li a {
    padding-bottom: 23px;
  }
}
@media (max-width: 835px) {
  .gnav .menu-hov:hover {
    color: #fff;
  }
  .gnav .menu-soon {
    color: #7f7f7f !important;
    text-decoration: line-through !important;
  }
}

#lp .video-cm {
  border-radius: 15px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  #lp .video-cm {
    border-radius: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
#lp .loopSlide {
  display: flex;
  width: 100vw;
  height: 85px;
  overflow: hidden;
}
@media (max-width: 835px) {
  #lp .loopSlide {
    height: 65px;
  }
}
#lp .loopSlide img {
  width: auto;
  height: 100%;
}
#lp .loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
}
#lp .loopSlide img:last-child {
  animation: slide2 60s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#lp .h {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1315px) {
  #lp .h {
    font-size: 26px;
  }
}
#lp .h-sub {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
}
#lp .op1 {
  opacity: 1 !important;
}
#lp .c-white {
  color: #fff !important;
}
#lp .bgc-white {
  background-color: #fff;
}
#lp .bgc-gray050 {
  background-color: #fafafa;
}
#lp .bgc-primary800 {
  background-color: #1c3193;
}
#lp .sec-h {
  color: #000;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02rem;
  padding-left: 1rem;
}
@media (max-width: 1315px) {
  #lp .sec-h {
    font-size: 1.7rem;
  }
}
#lp .cta {
  display: inline-block;
  text-align: center;
  position: relative;
}
#lp .cta .cta-serif {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 186px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.6rem 0.7rem;
  color: var(--black-1000, #000);
  /* Bold/JP/Body 13 */
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 180%;
  position: relative;
}

#lp .cta .cta-serif-caption {
  font-size: 11px;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 835px) {
  #lp .cta .cta-serif-caption {
    position: static;
  }
  #lp .cta .cta-serif-caption {
    font-size: 11px;
    line-height: 1.2;
  }
}
#lp .cta .cta-serif::before,
#lp .cta .cta-serif::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.15rem);
  display: block;
  width: 2px;
  height: 18px;
  background: var(--black-1000, #000);
  border-radius: 1px;
}
@media (max-width: 835px) {
  #lp .cta .cta-serif::before,
  #lp .cta .cta-serif::after {
    top: calc(50% + 0.4rem);
  }
}
#lp .cta .cta-serif::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
#lp .cta .cta-serif::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
#lp .cta .cta-btn {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  width: 320px;max-width: 100%;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--accent-500, #159bd7);
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  transition: 0.32s;
}
#lp .cta .cta-btn br {
  display: none;
}
@media (max-width: 1315px) {
  #lp .cta .cta-btn {
    width: 85vw;
    padding: 1.4rem;
  }
  #lp .cta .cta-btn br {
    display: block;
  }
}
#lp .cta .cta-btn_mv:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
#lp .cta .cta-btn-white {
  color: #1c3193;
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px rgb(28, 49, 147),
    3px 3px 13px 0px rgba(0, 0, 0, 0.25);
}
#lp .cta .cta-btn-white:hover {
  color: #fff !important;
  background-color: #1c3193 !important;
}
#lp .cta .cta-btn-orange {
  color: #fff;
  background-color: #fe8411;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
}
#lp .cta .cta-btn-orange:hover {
  background-color: #fff !important;
}
#lp .cta .cta-btn:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
@media (max-width: 1315px) {
  #lp .cta .cta-serif {
    padding-top: 15px;
  }
}
#lp .cta .cta-btn02 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  display: flex;
  width: 32rem;
  padding: 1.9rem 1.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 999px;
  color: #000;
  background: var(--white, #fff);
  border: 3px solid var(--primary-800, #1c3193);
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  transition: 0.32s;
}
@media (max-width: 1315px) {
  #lp .cta .cta-btn02 {
    width: 85vw;
  }
}
#lp .cta .cta-btn02_mv {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  display: flex;
  width: 32rem;
  padding: 1.9rem 1.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 999px;
  color: #000;
  background: var(--white, #fff);
  border: 3px solid var(--primary-800, #1c3193);
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  transition: 0.32s;
}
@media (max-width: 1315px) {
  #lp .cta .cta-btn02_mv {
    width: 45vw;
    margin-left: 0.5rem;
    padding: 1rem 1.4rem;
    font-size: 4.5vw;
  }
}
#lp .cta .cta-btn02_mv:hover {
  color: #fff;
  background: #1c3193;
  opacity: 1;
}
#lp .cta .cta-btn02:hover {
  color: #fff;
  background: #1c3193;
  opacity: 1;
}
#lp .cta-contact {
  margin-top: 15px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 1rem;
  font-weight: bold;
}
@media (max-width: 1315px) {
  #lp .cta-contact {
    font-size: 1.4rem;
  }
}
#lp .box-pare {
  padding: 0 0.5rem;
}
#lp .box-point {
  border-radius: 2rem;
  border: 3px solid var(--primary-800, #1c3193);
  background: var(--white-000, #fff);
  padding: 1.5rem 2.4rem 0rem 2.4rem;
  margin: 0 1.5rem;
}
@media (max-width: 1315px) {
  #lp .box-point {
    margin: 0 1.5rem 3rem;
  }
}
#lp .box-plan {
  border-radius: 2rem;
  border: 3px solid var(--gray-400, #bdbdbd);
  background: var(--white-000, #fff);
  padding: 3rem 2.4rem 0rem 2.4rem;
  margin: 0 1.5rem;
  height: 27.4rem;
  display: inline-block;
}
#lp .card-price {
  width: 50%;
  height: 215px;
  border: 3px solid #bdbdbd;
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
  display: flex;
}
#lp .card-price p {
  width: 100%;
}
#lp .box-flow {
  border-radius: 2rem;
  border: 3px solid var(--primary-800, #1c3193);
  background: var(--white-000, #fff);
  padding: 1.5rem 1rem;
  margin: 0 1rem;
  height: 41.5rem;
}
#lp .box-num {
  color: var(--accent-500, #159bd7);
  /* Bold/EN/Large Title 34 */
  font-size: 3.4rem;
  font-family: Overpass, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02rem;
}
#lp .box-bb {
  border-bottom: 3.5px solid #159bd7;
}
#lp .box-plan-tag {
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 1.6rem 1.6rem 0 0;
  background: var(--accent-500, #159bd7);
  padding: 0.5rem 1rem;
  color: #fff;
  /* Bold/JP/Body 15 */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
#lp .box-h {
  color: var(--black-1000, #000);
  text-align: center;
  /* Bold/JP/Large Title 22 */
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 1rem;
}
#lp .box-p {
  color: var(--black-1000, #000);
  text-align: center;
  /* Regular/EN/Body 15 */
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 1.5rem;
}
#lp .box-mock-img {
  width: 20rem;
  height: 23.6082rem;
}
#lp .box-mock-img-company {
  width: 20rem;
  height: 24.7595rem;
}
#lp .header {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  #lp .header {
    padding: 2rem 0;
  }
}
#lp .header .login-sp {
  font-size: 1.3rem;
  display: none;
  font-weight: bold;
  padding-right: 5rem;
  color: #159bd7;
}
#lp .header .login-sp .icon {
  display: inline-block;
  height: 1.3rem;
  width: auto;
}
@media (max-width: 834px) {
  #lp .header .login-sp {
    display: block;
  }
}
#lp .header-company {
  width: 1300px;max-width: 100%;margin: 0 auto;padding: 15px 20px;box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 835px) {
  #lp .header-company {
    padding: 10px 0;
  }
}
#lp .header-company .login-sp {
  font-size: 1rem;
  display: none;
  font-weight: bold;
  padding-right: 5rem;
  color: #159bd7;
}
#lp .header-company .login-sp .icon {
  display: inline-block;
  height: 0.7rem;
  width: auto;
}
@media (max-width: 834px) {
  #lp .header-company .login-sp {
    display: block;
  }
}
#lp .btn-blue {
  color: #fff;
  background-color: #1c3193;
  border: 2px solid #1c3193;
  border-radius: 999px;

  transition: 0.32s;
}
#lp .btn-blue:hover {
  color: #000;
  background-color: #fff;
}
#lp .btn-orange {
  color: #fff;
  background-color: #fe8411;
  border: 2px solid #fe8411;
}
#lp .btn-orange:hover {
  color: #000;
  background-color: #fff;
}
#lp .btn-white,#lp .btn-blue{
   padding: 10px 20px;
   font-size: 13px;border-radius: 999px;transition: 0.32s;
}
#lp .btn-white {
  color: #000;
  background-color: #fff;
  border: 2px solid #1c3193;
}
#lp .btn-white:hover {
  color: #fff;
  background-color: #1c3193;
}
#lp .header-logo {
  width: 140px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 1315px) {
  #lp .header-logo {
    width: 140px; /* 必要に応じて幅を調整 */
    height: auto; /* 必要に応じて高さを調整 */
  }
}
#lp .header-nav {
  display: none;
}


  #lp .header-nav li {
    padding-left: 3rem;
  }
  #lp .header-nav li:first-child {
    padding-left: 0;
  }
  #lp .header-nav a {
    color: var(--black-1000, #000);
    font-size: 1.5rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
      " Hiragino Kaku Gothic Pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  }
}
@media (max-width: 1315px) {
  #lp .mv-company-cta {
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 1315px) {
  #lp #lp .mv-company-cta .cta .cta-serif {
    font-size: 1.3rem;
    padding-top: 0;
  }
}
@media (max-width: 1315px) {
  #lp #lp .mv-company-cta .cta .cta-btn {
    width: 42vw;
    height: 56px;
    padding: 0.6em 1.2em;
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
#lp .sec1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 120px 0 20px;
}
@media (max-width: 1315px) {

}
#lp .sec1 .mv-illust {
   /* height: 44.9rem;
     padding-right: 4rem;
     width: 66.1rem; */
}
@media (max-width: 1315px) {
  /* #lp .sec1 .mv-illust {
    width: 100%;
    height: auto;
    padding-right: 0;
  } */
}
#lp .sec1 .mv-copy {
  /* width: 44.4105rem;
  height: 16.1485rem; */
}
@media (max-width: 1315px) {
  /* #lp .sec1 .mv-copy {
    width: 100%;
    height: auto;
  } */
}
#lp .sec1 .scroll-pos {
  writing-mode: vertical-lr;
  font-family: Overpass, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  color: #1c3193;
  font-weight: bold;
  position: absolute;
  right: 75px;
  padding-bottom: 45px;
}
#lp .sec1 .scroll-pos::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 6px;
  width: 1px;
  height: 35px;
  background: #1c3193;
}
@media (max-width: 1315px) {
  #lp .sec1 .scroll-pos {
     font-size: 9px;
    margin-bottom: 124px;right:10px;
  }
}
#lp .sec1 .scroll-pos::after {
  animation: sdl02 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl02 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  25% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  25.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  40%,
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#lp .mv-company_contact {
  background-image: url(../img/mv-company_contact-pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 5.2rem 58px 3.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 835px) {
  #lp .mv-company_contact {
    background: none;
    width: auto;
    display: block;
    padding: 0;
  }
}
#lp .mv-company_contact-inner {
  padding: 0 2rem 3rem max(0rem, -17.4rem + 15vw);
  flex: 0 1 100%;
}

#lp .mv-company_contact-copy {
  margin-left: -5%;
}

@media (max-width: 835px) {
  #lp .mv-company_contact-inner {
    background-image: url(../img/mv-company_contact-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 122.6vw;
    min-height: 46rem;
    margin: 0;
    padding: 43.5vw 5.3% 0;
  }
}
@media (max-width: 835px) {
  #lp .mv-company_contact-copy {
    width: 90.75%;
  }
  #lp .mv-company_contact-copy {
    margin-left: -2%;
  }
}
#lp .mv-company_contact-copy img {
  max-width: 100%;
  height: auto;
}
#lp .mv-company_contact-copy-sub {
  margin: 1.65em 0 0;
  color: #fff;
  font-size: 2.3rem;
  font-size: min(2.15vw, 2.3rem);
  line-height: 1.54;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-copy-sub {
    margin-top: 2.13vw;
    font-size: min(3.46vw, 2.3rem);
    line-height: 1.54;
  }
}
#lp .mv-company_contact-caption {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-caption {
    font-size: 11px;
    margin-top: 5px;
    position: static;
  }
}
#lp .mv-company_contact-form {
  max-width: 42rem;
  background: #fff;
  letter-spacing: 0;
  flex: 1 0 45%;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form {
    max-width: none;
    margin: -8vw 5.3% 0;
  }
}
#lp .mv-company_contact-form-title-wrap {
  padding: 0.9rem 0;
  background: #1c3193;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-title-wrap {
    padding-left: 3.5rem;
    justify-content: flex-start;
  }
}
#lp .mv-company_contact-form-title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-title {
    font-size: min(4.8vw, 2.6rem);
  }
}
#lp .mv-company_contact-form-title-sub {
  margin-left: 1.2em;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-title-sub {
    font-size: min(3.46vw, 1.6rem);
  }
}
#lp .mv-company_contact-form-inner {
  padding: 2rem 11.9% 3.8rem;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-inner {
    padding: 2rem 5.37% 3.8rem;
  }
}
#lp .mv-company_contact-form-list dt {
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-list dt {
    font-size: clamp(1.3rem, 3.46vw, 1.6rem);
  }
}
#lp .mv-company_contact-form-list dd {
  padding-bottom: 24px;
}
#lp .mv-company_contact-form-list dd input[type="text"] {
  width: 100%;
  padding: 1.1rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid var(--gray-400, #bdbdbd);
  font-size: 1.5rem;
}
#lp .mv-company_contact-form-list dd.tel {
  display: flex;
  justify-content: space-between;
}
#lp .mv-company_contact-form-list dd.tel input[type="text"] {
  width: 30%;
}
#lp .mv-company_contact-form-list dd.tel span {
  line-height: 2.8em;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-list dd input[type="text"] {
    font-size: min(4vw, 1.8rem);
  }
}
#lp .mv-company_contact-form-list dd input[type="text"]::-moz-placeholder {
  color: var(--gray-400, #bdbdbd);
}
#lp .mv-company_contact-form-list dd input[type="text"]::placeholder {
  color: var(--gray-400, #bdbdbd);
}
#lp .form-item-checkbox {
  font-size: 1.3rem;
}
@media (max-width: 835px) {
  #lp .form-item-checkbox {
    font-size: min(3.46vw, 1.6rem);
  }
}
#lp .form-item-checkbox input[type="checkbox"] {
  margin-right: 0.7em;
}
#lp .form-item-checkbox label {
  display: block;
}
#lp .mv-company_contact-form-privacy {
  margin: 0 0 2.4rem;
  font-size: 1rem;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-privacy {
    font-size: min(2.6vw, 1.3rem);
  }
}
#lp .mv-company_contact-form-privacy a {
  color: #1c3193;
  text-decoration: underline;
}
@media (hover: hover) {
  #lp .mv-company_contact-form-privacy a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
#lp .mv-company_contact-form-btn {
  width: 100%;
  padding: 1.4rem 2rem;
  text-align: center;
  border-radius: 2rem;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 835px) {
  #lp .mv-company_contact-form-btn {
    font-size: min(4.26vw, 2rem);
  }
}
#lp .movie {
  width: 100%;
  height: auto;
}
#lp .sec2,
#lp .sec3,
#lp .sec4 {
  margin: 6rem auto;
  text-align: center;
}
#lp .sec2 h2 {
  display: flex;
}
#lp .sec2 .point-logo {
  width: 21.1667rem;
  height: 4.5rem;
}
@media (max-width: 1315px) {
  #lp .sec3 {
    padding: 0 1.5rem;
  }
}
#lp .sec3 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp .sec3 .point-logo {
  width: 21.1667rem;
  height: 4.5rem;
  padding-right: 1rem;
}
@media (max-width: 1315px) {
  #lp .sec3 .point-logo {
    width: 14.1911rem;
    height: 3.017rem;
    padding-right: 0.5rem;
  }
}
#lp .sec3 .point-h {
  color: #000;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02rem;
  padding-left: 1rem;
}
@media (max-width: 1315px) {
  #lp .sec3 .point-h {
    font-size: 1.7rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 1315px) {
  #lp .sec4 {
    padding: 0 1.5rem 4.5rem;
  }
}
#lp .sec4 .box-illust1 {
  width: 11rem;
  height: 16.3rem;
  flex-shrink: 0;
}
#lp .sec4 .box-illust2 {
  width: 19rem;
  height: 12.4354rem;
  flex-shrink: 0;
}
#lp .sec4 .box-illust3 {
  width: 20.1618rem;
  height: 14.8rem;
  flex-shrink: 0;
}
#lp .sec4 .box-illust4 {
  width: 14.466rem;
  height: 18.5115rem;
  flex-shrink: 0;
}
#lp .sec4 .card-popular {
  position: relative;
}
#lp .sec4 .box-price {
  margin-top: 30px;
  color: var(--black-1000, #000);
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  word-break: break-word;
}
#lp .sec4 .price-monthly {
  font-size: 1.3rem;
  padding-left: 0.5rem;
}
#lp .sec4 .price-before {
  color: var(--black-1000, #000);
  text-align: center;
  /* Bold/EN/Title 22 */
  font-family: Overpass, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02rem;
  position: relative;
}
#lp .sec4 .price-before::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11.5rem;
  border-top: solid 2px #757575;
  top: 1.6rem;
  left: -0.5rem;
}
#lp .sec4 .price-before-unit {
  color: var(--black-1000, #000);
  text-align: center;
  /* Bold/JP/Title 16 */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
#lp .sec4 .plan-count {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #616161;
}
#lp .sec4 .price-trial {
  position: relative;
}
#lp .sec4 .price-trial::after {
  content: "";
  background: url(../img/price-ribbon-trial.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 307px;
  height: 268px;
  position: absolute;
  top: -0.1rem;
  right: 0;
}
#lp .sec4 .price-popular {
  position: relative;
}
#lp .sec4 .price-popular::after {
  content: "";
  background: url(../img/price-ribbon-popular.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 307px;
  height: 268px;
  position: absolute;
  top: -1.7rem;
  right: 0;
}
#lp .sec4 .annotation {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.3rem;
  padding-top: 1.8rem;
}
@media (max-width: 1315px) {
  #lp .sec4 .annotation {
    text-align: left;
    line-height: 1.4;
    margin-left: -15px;
  }
}
#lp .sec5 {
  margin-top: 6rem;
  text-align: center;
}
#lp .sec5 .toggle_contents {
  border-bottom: 1px solid var(--gray-400, #bdbdbd);
  text-align: left;
}
#lp .sec5 .toggle_contents:first-child {
  border-radius: 2rem 2rem 0rem 0rem;
}
#lp .sec5 .toggle_contents:last-child {
  border-radius: 0rem 0rem 2rem 2rem;
  border-bottom: none;
}
#lp .sec5 .toggle_title {
  position: relative;
  padding: 2.8rem 6rem;
  cursor: pointer;
  color: var(--black-1000, #000);
  /* Regular/JP/Body 15 */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 2.7rem */
}
#lp .sec5 .toggle_title:hover {
  color: #1c3193;
  font-weight: bold;
}
#lp .sec5 .toggle_title::before {
  content: "Q";
  font-size: 2.8rem;
  font-family: Overpass, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #159bd7;
  left: 2rem;
  top: 2.7rem;
  position: absolute;
}
#lp .sec5 .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid #1c3193;
  border-radius: 50%;
}
#lp .sec5 .toggle_btn:before,
#lp .sec5 .toggle_btn:after {
  display: block;
  content: "";
  background-color: #1c3193;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lp .sec5 .toggle_btn:before {
  width: 2px;
  height: 10px;
}
#lp .sec5 .toggle_title.selected .toggle_btn:before {
  content: normal;
}
#lp .sec5 .answer {
  display: none;
  background-color: #159bd7;
  color: #fff;
  padding: 1rem 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 2.7rem */
  padding: 2rem 6rem;
  position: relative;
}
#lp .sec5 .answer::before {
  content: "A";
  font-size: 2.8rem;
  font-family: Overpass, "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  left: 2rem;
  top: 2rem;
  position: absolute;
}
#lp .sec5 .answer-last {
  border-radius: 0rem 0rem 2rem 2rem;
}
#lp .footer {
  padding: 6rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1315px) {
  #lp .footer {
    display: block;
    padding: 4.5rem 0;
  }
}
#lp .footer .footer-logo {
  width: 14.1911rem;
  height: 3.017rem;
  flex-shrink: 0;
}
#lp .footer .footer-nav {
  display: flex;
  justify-content: center;
}
#lp .footer .footer-nav li {
  padding-left: 3rem;
}
#lp .footer .footer-nav a {
  color: var(--black-1000, #000);
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
#lp .footer .footer-nav a .btn-blue {
  color: #fff;
  background-color: #1c3193;
  border-radius: 999px;
  padding: 1rem;
  font-size: 1.3rem;
}
#lp .footer .footer-nav li:first-child {
  padding-left: 0;
}
#lp .footer-contents li {
  color: #fff;
}
#lp .footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 1315px) {
  #lp .footer-copy {
    display: block;
    padding: 2rem;
  }
  #lp .footer-copy li {
    padding: 0 0 0.5rem 0 !important;
  }
}
#lp .footer-copy li {
  padding: 1.5rem;
}

#contact h1 {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#contact .annotation {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    " Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 180%;
  margin-top: 2rem;
  color: #616161;
  text-align: center;
}
#contact .form-area {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 1315px) {
  #contact .form-area {
    display: block;
  }
}
#contact .form-area .form-h {
  width: 19.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 1315px) {
  #contact .form-area .form-h {
    margin-bottom: 0.5rem;
  }
}
#contact .form-area .form-box {
  border: solid 1px #bdbdbd;
  border-radius: 20px;
  padding: 10px 15px;
  width: 32rem;
}
@media (max-width: 1315px) {
  #contact .form-area .form-box {
    width: 100%;
  }
}
#contact .form-area .tel-box {
  width: 32rem;
}
@media (max-width: 1315px) {
  #contact .form-area .tel-box {
    width: 100%;
  }
}
#contact .form-area .tel-num {
  border: solid 1px #bdbdbd;
  border-radius: 20px;
  padding: 10px 15px;
  width: 8.8rem;
  margin-right: 0.5rem;
}
@media (max-width: 1315px) {
  #contact .form-area .tel-num {
    width: 23vw;
  }
}
#contact .form-area .form-select {
  display: block;
}
#contact .form-area .form-select-text {
  padding-left: 1rem;
}
#contact label,
#contact input[type="checkbox"] {
  cursor: pointer;
}
#contact .submit {
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #1c3193;
  color: #fff;
  font-weight: bold;
  width: 320px;
  margin: 6rem auto 12rem;
  padding: 15px 0;
  border: 2px solid #1c3193;
  border-radius: 20px;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  transition: 0.32s;
}
@media (max-width: 1315px) {
  #contact .submit {
    width: 100%;
    margin: 4.5rem auto 9rem;
  }
}
#contact .submit:hover {
  background-color: #fff;
  color: #000;
}
#contact ::-moz-placeholder {
  color: #bdbdbd;
}
#contact ::placeholder {
  color: #bdbdbd;
}

.footer-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 835px) {
  .footer-sticky {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .footer-sticky > .cta {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start !important;
  }
  .footer-sticky > .cta > * {
    width: 48%;
  }
}
.footer-sticky .cta-btn-wrap {
  width: 100%;
}
@media (max-width: 835px) {
  .footer-sticky .cta .cta-serif {
    min-width: auto !important;
    font-size: min(3vw, 1.6rem) !important;
  }
}
@media (max-width: 835px) {
  .footer-sticky .cta .cta-btn {
    display: block !important;
    width: 100% !important;
    font-size: min(3vw, 1.6rem) !important;
  }
}

#js-footer-sticky {
  transform: translateY(100%);
  transition: transform 0.3s;
}

#js-footer-sticky.show {
  transform: translateY(0);
} /*# sourceMappingURL=style.css.map */

