@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/********************************************/
/* fv */
/********************************************/
@media (min-width: 768px) {
  .fv {
    padding-top: 50px;
  }
  .fvContainer {
    width: calc(100% - 30px);
  }
  .fvTitContainer {
    padding-top: 0;
  }
  .fvImgContainer {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 189vmin;
  }
}
@media (max-width: 767px) {
  .heatstroke__inr {
    padding: 0;
  }
  .heatstroke__ttl-dot {
    font-size: 8.2666666667vw;
  }
  .heatstroke__txt {
    padding: 0 4%;
  }
}
/********************************************/
/* color_variation_block */
/********************************************/
.color_variation_block {
  padding: 60px 0;
  background: #fcfcfc;
}
.color_variation_block .main_width {
  width: calc(100% - 30px);
  max-width: 1120px;
  margin: auto;
  text-align: center;
}
.color_variation_block .gooddesign_logo {
  width: 80%;
  max-width: 480px;
  margin: 0 auto 46px;
}
.color_variation_block .gooddesign_logo p {
  margin-top: 15px;
  color: #484848;
  text-align: center;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 500;
}
.color_variation_block .ttl {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: clamp(25px, 4vw, 35px);
  font-weight: 500;
}
.color_variation_block .img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.color_variation_block .__sub_txt {
  font-size: 12px;
  text-align: center;
  color: #999999;
  margin-top: 10px;
}

.color_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.color_list li {
  text-align: center;
}
.color_list li img {
  display: block;
  margin-bottom: 10px;
  max-width: 48px;
}
.color_list li span {
  color: inherit;
}

/********************************************/
/* color_office_block */
/********************************************/
.color_office_block {
  padding: 60px 0;
}
.color_office_block .priceSceneTit {
  margin-bottom: 30px;
}
.color_office_block .swiper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.color_office_block .swiper-slide {
  position: relative;
  width: 80%;
  max-width: 850px;
  padding-bottom: 110px; /* テキスト用の余白 */
}
@media (max-width: 767px) {
  .color_office_block .swiper-slide {
    padding-bottom: 60px;
  }
}
.color_office_block .swiper-slide .caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.color_office_block .swiper-slide.swiper-slide-active .caption {
  opacity: 1;
}
.color_office_block .swiper-pagination {
  bottom: 40px;
}
@media (max-width: 767px) {
  .color_office_block .swiper-pagination {
    bottom: 30px;
  }
}
.color_office_block .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .color_office_block .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
  }
}
.color_office_block .swiper-pagination .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
  border: solid 1px #b7b7b7;
  opacity: 1;
}
.color_office_block .swiper-pagination .swiper-pagination-bullet:first-child {
  background: #fff;
}
.color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(6), .color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #fff0fd;
}
.color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(7), .color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #080808;
}
.color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(8), .color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../images/color-wood.png) no-repeat center/cover;
}
.color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(9), .color_office_block .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../images/color-l-wood.png) no-repeat center/cover;
}
.color_office_block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/********************************************/
/* priceContent */
/********************************************/
.pricePlanAnsNum h2 {
  margin: 30px 20px 48px 60px;
}
@media (max-width: 767px) {
  .pricePlanAnsNum h2 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .pricePlanAns {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .priceContent .priceTit .highright {
    font-size: 25px;
  }
}
.priceContent .priceTit .highright .big {
  font-family: "roboto";
  font-weight: 400;
}

.priceSection .priceContent .ttl_area .ttl .co_red {
  color: #D33762;
}
.priceSection .priceContent .ttl_area .ttl .co_red small {
  color: inherit;
  font-size: 0.625em;
  font-weight: inherit;
}

.priceContentCost {
  width: calc(100% - 60px);
  max-width: 900px;
  background: #f1f7ff;
  margin: 0 auto 68px;
  padding: 40px 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.priceContentCost .ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 700;
}
.priceContentCost .ttl .co_red {
  color: #D33762;
  font-size: 1em;
  font-weight: inherit;
}
.priceContentCost .txt {
  margin-bottom: 0.5em;
  color: #D33762;
  font-size: clamp(23px, 7.5vw, 42px);
  font-weight: 700;
}
.priceContentCost .txt .big {
  font-family: "roboto";
  font-weight: 400;
  color: inherit;
  font-size: clamp(85px, 2.85em, 120px);
  line-height: 1;
}
.priceContentCost .cost_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 33px;
}
.priceContentCost .cost_list li {
  min-width: 125px;
}
@media (max-width: 767px) {
  .priceContentCost .cost_list li {
    min-width: calc(50% - 2px);
  }
}
.priceContentCost .cost_list li {
  padding: 0.3em 1.4em;
  border-radius: 30px;
  background: #1774C4;
  color: #fff;
  text-align: center;
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .priceContentCost .cost_list li:last-child {
    width: 100%;
  }
}
.priceContentCost .__sub_txt {
  font-size: 12px;
  text-align: center;
  color: #999999;
}

.priceSection .priceComp_2 .priceComp_2Container .ttl_area h3 {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .priceSection .priceComp_2 .priceComp_2Container .ttl_area h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .priceComp_2Img {
    position: relative;
    overflow: hidden;
  }
  .priceComp_2Img img {
    max-width: 800px;
    width: 200%;
    margin-bottom: 20px;
  }
  .scroll_box .ps__rail-x {
    height: 6px;
    background-color: #f1f7ff; /* ベースの線 */
    opacity: 1;
  }
  .scroll_box .ps__thumb-x {
    height: 6px;
    background-color: #1774c4; /* 現在位置 */
    border-radius: 3px;
  }
  .scroll_box .ps__rail-x:hover > .ps__thumb-x {
    background-color: #1774c4;
  }
}
.marker {
  display: inline;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, #fff777 0%);
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}
.marker.ver_blue {
  background: linear-gradient(transparent 60%, #d6ecfe 0%);
}

@media (min-width: 768px) {
  .interviewSection .interviewContent .slider_box ul li .txt {
    font-size: 15px;
    line-height: 1.7;
  }
  .funcContentTxt p,
  .funcContentTxt2 p {
    line-height: 1.875;
  }
  .funcImg2 {
    margin-left: 70px;
  }
  .funcContentTxt2 {
    width: 500px;
  }
  .funcContentTxt2 h5 {
    width: 100%;
  }
}
.priceComp_2Container .ttl_area .big {
  font-family: "roboto";
  font-weight: 400;
}
.priceComp_2Container .cau-list li {
  line-height: 2;
}
@media (max-width: 767px) {
  .priceComp_2Container .cau-list li {
    line-height: 1.6;
  }
}

/********************************************/
/* faq */
/********************************************/
#faq_block .faqItem {
  padding: 0;
}
#faq_block .faqItem dt {
  width: 850px;
  margin: auto;
  padding: 25px 50px 25px 25px;
}
@media (max-width: 767px) {
  #faq_block .faqItem dt {
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
  #faq_block .faqItem dt:before {
    top: auto;
  }
}
#faq_block .faqItem dd {
  width: 850px;
  margin: auto;
  padding: 0 50px 25px 25px;
}
#faq_block .faqItem dd:before {
  top: auto;
}
@media (max-width: 767px) {
  #faq_block .faqItem dd {
    width: 100%;
    padding: 0 40px 20px 20px;
  }
}
#faq_block .faqItem .ttl {
  position: relative;
  cursor: pointer;
}
#faq_block .faqItem .ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../images/ico-plus.svg) no-repeat top right/contain;
}
@media (max-width: 767px) {
  #faq_block .faqItem .ttl:after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
#faq_block .faqItem .txt {
  display: none;
}
#faq_block .faqItem.open .ttl:after {
  background: url(../images/ico-minus.svg) no-repeat center/contain;
}

@media (min-width: 768px) {
  .faqContainerWrap {
    width: 96%;
    max-width: 1400px;
  }
  .faqContainer {
    width: 96%;
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .faqContainer {
    margin-top: -210px;
    top: 0;
  }
  .faqContent {
    padding-right: 10px;
    margin-bottom: 0;
  }
  .faqItem {
    width: auto;
  }
  .faqItem dt {
    padding-right: 30px;
  }
}
.float.is-visible {
  z-index: 999;
}/*# sourceMappingURL=adjust.css.map */