@charset "UTF-8";
.color_base_text_01 {
  color: rgba(38, 38, 38, 0.1);
}

.color_base_text_02 {
  color: rgba(38, 38, 38, 0.2);
}

.color_base_text_03 {
  color: rgba(38, 38, 38, 0.3);
}

.color_base_text_04 {
  color: rgba(38, 38, 38, 0.4);
}

.color_base_text_05 {
  color: rgba(38, 38, 38, 0.5);
}

.color_base_text_06 {
  color: rgba(38, 38, 38, 0.6);
}

.color_base_text_07 {
  color: rgba(38, 38, 38, 0.7);
}

.color_base_text_08 {
  color: rgba(38, 38, 38, 0.8);
}

.color_base_text_09 {
  color: rgba(38, 38, 38, 0.9);
}

.color_base_text {
  color: #262626;
}

.color_white_01 {
  color: rgba(255, 255, 255, 0.1);
}

.color_white_02 {
  color: rgba(255, 255, 255, 0.2);
}

.color_white_03 {
  color: rgba(255, 255, 255, 0.3);
}

.color_white_04 {
  color: rgba(255, 255, 255, 0.4);
}

.color_white_05 {
  color: rgba(255, 255, 255, 0.5);
}

.color_white_06 {
  color: rgba(255, 255, 255, 0.6);
}

.color_white_07 {
  color: rgba(255, 255, 255, 0.7);
}

.color_white_08 {
  color: rgba(255, 255, 255, 0.8);
}

.color_white_09 {
  color: rgba(255, 255, 255, 0.9);
}

.color_white {
  color: white;
}

.color_black_01 {
  color: rgba(0, 0, 0, 0.1);
}

.color_black_02 {
  color: rgba(0, 0, 0, 0.2);
}

.color_black_03 {
  color: rgba(0, 0, 0, 0.3);
}

.color_black_04 {
  color: rgba(0, 0, 0, 0.4);
}

.color_black_05 {
  color: rgba(0, 0, 0, 0.5);
}

.color_black_06 {
  color: rgba(0, 0, 0, 0.6);
}

.color_black_07 {
  color: rgba(0, 0, 0, 0.7);
}

.color_black_08 {
  color: rgba(0, 0, 0, 0.8);
}

.color_black_09 {
  color: rgba(0, 0, 0, 0.9);
}

.color_black {
  color: black;
}

.bodyWrap {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .bodyWrap {
    background: #fff;
    background-image: url(../images/top/openhouse_bg02.webp);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1200px) {
  .bodyWrap {
    background: #203996;
    background-image: none;
  }
}

.bodyWrap__leftContents {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .bodyWrap__leftContents {
    background: linear-gradient(90deg, rgb(0, 59, 154) 0%, rgb(43, 94, 197) 100%);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - 480px);
  }
}
@media only screen and (min-width: 1600px) {
  .bodyWrap__leftContents {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 71vw;
  }
}

.bodyWrap__rightContents {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .bodyWrap__rightContents {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 2vw;
    height: 100vh;
    background-image: url(../images/top/rightContents_img01.webp);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1600px) {
  .bodyWrap__rightContents {
    width: 8vw;
  }
}

.articleSP {
  position: relative;
  width: 100%;
  background-color: white;
}
@media only screen and (min-width: 640px) {
  .articleSP {
    margin: auto;
    max-width: 480px;
    box-shadow: 10px 0px 10px -10px rgba(27, 30, 30, 0.8), -10px 0px 10px -10px rgba(27, 30, 30, 0.8);
  }
}
@media only screen and (min-width: 1200px) {
  .articleSP {
    position: absolute;
    top: 0;
    right: 2vw;
  }
}
@media only screen and (min-width: 1600px) {
  .articleSP {
    width: 480px;
    right: 8vw;
  }
}
.articleSP .articleSP__overflowBlock {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .articleSP .articleSP__innerBlock {
    position: relative;
    padding: 0 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: 10vh 30vh 60vh;
    gap: 0em;
  }
}
@media only screen and (min-width: 1200px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__logo {
    padding: 2% 0px 0px 3%;
  }
  .bodyWrap__leftContents .bodyWrap__leftContents__logo img {
    width: 184px;
  }
}
@media only screen and (min-width: 1200px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__read {
    padding: 0px 0px 0px 3%;
  }
  .bodyWrap__leftContents .bodyWrap__leftContents__read img {
    width: 80%;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 600px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__read img {
    width: 60vh;
  }
}
@media only screen and (min-width: 1200px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__banner {
    padding: 0px 0px 5% 3%;
    align-self: end;
  }
  .bodyWrap__leftContents .bodyWrap__leftContents__banner img {
    height: 40vh;
    width: auto;
    max-height: 520px;
    min-height: 320px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1400px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__banner img {
    height: 50vh;
    width: auto;
    max-height: 620px;
  }
}
@media only screen and (min-width: 1200px) {
  .bodyWrap__leftContents .bodyWrap__leftContents__banner a img {
    transition: 0.3s;
  }
  .bodyWrap__leftContents .bodyWrap__leftContents__banner a:hover img {
    filter: saturate(160%) drop-shadow(0px 0px 15px rgba(27, 30, 30, 0.9));
  }
}
.bodyWrap__leftContents .bodyWrap__leftContents__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.sectionTitleBlock .sectionTitleBlock__en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}
.sectionTitleBlock .sectionTitleBlock__jp {
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  font-style: normal;
}
.sectionTitleBlock .sectionTitleBlock__jp02 {
  display: inline-block;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  font-style: normal;
  border-bottom: 3px double rgb(38, 38, 38);
}
.sectionTitleBlock .sectionTitleBlock__jp03 {
  padding: 0 0.5em;
  display: inline-block;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  font-style: normal;
  background-color: #38589c;
  color: white;
}

.sectionMV {
  position: relative;
  padding-top: 3%;
  height: 570px;
  background: linear-gradient(90deg, rgb(82, 128, 194) 0%, rgb(45, 100, 173) 100%);
}
@media only screen and (min-width: 430px) {
  .sectionMV {
    height: 600px;
  }
}
.sectionMV .sectionWrap {
  z-index: 2;
}
.sectionMV .header__logo {
  margin: auto;
  width: 40%;
  max-width: 118px;
}
.sectionMV .sectionMV__text {
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  font-style: normal;
  color: rgb(255, 255, 255);
}
.sectionMV .sectionMV__text .sectionMV__text__open {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sectionMV .sectionMV__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.sectionPresent {
  margin-top: -28px;
  z-index: 2;
  position: relative;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
  background: linear-gradient(140.22deg, rgb(0, 107, 97) 0%, rgb(0, 140, 123) 20.95%, rgb(0, 107, 97) 55.87%);
}
@media only screen and (min-width: 430px) {
  .sectionPresent {
    margin-top: -34px;
  }
}
.sectionPresent.straight {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.sectionPresent.straight .sectionPresent__img01 {
  margin-top: 28px;
}
@media only screen and (min-width: 430px) {
  .sectionPresent.straight .sectionPresent__img01 {
    margin-top: 34px;
  }
}
.sectionPresent.straight .sectionPresent__img01 img {
  margin-top: -13px;
}

.sectionOpenhouse {
  position: relative;
  background-color: white;
  background-image: url(../images/top/openhouse_bg01.webp);
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.sectionOpenhouse .sectionOpenhouse__innerWrap {
  padding: 20px;
  box-shadow: 0px 0px 16px 0px rgba(27, 30, 30, 0.5);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
}
.sectionOpenhouse .sectionOpenhouse__day .sectionOpenhouse__day__list {
  padding: 1em;
  display: grid;
  gap: 10px;
  border-radius: 5px;
  background-color: #c09458;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.sectionOpenhouse .sectionOpenhouse__day .sectionOpenhouse__day__list .sectionOpenhouse__day__list__item {
  color: white;
  line-height: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
.sectionOpenhouse .sectionOpenhouse__day .sectionOpenhouse__day__list .sectionOpenhouse__day__list__item .day {
  padding-right: 6px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 25px;
  font-size: 1.5625rem;
}
.sectionOpenhouse .sectionOpenhouse__day .sectionOpenhouse__day__list .sectionOpenhouse__day__list__item .weekdayWrap {
  display: flex;
}
.sectionOpenhouse .sectionOpenhouse__day .sectionOpenhouse__day__list .sectionOpenhouse__day__list__item .weekday {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: white;
  color: #c09458;
  line-height: 1.5;
}
.sectionOpenhouse .sectionOpenhouse__day .sectionOpenhouse__day__list .sectionOpenhouse__day__list__item.itemShuku {
  grid-template-columns: 1fr 1fr 1fr;
}
.sectionOpenhouse .sectionOpenhouse__time .sectionOpenhouse__time__list {
  padding: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  border-radius: 5px;
  background-color: #c09458;
}
.sectionOpenhouse .sectionOpenhouse__time .sectionOpenhouse__time__list .sectionOpenhouse__time__list__item {
  color: rgb(255, 255, 255);
  line-height: 1;
  vertical-align: middle;
}
.sectionOpenhouse .sectionOpenhouse__time .sectionOpenhouse__time__list .sectionOpenhouse__time__list__item .time {
  padding-right: 6px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 430px) {
  .sectionOpenhouse .sectionOpenhouse__time .sectionOpenhouse__time__list .sectionOpenhouse__time__list__item .time {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.sectionOpenhouse .sectionOpenhouse__time .sectionOpenhouse__time__list .sectionOpenhouse__time__list__item .kara {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.sectionOpenhouse .sectionOpenhouse__timeRequired .sectionOpenhouse__timeRequired__title {
  padding: 0 0.5em;
  display: inline-block;
  border: 1px solid rgb(56, 88, 156);
  color: #38589c;
}
.sectionOpenhouse .sectionOpenhouse__capacity {
  padding: 0 0.3em;
  font-size: 19px;
  font-size: 1.1875rem;
  background-color: #38589c;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sectionOpenhouse .sectionOpenhouse__info {
  position: relative;
}
.sectionOpenhouse .sectionOpenhouse__info::after {
  content: "INFORMATION";
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  color: rgba(38, 38, 38, 0.1);
}
.sectionOpenhouse .sectionOpenhouse__info .sectionOpenhouse__info__title {
  padding: 0 0.5em;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #c09458;
  color: white;
}

.sectionHighlights {
  position: relative;
  background-color: #f0f0f0;
}
.sectionHighlights::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: white;
  left: 0;
  top: 0;
}

.slider1-wrapBlock {
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url(../images/top/bg_stripe01.webp);
  background-size: 80%;
  background-repeat: repeat;
}

.slider1-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.slider1-wrap .slider-1 .slick-slide {
  width: 100%;
  overflow: hidden;
}
.slider1-wrap .slider-1 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider1-wrap .slider-1__item .slider-1__item__text {
  position: relative;
  background: #89061d;
  padding: 0.5em 1em;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.slider1-wrap .slider-1__item .slider-1__item__text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  width: 50px;
  clip-path: polygon(50% 23%, 40% 0, 60% 0);
  background: #89061d;
}
.slider1-wrap .slider-1__item .slider-1__item__photo {
  margin-top: 5px;
}
.slider1-wrap .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.slider1-wrap .prev-arrow {
  z-index: 4;
  left: -20px;
}
.slider1-wrap .next-arrow {
  z-index: 4;
  right: -20px;
}

.slider-2 li,
.slider-3 li,
.slider-4 li,
.slider-5 li {
  margin: 3px;
}
.slider-2 img,
.slider-3 img,
.slider-4 img,
.slider-5 img {
  width: 100%;
}

.sectionPoints {
  position: relative;
  background-color: #f0f0f0;
}
.sectionPoints::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: white;
  left: 0;
  top: 0;
}

.sectionPoints__photoBlock {
  position: relative;
}

.sectionPoints__textBlock {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: -30px;
  padding: 10px;
  width: 90%;
  display: grid;
  grid-template-columns: 20fr 80fr;
  gap: 10px;
  background-color: white;
  box-shadow: 0px 0px 16px 0px rgba(27, 30, 30, 0.5);
  border-radius: 5px;
}
.sectionPoints__textBlock .sectionPoints__textBlock__read {
  padding: 10px;
  text-align: left;
}

.sectionMimamori {
  position: relative;
  background-color: #dfdbcf;
}
.sectionMimamori .sectionMimamori__MV {
  background-image: url(../images/top/mimamori_bg01.webp);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.sectionMimamori .sectionMimamori__introBlock {
  margin-top: 300px;
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  font-style: normal;
}
.sectionMimamori .sectionMimamori__introBlock .sectionMimamori__introBlock__title {
  padding: 0 0.5em;
  background-color: #38589c;
  color: white;
}
.sectionMimamori .sectionMimamori__introBlock .sectionMimamori__introBlock__read {
  padding: 0 0.5em;
  background-color: white;
  color: #38589c;
}
.sectionMimamori .sectionMimamori__serviceBlock {
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 16px 0px rgba(27, 30, 30, 0.5);
  border-radius: 5px;
}
.sectionMimamori .sectionMimamori__serviceBlock .sectionMimamori__serviceBlock__title {
  padding: 0.5em;
  background: #dfdbcf;
  border-radius: 5px;
}
.sectionMimamori .sectionMimamori__serviceBlock .sectionMimamori__serviceBlock__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sectionMimamori .sectionMimamori__serviceBlock .sectionMimamori__serviceBlock__list .sectionMimamori__serviceBlock__item img {
  border-radius: 5px;
}

.sectionBuilding {
  padding-bottom: 300px;
  background-image: url(../images/top/building_bg01.webp);
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.sectionBuilding .sectionBuilding__titleBlock {
  font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  font-style: normal;
}
.sectionBuilding .sectionBuilding__titleBlock .sectionBuilding__titleBlock__text01::after {
  content: "";
  display: block;
  margin: auto;
  width: 154px;
  height: 14px;
  background-image: url(../images/top/building_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.sectionBuilding .sectionBuilding__serviceBlock {
  padding: 3%;
  background-color: white;
  box-shadow: 0px 0px 16px 0px rgba(27, 30, 30, 0.5);
  border-radius: 5px;
}
.sectionBuilding .sectionBuilding__serviceBlock .sectionBuilding__serviceBlock__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #38589c;
}
.sectionBuilding .sectionBuilding__serviceBlock .sectionBuilding__serviceBlock__list .sectionBuilding__serviceBlock__item img {
  width: 70%;
}

.sectionCompany {
  background-color: #f0f0f0;
}
.sectionCompany .sectionCompany__titleBlock .sectionCompany__titleBlock__logo {
  margin: auto;
  width: 30%;
  max-width: 82px;
}
.sectionCompany .sectionCompany__linkList {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sectionCompany .sectionCompany__linkList .sectionCompany__linkList__item {
  border-left: 1px solid rgb(38, 38, 38);
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1;
}
.sectionCompany .sectionCompany__linkList .sectionCompany__linkList__item:last-child {
  border-right: 1px solid rgb(38, 38, 38);
}
.sectionCompany .sectionCompany__linkList .sectionCompany__linkList__item a {
  text-decoration: none;
}/*# sourceMappingURL=top.css.map */