@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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 Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
    color: #1a1a1a;
	-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;
    }

}



/* ヘッダー
-------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 10px;
    transition: 0.3s;
}
.header .inner{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 145px;
    padding-bottom: 15px;
    background-image: url(../img/common/bg_menu.png);
    background-repeat: no-repeat;
    background-position: 50px bottom;
    padding-left: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

@media screen and (min-width:911px){
    .header.fixed{
        padding-top: 0;
    }
}

@media screen and (max-width:1600px){
    
    .header {
        padding-top: 20px;
    }
    .header .inner{
        height: 90px;
        background-position: 0 bottom;
        padding-left: 80px;
    }
    .h_logo img{
        width: 90px;
        height: auto;
    }
}

@media screen and (max-width:910px){
    .header {
        position: relative;
    }

    .header .inner{
        width: 95%;
        height: 70px;
        margin: auto;
        background-image: none;
        background-color: #fff;
        padding: 10px;
    }
    .h_logo{
        width: calc(100% - 70px);
        height: 50px;
        background: url(../img/common/logo_sp.png) left center/contain no-repeat;
    }
    .h_logo a{
        display: block;
        width: calc(100% - 70px);
        height: 100%;
    }
    .h_logo img{
        display: none;
    }
}

@media screen and (max-width:640px){
    .header{
        padding: 0;
    }
    .header .inner{
        width: 100%;
    }
    .h_logo{
        height: 45px;
    }

    .header .h_logo img{
        width: 250px;
        height: auto;
    }

}




/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background: url(../img/common/bg_footer.jpg) center bottom/cover no-repeat;
    padding-top: 150px;
}
#footer .inner{
    width: 90%;
    max-width: 1450px;
    margin: auto;
    color: #fff;
    align-items: center;
}
#footer a{
    color: #fff;
}
#footer a:hover{
    text-decoration: underline;
}
.f_info{
    width: 40%;
}
.f_info.n2{
    max-width: 490px;
}
.f_info .name{
    margin-top: 40px;
    margin-bottom: 10px;
}
.f_nav{
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.f_nav li{
    margin-right: 2em;
}

.f_info .ttl{
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 700;
}
.f_info.n2 br.sp{
    display: none;
}

.f_info .tel{
    margin-top: 50px;
}
.f_info .time{
    margin-top: 10px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.f_mail a{
    display: block;
    width: 100%;
    background-color: #0a4972;
    border-radius: 40px;
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
    position: relative;
}
.f_mail a span{
    padding-left: 60px;
    background: url(../img/common/icon_mail.png) left center no-repeat;
    background-size: contain;
}
.f_mail a:after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 1px;
    background-color: #fff;
    content: "";
}

#footer .f_mail a:hover{
    text-decoration: none;
}
#footer .copy{
    margin-top: 100px;
    width: 100%;
    background-color: #000;
    color: #fff;
	text-align:center;
	font-size:15px;
    line-height: 1.4em;
    padding: 20px;
}
@media screen and (max-width:1600px){
    #footer{
        padding-top: 80px;
    }
    .f_mail a:after{
        display: none;
    }

    #footer .copy{
        margin-top: 50px;
    }
}
@media screen and (max-width:910px){
    .f_info.n1{
        width: 100%;
        margin-top: 80px;
        text-align: center;
        order: 2;
    }
    .f_info.n2{
        width: 100%;
        margin: auto;
        text-align: center;
        order: 1;
    }
    .f_nav{
        display: none;
    }
    .f_info .ttl{
        font-size: 55px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .f_info .time{
        padding-left: 0;
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }
    
    
    #footer .copy{
        margin-top: 80px;
        line-height: 1.4em;
    } 
    
}
@media screen and (max-width:640px){
    #footer{
        background-position: 45% center;
        padding-top: 60px;
    }

    .f_info.n1 {
        margin-top: 50px;
    }
    
    .f_info .f_logo img{
        width: 100%;
        max-width: 120px;
        height: auto;
    }
    .f_info .name {
        margin-top: 30px;
    }
    .f_info .ttl{
        font-size: 40px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .f_info .tel {
        margin-top: 30px;
    }
    .f_info.n2 br.sp{
        display: inline-block;
    }
    .f_mail a{
        font-size: 15px;
        line-height: 1.2em;
    }
    .f_mail a span{
        padding-left: 30px;
        background-size: 25px auto;
    }
    #footer .copy{
        margin-top: 40px;
        font-size:12px;
        line-height: 1.4em;
        padding: 15px;
    }
    
    

}


@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}























/* ページタイトル
-------------------------------*/

.page_head{
    width: 100%;
    height: 655px;
    background: url(../img/common/page_head.jpg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 215px;
    margin-bottom: 120px;
    transition: 0.3s;
}
.page_name{
    width: 90%;
    max-width: 1600px;
    color: #fff;
}
.page_name .en{
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
    
}
.page_name .ja{
    margin-top: 0.5em;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;

}

@media screen and (max-width:1600px){
    .page_head{
        width: 100%;
        height: 360px;
        padding-top: 120px;
        margin-bottom: 60px;
    }
    .page_name .en{
        font-size: 60px;
        line-height: 1.2em;
    }
    .page_name .ja{
        font-size: 20px;
        line-height: 1.2em;

    }

}
@media screen and (max-width:910px){
    .page_head{
        margin-top: -100px;
        padding-top: 100px;
    }
}
@media screen and (max-width:640px){
    .page_head{
        margin-top: 0;
        height: 250px;
        padding-top: 0;
    }
    .page_name .en{
        font-size: 40px;
        line-height: 1.2em;
    }
    .page_name .ja{
        font-size: 18px;
        line-height: 1.2em;
    }

}




/* 問い合わせ
-------------------------------*/

.page_head.bg_contact{
    background-image: url(../img/common/page_head_contact.jpg);
}

.toi_cont{
    width: 90%;
    max-width: 1460px;
    margin: 0 auto 100px;
    position: relative;
}
.toi_cont .inner{
    width: 100%;
}

.cont-ttl{
    margin-bottom: 30px;
    color: #0a4972;
}
.cont-ttl .en{
    font-size: 18px;
    line-height: 1.2em;
}
.cont-ttl .en span{display: inline-block;
    position: relative;
}
.cont-ttl .en span:after{
    position: absolute;
    top: 50%;
    right: -200px;
    width: 190px;
    height: 1px;
    background-color: #0a4972;
    content: "";
}
.cont-ttl .ja{
    margin-top: 5px;
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 700;
}
.cont_tel{
    width: 100%;
    max-width: 940px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont_tel .kk-l{
    width: 20px;
    height: 200px;
    border-top: solid 1px #0a4972;
    border-bottom: solid 1px #0a4972;
    border-left: solid 1px #0a4972;
}
.cont_tel .kk-r{
    width: 20px;
    height: 200px;
    border-top: solid 1px #0a4972;
    border-bottom: solid 1px #0a4972;
    border-right: solid 1px #0a4972;
}
.cont_tel .tel{
    text-align: center;
}
.cont_tel .tel .time{
    font-size: 30px;
    line-height: 1.5em;
    padding-left: 50px;
}

@media screen and (min-width:1401px){

    .cont-ttl{
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 0;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl; /* IE用 */
    }
    .cont-ttl .en span:after{
        position: absolute;
        top: auto;
        right: auto;
        left: 0.5em;
        bottom: -200px;
        width: 1px;
        height: 190px;
        background-color: #0a4972;
        content: "";
    }
    .cont-ttl .ja{
        margin-top: 0;
    }
    .toi_cont .inner{
        width: 1110px;
        margin: auto;
    }

    .toi_cont.toi01 .inner{
        padding-top: 100px;
        padding-bottom: 150px;
    }
}
@media screen and (max-width:910px){
    .cont-ttl .ja{
        font-size: 27px;
        line-height: 1.3em;
    }
    .cont_tel{
        justify-content: flex-start;
    }
    .cont_tel .kk-l{
        height: 130px;
    }
    .cont_tel .kk-r{
        height: 130px;
    }

    .cont_tel .tel .num{
        max-width: 500px;
        text-align: center;
    }
    .cont_tel .tel .num img{
        width: 90%;
        height: auto;
    }
    .cont_tel .tel .time{
        font-size: 16px;
        line-height: 1.5em;
        padding-left: 10px;
        margin-top: 10px;
    }
}
@media screen and (max-width:640px){

    .toi_cont{
        margin-bottom: 60px;
    }
    
    .cont-ttl .ja{
        font-size: 22px;
        line-height: 1.3em;
    }

    .cont_tel .kk-l{
        height: 100px;
    }
    .cont_tel .kk-r{
        height: 100px;
    }
    
}



.mailform{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 0 40px; /* 左右、上下 */

}
.mailform th{
    width: 200px;
    font-weight: 500;
}
.mailform th span{
    color: #de2726;
}

.mailform td{
    width: calc(100% - 200px);
}


.va-top{
    padding-top: 15px;
    vertical-align: top;
}
.length_l{
    width: 100%;
    background-color: #f2f2f2;
    border:none;
    padding: 15px;
    border-radius: 5px;
}
.length_m{
    width: 100%;
    max-width: 300px;
    background-color: #f2f2f2;
    border:none;
    padding: 15px;
    border-radius: 5px;
}
.length_s{
    width: 30%;
    max-width: 150px;
    background-color: #f2f2f2;
    border:none;
    padding: 15px;
    border-radius: 5px;
}
.length_ss{
    width: 30%;
    max-width: 100px;
    background-color: #f2f2f2;
    border:none;
    padding: 15px;
    border-radius: 5px;
}
.naiyou{
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
    border:none;
    padding: 15px;
    border-radius: 5px;
    resize: vertical;
}

.mailform td.cat label{
    display: inline-block;
}
.mailform td.cat label:first-child{
    padding-right: 3em;
}


.ti02_txt2{
    margin-left: 120px;
}
.ti02_txt2 ._in{
    width: 100%;
    max-width: 620px;
    margin: auto;
    border: solid 1px #999;
    text-align: center;
    padding: 20px 0;
}
.ti02_txt2 a{
    color: #32a2d3;
    text-decoration: underline;
}
.ti02_txt2 a:hover{
    text-decoration: none;
}

.ti02_txt3{
    margin-top: 50px;
    padding-left: 120px;
    text-align: center;
}
.ti02_txt3 span{
    position: relative;
}
.ti02_txt3 span:after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 1px;
    background-color: #fff;
    content: "";
}
.ti02_txt3 input{
    width: 330px;
    height: 60px;
    background-color: #0083a5;
    border:none;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    padding-right: 40px;
    cursor: pointer;
    transition: 0.3s;
}
.ti02_txt3 input:hover{
    opacity: 0.8;
}


@media screen and (min-width:1401px){
    .toi_cont .end-txt{
        width: 100%;
        max-width: 830px;
        padding-bottom: 150px;
    }
}
@media screen and (max-width:910px){
    
    .mailform{
        margin-top: 30px;
        margin-bottom: 10px;
        border-spacing: 0 20px; /* 左右、上下 */
    }
    .mailform th{
        width: 180px;
    }
    .mailform td{
        width: calc(100% - 180px);
    }
    .ti02_txt2{
        margin-left: 0;
    }
    .ti02_txt2 ._in{
        max-width: 500px;
    }
    .ti02_txt3{
        margin-top: 30px;
        padding-left: 0;
    }
    .ti02_txt3 span{
        position: relative;
    }
    .ti02_txt3 span:after{
        display: none;
    }
    .ti02_txt3 input{
        padding-right: 0;
    }


}
@media screen and (max-width:640px){

    .mailform th{
        display: inline-block;
        width: 100%;
        padding-bottom: 5px;
    }
    .mailform td{
        display: inline-block;
        width: 100%;
    }

    .va-top{
        padding-top: 0;
    }
    .ti02_txt3 input{
        width: 290px;
        font-size: 16px;
    }
}










/* プライバシーポリシー
-------------------------------*/

.policy_cont{
    width: 90%;
    max-width: 1110px;
    margin: 0 auto 200px;
}

.policy_cont dl{
    margin-top: 60px;
    border-left: solid 4px #eeeef1;
    padding-left: 30px;
    
}
.policy_cont dt{
    font-size: 125%;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}
@media screen and (max-width:910px){
    .policy_cont{
        margin-bottom: 100px;
    }
    .policy_cont dl{
        margin-top: 40px;
        border-left-width: 2px;
        padding-left: 20px;
    }
}
@media screen and (max-width:640px){

    .policy_cont{
        margin-bottom: 80px;
    }
    .policy_cont dl{
        padding-left: 15px;
    }
    .policy_cont dt{
        font-size: 110%;
        line-height: 1.5em;
        margin-bottom: 5px;
    }
    
    
    
}


























/* layout */
.clear { clear: both; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}
.f_red{
    color: #de2726;
}
/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1110px;
        margin:auto;
    }
    .header {
        position: relative;
    }
    .navBtn button {
        position: relative;
        top: 0;
        right:0;
    }

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }


    
}







