@charset "UTF-8";
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 4rem;
    background: var(--hero-img_sp) bottom right/100% no-repeat, linear-gradient(to bottom, #fff 40%, #5cd1ff 56%);
    padding-bottom: 34rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-section {
    background: #fff var(--hero-img) bottom center/cover;
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
.hero-section h1 {
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .hero-section h1 {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .hero-section h1 {
    font-size: 8.8rem;
  }
}
.hero-section h1 span {
  color: var(--color-primary);
}
.hero-section .desc {
  font-weight: 500;
  color: #373737;
}
@media screen and (max-width: 767px) {
  .hero-section .desc {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .hero-section .desc {
    font-size: 2rem;
  }
}
.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (min-width: 768px) {
  .hero-section .hero-content {
    gap: 7.2rem;
  }
}
.hero-section .group {
  display: flex;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .hero-section .group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-section .group {
    gap: 3.6rem;
  }
}
.hero-section .group .item {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #373737;
  line-height: 1.2;
  gap: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hero-section .group .item {
    font-size: 2rem;
  }
}
.hero-section .group .item::before, .hero-section .group .item::after {
  content: "";
  display: block;
  aspect-ratio: 30/77;
  background: url(../images/top/hero-la.png) center/cover;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .hero-section .group .item::before, .hero-section .group .item::after {
    width: 3rem;
  }
}
.hero-section .group .item:after {
  transform: rotateY(180deg);
}
.hero-section .group .item b {
  display: block;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .hero-section .group .item b {
    font-size: 2.8rem;
  }
}
.hero-section .lab-desc {
  font-weight: 500;
  line-height: 1.2;
  color: #373737;
}
@media screen and (max-width: 767px) {
  .hero-section .lab-desc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #services .row {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #services .row .col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #services .row .col {
    width: 33.3333333333%;
  }
}
#services .service {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0 5rem rgba(0, 0, 0, 0.1490196078));
  padding: 2.4rem 2rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  #services .service {
    border-radius: 2.4rem;
  }
}
#services .service-1 {
  --service-ratio: 135/121;
  --service-w: 13.5rem;
}
#services .service-2 {
  --service-ratio: 143/121;
  --service-w: 14.3rem;
}
#services .service-3 {
  --service-ratio: 108/91;
  --service-w: 10.8rem;
}
#services .service .top {
  position: relative;
  margin-bottom: 1.2rem;
}
#services .service .top:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -0.9rem;
  width: var(--service-w);
  aspect-ratio: var(--service-ratio);
  background: var(--icon) top right/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #services .service .top:after {
    width: auto;
    height: 8rem;
  }
}
#services .service .top span {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.8rem;
  padding: 0 2.4rem;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  #services .service .top span {
    margin-bottom: 4.8rem;
  }
}
#services .service .top .ttl {
  color: #091524;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #services .service .top .ttl {
    font-size: 2.8rem;
  }
}
#services .service .txt {
  line-height: 1.5;
  margin-bottom: 2rem;
}
#services .service .bot {
  margin-bottom: 0;
  margin-top: auto;
}
#services .service .labels {
  display: flex;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  #services .service .labels {
    gap: 1.2rem;
  }
}
#services .service .labels .label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 1.2rem;
  background-color: #f3f6fd;
}
@media screen and (min-width: 768px) {
  #services .service .labels .label {
    padding: 0.4rem 1.2rem;
  }
}
#services .service .labels .label::before {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 2.5rem;
  font-size: 1.2rem;
  border-radius: 5rem;
  background-color: var(--color-primary);
}
#services .service .labels .label-money::before {
  content: "¥";
}
#services .service .labels .label-percent::before {
  content: "%";
}
#services .service .labels .label .inn {
  font-weight: 500;
  flex: 1;
}
#services .service .labels .label .inn p {
  color: #105d8b;
  font-size: 1.4rem;
}
#services .service .labels .label .inn p b {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #services .service .labels .label .inn p b {
    font-size: 2rem;
  }
}
#services .service .action {
  text-align: right;
  border-top: 1px dashed #21aee4;
  margin-top: 2rem;
  padding-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  #services .service .action {
    margin-top: 3.6rem;
    padding-top: 2.6rem;
  }
}
#services .service .action a {
  display: inline-flex;
  color: #21aee4;
  font-weight: bold;
  gap: 3.6rem;
  text-decoration: none;
  position: relative;
  padding: 1rem 0;
}
#services .service .action a::after {
  content: "";
  aspect-ratio: 1;
  width: 1.8rem;
  background: url(../images/common/icon-arrow-right.svg) right center/contain no-repeat;
}
#services .service .action a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #21aee4;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
#services .service .action a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

#why-choose-us .row {
  row-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  #why-choose-us .row .col {
    width: 50%;
  }
}
#why-choose-us .item {
  background-color: #fff;
  border-radius: 2.4rem;
  display: flex;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
}
@media screen and (min-width: 768px) {
  #why-choose-us .item {
    padding: 2.4rem;
  }
  #why-choose-us .item::before {
    content: "";
    aspect-ratio: 1;
    background: var(--icon) top center/contain no-repeat;
    width: 20rem;
  }
}
#why-choose-us .item .inn {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #why-choose-us .item .inn .top {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
  }
  #why-choose-us .item .inn .top::before {
    content: "";
    aspect-ratio: 1;
    background: var(--icon) top center/contain no-repeat;
    width: 10rem;
  }
}
#why-choose-us .item .inn .num {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.8rem;
  padding: 0 2.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #why-choose-us .item .inn .num {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}
#why-choose-us .item .inn .ttl {
  color: #091524;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #why-choose-us .item .inn .ttl {
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
  }
}
#why-choose-us .item .inn .txt b {
  color: #21aee4;
}

#how-it-works .list {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
#how-it-works .list .item {
  background-color: #fff;
  position: relative;
  border-radius: 2.4rem;
  filter: drop-shadow(0 0 5rem rgba(0, 0, 0, 0.0509803922));
}
#how-it-works .list .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  aspect-ratio: 1;
  background: url(../images/top/hiw-next.svg) top center/contain no-repeat;
  width: 4.8rem;
}
#how-it-works .list .item .step {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  #how-it-works .list .item .step {
    flex-direction: column;
    padding: 1.6rem 1.8rem;
    gap: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #how-it-works .list .item .step {
    gap: 3.6rem;
    padding: 2.4rem 4.8rem;
  }
}
#how-it-works .list .item .step .num {
  order: 1;
  aspect-ratio: 1;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
}
#how-it-works .list .item .step .num b {
  display: block;
}
#how-it-works .list .item .step .ttl {
  font-weight: bold;
  color: #091524;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
#how-it-works .list .item .step .txt b {
  color: #21aee4;
}
#how-it-works .list .item .step .left {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
#how-it-works .list .item .step .left::before, #how-it-works .list .item .step .left:after {
  content: "";
  order: 2;
}
#how-it-works .list .item .step .left::before {
  width: 0.1rem;
  height: 8rem;
  background-color: #cecece;
}
@media screen and (min-width: 768px) {
  #how-it-works .list .item .step .left::before {
    height: 10rem;
  }
}
#how-it-works .list .item .step .left:after {
  order: 3;
  aspect-ratio: 123/110;
  display: block;
  background: var(--icon) center/contain no-repeat;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  #how-it-works .list .item .step .left:after {
    width: 12.3rem;
  }
}

#news {
  position: relative;
}
#news ul {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news ul {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
#news ul li {
  display: flex;
  align-items: center;
  padding: 1.6rem 2rem;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  #news ul li {
    gap: 3.6rem;
  }
}
#news ul li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
#news ul li .date {
  font-weight: 500;
  padding: 0.6rem 1.6rem 0.8rem;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.8rem;
  width: 12rem;
}
#news ul li .txt {
  font-weight: 500;
}

.faq_wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .faq_wrap {
    gap: 0.2rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap {
    gap: 3.6rem;
  }
}
.faq_wrap .faq_item {
  background-color: #fff;
  align-items: flex-start;
  display: flex;
  padding: 2.7rem 1.6rem;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item {
    border-radius: 1.2rem;
    gap: 2.4rem;
    padding: 2.4rem;
  }
}
.faq_wrap .faq_item::before {
  content: "Q";
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.8rem;
  padding: 0.6rem 1.6rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item::before {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item::before {
    font-size: 2.4rem;
  }
}
.faq_wrap .faq_item .btn-more {
  cursor: pointer;
  position: relative;
  background: url(../images/top/faq-more.svg) center/contain no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item .btn-more {
    width: 2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item .btn-more {
    margin-left: 2.4rem;
    width: 2rem;
    height: 3rem;
  }
}
.faq_wrap .faq_item.active .btn-more {
  transform: rotateX(180deg);
}
.faq_wrap .faq_item.active .answer {
  display: block;
}
.faq_wrap .faq_item .faq-inn {
  flex: 1;
  width: 100%;
}
.faq_wrap .faq_item .question {
  cursor: pointer;
  font-weight: 500;
  color: #091524;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item .question {
    min-height: 2.4em;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item .question {
    font-size: 2rem;
    min-height: 3.8rem;
    display: flex;
    align-items: center;
  }
}
.faq_wrap .faq_item .answer {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item .answer {
    font-size: 1.4rem;
  }
}
.faq_wrap .faq_item .answer a {
  color: #046cca;
}