@charset "UTF-8";

.image figcaption::before,
.main .ttl--01::before,
.main .section.feature .list dd .note::before,
.main .section.feature .note::before,
.main .switch .btn .name::before,
.main .switch .btn .note::before,
.main .section.plan .tab .feature p::before,
.main .section.plan .tab .append .legend::before,
.main .section.plan .tab .append .note::before,
.main .section.plan .tab .photo .note::before,
.main .section.public .photo .item .text .name::before,
.main .section.public .photo .item .text p::before,
.main .section.public .photo .item .text .note::before,
.main .section.public .note::before,
.main .section.private .note::before,
.main .section.access .lead .note::before,
.main .section.access .sub .sttl::before,
.main .section.access .sub--01 p::before,
.main .section.map .access dd .text::before,
.main .section.map .access dd .note::before,
.main .section.contact .note::before,
.gFooter .note::before,
.gFooter .copyright::before,
.image figcaption::after,
.main .ttl--01::after,
.main .section.feature .list dd .note::after,
.main .section.feature .note::after,
.main .switch .btn .name::after,
.main .switch .btn .note::after,
.main .section.plan .tab .feature p::after,
.main .section.plan .tab .append .legend::after,
.main .section.plan .tab .append .note::after,
.main .section.plan .tab .photo .note::after,
.main .section.public .photo .item .text .name::after,
.main .section.public .photo .item .text p::after,
.main .section.public .photo .item .text .note::after,
.main .section.public .note::after,
.main .section.private .note::after,
.main .section.access .lead .note::after,
.main .section.access .sub .sttl::after,
.main .section.access .sub--01 p::after,
.main .section.map .access dd .text::after,
.main .section.map .access dd .note::after,
.main .section.contact .note::after,
.gFooter .note::after,
.gFooter .copyright::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.image figcaption::before,
.main .ttl--01::before,
.main .section.feature .list dd .note::before,
.main .section.feature .note::before,
.main .switch .btn .name::before,
.main .switch .btn .note::before,
.main .section.plan .tab .feature p::before,
.main .section.plan .tab .append .legend::before,
.main .section.plan .tab .append .note::before,
.main .section.plan .tab .photo .note::before,
.main .section.public .photo .item .text .name::before,
.main .section.public .photo .item .text p::before,
.main .section.public .photo .item .text .note::before,
.main .section.public .note::before,
.main .section.private .note::before,
.main .section.access .lead .note::before,
.main .section.access .sub .sttl::before,
.main .section.access .sub--01 p::before,
.main .section.map .access dd .text::before,
.main .section.map .access dd .note::before,
.main .section.contact .note::before,
.gFooter .note::before,
.gFooter .copyright::before {
  margin-bottom: calc((1em - 1lh) / 2);
}

.image figcaption::after,
.main .ttl--01::after,
.main .section.feature .list dd .note::after,
.main .section.feature .note::after,
.main .switch .btn .name::after,
.main .switch .btn .note::after,
.main .section.plan .tab .feature p::after,
.main .section.plan .tab .append .legend::after,
.main .section.plan .tab .append .note::after,
.main .section.plan .tab .photo .note::after,
.main .section.public .photo .item .text .name::after,
.main .section.public .photo .item .text p::after,
.main .section.public .photo .item .text .note::after,
.main .section.public .note::after,
.main .section.private .note::after,
.main .section.access .lead .note::after,
.main .section.access .sub .sttl::after,
.main .section.access .sub--01 p::after,
.main .section.map .access dd .text::after,
.main .section.map .access dd .note::after,
.main .section.contact .note::after,
.gFooter .note::after,
.gFooter .copyright::after {
  margin-top: calc((1em - 1lh) / 2);
}

.image figcaption.white.shadow {
  text-shadow: 0 0 0.1em #000, 0 0 0.2em #000, 0 0 0.4em #000, 0 0 0.6em #000, 0 0 0.8em #000;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }

  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }

  .hov:hover {
    opacity: 0.8;
  }

  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}

@media screen and (max-width: 1240px) and (min-width: 751px) {
  :root {
    font-size: 8.064516129vw;
  }
}

@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  line-height: 1.7142857143;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 0.26rem;
    line-height: 1.8333333333;
  }
}

.wrap {
  max-width: 12rem;
  margin-inline: auto;
}

@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.6rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: revert;
  }
}

@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }

  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

.image {
  position: relative;
}

.image figcaption {
  padding: 0.1rem 0 0;
  color: #444;
  font-size: 0.12rem;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .image figcaption {
    padding: 0.2rem 0 0;
    font-size: 0.22rem;
  }
}

.image figcaption.bottomRight {
  padding: 0 0.1rem 0.1rem 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.image figcaption.bottomLeft {
  padding: 0 0 0.1rem 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .image figcaption.bottomRight {
    padding: 0 0.2rem 0.2rem 0;
  }

  .image figcaption.bottomLeft {
    padding: 0 0 0.2rem 0.2rem;
  }
}

.image figcaption.white {
  color: #fff;
}

.main .ttl--01 {
  padding: 0 0 0.3rem;
  background: linear-gradient(#ccc, #ccc) 50% 100%/0.5rem 0.02rem no-repeat;
  color: #2a5452;
  font-size: 0.32rem;
  font-weight: 500;
  text-align: center;
}


@media screen and (max-width: 750px) {
  .main .ttl--01 {
    padding: 0 0 0.6rem;
    background-size: 0.9rem 0.02rem;
    font-size: 0.46rem;
    line-height: 1.3636363636;
  }
}

.main .ttl--01 .small {
  font-size: 0.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .ttl--01 .small {
    font-size: 0.24rem;
  }
}

.main .kv {
  display: flex;
  position: relative;
}

.main .kv .caption {
  padding: 0 0.1rem 0.1rem 0;
  position: absolute;
  right: 0;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 0.1em #000, 0 0 0.2em #000, 0 0 0.4em #000, 0 0 0.6em #000, 0 0 0.8em #000;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .main .kv {
    display: block;
  }

  .main .kv .caption {
    padding: 0 0.2rem 0.2rem 0;
  }
}

.main .kv .image {
  width: 100%;
}

.main .kv .image img {
  width: 100%;
}

.main .kv .title {
  width: 7.1rem;
  top: min(50vh, 50%);
  left: 50%;
  position: absolute;
  translate: -3.65rem -50% 0;
}

@media screen and (max-width: 750px) {
  .main .kv .title {
    width: auto;
    position: static;
    translate: none;
  }
}

.main section.introduction .introduction__top {
  background: #d5e1c4;
  padding: 1.2rem 0 .8rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introduction__top {
    padding: 1.2rem 0 .8rem;
  }
}

.main section.introduction .introduction__top .introductionTtl{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main section.introduction .introduction__bg {
  margin: -.04em auto 0;
  width: 3.4rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introduction__bg {
    width: 3rem;
  }
}

.main section.introduction .introductionTtl {
  color: #2a5452;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: calc(45 / 30);
  letter-spacing: 0.15em;
  text-align: center;
}

.main section.introduction .introductionTtl .small {
  display: inline-block;
  font-size: 0.2rem;
  line-height: calc(35 / 20);

}

.main section.introduction .introductionTtl .large {
  font-size: 0.4rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introductionTtl {
    font-size: 0.34rem;
  }

  .main section.introduction .introductionTtl .small {
    font-size: 0.24rem;
  }

  .main section.introduction .introductionTtl .large {
    font-size: 0.44rem;
  }
}

.main section.introduction .introductionFigure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introductionFigure {
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
}

.main section.introduction .introductionFigure+.introductionTtl {
  margin-top: 0.72rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introductionFigure+.introductionTtl {
    margin-top: 0.5rem;
  }
}

.main section.introduction .introductionFigure .introductionfigure__picture {
  width: 4.42rem;
}

.main section.introduction .introductionFigure .introductionfigure__picture figcaption {
  position: static;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introductionFigure .introductionfigure__picture {
    width: auto;
  }
}

.main section.introduction .introductionFigure .introductionfigure__text {
  font-size: 0.4rem;
  line-height: calc(80 / 40);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #2a5452;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introductionFigure .introductionfigure__text {
    font-size: 0.34rem;
    text-align: center;
  }
}

.main section.introduction .introductionFigure .introductionfigure__text span {
  background: #fff;
  box-decoration-break: clone;
  padding: .04rem .1rem;
}

.main section.introduction .introduction__bottom {
  margin-top: 0.8rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introduction__bottom {
    margin-top: 0.6rem;
  }
}

.main section.introduction .introduction__bottom .introductionCollages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.4rem;
}

@media screen and (max-width: 750px) {
  .main section.introduction .introduction__bottom .introductionCollages {
    margin-top: 0.3rem;
  }
}

.main section.introduction .introduction__bottom .introductionCollages img {
  width: 100%;
}

.main section.introduction .introduction__bottom .introLabel {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #fefff5;
  padding: .28rem 0;
  text-align: center;
  font-size: 0.24rem;
  line-height: calc(45 / 24);
  text-align: center;
}

.main section.introduction .introduction__bottom .introLabel .orange {
  color: #df7924;
}

.main section.introduction .introduction__bottom .introLabel .pink {
  color: #cd4379;
}

.main section.introduction .introduction__bottom .introLabel .red {
  color: #cb000b;
}

.main section.introduction .introduction__bottom .introBnr .caption {
  margin-top: 0.1rem;
  text-align: right;
  margin-left: auto;
}

.main .section.feature {
  margin: 1rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.feature .ttl {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.main .section.feature .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.feature .list {
    display: block;
  }
}

.main .section.feature .list dt {
  width: 100%;
  position: relative;
  background: #d5e1c4;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .main .section.feature .list dt {
    width: auto;
    margin: 0 0 0.2rem;
    padding: 0.2rem 0;
    font-size: 0.34rem;
    line-height: 1.5;
  }
}

.main .section.feature .list dt:nth-of-type(n+2) {
  margin-top: 0.1rem;
}

.main .section.feature .list dt::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.2rem;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.2rem);
  background: #d5e1c4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.main .section.feature .list dd {
  box-sizing: border-box;
  width: 3.4rem;
  padding: 0.46rem 0 0.46rem 0.56rem;
  background: url(../imgs/blt-check.svg) 0 50%/0.4rem auto no-repeat;
  font-size: 0.26rem;
  line-height: 1.4166666667;
}

@media screen and (max-width: 750px) {
  .main .section.feature .list dd {
    width: auto;
    padding: 0.2rem 0 0.2rem 0.56rem;
    font-size: 0.34rem;
  }
}

.main .section.feature .list dd .note {
  padding: 0.14rem 2em 0 0;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.feature .list dd .note {
    padding: 0.2rem 0 0;
    font-size: 0.22rem;
  }
}

.main .section.feature .note {
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.feature .note {
    padding: 0.3rem 0 0;
    font-size: 0.22rem;
  }
}

.main .switch {
  margin: 0.7rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .switch {
    margin: 1rem 0 0;
  }
}

.main .switch .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .switch .wrap {
    padding: 0;
    gap: 0;
  }
}

.main .switch .btn {
  box-sizing: border-box;
  width: 5rem;
  border-width: 0.1rem 1px 0;
  border-style: solid solid none;
  padding: 0.2rem 0;
  border-radius: 0;
  background: #fff;
  text-align: center;
  translate: 0 0.15rem 0;
}

@media screen and (max-width: 750px) {
  .main .switch .btn {
    width: 50%;
    border-width: 0.2rem 1px 0;
    padding: 0.4rem 0;
    translate: 0 0.3rem 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .main .switch .btn {
    transition: 0.4s;
    transition-property: border-color, background-color, translate;
  }
}

.main .switch .btn.active {
  translate: 0 0 0;
}

.main .switch .btn .name {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .switch .btn .name {
    font-size: 0.34rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .main .switch .btn .name {
    transition: 0.4s;
    transition-property: color;
  }
}

.main .switch .btn .note {
  padding: 0.14rem 0 0;
  color: #12316c;
  font-size: 0.15rem;
  line-height: 1.4285714286;
}

@media screen and (max-width: 750px) {
  .main .switch .btn .note {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
  }
}

.main .switch .btn--east {
  border-color: #2a5452;
  background: #2a5452;
}

.main .switch .btn--east .name {
  color: #fff;
}

.main .switch .btn--east .note {
  color: #fff;
}

.main .switch .btn--naebo {
  border-color: #003399;
  background: #003399;
}

.main .switch .btn--naebo .name {
  color: #fff;
}

.main .switch .btn--naebo .note {
  color: #fff;
}

.main .section.plan .tab {
  display: none;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 6.75rem 4.64rem;
  gap: 0 calc(100% - 11.39rem);
  margin: 0.6rem 0 0;
}

.main .section.plan .tab.active {
  display: grid;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab.active {
    display: block;
  }
}

.main .section.plan .tab:has(.photo) {
  grid-template-rows: auto auto 1fr auto;
}

.main .section.plan .tab .data {
  grid-row: 1/2;
  grid-column: 2/3;
}

.main .section.plan .tab .data .type {
  padding: 0.15rem 0.24rem;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .type {
    font-size: 0.42rem;
    line-height: 0.48rem;
  }
}

.main .section.plan .tab .data .type .small {
  font-size: 0.2rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .type .small {
    font-size: 0.32rem;
  }
}

.main .section.plan .tab .data .type .floor {
  font-size: 0.32rem;
  letter-spacing: 0.075em;
}

.main .section.plan .tab .data .composition {
  padding: 0.14rem 0 0;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .composition {
    font-size: 0.36rem;
  }
}

.main .section.plan .tab .data .composition strong {
  font-size: 0.5rem;
  font-weight: inherit;
}

.main .section.plan .tab .data .composition .small {
  font-size: 0.26rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .composition .small {
    font-size: 0.3rem;
  }
}

.main .section.plan .tab .data .composition .note {
  font-size: 0.18rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .composition .note {
    font-size: 0.3rem;
  }
}

.main .section.plan .tab .data .size {
  padding: 0.1rem 0 0;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.main .section.plan .tab .data .size strong {
  font-size: 0.48rem;
  font-weight: inherit;
}

.main .section.plan .tab .data .size .unit {
  font-size: 0.26rem;
}

.main .section.plan .tab .data .size .small:first-child {
  margin-right: 0.5em;
  font-size: 0.16rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .size .small:first-child {
    font-size: 0.24rem;
  }
}

.main .section.plan .tab .data .size .small:last-child {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.12rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .size .small:last-child {
    font-size: 0.22rem;
  }
}

.main .section.plan .tab .data .price {
  margin: 0.3rem 0 0;
  border-top: 1px solid;
  padding: 0.1rem 0 0.2rem;
  border-bottom: 1px solid;
}

.main .section.plan .tab .data .price .rent {
  font-size: 0.28rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.main .section.plan .tab .data .price .rent .small {
  font-size: 0.24rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .price .rent .small {
    font-size: 0.28rem;
  }
}

.main .section.plan .tab .data .price .rent strong {
  font-size: 0.48rem;
  font-weight: initial;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .price .rent strong {
    font-size: 0.52rem;
  }
}

.main .section.plan .tab .data .price .misc {
  display: flex;
  padding: 0.24rem 0 0;
  font-size: 0.18rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .price .misc {
    font-size: 0.26rem;
  }
}

.main .section.plan .tab .data .price .misc .small {
  margin: 0 0 0 0.24rem;
  font-size: 0.14rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .price .misc .small {
    margin: 0 0 0.2rem 0.24rem;
    font-size: 0.2rem;
  }
}

.main .section.plan .tab .data .price .misc strong {
  margin-left: 0.06rem;
  font-size: 0.3rem;
  font-weight: inherit;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .data .price .misc strong {
    font-size: 0.36rem;
  }
}

.main .section.plan .tab .feature {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.2rem 0 0;
}

.main .section.plan .tab .feature p {
  letter-spacing: 0.05em;
}

.main .section.plan .tab .feature .icon {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0 0;
  gap: 0.136rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .feature .icon {
    gap: 0.2rem;
  }
}

.main .section.plan .tab .feature .icon img {
  width: 0.66rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .feature .icon img {
    width: calc((100% - 1rem) / 6);
  }
}

.main .section.plan .tab .image {
  grid-row: 1/4;
  grid-column: 1/2;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .image {
    margin: 0.4rem 0 0;
  }
}

.main .section.plan .tab .append {
  grid-row: 3/4;
  grid-column: 2/3;
  align-self: flex-end;
  padding: 0.4rem 0 0;
  letter-spacing: 0.05em;
  font-size: 0.12rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .append {
    padding: 0.3rem 0 0;
    font-size: 0.26rem;
  }
}

.main .section.plan .tab .detail {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  padding: 0.3rem 0.5rem;
  text-align: center;
}

.main .section.plan .tab .detail .title {
  text-align: center;
  margin-bottom: 30px;
}


@media screen and (max-width: 750px) {
  .main .section.plan .tab .detail {
    padding: 0.3rem 0.2rem 0.4rem;
    font-size: 0.26rem;
  }
}

.main .section.plan .tab .append .legend {
  line-height: 1.8333333333;
}

.main .section.plan .tab .append .legend img {
  width: 0.35rem;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .append .legend img {
    width: 0.7rem;
  }
}

.main .section.plan .tab .append .legend img.legend--03 {
  width: 0.27rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .append .legend img.legend--03 {
    width: 0.54rem;
  }
}

.main .section.plan .tab .append .legend img.legend--04 {
  width: 0.21rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .append .legend img.legend--04 {
    width: 0.42rem;
  }
}

.main .section.plan .tab .append .note {
  padding: 0.14rem 0 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .append .note {
    padding: 0.2rem 0 0;
  }
}

.main .section.plan .tab .photo {
  grid-row: 5/6;
  grid-column: 1/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.6rem 0 0;
}

.main .section.plan .tab .photo .name {
  width: 100%;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .photo .name {
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
}

.main .section.plan .tab .photo .image {
  width: 2.85rem;
  margin: 0.3rem 0 0;
}

.main .section.plan .tab .photo .note {
  width: 100%;
  padding: 0.28rem 0 0;
  letter-spacing: 0.05em;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.plan .tab .photo .note {
    font-size: 0.22rem;
  }
}

.main .section.public {
  margin: 1.2rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.public {
    margin: 1rem 0 0;
  }
}

.main .section.public .photo {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.6rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.public .photo {
    gap: 0.6rem 0.4rem;
  }
}

.main .section.public .photo .item:nth-child(-n+2) {
  width: calc(50% - 0.3rem);
}

@media screen and (max-width: 750px) {
  .main .section.public .photo .item:nth-child(-n+2) {
    width: 100%;
  }
}

.main .section.public .photo .item:nth-child(n+3) {
  width: calc((100% - 1.2rem) / 3);
}

@media screen and (max-width: 750px) {
  .main .section.public .photo .item:nth-child(n+3) {
    width: calc(50% - 0.2rem);
  }
}

.main .section.public .photo .item .text {
  padding: 0.3rem 0 0;
  letter-spacing: 0.05em;
}

.main .section.public .photo .item .text .name {
  font-size: 0.22rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.public .photo .item .text .name {
    font-size: 0.36rem;
  }
}

.main .section.public .photo .item .text p {
  padding: 0.2rem 0 0;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .main .section.public .photo .item .text p {
    padding: 0.3rem 0 0;
  }
}

.main .section.public .photo .item .text .note {
  padding: 0.14rem 0 0;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.public .photo .item .text .note {
    padding: 0.2rem 0 0;
    font-size: 0.2rem;
  }
}

.main .section.public .note {
  padding: 0.4rem 0 0;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.public .note {
    font-size: 0.2rem;
  }
}

.main .section.private {
  margin: 1.2rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.private {
    margin: 1rem 0 0;
  }
}

.main .section.private .photo {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.6rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.private .photo {
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }
}

.main .section.private .photo .item {
  width: calc((100% - 1.2rem) / 3);
  position: relative;
}

@media screen and (max-width: 750px) {
  .main .section.private .photo .item {
    width: auto;
  }

  .main .section.private .photo .item--01 {
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .main .section.private .photo .item--02 {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .main .section.private .photo .item--03 {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  .main .section.private .photo .item--04 {
    grid-row: 2/4;
    grid-column: 2/3;
  }

  .main .section.private .photo .item--05 {
    grid-row: 4/5;
    grid-column: 1/2;
  }

  .main .section.private .photo .item--06 {
    grid-row: 4/5;
    grid-column: 2/3;
  }

  .main .section.private .photo .item--07 {
    grid-row: 4/6;
    grid-column: 2/3;
  }

  .main .section.private .photo .item--08 {
    grid-row: 6/7;
    grid-column: 1/3;
  }
}

.main .section.private .photo .item::after {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.11rem;
  right: 0.12rem;
  background: url(../imgs/ico-zoom.png) 0 0/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .main .section.private .photo .item::after {
    width: 0.69rem;
    top: 0.03rem;
    right: 0.04rem;
    background-image: url(../imgs/ico-zoom_sp.png);
  }
}

.main .section.private .note {
  padding: 0.4rem 0 0;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.private .note {
    font-size: 0.22rem;
  }
}

.main .section.access {
  margin: 1.2rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.access {
    margin: 1rem 0 0;
  }
}

.main .section.access .lead .feature {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0.6rem 0 0 2.6rem;
}

@media screen and (max-width: 750px) {
  .main .section.access .lead .feature {
    margin: 0.6rem 0 0;
  }
}

.main .section.access .lead .feature li {
  padding: 0 0 0 0.54rem;
  background: url(../imgs/blt-check.svg) 0 0/auto 100% no-repeat;
  font-size: 0.26rem;
  line-height: 0.4rem;
}

@media screen and (max-width: 750px) {
  .main .section.access .lead .feature li {
    background-size: 0.4rem auto;
    font-size: 0.28rem;
  }
}

.main .section.access .lead .images {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  margin: 0.6rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.access .lead .images {
    flex-direction: column;
    gap: 0.3rem;
  }
}

.main .section.access .lead .images .image {
  width: calc(50% - 0.3rem);
}

@media screen and (max-width: 750px) {
  .main .section.access .lead .images .image {
    width: 100%;
  }
}

.main .section.access .lead .note {
  padding: 0.4rem 0 0;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.access .lead .note {
    font-size: 0.22rem;
  }
}

.main .section.access .sub .sttl {
  font-size: 0.22rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub .sttl {
    font-size: 0.38rem;
    line-height: 1.5555555556;
  }
}

.main .section.access .sub--01 {
  margin: 0.8rem 0 0;
}

.main .section.access .sub--01 p {
  padding: 0.4rem 0 0;
  letter-spacing: 0.05em;
}

.main .section.access .sub--01 .image {
  margin: 0.4rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--01 .image {
    margin: 0.4rem -0.6rem 0;
  }
}

.main .section.access .sub--01 .image picture {
  display: block;
  padding: 0.85rem 0;
  background: url(../imgs/bg01.jpg) 0 0/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--01 .image picture {
    padding: 0;
    background: none;
  }
}

.main .section.access .sub--01 .image picture img {
  display: block;
  width: 8rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--01 .image picture img {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--01 .image picture figcaption {
    padding: 0.2rem 0.2rem 0;
  }
}

.main .section.access .sub--02 {
  margin: 1rem 0 0;
}

.main .section.access .sub--02 .slider {
  margin: 0.6rem -0.3rem 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--02 .slider {
    margin: 0.6rem 0 0;
  }
}

.main .section.access .sub--02 .slider::before,
.main .section.access .sub--02 .slider::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #d5e1c4;
}

@media screen and (max-width: 750px) {

  .main .section.access .sub--02 .slider::before,
  .main .section.access .sub--02 .slider::after {
    content: none;
  }
}

.main .section.access .sub--02 .slider::before {
  left: 0;
}

.main .section.access .sub--02 .slider::after {
  right: 0;
}

.main .section.access .sub--02 .slider .item {
  box-sizing: border-box;
  width: 4.2rem;
  padding: 0 0.3rem;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--02 .slider .item {
    width: auto;
    padding: 0;
  }
}

.main .section.access .sub--02 .slider .item .text {
  padding: 0.3rem 0 0;
  letter-spacing: 0.05em;
  line-height: 1;
}

.main .section.access .sub--02 .slider .item .text .name {
  font-size: 0.16rem;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--02 .slider .item .text .name {
    font-size: 0.26rem;
  }
}

.main .section.access .sub--02 .slider .item .text .note {
  padding: 0.2rem 0 0;
  color: #666;
  font-size: 0.14rem;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--02 .slider .item .text .note {
    padding: 0.3rem 0 0;
    font-size: 0.22rem;
  }
}

.main .section.access .sub--02 .slider .swiper-button-prev,
.main .section.access .sub--02 .slider .swiper-button-next {
  display: none;
}

@media screen and (max-width: 750px) {

  .main .section.access .sub--02 .slider .swiper-button-prev,
  .main .section.access .sub--02 .slider .swiper-button-next {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.82rem 0 0;
    border: none;
    padding: 0;
    border-radius: 50%;
    background: transparent url(../imgs/arw_sp.png) 50% 50%/0.12rem auto no-repeat;
    box-shadow: 0 0 0 1px #fff;
  }

  .main .section.access .sub--02 .slider .swiper-button-prev::after,
  .main .section.access .sub--02 .slider .swiper-button-next::after {
    content: none;
  }
}

.main .section.access .sub--02 .slider .swiper-button-prev {
  left: 0.2rem;
  scale: -1 1;
}

.main .section.access .sub--02 .slider .swiper-button-next {
  right: 0.2rem;
}

.main .section.access .sub--02 .nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0.8rem 0 0;
  padding: 0 0.5rem;
}

@media screen and (max-width: 750px) {
  .main .section.access .sub--02 .nav {
    display: none;
  }
}

.main .section.access .sub--02 .nav .btn--slider {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: conic-gradient(#999 0deg, transparent 0deg);
  box-shadow: 0 0 0 1px #999;
}

.main .section.access .sub--02 .nav .btn--slider::before {
  content: "";
  grid-area: 1/1;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #d5e1c4 url(../imgs/arw.png) 50% 50%/0.07rem auto no-repeat;
}

.main .section.access .sub--02 .nav .progress {
  flex-grow: 1;
  height: 0.03rem;
  background: linear-gradient(#ccc, #ccc) 0 50%/100% 1px no-repeat;
}

.main .section.access .sub--02 .nav .progress .bar {
  width: 100%;
  height: 0.03rem;
  background: #999;
  scale: 0.25 1;
  transform-origin: left;
}

@media (prefers-reduced-motion: no-preference) {
  .main .section.access .sub--02 .nav .progress .bar {
    transition: scale 0.4s;
  }
}

.main .section.outline {
  margin: 1.2rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.outline {
    margin: 1.2rem 0 0;
  }
}

.main .section.outline .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.02rem 0;
  width: 10rem;
  margin: 0.6rem auto 0;
  color: #000;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .main .section.outline .list {
    display: block;
    width: auto;
  }
}

.main .section.outline .list dt,
.main .section.outline .list dd {
  box-sizing: border-box;
}

.main .section.outline .list dt {
  display: flex;
  align-items: center;
  width: 3rem;
  padding: 0 0 0 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .section.outline .list dt {
    width: auto;
    padding: 0.14rem 0.2rem;
  }
}

.main .section.outline .list dd {
  width: calc(100% - 3rem);
  padding: 0.14rem 0.2rem;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .main .section.outline .list dd {
    width: auto;
  }
}

.main .section.map {
  margin: 1.2rem 0 0;
}

@media screen and (max-width: 750px) {
  .main .section.map {
    margin: 1rem 0 0;
  }
}

.main .section.map .image--01 {
  width: 10rem;
  margin: 0.6rem auto 0;
}

@media screen and (max-width: 750px) {
  .main .section.map .image--01 {
    width: auto;
  }
}

.main .section.map .image--02 {
  width: 7.8rem;
  margin: 0.6rem auto 0;
}

@media screen and (max-width: 750px) {
  .main .section.map .image--02 {
    width: auto;
  }
}

.main .section.map .access {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  width: 7.8rem;
  margin: 0.35rem auto 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .main .section.map .access {
    display: block;
    width: auto;
  }
}

.main .section.map .access dt {
  width: 1.84rem;
  padding: 0.06rem 0 0;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.map .access dt {
    width: auto;
    font-size: 0.32rem;
  }
}

.main .section.map .access dd {
  width: calc(100% - 1.84rem);
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.map .access dd {
    width: auto;
    margin: 0.3rem 0 0;
  }

  .main .section.map .access dd+dt {
    margin: 0.4rem 0 0;
  }
}

.main .section.map .access dd .text {
  font-size: 0.22rem;
}

@media screen and (max-width: 750px) {
  .main .section.map .access dd .text {
    font-size: 0.28rem;
  }
}

.main .section.map .access dd .note {
  padding: 0.1rem 0 0;
  color: #666;
  font-size: 0.14rem;
}

@media screen and (max-width: 750px) {
  .main .section.map .access dd .note {
    padding: 0.2rem 0 0;
    font-size: 0.26rem;
  }
}

.main .section.contact {
  margin: 1.2rem 0 0;
}

.main .section.contact .ttl {
  position: relative;
  background: #c1d7c9;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .main .section.contact .ttl {
    padding: 0.2rem 0;
    font-size: 0.32rem;
    line-height: 1.5;
  }
}

.main .section.contact .ttl::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.2rem;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.2rem);
  background: #c1d7c9;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.main .section.contact a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2rem auto 0;
  color: #2a5452;
  font-size: 0.62rem;
  letter-spacing: 0.0375rem;
  line-height: 1rem;
}

@media screen and (min-width: 751px) {
  .main .section.contact .faq {
    width: 500px;
    margin: 20px auto 40px;
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 750px) {
  .main .section.contact .faq {
    margin: 20px auto 20px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
}

.main .section.contact .faq .faq-list {
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .main .section.contact .faq .faq-list {
    font-size: 0.24rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .main .section.contact .faq .faq-list li {
    padding-left: 0.24rem;
    text-indent: -0.24rem;
    padding-bottom: 8px;
  }
}

.main .section.contact .note {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.main .section.contact .note+.note {
  margin-top: 0.1rem;
}

.main .section.contact .note.red {
  margin: 0.2rem 0;
  text-align: center;
  color: #933b4a;
}

@media screen and (max-width: 750px) {
  .main .section.contact .note {
    font-size: 0.26rem;
    text-align: left;
  }

  .main .section.contact .note.red {
    margin: 0.3rem 0;
    font-size: 0.26rem;
  }
}

.main .tab--east,
.main .tab--naebo {
  display: none;
  padding: 1rem 0;
  position: relative;
}

.main .tab--east.active,
.main .tab--naebo.active {
  display: block;
}

.main .tab--east {
  background: #d5e1c4;
}

.main .tab--east .section.plan .tabNav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin: 0.6rem 0 0;
}

.main .tab--east .section.plan .tabNav .btn {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1.62rem .5fr;
  gap: 0.1rem 0.28rem;
  box-sizing: border-box;
  width: calc(50% - 0.1rem);
  border: none;
  border-radius: 0;
  padding: 0.2rem 0 0.2rem 0.28rem;
  background: #87a095;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .main .tab--east .section.plan .tabNav .btn {
    transition: 0.4s;
    transition-property: background-color;
  }
}

.main .tab--east .section.plan .tabNav .btn {
  background-color: #2a5452;
}

.main .tab--east .section.plan .tabNav .btn .type {
  grid-row: 1/3;
  grid-column: 1/2;
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.42rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .type {
    border: none;
    font-size: 0.4rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .type .small {
  font-size: 0.22rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .type .small {
    font-size: 0.32rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .composition {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 0.26rem;
}

.main .tab--east .section.plan .tabNav .btn .tag {
  grid-row: 1/3;
  grid-column: 3/4;
  font-size: 0.18rem;
  background-color: #8d8355;
  width: 95%;
  height: calc(100% + 0.4rem - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  position: absolute;
  right: 0;
  top: -0.2rem;
  font-size: 20px;
  margin: 5px;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .tag {
    width: 45%;
    height: calc(25% + 0.4rem - 10px);
    font-size: 10px;
    top: auto;
    bottom: 5px;
    right: 5px;
    margin: 0;
  }
}

.main .tab--east .section.plan .tabNav .btn .composition strong {
  font-size: 0.32rem;
  font-weight: inherit;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .composition strong {
    font-size: 0.36rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .composition .small {
  font-size: 0.18rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .composition .small {
    font-size: 0.3rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .composition .note {
  font-size: 0.16rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .composition .note {
    display: block;
    padding: 0.1rem 0 0.1rem;
    font-size: 0.26rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .size {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 0.28rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .size {
    font-size: 0.34rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .size .small {
  font-size: 0.22rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .size .small {
    font-size: 0.26rem;
  }
}

.main .tab--east .section.plan .tabNav .btn .size .unit {
  font-size: 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .tabNav .btn .size .unit {
    font-size: 0.26rem;
  }
}

.main .tab--east .section.plan .tab .data {
  grid-row: 1/2;
  grid-column: 2/3;
}

.main .tab--east .section.plan .tab .data .type {
  background: #2a5452;
}

.main .tab--east .section.plan .tab .data .price {
  border-top-color: #2a5452;
  border-bottom-color: #2a5452;
}

.main .tab--east .section.plan .tab .data .price .rent strong {
  color: #2a5452;
}

.main .tab--east .section.plan .tab .photo .name {
  background: #2a5452;
}







.main .tab--east .section.plan .madoriAccordion {
  margin: 0.6rem 0 0;
}

.main .tab--east .section.plan .madoriAccordion+.madoriAccordion {
  margin: 0.1rem 0 0;
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  width: 100%;
  position: relative;
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1.62rem .5fr;
  gap: 0.1rem 0.28rem;
  box-sizing: border-box;
  width: calc(50% - 0.1rem);
  border: none;
  border-radius: 0;
  padding: 0.2rem 0 0.2rem 0.28rem;
  background: #87a095;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn {
    grid-template-columns: 1.7rem 1.7rem;
    margin: 0 auto;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn {
    gap: 0.2rem .7rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn {
    transition: 0.4s;
    transition-property: background-color;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn {
  background-color: #2a5452;
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .type {
  grid-row: 1/3;
  grid-column: 1/2;
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.42rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .type {
    font-size: 0.4rem;
    width: 4.8em;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .type .small {
  font-size: 0.22rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .type .small {
    font-size: 0.32rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 0.26rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition {
    white-space: nowrap;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .tag {
  grid-row: 1/3;
  grid-column: 3/4;
  font-size: 0.18rem;
  background-color: #8d8355;
  width: 95%;
  height: calc(100% + 0.4rem - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  position: absolute;
  right: 0;
  top: -0.2rem;
  font-size: 20px;
  margin: 5px;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .tag {
    width: 45%;
    height: calc(25% + 0.4rem - 10px);
    font-size: 10px;
    top: auto;
    bottom: 5px;
    right: 5px;
    margin: 0;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition strong {
  font-size: 0.32rem;
  font-weight: inherit;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition strong {
    font-size: 0.36rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition .small {
  font-size: 0.18rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition .small {
    font-size: 0.3rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition .note {
  font-size: 0.16rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .composition .note {
    padding: 0.1rem 0 0.1rem;
    font-size: 0.26rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .size {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 0.28rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .size {
    font-size: 0.34rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .size .small {
  font-size: 0.22rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .size .small {
    font-size: 0.26rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .size .unit {
  font-size: 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .btn .size .unit {
    font-size: 0.26rem;
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon {
  aspect-ratio: 1 / 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon {
    margin-left: 20px;
    width: 54px;
    right: 0;
    right: 50px;
  }
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon {
    width: calc(40 / 390 * 100vw);
    right: calc(20 / 390 * 100vw)
  }
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:before,
.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:after {
  background-color: #ffffff;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform .5s ease-in-out, height .5s ease-in-out;
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:before {
  height: 1px;
}

.main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:after {
  width: 1px;
}

@media screen and (min-width: 751px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:before {
    width: 25px;
  }
}

@media screen and (max-width: 750px) {

  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:before,
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:after {}
}

@media screen and (min-width: 751px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:before {
    width: 25px;
  }
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:before {
    width: calc(20 / 390 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:after {
    height: 25px;
  }
}

@media screen and (max-width: 750px) {
  .main .tab--east .section.plan .madoriAccordion .madoriAccordion__head .madoriAccordion__icon:after {
    height: calc(20 / 390 * 100vw);
  }
}









@media screen and (min-width: 751px) {}

@media screen and (max-width: 750px) {}







.main .section.plan .madoriAccordion .madoriAccordion__cont {
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 6.75rem 4.64rem;
  gap: 0 calc(100% - 11.39rem);
  padding: 0.3rem 0 0;
  display: grid;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.4, 0, .2, 1);
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont {
    display: block;
    transition: max-height .8s cubic-bezier(.4, 0, .2, 1);
  }
}

.main .section.plan .madoriAccordion.is-active .madoriAccordion__head .madoriAccordion__icon:after {
  height: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.main .section.plan .madoriAccordion.is-active .madoriAccordion__cont {
  max-height: 5000px;
  padding-bottom: 0.4rem;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont:has(.photo) {
  grid-template-rows: auto auto 1fr auto;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data {
  grid-row: 1/2;
  grid-column: 2/3;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .type {
  padding: 0.15rem 0.24rem;
  background: #2a5452;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .type {
    font-size: 0.42rem;
    line-height: 0.48rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .type .small {
  font-size: 0.2rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .type .small {
    font-size: 0.32rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .type .floor {
  font-size: 0.32rem;
  letter-spacing: 0.075em;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition {
  padding: 0.14rem 0 0;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition {
    font-size: 0.36rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition strong {
  font-size: 0.5rem;
  font-weight: inherit;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition .small {
  font-size: 0.26rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition .small {
    font-size: 0.3rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition .note {
  font-size: 0.18rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .composition .note {
    font-size: 0.3rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .size {
  padding: 0.1rem 0 0;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .size strong {
  font-size: 0.48rem;
  font-weight: inherit;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .size .unit {
  font-size: 0.26rem;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .size .small:first-child {
  margin-right: 0.5em;
  font-size: 0.16rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .size .small:first-child {
    font-size: 0.24rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .size .small:last-child {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.12rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .size .small:last-child {
    font-size: 0.22rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price {
  margin: 0.3rem 0 0;
  border-top: 1px solid;
  padding: 0.1rem 0 0.2rem;
  border-bottom: 1px solid;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .rent {
  font-size: 0.28rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .rent .small {
  font-size: 0.24rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .rent .small {
    font-size: 0.28rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .rent strong {
  font-size: 0.48rem;
  font-weight: initial;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .rent strong {
    font-size: 0.52rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .misc {
  display: flex;
  padding: 0.24rem 0 0;
  font-size: 0.18rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .misc {
    font-size: 0.26rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .misc .small {
  margin: 0 0 0 0.24rem;
  font-size: 0.14rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .misc .small {
    margin: 0 0 0.2rem 0.24rem;
    font-size: 0.2rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .misc strong {
  margin-left: 0.06rem;
  font-size: 0.3rem;
  font-weight: inherit;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .data .price .misc strong {
    font-size: 0.36rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .feature {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.2rem 0 0;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .feature p {
  letter-spacing: 0.05em;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .feature .icon {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0 0;
  gap: 0.136rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .feature .icon {
    gap: 0.2rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .feature .icon img {
  width: 0.66rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .feature .icon img {
    width: calc((100% - 1rem) / 6);
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .image {
  grid-row: 1/4;
  grid-column: 1/2;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .image {
    margin: 0.4rem 0 0;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .append {
  grid-row: 3/4;
  grid-column: 2/3;
  align-self: flex-end;
  padding: 0.4rem 0 0;
  letter-spacing: 0.05em;
  font-size: 0.12rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .append {
    padding: 0.3rem 0 0;
    font-size: 0.26rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .detail {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  padding: 0.3rem 0.5rem;
  text-align: center;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .detail .title {
  text-align: center;
  margin-bottom: 30px;
}


@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .detail {
    padding: 0.3rem 0.2rem 0.4rem;
    font-size: 0.26rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend {
  line-height: 1.8333333333;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend img {
  width: 0.35rem;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend img {
    width: 0.7rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend img.legend--03 {
  width: 0.27rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend img.legend--03 {
    width: 0.54rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend img.legend--04 {
  width: 0.21rem;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .append .legend img.legend--04 {
    width: 0.42rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .append .note {
  padding: 0.14rem 0 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .append .note {
    padding: 0.2rem 0 0;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .photo {
  grid-row: 5/6;
  grid-column: 1/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.6rem 0 0;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .photo .name {
  width: 100%;
  background: #2a5452;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .photo .name {
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .photo .image {
  width: 2.85rem;
  margin: 0.3rem 0 0;
}

.main .section.plan .madoriAccordion .madoriAccordion__cont .photo .note {
  width: 100%;
  padding: 0.28rem 0 0;
  letter-spacing: 0.05em;
  font-size: 0.14rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main .section.plan .madoriAccordion .madoriAccordion__cont .photo .note {
    font-size: 0.22rem;
  }
}


















.main .tab--east .section.outline .list dt {
  background: #c1d7c9;
}

.main .tab--naebo {
  background: #ccdde5;
}

.main .tab--naebo .ttl--01 {
  color: #00618a;
}

.main .tab--naebo .section.plan .tab .data .type {
  background: #003399;
}

.main .tab--naebo .section.plan .tab .data .price {
  border-top-color: #003399;
  border-bottom-color: #003399;
}

.main .tab--naebo .section.plan .tab .data .price .rent strong {
  color: #00618a;
}

.main .tab--naebo .section.plan .tab .photo .name {
  background: #003399;
}

.main .tab--naebo .section.outline .list dt {
  background: #9ac3d6;
}

.gFooter {
  padding: 0.8rem 0 0.3rem;
}

@media screen and (max-width: 750px) {
  .gFooter {
    padding: 0.4rem 0 0.4rem;
  }
}

.gFooter .note {
  color: #999;
  font-size: 0.14rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .gFooter .note {
    font-size: 0.22rem;
    line-height: 1.5;
  }
}

.gFooter .ci {
  width: 2rem;
  margin: .5rem 0 0;
}

@media screen and (max-width: 750px) {
  .gFooter .ci {
    width: 3rem;
    margin: 0.6rem 0 0;
  }
}

.gFooter .ci .text {
  display: block;
  font-size: 0.1rem;
  line-height: 1.75;
  padding: 0 0 0.05rem;
}

@media screen and (max-width: 750px) {
  .gFooter .ci .text {
    font-size: 0.2rem;
    padding: 0 0 0.1rem;
  }
}

.gFooter .ci img {
  width: 100%;
}

.gFooter .copyright {
  padding: 0.3rem 0 0;
  color: #1f73b9;
  font-size: 0.1rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .gFooter .copyright {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
}

.modaal-outer-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .modaal-gallery-control {
    background: transparent;
    top: 50%;
    bottom: 0;
    translate: 0 -50% 0;
  }
}

.modaal-gallery-control::before,
.modaal-gallery-control::after {
  background: #000;
}

@media screen and (max-width: 750px) {

  .modaal-gallery-control::before,
  .modaal-gallery-control::after {
    background: #fff;
  }
}

.modaal-gallery-control:hover {
  background: transparent;
}

.modaal-gallery-control:hover::before,
.modaal-gallery-control:hover::after {
  background: #000;
}

@media screen and (max-width: 750px) {

  .modaal-gallery-control:hover::before,
  .modaal-gallery-control:hover::after {
    background: #fff;
  }
}

@media screen and (max-width: 750px) {
  .modaal-gallery-prev {
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .modaal-gallery-next {
    right: 0;
  }
}

.modaal-wrapper .modaal-close {
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  background: #f5f5f5;
}

.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after {
  background: #000;
}

.modaal-wrapper .modaal-close:hover {
  background: #f5f5f5;
}

.modaal-wrapper .modaal-close:hover::before,
.modaal-wrapper .modaal-close:hover::after {
  background: #000;
}

.fixBnr {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: fixed;
  z-index: 99;
}

@media screen and (min-width: 751px) {
  .fixBnr {
    bottom: 280px;
    height: 45px;
    right: 60px;
    transform: translate(0, 500%);
    transition: 0.6s;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr {
    bottom: 120px;
    height: 45px;
    right: 10px;
    transform: translate(0, 200%);
    transition: 0.2s;
    width: 100%;
  }
}

.fixBnr.is-visible {
  transform: translate(0, 0);
}

@media screen and (min-width: 751px) {
  .fixBnr.is-visible {
    transition: 0.6s;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr.is-visible {
    transition: 0.2s;
  }
}

.fixBnr-btn {
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  height: 50px;
  position: relative;
}

.fixBnr-btn:before {
  background-color: #ffff00;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 6px;
}

.fixBnr-btn:hover .fixBnr-btn__inner {
  opacity: 0.7;
}

.fixBnr-btn:hover .arrowSVG {
  transform: scale(1.5) rotateX(0) rotateY(0) rotateZ(45deg);
}

.fixBnr-btn:not(:last-of-type) {
  margin-right: 10px;
}

.fixBnr-btn.is-new:before {
  content: "";
}

.fixBnr-btn__inner {
  text-align: center;
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 5px;
  transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
}

.fixBnr-btn .arrowSVG {
  position: absolute;
  right: 9px;
  top: 9px;
  transform: rotateX(0) rotateY(0) rotateZ(45deg);
  transition: 0.3s;
  width: 10px;
}

.fixBnr-btn--tel {
  border-top: 1px solid #cccccc;
  width: 100px;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .fixBnr-btn--tel {
    display: none;
  }
}

.fixBnr-btn--tel .fixBnr-btn__inner {
  background-color: #d77c45;
  letter-spacing: 0.1em;
}

.fixBnr-btn--tel .fixBnr-btn__inner .telSVG {
  width: 19px;
}

.fixBnr-btn--contact {
  width: 170px;
}

.fixBnr-btn--contact .fixBnr-btn__inner {
  background-color: #d77c45;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.1111111111;
}

.fixBnr-btn--default {
  border-top: 1px solid #c2c2c2;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .fixBnr-btn--default {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr-btn--default {
    width: 137px;
  }
}

.fixBnr-btn--default .fixBnr-btn__inner {
  background-color: #d77c45;
}

@media screen and (min-width: 751px) {
  .fixBnr-btn--default .fixBnr-btn__inner {
    font-size: 20px;
    line-height: 1.1111111111;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr-btn--default .fixBnr-btn__inner {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr-btn--multiple {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr-btn--multiple.fixBnr-btn--default .fixBnr-btn__inner {
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .fixBnr-btn--multiple.fixBnr-btn--default .arrowSVG {
    right: 4px;
    top: 4px;
  }
}

/* 2025/1/15 更新対応追加分 */
.infoBlock .ttl+* {
  margin-top: .6rem;
}

@media screen and (max-width: 750px) {
  .infoBlock .ttl+* {
    margin-top: .4rem;
  }
}

@media screen and (min-width: 751px) {
  .planBnr {
    margin: 0 auto 10px calc((100% - 590px) / 2);
    max-width: 590px;
  }
}

.caption {
  color: #999999;
  margin-left: calc((100% - 590px) / 2);
  margin-bottom: 0.6rem;
  width: fit-content;
  font-size: 12px;
}

.planBnr:hover {
  opacity: .7;
  cursor: pointer;
}

@media screen and (max-width:750px) {
  .planBnr {
    width: 100%;
  }

  .caption {
    color: #999999;
    margin-left: 0;
    margin-bottom: 20px;
    width: fit-content;
    font-size: 12px;
  }
}

.monitorBnr {
  background-color: #2a5452;
  display: block;
  margin: 0 auto 50px;
  max-width: 590px;
  text-align: center;
  transition: .3s;
}

@media screen and (min-width:750px) {

  .monitorBnr:hover {
    opacity: .7;
  }
}

.monitorBnr__inner {
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px;
}

@media screen and (max-width:750px) {

  .monitorBnr__inner {
    font-size: 18px;
    padding: 10px;
  }
}

.monitorBnr__ttl {
  line-height: 1.2;
  margin: 0 auto 10px;
}

@media screen and (max-width:750px) {

  .monitorBnr__ttl {}
}

.monitorBnr__price {
  margin-top: 5px;
}

.monitorBnr__price .num {
  color: #d5e1c4;
  font-size: 48px;
  line-height: .7;
}

@media screen and (max-width:750px) {

  .monitorBnr__price .num {
    font-size: 30px;
  }

}

.monitorBnr__more {
  align-items: center;
  border-top: 1px solid #95aaa9;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
}

.seminarBnrGroup {
  margin: 80px auto 0;
  max-width: 590px;
}

.seminarBnr {
  background-color: #fdf8ec;
  border: 1px solid #d77c45;
  display: block;
  text-align: center;
  transition: .3s;
  margin: 30px auto;
  width: 780px;
}

@media screen and (max-width:750px) {
  .seminarBnr {
    width: auto;
  }
}

@media screen and (min-width:750px) {

  .seminarBnr:hover {
    opacity: .7;
  }
}

.seminarBnr__inner {
  padding: 10px 20px;
}

@media screen and (max-width:750px) {

  .seminarBnr__inner {
    padding: 10px;
  }
}

.seminarBnr__ttl {
  color: #d77c45;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 10px;
  letter-spacing: .15em;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}
}

.seminarBnr__ttl .small {
  font-size: 18px;
}

@media screen and (max-width:750px) {

  .seminarBnr__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width:750px) {

  .seminarBnr__ttl .small {
    font-size: 14px;
  }
}

.seminarBnr__txt {
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 10px;
}

@media screen and (max-width:750px) {

  .seminarBnr__txt {
    font-size: 14px;
  }
}

.seminarBnr__date {
  font-size: 20px;
  padding: 10px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width:750px) {

  .seminarBnr__date {
    font-size: 16px;
  }
}

.seminarBnr__date p+p {
  padding-top: 10px;
}

.seminarBnr__place {
  font-size: 20px;
  position: relative;
}

@media screen and (max-width:750px) {

  .seminarBnr__place {
    font-size: 16px;
  }
}

.seminarBnr__date:before {
  background-color: #d77c45;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.seminarBnr__more {
  align-items: center;
  background-color: #d77c45;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
}

.seminarBnr+.seminarBnr {
  margin-top: 40px;
}

.seminarBnr+.seminarContact {
  margin-top: 40px;
}

.seminarContact {
  text-align: center;
}

.seminarContact .holidayNote {
  margin: 0.4rem 0;
  font-size: 0.28rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.seminarContact .holidayNote.red {
  color: #933b4a;
}

@media screen and (min-width:750px) {

  .seminarContact .holidayNote {
    margin: 0.25rem;
    font-size: 0.18rem;
  }
}

.seminarContact__txt {
  background-color: #c1d7c9;
  font-size: 24px;
  padding: 10px;
  position: relative;
}

@media screen and (max-width:750px) {

  .seminarContact__txt {
    font-size: 20px;
  }
}

.seminarContact__txt:after {
  border-bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-style: solid;
  border-top: 20px solid #c1d7c9;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.seminarContact__tel {
  color: #2a5452;
  display: block;
  font-size: 60px;
  line-height: 1;
  margin-top: 40px;
}

@media screen and (min-width:750px) {

  .seminarContact__tel {
    pointer-events: none;
  }
}

@media screen and (max-width:750px) {

  .seminarContact__tel {
    font-size: 48px;
  }
}

.holidayNews {
  border: 1px solid #333333;
  color: #333333;
  margin: 0 auto;
  max-width: 520px;
  padding: 10px;
  text-align: center;
}

.holidayNews+* {
  margin-top: .6rem;
}

@media screen and (max-width: 750px) {
  .holidayNews+* {
    margin-top: .4rem;
  }
}


.holidayNews__txt {
  font-size: 14px;
}

.holidayNews__date {
  font-size: 14px;
  text-align: start;
  padding: 20px 0 0;
  width: fit-content;
  margin: auto;
}

.infoNews__link {
  display: block;
  margin: 30px auto;
}

@media screen and (min-width:750px) {
  .infoNews__link {
    width: 590px;
  }
}

@media screen and (max-width:750px) {
  .infoNews__link {
    margin: 30px auto;
  }
}

.monitorCampaign {
  background-color: #8d8355;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  padding: 10px 15px;
  text-align: center;
}

@media screen and (max-width:750px) {

  .monitorCampaign {
    font-size: 16px;
  }
}

.monitorCampaign__ttl {}

.monitorCampaign__price {
  margin-top: 5px;
}

.monitorCampaign__price .num {
  color: #ffea8a;
  font-size: 40px;
  line-height: .7;
}

@media screen and (max-width:750px) {

  .monitorCampaign__price .num {
    font-size: 30px;
  }

}

/* 2025/05/21_改修校ンテンツ */

@media screen and (min-width: 751px) {
  .featureSect__head+.featureSect__cont {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__head+.featureSect__cont {
    margin-top: 20px;
  }
}

.featureSect__block {
  border: 1px solid #999999;
}

@media screen and (min-width: 751px) {
  .featureSect__block {
    padding: 50px 70px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__block {
    padding: 25px 20px;
  }
}

.featureSect__block .caption {
  margin-left: 0;
  margin-bottom: 0;
}

.featureSect__block+.featureSect__block {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .featureSect__block+.featureSect__block {
    margin-top: 117px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__block+.featureSect__block {
    margin-top: 62px;
  }
}

.featureSect__block+.featureSect__block:before,
.featureSect__block+.featureSect__block:after {
  content: "";
  display: block;
  background-color: #999999;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.featureSect__block+.featureSect__block:before {
  height: 1px;
}

@media screen and (min-width: 751px) {
  .featureSect__block+.featureSect__block:before {
    width: 60px;
    top: -56px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__block+.featureSect__block:before {
    width: 30px;
    top: -29px;
  }
}

.featureSect__block+.featureSect__block:after {
  width: 1px;
}

@media screen and (min-width: 751px) {
  .featureSect__block+.featureSect__block:after {
    height: 60px;
    top: -88px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__block+.featureSect__block:after {
    height: 30px;
    top: -44px;
  }
}

.featureSect__heading {
  width: 100%;
  position: relative;
  background: #d5e1c4;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .featureSect__heading {
    width: auto;
    margin: 0 0 0.2rem;
    padding: 0.2rem 0;
    font-size: 0.34rem;
    line-height: 1.5;
  }
}

.featureSect__heading:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.2rem;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.2rem);
  background: #d5e1c4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 751px) {
  .featureSect__heading+.featureSect__fig {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__heading+.featureSect__fig {
    margin-top: 18px;
  }
}

.featureSect__figTtl {
  color: #111111;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .featureSect__figTtl {
    font-size: 20px;
  }
}

@media screen and (min-width: 751px) {
  .featureSect__figTtl+.image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__figTtl+.image {
    margin-top: 20px;
  }
}

.featureSect__cont+.note {
  word-break: break-all;
}

@media screen and (min-width: 751px) {
  .featureSect__cont+.note {
    margin-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  .featureSect__cont+.note {
    margin-top: 40px;
  }
}

.featureSect+* {
  margin-top: 1.2rem;
}

@media screen and (max-width: 750px) {
  .featureSect+* {
    margin-top: 1rem;
  }
}

.featureSect__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem;
  margin: .4rem auto 0;
}

@media screen and (max-width: 750px) {
  .featureSect__list {
    gap: .2rem;
    margin: .6rem auto 0;
  }
}

.featureSect__list+.caption {
  margin-top: .1rem;
}

.featureSect__card .cardTtl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #2a5452;
  color: #fff;
  font-size: .24rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: .1rem 0;
  width: 100%;
  display: block;
}

.featureSect__figure {
  position: relative;
}

.featureSect__figure .caption {
  padding: 0 0.1rem 0.1rem 0;
  position: absolute;
  right: 50%;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 0.1em #000, 0 0 0.2em #000, 0 0 0.4em #000, 0 0 0.6em #000, 0 0 0.8em #000;
  bottom: 0;
  line-height: 1;
}

/* 2025/06/10_infoRequest追加 */
.cvBtn {
  align-items: center;
  background-color: #d77c45;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: .3s;
  z-index: 1
}

@media screen and (min-width: 768px) {
  .cvBtn {
    height: 70px;
    width: 310px
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box;
  }
}

.cvBtn:before {
  background-color: #cccccc;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.cvBtn__txt {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: .04em
}

.cvBtn .arrowSVG {
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotateX(0) rotateY(0) rotateZ(45deg);
  transition: .3s;
  width: 13px;
  z-index: 1
}

@media screen and (min-width: 768px) {
  .cvBtn:hover {
    opacity: .7
  }

  .cvBtn:hover .arrowSVG {
    transform: scale(1.5) rotateX(0) rotateY(0) rotateZ(45deg)
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover {
    opacity: .7
  }

  .cvBtn:hover .arrowSVG {
    transform: scale(1.5) rotateX(0) rotateY(0) rotateZ(45deg)
  }
}

.infoRequest {
  margin: 0 auto;
  border: 1px solid #d77c45;
  background: #fdf8ec;

}

@media screen and (min-width: 768px) {
  .infoRequest {
    margin-top: 100px;
    width: 900px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .infoRequest {
    margin: 80px 20px;
    padding: 40px 30px;
  }
}

.infoRequest__head {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .infoRequest__head {
    flex-direction: column;
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__photo {
    margin-top: 20px
  }
}

.infoRequest__photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 5px;
}

.infoRequest__ttl {
  color: #d77c45;
  line-height: 1.4
}

@media screen and (min-width: 768px) {
  .infoRequest__ttl {
    font-size: 30px
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__ttl {
    font-size: calc(48 / 750 * 100vw)
  }
}

.infoRequest__txt {
  letter-spacing: .08em;
  line-height: 1.8
}

@media screen and (min-width: 768px) {
  .infoRequest__txt {
    font-size: 14px;
    margin-top: 10px
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__txt {
    font-size: 12px;
    margin-top: 10px
  }
}

.infoRequest__cont {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .infoRequest__cont {
    gap: 40px;
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__cont {
    flex-direction: column;
    margin-top: 30px
  }
}

@media screen and (min-width: 768px) {
  .infoRequest__cont .cvBtn {
    margin: 0
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__cont .cvBtn:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (min-width: 768px) {
  .infoRequest__cont .cvBtn__txt {
    font-size: 20px
  }
}

.infoRequest__note {
  align-items: center;
  background-color: #728180;
  color: #ffffff;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center
}

@media screen and (min-width: 768px) {
  .infoRequest__note {
    gap: 15px;
    margin-top: 40px;
    padding: 10px 0
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__note {
    font-size: 18px;
    gap: 15px;
    margin: 35px 30px 0;
    padding: 15px 0
  }
}

.infoRequest__note:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #728180;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
  .infoRequest__note:after {
    bottom: -17px
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__note:after {
    bottom: -15px
  }
}

.infoRequest__salon {
  text-align: center;
  width: 100%
}

@media screen and (min-width: 768px) {
  .infoRequest__salon {
    font-size: 16px;
    letter-spacing: .08em;
    margin-top: 30px
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__salon {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 35px
  }
}

.infoRequest__inner {
  display: flex;
  justify-content: center
}

@media screen and (min-width: 768px) {
  .infoRequest__inner {
    margin: 20px 30px 0
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__inner {
    align-items: center;
    flex-direction: column;
    margin-top: 20px
  }
}

.infoRequest__tel {
  display: block;
  position: relative
}

@media screen and (min-width: 768px) {
  .infoRequest__tel {
    border-right: 1px solid #2a5452;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-right: 20px;
    pointer-events: none;
    width: 330px
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__tel {
    margin: 0 30px
  }
}

.infoRequest__tel .caption {
  bottom: -18px;
  position: absolute
}

@media screen and (min-width: 768px) {
  .infoRequest__tel .caption {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .infoRequest__tel .caption {
    bottom: -20px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    width: 100%
  }
}

.infoRequest__info {
  color: #000000;
  font-size: 10px;
  letter-spacing: .02em;
  line-height: 1.8
}

@media screen and (max-width: 768px) {
  .infoRequest__info {
    margin-top: 40px;
    text-align: center
  }
}

.fixBnr-btn .arrowSVG {
  position: absolute;
  right: 9px;
  top: 9px;
  transform: rotateX(0) rotateY(0) rotateZ(45deg);
  transition: 0.3s;
  width: 10px;
}


/* .footer-corporateInfo追加 */
.footer-corporateInfo {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  position: relative
}

@media screen and (min-width: 768px) {
  .footer-corporateInfo {
    gap: 62px;
    padding: 40px 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateInfo {
    flex-direction: column;
    gap: 40px;
    margin: 40px auto 0;
    padding: 50px 0;
    width: 270px
  }
}

.footer-corporateInfo:before {
  content: '';
  position: absolute;
  background-color: #e5e5e5;
  top: 0;
  height: 1px;
}


.footer-corporateInfo:after {
  content: '';
  position: absolute;
  background-color: #e5e5e5;
  bottom: 0;
  height: 1px;
}

@media screen and (min-width: 768px) {

  .footer-corporateInfo:before,
  .footer-corporateInfo:after {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 768px) {

  .footer-corporateInfo:before,
  .footer-corporateInfo:after {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}

.footer-corporateInfo__link {
  color: #999999;
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: .15em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

.footer-corporateInfo__link .arrowSVG {
  bottom: 1px;
  position: absolute
}

@media screen and (min-width: 768px) {
  .footer-corporateInfo__link .arrowSVG {
    right: -25px;
    width: 12px
  }
}

@media screen and (max-width: 768px) {
  .footer-corporateInfo__link .arrowSVG {
    right: -20px;
    width: 10px
  }
}