@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/* break point */


/* color setting */


/* base setting */

html {
    font-size: 1.33333vw;
}

@media only screen and (min-width: 1060px) {
    html {
        font-size: 0.84746vw;
    }
}

@media only screen and (min-width: 1180px) {
    html {
        font-size: 10px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 11rem;
}

@media only screen and (min-width: 1060px) {
    body {
        padding-top: 8rem;
    }
}

body.is-fixed {
    overflow: hidden;
}

picture {
    display: block;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.4s ease;
}

a:hover {
    opacity: 0.7;
}

ul {
    list-style: none;
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input::-webkit-input-placeholder {
    color: #333;
}

input::-moz-placeholder {
    color: #333;
}

input:-ms-input-placeholder {
    color: #333;
}

input::-ms-input-placeholder {
    color: #333;
}

input::placeholder {
    color: #333;
}


/* IE */

input:-ms-input-placeholder {
    color: #333;
}


/* Edge */

input::-ms-input-placeholder {
    color: #333;
}

@media only screen and (min-width: 1060px) {
    .only-sp {
        display: none;
    }
}

.only-sp-inline {
    display: inline;
}

@media only screen and (min-width: 1060px) {
    .only-sp-inline {
        display: none;
    }
}

.only-pc {
    display: none;
}

@media only screen and (min-width: 1060px) {
    .only-pc {
        display: block;
    }
}

.only-pc-inline {
    display: none;
}

@media only screen and (min-width: 1060px) {
    .only-pc-inline {
        display: inline;
    }
}

.nowrap {
    white-space: nowrap;
}

.english {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;
}

@-webkit-keyframes scrollIn {
    0% {
        -webkit-transform: translateY(2rem);
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollIn {
    0% {
        -webkit-transform: translateY(2rem);
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0);
    }
}

.fz-h2 {
    border-bottom: 1px solid #97dad0;
    border-top: 1px solid #97dad0;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding: 2.1rem 0;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .fz-h2 {
        font-size: 2.4rem;
        letter-spacing: 0.12em;
        margin-bottom: 3rem;
        padding: 1.5rem 0;
        text-align: left;
    }
}

.fz-h2 ._green {
    color: #2bb9a5;
}

.fz-h3 {
    color: #2bb9a5;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

@media only screen and (min-width: 1060px) {
    .fz-h3 {
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-bottom: 1.4rem;
    }
}

.section {
    padding-top: 3.5rem;
}

@media only screen and (min-width: 1060px) {
    .section {
        padding-top: 5rem;
    }
}

.inner {
    padding: 0 3rem;
}

@media only screen and (min-width: 1060px) {
    .inner {
        margin: 0 auto;
        max-width: 120rem;
        padding: 0 7.5rem;
    }
}

.subtitle {
    color: #2bb9a5;
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    padding: 0 1.8rem;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .subtitle {
        font-size: 1.5rem;
        margin-bottom: 1.8rem;
        padding: 0 1.3rem;
    }
}

.subtitle::before {
    -webkit-transform: translateY(-50%) rotate(15deg);
    background: #2bb9a5;
    content: "";
    display: block;
    height: 2.3rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    width: 2px;
}

@media only screen and (min-width: 1060px) {
    .subtitle::before {
        height: 1.6rem;
    }
}

.subtitle::after {
    -webkit-transform: translateY(-50%) rotate(15deg);
    background: #2bb9a5;
    content: "";
    display: block;
    height: 2.3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    width: 2px;
}

@media only screen and (min-width: 1060px) {
    .subtitle::after {
        height: 1.6rem;
    }
}

.btn {
    align-items: center;
    background-color: #2bb9a5;
    border-radius: 0.4rem;
    color: #fff;
    display: flex;
    font-size: 3rem;
    font-weight: bold;
    height: 9rem;
    justify-content: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 44.7rem;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .btn {
        font-size: 1.8rem;
        height: 5rem;
        max-width: 29.5rem;
    }
}

.btn.small {
    font-size: 2.4rem;
    height: 9rem;
    width: 32.9rem;
}

@media only screen and (min-width: 1060px) {
    .btn.small {
        font-size: 1.8rem;
        height: 5rem;
        margin: 0;
        width: 29.5rem;
    }
    .btn.small:nth-child(2) {
        margin-left: 3rem;
    }
}

.btn.small::after {
    height: 1rem;
    right: 2rem;
    width: 1rem;
}

@media only screen and (min-width: 1060px) {
    .btn.small::after {
        right: 1.6rem;
    }
}

.btn::after {
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 1.3rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(45deg);
    transition: all .4s ease;
    width: 1.3rem;
}

@media only screen and (min-width: 1060px) {
    .btn::after {
        height: 1rem;
        right: 1.5rem;
        width: 1rem;
    }
}

.btn:hover::after {
    -webkit-transform: translate(0.2rem, -50%) rotate(45deg);
    transform: translate(0.2rem, -50%) rotate(45deg);
}

.section-head {
    text-align: center;
}

.section-ttl {
    font-size: 5.1rem;
    letter-spacing: 0.12em;
    margin-bottom: 5rem;
    text-align: center;
}

.section-ttl ._green {
    color: #2bb9a5;
}

@media only screen and (min-width: 1060px) {
    .section-ttl {
        font-size: 4rem;
        margin-bottom: 5rem;
    }
}

.body-ttl {
    color: #2bb9a5;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1060px) {
    .body-ttl {
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-bottom: 1.8rem;
        text-align: left;
    }
}

.body-txt {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
}

.body-txt b {
    font-weight: 700;
}

@media only screen and (min-width: 1060px) {
    .body-txt {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.section-pic {
    margin: 0 auto 2.6rem;
    max-width: 69rem;
}

@media only screen and (min-width: 1060px) {
    .section-pic {
        flex: 0 0 auto;
        margin: 0;
        width: 36.50485%;
    }
}

.center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.cta-bottom {
    -webkit-transform: translateY(100%);
    background-color: #fff;
    border-top: 1px solid #2bb9a5;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    width: 100%;
    z-index: 97;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom {
        -webkit-transform: none;
        align-items: center;
        border-top: none;
        display: flex;
        height: 8rem;
        position: relative;
        transform: none;
        width: 46rem;
        width: 60.4rem;
    }
    .cta-bottom.only-sp {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .cta-bottom {
        margin-left: auto;
    }
}

.cta-bottom.is-show {
    -webkit-transform: translate(0);
    transform: translate(0);
}

@media only screen and (min-width: 1060px) {
    .cta-bottom.is-show {
        -webkit-transform: none;
        transform: none;
    }
}

.cta-bottom .inner {
    align-items: center;
    display: flex;
    height: 14rem;
    padding: 0;
}

.cta-bottom__web {
    align-items: center;
    background-color: #2bb9a5;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-size: 2.6rem;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 22.5rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__web {
        font-size: 1.8rem;
        line-height: 1.33333;
        width: 15.4rem;
    }
}

.cta-bottom__web::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '';
    display: block;
    height: 1.3rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1.3rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__web::after {
        border-width: 1px;
        height: 0.7rem;
        width: 0.7rem;
    }
}

.cta-bottom__web ._text {
    left: -0.9rem;
    position: relative;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__web ._text {
        padding-left: 3rem;
    }
}

.cta-bottom__web ._text::before {
    background: url(../img/cta-bottom/ICON.png) no-repeat center/contain;
    content: '';
    display: block;
    height: 5.6rem;
    margin: 0 auto;
    width: 2.6rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__web ._text::before {
        -webkit-transform: translateY(-50%);
        display: inline-block;
        height: 2.4rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.7rem;
    }
}

.cta-bottom__tel {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 22.5rem);
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel {
        align-items: flex-start;
        margin-left: auto;
        padding: 0 1.6rem;
        width: 33rem;
    }
}

.cta-bottom__tel ._num {
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    white-space: nowrap;
}

.cta-bottom__tel ._num.item1 {
    margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel ._num.item1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel ._num {
        margin-bottom: 0.5rem;
    }
}

.cta-bottom__tel ._num ._label {
    align-items: center;
    border-radius: 1.5rem;
    display: inline-flex;
    font-size: 1.9rem;
    font-weight: 700;
    height: 3.1rem;
    justify-content: center;
    width: 14.1rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel ._num ._label {
        border-radius: 1rem;
        font-size: 1.2rem;
        height: 2rem;
        width: 8.3rem;
    }
}

.cta-bottom__tel ._num ._label._green {
    background: #2bb9a5;
    color: #fff;
}

.cta-bottom__tel ._num ._label._yellow {
    background: #ffda47;
    color: #333333;
}

.cta-bottom__tel ._num ._txt {
    font-size: 4.2rem;
    padding-left: 5rem;
    position: relative;
    width: 31.2rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel ._num ._txt {
        font-size: 2.6rem;
        padding-left: 3.8rem;
        width: 20.3rem;
    }
}

.cta-bottom__tel ._num ._txt._green {
    letter-spacing: 0.03em;
}

.cta-bottom__tel ._num ._txt._yellow::before {
    background-image: url(../img/cta-bottom/TEL-yellow.png);
}

.cta-bottom__tel ._num ._txt::before {
    -webkit-transform: translateY(-50%);
    background: url(../img/cta-bottom/TEL.png) no-repeat center/3rem;
    content: '';
    display: inline-block;
    height: 4rem;
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel ._num ._txt::before {
        background: url(../img/cta-bottom/TEL.png) no-repeat center/contain;
        height: 4.1rem;
        width: 2rem;
    }
}

.cta-bottom__tel ._text {
    font-size: 1.6rem;
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__tel ._text {
        display: inline-block;
        font-size: 1.1rem;
        text-align: right;
    }
}

.l-footer {
    background: #eef5f4;
    margin-bottom: 14rem;
}

@media only screen and (min-width: 1060px) {
    .l-footer {
        margin-bottom: 0;
    }
}

.l-footer .inner {
    max-width: 100%;
    padding: 0;
}

.l-footer__nav {
    align-items: center;
    display: flex;
    height: 14.5rem;
    justify-content: center;
}

@media only screen and (min-width: 1060px) {
    .l-footer__nav {
        height: 7rem;
    }
}

.l-footer__nav--list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    justify-content: center;
    padding: 0 3rem;
}

@media only screen and (min-width: 1060px) {
    .l-footer__nav--list {
        font-size: 1.3rem;
    }
}

.l-footer__nav--item {
    flex: 0 0 auto;
    padding: 1.6rem;
    text-align: center;
    width: 25%;
}

.l-footer__nav--item a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1060px) {
    .l-footer__nav--item {
        padding: 2.5rem;
        width: auto;
    }
}

.l-footer__copy {
    align-items: center;
    background: #caeae6;
    display: flex;
    font-size: 2rem;
    height: 7.5rem;
    justify-content: center;
}

@media only screen and (min-width: 1060px) {
    .l-footer__copy {
        font-size: 1.3rem;
        height: 4.6rem;
    }
}

.l-hamburger {
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    height: 6.4rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    z-index: 1000;
}

@media only screen and (min-width: 1060px) {
    .l-hamburger {
        display: none;
    }
}

.l-hamburger__text {
    -webkit-transform: translateX(-50%);
    bottom: 0;
    color: #2bb9a5;
    font-size: 1.2rem;
    left: 50%;
    letter-spacing: 0.26em;
    max-width: 100%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

.l-hamburger .bar {
    -webkit-transform: translateX(-50%);
    background-color: #2bb9a5;
    display: block;
    height: 0.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .3s ease;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .l-hamburger .bar {
        height: 0.64rem;
        width: 4.3rem;
    }
}

.l-hamburger .bar-top {
    top: 0;
}

.l-hamburger .bar-mid {
    top: 2rem;
}

.l-hamburger .bar-bottom {
    top: 4rem;
}

.l-hamburger.is-open .bar-top {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    top: 2rem;
    transform: translateX(-50%) rotate(-45deg);
}

.l-hamburger.is-open .bar-mid {
    opacity: 0;
}

.l-hamburger.is-open .bar-bottom {
    -webkit-transform: translateX(-50%) rotate(45deg);
    top: 2rem;
    transform: translateX(-50%) rotate(45deg);
}

.l-header {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.l-header.is-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header .inner {
    align-items: center;
    background: #fff;
    display: flex;
    height: 11rem;
}

@media only screen and (min-width: 1060px) {
    .l-header .inner {
        height: 8rem;
        max-width: 160rem;
        padding: 0 3rem;
    }
}

.l-header__logo {
    max-width: 37.7rem;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .l-header__logo {
        flex: 0 0 auto;
        width: 23.9rem;
    }
}

.l-header__btns {
    bottom: 0;
    height: 12rem;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1;
}

#mask {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .4s ease-in-out;
    z-index: 99;
}

#mask.is-show {
    opacity: 1;
    pointer-events: auto;
}

.l-nav {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    z-index: -1;
}

@media only screen and (max-width: 1059px) {
    .l-nav {
        -webkit-transform: translateY(-100%);
        background: #fff;
        bottom: auto;
        top: 11rem;
        transform: translateY(-100%);
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    }
    .l-nav.is-show {
        -webkit-transform: translate(0);
        height: auto;
        transform: translate(0);
    }
}

@media only screen and (min-width: 1060px) {
    .l-nav {
        -webkit-transform: translate(0);
        margin-left: auto;
        position: static;
        transform: translate(0);
        z-index: 1;
    }
}

@media only screen and (min-width: 1060px) {
    .l-nav__list {
        display: flex;
        flex-wrap: wrap;
        padding-right: 1.6rem;
        width: 40rem;
    }
}

@media only screen and (min-width: 1600px) {
    .l-nav__list {
        flex-wrap: nowrap;
        width: auto;
    }
}

@media only screen and (max-width: 1059px) {
    .l-nav__list {
        border-top: 0.2rem solid #dddddd;
    }
}


/*
@media only screen and (min-width: 1060px) {
  .l-nav__item {
    text-align: center;
    width: 25%;
  }
}
*/

@media only screen and (min-width: 1320px) {
    .l-nav__item {
        text-align: center;
        width: 25%;
    }
}

@media only screen and (min-width: 1600px) {
    .l-nav__item {
        text-align: left;
        width: auto;
    }
}

.l-nav__link {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding: 0.8rem 0 0.8rem 1.6rem;
    white-space: nowrap;
}

.l-nav__link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1059px) {
    .l-nav__link {
        border-bottom: 0.2rem solid #dddddd;
        font-size: 2.6rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        padding: 3.2rem 6.8rem;
        position: relative;
    }
    .l-nav__link:hover {
        background: #eef5f4;
        text-decoration: underline;
    }
    .l-nav__link::before {
        -webkit-transform: translateY(-50%);
        border-color: transparent transparent transparent #2bb9a5;
        border-style: solid;
        border-width: 0.7rem 0 0.7rem 1.1rem;
        content: "";
        display: block;
        height: 0;
        left: 3rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
    }
}

.l-about {
    background: #eef5f4;
    padding: 4.5rem 0 6.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-about {
        padding: 5.4rem 0 6rem;
    }
}

@media only screen and (min-width: 1060px) {
    .l-about__box {
        align-items: center;
        display: flex;
    }
}

@media only screen and (min-width: 1060px) {
    .l-about__pic {
        margin-right: 4.85437%;
    }
}

.l-access {
    background: #f8f8f8;
    padding-top: 9rem;
}

@media only screen and (min-width: 1060px) {
    .l-access {
        padding-top: 6.2rem;
    }
}

.l-access .inner {
    margin-bottom: 6.2rem;
}

@media only screen and (min-width: 1060px) {
    .l-access .inner {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7rem;
    }
}

@media only screen and (min-width: 1060px) {
    .l-access__contact {
        flex: 0 0 auto;
        margin-left: auto;
        width: 64.07767%;
    }
}

.l-access__logo {
    margin: 0 auto 6.2rem;
    max-width: 48.8rem;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .l-access__logo {
        margin: 0 0 2rem;
        max-width: 30.5rem;
    }
}

.l-access__tel--ttl {
    display: none;
}

@media only screen and (min-width: 1060px) {
    .l-access__tel--ttl {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 1rem;
        text-align: left;
    }
}

.l-access__tel--link {
    align-items: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0.06em;
    margin: 0 auto 1.1rem;
}

.l-access__tel--link.item2 {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1060px) {
    .l-access__tel--link {
        margin-bottom: 0.5rem;
    }
    .l-access__tel--link.item2 {
        margin-bottom: 1.2rem;
    }
}

.l-access__tel--link ._num {
    font-size: 5.5rem;
    font-weight: 400;
    padding-left: 7.8rem;
    position: relative;
    width: 44.8rem;
	white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .l-access__tel--link ._num {
        font-size: 3.2rem;
        padding-left: 4.5rem;
    }
}

.l-access__tel--link ._num._green {
    letter-spacing: 0.048em;
}

.l-access__tel--link ._num._yellow::before {
    background-image: url(../img/cta-bottom/TEL-yellow.png);
}

.l-access__tel--link ._num::before {
    -webkit-transform: translateY(-50%);
    background: url(../img/cta-bottom/TEL.png) no-repeat center/contain;
    content: '';
    display: block;
    height: 5rem;
    left: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
}

@media only screen and (min-width: 1060px) {
    .l-access__tel--link ._num::before {
        height: 4.1rem;
        left: 1.1rem;
        width: 2.2rem;
    }
}

.l-access__tel--link ._label {
    align-items: center;
    border-radius: 2.3rem;
    color: #fff;
    display: inline-flex;
    font-size: 2.6rem;
    font-weight: 700;
    height: 4.5rem;
    justify-content: center;
    width: 18rem;
}

@media only screen and (min-width: 1060px) {
    .l-access__tel--link ._label {
        border-radius: 1.2rem;
        font-size: 1.4rem;
        height: 2.5rem;
        width: 10rem;
    }
}

.l-access__tel--link ._label._green {
    background: #2bb9a5;
}

.l-access__tel--link ._label._yellow {
    background: #ffda47;
    color: #333333;
}

.l-access__tel--txt {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    margin-bottom: 2.6rem;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .l-access__tel--txt {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
    }
}

.l-access__address {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 4.4rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-access__address {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 0;
        text-align: left;
    }
}

.l-access__table {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin: 0 auto 2rem;
}

@media only screen and (min-width: 1060px) {
    .l-access__table {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

.l-access__table table {
    border-top: 1px solid #97dad0;
    width: 100%;
}

.l-access__table table tr {
    border-bottom: 1px solid #97dad0;
}

.l-access__table table td,
.l-access__table table th {
    font-weight: 400;
    height: 7.4rem;
    vertical-align: middle;
}

@media only screen and (min-width: 1060px) {
    .l-access__table table td,
    .l-access__table table th {
        height: 5rem;
    }
}

.l-access__table table th small {
    display: block;
    font-size: 0.7em;
}

@media only screen and (min-width: 1060px) {
    .l-access__table table th small {
        display: inline-block;
    }
}

.l-access__table table td {
    width: 6rem;
}

.l-access__table table td:last-child {
    width: 5.4rem;
}

@media only screen and (min-width: 1060px) {
    .l-access__table table td {
        width: 5.6rem;
    }
    .l-access__table table td:last-child {
        width: 5rem;
    }
}

.l-access__btns {
    display: flex;
}

@media only screen and (min-width: 1060px) {
    .l-access__btns {
        justify-content: center;
    }
}

.l-access__map {
    overflow: hidden;
    padding-top: 77.33333%;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .l-access__map {
        padding-top: 23.33333%;
    }
}

.l-access__map iframe {
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.l-access__txt {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 1060px) {
    .l-access__txt {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
    }
}

.l-covid {
    background: #caeae6;
    padding: 3.4rem 0;
}

@media only screen and (min-width: 1060px) {
    .l-covid {
        padding: 4.5rem 0 4rem;
    }
}

.l-covid__box {
    background: #fff;
    padding: 3.4rem 3.4rem 1.5rem;
}

@media only screen and (min-width: 1060px) {
    .l-covid__box {
        padding: 4rem 5rem 4.2rem;
    }
}

.l-covid__ttl {
    color: #2bb9a5;
    font-size: 3rem;
    letter-spacing: 0.12em;
    margin-bottom: 1.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-covid__ttl {
        font-size: 2.2rem;
        margin-bottom: 2.8rem;
    }
}

.l-covid__txt {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.63636;
    margin-bottom: 1.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-covid__txt {
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 2.5rem;
    }
}

.l-covid__pic {
    margin: 0 auto 1.8rem;
    max-width: 49.2rem;
}

@media only screen and (min-width: 1060px) {
    .l-covid__pic {
        margin-bottom: 2.5rem;
    }
}

.l-covid__caution {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.63636;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-covid__caution {
        font-size: 1.5rem;
        line-height: 1;
    }
}

.l-exam {
    background: #caeae6;
    padding: 5rem 0 6.3rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-exam {
        padding-top: 5.4rem;
    }
}

.l-exam__ttl {
    font-size: 5.1rem;
    letter-spacing: 0.12em;
    margin-bottom: 5rem;
}

.l-exam__ttl ._green {
    color: #2bb9a5;
}

@media only screen and (min-width: 1060px) {
    .l-exam__ttl {
        font-size: 4rem;
        margin-bottom: 5rem;
    }
}

.l-exam__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 69rem;
}

@media only screen and (min-width: 1060px) {
    .l-exam__list {
        max-width: 100%;
    }
}

.l-exam__item {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 20.5rem;
    overflow: hidden;
    position: relative;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 20.5rem;
    margin: 1rem;
}

.l-exam__item:hover {
    -webkit-transform: scale(1.1);
    color: #2bb9a5;
    opacity: 1;
    transform: scale(1.1);
}

.l-exam__item:hover a {
    opacity: 1;
}

@media only screen and (min-width: 1060px) {
    .l-exam__item {
        height: 15rem;
        margin: 1rem;
        width: 15rem;
    }
}

.l-exam__item a {
    display: block;
}

.l-exam__item ._text {
    -webkit-transform: translateX(-50%);
    bottom: 3.6rem;
    font-size: 2rem;
    font-weight: bold;
    left: 50%;
    letter-spacing: 0.06em;
    position: absolute;
    transform: translateX(-50%);
    transition: color .4s ease;
    white-space: nowrap;
    z-index: 1;
}

@media only screen and (min-width: 1060px) {
    .l-exam__item ._text {
        bottom: 2.8rem;
        font-size: 1.5rem;
    }
}


/* .l-exam__item:not(:nth-child(n + 7)) {
    margin-bottom: 3.6rem;
}
 */


/* @media only screen and (min-width: 1060px) {
    .l-exam__item:not(:nth-child(n + 7)) {
        margin-bottom: 0;
    }
} */


/*
@media only screen and (min-width: 1060px) {
    .l-exam__item:not(:nth-child(n + 6)) {
        margin-bottom: 3rem;
    }
} */

.l-fv {
    background: url(../img/fv/bg.jpg) no-repeat left/cover;
    padding-top: 93.33333%;
    position: relative;
}

@media only screen and (min-width: 1060px) {
    .l-fv {
        background-image: url(../img/fv/bg-pc.jpg);
        height: 67rem;
        padding-top: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .l-fv .inner {
        height: 100%;
        position: relative;
    }
}

.l-fv__ttl {
    -webkit-transform: translateX(-50%);
    left: 50%;
    letter-spacing: 0.26em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 25rem;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1060px) {
    .l-fv__ttl {
        -webkit-transform: none;
        left: auto;
        right: 7.5rem;
        text-align: right;
        top: 22.1875%;
        transform: none;
    }
}

.l-fv__ttl ._green {
    background: #fff;
    color: #2bb9a5;
    display: inline-block;
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    overflow: hidden;
    padding: 0 2rem;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .l-fv__ttl ._green {
        font-size: 4rem;
        margin-bottom: 0.9rem;
    }
}

.l-fv__ttl ._green.item2 {
    margin-bottom: 2.2rem;
    padding: 0 2rem;
}

@media only screen and (min-width: 1060px) {
    .l-fv__ttl ._green.item2 {
        margin-bottom: 1.3rem;
    }
}

.l-fv__ttl ._green::after {
    position: absolute;
}

.l-fv__ttl ._marker {
    background-color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1.45455;
    margin-bottom: 1.2rem;
    padding: 0 1.6rem;
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .l-fv__ttl ._marker {
        font-size: 2rem;
    }
}

.l-fv__medal {
    bottom: 1.8rem;
    display: flex;
    position: absolute;
    right: 3rem;
}

@media only screen and (min-width: 1060px) {
    .l-fv__medal {
        bottom: auto;
        right: 7.5rem;
        top: 54.6875%;
    }
}

.l-fv__medal--item {
    max-width: 16rem;
}

.l-fv__medal--item:first-child {
    margin-right: 0.8rem;
}

@media only screen and (min-width: 1060px) {
    .l-fv__medal--item:first-child {
        margin-right: 1rem;
    }
}

@-webkit-keyframes slideInup {
    0% {
        -webkit-transform: translate(0, 5rem);
        opacity: 0;
        transform: translate(0, 5rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes slideInup {
    0% {
        -webkit-transform: translate(0, 5rem);
        opacity: 0;
        transform: translate(0, 5rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.l-news {
    padding: 4.5rem 0 6.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-news {
        padding: 5.4rem 0 6rem;
    }
}

@media only screen and (min-width: 1060px) {
    .l-news__ttl {
        margin-bottom: 7rem;
    }
}

.l-news__item {
    border-bottom: 1px solid #97dad0;
    margin-bottom: 1.2rem;
    padding-bottom: 1.7rem;
}

@media only screen and (min-width: 1060px) {
    .l-news__item {
        margin-bottom: 1.1rem;
        padding-bottom: 1.4rem;
    }
}

.l-news__item--link {
    align-items: flex-start;
    display: flex;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.63636;
    width: 100%;
}

.l-news__item--link:hover .l-news__item--ttl {
    color: #2bb9a5;
}

@media only screen and (min-width: 1060px) {
    .l-news__item--link {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.l-news time {
    flex: 0 0 auto;
    text-align: left;
    width: 19rem;
}

@media only screen and (min-width: 1060px) {
    .l-news time {
        width: 14.5rem;
    }
}

.l-news__item--ttl {
    font-weight: 400;
    transition: all .4s ease;
}

.l-reason {
    padding: 4.5rem 0 7rem;
    text-align: center;
}

.l-reason__ttl {
    font-size: 3.6rem;
    letter-spacing: 0.12em;
    margin-bottom: 3.5rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-reason__ttl {
        font-size: 2.8rem;
        margin-bottom: 5.5rem;
    }
}

.l-reason__ttl ._md {
    display: block;
    margin-bottom: 1.3rem;
}

.l-reason__ttl ._lg {
    color: #2bb9a5;
    display: block;
    font-size: 5.1rem;
}

@media only screen and (min-width: 1060px) {
    .l-reason__ttl ._lg {
        font-size: 4rem;
    }
}

.l-reason__ttl ._lg .english {
    font-size: 1.5em;
}

.l-reason__list {
    margin-bottom: 3.6rem;
}

@media only screen and (min-width: 1060px) {
    .l-reason__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 6rem;
    }
}

.l-reason__item:not(:last-child) {
    margin-bottom: 2.3rem;
}

@media only screen and (min-width: 1060px) {
    .l-reason__item {
        flex: 0 0 auto;
        width: 31.06796%;
    }
    .l-reason__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 3.39806%;
    }
    .l-reason__item:nth-child(3) {
        margin-right: 0;
    }
    .l-reason__item:nth-child(-n + 3) {
        margin-bottom: 4.2rem;
    }
}

.l-reason__item--pic {
    margin-bottom: 4.5rem;
    position: relative;
}

@media only screen and (min-width: 1060px) {
    .l-reason__item--pic {
        margin-bottom: 2.3rem;
    }
}

.l-reason__item--pic ._num {
    -webkit-transform: translate(-50%, 50%);
    align-items: center;
    background: #ffda47;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    font-size: 2.6rem;
    height: 6.5rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 6.5rem;
}

@media only screen and (min-width: 1060px) {
    .l-reason__item--pic ._num {
        -webkit-transform: translate(-50%, 1.4rem);
        font-size: 2rem;
        height: 5rem;
        transform: translate(-50%, 1.4rem);
        width: 5rem;
    }
}

.l-reason__item--ttl {
    color: #2bb9a5;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-reason__item--ttl {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }
}

.l-reason__item--txt {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.63636;
    text-align: left;
}

@media only screen and (min-width: 1060px) {
    .l-reason__item--txt {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.l-visit {
    padding: 4.5rem 0 6.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-visit {
        padding: 5.4rem 0 6rem;
    }
}

@media only screen and (min-width: 1060px) {
    .l-visit__box {
        align-items: center;
        display: flex;
    }
}

@media only screen and (min-width: 1060px) {
    .l-visit__pic {
        margin-left: 4.85437%;
        order: 2;
    }
}

.l-visit__body--ttl {
    letter-spacing: 0.05em;
}

.Common {
    padding-bottom: 7rem;
    padding-top: 5rem;
}

@media only screen and (min-width: 1060px) {
    .Common {
        padding-bottom: 7.5rem;
    }
}

.Common p {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.63636;
/* 	white-space: nowrap; */
}

@media only screen and (min-width: 1060px) {
    .Common p {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        line-height: 1.6;
    }
}

.Common__table {
    border: 1px solid #2bb9a5;
    margin: 3rem auto;
}

.Common__table tr th {
    background: #d0ede9;
    font-weight: 700;
}

.Common__table tr th,
.Common__table tr td {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    line-height: 1.71429;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    text-align: left;
}

@media only screen and (min-width: 1060px) {
    .Common__table tr th,
    .Common__table tr td {
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 1rem 1.8rem;
    }
}

.Common__table tr th:not(:last-child),
.Common__table tr td:not(:last-child) {
    border-right: 1px solid #2bb9a5;
}

.Common__table tr:not(:last-child) td,
.Common__table tr:not(:last-child) th {
    border-bottom: 1px solid #2bb9a5;
}

@media only screen and (min-width: 1060px) {
    .Common__box {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1060px) {
    .Common__box-body {
        flex-grow: 1;
    }
}

.Common__pic {
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1060px) {
    .Common__pic._flex {
        flex: 0 0 auto;
        margin-left: 4rem;
        max-width: 32rem;
        order: 2;
    }
}

.Common__txt {
    margin-bottom: 3.4rem;
}

@media only screen and (min-width: 1060px) {
    .Common__txt {
        margin-bottom: 1.5rem;
    }
}

.Common__h3 {
    color: #2bb9a5;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

@media only screen and (min-width: 1060px) {
    .Common__h3 {
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-bottom: 1.5rem;
    }
}

.Common__grey {
    background: #f5f5f5;
    margin-bottom: 1.8rem;
    padding: 2.8rem 2rem 1.8rem;
}

@media only screen and (min-width: 1060px) {
    .Common__grey {
        margin-bottom: 2.7rem;
        padding: 2rem 2.2rem;
    }
}

.Common__grey-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.63636;
}

@media only screen and (min-width: 1060px) {
    .Common__grey-ttl {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 1060px) {
    .Common__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.Common__item {
    border: 2px solid #d0ede9;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5rem;
}

.Common__item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Common__item {
        flex: 0 0 auto;
        margin-bottom: 0;
        width: 50rem;
    }
}

.Common__item-head {
    align-items: center;
    background: #d0ede9;
    color: #2bb9a5;
    display: flex;
    font-size: 2.8rem;
    font-weight: 700;
    height: 5.4rem;
    justify-content: center;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Common__item-head {
        font-size: 2rem;
        height: 4rem;
    }
}

.Common__item-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    padding: 3rem 3rem 3.7rem;
}

@media only screen and (min-width: 1060px) {
    .Common__item-body {
        padding: 2.5rem 3.2rem 3rem;
    }
}

.Common__item-txt {
    font-size: 2.2rem;
    line-height: 1.63636;
}

@media only screen and (min-width: 1060px) {
    .Common__item-txt {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.l-pageFv {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 22rem;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv {
        height: 29rem;
    }
}

.l-pageFv::after {
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.l-pageFv.flow {
    background-image: url(../img/flow/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.flow {
        background-image: url(../img/flow/fv-pc.jpg);
    }
}

.l-pageFv.doctor {
    background-image: url(../img/page/doctor/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.doctor {
        background-image: url(../img/page/doctor/fv-pc.jpg);
    }
}

.l-pageFv.access {
    background-image: url(../img/page/access/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.access {
        background-image: url(../img/page/access/fv-pc.jpg);
    }
}

.l-pageFv.blog {
    background-image: url(../img/page/blog/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.blog {
        background-image: url(../img/page/blog/fv-pc.jpg);
    }
}

.l-pageFv.medical {
    background-image: url(../img/page/medical/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.medical {
        background-image: url(../img/page/medical/fv-pc.jpg);
    }
}

.l-pageFv.recruitment {
    background-image: url(../img/page/recruitment/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.recruitment {
        background-image: url(../img/page/recruitment/fv-pc.jpg);
    }
}

.l-pageFv.clinic {
    background-image: url(../img/page/clinic/fv-sp.jpg);
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.clinic {
        background-image: url(../img/page/clinic/fv-pc.jpg);
    }
}

.l-pageFv.implant {
    background-image: url(../img/page/implant/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.implant {
        background-image: url(../img/page/implant/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.implant::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.denture {
    background-image: url(../img/page/denture/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.denture {
        background-image: url(../img/page/denture/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.denture::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.preventive {
    background-image: url(../img/page/preventive/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.preventive {
        background-image: url(../img/page/preventive/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.preventive::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.dementia {
    background-image: url(../img/page/dementia/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.dementia {
        background-image: url(../img/page/dementia/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.dementia::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.whitening {
    background-image: url(../img/page/whitening/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.whitening {
        background-image: url(../img/page/whitening/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.whitening::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.eating {
    background-image: url(../img/page/eating/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.eating {
        background-image: url(../img/page/eating/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.eating::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.visiting {
    background-image: url(../img/page/visiting/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.visiting {
        background-image: url(../img/page/visiting/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.visiting::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.surgery {
    background-image: url(../img/page/surgery/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.surgery {
        background-image: url(../img/page/surgery/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.surgery::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.child {
    background-image: url(../img/page/child/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.child {
        background-image: url(../img/page/child/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.child::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.caries {
    background-image: url(../img/page/caries/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.caries {
        background-image: url(../img/page/caries/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.caries::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv.periodontal {
    background-image: url(../img/page/periodontal/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.periodontal {
        background-image: url(../img/page/periodontal/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.periodontal::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}

.l-pageFv__box {
    -webkit-transform: translateX(-50%);
    bottom: 2.3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
    width:100%;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv__box {
        bottom: 2.7rem;
    }
}

.l-pageFv__ttl {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    margin-bottom: 1.2rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv__ttl {
        font-size: 3.5rem;
        letter-spacing: 0.26em;
        margin-bottom: 1.4rem;
    }
}

.l-pageFv__en {
    color: #2bb9a5;
    font-size: 3rem;
    line-height: 1;
    text-transform: capitalize;
	white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv__en {
        font-size: 2.1rem;
        letter-spacing: 0.1em;
    }
}

.Blog {
    background: #fff;
    padding-bottom: 9.5rem;
    padding-top: 6rem;
}

@media only screen and (min-width: 1060px) {
    .Blog {
        padding-bottom: 5.4rem;
        padding-top: 7.4rem;
    }
}

.Blog__list {
    margin-bottom: 7rem;
}

@media only screen and (min-width: 1060px) {
    .Blog__list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 9rem;
    }
}

.Blog__item {
    margin-bottom: 6rem;
}

.Blog__item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Blog__item {
        margin-bottom: 7rem;
        margin-right: 3.80952%;
        width: 46.19048%;
    }
    .Blog__item:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.Blog__item-pic {
    display: block;
    margin-bottom: 4rem;
    overflow: hidden;
    padding-top: 37.68116%;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-pic {
        margin-bottom: 3rem;
        padding-top: 57.73196%;
    }
}

.Blog__item-pic img {
    -o-object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    width: 100%;
}

.Blog__item-pic:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.Blog__item-body--top {
    align-items: center;
    display: flex;
    margin-bottom: 1.4rem;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-body--top {
        margin-bottom: 1.8rem;
    }
}

.Blog__item-time {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-right: 2.4rem;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-time {
        font-size: 1.5rem;
        margin-right: 2rem;
    }
}

.Blog__item-cat--box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.Blog__item-cat {
    align-items: center;
    border: 1px solid #2bb9a5;
    border-radius: 1.5rem;
    display: inline-flex;
    font-size: 2rem;
    justify-content: center;
    margin-right: 0.7rem;
    padding: 0.5rem 1.2rem;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-cat {
        border-radius: 1rem;
        font-size: 1.3rem;
    }
}

.Blog__item-body {
    display: block;
    margin-bottom: 3.3rem;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-body {
        margin-bottom: 2.5rem;
    }
}

.Blog__item-ttl {
    color: #2bb9a5;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0.9rem;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-ttl {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
}

.Blog__item-txt {
    font-size: 2.2rem;
    line-height: 1.63636;
}

@media only screen and (min-width: 1060px) {
    .Blog__item-txt {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.cms-pagination ul {
    align-items: center;
    display: flex;
    justify-content: center;
}

.cms-pagination ul li a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.cms-pagination ul li:nth-child(n + 2) {
    margin-left: 1.5rem;
}

@media only screen and (min-width: 1060px) {
    .cms-pagination ul li:nth-child(n + 2) {
        margin-left: 1rem;
    }
}

.cms-pagination .num,
.cms-pagination .pagination-no-num {
    align-items: center;
    background: #eef5f4;
    border-radius: 0.4rem;
    display: flex;
    font-size: 2.2rem;
    height: 6rem;
    justify-content: center;
    transition: all .4s ease;
    width: 6rem;
}

@media only screen and (min-width: 1060px) {
    .cms-pagination .num,
    .cms-pagination .pagination-no-num {
        font-size: 1.5rem;
        height: 4rem;
        width: 4rem;
    }
}

.cms-pagination .num.pagination-index,
.cms-pagination .pagination-no-num.pagination-index {
    background: #2bb9a5;
    color: #fff;
    cursor: not-allowed;
}

.cms-pagination .num:hover,
.cms-pagination .pagination-no-num:hover {
    background: #2bb9a5;
    color: #fff;
}

.cms-pagination .num:hover::before,
.cms-pagination .pagination-no-num:hover::before {
    border-color: #fff !important;
}

.cms-pagination .num.next,
.cms-pagination .pagination-no-num.next {
    position: relative;
}

.cms-pagination .num.next::before,
.cms-pagination .pagination-no-num.next::before {
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    content: '';
    height: 1.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-75%, -50%) rotate(45deg);
    width: 1.2rem;
}

@media only screen and (min-width: 1060px) {
    .cms-pagination .num.next::before,
    .cms-pagination .pagination-no-num.next::before {
        height: 0.9rem;
        width: 0.9rem;
    }
}

.cms-pagination .num.prev,
.cms-pagination .pagination-no-num.prev {
    position: relative;
}

.cms-pagination .num.prev::before,
.cms-pagination .pagination-no-num.prev::before {
    -webkit-transform: translate(-25%, -50%) rotate(-45deg);
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    content: '';
    height: 1.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-25%, -50%) rotate(-45deg);
    width: 1.2rem;
}

@media only screen and (min-width: 1060px) {
    .cms-pagination .num.prev::before,
    .cms-pagination .pagination-no-num.prev::before {
        height: 0.9rem;
        width: 0.9rem;
    }
}

.Single {
    padding-bottom: 10rem;
}

.Single__time {
    font-size: 2.4rem;
    margin-right: 0.8rem;
}

@media only screen and (min-width: 1060px) {
    .Single__time {
        font-size: 1.6rem;
    }
}

.Single__info {
    align-items: center;
    display: flex;
    margin-bottom: 1.2rem;
}

.Single .section-ttl {
    line-height: 1.5;
    text-align: left;
}

.Single__body {
    margin-bottom: 4rem;
}

.Single__body img {
    display: block;
    margin: 0 auto;
    max-width: 35rem;
}

.Single__nav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 40rem;
}

.Single__nav--arrow {
    background: #caeae6;
    display: inline-block;
    font-size: 2.4rem;
    padding: 1rem 2rem;
}

@media only screen and (min-width: 1060px) {
    .Single__nav--arrow {
        font-size: 1.6rem;
    }
}

.Caries__list {
    background: #f5f5f5;
    margin-bottom: 5rem;
    padding: 3.8rem 2.1rem;
}

@media only screen and (min-width: 1060px) {
    .Caries__list {
        margin-bottom: 0;
        padding: 2.5rem 2rem;
    }
}

.Caries__item {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.63636;
}

@media only screen and (min-width: 1060px) {
    .Caries__item {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.Caries__item ._green {
    color: #2bb9a5;
}

.Caries__condition {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4.4rem;
    max-width: 69rem;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition {
        margin-bottom: 5rem;
        max-width: 100%;
    }
}

.Caries__condition-item {
    background: #eef5f4;
    flex: 0 0 auto;
    padding: 1.5rem 1.4rem 1.8rem;
    width: 32.31884%;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item {
        padding: 2.2rem 2rem 2.6rem;
        width: 30.38095%;
    }
}

.Caries__condition-item:last-child {
    margin-right: 0;
}

.Caries__condition-item--ttl {
    align-items: center;
    background: #fff;
    border: 0.2rem solid #2bb9a5;
    color: #2bb9a5;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 3.6rem;
    justify-content: center;
    letter-spacing: 0.1em;
    margin-bottom: 2.1rem;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item--ttl {
        border-width: 1px;
        font-size: 2.2rem;
        height: 5rem;
        margin-bottom: 3rem;
    }
}

.Caries__condition-item--ttl::before {
    -webkit-transform: translate(-50%, 100%);
    border-color: #2bb9a5 transparent transparent transparent;
    border-style: solid;
    border-width: 0.9rem 0.9rem 0 0.9rem;
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 100%);
    width: 0;
    z-index: 1;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item--ttl::before {
        border-width: 1.3rem 1.3rem 0 1.3rem;
        bottom: 0;
    }
}

.Caries__condition-item--ttl::after {
    -webkit-transform: translate(-50%, 100%);
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 0.9rem 0.9rem 0 0.9rem;
    bottom: 1px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 100%);
    width: 0;
    z-index: 1;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item--ttl::after {
        border-width: 1.3rem 1.3rem 0 1.3rem;
        bottom: 0.2rem;
    }
}

.Caries__condition-item--sub {
    position: relative;
    text-align: center;
}

.Caries__condition-item--sub:last-child {
    margin-top: 1rem;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item--sub:last-child {
        margin-bottom: 1.4rem;
    }
}

.Caries__condition-item--sub img {
    margin: 0 auto;
    width: 13.8rem;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item--sub img {
        width: 19.8rem;
    }
}

.Caries__condition-item--sub ._txt {
    -webkit-transform: translateX(-50%);
    bottom: 2.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .Caries__condition-item--sub ._txt {
        bottom: 3.5rem;
        font-size: 1.7rem;
    }
}

.Caries__figure {
    margin-bottom: 6rem;
}

@media only screen and (min-width: 1060px) {
    .Caries__figure {
        margin: 6rem auto 5.5rem;
        max-width: 73rem;
    }
}

.Caries__box .fz-h3 {
    margin-bottom: 0;
}

.Caries__txt {
    margin-bottom: 3.4rem;
}

@media only screen and (min-width: 1060px) {
    .Caries__txt {
        margin-bottom: 5.5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Child .fz-h2.item1 {
        margin-bottom: 2rem;
    }
}

.Child__pic {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1060px) {
    .Child__pic.item1 {
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-left: 4rem;
        order: 2;
        width: 32rem;
    }
}

.Child__txt {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 1060px) {
    .Child__txt {
        margin-bottom: 0;
    }
    .Child__txt.item1 {
        margin-bottom: 2.5rem;
    }
    .Child__txt.item2 {
        margin-bottom: 3.5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Child__list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
}

.Child__item {
    border: 2px solid #d0ede9;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5rem;
    min-height: 47rem;
}

@media only screen and (min-width: 1060px) {
    .Child__item {
        flex: 0 0 auto;
        margin-bottom: 0;
        min-height: 3.4rem;
        width: 50rem;
    }
}

.Child__item-head {
    align-items: center;
    background: #d0ede9;
    color: #2bb9a5;
    display: flex;
    font-size: 2.8rem;
    font-weight: 700;
    height: 5.4rem;
    justify-content: center;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Child__item-head {
        font-size: 2rem;
        height: 4rem;
    }
}

.Child__item-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    padding: 3rem;
}

@media only screen and (min-width: 1060px) {
    .Child__item-body {
        padding: 1.4rem 2.5rem 2rem;
    }
}

.Child__item-txt li {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 1em;
    position: relative;
}

@media only screen and (min-width: 1060px) {
    .Child__item-txt li {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

.Child__item-txt li::before {
    content: '・';
    left: 0;
    position: absolute;
    top: 0;
}

.Child__item-pic {
    margin: auto auto 0;
    max-width: 47.5rem;
}

@media only screen and (min-width: 1060px) {
    .Child__item-pic {
        max-width: 34.3rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Child__box {
        display: flex;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Clinic {
        padding-bottom: 6.5rem;
    }
}

.Clinic .Common__h3 {
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Clinic .Common__h3 {
        text-align: left;
    }
}

.Clinic .Common__txt {
    margin-bottom: 4.8rem;
}

.Clinic .Common__txt._last {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Clinic .Common__box {
        margin-bottom: 3.5rem;
    }
    .Clinic .Common__box.item2 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .Clinic .Common__pic._flex {
        margin-bottom: 0;
        margin-left: 7.5rem;
        width: 37.6rem;
    }
    .Clinic .Common__pic._flex.item2 {
        margin-left: 0;
        margin-right: 7.5rem;
        order: 0;
    }
}

.Clinic__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Clinic__item {
    flex: 0 0 auto;
    margin-bottom: 3.3rem;
    width: 48.48485%;
}

.Clinic__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Clinic__item {
        flex: 0 0 auto;
        margin-bottom: 4rem;
        width: 30.47619%;
    }
    .Clinic__item:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
}

.Clinic-2 {
    border-top: 2px solid #cccccc;
}

@media only screen and (min-width: 1060px) {
    .Clinic-2 {
        border-width: 1px;
    }
}

.Dementia .Common__txt {
    margin-bottom: 5.8rem;
}

.Dementia .Common__txt._last {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Dementia .Common__txt {
        margin-bottom: 0;
    }
    .Dementia .Common__txt._bottom {
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Dementia .Common__pic {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .Dementia .Common__box._top {
        margin-bottom: 4rem;
    }
}

.Dementia .Common__btn-box {
    margin-top: 5rem;
}

.Denture .Common__txt._bottom {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Denture .Common__txt._bottom {
        margin-bottom: 0;
    }
    .Denture .Common__txt._bottom._top {
        margin-bottom: 7rem;
    }
}

.Denture .Common__h3._space {
    letter-spacing: 0;
}

@media only screen and (min-width: 1060px) {
    .Denture .Common__pic {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .Denture .Common__box.item1 {
        margin-bottom: 5rem;
    }
    .Denture .Common__box.item2 {
        margin-bottom: 3rem;
    }
}

.Denture__box {
    background: #f8f8fa;
    margin-bottom: 4rem;
    padding: 3rem;
}

.Denture__box:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Denture__box {
        margin-bottom: 3rem;
        padding: 2.5rem 4rem 3.5rem;
    }
}

.Denture__box .Common__h3 {
    margin-bottom: 1.6rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Denture__box .Common__h3 {
        margin-bottom: 1.4rem;
    }
}

.Denture__box .Common__txt {
    margin-bottom: 0;
}

.Denture__box .Common__txt ._bold {
    font-weight: 700;
}

.Denture__pic {
    display: flex;
}

@media only screen and (min-width: 1060px) {
    .Denture__pic {
        flex: 0 0 auto;
        flex-direction: column;
        margin-left: 4.2rem;
        order: 2;
        width: 24rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Denture__pic .Common__pic {
        margin-left: 0;
    }
}

.Denture__pic .Common__pic:nth-child(2) {
    margin-left: 1.3rem;
}

@media only screen and (min-width: 1060px) {
    .Denture__pic .Common__pic:nth-child(2) {
        margin-left: 0;
        margin-top: 0.3rem;
    }
}

.Denture__pic .Common__pic._single {
    max-width: 30.8rem;
}

@media only screen and (min-width: 1060px) {
    .Denture__box-body {
        display: flex;
        justify-content: flex-start;
    }
}

.Doctor-member {
    padding-bottom: 7rem;
}

.Doctor-member__ttl {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 4.5rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Doctor-member__ttl {
        font-size: 2rem;
        margin-bottom: 5rem;
    }
}

.Doctor-member__list {
    margin-bottom: 7rem;
}

.Doctor-member__list:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Doctor-member__list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5rem;
        padding: 0 4rem;
    }
    .Doctor-member__list._center {
        justify-content: center;
    }
}

.Doctor-member__item {
    display: flex;
    margin-bottom: 5rem;
}

.Doctor-member__item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Doctor-member__item {
        flex: 0 0 auto;
        flex-direction: column;
        margin-bottom: 4rem;
        margin-right: 11.34021%;
        width: 25.7732%;
    }
    .Doctor-member__item:nth-child(3n) {
        margin-right: 0;
    }
    .Doctor-member__item:last-child {
        margin-right: 0;
    }
    .Doctor-member__item:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
}

.Doctor-member__pic {
    background: #ddd;
    flex: 0 0 auto;
    margin-right: 3.5rem;
    overflow: hidden;
    position: relative;
    width: 27.5rem;
}

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

.Doctor-member__pic::before {
    content: '';
    display: block;
    padding-top: 80%;
}

@media only screen and (min-width: 1060px) {
    .Doctor-member__pic {
        margin-bottom: 2rem;
        margin-right: 0;
        width: 100%;
    }
}

.Doctor-member__item-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1060px) {
    .Doctor-member__item-ttl {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
}

.Doctor-message {
    padding-bottom: 3.5rem;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message {
        padding-bottom: 2rem;
    }
}

.Doctor-message__txt {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__txt {
        margin-bottom: 5rem;
        text-align: center;
    }
}

.Doctor-message__top {
    background: #f8f8f8;
    padding: 3.5rem 2.5rem 4rem;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top {
        display: flex;
        flex-wrap: wrap;
        padding: 4rem;
    }
}

.Doctor-message__top--pic {
    flex: 0 0 auto;
    margin-right: 3.5rem;
    max-width: 34.3rem;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top--pic {
        margin-right: 4.5rem;
        max-width: 42rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__bottom {
        flex: 0 0 auto;
        margin-top: 3.5rem;
        width: 100%;
    }
}

.Doctor-message__top--txt {
    margin-bottom: 3.2rem;
}

.Doctor-message__top--txt._last {
    margin-bottom: 0;
}

.Doctor-message__top--txt li {
    padding-left: 1em;
    position: relative;
}

.Doctor-message__top--txt li::before {
    content: '・';
    left: 0;
    position: absolute;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top--txt {
        margin-bottom: 3.5rem;
    }
    .Doctor-message__top--txt._top {
        margin-bottom: 0;
    }
}

.Doctor-message__top--profile ._lg {
    font-size: 2.6rem;
    line-height: 1.38462;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top--profile ._lg {
        font-size: 2rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top--profile {
        margin-bottom: 1.5rem;
    }
    .Doctor-message__top--profile ._vertical {
        align-items: center;
        display: flex;
    }
}

.Doctor-message__top--head {
    align-items: center;
    display: flex;
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top--head {
        margin-bottom: 0;
    }
}

.Doctor-message__top--career {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 1060px) {
    .Doctor-message__top--career {
        margin-bottom: 1rem;
        padding-bottom: 0.8rem;
    }
}

.Eating .Common__box {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Eating .Common__box {
        margin-bottom: 4.5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Eating .Common__pic {
        margin-bottom: 0;
    }
}

.Eating .Common__list {
    margin-bottom: 3.5rem;
}

@media only screen and (min-width: 1060px) {
    .Eating .Common__list {
        margin-bottom: 2.5rem;
    }
}

.Eating .Common__item:nth-child(3) {
    margin-top: 2.5rem;
    width: 100%;
}

@media only screen and (min-width: 1060px) {
    .Eating .Common__item-body {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.l-flowBeginner {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7rem;
}

.l-flowBeginner .inner {
    text-align: center;
}

.l-flowBeginner__txt {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .l-flowBeginner__txt {
        margin-bottom: 4.5rem;
        text-align: center;
    }
}

@media only screen and (min-width: 1060px) {
    .l-flowBeginner__list {
        display: flex;
        justify-content: center;
    }
}

.l-flowBeginner__pic {
    margin: 0 auto 5rem;
    max-width: 69rem;
}

@media only screen and (min-width: 1060px) {
    .l-flowBeginner__pic {
        margin-bottom: 2.4rem;
    }
}

.l-flowBeginner__item:first-child {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 1060px) {
    .l-flowBeginner__item {
        flex: 0 0 auto;
        width: 32rem;
    }
    .l-flowBeginner__item:first-child {
        margin-bottom: 0;
        margin-right: 8.5rem;
    }
}

.l-flowBeginner__item--ttl {
    color: #2bb9a5;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1060px) {
    .l-flowBeginner__item--ttl {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.l-flowBeginner__item--txt {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1060px) {
    .l-flowBeginner__item--txt {
        margin-bottom: 2.5rem;
    }
}

.l-FlowFlow {
    padding-bottom: 6.3rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow {
        padding-bottom: 6.5rem;
    }
}

.l-FlowFlow .inner {
    text-align: center;
}

.l-FlowFlow__item {
    position: relative;
}

.l-FlowFlow__item:not(:last-child) {
    margin-bottom: 10rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__item:not(:last-child) {
        margin-bottom: 9rem;
    }
}

.l-FlowFlow__item:not(:last-child)::after {
    -webkit-transform: translateX(-50%);
    border-color: #2bb9a5 transparent transparent transparent;
    border-style: solid;
    border-width: 3rem 3.4rem 0 3.4rem;
    bottom: -7rem;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__item:not(:last-child)::after {
        border-width: 1.1rem 1.25rem 0 1.25rem;
        bottom: -5rem;
    }
}

.l-FlowFlow__item--ttl {
    align-items: center;
    border-bottom: 1px solid #97dad0;
    border-top: 1px solid #97dad0;
    display: flex;
    font-size: 3rem;
    justify-content: center;
    letter-spacing: 0.12em;
    margin-bottom: 5rem;
    padding: 2.1rem 0;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__item--ttl {
        font-size: 1.8rem;
        justify-content: flex-start;
        margin-bottom: 2rem;
        padding: 1.6rem 0;
    }
}

.l-FlowFlow__item--ttl ._green {
    color: #2bb9a5;
    font-size: 5.5rem;
    letter-spacing: 0.1em;
    padding-right: 2rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__item--ttl ._green {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body {
        display: flex;
        justify-content: space-between;
    }
}

.l-FlowFlow__body--pic {
    margin: 0 auto 4rem;
    max-width: 69rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--pic {
        flex: 0 0 auto;
        margin: 0;
        margin-left: 4rem;
        order: 2;
        width: 32rem;
    }
}

.l-FlowFlow__body--info {
    width: 100%;
}

.l-FlowFlow__body--list {
    background: #f5f5f5;
    margin: 2.3rem auto;
    max-width: 69rem;
    padding: 2.5rem 3rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--list {
        margin: 2rem 0;
        max-width: 100%;
        padding: 2.5rem;
    }
}

.l-FlowFlow__body--list li {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.63636;
    text-align: left;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--list li {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--contact {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        margin: 3.5rem 0;
    }
}

.l-FlowFlow__body--tel {
    margin-bottom: 3.8rem;
    margin-top: 5rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--tel {
        border-right: 1px solid #cccccc;
        margin: 0 4.5rem 0 0;
        padding-right: 4rem;
    }
}

.l-FlowFlow__body--tel ._txt {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 1.8rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--tel ._txt {
        font-size: 1.6rem;
        margin-bottom: 0.7rem;
        text-align: left;
    }
}

.l-FlowFlow__body--tel ._num {
    display: inline-block;
    font-size: 7.3rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    padding-left: 8.2rem;
    position: relative;
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--tel ._num {
        font-size: 4.1rem;
        padding-left: 4.5rem;
    }
}

.l-FlowFlow__body--tel ._num::before {
    -webkit-transform: translateY(-50%);
    background: url(../img/cta-bottom/TEL.png) no-repeat center/contain;
    content: '';
    display: block;
    height: 8.2rem;
    left: 0.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__body--tel ._num::before {
        height: 4.1rem;
        left: 0;
        width: 3rem;
    }
}

.l-FlowFlow .btn {
    margin-bottom: 4.3rem;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow .btn {
        flex: 0 0 auto;
        margin: 0;
        width: 27rem;
    }
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__time {
        display: flex;
        white-space: nowrap;
    }
}

.l-FlowFlow__time.body-txt {
    text-align: center;
}

.l-FlowFlow__time ._ttl {
    display: block;
    font-weight: bold;
}

@media only screen and (min-width: 1060px) {
    .l-FlowFlow__time ._ttl {
        flex: 0 0 auto;
        text-align: left;
        width: 8rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Implant .Common__box {
        margin-bottom: 7rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Implant .fz-h2.item1 {
        margin-bottom: 5rem;
    }
}

.Implant__box {
    align-items: flex-start;
    display: flex;
    margin-bottom: 6.5rem;
}

.Implant__box ul {
    border: 1px solid #2bb9a5;
    flex: 0 0 auto;
    width: 48.55072%;
}

.Implant__box ul:first-child {
    margin-right: 2rem;
}

.Implant__box ul li {
    border-top: 1px solid #2bb9a5;
    font-size: 2.1rem;
    line-height: 1.42857;
    padding: 1.5rem 2rem;
}

@media only screen and (min-width: 1060px) {
    .Implant__box ul li {
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 1.5rem 1.8rem;
    }
}

.Implant__box ul li:first-child {
    border-top: none;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Implant__box ul li:first-child {
        padding: 1.1rem 1.8rem;
    }
}

.Implant__box ul li:first-child._merit {
    background: #d0ede9;
}

.Implant__box ul li:first-child._demerit {
    background: #eef5f4;
}

.Implant__flow--item {
    margin-bottom: 3.5rem;
}

.Implant__flow--item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Implant__flow--item {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        margin-bottom: 3rem;
    }
}

.Implant__flow-pic {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1060px) {
    .Implant__flow-pic {
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-left: 4rem;
        order: 2;
        width: 32rem;
    }
}

.Implant__flow-ttl {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1060px) {
    .Implant__flow-ttl {
        margin-bottom: 0.8rem;
    }
}

.Implant__table {
    margin-bottom: 7.5rem;
    margin-right: -3rem;
    padding-right: 3rem;
}

@media only screen and (max-width: 1059px) {
    .Implant__table {
        -ms-overflow-style: none;
        overflow: auto;
        /* IE, Edge 対応 */
        scrollbar-width: none;
        /* Firefox 対応 */
    }
    .Implant__table::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none;
    }
}

@media only screen and (min-width: 1060px) {
    .Implant__table {
        margin-bottom: 7rem;
        margin-right: 0;
        padding-right: 0;
    }
}

.Implant__table table {
    width: 115rem;
}

@media only screen and (min-width: 1060px) {
    .Implant__table table {
        width: 100%;
    }
}

.Implant__table table th,
.Implant__table table td {
    box-sizing: border-box;
    font-size: 2.1rem;
    line-height: 1.42857;
    padding: 1.5rem 2rem 2rem 2rem;
    text-align: left;
}

@media only screen and (min-width: 1060px) {
    .Implant__table table th,
    .Implant__table table td {
        font-size: 1.4rem;
        line-height: 1.42857;
        padding: 1.6rem 2rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Implant__table table th {
        font-size: 1.5rem;
    }
}

.Implant__table table tr:first-child th {
    background: #fff;
    left: 0;
    position: sticky;
}

.Implant__table table tr:first-child th::before {
    background: #fff;
    border-bottom: 1px solid #2bb9a7;
    border-top: 2px solid #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Implant__table table tr:first-child th::after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

.Implant__table table tr:first-child td:nth-child(n + 2) {
    border: 1px solid #2bb9a7;
    padding: 0;
    position: relative;
    width: 25rem;
}

.Implant__table table tr:first-child td:nth-child(n + 2) ._txt {
    -webkit-transform: translateX(-50%);
    bottom: 2.2rem;
    color: #2bb9a5;
    font-size: 2.4rem;
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .Implant__table table tr:first-child td:nth-child(n + 2) ._txt {
        bottom: 1.6rem;
        font-size: 1.5rem;
    }
}

.Implant__table table tr:nth-child(n + 2) td {
    border-bottom: 1px solid #2bb9a7;
    border-right: 1px solid #2bb9a7;
}

@media only screen and (min-width: 1060px) {
    .Implant__table table tr:nth-child(n + 2) td:nth-child(3),
    .Implant__table table tr:nth-child(n + 2) td:nth-child(5) {
        background: #f8f8f8;
    }
}

.Implant__table table tr:nth-child(n + 2) th {
    background: #d0ede9;
    font-weight: 700;
    left: 0;
    position: sticky;
    vertical-align: middle;
    width: 15rem;
}

@media only screen and (min-width: 1060px) {
    .Implant__table table tr:nth-child(n + 2) th {
        width: 23.4rem;
    }
}

.Implant__table table tr:nth-child(n + 2) th::before {
    border: 1px solid #2bb9a7;
    border-top: none;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Implant__price{
    margin-bottom: 1rem;
}

.Implant__price table{
    width: 100%;
}

.Implant__price th,.Implant__price td{
    border: 1px solid #2bb9a7;
    font-size: 2.1rem;
    line-height: 1.42857;
    padding: 1.5rem 2rem;
    text-align: left;
    width: 50%;
}

.Implant__price th{
    background: #d0ede9;
}

.Implant__price-txt{
    margin-bottom: 7.5rem;
}

@media only screen and (min-width: 1060px){

    .Implant__price table{
        width: unset;
    }

    .Implant__price th,.Implant__price td{
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 1.5rem 1.8rem;
        width: unset;
    }

    .Implant__price-txt{
        margin-bottom: 7rem;
    }
}

.Medical {
    padding: 4rem 0 11.2rem;
}

@media only screen and (min-width: 1060px) {
    .Medical {
        padding: 5rem 0 8rem;
    }
}

.Medical__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 62rem;
}

@media only screen and (min-width: 1060px) {
    .Medical__list {
        max-width: 100%;
    }
}

.Medical__item {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 31rem;
    justify-content: center;
    width: 50%;
}

@media only screen and (min-width: 1060px) {
    .Medical__item {
        height: 21rem;
        width: 20%;
    }
}

.Medical__item:hover {
    color: #2bb9a5;
}

.Medical__item:hover a {
    opacity: 1;
}

.Medical__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 1059px) {
    .Medical__item:nth-child(1),
    .Medical__item:nth-child(4),
    .Medical__item:nth-child(5),
    .Medical__item:nth-child(8),
    .Medical__item:nth-child(9) {
        background: #f8f8f8;
    }
    .Medical__item:nth-child(2),
    .Medical__item:nth-child(3),
    .Medical__item:nth-child(6),
    .Medical__item:nth-child(7),
    .Medical__item:nth-child(10),
    .Medical__item:nth-child(11) {
        background: #eef5f4;
    }
}

@media only screen and (min-width: 1060px) {
    .Medical__item:nth-child(2n + 1) {
        background: #f8f8f8;
    }
    .Medical__item:nth-child(2n) {
        background: #eef5f4;
    }
}

.Medical__item--box {
    background: #fff;
    border-radius: 50%;
    height: 23.3rem;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
    width: 23.3rem;
}

@media only screen and (min-width: 1060px) {
    .Medical__item--box {
        height: 15.8rem;
        width: 15.8rem;
    }
}

.Medical__item--box img {
    transition: all .4s ease;
}

.Medical__item--box ._text {
    -webkit-transform: translateX(-50%);
    bottom: 4rem;
    font-size: 2.2rem;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
    transition: all .4s ease;
    white-space: nowrap;
}

@media only screen and (min-width: 1060px) {
    .Medical__item--box ._text {
        bottom: 2.6rem;
        font-size: 1.5rem;
    }
}

.Periodontal .Common__table {
    margin: 4rem auto 5rem;
    max-width: 83rem;
}

.Periodontal .Common__table tr th:first-child,
.Periodontal .Common__table tr td:first-child {
    width: 22.2rem;
}

.Periodontal .Common__box {
    margin-bottom: 6rem;
}

.Periodontal .Common__box.item2 {
    margin-bottom: 0;
}

.Periodontal .Common__txt._last {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Periodontal .Common__txt._item1 {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Periodontal .Common__txt._item2 {
        margin-bottom: 5rem;
    }
}

.Periodontal .Common__pic._item1 {
    max-width: 96rem;
}

@media only screen and (min-width: 1060px) {
    .Preventive .fz-h2 {
        margin-bottom: 2.5rem;
    }
}

.Preventive .Common__txt.item1 {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Preventive .Common__txt.item1 {
        margin-bottom: 0;
    }
}

.Preventive .Common__txt.item4 {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Preventive .Common__txt.item4 {
        margin-bottom: 3rem;
    }
}

.Preventive .Common__txt.item2 {
    margin-bottom: 3.3rem;
}

@media only screen and (min-width: 1060px) {
    .Preventive .Common__txt.item2 {
        margin-bottom: 2.5rem;
    }
}

.Preventive .Common__txt.item3 {
    margin-bottom: 4.8rem;
}

@media only screen and (min-width: 1060px) {
    .Preventive .Common__txt.item3 {
        margin-bottom: 4.2rem;
    }
}

.Preventive .Common__grey {
    margin: 2.5rem 0;
}

.Preventive .Common__pic.item2 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Preventive .Common__pic.item1 {
        margin-bottom: 0;
    }
    .Preventive .Common__pic.item2 {
        max-width: 78rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Preventive .Common__box {
        margin-bottom: 4rem;
    }
}

.Recruitment .section-ttl {
    font-size: 5.1rem;
    line-height: 1.27451;
}

@media only screen and (min-width: 1060px) {
    .Recruitment .Common__box.item1 {
        margin-bottom: 5rem;
    }
}

.Recruitment .Common__txt._center {
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Recruitment .Common__txt._center {
        margin-bottom: 2.5rem;
    }
}

.Recruitment .Common__txt._last {
    margin-bottom: 0;
}

.Recruitment .Common__txt._top {
    margin-bottom: 4.5rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment .Common__txt._top {
        text-align: center;
    }
}

.Recruitment .Common__txt._bottom {
    margin-bottom: 5rem;
}

.Recruitment .Common__pic:last-child {
    margin-bottom: 0;
}

.Recruitment .Common__pic._center {
    margin-bottom: 0;
}

.Recruitment .Common__grey {
    margin-bottom: 6.2rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment .Common__grey {
        margin-bottom: 0;
    }
}

.Recruitment .Common__grey-ttl ._green {
    color: #2bb9a5;
}

.Recruitment .Common__btn-box {
    margin-bottom: 5rem;
}

.Recruitment__list {
    margin-bottom: 6rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__list {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .Recruitment__feature {
        display: flex;
        margin-bottom: 4.5rem;
    }
    .Recruitment__feature .Common__txt {
        margin-bottom: 2.6rem;
    }
    .Recruitment__feature .Common__txt:last-child {
        margin-bottom: 0;
    }
}

.Recruitment__pic-box {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__pic-box {
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-left: 4rem;
        order: 2;
        width: 32rem;
    }
    .Recruitment__pic-box .Common__pic {
        margin: 0;
        margin-bottom: 2rem;
    }
}

.Recruitment__ttl {
    color: #2bb9a5;
    font-size: 3.6rem;
    margin-bottom: 2rem;
    text-align: center;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__ttl {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }
}

.Recruitment__btn-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__btn-box {
        justify-content: center;
        margin: 0 auto 6.8rem;
        max-width: 63rem;
    }
}

.Recruitment__btn-box .btn:nth-child(-n + 2) {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__btn-box .btn {
        max-width: 30rem;
        width: 30rem;
    }
    .Recruitment__btn-box .btn:nth-child(2n) {
        margin-left: 3rem;
    }
}

.Recruitment .btn.large {
    max-width: 63rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment .btn.large {
        max-width: 40.2rem;
    }
}

.Recruitment__item {
    margin-bottom: 7rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__item {
        margin-bottom: 5rem;
    }
}

.Recruitment__item:last-child {
    margin-bottom: 0;
}

.Recruitment__item .fz-h2 {
    border-top: none;
    margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__item .fz-h2 {
        font-size: 3rem;
        text-align: center;
    }
}

.Recruitment__item .fz-h2 .small {
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.09091;
}

@media only screen and (min-width: 1060px) {
    .Recruitment__item .fz-h2 .small {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.Recruitment dl {
    margin-bottom: 5rem;
}

.Recruitment dl>div {
    border-bottom: 1px solid #97dad0;
    display: flex;
    padding: 2.3rem 0;
}

@media only screen and (min-width: 1060px) {
    .Recruitment dl>div {
        padding: 2rem 0;
    }
}

.Recruitment dl>div dt {
    flex: 0 0 auto;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.38462;
    width: 17rem;
}

@media only screen and (min-width: 1060px) {
    .Recruitment dl>div dt {
        font-size: 1.6rem;
        line-height: 1.5;
        width: 30rem;
    }
}

.Recruitment dl>div dd {
    font-size: 2.2rem;
    line-height: 1.63636;
}

@media only screen and (min-width: 1060px) {
    .Recruitment dl>div dd {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.Surgery .Common__txt {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 1060px) {
    .Surgery .Common__txt {
        margin-bottom: 4rem;
    }
}

.Surgery .Common__txt._last {
    margin-bottom: 0;
}

.Visiting .Common__box.item1 {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Visiting .Common__box.item1 {
        margin-bottom: 4.5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Visiting .Common__pic {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1060px) {
    .Visiting .Common__h3 {
        margin-bottom: 0.5rem;
    }
}

.Visiting .Common__txt._top {
    margin-bottom: 0;
}

.Visiting .Common__txt._bottom {
    margin-bottom: 5.8rem;
}

@media only screen and (min-width: 1060px) {
    .Visiting .Common__txt._bottom {
        margin-bottom: 3rem;
    }
}

.Visiting .Common__txt._last {
    margin-bottom: 0;
}

.Visiting .Common__list {
    margin-bottom: 4.8rem;
}

.Visiting .Common__grey {
    margin-bottom: 3.4rem;
}

@media only screen and (min-width: 1060px) {
    .Visiting .Common__grey {
        margin: 2.5rem 0;
    }
}

@media only screen and (min-width: 1060px) {
    .Whitening {
        padding-bottom: 5.5rem;
        padding-top: 5.5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Whitening .fz-h2 {
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Whitening .Common__pic {
        flex: 0 0 auto;
        margin-right: 3.80952%;
        width: 43.80952%;
    }
}

@media only screen and (min-width: 1060px) {
    .Whitening .Common__txt.item1 {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Whitening .Common__box {
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 1060px) {
    .Whitening__list {
        display: flex;
        justify-content: center;
    }
}

.Whitening__item {
    font-size: 2.2rem;
    line-height: 1.63636;
    margin-bottom: 5.8rem;
    position: relative;
}

.Whitening__item:last-child {
    margin-bottom: 0;
}

.Whitening__item:last-child::before {
    display: none;
}

@media only screen and (min-width: 1060px) {
    .Whitening__item {
        margin-bottom: 0;
    }
    .Whitening__item:nth-child(n + 2) {
        margin-left: 4.5rem;
    }
}

@media only screen and (max-width: 1059px) {
    .Whitening__item::before {
        -webkit-transform: translate(-50%, 50%) rotate(45deg);
        border-bottom: 0.8rem solid #caeae6;
        border-right: 0.8rem solid #caeae6;
        bottom: -2.4rem;
        content: '';
        display: block;
        height: 2.4rem;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 50%) rotate(45deg);
        width: 2.4rem;
    }
}

.Whitening__item-pic {
    border-radius: 50%;
    height: 27.6rem;
    margin: 0 auto 1.6rem;
    width: 27.6rem;
}

@media only screen and (min-width: 1060px) {
    .Whitening__item-pic {
        height: 18.4rem;
        margin-bottom: 1rem;
        position: relative;
        width: 18.4rem;
    }
    .Whitening__item-pic._last::before {
        display: none;
    }
    .Whitening__item-pic::before {
        -webkit-transform: translate(25%, -50%) rotate(45deg);
        border-right: 0.5rem solid #caeae6;
        border-top: 0.5rem solid #caeae6;
        content: '';
        display: block;
        height: 1.5rem;
        position: absolute;
        right: -2.2rem;
        top: 50%;
        transform: translate(25%, -50%) rotate(45deg);
        width: 1.5rem;
    }
}

.Whitening__item-txt {
    text-align: center;
}


/*# sourceMappingURL=sourcemaps/style.css.map */

.day-box {
    border-color: red;
    text-align: center;
    width: 650px;
    padding: 20px 0;
    margin: 20px auto 50px;
    border: 0.5rem solid #97EADF;
}

.day-tittle {
    display: inline-block;
    font-weight: bold;
    font-size: 3.3rem;
    background: linear-gradient(transparent 70%, #CAEAE6 70%);
    margin-bottom: 20px;
}

.day-text {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 8px;
}

@media(min-width:1060px) {
    .day-tittle {
        font-size: 2.1rem;
    }
    .day-text {
        font-size: 2.0rem;
    }
}

.parking {
    background-color: #fff;
    padding: 30px 0;
}

@media(min-width:1060px) {
    .parking-pic {
        width: 70%;
        margin: 0 auto;
    }
}

.cta-bottom__line {
    align-items: center;
    background-color: #06c755;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-size: 2.6rem;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 22.5rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__line {
        font-size: 1.8rem;
        line-height: 1.33333;
        width: 15.4rem;
    }
}

.cta-bottom__line::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '';
    display: block;
    height: 1.3rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1.3rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__line::after {
        border-width: 1px;
        height: 0.7rem;
        width: 0.7rem;
    }
}

.cta-bottom__line ._text {
    left: -0.9rem;
    position: relative;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__line ._text {
        padding-left: 3rem;
    }
}

.cta-bottom__line ._text::before {
    background: url(../img/cta-bottom/LINE2.png) no-repeat center/contain;
    content: '';
    display: block;
    height: 5.6rem;
    margin: 0 auto;
    width: 5.6rem;
}

@media only screen and (min-width: 1060px) {
    .cta-bottom__line ._text::before {
        -webkit-transform: translateY(-50%);
        display: inline-block;
        height: 2.4rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 2.4rem;
    }
}

@media only screen and (max-width: 1060px) {
    .cta-bottom {
        background: #fff;
    }
    .cta-bottom .inner {
        display: flex;
        align-items: start;
        width: 100%;
    }
    .cta-bottom__tel-list {
        display: flex;
    }
    .cta-bottom a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.33333;
    }
    .cta-bottom__web2,
    .cta-bottom__line2 {
        width: 34vw;
        height: 14rem;
    }
    .cta-bottom__tel2-wrap {
        height: 14rem;
        background: #fff;
    }
    .cta-bottom__tel2 {
        width: 20vw;
        height: 11.5rem;
    }
    .is-orange {
        background-color: #ff942b;
    }
    .is-yellow {
        background-color: #ffba00;
    }
    .cta-bottom__tel-text {
        padding-top: 0.7vw;
        font-size: 1.4vw;
        text-align: center;
        font-weight: 600;
    }
    .cta-bottom__web2 {
        background-color: #2db9a5;
    }
    .cta-bottom__line2 {
        background-color: #06c755;
    }
    .cta-bottom__tel2 ._text::before {
        background: url(../img/cta-bottom/TEL2.png) no-repeat center/contain;
        content: '';
        display: block;
        height: 3.8rem;
        margin: 0.4rem auto 1rem;
        width: 3.8rem;
    }
    .cta-bottom__line2 ._text::before {
        background: url(../img/cta-bottom/LINE2.png) no-repeat center/contain;
        content: '';
        display: block;
        height: 5.6rem;
        margin: 0 auto;
        width: 5.6rem;
    }
	.cta-bottom__line3 ._text::before {
        background: url(../img/cta-bottom/line3.png) no-repeat center/contain;
        content: '';
        display: block;
        height: 5.6rem;
        margin: 0 auto;
        width: 5.6rem;
    }
	.cta-bottom__line3{
		width: 33vw;
        height: 14rem;
	}
    .cta-bottom__web2 ._text::before {
        background: url(../img/cta-bottom/ICON.png) no-repeat center/contain;
        content: '';
        display: block;
        height: 5.6rem;
        margin: 0 auto;
        width: 2.6rem;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
    .l-header__logo {
        width: 18.9vw;
    }
    .cta-bottom__web {
        width: 15.4rem;
        box-sizing: border-box;
    }
    .cta-bottom__tel {
        width: 33rem;
        box-sizing: border-box;
    }
    .cta-bottom__line {
        width: 15.4rem;
        box-sizing: border-box;
    }
    .l-nav {
        width: 29.3vw;
        padding-right: 1rem;
        width: calc(100vw - 63.8rem - 18.9vw);
        box-sizing: border-box;
    }
    .l-nav__list {
        width: auto;
        max-width: 40rem;
        padding-right: 0;
        padding-left: 5vw;
        box-sizing: border-box;
        flex: 1;
        gap: 0 2rem;
    }
    .l-nav__item {
        width: auto;
        padding: 0;
    }
    .l-nav__item a {
        padding: 0.6rem 0;
    }
    .l-nav {
        display: flex;
        justify-content: end;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .l-nav__item {
        width: 25%;
    }
    .l-nav__list {
        gap: 0;
    }
}

.l-access .inner {
    box-sizing: border-box;
}

@media only screen and (min-width: 1060px) {
    .l-access__contact {
        width: auto;
        width: 565px;
    }
}

.l-access__contact .img-btn {
    display: block;
    margin: 1rem auto 0;
    width: 29.5rem;
}

.l-access__contact .img-btn img {
    width: 29.5rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

@media only screen and (max-width: 1060px) {
    .l-access__contact .img-btn img,
    .l-access__contact .img-btn {
        width: 32.9rem;
    }
    .l-access__contact .img-btn {
        margin-top: 1rem;
        padding: 1.2rem 0;
        background: #06c755;
        -webkit-border-radius: 0.4rem;
        border-radius: 0.4rem;
    }
	.Single__body img {
		max-width: 100% !important;
	}
}


.banner_sp{
   display: none; 
}
.fv_banner{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.banner_pc{
    width: 60%;
}

.banner_pc,.banner_sp{
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .2);
}


@media screen and (max-width: 1060px) {
    .banner_sp{
        display: block;
        width: 70%;
    }
    .banner_pc{
        display: none;
    }

}