@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&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;}

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;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.d-ilblock{
    display: inline-block;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* 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;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7em;
    }
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}


/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    padding: 30px 20px;
    position: relative;
    z-index: 50;
}
h1{
    position: absolute;
    left: 0;
    top:3px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    color: #eee;
}
#header .inner{
    width: 100%;
    max-width: 1650px;
    margin: auto;
    align-items: center;
}
#header .h_logo{
    width: 550px;
}

@media screen and (max-width:1200px){
    #header .h_logo{
        width: 450px;
    }
}

@media screen and (max-width:910px){
    #header{
        padding-bottom: 20px;
    }
    #header .h_logo{
        width: calc(100% - 70px);
    }
    #header .h_logo img{
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}
@media screen and (max-width:640px){
    h1{
        font-size: 10px;
        line-height: 1.2;
        text-align: left;
    }
    .home #header{
        padding-top: 32px;
    }
    .home h1{
        font-size: 9px;
        line-height: 1.2;
    }
    
    
}









/* フッター お問い合わせ
-------------------------------*/

.toi_cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.toi_cont .toi_item{
    width: 50%;
}
.toi_cont .toi_item.bg1{
    background-image: url(../img/common/bg_tel.jpg);
    background-position: right center;
    background-size: cover;
}
.toi_cont .toi_item.bg2{
    background-image: url(../img/common/bg_mail.jpg);
    background-position: left center;
    background-size: cover;
}

.toi_cont .toi_item ._in{
    width: 100%;
    height: 370px;
    max-width: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}
.toi_cont .toi_item.bg1 ._in{
    margin-left: auto;
}
.toi_cont .toi_item.bg1 .kei{
    width: 90%;
    max-width: 456px;
    border: solid 1px #fff;
    padding: 45px 20px;
}
.toi_cont .toi_item.bg1 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}
.toi_cont .toi_item.bg2 .cap1{
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}
.toi_cont .toi_item.bg2 .cap2{
    font-weight: 700;
    margin-bottom: 15px;
}
.toi_btn a{
    width: 290px;
    height: 87px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
}
.toi_btn a span{
    padding-left: 45px;
    background: url(../img/common/icon_mail.png) left center no-repeat;
}

@media screen and (max-width:1400px){
    .toi_cont .toi_item ._in{
        height: 250px;
    }
}

@media screen and (max-width:910px){
    .toi_cont .toi_item ._in{
        height: 230px;
    }

    .toi_cont .toi_item.bg1 p{
        font-size: 20px;
    }
    .toi_btn a{
        font-size: 20px;
        line-height: 1.3;
    }
}
@media screen and (max-width:640px){
    .toi_cont .toi_item ._in{
        height: 200px;
    }

    .toi_cont .toi_item{
        width: 100%;
    }
    .toi_cont .toi_item.bg1 .kei{
        padding: 25px 25px;
    }

    .toi_cont .toi_item.bg1 p{
        font-size: 18px;
    }
    .toi_cont .toi_item.bg2 .cap1{
        font-size: 20px;
    }
    .toi_btn a{
        height: 60px;
        font-size: 18px;
        line-height: 1.3;
    }
}








/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background-color: #000;
    background-image: url(../img/common/bg_footer.jpg) ;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 20px;
    color: #fff;
}

.sitemap{
    width: 90%;
    max-width: 1650px;
    margin: auto;
}
.sitemap ul{
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 128%;
    line-height: 1.8em;
}
.sitemap a{
    display: block;
    color: #fff;
}
.sitemap a:hover{
    text-decoration: underline;
}
.sitemap li.ttl{
    font-size: 130%;
}
.sitemap li ul{
    font-size:inherit;
}
.sitemap li ul.sub{
    margin-top: 45px;
}
.sitemap li.nb{
    padding-top: 25px;
}
#footer .kei{
    width: 90%;
    max-width: 1450px;
    height: 1px;
    background-color: #fff;
    margin: 60px auto;
}

#footer .f_info{
    width: 90%;
    max-width: 1650px;
    margin: auto;
}
#footer .f_info .f_logo{
    margin-bottom: 30px;
}
#footer .f_info p{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 128%;
    line-height: 1.5em;
    text-shadow: 0 0 2px #000;
}
#footer .f_info p br.sp{
    display: none;
}
#footer .copy{
    margin-top: 20px;
    padding: 0 20px;
	text-align:center;
	font-size:14px;
    line-height: 1.3;
}
#footer .copy span{
    display: inline-block;
}

/*  ページトップへ */
#pageTop{
    position:fixed;
    bottom:50px;
    right:20px;
    z-index: 10;
}
.top_seo{
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}
.top_seo p{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    color: #a67c52;
    font-size: 87%;
    line-height: 1.5em;
    font-weight: 200;
}

@media screen and (max-width:1200px){
    .sitemap li.ttl{
        width: 100%;
        margin-bottom: 30px;
    }
    .sitemap ul{
        font-size: 100%;
        line-height: inherit;
    }
    .top_seo{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width:910px){
    #footer{
        background-size: 150% auto;
        position: relative;
    }
    
    .sitemap li ul.sub{
        margin-top: 20px;
    }
    .sitemap li.nb{
        padding-top: 25px;
    }
    .sitemap li:empty{
        display: none;
    }
    
    #footer .kei{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #footer .f_info .f_logo{
        margin-bottom: 20px;
    }
    #footer .f_info p{
        font-size: 100%;
        line-height: 1.6em;
    }
    #footer .copy{
        margin-top: 120px;
        font-size:12px;
        line-height: 1.2;
    }

}
@media screen and (max-width:640px){
    #footer{
        padding-top: 50px;
    }
    .sitemap li.ttl{
        width: 100%;
        margin-bottom: 10px;
        border-bottom: none;
    }
    .sitemap li{
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: dashed 1px #ccc;
    }
    .sitemap li a{
        display: block;
    }
    .sitemap li ul.sub{
        margin-top: 0;
        margin-left: 1em;
    }
    .sitemap li.cb{
        border-bottom: none;
    }
    .sitemap li.nb{
        padding-top: 0;
    }
    .sitemap li ul.sub li{
        border-bottom: none;
        padding-bottom: 0;
    }
    .sitemap li ul.sub li a:before{
        content: "- ";
    }
    #footer .kei{
        background-color: transparent;
        margin-top: 30px;
    }
    #footer .f_info p br.sp{
        display: inline-block;
    }

    #pageTop img{
        width:50px;
        height:auto;
    }
}








/* ページタイトル
-------------------------------*/

/*アニメーション描画*/
#canvas2{
    width: 100%;
    height: 100%;
}
.page_ttl_bg01{
    width: 100%;
    height: 100%;
    background-image: url(../img/common/bg01.png);
    background-position: center center;
    background-size: cover;
    background-repeat:no-repeat;
    overflow: hidden;
}

/* ページタイトル */

.page_ttl{
    margin-top: -100px;
    width: 100%;
    height: 940px;
    background-image: url(../img/common/bg01.png);
    background-position: center center;
    background-size: cover;
    background-repeat:no-repeat;
    overflow: hidden;
    position: relative;
}
.page_ttl video{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);/* 左右 */
    width: 100%;
    height: auto;
    z-index: 1;
}


iframe#bg_maru{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    z-index: 1;
}
.page_ttl .txt{
    width: 100%;
    max-width: 1650px;
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);/*左右*/
    z-index: 5;
    height: 182px;
    background: url(../img/page_title/bg_txt.png) left top no-repeat;
    padding-left: 210px;
    padding-top: 100px;
    color: #fff;
}
.page_ttl .txt .ja{
    margin-top: 25px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
}
.page_ttl .img01{
    position: absolute;
    left: 1030px;
    top: 160px;
    z-index: 5;
    width: 829px;
    border-radius: 53px;
    overflow: hidden;
}

.page_ttl .img02{
    position: absolute;
    left: 475px;
    top: 435px;
    z-index: 6;
    width: 671px;
    border-radius: 53px;
    overflow: hidden;
}
@media screen and (max-width:1900px){

    .page_ttl{
        height: calc(140px + 42.1vw);
    }
    .page_ttl .txt{
        top: 140px;
        left: 50%;
        background-size: 28.8vw;
        padding-left: 11vw;
        padding-top: 5.26vw;
    }
    .page_ttl .txt .en img{
        width: auto;
        height: 3.21vw;
    }
    .page_ttl .txt .ja{
        margin-top: 1.3vw;
    }
    .page_ttl .img01{
        position: absolute;
        left: 54.2vw;
        top: calc(140px + 2vw);
        width: 43.6vw;
        border-radius: 2.7vw;
    }
    .page_ttl .img02{
        left: 25vw;
        top: calc(140px + 15.5vw);
        width: 35.3vw;
        border-radius: 2.7vw;
    }
}

@media screen and (max-width:910px){
    .page_ttl{
        margin-top: -80px;
        height: calc(80px + 42.1vw);
    }
    .page_ttl .txt{
        top: 80px;
    }
    .page_ttl .txt .en img{
        width: auto;
        height: 3.8vw;
    }
    .page_ttl .txt .ja{
        font-size: 20px;
        line-height: 1;
    }
    .page_ttl .img01{
        top: calc(80px + 2vw);
    }
    .page_ttl .img02{
        top: calc(80px + 15.5vw);
    }

}
@media screen and (max-width:520px){
    .page_ttl{
        height: 100vw;
    }
    .page_ttl video{
        width: auto;
        height: 120%;
    }
    
    .page_ttl .txt{
        background-size: 210px auto;
        background-position: -40px top;
        padding-left: 45px;
        padding-top: 35px;
    }
    .page_ttl .txt .en img{
        width: auto;
        height: 26px;
    }
    .page_ttl .txt .ja{
        font-size: 18px;
        line-height: 1;
    }
    .page_ttl .img01{
        position: absolute;
        left: auto;
        top: auto;
        right: 5%;
        bottom: 30vw;
        width: 58vw;
        border-radius: 20px;
    }
    .page_ttl .img02{
        position: absolute;
        left: 5%;
        top: auto;
        bottom: 5vw;
        width: 50vw;
        border-radius: 20px;
    }
}

@media screen and (max-width:400px){
    .page_ttl{
        height: 110vw;
    }
}




/* 共通
-------------------------------*/
.title01{
    font-family: "Noto Serif JP", serif;
    font-weight:600 ;
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 50px;
}
.title01 span{
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 3px #b18bc0;
}
.w1490{
    width: 90%;
    max-width: 1490px;
    margin: auto;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
@media screen and (max-width:910px){
    .title01{
        font-size: 38px;
    }
}
@media screen and (max-width:640px){

    .title01{
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
    .title01 span{
        padding-left: 3px;
        padding-right: 3px;
        border-bottom-width: 2px;
    }
}











/* 業務案内
-------------------------------*/
.biz_cont01{
    padding-top: 140px;
    padding-bottom: 170px;
    align-items: center;
}
.biz_cont01 .txt1{
    width: 320px;
}
.biz_cont01 .txt2{
    width: calc(100% - 320px);
    font-size: 130%;
    line-height: 2em;
}

@media screen and (max-width:1400px){
    .biz_cont01{
        padding-top: 70px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width:910px){
    .biz_cont01 .txt1{
        width: 100%;
        text-align: center;
    }
    .biz_cont01 .txt2{
        width: 100%;
        font-size: 100%;
        line-height: 1.8em;
    }
}
@media screen and (max-width:640px){

    .biz_cont01{
        padding-top: 60px;
        padding-bottom: 50px;
    }
}


/* 業務案内  */
.biz_cont02{
    width: 100%;
    background-color: #f4f0eb;
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
}

.bc02_item{
    width: 90%;
    max-width: 1440px;
    margin:0 auto 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(255,255,255,0.6);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.bc02_item:last-child{
    margin-bottom: 0;
}
.bc02_item:after{
    position: absolute;
    right: 30px;
    top: 30px;
    color: #f4f0eb;
    font-size: 125px;
    line-height: 1;
    content: "01";
}
.bc02_item.bcn02:after{
    content: "02";
}
.bc02_item.bcn03:after{
    content: "03";
}
.bc02_item.bcn04:after{
    content: "04";
}
.bc02_item.bcn05:after{
    content: "05";
}

.bc02_item .img{
    width: 33%;
}
.bc02_item .img img{
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bc02_item .txt{
    width: 62%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 3;
}
.bc02_item .txt dl{
    width: 95%;
    max-width: 760px;
}
.bc02_item .txt dt{
    font-size: 48px;
    line-height: 1.4em;
    margin-bottom: 60px;
}
.bc02_item .txt dd{
    padding-left: 35px;
}
.bc02_item .txt dd.sub{
    padding-left: 21px;
    font-size: 36px;
    line-height: 1.5em;
    margin-bottom: 25px;
    border-left: solid 14px #b18bc0;
}


.bc02_item_top{
    margin-bottom: 70px;
}
.bc02_item_top .img2{
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.bc02_item_top .img2 li{
    width: 46%;
    border-radius: 30px;
    overflow: hidden;
}

@media screen and (min-width:911px){
    .bc02_item_top{
        width: 90%;
        max-width: 1440px;
        margin:0 auto 70px;
    }
    .bc02_item.bcn01{
        width: 100%;
        background-color: transparent;
        overflow: visible;
        display: block;
    }
    .bc02_item.bcn01:after{
        display: none;
    }
    
    .bc02_item.bcn01 .img{
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        z-index: 3;
    }
    .bc02_item.bcn01 .txt{
        margin-top: -380px;
        width: 1200px;
        margin-left: auto;
        border-radius: 30px;
        background-color: rgba(255,255,255,0.6);
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding: 90px 5% 90px 305px;
    }
    .bc02_item.bcn01 .txt:after{
        position: absolute;
        right: 30px;
        top: 30px;
        color: #f4f0eb;
        font-size: 125px;
        line-height: 1;
        content: "01";
    }
    .bc02_item_top .img2{
        width: 100%;
    }

}
@media (min-width:911px) and (max-width:1600px){
    .bc02_item.bcn01 .img{
        width: 29.625vw;
    }
    .bc02_item.bcn01 .txt{
        margin-top: -23.75vw;
        width: 75vw;
        padding: 5.625vw 5% 5.625vw 19.0625vw;
    }
    .bc02_item.bcn01 .txt:after{
        top: 1.875vw;
        font-size: 7.8vw;
        line-height: 1;
    }
}

@media screen and (max-width:1600px){
    .bc02_item:after{
        top: 1.875vw;
        font-size: 7.8vw;
        line-height: 1;
    }
    .bc02_item .txt dt{
        font-size: 3vw;
        line-height: 1.4em;
        margin-bottom: 3vw;
    }
    .bc02_item .txt dd.sub{
        font-size: 2.25vw;
        line-height: 1.5em;
        margin-bottom: 1.56vw;
    }
}

@media screen and (max-width:910px){
    .biz_cont02{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bc02_item{
        margin-bottom: 40px;
        border-radius: 20px;
    }

    .bc02_item .txt dt{
        font-size: 28px;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .bc02_item .txt dd{
        padding-left: 0;
    }
    .bc02_item .txt dd.sub{
        padding-left: 15px;
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 15px;
        border-left-width: 8px;
    }
    .bc02_item_top .img2 li{
        width: 48%;
        border-radius: 20px;
    }
    
}
@media screen and (max-width:640px){
    .biz_cont02 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .bc02_item{
        margin-bottom: 20px;
    }
    .bc02_item:after{
        top: calc(30vw + 10px);
        right: 10px;
        font-size: 50px;
        line-height: 1;
    }

    .bc02_item .img{
        width: 100%;
    }
    .bc02_item .img img{
        width: 100%;
        height: 30vw;
        object-fit: cover;
        object-position: center;
    }
    .bc02_item .txt{
        width: 100%;
        justify-content: center;
    }
    .bc02_item .txt dl{
        width: 90%;
    }
    .bc02_item .txt dt{
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .bc02_item .txt dd.sub{
        font-size: 18px;
        line-height: 1.4em;
        padding-left: 10px;
        border-left-width: 5px;
    }
    .bc02_item_top{
        margin-bottom: 50px;
    }
}

@media screen and (max-width:480px){
    .bc02_item:after{
        top: calc(42vw + 10px);
    }
    .bc02_item .img img{
        height: 42vw;
    }
    .bc02_item_top .img2 li{
        width: 100%;
        margin-bottom: 15px;
    }
}



/* 業務の流れ */
.biz_cont04{
    padding-top: 180px;
    padding-bottom: 150px;
}
.biz_cont04 .title01{
    text-align: center;
}
.bc04_item{
    width: 90%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bc04_item .bz_num{
    width: 130px;
    position: relative;
}

.bc04_item .bz_num:after{
    position: absolute;
    left: 43.5px;
    top: 50%;
    z-index: 1;
    width: 5px;
    height: 0;
    background-color: #af7ec2;
    content: "";
    transition: 0.6s;
}
.bc04_item .bz_num.active:after{
    height: 500px;
}
.bc04_item .bz_num.n6:after{
    display: none;
}
.bc04_item .bz_num img{
    position: relative;
    z-index: 2;
}
.bc04_item .waku{
    width: calc(100% - 130px);
    max-width: 1200px;
    border:solid 1px #af7ec2;
    border-radius: 35px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.bc04_item .waku .txt{
    width: 47%;
}
.bc04_item .waku .txt dt{
    font-size: 125%;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
}
.bc04_item .waku .img{
    width: 50%;
}
.bc04_item .waku .img img{
    border-radius: 30px;
}
.bc04_next{
    width: 90%;
    max-width: 1320px;
    margin: auto;
    padding-left: 130px;
    text-align: center;
}

@media screen and (max-width:910px){
    
    .biz_cont04{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .bc04_item{
        display: block;
        position: relative;
    }
    .bc04_item .bz_num{
        width: 60px;
        position: absolute;
        left: 20px;
        top: 15px;
        width: 60px;
    }

    .bc04_item .bz_num:after{
        display: none;
    }
    .bc04_item .waku{
        width: 100%;
        border-radius: 20px;
        padding: 30px 20px;
    }
    .bc04_item .waku .txt{
        width: 100%;
    }
    .bc04_item .waku .txt dt,
    .bc04_item .waku .txt dd{
        padding-left: 70px;
    }
    .bc04_item .waku .img{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .bc04_item .waku .img img{
        border-radius: 20px;
    }

    .bc04_next{
        padding-left: 0;
    }
    .bc04_next img{
        width: 40px;
        height: auto;
    }
    
}
@media screen and (max-width:640px){

    .biz_cont04{
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
@media screen and (max-width:480px){
    .bc04_item .waku{
        padding-bottom: 20px;
    }

    .bc04_item .bz_num{
        width: 50px;
    }
    .bc04_item .waku .txt dt{
        padding-left: 60px;
    }
    .bc04_item .waku .txt dd{
        padding-left: 0;
    }
    .bc04_next img{
        width: 30px;
        height: auto;
    }

}




/* 保守点検 */

.biz_cont05{
    width: 100%;
    background-color: #f4f0eb;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.biz_cont05 ._in{
    align-items: center;
}
.biz_cont05 .txt{
    width: 42%;
}
.biz_cont05 .img{
    width: 50%;
}

.biz_cont06{
    padding-top: 120px;
    padding-bottom: 120px;
}
.biz_cont06 .bnr{
    width: 90%;
    max-width: 1130px;
    margin: auto;
}
.biz_cont06 .bnr a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.biz_cont06 .bnr a .img{
    width: 50%;
}
.biz_cont06 .bnr a .cap{
    width: 50%;
    background-color: #af7ec2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

@media screen and (min-width:911px){
    .biz_cont05 .img img{
        max-width: none;
        width: 750px;
        height: auto;
    }
}
@media screen and (max-width:910px){

    .biz_cont05 .txt{
        width: 100%;
    }
    .biz_cont05 .img{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .biz_cont06{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .biz_cont06 .bnr a .cap{
        font-size: 20px;
    }
}
@media screen and (max-width:640px){
    .biz_cont06{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .biz_cont06 .bnr a .cap{
        font-size: 18px;
    }
}
@media screen and (max-width:480px){
    .biz_cont06 .bnr a .img{
        width: 35%;
    }
    .biz_cont06 .bnr a .img img{
        width: 100%;
        aspect-ratio:1 / 0.8;
        object-fit: cover;
        object-position: center;
    }
    .biz_cont06 .bnr a .cap{
        width: 65%;
    }
    
}














/* 実績紹介
-------------------------------*/
.wok_cont01{
    padding-top: 140px;
    padding-bottom: 170px;
    align-items: center;
}
.wok_cont01 .txt1{
    width: 320px;
}
.wok_cont01 .txt2{
    width: calc(100% - 320px);
    font-size: 130%;
    line-height: 2em;
}

.wok_cont02{
    width: 100%;
    background-color: #f4f0eb;
    padding: 180px 5%;
}
.wok_cont02 .slide_main{
    width: 100%;
    max-width: 942px;
    margin: auto;
}
.wok_cont02 .slide_main li p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3em;
}

.wok_cont02 .slide_main .slick-prev,
.wok_cont02 .slide_main .slick-next {
    width: 29px;
    height: 53px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wok_cont02 .slide_main .slick-prev{
    left: -80px;
    background-image: url(../img/works/ya_prev.png);
}
.wok_cont02 .slide_main .slick-next{
    right: -80px;
    background-image: url(../img/works/ya_next.png);
}
.wok_cont02 .slide_main .slick-prev:before,
.wok_cont02 .slide_main .slick-next:before {
    content: '';
}

.wok_cont02 .slide_sub{
    width: 100%;
    max-width: 1313px;
    margin: 120px auto 0;
}
.wok_cont02 .slide_sub li{
    padding-left: 5px;
    padding-right: 5px;
}

.wok_cont02 .slide_sub .slick-prev,
.wok_cont02 .slide_sub .slick-next {
    width: 17px;
    height: 23px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wok_cont02 .slide_sub .slick-prev{
    left: -50px;
    background-image: url(../img/works/ya_prev.png);
}
.wok_cont02 .slide_sub .slick-next{
    right: -50px;
    background-image: url(../img/works/ya_next.png);
}
.wok_cont02 .slide_sub .slick-prev:before,
.wok_cont02 .slide_sub .slick-next:before {
    content: '';
}
.wok_cont03{
    padding-top: 120px;
    padding-bottom: 210px;
}
.wok_cont03 .title01{
    text-align: center;
}
.jisseki_waku{
    margin-top: 120px;
}
.jisseki_list{
    width: 100%;
    font-size: 112.5%;
    line-height: 1.4em;
}
.jisseki_list tr:nth-child(odd){
    background-color: #f4f0eb;
}
.jisseki_list td{
    padding: 15px;
}
.jisseki_list td:nth-child(1){
    padding-left: 40px;
}
.jisseki_list thead tr:nth-child(odd){
    background-color: transparent;
}
.jisseki_list thead td{
    font-size: 120%;
    font-weight: 500;
}

@media screen and (max-width:1400px){
    .wok_cont01{
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .wok_cont02{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .wok_cont02 .slide_sub{
        margin-top: 60px;
    }
    .wok_cont03{
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .wok_cont03 .title01{
        text-align: center;
    }
    .jisseki_waku{
        margin-top: 70px;
    }
}
@media screen and (max-width:910px){
    .wok_cont01 .txt1{
        width: 100%;
        text-align: center;
    }
    .wok_cont01 .txt2{
        width: 100%;
        font-size: 100%;
        line-height: 1.8em;
    }
    .wok_cont02 .slide_main li p{
        font-size: 14px;
        line-height: 1.3em;
    }

    .wok_cont02 .slide_main .slick-prev{
        left: -30px;
        width: 20px;
    }
    .wok_cont02 .slide_main .slick-next{
        right: -30px;
        width: 20px;
    }

    .wok_cont02 .slide_sub{
        margin-top: 40px;
    }
    .wok_cont02 .slide_sub .slick-prev{
        left: -25px;
    }
    .wok_cont02 .slide_sub .slick-next{
        right: -25px;
    }
    .jisseki_list{
        font-size: 90%;
        line-height: 1.4em;
    }
    .jisseki_list td{
        padding: 10px;
    }
    .jisseki_list td:nth-child(1){
        width: 6em;
        padding-left: 10px;
    }
    .jisseki_list thead td{
        font-size: 120%;
    }
    .jisseki_list td:nth-child(3){
        width: 9em;
    }
    .jisseki_list td:nth-child(4){
        width: 8em;
    }

    
}
@media screen and (max-width:640px){
    
    .wok_cont01{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .wok_cont02{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .wok_cont03{
        padding-bottom: 80px;
    }
    .jisseki_waku{
        margin-top: 20px;
        overflow: auto;
    }
    .jisseki_list{
        width: 640px;
    }
    
}













/* 会社概要
-------------------------------*/


.com_cont01{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 180px;
}
.com_cont01 .title01{
    width: 90%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.com_cont01 .item{
    width: 90%;
    max-width: 1630px;
    margin: auto;
}
.com_cont01 .item.rev{
    flex-flow: row-reverse;
    margin-top: 150px;
}
.com_cont01 .item .img{
    width: 38%;
    max-width: 514px;
}
.com_cont01 .item .txt{
    width: 57%;
}
.com_cont01 .item .txt p{
    margin-bottom: 30px;
}
.com_cont01 .item .txt .name{
    text-align: right;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight:500 ;
}

.com_cont02{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 180px;
    background-color: #f4f0eb;
}

.com_cont02 .title01{
    text-align: center;
}
.gaiyou{
    width: 100%;
    background-color: #fff;
    border: solid 1px #8c6239;
}
.gaiyou tr:not(:last-child){
    border-bottom: solid 1px #8c6239;
}
.gaiyou th{
    width: 360px;
    padding: 20px;
    background-color: #603813;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
}
.gaiyou td{
    padding: 20px;
}



@keyframes horizontal-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/* スライダーを表示する親コンテナ */
.com_cont03{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    overflow: hidden;
}

/* スライダー本体 */
.slide_naikan {
    display: flex;
    animation: horizontal-animation 30s linear infinite;
}
/* スライドコンテンツ */
.slide_naikan li {
    width: 27vw;
}
.slide_naikan li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (min-width:1401px){
    .com_cont02 .title01{
        margin-bottom: 90px;
    }
    .com_cont01 .item .txt{
        font-size: 130%;
        line-height: 1.8em;
    }
    .gaiyou{
        font-size: 130%;
        line-height: 1.8em;
    }
    .gaiyou td{
        padding-left: 120px;
    }
}

@media screen and (max-width:1400px){
    .com_cont03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
}

@media screen and (max-width:910px){
    .com_cont01{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .com_cont01 .item{
        display: block;
    }
    .com_cont01 .item.rev{
        margin-top: 60px;
    }
    .com_cont01 .item .img{
        width: 100%;
        text-align: center;
        max-width: initial;
        max-width: auto;
        margin-top: 40px;
    }
    .com_cont01 .item .txt{
        width: 100%;
    }
    .com_cont01 .item .txt p{
        margin-bottom: 20px;
    }
    .com_cont01 .item .txt .name img{
        width: auto;
        height: 32px;
    }

    .com_cont02{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .gaiyou th{
        width: 160px;
    }
    
    .com_cont03{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slide_naikan li {
        width: 40vw;
    }
    
}
@media screen and (max-width:640px){

    .com_cont01{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .com_cont01 .item .img{
        margin-top: 20px;
    }
    .com_cont01 .item .txt .name img{
        width: auto;
        height: 28px;
    }
    .com_cont02{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gaiyou th{
        display: inline-block;
        text-align: left;
        width: 100%;
        padding: 8px 15px;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 15px;
    }

    .slide_naikan li {
        width: 80vw;
        padding-left: 5px;
        padding-right: 5px;
    }

    
}










/* layout */
.clear { clear: both; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.5;
        -webkit-print-color-adjust: exact;
    }
    #wrapper{
        width:1110px;
        margin:auto;
    }
    .navToggle{
        position: absolute;
    }
    nav.globalMenuSp {
        display: none;
        visibility: hidden;
        position: static;
        transform: translateY(0);
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }

}







