@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&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;
}

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;
    }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* Basic setting
-------------------------------*/

body {
    font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    color: #000;
    -webkit-text-size-adjust: 100%;
}
#wrapper{
    margin:0 auto;
    padding:0;
    width:100%;
    overflow:hidden;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7em;
        letter-spacing: 0;
    }
}


/* ヘッダー
-------------------------------*/
#header{
    position: fixed;
    z-index: 10;
    width: 100%;
    padding-top: 35px;
    transition: 0.3s;
}
#header .inner{
    width: 95%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .h_tel{
    width: auto;
    color: #fff;
}
#header .h_tel .num{
    font-size: 18px;
}
#header .h_tel .num a{
    color: #fff;
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1em;
}
#header .h_tel .time{
    font-weight: 600;
}
@media screen and (min-width:911px){
    #header.fixed{
        padding-top: 15px;
        background-color: rgba(17,17,17,0.5);
        padding-bottom: 15px;
    }
}
@media (min-width:911px) and (max-width:1300px){
    #header .h_tel .num{
        font-size: 1.3vw;
    }
    #header .h_tel .num a{
        font-size: 2.6vw;
        line-height: 1em;
    }
    #header .h_tel .time{
        font-size: 1.2vw;
        line-height: 1.4em;
    }
}
@media screen and (max-width:910px){
    #header{
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 15px;
    }
    #header .inner{
        padding-right: 50px;
    }
    #header .h_tel .num{
        font-size: 16px;
    }
    #header .h_tel .num a{
        font-size: 30px;
        line-height: 1em;
    }
    #header .h_tel .time{
        font-size: 14px;
        line-height: 1.2em;
    }

}
@media screen and (max-width:640px){

    #header .h_tel{
        display: none;
    }
    #header .h_logo img{
        width: 200px;
        height: auto;
    }
}


/* ページタイトル
-------------------------------*/
.page_haed{
    width: 100%;
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 200px;
}
.page_haed.bg_business{
    background-image: url(../img/common/bg_page_business.jpg);
    margin-bottom: 0;
}
.page_haed.bg_company{
    background-image: url(../img/common/bg_page_company.jpg);
}
.page_haed.bg_contact{
    background-image: url(../img/common/bg_page_contact.jpg);
}
.page_haed.bg_policy{
    background-image: url(../img/common/bg_page_policy.jpg);
}
.page_haed .ja{
    font-size: 30px;
    line-height: 1.2em;
}
.page_haed .en{
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 1.2em;
}
@media screen and (max-width:1600px){
    .page_haed{
        height: 40vw;
        margin-bottom: 100px;
    }
    .page_haed .ja{
        font-size: 1.87vw;
        line-height: 1.2em;
    }
    .page_haed .en{
        font-size: 5.625vw;
        line-height: 1.2em;
    }
}
@media screen and (max-width:910px){
    .page_haed{
        height: 50vw;
        margin-bottom: 60px;
    }
    .page_haed .ja{
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .page_haed .en{
        font-size: 40px;
        line-height: 1.2em;
    }
}
@media screen and (max-width:640px){
    .page_haed{
        height: 80vw;
        padding-top: 10px;
    }
    .page_haed .en{
        font-size: 36px;
        line-height: 1.2em;
    }
}




/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background: url(../img/common/bg_footer.jpg) center bottom/cover no-repeat;
    border-bottom: solid 50px #000;
    padding-top: 140px;
    padding-bottom: 70px;
    color: #fff;
    transition: 0.3s;
    margin-top: 250px;
}
#footer .inner{
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_info01{
    width: 450px;
}
.f_info02{
    width: 430px;
    padding-top: 40px;
}
.f_info03{
    width: 235px;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-left: solid 1px #fff;
}
.f_info01 .txt1{
    font-size: 21px;
    line-height: 1.2em;
}
.f_info01 .txt2{
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 68px;
    line-height: 1.2em;
}
.f_info01 .txt3{
    margin-top: 45px;
    line-height: 2em;
    font-weight: 600;
}
.f_info02 .item{
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    border: solid 1px #fff;
}

.f_info02 .item.tel{
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_info02 .item.tel ._in{
    width: 100%;
}
.f_info02 .item.tel .num{
    font-size: 18px;
}
.f_info02 .item.tel .num a{
    color: #fff;
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1em;
}
.f_info02 .item.tel .time{
    font-weight: 600;
}
.f_info02 .item.mail a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    transition: 0.5s;
}
.f_info02 .item.mail a span{
    display: inline-block;
    width: 100%;
    position: relative;
}
.f_info02 .item.mail a span:after{
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #fff;
    content: "";
    transition: 0.5s;
}
.f_info02 .item.mail a:hover{
    background-color: #fff;
    color: #000;
    opacity: 1;
}
.f_info02 .item.mail a:hover span:after{
    background-color: #000;
}
.f_info03 ul{
    font-size: 20px;
    line-height: 1.2em;
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
}
.f_info03 li:not(:last-child){
    margin-bottom: 30px;
}
.f_info03 li a{
    color: #fff;
    position: relative;
    transition: 0.3s;
}
.f_info03 li a:after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.5s;
    content: "";
}
.f_info03 li a:hover:after{
    bottom: 0;
    opacity: 1;
}
.f_info04{
    margin-top: 250px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: 0.3s;
}
.f_info04 .f_logo{
    margin-right: 40px;
}
.f_info04 .copy{
    margin-left: auto;
}

/*  ページトップへ */
#pageTop{
    position:fixed;
    bottom:50px;
    right:20px;
}

@media screen and (max-width:1600px){
    #footer{
        border-bottom-width: 30xp;
        padding-top: 100px;
        padding-bottom: 40px;
        margin-top: 10vw;
    }
    .f_info04{
        margin-top: 100px;
    }
}

@media (min-width:911px) and (max-width:1400px){

    .f_info01{
        width: 33%;
    }
    .f_info02{
        width: 33%;
        padding-top: 2.8vw;;
    }
    .f_info03{
        width: 24%;
        padding-left: 3vw;
        padding-top: 2.8vw;
        padding-bottom: 2.8vw;
    }
    .f_info01 .txt2{
        font-size: 4.8vw;
        line-height: 1.2em;
    }
    .f_info01 .txt3{
        margin-top: 3vw;
    }
    .f_info01 .txt3 br{
        display: none;
    }
    .f_info02 .item{
        height: 7vw;
        margin-bottom: 2vw;
    }

    .f_info02 .item.tel{
        padding: 0 1.4vw;
    }
    .f_info02 .item.tel .num a{
        font-size: 2.5vw;
        line-height: 1em;
    }
    .f_info02 .item.tel .time{
        font-weight: 1vw;
    }
    .f_info02 .item.mail a{
        padding: 1.4vw;
        font-size: 1.4vw;
        line-height: 1.2em;
    }
    .f_info02 .item.mail a span:after{
        width: 2vw;
    }
    .f_info03 ul{
        font-size: 1.4vw;
        line-height: 1.2em;
    }
    .f_info03 li:not(:last-child){
        margin-bottom: 2vw;
    }
    .f_info04 .copy{
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
}

@media screen and (max-width:910px){
    #footer{
        border-bottom-width: 20px;;
        padding-top: 100px;
        padding-bottom: 20px;
        margin-top: 70px;
    }
    #footer .inner{
        max-width: 500px;
    }
    .f_info01{
        width: 100%;
    }
    .f_info02{
        width: 100%;
        padding-top: 40px;
    }
    .f_info03{
        display: none;
    }
    .f_info01 .txt1{
        text-align: center;
        font-size: 18px;
        line-height: 1.8em;
    }
    .f_info01 .txt2{
        text-align: center;
        font-size: 40px;
        line-height: 1.2em;
    }
    .f_info01 .txt3{
        margin-top: 40px;
        line-height: 1.8em;
    }
    .f_info01 .txt3 br{
        display: none;
    }
    .f_info02 .item{
        width: 90%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    .f_info02 .item.tel .num{
        font-size: 16px;
    }
    .f_info02 .item.tel .num a{
        font-size: 35px;
        line-height: 1em;
    }
    .f_info04{
        margin-top: 100px;
        display: block;
        text-align: center;
    }
    .f_info04 .f_logo{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .f_info04 .copy{
        margin-top: 50px;
        font-size: 80%;
    }
}

@media screen and (max-width:640px){
    #footer {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    
    .f_info02 {
        padding-top: 30px;
    }
    .f_info02 .item {
        height: 80px;
        margin-bottom: 20px;
    }
    .f_info02 .item.tel ._in {
        text-align: center;
    }
    .f_info02 .item.tel .num a {
        font-size: 32px;
        line-height: 1em;
    }
    .f_info02 .item.mail a {
        padding: 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.2em;
    }
    .f_info02 .item.mail a span:after{
        display: none;
    }
    .f_info04 {
        margin-top: 70px;
    }
    
    #pageTop img{
        width:45px;
        height:auto;
    }
}





/* 共通
-------------------------------*/
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.w950{
    width: 90%;
    max-width: 950px;
    margin: auto;
}
.btn{
    width: 100%;
    max-width: 430px;
}
.btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 20px;
    border:solid 1px #000; 
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    transition: 0.5s;
}
.btn a span{
    display: inline-block;
    width: 100%;
    position: relative;
}
.btn a span:after{
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #000;
    content: "";
    transition: 0.5s;
}
.btn a:hover{
    background-color: #000;
    color: #fff;
    opacity: 1;
}
.btn a:hover span:after{
    background-color: #fff;
}

.title01{
    margin-bottom: 60px;
}
.title01 .ja{
    font-size: 25px;
    line-height: 1.6em;
}
.title01 .en{
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.2em;
}



@media screen and (max-width:1600px){
    .title01{
        margin-bottom: 3.75vw;
    }
    .title01 .ja{
        font-size: 1.56vw;
        line-height: 1.6em;
    }
    .title01 .en{
        font-size: 4.375vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width:910px){

    .btn a {
        height: 80px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .title01{
        margin-bottom: 30px;
    }
    .title01 .ja{
        font-size: 18px;
        line-height: 1.6em;
    }
    .title01 .en{
        font-size: 43px;
        line-height: 1.2em;
    }

    
    
}
@media screen and (max-width:640px){

    
    
    .btn a {
        height: 60px;
        padding: 0;
        text-align: center;
        font-size: 15px;
        line-height: 1.2em;
    }
    .btn a span:after{
        display: none;
    }
    .title01{
        margin-bottom: 20px;
    }
    .title01 .ja{
        font-size: 15px;
        line-height: 1.6em;
    }
    .title01 .en{
        font-size: 34px;
        line-height: 1.2em;
    }

    
}















/* 事業内容
-------------------------------*/
.biz_cont01{
    width: 100%;
    background-image: url(../img/business/biz_img01.jpg),url(../img/business/biz_img06.png);
    background-position: center top,center top;
    background-repeat: repeat-x,repeat-y;
    padding-top: 230px;
    transition: 0.3s;
}
.biz01_txt{
    width: 95%;
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 200px;
    padding-left: 3%;
    padding-right: 3%;
}
.biz01_txt .ttl{
    text-align: center;
    font-size: 35px;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.biz01_txt .ttl span{
    display: inline-block;
}
.biz01_txt p{
    width: 100%;
    max-width: 740px;
    margin: auto;
    font-size: 112%;
    line-height: 2em;
}
.biz01_img{
    width: 100%;
    max-width: 1340px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
}
.biz01_img img{
    width: 23.8%;
    height: auto;
}
#bz1,
#bz2,
#bz3{
    padding-top: 120px;
    margin-top: -120px;
}

@media screen and (max-width:1600px){
    .biz_cont01{
        padding-top: 7vw;
    }
    .biz01_txt{
        padding-top: 7vw;
    }
}
@media screen and (max-width:910px){
    .biz_cont01{
        background-size: auto 90%;
    }
    .biz01_txt{
        background-color: rgba(255,255,255,0.6);
        padding-bottom: 40px;
    }
    .biz01_txt .ttl{
        font-size: 28px;
        line-height: 1.4em;
        margin-bottom: 30px;
    }
    .biz01_txt p{
        font-size: 100%;
        line-height: 2em;
    }
    
    .biz01_img{
        margin-top: 0;
    }
}
@media screen and (max-width:640px){
    .biz01_txt{
        padding-bottom: 20px;
    }
    .biz01_txt .ttl{
        font-size: 22px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .biz01_img img{
        width: 48.5%;
        height: auto;
        margin-top: 15px;
    }
    #bz1,
    #bz2,
    #bz3{
        padding-top: 70px;
        margin-top: -70px;
    }

}



.biz_cont02{
    width: 100%;
    padding-top: 170px;
    padding-bottom: 70px;
    background: url(../img/business/biz_img06.png) center top repeat-y;
}
.biz_cont02 .title01{
    text-align: center;
}
.biz02_txt{
    width: 100%;
}
.biz02_txt .item{
    width: 46.5%;
    margin-bottom: 70px;
}
.biz02_txt .item .ttl{
    text-align: center;
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    
}
.biz02_txt .item .ttl:after{
    position: absolute;
    left: calc(50% - 20px);
    bottom: -23px;
    width: 40px;
    height: 3px;
    background-color: #000;
    content: "";
}

@media screen and (max-width:1600px){
    .biz_cont02{
        padding-top: 10vw;
    }
}
@media screen and (max-width:1340px){
    .biz02_txt .item{
        margin-bottom: 5.3vw;
    }
    .biz02_txt .item .ttl{
        font-size: 2.2vw;
        line-height: 1.3em;
        margin-top: 3.7vw;
        margin-bottom: 3.7vw;
    }
    .biz02_txt .item .ttl:after{
        bottom: -1.7vw;
    }
}
@media screen and (max-width:910px){
    .biz02_txt .item{
        width: 48%;
    }
    .biz02_txt .item .ttl{
        font-size: 2.6vw;
        line-height: 1.3em;
    }
}
@media screen and (max-width:640px){
    .biz_cont02{
        padding-top: 80px;
        padding-bottom: 10px;
    }
    .biz02_txt .item{
        width: 100%;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .biz02_txt .item .ttl{
        font-size: 20px;
        line-height: 1.3em;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .biz02_txt .item .ttl:after{
        position: absolute;
        left: calc(50% - 15px);
        bottom: -15px;
        width: 30px;
        height: 2px;
    }
}



.biz_cont03{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding-top: 200px;
}

.biz_cont03 .title01{
    text-align: center;
}

.com03_item{
    width: 100%;
    position: relative;
    padding-top: 165px;
    margin-bottom: 150px;
}
.com03_item .img_bg{
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    width: 960px;
}
.com03_item .txt_in{
    position: relative;
    z-index: 3;
}
.com03_item .txt_bg_bk{
    width: 770px;
    margin-left: auto;
    background-color: rgba(17,17,17,0.8);
    padding: 100px 120px;
    color: #fff;
}
.com03_item .txt_bg_bk .sub1{
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 60px;
    position: relative;
}
.com03_item .txt_bg_bk .sub1:after{
    position: absolute;
    left: 0;
    bottom: -28px;
    width: 40px;
    height: 3px;
    background-color: #fff;
    content: "";
}
.com03_item .img_ex{
    margin-top: 110px;
    padding-bottom: 1px;
}
.com03_item .img_ex .sub2{
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.com03_item .img_ex li{
    width: 32%;
    max-width: 380px;
    margin-bottom: 50px;
}
.com03_item .img_ex li p{
    margin-top: 5px;
}
@media screen and (max-width:1600px){
    .biz_cont03 {
        padding-top: 12.5vw;
    }
    .com03_item{
        margin-bottom: 9.3vw;
    }
    .com03_item .txt_bg_bk{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .com03_item .img_ex{
        margin-top: 70px;
    }

}
@media screen and (max-width:910px){
    .com03_item{
        padding-top: 0;
    }
    .com03_item .img_bg{
        position: static;
        width: 100%;
        text-align: center;
    }
    .com03_item .txt_in {
        margin-top: 30px;
    }
    .com03_item .txt_bg_bk{
        width: 100%;
        padding: 50px 5%;
    }
    .com03_item .txt_bg_bk .sub1{
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 43px;
    }
    .com03_item .txt_bg_bk .sub1:after{
        bottom: -21px;
    }
    .com03_item .img_ex{
        margin-top: 30px;
    }
    .com03_item .img_ex .sub2{
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
    .com03_item .img_ex li{
        margin-bottom: 30px;
    }
    .com03_item .img_ex li p{
        font-size: 90%;
        margin-top: 0;
    }
    
}
@media screen and (max-width:640px){
    .biz_cont03 {
        padding-top: 80px;
    }
    .com03_item .txt_in {
        margin-top: 20px;
    }
    .com03_item .txt_bg_bk{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .com03_item .txt_bg_bk .sub1{
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 43px;
    }
    .com03_item .txt_bg_bk .sub1:after{
        height: 2px;
        width: 30px;
    }
    .com03_item .img_ex{
        margin-top: 20px;
    }
    .com03_item .img_ex .sub2{
        font-size: 18px;
        line-height: 1.4em;
    }
    .com03_item .img_ex li{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:480px){
    .com03_item .img_ex .sub2{
        margin-bottom: 10px;
    }
    .com03_item .img_ex li{
        width: 48.5%;
    }

}











/* 会社案内
-------------------------------*/
.com_cont{
    margin-bottom: 140px;
}

.com01_txt{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    line-height: 2.25em;
}
.com01_name{
    margin-top: 50px;
    text-align: right;
    font-size: 20px;
    line-height: 1.2em;
}
.com01_name span{
    padding-left: 1em;
    font-size: 150%;
}

.com_cont.com02{
    width: 100%;
    max-width: 2400px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/company/com_img01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gaiyou{
    width: 100%;
}
.gaiyou tr{
    border-bottom: solid 1px #000;
}
.gaiyou th{
    width: 270px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
}
.gaiyou td{
    padding: 30px 0;
}
.gaiyou td.cat span{
    display: inline-block;
    margin-right: 2em;
}

.com04_txt{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
}
.com04_txt dt{
    width: 150px;
    text-align: center;
    font-size: 30px;
    line-height: 1.4em;
}
.com04_txt dd{
    padding-left: 35px;
    border-left: solid 1px #000;
}

.g-map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 500px;/* 高さ */
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1920px){
    .com_cont.com02{
        height: 29vw;
    }
}
@media screen and (max-width:1600px){
    .com_cont{
        margin-bottom: 8.7vw;
    }
    .g-map{
        padding-top: 31vw;/* 高さ */
    }
}
@media screen and (max-width:1400px){
    .gaiyou th{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .gaiyou td{
        padding: 15px 0;
    }
}
@media screen and (max-width:910px){
    .com01_name{
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .com01_name span{
        font-size: 130%;
    }
    .com_cont.com02{
        height: 250px;
        background-attachment:scroll;
    }
    .gaiyou th{
        width: 200px;
        padding-left: 15px;
    }
    .com04_txt dt{
        width: auto;
        text-align: left;
        padding-right: 35px;
        font-size: 24px;
        line-height: 1.4em;
    }
}
@media screen and (max-width:640px){
    .com01_txt{
        line-height: 1.8em;
    }
    .com01_name{
        font-size: 16px;
        line-height: 1.2em;
    }
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        background-color: #f6f6f6;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    .com04_txt{
        display: block;
        margin-bottom: 20px;
    }
    .com04_txt dt{
        width: auto;
        font-size: 18px;
        line-height: 1.8em;
        padding: 0;
    }
    .com04_txt dd{
        padding-left: 0;
        border-left: none;
    }
    .g-map{
        padding-top: 300px;/* 高さ */
    }

}






/* お問い合わせ
-------------------------------*/
.cont-toi01{
    margin-bottom: 120px;
}
.toi_item_tel{
    width: 100%;
    max-width: 1000px;
    height: 250px;
    margin: auto;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.toi_item_tel ._in{
    text-align: center;
}
.toi_item_tel .num{
    font-size: 34px;
}
.toi_item_tel .num a{
    color: #000;
    font-family: "Ancizar Serif", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1em;
}
.toi_item_tel .time{
    margin-top: 10px;
    font-weight: 600;
}

.mailform{
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0; /* 左右、上下 */
}
.mailform th{
    width: 240px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    border-bottom: solid 1px #111;
}
.mailform td.his{
    width: 130px;
    padding-top: 20px;
    vertical-align: top;
    text-align: center;
}

.mailform .his span{
    display: inline-block;
    width: 90px;
    text-align: center;
    background-color: #111;
    color: #fff;
}

.mailform .nai th{
    border-bottom: none;
    position: relative;
}
.mailform .nai th:after{
    position: absolute;
    left: 0;
    top: 69.8px;
    width: 100%;
    height: 1px;
    background-color: #111;
    content: "";
}
.mailform .nai td.fil{
    padding-top: 7px;
}
.length_l{
    width: 100%;
    padding: 15px;
    border: solid 1px #111;
}
.length_m{
    width: 100%;
    max-width: 500px;
    padding: 15px;
    border: solid 1px #111;
}
.length_s{
    width: 100%;
    max-width: 240px;
    padding: 15px;
    border: solid 1px #111;
}

.naiyou{
    width: 100%;
    height: 120px;
    padding: 15px;
    border: solid 1px #111;
    resize: vertical;
}
.cont-toi02 .txt1{
    width: 100%;
    max-width: 950px;
    margin: auto;
    margin-top: 50px;
}
.cont-toi02 .txt1 a{
    text-decoration: underline;
}
.cont-toi02 .txt1 a:hover{
    text-decoration: none;
}
.cont-toi02 .txt2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.mail_btn{
    width: 300px;
    margin: auto;
    position: relative;
}
.mail_btn:after{
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
    content: "";
}
.mail_btn:hover:after{
    background-color: #fff;
}
.btn_sousin{
    width: 100%;
    height: 80px;
    padding: 0 20px;
    text-align: left;
    border:solid 1px #000; 
    color: #000;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.btn_sousin:hover{
    background-color: #000;
    color: #fff;
}
#mail_send{
    padding-top: 120px;
    margin-top: -120px;
    
}

@media screen and (max-width:1600px){
    .toi_item_tell{
        height: 15.6vw;
    }
    
}
@media screen and (max-width:910px){
    .cont-toi01{
        margin-bottom: 60px;
    }
    .toi_item_tel{
        height: auto;
    }
    .toi_item_tel .num{
        font-size: 30px;
    }
    .toi_item_tel .num a{
        font-size: 50px;
        line-height: 1em;
    }
    
    .mailform{
        border-spacing: 10px 0; /* 左右、上下 */
    }
    .mailform th{
        width: 160px;
        padding-left: 0;
    }
    .mailform td.his{
        width: 50px;
    }
    .mailform .his span{
        width: 50px;
    }
    #mail_send{
        padding-top: 50px;
        margin-top: -50px;
    }

}
@media screen and (max-width:640px){
    .toi_item_tel .num{
        font-size: 18px;
    }
    .toi_item_tel .num a{
        font-size: 33px;
        line-height: 1em;
    }
    .mail_btn{
        width: 90%;
        max-width: 300px;
    }
    .mail_btn:after{
        display: none;
    }
    .btn_sousin{
        height: 60px;
        text-align: center;
        font-size: 16px;
        line-height: 1.2em;
    }
    .mailform{
        border-spacing: 0 20px; /* 左右、上下 */
    }
    .mailform th{
        display: inline-block;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        border-bottom: none;
    }
    .mailform td.his{
        display: inline-block;
        width: auto;
        padding-top: 0;
        margin-left: 10px;
    }
    .mailform td.fil{
        display: inline-block;
        width: 100%;
        padding-top: 5px;
    }
    .mailform .nai th:after{
        display: none;
    }
    .mailform .nai td.fil{
        padding-top: 5px;
    }
    .length_l{
        padding: 10px;
    }
    .length_m{
        padding: 10px;
    }
    .length_s{
        padding: 10px;
    }
    .naiyou{
        padding: 10px;
    }
    .cont-toi02 .txt1 {
        margin-top: 20px;
    }
    .cont-toi02 .txt2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}










/* プライバシーポリシー
-------------------------------*/
.cont-policy{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 100px;
}
.cont-policy h3{
    font-size: 187%;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.cont-policy .add{
    margin-top: 40px;
}
.cont-policy .add img{
    vertical-align: middle;
    margin-bottom: 5px;
}
.cont-policy .btn{
    margin-top: 25px;
}


@media screen and (max-width:1600px){
    .cont-policy{
        margin-bottom: 6vw;
    }
}

@media screen and (max-width:910px){
    .cont-policy h3{
        font-size: 150%;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

}
@media screen and (max-width:640px){
    .cont-policy h3{
        font-size: 120%;
        line-height: 1.4em;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .cont-policy .add{
        margin-top: 20px;
    }
    .cont-policy .btn{
        margin-top: 10px;
    }

}


















/* layout */
.clear {
    clear: both;
}
.ar {
    text-align: right;
}
.ac {
    text-align: center;
}
.strong {
    font-weight: bold;
}
/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1110px;
        margin:auto;
    }
    
    #header{
        position: absolute;
        top: 0;
        left: 0;
    }
    .navToggle {
        display: none;
    }
    
    nav.globalMenuSp,
    nav.globalMenuSp.active {
        visibility: hidden;
    }

    
    #footer {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .f_info03 {
        display: none;
    }
    .f_info04 {
        margin-top: 50px;
    }
    .f_info04 .copy {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .page_haed {
        height: 500px;
    }
    .com_cont.com02 {
        width: 100%;
        height: 300px;
        background-attachment: scroll;
    }
    
    [data-aos^="fade"][data-aos^="fade"]{
        opacity: 1;
        transform: translateZ(0);
    }
    
}







