@charset "UTF-8";

/* ------------------------------------
  キービジュアル
-------------------------------------- */

.p-kv-slider {
  overflow: hidden;
}

.p-kv-slider__slide img {
  width: 100%;
  vertical-align: top;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.p-kv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-kv-contents__en {
  font-size: 5.5rem;
  font-weight: 800;
}

.p-kv-contents .p-kv-contents__en br {
  display: none;
}

.p-kv-contents .p-kv-contents__catch {
  font-size: 3rem;
  font-weight: 600;
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.p-kv-contents .p-kv-contents__text {
  font-size: 2rem;
  padding-right: 80px;
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

@media screen and (max-width: 1480px) {
  .p-kv-contents__en {
    font-size: 4.5rem;
  }

  .p-kv-contents .p-kv-contents__catch {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kv-slider__slide img {
    height: calc(100vh - 70px);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 580px) {
  .p-kv-contents__en {
    font-size: 3.5rem;
    line-height: 1.25;
    padding-bottom: 25px;
  }
  .p-kv-contents .p-kv-contents__catch {
    font-size: 2rem;
  }
  .p-kv-contents .p-kv-contents__text {
    font-size: 1.4rem;
  }
}
/* 
  TOP Contents
-------------------------------------- */
.l-top-concept ul.border-dotto {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.l-top-concept ul.border-dotto li {
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

img.img-concept {
  display: block;
  max-width: 960px;
  margin: 60px auto;
}

@media screen and (max-width: 960px) {
  img.img-concept {
    max-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .l-top-concept .f20 {
    font-size: 1.6rem;
  }
}

/* 
  TOP Feature
----------------------- */

.top-features--inner .p-flex {
  padding-top: 60px;
  gap: 60px 40px;
}

.top-features--inner .p-flex li:nth-child(2) {
  margin-top: -60px;
}

.top-features--inner {
  padding-left: 50px;
  padding-right: 50px;
}

.p-features-list--item {
  width: 30%;
  padding: 20px;
}

.p-features-list--img {
  /*aspect-ratio: 3/2;*/
  margin-bottom: 20px;
}

.p-features-list--img img {
  object-fit: contain;
  border-radius: 100vh;
}

.p-card-list__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
  .top-features--inner .p-flex {
    gap: 30px 0;
  }
  .top-features--inner {
    padding-left: 0;
    padding-right: 0;
  }

  .p-features-list--item {
    width: 32%;
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .top-features--inner .p-flex {
    gap: 15px 0;
    padding-top: 0;
  }

  .p-features-list--item {
    width: 100%;
  }

  .top-features--inner .p-flex li:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .p-features-list--item .f30 {
    font-size: 2.5rem;
  }

  .p-features-list--item .f20 {
    font-size: 1.6rem;
  }

  .p-features-list--img {
    width: 80%;
    margin: 0 auto;
  }

  .p-features-list--img img {
    border-radius: 15px;
  }
}

/* 
  TOP Company
----------------------- */
.l-top-company .l-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 100px 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
}

.p-company-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 60px;
}

.p-company-list dt,
.p-company-list dd {
  box-sizing: border-box;
}

.p-company-list dt {
  display: flex;
  width: 25%;
  padding: 25px 20px 25px 60px;
  font-weight: 600;
}

.p-company-list dt,
.p-company-list dd {
  border-bottom: 1px dotted #505050;
}

.p-company-list dt:last-of-type,
.p-company-list dd:last-of-type {
  border: none;
}

.p-company-list dd {
  width: 75%;
  margin-left: 0;
  padding: 25px 20px;
}

.p-message {
  background: #555;
  padding-top: 115px;
  padding-bottom: 100px;
  margin-top: 160px;
}

.p-message .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.75;
}

.shape-message {
  max-width: 420px;
  position: absolute;
  bottom: -100px;
  right: -60px;
}

@media screen and (max-width: 960px) {
  .l-top-company .l-container {
    max-width: 100%;
    width: 94%;
    padding: 60px 30px 30px;
  }

  .p-company-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-company-list dt {
    padding: 25px 20px 25px 20px;
  }
}

@media screen and (max-width: 580px) {
  .l-top-company .l-container {
    border-radius: 15px;
  }

  .p-company-list {
    display: block;
    margin-top: 0;
  }

  .p-company-list dt,
  .p-company-list dd {
    width: 100%;
  }

  .p-company-list dd {
    padding: 0 20px 25px;
  }

  .p-company-list dt {
    padding: 25px 20px 0 20px;
    border-bottom: none;
  }

  .p-message {
    background: #555;
    padding-top: 60px;
    margin-top: 60px;
  }

  .shape-message {
    max-width: 100%;
    right: auto;
  }
}
/* 
  TOP FAQ
----------------------- */
.p-top-faq {
  padding: 100px 30px;
}

.p-accordion-inner {
  margin-bottom: 15px;
  border-bottom: 1px dotted #d6d6d6;
}

.p-accordion-title {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600;
  padding: 25px 50px;
  transition: all 0.5s ease;
}

.p-accordion-title::before,
.p-accordion-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #707070;
}

.p-accordion-title::before,
.p-accordion-title::after {
  top: 48%;
  right: 50px;
  transform: rotate(0deg);
}

.p-accordion-title::before {
  transform: rotate(0deg);
}

.p-accordion-title::after {
  transform: rotate(90deg);
}

/* FAQ アイコン */
.icon-q {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  background: #43433d;
  color: #fff;
  border-radius: 100vh;
  margin-right: 12px;
  font-size: 20px;
}

.fc-orange {
  color: #fe9421;
}

.p-accordion-title .fc-orange {
  padding-right: 15px;
}

/*　openというクラスがついたら形状変化　*/
.p-accordion-title.open::before {
  transform: rotate(0deg);
}

.p-accordion-title.open::after {
  transform: rotate(-45deg);
  display: none;
}

/*アコーディオンで現れるエリア*/
.p-accordion-inner-box {
  display: none;
  /*はじめは非表示*/
  max-width: 90%;
  margin: 0 auto;
  padding: 25px 50px 80px;
  font-size: 1.6rem;
}

.acd-box p {
  display: flex;
}

@media screen and (max-width: 960px) {
  .p-accordion-title {
    max-width: 100%;
    padding: 25px 60px 25px 0;
  }

  .p-accordion-inner-box {
    max-width: 100%;
    padding: 0 0 40px;
  }

  .p-accordion-title::before,
  .p-accordion-title::after {
    width: 15px;
    height: 2px;
  }

  .p-accordion-title::before,
  .p-accordion-title::after {
    top: 48%;
    right: 30px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 580px) {
  .p-top-faq {
    padding: 60px 0;
  }

  .p-accordion-title {
    font-size: 1.6rem;
  }
}
