@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .top-info {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: calc(160 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .top-plan {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan {
    padding: 16vw 0;
  }
}

.mainVisual {
  line-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainVisual {
    aspect-ratio: 1440/590;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual {
    aspect-ratio: 375/380;
  }
}
.mainVisual.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainVisual .photo__image {
  width: 100%;
}
.mainVisual .slick-dots {
  align-items: center;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  left: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mainVisual .slick-dots {
    bottom: 0;
    gap: 14px;
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual .slick-dots {
    gap: calc(20 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}
.mainVisual .slick-dots > li {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: auto;
  margin: 0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .mainVisual .slick-dots > li {
    height: 6px;
    width: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual .slick-dots > li {
    height: calc(6 / 750 * 100vw);
    width: calc(6 / 750 * 100vw);
  }
}
.mainVisual .slick-dots > li.slick-active {
  background-color: #ffffff;
  pointer-events: none;
}
.mainVisual .slick-dots > li button {
  height: 100%;
  padding: 0;
  width: 100%;
}
.mainVisual .slick-dots > li button:before {
  content: initial;
}

.mainCard {
  position: relative;
  z-index: 1;
}
.mainCard .cap {
  position: absolute;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .cap--01 {
    bottom: calc(414 / 590 * 100%);
    right: calc(1140 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .cap--01 {
    bottom: calc(306 / 380 * 100%);
    right: calc(225 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .cap--02 {
    bottom: calc(414 / 590 * 100%);
    right: calc(640 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .cap--02 {
    bottom: calc(251 / 380 * 100%);
    right: calc(225 / 375 * 100%);
  }
}
.mainCard--01 .cap--03 {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .cap--03 {
    right: calc(640 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .cap--03 {
    right: calc(225 / 375 * 100%);
  }
}
.mainCard--01 .cap--04 {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .cap--04 {
    bottom: calc(359 / 590 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .cap--04 {
    bottom: calc(231 / 380 * 100%);
  }
}
.mainCard--01 .cap--05 {
  right: 0;
  bottom: 0;
}

/* USP、価格帯は基本的に3〜4つ掲載 */
.uspArea {
  background-color: #474345;
  color: #ffffff;
  position: relative;
}
.uspArea__cap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .uspArea__cap {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .uspArea__cap {
    padding: calc(20 / 375 * 100vw);
  }
}

.priceArea {
  background-color: #333333;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .txtList {
    padding: 24px 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .txtList {
    padding: calc(24 / 375 * 100vw) 0;
    gap: calc(16 / 375 * 100vw);
  }
}
.txtList__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .txtList__item {
    padding: 0 24px;
    font-size: 22px;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item {
    align-items: center;
    flex-wrap: wrap;
    font-size: calc(18 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
    justify-content: center;
    padding: 0 calc(5 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .txtList__item:not(:first-child) {
    padding-top: 4vw;
  }
}
.txtList__item .inner {
  line-height: 1.5;
  text-box: trim-both text;
}
@media only screen and (max-width: 767px) {
  .txtList__item .inner--solid {
    width: calc(253 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .inner--center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .txtList__item:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .txtList__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item:last-child {
    padding-bottom: 0;
  }
}
.txtList__item:last-child:after {
  display: none;
}
.txtList__item:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 50px;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .txtList__item:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item:after {
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
  }
}
.txtList__item .small {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .txtList__item .small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .small {
    font-size: calc(12 / 375 * 100vw);
  }
}
.txtList__item .num {
  font-family: "Cinzel", serif;
  display: inline-block;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) {
  .txtList__item .num {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .num {
    font-size: calc(24 / 375 * 100vw);
  }
}
.txtList__item .en {
  font-family: "Cinzel", serif;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .txtList__item .en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .en {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .mid {
    font-size: calc(16 / 375 * 100vw);
  }
}

.informationArea {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  .informationArea {
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.32) 100%);
    border-radius: 8px;
    min-width: 1000px;
    max-width: calc(1200 / 1440 * 100%);
    padding: 100px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .informationArea {
    padding: calc(40 / 375 * 100vw) 0;
    background: linear-gradient(171deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    margin: 0 calc(19 / 375 * 100vw);
  }
}

/* 文字色変更不可。背景色は変更可能。 */
.newsArea {
  background-color: #EAECEA;
  color: #000000;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .newsArea {
    padding: 26px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .newsArea {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .newsArea {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.newsArea__ttl {
  font-size: 15px;
  line-height: calc(26/15);
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .newsArea__ttl {
    border-right: 1px solid #cccccc;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsArea__ttl {
    border-bottom: 1px solid #cccccc;
    line-height: 0.7;
    margin-bottom: calc(40 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
    text-align: center;
    width: 100%;
  }
}

.newsList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.newsList__item {
  display: flex;
  font-size: 16px;
  line-height: 1.8571428571;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .newsList__item {
    font-size: 3.0666666667vw;
  }
}
.newsList__item .date {
  margin-right: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .newsList__item .date {
    margin-right: 3.0666666667vw;
  }
}
.newsList__item .cont {
  display: inline-block;
  position: relative;
}
.newsList__item.is-new .cont:after {
  background-color: #ac2730;
  color: #fff;
  display: inline-block;
  content: "NEW";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .newsList__item.is-new .cont:after {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .newsList__item.is-new .cont:after {
    padding: 1.0666666667vw;
  }
}
.newsList__item + .newsList__item {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .newsList__item + .newsList__item {
    margin-top: 4vw;
  }
}

.infoArea {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .infoArea {
    padding-top: 16vw;
  }
}
.infoArea__ttl + .infoCont {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .infoArea__ttl + .infoCont {
    margin-top: 8vw;
  }
}
.infoArea__inner {
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .infoArea__inner {
    margin-top: 13.3333333333vw;
  }
}

.infoCont {
  text-align: center;
}
.infoCont__txt {
  color: #333333;
  text-box: trim-both text;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .infoCont__txt {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .infoCont__txt {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .infoCont__txt .small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .infoCont__txt .small {
    font-size: calc(12 / 375 * 100vw);
  }
}
.infoCont__txt + .infoCont__txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt + .infoCont__txt {
    margin-top: 6.6666666667vw;
  }
}

.guidanceCont {
  align-items: center;
  border-top: 1px solid #c5cdc3;
  border-bottom: 1px solid #c5cdc3;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont {
    flex-direction: column;
    margin-top: calc(100 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.guidanceCont__btn {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont__btn {
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.guidanceCont + .cvBlock {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont + .cvBlock {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.featureIntro {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
.featureIntro__visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .featureIntro__visual {
    height: calc(810 / 1440 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__visual {
    height: calc(600 / 375 * 100vw);
  }
}
.featureIntro__visual .photo {
  width: 100%;
  height: 100%;
}
.featureIntro__visual .photo__pic {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .featureIntro__visual .photo__image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__visual .photo__image {
    width: auto;
    height: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__visual .photo .cap--inRight {
    bottom: auto;
    top: 0;
  }
}
.featureIntro__cont {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: 2;
  background-color: rgba(242, 242, 242, 0.9);
}
@media only screen and (min-width: 768px) {
  .featureIntro__cont {
    top: calc(292 / 1440 * 100vw);
    padding: 64px 70px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__cont {
    padding: calc(40 / 375 * 100vw) calc(45 / 375 * 100vw);
    top: calc(194 / 375 * 100vw);
  }
}
.featureIntro__ttl {
  margin: 0 auto;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .featureIntro__ttl {
    width: 266px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__ttl {
    width: calc(213 / 375 * 100vw);
  }
}
.featureIntro__ttl .en {
  font-weight: 500;
  display: block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.4em;
  color: #000000;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .featureIntro__ttl .en {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__ttl .en {
    font-size: calc(32 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureIntro__ttl .en + .jp {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__ttl .en + .jp {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.featureIntro__ttl .jp {
  background-color: #D2E2E8;
  display: block;
  color: #222;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-box: trim-both text;
}
@media only screen and (min-width: 768px) {
  .featureIntro__ttl .jp {
    font-size: 12px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__ttl .jp {
    padding: calc(6 / 375 * 100vw) 0;
    font-size: calc(10 / 375 * 100vw);
  }
}
.featureIntro__txt {
  white-space: nowrap;
  text-box: trim-both text;
}
@media only screen and (min-width: 768px) {
  .featureIntro__txt {
    line-height: 1.6;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureIntro__ttl + .featureIntro__txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__ttl + .featureIntro__txt {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.featureArea {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .featureArea {
    padding: 160px 0;
  }
}
.featureArea:before {
  content: "";
  display: block;
  z-index: 0;
  width: 1px;
  left: 50%;
  background-color: rgba(153, 153, 153, 0.2);
  position: absolute;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
}
@media only screen and (min-width: 768px) {
  .featureArea__item:not(:first-child) {
    margin-top: 160px;
  }
}

.guidanceFeature {
  --bg-color: linear-gradient(157deg, #D4E5EB 0%, #E9E7E5 20%, #E9E7E5 80%, #EEE0E6 100%);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .guidanceFeature {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .guidanceFeature {
    padding: calc(120 / 375 * 100vw) 0;
  }
}
@media only screen and (min-width: 768px) {
  .guidanceFeature:before {
    background: var(--bg-color);
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: calc(592 / 1440 * 100vw);
  }
}
.guidanceFeature__inner {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .guidanceFeature__inner {
    gap: 104px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    padding: 140px 0 220px;
  }
}
@media only screen and (max-width: 767px) {
  .guidanceFeature__inner {
    flex-direction: column;
    gap: calc(40 / 375 * 100vw);
    padding: 0 calc(17.5 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .guidanceFeature__head {
    width: 368px;
  }
}
@media only screen and (min-width: 768px) {
  .guidanceFeature__cont {
    width: 680px;
  }
}
@media only screen and (min-width: 768px) {
  .guidanceFeature--rev:before {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .guidanceFeature--rev .guidanceFeature__inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .guidanceFeature--access:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    background-color: var(--bg-color);
  }
}

.featureCard {
  text-align: center;
}
.featureCard__ttl {
  color: #222222;
}
.featureCard__ttl .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl .en {
    letter-spacing: 0.4em;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl .en {
    letter-spacing: 0.07em;
    font-size: calc(40 / 375 * 100vw);
  }
}
.featureCard__ttl .jp {
  letter-spacing: 0.1em;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-box: trim-both text;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl .jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl .jp {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl .jp + .en {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl .jp + .en {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.featureCard__lead {
  color: #333333;
  text-box: trim-both text;
}
@media only screen and (min-width: 768px) {
  .featureCard__lead {
    line-height: 1.6;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__lead {
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: calc(18 / 375 * 100vw);
  }
}
.featureCard__lead .large {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .featureCard__lead .large {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__lead .large {
    font-size: calc(32 / 375 * 100vw);
  }
}
.featureCard__lead .small {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .featureCard__lead .small {
    font-size: 18px;
  }
}
.featureCard__lead .italic {
  font-style: italic;
  display: block;
  color: #7A6A44;
}
@media only screen and (min-width: 768px) {
  .featureCard__lead .italic {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__lead .italic {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl + .featureCard__lead {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl + .featureCard__lead {
    margin-top: calc(72 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureCard__lead + .guideLink {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__lead + .guideLink {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.guideLink {
  --btn-color: #BAA1BA;
  width: 100%;
  display: flex;
  background-color: var(--btn-color);
  color: #ffffff;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid var(--btn-color);
  transition: background-color 0.4s ease, color 0.4s ease;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .guideLink {
    padding: 16px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink {
    padding: calc(16 / 375 * 100vw) calc(32 / 375 * 100vw);
  }
}
.guideLink__ttl {
  letter-spacing: 0.05em;
}
.guideLink__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  line-height: 1.2;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .guideLink__ttl .en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__ttl .en {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .guideLink__ttl .en + .jp {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__ttl .en + .jp {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.guideLink__ttl .jp {
  display: block;
  line-height: 1.5;
  text-box: trim-both text;
}
@media only screen and (min-width: 768px) {
  .guideLink__ttl .jp {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__ttl .jp {
    font-size: calc(10 / 375 * 100vw);
  }
}
.guideLink__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .guideLink__arrow {
    right: 32px;
    width: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .guideLink__arrow {
    right: calc(20 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.guideLink__arrow .arrowSVG {
  display: block;
  width: 100%;
  height: auto;
}
.guideLink__arrow .arrowSVG__path {
  stroke: currentColor;
  transition: stroke 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .guideLink:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: var(--btn-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .guideLink:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: var(--btn-color);
  }
}

.planArea__ttl {
  margin: 0 auto;
  max-width: 728px;
  padding: 0 15px;
}
.planArea__btn {
  margin: 50px auto 0;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.plansList {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .plansList {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .plansList {
    width: calc(300 / 375 * 100vw);
    margin: 8.5333333333vw auto 0;
  }
}
.plansList__item {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .plansList__item {
    width: 100%;
  }
  .plansList__item:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}

.planLink {
  background: #BAA1BA;
  display: block;
  color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .planLink {
    padding: 57px 20px;
    height: 100%;
    border-radius: 8px;
  }
  .planLink:hover .thumbBlock__image {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .planLink {
    border-radius: calc(4 / 375 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.planLink__cap {
  text-align: right;
}
.planLink__cap .cap {
  color: #ffffff;
}
.planLink .speckBlock {
  display: flex;
  justify-content: space-between;
}
.planLink .speckBlock__type {
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type {
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
.planLink .speckBlock__type .name {
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name {
    font-size: 10.6666666667vw;
  }
}
.planLink .speckBlock__variation {
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation {
    font-size: 3.7333333333vw;
    line-height: 1.3333333333;
  }
}
.planLink .speckBlock__variation .num {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation .num {
    font-size: 8vw;
  }
}
.planLink .speckBlock__variation .ldk {
  display: block;
  font-size: 20px;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation .ldk {
    font-size: 5.3333333333vw;
  }
}
.planLink .thumbBlock {
  margin: 20px -10px;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .planLink .thumbBlock {
    margin: 6.6666666667vw -1.3333333333vw;
  }
}
.planLink .thumbBlock__image {
  transition: transform ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .planLink .thumbBlock__image {
    width: 100%;
  }
}
.planLink .areaBlock {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock {
    font-size: 3.7333333333vw;
  }
}
.planLink .areaBlock__mator {
  font-size: 20px;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__mator {
    font-size: 5.3333333333vw;
    line-height: 0.9333333333;
  }
}
.planLink .areaBlock__mator .num {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__mator .num {
    font-size: 8vw;
  }
}

.btmCap {
  padding-bottom: 0;
}

/*共通パーツ用*/
.ohkarte-add_banner {
  display: none !important;
}