@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

h1, h2, h3, h4 {
	line-height: 1;
	font-weight: 300;
}

body {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    min-width: 1290px;
    font-weight: 300;
}
.font-change {
    font-family: "Noto Sans JP", serif;
}
main {
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
    padding-bottom: 0px;
    top: 0;
}
#page header {
    background: rgba(255, 255, 255, .85);
}
header .out {
    display: none;
}
#page header .out {
    display: block;
}
#page header .in {
    display: none;
}
.header {
    padding: 20px 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    height: 40px;
}
.sub_menu {
    display: flex;
    justify-content: flex-end;
}
.sub_menu div {
    display: flex;
}
.menu_btn a {
    display: block;
    width: 140px;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
}
.web_btn {
    background-color: #000;
}
#page header.on .web_btn {
    border: 0;
}
.tel_btn {
    background-color: #916f4e;
}
.sub_menu img {
    height: 40px;
    margin-left: 5px;
}
.nav {
    display: flex;
    margin-top: 1px;
}
.nav li {
    font-size: 14px;
}
.nav > li {
    line-height: 50px;
    margin-left: 30px;
}
.nav li a {
    color: #fff;
}
#page .nav li a {
    color: #000;
}
.nav li span {
    color: #fff;
}
#page .nav li span {
    color: #000;
}
.menu_drop {
    position: relative;
}
.menu_drop span {
    position: relative;
    display: block;
    padding-right: 20px;
    cursor: pointer;
}
.menu_drop span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
#page .menu_drop span::after {
    border-top: 6px solid #000;
}
.on .menu_drop span::after {
    border-top: 6px solid #000;
}
.drop_menu {
    display: none;
    position: absolute;
    width: 180px;
    transform: translate(0%, 100%);
    left: -15px;
    bottom: 0px;
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
    height: 0;
}
.menu_drop:hover .drop_menu {
    display: block;
    height: auto;
}
.drop_menu.on {
}
.nav .drop_menu li {
    padding-left: 0;
    padding-bottom: 1em;
    line-height: 1;
}
.nav .drop_menu li:last-child {
    padding-bottom: 0;
}
.nav .drop_menu li a {
    color: #000;
}

/*
.drop_menu {
    position: absolute;
    width: 180px;
    transform: translate(0%, 100%);
    left: 15px;
    bottom: -15px;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}
.drop_menu.on {
    background: #fff;
}
.nav .drop_menu li {
    padding-left: 0;
}
.nav .drop_menu li:last-child {
    padding-bottom: 0;
}
.nav .drop_menu li a {
    color: #000;
    padding: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    background: transparent;
}
.nav .drop_menu.on li a {
    padding: 0.5em 0;
    line-height: 1;
    background: #fff;
    transition: padding 0.3s cubic-bezier(0, 0, 0, 1), color 0.3s cubic-bezier(0, 0, 0, 1), line-height 0.3s cubic-bezier(0, 0, 0, 1), background-color 0.3s;
}
*/

header.on {
    background: rgba(255, 255, 255, .85);
}
#page header.on {
    background: rgba(255, 255, 255, .85);
}
.on .nav li a {
    color: #000;
}
.on .nav li span {
    color: #000;
}
header.on .out {
    display: block;
}
header.on .in {
    display: none;
}

.banner_slider {
    padding-top: 50px;
}
.sld_n01 .slick-slide {
    padding: 0 40px;
}

.about {
    padding: 85px 0 100px;
}

.tll_h2 {
    text-align: center;
}
.tll_h2 h2 {
    font-size: 60px;
    margin-bottom: 30px;
}
.tll_h2 span {
    font-size: 16px;
    color: #916f4e;
}
.inner {
    width: 88%;
    max-width: 1100px;
    margin: auto;
}
.mv {
    width: 100%;
    height: 100vh;
    background: url(../img/index/mv_pc.jpg) center center no-repeat;
    background-size: cover;
}
.about_txt {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 75px;
}
.ct_txt {
    line-height: 2;
}

.ct_txt ul {
    margin-top: 60px;
    width: 200px;
}
.ct_txt ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #916f4e;
    line-height: 1;
    margin-top: 20px;
}
.ct_txt ul a {
    display: inline-block;
    width: 100%;
    color: #916f4e;
    position: relative;
    line-height: 1;
}
.ct_txt ul a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 12px;
    height: 12px;
    background-image: url(img/common/arrow_gold.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.ct_txt ul li.dr_links {
    width: 150px;
}

.about_point {
    display: flex;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 40px;
}
.pt01 {
    background-image: url(img/about_p1_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.pt02 {
    text-align: right;
    flex-direction: row-reverse;
    background-image: url(img/about_p2_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.pt03 {
    background-image: url(img/about_p3_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.point {
    width: 90px;
    margin-right: 35px;
}
.pt02 .point {
    margin-right: 0;
    margin-left: 35px;
}
.about_point h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
.about_point p {
    line-height: 2;
}

.message {
    padding: 85px 0 130px;
    background-image: url(img/message_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-color: #000;
    color: #fff;
}
.message_txt {
    margin-top: 85px;
}
.message_txt .tt_l {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.menu {
    padding: 100px 0 10px;
    background-color: #000;
    background-image: url(img/menu_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.menu h2 {
    color: #fff;
}
.menu_blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.menu_item {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.menu01 {
    background-image: url(img/menu1_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu02 {
    background-image: url(img/menu2_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu03 {
    background-image: url(img/menu3_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu04 {
    background-image: url(img/menu4_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu05 {
    background-image: url(img/menu5_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu06 {
    background-image: url(img/menu6_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu07 {
    background-image: url(img/menu7_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu08 {
    background-image: url(img/menu8_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu09 {
    background-image: url(img/menu9_img_pc.png);
    background-repeat: no-repeat;
    background-size: auto 160px;
    background-position: top 70px center;
}
.menu_item h3 {
    font-size: 28px;
    text-align: center;
}
.menu_item_link {
    width: 100%;
}
.menu_item_link a {
    display: block;
    line-height: 40px;
    background-color: #916f4e;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.menu_item_link a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url(img/common/arrow_white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.menu_item_link a.menu_link_btn::after {
    background-image: url(img/common/spmenu_accordion_btn_open.svg);
}

.tp-cases {
    padding: 40px 0 90px;
    background-color: #000;
}
.tp-cases h2 {
    color: #fff;
}
.tp-cases .btn_link {
    margin-top: 80px;
    margin-left: auto;
}
.sld_n02 {
    margin-top: 65px;
}

.doctor {
    padding: 100px 0 55px;
    background-color: #f0f0f0;
}
.doctor .inner {
    max-width: 1200px;
    background-image: url(img/doctor_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 744px auto;
    background-position: bottom right;
    padding-bottom: 105px;
}
.doctor_txt {
    margin-top: 110px;
}

.tp-society {
    padding: 95px 0 130px;
    background-image: url(img/society_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
    background-color: #000;
    color: #fff;
}
.society_txt {
    margin-top: 110px;
}
.society_txt a {
    margin-top: 60px;
}

section.news {
    padding: 100px 0 90px;
    background-color: #f0f0f0;
}
.news_list {
    width: 100%;
    max-width: 800px;
    margin: 75px auto 0px;
}
.news_list ul {
    width: 100%;
    margin-bottom: 70px;
}
.news_list li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #8b8b8b;
    display: flex;
    font-size: 14px;
}
.news_list li span {
    margin-right: 35px;
    color: #8b8b8b;
}

.btn_link {
    margin-top: 60px;
    display: block;
    width: 200px;
    color: #916f4e;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    line-height: 1;
    position: relative;
}
.news .btn_link {
    margin-left: auto;
}

.btn_link::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0px;
    width: 12px;
    height: 12px;
    background-image: url(img/common/arrow_gold.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.access {
    padding: 90px 0 130px;
}

.access_txt {
    display: flex;
    margin-top: 95px;
}
.access_info {
    width: 500px;
    padding-right: 100px;
}
.access_info p {
    line-height: 2;
}
.access_info ul {
    margin: 30px 0 35px;
}
.access_info ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    align-items: center;
}
.access_info ul li p {
    line-height: 1;
    font-size: 14px;
}
.access_info ul li p.number {
    font-size: 24px;
}
.free-dl {
    position: relative;
}
.free-dl::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-100% , -50%);
    width: 27px;
    height: 18px;
    background-image: url(img/common/icon_freedial.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.map {
    width: 600px;
}

footer {
    padding: 95px 0 120px;
    background-color: #000;
    color: #fff;
}
footer .ft_logo {
    margin-bottom: 65px;
}
footer img {
    height: 42px;
}
footer a {
    color: #fff;
    font-size: 14px;
}
.ft_menu {
    display: flex;
    justify-content: space-between;
}
.ft_menu_item:nth-of-type(3),
.ft_menu_item:nth-last-of-type(1) {
    padding-top: 26px;
}
.nav_ttl {
    font-size: 11px;
    line-height: 1;
    color: #916f4e;
    margin-bottom: 15px;
}
.ft_nav {

}
.ft_nav li {
    line-height: 1;
}
.ft_nav li a {
    display: inline-block;
    line-height: 1;
    margin-bottom: 16px;
}
.nav_child {
    padding-left: 10px;
    border-left: 1px solid;
    margin-bottom: 15px;
}
.nav_child li a {
    font-size: 12px;
    margin-bottom: 1em;
    font-family: "Noto Sans JP", serif;
}
.nav_child li:last-child a {
    margin-bottom: 0;
}
.nav_c01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 340px;
}
.nav_c01 > li:nth-child(1),
.nav_c01 > li:nth-child(2) {
    padding-right: 20px;
}
.nav_c02 {
    display: flex;
    flex-wrap: wrap;
    width: 130px;
}
.nav_c02 li:nth-child(2n+1) {
    margin-right: 10px;
}
.nav_c02 li:nth-child(2n) {
    width: 70px;
}
.nav_c03 {
    display: flex;
    flex-wrap: wrap;
    width: 165px;
}
.nav_c03 li {
    width: 70px;
}
.nav_c03 li:nth-child(2n+1) {
    margin-right: 10px;
}
.nav_c03 li:nth-last-child(2) a {
    margin-bottom: 0;
}
.nav_c04 {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}
.nav_c04 li:nth-child(2n+1) {
    margin-right: 10px;
    width: 115px;
}
.nav_c04 li:nth-last-child(2) a {
    margin-bottom: 0;
}
.nav_c05 {
    display: flex;
    flex-wrap: wrap;
    width: 240px;
}
.nav_c05 li:nth-child(2n+1) {
    margin-right: 10px;
    width: 110px;
}
.nav_c05 li:nth-last-child(2) a {
    margin-bottom: 0;
}
.list_nav_ttl {
    font-size: 14px;
    line-height: 1;
    margin: 25px 0 20px;
}
.Copyright {
    font-size: 12px;
    margin-top: 60px;
}

.slick-track {
    width: 600px;
}
.cases_ba {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.cases_ba p {
    width: calc((100% - 50px) / 2);
    text-align: center;
}
.case_sld_item {
    padding: 0 40px;
}
.sld_n02 .slick-slide {
    opacity: .5;
    height: 590px;
}
.sld_n02 .slick-slide.slick-active {
    opacity: 1;
}
.slick-slide.slick-active a {
    background-color: #fff;
}
.slick-slide.slick-active a:hover {
    opacity: 1;
}
.slick-slide.slick-active a:hover .cases_in_blk {
    opacity: .7;
}
.sld_n02 .slick-slide a {
    border-radius: 20px;
    pointer-events: none;
    padding: 30px 40px 50px;
}
.slick-active a {
    pointer-events: inherit;
}
.sld_n02 .slick-active a {
    pointer-events: inherit;
}
.case_sld_item img {
    width: 100%;
}
.case_sld_item h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.case_sld_item.slick-active h3 {
    display: block;
}
.sld_n02 .case_sld_item {
    width: 600px;
}

.slick-dots {
    transform: translateY(100%);
    bottom: -15px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 8px;
}
.sld_n02 .slick-dots li button:before {
    color: #fff;
    opacity: .4;
}
.sld_n02 .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}
.sld_n01 .slick-prev {
    background-image: url(img/slide_btn_left_black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 18.5%;
}
.sld_n01 .slick-next {
    background-image: url(img/slide_btn_right_black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 18.5%;
}
.sld_n02 .slick-prev {
    background-image: url(img/slide_btn_left_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 27.5%;
}
.sld_n02 .slick-next {
    background-image: url(img/slide_btn_right_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 27.5%;
}

.menu_link_btn {
    cursor: pointer;
}
.model_blk {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
}
.model_in {
    background: #fff;
    padding: 30px 20px 10px;
    border-radius: 10px;
    width: 960px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.model_in h3 {
    font-size: 28px;
}
.model_in ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.model_in ul li {
    width: calc((100% - 20px) / 3);
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.model_in ul li:nth-of-type(3n) {
    margin-right: 0;
}
.model_in ul li a {
    display: block;
    line-height: 40px;
    width: 100%;
    background: #916f4e;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.model_in ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    background-image: url(img/common/arrow_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.md-close {
    position: absolute;
    transform: translate(50%, -50%);
    background: #916f4e;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
}
.md-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
}
.md-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.sp-menu {
    display: none;
}
.sp-btn {
    display: none;
}
.sp-view {
    display: none;
}
@media screen and (max-width: 1450px) {
    .pc-menu {
        display: none;
    }
    header {
        position: absolute;
        top: 0;
        left: 0;
    }
    header.on {
        background: transparent;
    }
    header.on .in {
        display: block;
    }
    header.on .out {
        display: none;
    }
    .sp-btn {
        display: flex;
        position: fixed;
        top: 10px;
        right: 50px;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        z-index: 10000;
    }
    .sp-btn span {
        width: 34px;
        height: 16px;
        position: relative;
        cursor: pointer;
    }
    .sp-btn span::before,
    .sp-btn span::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
    }
    .sp-btn.cc {
        background: rgba(255, 255, 255, 0.8);
    }
    #page .sp-btn {
        background: rgba(255, 255, 255, 0.8);
    }
    #page .sp-btn.on {
        background: transparent;
    }
    #page .sp-btn span::before,
    #page .sp-btn span::after {
        background: #000;
    }
    #page .sp-btn.on span::before,
    #page .sp-btn.on span::after {
        background: #fff;
    }
    .sp-btn.cc span::before,
    .sp-btn.cc span::after {
        background-color: #000;
    }
    .sp-btn span::before {
        top: 0;
        transition: all ease .3s;
    }
    .sp-btn span::after {
        bottom: 0;
        transition: all ease .3s;
    }
    .sp-btn.on.cc {
        background: transparent;
    }
    .sp-btn.on span::before {
        transform: translateY(-50%) rotate(45deg);
        top: 50%;
        background: #fff;
        transition: all ease .3s;
    }
    .sp-btn.on span::after {
        transform: translateY(50%) rotate(-45deg);
        bottom: 50%;
        background: #fff;
        transition: all ease .3s;
    }
    .sp-menu {
        position: fixed;
        background: #000;
        width: 100%;
        z-index: 999;
        padding: 20px 50px;
        height: 100vh;
        top: 0;
    }
    .menu_hd {
        display: flex;
        padding-bottom: 20px;
    }
    .sp-logo img {
        height: 40px;
    }
    .sp_menu-list {
        width: 100%;
        max-width: 670px;
        margin: auto;
        color: #fff;
        overflow-y: auto;
        height: calc(100vh - 120px);
    }
    ul.sp_nav {
        margin-top: 60px;
    }
    ul.sp_nav > li {
        border-bottom: 1px solid #353535;
    }
    ul.sp_nav a {
        display: block;
        width: 100%;
        color: #fff;
        line-height: 40px;
        padding: 0 40px;
        position: relative;
    }
    ul.sp_nav a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        background-image: url(img/common/spmenu_arrow_white.svg);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%);
    }
    ul.sp_nav .sub_menu-btn::after {
        background-image: url(img/common/spmenu_accordion_btn_open.svg);
    }
    ul.sp_nav .sub_menu-btn.on::after {
        background-image: url(img/common/spmenu_accordion_btn_close.svg);
    }
    ul.sp_nav_child {
        height: 0;
        overflow: hidden;
    }
    ul.sp_nav_child li {
    }
    ul.sp_nav_child.on {
        height: auto;
    }
    ul.sp_nav_child.on li {

    }
    ul.sp_nav .sp_nav_child a {
        background: #535353;
        border-bottom: 1px solid #000;
        padding: 12px 40px;
        line-height: 1;
    }
    .sp-menu_btn {
        display: flex;
        max-width: 335px;
        width: 100%;
        margin: 20px auto;
        justify-content: space-between;
    }
    .sp-menu_btn a {
        display: block;
        width: calc((100% - 10px) / 2);
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
    }
    .sp-menu_btn a.web {
        border: 1px solid #fff;
    }
    .sp-menu_btn a.tel {
        background: #916f4e;
        border: 1px solid #916f4e;
    }
    .sp-sns {
        display: flex;
        justify-content: flex-end;
    }
    .sp-sns img {
        height: 40px;
        margin-left: 10px;
    }
    .sld_n02 .slick-slide {
        opacity: .5;
        height: 475px;
    }
}


@media screen and (max-width: 767px) {
    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
    body {
        min-width: inherit;
        font-size: 14px;
    }
    header {
        position: absolute;
        top: 0;
        left: 0;
    }
    header.on {
        background: transparent;
    }
    header.on .in {
        display: block;
    }
    header.on .out {
        display: none;
    }
    .header {
        padding: 25px 20px 10px;
    }
    .logo img {
        height: 28px;
    }
    .sp-btn {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
    }
    .sp-btn span {
        width: 17px;
        height: 8px;
    }
    .sp-menu {
        padding: 25px 20px;
    }
    .sp-logo img {
        height: 28px;
    }
    ul.sp_nav {
        margin-top: 20px;
    }
    ul.sp_nav a {
        padding: 0 20px;
    }
    ul.sp_nav a::after{
        right: 20px;
    }
    .sld_n01 .slick-slide {
        padding: 0 60px;
    }
    .sld_n01 .slick-next {
        width: 30px;
        height: 30px;
        right: 15px;
    }
    .sld_n01 .slick-prev {
        width: 30px;
        height: 30px;
        left: 15px;
    }
    .slick-dots {
        bottom: -5px;
    }

    .mv {
        width: 100%;
        height: 100vh;
        background: url(../img/index/mv_sp.jpg) center center no-repeat;
    }
    .about {
        padding: 55px 0 50px;
    }
    .tll_h2 h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .tll_h2 span {
        font-size: 14px;
    }
    .ct_txt {
        line-height: 1.8;
    }
    .about_txt {
        margin: 35px 0;
    }
    .about_point {
        flex-direction: column;
        align-items: normal;
        padding: 0 0 5px;
        margin: 0 -7% 25px;
    }
    .pt01 {
        background-image: url(img/about_p1_bg_sp.jpg);
        background-size: auto 100%;
        padding-left: 20px;
    }
    .pt02 {
        background-image: url(img/about_p2_bg_sp.jpg);
        background-size: auto 100%;
        padding-right: 20px;
    }
    .pt03 {
        background-image: url(img/about_p3_bg_sp.jpg);
        background-size: auto 100%;
        padding-left: 20px;
    }
    .point {
        width: 50px;
    }
    .pt02 .point {
        margin-left: auto;
        margin-right: 0px;
    }
    .about_point h3 {
        font-size: 21px;
        line-height: 1.5;
        margin: 10px 0 5px;
    }
    .about_point p {
        font-size: 13px;
        line-height: 1.8;
    }

    .message {
        padding: 60px 0 70px;
        background-image: url(img/message_bg_sp.jpg);
        background-position: bottom right;
    }
    .message_txt {
        margin-top: 55px;
    }
    .message_txt .tt_l {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .message_txt p {
        width: 215px;
    }
    .message_txt p.tt_l {
        width: 235px;
    }
    .ct_txt ul {
        margin-top: 40px;
        width: 175px;
    }

    .menu {
        padding: 40px 0 5px;
    }
    .menu_item {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        padding: 10px;
        height: 235px;
    }
    .menu_item:nth-of-type(5),
    .menu_item:nth-of-type(6),
    .menu_item:nth-of-type(7),
    .menu_item:nth-of-type(8),
    .menu_item:nth-of-type(9) {
        height: 205px;
    }
    .menu01 {
        background-image: url(img/menu1_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu02 {
        background-image: url(img/menu2_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu03 {
        background-image: url(img/menu3_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu04 {
        background-image: url(img/menu4_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu05 {
        background-image: url(img/menu5_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu06 {
        background-image: url(img/menu6_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu07 {
        background-image: url(img/menu7_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu08 {
        background-image: url(img/menu8_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu09 {
        background-image: url(img/menu9_img_sp.png);
        background-size: auto 100px;
        background-position: top 50px center;
    }
    .menu_item:nth-of-type(2n) {
        margin-right: 0;
    }
    .menu_item h3 {
        font-size: 16px;
    }
    .menu_item_link a {
        margin-top: 5px;
        text-align: left;
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
    }
    .menu_item_link a::after {
        width: 12px;
        height: 12px;
    }

    .case {
        padding: 35px 0 70px;
    }
    .sld_n02 .slick-slide a {
        padding: 15px 10px;
    }
    .case_sld_item {
        padding: 0 65px;
    }
    .cases_ba p {
        width: calc((100% - 15px) / 2);
        font-size: 12px;
    }
    .case_sld_item h3 {
        font-size: 14px;
        margin-top: 1em;
    }
    .sld_n02 .slick-slide {
        height: 70vw;
    }
    .sld_n02 .slick-next {
        right: 20px;
        width: 30px;
        height: 30px;
        top: 50%;
    }
    .sld_n02 .slick-prev {
        left: 20px;
        width: 30px;
        height: 30px;
        top: 50%;
    }
    .tp-cases .btn_link {
        margin-top: 70px;
        width: 125px;
    }
    .doctor {
        padding: 45px 0 35px;
        background-image: url(img/doctor_bg_sp.jpg);
        background-size: 100% auto;
        background-position: top 125px center;
        background-repeat: no-repeat;
    }
    .doctor .inner {
        background-image: none;
        padding: 0;
    }
    .doctor_txt {
        margin-top: 310px;
    }
    .doctor .ct_txt ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .doctor .ct_txt ul li {
        width: calc((100% - 25px) / 2);
        margin-bottom: 20px;
        margin-top: 0;
    }
    .doctor .ct_txt ul li:last-of-type {
        width: 125px;
    }
    .tp-society {
        padding: 40px 0 95px;
        background-image: url(img/society_bg_sp.jpg);
    }
    .society_txt {
        margin-top: 50px;
    }
    .society_txt a {
        width: 200px;
        margin-top: 35px;
        margin-left: auto;
        margin-right: 0;
    }
    section.news {
        padding: 45px 0 65px;
    }
    .news_list {
        margin-top: 45px;
    }
    .news_list ul {
        margin-bottom: 50px;
    }
    .news_list li span {
        margin-right: 20px;
    }
    .news .btn_link {
        margin-top: 35px;
        width: 200px;
    }

    .access {
        padding: 45px 0 85px;
    }
    .access_txt {
        margin-top: 40px;
        display: block;
    }
    .access_info {
        width: 100%;
        padding-right: 0;
    }
    .access_info ul {
        margin: 15px 0 20px;
    }
    .access_info ul li p.number {
        font-size: 23px;
    }
    .access .btn_link {
        display: none;
    }
    .free-dl::before {
        width: 25px;
        height: 16px;
        left: -20px;
    }
    .map {
        margin-top: 50px;
        width: 100%;
    }
    .map iframe {
        width: 100%;
        height: 200px;
    }
    footer {
        padding: 60px 0 95px;
    }
    footer img {
        display: block;
        height: 33px;
        margin: auto;
    }
    footer .ft_logo {
        margin-bottom: 80px;
    }
    .ft_sp-menu {
        text-align: right;
    }
    .ft_sp-menu li a {
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .Copyright {
        font-size: 11px;
        margin-top: 30px;
        text-align: right;
    }

    .model_in {
        padding: 20px 10px 5px;
        border-radius: 5px;
        width: 60%;
    }
    .md-close {
        width: 25px;
        height: 25px;
    }
    .model_in h3 {
        font-size: 16px;
    }
    .model_in ul {
        display: block;
        margin-top: 17px;
    }
    .model_in ul li {
        width: 100%;
        line-height: 40px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .model_in ul li a {
        font-size: 14px;
        line-height: 35px;
        text-align: left;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .sld_n02 .slick-slide {
        height: 94vw;
    }
}
.flex_btn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
}
.f_btn {
    display: flex;
}
.flex_btn .web {
    display: block;
    width: 250px;
    line-height: 50px;
    background-color: #000;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.flex_btn .tel {
    display: block;
    width: 250px;
    line-height: 50px;
    color: #fff;
    background-color: #916f4e;
    text-align: center;
    border-radius: 5px;
}
.toppage {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.toppage img {
    width: 40px;
}
@media screen and (max-width: 767px) {
    .f_btn {
        width: 100%;
        padding: 0 20px;
        justify-content: space-between;
    }
    .flex_btn .web {
        width: calc((100% - 7px) / 2);
        line-height: 40px;
        margin-right: 0px;
    }
    .flex_btn .tel {
        width: calc((100% - 7px) / 2);
        line-height: 40px;
        margin-right: 0px;
    }
    .toppage {
        position: absolute;
        top: -20px;
        right: 10px;
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none;
    }
    .toppage img {
        width: 30px;
    }
}

.youtube {
    padding: 70px 0 140px;
    background-color: #f0f0f0;
}
.ytb_item {
    margin: 60px auto 80px;
}
.ytb_item:last-of-type {
    margin-bottom: 0;
}
.ytb_info {
    width: 88%;
    max-width: 1100px;
    margin: 0 auto 40px;
    display: flex;
    align-items: flex-end;
}
.ytb_info img {
    width: 120px;
}
.ytb_dr {
    padding-bottom: 20px;
    padding-left: 40px;
    width: calc(100% - 120px);
}
.ytb_dr h3 {
    padding-bottom: 20px;
    font-size: 28px;
    border-bottom: 1px solid;
    color: #916f4e;
}
.ytb_sl-item {
    padding: 0 40px;
    opacity: .5;
}
.ytb_sl-item a {
    pointer-events: none;
    padding: 0;
    position: relative;
}
.ytb_sl-item .play {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.ytb_sl-item.slick-active {
    opacity: 1;
}
.ytb_sl-item.slick-active a {
    pointer-events: inherit;
}
.ytb_sl-item.slick-active a:hover {
    opacity: .8;
}
.ytb_sl-item.slick-active .play {
    display: block;
}
.sld_n03 .slick-prev {
    background-image: url(img/slide_btn_left_black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 29%;
}
.sld_n03 .slick-next {
    background-image: url(img/slide_btn_right_black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 29%;
}
@media screen and (max-width: 767px) {
    .youtube {
        padding: 20px 0 85px;
    }
    .ytb_item {
        margin: 40px auto 65px;
    }
    .ytb_info {
        margin-bottom: 35px;
    }
    .ytb_info img {
        width: 100px;
    }
    .ytb_dr {
        padding-bottom: 20px;
        padding-left: 25px;
        width: calc(100% - 100px);
    }
    .ytb_dr h3 {
        padding-bottom: 15px;
        font-size: 21px;
    }
    .ytb_sl-item {
        padding: 0 16.66vw;
        opacity: .5;
    }
    .ytb_sl-item .play {
        width: 50px;
    }
    .sld_n03 .slick-prev {
        width: 30px;
        height: 30px;
        left: 20px;
    }
    .sld_n03 .slick-next {
        width: 30px;
        height: 30px;
        right: 20px;
    }
}

.tp-Hero_Text {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-Hero_Text-01 {
    width: 100%;
    max-width: 83%;
}