/*--------------------------
　　　　　COMMON
--------------------------*/
body{
    font-family:"Noto Sans JP","Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

/*brの表示非表示*/
.pc_no_br {
    display: none;
}
.sp_no_br{
    display: block;
}
/*横幅いっぱいの画像*/
.kugiri_bg{
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto;
}
@media (max-width: 768px){
    p{
    line-height: 1.75em;
    font-size: 15px;
    font-weight: 400;
    }
    /*横幅いっぱいの画像*/
    .kugiri_bg img{
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
    /*街のイラスト*/
    .img_town{
        overflow: hidden;
    }
    .img_town img{
        min-width: 600px;
        z-index: -1;
        position: relative;
    }

}
@media (max-width: 500px){
    /*brの表示非表示*/
    .pc_no_br {
        display: block;
    }
    .sp_no_br{
        display:none;
    }
}


/*--------------------------
　　　　下層共通
--------------------------*/
body:not(.page-index-html) content > div{
    width: 85%;
    max-width:1300px;
    margin:0 auto;
}
/*　下層FSV　*/
#lower_fsv{
    max-width: 100%!important;
    width: 100%!important;
    margin-top: 92px!important;
}
#lower_fsv .fsv_box {
    background-color:#C6C6C6;
}
#lower_fsv .fsv_box .txt{
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    max-width:1300px;
    width: 85%;
    margin: 0 auto;
}
#lower_fsv .fsv_box h1{
    font-size:clamp(21px, 5vw, 26px);
    padding: 5px 15px;
    border-left: solid 5px #ffffff70;
}
#lower_fsv .fsv_box p{
    font-size:clamp(35px, 4vw, 50px);
    font-family: "Lexend", serif;
    font-weight:600;
    opacity: 0.3;
}
/*　パンクズ　*/
.pkz{
    color: #666666;
    font-size: 13px;
    border-bottom: 0!important;
    max-width:1300px;
    width: 85%;
    margin: 0 auto;
    padding: 10px 0 10px 0px!important;
}
.pkz > div:nth-child(2){
	display:none;
}
.pkz > div:nth-child(1):after{
	content:"/";
	padding-left: 3px;
}
@media screen and (max-width: 768px) {
    #lower_fsv .fsv_box .txt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    #lower_fsv .fsv_box h1 {
        padding: 0px 10px 2px;
        border-left: solid 3px #ffffff70;
        margin-top: 5px;
    }
    #lower_fsv .fsv_box p {
        font-size: clamp(20px, 5vw, 27px);
        font-weight: 500;
    }
    .pkz {
        width: 95%;
        text-align: right;
    }
}


/*--------------------------
　　　　タイトル2
--------------------------*/
.ttl_style02  {
    font-size: clamp(20px, 3vw, 42px);
    color: var(--default-font-color);
    line-height: 1.5em;
}
/*英タイトル*/
.ttl_style02 span.en {
    color: var(--base-color);/*orange*/
    font-size: clamp(30px, 6vw, 110px);
    font-weight: 700;
    display: block;
    line-height: 1.1em;
}
@media (max-width: 500px){
    .ttl_style02 {
        line-height: 2em;
        font-weight: 700;
        font-size: 20px;
    }
    .ttl_style02 span.en {
        font-size: clamp(26px, 8vw, 35px);
        letter-spacing: 0.01em;
    }
}


/*--------------------------
　　　　タイトル3
--------------------------*/
.ttl_style03 p{
    font-size: clamp(33px, 7vw, 60px)!important;
    color: #F06900;
    font-weight: 800;
    line-height: 1em!important;
}
.ttl_style03 h2{
    font-size: 20px;
    margin-top: 15px;
}
.ttl_style03 h2 span{
    color: #F06900;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .ttl_style03 h2 {
        font-size: 15px;
        margin-top: 12px;
    }
}


/*--------------------------
　　　　タイトル4
--------------------------*/
h2.ttl_style04{
    font-size:clamp(21px, 5vw, 30px);
    padding: 1px 15px 3px;
    border-left: solid 5px #1B1B1B;
}


/*--------------------------
　　　　　ボタン
--------------------------*/
.btn_box {
    display: flex;
    gap: 15px;
    justify-content: center;
}
@media screen and (max-width: 500px) {
    .btn_box {
        flex-direction: column;
        align-items: center;
    }    
}


/*------　ボタン① start　-----*/
.btn_box .btn_style01 a {
    padding: 15px 30px;
    border-radius: 40px;
    font-size: clamp(16px, 1.5vw, 18px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
}
.btn_box .btn_style01 a::before {
    display: inline-flex;
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    content: "\f105";
    font-family: fontawesome;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 2px;
    margin-right: 8px;
    margin-top: 3px;
}
.btn_box .btn_style01.I_descriptions a {
    background-color: #28A838; /*green*/
}
.btn_box .btn_style01.I_entry a {
    background-color: #F06900; /*orange*/
}
.btn_box .btn_style01 a::before {
    transition: .5s;
}
.btn_box .btn_style01 a:hover::before {
    transition: .5s;
    transform: translateX(5px);
}

@media screen and (max-width: 500px) {
    .btn_box .btn_style01, .btn_box .btn_style01 a {
        width:100%;
    }
}


/*------　ボタン② start　-----*/
.btn_box .btn_style02 a {
    width: 270px;
    border-radius: 40px;
    font-size: 16px;
    box-shadow: #0000001F 0 0 9px;
    padding: .8em;
    text-align: center;
}
.btn_style02 a::before {
    display: inline-flex;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #fff;
    background-color: var(--base-color);
    content: "\f105";
    font-family: fontawesome;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 3px;
    margin-right: 5px;
}
.btn_style02 a::before {
    transition: .5s;
}
.btn_style02 a:hover::before {
    transition: .5s;
    transform: translateX(3px);
}

@media screen and (max-width: 768px) {
    .btn_box .btn_style02 {
        width: 100%;
    }
    .btn_box .btn_style02  a{
        width: 100%;
    }
}


/*------　ボタン③ start  -----*/
.btn_style03 {
    text-align: center;
}
.btn_style03 a {
    position: relative;
    text-align: center;
    margin: 30px auto 10px;
    padding: 15px 10px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 210px;
    width: 100%;
    justify-content: center;
}
.btn_style03 a::after {
    position: absolute;
    right: 20px;
    display: inline-flex;
    width: 15px;
    height: 15px;
    font-size: 16px;
    background-color: #fff;
    content: "\f105";
    font-family: fontawesome;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 4px;
    margin-right: 5px;
    margin-left: 8px;
}
.electrical .btn_style03 a {
    background-color: #F5A200; /*orange*/
}
.facilities .btn_style03 a {
    background-color: #00A6D9; /*blue*/
}
.energy .btn_style03 a {
    background-color: #28A838; /*green*/
}
.btn_style03 a:hover {
    color: #fff;
}

.btn_style03 a::after {
    transition: .5s;
}
.btn_style03 a:hover::after {
    transition: .5s;
    transform: translateX(3px);
}

@media screen and (max-width: 768px) {
    .btn_style03{
        width: 100%;
        max-width: 220px;
    }
    .btn_style03 a{
        margin: 15px 0 15px;
    }
}


/*------　ボタン④ start -----*/
.btn_box2 {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.btn_box2 .btn_style04{
    width: auto;
}
.btn_box2 .btn_style04 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    padding: 1.8em 3.5em 1.8em .8em;
    position: relative;
    border-radius: 6px;
    color: #fff;
}
.btn_box2 .btn_style04 a::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    display: inline-flex;
    background-color: #fff;
    content: "\f105";
    font-family: fontawesome;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 4px;
}
.btn_box2 .btn_style04 a img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.btn_box2 .btn_style04 a .pg_text {
    margin-left: 1em;
}
.btn_box2 .btn_style04 a .pg_text p {
    font-weight: 400;
    font-size: clamp(16px, 1vw, 20px);
}
.btn_box2 .btn_style04.merit a {
    background-color: #00A6D9;
}
.btn_box2 .btn_style04.merit a::after {
    color: #00A6D9;
}
.btn_box2 .btn_style04.career a {
    background-color: #F1255D;
}
.btn_box2 .btn_style04.career a::after {
    color: #F1255D;
}
.btn_box2 .btn_style04.event a {
    background-color: #F5A200;
}
.btn_box2 .btn_style04.event a::after {
    color: #F5A200;
}

.btn_box2 .btn_style04 a::after {
    transition: .5s;
}
.btn_box2 .btn_style04 a:hover::after {
    transition: .5s;
    transform: translateX(3px);
}
@media screen and (max-width: 1201px) {
    .btn_box2 .btn_style04 a img {
        width: 60px;
        height: 60px;
    }
    .btn_box2 {
        display: grid;
        justify-content: center;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .btn_box2 .btn_style04 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px;
        flex-direction: column;
    } 
    .btn_box2 .btn_style04 a .pg_text {
        margin-left: 0;
        margin-top: 10px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 768px) {
    .btn_box2 {
        display: flex;
        gap: 10px;
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: center;
    }
    .btn_box2 .btn_style04{
        width: 100%;
    }
    .btn_box2 .btn_style04 a {
        width: 100%;
        padding: 15px 3.5em 15px .8em;
        flex-direction: row;
    }
    .btn_box2 .btn_style04 a img {
        width: 45px;
        height: 45px;
    }
    .btn_box2 .btn_style04 a .pg_text {
        margin-left: 20px;
        text-align: left;
        margin-top:0px;
    }
    .btn_box2 .btn_style04 a .pg_text p {
        line-height: 1.5em;
    }
}


/*--------------------------
　　　　　電話
--------------------------*/
.tel_box > .block_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto 35px;
}
.tel_box a{
    font-size: 45px;
    color: #00A6D9;
    font-weight: 600;
    letter-spacing: 0em;
    padding: 10px;
}
.tel_box a::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/theme/my-1737423691678efb4b7a83c/img/common/tel_icon.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.tel_box a:hover{
    color: #00A6D9;
}
.tel_box p{
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .tel_box a {
        font-size: clamp(32px, 7vw, 40px);
    }
    .tel_box a::before {
        width: 25px;
        height: 25px;
    }
    .tel_box p {
        letter-spacing: 0.05em;
    }
}








