@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


/* Basic setting
-------------------------------*/

body {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
    letter-spacing: 0.05em;
    background-color: #f6f8fa;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7em;
        letter-spacing: 0em;
    }

}



#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}

a {
    outline:none;
    color: #2e2e2e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0096fa;
/*    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;*/
}
a img {
    transition: 0.5s;
}
/*
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}*/

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w1400{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.w1300{
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.w1100{
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
.f_inter{
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
}
.f_min{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.f_ao{
    color: #0096fa;
}
.f_60{
    font-size: 50%;
}
.f_150{
    font-size: 150%;
}















/* ヘッダー
-------------------------------*/
* html #header{height:1%;}
#header{
    width: 100%;
    border-bottom: solid 1px #fff;
    position: fixed;
    z-index: 50;
}
#header .inner{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#header .logo1{
    width: 210px;
    background-color: #000;
    text-align: center;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .logo2{
    width: 400px;
    text-align: center;
}
#header .logo2 .logo_bg{
    width: 84%;
    aspect-ratio: 8 / 1.2;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../img/common/logo_w.svg);
}
.h_space{
    height: 113px;
}

@media (min-width:911px) and (max-width:1550px){
    #header .logo1{
        width: 13.5vw;
    }
    #header .logo2{
        width: 25.8vw;
    }
    .h_space{
        height: 7.29vw;
    }
}
@media screen and (min-width:910px){
    #header{
        transition: 0.3s;
    }
    #header.fixed{
        background-color: #fff;
    }
    #header .logo1{
        height: 120px;
        transition: 0.3s;
    }
/*    #header .logo1 img{
        width: auto;
        height: 100%;
        transition: 0.3s;
    }*/
    #header.fixed .logo1{
        height: 90px;
    }



    #header.fixed .logo2 .logo_bg{
        background-image: url(../img/common/logo.svg);
    }
    
}
@media screen and (max-width:910px){

    #header{
        position: static;
        background-color: #fff;
    }
    #header .logo1{
        width: 90px;
        height: 70px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #header .logo2{
        width: 300px;
    }
    #header .logo2 .logo_bg{
        background-image: url(../img/common/logo.svg);
    }

    .h_space{
        display: none;
    }

}
@media screen and (max-width:480px){
    #header .logo1{
        width: 80px;
    }
    #header .logo2{
        width: calc(100% - 150px);
    }
}























/* フッター お問い合わせ
-------------------------------*/
.f_contact{
    width: 100%;
    max-width: 1605px;
    margin: auto;
    min-height: 464px;
    background: url(../img/common/f_cont_bg.jpg) center center/cover no-repeat;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    margin-bottom: -150px;
    margin-top: 190px;
}
.f_contact_bg_ao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,136,241,0.8), rgba(0,192,250,0.8));
    background: -webkit-linear-gradient(left, rgba(0,136,241,0.8), rgba(0,192,250,0.8));
    background: linear-gradient(to right, rgba(0,136,241,0.8), rgba(0,192,250,0.8));
    opacity: 1;
    transition: 0.5s;
}
/*
.f_contact_bg_ao._on{
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
}
*/
.f_contact ._in{
    position: relative;
    z-index: 2;
}
.f_contact .ttl{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.f_contact .ttl .ja{
    font-size: 20px;
    line-height: 1.5em;
}
.f_contact .ttl .en{
    font-size: 60px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.f_contact_nav li{
    width: 48%;
}
.f_contact_nav li.tel{
    height: 150px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.f_contact_nav li.tel .num a{
    color: #0096fa;
    font-size: 22px;
    line-height: 1.8em;
    font-weight: 500;
}
.f_contact_nav li.tel .num a span{
    vertical-align: baseline;
    font-weight: 800;
    font-size: 39px;
    line-height: 1.2em;
    margin-left: 10px;
    letter-spacing: 0.1em;
}
.f_contact_nav li.tel br.sp{
    display: none;
}

.f_contact_nav .mail a{
    display: block;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 20px;
    color: #0096fa;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.f_contact_nav .mail a .txt{
    position: absolute;
    top: calc(50% - 10px);
    left: 40px;
    padding-left: 55px;
    background: url(../img/common/icon_mail.png) left center no-repeat;
}
.f_contact_nav .mail a:hover .txt{
    color: #fff;
    background-image: url(../img/common/icon_mail_w.png);
}

.f_contact_nav .mail a .bg0{
    position: absolute;
    top: calc(50% - 15px);
    right: calc(70px - 15px);
    width: 30px;
    height: 30px;
    background-image: url(../img/common/maru.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.f_contact_nav .mail a .bg1{
    position: absolute;
    top: 0;
    right: -80px;
    width: 0%;
    height: 100%;
    border-radius: 80px 0 0 80px;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    transition: 0.3s;
}
.f_contact_nav .mail a:hover .bg1{
    width: 100%;
}
.f_contact_nav .mail a .bg2{
    position: absolute;
    top: calc(50% - 2.5px);
    right: calc(70px - 2.5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    transition: 0.3s;
}

.f_contact_nav .mail a:hover .bg2{
    transform: scale(300, 300);
}
.f_contact_nav .mail a .bg3{
    position: absolute;
    top: calc(50% - 15px);
    right: calc(70px - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../img/common/arrow_maru_w.png) center center/contain no-repeat;
    transform: scale(0, 0);
    transition: 0.3s;
}
.f_contact_nav .mail a:hover .bg3{
    transform: scale(1, 1);
}
    
@media screen and (max-width:1605px){
    .f_contact{
        border-radius: 0;
        margin-top: 11.2vw;
    }

}
@media screen and (max-width:910px){
    .f_contact .ttl{
        margin-bottom: 20px;
    }
    .f_contact .ttl .ja{
        font-size: 18px;
        line-height: 1.5em;
    }
    .f_contact .ttl .en{
        font-size: 40px;
        line-height: 1.2em;
        letter-spacing: 0.1em;
    }
    
    .f_contact_nav{
        width: 90%;
        max-width: 520px;
        margin: auto;
    }
    .f_contact_nav li{
        width: 100%;
    }
    .f_contact_nav li:first-child{
        margin-bottom: 30px;
    }

    .f_contact_nav .mail a .bg0{
        background-image: url(../img/common/maru.png),url(../img/common/arrow_maru_w.png);
        background-position: center center,center center;
        background-size: contain,contain;
        background-repeat: no-repeat,no-repeat;
        content: "";
    }
    
    .f_contact_nav .mail a .bg1,
    .f_contact_nav .mail a .bg2,
    .f_contact_nav .mail a .bg3{
        display: none;
    }
    .f_contact_nav .mail a:hover .txt{
        color: #0096fa;
        background-image: url(../img/common/icon_mail.png);
    }
    
}
@media screen and (max-width:520px){
    
    .f_contact_nav li.tel{
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .f_contact_nav li.tel .num a{
        font-size: 16px;
        line-height: 1.8em;
    }
    .f_contact_nav li.tel .num a span{
        font-size: 7.5vw;
        line-height: 1.2em;
        margin-left: 5px;
        letter-spacing: 0.07em;
    }
    .f_contact_nav li.tel br.sp{
        display: inline-block;
    }
    .f_contact_nav .mail a{
        height: 130px;
        padding-top: 30px;
    }
    .f_contact_nav .mail a .txt{
        position: static;
        padding-left: 40px;
        background-size: 25px auto;
    }
    .f_contact_nav .mail a .bg0 {
        position: absolute;
        top: auto;
        bottom: 20px;
        right: calc(50% - 15px);
    }
    
}











/* フッター
-------------------------------*/
#footer{
    background-color: #fff;
    padding-top: 330px;
}


.f_in01{
    align-items: flex-end;
}
.f_logo_1{
    width: 220px;
}

.f_nav{
    width: calc(100% - 220px);
}
.f_nav ul{
    width: 100%;
    max-width: 1000px;
}
.f_nav ul li{
    width: 19%;
    margin-bottom: 10px;
}
.f_nav ul li:empty{
    margin-bottom: 0;
}


.f_kei{
    width: 90%;
    max-width: 1500px;
    margin: 30px auto 15px;
    border-top: solid 1px #1a1e1c;
    padding-top: 10px;
    padding-right: 50px;
    text-align: right;
}

.branch_list{
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
    max-width: 1200px;
}
.branch_list dl{
    width: 32%;
    margin-bottom: 50px;
}
.branch_list dl dt{
    font-weight: 500;
    font-size: 125%;
    line-height: 1.4em;
}
.branch_list dl dd{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.branch_list dl dd span{
    display: inline-block;
}

.f_logo_3{
    text-align: right;
}
.f_logo_3 img{
    margin-left: 40px;
}

#footer .copy{
    margin-top:50px;
    width: 100%;
    padding: 8px 5%;
	text-align:center;
	font-size:15px;
    line-height: 1.2em;
    color: #fff;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
}
#pageTop{
	position:fixed;
    z-index: 10;
	bottom:50px;
	right:20px;
}

@media screen and (max-width:1555px){
    .f_kei{
        padding-right: 0;
    }
}

@media screen and (max-width:910px){

    .f_logo_1{
        width: 200px;
    }

    .f_nav{
        width: calc(100% - 200px);
    }
    .f_nav ul li{
        width: 30%;
        margin-bottom: 10px;
        font-size: 95%;
        line-height: 1.5em;
    }
    .f_nav ul li:empty{
        display: none;
    }

    .f_logo_2{
        text-align: center;
    }
    .branch_list{
        margin-bottom: 10px;
    }
    .branch_list dl{
        width: 48%;
        margin-bottom: 25px;
    }
    
    .f_logo_3{
        text-align: center;
    }
    .f_logo_3 img{
        margin-left: 10px;
        margin-right: 10px;
    }
    
}

@media screen and (max-width:640px){
    #footer{
        padding-top: 230px;
    }

    .f_in01{
        display: block;
        margin-bottom: 40px;
    }
    .f_logo_1 {
        width: 100%;
        text-align: center;
    }

    .f_nav{
        display: none;
    }
    .f_kei{
        display: none;
    }
    
    .branch_list dl{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: dashed 1px #ccc;
    }
    
    #footer .copy{
        font-size:12px;
        line-height: 1.2em;
    }
    #pageTop img{
        width:40px;
        height:auto;
    }
}






/* ページタイトル
-------------------------------*/
.page_title{
    width: 100%;
    height: 700px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 140px;
}
.page_title.bg_business{
    background-image: url(../img/page_title/bg_business.jpg);
}
.page_title.bg_equipment{
    background-image: url(../img/page_title/bg_equipment.jpg);
}
.page_title.bg_works{
    background-image: url(../img/page_title/bg_works.jpg);
}
.page_title.bg_company{
    background-image: url(../img/page_title/bg_company.jpg);
}
.page_title.bg_recruit{
    background-image: url(../img/page_title/bg_recruit.jpg);
}
.page_title.bg_voice{
    background-image: url(../img/page_title/bg_voice.jpg);
}
.page_title.bg_faq{
    background-image: url(../img/page_title/bg_faq.jpg);
}
.page_title.bg_contact{
    background-image: url(../img/page_title/bg_contact.jpg);
}
.page_title.bg_news{
    background-image: url(../img/page_title/bg_news.jpg);
}
.page_title.bg_policy{
    background-image: url(../img/page_title/bg_policy.jpg);
}

.page_title ._in{
    width: 90%;
    max-width: 1400px;
    padding-bottom: 30px;
    color: #fff;
}
.page_title .ttl{
    margin-bottom: 40px;
}
.page_title .ttl .ja{
    font-size: 60px;
    line-height: 1.5em;
    font-weight: 700;
}
.page_title .ttl .en{
    font-size: 22px;
    line-height: 1.3em;
}
.page_title .p-nav{
    text-align: right;
    color: #fff;
}
.page_title .p-nav a{
    color: #fff;
} 
.page_title .p-nav a:hover{
    color: #0096fa;
}

@media screen and (max-width:1800px){
    .page_title{
        height: 38.8vw;
        margin-bottom: 7.8vw;
    }
}
@media (min-width:911px) and (max-width:1550px){
    .page_title .ttl .ja{
        font-size: 3.87vw;
        line-height: 1.5em;
    }
}
@media screen and (max-width:910px){
    .page_title .ttl{
        margin-bottom: 20px;
    }
    .page_title .ttl .ja{
        font-size: 40px;
        line-height: 1.5em;
    }
}
@media screen and (max-width:640px){
    .page_title{
        height: 180px;
        justify-content: center;
        align-items: center;
    }
    .page_title ._in{
        padding-bottom: 0;
    }
    .page_title .ttl .ja{
        font-size: 30px;
        line-height: 1.5em;
        letter-spacing: 0;
    }
    .page_title .ttl .en{
        font-size: 16px;
        line-height: 1.5em;
    }
    .page_title .p-nav{
        display: none;
    }


}

/* 共通 */
.ttl01{
    margin-bottom: 50px;
}
.ttl01 .ja{
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 500;
}
.ttl01 .en{
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





.btn a{
    display: block;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #0096fa;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    overflow: hidden;
    color: #fff;
    transition: 0.3s;
    position: relative;
}
.btn a:hover{
    color: #0096fa;
}
.btn a .bg1{
    position: absolute;
    top: calc(50% - 2.5px);
    right: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1,1);
    transform-origin: center;
    transition: 0.3s;
}
.btn a:hover .bg1{
    transform: scale(100,100);
}
.btn a .bg2{
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/common/arrow_maru_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(0,0);
    transform-origin: center;
    transition: 0.3s;
}
.btn a:hover .bg2{
    transform: scale(1,1);
    border: solid 1px #0096fa;
}
.btn a .txt{
    position: absolute;
    left: 30px;
    top: calc(50% - 1em);
}







@media screen and (max-width:910px){
    .ttl01 .ja{
        font-size: 18px;
        line-height: 1.8em;
        font-weight: 500;
    }

    .ttl01 .en{
        font-size: 50px;
        line-height: 1.2em;
        letter-spacing: 0.05em;
    }

    .btn a .bg1{
        display: none;

    }
    .btn a .bg2{
        transform: scale(1,1);
        border: solid 1px #0096fa;
    }


}
@media screen and (max-width:640px){

    .ttl01{
        margin-bottom: 30px;
    }
    .ttl01 .ja{
        font-size: 16px;
        line-height: 1.8em;
    }
    .ttl01 .en{
        font-size: 34px;
        line-height: 1.2em;
    }


    
    
    
    
}




































@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}















@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}









@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}
















@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}
















/* 事業案内・実績・設備のリンクバナー
-------------------------------*/

.jigyo-bnr{
    padding-top: 150px;
    padding-bottom: 10px;
}
.jigyo-bnr ul{
    width: 100%;
}
.jigyo-bnr li{
    width: 49%;
}
.jigyo-bnr li a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.jigyo-bnr li a img{
    border-radius: 20px;
}
.jigyo-bnr li a .txt{
    position: absolute;
    left: 60px;
    top: calc(50% - 0.8em);
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
}
.jigyo-bnr li a .bg1{
    position: absolute;
    right: 50px;
    top: calc(50% - 25px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 50%;
    transform: scale(1, 1);
}

.jigyo-bnr li a .bg2{
    position: absolute;
    right: 50px;
    top: calc(50% - 25px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(../img/common/arrow_maru_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
    transform: scale(0.1, 0.1);
}
.jigyo-bnr li a:hover .bg2{
    transform: scale(1, 1);
}
@media screen and (max-width:1300px){
    .jigyo-bnr{
        padding-top: 12vw;
    }

}
@media screen and (max-width:910px){
    .jigyo-bnr{
        padding-top: 10vw;
    }
    .jigyo-bnr li a .txt{
        left: 40px;
        font-size: 28px;
        line-height: 1.2em;
    }
    .jigyo-bnr li a .bg1{
        display: none;
    }
    .jigyo-bnr li a .bg2{
        transform: scale(1, 1);
    }

}
@media screen and (max-width:640px){
    .jigyo-bnr li{
        width: 100%;
        margin-bottom: 20px;
    }
    .jigyo-bnr li a .txt{
        font-size: 20px;
        line-height: 1.2em;
    }
    .jigyo-bnr li a .bg2{
        right: 30px;
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
    }

}
















/* 設備紹介
-------------------------------*/
.equ01{
    margin-bottom: 130px;
}
.equ01_box .item{
    width: 45%;
    margin-bottom: 120px;
    position: relative;
}

.equ01_box .item .name{
    color: #0096fa;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.fc-slide .img img{
    border-radius: 10px;
}

@media screen and (min-width:911px){
    
    .equ01_box .item .name{
        position: absolute;
        left: 15px;
        bottom: -10px;
        margin-bottom: 0;
    }
    
    /* 前後の矢印 */
    .fc-slide .slick-prev::before,
    .fc-slide .slick-next::before{
        content: none;
    }
    .fc-slide .slick-prev,
    .fc-slide .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        bottom: -85px;
        top: auto;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        border-radius: 25px;
        border: solid 1px #0096fa;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 5px 5px;
        transition: 0.3s;
    }
    .fc-slide .slick-prev {
        left: auto;
        right: 120px;
        background-image: url(../img/equipment/maru_prev.png);
    }
    .fc-slide .slick-next {
        right: 0;
        background-image: url(../img/equipment/maru_next.png);
    }
    .fc-slide .slick-prev:hover,
    .fc-slide .slick-next:hover {
        background-size: 100% 100%;
    }

    /* 枚数を表示 */
    .fc-slide .slick-dots {
        position: absolute;
        right: 85px;
        bottom: -50px;
        display: block;
        width: 30px;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        /*    border: solid 1px #ccc;*/
    }
    .fc-slide li{
        position: relative;
    }
    .fc-slide.x2 li:after{
        position: absolute;
        right: -30px;
        top: -5px;
        width: 2em;
        content: "/ 2";
    }
    .fc-slide.x3 li:after{
        position: absolute;
        right: -30px;
        top: -5px;
        width: 2em;
        content: "/ 3";
    }
    .fc-slide.x4 li:after{
        position: absolute;
        right: -30px;
        top: -5px;
        width: 2em;
        content: "/ 4";
    }
    .fc-slide .slick-dots li button{
        font-size:initial;
        color:initial;
        background:initial;
    }
    .fc-slide .slick-dots li button:before{
        content:none;
    }
    .fc-slide .slick-dots li{
        display: none;
    }
    .fc-slide .slick-dots li.slick-active{
        display: inline-block;
    }
}

@media screen and (max-width:910px){
    .equ01_box .item{
        width: 48%;
        margin-bottom: 30px;
    }

    .fc-slide .slick-dots li button::before {
        font-size: 10px;
    }
    .fc-slide .slick-dots li.slick-active button::before {
        opacity: .75;
        color: #0096fa;
    }
}
@media screen and (max-width:640px){
    .equ01{
        margin-bottom: 60px;
    }
    .equ01_box .item{
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .equ01_box .item .name{
        font-size: 18px;
        margin-bottom: 10px;
    }
}


/* 設備紹介 */
.equ02{
    width: 100%;
}
.equ02 .ttl01{
    width: 90%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.equ02_in{
    background-color: #fff;
    border-radius: 20px;
    padding: 75px 100px 20px;
}
.equ02_in .item{
    width: 31.5%;
    margin-bottom: 50px;
}
.equ02_in .item img{
    border-radius: 10px;
    margin-bottom: 10px;
}
.equ02_in .item p{
/*    text-indent: -1em;*/
    margin-left: 1em;
    line-height: 1.5em;
    margin-bottom: 5px;
}
@media screen and (max-width:1400px){
    .equ02_in{
        border-radius: 0;
        padding: 5vw 5% 20px;
    }
}
@media screen and (max-width:910px){
    .equ02_in{
        padding-top: 40px;
    }
    .equ02_in .item{
        width: 48%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:480px){
    .equ02_in .item{
        width: 100%;
        max-width: 380px;
        margin: 0 auto 20px;
    }
}






/* 塗装実績
-------------------------------*/

.works-container{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 90px;
    padding-bottom: 50px;
    padding-left: 90px;
    padding-right: 90px;
}
.works-container li{
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin-left: 0.6%;
    margin-right: 0.6%;
    margin-bottom: 50px;
    line-height: 1.3em;
}
.works-container li img{
    border-radius: 10px;
    margin-bottom: 10px;
}
.works-container li p{
    font-size: 90%;
    line-height: 1.4em;
/*    text-indent: -1em;*/
    margin-left: 1em;
}
.pagination-container{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.pagination{
    
    display: flex;
    justify-content: center;
    align-items: center;
}


.pagination li a,
.pagination li span {
    position: relative;
    padding: 6px 6px;
    margin-left: 1px;
    line-height: 1em;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.pagination li a:hover{
    color: #0096fa;
}
.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    z-index: 3;
    color: #0096fa;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    z-index: 2;
    color: #0096fa;
    background-color: transparent;
    border-color: transparent;
}
.pagination li.first,
.pagination li.last{
    display: none;
}

.pagination li.prev{
    margin-right: 10px;
}
.pagination li.next{
    margin-left: 10px;
}
.pagination li.prev a,
.pagination li.next a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #0096fa;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    transition: 0.3s;
}
.pagination li.prev a {
    background-image: url(../img/equipment/maru_prev.png);
}
.pagination li.next a {
    background-image: url(../img/equipment/maru_next.png);
}
.pagination li.prev a:hover,
.pagination li.next a:hover{
    background-size: 100% 100%;
    color: transparent;
}



@media screen and (max-width:910px){
    
    .works-container{
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .pagination li.prev a,
    .pagination li.next a{
        background-size: 100% 100%;
    }

}
@media screen and (max-width:640px){
    .works-con-box.w1400{
        width: 100%;
    }
    .works-container{
        padding: 50px 20px 20px;
        border-radius: 0;
    }
    .works-container li{
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.2%;
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

    
    
}

























/* よくあるご質問
-------------------------------*/
.faq01{
    margin-bottom: 150px;
}
.faq_nav{
    width: 100%;
}
.faq_nav li{
    width: 31%;
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 1px #0096fa;
    overflow: hidden;
}
.faq_nav li a{
    display: block;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 500;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    position: relative;
}
.faq_nav li a:hover{
    color: #0096fa;
}
.faq_nav li a:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    transition: 0.3s;
    transform: scale(0,0);
}
.faq_nav li a:hover:after{
    transform: scale(40,40);
    transform-origin: center;
}

.faq_nav li a span{
    position: relative;
    z-index: 3;
}



#q01,
#q02,
#q03,
#q04,
#q05,
#q06{
    padding-top: 150px;
    margin-top: -150px;
    margin-bottom: 100px;
}
.faq_ttl{
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.faq_ttl span{
    display: inline-block;
    height: 1px;
    margin-left: 20px;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    flex-grow: 1;
}
.faq02 details{
    width: 100%;
    margin-top: 30px;
}
.faq02 details summary{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 15px 50px 15px 85px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    cursor: pointer;
    position: relative;
}
.faq02 details summary:after{
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #0096fa;
    background: url(../img/company/maru_ya.png) center center no-repeat;
    content: "";
    transition: 0.3s;
    background-size: 5px 5px;
}
.faq02 details[open] summary:after{
    background-size: 101% 101%;
}

.faq02 details summary span{
    position: relative;
}
.faq02 details summary span:before{
    position: absolute;
    left: -70px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../img/company/maru_q.png) center center/contain no-repeat;
    content: "";
}
.faq02 details .txt{
    padding: 20px 120px 50px 85px;
    background-color: #fff;
    position: relative;
}
.faq02 details .txt:before{
    position: absolute;
    left: 15px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: url(../img/company/maru_a.png) center center/contain no-repeat;
    content: "";
}

@media screen and (max-width:1400px){
    .faq_nav li a{
        font-size: 1.85vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width:910px){

    .faq01{
        margin-bottom: 80px;
    }
    .faq_nav li{
        width: 48%;
        margin-bottom: 15px;
        border-radius: 10px;
        border: none;
    }
    .faq_nav li a{
        border-radius: 10px;
        font-size: 20px;
        line-height: 1.2em;
    }
    .faq_nav li a:hover{
        color: #fff;
    }
    .faq_nav li a:after{
        display: none;
    }
    
    #q01,
    #q02,
    #q03,
    #q04,
    #q05,
    #q06{
        padding-top: 30px;
        margin-top: -30px;
    }
    
    .faq_ttl{
        font-size: 20px;
        line-height: 1.3em;
    }
    .faq02 details{
        margin-top: 20px;
    }
    .faq02 details summary{
        height: 60px;
        padding-left: 70px;
    }
    .faq02 details summary:after{
        right: 20px;
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
    }

    .faq02 details summary span{
        position: relative;
    }
    .faq02 details summary span:before{
        left: -55px;
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
    }
    .faq02 details .txt{
        padding-left: 70px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .faq02 details .txt:before{
        left: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
    }

    
    
    
}
@media screen and (max-width:640px){

    .faq_nav li{
        width: 100%;
        margin-bottom: 10px;
    }
    .faq_nav li a{
        padding: 10px 20px;
        font-size: 18px;
        line-height: 1.2em;
    }

    

    
}











/* お問い合わせ
-------------------------------*/

.mailform{
    width: 100%;
    border-top: solid 1px #ccc;
    margin-top: 50px;
}
.mailform tr{
    border-bottom: solid 1px #ccc;
}
.mailform th{
    width: 230px;
    padding: 1em;
}
.mailform td{
    padding: 1em 0;
}
.mailform td.cap{
    width: 5em;
    padding: 1em 0;
}
.va-top{
    vertical-align: top;
}
.mailform td.cap span{
    display: inline-block;
    width: 4em;
    text-align: center;
    padding: 3px;
    color: #fff;
    font-size: 80%;
    line-height: 1.3em;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    border-radius: 3px;

}

.mailform td.komoku label{
    display: inline-block;
/*    width: 220px;*/
    margin-right: 3em;
}
.mailform td.komoku label input{
    margin-right: 5px;
    transform: scale(1.2, 1.2);
}
.mailform td.temp input{
    margin-bottom: 8px;
    font-size: 90%;
}

.mailform td.temp p{
    text-indent: -1em;
    margin-left: 1em;
    letter-spacing: 0;
}

.length_l{
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.length_m{
    width: 100%;
    max-width: 580px;
    border: none;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.naiyou{
    width: 100%;
    height: 280px;
    border: none;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    resize: vertical;
}

.form_txt1{
    width: 100%;
    max-width: 880px;
    margin: 50px auto;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.form_txt1 a{
    color: #0096fa;
}
.form_txt1 a:hover{
    text-decoration: underline;
}
.form_txt2{
    text-align: center;
    margin-bottom: 30px;
}
.form_txt2 input{
    transform: scale(1.3, 1.3);
    margin-right: 10px;
}

.form_txt3{
    width: 264px;
    margin: auto;
    border-radius: 30px;
    border: solid 1px #00c0fa;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor:pointer;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);

}
.btn_sousin{
    width:100%;
    height:60px;
    border:0px solid;
    background-color: transparent;
    border-radius: 30px;
    color: #fff;
    cursor:pointer;
    padding-right: 30px;
    position: relative;
    z-index: 5;
}
.btn_sousin:hover{
    color: #0088f1;
}
.form_txt3 .bg1{
    position: absolute;
    top: calc(50% - 2.5px);
    right: calc(30px - 2.5px);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.3s;
}
.form_txt3:hover .bg1{
    transform: scale(100, 100);
    transform-origin: center;
}
.form_txt3 .bg3{
    position: absolute;
    top: calc(50% - 1em);
    left: 30px;
    color: #fff;
    transition: 0.3s;
}

.form_txt3 .bg2{
    position: absolute;
    top: calc(50% - 15px);
    right: calc(30px - 15px);
    width: 30px;
    height: 30px;
    border: solid 1px #0096fa;
    background-image: url(../img/common/arrow_maru_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    transition: 0.4s;
    transform: scale(0, 0)
}
.form_txt3:hover .bg2{
    transform: scale(1, 1)
}
.form_txt3:hover .bg3{
    color: #0096fa;
}

@media screen and (min-width:1501px){
    .mailform td.temp input{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mailform td.temp br.sp{
        display: none;
    }
}
@media screen and (max-width:910px){
    .mailform th{
        width: 150px;
        padding: 1em 0;
    }
    .mailform td.komoku label{
        width: 100%;
        margin-right: 0;
    }

}
@media screen and (max-width:640px){
    .mailform th{
        display: inline-block;
        width: auto;
        padding: 1em 1em 0 0;
    }
    .mailform td{
        display: inline-block;
        width: 100%;
        padding: 1em 0;
    }
    .mailform td.cap{
        display: inline-block;
        width: auto;
        padding: 1em 0 0 0;
    }
    .va-top{
        vertical-align: middle;
    }
    .form_txt1{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .form_txt3 .bg1{
        display: none;
    }
    .form_txt3 .bg2{
        transform: scale(1, 1)
    }
    
}



/* お問い合わせ - 確認画面
-------------------------------*/

.formTable{
    width: 100%;
    border-top: solid 1px #ccc;
    margin-top: 50px;
}
.formTable tr{
    border-bottom: solid 1px #ccc;
}
.formTable th{
    width: 310px;
    padding: 1em;
}
.formTable td{
    padding: 1em 0;
}
.mail-kakunin-sousin{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mail-kakunin-sousin input[type="submit"], 
.mail-kakunin-sousin input[type="reset"], 
.mail-kakunin-sousin input[type="button"] {
    border: none;
    background-color: transparent;
}

.mail-kakunin-sousin .btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-kakunin-sousin .btn-box .form_txt3{
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width:910px){
    .formTable th{
        width: 150px;
        padding: 1em 0;
    }
}
@media screen and (max-width:640px){
    .formTable th{
        display: inline-block;
        width: auto;
        padding: 1em 1em 0 0;
    }
    .formTable td{
        display: inline-block;
        width: 100%;
        padding: 1em 0;
    }
    
    .mail-kakunin-sousin .btn-box{
        display: block;
    }
    .mail-kakunin-sousin .btn-box .form_txt3{
        margin: 0 auto 30px;
    }


}






/* プライバシーポリシー
-------------------------------*/

.pl01{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px rgba(0,0,41,0.2);
}
.pl01 p{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.pl02{
    margin-bottom: 70px;
}
.pl02 h2{
/*    font-family: "M PLUS Rounded 1c", sans-serif;*/
    font-weight: 500;
    font-style: normal;
    color: #0096fa;
    font-size: 25px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    text-indent: -4em;
    margin-left: 4em;
    margin-bottom: 15px;
}
.pl02 p{
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
@media screen and (max-width:910px){
    .pl02 h2{
        font-size: 20px;
        line-height: 1.3em;
    }
}
@media screen and (max-width:640px){

    .pl01{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .pl02{
        margin-bottom: 40px;
    }
    .pl02 h2{
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
}










/* お知らせ
-------------------------------*/

.news_list{
    width: 100%;
    margin-bottom: 50px;
    border-top: solid 1px #ccc;
}
.news_list tr{
    border-bottom: solid 1px #ccc;
}
.news_list th{
    width: 200px;
    text-align: center;
    color: #0096fa;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: middle;
}
.news_list td{
    vertical-align: middle;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}
.news_list td a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.empty-txt{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 200px;
}


/* ページャー */
.pager{
    text-align:start;
    padding:10px 0;
    clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2em;
}
.pager a{
/*    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;*/
    color: #333;
    font-size: 16px;
    padding: 3px 7px 2px;
    text-decoration: none;
    margin:0 1px;
}
.pager a.current{
    color: #0096fa;
    text-decoration: none;
}

.pager a:hover{
/*    background:#999;*/
    color: #0096fa;
}

.overPagerPattern{
    padding:0 2px ;	
}

.pager a.maru{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: solid 1px #0096fa;
    border-radius: 50%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    transition: 0.3s;
}
.pager a.maru.prev{
    background-image: url(../img/equipment/maru_prev.png);
}
.pager a.maru.next{
    background-image: url(../img/equipment/maru_next.png);
}
.pager a.maru:hover{
    background-size: 100% 100%;
}

@media screen and (max-width:910px){
    .news_list th{
        width: 120px;
        text-align: left;
    }
    .pager a.maru{
        background-size: 100% 100%;
    }
}
@media screen and (max-width:640px){

    .news_list th{
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .news_list td{
        display: inline-block;
        padding-bottom: 10px;
    }

    .pager a.maru{
        width: 40px;
        height: 40px;
        background-size: auto auto;
    }
    
}






/* お知らせ 詳細ページ
-------------------------------*/

.post-ttl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}
.post-ttl .ymd{
    width: 140px;
    height: 50px;
    border-radius: 25px;
    background: -moz-linear-gradient(left, #0088f1, #00c0fa);
    background: -webkit-linear-gradient(left, #0088f1, #00c0fa);
    background: linear-gradient(to right, #0088f1, #00c0fa);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.post-ttl .ttl{
    width: calc(100% - 170px);
    font-size: 25px;
    line-height: 1.4em;
}

#post-detail{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 80px;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
}

.detailUpfile{
    margin:5px 0 35px;
    text-align:center;
}
.detailUpfile img{
    max-width:100%;
    height:auto;
}

.backORcloseBtn{
    text-align:center;
    line-height:100%;
    margin-top:15px;
}
.backORcloseBtn .btn a{
    margin: auto;
}
.backORcloseBtn .btn a .txt {
    position: absolute;
    left: 30px;
    top: calc(50% - 0.5em);
}

@media screen and (min-width:1300px){
    .post-ttl{
        padding-left: 50px;
    }
}

@media screen and (max-width:910px){

    .post-ttl{
        display: block;
    }
    .post-ttl .ymd{
        height: 40px;
        margin-bottom: 20px;
    }
    .post-ttl .ttl{
        width: 100%;
    }
    
}
@media screen and (max-width:640px){
    .post-ttl .ymd{
        width: 100px;
        height: 30px;
    }
    .post-ttl .ttl{
        font-size: 20px;
        line-height: 1.4em;
    }

    #post-detail{
        padding-bottom: 20px;
    }
    
}













/* layout */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.ar { text-align: right; }
.al { text-align: left; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示 */
@media print{
    
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
    #wrapper{
        width: 100%;
        max-width:1100px;
        margin:auto;
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }
    #header{
        position: static;
    }
    #header .logo2 .logo_bg{
        background-image: url(../img/common/logo.svg);
    }
    .page_title{
        height: 300px;
        margin-bottom: 60px;
    }

    .page_title .ttl .ja{
        font-size: 40px;
        line-height: 1.5em;
    }
    .navBtn button {
        display: none;
    }

    
    .top-image li{
        width: 100%;
        height: 50vw;
    }
    .text-split span {
        transform: translateY(0);
        color: #999;
    }
    .top01-copy{
        position: static;
    }
    .top-news{
        position: static;
        margin: 50px auto 0;
    }
    
}







