@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05rem;
	color: #564D39;
	margin:0;
    font-weight:300;
}
@media (max-width: 500px){
body {
	font-size: 1.4rem;
}
}
a{
	color: #564D39;
	text-decoration: none;
    transition:all 0.3s ease;
}
a:hover{
	color: #564D39;
    transition:all 0.3s ease;
}
/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
@media only screen and (max-width: 768px) {
.pc768 { display: none !important; }
.sp768 { display: block !important; }
}
@media only screen and (max-width: 500px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.anchor{
    padding-top:100px;
    margin-top:-100px;
}
.inner{
    max-width: 1080px;
    margin:0 auto;
}
.speace{
    margin-top: 98px;
}
.section1{
    padding:110px 0;
}
.section2{
    padding:0 0 110px 0;
}
.rbs_gallery_button .button {
    text-shadow: none!important;
    background-color: #204C3B!important;
    border: 1px solid #204C3B!important;
    box-shadow: none!important;
    color: #fff!important;
    background: #204C3B!important;
    font-family: 'Noto Serif JP', serif!important;
}
@media only screen and (max-width: 1080px) {
.inner{
    padding:0 20px;
}
}
@media only screen and (max-width: 768px) {
.anchor{
    padding-top:100px;
    margin-top:-100px;
}
}
@media only screen and (max-width: 500px) {
.speace{
    margin-top: 70px;
}
.section1{
    padding:50px 0;
}
.section2{
    padding:0 0 50px 0;
}
}

/* ----------------------------------------------------------------------------
/  top
/ -----------------------------------------------------------------------------
/  main
/ ---------------------------------------------------------------------------- */
.main_area{
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #F7F6E9 30%, #F7F6E9 100%);
}
.main_area .inner{
    position: relative;
    padding-bottom:135px;
}
.main_txt{
    color: #fff;
    padding:48px 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/top/maintxt_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.main_txt p{
    text-align: center;
    color: #fff;
    font-size:5.5rem;
    line-height: 1.2;
    font-weight:300;
    letter-spacing: 0.8rem;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom:20px;
    margin-bottom:20px;
}
.main_txt p:after {
    content: "＋";
    position: absolute;
    right: 60px;
    bottom: 97px;
    font-size: 1.4rem;
}
.main_txt span{
    font-size:1.8rem;
    letter-spacing: 0.3rem;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.main_txt p {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    text-align: left;
}
.main_txt {
    padding: 28px 30px;
}
.main_area {
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #F7F6E9 40%, #F7F6E9 100%);
}
}
@media (max-width: 500px){
.main_txt p {
    font-size: 2rem;
}
.main_txt span {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
}
.main_txt {
    padding: 18px 20px;
}
.main_area .inner {
    padding-bottom: 85px;
}

}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ----------------------------------------------------------------------------
/  about_area
/ ---------------------------------------------------------------------------- */
.about_area h1,
.about_area h2{
    text-align: center;
    color: #564D39;
    font-size:2.8rem;
    padding-bottom:30px;
    background-image: url(../img/top/ttl_deco.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position:center bottom;
    margin-bottom:30px;
}
.about_area p.about_txt{
    text-align: center;
    margin-bottom:80px;
}
.about_area .instabanner{
    width: 45%;
    margin: 0 auto;
    margin-bottom:80px;
}
.medical_box{
    border:solid 1px #204C3B;
    padding:40px 0;
    position: relative;
}
.medical_box:before{
    content: "";
    position: absolute;
    border:solid 1px #204C3B;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top:-6px;
    left:-6px;
    z-index: -1;
}
.medical_box h3{
    font-size:2.5rem;
    color: #204C3B;
    letter-spacing: 0.2rem;
}
.medical_box h3 span{
    display: block;
    color: #AB9860;
    font-size:1.5rem;
}
.medical_box_top,
.medical_box_center,
.medical_box_bm{
    padding:0 50px;
}
.medical_box_top table {
    width: 33%;
    margin-left: 100px;
}
.medical_box_top .timetable span{
    color:#204C3B;
}
.medical_box_center{
    margin:40px 0;
    padding:40px 0;
    border-top:dashed 1px #AB9860;
    border-bottom:dashed 1px #AB9860;
}
.medical_box_center h4{
    text-align: center;
    font-size:2.8rem;
}
.medical_box_center h4 span{
    color: #AB9860;
}
.medical_box_bm .footer_tel{
    width: inherit;
}
.medical_box_bm_right{
    width:64%;
}
.medical_box_bm_right .footer_tel p.telyoyaku:before {
    right: 0;
}
.medical_box_bm_right .footer_tel p.telyoyaku:after {
    right: 15px;
    top: 15px;
    width: 150px;
}
@media (max-width: 1024px){
.medical_box_bm_right {
    width: 70%;
}
}
@media (max-width: 768px){
.about_area .instabanner{
    width: 60%;
}
.medical_box_center h4 {
    font-size: 2.4rem;
}
.medical_box_bm_right {
    width: 100%;
    margin-top: 20px;
}
}
@media (max-width: 500px){
.about_area h1, .about_area h2 {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about_area p.about_txt {
    text-align: left;
    margin-bottom: 40px;
}
.about_area .instabanner{
    width: 90%;
    margin-bottom:50px;
}
.medical_box_top, .medical_box_center, .medical_box_bm {
    padding: 0 15px;
}
.medical_box {
    padding: 20px 0;
}
.medical_box h3 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
.medical_box h3 span {
    display: inline-block;
    color: #AB9860;
    font-size: 1.2rem;
    padding-left: 10px;
}
.medical_box_top table {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
.medical_box_center {
    margin: 20px 0;
    padding: 20px 0;
}
.medical_box_center h4 {
    font-size: 1.6rem;
}
}

/* ----------------------------------------------------------------------------
/  top_point_area
/ ---------------------------------------------------------------------------- */
.top_point_area{

}
.point_txt p{
    text-align: center;
}
.point_txt ul{
    max-width: 600px;
    margin: 15px auto 0;
}
.point_txt li{
    padding-left: 1.5rem;
    text-indent: -1.5rem;
    font-size: 110%;
}
.top_point_area .flex{
    margin-top: 4rem;
}
.top_point_area .point_box{
    width: 30%;
    position: relative;
}
.top_point_area .point_box span{
    width: 70px;
    height: 55px;
    text-align: center;
    background-color: rgba(248, 247, 242, 0.9);
    display: block;
    position: absolute;
    top: -15px;
    left: -10px;
    line-height: 55px;
    color: #204C3B;
    font-size: 3rem;
}
.top_point_area .point_box h3{
    text-align: center;
    font-size: 120%;
    margin:1rem 0;
}
.h2_ttl{
    text-align: center;
    color: #564D39;
    font-size: 2.8rem;
    padding-bottom: 30px;
    background-image: url(../img/top/ttl_deco.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center bottom;
    margin-bottom: 30px;
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
}
@media (max-width: 600px){
    .h2_ttl{
        font-size: 2.2rem;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 375px){
}

/* ----------------------------------------------------------------------------
/  bg_begie
/ ---------------------------------------------------------------------------- */
.bg_begie{
    background-color: #F7F6E9;
}
.txt{
    max-width: 600px;
    margin: 0 auto;
}
.syourei_box{
    width: 31%;
    background-color: #fff;
    padding: 4rem 2rem;
    margin: 0 1rem 2rem;
    box-sizing: border-box;
}
.top_syourei_area .flex{
    justify-content: center;
    margin: 5rem 0;
    align-items: stretch;
}
.syourei_box img {
    max-width: 160px;
    display: block;
    margin: 0 auto 2rem;
}
.syourei_box h3{
    text-align: center;
}
.top_syourei_area .btn_more {
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    width: 271px;
    display: block;
    margin: 0 auto;
}
.top_syourei_area a:hover{
    opacity: 0.7;
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
.top_point_area .point_box {
    width: 100%;
    margin-bottom: 3rem;
}
.syourei_box {
    width: 47%;
}
}
@media (max-width: 600px){
    .top_syourei_area .flex {
        justify-content: space-between;
        margin: 3rem 0;
    }
    .syourei_box {
        width: 48%;
        margin: 0 0rem 1rem;
        padding: 2rem 1rem;
    }
    .syourei_box img {
        margin: 0 auto 1rem;
    }
}
/* ----------------------------------------------------------------------------
/  top_column-bnr_area
/ ---------------------------------------------------------------------------- */
.top_column-bnr_area{
    padding: 30px 0;
    background-color: #e2edee;
}
.top_column-bnr_area .inner{
    max-width: 700px;
}
.top_column-bnr_area .flex{
    display: flex;
    flex-wrap: wrap;
}
.top_column-bnr_area li:nth-child(1){
    width: 100%;
}
.top_column-bnr_area li{
    width: 49%;
    margin-bottom: 20px;
}
.top_column-bnr_area li a{
    display: block;
    border: 10px;
}
.top_column-bnr_area li a img {
    border-radius: 5px;
}

@media (max-width: 600px){
 .top_column-bnr_area li{
    width: 48%;
 }
 .top_column-bnr_area li:nth-child(1){
    width: 100%;
    margin-bottom: 10px;
 }   
}
/* ----------------------------------------------------------------------------
/  top_life_area
/ ---------------------------------------------------------------------------- */
.life_box{
    width: 23%;
    box-sizing: border-box;
    margin-top: 3rem;
}
.life_box .flex{
    margin: 5rem 0;
}
.life_box img{
    margin:0 auto 3rem;
    display: block;
}
.life_box h3{
    text-align: center;
    margin-bottom: 2rem;
    font-size: 110%;
    min-height: 70px;
}
.top_life_area a {
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    width: 271px;
    display: block;
    margin: 0 auto;
}
.top_life_area a:hover{
    opacity: 0.7;
}
.life_link{
    max-width: 650px;
    margin: 5rem auto 0;
}
@media (max-width: 1200px){
.life_box {
    width: 48%;
}
}
@media (max-width: 768px){
}
@media (max-width: 600px){
.life_box {
    width: 100%;
}
.life_box img {
    margin: 0 auto 1rem;
}
.life_box h3 {
    margin-bottom: 1rem;
}
.top_life_area a {
    margin: 1rem auto;
}
.life_box h3{
    min-height: inherit;
}
}
@media (max-width: 375px){
}

/* ----------------------------------------------------------------------------
/  info_area
/ ---------------------------------------------------------------------------- */
.info_area{
    background-color: #F7F6E9;
}
.info_area .inner{
    position: relative;
}
.btn {
    display: block;
    width: 180px;
    height: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 1.6rem;
    background-image: url(../img/top/more_yazirusi.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 40px center;
    transition: all 0.3s ease;
}
.btn:hover{
    background-position: right 25px center;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.info_area .btn{
    position: absolute;
    right: 0;
    top:0;
}
.ttl2 h2{
    font-size:2.5rem;
    letter-spacing: 1.5rem;
}
.ttl2 h2 span{
    display: block;
    font-size:1.6rem;
    letter-spacing: 1rem;
    padding-top: 10px;
}
.info_list{
    margin:65px 0 0;
}
.info_list li{
    width: 23%;
}
.info_list li img {
    height: 150px;
    object-fit: cover;
}
.info_list li .day{
    font-size:1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:15px;
}
.info_list li .day:after {
    border-top: 1px solid #CDC1A0;
    content: "";
    width: 80%; /* 線の長さ */
    margin-left: 1em;
}
.info_list li .front_ttl{
    font-size:1.7rem;
    margin:15px 0 10px;
}
.info_list li .front_txt{
    font-size:1.5rem;
    color: #CDC1A0;
    padding-right: 20px;
    background-image: url(../img/top/single_yazirusi.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position:right 10px bottom 10px;
    transition: all 0.3s ease;
}
.info_list li a{
    display: block;
}
.info_list li a:hover{
    opacity: 0.7;
}
.info_list li a:hover .front_txt{
    background-position:right 0 bottom 10px;
    transition: all 0.3s ease;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.info_area .btn {
    right: 20px;
}
.info_list li {
    width: 48%;
    margin-bottom: 40px;
}
.info_list li img {
    height: 220px;
}
}
@media (max-width: 500px){
.ttl2 h2 {
    font-size: 2.2rem;
    letter-spacing: 1rem;
}
.ttl2 h2 span {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    padding-top: 5px;
}
.info_list li img {
    height: 110px;
    object-fit: cover;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}

/* ----------------------------------------------------------------------------
/  medical_box
/ ---------------------------------------------------------------------------- */
.orth_box{
    margin-top:80px;
}
.orth_box li{
    width: 31%;
}
.orth_box li a{
    display: block;
}
.orth_box li a:hover{
    opacity: 0.7;
}
.orth_box li a p{
    width: 90%;
    display: block;
    margin:15px auto 0;
}




@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 500px){
.orth_box li {
    width: 48%;
    margin-bottom: 30px;
}
.orth_box li:last-of-type {
    margin-bottom: 0;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}

/* ----------------------------------------------------------------------------
/  kids_area
/ ---------------------------------------------------------------------------- */
.kids_area{
    margin-bottom: 110px;
}
.kids_content{
    align-items: center;
}
.kids_txt, .kids_img{
    width: 47%;
}
@media (max-width: 500px){
    .kids_area{
        margin-bottom: 50px;
    }
    .kids_txt, .kids_img{
        width: 100%;
    }
    .kids_txt{
        margin-bottom: 3rem;
    }
    }
/* ----------------------------------------------------------------------------
/  access_area
/ ---------------------------------------------------------------------------- */
.access_area{
    background-color: #D7CDB3;
}
.access_area .access_left {
    width: 25%;
    margin: 0 100px 0 auto;
    padding: 100px 0;
}
.access_area .access_left .btn{
    margin-top:40px;
}
.access_right{
    width: 50%;
}
.access_right .iframe {
    width: 100%;
    align-items: center;
    position: relative;
    padding-bottom: 46%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    vertical-align: bottom;
}




@media (max-width: 1440px){
.access_right .iframe {
    padding-bottom: 71%;
}
}
@media (max-width: 1200px){
.access_right .iframe {
    padding-bottom: 80%;
}
}
@media (max-width: 1024px){
.access_right .iframe {
    padding-bottom: 97%;
}
}
@media (max-width: 768px){
.access_area .access_left {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 50px 20px 20px;
}
.access_right {
    width: 100%;
}
.access_right .iframe {
    padding-bottom: 40%;
}
}
@media (max-width: 500px){
.access_right .iframe {
    padding-bottom: 100%;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}

/* ----------------------------------------------------------------------------
/  link_area
/ ---------------------------------------------------------------------------- */
.link_area{
    padding-bottom: 70px;
}
.link_top a{
    width: 48%;
    display: block;
    background-image: url(../img/top/blog_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    color: #fff;
    text-align: center;
    padding:35px 0;
    font-size: 2.5rem;
    letter-spacing: 1.5rem;
    position: relative;
}
.link_top a p{
    position: relative;
    z-index: 2;
}
.link_top a:nth-child(2){
    background-image: url(../img/top/recruit_bg.jpg);
}
.link_top a span{
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1rem;
    padding-top: 10px;
}
.link_top a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.link_top a:hover:before{
    opacity: 1;
    transition: all 0.3s ease;
}
.link_bm{
    margin-top:60px;
    justify-content: center;
}
.link_bm a{
    width: 22%;
    display: block;
    margin:0 15px 30px 15px;
}
.link_bm a:hover{
    opacity: 0.7;
}



@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 500px){
.link_top a {
    width: 100%;
    margin-bottom: 10px;
    padding: 25px 0;
    font-size: 2rem;
    letter-spacing: 1rem;
}
.link_bm a {
    width: 48%;
    display: block;
    margin: 0 5px 10px 5px;
}
.link_bm {
    margin-top: 30px;
    justify-content: space-between;
}
.link_bm a {
    width: 46%;
    margin: 0 5px 10px 5px;
}
.link_area {
    padding-bottom: 30px;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}

/* ----------------------------------------------------------------------------
/  footer
/ ---------------------------------------------------------------------------- */

/* .side_bnr{
    position: fixed;
    right: 0;
    top:12%;
    width: 50px;
}
.side_bnr2{
    top: 63%;
}
.side_bnr3{
    top: 41.5%;
} */
.side_bnr{
    position: fixed;
    right: 0;
    top:15%;
    width: 50px;
}
.side_bnr2{
    top:47%;
}
.side_bnr a:hover{
    opacity: 0.7;
}
.footer{
    background-color: #F7F6E9;
    padding:100px 0 40px;
}
.footer a:hover{
    opacity: 0.7;
}
.footer_logo{
    width: 270px;
    margin-bottom: 25px;
}
.footer_sns:first-of-type{
    margin-right: 1rem;
}
.footer_sns img{
    width: 10%;
    margin-top: 1.5rem;
    max-width: 26px;
}
.footer_rightbox{
    width: 30%;
}
.footer_leftbox{
    width: 60%;
}
.footer_rightbox p{
    font-size:1.9rem;
}
.footer_rightbox p span{
    display: block;
    font-size:1.5rem;
}
.footer_rightbox .flex{
    margin-top: 85px;
}
.footer_rightbox .flex ul{
    width: 48%;
}
.footer_rightbox .flex ul li{
    margin-bottom: 15px;
}
.medical_table{
    width: 48%;
    color: #204C3B;
}
.medical_table th{
    text-align: center;
    padding:10px;
    border-bottom: solid 1px #204C3B;
}
.medical_table td{
    text-align: center;
    padding:10px;
}
.timetable p span{
    color: #204C3B;
}
.footer_tel{
    width: 55%;
}
.footer_tel p.telyoyaku{
    position: relative;
    color: #204C3B;
}
/* .footer_tel p.telyoyaku:after {
    color: #204C3B;
    content: "";
    position: absolute;
    right: 58px;
    top: 14px;
    width: 170px;
    height: 1px;
    background-color: #204C3B;
    background-image: url(../img/top/footer_yazirusi.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right center;
}
.footer_tel p.telyoyaku:before {
    content: "";
    position: absolute;
    right: 44px;
    top: 8px;
    width: 15px;
    height: 15px;
    background-image: url(../img/top/footer_yazirusi.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
} */
.footer_tel_area{
    margin:30px 0;
}
.footer_tel p.telno a{
    font-size:4.3rem;
    color: #204C3B;
}
.footer_tel p.telno span{
    color: #204C3B;
    padding-right:10px;
    font-size:1.8rem;
}
.footer_contactbtn a {
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    width: 271px;
    display: block;
}
.footer_contactbtn a:hover{
    opacity: 0.7;
}
/* .footer_webbtn,
.footer_linebtn{
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    width: 48%;
    display: block;
    box-sizing: border-box;
}
.footer_linebtn{
    padding-left: 2.5rem;
    background-image: url(../img/top/line-w.svg);
    background-size: 22px;
    background-position: left 30% center;
    background-repeat: no-repeat;
}
.footer_webbtn:hover,
.footer_linebtn:hover{
     opacity: 0.7;
     color: #fff;
} */
.footer_webbtn{
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.footer_webbtn:hover{
     opacity: 0.7;
     color: #fff;
}
p.copy{
    text-align: center;
    margin-top: 40px;
    font-size:1.2rem;
}
/* @media (max-width: 1600px){
    .side_bnr{
        top:13%;
        width: 42px;
    }
    .side_bnr2{
        top: 67%;
    }
    .side_bnr3{
        top:44%;
    }
} */
@media (max-width: 1600px){
    .side_bnr2{
        top:49%;
    }
}
@media (max-width: 1024px){
.footer_leftbox {
    width: 69%;
}
}
@media (max-width: 768px){
.footer_leftbox {
    width: 100%;
}
.footer_sns img{
    width: 5%;
    margin-top: 1rem;
}
.footer_rightbox {
    width: 100%;
    margin: 0 0 30px 0;
}
.footer_rightbox .flex {
    margin-top: 35px;
}
/* .footer_linebtn {
    background-position: left 33% center;
} */
}
@media (max-width: 500px){
.footer{
    margin-bottom:50px;
}
.footer_sns img{
    width: 7%;
}
.footer_tel p.telno a{
    font-size: 2.8rem;
}
.footer_contactbtn {
    width: 100%;
}
.footer_contactbtn a {
    padding: 15px 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.medical_box_bm .footer_tel {
    width: 100%;
}
p.telno {
    text-align: center;
    margin-bottom: 10px;
}
.footer_tel p.telyoyaku:before,
.footer_tel p.telyoyaku:after,
.footer_tel p.telyoyaku{
    display: none;
}
/* .footer_webbtn,
.footer_linebtn{
    width: 100%;
    margin-top:10px !important;
}
.footer_linebtn {
    padding-left: 1.5rem;
    background-size: 20px;
} */
.footer_webbtn{
    margin-top:10px !important;
}
.footer_tel_area {
    margin: 0px 0;
}
.footer_logo {
    width: 220px;
    margin-bottom: 15px;
}
.footer {
    padding: 50px 0 20px;
}
.footer_rightbox .flex ul li {
    margin-bottom: 6px;
}
.footer_rightbox .flex {
    margin-top: 18px;
}
.footer .medical_table {
    width: 100%;
}
.footer_tel{
    width:100%;
}
/* .side_bnr {
    width: 31px;
    top: 11%;
}
.side_bnr2 {
    top: 54%;
}
.side_bnr3{
    top:36%;
} */
.side_bnr {
    width: 31px;
    top: 11%;
}
.side_bnr2 {
    top: 35%;
}
}

/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index:999;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.pagetop a img{
    padding: 10px 0;
    width: 10px;
    line-height: 40px;
}
@media (max-width: 768px){
.pagetop {
    bottom: 10px;

}
}
@media (max-width: 500px){
.pagetop {
    bottom: 60px;
}
}
/* ----------------------------------------------------------------------------
/  下層
/ ----------------------------------------------------------------------------
/  lower_main
/ ---------------------------------------------------------------------------- */
.lower_main{
    background-image: url(../img/lower/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lower_main h1,
.lower_main h2{
    padding:150px 0;
    font-size:4.5rem;
    letter-spacing: 1.5rem;
}
.lower_main h1 span,
.lower_main h2 span {
    display: block;
    font-size: 2.5rem;
    letter-spacing: 1rem;
    padding-top: 10px;
}
.breadcrumbs_area span{
    font-size:1.4rem;
    color: #204C3B;
}
.breadcrumbs_area span a:hover{
    color: #204C3B;
}
.breadcrumbs_area span.home{
    padding-left:0;
}
span.post.post-voicelist.current-item {
    color: #564D39;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.lower_main h1, .lower_main h2 {
    padding: 50px 30px;
    font-size: 3rem;
    letter-spacing: 1rem;
}
.lower_main h1 span, .lower_main h2 span {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    padding-top: 0;
}
}
@media (max-width: 500px){
.lower_main h1, .lower_main h2 {
    padding: 40px 0px;
    font-size: 2.2rem;
    letter-spacing: 1rem;
}
.breadcrumbs_area span{
    font-size:1.3rem;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}

/* ----------------------------------------------------------------------------
/  lower_info
/ ---------------------------------------------------------------------------- */
.lower_info_area{
    background-color:inherit;
}
.lower_info_area .info_list li{
    margin-bottom:40px;
}
/*.lower_info_area .info_list li img{
    height: 150px;
    object-fit: cover;
}*/
.lower_info_area .info_list::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.lower_info_area .info_list::after{
  content:"";
  display: block;
  width:23%;
}
.lower_info_area .info_list {
    margin:0;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 500px){
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/************************************
** レスポンシブページネーション
************************************/
.pagination{
    display: block;
    margin-top: 80px;
}
.pagination_b{
    list-style-type: none;
    padding-left: 0;
    margin: 50px 0 0;
}
.pagination_b,
.pagination_b li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_b a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration:none;
    border-left-width: 1px;
    margin: 0 10px;
    min-width: 30px;
    min-height: 40px;
    font-size: 1.4rem;
    color: #4d4d4d;
    background-color: #f2f2f2;
}
.pagination_b li:not([class*="current"]) a:hover {
    background-color: #ccc;
    transition: .3s;
}
.pagination_b li:first-of-type a {
    border-left-width: 1px;
}
.pagination_b li.first span,
.pagination_b li.last span,
.pagination_b li.previous span,
.pagination_b li.next span {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.first a::before,
.pagination_b li.last a::after,
.pagination_b li.previous a::before,
.pagination_b li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pagination_b li.first a::before { content: "«"; }
.pagination_b li.last a::after { content: "»"; }
.pagination_b li.previous a::before { content: "‹"; }
.pagination_b li.next a::after { content: "›"; }
.pagination_b li.current a {
    background-color: #ccc;
    color: #333333;
    cursor: default;
    pointer-events: none;
}


.m-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-pagenation ol{
    list-style: none;
    display: flex;
    justify-content: center;
}
.m-pagenation ol li.-current {
    margin: 0 10px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #A1B2A4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    border-bottom:solid 2px var(--green);
}
.m-pagenation ol li a{
    display: block;
    background-color: #204C3B;
    margin: 0 10px;
    font-size: 1.4rem;
    color: #fff;
    width: 40px;
    line-height: 40px;
    height: 40px;
    transition: .3s;
    text-align: center;
    font-weight: 700;
    border-bottom:solid 0px var(--green);
}
.m-pagenation ol li a:hover{
    transition: .3s;
}
.m-pagenation__next {
    width: 40px;
    margin-left: 10px;
    font-size: 4rem;
    line-height: 40px;
    height: 50px;
    color: #1D1B1B;
    text-align: center;
    border:solid 0px var(--green);
}
.m-pagenation__prev {
    width: 40px;
    margin-right: 10px;
    font-size: 4rem;
    line-height: 40px;
    height: 50px;
    color: #1D1B1B;
    text-align: center;
    border: solid 0px;
    border:solid 0px var(--green);
}
.m-pagenation__next a,
.m-pagenation__prev a{
    transition: .3s;
    color: #204C3B;
    height: 40px;
    display: block;
    line-height: 40px;
    font-weight: 300;
}
.m-pagenation__next a:hover,
.m-pagenation__prev a:hover{
    transition: .3s;
}
@media only screen and ( max-width: 768px ) {
    .pagination_b li.first,
    .pagination_b li.last {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.previous a {
        border-left-width: 1px;
    }
    .pagination{
        margin-top: 40px;
    }
}
@media only screen and ( max-width: 568px ) {
    .pagination_b li {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.current,
    .pagination_b li.first,
    .pagination_b li.last,
    .pagination_b li.previous,
    .pagination_b li.next{
        position: initial;
        top: initial;
        left: initial;
    }
    .pagination_b li.previous a { border-left-width: 1px; }
    .m-pagenation ol li a{
        margin: 0 6px;
    }
    .m-pagenation__next,
    .m-pagenation__prev{
        border: 0px;

    }
}
@media only screen and ( max-width: 375px ) {
    .pagination_b li.first,
    .pagination_b li.last {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 240px ) {
    .pagination_b li { width: 50%;}
    .pagination_b li.current {
        order: 2;
        width: 100%;
        border-left-width: 1px;
    }
}
/* ----------------------------------------------------------------------------
/  single_area
/ ---------------------------------------------------------------------------- */
.single_area .inner{
    max-width: 830px;
    margin:0 auto;
}
.single_ttl .single_day{
    color: #204C3B;
    margin-bottom:20px;
}
.single_ttl h1{
    font-size: 2rem;
    margin-bottom: 40px;
    padding:10px;
    border-bottom:solid 1px #CDC1A0;
    border-top:solid 1px #CDC1A0;
}

.single_ttl p span{
    display: inline-block;
    margin-left:10px;
    border-bottom:solid 1px #204C3B;
    font-family: 'Noto Serif JP', serif;
}
.single_next_btn{
    border-top:solid 1px #CDC1A0;
    margin-top: 80px;
    padding:20px 0 0;
    align-items: center;
}
.contents img{
    width: 100%;
    height: auto;
    margin:20px 0;
}
.contents p{
    margin-bottom: 10px;
}
.contents h2{
    color:#204C3B;
    margin-bottom: 20px;
    font-size:clamp(1.8rem, 3vw, 2.2rem);
    border-bottom:solid 2px #204C3B;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;
}
.single_next_btn .prev,
.single_next_btn .next{
    line-height: 0;
    font-size:1.2rem;
}
.single_next_btn .back{
    font-size:1.2rem;
}
.single_next_btn .back a:hover{
    opacity: 0.7;
}
.single_next_btn li {
    width: 33.33%;
    text-align: center;
}
.single_next_btn .prev a,
.single_next_btn .next a{
    display: inline-block;
    line-height: 25px;
}
.single_next_btn .prev{
    text-align:left ;
}
.single_next_btn .next{
    text-align: right;
}
/*-------------------------------------*/
.contents.column{
    font-family: sans-serif;
    font-weight: 400;
}
.contents h3{
    color:#204C3B;
    margin-bottom: 10px;
    font-size:clamp(1.8rem, 3vw, 2rem);
}
.contents.column p{
    margin-bottom: 15px;
    line-height: 1.7;
}
.contents.column strong{
    font-size: 120%;
}
.contents.column ul{
    background-color: #f8f7f2;
    padding: 40px;
    margin-bottom: 20px;
}
.contents.column ul li{
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.contents.column ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #204c3b;
    left: 0;
    top: 9px;
}
.contents p mark {
    background:linear-gradient(transparent 60%, #ffffae 60%);
 
}
@media (max-width: 500px){
    .single_ttl {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .single_next_btn {
        margin-top: 40px;
    }
    .single_ttl h1 {
        font-size: 1.6rem;
    }
    .single_left_box a {
        font-size: 1.3rem;
    }
}


/* ----------------------------------------------------------------------------
/  low_about
/ ---------------------------------------------------------------------------- */
.orth_bg{
    background-image: url(../img/lower/about_bg.jpg);
}
.lower_ttl{
    font-size:3.8rem;
    text-align: center;
    margin-bottom:60px;
    padding-bottom: 30px;
    background-image: url(../img/top/ttl_deco.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center bottom;
    letter-spacing: 0.7rem;
}
.lower_ttl span{
    display: block;
    font-family: 'EB Garamond', serif;
    font-size:2rem;
    letter-spacing: 1rem;
}
.txt_720{
    max-width: 720px;
    margin:0 auto;
}
/*low_orth_orth*/
.low_orth_orth{
    background-image: url(../img/lower/about_txt_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.low_orth_orth ul{
    max-width: 770px;
    margin:0 auto;
}
.low_orth_orth li {
    padding-left: 38px;
    background-image: url(../img/lower/star_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 6px left;
    margin-bottom: 10px;
}
.low_orth_orth li span{
    text-decoration: underline;
    font-weight: 600;
}
/*low_orth_thoughts*/
.low_orth_thoughts_box{
    border:solid 1px #204C3B;
    padding:80px 120px;
    max-width: 850px;
    margin:0 auto;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.low_orth_thoughts_box li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.low_orth_thoughts_box li span{
    color: #204C3B;
    font-family: 'EB Garamond', serif;
    font-size:5.2rem;
    display: block;
    margin-right: 50px;
}
/*low_orth_start*/
.low_orth_start{
    background-image: url(../img/lower/about_thoughts_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*low_orth_start-timing*/
.low_orth_start-timing{
    background-color: #fff;
    max-width: 720px;
    margin: 20px auto 0;
    padding: 40px;
}
.low_orth_start-timing h3{
    font-size:clamp(1.7rem, 3vw, 2.2rem);
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 600;
}
.low_orth_start-timing h3 span{
    background: linear-gradient(transparent 60%, #ffffae 60%);
}
.low_orth_start-timing a {
    background-color: #204C3B;
    color: #fff;
    border: solid 5px #A1B2A4;
    text-align: center;
    padding: 5px 0;
    width: 271px;
    display: block;
    margin: 20px auto 0;
}
.low_orth_start-timing a:hover{
    opacity: 0.7;
}
/*low_orth_example*/
.low_orth_exampleimg{
    max-width: 710px;
    margin:0 auto 15px;
}
.low_orth_exampleimg img{
    width: 30%;
    display: block;
}
.low_orth_example ul {
    margin: 80px auto 0;
    border: solid 1px #204C3B;
    padding: 45px 160px;
    max-width: 710px;
    position: relative;
    box-sizing: border-box;
}
.low_orth_example ul:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: solid 1px #204C3B;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
}
.low_orth_example li{
    color: #204C3B;
    padding-left:38px;
    background-image: url(../img/lower/dental_icon.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center left;
    margin-bottom:10px;
}
/*low_orth_merit*/
.low_orth_merit{
    background: linear-gradient(180deg, #F9FAFA 0%, #F9FAFA 85%, #fff 15%, #fff 100%);
}
.low_orth_merit .inner{
    /* background-image: url(../img/lower/about_merit.jpg); */
    background-image: url(../img/lower/medical_flow2.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom right;
    padding-bottom: 150px;
}
.low_orth_merit ul{
    box-sizing: border-box;
    max-width: 760px;
    background-color:rgba(255,255,255,0.7);
    padding:70px;
}
.low_orth_merit li{
    padding-left:38px;
    background-image: url(../img/lower/star_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 6px left;
    margin-bottom:10px;
}
@media (max-width: 768px){
    .lower_ttl {
        font-size: 2.8rem;
    }
    .lower_ttl span {
        font-size: 1.5rem;
        letter-spacing: 0.5rem;
    }
    .low_orth_thoughts_box {
        padding: 50px;
        max-width: 850px;
        margin-bottom: 50px;
    }
}
@media (max-width: 500px){
    .lower_ttl {
        font-size: 2.2rem;
        margin-bottom: 30px;
        padding-bottom: 20px;
        letter-spacing: 0.4rem;
    }
    .low_orth_thoughts_box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .low_orth_thoughts_box li span {
        font-size: 4.2rem;
        margin-right: 30px;
    }
    .low_orth_exampleimg img {
        width: 80%;
        margin: 0 auto 10px;
    }
    .low_orth_example ul {
        margin: 30px auto 0;
        padding: 25px 20px;
        max-width: 710px;
    }
    .low_orth_merit ul {
        padding: 40px 20px;
    }
    .low_orth_merit .inner {
        background-size: 70%;
        /* padding-bottom: 330px; */
        padding-bottom: 230px;
    }
    .low_orth_merit li {
        padding-left: 31px;
        margin-bottom: 5px;
    }
    .low_orth_start-timing {
        padding: 20px;
    }
}
/* ----------------------------------------------------------------------------
/  low_treatment
/ ---------------------------------------------------------------------------- */
.treatment_bg{
    background-image: url(../img/lower/treatment_bg.jpg);
}
.low_treatment_orth{
    background-image: url(../img/lower/about_txt_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

/*low_treatment_orth*/
.low_treatment_orth_contents{
    margin:80px auto;
    max-width: 840px;
}
.low_treatment_orth_box{
    margin-bottom:70px;
}
.low_treatment_orth_boxr{
    width: 50%;
}
.low_treatment_orth_boxl{
    width: 45%;
}

.low_treatment_orth_boxr h3{
    font-size:2rem;
    position: relative;
    margin-bottom:25px;
}
.low_treatment_orth_boxr h3:before{
    content: "+";
    font-size:2rem;
    padding-right: 20px;
}
.low_treatment_orth_col{
    max-width: 850px;
    margin:0 auto;
    border: solid 1px #204C3B;
    padding: 45px 50px;
    box-sizing: border-box;
    position: relative;
}
.low_treatment_orth_col:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: solid 1px #204C3B;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 0;
}
.low_treatment_merit{
    width: 100%;
    margin-bottom: 70px;
}
.low_treatment_merit b{
    margin-bottom: 15px;
    border-bottom: solid 1px #204C3B;
}
.low_treatment_merit li{
    margin-bottom: 15px;
}
.low_treatment_orth_col .col_txt{
    width: 48%;
}
.low_treatment_orth_col .col_txt h3 {
    color: #204C3B;
    font-size: 2.5rem;
    padding-left: 90px;
    background-image: url(../img/lower/kira_icon.png);
    background-repeat: no-repeat;
    background-size: 63px;
    background-position: center left;
    line-height: 1.6;
    margin-bottom: 25px;
}
.low_treatment_orth_col img{
    width: 48%;
}
/*low_treatment_itero*/
.low_treatment_itero .flex{
    max-width: 700px;
    margin:40px auto 0;
}
.low_treatment_itero .flex img{
    width: 48%;
}
/*low_treatment_safty*/
.low_treatment_safty{
    background: linear-gradient(180deg, #F9FAFA 0%, #F9FAFA 80%, #fff 20%, #fff 100%);
}
.low_treatment_safty img{
    margin:100px auto 0;
    width: 80%;
    display: block;
}
.low_treatment_ct_img_box{
    max-width: 700px;
    margin: 40px auto;
}
.low_treatment_ct a {
    text-decoration: underline;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 500px){
.low_treatment_orth_boxr {
    width: 100%;
    margin-bottom: 25px;
}
.low_treatment_orth_boxl {
    width: 80%;
    margin: 0 auto;
}
.low_treatment_orth_boxr h3 {
    font-size: 2rem;
    margin-bottom: 7px;
}
.low_treatment_orth_box {
    margin-bottom: 50px;
}
.low_treatment_orth_col .col_txt {
    width: 100%;
    margin-bottom: 20px;
}
.low_treatment_orth_col {
    padding: 35px 20px;
}
.low_treatment_safty img{
    margin:50px auto 0;
    width:100%;
}
.low_treatment_orth_col .col_txt h3 {
    font-size: 2rem;
    padding-left: 70px;
    background-size: 53px;
    margin-bottom: 14px;
}
.low_treatment_orth_col img {
    width: 100%;
}
.low_treatment_orth_contents {
    margin: 40px auto;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ----------------------------------------------------------------------------
/  low_medical
/ ---------------------------------------------------------------------------- */
.medical_bg{
    background-image: url(../img/lower/treatment_bg.jpg);
}
.low_medical_flow_contents{
    margin-top:60px;
}
.low_medical_flow_box{
    margin-bottom:60px;
    align-items: center;
}
.low_medical_flow_box_img,
.low_medical_flow_box_txt{
    width: 47%;
}
.low_medical_flow_box .low_medical_flow_box_img {
    background-repeat: no-repeat;
    background-size: 67%;
    background-position: bottom left;
    padding-bottom: 70px;
}
.low_medical_flow_box:nth-child(1) .low_medical_flow_box_img {
    /* background-image: url(../img/lower/medical_flow1.jpg); */
    background-image: url(../img/top/slider3.jpg);
    background-size: 85%;
}
.low_medical_flow_box:nth-child(2) .low_medical_flow_box_img {
    background-image: url(../img/lower/medical_flow2.jpg);
}
.low_medical_flow_box:nth-child(3) .low_medical_flow_box_img {
    background-image: url(../img/lower/medical_flow3.jpg);
}
.low_medical_flow_box:nth-child(4) .low_medical_flow_box_img {
    background-image: url(../img/lower/medical_flow4.jpg);
}
.low_medical_flow_box:nth-child(5) .low_medical_flow_box_img {
    background-image: url(../img/lower/medical_flow5.jpg);
}
.low_medical_flow_box_img h3 {
    max-width: 250px;
    background-color: rgba(248,247,242,0.9);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    color: #204C3B;
    font-size: 2.7rem;
    line-height: 1.5;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 200px;
    letter-spacing: 1rem;
}
.low_medical_flow_box:nth-child(5) .low_medical_flow_box_img h3{
    letter-spacing: 0.5rem;
}
.low_medical_flow_box_img h3 span {
    font-size: 1.6rem;
    display: contents;
    width: 100%;
}
.low_medical_flow_box_img.flow_box_img_right{
    order:2;
}
.low_medical_flow_box_img.flow_box_img_right {
    background-position: bottom right;
}
.low_medical_flow_box_img.flow_box_img_right h3 {
    margin: 0 auto 0 0;
}
/*low_medical_program*/
.low_medical_program{
    background-color: #F7F6E9;
}
.low_medical_program .inner{
    max-width: 780px;
}
.low_medical_program h2{
    font-size: 2.5rem;
    padding-left:70px;
    background-image: url(../img/lower/flow_dental_icon.png);
    background-repeat: no-repeat;
    background-size: 53px;
    background-position: center left;
    letter-spacing: 1rem;
}
.low_medical_program h2 span{
    display: block;
    color: #204C3B;
    font-size: 1.8rem;
}
.low_medical_program ul{
    max-width: 780px;
    margin:60px auto 0;
}
.low_medical_program li{
    display: flex;
    align-items: flex-start;
    margin-bottom:10px;
}
.low_medical_program li span {
    font-family: 'EB Garamond', serif;
    font-size: 2rem;
    padding-right: 70px;
    background-image: url(../img/lower/flow_kira_icon.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center right;
    display: block;
    letter-spacing: 0.3rem;
    margin-right: 34px;
}
.low_medical_program li p{
    width: 70%;
}
/*low_medical_fee*/
.low_medical_fee .low_medical_fee_box{
    margin: 70px auto 0;
    max-width: 760px;
}
.low_medical_fee_box table{
    width: 100%;
    margin:20px auto 10px;
}
.low_medical_fee_box th{
    background-color: #204C3B;
    color: #fff;
    padding:20px 0;
    text-align: center;
    width: 50%;
    border-bottom:solid 1px #FBFAF4;
}
.low_medical_fee_box tr{
}
.low_medical_fee_box td{
    text-align: center;
    width: 50%;
    background-color: #FBFAF4;
    vertical-align: middle;
}
.low_medical_fee_box td p{
    line-height: 1.2;
}
.low_medical_fee_box td .flex{
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.low_medical_fee_box p{
    font-size: 1.5rem;
}
.low_medical_fee_box h3{
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
}
.low_medical_fee_box3 h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.low_medical_fee_box3 h3 span{
    font-size: 1.8rem;
    letter-spacing: 0.15rem;

}
.low_medical_fee_box3 h3:before{
    content: "";
    width: 60%;
    height: 1px;
    background-color: #564D39;
    top:50%;
    right:0px;
    position: absolute;
}
.low_medical_fee_box3 .flex{
    justify-content: center;
    margin-top:30px;
}
.low_medical_fee_box3 .flex p{
    text-align: center;
    font-size: 1.8rem;
}
.low_medical_fee ul {
    margin: 80px auto 0;
    border: solid 1px #204C3B;
    padding: 45px 50px;
    max-width: 830px;
    position: relative;
    box-sizing: border-box;
}
.low_medical_fee ul:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: solid 1px #204C3B;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
}
.low_medical_fee li {
    color: #204C3B;
    margin-bottom: 10px;
    text-indent: -19px;
    padding-left: 25px;
}
.low_medical_fee li:before{
    content: "+";
    color: #204C3B;
    padding-right:10px;
}
.low_medical_fee_box4 img {
    max-width: 581px;
    margin-top: 20px;
}
@media (max-width: 500px){
.low_medical_flow_box_img, .low_medical_flow_box_txt {
    width: 100%;
}
.low_medical_flow_box_img {
    margin-bottom: 20px;
}
.low_medical_flow_box_img h3 {
    max-width: 250px;
    font-size: 2.2rem;
    height: 140px;
    letter-spacing: 0.8rem;
}
.low_medical_flow_box_img.flow_box_img_right {
    order: 0;
}
.low_medical_program h2 {
    font-size: 2.2rem;
}
.low_medical_program h2 span {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
}
.low_medical_program li span {
    font-size: 1.6rem;
    padding-right: 36px;
    display: block;
    letter-spacing: 0;
    margin-right: 14px;
    background-size: 20px;
}
.low_medical_program ul {
    margin: 40px auto 0;
}
.low_medical_fee .low_medical_fee_box {
    margin: 40px auto 0;
}
.low_medical_fee_box th {
    padding: 15px 0;
    width: 30%;
}
.low_medical_fee_box h3 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
}
.low_medical_fee_box3 h3:before{
    display: none;
}
.low_medical_fee_box3 h3 span {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
}
.low_medical_fee ul {
    margin: 40px auto 0;
    padding: 20px 20px;
}
.low_medical_fee_box2 td,
.low_medical_fee_box2 th{
    display: block;
    width: 100%;
    padding:10px 0;
}
}
@media (max-width: 390px){
}
@media (max-width: 375px){
}
@media (max-width: 320px){
.low_medical_program h2 {
    font-size: 2rem;
}
.low_medical_program li span {
    font-size: 1.6rem;
    padding-right: 26px;
}
.low_medical_fee_box2 td p{
    font-size: 1.4rem;
}
.low_medical_fee_box3 .flex p {
    text-align: center;
    font-size: 1.5rem;
}
}
/* ----------------------------------------------------------------------------
/  voice_area
/ ---------------------------------------------------------------------------- */
.voice_bg,
.voice_lower_main{
    background-image: url(../img/lower/voice_bg.jpg);
}
.voice_area p {
    /* text-align: left; */
}
.voice_area ul::after,
.voice_area ul::before {
    content: "";
    display: block;
    width: 21%;
    height: 0;
}
.voice_area li {
    width: 23%;
}
.voice_area li img{
    height: auto;
    object-fit: inherit;
}
.voice_area li h2{
    color: #204C3B;
    font-size:1.8rem;
    border-bottom:solid 1px #204C3B;
    margin-bottom:10px;
}
.voice_area li a:hover p{
    background-position: center right;
    transition: all 0.3s ease;
}
.voice_area img{
    margin-bottom: 10px;
}
.voice_single_area h1{
    color: #204C3B;
    border-top:solid 0px;
}
@media (max-width: 500px){
.voice_area li {
    width:48%;
}
}
/* ----------------------------------------------------------------------------
/  low_staff
/ ---------------------------------------------------------------------------- */
.low_staff{
    background-image: url(../img/lower/staff_bg.jpg);
}
/*low_staff_director*/
.low_staff_director_left,
.low_staff_director_right{
    width: 47%;
}
.low_staff_director_left img{
    display: block;
    margin-bottom: 25px;
}
.low_staff_director_right b{
    color: #204C3B;
    font-weight: normal;
}
.low_staff_director_right b a{
    color: #204C3B;
    font-weight: normal;
    transition: all 0.3s ease;
}
.low_staff_director_right b a:hover{
    color:  #AB9860;;
}
.low_staff_director_right h2{
    color: #204C3B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4rem;
    letter-spacing: 0.8rem;
}
.low_staff_director_right h2 span{
    font-size: 1.5rem;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.3rem;
}
.director_prof{
    margin-top: 30px;
    font-size:1.4rem;
    background-color:#FBFAF4;
    padding:40px;
    box-sizing: border-box;
}
.director_prof tr {
    border-bottom: solid 1px #A1B2A4;
}
.director_prof th {
    padding: 10px 5px;
    position: relative;
    width: 25%;
}
.director_prof th:before {
    content: "+";
    color: #204C3B;
    padding: 0 15px 0 5px;
}
.director_prof td {
    padding: 10px 0;
}
.graph{
    border-left:solid 1px #204C3B;
    box-sizing: border-box;
    padding:0 20px;
    margin:30px 0 0 0;
    font-size:1.4rem;
}
.graph h3{
    display: inline-block;
    color: #fff;
    background-color: #204C3B;
    padding:3px 10px;
}
.graph table{
    margin-top: 20px;
}
.graph th{
    color: #204C3B;
    width: 15%;
    padding-bottom:15px;
}
.graph td{
    padding-bottom:15px;
}

/*low_staff_member*/
.low_staff_member_box{
    margin-bottom: 70px;
    align-items: center;
    padding:70px;
    background: linear-gradient(90deg, #fff 0%, #fff 20%, #FBFAF4 10%, #FBFAF4 100%);
}
.low_staff_member_boxr{
    width: 28%;
}
.low_staff_member_boxl{
    width: 65%;
}
.low_staff_member_boxl h2{
    margin-bottom: 40px;
    color: #204C3B;
    display: flex;
    align-items: center;
    font-size: 4rem;
    letter-spacing: 0.8rem;
}
.low_staff_member_boxl h2 span{
    font-size: 1.3rem;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.3rem;
    padding-left: 25px;
}
.low_staff_member_boxl table{
    width: 100%;
}
.low_staff_member_boxl  tr{
    border-bottom: solid 1px #A1B2A4;
}
.low_staff_member_boxl  th{
    padding:10px 5px;
    position: relative;
    width: 25%;
}
.low_staff_member_boxl  th:before{
    content: "+";
    color: #204C3B;
    padding:0 15px 0 5px;
}
.low_staff_member_boxl  td{
    padding:10px 0;
}
.low_staff_member_box_right{
    background: linear-gradient(90deg, #FBFAF4 0%, #FBFAF4 80%, #fff 20%, #fff 100%);
}
.low_staff_member_box_right .low_staff_member_boxr{
    order:2;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.low_staff_director_left, .low_staff_director_right {
    width: 100%;
}
.low_staff_director_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.low_staff_director_left img,.low_staff_director_left .img{
    width: 48%;
    margin-bottom: 17px;
}
.low_staff_director_left .img img{
    width: 100%;
}
.low_staff_member_box {
    margin-bottom: 70px;
    padding: 30px;
}
.low_staff_member_boxl {
    width: 100%;
}
.low_staff_member_boxl h2 {
    margin: 10px 0 10px 0;
}
.low_staff_member_boxr {
    margin: 0 0 -90px auto;
}
.low_staff_member_box_right .low_staff_member_boxr {
    order: 0;
}

}
@media (max-width: 500px){
.low_staff_director_left img, .low_staff_director_left .img {
    margin-bottom: 8px;
}
.low_staff_director_right h2 {
    font-size: 2.5rem;
    letter-spacing: 0.38rem;
}
.low_staff_director_right h2 span {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
}
.graph table {
    margin-top: 10px;
}
.graph {
    margin: 20px 0 0 0;
}
.low_staff_member_boxl h2 {
    margin-bottom: 0;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
}
.low_staff_member_boxr {
    margin: 0 auto 10px 0;
    width: 58%;
}
.low_staff_member_boxl th {
    padding: 10px 5px 0 5px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #AB9860;
}
.low_staff_member_boxl td {
    padding: 5px 5px 10px 35px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.low_staff_member_box {
    margin-bottom: 40px;
    padding: 20px 20px 20px 0;
}
.low_staff_member_box_right .low_staff_member_boxr {
    margin: 0 0 10px auto;
}
.director_prof th {
    padding: 10px 5px 0 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #AB9860;
}
.director_prof td {
    padding: 5px 5px 10px 35px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.director_prof {
    margin-top: 10px;
    padding: 20px;
}
}
@media (max-width: 375px){
.low_staff_member_boxl h2 {
    font-size: 2rem;
}
}
@media (max-width: 320px){
.low_staff_member_boxl h2 span {
    width: 30%;
}
.graph th {
    width: 21%;
}
}
/* ----------------------------------------------------------------------------
/  low_access
/ ---------------------------------------------------------------------------- */
/*.low_access{
    background-image: url(../img/lower/access_bg.jpg);
}
*/

.low_access .medical_box_top table {
    width: 33%;
    margin: 0 auto 30px;
}
.low_access .timetable {
    width: 33%;
    margin: 0 auto 50px;
}
.low_access .timetable br{
    display: none;
}
.low_access .medical_box_bm.flex {
    align-items: center;
}
.low_access_map iframe{
    vertical-align: bottom;
}
.low_access_map {
    padding-bottom: 0;
    color: #fff;
    background: linear-gradient(180deg, #204C3B 0%, #204C3B 36%, #fff 15%, #fff 100%);
}
.low_access_map .lower_ttl{
    background-image: url(../img/lower/ttl_deco_w.png);
}
.low_access_map img {
    max-width: 760px;
    margin: 30px auto 100px;
    display: block;
}
@media (max-width: 1024px){
.low_access .timetable {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 500px){
.low_access_map img {
    margin: 30px auto 20px;
}
}
@media (max-width: 320px){
.low_access .timetable br{
    display:block;
}
}
/* ----------------------------------------------------------------------------
/  low_recruit_bg
/ ---------------------------------------------------------------------------- */
.low_recruit_bg{
    background-image: url(../img/lower/recruit_bg.jpg);
}
.recruit_nav .inner{
    max-width: 790px;
}
.recruit_nav li{
    width: 31%;
}
.recruit_nav li a{
    display: block;
    border:solid 3px #F7F6E9;
    background-color: #F7F6E9;
    box-sizing: border-box;
    padding:30px 30px 140px 30px ;
    background-image: url(../img/lower/recruit_dental_w.png);
    background-repeat: no-repeat;
    background-size: 58px;
    background-position: center bottom 40px;
    transition: all 0.3s ease;
}
.recruit_nav li a:hover{
    transition: all 0.3s ease;
    background-image: url(../img/lower/recruit_dental_g.png);
    background-color: #fff;
}
.recruit_nav li a p{
    text-align: center;
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.3rem;
}
.recruit_nav li a p span{
    display: block;
    font-size: 1.8rem;
}
/*low_recruit_works*/
.recruit_ttl{
    background-color: #204C3B;
    color: #fff;
    padding:39px 0;
    max-width: 400px;
    text-align: center;
    position: relative;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:2.3rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    height: 200px;
    box-sizing: border-box;
}
.recruit_ttl:before {
    content: "";
    position: absolute;
    left: -420px;
    top: 0;
    width: 120%;
    height: 200px;
    z-index: -1;
    background-color: #204C3B;
}
.recruit_ttl span{
    font-family: 'EB Garamond', serif;
    display: block;
    font-size:4.8rem;
}
.low_recruit_works{
    background-image: url(../img/lower/recuruit_grad.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right bottom 40px;
}
.low_recruit_works .flex{
    margin-top: 80px;
    align-items: center;
}
.low_recruit_works_r{
    width: 30%;
    margin:0 -50px 0 auto;
}
.low_recruit_works_r h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 7rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    line-height: 1.4;
    margin-bottom: 35px;
}
.low_recruit_works_r p{
    width: 80%;
}
.low_recruit_works_l{
    width: 48%
}
.low_recruit_works_box_right .low_recruit_works_r{
    order: 2;
    margin:0 auto 0 -60px;
}
.low_recruit_works_box_right .low_recruit_works_r p{
    margin:0 0 0 auto;
}
/*low_recruit_voice*/
.low_recruit_voice{
    overflow: hidden;
    position: relative;
}
.low_recruit_voice:before {
    content: "";
    background-color: #FBFAF4;
    height: 100px;
    width: 80%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 30.5%;
}
.low_recruit_voice:after {
    content: "";
    background-color: #FBFAF4;
    height: 100px;
    width: 80%;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 31.5%;
}
.low_recruit_voice .recruit_ttl{
    margin:0 0 120px auto;
}
.low_recruit_voice .recruit_ttl:before {
    content: "";
    position: absolute;
    left: inherit;
    right: -420px;
    top: 0;
    width: 120%;
    height: 200px;
    z-index: -1;
    background-color: #204C3B;
}
.low_recruit_voice .flex{
    max-width: 910px;
    margin:0 auto 70px;
    align-items: center;
}
.recruit_senpaivoise_boxr {
    width: 30%;
    background-image: url(../img/lower/recruit_square_icon.png);
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: right bottom 0px;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
}
.recruit_senpaivoise_boxl{
    width: 60%;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl{
    padding-left: 105px;
    position: relative;
    margin-bottom:40px;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl:before {
    content: "01";
    font-size: 8rem;
    font-family: 'EB Garamond', serif;
    color: #E6E0CF;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 0.8;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl p span{
    padding-left: 30px;
    color: #204C3B;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl h3{
    font-weight: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:2.4rem;
}
.recruit_senpaivoise_box_right .recruit_senpaivoise_boxr{
    order: 2;
}
.recruit_senpaivoise_box_right .recruit_senpaivoise_boxl .recruit_senpaivoise_ttl:before {
    content: "02";
}
.recruit_senpaivoise_boxr {
    background-position: left bottom 0px;
    padding: 0 0 30px 30px;
}
/*low_recruit_recruit*/
.low_recruit_recruit_ttl{
    background-color: #FBFAF4;
    padding:20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:3rem;
    align-items: center;
    border-bottom:solid 1px #204C3B;
    max-width: 760px;
    margin:0 auto;
}
.low_recruit_recruit_ttl span{
    padding-left:25px;
    font-size:2rem;
}
.low_recruit_recruit_ttl p{
    color: #204C3B;
    font-size:2rem;
}
.low_recruit_recruit table{
    width: 100%;
    max-width: 760px;
    margin:0 auto 70px;
}
.low_recruit_recruit tr{
    border-bottom:solid 1px #A1B2A4;
}
.low_recruit_recruit th{
    padding:15px;
    width: 20%;
}
.low_recruit_recruit td{
    padding:15px;
}
.low_recruit_recruit td table{
    margin:0;
}
.low_recruit_recruit td tr{
    border-bottom:solid 0px #A1B2A4;
}
.low_recruit_recruit td th{
    padding:5px;
    width: 22%;
}
.low_recruit_recruit .recruit_ttl{
    margin-bottom:70px;
}
/*oubo_box*/
.oubo_box{

}
.oubo_box{
    margin: 80px auto 0;
    border: solid 1px #204C3B;
    padding: 45px ;
    max-width: 760px;
    position: relative;
    box-sizing: border-box;
}
.oubo_box:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: solid 1px #204C3B;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
}
.oubo_box .flex div:first-child{
    color: #204C3B;
}
.oubo_box tr{
    border:0;
}
.oubo_box th {
    padding: 5px;
    width: 29%;
}
.oubo_box td{
    padding: 5px;
}
.oubo_box .flex div:last-child {
    width: 85%;
}
.oubo_box table {
    margin: 0 auto 20px;
}
.oubo_box p.telno span {
    color: #204C3B;
    padding-right: 10px;
    font-size: 1.8rem;
}
.oubo_box p.telno a {
    font-size: 4.3rem;
    color: #204C3B;
}
@media (max-width: 1440px){
.low_recruit_works_r {
    width: 49%;
    margin: 0 -50px 0 auto;
}
.low_recruit_works_box_right .low_recruit_works_r {
    order: 2;
    margin: 0 auto 0 0px;
}
}
@media (max-width: 1024px){
.low_recruit_works_r h3 {
    font-size: 5rem;
    margin-bottom: 35px;
}
}
@media (max-width: 768px){
.low_recruit_works_r h3 {
    font-size: 4rem;
}
.low_recruit_works_box_right .low_recruit_works_r p {
    margin: 0 auto 0 auto;
}
}
@media (max-width: 500px){
.recruit_nav li a {
    box-sizing: border-box;
    padding: 10px 10px 60px 10px;
    background-size: 25px;
    background-position: center bottom 20px;
}
.recruit_nav li a p {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}
.recruit_nav li a p span {
    display: block;
    font-size: 1.2rem;
}
.recruit_ttl {
    padding: 15px 0;
    max-width: 280px;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    height: 100px;
}
.recruit_ttl:before {
    left: -230px;
    top: 0;
    width: 120%;
    height: 100px;
    z-index: -1;
}
.low_recruit_works_r {
    width: 100%;
    margin: 0 0px 0 auto;
}
.low_recruit_works .flex {
    margin-top: 40px;
    padding: 0 20px;
}
.low_recruit_works_r h3 {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 11px;
}
.low_recruit_works_l {
    width: 100%;
    margin-top: 15px;
}
.low_recruit_works_box_right .low_recruit_works_r {
    order: 0;
    margin: 0;
}
.low_recruit_works_r p {
    width: 100%;
}
.low_recruit_voice .recruit_ttl:before {
    right: -300px;
    width: 120%;
    height: 100px;
}
.recruit_senpaivoise_boxr {
    width: 45%;
    margin: 0 auto;
    background-position: left bottom 44px;
}
.recruit_senpaivoise_boxl {
    width: 100%;
    margin-top: 20px;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl:before {
    font-size: 7rem;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl {
    padding-left: 95px;
    margin-bottom: 20px;
}
.recruit_ttl span {
    font-size: 3rem;
}
.low_recruit_voice .recruit_ttl {
    margin: 0 0 20px auto;
}
.recruit_senpaivoise_boxl .recruit_senpaivoise_ttl h3 {
    font-size: 2rem;
}
.recruit_senpaivoise_box_right .recruit_senpaivoise_boxr {
    order: 0;
}
.low_recruit_voice .flex {
    margin: 0 auto 40px;
}
.low_recruit_voice:after {
    height: 240px;
    width: 80%;
    bottom: 12.5%;
}
.low_recruit_voice:before {
    height: 240px;
    width: 80%;
    left: 0;
    top: 28.5%;
}
.low_recruit_recruit_ttl {
    font-size: 2.2rem;
}
.low_recruit_recruit_ttl span {
    padding-left: 15px;
    font-size: 1.5rem;
}
.low_recruit_recruit_ttl h3{
    text-align: center;
    width: 100%;
}
.low_recruit_recruit_ttl p {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
}
.low_recruit_recruit th {
    padding: 10px;
    width: 23%;
}
.low_recruit_recruit td {
    padding: 10px;
}
.low_recruit_recruit td th{
    padding: 5px 5px 0 5px;
    display: block;
    width:100%;
    color: #AB9860;
}
.low_recruit_recruit td td {
    display: block;
    width:100%;
    padding: 0 5px 5px 5px;
}
.low_recruit_recruit .recruit_ttl {
    margin-bottom: 50px;
}
.oubo_box {
    margin: 30px auto 0;
    padding: 20px;
}
.oubo_box .flex div:first-child {
    width: 100%;
    font-size: 1.8rem;
}
.oubo_box .flex div:last-child {
    width: 100%;
}
.oubo_box p.telno a {
    font-size: 3.3rem;
}
}
@media (max-width: 320px){
.recruit_nav li a p {
    font-size: 1.4rem;
}
.recruit_senpaivoise_boxr {
    width: 65%;
}
.oubo_box p.telno a {
    font-size: 2.3rem;
}
}

/* ----------------------------------------------------------------------------
/  low_contact_form
/ ---------------------------------------------------------------------------- */
.contact_bg{
    background-image: url(../img/lower/contact_bg.jpg);
}
.low_contact .lower_ttl {
    margin-bottom: 20px;
}
/*low_contact_tel*/
.low_contact_tel .telno a {
    font-size: 4.3rem;
    color: #204C3B;
    background-image: url(../img/lower/cotact_tel_icon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left top 26px;
    letter-spacing: 0;
    text-align: center;
    display: table;
    margin: 0 auto 30px;
    transition: all 0.3s ease;
    padding-left: 40px;
    transition: all 0.3s ease;
}
.low_contact_tel .telno a:hover{
    color: #AB9860;
}
.low_contact_tel table {
    margin: 0 auto;
}
.low_contact_tel th,
.low_contact_tel td{
    padding:5px 15px;
}


/*low_contact_privacy*/
.low_contact_privacy table{
    max-width: 720px;
    margin:30px auto 0;
}
.low_contact_privacy th{
    width: 7%;
    font-size: 4rem;
    font-family: 'EB Garamond', serif;
    color: #E6E0CF;
    padding-bottom:25px;
    line-height: 1;
}
.low_contact_privacy td {
    vertical-align: bottom;
    padding-bottom:25px;
}


/*low_contact_form*/
.low_contact_form table{
    width: 100%;
    max-width: 780px;
    margin:40px auto 0;
}
.low_contact_form tr{
    margin-bottom: 25px;
}
.low_contact_form th {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.low_contact_form th p{
    width: 50%;
}
.low_contact_form th span {
    text-align: center;
    padding: 2px 10px;
    color: #fff;
    background-color: #564D39;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 20px;
}
.low_contact_form td {
    width: 75%;
    box-sizing: border-box;
    padding: 0 0 20px 40px;
    vertical-align: bottom;
}
.low_contact_form td p{
    font-size:1.4rem;
    padding-top:10px;
}
.btn_box input[type="submit"] {
    -webkit-transition: all .3s;
    text-transform: uppercase;
    transition: 0.5s;
    width: 100%;
    -webkit-appearance: none;
    filter: grayscale(0%);
    cursor: pointer;
    border: 0;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 2;
    font-weight: 600;
    display: block;
    border: solid 1px #204C3B;
    background-color: #204C3B;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px 0;
    margin: 60px auto 0;
    color: #fff;
    font-weight: normal;
    transition: all 0.6s ease;
    max-width: 280px;
}
.btn_box input[type="submit"]:hover{
    background-color: #fff;
    color:#204C3B;
    transition: all 0.6s ease;
}
/*▼input初期値▼*/
input[type="text"],
textarea {
    padding: 16px 10px!important;
    border: solid 1px #e6e6e6;
    outline: none;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="date" i]:focus,
input[type="submit" i]:focus,
input[type="submit" i]:focus {
  outline:0;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.contactform_area input[type="text"]:focus,
.contactform_area input[type="submit" i]:focus,
.contactform_area select:focus {
  border: 0px solid ;
  outline: 0;
}
.contactform_area button, html input[type="button"],
.contactform_area input[type="reset"],
.contactform_area input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=text]{
    border: solid 1px #e6e6e6;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
/*.mw_wp_form .error {
    color: #f48967!important;
}*/
/*▲input初期値▲*/
.mw_wp_form.mw_wp_form_send_error{
    padding:40px 0 0;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 500px){
.low_contact_tel .telno a {
    font-size: 3rem;
    background-size: 13px;
    background-position: left top 21px;
    margin: 0 auto 20px;
    padding-left: 25px;
}
.low_contact_privacy th {
    width: 14%;
    font-size: 4rem;
    padding-bottom: 20px;
}
.low_contact_tel th, .low_contact_tel td {
    padding: 3px 5px;
}
.low_contact_tel table {
    width: 100%;
}


.low_contact_form th {
    width: 100%;
    display: block;
}
.low_contact_form td {
    width: 100%;
    display: block;
    padding: 10px 0 20px 0;
}

}

@media (max-width: 320px){
.low_contact_tel th, .low_contact_tel td {
    padding: 3px 2px;
    font-size:1.4rem;
}
}

/* ----------------------------------------------------------------------------
/  low_case
/ ---------------------------------------------------------------------------- */
.case_bg{
    background-image: url(../img/lower/case_bg.jpg);
}
.low_case_btnlistarea{
    background-color: #FBFAF4;
}
/* .low_case_btnlist li{
    width: 23%;
    margin-bottom:30px;
} */
/* .low_case_btnlist ul:after{
    content: "";
    width: 31%;
}
.low_case_btnlist li a{
    box-sizing: border-box;
    display: block;
}
.low_case_btnlist li a img{
    display: block;
    margin:0 0 3px;
} */

.low_case_btnlist .flex{
    justify-content: center;
    /* margin: 5rem 0; */
    align-items: stretch;
}
.low_case_btnlist .syourei_box a h3{
    text-align: center;
    padding: 7px;
    font-size:1.5rem;
    border-bottom: solid 1px #204C3B;
    margin-bottom:7px;
}
.low_case_btnlist .syourei_box a:hover{
    opacity: 0.7;
}
.low_case_btnlist .syourei_box p{
    font-size:1.4rem;
}

/*--------------casebox--------------*/
.casebox {
    margin-bottom: 100px;
    border: solid 1px #204C3B;
    padding: 50px;
    position: relative;
}
.casebox:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: solid 1px #204C3B;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
}
.casebox h2{
    font-size:2.2rem;
    margin-bottom:20px;
}
.casebox img{
    width: 23%;
}
.casebox .five{
    width: 18%;
}
.casebox h3{
    color: #AB9860;
    padding:7px 20px;
    background-color: #F8F7F2;
    margin-bottom:10px;
}
.casebox .flex{
    margin-bottom: 30px;
}
.casebox table{
    width: 100%;
}
.casebox th{
    background-color: #204C3B;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-bottom: solid 1px #FBFAF4;
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
}
.casebox td {
    padding: 10px 20px;
    text-align: left;
    background-color: #FBFAF4;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: solid 1px #e4e2d2;
}
.casebox_th th,
.casebox_th td{
    width: 25%;
}
.case_comt{
    text-align: left;
    border-bottom: solid 0px #e4e2d2!important;
}
.casebox td li{
    padding-left: 20px;
    text-indent: -23px;
}
.casebox td p{
    margin-bottom:7px;
}
.casebox td li span{
    color: #204C3B;
    padding-right: 5px;
}
.case_att{
    margin-top:50px;
}
.case_att p{
    text-align: center;
}
.case_att ul{
    margin:40px auto;
    max-width: 500px;
}
.case_att li span{
    color: #204C3B;
    padding-right:10px;
}
.br768{
    display: none;
}

@media (max-width: 768px){
/* .low_case_btnlist li {
    width: 31%;
} */
.br768{
    display: block;
}
}
@media (max-width: 600px){
    .low_case_btnlist .flex{
    justify-content: space-between;
}
}
@media (max-width: 500px){
.low_case_btnlist li {
    width: 48%;
}
.casebox {
    margin-bottom:40px;
    padding:20px 10px;
}
.casebox h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.casebox img {
    width: 49%;
    margin-bottom: 6px;
}
.casebox .five {
    width: 49%;
    margin-bottom: 6px;
}
.casebox .flex {
    width: 98%;
    margin: 0 auto 20px;
}
.casebox td {
    padding: 10px 10px;
}
.casebox th {
    padding: 10px 10px;
}
.case_att li {
    padding-left: 20px;
    text-indent: -23px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.case_att ul {
    margin: 20px auto;
}
.casebox h3 {
    padding: 3px 10px;
}
.case_att{
    margin-top:30px;
}
}
@media (max-width: 390px){
.low_case_btnlist li a h3 {
    font-size: 1.4rem;
}
.low_case_btnlist .syourei_box a h3 {
    padding: 7px 0;
    line-height: 1.6;
}
}
@media (max-width: 375px){

}
@media (max-width: 320px){
.casebox th,
.casebox td {
    display: block;
    width: 100%;
}
.casebox th br{
    display: none!important;
}
}

/* ----------------------------------------------------------------------------
/  low_adult_main
/ ---------------------------------------------------------------------------- */
.low_adult_bg{
    background-image: none;
    background-color: #F7F6E9;
}
.low_adult_main .inner{
    max-width: 850px;
}
.low_adult_main .point_txt{
    margin: 4rem 0;
}
.low_adult_main li{
    margin-bottom: 3rem;
}
.low_adult_main h3{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 30px;
}
.low_adult_main h3:before{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../img/lower/point_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 8px;
}
/*-------------------------*/
.device_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 3.5rem;
}
.device_box .txt_device{
    width: 47%;
}
.device_box .txt_device a{
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    width: 271px;
    display: block;
    margin: 2rem auto 0;
}
.device_box .txt_device a:hover {
    opacity: 0.7;
}
.device_box .txt_device h3{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 30px;
}
.device_box .txt_device h3:before{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../img/lower/point_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 8px;
}
.device_box .img{
    width: 47%;
}
/*-------------------------*/
.low_adult_faq{
    background-color: #F9FAFA;
}
.accordion_one{
    padding: 3rem;
    margin-bottom: 1.5rem;
    border-bottom: solid 1px #564D39;
}
.accordion_one .ac_header {
    padding: 0 4rem 0 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}
.accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.accordion_one .ac_header .i_box:before, .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.accordion_one .ac_header .i_box:before {
    border-top: 1px solid #564D39;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.accordion_one .ac_header .i_box:after {
    border-left: 1px solid #564D39;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
}
.accordion_one .ac_header.open .i_box:after {
    height: 0;
}
.accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 0rem 0rem;
}
/*=======================================
　faq
=======================================*/
.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}
.p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color:#204C3B;
    font-size: 130%;
    font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
    font-size: 2rem;
}
@media screen and (max-width: 736px) {
/*  .p-faq__headinner {
    padding-left: 25px;
    }*/
    .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
    }
}
.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}
.p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #AB9860;
    font-size: 20px;
    font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 1.6rem;
}
.p-faq__bodyinner p.p-faq__a-txt a{
    color: var(--lightblue);
}
@media (max-width: 768px){
    .accordion_one {
        padding: 2rem;
    }
    .p-faq__headinner p.p-faq__q-txt {
        font-size: 1.7rem;
    }
    .accordion_one .ac_header .i_box {
        right: 0rem;
    }
    .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 1.5rem;
    }
    .qa_area .txt {
        margin: 0 auto 3rem;
    }
}
.low_adult_yoyaku{
    background-image: url(../img/lower/adult_yoyaku.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
}
.low_adult_yoyaku a{
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 15px 0;
    max-width: 430px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.low_adult_yoyaku a:hover{
    opacity: 0.9;
}
@media (max-width: 768px){
.low_adult_yoyaku {
    padding: 90px 0;
}
}
@media (max-width: 600px){
.low_adult_main h3,
.device_box .txt_device h3 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding-left: 27px;
}
.low_adult_main h3:before,
.device_box .txt_device h3:before {
    width: 17px;
    height: 17px;
    top: 4px;
}
.low_adult_main .point_txt {
    margin: 2rem 0;
}
.low_adult_main li {
    margin-bottom: 2rem;
}
.accordion_one {
    padding: 1.5rem 0;
    margin-bottom: 0rem;
}
.p-faq__headinner p.p-faq__q-txt {
    font-size: 1.6rem;
}
.device_box .txt_device {
    width: 100%;
    margin-bottom: 2rem;
}
.device_box .img {
    width: 100%;
}
.low_adult_yoyaku a {
    width: 90%;
}
.low_adult_yoyaku {
    padding: 50px 0;
}
}


/* ----------------------------------------------------------------------------
/  l__case(archive)
/ ---------------------------------------------------------------------------- */
.l__case .anchor{
    margin-bottom: 8rem;
}
.l__case .anchor:last-of-type{
    margin-bottom: 0;
}
.l__case__h3ttl{
    position: relative;
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 3rem;
}
.l__case__h3ttl::before{
    content: "+";
    font-size: clamp(2rem, 3vw, 2.5rem);
    padding-right: 10px;
}
.l__case__box{
    width: 24%;
    margin-bottom: 3rem;
}
.l__case__list::after{
    content: "";
    display: block;
    width: 24%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.l__case__list::before{
    content: "";
    display: block;
    width: 24%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;
}
.l__case__img{
    position: relative;
    display: block;
    transition:all 0.3s ease;
}
.l__case__img:hover{
    opacity: 0.7;
}
.arh_img_case{
    position: relative;
    margin-bottom: 5px;
}
.l__case__box .arh_img span{
    background-color: #F8F7F2;
    color: #AB9860;
    padding: 1px 10px;
    font-size: 1.3rem;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}
.l__case__box .arh_img span.after{
    background-color: #AB9860;
    color: #F8F7F2;
}
.l__case__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0px 30px;
    border-color: #174334 transparent transparent transparent;
    z-index: 1;
}
.l__case__cate a{
    font-size: 1.4rem;
    background-color: #174334;
    color: #fff;
    padding: 0 5px;
}
.l__case__cate a:first-of-type{
    margin-right: 5px;
}
.l__case__h4ttl{
    line-height: 1.5;
    margin-top: 5px;
}
.l__case__btn {
    background-color: #204C3B;
    color: #fff;
    border: solid 10px #A1B2A4;
    text-align: center;
    padding: 10px 0;
    width: 240px;
    display: block;
    margin: 2rem auto 4rem;
    transition:all 0.3s ease;
}
.l__case__btn:hover{
    opacity: 0.7;
    color: #fff;
}
@media (max-width: 600px){
    .l__case .anchor {
        margin-bottom: 4rem;
    }
    .l__case__h3ttl {
        margin-bottom: 2rem;
    }
    .l__case__box {
        width: 48%;
    }
    .l__case__list::after{
        width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
    }
    .l__case__box .arh_img span {
        padding: 0px 6px;
        font-size: 1.2rem;
        top: 5px;
        left: 5px;
    }
    .l__case__arrow {
        border-width: 15px 20px 0px 20px;
    }
    .l__case__cate a {
        font-size: 1.1rem;
        padding: 0 3px 2px;
    }
    .l__case__btn {
        margin: 1rem auto 0;
    }
}


/* ----------------------------------------------------------------------------
/  single__case
/ ---------------------------------------------------------------------------- */
.single-case .inner{
    max-width: 1080px;
}
.single-case__h2ttl {
    color: #AB9860;
    padding: 7px 20px;
    background-color: #F8F7F2;
    margin-bottom: 1rem;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.single-case__img img{
    width: 18%;
}
.single-case__img-flex {
    margin-bottom: 3rem;
    justify-content: space-around;
}
.single-case__table th{
    background-color: #204C3B;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-bottom: solid 1px #FBFAF4;
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
}
.single-case__table td {
    padding: 10px 20px;
    text-align: left;
    background-color: #FBFAF4;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: solid 1px #e4e2d2;
}
.single-case__table tr:last-of-type td{
    border-bottom: none;
}
.single-case__table td p{
    margin-bottom:7px;
}
.single_area .case_att {
    border-top: solid 1px #CDC1A0;
    padding: 30px 0 0;
    margin-top: 40px!Important;
}
.single_area .case_att .lower_ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
@media (max-width: 600px){
    .single-case__h2ttl{
        padding: 3px 10px;
    }
    .single-case__img-flex {
        margin-bottom: 1rem;
    }
}
@media (max-width: 500px){
    .single-case__img img {
        width: 49%;
        margin-bottom: 6px;
    }
    .single-case__table td {
        padding: 10px 10px;
    }
    .single-case__table th {
        padding: 10px 10px;
    }
    .single-case__h2ttl {
        padding: 3px 10px;
    }
    .single_area .case_att .lower_ttl {
        font-size: 1.8rem;
    }
}
    @media (max-width: 320px){
    .single-case__table th,
    .single-case__table td {
        display: block;
        width: 100%;
    }
    .single-case__table th br{
        display: none!important;
    }
}
.button-13 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: center; 
  padding: 4px 16px 4px 0;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-13 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}

.button-13 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #333;
  rotate: 40deg;
  right: -3px;
  bottom: 10px;
  transition: all 0.3s;
}

.button-13 a:hover::after,
.button-13 a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}