@charset "UTF-8";
body {
    font-family: 'Noto Serif JP', serif;
    color: #333;
}

.inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 50px;
}

.hp-gothic {
    font-family: 'Noto Sans JP', sans-serif !important;
}




#overscreen {
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.75);
position:fixed;
top:0;
left:0;
z-index:999999;
}

#overscreen div {
width:600px;
background:#fff;
border-radius:10px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}

#overscreen div dl {
margin:50px;
}

#overscreen div dt {
font-size:22px;
line-height:1;
text-align:center;
padding-bottom:25px;
margin-bottom:25px;
border-bottom:1px solid #ffcb99;
}

#overscreen div dd {
font-size:15px;
line-height:1.5;
}

#overscreen div dd p {
margin-top:25px;
text-align:center;
}

#overscreen div dd p a {
display:block;
color:#fff;
font-size:17px;
line-height:60px;
text-decoration:none;
background:#9f1547;
border-radius:5px;
}


@media (max-width:743px) {

#overscreen div {
width:90%;
}

#overscreen div dl {
margin:25px;
}

#overscreen div dt {
font-size:4.5vw;
}

#overscreen div dd p a {
font-size:4.5vw;
}

}



@media (max-width:1024px) {
    body.is_active {
        overflow: hidden;
        touch-action: none;
    }
}

@media (max-width:743px) {
    .br-sp-none {
        display: none;
    }
}

/* Header */
/* ====================== */
.header {
    height: 100px;
}

.header__inner {
    display: flex;
    align-items: center;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0 0 0 28px;
    z-index: 9999;
}

.header__logo {
    width: 180px;
}

.header__logo img {
    width: 100%;
}

.header__right {
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.g-nav__item {
    margin-right: 40px;
}

.g-nav__item a {
    display: inline-block;
    font-weight: 500;
}

.header__l-btn {
    width: 100px;
    display: inline-block;
}

.header__l-btn img {
    width: 100%;
    height: auto;
}

.g-nav__list {
    display: flex;
}

@media (hover:hover) {
    .g-nav__item a {
        transition: .3s ease;
    }

    .g-nav__item a:hover {
        color: #f27800;
    }

    .header__l-btn {
        transition: .3s ease;
    }

    .header__l-btn:hover {
        opacity: .85;
    }
}

@media (max-width:1279px) {
    .g-nav__item {
        margin-right: 25px;
    }
}

@media (max-width:1024px) {
    .header {
        height: auto;
    }

    .header__inner {
        height: auto;
        background: transparent;
        position: static;
    }

    .header__right {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background: #fff;
        justify-content: center;
        flex-direction: column;
        z-index: 8888;
        overflow-y: scroll;
        padding: 75px 0;
        transform: translateX(120%);
        transition: all 0.3s ease;
    }

    .header__right.is_active {
        transform: translateX(0%);
    }

    .g-nav-btn {
        width: 50px;
        height: 50px;
        background-image: -moz-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
        background-image: -ms-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
        position: fixed;
        right: 11px;
        top: 10px;
        z-index: 9999;
        box-shadow: 0px 4px 16px 4px rgba(37, 33, 32, 0.08);
    }

    .g-nav-btn__bar {
        display: block;
        background: #fff;
        height: 1.6px;
        width: 22px;
        position: absolute;
        left: 14.5px;
        transition-duration: .5s;
        transition-property: transform;
    }

    .g-nav-btn__bar:nth-child(1) {
        top: 18.5px;
    }

    .g-nav-btn__bar:nth-child(2) {
        top: 29.5px;
    }

    .g-nav-btn.is_active .g-nav-btn__bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .g-nav-btn.is_active .g-nav-btn__bar:nth-child(2) {
        transform: translateY(-5px) rotate(-45deg);
    }

    .g-nav__list {
        display: block;
    }

    .header__l-btn-wrap {
        display: none;
    }

    .header__logo {
        display: none;
    }

    .g-nav__item a {
        display: inline-block;
        font-size: 20px;
        padding: 5px;
        text-align: center;
    }

    .g-nav__item {
        text-align: center;
        margin-right: 0;
    }

    .g-nav__item + .g-nav__item {
        margin-top: 22px;
    }
}

/* FV */
/* ====================== */
.fv {
    margin-bottom: -214px;
}

.fv__swiper {
    padding-left: 140px;
}

.fv__swiper-slide img {
    width: 100%;
    height: calc(100vh - 140px);
    object-fit: cover;
}

.fv__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 16;
}

.fv__item img {
    width: 100%;
    height: auto;
}

.fv__catch {
    max-width: 337px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
}

.fv__catch img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
         -webkit-transform: scale(1.2);
                 transform: scale(1.2);
    }
}
@keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
         -webkit-transform: scale(1.2);
                 transform: scale(1.2);
    }
}

.fv__swiper-slide-pic {
    overflow: hidden;
}

/* スライダーアニメーション */
.swiper-slide-prev.swiper-slide .fv__swiper-slide-pic img,
.swiper-slide-duplicate-active.swiper-slide .fv__swiper-slide-pic img,
.swiper-slide-active.swiper-slide .fv__swiper-slide-pic img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: zoomUp 10s linear 0s 1 normal both;
    animation: zoomUp 10s linear 0s 1 normal both;
    will-change: animation;
}

@media (max-width:1024px) {
    .fv__inner {
        position: relative;
    }

    .fv__swiper {
        padding-left: 70px;
    }

    .fv__swiper-slide img {
        height: auto;
    }

    .fv__list {
        overflow: hidden;
        bottom: -60px;
        padding: 0 30px;
    }

    .fv__item {
        margin: 0 -5px;
    }
}

@media (max-width:959px) {
    .fv__swiper {
        padding-left: 35px;
    }

    .fv__list {
        max-width: 600px;
    }
}

@media (max-width:743px) {
    .fv__swiper {
        padding-left: 17px;
    }

    .fv__catch {
        max-width: 315px;
    }
}

/* CTA */
/* ====================== */
.cta {
    background: url(../img/cta/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.cta__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 100px;
}

.cta01 .cta__inner {
    padding-top: 347px;
}

.cta__catch-wrap {
    text-align: center;
    margin-top: 23px;
}

.cta__catch {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    display: inline-block;
    border-top: 1px solid #f20062;
    border-bottom: 1px solid #f20062;
    padding: 18px;
    line-height: 1;
    max-width: 597px;
    width: 100%;
    margin: 0 auto;
}

.cta__box {
    background: #fff;
    padding: 35px 20px 14px;
    position: relative;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.cta__head {
    text-align: center;
}

.cta__heading {
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    text-align: left;
}

.cta__heading-year {
    font-size: .7em;
}

.cta__heading-open {
    font-size: 1.4em;
    letter-spacing: -.04em;
    margin-left: 14px;
}

.cta__heading-top {
    font-size: 28px;
    letter-spacing: .04em;
    font-weight: 600;
}

.cta__heading-bottom {
    font-size: 44px;
    font-weight: 700;
    color: #f20062;
    margin-top: 9px;
}

.cta__heading-top,
.cta__heading-bottom {
    display: block;
    text-align: center;
}

.cta__price {
    max-width: 597px;
    width: 100%;
    margin: 33px auto 0;
}

.cta__price img {
    width: 100%;
    height: auto;
}

.cta__note {
    text-align: right;
    font-size: 12px;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 24px;
    line-height: 1;
}

.cta__icon {
    position: absolute;
    width: 104px;
    top: -8px;
    left: 70px;
}

.cta__icon img {
    width: 100%;
    height: auto;
}

.cta__btn-wrap {
    text-align: center;
    margin-top: 35px;
}

.cta__btn {
    display: inline-block;
    max-width: 460px;
    width: 100%;
}

.cta__btn img {
    width: 100%;
    height: auto;
}

@media (hover:hover) {
    .cta__btn {
        transition: .3s ease;
    }

    .cta__btn:hover {
        opacity: .85;
    }
}

@media (max-width:959px) {
    .cta__icon {
        left: 30px;
        width: 84px
    }

    .cta__heading-bottom {
        font-size: 32px;
    }
}

@media (max-width:743px) {
    .cta01 .cta__inner {
        padding-top: 316px;
    }

    .cta__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 52px;
        padding-bottom: 45px;
    }

    .cta__head {
        padding-left: 73px;
    }

    .cta__box {
        padding-left: 17.5px;
        padding-right: 17.5px;
        padding-top: 17.5px;
    }

    .cta__icon {
        left: 8px;
        top: -6px;
        width: 69px;
    }

    .cta__heading-top {
        font-size: 15.4px;
        text-align: left;
    }

    .cta__heading-bottom {
        font-size: 21.5px;
        text-align: left;
        margin-right: -12px;
        margin-left: -3px;
    }

    .cta__heading-open {
        margin-left: 8px;
    }

    .cta__catch {
        font-size: 22px;
        padding: 16px 9px;
    }

    .cta__price {
        margin-top: 22px;
    }

    .cta__btn-wrap {
        margin-top: 28px;
    }

    .cta__note {
        font-size: 9.5px;
        margin-top: 15px;
    }
}

/* space */
/* ====================== */
.space__swiper-slide img {
    width: 100%;
    height: auto;
}

.space__head {
  padding: 110px 50px 0;
  margin: 0 auto 44px;
  max-width: 1100px;
  width: 100%;
}

.space__lv2-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.35;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.space__lv2-heading-top,
.space__lv2-heading-bottom {
    display: block;
}

.space__lv2-heading-top {
    font-size: 22px;
}

.space__lv2-heading-num {
    font-size: 1.6em;
}

.space__lv2-heading::before,
.space__lv2-heading::after {
    content: "";
    display: inline-block;
    width: 38.5px;
    height: 90px;
}

.space__lv2-heading::before {
    background: url(../img/space/l-line.png) no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 34px;
}

.space__lv2-heading::after {
    background: url(../img/space/r-line.png) no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 34px;
}

.space__cont {
    width: 76%;
    background: #fff1eb;
    margin-left: auto;
    margin-top: -160px;
}

.space__pic {
    padding-top: 260px;
    width: 64%;
    margin: 0 auto;
}

.space__pic img {
    width: 100%;
}

.space__logo {
    color: #fff;
    font-size: 120px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1;
    transform: translateY(0.07em);
}

.space__cont-catch {
    background-image: -moz-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1.76;
    max-width: 400px;
    width: 100%;
    padding: 20px 10px;
    position: relative;
    z-index: 8;
    margin: -156px 0 0 -6%;
}

@media (max-width:1440px) {
    .space__cont-catch {
        margin-left: -115px;
    }
}

@media (max-width:1279px) {
    .space__logo {
        font-size: 90px;
    }
}

@media (max-width:959px) {
    .space__logo {
        font-size: 70px;
    }
}

@media (max-width:743px) {
    .space__head {
        padding: 55px 20px 0;
        margin-bottom: 35px;
    }

    .space__lv2-heading {
        font-size: 23px;
    }

    .space__lv2-heading-top {
        font-size: 15px;
    }

    .space__lv2-heading::before,
    .space__lv2-heading::after {
        height: 46px;
        width: 18px;
    }

    .space__lv2-heading::after {
        margin-left: 10px;
    }

    .space__lv2-heading::before {
        margin-right: 10px;
    }

    .space__cont {
        width: 100%;
    }

    .space__pic  {
        width: 95%;
        padding-top: 192px;
    }

    .space__logo {
        text-align: right;
        font-size: 49px;
    }

    .space__cont-catch {
        margin-left: 0;
        font-size: 15px;
        text-align: left;
        margin-top: 0;
        transform: translateY(-50%);
        width: calc(100% - 40px);
        margin-bottom: -40px;
    }
}

/* お悩み */
/* ====================== */
.worries {
    background: url(../img/worries/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 8;
}

.worries__heading {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
}

.worries__heading-sm {
    font-size: 22px;
}

.worries__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 118px 50px 120px;
}

.worries__list {
    display: flex;
    flex-wrap: wrap;
    margin: -34px 0 0 -26px;
}

.worries__item {
    width: calc(100% / 2 - 26px);
    margin: 34px 0 0 26px;
    font-size: 22px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    letter-spacing: .1em;
}

.worries__item-in {
    padding-left: 12px;
}

.worries__item::before {
    content: "";
    display: inline-block;
    width: 32.5px;
    flex-shrink: 0;
    height: 28px;
    background: url(../img/worries/check.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.worries__cont {
    background: #fff;
    padding: 50px;
}

.worries__item-marker {
    background:linear-gradient(transparent 60%, rgba(26, 97, 136,.2) 60%);
    display: inline-block;
}

@media (max-width:1279px) {
    .worries__item {
        font-size: 20px;
    }
}

@media (max-width:743px) {
    .worries__heading {
        margin-bottom: 33px;
        font-size: 24px;
    }

    .worries__heading-sm {
        font-size: 15px;
    }

    .worries__inner {
        padding: 58px 20px 55px;
    }

    .worries__cont {
        padding: 25px 15px 25px 20px;
    }

    .worries__list {
        margin: -15px 0 0 -13px;
    }

    .worries__item {
        font-size: 14px;
        width: calc(100% / 1 - 26px);
        margin: 15px 0 0 13px;
    }

    .worries__item::before {
        width: 20px;
    }
}

/* アプローチ */
/* ====================== */
.ap {
    background: url(../img/ap/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.ap__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 118px;
}

.ap__heading {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 58px;
}

.ap__heading-sm {
    font-size: 22px;
}

.ap__col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.ap__cont-pic {
    grid-row: 1;
    grid-column: 1;
    max-width: 710px;
    width: 100%;
}

.ap__cont-pic img {
    width: 100%;
}

.ap__cont {
    grid-row: 1;
    grid-column: 1;
    background: #fff;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    align-self: flex-start;
    margin-top: 50px;
    padding: 35px 40px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.ap__cont-ttl {
    color: #f27800;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.66;
    text-align: center;
    margin-bottom: 14px;
}

.ap__cont-txt {
    letter-spacing: .06em;
    line-height: 1.875;
}

@media (max-width:959px) {
    .ap__cont-pic  {
        margin: 0 auto 20vw;
        max-width: 100%;
    }

    .ap__cont {
        margin: auto auto 0;
        max-width: 100%;
        width: 90%;
    }
}

@media (max-width:743px) {
    .ap__inner {
        padding: 52px 22px 54px;
    }

    .ap__heading {
        font-size: 24px;
        margin-bottom: 33px;
    }

    .ap__heading-sm {
        font-size: 15px;
    }

    .ap__cont-pic {
        margin: 0 auto;
    }

    .ap__cont {
        padding: 35px 22px;
    }

    .ap__cont-ttl {
        font-size: 18px;
    }

    .ap__cont-txt {
        font-size: 14px;
    }
}

@media (max-width:550px) {
    .ap__inner {
        padding-bottom: 12px;
    }

    .ap__col {
        display: block;
    }

    .ap__cont {
        transform: translateY(-20%);
    }
}

/* コース */
/* ====================== */
.course {
    position: relative;
}

.course__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px;
}

.course::before {
    content: "";
    background-image: -moz-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    z-index: -8;
    height: 460px;
    top: 0;
}

.course::after {
    background: url(../img/course/menu.png) no-repeat;
    background-position: left center;
    background-size: contain;
    height: 400px;
    top: 30px;
}

.course::before,
.course::after {
    content: "";
    position: absolute;
    width: 77.7%;
    left: 0;
    pointer-events: none;
}

.course__heading {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.course__item {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    padding: 48px 72px 50px 48px;
}

.course__item + .course__item {
    margin-top: 50px;
}

.course__item-pic {
    width: 400px;
}

.course__item-pic img {
    width: 100%;
}

.course__item-cont {
    width: calc(100% - 400px);
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}

.course__item-ttl {
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 1;
    margin: 80px 0 auto;
}

.course__item-ttl-sm,
.course__item-ttl-price {
    display: block;
}

.course__item-ttl-sm {
    font-size: 24px;
}

.course__item-ttl-price {
    color: #f27800;
    font-size: 36px;
    margin-top: 24px;
}

.course__summary-head {
    background: #c4c4c4;
    color: #fff;
    font-weight: 500;
    padding: 11px;
    text-align: center;
    letter-spacing: .1em;
}

.course__summary-body {
    background: #f3f3f3;
    line-height: 2.1;
    padding: 15px 20px;
    letter-spacing: .06em;
}

@media (max-width:959px) {
    .course__item {
        display: block;
    }

    .course__item-cont {
        padding-left: 0;
        width: 100%;
    }

    .course__item-ttl {
        margin: 40px 0 auto;
    }

    .course__item-pic {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

    .course__summary {
        margin-top: 30px;
    }
}

@media (max-width:743px) {
    .course::before,
    .course::after {
        width: 100%;
    }

    .course::before {
        height: 198px;
    }

    .course::after {
        top: 0;
        height: 156px;
    }

    .course__inner {
        padding: 52px 20px 54px;
    }

    .course__heading {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .course__item {
        padding: 25px 20px 30px;
    }

    .course__item + .course__item {
        margin-top: 23px;
    }

    .course__item-ttl {
        margin-top: 20px;
    }

    .course__item-ttl-price {
        margin-top: 15px;
    }

    .course__item-ttl-sm {
        font-size: 15px;
    }

    .course__item-ttl-price {
        font-size: 23px;
    }

    .course__summary {
        margin-top: 17px;
    }

    .course__summary-head {
        font-size: 12px;
    }

    .course__summary-body {
        font-size: 12px;
    }
}

/*　選ばれる理由 */
/* ====================== */
.user {
    background: #faf6f3;
}

.user__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 120px;
}

.user__heading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 60px;
}

.user__heading-top {
    display: inline-block;
    background-image: -moz-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    font-size: 22px;
    color: #fff;
    padding: 9px;
    max-width: 272px;
    width: 100%;
    line-height: 1;
}

.user__heading-bottom {
    display: block;
    line-height: 1.5;
}

.user__heading-sm {
    font-size: 22px;
}

.user__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.user__item {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.user__item-pic img {
    width: 100%;
}

.user__item-body {
    padding: 0 30px 30px;
}

.user__item-num {
    background-image: -moz-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: .1em;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -19px auto 15px;
    position: relative;
    z-index: 8;
}

.user__item-ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    margin: 0 -10px 15px;
}

.user__item-txt {
    line-height: 1.5;
    letter-spacing: .06em;
    word-break: break-all;
    font-size: 14px;
}

.user__item-txt-em {
    font-weight: 700;
    color: #ff7e00;
}

.user__item-note {
    text-align: right;
    font-size: 12px;
    margin-top: 12px;
    line-height: 1;
}

@media (max-width:1279px) {
    .user__item-ttl {
        font-size: 18px;
    }
}

@media (max-width:959px) {
    .user__inner {
        padding: 108px 20px 120px;
    }

    .user__item-body {
        padding: 0 15px 15px;
    }

    .user__item-ttl {
        font-size: 15px;
    }
}

@media (max-width:743px) {
    .user__inner {
        padding: 46px 20px 54px
    }

    .user__heading {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .user__heading-top {
        font-size: 15px;
        max-width: 190px;
    }

    .user__heading-sm {
        font-size: 15px;
    }

    .user__list {
        display: block;
    }

    .user__item + .user__item {
        margin-top: 36.5px;
    }

    .user__item-num {
        width: 55px;
        height: 55px;
        font-size: 27px;
    }

    .user__item-ttl {
        font-size: 18px;
    }

    .user__item-body {
        padding: 0 24px 24px;
    }
}

/* ご予約比率 */
/* ====================== */
.ratio {
    background-image: url(../img/ratio/ratio_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ratio__inner {
    max-width: 1100px;
    padding: 106px 50px;
    margin: 0 auto;
}

.ratio-lv2-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #f27800;
}

.ratio__intro {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .075em;
    text-align: center;
    color: #333333;
    margin-top: 55px;
}

.ratio__list {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
}

.ratio__item {
    width: calc(100% / 2 - 40px);
    margin: 40px 0 0 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 6px rgba(0,0,0,0.04);
    text-align: center;
    padding: 16px;
}

.ratio__wrap {
    margin-top: 48px;
}

.ratio__item-ttl {
    font-size: 24px;
    font-weight: 700;
    color: #f27800;
    border-bottom: #f27800 1px solid;
    padding-bottom: 6px;
    display: inline;
}

.ratio__category01-item,
.ratio__category02-item {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.ratio__category01,
.ratio__category02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
    margin-left: 26px;
}

.ratio__category01-item + .ratio__category01-item {
    margin-left: 78px;
}

.ratio__category02-item + .ratio__category02-item {
    margin-left: 38px;
}

.ratio__category01-item,
.ratio__category02-item {
    position: relative;
    font-size: 14px;
}

.ratio__category01-item::after,
.ratio__category02-item::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.ratio__category01-item:nth-child(1)::after {
    background-color: #70b4f8;
}

.ratio__category01-item:nth-child(2)::after {
    background-color: #fcb8c3;
}

.ratio__category02-item:nth-child(1)::after {
    background-color: #fdead7;
}

.ratio__category02-item:nth-child(2)::after {
    background-color: #fac694;
}

.ratio__category02-item:nth-child(3)::after {
    background-color: #f59a40;
}

.ratio__category02-item:nth-child(4)::after {
    background-color: #f27800;
}

.ratio__img {
    width: 50%;
    margin: 18px auto 34px;
}

.ratio__img img {
    width: 100%;
}

@media(max-width: 959px) {
    .ratio__inner {
        padding: 78px 50px;
    }

    .ratio__list {
        margin: -30px 0 0 -30px;
    }

    .ratio__item {
        width: calc(100% / 2 - 30px);
        margin: 30px 0 0 30px;
    }

    .ratio-lv2-heading {
        font-size: 36px;
    }

    .ratio__intro {
        font-size: 19px;
        margin-top: 38px;
    }

    .ratio__item-ttl {
        font-size: 20px;
    }
}

@media(max-width: 743px) {
    .ratio__inner {
        padding: 52px 20px 38px;
    }

    .ratio-lv2-heading {
        font-size: 32px;
    }

    .ratio__intro {
        font-size: 15px;
        text-align: left;
        margin-top: 22px;
        line-height: 1.4;
    }

    .ratio__list {
        display: block;
        margin: -20px 0 0 0;
    }

    .ratio__item {
        width: 100%;
        margin: 20px auto 0;
        max-width: 440px;
    }
}

/*　ケース */
/* ====================== */
.case {
    background: #fff1eb;
}

.case__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 110px;
}

.case__heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}

.case__heading-eng {
    text-align: center;
}

.case__heading-eng img {
    width: 100%;
    max-width: 130px;
    height: auto;
}

.case__heading-sm {
    display: block;
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: .1em;
}

.case__item {
    background: #fff;
    padding: 40px 98px 52px;
    position: relative;
    box-shadow: 7px 7px 0 rgba(255,126,0,.2);
}

.case__item + .case__item  {
    margin-top: 36px;
}

.case__item-head {
    text-align: center;
    margin-bottom: 30px;
}

.case__item-ttl {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: .1em;
}

.case__item-ttl::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    margin: 0 auto;
    background-image: -moz-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,122,149,0.99608) 0%, rgb(255,182,150) 100%);
    margin: 16px auto 0;
}

.case__item-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.case__item-pic img {
    width: 100%;
}

.case__dl-item {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: .1em;
    font-weight: 700;
    padding: 22px 0;
    border-bottom: 6px dotted #e7e7e7;
}

.case__dt {
    font-weight: 700;
    color: #ff7e00;
    width: 112px;
}

.case__dd {
    width: calc(100% - 112px);
}

.case__txt {
    line-height: 2;
    letter-spacing: .04em;
    margin-top: 14px;
}

.case__item-body {
    padding: 18px 60px 0;
}

@media (max-width:959px) {
    .case__item-ttl {
        font-size: 21px;
    }
}

@media (max-width:743px) {
    .case__inner {
        padding: 56px 20px 52px;
    }

    .case__heading {
        margin-bottom: 37.5px;
    }

    .case__heading-sm {
        margin-top: 18px;
        font-size: 15px;
    }

    .case__item-head {
        margin-bottom: 18px;
    }

    .case__item-body {
        padding: 0;
    }

    .case__item-ttl::after {
        margin-top: 9px;
    }

    .case__item {
        padding: 25px 22px 30px;
    }

    .case__item-ttl {
        font-size: 14px;
    }

    .case__dl-item {
        padding: 15px 0;
        border-bottom: 4px dotted #e7e7e7;
    }

    .case__dt {
        font-size: 13px;
    }

    .case__dd {
        font-size: 13px;
    }

    .case__txt {
        font-size: 13px;
    }

    .case__item-gallery {
        grid-template-columns: 1fr;
    }
}

/*　注意事項 */
/* ====================== */
.warning {
    background: url(../img/warning/bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.warning__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 50px 120px;
}

.warning__box {
    border-top: 6px solid #b7b49e;
    background: #fff;
    padding: 65px 115px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.warning__heading {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: .1em;
    line-height: 1.66;
    color: #a09d84;
    text-align: center;
    margin-bottom: 45px;
}

.warning__item-num {
    margin-right: 25px;
    display: inline-block;
}

.warning__item:first-child {
    border-top: 6px dotted #e7e7e7;
}

.warning__item {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 6px dotted #e7e7e7;
    padding: 26px 0;
}

.warning__item-num {
    font-size: 1.25em;
    color: #b7b49e;
}

.warning__foot {
    margin-top: 40px;
    text-align: center;
}

.warning__foot-txt img {
    width: 100%;
    max-width: 614px;
    height: auto;
}

@media (max-width:959px) {
    .warning__heading {
        font-size: 28px;
    }

    .warning__box {
        padding: 65px 48px;
    }
}

@media (max-width:743px) {
    .warning__inner {
        padding: 54px 20px 48px;
    }

    .warning__box {
        padding: 32px 25px 24px;
    }

    .warning__heading {
        font-size: 19px;
        margin-bottom: 25px;
    }

    .warning__item {
        font-size: 13px;
        border-bottom: 4px dotted #e7e7e7;
        padding: 15px 3px;
    }

    .warning__item-num {
        margin-right: 10px;
    }

    .warning__item:first-child {
        border-top: 4px dotted #e7e7e7;
    }

    .warning__foot {
        margin-top: 20px;
    }
}

/*　アクセス */
/* ====================== */
.access__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 118px;
}

.access__col {
    display: flex;
    flex-wrap: wrap;
}

.access__cont {
    width: calc(100% - 464px);
    padding-right: 88px;
}

.access__map-wrap {
    width: 464px;
}

.access__heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}

.access__heading-sm {
    display: block;
    font-size: 22px;
    margin-top: 30px;
}

.access__heading-eng img {
    width: 100%;
    height: auto;
    max-width: 194px;
}

.access__map-wrap {
    position: relative;
}

.access__map-wrap::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.access__map-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.access__cont-ttl {
    font-family: 'Amiri', serif;
    color: #f27800;
    font-size: 30px;
    letter-spacing: .025em;
    margin-bottom: 30px;
    line-height: 1;
}

.access__addr-txt {
    letter-spacing: .1em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 40px;
}

.access__dl-item {
    display: flex;
    letter-spacing: .1em;
    border-bottom: 1px solid #ffcb99;
    padding: 24px 0 8px;
}

.access__dt {
    width: 77px;
    color: #f27800;
    font-weight: 700;
}

.access__dd {
    width: calc(100% - 77px);
    font-size: 14px;
    font-weight: 500;
}

.access__dd-em {
    color: #f27800;
}

.access__foot {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-top: 22px;
}

@media (max-width:1279px) {
    .access__cont {
        padding-right: 38px;
    }
}

@media (max-width:959px) {
    .access__col {
        display: block;
    }

    .access__cont {
        padding-right: 0;
        width: 100%;
    }

    .access__map-wrap {
        width: 100%;
        margin-top: 50px;
    }

    .access__addr-txt {
        margin-bottom: 10px;
    }
}

@media (max-width:743px) {
    .access__inner {
        padding: 54px 20px 55px;
    }

    .access__heading {
        margin-bottom: 48px;
    }

    .access__heading-sm {
        font-size: 15px;
        margin-top: 15px;
    }

    .access__cont-ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .access__addr-txt {
        font-size: 14px;
        margin-bottom: 0;
    }

    .access__dt {
        width: 55px;
        font-size: 14px;
    }

    .access__dd {
        width: calc(100% - 55px);
        font-size: 12px;
    }

    .access__dl-item {
        padding: 16px 0 5px;
    }

    .access__foot {
        font-size: 12px;
        margin-top: 16px;
    }

    .access__map-wrap {
        margin-top: 25px;
    }
}

/*　ドクター */
/* ====================== */
.doctor {
    background: #faf6f3;
}

.doctor__inner {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 50px 110px;
}

.doctor__headinig {
    text-align: center;
    letter-spacing: .1em;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 60px;
}

.doctor__col {
    display: flex;
}

.doctor__col + .doctor__col {
    margin-top: 80px;
}

.doctor__cont-txt {
    letter-spacing: .06em;
    line-height: 2.1;
}

.doctor__cont-txt + .doctor__cont-txt  {
    margin-top: 40px;
}

.doctor__pic {
    width: 415px;
}

.doctor__cont {
    width: calc(100% - 415px);
    padding-left: 24px;
}

.doctor__pic img {
    width: 100%;
}

.doctor__cont-head {
    border-left: 2px solid #ff7e00;
    padding-left: 28px;
    line-height: 1;
    margin-bottom: 27px;
}

.doctor__cont-head-position {
    letter-spacing: .1em;
    margin-bottom: 16px;
    font-weight: 700;
}

.doctor__cont-head-name {
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 700;
}

.doctor__cont-head-name-eng {
    font-size: 16px;
    color: #f27800;
    margin-left: 18px;
}

@media (max-width:959px) {
    .doctor__col {
        display: block;
    }

    .doctor__cont {
        width: 100%;
        padding-left: 0;
        margin-top: 45px;
    }

    .doctor__pic {
        max-width: 415px;
        width: 100%;
        margin: 0 auto;
    }

    .doctor__cont-txt + .doctor__cont-txt {
        margin-top: 20px;
    }
}

@media (max-width:743px) {
    .doctor__inner {
        padding: 54px 20px;
    }

    .doctor__headinig {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .doctor__cont-txt {
        font-size: 12px;
    }

    .doctor__cont-txt + .doctor__cont-txt {
        margin-top: 10px;
    }

    .doctor__cont {
        margin-top: 22px;
    }

    .doctor__cont-head {
        padding-left: 20px;
        margin-bottom: 14px;
    }

    .doctor__cont-head-position {
        font-size: 13px;
        margin-bottom: 11px;
    }

    .doctor__cont-head-name {
        font-size: 20px;
    }

    .doctor__cont-head-name-eng {
        font-size: 13px;
        margin-left: 12px;
    }
}

/*　FAQ */
/* ====================== */
.faq__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 200px;
}

.faq__item {
    background: #fff1eb;
    padding: 0 16px;
}

.faq__item + .faq__item {
    margin-top: 28px;
}

.faq__heading {
    text-align: center;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 60px;
}

.faq__heading-eng img {
    max-width: 111px;
    height: auto;
    width: 100%;;
}

.faq__heading-sm {
    font-size: 22px;
    display: block;
    margin-top: 19px;
}

.faq__item-icon {
    display: block;
    width: 26px;
}

.faq__item-icon img {
    width: 100%;
    height: auto;
}

.faq__item-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 22px 60px 20px 15px;
    position: relative;
    cursor: pointer;
    margin: 0 -15px;
}

.faq__item-head::after,
.faq__item-head::before {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    transition: .15s ease;
}

.faq__item-head::after {
    background: url(../img/faq/minus.png) no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
}

.faq__item-head::before {
    background: url(../img/faq/plus.png) no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}

.faq__item-head.is_active::before {
    opacity: 0;
}

.faq__item-head.is_active::after {
    opacity: 1;
}

.faq__item-head-txt {
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 24px;
    padding-left: 22px;
    width: calc(100% - 26px);
}

.faq__item-body {
    height: 0;
    overflow: hidden;
}

.faq__item-body-in {
    padding-bottom: 16px;
}

.faq__item-body-box {
    background: #fff;
    padding: 18px 26px;
}

.faq__item-body-txt {
    line-height: 1.8;
    letter-spacing: .06em;
}

.faq__item-body-btn a {
    display: block;
    width: 100%;
}

.faq__item-body-btn a img {
    display: block;
    width: 100%;
}

.faq__item-body-btn {
    width: 100%;
    max-width: 300px;
    margin-top: 16px;
}

@media (max-width:959px) {
    .faq__inner {
        padding-bottom: 150px;
    }
}

@media (max-width:743px) {
    .faq__heading {
        margin-bottom: 40px;
    }

    .faq__inner {
        padding: 54px 20px 64px;
    }

    .faq__item + .faq__item {
        margin-top: 20px;
    }

    .faq__heading-sm {
        font-size: 15px;
        margin-top: 15px;
    }

    .faq__item-icon {
        width: 17px;
    }

    .faq__item-head-txt {
        padding-left: 15px;
        width: calc(100% - 17px);
        font-size: 15px;
    }

    .faq__item-head {
        padding: 17px 40px 17px 15px;
    }

    .faq__item-head::after,
    .faq__item-head::before {
        width: 17px;
        height: 17px;
        right: 16px;
    }

    .faq__item-body-box {
        padding: 17px;
    }

    .faq__item-body-txt {
        font-size: 12px;
    }
}

/* footer */
/* ====================== */
.footer {
    background: #a09d84;
}

.footer__inner {
    padding: 15px 5px;
}

.footer__copyright {
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
}

.footer__copyright small {
    font-size: inherit;
}

/* ライン */
/* ====================== */
.sp-line-bar {
    display: none;
}

.sp-line-bar__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06c755;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 8888;
    height: 75px;
}

.sp-line-bar__icon {
    width: 40px;
}

.sp-line-bar__icon img {
    width: 100%;
    height: auto;
}

.sp-line-bar__txt {
    font-size: 24px;
    font-weight: 700;
    margin-left: 17px;
}

@media (max-width:1024px) {
    .sp-line-bar {
        display: block;
    }

    .sp-line-bar__link {
        transform: translateY(100%);
        transition: .5s ease;
    }

    .sp-line-bar__link.is-fixed {
        transform: translateY(0);
    }

    .footer {
        margin-bottom: 75px;
    }
}

@media (max-width:743px) {
    .footer__copyright {
        font-size: 10px;
    }
}
