@charset "UTF-8";
.main .anchorNav__item .en, .main .section--04 .secItem--02 .structureItem--01 .item .meritTtl .en,
.main .section--04 .secItem--02 .structureItem--01 .item .demeritTtl .en {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.main .section--01 .secItem--02 .pointTtl .num {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.gHeader.onTop {
  background: #fff;
  color: #393d40;
}
.gHeader.onTop .branding .logo a .normal {
  opacity: 1;
}
.gHeader.onTop .branding .logo a .white {
  opacity: 0;
}

.main .pageLead {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .main .pageLead {
    padding-bottom: 0.8rem;
  }
}
.main .pageLead .catch {
  font-size: 0.34rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageLead .catch {
    font-size: 0.44rem;
  }
}
.main .pageLead p {
  font-size: 0.17rem;
  line-height: 2;
  margin: 0.4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageLead p {
    font-size: 0.27rem;
  }
}
.main .anchor__position {
  padding-top: 2rem;
  margin-top: -2rem;
}
@media screen and (max-width: 750px) {
  .main .anchor__position {
    padding-top: 4.2rem;
    margin-top: -4.2rem;
  }
}
.main .anchorNav {
  position: relative;
  height: 1rem;
}
@media screen and (max-width: 750px) {
  .main .anchorNav {
    height: 2rem;
  }
}
.main .anchorNav__fixed {
  background: #F8F7EF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.main .anchorNav__fixed.is-fixed {
  position: fixed;
  top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .anchorNav__fixed.is-fixed {
    top: 1.1rem;
  }
}
.main .anchorNav__items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .anchorNav__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .main .anchorNav__item:nth-child(n+5) {
    border-top: 1px solid #FFF;
  }
}
.main .anchorNav__item a {
  padding: 0.2rem 0.4rem 0.2rem 0.3rem;
  display: block;
  transition: background-color 0.4s, color 0.4s;
  position: relative;
  height: 1rem;
  box-sizing: border-box;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .anchorNav__item a {
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.main .anchorNav__item a:before {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
  transition: background-color 0.4s;
}
.main .anchorNav__item a:hover, .main .anchorNav__item a.active {
  background: #F0EEDF;
  color: #B39B69;
}
.main .anchorNav__item a:hover:before, .main .anchorNav__item a.active:before {
  background: #B39B69;
}
.main .anchorNav__item .ja {
  font-size: 0.14rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main .anchorNav__item .ja {
    font-size: 0.24rem;
    display: none;
  }
}
.main .anchorNav__item .en {
  font-size: 0.22rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main .anchorNav__item .en {
    font-size: 0.24rem;
  }
}
.main .anchorNav__item + * {
  background: linear-gradient(#fff, #fff) left center/1px 50% no-repeat;
}
.main .section {
  padding-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .section {
    padding-top: 1.2rem;
  }
}
.main .section .text .catch {
  font-size: 0.34rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .main .section .text .catch {
    font-size: 0.4rem;
  }
}
.main .section .text p {
  font-size: 0.18rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section .text p {
    font-size: 0.27rem;
  }
}
.main .section .text p + p {
  margin-top: 0.2rem;
}
.main .section .note {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .section .note {
    font-size: 0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .secLead .wrap {
    display: grid;
    grid-template-columns: 5.8rem auto;
    gap: 1rem;
    align-items: center;
    grid-template-areas: "txt img";
  }
}
.main .section .secLead .text {
  grid-area: txt;
}
.main .section .secLead .text p {
  margin-top: 0.4rem;
}
.main .section .secLead .image {
  width: 10rem;
  grid-area: img;
}
@media screen and (max-width: 750px) {
  .main .section .secLead .image {
    width: 100vw;
    margin: 0.6rem -0.4rem 0;
  }
}
@media screen and (min-width: 751px) {
  .main .section:nth-child(even) .secLead .wrap {
    grid-template-columns: auto 5.8rem;
    grid-template-areas: "img txt";
  }
  .main .section:nth-child(even) .secLead .image {
    margin-left: -2.4rem;
  }
}
.main .section .amenitySlider,
.main .section .structureSlider,
.main .section .securitySlider {
  padding: 1.8rem 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider,
  .main .section .structureSlider,
  .main .section .securitySlider {
    padding: 1.5rem 0 0.6rem;
  }
}
.main .section .amenitySlider:before,
.main .section .structureSlider:before,
.main .section .securitySlider:before {
  width: calc(100vw - 1.4rem);
  height: 100%;
  display: block;
  position: absolute;
  left: -1rem;
  top: 0;
  background: #F5F7FA;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider:before,
  .main .section .structureSlider:before,
  .main .section .securitySlider:before {
    width: 100vw;
    left: -0.4rem;
  }
}
.main .section .amenitySlider .swiper,
.main .section .structureSlider .swiper,
.main .section .securitySlider .swiper {
  overflow: visible;
}
.main .section .amenitySlider .swiper-pager,
.main .section .structureSlider .swiper-pager,
.main .section .securitySlider .swiper-pager {
  display: flex;
  gap: 0.2rem;
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.3rem);
}
.main .section .amenitySlider .swiper-button,
.main .section .structureSlider .swiper-button,
.main .section .securitySlider .swiper-button {
  background: #1e385c;
  border-radius: 50%;
  box-shadow: 0.11rem 0.16rem 0.5rem rgba(0, 0, 0, 0.1);
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  position: static;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider .swiper-button,
  .main .section .structureSlider .swiper-button,
  .main .section .securitySlider .swiper-button {
    width: 0.7rem;
  }
}
.main .section .amenitySlider .swiper-button:after,
.main .section .structureSlider .swiper-button:after,
.main .section .securitySlider .swiper-button:after {
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider .swiper-button:after,
  .main .section .structureSlider .swiper-button:after,
  .main .section .securitySlider .swiper-button:after {
    font-size: 0.16rem;
  }
}
.main .section .amenitySlider .swiper-button-disabled,
.main .section .structureSlider .swiper-button-disabled,
.main .section .securitySlider .swiper-button-disabled {
  background: transparent;
  outline: 1px solid #1e385c;
}
.main .section .amenitySlider .swiper-button-disabled:after,
.main .section .structureSlider .swiper-button-disabled:after,
.main .section .securitySlider .swiper-button-disabled:after {
  color: #1e385c;
}
.main .section .amenitySlider__items,
.main .section .structureSlider__items,
.main .section .securitySlider__items {
  cursor: pointer;
}
.main .section .amenitySlider__item,
.main .section .structureSlider__item,
.main .section .securitySlider__item {
  width: 3.7rem;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider__item,
  .main .section .structureSlider__item,
  .main .section .securitySlider__item {
    width: 4.3rem;
  }
}
.main .section .amenitySlider__item.wide,
.main .section .structureSlider__item.wide,
.main .section .securitySlider__item.wide {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider__item.wide,
  .main .section .structureSlider__item.wide,
  .main .section .securitySlider__item.wide {
    width: 6.5rem;
  }
}
.main .section .amenitySlider__item.wide .amenitySlider__inner,
.main .section .structureSlider__item.wide .amenitySlider__inner,
.main .section .securitySlider__item.wide .amenitySlider__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider__item.wide .amenitySlider__inner,
  .main .section .structureSlider__item.wide .amenitySlider__inner,
  .main .section .securitySlider__item.wide .amenitySlider__inner {
    grid-template-columns: 55% auto;
  }
}
.main .section .amenitySlider__item .ttl,
.main .section .structureSlider__item .ttl,
.main .section .securitySlider__item .ttl {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider__item .ttl,
  .main .section .structureSlider__item .ttl,
  .main .section .securitySlider__item .ttl {
    font-size: 0.25rem;
  }
}
.main .section .amenitySlider__item p,
.main .section .structureSlider__item p,
.main .section .securitySlider__item p {
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider__item p,
  .main .section .structureSlider__item p,
  .main .section .securitySlider__item p {
    font-size: 0.22rem;
    margin-top: 0.3rem;
  }
}
.main .section .amenitySlider__item .note,
.main .section .structureSlider__item .note,
.main .section .securitySlider__item .note {
  font-size: 0.12rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section .amenitySlider__item .note,
  .main .section .structureSlider__item .note,
  .main .section .securitySlider__item .note {
    font-size: 0.18rem;
  }
}
.main .section--01 .secItem--01 {
  position: relative;
  padding-bottom: 1.5rem;
}
.main .section--01 .secItem--01:before {
  width: 100%;
  height: calc(100% - 6rem);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(240, 238, 223, 0.5);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01:before {
    height: calc(100% - 8rem);
  }
}
.main .section--01 .secItem--01 .lead {
  padding-top: 1.2rem;
}
.main .section--01 .secItem--01 .lead .logo {
  width: 1rem;
  margin: 0 auto 0.2rem;
}
.main .section--01 .secItem--01 .lead .catch {
  text-align: center;
}
.main .section--01 .secItem--01 .lead p {
  margin: 0.3rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .section--01 .secItem--01 .lead p {
    text-align: center;
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .lead p {
    font-size: 0.27rem;
  }
}
.main .section--01 .secItem--01 .box {
  padding: 0.8rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  margin: 0.6rem 0.8rem 0;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box {
    padding: 0.8rem 0.6rem;
    margin: 0.6rem 0 0;
  }
}
.main .section--01 .secItem--01 .box .image {
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .image {
    width: 100%;
  }
}
.main .section--01 .secItem--01 .box .merit {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 2.66rem);
  gap: 0.3rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .merit {
    margin-top: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
}
.main .section--01 .secItem--01 .box .merit:before {
  width: 1.9rem;
  aspect-ratio: 190/45;
  display: block;
  margin: 0 auto;
  background: url(../imgs/bg_arrow01.png) center/contain no-repeat;
  content: "";
  grid-column: 1/4;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .merit:before {
    margin-bottom: 0.2rem;
    grid-column: 1/3;
  }
}
.main .section--01 .secItem--01 .box .merit li {
  background: #869665;
  color: #FFF;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .merit li:nth-child(1) {
    grid-column: 1/3;
  }
}
.main .section--01 .secItem--01 .box .items {
  margin: 0.8rem -0.8rem 0;
  background: rgba(235, 240, 223, 0.5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .items {
    margin: 0.8rem -0.6rem 0;
    grid-template-columns: 1fr;
  }
}
.main .section--01 .secItem--01 .box .item {
  padding: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .item {
    padding: 0.7rem 0.6rem 0.8rem;
  }
}
.main .section--01 .secItem--01 .box .item .ttl {
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .item .ttl {
    font-size: 0.38rem;
  }
}
.main .section--01 .secItem--01 .box .item p {
  font-size: 0.17rem;
  line-height: 2;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .item p {
    font-size: 0.27rem;
    margin-top: 0.4rem;
  }
}
.main .section--01 .secItem--01 .box .item .list {
  display: flex;
  gap: 0.05rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .item .list {
    margin-top: 0.4rem;
  }
}
.main .section--01 .secItem--01 .box .item .list li {
  border: 1px solid #869665;
  flex-grow: 1;
  text-align: center;
  padding: 0.05rem 0.2rem;
  color: #869665;
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .item .list li {
    font-size: 0.27rem;
    padding: 0.05rem 0.1rem;
  }
}
.main .section--01 .secItem--01 .box .item + .item {
  background: linear-gradient(#fff, #fff) left center/1px 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .box .item + .item {
    background: linear-gradient(#fff, #fff) center top/100% 1px no-repeat;
  }
}
.main .section--01 .secItem--01 .other {
  padding-top: 1.2rem;
  margin: 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .other {
    margin: 0;
  }
}
.main .section--01 .secItem--01 .other .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .other .items {
    grid-template-columns: 1fr;
  }
}
.main .section--01 .secItem--01 .other .item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: space-between;
}
.main .section--01 .secItem--01 .other .item .ttl {
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .other .item .ttl {
    font-size: 0.38rem;
    text-align: center;
  }
}
.main .section--01 .secItem--01 .other .item p {
  margin: 0.4rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .section--01 .secItem--01 .other .item p {
    font-size: 0.17rem;
  }
}
.main .section--01 .secItem--01 .other .item p + p {
  margin-top: 0.2rem;
}
.main .section--01 .secItem--01 .other .item .image figcaption {
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--01 .other .item--02 .image {
    margin-top: 0.2rem;
  }
}
.main .section--01 .secItem--01 .other .item--02 .image img {
  width: 3.4rem;
  margin: 0 auto;
  display: block;
}
.main .section--01 .secItem--02 {
  padding-top: 1.5rem;
}
.main .section--01 .secItem--02 .point {
  counter-reset: num;
}
.main .section--01 .secItem--02 .pointTtl {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0 0.3rem;
  align-items: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointTtl {
    grid-template-columns: 1.3rem auto;
  }
}
.main .section--01 .secItem--02 .pointTtl .num {
  background: #869665;
  color: #FFF;
  font-size: 0.2rem;
  text-align: center;
  width: 1rem;
  aspect-ratio: 1;
  font-size: 0.2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  grid-row: 1/3;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointTtl .num {
    width: 1.3rem;
    font-size: 0.25rem;
  }
}
.main .section--01 .secItem--02 .pointTtl .num:after {
  font-size: 140%;
  content: counter(num, decimal-leading-zero);
  display: block;
  margin-top: 0.1rem;
}
.main .section--01 .secItem--02 .pointTtl .catch {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointTtl .catch {
    font-size: 0.34rem;
  }
}
.main .section--01 .secItem--02 .pointTtl .subcatch {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointTtl .subcatch {
    font-size: 0.23rem;
    margin-top: 0.1rem;
  }
}
.main .section--01 .secItem--02 .pointItem {
  counter-increment: num;
}
.main .section--01 .secItem--02 .pointItem + .pointItem {
  margin-top: 1.2rem;
}
.main .section--01 .secItem--02 .pointItem--01 {
  display: grid;
  grid-template-columns: 6.6rem auto;
  gap: 0 1.1rem;
}
.main .section--01 .secItem--02 .pointItem--01 .benefit {
  margin-top: 0.6rem;
}
.main .section--01 .secItem--02 .pointItem--01 .benefitItem {
  display: grid;
  grid-template-columns: repeat(2, 3rem);
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--01 .benefitItem {
    grid-template-columns: repeat(2, 45%);
  }
}
.main .section--01 .secItem--02 .pointItem--01 .benefitItem:before {
  width: 0.34rem;
  aspect-ratio: 34/18;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../imgs/bg_arrow02.png) center/contain no-repeat;
  content: "";
}
.main .section--01 .secItem--02 .pointItem--01 .benefitItem + .benefitItem {
  margin-top: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--01 .benefitItem + .benefitItem {
    margin-top: 0.2rem;
  }
}
.main .section--01 .secItem--02 .pointItem--01 .benefitItem .before,
.main .section--01 .secItem--02 .pointItem--01 .benefitItem .after {
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.4;
  height: 0.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--01 .benefitItem .before,
  .main .section--01 .secItem--02 .pointItem--01 .benefitItem .after {
    font-size: 0.23rem;
    height: 0.7rem;
  }
}
.main .section--01 .secItem--02 .pointItem--01 .benefitItem .before {
  background: linear-gradient(#869665, #869665) left center/1px 100% no-repeat, linear-gradient(#869665, #869665) left top/0.1rem 1px no-repeat, linear-gradient(#869665, #869665) left bottom/0.1rem 1px no-repeat, linear-gradient(#869665, #869665) right center/1px 100% no-repeat, linear-gradient(#869665, #869665) right top/0.1rem 1px no-repeat, linear-gradient(#869665, #869665) right bottom/0.1rem 1px no-repeat;
}
.main .section--01 .secItem--02 .pointItem--01 .benefitItem .after {
  background: rgba(235, 240, 223, 0.5);
  color: #869665;
}
.main .section--01 .secItem--02 .pointItem--01 .note {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--01 .note {
    margin-top: 0.4rem;
  }
}
.main .section--01 .secItem--02 .pointItem--02 .items {
  display: grid;
  grid-row: inherit;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--02 .items {
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
  }
}
.main .section--01 .secItem--02 .pointItem--02 .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .section--01 .secItem--02 .pointItem--02 .item .ttl {
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--02 .item .ttl {
    font-size: 0.38rem;
  }
}
.main .section--01 .secItem--02 .pointItem--02 .item p {
  margin-top: 0.3rem;
}
.main .section--01 .secItem--02 .pointItem--02 .item .imageWrap {
  margin-top: 0.4rem;
}
.main .section--01 .secItem--02 .pointItem--02 .item .imageTtl {
  font-size: 0.17rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--02 .item .imageTtl {
    font-size: 0.27rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--02 .item .imageTtl span {
    font-size: 0.2rem;
    margin: 0 -0.3em;
    display: inline-block;
  }
}
.main .section--01 .secItem--02 .pointItem--02 .item .image {
  margin-top: 0.2rem;
}
.main .section--01 .secItem--02 .pointItem--02 .item .image .note {
  margin-top: 0.1rem;
}
@media screen and (min-width: 751px) {
  .main .section--01 .secItem--02 .pointItem--02 .item--02 .image {
    margin-top: 0.6rem;
  }
}
.main .section--01 .secItem--02 .pointItem--03 .items {
  display: grid;
  grid-row: inherit;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--03 .items {
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
    gap: 0.6rem;
  }
}
.main .section--01 .secItem--02 .pointItem--03 .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .section--01 .secItem--02 .pointItem--03 .item .ttl {
  background: rgba(235, 240, 223, 0.5);
  color: #869665;
  font-size: 0.24rem;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--03 .item .ttl {
    font-size: 0.27rem;
  }
}
.main .section--01 .secItem--02 .pointItem--03 .item .subttl {
  font-size: 0.17rem;
  margin: 0.2rem 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--03 .item .subttl {
    font-size: 0.25rem;
    margin: 0.2rem 0 0;
  }
}
.main .section--01 .secItem--02 .pointItem--03 .item .facility {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .secItem--02 .pointItem--03 .item .facility {
    margin-top: 0.2rem;
  }
}
.main .section--01 .secItem--02 .pointItem--03 .item .facility .image.frame:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f2f2f2;
  content: "";
}
.main .section--01 .secItem--02 .pointItem--03 .item .facility .text {
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.main .section--02 .secItem--01 .amenity {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenity {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem + .amenityItem {
    margin-top: 1rem;
  }
}
.main .section--02 .secItem--01 .amenityItem .ttl {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem .ttl {
    font-size: 0.34rem;
  }
}
.main .section--02 .secItem--01 .amenityItem p {
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem p {
    font-size: 0.27rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--01 {
  display: grid;
  grid-template-columns: 3.2rem auto;
  gap: 0.6rem;
  align-items: center;
  grid-column: 1/3;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--01 {
    display: block;
  }
}
.main .section--02 .secItem--01 .amenityItem--01 .image {
  padding: 0.8rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  background: #FFF;
  padding: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--01 .image {
    margin: 0.4rem -0.4rem 0;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 {
  display: grid;
  grid-template-columns: 6.6rem auto;
  gap: 0 0.3rem;
  grid-column: 1/3;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 {
    display: block;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .images {
    margin-top: 0.4rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .box {
  background: rgba(235, 240, 223, 0.5);
  padding: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .box {
    margin-top: 0.4rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .box .checklist li {
  position: relative;
  color: #869665;
  padding-left: 0.25rem;
  font-size: 0.17rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .box .checklist li {
    padding-left: 0.3rem;
    font-size: 0.25rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .box .checklist li + li {
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .box .checklist li + li {
    margin-top: 0.2rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .box .checklist li:before {
  width: 0.14rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  background: url(../imgs/ico_check01.svg) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .box .checklist li:before {
    width: 0.2rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .spec {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .spec {
    margin-top: 0.6rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .specItem {
  display: grid;
  grid-template-columns: 0.8rem auto;
  align-items: flex-start;
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .specItem {
    grid-template-columns: 1.1rem auto;
    align-items: inherit;
    gap: 0.2rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .specItem + .specItem {
  margin-top: 0.2rem;
}
.main .section--02 .secItem--01 .amenityItem--02 .specItem dt {
  text-align: center;
  border: 1px solid #393D40;
  padding: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .specItem dt {
    place-content: center;
  }
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--02 .specItem dd {
    font-size: 0.23rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--02 .note {
  grid-column: 1/3;
  margin-top: 0.2rem;
}
.main .section--02 .secItem--01 .amenityItem--03 .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  margin-top: 0.3rem;
}
.main .section--02 .secItem--01 .amenityItem--03 .image:nth-child(1) {
  grid-column: 1/3;
}
.main .section--02 .secItem--01 .amenityItem--03 .image .name {
  text-align: center;
  font-size: 0.2rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--04 {
    margin-top: 1.5rem !important;
  }
}
.main .section--02 .secItem--01 .amenityItem--04 .imageWrap {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--04 .imageWrap {
    margin-top: 0.4rem;
  }
}
.main .section--02 .secItem--01 .amenityItem--04 .imageTtl {
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .secItem--01 .amenityItem--04 .imageTtl {
    margin-bottom: 0.1rem;
  }
}
.main .section--02 .secItem--01 .amenitySlider {
  margin-top: 1.5rem;
}
.main .section--03 .secItem {
  padding-top: 1.5rem;
}
.main .section--03 .secItem .lead .logo {
  margin: 0 auto 0.4rem;
}
.main .section--03 .secItem .lead .catch {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .section--03 .secItem .lead .catch {
    font-size: 0.24rem;
  }
}
.main .section--03 .secItem .lead p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 751px) {
  .main .section--03 .secItem .lead p {
    font-size: 0.17rem;
    text-align: center;
  }
}
.main .section--03 .secItem .lead .note {
  margin-top: 0.1rem;
}
@media screen and (min-width: 751px) {
  .main .section--03 .secItem .lead .note {
    text-align: center;
  }
}
.main .section--03 .secItem .meritbox {
  padding: 0.6rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  background: #FFF;
  margin-top: 0.7rem;
}
.main .section--03 .secItem .meritbox .ttl {
  font-size: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem .meritbox .ttl {
    font-size: 0.27rem;
  }
}
.main .section--03 .secItem .meritbox sup {
  font-size: 50%;
  top: -1em;
}
.main .section--03 .secItem .meritbox .subttl {
  border: 1px solid rgba(30, 56, 92, 0.2);
  background: #F5F7FA;
  color: #1e385c;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem .meritbox .subttl {
    font-size: 0.22rem;
  }
}
.main .section--03 .secItem .meritbox p {
  margin-top: 0.2rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem .meritbox p {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
}
.main .section--03 .secItem .meritbox .note {
  font-size: 0.12rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem .meritbox .note {
    font-size: 0.15rem;
  }
}
.main .section--03 .secItem .meritbox .image {
  margin-top: 0.2rem;
}
.main .section--03 .secItem .meritbox .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem .meritbox .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .section--03 .secItem--01 .logo {
  width: 2.5rem;
}
.main .section--03 .secItem--01 .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  position: relative;
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--01 .images {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 0.8rem;
  }
}
.main .section--03 .secItem--01 .images:before {
  width: 1.2rem;
  aspect-ratio: 190/45;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background: url(../imgs/bg_arrow01.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--01 .images:before {
    width: 1.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.main .section--03 .secItem--02 .logo {
  width: 1.8rem;
}
.main .section--03 .secItem--02 .meritbox p {
  text-align: center;
}
.main .section--03 .secItem--02 .meritbox .item--02 .image {
  width: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
.main .section--03 .secItem--02 .meritbox .item--03 .image {
  width: 2.75rem;
  margin-left: auto;
  margin-right: auto;
}
.main .section--03 .secItem--02 .meritbox .item--04 .image {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--02 .meritbox .item--04 .image {
    margin-top: 0.3rem;
  }
}
.main .section--03 .secItem--03 .logo {
  width: 1.8rem;
}
.main .section--03 .secItem--03 .value {
  margin-top: 0.7rem;
}
.main .section--03 .secItem--03 .value .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .items {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
.main .section--03 .secItem--03 .value .item {
  background: #F5F7FA;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  display: grid;
  grid-template-columns: 3rem auto;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .item {
    grid-template-columns: 3.2rem auto;
    padding: 0.4rem;
    gap: 0.4rem;
  }
}
.main .section--03 .secItem--03 .value .item .ttl {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .item .ttl {
    font-size: 0.27rem;
  }
}
.main .section--03 .secItem--03 .value .item .ttl sup {
  font-size: 50%;
  top: -0.7em;
}
.main .section--03 .secItem--03 .value .item p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .item p {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
}
.main .section--03 .secItem--03 .value .item .listItem {
  background: #657283;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  padding: 0.2rem;
  box-sizing: border-box;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .item .listItem {
    height: 0.8rem;
  }
}
.main .section--03 .secItem--03 .value .item .listItem dt {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .item .listItem dt {
    font-size: 0.2rem;
  }
}
.main .section--03 .secItem--03 .value .item .listItem dd {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .value .item .listItem dd {
    font-size: 0.2rem;
  }
}
.main .section--03 .secItem--03 .value .item .listItem dd .unit {
  font-size: 160%;
}
.main .section--03 .secItem--03 .value .item .listItem + .listItem {
  margin-top: 0.1rem;
}
.main .section--03 .secItem--03 .note {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem--03 .note {
    margin-top: 0.4rem;
  }
}
.main .section--03 .secItem .note {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--03 .secItem .note {
    margin-top: 0.4rem;
  }
}
.main .section--04 .secItem {
  padding-top: 1.5rem;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem .lead .catch {
    font-size: 0.24rem;
  }
}
.main .section--04 .secItem .lead p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem .lead p {
    font-size: 0.17rem;
  }
}
.main .section--04 .secItem--01 .lead .catch {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--01 .lead p {
    text-align: center;
  }
}
.main .section--04 .secItem--01 .box {
  padding: 0.8rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  background: #FFF;
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: 5.3rem auto;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--01 .box {
    padding: 0.8rem 0.6rem;
    grid-template-columns: 1fr;
  }
}
.main .section--04 .secItem--01 .box .image--02 {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--01 .box .image--02 {
    margin-top: 0.5rem;
  }
}
.main .section--04 .secItem--01 .box .image--04 {
  margin-top: 0.4rem;
}
.main .section--04 .secItem--01 .box .imageWrap .ttl {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--01 .box .imageWrap .ttl {
    font-size: 0.3rem;
  }
}
.main .section--04 .secItem--01 .box .imageWrap p {
  margin-top: 0.2rem;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--01 .box .imageWrap p {
    font-size: 0.17rem;
  }
}
.main .section--04 .secItem--01 .box .imageWrap .image {
  margin-top: 0.4rem;
}
.main .section--04 .secItem--02 .structure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structure {
    display: block;
  }
}
.main .section--04 .secItem--02 .structureItem + .structureItem {
  padding-top: 1.2rem;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--01 {
    grid-column: 1/3;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .lead .catch {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--01 .lead p {
    text-align: center;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .image {
  aspect-ratio: 836/559;
}
.main .section--04 .secItem--02 .structureItem--01 .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main .section--04 .secItem--02 .structureItem--01 .item {
  padding: 0.2rem;
}
.main .section--04 .secItem--02 .structureItem--01 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.05rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--01 .items {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .item--02 {
  background-color: #F5F7FA;
}
.main .section--04 .secItem--02 .structureItem--01 .item .ttl {
  background: #657283;
  color: #FFF;
  font-size: 0.19rem;
  padding: 0.15rem;
  text-align: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--01 .item .ttl {
    font-size: 0.29rem;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .item .ttl .highlight {
  color: #FFE0A1;
}
.main .section--04 .secItem--02 .structureItem--01 .item .ttl .kerning {
  margin: 0 -0.3em;
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit,
.main .section--04 .secItem--02 .structureItem--01 .item .demerit {
  margin-top: 0.1rem;
  display: grid;
  grid-template-columns: 1.4rem auto;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--01 .item .merit,
  .main .section--04 .secItem--02 .structureItem--01 .item .demerit {
    grid-template-columns: 1.6rem auto;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .item .meritTtl,
.main .section--04 .secItem--02 .structureItem--01 .item .demeritTtl {
  font-size: 0.17rem;
  text-align: center;
  width: 100%;
  height: 100%;
  place-items: center;
  place-content: center;
  aspect-ratio: 1.07/1;
  box-sizing: border-box;
  padding: 0.15rem 0;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--01 .item .meritTtl,
  .main .section--04 .secItem--02 .structureItem--01 .item .demeritTtl {
    font-size: 0.27rem;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .item .meritTtl .en,
.main .section--04 .secItem--02 .structureItem--01 .item .demeritTtl .en {
  display: block;
}
.main .section--04 .secItem--02 .structureItem--01 .item .meritTtl .ja,
.main .section--04 .secItem--02 .structureItem--01 .item .demeritTtl .ja {
  display: block;
  letter-spacing: -0.08em;
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit .list,
.main .section--04 .secItem--02 .structureItem--01 .item .demerit .list {
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  place-content: center;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--01 .item .merit .list,
  .main .section--04 .secItem--02 .structureItem--01 .item .demerit .list {
    height: 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--01 .item .merit .list,
  .main .section--04 .secItem--02 .structureItem--01 .item .demerit .list {
    padding: 0.2rem 0.3rem;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit .list.--02,
.main .section--04 .secItem--02 .structureItem--01 .item .demerit .list.--02 {
  background-color: #fff;
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit .list li,
.main .section--04 .secItem--02 .structureItem--01 .item .demerit .list li {
  font-size: 0.17rem;
  padding-left: 1.1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--01 .item .merit .list li,
  .main .section--04 .secItem--02 .structureItem--01 .item .demerit .list li {
    font-size: 0.27rem;
  }
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit .list li + li,
.main .section--04 .secItem--02 .structureItem--01 .item .demerit .list li + li {
  margin-top: 0.05rem;
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit {
  background: rgba(240, 238, 223, 0.5);
}
.main .section--04 .secItem--02 .structureItem--01 .item .meritTtl {
  color: #B39B69;
  background: rgba(240, 238, 223, 0.5);
}
.main .section--04 .secItem--02 .structureItem--01 .item .merit .list li:before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}
.main .section--04 .secItem--02 .structureItem--01 .item .demerit {
  background: #F5F7FA;
}
.main .section--04 .secItem--02 .structureItem--01 .item .demeritTtl {
  color: #1e385c;
  background: #F0F2F5;
}
.main .section--04 .secItem--02 .structureItem--01 .item .demerit .list li:before {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
}
.main .section--04 .secItem--02 .structureItem--02 .imageWrap {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--02 .imageWrap {
    margin-top: 0.5rem;
  }
}
.main .section--04 .secItem--02 .structureItem--02 .imageTtl {
  font-size: 0.17rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--02 .imageTtl {
    font-size: 0.23rem;
  }
}
.main .section--04 .secItem--02 .structureItem--03 {
  display: grid;
  grid-template-columns: 3.8rem auto;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--03 {
    grid-template-columns: 1fr;
  }
}
.main .section--04 .secItem--02 .structureItem--03 .lead .text .note {
  margin-top: 0.1rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--03 .lead .text .note {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--03 .lead .text .note {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--03 .image--01 {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--03 .image--02 {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--04 {
    grid-column: 1/3;
  }
}
.main .section--04 .secItem--02 .structureItem--05 {
  display: grid;
  grid-template-columns: 4.2rem auto;
  gap: 0.9rem;
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--05 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--05 {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.main .section--04 .secItem--02 .structureItem--05 .lead .image {
  margin-top: 0.4rem;
  width: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--05 .lead .image {
    width: 3rem;
    margin: 0.4rem auto 0;
  }
}
.main .section--04 .secItem--02 .structureItem--05 .lead .image .ttl {
  text-align: center;
  font-size: 0.16rem;
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
.main .section--04 .secItem--02 .structureItem--05 .point .ttl {
  background: #657283;
  color: #FFF;
  font-size: 0.2rem;
  padding: 0.15rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--05 .point .ttl {
    font-size: 0.3rem;
    line-height: 1.3;
  }
}
.main .section--04 .secItem--02 .structureItem--05 .point .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.1rem 0;
}
.main .section--04 .secItem--02 .structureItem--05 .point .item {
  border: 1px solid rgba(30, 56, 92, 0.2);
  background: #F5F7FA;
  color: #1e385c;
  font-size: 0.17rem;
  text-align: center;
  padding: 0.1rem;
  place-content: center;
  height: 0.75rem;
  width: calc(50% - 0.28rem);
}
@media screen and (max-width: 750px) {
  .main .section--04 .secItem--02 .structureItem--05 .point .item {
    font-size: 0.23rem;
    padding: 0.05rem;
    height: 0.9rem;
    width: calc(50% - 0.18rem);
  }
}
@media screen and (min-width: 751px) {
  .main .section--04 .secItem--02 .structureItem--05 .point .item:nth-child(n+3) {
    width: calc(33.3% - 0.3rem);
  }
}
.main .section--04 .secItem--02 .structureItem--05 .point .note {
  margin-top: 0.2rem;
}
.main .section--05 .secItem--01 {
  padding-top: 1.5rem;
}
.main .section--05 .secItem--01 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1rem;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--01 .items {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.main .section--05 .secItem--01 .item {
  position: relative;
}
.main .section--05 .secItem--01 .item:nth-child(n+3) {
  padding-top: 0.6rem;
  border-top: 1px solid #EBEBEB;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--01 .item:nth-child(n+3) {
    padding-top: 0.8rem;
  }
}
.main .section--05 .secItem--01 .item .text .ttl {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--01 .item .text .ttl {
    font-size: 0.4rem;
    text-align: center;
  }
}
.main .section--05 .secItem--01 .item .text p {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--01 .item .text p {
    margin-top: 0.4rem;
  }
}
.main .section--05 .secItem--01 .item .image {
  margin-top: 0.6rem;
}
.main .section--05 .secItem--01 .item .note {
  margin-top: 0.2rem;
}
@media screen and (min-width: 751px) {
  .main .section--05 .secItem--01 .item--01 .logo {
    position: absolute;
    top: 0.1rem;
    right: 0;
    width: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--01 .item--01 .logo {
    width: 1.6rem;
    margin: 0 auto 0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--05 .secItem--01 .item--01 .text {
    padding-right: 1.5rem;
  }
}
.main .section--05 .secItem--02 {
  margin-top: 1rem;
}
.main .section--05 .secItem--02 .wrap {
  border-top: 1px solid #EBEBEB;
  padding-top: 1rem;
}
.main .section--05 .secItem--02 .lead .logo {
  margin: 0 auto 0.4rem;
  width: 2.2rem;
}
.main .section--05 .secItem--02 .lead .catch {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .section--05 .secItem--02 .lead .catch {
    font-size: 0.24rem;
  }
}
.main .section--05 .secItem--02 .lead p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 751px) {
  .main .section--05 .secItem--02 .lead p {
    font-size: 0.17rem;
    text-align: center;
  }
}
.main .section--05 .secItem--02 .lead .note {
  margin-top: 0.1rem;
}
@media screen and (min-width: 751px) {
  .main .section--05 .secItem--02 .lead .note {
    text-align: center;
  }
}
.main .section--05 .secItem--02 .interphone {
  margin: 0.6rem 0.8rem 0;
  display: grid;
  grid-template-columns: 3.6rem auto;
  gap: 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--02 .interphone {
    grid-template-columns: 1fr;
    margin: 0.6rem 0 0;
  }
}
.main .section--05 .secItem--02 .interphone .ttl {
  background: #657283;
  color: #FFF;
  font-size: 0.2rem;
  padding: 0.15rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 751px) {
  .main .section--05 .secItem--02 .interphone .ttl {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--02 .interphone .ttl {
    font-size: 0.3rem;
  }
}
.main .section--05 .secItem--02 .interphone .imageWrap .add {
  margin-top: 0.2rem;
  font-size: 0.17rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--02 .interphone .imageWrap .add {
    font-size: 0.27rem;
    text-align: center;
  }
}
.main .section--05 .secItem--02 .interphone .feature {
  display: grid;
  grid-template-columns: 2.7rem auto;
  gap: 0.1rem 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--02 .interphone .feature {
    grid-template-columns: 2.6rem auto;
    margin-top: 0.6rem;
    gap: 0.2rem;
  }
}
.main .section--05 .secItem--02 .interphone .feature dt {
  border: 1px solid rgba(30, 56, 92, 0.2);
  background: #F5F7FA;
  color: #1e385c;
  font-size: 0.17rem;
  text-align: center;
  padding: 0.1rem;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--02 .interphone .feature dt {
    font-size: 0.26rem;
  }
}
.main .section--05 .secItem--02 .interphone .feature dd {
  font-size: 0.16rem;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--02 .interphone .feature dd {
    font-size: 0.26rem;
  }
}
.main .section--05 .secItem--03 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--03 {
    padding-top: 0.8rem;
  }
}
.main .section--05 .secItem--03 .securitySlider .catch {
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 0.24rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .section--05 .secItem--03 .securitySlider .catch {
    top: 0.7rem;
    font-size: 0.3rem;
  }
}
.main .section--06 .secItem--01 {
  padding-top: 1.5rem;
}
.main .section--06 .secItem--01 .lead .catch {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .section--06 .secItem--01 .lead .catch {
    font-size: 0.24rem;
  }
}
.main .section--06 .secItem--01 .lead p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 751px) {
  .main .section--06 .secItem--01 .lead p {
    font-size: 0.17rem;
    text-align: center;
  }
}
.main .section--06 .secItem--01 .box {
  margin-top: 0.6rem;
  padding: 0.8rem 1.8rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box {
    padding: 0.8rem 0.6rem;
  }
}
.main .section--06 .secItem--01 .box .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .item {
    display: grid;
    grid-template-columns: 2.1rem auto;
    gap: 0.2rem;
  }
}
.main .section--06 .secItem--01 .box .item .ttl {
  border: 1px solid rgba(30, 56, 92, 0.2);
  background: #F5F7FA;
  color: #1e385c;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.1rem;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .item .ttl {
    font-size: 0.26rem;
  }
}
.main .section--06 .secItem--01 .box .item p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .item p {
    font-size: 0.24rem;
    margin: 0;
  }
}
.main .section--06 .secItem--01 .box .item .image {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .item:first-child {
    margin: -0.8rem -0.6rem 0.2rem;
    width: calc(100vw - 0.8rem);
    display: block;
  }
}
.main .section--06 .secItem--01 .box .item:first-child .image {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .item:nth-child(2), .main .section--06 .secItem--01 .box .item:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .box .item:nth-child(2) p, .main .section--06 .secItem--01 .box .item:nth-child(3) p {
    margin-top: 0.2rem;
  }
}
.main .section--06 .secItem--01 .box .note {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 0.1rem;
}
.main .section--06 .secItem--01 .other {
  padding-top: 1.5rem;
}
.main .section--06 .secItem--01 .other .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .other .items {
    grid-template-columns: 1fr;
  }
}
.main .section--06 .secItem--01 .other .item .text .ttl {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .other .item .text .ttl {
    font-size: 0.4rem;
  }
}
.main .section--06 .secItem--01 .other .item .text p {
  margin-top: 0.3rem;
  font-size: 0.17rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .other .item .text p {
    font-size: 0.27rem;
  }
}
.main .section--06 .secItem--01 .other .item .note {
  margin-top: 0.2rem;
}
@media screen and (min-width: 751px) {
  .main .section--06 .secItem--01 .other .item .note {
    font-size: 0.12rem;
    letter-spacing: -0.02em;
  }
}
.main .section--06 .secItem--01 .other .item:nth-child(1) {
  grid-row: 1/3;
}
@media screen and (min-width: 751px) {
  .main .section--06 .secItem--01 .other .item:nth-child(2), .main .section--06 .secItem--01 .other .item:nth-child(3) {
    display: grid;
    grid-template-columns: 3.3rem auto;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .other .item:nth-child(2), .main .section--06 .secItem--01 .other .item:nth-child(3) {
    padding-top: 0.8rem;
    border-top: 1px solid #EBEBEB;
  }
}
@media screen and (max-width: 750px) {
  .main .section--06 .secItem--01 .other .item:nth-child(2) .image, .main .section--06 .secItem--01 .other .item:nth-child(3) .image {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--06 .secItem--01 .other .item:nth-child(3) {
    padding-top: 0.7rem;
    border-top: 1px solid #EBEBEB;
  }
}
.main .section--07 {
  background: #F5F7FA;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.main .section--07 .secItem--01 {
  padding-top: 1.5rem;
}
.main .section--07 .secItem--01 .lead {
  position: relative;
}
.main .section--07 .secItem--01 .lead .image {
  width: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .lead .image {
    top: -0.8rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--07 .secItem--01 .lead .catch {
    text-align: center;
    font-size: 0.24rem;
  }
}
.main .section--07 .secItem--01 .lead p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 751px) {
  .main .section--07 .secItem--01 .lead p {
    font-size: 0.17rem;
    text-align: center;
  }
}
.main .section--07 .secItem--01 .system {
  margin-top: 0.6rem;
}
.main .section--07 .secItem--01 .system .catch {
  background: #657283;
  color: #FFF;
  font-size: 0.2rem;
  padding: 0.15rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .catch {
    font-size: 0.3rem;
    line-height: 1.3;
  }
}
.main .section--07 .secItem--01 .system .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0.6rem -0.4rem 0;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .items {
    grid-template-columns: 1fr;
    margin: 0.4rem 0 0;
  }
}
.main .section--07 .secItem--01 .system .item {
  padding: 0 0.4rem;
  background: linear-gradient(#EBEBEB, #EBEBEB) right center/1px 100% no-repeat;
  display: grid;
  grid-template-rows: 1.2rem auto;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .item {
    background: linear-gradient(#EBEBEB, #EBEBEB) center bottom/100% 1px no-repeat;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .item + .item {
    margin-top: 0.4rem;
  }
}
.main .section--07 .secItem--01 .system .item .ttl {
  color: #1e385c;
  font-size: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .item .ttl {
    font-size: 0.34rem;
  }
}
.main .section--07 .secItem--01 .system .item .icon {
  width: 0.4rem;
  margin: 0 auto 0.3rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .item .icon {
    width: 0.8rem;
  }
}
.main .section--07 .secItem--01 .system .item p {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .system .item p {
    font-size: 0.27rem;
    margin-top: 0.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .main .section--07 .secItem--01 .system .item:nth-child(5n) {
    background: none;
  }
}
@media screen and (min-width: 751px) {
  .main .section--07 .secItem--01 .system .item:nth-child(2) .icon {
    margin-bottom: 0.15rem;
  }
}
.main .section--07 .secItem--01 .system .note {
  text-align: right;
  margin-top: 0.2rem;
}
.main .section--07 .secItem--01 .other .items {
  display: grid;
  grid-template-columns: repeat(3, 3.6rem);
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .other .items {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.main .section--07 .secItem--01 .other .item .image {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .other .item .image {
    margin-bottom: 0.3rem;
  }
}
.main .section--07 .secItem--01 .other .item .ttl {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .other .item .ttl {
    font-size: 0.34rem;
  }
}
.main .section--07 .secItem--01 .other .item p {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section--07 .secItem--01 .other .item p {
    font-size: 0.27rem;
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--08 .secItem .lead .text .catch {
    font-size: 0.24rem;
  }
}
.main .section--08 .secItem .lead .text p {
  line-height: 2;
  margin-top: 0.3rem;
}
@media screen and (min-width: 751px) {
  .main .section--08 .secItem .lead .text p {
    font-size: 0.17rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--08 .secItem .lead .text .note {
    text-align: center;
  }
}
.main .section--08 .secItem .serviceItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem .serviceItems {
    grid-template-columns: 1fr;
  }
}
.main .section--08 .secItem .serviceItem .ttl {
  border: 1px solid rgba(30, 56, 92, 0.2);
  background: #F5F7FA;
  color: #1e385c;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.1rem;
  place-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem .serviceItem .ttl {
    font-size: 0.3rem;
    padding: 0.15rem;
  }
}
.main .section--08 .secItem .serviceItem .note {
  margin-top: 0.1rem;
}
.main .section--08 .secItem--01 {
  padding-top: 1.5rem;
}
.main .section--08 .secItem--01 .item--01 {
  display: grid;
  grid-template-columns: 4.3rem auto;
  gap: 0.6rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--01 {
    grid-template-columns: 1fr;
  }
}
.main .section--08 .secItem--01 .item--01 .image {
  padding: 0.8rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  background: #FFF;
  padding: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--01 .image {
    padding: 0.4rem;
    margin: 0 -0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--08 .secItem--01 .item--02 .lead .text .catch, .main .section--08 .secItem--01 .item--03 .lead .text .catch, .main .section--08 .secItem--01 .item--04 .lead .text .catch {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .main .section--08 .secItem--01 .item--02 .lead .text p, .main .section--08 .secItem--01 .item--03 .lead .text p, .main .section--08 .secItem--01 .item--04 .lead .text p {
    text-align: center;
  }
}
.main .section--08 .secItem--01 .item--02 {
  padding-top: 1rem;
}
.main .section--08 .secItem--01 .item--02 .serviceItems {
  margin-top: 0.6rem;
}
.main .section--08 .secItem--01 .item--02 .serviceItem {
  display: grid;
  grid-template-columns: 2.4rem auto;
  gap: 0.2rem;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--02 .serviceItem {
    grid-template-columns: 4rem auto;
  }
}
.main .section--08 .secItem--01 .item--02 .serviceItem .ttl {
  grid-column: 1/3;
}
.main .section--08 .secItem--01 .item--02 .serviceItem p {
  line-height: 1.8;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--02 .serviceItem p {
    font-size: 0.27rem;
  }
}
.main .section--08 .secItem--01 .item--02 .note {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--02 .note {
    margin-top: 0.6rem;
  }
}
.main .section--08 .secItem--01 .item--03 {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #EBEBEB;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--03 {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}
.main .section--08 .secItem--01 .item--03 .lead .note {
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--03 .lead .note {
    margin-top: 0.2rem;
  }
}
.main .section--08 .secItem--01 .item--03 .serviceItems {
  margin-top: 0.6rem;
}
.main .section--08 .secItem--01 .item--03 .serviceItem .image {
  margin-top: 0.2rem;
}
.main .section--08 .secItem--01 .item--03 .serviceItem .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main .section--08 .secItem--01 .item--03 .note {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--03 .note {
    margin-top: 0.6rem;
  }
}
.main .section--08 .secItem--01 .item--04 {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #EBEBEB;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}
.main .section--08 .secItem--01 .item--04 .lead {
  position: relative;
}
.main .section--08 .secItem--01 .item--04 .lead .logo {
  width: 2rem;
  margin: 0 auto 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 .lead .logo {
    margin: 0 0 0.2rem 0.1rem;
  }
}
.main .section--08 .secItem--01 .item--04 .lead .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 .lead .icon {
    width: 2.2rem;
    top: -0.5rem;
  }
}
.main .section--08 .secItem--01 .item--04 .serviceItems {
  margin-top: 0.6rem;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 .serviceItems {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 .serviceItem {
    display: grid;
    grid-template-columns: 2.6rem auto;
    gap: 0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section--08 .secItem--01 .item--04 .serviceItem .ttl {
    height: 0.7rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 .serviceItem .ttl {
    font-size: 0.27rem;
  }
}
.main .section--08 .secItem--01 .item--04 .serviceItem p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section--08 .secItem--01 .item--04 .serviceItem p {
    font-size: 0.27rem;
    margin: 0;
  }
}
.main .fNote {
  padding-top: 1.5rem;
}/*# sourceMappingURL=unique.css.map */