@charset "utf-8";
/* CSS Document */
/*--------------------------------------
    font-family: "source-han-sans-japanese", sans-serif;
    font-family: poppins, sans-serif;
    font-family: "noto-sans-cjk-jp", sans-serif;
-----------------------------------------*/
:root{
    --base-color:#404040;
    --gray:#efefef;
    --kv-bg:#BBBCC0;
    --En-san: poppins, "noto-sans-cjk-jp", sans-serif;
}

html{
    font-size: 62.5%;
}

body{
    font-size: clamp(1.4rem, 1.307rem + 0.39vw, 1.5rem);
    color: var(--base-color);
    line-height: 2;
    font-family: "noto-sans-cjk-jp", sans-serif;
    overflow-wrap: anywhere;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
a{
    color: var(--base-color);   
    text-decoration: none;
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spbr{
    display: none;
}

#wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main_container{
    text-align: center;
    padding-top: 59px;
}

.comm_cont90{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.comm_mt80{
    margin-top: 80px;
}


#comm_kv{
    text-align: left;
    background: var(--kv-bg);
    margin-bottom: 50px;
}

#comm_kv .box{
    width: 50%;
    position: relative;
}

#comm_kv .box dl{
    width: 90%;
    max-width: 500px;
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
    color: #fff;
    letter-spacing: 0.1rem;
}

#comm_kv .box dl h1{
    font-size: clamp(3.2rem, 2.251rem + 2.21vw, 4.5rem);
    font-weight: normal;
    font-family: var(--En-san);
    line-height: 1.2;
}
#comm_kv .box dl dd{
    line-height: 2.2;
    font-size: clamp(1.4rem, 1.108rem + 0.65vw, 1.8rem);
    word-break: keep-all;
}
#comm_kv .box dl dd p{
    font-size: clamp(1.7rem, 0.89rem + 1.6vw, 2.5rem);
    margin: 20px 0;
}

#comm_intro{
    margin-bottom: 80px;
    word-break: keep-all;
}

#comm_intro h2{
    font-size: clamp(3.2rem, 0.718rem + 4.73vw, 4.5rem);
    font-family: var(--En-san);
}

#comm_intro dt{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px auto 15px;
}

#comm_intro dd{
}



.page_ttl{
    position: relative;
    height: 400px;
    background: var(--gray);
    text-align: center;
}

.page_ttl h1{
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
    font-family: var(--En-san);
    font-weight: normal;
    font-size: clamp(2.4rem, 1.62rem + 3.2vw, 4.5rem);
    letter-spacing: 0.5rem;
}

.page_ttl span{
    display: block;
    font-size: 40%;
    letter-spacing: 0.3rem;
}

h2.comm_ttl{
    margin:auto;
    font-family: var(--En-san);
    font-weight: normal;
    font-size: clamp(2.4rem, 1.62rem + 3.2vw, 4.5rem);
    letter-spacing: 0.5rem;
}

h2.comm_ttl span{
    display: block;
    font-size: 40%;
    letter-spacing: 0.3rem;
}


.comm_btn{
    background: var(--base-color);
    border-radius: 50px;
    font-size: 1.3rem;
}

.comm_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    line-height: 1;
}

.comm_btn a:before{
    content: "";
    height: 22px;
    width: 15px;
    display: inline-block;
    background: url("../../img/comm/tel.png") no-repeat;
    background-size: contain;
    margin-right: 5%;
}


/*-------- 自動挿入 ページTOPへ戻る ------*/

#page_top {
	position:fixed;
	bottom:1%;
	right: 1%;
	z-index:9;
    width: 15%;
    max-width: 85px;
}



#copyright{
    text-align: center;
    font-size: clamp(1.15rem, 1.02rem + 0.39vw, 1.3rem);
    letter-spacing: 0.05rem;
    padding: 15px 5px;
    box-sizing: border-box;
    margin-top: auto;
}









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

#comm_kv .box{
    width: 100%;
    position: static;
}
#comm_kv .box dl{
    position: static;
    padding: 30px 0;
}
#comm_kv .box dl dd p{
    margin: 20px 0 15px;
}












}






















@media only screen and (max-width: 580px) {  
.page_ttl{
    position: relative;
    height: 260px;
}



}























