html {
    overflow-x: hidden;
}

:root {
    --main: #00B050;
    --main2: #11B95D;
    --sub: #FF9900;
    --lightgreen: #F8FBF2;
    --black: #2D2D2D;
    --ivory: #F8FBF2;
    --txt_green: #009343;
    --bordergray: #E9EBF2;
}

* {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5em;
    font-weight: 500;
    color: var(--black);
}

.font-en,
.font-m {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-out {
    font-family: "Outfit", sans-serif;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

header *,
nav * {
    transition: all 0.3s;
}

.header.active {
    z-index: 12;
}

.header__container {
    background: var(--lightgreen);
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

header.active .header__container {
    padding: 10px 20px;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__tel a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__size {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__size button {
    background: #D9D9D9;
    color: white;
    width: 50px;
    padding: 3px 0;
    text-align: center;
}

.header__size button.active {
    background: var(--main);
}

.header__size p {
    margin-right: 10px;
}

.header__access {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__access p {
    color: var(--main);
    line-height: 1.2em;
}

.header__tel a {
    background: var(--sub);
    border-radius: 50px;
    padding: 10px 30px 10px 15px;
    font-size: 24px;
    color: white;
}

.header__tel a p {
    color: white;
}

.header__tel img {
    width: 35px;
}

.header__logo img {
    width: 100%;
}

.header__logo {
    width: 460px;
}

header.active .header__logo {
    width: 400px;
}

.nav {
    border-top: 3px solid var(--main2);
    background: white;
    transition: all 0.3s;
    position: absolute;
    width: 100%;
}

nav.fixed {
    position: fixed;
    top: 78px;
    width: 100%;
    z-index: 1000;
    z-index: 13;
    box-shadow: 5px 5px 10px #0c0c0c1c;
}

.nav ul {
    display: flex;
    max-width: 1440px;
    margin: auto;
}

.nav ul li {
    width: calc(100% / 6);
    text-align: center;
    border-right: 1px solid var(--main);
    position: relative;
}

li.nav__item.nav__item--first {
    border-left: 1px solid var(--main);
}

.nav ul li a {
    padding: 20px 0;
    display: block;
}

.nav ul li span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

li.nav__item a p {
    margin-top: 5px;
    font-size: 18px;
}

.nav ul li.nav__item.nav__item--first span {
    width: 52px;
}

.nav ul li.nav__item.nav__item--second span {
    width: 49px;
}

.nav ul li.nav__item.nav__item--third span {
    width: 51px;
}

.nav ul li.nav__item.nav__item--fourth span {
    width: 44px;
}

.nav ul li.nav__item.nav__item--fifth span {
    width: 50px;
}

.nav ul li.nav__item.nav__item--sixth span {
    width: 33px;
}

.nav ul li span img {
    width: 100%;
}

.nav.fixed ul li a {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.nav.fixed ul li a span {
    margin: 0;
}

.nav.fixed ul li.nav__item.nav__item--first span {
    width: 28px;
}

.nav.fixed ul li.nav__item.nav__item--second span {
    width: 28px;
}

.nav.fixed ul li.nav__item.nav__item--third span {
    width: 30px;
}

.nav.fixed ul li.nav__item.nav__item--fourth span {
    width: 26px;
}

.nav.fixed ul li.nav__item.nav__item--fifth span {
    width: 28px;
}

.nav.fixed ul li.nav__item.nav__item--sixth span {
    width: 19px;
}

.nav.fixed ul li.nav__item a p {
    margin-top: 0;
}

ul.nav__item-child {
    position: absolute;
    background: white;
    display: flex;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 5px 5px 10px #0c0c0c1c;
}

ul.nav__item-child.active {
    height: auto;
}

ul.nav__item-child li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #dbdbdb;
}

ul.nav__item-child li:first-of-type {
    border-top: 1px solid #dbdbdb;
}

ul.nav__item-child li a {
    padding: 15px 0;
}

ul.nav__item-child li a:hover {
    background: var(--main2);
    color: white;
}

.nav.fixed ul.nav__item-child li a {
    padding: 10px 0;
}

@media screen and (max-width:1440px) {
    li.nav__item.nav__item--first {
        border-left: 0;
    }

    li.nav__item.nav__item--sixth {
        border-right: 0;
    }
}

.mv {
    height: 600px;
    position: relative;
    margin-top: 105px;
}

.mv__slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.mv__slide.mv__slide--first {
    background: url(img/slide1.jpg);
    background-position: center;
    background-size: cover;
}

.mv__slide.mv__slide--second {
    background: url(img/slide2.jpg);
    background-position: center;
    background-size: cover;
}

.mv__slide.mv__slide--third {
    background: url(img/slide3.jpg);
    background-position: center;
    background-size: cover;
}

.mv:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #525252;
    top: 0;
    opacity: 0.3;
}

.mv__copy {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
}

.mv__copy * {
    color: white;
    font-family: "Kiwi Maru", serif;
    letter-spacing: 0.1em;
}

.mv__copy h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.mv__copy p {
    font-size: 22px;
}

section.info.info--top {
    padding: 80px;
    padding-top: 220px;
    background: url(img/bg1.jpg);
    background-size: cover;
    background-position: center;
}

.info__container {
    max-width: 1150px;
    margin: auto;
    background: white;
    border-radius: 10px;
    padding: 40px 50px;
    display: flex;
    gap: 40px;
}

.info__wrap.info__wrap--left {
    width: 55%;
}

.info__wrap.info__wrap--right {
    width: 45%;
}

.info__table {
    margin-bottom: 20px;
}

.info__table-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9E9;
}

.info__table-row:nth-child(2) p.info__table-item.info__table-item--first,
.info__table-row:nth-child(3) p.info__table-item.info__table-item--first {
    font-size: 16px;
}

.info__table-row p.info__table-item.info__table-item--first {
    width: 200px;
}

.info__table-row p {
    width: calc(100% / 7);
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
}

span.close {
    width: 15px;
    height: 1px;
    background: var(--black);
    display: inline-block;
    vertical-align: middle;
}

.color-sub {
    color: var(--sub);
}

.info__tel {
    margin-top: 20px;
}

.info__tel a {
    border: 2px solid var(--sub);
    display: block;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
}

.info__tel a:hover {
    background: #f8fbf2;
}

p.info__tel-item.info__tel-item--second.font-en {
    font-size: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: var(--sub);
}

.info__tel a p {
    padding: 2px 0;
}

p.info__tel-item.info__tel-item--first.color-sub {
    font-weight: bold;
    font-size: 18px;
}

p.info__tel-item.info__tel-item--third {
    font-size: 15px;
}

.news {
    margin-top: 80px;
}

.title {
    text-align: center;
}

.title p {
    color: var(--main);
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    letter-spacing: 2px;
}

.title h3 {
    font-family: "M PLUS 1", sans-serif;
    font-size: 28px;
}

.news__container {
    max-width: 1150px;
    margin: auto;
    margin-top: 30px;
}

.news__item {
    margin-bottom: 15px;
}

.news__item.news__item--last {
    margin-bottom: 0;
}

.news__item a {
    background: white;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

p.news__date {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: var(--sub);
}

span.news__line {
    display: block;
    width: 100px;
    height: 1px;
    background: var(--sub);
}

span.news__icon img {
    vertical-align: middle;
}

span.news__icon {
    position: absolute;
    right: 30px;
    top: calc(50% - 12px);
}

.more-btn {
    text-align: center;
    margin-top: 50px;
}

.more-btn a {
    display: inline-block;
    background: var(--sub);
    width: 300px;
    padding: 16px 0;
    text-align: center;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    position: relative;
    transition: all 0.3s;
}

.more-btn a:hover {
    letter-spacing: 2px;
}

.more-btn a:hover span {
    right: 15px;
}

.more-btn span img {
    vertical-align: middle;
}

.more-btn span {
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    transition: all 0.3s;
}

section.intro {
    padding: 100px 50px;
    position: relative;
}

section.intro:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 130px;
    background: url(img/wood.png);
    background-size: contain;
    background-position: center;
    right: 10%;
    bottom: 0;
}

.intro__container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

figure {
    position: relative;
    overflow: hidden;
}

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

figure.intro__img {
    width: 50%;
    padding-top: 35%;
    border-radius: 20px;
}

.intro__content {
    width: 50%;
}

/*
.info__content p {
    font-size: 18px;
    font-weight: 400;
}
    */
p.intro__title-en {
    color: var(--main);
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.intro__title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.intro__desc {
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 400;
}

section.medical-info {
    background: #d9ebcb;
    padding: 120px 80px 100px 80px;
}

.medical-info__title {
    text-align: center;
}

.medical-info__title h4 {
    font-size: 28px;
    color: var(--txt_green);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.medical-info__title h4:before {
    content: "Medical Information";
    position: absolute;
    color: white;
    font-size: 68px;
    width: 100%;
    left: 0;
    top: -30px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    z-index: -1;
}

.medical-info__title p {
    font-size: 18px;
}

.medical-info__container {
    max-width: 1400px;
    margin: 50px auto 0;
    background: white;
    padding: 60px 50px;
    border-radius: 15px;
    display: flex;
    gap: 30px;
}

.medical-info__item {
    width: calc(100% / 3);
    padding: 5px 0;
}

.medical-info__line {
    border-right: 1px dotted lightgrey;
}

figure.medical-info__img {
    padding-top: 70%;
    border-radius: 10px;
}

.medical-info__item h5 {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}

.more-btn.more-btn--medical {
    margin-top: 10px;
}

.more-btn.more-btn--medical a {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    position: relative;
    border: 2px solid #e2e2e2;
    background: none;
    color: var(--black);
}

section.message {
    padding: 100px 50px;
    position: relative;
}

.message__container {
    max-width: 1440px;
    margin: auto;
    display: flex;
}

p.message__title-en {
    color: var(--main);
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.message__title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.message__desc {
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 400;
}

.message__content {
    width: 60%;
    position: relative;
    padding: 80px 50px;
}

.message__content:before {
    width: 170%;
    height: 100%;
    content: "";
    background: #f8f8f2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.message__img-wrap {
    width: 40%;
    position: absolute;
    right: 0;
    top: 20%;
}

figure.message__img {
    padding-top: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.more-btn.more-btn--message {
    text-align: left;
}

.message__profile {
    background: white;
    padding: 20px 30px;
    border-top-left-radius: 20px;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.message__profile p:first-of-type {
    color: var(--txt_green);
    margin-bottom: 5px;
}

.message__profile p:last-of-type {
    font-size: 22px;
}

.message__profile p:last-of-type span {
    margin-right: 20px;
    font-size: 16px;
}

section.gallery {
    padding: 100px 0;
}

.gallery__container figure {
    height: 35vw;
    border-radius: 30px;
    overflow: hidden;
    margin: 50px 50px 10px 50px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.prevention {
    padding: 100px 50px;
    padding-top: 20px;
}

.prevention__container {
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

.prevention__img {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.prevention__img figure {
    padding-top: 35%;
    width: 50%;
    border-radius: 20px;
}

.prevention__item {
    background: #F8FBF2;
    padding: 30px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid var(--main2);
}

p.prevention__item-title.font-m {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--txt_green);
}

p.prevention__item-desc {
    font-weight: 400;
    font-size: 18px;
}

footer {
    padding: 100px 50px;
    background: #F8FBF2;
}

.footer__container {
    max-width: 1000px;
    margin: auto;
}

.footer__info {
    display: flex;
    gap: 30px;
}

.footer__wrap-left {
    width: 50%;
}

.footer__wrap-right {
    width: 50%;
}

.footer__logo {
    text-align: center;
    margin-bottom: 50px;
}

.footer__logo p {
    margin-top: 20px;
}


.footer__table {
    margin-bottom: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.footer__table-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9E9;
}

.footer__table-row:first-of-type {
    background: var(--sub);
}

.footer__table-row:last-of-type {
    border-bottom: 0;
}

.footer__table-row:first-of-type p {
    color: white;
}

.footer__table-row:nth-child(2) p.footer__table-item.footer__table-item--first,
.footer__table-row:nth-child(3) p.footer__table-item.footer__table-item--first {
    font-size: 16px;
}

.footer__table-row p.footer__table-item.footer__table-item--first {
    width: 200px;
}

.footer__table-row p {
    width: calc(100% / 7);
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
}

span.close {
    width: 15px;
    height: 1px;
    background: var(--black);
    display: inline-block;
    vertical-align: middle;
}

.color-sub {
    color: var(--sub);
}

.footer__tel {
    margin-bottom: 20px;
}

.footer__tel a {
    border: 2px solid var(--sub);
    display: block;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
}

.footer__tel a:hover {
    background: white;
}

p.footer__tel-item.footer__tel-item--second.font-en {
    font-size: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: var(--sub);
}

.footer__tel a p {
    padding: 2px 0;
}

p.footer__tel-item.footer__tel-item--first.color-sub {
    font-weight: bold;
    font-size: 18px;
}

p.footer__tel-item.footer__tel-item--third {
    font-size: 15px;
}


.footer__wifi {
    text-align: center;
}

.footer__wifi img {
    position: relative;
    left: -20px;
    margin-bottom: 10px;
}

.footer__access {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

figure.footer__access-img {
    width: 50%;
    padding-top: 30%;
    border-radius: 15px;
}

.footer__access-content {
    width: 50%;
}

p.footer__access-title {
    font-size: 20px;
    color: var(--sub);
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
}

p.footer__access-desc {
    margin-bottom: 10px;
}

.more-btn.more-btn--access {
    text-align: left;
    margin-top: 20px;
}

.more-btn.more-btn--access a {
    width: 220px;
    padding: 10px;
}

.footer__map iframe {
    width: 100%;
    margin-top: 30px;
    height: 350px;
    border-radius: 20px;
}

.footer__check {
    margin-top: 30px;
    background: white;
    border-radius: 20px;
    padding: 30px 70px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__check img {
    width: 40px;
}

.footer__check p {
    font-size: 16px;
}

.footer__nav {
    margin-top: 50px;
}

.footer__nav ul {
    display: flex;
    justify-content: center;
}

.footer__nav ul li {
    padding: 0 20px;
    border-right: 1px solid #c9c9c9;
}

.footer__nav ul li a {
    transition: all 0.3s;
}

.footer__nav ul li a:hover {
    opacity: 0.6;
}

.footer__nav ul li:last-of-type {
    border: 0;
}

.footer__nav ul li a {
    font-size: 15px;
}

p.copyright {
    background: var(--main2);
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
}

/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a {
    display: block;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    transition: all 0.3s;
}

#page-top a img {
    width: 100%;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

br.sp-block {
    display: none;
}
.header__sp-btn.openbtn {
    display: none;
}
/*  タブレット　スマホ　*/
@media screen and (max-width:768px) {
    br.sp-block {
        display: block;
    }
    .header__sp-btn.openbtn {
        display: block;
    }
    nav.nav,
    .header__right {
        display: none;
    }

    .header__container {
        padding: 10px;
        align-items: center;
    }

    header .header__logo {
        width: 80%;
    }

    .mv__copy h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .mv__copy p {
        font-size: 18px;
        text-align: center;
    }

    .mv {
        height: 300px;
        margin-top: 54px;
    }

    .mv__slide {
        height: 300px;
    }

    footer {
        padding: 50px 20px;
    }

    .footer__logo img {
        width: 100%;
    }

    .footer__info {
        flex-direction: column;
    }

    .footer__access {
        flex-direction: column;
    }

    .footer__wrap-left {
        width: 100%;
    }

    .footer__table-row {
        padding: 10px;
    }

    .footer__table-row p {
        font-size: 16px;
    }

    .footer__table-row p.footer__table-item.footer__table-item--first {
        width: 150px;
    }

    .footer__table-row {
        gap: 5px;
        align-items: center;
    }

    .footer__wrap-right {
        width: 100%;
    }

    figure.footer__access-img {
        width: 100%;
        padding-top: 70%;
    }

    .footer__access-content {
        width: 100%;
    }

    .footer__check {
        padding: 30px;
        flex-direction: column;
        position: relative;
        margin-top: 50px;
    }

    .footer__check img {
        width: 40px;
        position: absolute;
        top: -30px;
    }

    .footer__nav ul {
        flex-direction: row;
        gap: 0px;
        flex-wrap: wrap;
    }

    .footer__nav ul li {
        padding: 0 0px;
        border-right: 0;
        width: calc(100% / 3);
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__nav ul li a {
        font-size: 15px;
    }

    .footer__logo {
        text-align: center;
        margin: auto;
        margin-bottom: 50px;
        width: 90%;
    }

    div#page-top {
        display: none;
    }

    section.info.info--top {
        padding: 50px 20px;
    }

    .info__container {
        padding: 20px;
    }

    .info__container {
        flex-direction: column;
        gap: 10px;
        padding: 0;
        background: none;
    }

    .info__wrap.info__wrap--left {
        width: 100%;
    }

    .info__wrap.info__wrap--right {
        width: 100%;
    }

    .info__table-row:last-of-type {
        border-bottom: 0;
    }

    .info__table {
        background: white;
    }

    .info__table-row {
        padding: 10px;
        align-items: center;
    }

    .info__table-row:first-of-type {
        background: var(--sub);
    }

    .info__table-row:first-of-type p {
        color: white;
    }

    .info__table-row p {
        font-size: 16px;
    }

    .info__table-row p.info__table-item.info__table-item--first {
        width: 140px;
    }

    p.info__tel-item.info__tel-item--second.font-en {
        font-size: 28px;
    }

    p.info__tel-item.info__tel-item--first.color-sub {
        font-weight: bold;
        font-size: 16px;
    }

    .title h3 {
        font-size: 24px;
    }

    .news__item a {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    span.news__line {
        display: none;
    }

    span.news__icon {
        display: none;
    }
    .news {
        margin-top: 50px;
    }
    .more-btn a {
        width: 70%;
    }

    section.intro {
        padding: 50px 20px;
    }

    .intro__container {
        flex-direction: column;
        gap: 20px;
    }

    figure.intro__img,
    .intro__content {
        width: 100%;
    }

    figure.intro__img {
        padding-top: 70%;
    }

    .intro__title {
        font-size: 22px;
    }

    section.intro:after {
        display: none;
    }

    section.medical-info {
        background: #d9ebcb;
        padding: 50px 20px 50px 20px;
    }

    .medical-info__title h4:before {
        display: none;
    }

    .medical-info__title h4 {
        font-size: 24px;
    }

    .medical-info__container {
        background: none;
        gap: 10px;
        flex-direction: column;
        padding: 0;
        margin-top: 30px;
    }

    .medical-info__item {
        width: 100%;
    }

    .medical-info__item {
        background: white;
        padding: 30px 20px;
        border-radius: 20px;
    }

    section.message {
        padding: 50px 20px;
    }

    .message__container {
        flex-direction: column;
    }

    .message__content {
        width: 100%;
        position: relative;
        padding: 0;
        order: 2;
        margin-top: 30px;
    }

    .message__content:before {
        display: none;
    }

    .message__title {
        font-size: 22px;
    }

    .message__img-wrap {
        width: 100%;
        position: relative;
        order: 1;
    }

    figure.message__img {
        border-radius: 20px;
    }

    .message__profile {
        bottom: -2px;
        padding: 10px 20px;
    }
    .message__profile p:first-of-type {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .more-btn.more-btn--message {
        text-align: center;
    }

    .prevention {
        padding: 50px 20px;
        padding-top: 20px;
    }

    .gallery__container figure {
        height: 50vw;
        border-radius: 10px;
        overflow: hidden;
        margin: 30px 10px 10px 10px;
    }

    section.gallery {
        padding: 50px 0;
    }

    .prevention__img figure {
        border-radius: 10px;
    }

    .prevention__img {
        gap: 20px;
        margin-bottom: 20px;
    }

    p.copyright {
        font-size: 12px;
    }



    .openbtn {
        position: relative;
        /*ボタン内側の基点となるためrelativeを指定*/
        background: var(--main2);
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    /*ボタン内側*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
    }

    .openbtn span:nth-of-type(1),
    .openbtn span:nth-of-type(3) {
        height: 2px;
        background: #fff;
        width: 62%;
        left: 10px;
    }

    .openbtn span:nth-of-type(1) {
        top: 13px;
    }

    .openbtn span:nth-of-type(2) {
        top: 17px;
        left: 9px;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
    }

    .openbtn span:nth-of-type(3) {
        top: 36px;
    }

    /*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .sp-nav {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 0;
        padding-top: 80px;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .sp-nav.active {
        display: block;
        opacity: 1;
    }

    .sp-nav .sp-nav__item a {
        display: flex;
        gap: 10px;
        align-items: center;
    }



    li.sp-nav__item {
        padding: 12px 20px 12px 20px;
        border-bottom: 1px solid #11b95d;
        position: relative;
    }

    li.sp-nav__item.sp-nav__item--sixth span {
        padding: 3px;
    }

    li.sp-nav__item span img {
        width: 100%;
    }

    li.sp-nav__item span {
        width: 24px;
        height: 30px;
    }

    li.sp-nav__item span img {
        vertical-align: middle;
    }

    .toggle-icon {
        position: absolute;
        top: 17px;
        right: 25px;
        width: 20px;
        height: 20px;
    }

    .toggle-icon img {
        width: 20px;
        height: 20px;
    }

    ul.sp-nav__item-child li a {
        background: #f8fbf2;
        margin: 5px 0;
        padding: 10px;
    }

    ul.sp-nav__item-child {
        height: 0;
        overflow: hidden;
    }

    ul.sp-nav__item-child.active {
        height: auto;
    }

    li.sp-nav__item.has-child.active ul {
        height: auto;
    }

    li.sp-nav__item.has-child.active .toggle-icon {
        transform: scale(1, -1);
    }

    .toggle-icon img {
        vertical-align: baseline;
    }
    .header__size.header__size--sp {
        margin-top: 20px;
        justify-content: center;
    }


}