@charset "UTF-8";
*,
::before,
::after {
    box-sizing: border-box;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-kerning: normal;
    font-feature-settings: 'palt';
    font-size: 62.5%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
p {
    margin: 0;
    list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

ul,
li,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

nav ol,
nav ul {
    list-style: none;
    padding: 0;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: Meiryo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

svg {
    height: 100%;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

iframe {
    border-style: none;
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not([fill]) {
    fill: currentColor;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

button,
input,
select {
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: 0.35em 0.75em 0.625em;
}

input {
    overflow: visible;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical;
}

[type='checkbox'],
[type='radio'] {
    padding: 0;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

details {
    display: block;
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    touch-action: manipulation;
}

[hidden] {
    display: none;
}

[aria-busy='true'] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled='true'],
[disabled] {
    cursor: not-allowed;
}

[aria-hidden='false'][hidden] {
    display: initial;
}

[aria-hidden='false'][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.sp {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

.pc {
    display: block !important;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

a {
    color: #3e3e3e;
}

.more_link {
    text-align: right;
    font-size: 1.6rem;
    max-width: 1080px;
    width: 100%;
    margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
    .more_link {
        margin-top: 40px;
        padding-right: 16px;
    }
}
.more_link a {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    transition: all 0.8s;
}
.more_link a:hover {
    color: #000;
}
.more_link a:hover::after {
    width: 250px;
    background-color: #000;
}
.more_link a::after {
    content: '';
    width: 204px;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-top: 8px;
    transition: all 0.8s;
}

figure {
    margin: 0;
}
@media screen and (max-width: 768px) {
    figure {
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em;
        -webkit-margin-start: 40px;
        margin-inline-start: 40px;
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
    }
}

.w-12 {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.w-10 {
    width: 100% !important;
}

.orange {
    color: #fa7d39;
}

@media screen and (max-width: 768px) {
    .pa-24 {
        padding: 0 24px !important;
    }
}

@-webkit-keyframes equalizer01 {
    0% {
        width: 70%;
    }
    10% {
        width: 50%;
    }
    20% {
        width: 100%;
    }
    30% {
        width: 10%;
    }
    40% {
        width: 50%;
    }
    50% {
        width: 70%;
    }
    60% {
        width: 50%;
    }
    70% {
        width: 10%;
    }
    80% {
        width: 100%;
    }
    90% {
        width: 10%;
    }
    100% {
        width: 70%;
    }
}

@keyframes equalizer01 {
    0% {
        width: 70%;
    }
    10% {
        width: 50%;
    }
    20% {
        width: 100%;
    }
    30% {
        width: 10%;
    }
    40% {
        width: 50%;
    }
    50% {
        width: 70%;
    }
    60% {
        width: 50%;
    }
    70% {
        width: 10%;
    }
    80% {
        width: 100%;
    }
    90% {
        width: 10%;
    }
    100% {
        width: 70%;
    }
}

@-webkit-keyframes equalizer02 {
    0% {
        width: 30%;
    }
    10% {
        width: 20%;
    }
    20% {
        width: 40%;
    }
    30% {
        width: 10%;
    }
    40% {
        width: 20%;
    }
    50% {
        width: 30%;
    }
    60% {
        width: 20%;
    }
    70% {
        width: 10%;
    }
    80% {
        width: 40%;
    }
    90% {
        width: 10%;
    }
    100% {
        width: 30%;
    }
}

@keyframes equalizer02 {
    0% {
        width: 30%;
    }
    10% {
        width: 20%;
    }
    20% {
        width: 40%;
    }
    30% {
        width: 10%;
    }
    40% {
        width: 20%;
    }
    50% {
        width: 30%;
    }
    60% {
        width: 20%;
    }
    70% {
        width: 10%;
    }
    80% {
        width: 40%;
    }
    90% {
        width: 10%;
    }
    100% {
        width: 30%;
    }
}

@-webkit-keyframes circlemove {
    0% {
        bottom: 45px;
    }
    100% {
        bottom: -5px;
    }
}

@keyframes circlemove {
    0% {
        bottom: 45px;
    }
    100% {
        bottom: -5px;
    }
}

@-webkit-keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

.scrolldown2 {
    position: absolute;
    bottom: 24px;
    right: 24px;
    color: #fff;
}

.scrolldown2 span {
    color: #eee;
    font-size: 1rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left: 4px;
}

.scrolldown2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    -webkit-animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}
.scrolldown2::after {
    content: '';
    /*描画位置 */
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状 */
    width: 2px;
    height: 50px;
    background: #eee;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.slide-down {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
.slide-up {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@media screen and (max-width: 768px) {
    .content-wrap {
        height: 250px;
        overflow: hidden;
        position: relative;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .close-btn,
    .more-btn {
        display: block;
        width: 100%;
        padding: 80px 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 60%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );
    }
}

.close-btn {
    background: none;
}

.slide-up {
    height: 250px;
    padding-bottom: 0;
    overflow: hidden;
}

.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.fadein {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s;
}

.fadeLeft {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s;
}

.fadeRight {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.8s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.content {
    margin: 0 auto;
    padding: 40px;
    height: 100%;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.js-modal.position {
    width: 25%;
    height: auto;
    top: auto;
    bottom: 400px;
    right: 40px;
}
@media screen and (max-width: 768px) {
    .js-modal.position {
        display: none !important;
    }
}
.js-modal.position .modal__content {
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
.js-modal.position .modal__content .js-modal-close {
    width: 40px;
    height: 40px;
    margin-top: -32px;
}
.js-modal.position .modal__content figure img {
    height: auto;
}
.js-modal.position .modal__content figure figcaption {
    font-size: 1.6rem;
}
.js-modal.position .modal__content h2 {
    font-size: 1.4rem;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: url(../common/images/top/modal_bg.svg) no-repeat center center #fff;
    background-size: cover;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 90vh;
}
@media screen and (max-width: 768px) {
    .modal__content {
        width: 95%;
        padding: 40px 16px;
    }
}
.modal__content figure {
    text-align: center;
    margin: 0;
    margin-top: 40px;
}
.modal__content figure img {
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .modal__content figure img {
        height: auto;
    }
}
.modal__content figure figcaption {
    color: #fff;
    font-size: 2.7rem;
    background-color: #890000;
    margin-top: 8px;
}
@media screen and (max-width: 768px) {
    .modal__content figure figcaption {
        font-size: 2rem;
    }
}
.modal__content h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-top: 24px;
    font-weight: 400;
    color: #000;
}
@media screen and (max-width: 768px) {
    .modal__content h2 {
        font-size: 1.6rem;
    }
}
.modal__content .js-modal-close {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: -72px auto 0;
    background-color: #000;
    border-radius: 50%;
}
.modal__content .js-modal-close::before,
.modal__content .js-modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    /* 棒の幅（太さ） */
    height: 30px;
    /* 棒の高さ */
    background: white;
}
.modal__content .js-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal__content .js-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}

#splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}

#splash_text svg {
    height: 4px;
}

.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #39b6f4;
    transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    transform: scaleY(1);
}

.loader_cover-up {
    transform-origin: center top;
}

.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}

.coveranime {
    transform: scaleY(0);
}

.splashbg {
    display: none;
}

body.appear .splashbg {
    display: block;
    content: '';
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #a47b5d;
    -webkit-animation-name: PageAnime;
    animation-name: PageAnime;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

@keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

body.appear #wrapper {
    -webkit-animation-name: PageAnimeAppear;
    animation-name: PageAnimeAppear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

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

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

.toggle_btn {
    display: none;
    position: fixed;
    top: 30px;
    right: 12px;
    width: 60px;
    height: 30px;
    transform: translate(0, 0);
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1001;
}
@media screen and (max-width: 768px) {
    .toggle_btn {
        position: inherit;
    }
}

@media screen and (max-width: 768px) {
    .toggle_btn {
        display: block;
    }
}
.open .toggle_btn {
    right: 12px;
}
.open .global-nav {
    left: 0 !important;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #39b6fa;
    transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
    top: 5px;
    width: 60px;
    -webkit-animation: equalizer01 7000ms infinite;
    animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
    top: 15px;
    width: 30px;
    -webkit-animation: equalizer02 5000ms infinite;
    animation: equalizer02 5000ms infinite;
    -webkit-animation-delay: 0.33s;
    animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
    top: 25px;
    width: 20px;
    -webkit-animation: equalizer02 5000ms infinite;
    animation: equalizer02 5000ms infinite;
}

.open .toggle_btn span {
    width: 30px;
}
.open .toggle_btn span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
    -webkit-animation: unset;
    animation: unset;
}
.open .toggle_btn span:nth-child(2) {
    opacity: 0;
    -webkit-animation: unset;
    animation: unset;
}
.open .toggle_btn span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
    -webkit-animation: unset;
    animation: unset;
}

header {
    width: 100%;
    padding: 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
    header {
        padding: 0 16px;
    }
}
header .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    header .inner {
        justify-content: flex-start;
    }
}
header .inner .logo_area {
    padding: 12px 0;
    margin-right: 0%;
    max-width: 200px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    header .inner .logo_area {
        margin-right: 4px;
        padding: 0 0 0 0;
        max-width: 180px;
    }
}
header .inner .logo_area .logo {
    max-width: 166px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
header .inner .logo_area .logo img {
    width: 90%;
}
@media screen and (max-width: 768px) {
    header .inner .logo_area .logo img {
        width: 60%;
    }
}
header .inner .logo_area .logo span {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    header .inner .logo_area .logo span {
        font-size: 1.2rem;
        display: block;
    }
}
header .inner .logo_area .logo__text1 {
    font-size: 1.1rem;
    margin-bottom: 3px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    header .inner .logo_area .logo__text1 {
        font-size: 1rem;
    }
}
header .inner .logo_area .logo__sub {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    header .inner .logo_area .logo__sub {
        font-size: 1.2rem;
        display: block;
    }
}
header .inner .menu {
    max-width: 860px;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    margin-right: 24px;
}
@media screen and (max-width: 768px) {
    header .inner .menu {
        position: fixed;
        top: 0;
        left: 0%;
        transform: translate(0, 0);
        background-color: transparent;
        bottom: auto;
        z-index: 3;
    }
}
@media screen and (max-width: 768px) {
    header .inner .menu .global-nav {
        position: fixed;
        background-color: white;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: 0.5s;
        padding-top: 120px;
        padding-bottom: 200px;
        overflow-y: scroll;
        z-index: 10;
    }
}
header .inner .menu .global-nav__list {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    header .inner .menu .global-nav__list {
        flex-direction: column;
        text-align: center;
        /* height: 80%; */
    }
}
header .inner .menu .global-nav__list li {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin-left: 8px;
    margin-right: 8px;
}
header .inner .menu .global-nav__list li.has-child {
    margin-right: 24px;
}
@media screen and (max-width: 768px) {
    header .inner .menu .global-nav__list li {
        margin-top: 24px;
        margin-left: 0;
        margin-right: 0;
    }
    header .inner .menu .global-nav__list li.has-child {
        margin-right: 0;
    }
}
header .inner .menu .global-nav__list li a {
    display: inline-block;
    position: relative;
}
header .inner .menu .global-nav__list li a::after {
    content: '';
    bottom: 0;
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.5s all;
    width: 0;
    border-bottom: 1px solid #39b6fa;
}
header .inner .menu .global-nav__list li a.current {
    border-bottom: 1px solid #d19f00;
    color: #d19f00;
}
header .inner .menu .global-nav__list li a:not(.current):hover::after {
    width: 100%;
}
header .inner .h-contact_tel {
    max-width: 200px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    header .inner .h-contact_tel {
        width: 36%;
        display: none;
    }
}

nav ul li.has-child {
    position: relative;
    cursor: pointer;
}
nav ul li.has-child::before {
    content: '';
    position: absolute;
    right: -12px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
    transition: all 0.2s;
}
@media screen and (max-width: 768px) {
    nav ul li.has-child::before {
        right: 136px;
    }
}
nav ul li.has-child.open::before {
    transform: rotate(-45deg);
}
nav ul li.has-child.active::before {
    transform: rotate(-45deg);
}

nav li.has-child ul {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 4;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    nav li.has-child ul {
        visibility: inherit;
        margin: 0 auto;
        display: none;
        position: static;
        width: 100%;
    }
}
nav li.has-child ul li {
    margin-bottom: 8px;
}
nav li.has-child ul .h-nav__subItem {
    margin-bottom: 8px;
    text-transform: capitalize;
}
nav li.has-child.open ul {
    visibility: inherit;
    opacity: 1;
}
nav li.has-child.active ul {
    visibility: inherit;
    opacity: 1;
    display: block !important;
}
@media screen and (max-width: 768px) {
    nav li.has-child.active ul {
        position: static;
    }
}

.under header {
    height: 48vh;
    background: url(../common/images/common/main_bg.svg) repeat-y top center;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 768px) {
    .under header {
        height: 30vh;
    }
}

.submenu {
    background-color: rgba(255, 255, 255);
    padding-left: 4px;
}

.h-contact-area--blue {
    color: #39b6fa;
    font-size: 10px;
}

footer #page-top {
    position: fixed;
    right: 40px;
    bottom: 80px;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
}
@media screen and (max-width: 768px) {
    footer #page-top {
        bottom: 140px;
    }
}
footer .inner {
    max-width: 1000px;
    width: 100%;
    padding: 90px 0 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    footer .inner {
        padding: 40px 16px 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
footer .inner .footer__logoarea {
    text-align: center;
}
footer .inner .footer_logo {
    max-width: 174px;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    footer .inner .footer_logo {
        width: 70%;
        margin: 0 auto;
    }
}
footer .inner .logo_sub {
    font-size: 1.4rem;
}
footer .inner .footer__nav {
    max-width: 690px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    footer .inner .footer__nav {
        margin-top: 0px;
        flex-wrap: wrap;
        display: none;
    }
}
@media screen and (max-width: 768px) {
    footer .inner .footer__nav-block {
        width: 50%;
    }
}
footer .inner .footer__nav-block:nth-of-type(2) ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
@media screen and (max-width: 768px) {
    footer .inner .footer__nav-block:nth-of-type(2) ul {
        -moz-column-count: 1;
        column-count: 1;
    }
}
footer .inner .footer__nav-block > span {
    font-size: 1.3rem;
    font-weight: 500;
}
footer .inner .footer__nav-block > span.jp {
    color: #0f1f4d;
}
footer .inner .footer__nav-block ul {
    margin-left: 1.5em;
    margin-top: 1em;
}
footer .inner .footer__nav ul li {
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    footer .inner .footer__nav ul li {
        width: 50%;
        margin-top: 8px;
    }
}
footer .inner .footer__nav ul li a {
    color: #0f1f4d;
    font-size: 1.3rem;
    transition: all 0.5s;
    position: relative;
}
footer .inner .footer__nav ul li a:hover {
    color: #39b6fa;
}
footer .inner .footer__nav ul li a::after {
    content: '';
    bottom: 0;
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.5s all;
    width: 0;
    border-bottom: 1px solid #d19f00;
}
footer .inner .footer__nav ul li a span {
    font-size: 1.3rem;
}
footer .inner .footer__nav .other {
    margin-top: 3em;
}
footer .copy_r {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    color: #0f1f4d;
    border-top: 1px solid #0f1f4d;
    padding: 8px 0 120px;
    margin-top: 120px;
}
@media screen and (max-width: 768px) {
    footer .copy_r {
        margin-top: 0px;
    }
}

.fix_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .fix_nav {
        flex-wrap: wrap;
    }
}
.fix_nav li {
    width: 25%;
    background-color: #0f1f4d;
    padding: 8px 0;
}

@media screen and (max-width: 768px) {
    .fix_nav li {
        width: 50%;
        padding: 8px 0;
    }
    .fix_nav li:first-of-type {
        border-right: 1px solid #ababab;
    }
}

.fix_nav li.line {
    background-color: #00b900;
}

@media screen and (max-width: 768px) {
    .fix_nav li.line {
        width: 33.3%;
    }
    .fix_nav li.insta {
        width: 33.3%;
    }
    .fix_nav li.tiktok {
        width: 33.3%;
    }
}

.fix_nav li:hover {
    opacity: 0.8;
}

.fix_nav li a {
    color: #fff;
    display: block;
}

.fix_nav li a figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .fix_nav li a figure img {
        width: 16px;
    }
    .fix_nav li.tiktok a figure img {
        width: 16px;
    }
}

.fix_nav li a figure figcaption {
    font-size: 2.2rem;
    margin-left: 8px;
}

@media screen and (max-width: 768px) {
    .fix_nav li a figure {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .fix_nav li a figure figcaption {
        font-size: 1.2rem;
        margin-left: 4px;
    }
}

.fix_nav .insta {
    background-color: #f41561;
}

.fix_nav .insta img {
    width: 35px;
}

.fix_nav .tiktok {
    background-color: #800080;
}

.fix_nav .tiktok img {
    width: 35px;
}

@media screen and (max-width: 768px) {
    .fix_nav .insta img {
        width: 8%;
    }
}

.langege_country .inner {
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .langege_country .inner {
        justify-content: center;
    }
}

.langege_country .inner .footer__nav {
    max-width: 200px;
    margin-left: 120px;
}

.langege_country .inner .footer__nav .other {
    margin-top: 0;
}

.langege_country .inner .footer__nav .h-nav__subItem {
    text-transform: uppercase;
}

.langege_country .inner .footer__nav-block ul {
    margin-top: 0;
}

.ch_icon img {
    max-width: 33px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ch_icon img {
        width: 18px;
    }
}

.qr {
    text-align: center;
    padding-top: 120px;
}

.qr figure {
    max-width: 228px;
    width: 100%;
    margin: 0 auto;
}

.kakao {
    background-color: #f3c22a !important;
}

.kakao img {
    max-width: 33px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .kakao img {
        width: 14%;
    }
}

.flex {
    display: flex;
}

.re-flex {
    flex-direction: row-reverse;
}

.page {
    font-size: 1.6rem;
}

.ml-40 {
    position: relative;
    left: -40px;
}

@media screen and (max-width: 768px) {
    .ml-40 {
        position: static;
    }
}

.w-90 {
    width: 90%;
}

.t-inner__text {
    padding: 40px 0;
}

.bg-primary {
    background-color: #39b6fa !important;
}

.red {
    color: red;
    text-decoration: underline;
}

.pagination {
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .pagination {
        margin-top: 40px;
        margin-bottom: 80px;
    }
}

.page-numbers {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.page-numbers li {
    padding: 0;
    font-size: 1.6rem;
    border-bottom: none;
}

.page-numbers li .current {
    color: #39b6fa;
    border-bottom: 2px solid #39b6fa;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.nav-links li {
    border-bottom: none;
    display: flex;
    font-size: 1.6rem;
}

.p-40 {
    padding: 40px;
}

.p-40 .inner {
    margin-top: 0;
}

.mt-0 {
    margin-top: 0;
}

.w-10 {
    max-width: 100%;
    padding: 0;
}

.san-serif {
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
    .mb-40 {
        margin-bottom: 24px;
    }
}

a.nolink {
    pointer-events: none;
}

main {
    overflow-x: hidden;
    color: #fff;
    padding-top: 126px;
}
@media screen and (max-width: 768px) {
    main {
        padding-top: 90px;
    }
}

@media screen and (max-width: 768px) {
    .contents {
        margin-top: 40px;
    }
}
.contents .ttl {
    font-family: 'Noto Serif JP', serif;
    color: #39b6fa;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .contents .ttl {
        padding: 0 10px;
    }
}
.contents .ttl span {
    display: block;
}
span.row {
    display: inline-block !important;
}
span.break {
    display: block !important;
}
.contents .ttl .en {
    font-size: 4.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .contents .ttl .en {
        font-size: 2.4rem;
    }
}
.contents .ttl .en.middle {
    text-transform: none;
    line-height: 1.4;
}
.contents .ttl .jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #0f1f4d;
    margin-top: 8px;
}
@media screen and (max-width: 768px) {
    .contents .ttl .jp {
        font-size: 1.8rem;
    }
}
.contents .inner {
    max-width: 1080px;
    width: 100%;
    margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
    .contents .inner {
        margin-top: 40px;
    }
}

.t-news {
    padding-top: 48px;
    padding-bottom: 80px;
    margin: auto;
    width: 100%;
    background-image: radial-gradient(#b9e6ff 5%, transparent 9%), radial-gradient(#b9e6ff 5%, transparent 9%);
    background-position:
        0 0,
        9px 9px;
    background-size: 18px 18px;
}
@media screen and (max-width: 768px) {
    .t-news {
        /* padding: 24px 16px; */
        padding-bottom: 50px;
    }
}
.t-news .more_link_arrow {
    text-align: right;
    max-width: 1280px;
    width: 100%;
    margin: 40px auto 0;
}
.t-news .more_link_arrow a {
    color: #0f1f4d;
    position: relative;
    transition: all 0.4s;
}
.t-news .more_link_arrow a:hover {
    color: #39b6fa;
}
.t-news .more_link_arrow a:hover::before {
    left: 16px;
}
.t-news .more_link_arrow a:hover::after {
    right: -35px;
}
.t-news .more_link_arrow a::before {
    content: '';
    width: 130%;
    height: 2px;
    background-color: #0f1f4d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}
.t-news .more_link_arrow a::after {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #0f1f4d;
    display: block;
    position: absolute;
    bottom: -3px;
    right: -19px;
    transform: rotate(-50deg);
    transition: all 0.4s;
}

.news_list {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    gap: 24px;
    margin-top: 74px;
}
@media screen and (max-width: 768px) {
    .news_list {
        margin-top: 24px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }
}
.news_list li {
    width: calc((100% - 72px) / 4);
    border: 1px solid #707070;
    border-top: 3px solid #0f1f4d;
    background-color: #fff;
    padding: 20px 16px;
    box-sizing: border-box;
    color: #707070;
    text-align: right;
    transition: all 0.4s;
}
@media screen and (max-width: 768px) {
    .news_list li {
        width: 47%;
        margin-bottom: 8px;
    }
}
.news_list li:hover {
    background-color: #0f1f4d;
}
.news_list li:hover .n-time,
.news_list li:hover h3,
.news_list li:hover p,
.news_list li:hover .n-btn {
    color: #fff;
}
.news_list li a {
    width: 100%;
}
.news_list li .n-time {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .news_list li .n-time {
        font-size: 1.2rem;
    }
}
.news_list li h3 {
    font-size: 2rem;
    color: #707070;
    margin-top: 8px;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .news_list li h3 {
        font-size: 1.6rem;
    }
}
.news_list li p {
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .news_list li p {
        font-size: 1.4rem;
    }
}
.news_list li .n-btn {
    text-align: right;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 1px solid #707070;
}

.t-contents .inner {
    max-width: 100%;
}
.t-contents ul li {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .t-contents ul li {
        flex-direction: column;
    }
}
.t-contents ul li:last-child {
    flex-direction: row-reverse;
    margin-top: 64px;
}
@media screen and (max-width: 768px) {
    .t-contents ul li:last-child {
        flex-direction: column;
    }
}
.t-contents ul li:last-child .inner_text {
    background-color: #b4d6fd;
    padding: 40px 0 42px 18px;
    position: relative;
    width: 50%;
    min-width: 528px;
	height:100%;
}
@media screen and (max-width: 768px) {
    .t-contents ul li:last-child .inner_text {
        width: 100%;
        padding: 24px 18px;
        box-sizing: border-box;
        min-width: 1px;
    }
}
.t-contents ul li:last-child .inner_text::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50vw 0 0;
    border-color: #b4d6fd transparent transparent transparent;
}
@media screen and (max-width: 768px) {
    .t-contents ul li:last-child .inner_text::before {
        border-width: 40px 100vw 0 0;
    }
}
.t-contents ul li:last-child .inner_text::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -130px;
    left: auto;
    border-width: 550px 130px 0 0;
    border-color: #b4d6fd transparent transparent transparent;
}
.t-contents ul li figure {
    width: calc(100% - 50%);
    margin: 0;
    display: flex;
    align-items: flex-end;
    margin-bottom: -40px;
    width: 40%;
}
@media screen and (max-width: 768px) {
    .t-contents ul li figure {
        width: 100%;
    }
}
.t-contents ul li .inner_text {
    background-color: #b4d6fd;
    padding: 40px 60px 42px 18px;
    position: relative;
    width: 50%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .t-contents ul li .inner_text {
        width: 100%;
        padding: 24px 18px;
        box-sizing: border-box;
    }
}
.t-contents ul li .inner_text::before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 40px 0;
    border-color: transparent #b4d6fd transparent transparent;
}
.t-contents ul li .inner_text::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 550px 0;
    border-color: transparent #b4d6fd transparent transparent;
}
.t-contents ul li .inner_text .ttl {
    text-align: left;
}
.t-contents ul li .inner_text .ttl .en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #fff;
    font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
    .t-contents ul li .inner_text .ttl .en {
        font-size: 3.2rem;
    }
}
.t-contents ul li .inner_text .ttl .jp {
    color: #0f1f4d;
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 768px) {
    .t-contents ul li .inner_text .ttl .jp {
        font-size: 2rem;
    }
}
.t-contents ul li .inner_text .t-contents__text {
    margin-top: 24px;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .t-contents ul li .inner_text .t-contents__text {
        font-size: 1.4rem;
    }
}
.t-contents ul li .inner_text .more_link_gra {
    font-family: 'Josefin Sans', sans-serif;
    max-width: 250px;
    width: 100%;
    background: #2896fa;
    background: linear-gradient(90deg, #2896fa 0%, #24bffb 100%);
    padding: 16px 0;
    text-align: center;
    font-size: 2.4rem;
    text-transform: uppercase;
    position: relative;
}
@media screen and (max-width: 768px) {
    .t-contents ul li .inner_text .more_link_gra {
        font-size: 1.6rem;
    }
}
.t-contents ul li .inner_text .more_link_gra a {
    display: block;
}
.t-contents ul li .inner_text .more_link_gra a::after {
    content: none;
}

.t_img {
    margin-top: 64px;
}
.t_img ul {
    display: flex;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap;
}
.t_img ul li {
    margin-bottom: 1%;
}
.t_img ul li:first-child {
    width: 62.6%;
}
.t_img ul li:nth-child(2) {
    width: 36.4%;
}
.t_img ul li:nth-child(3) {
    width: 42.7%;
}
.t_img ul li:nth-child(4) {
    width: 56.3%;
}
.t_img ul li img {
    width: 100%;
}

.t-invisalign {
    padding-top: 54px;
    background-image: radial-gradient(#b9e6ff 5%, transparent 9%), radial-gradient(#b9e6ff 5%, transparent 9%);
    background-position:
        0 0,
        9px 9px;
    background-size: 18px 18px;
}
.t-invisalign .inner {
    position: relative;
    max-width: 100%;
}
.t-invisalign .inner figure {
    margin: 0;
}
.t-invisalign .inner h2 {
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 14px 46px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .t-invisalign .inner h2 {
        width: 88%;
        padding: 14px 0;
        text-align: center;
    }
}
.t-invisalign .inner h2 .jp {
    color: #0f1f4d;
    font-weight: 400;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .t-invisalign .inner h2 .img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
}

.t-dental {
    margin-top: 70px;
    padding: 0 24px;
}
@media screen and (max-width: 768px) {
    .t-dental {
        margin-top: 40px;
    }
}
.t-dental .inner .t-dental__list {
    max-width: 1090px;
    width: 100%;
    margin: 110px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
@media screen and (max-width: 768px) {
    .t-dental .inner .t-dental__list {
        margin-top: 40px;
    }
}
.t-dental .inner .t-dental__list li {
    width: calc((100% - 36px) / 4);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s;
}
@media screen and (max-width: 768px) {
    .t-dental .inner .t-dental__list li {
        width: 48%;
    }
}
.t-dental .inner .t-dental__list li.scrollin {
    opacity: 1;
    transform: translateY(0px);
}
.t-dental .inner .t-dental__list li:hover {
    opacity: 0.8;
}
.t-dental .inner .t-dental__list li:hover figure {
    border-bottom: 3px solid #39b6fa;
}
.t-dental .inner .t-dental__list li:hover figure figcaption {
    color: #39b6fa;
}
.t-dental .inner .t-dental__list li figure {
    margin: 0;
    border-bottom: 3px solid #707070;
    padding-bottom: 4px;
}
.t-dental .inner .t-dental__list li figure figcaption {
    font-size: 1.6rem;
    color: #0f1f4d;
    text-align: center;
    margin-top: 4px;
}
@media screen and (max-width: 768px) {
    .t-dental .inner .t-dental__list li figure figcaption {
        font-size: 1.2rem;
    }
}

.t-contents2 {
    margin-top: 88px;
}
@media screen and (max-width: 768px) {
    .t-contents2 {
        margin-top: 40px;
    }
}
.t-contents2 ul li:hover figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.t-contents2 ul li:hover figure img {
    transform: scale(1.1);
    transition: 0.4s;
}
.t-contents2 ul li figure {
    margin: 0;
    position: relative;
    width: 100%;
}
.t-contents2 ul li figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 13px 88px 34px;
}
@media screen and (max-width: 768px) {
    .t-contents2 ul li figure figcaption {
        padding: 12px 24px;
    }
}
.t-contents2 ul li figure figcaption span {
    display: block;
}
.t-contents2 ul li figure figcaption .en {
    font-size: 4.8rem;
    color: #39b6fa;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .t-contents2 ul li figure figcaption .en {
        font-size: 2.4rem;
    }
}
.t-contents2 ul li figure figcaption .jp {
    font-size: 2rem;
    color: #0f1f4d;
}
@media screen and (max-width: 768px) {
    .t-contents2 ul li figure figcaption .jp {
        font-size: 1.4rem;
    }
}

.access__block {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 54px auto;
    padding: 0 24px;
}
@media screen and (max-width: 768px) {
    .access__block {
        flex-direction: column;
    }
}

.access__text {
    width: 48%;
}
@media screen and (max-width: 768px) {
    .access__text {
        width: 100%;
    }
}
.access__text .access__add-block {
    color: #0f1f4d;
    margin-bottom: 24px;
}
.access__text .access__add-block .ttl {
    font-size: 2.4rem;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .access__text .access__add-block .ttl {
        font-size: 1.8rem;
        padding: 0;
    }
}
.access__text .access__add-block .ttl::after {
    content: '';
    width: 124px;
    height: 2px;
    background-color: #0f1f4d;
    display: block;
}
.access__text .access__add-block .en {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: capitalize;
    color: #0f1f4d;
    font-size: 1.8rem;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .access__text .access__add-block .en {
        font-size: 1.4rem;
    }
}
.access__text .access__add-block .access__add {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .access__text .access__add-block .access__add {
        font-size: 1.6rem;
    }
}
.access__text .access__add-block .access__add address {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .access__text .access__add-block .access__add address {
        font-size: 1.6rem;
    }
}
.access__text .access__add-block .access__tel a {
    font-size: 2rem;
    color: #0f1f4d;
}
@media screen and (max-width: 768px) {
    .access__text .access__add-block .access__tel a {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 768px) {
    .access__text .access__add-block .access__tel a span img {
        width: 16px;
    }
}

.access__schedule {
    width: 45%;
}
@media screen and (max-width: 768px) {
    .access__schedule {
        width: 100%;
    }
    .access__schedule figure {
        width: 100%;
        margin: 0;
    }
}

#map {
    height: 0;
    overflow: hidden;
    padding-bottom: 31.25%;
    position: relative;
}
#map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.reservation {
    /* background: url(../common/images/top/t_img_contactbk.jpg) no-repeat center center; */
	background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) no-repeat center center;	
    background-size: cover;
    padding: 74px 0 160px;
}
@media screen and (max-width: 768px) {
    .reservation {
        padding: 40px 0 80px;
    }
}
.reservation ul {
    display: flex;
    justify-content: center;
    gap: 43px;
    margin-top: 72px;
}
@media screen and (max-width: 768px) {
    .reservation ul {
        margin-top: 40px;
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
}
.reservation ul li {
    background-color: #39b6fa;
    max-width: 288px;
    width: 100%;
    text-align: center;
    transition: all 0.4s;
}
.reservation ul li:hover {
    background-color: #0f1f4d;
}
.reservation ul li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 46px 0px;
}
@media screen and (max-width: 768px) {
    .reservation ul li a {
        padding: 24px 0;
    }
}
.reservation ul li a figure {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .reservation ul li a figure {
        width: 20px;
    }
}
.reservation ul li a .contct__img {
    width: 32px;
}
@media screen and (max-width: 768px) {
    .reservation ul li a .contct__img {
        width: 20px;
    }
}
.reservation ul li a p {
    font-size: 2.4rem;
    margin-left: 14px;
}
@media screen and (max-width: 768px) {
    .reservation ul li a p {
        font-size: 1.8rem;
    }
}

.img-frame {
    position: relative;
    width: 100%;
    height: 1020px;
    overflow: hidden;
    margin: 0 auto;
}
.img-01,
.img-02,
.img-03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) and (min-width: 769px) {
    .img-frame {
        height: calc(1020 / 1920 * 100vw);
    }
}

.img-01 {
    animation: slide-animation-01 24s infinite;
}
.img-02 {
    animation: slide-animation-02 24s infinite;
}
.img-03 {
    animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
        transform: scale(1);
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-animation-02 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
        transform: scale(1);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}
@keyframes slide-animation-03 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
        transform: scale(1);
    }
    70% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.fv_btn {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 850px;
    height: 70px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 4.5%;
}
.fv_btn .b_btn a,
.fv_btn .g_btn a {
    /* color: #fff!important; */
    font-size: 16px;
    display: block;
    padding: 5% 20%;
}
.b_btn {
    /* background-color: #00a5d4; */
    color: #00a5d4 !important;
    border: 2px solid #00a5d4;
    border-radius: 999px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b_btn a {
    color: #00a5d4 !important;
}
.g_btn {
    /* background-color: #00b900; */
    color: #00b900 !important;
    border: 2px solid #00b900;
    border-radius: 999px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_btn a {
    color: #00b900 !important;
}
@media screen and (max-width: 1920px) and (min-width: 769px) {
    .fv_btn {
        width: calc(850 / 1920 * 100vw);
        height: calc(70 / 1920 * 100vw);
    }
}

@media screen and (min-width: 769px) {
    .img-frame .pc {
        display: block;
    }
    .img-frame .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .img-frame .pc {
        display: none;
    }
    .img-frame .sp {
        display: block;
    }
    .img-frame {
        height: 100vh;
        min-height: 400px;
    }
    .fv_btn {
        width: calc(660 / 768 * 100vw);
        height: 52px;
        bottom: 4%;
    }
    .img-frame {
        height: calc(1334 / 750 * 100vw);
    }
    .fv_btn .b_btn,
    .fv_btn .g_btn {
        width: 32%;
    }
    .fv_btn .b_btn a,
    .fv_btn .g_btn a {
        font-size: 16px;
        font-weight: bold;
        padding: 10%;
    }
}

.news_area .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_area .content img {
    width: 60%;
    max-width: 600px;
    margin-right: 3%;
    border-radius: 10px;
}
.news_area .content p {
    color: #000;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .news_area .content {
        flex-direction: column;
        padding: 0;
    }
    .news_area .content img {
        width: 100%;
        margin: 3% 0;
        border-radius: 0;
    }
    .news_area .content p {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .keyv {
        /*       margin-top: 23%; */
    }
    .t-news .more_link_arrow {
        width: 85%;
    }
}

.page-numbers li {
    border-bottom: none !important;
}
.nav-previous,
.nav-next {
    border-bottom: none !important;
}

.access-train-list {
    margin-bottom: 1em;
}
.access-train-list li {
    position: relative;
    padding-left: 1em;
}
.access-train-list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #0f1f4d;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (max-width: 768px) {
    .list-item-sp_left {
        text-align: left !important;
    }
}

.reservation-desc {
    color: #0f1f4d;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 2em;
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (max-width: 768px) {
    .reservation-desc {
        font-size: 1.4rem;
        text-align: left;
    }
}

.t-contents ul li .inner_text .ttl .takada,
.contents .ttl .jp .takada {
    font-size: 2rem;
    display: inline-block;
}
.p-ttl__2 .jp .takada {
    font-size: 2rem;
    display: inline-block;
    text-shadow: none;
}
.team .p-ttl__2 .takada {
    font-size: 2rem;
    display: inline-block;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .t-contents ul li .inner_text .ttl .takada {
        font-size: 1.6rem;
        display: block;
    }
    .contents .ttl .jp .takada {
        font-size: 1.4rem;
    }
    .p-ttl__2 .jp .takada {
        font-size: 1.4rem;
        display: block;
        line-height: 2;
    }
    .team .p-ttl__2 .takada {
        font-size: 1.4rem;
    }
    .p-contents .ttl__area .ttl_jp .takada {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
}

.bread-box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bread-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px;
    font-size: 16px;
}
.bread-list > li:after {
    content: '>';
    margin: 0 8px;
}
.bread-list > li:last-of-type:after {
    content: none;
}

@media screen and (max-width: 768px) {
    .bread-list {
        font-size: 14px;
        display: block;
    }
    .single-format-standard .bread-list,
    .news-template-default .bread-list {
        overflow: hidden;
    }
    .single-format-standard .bread-list > li:last-of-type,
    .news-template-default .bread-list > li:last-of-type {
        position: relative;
        overflow: hidden;
        flex: 1;
    }
    .single-format-standard .bread-list > li > span,
    .news-template-default .bread-list > li > span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
}

.price-bread {
    background-color: #f8f8f8;
}
.medical-bread {
    background-color: #ecf3fb;
}

.news_list_2 {
    max-width: 100%;
    width: 900px;
    margin: 74px auto 0;
}
.news_list_2 li {
    margin-top: 16px;
    border-bottom: 2px solid #0f1f4d;
}
.news_list_2 li:first-of-type {
    margin-top: 0;
}
.news_list_2 li > a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: 0.3s;
    padding: 0 16px 16px;
}
.news_list_2 li > a:hover {
    color: #39b6fa;
}
.n-time {
    width: 140px;
    line-height: 2rem;
    font-size: 1.6rem;
    position: relative;
}
.news_list_2 .n-time:after {
    content: '';
    display: block;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0f1f4d;
    width: 1px;
    height: 2.4rem;
}
.news_list_2 h3 {
    width: calc(100% - 140px);
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .news_list_2 {
        width: calc(100% - 48px);
        margin-top: 28px;
    }
    .news_list_2 li > a {
        display: block;
        padding: 0 0 8px;
    }
    .news_list_2 .n-time {
        width: 100%;
        font-size: 1.4rem;
    }
    .news_list_2 .n-time:after {
        content: none;
    }
    .news_list_2 h3 {
        width: 100%;
        font-size: 1.4rem;
    }
}

.t-news.column {
    padding-bottom: 40px;
}

.set_of_teeth_bnr {
    transition: 0.3s;
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 80px;
    padding: 0 24px;
}
.set_of_teeth_bnr:hover {
    opacity: 0.8;
}
.set_of_teeth_bnr img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .set_of_teeth_bnr {
        padding: 0 12px;
        margin-bottom: 60px;
    }
}

.keyv {
    position: relative;
}

.keyv_img {
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1920/1022;
    position: relative;
}
@media screen and (max-width: 768px) {
    .keyv_img {
        aspect-ratio: 750/600;
    }
}

.keyv_bg_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
}

.keyv_img::before {
    content: '';
    width: 52%;
    background: linear-gradient(90deg, rgba(0, 166, 212, 0.45), transparent);
    display: block;
    position: absolute;
    top: 0;
    left: -7.03125vw;
    height: 100%;
    transform: skewX(-15deg);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .keyv_img::before {
        left: -10.4166666667vw;
    }
}
.keyv_info1 {
    font-family: 'Shippori Mincho', serif;
    padding-top: 25px;
    z-index: 1;
    position: relative;
}
.keyv_info2 {
    font-family: 'Shippori Mincho', serif;
    margin-left: 22.3958333333vw;
    display: flex;
    align-items: center;
    margin-top: -2.0833333333vw;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 768px) {
    .keyv_info2 {
        margin-top: -3.2552083333vw;
        margin-left: 10.4166666667vw;
    }
}

.keyv_info1,
.keyv_info2 {
    position: relative;
    z-index: 2;
}

.keyv_text1 {
    font-size: 2rem;
    font-size: 2.2916666667vw;
    color: black;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: 500;
    margin-left: 23.4375vw;
    margin-bottom: 10px;
    width: 28%;
}
@media screen and (max-width: 768px) {
    .keyv_text1 {
        margin-left: 13.0208333333vw;
        font-size: 3.125vw;
        width: 40%;
        line-height: 1.7;
    }
}
.keyv_text1__style1 {
    font-size: 2.6041666667vw;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffffff 50%);
}
@media screen and (max-width: 768px) {
    .keyv_text1__style1 {
        font-size: 3.90625vw;
    }
}
.keyv_text1__style2 {
    font-size: 2.6041666667vw;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .keyv_text1__style2 {
        font-size: 3.90625vw;
    }
}
.keyv_text2 {
    color: white;
    font-weight: 500;
    background: linear-gradient(90deg, #00a6d4, #54dee4);
    width: 60%;
    font-size: 3.125vw;
    padding-left: 16.6666666667vw;
    line-height: 2;
    position: relative;
}
@media screen and (max-width: 768px) {
    .keyv_text2 {
        padding-left: 3.2552083333vw;
        line-height: 1.7;
    }
}
.keyv_text2::after {
    content: '';
    position: absolute;
    right: -18px;
    height: 100%;
    width: 18px;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #54dee4;
}
.keyv_text2__style1 {
    font-size: 4.1666666667vw;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .keyv_text2__style1 {
        font-size: 5.859375vw;
    }
}
.keyv_text2__style2 {
    font-size: 4.6875vw;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .keyv_text2__style2 {
        font-size: 7.1614583333vw;
    }
}
.keyv_hexagon1 {
    color: #39b6fa;
    font-size: 2.0833333333vw;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 0px 0px #39b6fa;
    position: relative;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon1 {
        font-size: 3.2552083333vw;
    }
}
.keyv_hexagon1__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon1__inner {
        line-height: 1.4;
    }
}
.keyv_hexagon1 svg {
    width: auto;
    height: auto;
    overflow: visible;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon1 svg {
        width: 19.53125vw;
        height: 23.4375vw;
    }
}
.keyv_hexagon1__style1 {
    font-size: 2.2916666667vw;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon1__style1 {
        font-size: 3.3854166667vw;
    }
}
.keyv_hexagon1__style2 {
    background: linear-gradient(transparent 60%, rgba(253, 195, 206, 0.7) 60%);
}
.keyv_hexagon1__style3 {
    font-size: 1.7708333333vw;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon1__style3 {
        font-size: 2.4739583333vw;
    }
}
.keyv_hexagon2 {
    color: white;
    font-size: 3.125vw;
    font-weight: bold;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon2 {
        font-size: 4.1666666667vw;
    }
}
.keyv_hexagon2__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.keyv_hexagon2 svg {
    width: auto;
    height: auto;
    overflow: visible;
}
@media screen and (max-width: 768px) {
    .keyv_hexagon2 svg {
        width: 26.0416666667vw;
        height: 29.9479166667vw;
    }
}
.keyv_hexagon2__style1 {
    background: linear-gradient(transparent 60%, rgba(253, 195, 206, 0.7) 60%);
}

.keyv .wisdom_bnr_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.keyv .wisdom_bnr {
    display: block;
    transition: 0.3s;
    width: 20vw;
}
.keyv .wisdom_bnr:hover {
    opacity: 0.8;
}
.keyv .wisdom_bnr_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 280px;
    min-width: 220px;
}

@media screen and (max-width: 768px) {
    .keyv .wisdom_bnr_wrap {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        background-image: radial-gradient(#b9e6ff 5%, transparent 9%), radial-gradient(#b9e6ff 5%, transparent 9%);
        background-position:
            0 0,
            9px 9px;
        background-size: 18px 18px;
        margin-bottom: -30px;
    }
    .keyv .wisdom_bnr {
        margin: 0 auto;
        padding-top: 30px;
        width: 200px;
    }
    .keyv .wisdom_bnr_2 {
        max-width: none;
        min-width: 0;
        right: auto;
        left: 0;
        bottom: -80px;
    }
}

.information {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    /* background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/Rectangle-5.jpg) no-repeat center center; */
	background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) no-repeat center center;
    background-size: cover;
}
.info_inner {
    position: relative;
    width: 790px;
    padding: 90px 0 90px 75px;
    background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/Rectangle-4.png) no-repeat left center;
    background-size: cover;
    font-family: 'Noto Serif JP', serif;
}
.info_inner h3 {
    margin-bottom: 35px;
    font-size: 6.2rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1;
}
.info_inner p {
    margin-bottom: 35px;
    font-size: 2.6rem;
    font-weight: 500;
    color: #0f1f4d;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.info_inner ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.info_inner ul li span {
    color: #0f1f4d;
}
.info_inner ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 35px;
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.info_inner ul li:nth-of-type(2)::before {
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_02.png);
}
.info_inner ul li:nth-of-type(3)::before {
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_03.png);
}
.info_inner ul li:nth-of-type(4)::before {
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_04.png);
}
.info_inner ul li:nth-of-type(5)::before {
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_05.png);
}
.info_inner ul li:nth-of-type(6)::before {
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_06.png);
}
.info_inner ul li:nth-of-type(7)::before {
    background-image: url(https://hamille-takada88.com/wp-content/uploads/2024/11/icon_07.png);
}
@media screen and (max-width: 1540px) {
    .information {
        width: 100%;
    }
}
@media screen and (max-width: 830px) {
    .info_inner {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .information {
        width: 100%;
        margin: 0 auto 40px;
        background: none;
    }
    .info_inner {
        width: 100%;
        padding: 24px 18px;
        background: #9ecbff;
    }
    .info_inner h3 {
        margin-bottom: 10px;
        font-size: 3.2rem;
    }
    .info_inner p {
        margin-bottom: 18px;
        font-size: 2rem;
    }
    .info_inner ul li {
        padding-left: 35px;
        font-size: 2.2rem;
    }
    .info_inner ul li span {
        color: #0f1f4d;
    }
    .info_inner ul li::before {
        width: 23px;
        height: 22px;
    }
}

.info_bottom {
    padding: 96px 0 50px;
    /* background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/Group-17-1-1.jpg) no-repeat center center; */
	background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) no-repeat center center;
    background-size: cover;
    font-family: 'Noto Serif JP', serif;
}
.info_bottom_inner {
    width: 1500px;
    margin: 0 auto;
}
.info_bottom_inner p {
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: 500;
    color: #0f1f4d;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.info_bottom_inner h4 {
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: 500;
    color: #0f1f4d;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.info_bottom_inner h4 mark {
    background: linear-gradient(transparent 70%, #9ecbff 70%);
}
.info_bottom_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    padding: 40px 50px;
    background: #fff;
}
.info_bottom_inner ul li {
    position: relative;
    width: 49%;
    padding-left: 48px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #0f1f4d;
}
.info_bottom_inner ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    transform: none;
    -webkit-transform: none;
    width: 37px;
    height: 37px;
    background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/info_bottom_list_icon.png);
    background-size: cover;
}
@media screen and (max-width: 1540px) {
    .info_bottom_inner {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 1040px) {
    .info_bottom_inner ul {
        width: 100%;
        padding: 40px 50px;
    }
}
@media screen and (max-width: 768px) {
    .info_bottom {
        padding: 0 18px 30px;
        background: none;
    }
    .info_bottom_inner {
        width: 100%;
    }
    .info_bottom_inner p {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 2rem;
    }
    .info_bottom_inner h4 {
        margin-bottom: 30px;
        font-size: 3rem;
    }
    .info_bottom_inner ul {
        padding: 18px;
        background: #fff;
    }
    .info_bottom_inner ul li {
        position: relative;
        width: 100%;
        padding-left: 30px;
        font-size: 2rem;
    }
    .info_bottom_inner ul li::before {
        width: 20px;
        height: 20px;
    }
}

.info_link {
    padding: 42px 0;
    background: #9ecbff;
}
.info_link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.info_link_btn a {
    position: relative;
    display: block;
    width: 356px;
    padding: 30px;
    background: #f8943d;
    border-radius: 10px;
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}
.info_link_btn a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 47px;
    height: 47px;
    background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/tel_icon.png) no-repeat center center;
    background-size: cover;
}
.info_link_btn a span {
    font-size: 2rem;
}
.info_link_btn a span.wpel-icon-6 {
    display: none;
}
.info_link_btn a:nth-of-type(2) {
    margin: 0 30px;
}
.info_link_btn a:nth-of-type(3) {
    background: #00b900;
}
.info_link_btn a:nth-of-type(2)::before {
    width: 51px;
    height: 48px;
    background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/hour_icon.png) no-repeat center center;
    background-size: cover;
}
.info_link_btn a:nth-of-type(3)::before {
    width: 46px;
    height: 46px;
    background: url(https://hamille-takada88.com/wp-content/uploads/2024/11/line_icon.webp) no-repeat center center;
    background-size: cover;
}
.info_link_btn a:hover {
    opacity: 0.65;
    transition: 0.3s;
}
@media screen and (max-width: 1170px) {
    .info_link {
        padding: 42px 18px;
    }
    .info_link_btn {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .info_link_btn a {
        width: 32%;
        font-size: 2.2rem;
    }
    .info_link_btn a::before {
        left: 15px;
        width: 30px;
        height: 30px;
    }
    .info_link_btn a span {
        font-size: 1.6rem;
    }
    .info_link_btn a:nth-of-type(2) {
        margin: 0;
    }
    .info_link_btn a:nth-of-type(2)::before {
        width: 30px;
        height: 28px;
    }
    .info_link_btn a:nth-of-type(3)::before {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 768px) {
    .info_link {
        padding: 30px 18px;
    }
    .info_link_btn a {
        width: 32%;
        padding: 15px;
        font-size: 1.8rem;
    }
    .info_link_btn a::before {
        left: 15px;
        width: 15px;
        height: 15px;
    }
    .info_link_btn a span {
        font-size: 1.3rem;
    }

    .info_link_btn a:nth-of-type(2)::before {
        width: 15px;
        height: 13px;
    }
    .info_link_btn a:nth-of-type(3)::before {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 600px) {
    .info_link_btn a {
        padding: 50px 15px 15px;
    }
    .info_link_btn a::before {
        top: 10px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        -webkit-transform: translateY(0) translateX(-50%);
        width: 30px;
        height: 30px;
    }
    .info_link_btn a:nth-of-type(2)::before {
        width: 30px;
        height: 28px;
    }
    .info_link_btn a:nth-of-type(3)::before {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 414px) {
    .info_link_btn a {
        padding: 50px 10px 15px;
        font-size: 1.5rem;
    }
}
.fix_nav li {
    background-color: #f8943d;
}
.text-underline {
    text-decoration: underline;
}

/*-- editor.css --*/
.t-contents ul li {
    justify-content: flex-end;
}
.t-contents ul li figure {
    align-items: center;
    width: 50%;
    margin-bottom: 0;
}
.t-contents ul li figure img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.doctor__list-item {
    margin-bottom: 120px;
}
.reservation {
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .doctor__list-item {
        margin-bottom: 40px;
    }
    .doctor__list-item .s-inner {
        display: block !important;
    }
    .t-contents ul li figure {
        width: 100%;
    }
    .t-contents ul li figure img {
        height: auto;
    }
}
