@charset "utf-8";

/* new css */
/*===================
about
===================*/
/* aboutページの共通↓================= */
.about__sec.intro {
  padding-bottom: clamp(30px, 3.875vw, 62px);
}
.about__sec {
  padding-bottom: clamp(80px, 8vw, 128px);
}
.about__ttl-ja.intro {
  font-size: clamp(15px, 1.125vw, 18px);
  padding-top: clamp(20px, 3.061vw, 30px);
  padding-bottom: clamp(20px, 3.061vw, 30px);
  padding-left: clamp(20px, 5.125vw, 82px);
  padding-right: clamp(20px, 5.125vw, 82px);
}
.about__ttl-ja {
  font-size: clamp(16px, 1.375vw, 22px);
  padding-top: clamp(20px, 3.061vw, 30px);
  padding-bottom: clamp(20px, 3.061vw, 30px);
  padding-left: clamp(20px, 5.125vw, 82px);
  padding-right: clamp(20px, 5.125vw, 82px);
}
.about__ttl-en {
  /* padding-top: clamp(30px, 3.75vw, 60px);
  padding-bottom: clamp(20px, 2.1875vw, 35px); */
  font-family: century-gothic, sans-serif;
  font-size: clamp(45px, 6vw, 96px);
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about__secTxt {
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: 500;
  line-height: 2.2916;
}
.about__headingCatchCopy {
  width: 100%;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: clamp(13px, 1.125vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.aboutPrice__headingPic {
  position: relative;
}
.aboutPrice__headingPic .img {
  min-height: 300px;
  object-fit: cover;
}
.about__catch {
  position: relative;
}
.about__catchCopy {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.about__subheading01 {
  margin-bottom: clamp(13px, 1.25vw, 20px);
  font-size: clamp(16px, 1.4375vw, 23px);
  font-weight: 700;
  line-height: 1.75;
}
.about__subheading02 {
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 900;
  line-height: 1.75;
}
.about__subheading03 {
  padding: clamp(30px, 4.125vw, 66px) 0;
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.about__subheading03 + .about__subheading03 {
  padding-top: 0;
}
.about__subheading03.first {
  padding-top: 0;
  padding-bottom: 20px;
}
.about__subheading03-type02 {
  padding-bottom: clamp(30px, 4.125vw, 66px);
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.about__contents {
  padding-bottom: clamp(50px, 10vw, 160px);
}
/* カタログ、ご来場予約キャンペーン資料請求バナー↓ */
/* カタログ */
.catalog {
  padding-top: clamp(50px, 6.8125vw, 109px);
  padding-bottom: clamp(50px, 6.8125vw, 109px);
  background: url(../imgs_new/about_common/catalog_banner_bg.jpg) center center /
    cover no-repeat;
}

.catalog__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog__leftBox {
  width: 41%;
}
.catalog__rightBox {
  width: 50%;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}
.catalog__txt01 {
  margin-bottom: clamp(14px, 1.25vw, 20px);
  font-size: clamp(14px, 1.5625vw, 25px);
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
}
.catalog__txt02 {
  padding-top: clamp(20px, 3.611vw, 52px);
  border-top: 1px solid #fff;
  font-size: clamp(18px, 2.625vw, 42px);
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.catalog__txt03 {
  padding-bottom: clamp(20px, 3.611vw, 52px);
  border-bottom: 1px solid #fff;
  margin-bottom: clamp(14px, 2.125vw, 34px);
  font-size: clamp(20px, 3.4375vw, 55px);
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
/* キャンペーン */
.campaign {
  padding-top: clamp(50px, 8.625vw, 138px);

  /* background: url(../imgs_new/about_common/campaign_bg.jpg) center center /
    cover no-repeat; */
  background: #58a3ba;
  position: relative;
}
.campaign__container {
  padding-bottom: clamp(50px, 5.375vw, 86px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.campaign__container::before {
  display: block;
  content: "";
  width: 61%;
  max-width: 977px;
  padding-top: 46%;
  background: url(../imgs_new/about_common/campaign_img01.png) center center /
    cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.campaign__leftBox {
  width: 49%;
  position: relative;
  z-index: 1;
}
.campaign__rightBox {
  width: 40%;
}

.campaign__logo {
  max-width: 221px;
  margin: 0 auto;
}
.campaign__txt01 {
  margin-bottom: 20px;
  font-size: clamp(20px, 3.4375vw, 55px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.campaign__txt02 {
  /* width: 85%; */
  width: fit-content;
  max-width: 499px;
  padding: 6px 14px 5px 65px;
  margin: 0 auto 33px;
  background: #fff073;
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: 500;
  color: #58a3ba;
  position: relative;
  text-align: right;
}
.campaign__txt02::before {
  display: block;
  content: "";
  max-width: 126px;
  width: 23%;
  padding-top: 17.5%;
  background: url(../imgs_new/about_common/campaign_icon.png) center center /
    cover no-repeat;
  position: absolute;
  top: 47%;
  left: -11%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.campaign__txt02-big01 {
  display: inline-block;
  font-size: clamp(16px, 1.4375vw, 23px);
  font-weight: 500;
}
.campaign__txt02-big02 {
  display: inline-block;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 1;
}
.campaign__txt03 {
  margin-bottom: 62px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
/* バナー共通 */
.banner__inner {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
.bannerBtn__link {
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  display: block;
  width: 100%;
  max-width: 232px;
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 10px;
  padding-right: 21px;
  margin: 0 auto;
  background-color: #58a3ba;
  border-radius: 10px;
  position: relative;
  line-height: 1;
}
.campaign .bannerBtn__link {
  background: #b7a958;
}
.bannerBtn__link::after {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs_new/common/sml_arrow_rgt.png") center center / cover
    no-repeat;
  transition: all 0.3s;
}

/* カタログ、ご来場予約キャンペーン資料請求バナー↑ */
@media screen and (max-width: 1150px) {
  .about__catchCopy {
    margin-top: 10px;
    position: static;
    transform: none;
    text-align: left;
    font-size: 17px;
  }
}
@media screen and (max-width: 950px) {
  /* カタログ、ご来場予約キャンペーン資料請求バナー↓ */
  .campaign__leftBox {
    max-width: 480px;
    width: 100%;
  }

  /* カタログ、ご来場予約キャンペーン資料請求バナー↑ */
}
@media screen and (max-width: 750px) {
  .about__headingCatchCopy {
    top: 66%;
  }
  /* カタログ、ご来場予約キャンペーン資料請求バナー↓ */
  .catalog__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 4vw;
  }
  .catalog__rightBox {
    width: 100%;
    max-width: 450px;
  }
  .catalog__leftBox {
    width: 100%;
    max-width: 401px;
  }
  .campaign__container {
    display: block;
  }

  .bannerBtn__link {
    max-width: 180px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-right: 20px;
  }

  /* カタログ、ご来場予約キャンペーン資料請求バナー↑ */
  .about__spLeft {
    text-align: left;
  }
  .about__spLeft02 {
    padding-left: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  /* カタログ、ご来場予約キャンペーン資料請求バナー↓ */
  .campaign__txt02 {
    padding: 6px;
    text-align: center;
  }
  .campaign__txt02::before {
    display: none;
  }
  .campaign__txt03 {
    margin-bottom: 41px;
  }
  /* カタログ、ご来場予約キャンペーン資料請求バナー↑ */
}
/* aboutページの共通↑================= */

/* ヴォイズのこと↓================= */
.aboutVoiz__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.aboutVoiz__leftBox {
  width: 44%;
  padding-left: clamp(20px, 3.5vw, 70px);
  padding-top: clamp(20px, 2.5vw, 70px);
}
.aboutVoiz__rightBox {
  width: 56%;
}
.aboutVoiz__txtBox {
  margin-bottom: clamp(20px, 1.875vw, 30px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.aboutVoiz__txt01 {
  margin-bottom: clamp(20px, 1.875vw, 30px);
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 700;
  line-height: 1.53;
}
.aboutVoiz__txt02 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(80px, 7.5vw, 120px);
  font-weight: 600;
  line-height: 1;
  color: #c65c26;
}
.aboutVoiz__txt03 {
  font-size: clamp(20px, 3.125vw, 50px);
  font-weight: 700;
  line-height: 1.14;
}
.aboutVoiz__txt04 {
  margin-bottom: clamp(30px, 2.8175vw, 45px);
  font-size: clamp(39px, 4.625vw, 74px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
.aboutVoiz__txt05 {
  font-size: clamp(14px, 4.625vw, 18px);
  letter-spacing: 0.42em;
}
.aboutVoiz__picContainer {
  display: flex;
}
.aboutVoiz__pic {
  width: calc(100% / 3);
}
@media screen and (max-width: 1070px) {
  .aboutVoiz__container {
    flex-direction: column;
    gap: 2vw;
  }
  .aboutVoiz__leftBox {
    width: 100%;
    padding-right: clamp(20px, 3.5vw, 70px);
  }
  .aboutVoiz__rightBox {
    width: 100%;
  }
}
/* ヴォイズのこと↑================= */

/* point↓================= */
.aboutPoint__container {
  padding-top: clamp(20px, 3.5625vw, 57px);
  padding-right: 15px;
  padding-left: 15px;
  /* padding-left: clamp(15px, 4.875vw, 78px);
  padding-right: clamp(15px, 4.875vw, 78px); */
  /* display: flex;
  align-items: flex-start;
  justify-content: flex-start; */
}
.aboutPoint__leftBox {
  /* width: 45%; */
  /* margin-bottom: clamp(20px, 2.25vw, 36px); */
  margin-bottom: 36px;
}
.aboutPoint__rightBox {
  /* width: 55%; */
  max-width: 1300px;
  margin: 0 auto;
}
.aboutPoint__txt01 {
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.aboutPoint__txt02 {
  /* font-size: clamp(20px, 4.0625vw, 65px); */
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.aboutPoint__txt02 .num {
  font-family: century-gothic, sans-serif;
  /* font-size: clamp(25px, 6vw, 96px); */
  font-size: clamp(25px, 4.375vw, 70px);
  font-weight: 700;
}
.aboutPoint__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.aboutPoint__listItem {
  /* display: flex;
  align-items: flex-end;
  justify-content: flex-start; */
  display: flex;
  flex-direction: column;
  width: 23%;
}
.aboutPoint__pic {
  /* width: 51%; */
  margin-bottom: 15px;
}
.aboutPoint__box {
  /* width: 49%; */
  /* padding-left: clamp(15px, 2.0625vw, 33px); */
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 高さを伸ばす */
}
.aboutPoint__ttl {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 2.8125vw, 45px);
  font-weight: 600;
  color: #c65c26;
  line-height: 1.75;
  text-align: center;
}
.aboutPoint__ttl-type02 {
  font-size: clamp(15px, 1.375vw, 22px);
  font-weight: 700;
  line-height: 1.46;
  color: #c65c26;
  line-height: 1.75;
  text-align: center;
}
.aboutPoint__ttl-type02 .big {
  display: block;
  font-size: clamp(16px, 1.75vw, 28px);
  color: #c65c26;
}
.aboutPoint__txt {
  /* margin-bottom: 15px; */
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}
.aboutPoint__btn {
  margin-top: auto; /* ボタンを常に一番下に */
}
.aboutPoint__btnLink {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  /* background: #c65c26; */
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  color: #c65c26;
  text-align: center;
  position: relative;
}
.aboutPoint__btnLink::after {
  display: block;
  content: "";
  width: 10px;
  height: 21px;
  background: url(../imgs_new/about/about_arrow_o.png) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media screen and (max-width: 1140px) {
  .aboutPoint__rightBox {
    max-width: 600px;
  }
  .aboutPoint__list {
    flex-wrap: wrap;
    row-gap: 2vw;
  }
  .aboutPoint__listItem {
    width: 47%;
  }
}
@media screen and (max-width: 620px) {
  .aboutPoint__pic {
    width: 75%;
    max-width: 270px;
    margin: 0 auto 10px;
  }
  .aboutPoint__box {
    width: 100%;
    padding-left: 0;
  }
  .aboutPoint__list {
    flex-direction: column;
    gap: 10vw;
  }
  .aboutPoint__listItem {
    margin: 0 auto;
    width: 100%;
  }
}
/* point↑================= */

/* Price↓================= */

/* .aboutPrice__priceContents01 */
.aboutPrice__priceContents01 .aboutPrice__priceContainer {
  display: flex;
  padding-top: clamp(30px, 3.3125vw, 53px);
}
.aboutPrice__priceContents01 .aboutPrice__priceRight {
  width: 60%;
  padding-right: clamp(15px, 9vw, 144px);
}
.aboutPrice__priceContents01 .aboutPrice__priceLeft {
  width: 40%;
  padding-left: clamp(15px, 4.75vw, 76px);
}
.aboutPrice__priceContents01 .aboutPrice__priceTxt {
  font-size: clamp(20px, 2.25vw, 36px);
  font-weight: 700;
  line-height: 1.75;
}

/* .aboutPrice__priceContents02 */
.aboutPrice__priceContents02 .aboutPrice__priceContainer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5vw;
  max-width: 70%;
  margin: clamp(30px, 5.375vw, 86px) auto 0;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlan {
  width: 50%;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanTtl {
  margin-bottom: clamp(14px, 2.5625vw, 41px);
  font-size: clamp(20px, 2.0625vw, 33px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  height: 76px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanTtl .strong {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(25px, 4.75vw, 76px);
  font-weight: 600;
  line-height: 1;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanTtl .u-orange {
  padding-right: 5px;
  color: #c65c26;
  transform: translate(0px, 0.8vw);
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanTtl .u-blue {
  padding-right: 5px;
  color: #58a3ba;
  font-size: clamp(18px, 3.5625vw, 57px);
  transform: translate(0px, 0.4vw);
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem {
  padding: 5px clamp(20px, 2.3125vw, 37px);
  background: #fff;
  border: 7px solid #181818;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem::before {
  display: block;
  content: "";
  width: 4px;
  height: 80%;
  background: #181818;
  position: absolute;
  top: 12%;
  left: 28%;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem-left {
  width: 29%;
  font-size: clamp(14px, 1.75vw, 28px);
  font-weight: 700;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem-right {
  width: 71%;
  font-size: clamp(14px, 1.75vw, 28px);
  font-weight: 700;
  text-align: center;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem-right .strong {
  padding-right: 10px;
  font-size: clamp(20px, 3.6875vw, 59px);
  font-weight: 600;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem-right .u-orange {
  color: #c65c26;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanItem-right .u-blue {
  color: #58a3ba;
}
.aboutPrice__priceContents02 .aboutPrice__pricePlanNotes {
  margin-top: clamp(15px, 1.375vw, 22px);
  font-size: 12px;
}

/* .aboutPrice__priceContents02 */
.aboutPrice__priceContents03 .aboutPrice__priceWrap {
  padding: clamp(40px, 7.25vw, 116px) 15px clamp(40px, 6.4375vw, 103px);
  background: url(../imgs_new/about/about_bg01.jpg) center center / cover
    no-repeat;
  margin-bottom: clamp(50px, 5.6875vw, 91px);
}
.aboutPrice__priceContents03 .aboutPrice__priceTtl01 {
  font-size: clamp(20px, 2.3125vw, 37px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.aboutPrice__priceContents03 .aboutPrice__priceTtl02 {
  margin-bottom: clamp(20px, 2.8125vw, 45px);
  font-size: clamp(25px, 3.75vw, 60px);
  font-weight: 700;
  color: #b7a958;
  text-align: center;
}
.aboutPrice__priceContents03 .aboutPrice__priceContainer {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2vw;
}
.aboutPrice__priceContents03 .aboutPrice__priceBox {
  width: calc(100% / 2);

  background: #fff;
  display: flex;
}
.aboutPrice__priceContents03 .aboutPrice__priceBoxLeft {
  width: 50%;
}
.aboutPrice__priceContents03 .aboutPrice__priceBoxLeft .img {
  height: 100%;
  object-fit: cover;
}
.aboutPrice__priceContents03 .aboutPrice__priceBoxRight {
  width: 50%;
  padding: clamp(25px, 3.25vw, 52px) clamp(15px, 1.875vw, 30px);
}
.aboutPrice__priceContents03 .aboutPrice__priceIcon {
  width: clamp(29px, 3.625vw, 58px);
  margin: 0 auto clamp(15px, 1.4375vw, 23px);
}
.aboutPrice__priceContents03 .aboutPrice__priceBoxTtl {
  margin-bottom: 15px;
  font-size: clamp(15px, 1.4375vw, 23px);
  font-weight: 700;
  color: #b7a958;
  text-align: center;
}
.aboutPrice__priceContents03 .aboutPrice__priceBoxTxt {
  font-size: clamp(13px, 0.875vw, 14px);
}
.aboutPrice__priceContents03 .aboutPrice__priceWrap02 {
  padding: 0 15px;
}
.aboutPrice__priceContents03 .aboutPrice__priceInner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 2vw;
}
.aboutPrice__priceContents03 .aboutPrice__priceBox02 {
  width: 50%;
  width: calc(50% - clamp(20px, 4vw, 64px));
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.aboutPrice__priceContents03 .aboutPrice__priceBox02:nth-last-of-type(odd) {
  margin-left: clamp(20px, 4vw, 64px);
}
.aboutPrice__priceContents03 .aboutPrice__priceDownPic {
  width: 53%;
}
.aboutPrice__priceContents03 .aboutPrice__priceDownTxt {
  width: 47%;
  padding: 0 clamp(20px, 4vw, 64px) 0 clamp(14px, 1.3125vw, 21px);
  padding-right: 0;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.8125;
}

/* aboutPrice__cost */

.aboutPrice__costInner {
  padding: 0 15px;
}
.aboutPrice__costWrapper {
  max-width: 1446px;
  padding-top: clamp(30px, 4.8125vw, 77px);
  padding-bottom: clamp(30px, 3.6875vw, 59px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.aboutPrice__costTtl {
  font-size: clamp(18px, 2.25vw, 36px);
  font-weight: 700;
}
.aboutPrice__costTxt {
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: 700;
}
.aboutPrice__costLeft {
  width: 35%;
}
.aboutPrice__costRight {
  width: 65%;
}
.aboutPrice__costPic {
  padding-right: clamp(15px, 4.5vw, 72px);
}
.aboutPrice__costCatch {
  padding: clamp(20px, 3.4375vw, 55px) 15px clamp(15px, 2.75vw, 44px);
  background: #b7a958;
}
.aboutPrice__costCatchSmall {
  font-size: clamp(15px, 1.255vw, 20px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.aboutPrice__costCatchBig {
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 700;
  color: #fff073;
  text-align: center;
  position: relative;
}
.aboutPrice__costCatchBig::before {
  display: block;
  content: "";
  width: 8%;
  height: 0;
  padding-top: 10%;
  background: url(../imgs_new/about/about_deco01.png) center center / cover
    no-repeat;
  position: absolute;
  top: -37%;
  left: -10%;
}
.aboutPrice__costCatchBig::after {
  display: block;
  content: "";
  width: 8%;
  height: 0;
  padding-top: 10%;
  background: url(../imgs_new/about/about_deco01.png) center center / cover
    no-repeat;
  position: absolute;
  top: -37%;
  right: -7%;
}
@media screen and (max-width: 900px) {
  /* .aboutPrice__priceContents01 */
  .aboutPrice__priceContents01 .aboutPrice__priceContainer {
    flex-direction: column;
    gap: 8vw;
  }
  .aboutPrice__priceContents01 .aboutPrice__priceLeft,
  .aboutPrice__priceContents01 .aboutPrice__priceRight {
    width: 100%;
  }
  .aboutPrice__priceContents01 .aboutPrice__priceRight {
    padding-left: clamp(15px, 9vw, 144px);
  }

  /* .aboutPrice__priceContents02 */
  .aboutPrice__priceContents02 .aboutPrice__priceContainer {
    max-width: 100%;
    padding: 0 15px;
  }

  /* .aboutPrice__priceContents03 */
  .aboutPrice__priceContents03 .aboutPrice__priceContainer {
    flex-direction: column;
    row-gap: 8vw;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceBox {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceBoxLeft {
    width: 100%;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceBoxRight {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .aboutPrice__costCatchBig {
    font-size: 20px;
  }
  .aboutPrice__costCatchBig::before,
  .aboutPrice__costCatchBig::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  /* .aboutPrice__priceContents03 */

  .aboutPrice__priceContents03 .aboutPrice__priceInner {
    flex-direction: column;
    row-gap: 8vw;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceBox02 {
    width: 100%;
    flex-direction: column;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceBox02:nth-last-of-type(odd) {
    margin-left: 0;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceDownPic {
    width: 100%;
    margin-bottom: 15px;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceDownTxt {
    width: 100%;
    padding-left: 0;
  }

  /* aboutPrice__cost */
  .aboutPrice__costWrapper {
    flex-direction: column;
  }
  .aboutPrice__costLeft {
    width: 100%;
  }
  .aboutPrice__costRight {
    width: 100%;
  }
  .aboutPrice__costPic {
    padding-right: 0;
  }
}
@media screen and (max-width: 620px) {
  /* .aboutPrice__priceContents02 */
  .aboutPrice__priceContents02 .aboutPrice__priceContainer {
    flex-direction: column;
    gap: 3vw;
  }
  .aboutPrice__priceContents02 .aboutPrice__pricePlan {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .aboutPrice__priceContents02 .aboutPrice__pricePlanItem {
    border: 4px solid #181818;
  }

  /* .aboutPrice__priceContents03 */
  .aboutPrice__priceContents03 .aboutPrice__priceContainer {
    flex-direction: column;
  }
  .aboutPrice__priceContents03 .aboutPrice__priceBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Price↑================= */

/* Quality↓================= */
.aboutQuality__pic {
  max-width: 1602px;
  margin: 0 auto;
}
/* Quality↑================= */

/* Design↓================= */
.aboutDesign__container {
  padding-top: clamp(20px, 3.5625vw, 57px);
  padding-bottom: clamp(20px, 3.5625vw, 57px);
  padding-left: clamp(15px, 4.875vw, 78px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.aboutDesign__left {
  width: 37%;
}
.aboutDesign__right {
  width: 63%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4vw;
}

.aboutDesign__txt02 {
  margin-top: 10px;
}
.aboutDesign__pic {
  width: calc(50% - 0.2vw);
}
.aboutDesign__box {
  padding-right: 15px;
  padding-left: 15px;
}
.aboutDesign__pic02 {
  max-width: 1463px;
  /* padding-top: clamp(20px, 2.875vw, 46px); */
  padding-bottom: clamp(20px, 6.5625vw, 105px);

  margin: 0 auto;
}
.aboutDesign__txt {
  font-size: clamp(18px, 1.875vw, 30px);
  font-weight: 700;
  line-height: 1.51;
  text-align: center;
}
.aboutDesign__txt02 {
  margin-bottom: clamp(25px, 4.1875vw, 67px);
  font-size: clamp(25px, 5.0625vw, 81px);
  font-weight: 700;
  line-height: 1.76;
  text-align: center;
}
.aboutDesign__txt02-big {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(35px, 10.4375vw, 167px);
  font-weight: 600;
  line-height: 1.1;
  color: #58a3ba;
}
.aboutDesign__group {
  max-width: 1301px;
  margin: 0 auto clamp(30px, 4.5625vw, 73px);
}
.aboutDesign__notes {
  margin-top: clamp(18px, 1.5vw, 24px);
  font-size: 15px;
  text-align: right;
}
.aboutDesign__catch {
  padding: clamp(20px, 3.4375vw, 55px) 15px clamp(15px, 2.75vw, 44px);
  background: #58a3ba;
}
.aboutDesign__catchSmall {
  font-size: clamp(15px, 1.255vw, 20px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.aboutDesign__catchBig {
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 700;
  color: #fff073;
  text-align: center;
  position: relative;
}
.aboutDesign__catchBig::before {
  display: block;
  content: "";
  width: 8%;
  height: 0;
  padding-top: 10%;
  background: url(../imgs_new/about/about_deco01.png) center center / cover
    no-repeat;
  position: absolute;
  top: 177%;
  left: -10%;
}
.aboutDesign__catchBig::after {
  display: block;
  content: "";
  width: 8%;
  height: 0;
  padding-top: 10%;
  background: url(../imgs_new/about/about_deco01.png) center center / cover
    no-repeat;
  position: absolute;
  top: -37%;
  right: -8%;
}
@media screen and (max-width: 780px) {
  .aboutDesign__catchBig {
    font-size: 20px;
  }
  .aboutDesign__catchBig::before,
  .aboutDesign__catchBig::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .aboutDesign__container {
    flex-direction: column;
    gap: 3vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .aboutDesign__left {
    width: 100%;
  }
  .aboutDesign__right {
    width: 100%;
  }
  .aboutDesign__notes {
    font-size: 12px;
    text-align: left;
  }
}
/* Design↑================= */

/* Flexible↓================= */

.aboutFlexible__container {
  padding-top: clamp(20px, 3.5625vw, 57px);
  padding-bottom: clamp(20px, 3.5625vw, 57px);
  padding-left: clamp(15px, 4.875vw, 78px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.aboutFlexible__left {
  width: 37%;
  min-width: 300px;
}
.aboutFlexible__right {
  width: 63%;
  padding-left: clamp(20px, 3.125vw, 50px);
}
/* .aboutFlexible__txt02 {
  line-height: 1.45;
  text-align: left;
} */
.aboutFlexible__txt {
  margin-top: clamp(18px, 1.8125vw, 29px);
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: 500;
  line-height: 2.29;
}
.aboutFlexible__planWrap {
  padding: 0 15px;
  /* margin-top: clamp(30px, 5.6875vw, 91px); */
}
.aboutFlexible__planTtl {
  width: 70%;
  margin: 0 auto;
  padding: 5px 30px;
  background: #c65c26;
  /* font-size: clamp(20px, 2.5vw, 40px); */
  font-size: clamp(16px, 1.8125vw, 29px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.aboutFlexible__planTxt {
  margin-top: clamp(18px, 1.8125vw, 29px);
  margin-bottom: clamp(20px, 3.9375vw, 63px);
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: 500;
  line-height: 2.29;
  text-align: center;
}
.aboutFlexible__planPic {
  max-width: 1301px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .aboutFlexible__container {
    flex-direction: column;
  }
  .aboutFlexible__left {
    width: 100%;
    min-width: auto;
  }
  .aboutFlexible__right {
    width: 100%;
    padding-left: 0;
  }
  .aboutFlexible__planTtl {
    width: 100%;
    padding: 3px 15px;
    line-height: 1.4;
  }
}
/* Flexible↑================= */
