@charset "UTF-8";

#hero_Wrap{
width: 100vw;
background-color: black;
}

.hero_img {
    padding-top:60px;
    width:  100vw;
    gap: 5%;
    position: relative;
    background-color: black;
}

.hero_img .text-y {
position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  overflow: hidden;
  right: 50%;
  font-size: clamp(12px, 1.8vw, 24px);
  letter-spacing: clamp(0.3rem, 1vw, 1.5rem);
  margin-top: clamp(10px, 4.6vw, 100px);
  color: #617c86;
  z-index: 2;
}

.hero_img img{
width: 100%;
height: auto;
z-index: 1;
}

.sokyu{
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
}

.sokyu-area{
    text-align: center;
}

.bk1{
	width: 100vw;
    padding: 60px 0;
    background-image: url(../img/bk1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    
}

.sokyu-area .gran-grace{
    width: 50%;
}

/* .sokyu-area .application{
    width: 65%;
    margin-top: 40px;
} */

.buttons-form{
    width: 100%;

}

.sokyu-area .buttons-form{
    /* gap: 10px; */
    margin-top: 50px;
    justify-content:center
}

.sokyu-area .buttons-form a{
    padding: 8px 50px 8px 60px;
    background-color: #8e7100;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.8rem;
    text-align: center;
    line-height: 1; 
}

.bk2{
    width: 100vw;
    padding: 100px 0 150px 0;
    background-image: url(../img/bk2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.sec01 .consept_ttl{
    max-width: 550px;
    margin: 0 auto;
}

.consept_text-area{
    color: #FFFF;
}

.consept_text-area h3{
    font-size: 35px;
    letter-spacing: 0.5rem;
    margin-top: 80px;
    text-align: center;
}

.consept_text-area p{
    margin-top: 70px;
    font-size: 18px;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    line-height: 2.5;
    text-align: center;
}

.concept_slide{
    margin-top: 90px;
}

.area_ttl img{height: 25px}

.sec01 .area_ttl{
    margin-bottom: 30px;
    text-align: center;
}

.sec01 .slide_area{
    margin: 0 auto;
}


.slide_area p{
    text-align: right;
    font-size: 10px;
    color: #ffff;
    margin-top: 10px;
}

.sec02{
    margin-top: 80px;
}

.sec02 h3{
    font-size: 28px;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #FFFF;
    margin-bottom: 65px;
}

.equipment_box{
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #fff; /* 線の太さ・色 */
}

.equipment_box .L_box{
    width: 47%;
}

.equipment_box .L_box .equipment_no img{
    height:52px;
}

.equipment_box .L_box h2{
    font-size: 30px;
    margin: 40px 0;
    text-align: left;
    color: #fff;
    letter-spacing: 0.1rem;
}

.equipment_box .L_box p{
    font-size: 16px;
    line-height: 2.063;
    letter-spacing: 0.06rem;
    color: #fff;
}


.more_btn img{
    border: 1px solid #fff;
    width: 50%;
    margin-top:40px;
    padding:3% 8% ;
}

.equipment_box .R_box{
    width: 53%;
    flex-wrap: wrap;
    gap: 2%;
}

.equipment_box .R_box div{
    width: 49%;
    margin-bottom: 2%;
}

.equipment_box .R_box div:last-child{
    margin-bottom: 0;
}


.equipment_box .R_box p{
    margin-top: 5px;
    font-size:13px;
    position: relative;
    padding-left: 10px; 
    line-height: 1.692;
    color: #fff;
}
.equipment_box .R_box p::before{
    margin-top: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;           /* 線の太さ */
    height: 88%;         /* 文字の高さに合わせる */
    background-color: #fff; /* 線の色 */
}

.equipment_box.flex.equ-02{
    /* align-items: flex-end; */
}

.equipment_box.equ-02 .R_box div{
    width: 100%;
    margin-bottom: 3%;
}

.equipment_box.equ-02 .R_box div:last-child{
    margin-bottom: 0;
}

.equipment_box.equ-03 h2{
    letter-spacing: 0.5rem;
}

.equipment_box.equ-03 .R_box div{
    margin-bottom: 0;
}

.equipment_box.equ-03 .R_box,
.equipment_box.equ-04 .R_box{
    justify-content: center; /* 横中央 */
  align-items: center;      /* 縦中央 */

}

.equipment_box.equ-04 .R_box{
    width: 53%;
    flex-wrap: wrap;
    gap: 0;
}



.equipment_box.equ-04 .R_box .overlap img{
    max-width: 280px;
    position: relative;
    flex-wrap: wrap;
    left: -20px;
    top:-40px;
    gap: 0;
}

.equipment_box .L_box .area_ttl{
    margin-bottom: 40px;
}

.equipment_box.equ-05{
    width: 85%;
    margin: 0 auto;
}

.equipment_box.equ-05 .L_box{
    width: 55%;
}

.equipment_box.equ-05 .R_box{
    width: 45%;
    flex-wrap: wrap;
    gap: 11%;

}

.equipment_box.equ-05 .R_box div{
    width:26%;
    margin-bottom: 20px;
}

.equipment_box.equ-05{
    position: relative;

    padding-bottom: 70px;
    border-bottom: none; 
}

.border{
    border-bottom: 1px solid #fff; 
}


.bk3{
    width: 100vw;
    padding: 150px 0 100px 0;
    background-image: url(../img/bk3.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.sec03{
    color: #617c86;
}

.design_box{
    margin-bottom: 80px;
}

.sec03 .design_box h2{
    font-size: 22px;
    letter-spacing: 0.08rem;
    font-feature-settings: "palt";
    margin: 55px 0 30px 0;
}

.sec03 .design_box p{
    font-size: 15px;
    line-height: 2.533;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt";
}

.sec03 .design_box .design-img_01{
    width: 100%;
    gap:8%;
    margin-top: 60px;
}

.sec03 .design_box.design-img_01 img{
    width: 46%;
}

.design_box.h_25:last-child{
    margin-bottom: 0;
}

.design_box.h_25 h2{
    margin: 25px 0 30px 0;
}

.sec03 .design_box .design-img_02{
    width: 100%;
    gap:5%;
    margin-top: 60px;
}

.design-img_02 .madori{
    margin: 40px 0 25px 0;
}

.design-img_02 .zoom{
    width: 50%;
    margin: 0 auto;
}

/* モーダル初期状態：非表示 */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;


  
}

/* モーダルが表示されたとき */
.modal.active {
  display: flex;
}

.modal-content {
  position: relative;
}

.modal-content img {
  max-width:450px;
  min-width:400px;
  background-color: #fff;
  padding: 10%;
  border: 4px solid #617c86;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* 閉じるボタン */
.modal .close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.sec04{
   padding-top: 65px;
}

.location_box .area_ttl{
    margin-bottom:25px;
}

.location_box p{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
    font-feature-settings: "palt";
}

.location_box .loc_flex{
    gap: 3%;
}

.location_box .L_box{
    width: 57%;
}

.L_flex_area{
    width: 100%;
    object-fit: cover
}

.location_box .L_box .loc-L_01{
    margin-right: 1%;
    width:70%;
}

.location_box .L_box .loc-L_02{
width: 29%;
}

.location_box .L_box .loc-L_02 img{
width: 100%;
}

.location_box .L_box .loc-L_02 img:first-child{
    margin-bottom: 2%;
}

.location_box .R_box{
    width: 40%;
    gap: 6%;
    flex-wrap: wrap;
}

.location_box .R_box div{
width:47%;
}

.map{
    margin-top: 35px;
}

.map-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    margin-top: 3%;
    padding: .9em 2em;
    border: 1px solid #617c86;
    background-color: #fff;
    color: #617c86;
    font-size: 1em;
    letter-spacing: 0.08rem;
}

.map-btn::after {
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-top: 3px;
    border-top: 2px solid #617c86;
    border-right: 2px solid #617c86;
    content: '';
}



.sec05{
    padding-top: 65px;
}

.sec05 .area_ttl img{height: 20px;}

.outline-table {
  border-collapse: collapse;
    border-spacing: 0;
    margin-top: 25px;
}

.outline-table td{
    font-size: 16px;
    line-height: 0.8rem;
}

.outline-table td:nth-child(1) {
  width: 1.2em;
}

.outline-table td:nth-child(2) {
  width: 7em;
  text-align: justify;
}

.outline-table td:nth-child(2)::after {
  content: '';
  display: inline-block;
  width: 100%; 
}

.outline-table td:nth-child(3) {
  width: 1.5em;
  text-align: center;
}

.sec06{
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec06 .equ_bttom{
    flex-wrap: wrap;
    gap: 0.62em 0.62em;
}

.sec06 .equ_bttom li{
    width: 19.2%;
    font-size: 14px;
    font-feature-settings: "palt";
    padding: 1% 0;
    text-align: center;
    border: 1px solid #000;
}

.equ_bttom{
    margin-top: 20px;
}

/* ボタンホバー */



.buttons-form a {
  transition: opacity 0.3s ease; 
  background-color: #fff;
}

.buttons-form a:hover {
  opacity: 0.7; 
}


/* 拡大あり */
.zoom img,
.more_btn img,
.map-btn{
  transition: all 0.3s ease;
}

.zoom img:hover,
.more_btn img:hover,
.map-btn:hover{
  opacity: 0.7;
  transform: scale(1.05);
}

#concept,
#equipment,
#design,
#plan,
#location{
    margin-top: -110px;
    padding-top: 110px;
}

/* トップボタン */
.to-top {
  position: fixed;     
  bottom: 70px;       
  right: 30px;          
  width: 80px; 
  height: 80px;
  border-radius: 50%;
  background-color: #617c86; 
  border: 2px solid #fff;
  color: #fff;           
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, transform 0.3s;
}

.to-top:hover {
  background-color: #7495a1;
  transform: translateY(-3px);
}


@media (max-width: 1024px) and (min-width: 641px) {

.sokyu{
    width: 90%;
    padding: 20px 0;
}

.location_box .area_ttl img{
   height: 60px;
   margin: 0 auto;
}

.location_box .area_ttl{
    margin-bottom:50px;
}

.sec03 .design_box{
    text-align: center;
}

.sec03 .design_box h2{
    font-size: 22px;
    margin: 30px 0 30px 0;
    line-height: 2.8rem;
}

.sec03 .design_box p{
    font-size: 14px;
    line-height: 2.063;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt";
}

.design_box.h_25:last-child{
    margin-bottom: 0;
}

.design_box.h_25 h2{
    margin: 30px 0 40px 0;
}
.sec06{
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec06 .equ_bttom{
    flex-wrap: wrap;
    gap: 0.62em 0.62em;
}

.sec06 .equ_bttom li{
    width: 48%;
    font-size: 14px;
    font-feature-settings: "palt";
    padding: 2% 0;
    text-align: center;
    border: 1px solid #000;
    display:flex;
    justify-content: center;     /* 横中央 */
    align-items: center;         /* 縦中央 */
    text-align: center;   
}

.equ_bttom{
    margin-top: 20px;
}

.modal-content img {
    max-width:350px;
}
}




@media (max-width: 768px) and (min-width: 767px) {
    .hero_img .text-y {
    font-size:24px;
    letter-spacing:1.2rem;
    margin-top: 40px;
    color: #617c86;
}

.modal-content img {
  max-width: 320px;
 background-color: #fff;
  padding: 6%;
}
}


@media only screen and (max-width : 767px) {

    #concept,
#design,
#plan{
    margin-top: -100px;
    padding-top: 100px;
}

#equipment,
#location{
        margin-top: -30px;
    padding-top: 30px;
}

#equipment{
        margin-top: -10px;
    padding-top: 10px;
}

    .hero_img .text-y {
    font-size:24px;
    letter-spacing:1.2rem;
    margin-top: 40px;
    color: #617c86;
}

.sokyu{
    width: 90%;
    padding: 20px 0;
}

.sokyu-area .gran-grace{
    width: 100%;
}

.sokyu-area .application{
    width: 90%;
    margin-top: 20px;
}

.buttons-form{width: 100%;}

.sokyu-area .buttons-form{
    display: block;
    margin-top: 40px;
}

.sokyu-area .buttons-form a{
    padding: 10px 90px;
    background-color: #8e7100;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.6rem;
}

.sokyu-area .buttons-form li:first-child{
    margin-bottom: 33px;
}

.sec01 .consept_ttl{
    max-width: 300px;
    margin: 0 auto;
}

.consept_text-area h3{
    font-size: 22px;
    letter-spacing: 0.3rem;
    line-height: 2.5rem;
    margin-top: 50px;
}

.consept_text-area p{
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    line-height: 2.5;
    text-align: center;
}

.concept_slide{
    margin-top: 50px;
}

.area_ttl img{height: 20px}



.sec01 .area_ttl{
    margin-bottom: 20px;
    text-align: center;
}

.slide_area p{
    margin-top: 8px;
}

.bk2{
    padding: 100px 0 100px 0;
}

.sec02 h3{
    font-size: 22px;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #FFFF;
    margin-bottom: 50px;
}

.equipment_box{
    position: relative;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff; /* 線の太さ・色 */
}

.equipment_box .L_box{
    width: 100%;
}

.equipment_box .L_box{
    text-align: center;
}

.equipment_box .L_box .equipment_no img{
    height:52px;
}

.equipment_box .L_box h2{
    font-size: 30px;
    margin: 30px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1rem;
}

.equipment_box .L_box p{
    font-size: 14px;
    line-height: 2.063;
    letter-spacing: 0.06rem;
    color: #fff;
}

.more_btn img{
    width: 60%;
    margin-top:40px;
    padding:2.8% 9% ;
    margin-top:30px;
}

.equipment_box .R_box{
    margin-top: 40px;
    width: 100%;
    flex-wrap: wrap;
    gap: 2%;
}

.equipment_box .R_box div{
    width: 49%;
    margin-bottom: 2%;
}

.equipment_box .R_box div:last-child{
    margin-bottom: 0;
}


.equipment_box.equ-02 .R_box div:last-child{
    margin-bottom: 0;
}

.equipment_box.equ-03 h2{
    letter-spacing: 0.5rem;
}

.equipment_box.equ-04 .R_box{
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
}



.equipment_box.equ-04 .R_box .overlap img{
    max-width: 200px;
    left: -10px;
}

.equipment_box .L_box .area_ttl{
    margin-bottom: 40px;
}

.equipment_box.equ-05 .area_ttl img{
    height: 23px;
}

.equipment_box.equ-05.flex{
    display: block;
}

.equipment_box.equ-05{
    width: 100%;
    margin: 0 auto;
}

.equipment_box.equ-05 .L_box{
    width: 100%;
}

.equipment_box.equ-05 .R_box{
    width: 80%;
    flex-wrap: wrap;
    gap: 11%;
    margin: 40px auto 0 auto;

}

.equipment_box.equ-05 .R_box div{
    width:26%;
    margin-bottom: 20px;
}

.equipment_box.equ-05{
    padding-bottom: 50px;
}


.bk3{
    padding: 100px 0 70px 0;
}

.sec03 .design_box{
    text-align: center;
}

.sec03 .design_box h2{
    font-size: 22px;
    margin: 30px 0 30px 0;
    line-height: 2.5rem;
}

.sec03 .design_box p{
    font-size: 14px;
    line-height: 2.063;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt";
}

.design_box.h_25:last-child{
    margin-bottom: 0;
}

.design_box.h_25 h2{
    margin: 30px 0 40px 0;
}

.sec03 .design_box .design-img_02{
    display: block;
    width: 100%;
    gap:5%;
    margin-top: 60px;
}


.design-img_02 .madori{
    margin: 40px 0 25px 0;
}

.design-img_02 .zoom{
    width: 50%;
    margin: 0 auto 40px auto;
}

.design-img_02 .zoom .last{
    margin-bottom: 0px;
}

.sec04{
   padding-top: 65px;
}

.location_box .area_ttl img{
   height: 50px;
   margin: 0 auto;
}


.location_box .area_ttl{
    margin-bottom:30px;
}

.location_box .loc_flex{
    display: block;
}



.location_box .loc_flex{
    gap: 0;
}

.location_box .L_box{
    width: 100%;
    margin-bottom: 30px;
}

.location_box .R_box{
    width: 100%;
    gap: 3%;
    flex-wrap: wrap;
}

.location_box .R_box div{
width:48%;
margin-bottom: 20px;
}

/* モーダル初期状態：非表示 */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.modal-content img {
  max-width: 90%;
 background-color: #fff;
  padding: 6%;
  border: 4px solid #617c86;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  min-width: unset;
}



.map{
    margin-top: 10px;
}

.sec05{
    padding-top: 50px;
}

.sec05 .area_ttl img{height: 16px;}

.outline-table {
  border-collapse: collapse;
    border-spacing: 0;
    margin-top: 25px;
}

.outline-table td{
    font-size: 12px;
    line-height: 0.8rem;
        line-height: 1.3;
}

.outline-table td:nth-child(1) {
  width: 0.1em;
}

.outline-table td:nth-child(2) {
  width: 6em;
  text-align: justify;
}

.outline-table td:nth-child(2)::after {
  content: '';
  display: inline-block;
  width: 100%; 
}

.outline-table td:nth-child(3) {
  width: 1.3em;
  text-align: center;
}

.outline-table td:nth-child(4) {
    letter-spacing:-0.01em;

}

.sec06{
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec06 .equ_bttom{
    flex-wrap: wrap;
    gap: 0.62em 0.62em;
}

.sec06 .equ_bttom li{
    width: 48%;
    font-size: 14px;
    font-feature-settings: "palt";
    padding: 2% 0;
    text-align: center;
    border: 1px solid #000;
    display:flex;
    justify-content: center;     /* 横中央 */
    align-items: center;         /* 縦中央 */
    text-align: center;   
}

.equ_bttom{
    margin-top: 20px;
}

.to-top {
  bottom: 60px;       
  right: 10px;          
  width: 70px; 
  height: 70px;
  font-size: 18px;
  border-radius: 50%;
}

}

