@charset "UTF-8";

/*====== clearfix =====*/
.clearfix:after { content: ""; display: table; clear: both; }

.clear { clear: both; }

/*====== accessibility =====*/
.screen-reader-text, .sns_list span { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus, .sns_list span:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875px; font-size: 0.05425rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/*====== box-sizing =====*/
html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; }

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

#wrapper { overflow: hidden; }

/*====== font =====*/
body {
    font-family: "リュウミン L-KL", "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; line-height: 1.5; }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

.font-normal {
    font-family: "リュウミン L-KL";
}
.font-normal-b {
    font-family: "リュウミン R-KL";
    font-weight: 700;
}
.font-normal-bk {
    font-family: "リュウミン B-KL";
    font-weight: 700;
}
.font-gothic,
.m-tel .tel-lb {
    font-family: "A1ゴシック R";
}
.font-gothic-b {
    font-family: "A1ゴシック M";
    font-weight: 700;
}
.font-midashi,
.m-catch,
.lb-01,
.lb-02,
.lb-04,
.header-fix,
#pagetop,
.copyright {
    font-family: "A1明朝";
    font-weight: 700;
}

.h1 {
    font-size: 12px;
    line-height: 1.2;
}

/*====== link =====*/
a { color: inherit; text-decoration: none; -webkit-transition: opacity .5s; transition: opacity .5s; }

a:hover { opacity: 0.7; }

/*====== button =====*/
button { outline: none; cursor: pointer; }

/*====== list =====*/
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.disc > li {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}
ul.disc > li:before { content: "・"; }

.mark {
    text-indent: -1em;
    padding-left: 1em;
}

dl, dd {
    margin: 0;
}

/*====== img =====*/
figure { margin: 0; }
img { max-width: 100%; height: auto; vertical-align: top; }
iframe { max-width: 100%; vertical-align: top; }

/*====== common style =====*/
.for_sp { display: none !important; }

.w100 { width: 100%; }

.iblock { display: inline-block; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }

.vcenter { vertical-align: middle; }

.fleft { float: left; }
.fright { float: right; }

.mtp0 { margin-top: 0 !important; }
.mtp5 { margin-top: 5px !important; }
.mtp10 { margin-top: 10px !important; }
.mtp15 { margin-top: 15px !important; }
.mtp20 { margin-top: 20px !important; }
.mtp25 { margin-top: 25px !important; }
.mtp30 { margin-top: 30px !important; }
.mtp35 { margin-top: 35px !important; }
.mtp40 { margin-top: 40px !important; }
.mtp45 { margin-top: 45px !important; }
.mtp50 { margin-top: 50px !important; }
.mtp55 { margin-top: 55px !important; }
.mtp60 { margin-top: 60px !important; }

.mbt0 { margin-bottom: 0 !important; }
.mbt5 { margin-bottom: 5px !important; }
.mbt10 { margin-bottom: 10px !important; }
.mbt15 { margin-bottom: 15px !important; }
.mbt20 { margin-bottom: 20px !important; }
.mbt25 { margin-bottom: 25px !important; }
.mbt30 { margin-bottom: 30px !important; }
.mbt35 { margin-bottom: 35px !important; }
.mbt40 { margin-bottom: 40px !important; }
.mbt45 { margin-bottom: 45px !important; }
.mbt50 { margin-bottom: 50px !important; }
.mbt55 { margin-bottom: 55px !important; }
.mbt60 { margin-bottom: 60px !important; }

.circle-img { border-radius: 50%; }

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex.is-wrap, .flex-lr.is-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex.is-vbottom, .flex-lr.is-vbottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.m-outer {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.m-inner {
    position: relative;
    display: block;
    max-width: 1100px;
    width: 94.4%;
    margin-left: auto;
    margin-right: auto;
}
.m-inner.is-pc {
    width: 100%;
}

.m-para p + p {
    margin-top: 1.2em;
}

.m-catch {
    font-size: 1.438em;
}

.m-tel .tel-lb {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 3em;
    font-size: 17px;
    text-align: center;
    width: 110px;
    height: 30px;
    line-height: 30px;
}
.m-tel a {
    display: inline-block;
    vertical-align: sub;
    line-height: 1.1;
    white-space: nowrap;
}

.m-link {
    position: relative;
    display: inline-block;
    color: #90877c;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-right: 3.8em;
}
.m-link::before,
.m-link::after {
    content: "";
    position: absolute;
    top: .5em;
    right: 0;
    display: block;
    border-top: solid 1px #f7b525;
}
.m-link::before {
    width: 3.3em;
}
.m-link::after {
    width: .8em;
    transform: rotate(33deg);
    transform-origin: right bottom;
}

.more-link {
    text-align: right;
    padding: 6.8% 3.18% 0;
}

/* label */
.lb-01 {
    position: relative;
    color: #90877c;
    font-size: 1.563em;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.lb-01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    background: #f7b525;
    width: 70px;
    height: 1px;
    margin-left: -35px;
}

.lb-02 {
    position: relative;
    font-size: 1.688em;
    text-align: center;
    padding-bottom: 67px;
    margin-bottom: 8px;
}
.lb-02::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    display: block;
    background: url("../img/lb02_bg.png") 50% 100% no-repeat;
    background-size: contain;
    width: 51px;
    height: 58px;
}
.lb-02.is-turn::after {
    -webkit-transform: translate(-50%, 0) scale(-1, 1);
        -ms-transform: translate(-50%, 0) scale(-1, 1);
            transform: translate(-50%, 0) scale(-1, 1);
}

.lb-03 {
    display: inline-block;
    background: #f7b525;
    color: #fff;
}

.lb-04 {
    display: block;
    background: url("../img/lb04_bg.png") 50% 50% no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 50px;
    text-align: center;
    width: 98px;
    height: 96px;
    line-height: 80px;
    padding-left: 0.2em;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
    Header
--------------------------------------------------------------*/
/* fix Menu */
.header-fix {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-left: 40px;
}
.header-fix .m-outer {
    position: relative;
    padding: 40px 0;
}
.header-fix .pc {
    display: none !important;
}

.header__info {
    position: relative;
    padding-left: 108px;
}
.header__info .logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.header__info .h1 {
    margin-bottom: 5px;
}
.header__info .site-title img {
    vertical-align: middle;
}
.header__info .m-tel {
    position: absolute;
    top: -6px;
    right: 66px;
}
.header__info .m-tel a {
    border: solid 1px #90877c;
    background: #fff url("../img/icon_phone@2x.png") 50% 50% no-repeat;
    background-size: 15px;
    text-indent: 200%;
    width: 36px;
    height: 36px;
    overflow: hidden;
}
.header__info .m-tel .tel-lb {
    background: #f7b525;
    color: #fff;
    margin-right: 10px;
}
.header__info .m-tel .tel-txt {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-right: 5px;
}
.header__info .m-tel .tel-num {
    font-size: 26px;
    letter-spacing: 0.05em;
}

.header__info__main {
    margin-right: 30px;
}
.header__info__sub {
    font-size: 13px;
    line-height: 1.308;
}
.header__info__sub.sp {
    display: inline-block;
    text-align: left;
    margin-top: 110px;
}
.header__info__sub.sp .m-tel a {
    display: block;
    margin-bottom: 12px;
}
.header__info__sub.sp .m-tel .tel-txt {
    font-size: 15px;
    margin-right: 10px;
}
.header__info__sub.sp .m-tel .tel-num {
    font-size: 21px;
}
.header__info__sub.sp .m-tel .tel-lb {
    background: #fff;
    color: #90877c;
    margin: 0 0 5px;
}

/* gnv */
#gnv {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
}
#gnv li {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0 20px;
}
#gnv li a {
    position: relative;
}
#gnv li a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    background: #f7b525;
    width: 1px;
    height: 0;
    margin-top: 15px;
    -webkit-transition: .2s;
    transition: .2s;
}
#gnv li a:hover {
    opacity: 1;
}
#gnv li a:hover::after {
    height: 85px;
}

/* Toggle */
.toggle-button {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}
#toggle-button-open {
    width: 66px;
    height: 100%;
}
#toggle-button-open::before {
    content: "menu";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    color: #90877c;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 3px;
}
#toggle-button-close {
    background: #fff;
    width: 100%;
    height: 112.5px;
}
.toggle-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 0;
    width: 26px;
    height: 1px;
    margin: -6px 0 0 -10px;
}
.toggle-button span:before,
.toggle-button span:after {
    content: "";
    position: absolute;
    right: 0;
    background: #90877c;
    width: 32px;
    height: 100%;
}
#toggle-button-open span {
    background: #90877c;
}
#toggle-button-open span:before {
    top: -10px;
}
#toggle-button-open span:after {
    top: 10px;
}
#toggle-button-close span {
    margin-top: 0;
}
#toggle-button-close span:before,
#toggle-button-close span:after {
    top: 0;
}
#toggle-button-close span:before {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}
#toggle-button-close span:after {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}

#toggle-menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background: #90877c;
    color: #fff;
    width: 100%;
    height: 100%;
    padding-top: 112.5px;
    text-align: center;
}
.toggle-menu__inner {
    width: 100%;
    height: 100%;
    padding: 75px 0 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Toggle - menu open */
.gnvOpen {
    overflow: hidden;
}

/* kv */
.kv-box, .kv {
    position: relative;
}
.kv-box {
    padding: 0 5%;
}
.kv-box::before,
.kv-box::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
}
.kv-box::before {
    top: 51.94%;
    left: -10px;
    background: url("../img/kv_deco02.png") 0 0 no-repeat;
    background-size: contain;
    width: 224px;
    height: 195px;
}
.kv-box::after {
    top: 32.54%;
    right: -28px;
    background: url("../img/kv_deco03.png") 0 100% no-repeat;
    background-size: contain;
    width: 243px;
    height: 253px;
}
.kv-box .deco-txt {
    position: absolute;
    z-index: 2;
    top: 20.15%;
    right: 15px;
}

.kv-point li {
    position: absolute;
    z-index: 3;
    display: table;
    border-radius: 50%;
    background: #f7b525;
    color: #fff;
    width: 120px;
    height: 120px;
}
.kv-point li .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1.333;
    padding-top: 5px;
}
.kv-point .big {
    font-size: 1.222em;
}
#kv-point01 {
    top: 10.9%;
    left: 0;
    -webkit-transform: translate(-15%, 0);
        -ms-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
}
#kv-point02 {
    top: 42%;
    left: 0;
    -webkit-transform: translate(-40%, 0);
        -ms-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
}
#kv-point03 {
    top: 64.48%;
    right: 0;
    -webkit-transform: translate(15%, 0);
        -ms-transform: translate(15%, 0);
            transform: translate(15%, 0);
}

#keySlider .slick-dots {
    bottom: 0;
    right: -30px;
    width: 30px;
}
#keySlider .slick-dots li {
    display: block;
    margin: 0;
}

/* page header */
.page-header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: #f7b525;
}
.page-header::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -70px;
    bottom: 14px;
    display: block;
    background: url("../img/header_deco_01.png") 50% 50% no-repeat;
    width: 177px;
    height: 179px;
}
.page-header__txt {
    width: 27.27%;
}
.page-header__img {
    position: relative;
    width: 72.73%;
}
.page-header__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #c3c3c3;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.page-header__img .deco-txt {
    position: absolute;
    z-index: 1;
    left: 3%;
    bottom: 12.77%;
}

.page-title {
    text-align: center;
    margin-bottom: 8px;
}
.page-title__en {
    display: inline-block;
    border-bottom: solid 1px;
    color: #fff;
    font-size: 1.563em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: .6em;
    margin-bottom: .4em;
}
.page-title__ja {
    display: block;
    font-size: 0.938em;
}

/* breadclumbs */
.bread {
    font-size: 0.875em;
    line-height: 1;
    margin-top: 1.8em;
}
.bread li {
    display: inline-block;
}
.bread li::after {
    content: ">";
    margin: 0 .7em 0;
}
.bread li:last-child:after {
    display: none;
}

/* page content */
.blog-content {
    padding: 95px 0 110px;
}

/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/
.footer__info {
    position: relative;
    background: #e7e7e7;
    text-align: center;
    padding: 50px 0 45px;
}
.footer__info .tel-box {
    position: relative;
    background: #f7b525;
    color: #fff;
    width: 506px;
    padding: 20px 15px 20px 5px;
    margin: 0 auto 30px;
}
.footer__info .tel-box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(76%, -3px);
        -ms-transform: translate(76%, -3px);
            transform: translate(76%, -3px);
    display: block;
    background: url("../img/ft_deco_01.png") 100% 100% no-repeat;
    background-size: contain;
    display: block;
    width: 174px;
    height: 213px;
}
.footer__info .tel-box .lb {
    font-size: 19px;
}
.footer__info .m-tel {
    color: #000;
}
.footer__info .m-tel .tel-lb {
    background: #fff;
    color: #f7b525;
    margin-right: 12px;
}
.footer__info .m-tel .tel-txt {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-right: 5px;
}
.footer__info .m-tel .tel-num {
    font-size: 35px;
    letter-spacing: 0.1em;
}
.footer__info .time-box {
    font-size: 1.125em;
}
.footer__info .time-box p {
    display: inline-block;
    margin: 0 0.26em;
}

#pagetop {
    position: absolute;
    z-index: 50;
    right: 4.28%;
    bottom: 100%;
    display: table;
    width: 81px;
    height: 79px;
    margin-bottom: 25px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
#pagetop.hide {
    -webkit-transform: translate(0, 200%);
        -ms-transform: translate(0, 200%);
            transform: translate(0, 200%);
}
#pagetop.fix {
    position: fixed;
    bottom: 0;
}
#pagetop a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url("../img/pagetop_bg@2x.png") 50% 50% no-repeat;
    background-size: contain;
    color: #90877c;
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 5px;
}
#pagetop .big {
    font-size: 1.05em;
}

.copyright {
    background: #f7b525;
    color: #fff;
    text-align: center;
    padding: 25px 15px;
}
.copyright small {
    font-size: 0.875em;
    letter-spacing: 0.1em;
}

/*--------------------------------------------------------------
    Main
--------------------------------------------------------------*/
/* intro */
#sec-intro {
    padding: 48px 0 70px;
}
#sec-intro .content-box {
    position: relative;
    padding-bottom: 10px;
}

#sec-intro .catch-box {
    position: absolute;
    z-index: 1;
    top: -175px;
    left: 0;
    text-align: right;
    width: 25%;
    padding-bottom: 130px;
}
#sec-intro .catch-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 18.5%;
    display: block;
    background: url("../img/intro_deco_01.png") 0 100% no-repeat;
    background-size: contain;
    width: 159px;
    height: 166px;
}
#sec-intro .catch {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.813em;
    line-height: 1.621;
    text-align: left;
}

#sec-intro .txt-box {
    width: 46.54%;
    padding-left: 2%;
    margin: 0 auto;
}

#sec-intro .img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22.72%;
}

/* message */
.area-message {
    background: url("../img/msg_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 58px 0 90px;
}
.area-message .lb-01 {
    margin-bottom: 60px;
}
.area-message .flex-lr + .flex-lr {
    margin-top: 105px;
}
.area-message .txt-box {
    width: 46.36%;
}
.area-message .img-box {
    width: 45.45%;
}

.area-profile {
    padding: 80px 0 90px;
}

.prof-box {
    position: relative;
    min-height: 330px;
    padding: 0 0 13.18% 38%;
}
.prof-box .lb-01 {
    font-size: 1.25em;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 33px;
}
.prof-box .lb-01::after {
    display: none;
}
.prof-box .name {
    line-height: 1.5;
    margin-bottom: 15px;
}
.prof-box .name1 {
    font-size: 0.938em;
}
.prof-box .name2 {
    font-size: 1.063em;
    margin-right: 1em;
}
.prof-box .name3 {
    font-size: 1.625em;
}

.prof-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30.45%;
}
.prof-img figcaption {
    position: absolute;
    right: 0;
    bottom: -9%;
    -webkit-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
            transform: translate(20%, 0);
}

.area-profile .img-box figure {
    position: relative;
    width: 29%;
}
.area-profile .img-box figure img {
    position: relative;
    z-index: 1;
}
.area-profile .img-box figure:nth-child(odd) {
    padding-top: 9.8%;
}
.area-profile .img-box figure::before {
    content: "";
    position: absolute;
    display: block;
}
.area-profile .img-box figure:nth-child(1)::before {
    top: 10.23%;
    right: -34%;
    background: url("../img/prof_deco_02.png") 50% 50% no-repeat;
    background-size: contain;
    width: 184px;
    height: 184px;
}
.area-profile .img-box figure:nth-child(2)::before {
    top: 40%;
    right: -38.7%;
    background: url("../img/prof_deco_02.png") 50% 50% no-repeat;
    background-size: contain;
    width: 184px;
    height: 184px;
}
.area-profile .img-box figure:nth-child(3)::before {
    top: -90px;
    right: -30px;
    background: url("../img/prof_deco_01.png") 100% 100% no-repeat;
    background-size: contain;
    width: 197px;
    height: 219px;
}

/* treatment */
#sec-treatment {
    background: url("../img/treatment_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 55px 0 130px;
}

.worry-box {
    margin: 40px 0 110px;
}
.worry-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 85px;
}
.worry-box li {
    display: table;
    border: solid 1px #f7b525;
    background: #fff;
    color: #f7b525;
    width: 180px;
    height: 180px;
    margin: 15px;
}
.worry-box li .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    padding-top: 10px;
}
.worry-box li,
.worry-box li .inner {
    position: relative;
}
.worry-box li::before,
.worry-box li::after,
.worry-box li .inner::before,
.worry-box li .inner::after {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/icon_plus@2x.png") 50% 50% no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.worry-box li::before {
    top: -15px;
    left: -15px;
}
.worry-box li::after {
    top: -15px;
    right: -15px;
}
.worry-box li .inner::before {
    left: -15px;
    bottom: -15px;
}
.worry-box li .inner::after {
    right: -15px;
    bottom: -15px;
}
@media all and (-ms-high-contrast:none) { /*IE*/
    .worry-box li .inner::before,
    .worry-box li .inner::after {
        bottom: auto;
        top: 164px;
    }
}

.treatment-box + .treatment-box {
    margin-top: 135px;
}
.treatment-box .img-box {
    position: relative;
    width: 34%;
}
.treatment-box .img-box .lb-03 {
    position: absolute;
    top: -30px;
    left: 13.37%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.563em;
    width: 51px;
    line-height: 51px;
    padding: 30px 0;
}
.treatment-box .txt-box {
    width: 57.27%;
}
.treatment-box .price-box {
    margin-bottom: 80px;
}
.treatment-box .price-box dl {
    margin-bottom: 40px;
}
.treatment-box .price-box dt {
    position: relative;
    border-bottom: solid 1px #f7b525;
    font-size: 1.438em;
    line-height: 1.3;
    padding: 0 0 5px 35px;
}
.treatment-box .price-box dt::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 5px;
    color: #f7b525;
    font-family: sans-serif;
}
.treatment-box .price-box dd,
.treatment-box .note {
    margin: 0 10px;
}
.treatment-box .price-box .time {
    font-size: 1.25em;
}
.treatment-box .price-box .price {
    font-size: 2.188em;
    margin-left: 0.3em;
}
.treatment-box .price-box .price .yen {
    font-size: 0.657em;
    margin-left: 0.2em;
}
.treatment-box .note {
    font-size: 0.938em;
    line-height: 1.4;
}
.treatment-box .catch {
    font-size: 1.688em;
    line-height: 1.5;
    margin-bottom: 30px;
}
#treatment-price .txt-box {
    padding-top: 15px;
}
#treatment-flow .txt-box {
    padding: 40px 0;
}

.flow-box {
    position: relative;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    padding: 35px 45px 80px;
}
.flow-box > .lb {
    position: absolute;
    top: -35px;
    left: -25px;
    text-align: left;
}

.flow-list li {
    position: relative;
    background: url("../img/treatment_arrow@2x.png") 50% 100% no-repeat;
    background-size: 10px;
    padding-bottom: 110px;
    margin-bottom: 20px;
}
.flow-list li:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flow-list .lb {
    font-size: 1.375em;
    text-align: center;
    margin-bottom: 15px;
}
.flow-list .lb .lb-03 {
    width: 250px;
    padding: 10px 3px 5px;
}
.flow-list .lb-sub {
    margin-bottom: 15px;
}
.flow-list .font-midashi {
    font-size: 1.125em;
}
.flow-list .content-box1 {
    position: relative;
    display: inline-block;
}
.flow-list .content-box2 {
    position: relative;
    padding: 0 26.24%;
}
.flow-list .side-box {
    position: absolute;
    top: 0;
    font-size: 0.875em;
    line-height: 1.857;
    width: 24%;
}
.flow-list .side-box.is-left {
    left: 0;
}
.flow-list .side-box.is-right {
    right: 0;
}
.flow-list .side-box p {
    text-align: left;
}
.flow-list .side-box .img {
    margin-top: 10px;
}
.flow-list .img1 {
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transform: translate(-100%, -10%);
        -ms-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
}
.flow-list .img2 {
    position: absolute;
    top: 0;
    right: -20px;
    -webkit-transform: translate(100%, -10%);
        -ms-transform: translate(100%, -10%);
            transform: translate(100%, -10%);
}
.flow-list .img3 {
    position: absolute;
    top: 0;
    right: -25px;
    -webkit-transform: translate(100%, -60%);
        -ms-transform: translate(100%, -60%);
            transform: translate(100%, -60%);
}

/* voice */
.area-voice {
    padding: 90px 0 55px;
}
.area-voice .m-catch {
    position: relative;
    display: inline-block;
}
.area-voice .m-catch::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    -webkit-transform: translate(100%, 10%);
        -ms-transform: translate(100%, 10%);
            transform: translate(100%, 10%);
    display: block;
    background: url("../img/voice_deco_01.png") 0 100% no-repeat;
    background-size: contain;
    width: 177px;
    height: 199px;
}

.voice-list {
    margin-top: 50px;
}
.voice-list li {
    width: 27.27%;
    margin-bottom: 35px;
}
.voice-list .txt-box {
    position: relative;
    line-height: 1.813;
    margin-bottom: 15px;
}
.voice-list .txt-box .space {
    display: inline-block;
    width: 6em;
}
.voice-list .txt-box .name {
    position: absolute;
    right: 0;
    bottom: 0;
}

.area-ba {
    background: url("../img/ba_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 35px 0 85px;
}
.area-ba .lb {
    text-align: center;
    margin-bottom: 40px;
}

.ba-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 94%;
    margin: 0 auto;
}
.ba-list .before {
    background: url("../img/ba_arrow@2x.png") 100% 50% no-repeat;
    background-size: 91px;
    padding-right: 110px;
    margin-right: 13px;
}
.ba-list figure {
    position: relative;
}
.ba-list figcaption {
    position: absolute;
    top: -55px;
    border-radius: 3em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.125em;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 113px;
}
.ba-list .before figcaption {
    left: -30px;
    background: #c3c3c3;
}
.ba-list .after figcaption {
    right: -30px;
    background: #f7b525;
}

/* access */
#sec-access {
    padding: 75px 0;
}
#sec-access .m-catch {
    margin-bottom: 20px;
}
#sec-access .map-box {
    width: 73.63%;
}
#sec-access .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 25.27%;
}
#sec-access .img-box figure {
    height: 23.78%;
}
#sec-access .img-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';/*IE対策*/
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
#sec-access .info-box {
    margin-top: 20px;
    font-size: 1.25em;
}
#sec-access .info-box .address {
    margin-bottom: 10px;
}
#sec-access .info-box .note {
    font-size: 0.8em;
}
#sec-access .info-box dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#sec-access .info-box dl.mr {
    margin-right: 40px;
}
#sec-access .info-box dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#sec-access .info-box dt::before {
    content: "■";
    display: inline-block;
    color: #f7b525;
    font-family: sans-serif;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
#sec-access .info-box dt::after {
    content: "：";
}

/* news */
#sec-news {
    display: none;
    padding: 0 0 85px;
}
#sec-news .news-list {
    padding-top: 1.8%;
}

/* Article List */
.news-list__article {
    position: relative;
    border-bottom: solid 1px #c3c3c3;
}
.news-list__article:first-child .news-list__link {
    padding-top: 0;
}
.news-list__article::before,
.news-list__article::after {
    content: "";
    position: absolute;
    bottom: -.94em;
    display: block;
    border-left: solid 1px #c3c3c3;
    height: 1.88em;
}
.news-list__article::before {
    left: 1.36%;
}
.news-list__article::after {
    right: 1.36%;
}
.news-list__link {
    display: block;
    padding: 3% 4.54%;
}
.news-list__ttl {
    font-size: 1.438em;
}
.news-list__date {
    color: #f7b525;
    font-size: 1.063em;
    line-height: 1;
    margin-top: .7em;
}

/* Article Detail */
.news-post {
    max-width: 840px;
    margin: 0 auto;
}
.news-post__header {
    position: relative;
    border-top: solid 1px #c3c3c3;
    padding: 4% 5.95%;
}
.news-post__header::before,
.news-post__header::after {
    content: "";
    position: absolute;
    top: -.94em;
    display: block;
    border-left: solid 1px #c3c3c3;
    height: 1.88em;
}
.news-post__header::before,
.news-post__cont::before {
    left: 1.78%;
}
.news-post__header::after,
.news-post__cont::after {
    right: 1.78%;
}
.news-post__ttl {
    font-size: 1.688em;
}
.news-post__date {
    color: #f7b525;
    font-size: 1.063em;
    line-height: 1;
    margin-top: 1em;
}
.news-post__cont {
    position: relative;
    border-bottom: solid 1px #c3c3c3;
    padding: 2.5% 5.95% 4.76%;
}
.news-post__cont::before,
.news-post__cont::after {
    content: "";
    position: absolute;
    bottom: -.94em;
    display: block;
    border-left: solid 1px #c3c3c3;
    height: 1.88em;
}
.news-post__cont > * + * {
    margin-top: 2em;
}

.newslist-link {
    text-align: right;
    max-width: 840px;
    padding: 0 5.45%;
    margin: 65px auto 0;
}

/*--------------------------------------------------------------
    Media Query
--------------------------------------------------------------*/
@media screen and (min-width: 1280px) {

    /*====== header =====*/
    /* fix Menu */
    .header-fix .m-outer {
        padding: 27px 0 17px;
    }
    .header-fix .pc {
        display: block !important;
    }
    .header-fix span.pc {
        display: inline-block !important;
    }
    .header-fix .sp {
        display: none !important;
    }

    .header__info .logo {
        top: 15px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .header__info .site-title {
        margin-bottom: 5px;
    }
    .header__info .m-tel {
        position: static;
    }
    .header__info .m-tel a {
        border: none;
        background: none;
        text-indent: 0;
        width: auto;
        height: auto;
    }

    /* gnv */
    #gnv {
        margin: 0;
    }
    #gnv, #gnv li {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .scroll #gnv {
        padding-right: 4px;
    }
    .scroll #gnv li {
        font-size: 15px;
    }

    /* Toggle */
    #toggle-menu {
        display: block !important;
        position: absolute;
        top: 48px;
        right: 33px;
        background: transparent;
        color: inherit;
        text-align: left;
        width: auto;
        height: auto;
        padding-top: 0;
        -webkit-transition: .2s;
        transition: .2s;
    }
    .scroll #toggle-menu {
        top: 20px;
    }
    .toggle-menu__inner {
        padding: 0;
        overflow: initial;
    }

    /*====== common style =====*/
    /* pagetop */
    #pagetop {
        right: 50%;
        margin-right: -640px;
    }

    /*====== main =====*/
    /* kv */
    #kv-point01 {
        -webkit-transform: translate(-45%, 0);
            -ms-transform: translate(-45%, 0);
                transform: translate(-45%, 0);
    }
    #kv-point02 {
        top: 32.54%;
        -webkit-transform: translate(-75%, 0);
            -ms-transform: translate(-75%, 0);
                transform: translate(-75%, 0);
    }

    /* message */
    .prof-img figcaption {
        bottom: 3.19%;
        -webkit-transform: translate(37%, 0);
            -ms-transform: translate(37%, 0);
                transform: translate(37%, 0);
    }

    /* treatment */
    .flow-box > .lb {
        left: -50px;
    }

}

@media screen and (max-width: 959px) {

    /*====== header =====*/
    .page-header::before {
        transform: scale(.56);
        transform-origin: center bottom;
    }

    /*====== main =====*/
    /* access */
    #sec-access .info-box dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0 !important;
    }

}

@media screen and (max-width: 767px) {

    /*====== common style =====*/
    body {
        font-size: 14px;
        line-height: 1.714;
    }

    .for_pc { display: none !important; }
    .for_sp { display: block !important; }

    .flex-lr {
        display: block;
    }
    .flex-lr > * {
        width: 100% !important;
    }
    .flex-lr > * + * {
        margin-top: 20px;
    }
    .flex-lr .img-box {
        text-align: center;
    }

    .m-catch {
        font-size: 1.286em;
        line-height: 1.667;
    }
    
    .m-tel .tel-lb {
        font-size: 12px;
        width: 77px;
        height: 20px;
        line-height: 20px;
    }
    
    /* label */
    .lb-01 {
        font-size: 1.125em;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .lb-01::after {
        width: 50px;
        margin-left: -25px;
    }
    
    .lb-02 {
        font-size: 1.125em;
        padding-bottom: 60px;
        margin-bottom: 12px;
    }
    .lb-02::after {
        -webkit-transform: translate(-80%, 0) !important;
            -ms-transform: translate(-80%, 0) !important;
                transform: translate(-80%, 0) !important;
        width: 35px;
    }
    
    .lb-04 {
        font-size: 35px;
        width: 68px;
        height: 67px;
        line-height: 61px;
        margin: 0 auto 8px;
    }

    /*====== Header =====*/
    .header-fix {
        padding-left: 3.2%;
    }
    .header-fix .m-outer {
        padding: 23px 0;
    }

    .header__info {
        padding-left: 55px;
    }
    .header__info .logo img {
        width: 47px;
    }
    .header__info .site-title img {
        width: 133px;
    }

    .header__info__sub {
        font-size: 12px;
        line-height: 1.583;
    }

    /* gnv */
    #gnv li {
        font-size: 16px;
        padding: 0 5.3vw;
    }

    /* Toggle */
    #toggle-button-close {
        height: 69px;
    }
    #toggle-button-open span:before {
        top: -8px;
    }
    #toggle-button-open span:after {
        top: 8px;
    }

    #toggle-menu {
        padding-top: 69px;
    }

    /* kv */
    .kv-box {
        padding: 0 0 0 10.66%;
    }
    .kv-box::before,
    .kv-box::after {
        display: none;
    }
    .kv-box .deco-txt {
        top: 61.55%;
        right: 0;
        padding: 0 3.33%;
    }

    #keySlider .slick-dots {
        right: 0;
        -webkit-transform: translate(0, 100%);
            -ms-transform: translate(0, 100%);
                transform: translate(0, 100%);
        width: auto;
    }
    #keySlider .slick-dots li {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    /* page header */
    .page-header {
        display: block;
    }
    .page-header::before {
        right: -4%;
        bottom: 50%;
        transform-origin: right bottom;
    }
    .page-header__txt {
        width: 100%;
        padding: 8% 0 4%;
    }
    .page-header__img {
        width: 100%;
    }

    /* page content */
    .blog-content {
        padding: 15% 0 26%;
    }

    /*====== Footer =====*/
    .footer__info {
        padding: 50px 2.8% 10px;
    }
    .footer__info .tel-box {
        max-width: 380px;
        width: 100%;
        padding: 15px 5px 13px;
        margin-bottom: 15px;
    }
    .footer__info .tel-box::before {
        right: 9.32%;
        bottom: 45px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 86px;
    }
    .footer__info .tel-box .lb {
        font-size: 1em;
    }
    .footer__info .m-tel .tel-lb {
        margin-right: 7px;
    }
    .footer__info .m-tel .tel-txt {
        font-size: 17px;
        letter-spacing: 0.1em;
        margin-right: 10px;
    }
    .footer__info .m-tel .tel-num {
        font-size: 25px;
        letter-spacing: 0.1em;
    }
    .footer__info .time-box {
        font-size: 0.857em;
    }
    .footer__info .time-box p {
        display: block;
        margin: 0;
    }
    
    #pagetop {
        right: 2.8%;
        width: 56px;
        height: 55px;
        margin-bottom: 5px;
    }
    #pagetop a {
        font-size: 14px;
    }
    
    .copyright {
        line-height: 1.2;
        padding: 15px 5px 13px;
    }
    .copyright small {
        font-size: 0.786em;
    }

    /*====== Main =====*/
    /* intro */
    #sec-intro {
        padding: 30px 0 35px;
    }
    #sec-intro .content-box {
        position: static;
        padding: 0 0 0 32.48%;
    }

    #sec-intro .catch-box {
        top: -60px;
        width: 23%;
        padding-bottom: 80px;
    }
    #sec-intro .catch-box::before {
        left: 15%;
        bottom: 0;
        width: 86px;
    }
    #sec-intro .catch {
        font-size: 1.429em;
    }

    #sec-intro .txt-box {
        width: 100%;
        padding: 0;
    }

    #sec-intro .img-box {
        position: static;
        text-align: center;
        width: 100%;
        margin-top: 3px;
    }
    #sec-intro .img-box img {
        max-width: 73.53%;
    }

    /* message */
    .area-message {
        padding: 30px 0;
    }
    .area-message .lb-01 {
        margin-bottom: 22px;
    }
    .area-message .flex-lr + .flex-lr {
        margin-top: 35px;
    }

    .area-profile {
        padding: 25px 0 35px;
    }

    .prof-box {
        min-height: 0;
        padding: 0;
    }
    .prof-box .lb-01 {
        font-size: 1.143em;
        text-align: center;
        margin-bottom: 12px;
    }
    .prof-box .name {
        max-width: 335px;
        width: 65.8%;
        margin: 0 auto 12px;
    }
    .prof-box .name1 {
        font-size: 0.857em;
    }
    .prof-box .name2 {
        font-size: 1em;
    }
    .prof-box .name3 {
        font-size: 1.357em;
    }

    .prof-img {
        position: relative;
        text-align: center;
        width: 65.8%;
        margin: 0 auto 7px;
    }
    .prof-img figcaption {
        bottom: 3.19%;
        -webkit-transform: translate(37%, 0);
            -ms-transform: translate(37%, 0);
                transform: translate(37%, 0);
        width: 67.5%;
    }

    .area-profile .img-box figure {
        max-width: 520px;
        padding: 50px 2.825% 0 !important;
        margin: 0 auto;
    }
    .area-profile .img-box figure img {
        max-width: 67%;
    }
    .area-profile .img-box figure:nth-child(3)::before {
        z-index: -1;
        top: auto;
        right: auto;
        left: 59%;
        bottom: 47%;
        width: 138px;
    }

    /* treatment */
    #sec-treatment {
        padding: 30px 0;
    }

    .worry-box {
        max-width: 400px;
        margin: 20px auto 35px;
    }
    .worry-box ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }
    .worry-box li {
        max-width: 127px;
        width: 36%;
        height: 127px;
        margin: 10px 7% 30px;
    }
    .worry-box li .inner {
        font-size: 14px;
        line-height: 1.571;
    }
    .worry-box li::before,
    .worry-box li::after,
    .worry-box li .inner::before,
    .worry-box li .inner::after {
        width: 20px;
        height: 20px;
    }
    .worry-box li::before {
        top: -10px;
        left: -10px;
    }
    .worry-box li::after {
        top: -10px;
        right: -10px;
    }
    .worry-box li .inner::before {
        left: -10px;
        bottom: -10px;
    }
    .worry-box li .inner::after {
        right: -10px;
        bottom: -10px;
    }

    .treatment-box + .treatment-box {
        margin-top: 55px;
    }
    .treatment-box .img-box {
        max-width: 262px;
        margin: 0 auto 20px;
    }
    .treatment-box .img-box .lb-03 {
        top: -20px;
        left: 13.4%;
        font-size: 1.286em;
        width: 35px;
        line-height: 35px;
        padding: 20px 0;
    }
    .treatment-box .price-box {
        margin-bottom: 20px;
    }
    .treatment-box .price-box dl {
        margin-bottom: 20px;
    }
    .treatment-box .price-box dt {
        font-size: 1.143em;
        padding: 0 0 2px 23px;
        margin-bottom: 3px;
    }
    .treatment-box .price-box dd,
    .treatment-box .note {
        margin: 0 5px;
    }
    .treatment-box .price-box .time {
        font-size: 1em;
    }
    .treatment-box .price-box .price {
        font-size: 1.75em;
    }
    .treatment-box .note {
        font-size: 0.857em;
        line-height: 1.333;
    }
    .treatment-box .catch {
        font-size: 1.286em;
        text-align: center;
        margin-bottom: 15px;
    }
    #treatment-price .txt-box,
    #treatment-flow .txt-box {
        padding: 0;
    }

    .flow-box {
        padding: 68px 6.78% 15px;
        margin-top: 30px;
    }
    .flow-box > .lb {
        top: -8px;
        left: 3.9%;
    }
    .flow-box > .lb img {
        max-width: 70%;
    }

    .flow-list li {
        background-image: url("../img/treatment_arrow__sp.png");
        background-size: 7px;
        padding-bottom: 72px;
        margin-bottom: 15px;
    }
    .flow-list li:first-child {
        background-image: url("../img/treatment_arrow__sp2.png");
        padding-bottom: 150px;
    }
    .flow-list .lb {
        font-size: 1.071em;
        margin-bottom: 13px !important;
    }
    .flow-list .lb .lb-03 {
        width: 175px;
        padding: 7px 3px 3px;
    }
    .flow-list .lb-sub {
        font-size: 0.857em;
        margin-bottom: 10px;
    }
    .flow-list .font-midashi {
        font-size: 1em;
    }
    .flow-list .content-box1 {
        position: static;
        display: block;
    }
    .flow-list .content-box2 {
        padding: 0;
    }
    .flow-list .side-box {
        position: static;
        line-height: 1.583;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-top: 10px;
    }
    .flow-list .side-box.is-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .flow-list .side-box .img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 49%;
        margin-top: 0;
    }
    .flow-list .side-box .img img,
    .flow-list .img3 img {
        max-width: 86.6%;
    }
    .flow-list .img1,
    .flow-list .img2 {
        top: auto;
        bottom: 3px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 43%;
    }
    .flow-list .img1 {
        left: -12px;
        text-align: left;
    }
    .flow-list .img2 {
        right: -12px;
        text-align: right;
    }
    .flow-list .img3 {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .flow-list .img3 img {
        max-width: 52%;
    }

    /* voice */
    .area-voice {
        padding: 30px 0 0;
    }
    .area-voice .m-catch {
        display: block;
    }
    .area-voice .m-catch::before {
        z-index: -1;
        right: 2%;
        -webkit-transform: translate(0, 47%);
            -ms-transform: translate(0, 47%);
                transform: translate(0, 47%);
        width: 123px;
    }

    .voice-list {
        margin-top: 40px;
    }
    .voice-list li {
        margin-bottom: 30px;
    }
    .voice-list .txt-box {
        line-height: 1.714;
        margin-bottom: 10px;
    }
    .voice-list figure {
        text-align: center;
    }
    .voice-list figure img {
        max-width: 59.322%;
    }
    .voice-list .link {
        text-align: center;
        margin-top: 25px;
    }
    .voice-list .link .lb-03 {
        font-size: 1.143em;
        letter-spacing: 0.1em;
        width: 85px;
        height: 28px;
        line-height: 28px;
    }
    .voice-list .sp-hide {
        display: none;
    }

    .area-ba {
        padding: 15px 0 35px;
    }
    .area-ba .lb {
        margin-bottom: 60px;
    }
    .area-ba .lb img {
        max-width: 82%;
    }

    .ba-list {
        display: block;
        width: 100%;
    }
    .ba-list li {
        text-align: center;
        max-width: 278px;
        margin: 0 auto;
    }
    .ba-list .before {
        background: url("../img/ba_arrow__sp.png") 50% 100% no-repeat;
        background-size: 7px;
        padding: 0 0 50px;
        margin: 0 auto 10px;
    }
    .ba-list figcaption {
        top: -40px;
        font-size: 0.9em;
        width: 28px;
        line-height: 28px;
        height: 79px;
    }
    .ba-list .before figcaption {
        left: -20px;
    }
    .ba-list .after figcaption {
        right: -20px;
    }

    /* access */
    #sec-access {
        padding: 28px 0;
    }
    #sec-access .m-catch {
        letter-spacing: normal;
        text-align: center;
        margin-bottom: 15px;
    }
    #sec-access .map-box iframe {
        height: 230px;
    }
    #sec-access .img-box {
        -ms-flex-line-pack: initial;
            align-content: initial;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0;
    }
    #sec-access .img-box figure {
        width: 49.33%;
        height: auto;
        margin-top: 5px;
    }
    #sec-access .info-box {
        padding-left: 4.24%;
        margin-top: 12px;
        font-size: 1em;
    }
    #sec-access .info-box .address {
        margin-bottom: 10px;
    }
    #sec-access .info-box dt::before {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    /* Article Detail */
    .news-post__header {
        padding: 8% 7%;
    }
    .news-post__cont {
        padding: 3% 7% 10%;
    }

}