@charset "UTF-8";

/*********************************************
* css/style.css
* 共通コンポーネントスタイル
*********************************************/


/*
ローダー
------------------------------------------------------------------*/

.loader-bg {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 9999;
}

body.home .loader-bg {
    background-color: #FFDEDA;
}

.loader {
    /*display: none;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 200px;
    height: 29px;
}

.loader img {
    width: 100%;
}


/*
グローバルメニュー
--------------------------------------------------- */

.p-globalNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
}

.p-globalNav__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
}

.p-globalNav__item {
    height: inherit;
}

.p-globalNav__item:nth-child(n+2) {
    margin-left: 20px;
    margin-left: 1rem;
}

.p-globalNav__item a {
    display: inline-block;
    display: -ms-grid;
    display: grid;
    font-size: 18px;
    font-size: 1.125rem;
    height: inherit;
    place-items: center;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: inherit;
}

.p-globalNav__item>a:hover {
    color: #FF7572;
}

.p-globalNav__item a::before {
    background-color: #FF7572;
    bottom: 3.3rem;
    content: "";
    height: 1px;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
}

.p-globalNav__item a:hover::before {
    width: 100%;
}

.p-globalNav__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-left: 1.875rem;
}

.p-globalNav__link--memo:hover.p-globalNav__link span {
    background-color: #FFDEDA;
}

.p-globalNav__link--menu {
    margin-left: 30px;
    margin-left: 1.25rem;
    z-index: 2;
}

.p-globalNav__link a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: maxular, serif;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: inherit;
}

.p-globalNav__link--memo span {
    background-color: #fff;
    background-image: url("../images/common/memo.svg");
    background-size: 60%;
    height: 33px;
    height: 2.0625rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
    width: 33px;
    width: 2.0625rem;
}

.p-globalNav__link--menu span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFCEF;
    /*background-image: url(../images/common/menu.svg);
	background-size: 70%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 73px;
    height: 4.5625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 73px;
    width: 4.5625rem;
    font-size: 1.075em;
    letter-spacing: 0.05em;
    padding: 0 0 2px 2px;
}

.p-globalNav__link span {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #43292D;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.p-globalNav__link span:hover {
    background-color: #FFDEDA;
}

@media screen and (min-width: 1200px) {
    .p-globalNav__item:nth-child(n+2) {
        margin-left: 1.25rem;
    }
    .p-globalNav__link--menu {
        margin-left: 1.875rem;
    }
}

@media screen and (min-width: 1300px) {
    .p-globalNav__item a::before {
        bottom: 4.0625rem;
    }
}

@media screen and (min-width: 1921px) {
    .p-globalNav__item:nth-child(n+2) {
        margin-left: 2.5rem;
    }
    .p-globalNav__links {
        margin-left: 3.75rem;
    }
}


/*
メガメニュー
--------------------------------------------------- */

.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    list-style-type: none !important;
}

.menu>li:hover {
    background: #fac875;
    -webkit-transition: all .5s;
    transition: all .1s;
}

.menu__second-level li {
    border-top: 1px solid #111;
    padding: 0;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 8.625rem;
    left: 15px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 100px;
    background: #fffcee;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
    visibility: hidden;
    box-shadow: 0 5px 5px #43292d0a;
}

li.menu__mega:hover>ul.menu__second-level {
    visibility: visible;
    opacity: 1;
    z-index: 20;
}

li.menu__mega ul.menu__second-level>li {
    float: left;
    border: none;
    margin: 0 1%;
    padding: 0;
}

li.menu__mega ul.menu__second-level>li a {
    text-align: center;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

li.menu__mega ul.menu__second-level li img {
    width: 100%;
    height: auto;
    transition-duration: 0.5s;
}

li.menu__mega ul.menu__second-level li p {
    line-height: 2;
    letter-spacing: 0.0;
    font-size: 0.85em;
    padding: 10px 5px;
    margin: 0;
}

@media screen and (min-width: 1100px) {
    li.menu__mega ul.menu__second-level {
        top: 8.625rem;
    }
}

@media screen and (min-width: 1300px) {
    li.menu__mega ul.menu__second-level {
        top: calc(10.625rem - 5px);
    }
}

@media screen and (min-width: 1500px) {
    li.menu__mega ul.menu__second-level li p {
        font-size: 0.95em;
    }
}


/*
ヘッダー
--------------------------------------------------- */

.l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.p-header {
    height: 70px;
    height: 4.375rem;
    position: relative;
    background-color: #fff;
}

.p-header::after {
    background-color: #43292D;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.p-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
}

.p-header__logo {
    margin-left: 15px;
    margin-left: 0.9375rem;
    width: 160px;
    width: 10rem;
}

.p-header__glovalNav {
    height: inherit;
    margin-left: auto;
    display: none;
}

.p-header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    margin-left: auto;
}

.p-header__item {
    height: inherit;
    width: 70px;
    width: 4.375rem;
}

.p-header__item--left {
    background: #FFEEEC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.p-header__item--left:hover {
    background-color: #FFDEDA;
}

.p-header__item--right {
    background: #FFFCEF;
}

.p-header__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: inherit;
    color: inherit;
    text-decoration: none;
}

.p-header__item--right span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.025em;
    background-color: #fff;
    border: 1px solid #3F2A2D;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    height: 2.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 46px;
    width: 2.875rem;
    font-family: 'maxular';
    font-size: 11px;
    font-weight: bold;
}

.p-header__item--right:hover span {
    background-color: #FFDEDA;
}

.p-header__item--left img {
    margin: 0 auto;
    width: 18px;
    width: 1.125rem;
}

.p-header__item--right img {
    width: 32px;
    width: 2rem;
}

.p-header__text {
    font-size: 14px;
    -size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
    text-align: center;
}

.p-header__text--small {
    font-family: maxular, serif;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-header__inner {
        padding-right: 0;
    }
    .p-header__logo {
        width: 14rem;
    }
}

@media screen and (min-width: 1100px) {
    .l-header {
        position: absolute;
    }
    .l-header.HeightMin {
        position: fixed;
    }
    .l-header.HeightMin .p-header {
        border-top: none;
        height: 60px;
        animation: DownAnime 0.5s forwards;
    }
    .l-header.HeightMin .p-header .p-header__logo {
        width: 9rem;
    }
    .l-header.HeightMin .p-header .p-globalNav__link--menu {
        margin-top: 41px;
    }
    .l-header.HeightMin .p-header li.menu__mega ul.menu__second-level {
        top: 60px;
    }
    @keyframes DownAnime {
        from {
            opacity: 0;
            transform: translateY(-170px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .p-header {
        height: 8.625rem;
    }
    .p-header__glovalNav {
        display: block;
    }
    .p-header__items {
        display: none;
    }
    .p-header__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-header__items {
        display: none;
    }
    .p-globalNav__item a {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1300px) {
    .p-header {
        border-top: 5px solid #FFDEDA;
        height: 10.625rem;
    }
    .p-header__inner {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }
    .p-globalNav__item a {
        font-size: 1.2rem;
    }
    .l-header.HeightMin .p-header .p-globalNav__item a {
        font-size: 1rem;
    }
}


/*
ドロワーメニュー
--------------------------------------------------- */

.p-menu {
    background: #FFDEDA;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    z-index: 100;
}

.p-menu.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-timing-function: ease-out;
}

.p-menu__inner {
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.p-menu__icon {
    height: 2.875rem;
    position: absolute;
    right: 20px;
    right: 1.25rem;
    top: 20px;
    top: 1.25rem;
    width: 2.875rem;
}

.p-menu__icon span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFCEF;
    background-image: url(../images/common/back.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 52%;
    border: 1px solid #43292D;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.p-menu__icon span:hover {
    background-color: #FFDEDA;
}

.p-menu__info {
    width: 100%;
    padding: 15px;
}

.p-menu__logo {
    max-width: 180px;
}

.p-menu__text {
    display: none;
    margin: 1rem 0;
}

.p-menu__info-bottom p {
    font-size: max(0.7vw, 10px);
    line-height: 1.75;
}

.p-menu__content {
    margin-top: 15px;
    width: 100%;
}

.p-menu__nav {
    padding-bottom: 0;
}

.p-menu__nav-left,
.p-menu__nav-right {
    width: 100%;
}

.p-menu__item {
    font-size: 1.2rem;
    font-weight: bold;
}

.p-menu__item:nth-child(n+2) {
    margin-top: 0;
}

.p-menu__item--sub {
    padding-left: 0.25em;
    font-size: 1rem;
    font-weight: normal;
}

.p-menu__item a {
    display: block;
    letter-spacing: 0em;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: inherit;
    text-decoration: none;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 2px solid #43292d;
    margin-top: 30px;
}

.p-menu__item--sub a {
    padding: 7.5px 10px;
    border-bottom: 1px dotted #fff;
    padding: 15px 10px;
    margin-top: 0px;
}

.p-menu__item span {
    font-family: maxular, serif;
    font-size: 0.5rem;
    margin: 0 0.5rem;
}

.p-menu__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    margin-top: 0;
}

.p-menu__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.p-menu__instagram {
    width: 42px;
    width: 2.625rem;
}

.p-menu__facebook {
    margin-left: 12px;
    margin-left: 0.75rem;
    width: 42px;
    width: 2.625rem;
}

.p-menu__btn {
    max-width: 192px;
    max-width: 20rem;
    width: 100%;
}

.p-menu__btn .c-btn {
    padding: 8px 0;
    padding: 0.5rem 0;
}

@media screen and (min-width: 500px) {
    .p-menu__inner {
        padding: 5rem 15px 15px 15px;
    }
    .p-menu__info {
        padding: 0;
    }
    .p-menu__logo {
        max-width: 280px;
    }
    .p-menu__text {
        font-family: maxular, serif;
        display: inline-block;
        font-size: 0.8rem;
        letter-spacing: 0.26em;
        margin-top: 28px;
        margin: 0.5rem 0 1rem 0;
    }
    .p-menu__info-bottom {
        display: none;
    }
    .p-menu__nav {
        border-bottom: 1px solid #43292D;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 45px;
        padding-bottom: 2.8125rem;
    }
    .p-menu__nav-left,
    .p-menu__nav-right {
        width: 50%;
    }
    .p-menu__content {
        margin-top: 36px;
        margin-top: 2.25rem;
        width: 100%;
    }
    .p-menu__item a {
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        color: inherit;
        text-decoration: none;
        width: auto;
        padding: 0;
        border-top: none;
        border-bottom: none;
    }
    .p-menu__item--sub a {
        border-bottom: none;
    }
    .p-menu__item a::before {
        background: #FFFCEF;
        bottom: -5px;
        bottom: -0.3125rem;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 0%;
    }
    .p-menu__item a:hover::before {
        width: 100%;
    }
    .p-menu__item:nth-child(n+2) {
        margin-top: 15px;
        margin-top: 2.5rem;
    }
    .p-menu__item span {
        font-size: 12px;
        font-size: 0.75rem;
        margin-right: 25px;
        margin-right: 25px;
        margin-right: 1.5625rem;
    }
    .p-menu__item--sub {
        padding-left: .5em;
        display: block;
        margin-top: 1.25rem !important;
    }
    .p-menu__links {
        padding: 0;
        margin-top: 52px;
        margin-top: 3.25rem;
    }
}

@media screen and (min-width: 992px) {
    .p-menu__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-menu__icon {
        height: 4.5625rem;
        right: 3.5rem;
        top: 3.5rem;
        width: 4.5625rem;
    }
    .p-menu__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 85vh;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 33%;
    }
    .p-menu__info-bottom {
        display: block;
    }
    .p-menu__content {
        margin-top: 0rem;
        max-height: 85vh;
        width: 66%;
    }
    .p-menu__item:nth-child(n+2) {
        margin-top: 2.875rem;
    }
}

@media screen and (min-width: 1330px) {
    .p-menu__item:nth-child(n+2) {
        margin-top: 3rem;
    }
}


/*
下層ページMV
--------------------------------------------------- */

.p-mv-sub {
    position: relative;
}

.p-mv-sub::after {
    border-color: #FFF5F3 transparent transparent transparent;
    border-style: solid;
    border-width: 28px 21px 0 21px;
    bottom: -27px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.p-mv-sub::before {
    border-color: #43292D transparent transparent transparent;
    border-style: solid;
    border-width: 29px 22px 0 22px;
    bottom: -29px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.p-mv-sub__img {
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
}

.p-mv-sub__content {
    background: #FFF5F3;
    border-bottom: 1px solid #43292D;
    margin-left: calc(50% - 50vw);
    padding: 22px 30px 55px;
    padding: 1.375rem 1.875rem 3.4375rem;
    width: 100vw;
}

.p-mv-sub__logo {
    width: 145px;
    width: 9.0625rem;
}

.p-mv-sub__title {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.4545454545;
    margin-top: 18px;
    margin-top: 1.125rem;
}

.p-mv-sub__subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 18px;
    margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-mv-sub {
        background: #FFF5F3;
        border-bottom: 1px solid #43292D;
        padding-bottom: 5.1875rem;
        padding-top: 5.1875rem;
    }
    .p-mv-sub__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .p-mv-sub__img {
        margin-left: inherit;
        margin-right: -25px;
        width: min(68%, 944px);
        border-radius: 50vw 0 0 50vw;
    }
    .p-mv-sub__content {
        border-bottom: none;
        margin-left: 0;
        padding-left: 0;
        width: 48%;
    }
}

@media screen and (min-width: 1330px) {
    .p-mv-sub__img {
        margin-right: calc(-50vw + 650px);
    }
    .p-mv-sub__content {
        width: auto;
    }
}

@media screen and (min-width: 1921px) {
    .p-mv-sub__img {
        margin-right: -310px;
    }
}


/*
フォーマット１　右に文章 +　左画像
--------------------------------------------------- */

.c-content2__logo {
    margin-top: 34px;
    margin-top: 2.125rem;
    width: 118px;
    width: 7.375rem;
}

.c-content2__title {
    font-size: 22px;
    font-size: 1.75rem;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.c-content2__text {
    font-size: 12px;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .c-content2__logo {
        margin-top: 0;
        width: 150px;
        width: 9.375rem;
    }
    .c-content2__title {
        font-size: 36px;
        font-size: 2.2rem;
        line-height: 1.3191489362;
        margin-top: 30px;
        margin-top: 1.875rem;
    }
    .c-content2__text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        margin-top: 25px;
        margin-top: 1.5625rem;
    }
}


/*
下層ページ共通ヘッダー
--------------------------------------------------- */

.l-subupage {
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

.p-subupage__inner {
    padding-left: 30px;
    padding-right: 30px;
}

.p-subupage__title {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .l-subupage {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .p-subupage__inner {
        max-width: 55.75rem;
    }
}


/*
医院研修ヘッダー
--------------------------------------------------- */

.l-course {
    margin-top: 43px;
    margin-top: 2.6875rem;
}

.p-course__banner {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    width: 18.75rem;
}

.p-course__textBox {
    margin-top: 22px;
    margin-top: 1.375rem;
    text-align: center;
}

.p-course__head {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 1;
}

.p-course__head span {
    border: 1px solid #43292D;
    border-radius: 0.6875rem;
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    padding: 3px 8px;
    padding: 0.1875rem 0.5rem;
    vertical-align: middle;
}

.p-course__number {
    font-family: maxular, serif;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 21px;
    margin-top: 1.3125rem;
}

.p-course__title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin-top: 5px;
    margin-top: 0.3125rem;
}

.p-course__text1 {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 23px;
    margin-top: 1.4375rem;
}

.p-course__img {
    margin-top: 28px;
    margin-top: 1.75rem;
}

.p-course__textWrap {
    padding: 0 15px;
    padding: 0 0.9375rem;
}

.p-course__subtitle {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
    margin-top: 33px;
    margin-top: 2.0625rem;
}

.p-course__text2 {
    font-size: 12px;
    font-size: 0.85rem;
    letter-spacing: 0;
    line-height: 1.8333333333;
    margin-top: 23px;
    margin-top: 1.4375rem;
}

@media screen and (min-width: 992px) {
    .l-course {
        margin-top: 6.5625rem;
    }
    .p-course__banner {
        width: 31.25rem;
    }
    .p-course__textBox {
        margin-top: 2.75rem;
    }
    .p-course__head {
        font-size: 1.1875rem;
    }
    .p-course__head span {
        font-size: 0.75rem;
        margin-right: 0.625rem;
    }
    .p-course__number {
        font-size: 1rem;
        letter-spacing: 0.05em;
        margin-top: 1.125rem;
    }
    .p-course__title {
        font-size: 2.875rem;
        margin-top: 0.625rem;
    }
    .p-course__text1 {
        font-size: 1rem;
        letter-spacing: 0.2em;
        line-height: 1.625;
        margin-top: 2.625rem;
    }
    .p-course__img {
        margin-top: 6.25rem;
    }
    .p-course__textWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3.5rem;
    }
    .p-course__subtitle {
        font-size: 1.8rem;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 1.5625;
        margin-top: 0;
        padding-left: 1rem;
        width: 50%;
    }
    .p-course__text2 {
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
        line-height: 2.2666666667;
        margin-top: 0;
        padding-right: 2.5rem;
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .p-course__subtitle {
        font-size: 2rem;
        letter-spacing: 0.1;
        line-height: 1.5625;
        padding-left: 2rem;
    }
}


/*
医院研修　一覧
--------------------------------------------------- */

.p-other {
    position: relative;
    border-top: 1px solid #43292D;
    padding-top: 5em;
}

.p-other__title {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.18em;
    text-align: center;
}

.p-other__title span {
    border: 1px solid #43292D;
    border-radius: 1.625rem;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding: 2.5px 6px;
    padding: 0.15625rem 0.375rem;
}

.p-other__units {
    gap: 60px;
    gap: 3.75rem;
    -ms-grid-columns: (1fr)[1];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 55px;
    margin-top: 3.4375rem;
}

.p-other__example {
    background: #FFFCEF;
    margin-top: 50px;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 112px 15px 40px;
    padding: 7rem 0.9375rem 2.5rem;
}

.p-other__example-inner {
    font-size: 22px;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 30px;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-align: center;
}

.p-other__example-title {
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    text-align: center;
}

.p-other__example-title::before {
    background: url(../images/common/information.svg) center center/contain no-repeat;
    content: "";
    height: 42px;
    height: 2.625rem;
    left: 50%;
    position: absolute;
    top: -64px;
    top: -4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    width: 2.1875rem;
}

.p-other__example-text {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.7333333333;
    margin-top: 0.75rem;
}

.p-other__example-btn {
    margin: auto;
    margin-top: 45px;
    margin-top: 2.8125rem;
    max-width: 19.0625rem;
}

.p-other__link {
    margin-top: 114px;
    margin-top: 7.125rem;
}

.p-other--line::before {
    background-color: #43292D;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -73px;
    top: -4.5625rem;
    width: 100vw;
}

.c-unit__head {
    font-family: maxular, serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}

.c-unit__img {
    margin-top: 15px;
    margin-top: 0.9375rem;
    position: relative;
    width: 100%;
}

.c-unit__img::before {
    content: "";
    display: block;
    padding-top: 57.246377%;
}

.c-unit__img img {
    -o-object-fit: cover;
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.c-unit__banner {
    height: auto;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 93%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.c-unit__subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    margin-top: 38px;
    margin-top: 2.375rem;
    text-align: center;
}

.c-unit__subtitle span {
    border: 1px solid #43292D;
    border-radius: 0.6875rem;
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.05em;
    margin-right: 5px;
    margin-right: 0.3125rem;
    padding: 3px 5px;
    padding: 0.1875rem 0.3125rem;
}

.c-unit__title {
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 11px;
    margin-top: 0.6875rem;
    text-align: center;
}

.c-unit__title--left {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
    text-align: left;
}

.c-unit__text {
    font-size: 12px;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    margin-top: 18px;
    margin-top: 1.125rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
    text-align: justify;
}

.c-unit__btn {
    margin: 0 auto;
    margin-top: 15px;
    margin-top: 0.9375rem;
    max-width: 235px;
    max-width: 14.6875rem;
}

@media screen and (min-width: 768px) {
    .p-other--fordentist::before {
        display: none;
    }
    .p-other__title {
        font-size: 2.125rem;
    }
    .p-other__title span {
        font-size: 1.1875rem;
        padding: 0.1875rem 1rem;
    }
    .p-other__units {
        gap: 1.9375rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .p-other__example {
        margin-top: 100px;
        margin-top: 6.25rem;
    }
    .p-other__example-title {
        font-size: 1.75rem;
    }
    .p-other__example-title::before {
        height: 2.625rem;
        width: 2.125rem;
    }
    .p-other__example-text {
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
        margin: 0 auto;
        margin-top: 1rem;
        max-width: 42.1875rem;
        text-align: center;
    }
    .p-other__example-btn {
        margin-top: 2.8125rem;
        max-width: 19.0625rem;
    }
    .p-other__link--fordentist {
        margin-top: 14.25rem;
    }
    .c-unit__head {
        font-size: 1.125rem;
    }
    .c-unit__img {
        margin-top: 0.5625rem;
    }
    .c-unit__subtitle {
        font-size: 0.9rem;
        margin-top: 4rem;
    }
    .c-unit__subtitle span {
        border-radius: 16px;
        border-radius: 1rem;
        font-size: 0.75rem;
        margin-right: 0.5rem;
        padding: 0.1875rem 0.4375rem 0.1rem;
        vertical-align: bottom;
    }
    .c-unit__title {
        font-size: 1.35rem;
        margin-top: 1.0625rem;
        font-weight: normal;
    }
    .c-unit__text {
        font-size: 0.8rem;
        letter-spacing: 0.01em;
        line-height: 1.7333333333;
        margin-top: 1.5rem;
        min-height: 11vh;
    }
    .c-unit__btn {
        margin-top: 2.6875rem;
        max-width: 19.0625rem;
    }
    .p-other__example-text {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 992px) {
    .c-unit__title {
        font-size: 1.75rem;
    }
    .c-unit__subtitle {
        font-size: 1.125rem;
    }
    .c-unit__text {
        font-size: 0.9375rem;
    }
    .p-other__example-text {
        font-size: 0.9375rem;
        margin-top: 1.875rem;
    }
}

@media screen and (min-width: 1330px) {
    .c-unit__text {
        min-height: 78px;
    }
}


/*
ポイント
--------------------------------------------------- */

.p-point__title,
.p-point__title2 {
    text-align: center;
}

.p-point__unit {
    margin-top: 66px;
    margin-top: 4.125rem;
}

.p-point__items {
    margin-top: 65px;
    margin-top: 4.0625rem;
}

.p-point__item {
    background-color: #FFF4F2;
    border: 1px solid #43292D;
    padding: 43px 12px 34px;
    padding: 2.6875rem 0.75rem 2.125rem;
    position: relative;
    text-align: center;
    width: 100%;
}

.p-point__item+.p-point__item {
    margin-top: 53px;
    margin-top: 3.3125rem;
}

.p-point__number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #43292D;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: maxular, serif;
    font-size: 25px;
    font-size: 1.5625rem;
    height: 50px;
    height: 3.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: -25px;
    top: -1.5625rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    width: 3.125rem;
}

.p-point__text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
}

.p-point__text2 {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    line-height: 1.8333333333;
    margin-top: 20px;
    margin-top: 1.25rem;
}

@media screen and (min-width: 992px) {
    .design-point .p-point__item {
        padding: 5rem 3rem 3.9375rem;
    }
}

.l-point {
    margin-top: 192px;
    margin-top: 6rem;
}

.l-point--about {
    margin-top: 55px;
    margin-top: 3.4375rem;
}

@media screen and (min-width:768px) {
    .p-point__title2 {
        margin-top: 10.3125rem;
    }
}

@media screen and (min-width: 992px) {
    .p-point__unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .p-point__unit .c-unit__content {
        padding-right: 4.375rem;
        width: 52%;
    }
    .p-point__unit--recruit .c-unit__content {
        width: 55%;
    }
    .p-point__unit .c-unit__banner--block {
        position: inherit;
    }
    .p-point__unit .c-unit__img {
        width: 48%;
    }
    .p-point__unit .c-unit__title {
        letter-spacing: 0.1em;
        line-height: 1.9285714286;
    }
    .p-point__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 5.4375rem;
        gap: 3.125rem 2.0625rem;
    }
    .p-point__items--about {
        display: block;
        margin-top: 6.25rem;
    }
    .p-point__item {
        padding: 5rem 0.75rem 3.9375rem;
    }
    .p-point__item--about {
        width: 100%;
    }
    .p-point__item--about .p-point__text {
        font-size: 1.75rem;
        letter-spacing: 0.1em;
    }
    .p-point__item--about .p-point__text2 {
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
        margin-top: 1.25rem;
    }
    .p-point__item+.p-point__item {
        margin-top: 0;
    }
    .p-point__item--about+.p-point__item--about {
        margin-left: 0;
        margin-top: 4.0625rem;
    }
    .p-point__number {
        font-size: 2rem;
        height: 4.75rem;
        top: -2.375rem;
        width: 4.75rem;
    }
    .p-point__text {
        font-size: 1.3125rem;
        line-height: 1.7142857143;
    }
    .l-point {
        margin-top: 12.8125rem;
    }
    .l-point--about {
        margin-top: 3.125rem;
    }
}


/*
フッターブログ
--------------------------------------------------- */

.l-blog {
    margin-bottom: 120px;
    margin-bottom: 2.5rem;
    margin-top: 70px;
    margin-top: 4.375rem;
}

.p-blog {
    position: relative;
}

.p-blog::before {
    background-color: #43292D;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -73px;
    top: -73px;
    top: -4.5625rem;
    width: 100vw;
}

.p-blog__title {
    text-align: center;
}

.p-blog__items {
    margin-top: 45px;
    margin-top: 2.8125rem;
}

.p-blog__items a {
    text-decoration: none;
    color: inherit;
}

.p-blog__items .slick-list {
    overflow: unset;
}

.p-blog__item {
    padding: 0 7.5px;
    padding-bottom: 25px;
    padding-bottom: 2.5625rem;
}

.p-blog__item-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.p-blog__item-thumbnail::before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
}

.p-blog__item-thumbnail img {
    -o-object-fit: cover;
    border-radius: 50px 0 0 0;
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-blog__item-person {
    height: 55px;
    height: 3.4375rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
    width: 3.4375rem;
}

.p-blog__item-person img {
    border-radius: 50%;
}

.p-blog__item-name {
    background: #fff;
    border-radius: 0.625rem;
    font-size: 11px;
    font-size: 0.6875rem;
    left: 60px;
    left: 3.1rem;
    letter-spacing: 0.1em;
    padding: 3px 9px;
    padding: 0.1875rem 0.5625rem;
    position: absolute;
    top: 20px;
    top: 1.25rem;
}

.p-blog__item-inner {
    padding: 1rem .5rem;
    position: relative;
}

.p-blog__item-tag {
    border: 1px solid #43292D;
    background-color: #fff;
    border-radius: 1.375rem;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px 20px;
    padding: 0.25rem 0.75rem;
    color: inherit !important;
    transition: all .5s;
    white-space: nowrap;
}

.p-blog__item-inner .p-blog__item-tag {
    position: absolute;
    top: -26px;
    left: -5px;
}

a.p-blog__item-tag:hover {
    background-color: #ffdeda;
    text-decoration: none !important;
}

.p-blog__item-title {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3571428571;
    margin-top: 10px;
    margin-top: 0.625rem;
    min-height: 70px;
    min-height: 4.375rem;
}

.p-blog__item-date {
    font-family: maxular, serif;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
}

.p-blog__btn {
    margin: auto;
    margin-top: 142px;
    margin-top: 7rem;
    max-width: 240px;
    max-width: 15rem;
}

.p-blog__item-inner {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.p-blog__item a:hover .p-blog__item-inner {
    background-color: #fff5f3;
}

.prev-arrow2 {
    background-image: url(../images/common/arrow-slider-01.svg);
    bottom: -79px;
    bottom: -4.9375rem;
    left: calc(50% - 2.625rem);
}

.next-arrow2 {
    background-image: url(../images/common/arrow-slider-02.svg);
    bottom: -79px;
    bottom: -4.9375rem;
    right: calc(50% - 2.625rem);
}

.prev-arrow2,
.next-arrow2 {
    height: 37px;
    height: 2.3125rem;
    height: 2.75rem;
    width: 37px;
    width: 2.3125rem;
    width: 2.75rem;
}

.prev-arrow2 {
    bottom: -2.5rem;
    left: calc(17% + 1.5625rem);
    left: calc(50% - 1.75rem);
    transform: translate(-50%, 0px);
}

.next-arrow2 {
    bottom: -2.5rem;
    left: calc(17% + 5.1875rem);
    right: inherit;
    left: calc(50% + 1.75rem);
    transform: translate(-50%, 0px);
}

.slide-arrow2 {
    background-color: #fff5f3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 44%;
    border: 1px solid #43292D;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .l-blog {
        margin-bottom: 3.5625rem;
        margin-top: 9.0625rem;
    }
    .p-blog::before {
        top: -9.0625rem;
    }
    .p-blog__items {
        margin-top: 8.125rem;
    }
    .p-blog__item {
        padding: 0 15px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-bottom: 1rem;
    }
    .p-blog__item-person {
        height: 3.75rem;
        width: 3.75rem;
    }
    .p-blog__item-name {
        font-size: 0.75rem;
    }
    .p-blog__item-tag {
        font-size: 0.875rem;
        font-weight: normal;
    }
    .p-blog__item-title {
        font-size: 1.3rem;
        font-weight: normal;
        letter-spacing: 0;
        margin-top: 1rem;
    }
    .p-blog__item-date {
        font-size: 0.875rem;
        margin-top: 2.25rem;
    }
    .p-blog__btn {
        margin-top: 7rem;
        max-width: 19rem;
    }
    .p-blog__item-thumbnail>img {
        border-radius: 100px 0 0 0;
    }
    .slide-arrow2:hover {
        background-color: #ffdeda;
    }
}


/*
右下お問い合わせ
--------------------------------------------------- */

.l-floating {
    display: none;
}

.p-floating {
    background-color: #FFDEDA;
    border-radius: 3px;
    bottom: 35px;
    bottom: 2.1875rem;
    padding: 15px 22px 18px;
    padding: 0.9375rem 1.375rem 1.125rem;
    position: fixed;
    right: 30px;
    right: 1.875rem;
    width: 271px;
    width: 16.9375rem;
    z-index: 10;
}

.p-floating__inner {
    position: relative;
}

.p-floating__top {
    margin: 0 auto;
    width: 163px;
    width: 10.1875rem;
}

.p-floating__title {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
    text-align: center;
}

.p-floating__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
    text-align: center;
}

.p-floating__btn {
    margin: 0 auto;
    max-width: 192px;
    max-width: 12rem;
}

.p-floating__btn .c-btn {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding: 4px 0;
    padding: 0.25rem 0;
    font-family: maxular, serif;
}

.p-floating .dismiss {
    display: block;
    top: 7.5px;
    right: 7.5px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.p-floating .dismiss:hover {
    opacity: 0.8;
}

@media screen and (min-width: 1100px) {
    .l-floating {
        display: block;
    }
}


/*
パンくず
--------------------------------------------------- */

.c-breadcrumb {
    padding: 0;
    padding-bottom: 5px;
}

.c-breadcrumb img {
    display: inline-block;
    height: auto;
    vertical-align: text-bottom;
    width: 12px;
    width: 1rem;
}

.c-breadcrumb li:first-child span {
    margin-left: 3px;
    margin-left: 0.1875rem;
}

.c-breadcrumb li {
    display: inline;
    font-weight: 300;
}

.c-breadcrumb li+li {
    margin-left: 10px;
    margin-left: 0.3rem;
}

.c-breadcrumb li {
    position: relative;
}

.c-breadcrumb li:after {
    /* >を表示*/
    background: url(../images/common/arrow-brown-small.svg) center center/contain no-repeat;
    background-position: 0 .5em;
    color: #43292D;
    content: "";
    left: 0;
    padding: 0.05em 0.35em;
    width: 0.625rem;
}

.c-breadcrumb li:last-child:after {
    background: none;
    content: "";
}

.c-breadcrumb li a {
    color: #43292D;
    font-size: 10px;
    font-size: 0.625rem;
    text-decoration: none;
}

.c-breadcrumb li span {
    color: #43292D;
    font-size: 10px;
    font-size: 0.8rem;
}

.c-breadcrumb span {
    margin-right: 0.1rem;
}

@media screen and (min-width: 768px) {
    .c-breadcrumb li a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}


/*
フッターメニュー
--------------------------------------------------- */

.p-footer {
    background: #FFF5F3;
    overflow: hidden;
    position: relative;
}

.p-footer::before {
    background-color: #43292D;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
}

.p-footer__inner {
    padding-top: 66px;
    padding-top: 4.125rem;
}

.p-footer__content {
    margin-bottom: 20px;
}

.p-footer__logo {
    width: 160px;
    width: 10rem;
}

.p-footer__text {
    font-size: 12px;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 15px;
    margin-top: 0.9375rem;
}

.p-footer__btn {
    margin-top: 25px;
    margin-top: 1.5625rem;
    width: min(80%, 240px);
    width: min(80%, 15rem);
}

.p-footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
    margin-top: 1.4375rem;
}

.p-footer__instagram {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
}

.p-footer__instagram a,
.p-footer__facebook a {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #43292D;
    border-radius: 50%;
    display: block;
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
}

.p-footer__instagram a {
    background-image: url(../images/common/instagram.svg);
    background-size: 50%;
}

.p-footer__facebook a {
    background-image: url(../images/common/facebook.svg);
    background-size: 28%;
    margin-left: 10px;
    margin-left: 0.625rem;
}

.p-footer__links+.p-footer__links {
    margin-left: 150px;
    margin-left: 9.375rem;
}

.p-footer__link a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: inherit;
}

.p-footer__items {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-top: 66px;
    margin-top: 4.125rem;
}

.p-footer__item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.p-footer__item:nth-child(n+2) {
    margin-top: 46px;
    margin-top: 2.875rem;
}

.p-footer__copy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    height: 3.5rem;
}

.p-footer__copy {
    position: relative;
}

.p-footer__copy::before {
    background: #43292D;
    content: "";
    height: 1px;
    height: 0.0625rem;
    left: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
}

.p-footer__copy a {
    color: inherit;
    text-decoration: none;
}

.p-footer__copy p {
    font-size: 10px;
    font-size: 0.625rem;
}

.p-footer__copy p:last-child {
    font-family: maxular, serif;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .p-footer::before {
        width: 100%;
    }
    .p-footer__wrap {
        display: block;
    }
    .p-footer__logo {
        width: 24.5rem;
    }
    .p-footer__text {
        font-size: 1rem;
        line-height: 1.75;
    }
    .p-footer__btn {
        margin-top: 1.875rem;
        width: 19.0625rem;
    }
    .p-footer__sns {
        font-size: 2.5rem;
    }
    .p-footer__instagram a,
    .p-footer__facebook a {
        height: 2.6875rem;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 2.6875rem;
    }
    .p-footer__instagram a:hover,
    .p-footer__facebook a:hover {
        background-color: #FFDEDA;
    }
    .p-footer__facebook a {
        margin-left: 0.9375rem;
    }
    .p-footer__content2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }
    .p-footer__link a {
        font-size: 1.1rem;
        line-height: 2.5em;
    }
    .p-footer__link a:hover {
        color: #FF7572;
        opacity: 1;
    }
    .p-footer__copy::before {
        left: 0;
        width: 100%;
    }
    .p-footer__copy p {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 992px) {
    .p-footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .p-footer__items {
        gap: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 7.375rem;
    }
    .p-footer__item {
        width: calc(50% - 1.25rem);
    }
    .p-footer__item:nth-child(n+2) {
        margin-top: 0rem;
    }
}


/*
こんな医院様におすすめ
--------------------------------------------------- */

.l-recommend {
    margin-top: 70px;
    margin-top: 4.375rem;
}

.p-recommend__title {
    text-align: center;
}

.p-recommend__items {
    gap: 10px;
    gap: 0.625rem;
    -ms-grid-columns: (1fr)[1];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem;
}

.p-recommend__item {
    background: #FFF4F2;
    border: 1px solid #43292D;
    border-radius: 5px;
    padding: 15px 0;
    padding: 0.9375rem 0;
    text-align: center;
}

.p-recommmend__btn {
    margin: 0 auto;
    margin-top: 23px;
    margin-top: 1.4375rem;
    max-width: 240px;
    max-width: 15rem;
}

@media screen and (min-width: 768px) {
    .l-recommend {
        margin-top: 10rem;
    }
    .p-recommend__items {
        gap: 1.25rem;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .p-recommend__item {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 30px 0;
        padding: 1.875rem 0;
        width: 100%;
    }
    .p-recommmend__btn {
        margin-top: 4.8125rem;
        max-width: 19rem;
    }
}


/*
カリキュラム
--------------------------------------------------- */

.l-plan {
    margin-top: 96px;
    margin-top: 6rem;
}

.p-plan__title {
    text-align: center;
}

.p-plan__img {
    display: block;
    margin-top: 1.5rem;
}

.p-plan__text {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-top: 40px;
    margin-top: 2.5rem;
    text-align: center;
}

.p-plan__text2 {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
    margin-top: 37px;
    margin-top: 1rem;
}

.p-plan__boxWrap {
    overflow: scroll;
}

.p-plan__box {
    border-collapse: collapse;
    margin-top: 30px;
    margin-top: 1.875rem;
    min-width: 512px;
    min-width: 32rem;
    width: 100%;
    border-radius: 5px;
}

.p-plan__box td img {
    max-height: 5rem;
}

.p-plan__box.p-plan__box--recruit td:first-child {
    padding-left: 0;
}

.p-plan__box span {
    border: 1px solid #43292D;
    border-radius: 12px;
    margin-right: 6px;
    margin-right: 0.375rem;
    padding: 2px 4px;
    padding: 0.125rem 0.25rem;
    font-size: 0.8em;
}

.p-plan__box .u-green {
    background: #D3F8E8;
}

.p-plan__box .u-yellow {
    background: #F6EFD1;
}

.p-plan__box tr {
    border: 1px solid #43292D;
    font-size: 10px;
    font-size: 0.75rem;
    height: 68px;
    height: 5.25rem;
    letter-spacing: 0;
    line-height: 1.5;
}

.p-plan__box tr:first-child {
    background: #FFF4F2;
    height: 40px;
    height: 2.5rem;
}

.p-plan__box th {
    font-weight: normal;
    text-align: left;
}

.p-plan__box th:first-child {
    padding-left: 2em;
}

.p-plan__box--oneday th {
    padding-left: 2em;
}

.p-plan__box--oneday th:last-child {
    padding-left: 0;
}

.p-plan__box td:first-child {
    
    text-align: left;
    
    white-space: nowrap;
}

.p-plan__box td:last-child {
    padding-right: 18px;
    padding-right: 1.125rem;
}

.p-plan__box p:nth-child(n+2) {
    margin-top: 6px;
    margin-top: 0.375rem;
}

.p-plan__box td.td_time {
    padding: 0 2em;
    text-align: left;
    min-width: 6.25rem;
    white-space: nowrap;
    border-right: 1px solid #43292d;
}

.p-plan__box td.td_label {
    min-width: 100px;
    width: auto !important;
    padding: 0 0.3em 0 2em;
    font-size: 1rem !important;
}

.p-plan__box td.td_text {
    width: auto !important;
    min-width: 17rem;
}

.p-plan__box td.td_text2 {
    width: auto !important;
    min-width: 17rem;
}

.p-plan__scroll {
    text-align: center;
}

.p-plan__scroll span {
    display: inline-block;
    font-size: 12px;
    font-size: 1rem;
    line-height: 0.9;
    margin-top: 15px;
    margin-top: 0.9375rem;
    position: relative;
}

.p-plan__scroll span::before {
    background: url(../images/common/arrow.svg) center center/contain no-repeat;
    content: "";
    font-family: maxular, serif;
    height: 14px;
    height: 0.875rem;
    position: absolute;
    right: -14px;
    right: -0.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    width: 0.5rem;
}

.p-plan__title2 {
    margin-top: 147px;
    margin-top: 9.1875rem;
    text-align: center;
}

.p-plan__example {
    background: #FFFCEF;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 40px 15px;
    padding: 40px 15px;
    padding: 2.5rem 0.9375rem;
}

.p-plan__example-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-align: center;
}

.p-plan__example-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-top: 1.875rem;
}

.p-plan__example-row:first-child {
    margin-top: 0;
}

.p-plan__example-row>span {
    background: #fff;
    border: 1px solid #43292D;
    border-radius: 0.9375rem;
    display: -ms-grid;
    display: grid;
    font-size: 10px;
    font-size: 0.725rem;
    font-weight: bold;
    height: 15px;
    height: 1.25rem;
    place-items: center;
    width: 45px;
    width: 2.8125rem;
}

.p-plan__example-detail {
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 10px;
    margin-left: 0.625rem;
}

.p-plan__example-detail p {
    margin-bottom: 15px;
    letter-spacing: -0.025rem;
}

.p-plan__example-detail span {
    font-size: 12px;
    font-size: 0.75rem;
}

.p-plan__example-detail>span {
    font-size: 10px;
    font-size: 0.625rem;
}

.p-plan__example-body {
    background: #fff;
    margin-top: 27px;
    margin-top: 1.6875rem;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
}

.p-plan__example-text+.p-plan__example-text {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.p-plan__example-btn {
    margin: auto;
    margin-top: 28px;
    margin-top: 1.75rem;
    width: 235px;
    width: 14.6875rem;
}

.p-plan__box2 {
    margin-top: 115px;
    margin-top: 7.1875rem;
    border-radius: 5px;
}

.p-plan__box2 .c-box {
    padding: 39px 23px 29px;
    padding: 2.4375rem 1.4375rem 1.8125rem;
}

.p-plan__box2 .c-box__text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-plan__img {
        margin-top: 4.125rem;
    }
    .l-plan {
        margin-top: 14.25rem;
    }
    .p-plan__text {
        margin-top: 1rem;
    }
    .p-plan__box {
        margin-top: 3.5rem;
    }
    .p-plan__box tr {
        height: 8.125rem;
    }
    .p-plan__box tr:first-child {
        height: 5.1875rem;
    }
    .p-plan__box th {
        font-size: 1.125rem;
    }
    .p-plan__box td {
        font-size: 1rem;
    }
    .p-plan__box td:first-child {
        font-size: 1.125rem;
    }
    .p-plan__box td:nth-child(2) {
        width: calc(100% - 8.625rem);
    }
    .p-plan__box--oneday td:nth-child(2) {
        width: 30%;
    }
    .p-plan__box td:nth-child(3) {
        width: calc(100% - 8.625rem);
    }
    .p-plan__box p:nth-child(n+2) {
        margin-top: .5rem;
    }
    .p-plan__example {
        margin-top: 3rem;
        padding: 5.625rem 0 5.9375rem;
    }
    .p-plan__example-inner {
        margin: auto;
        max-width: 43.125rem;
    }
    .p-plan__example-title {
        font-size: 1.75rem;
        letter-spacing: 0.05em;
    }
    .p-plan__example-row {
        margin-top: 2.9375rem;
    }
    .p-plan__example-row span {
        font-size: 1.125rem;
        font-weight: normal;
        height: 1.75rem;
        width: 4.75rem;
    }
    .p-plan__example-detail {
        font-size: 21px;
        font-size: 1.3125rem;
        font-weight: normal;
        margin-left: 70px;
        margin-left: 4.375rem;
    }
    .p-plan__example-detail p {
        letter-spacing: 0rem;
    }
    .p-plan__example-detail span {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .p-plan__example-detail>span {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .p-plan__example-body {
        margin-top: 2.625rem;
        padding: 3.125rem 6.25rem;
    }
    .p-plan__example-text+.p-plan__example-text {
        margin-top: 1.5rem;
    }
    .p-plan__example-btn {
        margin-top: 80px;
        margin-top: 5rem;
        width: 305px;
        width: 19.0625rem;
    }
    .p-plan__box2 .c-box__text {
        font-size: 16px;
        font-size: 1rem;
    }
    .p-plan__box2 {
        margin: auto;
        margin-top: 115px;
        margin-top: 7.1875rem;
        max-width: 56.25rem;
    }
}

@media screen and (min-width: 991px) {
    .p-plan__box td.td_text {
        min-width: 22.625rem;
    }
}


/*
ラプレシャスについて上部
--------------------------------------------------- */

.l-about {
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
}

.p-about {
    border-top: 1px solid #43292D;
}

.p-about--none {
    border-top: none;
    padding-top: 85px;
    padding-top: 5.3125rem;
}

.p-about__inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
}

.p-about__title {
    text-align: center;
}

.p-about__img {
    margin-left: calc(50% - 50vw);
    position: relative;
    width: 100vw;
}

.p-about__img--top {
    margin-top: 63px;
    margin-top: 3.9375rem;
}

.p-about__img::before {
    content: "";
    display: block;
    padding-top: 40.148305%;
}

.p-about__img img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-about__btn {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 240px;
    max-width: 15rem;
}

@media screen and (min-width: 992px) {
    .l-about {
        padding-bottom: 11.5rem;
    }
    .p-about {
        padding-top: 11.875rem;
    }
    .p-about--none {
        padding-top: 10rem;
    }
    .p-about__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .p-about__img {
        margin-left: inherit;
        margin-right: -25px;
        width: min(60%, 944px);
    }
    .p-about__img img {
        -o-object-fit: cover;
        border-radius: 190px 0px 0px 190px;
        object-fit: cover;
    }
    .p-about__content {
        padding-right: 24px;
        padding-right: 1.5rem;
        width: 40%;
    }
    .p-about__btn {
        max-width: 19rem;
    }
}

@media screen and (min-width: 1330px) {
    .p-about__img {
        margin-right: calc(-50vw + 650px);
        width: min(68%, 944px);
    }
}

@media screen and (min-width: 1921px) {
    .p-about__img {
        margin-right: -310px;
    }
}


/*
サービス
--------------------------------------------------- */

.l-service {
    margin-top: 94px;
    margin-top: 5.875rem;
    padding-bottom: 76px;
    padding-bottom: 4.75rem;
}

.p-service {
    position: relative;
}

body.top .p-service::before {
    background-color: #43292D;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -73px;
    top: -4.5625rem;
    width: 100vw;
}

.p-service__title {
    text-align: center;
}

.p-service__items {
    margin-top: 45px;
    margin-top: 2.8125rem;
}

.p-service__item:nth-child(n+2) {
    margin-top: 60px;
    margin-top: 3.75rem;
}

.p-service__item-img {
    overflow-x: hidden;
    position: relative;
    width: calc(100% + 15px);
}

.p-service__item-img::before {
    content: "";
    display: block;
    padding-top: 40.148305%;
}

.p-service__item-img img {
    -o-object-fit: cover;
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-service__item-img--right {
    border-radius: 190px 0px 0px 190px;
    margin-left: auto;
    margin-right: -15px;
}

.p-service__item-img--left {
    border-radius: 0px 190px 190px 0px;
    margin-left: -15px;
}

.p-service__item-wrap {
    padding-left: 20px;
    padding-left: 1.25rem;
    width: min(100%, 320px);
    width: min(100%, 20rem);
}

.p-service__item-title {
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 36px;
    margin-top: 2.25rem;
    position: relative;
}

.p-service__item-title span:first-child {
    /* font-family: maxular, serif; */
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    vertical-align: top;
}

.p-service__item-comment {
    font-family: maru-maru-gothic-blr-stdn, sans-serif;
    height: 34px;
    height: 2.125rem;
    left: 0;
    position: absolute;
    top: -52px;
    top: -3.25rem;
    width: auto;
    width: 100%;
}

.p-service__item-comment img {
    height: 100%;
    width: auto;
}

.p-service__item-text {
    font-size: 12px;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.p-service__item-btn {
    margin-left: 0;
    margin-top: 35px;
    margin-top: 2.1875rem;
    max-width: 240px;
    max-width: 15rem;
}

@media screen and (min-width: 540px) {
    .p-service__item-img {
        width: auto;
    }
    .p-service__item-img--right {
        margin-right: calc(-50vw + 245px);
    }
    .p-service__item-img--left {
        margin-left: calc(-50vw + 245px);
    }
}

@media screen and (min-width: 768px) {
    .l-service {
        margin-top: 7rem;
        padding-bottom: 10rem;
    }
    .p-service::before {
        top: -9.375rem;
    }
    .p-service__items {
        margin-top: 6rem;
    }
    .p-service__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .p-service__item:nth-child(1),
    .p-service__item:nth-child(3),
    .p-service__item:nth-child(5) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .p-service__item:nth-child(n+2) {
        margin-top: 9.375rem;
    }
    .p-service__item-img {
        width: min(68%, 59rem);
    }
    .p-service__item-img--right {
        border-radius: 190px 0px 0px 190px;
        margin-left: inherit;
        margin-right: -25px;
    }
    .p-service__item-img--left {
        border-radius: 0px 190px 190px 0px;
        margin-left: -25px;
    }
    .p-service__item-wrap {
        width: min(50%, 28.625rem);
    }
    .p-service__item-wrap--left {
        margin-left: 3.125rem;
    }
    .p-service__item-wrap--right {
        margin-left: 3.125rem;
    }
    .p-service__item-title {
        font-size: 1.875rem;
        font-weight: normal;
    }
    .p-service__item-title span:first-child {
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        left: -3.875rem;
        line-height: 1;
        position: absolute;
        top: 0.5rem;
    }
    .p-service__item-comment {
        height: 3rem;
        top: -4.3125rem;
        width: 25rem;
    }
    .p-service__item-comment span:first-child {
        font-size: 14px;
        font-size: 0.875rem;
        left: 0;
    }
    .p-service__item-text {
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
        line-height: 1.7333333333;
        margin-top: 1.5rem;
    }
    .p-service__item-btn {
        margin-top: 3.625rem;
        max-width: 19.0625rem;
    }
}

@media screen and (min-width: 1330px) {
    .p-service__item-img--right {
        margin-right: calc(-50vw + 650px);
    }
    .p-service__item-img--left {
        margin-left: calc(-50vw + 650px);
    }
}

@media screen and (min-width: 1921px) {
    .p-service__item-img {
        width: 59rem;
    }
    .p-service__item-img--right {
        margin-right: -310px;
    }
    .p-service__item-img--left {
        margin-left: -310px;
    }
}


/*
私たちが担当します
--------------------------------------------------- */

.l-message {
    margin-top: 6rem;
}

.p-message__title {
    text-align: center;
}

.p-message__card {
    background-color: #F5F5F5;
    margin-top: 61px;
    margin-top: 3.8125rem;
    padding: 58px 15px;
    padding: 3.625rem 0.9375rem;
}

.p-message__people {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-message__person {
    margin: 0 .5rem;
    padding-top: 20px;
}

.p-message__img {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 150px;
    width: 9.375rem;
}

.p-message__img img {
    border-radius: 50vw;
}

.p-message__banner {
    left: 50%;
    position: absolute;
    top: -10%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    text-align: center;
}

.p-message__name {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: center;
}

.p-message__title2 {
    font-size: 18px;
    font-size: 1.125re;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7777777778;
    margin-top: 61px;
    margin-top: 3.8125rem;
}

.p-message__text {
    font-size: 12px;
    font-size: 0.85rem;
    letter-spacing: 0;
    line-height: 1.8333333333;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.p-message__btn {
    margin: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 240px;
    max-width: 15rem;
}

@media screen and (min-width: 768px) {
    .l-message {
        margin-top: 14.0625rem;
    }
    .p-message__card {
        padding-bottom: 6.5625rem;
        padding-top: 6.5625rem;
    }
    .p-message__card-inner {
        margin: 0 auto;
        max-width: 49.25rem;
    }
    .p-message__person {
        margin: 0 1.25rem;
    }
    .p-message__img {
        width: 12.5rem;
    }
    .p-message__name {
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        margin-top: 0.625rem;
    }
    .p-message__title2 {
        font-size: 2rem;
        font-weight: normal;
        letter-spacing: 0.18em;
        line-height: 1.5625;
        margin-top: 5.875rem;
    }
    .p-message__text {
        font-size: 0.9375rem;
        letter-spacing: 0.05em;
        line-height: 2.2666666667;
        margin-top: 2.875rem;
    }
    .p-message__btn {
        margin: auto;
        margin-top: 5.625rem;
        max-width: 19.0625rem;
    }
}


/* 
研修開始の流れ
--------------------------------------------------- */

.l-flow {
    margin-top: 127px;
    margin-top: 7.9375rem;
}

.p-flow__title {
    text-align: center;
}

.p-flow__box {
    background-color: #F5F5F5;
    margin-top: 56px;
    margin-top: 3.5rem;
    padding: 28px 15px 45px;
    padding: 1.75rem 0.9375rem 2.8125rem;
}

.p-flow__box-unit {
    border-bottom: 1px solid #43292D;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    position: relative;
}

.p-flow__box-unit::before {
    border-color: #43292D transparent transparent transparent;
    border-style: solid;
    border-width: 29px 22px 0 22px;
    bottom: -29px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.p-flow__box-unit::after {
    border-color: #F5F5F5 transparent transparent transparent;
    border-style: solid;
    border-width: 28px 21px 0 21px;
    bottom: -27.1px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.p-flow__box-unit+.p-flow__box-unit {
    margin-top: 30px;
    margin-top: 1.875rem;
}

.p-flow__box-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFDEDA;
    border: 1px solid #43292D;
    border-radius: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: maxular, serif;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1;
    padding: 0 15px 3px;
    padding: 0 0.9375rem 0.1875rem;
}

.p-flow__box-banner span {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 200;
    margin-left: 4px;
    margin-left: 0.25rem;
}

.p-flow__box-title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.p-flow__box-text {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    margin-top: 18px;
    margin-top: 1.125rem;
}

.p-flow__box-img {
    height: 30px;
    height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


/* .p-flow__box-unit:nth-child(5) .p-flow__box-img {
    height: 2rem;
    right: -5px;
} */

.p-flow__box-unit:last-child .p-flow__box-img {
    height: 2rem;
    right: -5px;
}

.p-flow__box-img img {
    height: 100%;
    width: auto;
}

.p-flow__btn {
    margin: 0 auto;
    margin-top: 43px;
    margin-top: 2.6875rem;
    max-width: 240px;
    max-width: 15rem;
}

@media screen and (min-width: 768px) {
    .l-flow {
        margin-top: 11.25rem;
    }
    .p-flow__box {
        margin-top: 4.75rem;
        padding: 7.1875rem 1.5rem 6.875rem;
    }
    .p-flow__box-units {
        margin: 0 auto;
        max-width: 53.125rem;
    }
    .p-flow__box-unit {
        padding-bottom: 3.1875rem;
    }
    .p-flow__box-unit+.p-flow__box-unit {
        margin-top: 5.9375rem;
    }
    .p-flow__box-banner {
        font-size: 0.875rem;
        padding: 0 1.25rem 0.1875rem;
    }
    .p-flow__box-banner span {
        font-size: 1.875rem;
    }
    .p-flow__box-title {
        font-size: 1.75rem;
        margin-top: 1.125rem;
    }
    .p-flow__box-text {
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
        line-height: 1.7333333333;
        margin-top: 0.9375rem;
        max-width: 28.125rem;
        width: 53%;
    }
    .p-flow__box-img {
        bottom: 3.1875rem;
        height: 8.75rem;
        top: auto;
        top: initial;
    }
    .p-flow__box-unit:first-child .p-flow__box-img {
        right: -2rem;
    }
    .p-flow__box-unit:nth-child(5) .p-flow__box-img {
        right: -1.5rem;
        height: 7rem;
    }
    .p-flow__box-unit:nth-child(5) .p-flow__box-img--none {
        height: 8.75rem;
        right: 0;
    }
    .p-flow__box-unit:last-child .p-flow__box-img {
        right: -1.5rem;
        height: 7rem;
    }
    .design-flow .p-flow__box-unit:nth-child(5) .p-flow__box-img {
        right: 0;
    }
    .design-flow .p-flow__box-unit:last-child .p-flow__box-img {
        right: 0;
    }
    .p-flow__btn {
        margin-top: 5.3125rem;
        max-width: 19.0625rem;
    }
}


/* 
こんな医院におすすめ
--------------------------------------------------- */

.l-recommend2 {
    margin-top: 95px;
    margin-top: 5.9375rem;
}

@media screen and (min-width: 768px) {
    .l-recommend2 {
        margin-top: 12.5rem;
    }
}


/*
カリキュラム
--------------------------------------------------- */

.l-curriculum {
    margin-top: 125px;
    margin-top: 125px;
    margin-top: 7.8125rem;
}

.p-curriculum__title {
    text-align: center;
}

.p-curriculum__items {
    gap: 10px;
    gap: 10px;
    gap: 0.625rem;
    -ms-grid-columns: (1fr)[2];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.125rem;
}

.p-curriculum__item {
    border: 1px solid #43292D;
    cursor: pointer;
    padding-bottom: 13px;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.p-curriculum__item:after {
    content: "＋";
    font-size: 19px;
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 10px;
    background-color: #fff4f2;
    width: 30px;
    height: 30px;
    border-radius: 50vw;
    line-height: 1.5;
    border: 1px solid #fff4f2;
    transition: all 0.3s;
    transform: rotateZ( 0deg);
}

.p-curriculum__item:hover {
    background-color: #fff3f1;
}

.p-curriculum__item:hover:after {
    border: 1px solid #43292D;
    background-color: #FFDEDA;
    transform: rotateZ( 360deg);
}

.p-curriculum__img {
    position: relative;
    width: 100%;
}

.p-curriculum__img::before {
    display: block;
    content: "";
    padding-top: 68.169%;
}

.p-curriculum__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-curriculum__subtitle {
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 9px;
    margin-top: 9px;
    margin-top: 0.5625rem;
    padding: 0 5px;
}

.p-curriculum__title {
    font-size: 13px;
    font-size: 13px;
    font-size: 1rem;
    margin-top: 8px;
    margin-top: 8px;
    margin-top: 0.1rem;
    padding: 0 5px;
}

.p-curriculum__modal {
    -webkit-animation: hide 0.3s linear 0s;
    animation: hide 0.3s linear 0s;
    display: none;
    height: calc(100vh - 40px);
    left: 0%;
    right: 0;
    bottom: 0;
    position: fixed;
    top: 0;
    width: 96%;
    margin: auto;
    max-width: 52.9375rem;
    overflow: scroll;
    z-index: 10000;
}

.p-curriculum__modal-bg {
    background: rgba(255, 255, 255, .4);
    height: 100vh;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.p-curriculum__modal-content {
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .16);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .16);
    height: auto;
    left: 0%;
    right: 0;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    position: absolute;
    top: 0%;
    width: 847px;
    width: 96%;
    margin: auto;
    max-width: 52.9375rem;
    z-index: 1000;
}

.p-curriculum__modal-icon {
    background-color: #FFFCEF;
    border: 1px solid #43292D;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 2.375rem;
    right: 1.5rem;
    top: 1.75rem;
    width: 2.375rem;
    z-index: 50;
}

.p-curriculum__modal-icon:hover {
    background-color: #FFDEDA;
    cursor: pointer;
}

.p-curriculum__modal-icon img {
    margin: auto;
    width: 48%;
}

.p-curriculum__modal-img {
    width: 100%;
}

.p-curriculum__modal-subtitle {
    font-size: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 40px;
    margin-top: 40px;
    margin-top: 2.5rem;
    text-align: center;
}

.p-curriculum__modal-title {
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: center;
}

.p-curriculum__modal-text {
    font-size: 0.85rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.p-curriculum__btn {
    margin: auto;
    margin-top: 45px;
    margin-top: 2.8125rem;
    max-width: 19.0625rem;
}

.p-curriculum__table {
    margin-top: 1.5rem;
}

.p-curriculum__table dl {
    padding: 0.625rem 1.25rem;
    border-top: 1px solid #492E33;
    font-size: 0.85rem;
}

.p-curriculum__table dl:last-child {
    border-bottom: 1px solid #492E33;
}

.p-curriculum__table dt {}

.p-curriculum__table dd {}

.p-curriculum__work {
    margin-top: 2.25rem;
}

.p-curriculum__head {
    font-size: 0.85rem;
    border: 1px solid #43292D;
    border-radius: 0.6875rem;
    display: inline-block;
    padding: 0.1875rem 0.5rem;
}

.p-curriculum__figure {
    margin-top: 1rem;
    max-height: 70px;
}

.p-curriculum__figure img {
    max-height: inherit;
    width: auto;
}

.p-curriculum__image {
    margin-top: 2.25rem;
    margin-bottom: 3rem;
}

.p-curriculum__figure2 {
    max-width: 15.625rem;
    margin: 0 auto;
    margin-top: 1rem;
}

@media screen and (min-width: 550px) {
    .p-curriculum__modal-content {
        padding: 3rem 3rem 5rem 3rem;
    }
    .p-curriculum__modal-icon {
        right: 2.5rem;
        top: 1.8125rem;
    }
}

@media screen and (min-width: 768px) {
    .l-curriculum {
        margin-top: 14.6875rem;
    }
    .p-curriculum__items {
        gap: 1.5625rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        margin-top: 5rem;
    }
    .p-curriculum__item {
        padding-bottom: 3.25rem;
    }
    .p-curriculum__subtitle {
        font-size: 0.75rem;
        margin-top: 1.5625rem;
    }
    .p-curriculum__title {
        font-size: 1.25rem;
        letter-spacing: 0em;
        margin-top: 0.5rem;
    }
    .p-curriculum__item:after {
        bottom: 10px;
        right: 10px;
        top: auto;
    }
    .p-curriculum__btn {
        margin-top: 2.8125rem;
        max-width: 19.0625rem;
    }
    .p-curriculum__table {
        margin-top: 5.0625rem;
    }
    .p-curriculum__table dl {
        display: flex;
        align-items: center;
        letter-spacing: 0.1em;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .p-curriculum__table dt {
        width: 8.125rem;
    }
    .p-curriculum__table dd {
        width: calc(100% - 8.125rem);
    }
    .p-curriculum__figure {
        max-width: 27.8125rem;
        max-height: 8rem;
        margin: 0 auto;
        margin-top: 1rem;
    }
    .p-curriculum__figure img {
        max-height: inherit;
        width: auto;
        height: inherit;
    }
    .p-curriculum__figure2 {
        max-width: 27.5rem;
        margin-top: 3.125rem;
    }
    .p-curriculum__head {
        font-size: 0.9375rem;
        border: 1px solid #43292D;
        border-radius: 0.6875rem;
        display: inline-block;
        padding: 0.1875rem 1rem;
    }
    .p-curriculum__modal-text2 {
        margin-top: 1.25rem;
    }
    .p-curriculum__figure--small {
        max-height: 5.1875rem;
    }
}

@media screen and (min-width: 992px) {
    .p-curriculum__title {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        margin-top: 0.9375rem;
    }
    .p-curriculum__subtitle {
        font-size: 0.9375rem;
    }
    .p-curriculum__modal-content {
        padding: 7.8125rem 8.75rem;
    }
    .p-curriculum__modal-text {
        font-size: 15px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 2.2666666667;
        margin-top: 32px;
        margin-top: 32px;
        margin-top: 2rem;
    }
    .p-curriculum__modal-icon {
        height: 4.375rem;
        right: calc(40% - 16rem);
        top: 2.8125rem;
        width: 4.375rem;
    }
    .p-curriculum__modal-icon img {
        margin: auto;
        width: 35%;
    }
}

@media screen and (min-width: 1400px) {
    .p-curriculum__modal-icon {
        right: calc(40% - 10rem);
    }
}


/*
.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}
*/


/*
よくある質問
--------------------------------------------------- */

.l-faq {
    margin-top: 7.9375rem;
}

.p-faq {}

.p-faq__inner {}

.p-faq__title {
    text-align: center;
}

.p-faq__items {
    margin-top: 65px;
}

.p-faq__btn {
    margin: auto;
    margin-top: 45px;
    margin-top: 2.8125rem;
    max-width: 19.0625rem;
}

@media screen and (min-width:768px) {
    .l-faq {
        margin-top: 11.25rem;
    }
    .p-faq__inner {
        max-width: 55.75rem;
    }
    .p-faq__btn {
        margin-top: 2.8125rem;
        max-width: 19.0625rem;
    }
}

.c-title__top_sp {
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .c-title__top_sp {
        font-size: 1.75rem;
    }
}

/*
バナー
--------------------------------------------------- */
.l-banner{
    background-color: #fff5f3;
    padding: 2rem 15px;
}
.p-banner{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 1rem;
}

.l-banner img{
    border-radius: 5px;
}

.l-banner a{
    transition: all 0.5s;
    margin-bottom: 2rem;
    display: block;
}
.l-banner a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .l-banner{
        padding: 1rem 15px;
    }
    .l-banner a{
        margin-bottom: 1rem;
    }
    
}