@charset "UTF-8";
/* コンテンツ */

.special_box {
    background-image: url("../2dk/img/main_bg.webp");
    background-position: center center;
    background-size: cover;
    padding: 4em 0;
}
.special_box img {
    width: 70%;
    max-width: 700px;
}

.gd_title {
    width: 60%;
    max-width: 700px;
    margin: 0 auto;
    padding: 4em 0;
    line-height: 0;
}
.gd_title p {
    width: 70%;
    margin: 3em auto 0;
}
.gd_title img {
    width: 100%;
}
.garden_box {
    position: relative;
    width: 100%;
    padding: 5em 0 0;
}
.garden_box span {
    background-image: url("../img/gd_bg_br.webp");
    background-repeat: no-repeat;
    background-position: center bottom 50px;
    background-size: cover;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
}
.garden_box img {
    width: 100%;
}
.garden_box h2 {
    position: relative;
    width: 60%;
    max-width: 900px;
    margin: 0 auto 4em;
}
.garden_box h3 {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin: 0 auto 4em;
}
.garden_box h4 {
    position: relative;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 5em;
}

.fut_box {
    background-image: url("../img/01_bg2.jpg");
    background-size: 100% auto;
    width: 100%;
    padding: 3em;
    box-sizing: border-box;
}
.fut_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}
.fut_box ul img {
    width: 100%;
}
.fut_box ul li {
    box-sizing: border-box;
    width: 25%;
    padding: 0 1.5em;
    border-left: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fut_box ul li:first-child {
    border-left-width: 0;
}

.kakaku {
    background-color: #666;
    padding: 2em;
}
.kakaku img {
    width: 100%;
    max-width: 1000px;
}

@keyframes new_ani {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.model_tx {
    background-image: url("../img/01_bg1.jpg");
    background-size: 100% auto;
    width: 100%;
    text-align: center;
    padding: 3em 0;
}
.model_tx section {
    background-color: #ffd;
    width: 70%;
    max-width: 1200px;
    font-size: 1.3em;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
    padding: 0.5em 1em;
    margin: 0 auto;
}
.model_tx span {
    color: #c00;
    font-weight: bold;
    margin-right: 1em;
    animation: new_ani 1s ease-out 0s infinite;
}
.model_tx p {
    margin-top: 3em;
}

.modeltx_adj {
    display: none;
}
@media screen and (max-width: 1500px) {
    .modeltx_adj {
        display: block;
    }
}

.model_tx img {
    width: 70%;
    max-width: 1200px;
}

.common_ban {
    background: linear-gradient(to right, #221100, #463022, #221100);
    padding: 5em;
}
.common_ban img {
    width: 100%;
    max-width: 1600px;
}

@media screen and (max-width: 960px) {
.model_tx {
    padding: 2em 0 3em;
}
.model_tx section {
    width: 90%;
    font-size: 2.5vw;
}
.common_ban {
    padding: 2em;
}
}

@media screen and (max-width: 520px) {
.special_box {
    padding: 3em 0;
}
.special_box img {
    width: 80%;
}

.gd_title {
    width: 70%;
    padding: 3em 0;
}
.gd_title img {
    width: 100%;
}
.gd_title p {
    width: 80%;
    margin: 2em auto 0;
}
.garden_box {
    position: relative;
    width: 100%;
    padding: 3em 0 0;
}
.garden_box span {
    background-size: cover;
    width: 100%;
    height: 50%;
}
.garden_box img {
    width: 100%;
}
.garden_box h2 {
    position: relative;
    width: 70%;
    margin: 0 auto 2em;
}
.garden_box h3 {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin: 0 auto 2em;
}
.garden_box h4 {
    position: relative;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 3em;
}

.fut_box {
    padding: 3em;
}
.fut_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.fut_box ul li:nth-child(1) img,.fut_box ul li:nth-child(3) img {
    width: auto;
    height: calc(0.17em * 5.6);
}
.fut_box ul li:nth-child(2) img,.fut_box ul li:nth-child(4) img {
    width: auto;
    height: calc(0.17em * 14.2);
}
.fut_box ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 1.2em 1.5em;
    border-top: 1px solid #999;
    border-left-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fut_box ul li:last-child {
    border-bottom: 1px solid #999;
}
.model_tx {
    padding: 1.5em 0 3em;
}
.model_tx section {
    width: 90%;
    font-size: 3.2vw;
}
.model_tx img {
    width: 60%;

}

.common_ban {
    background: linear-gradient(to right, #221100, #463022, #221100);
    padding: 5em;
}
.common_ban img {
    width: 100%;
    max-width: 1600px;
}

}

.banner5000 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:0 5% 2em;
	margin:0 auto;
}
.areaguide {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 5% 5em;
	margin:0 auto;
}
@keyframes blink{
    0% {opacity:0.4;}
    60% {opacity:1;}
    100% {opacity:1;}
}
.new_icon {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    left: calc(5% + 10px);
    top: 10px;
    background-color: #d00;
    padding: 0.5em 1em;
    width: 100px;
    line-height: 0;
}
.new_icon img {
    width: 100%;
    animation:blink 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 960px) {
.banner5000 {
    padding:0;
}
.areaguide {
    padding:2em;
}
.new_icon {
    left: 10px;
    top: 10px;
    width: 70px;
}
}

@media screen and (max-width: 520px) {
.areaguide {
    padding:0;
}
}

#header {
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1900 !important;
}
#header span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
#header h1 {
    opacity: 0;
    transition: all 0.5s;
}
#header p img {
    filter: invert(100%) grayscale(100%) brightness(2);
    transition: all 0.5s;
}
#toggle span {
    background-color: #fff;
    transition: all 0.5s;
}
.hscr #header {
    z-index: 2000 !important;
}
.hscr #header span {
    height: 100%;
    background-color: #fff;
}
.hscr #header h1 {
    opacity: 1;
}
.hscr #header p img {
    filter: none;
}
.hscr #toggle span {
    background-color: #222;
}



.copy {
    position: relative;
    padding: 5em;
    background-image: url("../img/ft_bg.jpg");
    background-position: center center;
    background-size: cover;
}
.copy ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.copy li {
    box-sizing: border-box;
    padding: 0 1em;
    line-height: 0;
}
.copy li:nth-child(even) {
    width: 7%;
}
.copy img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
.copy {
    padding: 3em;
}
.copy li {
    padding: 0 0.7em;
}
.copy li:nth-child(even) {
    width: 12%;
}
}

.grand {
    position: relative;
    box-sizing: border-box;
    padding: 5em;
}
.grand_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_sky_pc.jpg");
    background-position: left bottom;
    background-size: cover;
}
.grand ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.grand ul li:nth-child(1) {
    width: 5%;
}
.grand ul li:nth-child(2) {
    width: 55%;
}
.grand ul li:nth-child(3) {
    width: 40%;
}
.grand ul li img {
    width: 100%;
}

@keyframes imgfadezoonIn {
  from {
    background-position:top center;
  }

  to {
    background-position:bottom center;
  }
}

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

@keyframes imgfadezoonIn {
  from {
    background-position:top center;
  }

  to {
    background-position:bottom center;
  }
}

}

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

@keyframes imgfadezoonIn {
  from {
    background-position:top center;
  }

  to {
    background-position:bottom center;
  }
}

}

.imgfadezoonIn {
  -webkit-animation-name: imgfadezoonIn;
  animation-name: imgfadezoonIn;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated.sec_concept {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.over_box1 {
    position: relative;
    aspect-ratio:16 / 9;
}
.concept_box {
    position: relative;
    background-image: url("../img/concept_bg_pc.webp");
    background-position: top center;
    background-size: cover;
    height: 100%;
}
.over_box1 .imgtxbox {
   position: absolute;
   left: 5%;
   top: 5%;
   
}
.over_box1 .imgtx {
    background-color: rgba(255,255,255,0.1);
    padding: 5em 3em;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: #fff;
}
.over_box1 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box1 .imgtx p {
    font-size: 0.92em;
}
.tmore p {
	max-width:250px;
    width: 60%;
	margin:auto;
}
.tmore p a {
    font-weight: 500;
	text-align:center;
	display:block;
    box-sizing: border-box;
	color:#fff !important;
	line-height:3em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-decoration: none !important;
    background-color: rgba(0,0,0,0.4);
	background-image:url(../img/arr2.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:4px auto;
	transition:all 0.3s;
}
.tmore p a:hover {
    opacity: 0.7;
}



@keyframes imgleftioright{
  from {
    background-position-x:right;
  }

  to {
    background-position-x:left;
  }
}

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

@keyframes imgleftioright {
  from {
    background-position-x:right 30%;
  }

  to {
    background-position-x:left;
  }
}

}

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

@keyframes imgleftioright {
  from {
    background-position-x:right 30%;
  }

  to {
    background-position-x:left;
  }
}

}

.imgleftioright {
  -webkit-animation-name: imgleftioright;
  animation-name: imgleftioright;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated.sec_entrance {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

@media screen and (max-width: 960px) {
.animated.sec_entrance {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
}
@media screen and (max-width: 520px) {
.animated.sec_entrance {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
}

.over_box2 {
    position: relative;
    aspect-ratio:16 / 9;
}
.entrance_box {
    position: relative;
    background-image: url("../img/entrance_bg_pc.webp");
    background-position-x: right;
    background-size: auto 110%;
    height: 100%;
}
.over_box2 .imgtxbox {
    position: absolute;
   right: 5%;
   top: 5%;
   
}
.over_box2 .imgtx {
    background-color: rgba(255,255,255,0.1);
    padding: 5em 3em;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: #fff;
}
.over_box2 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box2 .imgtx p {
    font-size: 0.92em;
}

.over_box5 {
    position: relative;
    aspect-ratio:16 / 9;
}
.over_box5 h6 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over_box5 h6 img {
    height: 25%;
}


@keyframes imgloop {
  from {
    background-position:left center;
  }
  to {
    background-position:right center;
  }
}

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

@keyframes imgloop {
  from {
    background-position:left center;
  }

  to {
    background-position:right center;
  }
}

}

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

@keyframes imgloop {
  from {
    background-position:left center;
  }

  to {
    background-position:right center;
  }
}

}

.imgloop {
  -webkit-animation-name: imgloop;
  animation-name: imgloop;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.animated.sec_indeisgn {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

@media screen and (max-width: 960px) {
.animated.sec_indeisgn {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
}
@media screen and (max-width: 520px) {
.animated.sec_indeisgn {
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}
}

.over_box3 {
    position: relative;
    aspect-ratio:16 / 9;
}
.indesign_box {
    position: relative;
    background-image: url("../img/in_design.webp");
    background-position: left center;
    background-size: cover;
    width: 148.5%;
    height: 100%;
    overflow: hidden;
}
.over_box3 .imgtxbox {
    position: absolute;
    right: 5%;
    top: 5%;
}
.over_box3 .imgtx {
    background-color: rgba(255,255,255,0.1);
    padding: 5em 3em;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: #fff;
}
.over_box3 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box3 .imgtx p {
    font-size: 0.92em;
}

.bg_plan {
    background-color: #444;
    color: #fff;
    position: relative;
    background-image: url("../img/square1.png");
    background-position: center center;
    background-size: 40px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.plan_doc {
    position: relative;
    width: 60%;
    aspect-ratio:4 / 3;
    background-image: url("../img/plan_bg.png");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan_img {
    width: 40%;
    position: relative;
    background-image: url("../img/plan_img.jpg");
    background-position-x: center;
    background-size: cover;
}
.plan_doc .imgtxbox {

}
.plan_doc .imgtx {
    background-color: rgba(255,255,255,0.1);
    padding: 5em 3em;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: #fff;
}
.plan_doc .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.plan_doc .imgtx p {
    font-size: 0.92em;
}


.bg_eq {
    position: relative;
    background-image: url("../img/talk.jpg");
    background-position-x: center;
    background-size: cover;
    line-height: 1.7;
}
.bg_eq h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.1em;
    color: #fff;
}
.bg_eq h4 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 5em;
}
.ew ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ew ul li {
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 1em;
    width: 20%;
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.ew ul li span {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.ew ul li img {
    width: 100%;
    transition: all 0.3s;
}
.ew ul li a {
    display: block;
    color: #222;
    text-align: center;
}
.ew ul li a:hover img {
    transform: scale(1.1);
}
.ew ul li p {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-top: 1em;
}

.covid {
	text-align:center;
    line-height: 1.7;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 2em;
}
.covid span {
    display: block;
    font-size: 1.24em;
    margin-bottom: 10px;
}
.covid p {
	display:inline-block;
	margin:0 auto;
}
.covid p strong.ckochi {
    display: block;
    margin-top: 14px;
    font-weight: 500;
}
.covid p a {
	color:#222;
	display:block;
	padding:20px 40px;
	transition:all 0.3s;
}
.covid p a:hover {
	opacity: 0.7;
	transition:all 0.3s;
}


.over_box4 {
    position: relative;
    aspect-ratio:4 / 3;
}
.location_box {
    position: relative;
    background-image: url("../img/bg_loc.webp");
    background-position-x: center;
    background-size: auto 130%;
    height: 100%;
}
.over_box4 .imgtxbox {
   position: absolute;
   left: 5%;
   top: 5%;
   
}
.over_box4 .imgtx {
    background-color: rgba(255,255,255,0.3);
    padding: 5em 3em;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    
}
.over_box4 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box4 .imgtx p {
    font-size: 0.92em;
}

.locimg {
    margin-top: 3em;
}
.locimg ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.locimg ul li {
    width: 150px;
}
.locimg ul img {
    width: 100%;
}

.tsub {
	font-size: 1.4em;
    line-height: 1.7;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    border-top:1px solid #999;
	border-bottom:1px solid #999;
    color: #999;
	text-align:center;
}

.doc_title {
    width: 50%;
}
.doc_tx {
    width: 50%;
}

.news {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    line-height:1.7;
}
.news dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 1.5em;
	border-bottom:1px dotted #999;
	margin-bottom:1.5em;
}
.news dt {
	font-size:0.84em;
	color:#666;
	font-family:"Courier New", Courier, monospace;
    width: 8em;
}
.news dd {
    flex-grow: 1;
}

.flyer {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    line-height:1.7;
}
.flyer dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.flyer dt {
	font-size:0.84em;
	color:#666;
	font-family:"Courier New", Courier, monospace;
    width: 8em;
}
.flyer dd {
    flex-grow: 1;
}
.flimg {
    
}
.flimg ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.flimg ul li {
    width: 50%;
    text-align: center;
}
.flimg img {
	max-width:80%;
	max-height:200px;
	width: expression(this.width >= this.height ? "80%" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}


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

.over_box1 .imgtx {
     padding: 4em 2em;
}
.over_box1 .imgtx h3 {
    font-size: 1.8em;
}

.over_box2 .imgtx {
     padding: 4em 2em;
}
.over_box2 .imgtx h3 {
    font-size: 1.8em;
}

.plan_doc .imgtx {
    padding: 4em 2em;
}
.plan_doc .imgtx h3 {
    font-size: 1.8em;
}

.pw ul li img {
    width: 80%;
}

.news {
	width:100%;
	margin-bottom: 5em;
}

.flyer {
	width:100%;
}

}


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

.grand {
    position: relative;
    box-sizing: border-box;
    padding: 4em 2em;
}

.over_box1 {
    aspect-ratio:3 / 4;
}
.over_box5 {
    aspect-ratio:1 / 1;
}
.concept_box {
    background-image: url("../img/concept_bg_tb.webp");
}
.over_box1 .imgtxbox {
   position: absolute;
   left: 5%;
   top: auto;
   bottom: 4%;
}

.over_box2 {
    aspect-ratio:4 / 3;
}
.entrance_box {
    background-image: url("../img/entrance_bg_pc.webp");
    background-size: auto 120%;
}
.over_box2 .imgtxbox {
   position: absolute;
   right: 4%;
   top: 5.5%;
}

.over_box3 {
    aspect-ratio:4 / 3;
}
.indesign_box {
    width: 197.5%;
    height: 100%;
}
.over_box3 .imgtxbox {
   position: absolute;
   right: 4%;
   top: 5.5%;
}

.bg_plan {
    
}
.plan_doc {
    position: relative;
    aspect-ratio:auto;
    box-sizing: border-box;
    padding: 5em 0;
}
.plan_img {
    background-size: auto 120%;
}

.bg_eq {
    background-size: auto 120%;
}

.bg_eq h3 {
    font-size: 2em;
}
.bg_eq h4 {
    margin-bottom: 5em;
}
.ew ul li {
    padding: 1em;
    width: 22%;
}

.covid {
	font-size:0.92em;
}
.covid p {
	display:block;
	margin:0 20px;
}
.covid span,.covid strong {
    text-align: center !important;
}
.covid p a {
	padding:10px 20px;
	transition:all 0.3s;
}

.doc_title {
    width: 80%;
}
.doc_tx {
    width: 80%;
}

.over_box4 {
    position: relative;
    aspect-ratio:4 / 3;
}
.over_box4 .imgtxbox {
   position: absolute;
   left: 4%;
   top: 5.5%;
   
}

.mara img {
    width: 50%;
}

}


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

.copy {
    padding: 0;
}
.copy ul {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    aspect-ratio: 2 / 1;
}
.copy li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    width: 50%;
    height: 50%;
}
.copy li:nth-child(5) {
    width: 65%;
}
.copy li:nth-child(7) {
    width: 35%;
}
.copy li:nth-child(1),.copy li:nth-child(3) {
    border-bottom: 1px solid #e5e5e5;
}
.copy li:nth-child(1),.copy li:nth-child(5) {
    border-right: 1px solid #e5e5e5;
}
.copy img {
    width: auto;
    height: 55%;
}
.copy li:nth-child(even) {
    display: none;
}

.grand {
    padding: 4em 4em 3em;
}
.grand ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.grand ul li:nth-child(1) {
    display: none;
}
.grand ul li:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
}
.grand ul li:nth-child(3) {
    width: 100%;
    text-align: center;
}

.over_box1 {
    aspect-ratio:9 / 16;
}
.concept_box {
    background-image: url("../img/concept_bg_sp.webp");
}
.over_box1 .imgtxbox {
   position: absolute;
   left: 0;
   top: auto;
   bottom: 0;
   width: 100%;
}
.over_box1 .imgtx {
    padding: 3em 2em;
    display: block;
}
.over_box1 .imgtx h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
}

.over_box5 h6 img {
    height: 35%;
}

.over_box2 {
    aspect-ratio:9 / 16;
}
.entrance_box {
    background-size: auto 120%;
}
.over_box2 .imgtxbox {
   position: absolute;
   left: 0;
   right: auto;
   top: 0;
   width: 100%;
}
.over_box2 .imgtx {
    padding: 3em 2em;
    display: block;
}
.over_box2 .imgtx h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
}

.over_box3 {
    aspect-ratio:9 / 16;
}
.indesign_box {
    width: 469%;
    height: 100%;
}
.over_box3 .imgtxbox {
   position: absolute;
   left: 0;
   right: auto;
   top: 0;
   width: 100%;
}
.over_box3 .imgtx {
    padding: 3em 2em;
    display: block;
}
.over_box3 .imgtx h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
}

.bg_plan {
    background-size: 30px;
}
.plan_doc {
    padding: 3em 0;
}
.plan_doc .tmore p {
    width: 100%;
}
.plan_img {
    width: 40%;
    position: relative;
    background-image: url("../img/plan_img_sp.jpg");
    background-position-x: center;
    margin: 3em 0;
    box-sizing: border-box;
}
.plan_doc .imgtx {
    padding: 3em 2em;
    -webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
    background-color: transparent;
}
.plan_doc .imgtx h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
}

.bg_eq {
    background-size: auto 110%;
}
.bg_eq h3 {
    font-size: 1.6em;
    color: #666;
    margin-left: 20px;
}
.bg_eq h4 {
    color: #666;
    margin-left: 20px;
}
.bg_eq h4 {
    margin-bottom: 5em;
}
.ew ul {
    margin-bottom: -2em;
}
.ew ul li {
    padding: 1em;
    width: 47%;
    margin-bottom: 2em;
}

.covid p {
	display:block;
	margin:0 20px;
    text-align: left;
}

.tsub {
	font-size: 1.24em;
    margin-bottom: 1.2em;
}

.doc_title {
    width: 90%;
}
.doc_tx {
    width: 90%;
}

.over_box4 {
    position: relative;
    aspect-ratio:9 / 16;
}
.location_box {
    background-image: url("../img/bg_loc_sp.webp");
    background-size: auto 110%;;
}
.over_box4 .imgtxbox {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
}
.over_box4 .imgtx {
    padding: 3em 2em;
    display: block;
}
.over_box4 .imgtx h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
}
.over_box4 .imgtx p {
    text-align: center;
}

}

