* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'GenJyuuB';
    src: url('../font/GenJyuuGothicX-P-Bold.eot'),
         url('../font/GenJyuuGothicX-P-Bold.woff') format('woff'),
         url('../font/GenJyuuGothicX-P-Bold.woff2') format('woff2'),
         url('../font/GenJyuuGothicX-P-Bold.ttf')  format('ttf');
}
@font-face {
    font-family: 'GenJyuuH';
    src: url('../font/GenJyuuGothicX-P-Heavy.eot'),
         url('../font/GenJyuuGothicX-P-Heavy.woff') format('woff'),
         url('../font/GenJyuuGothicX-P-Heavy.woff2') format('woff2'),
         url('../font/GenJyuuGothicX-P-Heavy.ttf')  format('ttf');
}
@font-face {
    font-family: 'TrueLine';
    src: url('../font/TrueLineG-E.eot'),
         url('../font/TrueLineG-E.woff') format('woff'),
         url('../font/TrueLineG-E.woff2') format('woff2'),
         url('../font/TrueLineG-E.ttf')  format('ttf');
}

body {
    background: #fff;
    color: #333333;
    font-family: 'GenJyuuB', 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}
img{
    display: block;
    max-width: 100%;
}
h1, h2, p, a{
    margin: 0;
    word-break: break-all;
}
.wrapper{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.pb-0{
    padding-bottom: 0!important;
}
.pc{
    display: block;
}
.sp{
    display: none;
}



/* ----- fix_area ----- */
.fix_area{
    position: fixed;
    right: -3%;
    bottom: 0;
    width: 300px;
	z-index: 10;
}


@media (max-width: 768px){
    .fix_area {
        display: none;
    }
}

.tarent_sp{
    display: none;
}
.tarent_sp_txt{
    display: none;
}




/* ----- header ----- */
.header{
    width: 100%;
    height: 880px;
    background: url(../img/hero.png) center center;
    background-size: cover;
}
.header_cover{
    width: 100%;
    height: 100%;
    position: relative;
}
.rotation{
    position: absolute;
    display:inline-block;
    opacity: 0.4;
}
.rotation1{
    background: url(../img/circle.png) center center no-repeat;
    width: 134px;
    height: 196px;
    top: 26%;
    left: 30%;
}
.rotation2{
    background: url(../circle2.png) center center no-repeat;
    width: 186px;
    height: 153px;
    top: 86%;
    left: 11%;
}
.rotation3{
    background: url(../img/circle3.png) center center no-repeat;
    width: 177px;
    height: 165px;
    top: 41%;
    left: 85%;
}
.header_inner{
    position: absolute;
    left: 0;
    right: 0;
}
.header_el{
    overflow: hidden;
}
.header_el_ttl{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
}
.caption{
    margin: 55px auto;
}
.video{
    background: rgba(255, 255, 255, 0.6);
    padding: 25px;
    height: 500px;
}
.video_el{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.video_el:hover{
    opacity: 0.8;
}



/* ----- contents ----- */
.contents{
    padding: 70px 0;
    box-shadow: 0 0px 30px rgb(0, 56, 120, 0.3);
    background: #fff;
    position: relative;
}
.contents_ttl{
    margin: 0 0 10px;
    font-size: 32px;
    text-align: center;
}
.contents_text{
    font-size: 16px;
    text-align: center;
}



/* ----- contact ----- */
.contact{
    width: 100%;
    height: 310px;
    background: url(../img/bg.png) center center;
    background-size: cover;
    box-shadow: 0px 10px 20px 0px rgb(0, 56, 120, 0.3) inset;
}
.contact_el{
    position: relative;
    padding: 0 25px;
    width: 100%;
    height: 310px;
}
.contact_el_phone{
    position: absolute;
    bottom: 0;
}
.contact_el_tel{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 95px;
    margin: auto;
    width: 435px;
}



/* ----- doctors ----- */
footer{
    background: #fff;
}
.doctors{
    overflow: hidden;
    height: 155px;
    margin: 0 auto;
}
.doctors_ttl{
    margin: 50px 0 0;
}
.doctors_ttl img{
    width: 220px;
    margin: 0 auto;
}
.doctors_link{
    display: flex;
    width: 100%;
    max-width: 630px;
    margin: 15px auto 0;
}
.doctors_link a{
    margin: 0 auto;
}
.doctors_link img{
    width: 185px;
    margin: 0 auto;
}



/* ----- copylight ----- */
.copylight{
    position: relative;
    background: #0087cb;
    height: 40px;
}
.copylight_text{
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding-left: 25px;
}
.copylight span{
    display: inline-block;
    width: 100px;
}
.doctors_img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
}



/* ----- お問い合わせ 確認画面 ----- */
.main_bg{
    background: url(../img/bg_main.png) center center no-repeat;
    background-size: cover;
}
.confirm_ttl{
    background: rgb(0, 135, 203, 0.9);
    color: #fff;
    padding: 10px 0;
}
.confirm_ttl h1{
    font-weight: 500;
    font-size: 26px;
}
.confirm_ttl_s{
    background: rgb(255, 255, 255, 0.8);
    padding: 10px 0;
}
.confirm_ttl_s h2{
    color: #ff0000;
    font-weight: 500;
    font-size: 18px;
}
.form_confirm{
    background: rgba(255, 255, 255, 0.8);
    margin: 70px 0;
    padding: 70px 0;
}
.form_confirm_text{
    margin: 0 0 35px 120px;
}



/* ----- お問い合わせ 完了画面 ----- */
.form_thanks{
    height: 560px;
}
.form_thanks_el{
    background: rgb(255, 255, 255, 0.8);
    margin: 75px 0;
    padding: 75px;
}





@media (max-width: 768px){
    .tarent_sp{
        display: block;
        background: url(../img/tarent_sp.png) no-repeat center 15px;
        background-size: 150%;
        width: 100%;
        height: 100%;
        min-height: 1200px;
        position: absolute;
    }
    .tarent_sp_txt{
        display: block;
        max-width: 210px;
        margin: 35px auto 0;
    }
    .header_el{
        position: relative;
		padding-top: 0;
    }
}





@media ( max-width: 768px ) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }


    /* ----- header ----- */
    .header{
        height: auto;
        background: url(../img/hero.png) center left;
        background-size: cover;
    }
	.header_inner {
		position: static;
		padding-bottom: 6rem;
	}
    .header_el_ttl{
        max-width: 500px;
        margin: 0 auto 60px;
        padding: 0 45px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        letter-spacing: -0.45px;
    }
    .rotation{
        display: none;
    }
    .caption{
        width: 100%;
        max-width: 500px;
        margin: 45px auto 35px;
        padding: 0 32px;
    }
    .video{
        width: 90%;
		padding-bottom: 47.25%;
		height: 0px;
		position: relative;
		margin: 0 auto;
    }
	.video_el {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


    /* ----- contents ----- */
    .contents{
        padding: 50px 0;
		margin-top: -40px;
		padding-bottom: 1.5rem;
    }
    .contents_ttl{
        padding: 0 30px;
        font-size: 22px;
        font-weight: 500;
        text-align: left;
    }
    .contents_text{
        padding: 0 30px;
        text-align: left;
    }


    /* ----- contact ----- */
    .contact{
        padding: 3rem 2rem;
		height: auto;
    }
    .contact_el{
		position: static;
		height: auto;
    }
    .contact_el_phone{
		position: static;
        width: 100%;
        max-width: 550px;
		margin: 0 auto 2rem;
    }
    .contact_el_tel{
		position: static;
        width: 100%;
        max-width: 550px;
    }



    /* ----- doctors ----- */
    .doctors{
        height: auto;
        margin: 0 auto 40px;
    }
    .doctors_ttl img{
        width: 225px;
    }
    .doctors_link{
        display: block;
        margin: 30px auto 0;
    }
    .doctors_link img {
        width: 190px;
        margin: 0 auto 20px;
    }


    /* ----- copylight ----- */
    .copylight span{
        width: 65px;
    }


    /* ----- お問い合わせ 確認画面 ----- */
    .confirm_ttl h1{
        font-size: 20px;
        margin: 0 15px;
    }
    .confirm_ttl_s h2{
        font-size: 15px;
        margin: 0 15px;
    }
    .form_confirm{
        margin: 30px 10px;
        padding: 30px 0;
    }
    .form_confirm_text {
        margin: 0 10px 30px;
    }


    /* ----- お問い合わせ 完了画面 ----- */
    .form_thanks{
        height: auto;
    }
    .form_thanks_el{
        margin: 45px 10px;
        padding: 30px;
    }
}





@media ( max-width: 480px ) {
    /* ----- header ----- */
    .header{
    }
    .video{        
    }
	.header_inner {
    padding-bottom: 4rem;
}

    /* ----- contact ----- */
    .contact {
		padding: 2rem;
	}
    .contact_el{
		padding: 0;
        /*height: 230px;*/
    }
	.contact_el_phone {
		margin: 0px auto 1rem;
	}
	.contact_el_tel {
	}
}
