@charset "UTF-8";
.slick-prev, .slick-next {
  font-size: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .slick-prev:not(.slick-disabled):hover, .slick-next:not(.slick-disabled):hover {
    opacity: 0.6;
  }
}

.slick-prev::before {
  transform: scale(-1, 1);
}

.slick-disabled {
  pointer-events: none;
  opacity: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.slick-dots li button {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.slick-dots .slick-active {
  border: 1px solid #518193;
}
.slick-dots .slick-active button {
  background-color: #518193;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.progress-bar-container {
  height: 2px;
  background-color: #98b5bf;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #fff; /* お好みの色 */
  transition: width 0.3s;
}

.products .slick-next, .products .slick-prev, .flow .slick-next, .flow .slick-prev {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.products .slick-next::before, .products .slick-next::after, .products .slick-prev::before, .products .slick-prev::after, .flow .slick-next::before, .flow .slick-next::after, .flow .slick-prev::before, .flow .slick-prev::after {
  content: "";
  opacity: 1;
}
.products .slick-next::before, .products .slick-prev::before, .flow .slick-next::before, .flow .slick-prev::before {
  width: 3rem;
  height: 1rem;
  background: url(../img/common/arrow_w_02.svg) no-repeat center center/100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .products .slick-next::before, .products .slick-prev::before, .flow .slick-next::before, .flow .slick-prev::before {
    width: 4rem;
  }
}
.products .slick-next::after, .products .slick-prev::after, .flow .slick-next::after, .flow .slick-prev::after {
  background-color: #231815;
  position: absolute;
  inset: 0;
}
@media print, screen and (min-width: 768px) {
  .products .slick-next, .flow .slick-next {
    right: -12%;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 1080px) {
  .products .slick-next, .flow .slick-next {
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .products .slick-prev, .flow .slick-prev {
    left: -4%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .products .slick-prev, .flow .slick-prev {
    left: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products .slick-prev, .flow .slick-prev {
    left: -2.2rem;
  }
}
.products .slick-track, .flow .slick-track {
  display: flex;
  flex-wrap: nowrap;
}
.products .slick-slider, .flow .slick-slider {
  position: unset !important;
}
@media print, screen and (min-width: 768px) {
  .products .slick-slider, .flow .slick-slider {
    overflow: unset !important;
  }
}
.products .slick-slide, .flow .slick-slide {
  margin: 0 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .products .slick-list, .flow .slick-list {
    padding: 0 75% 0 0;
    overflow: unset !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .products .slick-list {
    padding: 0 70% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    padding: 0 61% 0 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .flow .slick-list {
    padding: 0 72% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .flow .slick-list {
    padding: 0 66% 0 0;
  }
}

.mv {
  position: relative;
  margin-bottom: 4.5rem;
}
.mv__wrapper .wrapper {
  position: relative;
  padding-top: 12rem;
  width: 70%;
  max-width: 1500px;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .wrapper {
    width: 85%;
    padding-top: 2rem;
  }
}
.mv__wrapper .img {
  position: absolute;
}
.mv__wrapper .img.mv_bg_deco {
  z-index: -1;
}
.mv__wrapper .img.img_top {
  width: 43.3333333333%;
  z-index: -1;
  right: 0;
  top: 11rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img_top {
    width: 39.1134289439%;
    top: 0;
  }
}
.mv__wrapper .img.img_bottom {
  width: 16.6666666667%;
  bottom: -4.5rem;
  left: 10rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img_bottom {
    width: 28.6831812256%;
    bottom: -7.5rem;
    left: -2rem;
  }
}
.mv__wrapper::before, .mv__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
.mv__wrapper::before {
  width: 47.5%;
  height: 100%;
  background-color: #d4e2e5;
}
@media print, screen and (min-width: 768px) {
  .mv__wrapper::before {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mv__wrapper::before {
    height: calc(100% - 7.5rem);
    bottom: 0;
  }
}
.mv__wrapper::after {
  width: 50%;
  height: 38%;
  background-color: #b9cdd4;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper::after {
    height: calc(100% - 53.8rem);
  }
}
.mv__title {
  font-size: 3.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mv__title {
    font-size: 4.7rem;
    letter-spacing: 0.2em;
  }
}
.mv__title small {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .mv__title small {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.mv__title strong {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .mv__title strong {
    font-size: 6.38rem;
    line-height: 1.2;
  }
}
.mv__slider {
  margin: 3rem auto 0;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .mv__slider {
    width: 90%;
    margin-left: 0;
  }
}
.mv__slider .slider_list figure {
  width: 100%;
  aspect-ratio: 1000/610;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .mv__slider .slider_list figure {
    aspect-ratio: 575/650;
  }
}
.mv__slider .slider_list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.mv__slider .slider_deco {
  width: 21%;
  position: absolute;
  bottom: 7.5rem;
  right: -10.5rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv__slider .slider_deco {
    width: 33.8461538462%;
    right: -8.5rem;
    bottom: 12rem;
  }
}
.mv__slider::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e0d9c7;
  top: -13rem;
  left: -10rem;
}
@media only screen and (max-width: 767px) {
  .mv__slider::before {
    height: 150%;
    top: -22.5rem;
  }
}
.mv .slick-dots {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .mv .slick-dots {
    left: 56%;
    bottom: -7.5rem;
  }
}
.mv .add-animation {
  -webkit-animation: zoomDown 15s linear 0s normal both;
          animation: zoomDown 15s linear 0s normal both;
}

.concept {
  padding-top: 16.5rem;
  margin-top: -4.5rem;
}
@media only screen and (max-width: 767px) {
  .concept {
    padding-top: 17rem;
  }
}
@media only screen and (max-width: 767px) {
  .concept .wrapper {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .concept__intro {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .concept__intro .txt_area {
    width: 50%;
    margin-top: 4.5rem;
    position: relative;
    left: -4.5rem;
    order: 2;
  }
}
.concept__intro .txt_area p {
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .concept__intro .txt_area p {
    font-size: 3rem;
    line-height: 2;
  }
}
.concept__intro .txt_area p:first-of-type {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .concept__img {
    width: 50%;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .concept__img {
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .concept__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .concept__area {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .concept__box {
    width: 46.3636363636%;
    margin-top: 6rem;
  }
}
.concept__box a {
  display: block;
}
.concept__box .title {
  display: flex;
  align-items: center;
}
.concept__box .title_img {
  width: 7.8rem;
  margin: 0 0.5rem 0 -0.5rem;
}
@media only screen and (max-width: 767px) {
  .concept__box .title_img {
    margin: 0 0 0 -2rem;
    width: 12.6rem;
  }
}
.concept__box .title_text {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 2.1875;
}
@media only screen and (max-width: 767px) {
  .concept__box .title_text {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    line-height: 1.4705882353;
  }
}
.concept__box p {
  letter-spacing: 0.1em;
  line-height: 2.1875;
}
@media only screen and (max-width: 767px) {
  .concept__box p {
    line-height: 2.0714285714;
    margin-top: 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .concept__box.box_03 {
    margin-left: 9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .concept__box.box_04 {
    margin-right: -9rem;
  }
}
@media only screen and (max-width: 767px) {
  .concept__box:not(:first-of-type) {
    margin-top: 6rem;
  }
}

.products {
  padding-top: 29rem;
  margin-top: -12rem;
  background: url(../img/top/products_bg.png) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .products {
    padding-top: 41.7rem;
    margin-top: -26.5rem;
    background-position: left 49.5% top 0%;
    background-size: 266%;
  }
}
.products__wrapper {
  padding: 8rem 0;
  position: relative;
}
.products__wrapper::before {
  content: "";
  background-color: #518193;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
.products__content {
  position: relative;
  z-index: 1;
}
.products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products__more {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .products__more {
    font-size: 2.1rem;
  }
}
.products__gallery {
  margin: 4rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .products__gallery {
    width: 1330px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .products__gallery {
    width: 110%;
  }
}
.products__gallery .gallery_list {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products__gallery .gallery_list {
    width: 200%;
  }
}
.products__gallery .gallery_list .item figure {
  width: 100%;
  aspect-ratio: 310/230;
}
.products__gallery .gallery_list .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.products__gallery .gallery_list .item p {
  margin-top: 1.25rem;
}
.products__gallery .gallery_list .item .info {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .products__gallery .gallery_list .item .info {
    font-size: 2.4rem;
  }
}
.products__gallery .gallery_list .item .info span {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fff;
}
.products__gallery .gallery_list .item .info span:not(:first-of-type) {
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .products .slick-current figure {
    background-color: #fff;
    padding: 1rem;
  }
}

.about {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .about {
    padding-bottom: 17rem;
  }
}
.about__wrapper {
  padding-top: 12rem;
  position: relative;
}
.about__sub {
  display: flex;
  align-items: center;
  gap: 0 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .about__sub {
    margin-bottom: 8rem;
  }
}
.about__sub .title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .about__sub .title {
    font-size: 3.4rem;
  }
}
.about__list .company_list .item {
  display: flex;
  padding: 3.5rem 0;
  border-top: 1px solid #ccc;
  width: 47%;
}
@media print, screen and (min-width: 768px) {
  .about__list .company_list .item {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .about__list .company_list .item {
    width: 100%;
    padding: 6rem 0;
  }
}
.about__list .company_list .item .title {
  width: 23.0769230769%;
}
@media only screen and (max-width: 767px) {
  .about__list .company_list .item .title {
    width: 27.6564774381%;
  }
}
.about__list .company_list .item .detail {
  line-height: 1.875;
  letter-spacing: 0.1em;
  width: 76.9230769231%;
}
@media only screen and (max-width: 767px) {
  .about__list .company_list .item .detail {
    width: 72.3435225619%;
  }
}
.about__mv {
  width: 60rem;
}
@media print, screen and (min-width: 768px) {
  .about__mv {
    position: absolute;
    top: 0;
    right: -20rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__mv {
    width: 58rem;
    margin: 8rem -6% 0 auto;
  }
}
.about__mv .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about__mv .img {
    padding-bottom: 4.4rem;
  }
}
.about__mv .img::before {
  content: "";
  width: 71.9rem;
  aspect-ratio: 719/757;
  background-color: #d4e2e5;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .about__mv .img::before {
    bottom: 0;
    right: -1em;
  }
}
.about__mv .img img {
  position: relative;
  z-index: 1;
}
.about__box.box_top {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .about__box.box_top {
    margin-top: 8rem;
  }
}
.about__box.box_bottom .company_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__box.box_bottom .company_list .item:last-child, .about__box.box_bottom .company_list .item:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
.about__container:not(:first-of-type) {
  margin-top: 8rem;
}
.about__map {
  aspect-ratio: 1000/400;
  background-color: #ccc;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .about__map {
    width: 90.9090909091%;
    margin: 0 -20rem 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .about__map {
    aspect-ratio: 687/400;
  }
}
.about__img {
  width: 54rem;
}
@media print, screen and (min-width: 768px) {
  .about__img {
    position: absolute;
    left: -13.5rem;
    top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__img {
    width: 84.4250363901%;
    margin-top: 13rem;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .about__info {
    margin-top: 13rem;
  }
}
.about__info .name {
  color: #518193;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.about__info .name .large {
  font-size: 2.8rem;
  display: inline-block;
  margin-right: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .about__info .name .large {
    font-size: 4rem;
  }
}
.about__info .reg {
  letter-spacing: 0.2em;
  color: #518193;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .about__info .reg {
    margin-top: 2rem;
  }
}
.about__info .info_data_list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .about__info .info_data_list {
    margin-top: 4rem;
  }
}
.about__info .info_data_list dt {
  width: 19%;
}
.about__info .info_data_list dd {
  width: 81%;
}
.about__info .info_list {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__info .info_list {
    margin-top: 4rem;
  }
}
.about__info .info_list li {
  line-height: 2.1875;
}
.about__info * + p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__info * + p {
    margin-top: 4rem;
  }
}
.about .container_map {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about .container_map .about__sub {
    position: absolute;
    top: 0;
  }
}
.about .container_profile {
  position: relative;
}
.about .container_profile::before {
  content: "";
  width: 54rem;
  aspect-ratio: 540/650;
  background-color: #e0d9c7;
  position: absolute;
  top: 0;
  left: -20rem;
}
@media only screen and (max-width: 767px) {
  .about .container_profile::before {
    width: 81.5138282387%;
    aspect-ratio: 560/512;
    top: 18rem;
    left: -6%;
  }
}
.about .container_profile .profile_wrap {
  width: 54.5454545455%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .about .container_profile .profile_wrap {
    display: contents;
  }
}

.flow {
  padding-top: 8rem;
  position: relative;
}
.flow::before {
  content: "";
  width: 100%;
  height: 33rem;
  background-color: #518193;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow::before {
    height: 62rem;
  }
}
.flow__area {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .flow__area {
    width: 1623px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .flow__area {
    width: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .flow__area {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow__area .flow_list {
    width: 280%;
  }
}
.flow__card {
  height: auto;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .flow__card {
    padding-top: 3.5rem;
  }
}
.flow__card .card_inner {
  padding-top: 7.5rem;
  position: relative;
  background-color: #fff;
  box-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flow__card .circle {
  background-color: #eed26e;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .flow__card .circle {
    top: -3rem;
    width: 13.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow__card .circle .circle_img {
    top: 20%;
  }
}
.flow__card .circle .circle_img img {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .flow__card .circle .circle_num {
    font-size: 3.5rem;
  }
}
.flow__card .title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .flow__card .title {
    font-size: 3.2rem;
    margin-top: 6rem;
  }
}
.flow__card .list-type01 {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  color: #518193;
  margin: 1.5rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .flow__card .list-type01 {
    font-size: 2.8rem;
    margin: 5rem 0 8rem;
  }
}
.flow__card .img {
  margin-top: auto;
}
.flow__card .text_area {
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .flow__card .text_area {
    padding: 0 5rem;
  }
}
.flow__card p {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
@media only screen and (max-width: 767px) {
  .flow__card p {
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
.flow__card.card_04 .img {
  margin-top: 2rem;
}

.price {
  padding: 7.5rem 0 8rem;
  position: relative;
  background-image: url(../img/top/price_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 65rem;
}
@media only screen and (max-width: 767px) {
  .price {
    padding: 10rem 0 10rem;
    background-size: 44rem;
    background-image: url(../img/top/price_bg_sp.png);
  }
}
.price .price_wrap {
  background-color: #fff;
  padding: 3rem 5rem 4rem;
}
@media print, screen and (min-width: 768px) {
  .price .price_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .price .price_wrap {
    padding: 5rem 5rem 6rem;
  }
}
.price .circle {
  background-color: #eed26e;
}
.price::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #518193;
  mix-blend-mode: saturation;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.price__box {
  margin-top: 4rem;
}
.price__top {
  margin-top: 4rem;
  padding: 1.5rem 0;
  background-color: #b9cdd4;
}
.price__top p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .price__top p {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .price__left {
    width: 50.6%;
  }
}
.price__left .price_list {
  font-weight: bold;
  color: #518193;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .price__left .price_list {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .price__left .price_list {
    margin-top: 5rem;
  }
}
.price__left .price_list li {
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media print, screen and (min-width: 768px) {
  .price__left .price_list li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .price__left .price_list li {
    line-height: 1.6428571429;
  }
}
@media print, screen and (min-width: 768px) {
  .price__right {
    width: 43.5%;
  }
}
.price__right .price_list {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .price__right .price_list {
    margin-top: 8rem;
  }
}
.price__right .price_list li {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
  text-indent: -3.3em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .price__right .price_list li {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 0;
    text-indent: -3em;
    padding-left: 3em;
  }
}
.price__bottom {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .price__bottom {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
.price__bottom p {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.price__bottom p span {
  line-height: 2;
}
.price__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4rem;
}
@media only screen and (max-width: 767px) {
  .price__title .circle {
    width: 12rem;
  }
}
.price__title .title {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .price__title .title {
    font-size: 3.4rem;
  }
}

.faq {
  padding: 15rem 0;
  background-image: url(../img/top/faq_bg01.png), url(../img/top/faq_bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 65rem, 100rem;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 17rem 0;
    background-size: 44rem, 64rem;
    background-image: url(../img/top/faq_bg01_sp.png), url(../img/top/faq_bg02_sp.png);
  }
}
.faq__area {
  background-color: #fff;
  margin-top: 5rem;
  padding: 4rem 5rem;
  box-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .faq__area {
    margin-top: 6rem;
    padding: 6rem 4rem;
  }
}
.faq__box .question {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0.5rem 6.5rem 0.5rem 0.5rem;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq__box .question {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 1rem 7rem 1rem 1rem;
    gap: 0 3rem;
  }
}
.faq__box .question p {
  width: calc(100% - 6rem);
}
@media only screen and (max-width: 767px) {
  .faq__box .question p {
    width: calc(100% - 10.5rem);
    line-height: 1.46875;
  }
}
.faq__box .question .num {
  font-size: 2.2rem;
  font-family: "Abel", serif;
  letter-spacing: 0.07em;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 6rem;
  aspect-ratio: 1/1;
  background-color: #518193;
}
@media only screen and (max-width: 767px) {
  .faq__box .question .num {
    font-size: 3.85rem;
    line-height: 10.5rem;
    width: 10.5rem;
  }
}
.faq__box .question::after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center center/100%;
  width: 2rem;
  aspect-ratio: 20/4;
  position: absolute;
  top: 50%;
  right: 2.9rem;
  transform: translateY(-50%);
  rotate: 90deg;
  transition: all 0.3s ease-in-out;
}
.faq__box .question:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .faq__box .question:hover::after {
    top: 60%;
  }
}
.faq__box .question.active::after {
  top: 50% !important;
  rotate: -90deg;
}
.faq__box .answer {
  margin: 3rem 0 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.faq__box .answer:not(.active) {
  display: none;
}
.faq__box:not(:first-of-type) {
  margin-top: 2rem;
}