@charset "UTF-8";
/*------------------------------------------------

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
.p-top-mv .p-top-mv__bg {
  position: absolute;
  background: linear-gradient(225deg, rgb(103, 214, 247) 0%, rgb(52, 167, 227) 100%);
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.p-top-mv .p-top-mv__wave {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background: url(../../../img/wave.svg) no-repeat;
  background-size: cover;
}
.p-top-mv .p-top-mv__scroll {
  position: absolute;
  right: 0px;
  bottom: 140px;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-text {
  width: 60px;
  font-size: 11px;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  color: #fff;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line {
  margin: 0 auto;
  margin-top: 10px;
  height: 100px;
  display: block;
  width: 1px;
  background: #fff;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
  width: 8px;
  height: 8px;
  background: #fff;
  content: "";
  display: block;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  left: -4px;
  top: 20px;
  animation-name: mv-scroll;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes mv-scroll {
  0% {
    opacity: 1;
    transform: translateY(-20px) translateX(0);
  }
  50% {
    transform: translateY(40px) translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80px) translateX(0);
  }
}
.p-top-mv .p-top-mv__area {
  position: relative;
  width: calc(100% - 200px);
  height: 610px;
  border-radius: 0 60px 0 0;
  background: url(../../../img/mv-pc.jpg) no-repeat center center/cover;
}
.p-top-mv .p-top-mv__area-txtbox {
  position: absolute;
  top: 75px;
  left: 80px;
  color: #fff;
}
.p-top-mv .p-top-mv__area-txtbox .-ttl {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl {
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top-mv .p-top-mv__area-txtbox .-subttl span {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(1) {
  animation-delay: 0.1s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(2) {
  animation-delay: 0.15s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(3) {
  animation-delay: 0.2s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(4) {
  animation-delay: 0.25s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(5) {
  animation-delay: 0.3s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(6) {
  animation-delay: 0.35s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(7) {
  animation-delay: 0.4s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(8) {
  animation-delay: 0.45s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(9) {
  animation-delay: 0.5s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(10) {
  animation-delay: 0.55s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(11) {
  animation-delay: 0.6s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl01 span:nth-child(12) {
  animation-delay: 0.65s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(1) {
  animation-delay: 0.65s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(2) {
  animation-delay: 0.7s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(3) {
  animation-delay: 0.75s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(4) {
  animation-delay: 0.8s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(5) {
  animation-delay: 0.85s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(6) {
  animation-delay: 0.9s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(7) {
  animation-delay: 0.95s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(8) {
  animation-delay: 1s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(9) {
  animation-delay: 1.05s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(10) {
  animation-delay: 1.1s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(11) {
  animation-delay: 1.15s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(12) {
  animation-delay: 1.2s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(13) {
  animation-delay: 1.25s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(14) {
  animation-delay: 1.3s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl02 span:nth-child(15) {
  animation-delay: 1.35s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(1) {
  animation-delay: 1.4s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(2) {
  animation-delay: 1.45s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(3) {
  animation-delay: 1.5s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(4) {
  animation-delay: 1.55s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(5) {
  animation-delay: 1.6s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(6) {
  animation-delay: 1.65s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(7) {
  animation-delay: 1.7s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(8) {
  animation-delay: 1.75s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(9) {
  animation-delay: 1.8s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(10) {
  animation-delay: 1.85s;
}
.p-top-mv .p-top-mv__area-txtbox .-subttl03 span:nth-child(11) {
  animation-delay: 1.9s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.p-top-mv .p-top-mv__area-txtbox .-txt {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2.1;
}
.p-top-mv .p-top-mv__area-campany {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 134px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  left: 64px;
  bottom: -50px;
}
.p-top-mv .p-top-mv__area-campany .-br {
  display: none;
}
.p-top-mv .p-top-mv__area-deco {
  width: 320px;
  position: absolute;
  right: -70px;
  bottom: -60px;
  z-index: 1;
}
.p-top-mv .p-top-mv__area-circle {
  width: 165px;
  height: 165px;
  position: absolute;
  top: -25px;
  right: -55px;
  animation: 30s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv .p-top-mv__area {
    width: calc(100% - 100px);
  }
  .p-top-mv .p-top-mv__area-campany {
    font-size: 100px;
  }
  .p-top-mv .p-top-mv__area-campany .-br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 6.4285714286rem;
    padding-bottom: 8.5714285714rem;
  }
  .p-top-mv .p-top-mv__bg {
    height: 58%;
  }
  .p-top-mv .p-top-mv__wave {
    height: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__scroll {
    right: 0.3571428571rem;
    bottom: 8.5714285714rem;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-text {
    width: 2.1428571429rem;
    font-size: 0.7857142857rem;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line {
    margin-top: 0.7142857143rem;
    height: 7.1428571429rem;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
    width: 0.5rem;
    height: 0.5rem;
    left: -0.2142857143rem;
    top: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area {
    width: calc(100% - 3.2142857143rem);
    height: 35rem;
    border-radius: 0 4.2857142857rem 0 0;
    background: url(../../../img/mv-sp.jpg) no-repeat center center/cover;
  }
  .p-top-mv .p-top-mv__area-txtbox {
    width: 20.7142857143rem;
    top: 3.5714285714rem;
    left: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-ttl {
    font-size: 1.4285714286rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    padding-bottom: 1.0714285714rem;
  }
  .p-top-mv .p-top-mv__area-txtbox .-txt {
    margin-top: 1.2857142857rem;
    font-size: 0.8571428571rem;
    line-height: 1.7;
  }
  .p-top-mv .p-top-mv__area-campany {
    font-size: 5.1428571429rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    left: 0.7142857143rem;
    bottom: -2.5rem;
  }
  .p-top-mv .p-top-mv__area-deco {
    width: 12.8571428571rem;
    right: -2.8571428571rem;
    bottom: -8.5714285714rem;
  }
  .p-top-mv .p-top-mv__area-circle {
    width: 5.8928571429rem;
    height: 5.8928571429rem;
    position: absolute;
    top: -0.8928571429rem;
    right: -1.9642857143rem;
    animation: 30s linear infinite rotation;
  }
}

/*------------------------------------------------

p-top-movie

-------------------------------------------------*/
.p-top-movie {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FDF9ED 50%, #FDF9ED 100%);
}
.p-top-movie .p-top-movie__bg01 {
  position: absolute;
  width: 195px;
  height: 330px;
  left: 0;
  top: 60px;
  background: url(../../../img/movie-bg01.png) no-repeat;
  background-size: contain;
}
.p-top-movie .p-top-movie__bg02 {
  position: absolute;
  width: 200px;
  height: 375px;
  right: 0;
  top: 60px;
  background: url(../../../img/movie-bg02.png) no-repeat;
  background-size: contain;
}
.p-top-movie .p-top-movie__icon {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url(../../../img/movie-bg03.png) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 125px;
}
.p-top-movie .p-top-movie__sub {
  margin: auto;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-top-movie .p-top-movie__sub span {
  padding: 5px 0;
  background-color: #35A7E3;
}
.p-top-movie .p-top-movie__sub .-bg01 {
  padding: 5px 0 5px 10px;
}
.p-top-movie .p-top-movie__sub .-bg02 {
  padding: 5px 10px 5px 0;
}
.p-top-movie .p-top-movie__txt {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.p-top-movie .p-top-movie__slide {
  position: relative;
  margin-top: 50px;
}
.p-top-movie .p-top-movie__slide .-img img {
  border-radius: 20px 20px 0 0;
}
.p-top-movie .p-top-movie__slide .-txtbox {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 0 0 20px 20px;
}
.p-top-movie .p-top-movie__slide .-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-top-movie .p-top-movie__slide .-link {
  margin-top: 30px;
  color: #35A7E3;
  font-size: 14px;
  text-align: right;
}
.p-top-movie .p-top-movie__slide .-link span {
  position: relative;
  padding-right: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #35A7E3;
}
.p-top-movie .p-top-movie__slide .-link span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid;
  border-bottom: 1px solid;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
}
.p-top-movie .p-top-movie__slide .swiper-pagination {
  bottom: -50px;
}
.p-top-movie .p-top-movie__slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}
.p-top-movie .p-top-movie__btn {
  position: relative;
  width: 360px;
  margin: auto;
  margin-top: 80px;
}
.p-top-movie .p-top-movie__btn::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/movie-arrow.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.p-top-movie .p-top-movie__btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
  padding: 20px 0;
  background-color: #FF9DCE;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .p-top-movie .p-top-movie__icon {
    width: 160px;
    height: 160px;
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-movie {
    padding: 2.8571428571rem 0;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #FDF9ED 50%, #FDF9ED 100%);
  }
  .p-top-movie .p-top-movie__bg01 {
    width: 8.2142857143rem;
    height: 14.2857142857rem;
    left: 0;
    top: 10.7142857143rem;
  }
  .p-top-movie .p-top-movie__bg02 {
    width: 8.5714285714rem;
    height: 16.0714285714rem;
    right: 0;
    top: 10.7142857143rem;
  }
  .p-top-movie .p-top-movie__icon {
    width: 6.4285714286rem;
    height: 6.4285714286rem;
    bottom: 2.1428571429rem;
    left: 1.4285714286rem;
    z-index: 1;
  }
  .p-top-movie .p-top-movie__sub {
    margin-top: 1.4285714286rem;
    font-size: 1.2857142857rem;
  }
  .p-top-movie .p-top-movie__sub span {
    padding: 0.3571428571rem 0;
  }
  .p-top-movie .p-top-movie__sub .-bg01 {
    padding: 0.3571428571rem;
    display: inline-block;
    margin-bottom: 0.7142857143rem;
  }
  .p-top-movie .p-top-movie__sub .-bg02 {
    padding: 0.3571428571rem;
  }
  .p-top-movie .p-top-movie__txt {
    position: relative;
    font-size: 1rem;
    padding: 0 1.4285714286rem;
    margin-top: 1.4285714286rem;
    text-align: left;
  }
  .p-top-movie .p-top-movie__slide {
    margin-top: 2.1428571429rem;
  }
  .p-top-movie .p-top-movie__slide .-img img {
    border-radius: 1.4285714286rem 1.4285714286rem 0 0;
  }
  .p-top-movie .p-top-movie__slide .-txtbox {
    padding: 1.0714285714rem 1.4285714286rem 1.7857142857rem;
    border-radius: 0 0 1.4285714286rem 1.4285714286rem;
  }
  .p-top-movie .p-top-movie__slide .-ttl {
    font-size: 1.1428571429rem;
  }
  .p-top-movie .p-top-movie__slide .-link {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
  }
  .p-top-movie .p-top-movie__slide .-link span {
    padding-right: 1.0714285714rem;
    padding-bottom: 0.3571428571rem;
    border-bottom: 0.0714285714rem solid #35A7E3;
  }
  .p-top-movie .p-top-movie__slide .-link span::after {
    width: 0.5714285714rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 0.0714285714rem solid;
    border-bottom: 0.0714285714rem solid;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
  }
  .p-top-movie .p-top-movie__slide .swiper-pagination {
    bottom: -3.5714285714rem;
  }
  .p-top-movie .p-top-movie__slide .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }
  .p-top-movie .p-top-movie__btn {
    width: 17.8571428571rem;
    margin-top: 5.7142857143rem;
  }
  .p-top-movie .p-top-movie__btn::after {
    width: 1.9285714286rem;
    height: 0.7142857143rem;
    right: 1.4285714286rem;
  }
  .p-top-movie .p-top-movie__btn a {
    font-size: 0.8571428571rem;
    border-radius: 4.2857142857rem;
    padding: 1.0714285714rem 0;
    border: 0.2142857143rem solid #fff;
    box-shadow: 0 0.2142857143rem 0.4285714286rem rgba(0, 0, 0, 0.16);
  }
}

/*------------------------------------------------

p-top-about

-------------------------------------------------*/
.p-top-about {
  position: relative;
  padding: 80px 0 0px;
}
.p-top-about .p-top-about-bg {
  position: absolute;
  background: url(../../../img/about-bg01.png) no-repeat;
  background-size: contain;
  width: 265px;
  height: 490px;
  bottom: 0;
  right: -10px;
  top: 60px;
  z-index: -1;
}
.p-top-about .p-top-about__area {
  position: relative;
  width: 120%;
  margin: 30px 0 0 -20%;
}
.p-top-about .p-top-about__area .-img {
  width: calc(100% - 590px);
}
.p-top-about .p-top-about__area .-txtbox {
  width: 530px;
  margin-top: 20px;
  margin-left: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-about .p-top-about__area .-txtbox.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-about .p-top-about__area .-ttl {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-left: 23px;
}
.p-top-about .p-top-about__area .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background-color: #35A7E3;
}
.p-top-about .p-top-about__area .-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__area {
    width: 100%;
    margin: 30px 0 0 0%;
  }
  .p-top-about .p-top-about__area .-img {
    width: calc(100% - (45% + 40px));
  }
  .p-top-about .p-top-about__area .-txtbox {
    width: 45%;
    margin-left: 40px;
  }
  .p-top-about .p-top-about__area .-ttl {
    font-size: 22px;
  }
  .p-top-about .p-top-about__area .-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 3.5714285714rem 0 5rem;
  }
  .p-top-about .p-top-about-bg {
    width: 14.2857142857rem;
    height: 26.4285714286rem;
    bottom: 0;
    right: -0.3571428571rem;
    top: auto;
  }
  .p-top-about .p-top-about__area {
    margin: 2.1428571429rem 0 0 0%;
  }
  .p-top-about .p-top-about__area .-img {
    width: 100%;
  }
  .p-top-about .p-top-about__area .-txtbox {
    width: 100%;
    margin-top: 1.7857142857rem;
    margin-left: 0rem;
  }
  .p-top-about .p-top-about__area .-ttl {
    font-size: 1.7142857143rem;
    padding-left: 1.6428571429rem;
  }
  .p-top-about .p-top-about__area .-ttl::before {
    width: 0.2142857143rem;
    top: 0.3571428571rem;
    bottom: 0.3571428571rem;
  }
  .p-top-about .p-top-about__area .-txt {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

/*------------------------------------------------

p-top-reason

-------------------------------------------------*/
.p-top-reason {
  position: relative;
  padding: 65px 0;
}
.p-top-reason .p-top-reason__bg {
  position: absolute;
  background: url(../../../img/reason-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  bottom: 0;
  left: 0;
}
.p-top-reason .p-top-reason--inner {
  position: relative;
}
.p-top-reason .p-top-reason--inner::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../../img/reason-icon.png) no-repeat;
  background-size: contain;
  width: 190px;
  height: 190px;
  bottom: -65px;
  right: -150px;
}
.p-top-reason .p-top-reason__area {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-reason .p-top-reason__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-reason .p-top-reason__area .-itembox {
  position: relative;
  width: 32%;
  box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.1);
}
.p-top-reason .p-top-reason__area .-num {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  text-align: center;
  border-radius: 50%;
}
.p-top-reason .p-top-reason__area .-num.-num--01 {
  background-color: #FF9DCE;
}
.p-top-reason .p-top-reason__area .-num.-num--02 {
  background-color: #F4CC77;
}
.p-top-reason .p-top-reason__area .-num.-num--03 {
  background-color: #91C186;
}
.p-top-reason .p-top-reason__area .-img {
  border-radius: 10px 10px 0 0;
}
.p-top-reason .p-top-reason__area .-txtbox {
  background-color: #fff;
  padding: 30px 30px 35px;
  border-radius: 0 0 10px 10px;
}
.p-top-reason .p-top-reason__area .-txtbox-ttl {
  color: #000;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-top-reason .p-top-reason__area .-txtbox-txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .p-top-reason .p-top-reason--inner::after {
    width: 160px;
    height: 160px;
    bottom: -65px;
    right: -90px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    padding: 3.5714285714rem 0 5.3571428571rem;
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .p-top-reason .p-top-reason__bg {
    position: absolute;
    background: url(../../../img/reason-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 32.1428571429rem;
    bottom: 0;
    left: 0;
  }
  .p-top-reason .p-top-reason--inner::after {
    width: 7.1428571429rem;
    height: 7.5rem;
    bottom: -5.3571428571rem;
    right: 0rem;
    z-index: 1;
  }
  .p-top-reason .p-top-reason__area {
    margin-top: 4.2857142857rem;
  }
  .p-top-reason .p-top-reason__area .-itembox {
    width: 100%;
  }
  .p-top-reason .p-top-reason__area .-num {
    width: 5.7142857143rem;
    height: 5.7142857143rem;
    font-size: 2.5714285714rem;
    line-height: 5.7142857143rem;
    top: -2.8571428571rem;
  }
  .p-top-reason .p-top-reason__area .-img {
    border-radius: 0.7142857143rem 0.7142857143rem 0 0;
  }
  .p-top-reason .p-top-reason__area .-txtbox {
    padding: 2.1428571429rem 1.4285714286rem 2.5rem;
    border-radius: 0 0 0.7142857143rem 0.7142857143rem;
  }
  .p-top-reason .p-top-reason__area .-txtbox-ttl {
    font-size: 1.4285714286rem;
  }
  .p-top-reason .p-top-reason__area .-txtbox-txt {
    margin-top: 1.4285714286rem;
    font-size: 1.1428571429rem;
  }
  .p-top-reason .swiper-button-prev {
    left: -1.0714285714rem;
    top: 55%;
  }
  .p-top-reason .swiper-button-next {
    right: -1.0714285714rem;
    top: 55%;
  }
  .p-top-reason .swiper-button-prev,
  .p-top-reason .swiper-button-next {
    height: 2.8571428571rem;
    width: 2.8571428571rem;
  }
  .p-top-reason .swiper-button-prev::after,
  .p-top-reason .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 2.8571428571rem;
    margin: auto;
    width: 2.8571428571rem;
  }
  .p-top-reason .swiper-button-prev::after {
    background-image: url(../../../img/arrow-left.png);
  }
  .p-top-reason .swiper-button-next::after {
    background-image: url(../../../img/arrow-right.png);
  }
  .p-top-reason .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

/*------------------------------------------------

p-top-service

-------------------------------------------------*/
.p-top-service {
  padding: 100px 0 150px;
  position: relative;
}
.p-top-service .p-top-service__bg01 {
  position: absolute;
  background: url(../../../img/service-bg01.png) no-repeat;
  background-size: contain;
  width: 195px;
  height: 330px;
  left: 0;
  top: 20px;
  z-index: -1;
}
.p-top-service .p-top-service__bg02 {
  position: absolute;
  background: url(../../../img/service-bg02.png) no-repeat;
  background-size: contain;
  width: 265px;
  height: 500px;
  right: 0;
  bottom: -290px;
  z-index: -1;
}
.p-top-service .p-top-service__icon {
  position: absolute;
  background: url(../../../img/service-icon.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  left: 10px;
  bottom: -80px;
  z-index: 1;
}
.p-top-service .p-top-service__item {
  position: relative;
  margin-top: 50px;
}
.p-top-service .p-top-service__item.p-top-service__item--dry .-bgtxt {
  right: auto;
  left: 20px;
}
.p-top-service .p-top-service__item.p-top-service__item--dry .p-top-service__item-area .-img {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
  border-radius: 60px 0 0 0;
}
.p-top-service .p-top-service__item.p-top-service__item--dry .p-top-service__item-area .-txtbox {
  margin-right: 70px;
  margin-left: 0;
}
.p-top-service .p-top-service__item .-bgtxt {
  position: absolute;
  font-family: "Outfit", serif;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #F5FBFD;
  writing-mode: vertical-rl;
  top: 10px;
  right: 20px;
  letter-spacing: 0.08em;
}
.p-top-service .p-top-service__item-area {
  position: relative;
}
.p-top-service .p-top-service__item-area .-img {
  flex: 1;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  border-radius: 0 60px 0 0;
}
.p-top-service .p-top-service__item-area .-img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  opacity: 1;
  transition: all 1s;
}
.p-top-service .p-top-service__item-area .-img.isActive::after {
  opacity: 0;
}
.p-top-service .p-top-service__item-area .-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-service .p-top-service__item-area .-img::before {
  content: "";
  display: block;
  padding-top: 400px;
}
.p-top-service .p-top-service__item-area .-txtbox {
  width: 56%;
  margin-top: 30px;
  margin-left: 70px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-service .p-top-service__item-area .-txtbox.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-service .p-top-service__item-area .-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.p-top-service .p-top-service__item-area .-en {
  display: block;
  font-family: "Outfit", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #35A7E3;
}
.p-top-service .p-top-service__item-area .-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-service .p-top-service__item-area .-txtbox {
    width: 50%;
    margin-left: 50px;
  }
  .p-top-service .p-top-service__item-area .-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 3.5714285714rem 0 3.5714285714rem;
  }
  .p-top-service .p-top-service__bg01 {
    width: 11.4285714286rem;
    height: 18.5714285714rem;
    top: 1.4285714286rem;
  }
  .p-top-service .p-top-service__bg02 {
    width: 14.2857142857rem;
    height: 28.5714285714rem;
    bottom: -16.4285714286rem;
  }
  .p-top-service .p-top-service__icon {
    width: 7.8571428571rem;
    height: 7.8571428571rem;
    left: 0.7142857143rem;
    bottom: -4.2857142857rem;
  }
  .p-top-service .p-top-service__item {
    margin-top: 2.8571428571rem;
  }
  .p-top-service .p-top-service__item.p-top-service__item--dry .-bgtxt {
    right: 0;
    left: auto;
  }
  .p-top-service .p-top-service__item.p-top-service__item--dry .p-top-service__item-area .-img {
    flex: auto;
    width: 106%;
    margin: 0 -6% 0 0;
  }
  .p-top-service .p-top-service__item.p-top-service__item--dry .p-top-service__item-area .-txtbox {
    margin-right: 0;
    margin-left: 0;
  }
  .p-top-service .p-top-service__item .-bgtxt {
    font-size: 2.5714285714rem;
    top: auto;
    bottom: -1.4285714286rem;
    right: 0rem;
    height: 60%;
  }
  .p-top-service .p-top-service__item-area {
    position: relative;
  }
  .p-top-service .p-top-service__item-area .-img {
    width: 106%;
    margin: 0 0 0 -6%;
    flex: auto;
  }
  .p-top-service .p-top-service__item-area .-img::before {
    padding-top: 16.0714285714rem;
  }
  .p-top-service .p-top-service__item-area .-txtbox {
    width: 100%;
    margin-top: 1.4285714286rem;
    margin-left: 0;
  }
  .p-top-service .p-top-service__item-area .-ttl {
    font-size: 1.5rem;
    padding-bottom: 1.4285714286rem;
  }
  .p-top-service .p-top-service__item-area .-en {
    font-size: 0.8571428571rem;
    margin-bottom: 1.0714285714rem;
  }
  .p-top-service .p-top-service__item-area .-txt {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
    line-height: 1.85;
  }
}

/*------------------------------------------------

p-top-flow

-------------------------------------------------*/
.p-top-flow {
  position: relative;
  padding-top: 100px;
  /* Safari 向けの修正 */
}
.p-top-flow::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 150vw;
  height: 500px;
  border-radius: 50%;
  background: #67D6F7;
  transform: translateX(-50%) translateY(50%);
  top: -240px;
}
.p-top-flow .p-top-flow__in {
  position: relative;
  background: linear-gradient(180deg, rgb(103, 214, 247) 0%, rgb(52, 167, 227) 100%);
  padding-bottom: 110px;
}
.p-top-flow .p-top-flow__in--inner {
  position: relative;
  max-width: 870px;
}
.p-top-flow .p-top-flow--ttl {
  color: #fff;
}
.p-top-flow .p-top-flow--ttl span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-top-flow .p-top-flow__txt {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}
.p-top-flow .p-top-flow__area {
  max-width: 780px;
  margin: auto;
  margin-top: 50px;
  gap: 50px 9.5%;
}
.p-top-flow .p-top-flow__area-block {
  position: relative;
  width: 27%;
  border-radius: 10px;
}
.p-top-flow .p-top-flow__area-block:last-child::after {
  display: none;
}
.p-top-flow .p-top-flow__area-block::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -20%;
}
.p-top-flow .p-top-flow__area-block .-num {
  position: absolute;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  letter-spacing: 0.11em;
  line-height: 1;
  top: -20px;
  left: -20px;
}
.p-top-flow .p-top-flow__area-block .-img img {
  border-radius: 10px 10px 0 0;
}
.p-top-flow .p-top-flow__area-block .-ttl {
  background-color: #fff;
  color: #35A7E3;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}
.p-top-flow .p-top-flow__loarding {
  margin-top: 40px;
  position: absolute;
  bottom: -20px;
  height: 150px;
  background: url(../../../img/flow-loading.png) top 0px right 0/1983px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scrolltxt02 60s linear infinite;
}
@keyframes scrolltxt02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1983px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-flow {
    padding-top: 4.2857142857rem;
  }
  .p-top-flow::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 130vw;
    height: 17.8571428571rem;
    border-radius: 50%;
    transform: translateX(-50%) translateY(50%);
    top: -8.5714285714rem;
  }
  .p-top-flow .p-top-flow__in {
    padding-bottom: 7.1428571429rem;
  }
  .p-top-flow .p-top-flow__in--inner::before {
    width: 5.7142857143rem;
    height: 1.25rem;
    top: 3.5714285714rem;
    left: -0.7142857143rem;
  }
  .p-top-flow .p-top-flow__in--inner::after {
    width: 8.5714285714rem;
    height: 2.8571428571rem;
    top: 0.7142857143rem;
    right: -1.4285714286rem;
  }
  .p-top-flow .p-top-flow__txt {
    margin-top: 1.0714285714rem;
    font-size: 1rem;
    text-align: left;
  }
  .p-top-flow .p-top-flow__area {
    margin-top: 3.5714285714rem;
    gap: 5.7142857143rem 0%;
  }
  .p-top-flow .p-top-flow__area-block {
    width: 100%;
    border-radius: 0.7142857143rem;
  }
  .p-top-flow .p-top-flow__area-block::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.4285714286rem solid transparent;
    border-bottom: 1.4285714286rem solid transparent;
    border-left: 1.4285714286rem solid #fff;
    border-right: 0;
    top: 107%;
    transform: translateY(0%) translateX(50%) rotate(90deg);
    right: 50%;
  }
  .p-top-flow .p-top-flow__area-block .-num {
    font-size: 2.8571428571rem;
    top: -1.4285714286rem;
    left: -0.7142857143rem;
  }
  .p-top-flow .p-top-flow__area-block .-img img {
    border-radius: 1.4285714286rem 1.4285714286rem 0 0;
  }
  .p-top-flow .p-top-flow__area-block .-ttl {
    font-size: 1.2857142857rem;
    padding: 1.4285714286rem 0;
    border-radius: 0 0 1.4285714286rem 1.4285714286rem;
  }
  .p-top-flow .p-top-flow__loarding {
    margin-top: 1.4285714286rem;
    bottom: 0rem;
    height: 7.8571428571rem;
  }
}

/*------------------------------------------------

p-top-solution

-------------------------------------------------*/
.p-top-solution {
  padding: 70px 0 60px;
  background-color: #F5FBFD;
}
.p-top-solution .p-top-solution--inner {
  position: relative;
}
.p-top-solution .p-top-solution--inner::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/solution-bg01.png) no-repeat;
  background-size: contain;
  width: 270px;
  height: 230px;
  top: 50px;
  left: -200px;
  z-index: 0;
}
.p-top-solution .p-top-solution--inner::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/solution-bg02.png) no-repeat;
  background-size: contain;
  width: 270px;
  height: 230px;
  top: 50px;
  right: -200px;
  z-index: 0;
}
.p-top-solution .p-top-solution__catch {
  width: 500px;
  margin: auto;
  margin-top: 20px;
  background-color: #F7771F;
  border: 3px solid #fff;
  padding: 10px 0;
}
.p-top-solution .p-top-solution__catch-ttl {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-top-solution .p-top-solution__area {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-solution .p-top-solution__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-solution .p-top-solution__area-block {
  position: relative;
  width: 32%;
  background-color: #fff;
  box-shadow: 7px 7px 12px rgba(2, 22, 46, 0.15);
  padding-top: 40px;
}
.p-top-solution .p-top-solution__area-block .-num {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 73px;
  letter-spacing: 0.08em;
  line-height: 1;
  top: 0;
  left: 10px;
  color: #ECF1F8;
}
.p-top-solution .p-top-solution__area-block .-icon {
  width: 60px;
  margin: auto;
}
.p-top-solution .p-top-solution__area-block .-ttl {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-top-solution .p-top-solution__area-block .-txt {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-top-solution {
    padding: 2.8571428571rem 0 3.5714285714rem;
  }
  .p-top-solution .p-top-solution--line {
    padding: 0 1.7857142857rem;
  }
  .p-top-solution .p-top-solution--inner::before {
    width: 7.8571428571rem;
    height: 6.4285714286rem;
    top: 3.2142857143rem;
    left: -1.4285714286rem;
    z-index: 0;
  }
  .p-top-solution .p-top-solution--inner::after {
    width: 7.8571428571rem;
    height: 6.4285714286rem;
    top: 3.2142857143rem;
    right: -1.4285714286rem;
    z-index: 0;
  }
  .p-top-solution .p-top-solution__catch {
    position: relative;
    z-index: 1;
    width: 17.8571428571rem;
    margin-top: 1.0714285714rem;
    padding: 0.3571428571rem 0;
  }
  .p-top-solution .p-top-solution__catch-ttl {
    font-size: 1.1428571429rem;
  }
  .p-top-solution .p-top-solution__area {
    margin-top: 2.1428571429rem;
    gap: 3.5714285714rem;
  }
  .p-top-solution .p-top-solution__area-block {
    width: 100%;
    padding-top: 2.1428571429rem;
  }
  .p-top-solution .p-top-solution__area-block .-num {
    font-size: 4.2857142857rem;
    top: 0.7142857143rem;
    left: 0.7142857143rem;
  }
  .p-top-solution .p-top-solution__area-block .-icon {
    width: 2.8571428571rem;
  }
  .p-top-solution .p-top-solution__area-block .-ttl {
    margin-top: 1.0714285714rem;
    font-size: 1.1428571429rem;
    padding: 0 0.7142857143rem;
  }
  .p-top-solution .p-top-solution__area-block .-txt {
    margin-top: 0.7142857143rem;
    font-size: 1rem;
    padding: 0 1.4285714286rem 1.4285714286rem;
  }
}

/*------------------------------------------------

p-top-faq

-------------------------------------------------*/
.p-top-faq {
  position: relative;
  padding: 80px 0;
}
.p-top-faq .p-top-faq__bg {
  position: absolute;
  width: 195px;
  height: 330px;
  top: 40px;
  left: 0;
}
.p-top-faq .p-top-faq__bgtxt {
  position: absolute;
  writing-mode: vertical-rl;
  font-family: "Outfit", serif;
  font-size: 170px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #F5FBFD;
  right: 0;
  top: 50px;
  text-transform: uppercase;
}
.p-top-faq .p-top-faq--inner {
  position: relative;
}
.p-top-faq .p-top-faq__icon {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: -80px;
  right: -170px;
}
.p-top-faq .p-top-faq__area {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-faq .p-top-faq__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-faq .p-top-faq__area-block {
  margin-top: 20px;
}
.p-top-faq .p-top-faq__area-block:first-child {
  margin-top: 0;
}
.p-top-faq .p-top-faq__area-block .-question-block.open .-question {
  border-radius: 10px 10px 0 0;
}
.p-top-faq .p-top-faq__area-block .-question-block.open .-question::before {
  transform: translateY(-50%) rotate(0deg);
}
.p-top-faq .p-top-faq__area-block .-question-block.open .-question::after {
  opacity: 0;
}
.p-top-faq .p-top-faq__area-block .-question {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #35A7E3;
  padding: 20px 25px;
  border-radius: 10px;
  padding-right: 80px;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-top-faq .p-top-faq__area-block .-question::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  background-color: #fff;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 40px;
  transition: all 0.3s ease;
}
.p-top-faq .p-top-faq__area-block .-question::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  background-color: #fff;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: all 0.3s ease;
}
.p-top-faq .p-top-faq__area-block .-question .-en {
  width: 45px;
  font-family: "Outfit", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
}
.p-top-faq .p-top-faq__area-block .-question .-txt {
  width: calc(100% - 45px);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-top-faq .p-top-faq__area-block .-answer-block {
  display: none;
}
.p-top-faq .p-top-faq__area-block .-answer {
  display: flex;
  padding: 20px 25px;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #35A7E3;
}
.p-top-faq .p-top-faq__area-block .-answer .-en {
  width: 45px;
  font-family: "Outfit", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #35A7E3;
}
.p-top-faq .p-top-faq__area-block .-answer .-txt {
  width: calc(100% - 45px);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-top-faq .p-top-faq__area-block .-answer .-txt span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .p-top-faq .p-top-faq__icon {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -120px;
    right: -50px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 3.5714285714rem 0 5rem;
  }
  .p-top-faq .p-top-faq__bg {
    width: 6.9642857143rem;
    height: 11.7857142857rem;
    top: 1.4285714286rem;
    left: 0;
  }
  .p-top-faq .p-top-faq__bgtxt {
    writing-mode: vertical-rl;
    font-family: "Outfit", serif;
    font-size: 6.0714285714rem;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #F5FBFD;
    right: 0;
    top: 1.7857142857rem;
    text-transform: uppercase;
  }
  .p-top-faq .p-top-faq__icon {
    width: 7.1428571429rem;
    height: 7.1428571429rem;
    bottom: -7.8571428571rem;
    right: -1.7857142857rem;
    z-index: 1;
  }
  .p-top-faq .p-top-faq__area {
    margin-top: 2.1428571429rem;
  }
  .p-top-faq .p-top-faq__area-block {
    margin-top: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area-block .-question-block.open .-question {
    border-radius: 0 2.1428571429rem 0 0;
  }
  .p-top-faq .p-top-faq__area-block .-question {
    padding: 1.4285714286rem 1.4285714286rem;
    padding-right: 5rem;
    border-radius: 0 2.1428571429rem 0 0;
  }
  .p-top-faq .p-top-faq__area-block .-question::before {
    width: 1.4285714286rem;
    height: 0.1428571429rem;
    right: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area-block .-question::after {
    width: 1.4285714286rem;
    height: 0.1428571429rem;
    right: 1.4285714286rem;
  }
  .p-top-faq .p-top-faq__area-block .-question .-en {
    width: 2.5rem;
    font-size: 1.6428571429rem;
  }
  .p-top-faq .p-top-faq__area-block .-question .-txt {
    width: calc(100% - 2.5rem);
    font-size: 1rem;
  }
  .p-top-faq .p-top-faq__area-block .-answer {
    padding: 1.4285714286rem 1.4285714286rem;
    align-items: flex-start;
    border-radius: 0;
  }
  .p-top-faq .p-top-faq__area-block .-answer .-en {
    width: 2.5rem;
    font-size: 1.6428571429rem;
  }
  .p-top-faq .p-top-faq__area-block .-answer .-txt {
    width: calc(100% - 2.5rem);
    font-size: 1rem;
  }
  .p-top-faq .p-top-faq__area-block .-answer .-txt span {
    font-size: 0.7857142857rem;
  }
}

/*------------------------------------------------

p-top-company

-------------------------------------------------*/
.p-top-company {
  padding: 70px 0 90px;
  background-color: #F5FBFD;
  position: relative;
}
.p-top-company::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/company-bg.png) no-repeat;
  background-size: contain;
  width: 265px;
  height: 500px;
  bottom: -120px;
  right: 0;
}
.p-top-company .p-top-company__ttl .-ttl {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.p-top-company .p-top-company__ttl .-ttl span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  font-size: 16px;
  color: #35A7E3;
  display: block;
  margin-bottom: 10px;
}
.p-top-company .p-top-company__area {
  margin-top: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-company .p-top-company__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-company .p-top-company__area .-img img {
  border-radius: 16px;
}
.p-top-company .p-top-company__area .-txtbox {
  margin-top: 10px;
}
.p-top-company .p-top-company__area .-list {
  width: 47%;
  border-bottom: 1px solid #E1E3D9;
}
.p-top-company .p-top-company__area .-ttl {
  position: relative;
  width: 100px;
  font-size: 14px;
  letter-spacing: 0.13em;
  font-weight: bold;
  padding: 20px 0;
}
.p-top-company .p-top-company__area .-txt {
  width: calc(100% - 100px);
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-top-company .p-top-company__area .-map {
  margin-top: 40px;
}
.p-top-company .p-top-company__area iframe {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 3.5714285714rem 0 2.8571428571rem;
  }
  .p-top-company::before {
    width: 9.4642857143rem;
    height: 17.8571428571rem;
    bottom: -4.2857142857rem;
    right: 0;
  }
  .p-top-company .p-top-company__ttl .-ttl {
    font-size: 1.5714285714rem;
  }
  .p-top-company .p-top-company__ttl .-ttl span {
    font-size: 0.7142857143rem;
    margin-bottom: 0.3571428571rem;
  }
  .p-top-company .p-top-company--inner::before {
    display: none;
  }
  .p-top-company .p-top-company--inner::after {
    width: 13.3928571429rem;
    height: 25rem;
    bottom: -2.8571428571rem;
    right: -0.3571428571rem;
    z-index: -1;
  }
  .p-top-company .p-top-company__area {
    margin-top: 0rem;
  }
  .p-top-company .p-top-company__area .-img img {
    border-radius: 0.7142857143rem;
  }
  .p-top-company .p-top-company__area .-txtbox {
    margin-top: 0.7142857143rem;
  }
  .p-top-company .p-top-company__area .-list {
    width: 100%;
  }
  .p-top-company .p-top-company__area .-ttl {
    width: 6.0714285714rem;
    font-size: 1rem;
    padding: 1.4285714286rem 0;
  }
  .p-top-company .p-top-company__area .-txt {
    width: calc(100% - 6.0714285714rem);
    padding: 1.4285714286rem 0;
    padding-left: 1.4285714286rem;
    font-size: 1rem;
  }
  .p-top-company .p-top-company__area .-map {
    margin-top: 2.8571428571rem;
  }
  .p-top-company .p-top-company__area iframe {
    border-radius: 0.7142857143rem;
    width: 100%;
    height: 12.1428571429rem;
  }
}

/*------------------------------------------------

p-contact-form

-------------------------------------------------*/
.p-contact-form {
  position: relative;
  padding: 50px 0 90px;
  background: url(../../../img/contact-bg.jpg) no-repeat center center/cover;
}
.p-contact-form .p-contact-form__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
}
.p-contact-form .p-contact-form--ttl01 .-jp::before {
  display: none;
}
.p-contact-form .p-contact-form--ttl01 .-jp::after {
  display: none;
}
.p-contact-form .p-contact-form__txt {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.15em;
  font-size: 16px;
}
.p-contact-form .p-contact-form__area {
  margin-top: 40px;
  position: relative;
  border: 1px solid #a7a7a7;
  padding: 50px;
  background-color: #fff;
}
.p-contact-form .p-contact-form__area-ttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #a7a7a7;
  padding-left: 13px;
}
.p-contact-form .p-contact-form__area-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 25px;
  background-color: #000;
  left: 0;
  top: 3px;
}
.p-contact-form .p-contact-form__area-group .-block {
  display: flex;
  flex-wrap: wrap;
}
.p-contact-form .p-contact-form__area-group .-block-ttl {
  width: 220px;
  display: flex;
  align-items: center;
  padding: 15px 0px;
  padding-right: 0;
}
.p-contact-form .p-contact-form__area-group .-title {
  font-size: 16px;
  letter-spacing: 0.13em;
}
.p-contact-form .p-contact-form__area-group .-title-name {
  width: 130px;
  font-weight: bold;
  display: inline-block;
}
.p-contact-form .p-contact-form__area-group .-req {
  margin-left: 5px;
  padding: 3px 0;
  font-size: 14px;
  display: inline-block;
  width: 45px;
  color: #fff;
  background-color: #35A7E3;
  text-align: center;
}
.p-contact-form .p-contact-form__area-group .-block-cont {
  width: calc(100% - 220px);
  padding: 15px 0px;
  font-size: 16px;
}
.p-contact-form .p-contact-form__area-group .-block-cont-in input {
  background-color: #F4F4F4;
  width: 100%;
  border: none;
  padding: 18px;
  font-size: 16px;
}
.p-contact-form .p-contact-form__area-group .mwform-radio-field {
  margin-right: 40px;
  font-size: 14px;
  margin-left: 0;
}
.p-contact-form .p-contact-form__area-group input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact-form .p-contact-form__area-group input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}
.p-contact-form .p-contact-form__area-group textarea {
  border: none;
  background-color: #F4F4F4;
  width: 100%;
  padding: 8px;
  height: 220px;
  resize: none;
}
.p-contact-form .p-contact-form__area-group .-block--contact {
  border-top: 1px solid #a7a7a7;
}
.p-contact-form .p-contact-form__area-group .-block--contact .-block-ttl {
  align-items: flex-start;
}
.p-contact-form .p-contact-form__area-group .-block--contact .-title {
  padding-top: 15px;
}
.p-contact-form .p-contact-form__area-btnbox {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.p-contact-form .p-contact-form__area-btnbox .-btn {
  position: relative;
  width: 285px;
  border-radius: 40px;
  background-color: #FF9DCE;
}
.p-contact-form .p-contact-form__area-btnbox .-btn.-btn-back {
  background-color: #222;
  display: none;
}
.p-contact-form .p-contact-form__area-btnbox .-btn::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/contact-arrow.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.p-contact-form .p-contact-form__area-btnbox .-btn:hover {
  opacity: 0.8;
}
.p-contact-form .p-contact-form__area-btnbox input {
  position: relative;
  width: 100%;
  border: none;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    margin-top: 0rem;
    padding-bottom: 3.5714285714rem;
  }
  .p-contact-form .p-contact-form__txt {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
    padding: 0 1.4285714286rem;
  }
  .p-contact-form .p-contact-form__area {
    margin-top: 1.4285714286rem;
    border: none;
    padding: 2.1428571429rem 1.4285714286rem;
  }
  .p-contact-form .p-contact-form__area-ttl {
    font-size: 1.4285714286rem;
    padding-bottom: 1.0714285714rem;
    padding-left: 0.9285714286rem;
  }
  .p-contact-form .p-contact-form__area-ttl::before {
    width: 0.2142857143rem;
    height: 1.7857142857rem;
    top: 0.2142857143rem;
  }
  .p-contact-form .p-contact-form__area-group .-block {
    border-bottom: 1px solid #a7a7a7;
    padding: 1.4285714286rem 0;
  }
  .p-contact-form .p-contact-form__area-group .-block-ttl {
    width: 100%;
    background-color: #fff;
    padding: 0;
    padding-right: 0;
  }
  .p-contact-form .p-contact-form__area-group .-title {
    font-size: 1rem;
  }
  .p-contact-form .p-contact-form__area-group .-title-name {
    width: auto;
  }
  .p-contact-form .p-contact-form__area-group .-req {
    margin-left: 0.7142857143rem;
    padding: 0.2142857143rem;
    font-size: 0.8571428571rem;
    width: 3.2142857143rem;
    border-radius: 0rem;
  }
  .p-contact-form .p-contact-form__area-group .-block-cont {
    width: 100%;
    padding: 0px 0px 0rem;
    padding-top: 0.7142857143rem;
  }
  .p-contact-form .p-contact-form__area-group .-block-cont-in input {
    padding: 0.7142857143rem;
    font-size: 1rem;
  }
  .p-contact-form .p-contact-form__area-group .mwform-radio-field {
    margin-right: 0px;
    width: 100%;
    font-size: 1rem;
    margin-top: 0.7142857143rem;
  }
  .p-contact-form .p-contact-form__area-group .mwform-radio-field:first-child {
    margin-top: 0;
  }
  .p-contact-form .p-contact-form__area-group .mwform-radio-field.horizontal-item {
    margin-left: 0;
  }
  .p-contact-form .p-contact-form__area-group input[type=radio] {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    vertical-align: -0.1428571429rem;
  }
  .p-contact-form .p-contact-form__area-group input[type=radio]:checked:before {
    width: 0.6428571429rem;
    height: 0.6428571429rem;
  }
  .p-contact-form .p-contact-form__area-group textarea {
    padding: 0.7142857143rem;
    height: 8.5714285714rem;
  }
  .p-contact-form .p-contact-form__area-group .-block--contact {
    border-top: none;
  }
  .p-contact-form .p-contact-form__area-group .-block--contact .-block-ttl {
    align-items: flex-start;
  }
  .p-contact-form .p-contact-form__area-group .-block--contact .-title {
    padding-top: 0px;
  }
  .p-contact-form .p-contact-form__area-btnbox {
    margin-top: 3.5714285714rem;
    gap: 1.4285714286rem;
    flex-wrap: wrap;
  }
  .p-contact-form .p-contact-form__area-btnbox .-btn {
    width: 20.3571428571rem;
    border-radius: 2.8571428571rem;
  }
  .p-contact-form .p-contact-form__area-btnbox .-btn::before {
    width: 1rem;
    height: 0.6428571429rem;
    right: 2.8571428571rem;
  }
  .p-contact-form .p-contact-form__area-btnbox input {
    padding: 1.4285714286rem;
    font-size: 1rem;
  }
}

/*------------------------------------------------

p-contact-thanks

-------------------------------------------------*/
.p-contact-thanks {
  padding: 100px 0 120px;
}
.p-contact-thanks .-txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.p-contact-thanks .p-contact-thanks__btn {
  width: 300px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
.p-contact-thanks .p-contact-thanks__btn a {
  display: block;
  background-color: #35A7E3;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 4.2857142857rem 0 5rem;
  }
  .p-contact-thanks .-txt {
    font-size: 1rem;
  }
  .p-contact-thanks .p-contact-thanks__btn {
    width: 20rem;
    margin-top: 2.8571428571rem;
  }
  .p-contact-thanks .p-contact-thanks__btn a {
    border-radius: 2.8571428571rem;
    font-size: 1rem;
    padding: 1.4285714286rem 0;
  }
}

@media screen and (max-width: 768px) {
  /* Safari */
  _::-webkit-full-page-media, _:future, :root .p-top-contact .p-top-contact__area .p-contact-form__area-group input[type=radio] {
    vertical-align: -0.2857142857rem;
  }
}/*# sourceMappingURL=index.css.map */