@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- topic & sec_intro
	- sec_tile
	- sec_entrance
	- sec_land-plan
	- sec_casbee
-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
p,
span,
figcaption,
dd,
li {
  font-weight: 500;
}

h3,
h4,
dt {
  font-weight: 600;
}

.sec_hallway .hallway_inner .right_img .hallway_caption, .sec_entrance .entrance_img figcaption, .sec_tile .tile_inner .right_img figure figcaption {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .right_img .hallway_caption, .sec_entrance .entrance_img figcaption, .sec_tile .tile_inner .right_img figure figcaption {
    font-size: 11px;
    right: 6px;
    bottom: 6px;
  }
}

.bg_black {
  position: relative;
  background: #190a09;
  color: #FFF;
  padding-bottom: 1px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .bg_black {
    margin-bottom: 40px;
  }
}
.bg_black::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 320/506;
  z-index: 1;
  background: url(../img/design/line.png) no-repeat;
  background-size: 85%;
}
@media screen and (max-width: 768px) {
  .bg_black::before {
    aspect-ratio: 1500/2344;
    background: url(../img/design/line_sp.png) no-repeat;
    background-size: 100%;
    background-position: 0 46vw;
  }
}

/*-----------------------------------------
	main visual
-----------------------------------------*/
.und_mv {
  background: url(../img/design/main.jpg) center/cover no-repeat;
  margin-bottom: 0;
}
.und_mv h2::after {
  background: #fff;
}

/*-----------------------------------------
	topic & sec_intro
-----------------------------------------*/
h3 {
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  h3 {
    letter-spacing: 0;
    margin-bottom: 54px;
  }
}

.intro {
  padding-top: 112px;
  margin-bottom: 216px;
  background: url(../img/design/bg_02.png) no-repeat;
  background-size: 86% auto;
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 100px;
    margin-bottom: 60px;
    background: none;
  }
}
.intro .und_main_copy {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .intro .und_main_copy {
    margin-bottom: 30px;
  }
}
.intro .left_txt {
  position: relative;
  text-align: left;
  max-width: 83%;
  padding-bottom: 44vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .intro .left_txt {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.intro .left_txt .ttl_en {
  font-size: 30px;
  letter-spacing: 0.5em;
  margin-bottom: 40px;
  padding-left: 25%;
  color: #dac182;
}
@media screen and (max-width: 768px) {
  .intro .left_txt .ttl_en {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
}
.intro .img_area {
  width: 100%;
  margin-top: -30px;
}
.intro h4 {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .intro h4 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: center;
  }
}
.intro .intro_txt {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .intro .intro_txt {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
  }
}

/*-----------------------------------------
	sec_tile
-----------------------------------------*/
.sec_tile {
  margin-bottom: 216px;
  margin-top: -16vw;
}
@media screen and (max-width: 768px) {
  .sec_tile {
    margin-bottom: 60px;
    margin-top: -23vw;
  }
}
.sec_tile .tile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner {
    display: block;
  }
}
.sec_tile .tile_inner .left_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.sec_tile .tile_inner .left_txt .ttl_en {
  position: absolute;
  top: -100px;
  font-size: 30px;
  letter-spacing: 0.5em;
  padding-left: 25%;
  color: #dac182;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .left_txt .ttl_en {
    padding-left: 0;
    text-align: center;
    font-size: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10vw;
  }
}
.sec_tile .tile_inner .left_txt h4 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .left_txt h4 {
    font-size: 18px;
    letter-spacing: -0.06em;
    text-align: center;
    margin-bottom: 24px;
  }
}
.sec_tile .tile_inner .left_txt p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .left_txt p {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
.sec_tile .tile_inner .right_img {
  width: 47.26%;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .right_img {
    width: 100%;
  }
}
.sec_tile .tile_inner .right_img figure {
  position: relative;
}
/*-----------------------------------------
	sec_entrance
-----------------------------------------*/
.container {
  background: url(../img/design/bg-transparent.png) bottom/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .container {
    background: url(../img/design/bg-transparent_sp.png) center/100% auto no-repeat;
  }
}

.sec_entrance {
  margin: 0 auto 112px;
}
@media screen and (max-width: 768px) {
  .sec_entrance {
    margin-bottom: 42px;
  }
}
.sec_entrance h4 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec_entrance h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.sec_entrance .entrance_img {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.sec_entrance .entrance_img img {
  width: 100%;
}
.sec_entrance .entrance_list {
  padding-top: 88px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 5.24%;
}
@media screen and (max-width: 768px) {
  .sec_entrance .entrance_list {
    padding-top: 44px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
}
.sec_entrance .entrance_list .entrance_item dt {
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec_entrance .entrance_list .entrance_item dt {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.sec_entrance .entrance_list .entrance_item dd:first-of-type {
  margin-bottom: 5px;
}
.sec_entrance .entrance_list .entrance_item dd:nth-of-type(2) {
  font-size: clamp(12px, 1.1428571429vw, 16px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_entrance .entrance_list .entrance_item dd:nth-of-type(2) {
    font-size: 12px;
    text-align: center;
  }
}

/*-----------------------------------------
	sec_land-plan
-----------------------------------------*/
.sec_land-plan {
  background: url(../img/design/bg-transparent.png) bottom/100% auto no-repeat, #e5e5e9;
  padding: 96px 0 72px;
}
@media screen and (max-width: 768px) {
  .sec_land-plan {
    background: #e5e5e9;
    padding: 48px 0 36px;
  }
}
.sec_land-plan h4 {
  font-size: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_land-plan h4 {
    font-size: 20px;
  }
}
.sec_land-plan .land-plan_img {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_img {
    width: 100vw;
    margin-left: -5vw;
  }
}
.sec_land-plan .land-plan_list {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 200px;
  gap: 20px 2.06%;
}
@media screen and (max-width: 1040px) {
  .sec_land-plan .land-plan_list {
    max-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list {
    max-height: 180px;
    gap: 20px 4.72%;
  }
}
@media screen and (max-width: 612px) {
  .sec_land-plan .land-plan_list {
    max-height: 220px;
  }
}
.sec_land-plan .land-plan_list .land-plan_item {
  font-size: 20px;
  width: 23.455%;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .sec_land-plan .land-plan_list .land-plan_item {
    width: 31.96%;
  }
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list .land-plan_item {
    font-size: 12px;
    width: 45.28%;
    padding-left: 28px;
  }
}
.sec_land-plan .land-plan_list .land-plan_item span:first-of-type {
  font-size: 20px;
  color: #FFF;
  background: #503805;
  width: 28px;
  aspect-ratio: 1/1;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list .land-plan_item span:first-of-type {
    font-size: 14px;
    width: 20px;
  }
}
.sec_land-plan .land-plan_list .land-plan_item span:nth-of-type(2) {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list .land-plan_item span:nth-of-type(2) {
    font-size: 10px;
  }
}

/*-----------------------------------------
	sec_hallway
-----------------------------------------*/
.sec_hallway {
  background: #000;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_hallway {
    margin-bottom: 10px;
  }
}
.sec_hallway .hallway_inner {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 6.25%;
  max-width: 1600px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner {
    display: block;
    padding: 48px 0 60px;
  }
}
.sec_hallway .hallway_inner .left_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-items: center;
}
.sec_hallway .hallway_inner .left_txt .left_inner {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .left_txt .left_inner {
    width: 90%;
    margin-bottom: 24px;
  }
}
.sec_hallway .hallway_inner .left_txt .left_inner h4 {
  font-size: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .left_txt .left_inner h4 {
    font-size: 24px;
    text-align: center;
  }
}
.sec_hallway .hallway_inner .left_txt .left_inner p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .left_txt .left_inner p {
    font-size: 14px;
    text-align: center;
  }
}
.sec_hallway .hallway_inner .right_img {
  width: 41.875%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .right_img {
    width: 70.4%;
    margin-inline: auto;
  }
}

/*-----------------------------------------
	sec_casbee
-----------------------------------------*/
.sec_casbee {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec_casbee {
    padding: 50px 0;
  }
}
.sec_casbee h4 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec_casbee h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.sec_casbee ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  .sec_casbee ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.sec_casbee ul li {
  width: 100%;
}
.sec_casbee h5 {
  background: #e6f0f1;
  font-size: 18px;
  text-align: center;
  padding: 12px 5px;
  margin: 0 0 15px 0;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .sec_casbee h5 {
    font-size: 15px;
  }
}
.sec_casbee p {
  margin: 0 0 20px 0;
  min-height: 135px;
}
@media screen and (max-width: 768px) {
  .sec_casbee p {
    min-height: 0;
  }
}
.sec_casbee p span {
  font-size: 12px;
  display: block;
}
.sec_casbee .img {
  max-width: 80%;
  margin: 0 auto;
}
.sec_casbee .img span {
  font-size: 12px;
  display: block;
  text-align: right;
  padding: 5px 0 0 0;
}/*# sourceMappingURL=design.css.map */