@charset "UTF-8";
html {
    font-size: 16px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

main {
    margin-top: 108px;
}
@media screen and (max-width: 1024px) {
    main {
        margin-top: 72px;
    }
}

a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

a {
    transition: opacity 0.3s;
}
a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    a:hover {
        opacity: 1;
    }
}

.pc-only {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}
.pc-only2 {
    display: block;
}

@media screen and (max-width: 1024px) {
    .pc-only2 {
        display: none;
    }
}
.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}
.tablet-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .tablet-only {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .tablet-only {
        display: none;
    }
}
.tablet-sp-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .tablet-sp-only {
        display: block;
    }
}
.pc-tablet-only {
    display: block;
}

@media screen and (max-width: 1024px) {
    .pc-tablet-only {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .pc-tablet-only {
        display: none;
    }
}

.u-450,
.u-500 {
    display: none;
}
@media screen and (max-width: 450px) {
    .u-450 {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .u-500 {
        display: block;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    scroll-behavior: auto;
}

.smooth-scroll {
    scroll-behavior: smooth;
}
/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
    filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.header {
    height: 108px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000 !important;
    background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
    .header {
        height: 72px;
    }
}

.header.header-top {
    height: 72px;
}


.header__physician .header__main {
    gap: 2%;
}
@media screen and (max-width: 1024px) {
    .header__physician .header__main {
        gap: 0
    }
}

.header__inner {
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 1024px) {
    .header__inner {
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 0;
    }
}

.header__sub {
    height: 36px;
}

.header__main {
    height: 72px;
    display: flex;
    position: relative;
    gap: 3vw;
    --bg-color: rgba(218, 214, 214, 1);
}
@media screen and (max-width: 1024px) {
    .header__main {
        gap: 5%;
    }
}

.header__main::before,
.header__main::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    width: calc(100vw - 15px);
}
@media screen and (max-width: 1024px) {
    .header__main::before,
    .header__main::after {
        display: none;
    }
}

.header__main::before {
    background-color: var(--bg-color);
    top: 0;
}

.header__main::after {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    bottom: 0;
    background-color: var(--bg-color);
}

.header__main-title {
    height: inherit;
    /* width: 23%; */
}
@media screen and (max-width: 1024px) {
    .header__main-title {
        /* width: 28%; */
    }
}
@media screen and (max-width: 768px) {
    .header__main-title {
        /* width: 75%; */
    }
}

.header__main-title-link {
    height: inherit;
}

.header__main-title-link img {
    -o-object-fit: contain;
    object-fit: contain;
    height: inherit;
    padding-block: 10px;
}

.header__main-title-link:hover {
    color: #004ca0;
}

/* ============================================
# ロゴ
=============================================== */
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subtitle {
    font-family: "Noto Sans JP", sans-serif;
    color: #0fc9f7;
    font-size: 20px;
}

.title {
    font-family: "Avenir Next World", sans-serif;
    color: #1010eb;
    font-size: 40px;
}

.dotcom {
    font-family: "Avenir Next World", sans-serif;
    color: #1010eb;
    margin-left: 5px;
}

/* ============================================
# ヘッダーメイン
=============================================== */
.header-nav {
    height: inherit;
    flex: 1;
}

.header-nav::before {
    top: 0;
}

.header-nav::after {
    bottom: 0;
}

.header-nav__items {
    height: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-nav__item {
    height: inherit;
    position: relative;
}

.header-nav__item-link {
    height: inherit;
    font-size: clamp(15px , 18 / 1300 * 100vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #3c3c3c;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: color 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .header-nav__item-link {
    }
}

.header-nav__item-link--name {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

.header-nav__item-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #1010eb;
    content: "";
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s;
}

.header-nav__item-link:hover::after {
    opacity: 1;
}

/* ============================================
# ドロップダウンメニュー
=============================================== */
.header-nav__accordion {
    position: absolute;
    background-color: #fff;
    padding: 25px 52px 25px 25px;
    z-index: 100;
    border: 1px solid #30517b;
    display: flex;
    flex-direction: column;
    left: 0;
    width: auto;
    top: 71px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .header-nav__accordion--center {
        left: -20vw;
    }
}

.header-nav__accordion-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
}

.header-nav__accordion-item {
    position: relative;
    padding-left: 13px;
}

.header-nav__accordion-item::before {
    position: absolute;
    content: "-";
    left: 0;
    top: 10px;
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: 12px;
}

.header-nav__accordion-item a::after,
.header-nav__accordion-item p::after {
    position: absolute;
    content: "";
    right: -38px;
    top: 50%;
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 0.2em solid #140f4b;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-nav__accordion-item-list {
    padding-left: 20px;
}

.header-nav__accordion-item a,
.header-nav__accordion-item p,
.header-nav__accordion-item-list a,
.header-nav__accordion-item .coming-soon {
    /* font-size: 18px; */
    font-size: clamp(15px , 18 / 1330 * 100vw, 18px);
    line-height: 1.2142857143;
    color: #140f4b;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 8px 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

@media screen and (max-width: 900px) {
    .header-nav__accordion-item a{
        font-size: 14px;
    }
}

.header-nav__accordion-item-list a::before {
    content: "－";
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 14px;
    line-height: 1.2142857143;
    color: #140f4b;
    font-weight: 700;
    padding: 8px 0;
}

/* ===============================================
# ヘッダー上段
=============================================== */
.header-sub {
    padding-top: 4px;
    padding-bottom: 4px;
}

.header-sub__items {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-sub__item {
    height: inherit;
    margin-left: 30px;
    white-space: nowrap;
}

.header-sub__item-link {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 16px; */
    font-size: min(16px, clamp(0.813rem, -0.048rem + 1.794vi, 1.313rem));
    line-height: 1.1875;
    color: #3c3c3c;
    font-weight: 700;
    letter-spacing: 0.15em;
}

/* ============================================
# ハンバーガー
=============================================== */
.hamburger {
    outline: none;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #1010eb;
    position: relative;
    width: 70px;
    height: inherit;
    transition: 0.3s;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 46px;
    background-color: #fff;
    transition: 0.3s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger span:nth-of-type(1) {
    top: -11px;
}

.hamburger span:nth-of-type(2) {
    top: 0;
}

.hamburger span:nth-of-type(3) {
    top: 11px;
}

.hamburger.is-open span:nth-of-type(1) {
    top: 3px;
    transform: translateX(-50%) rotate(45deg);
}

.hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.is-open span:nth-of-type(3) {
    top: -3px;
    transform: translateX(-50%) rotate(-45deg);
}

/* ============================================
# ドロワーメニュー
=============================================== */
.sp-menu {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    flex-direction: column;
    display: none;
    width: 100%;
    overflow-y: auto;
    z-index: 999;
}

.sp-menu.is-open {
    display: flex;
}

.sp-menu__nav {
    overflow-y: auto;
    scrollbar-width: none;
    background-color: #1010eb;
}

.sp-menu__nav-item {
    flex-grow: 1;
}

.sp-menu__nav-item:first-child {
    border-top: solid 1px #fff;
}

.sp-menu__nav-item-text,
.sp-menu__accordion-title {
    border-bottom: 1px solid #fff;
    padding: 20px 35px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sp-menu__nav-item-text,
    .sp-menu__accordion-title {
        font-size: 16px;
    }
}

.sp-menu__nav-item-text.is-open {
    border-bottom: none;
}

.sp-menu__nav-item-text span,
.sp-menu__accordion-title span {
    position: absolute;
    content: "";
    right: 25px;
    top: 50%;
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 0.2em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transition: 0.3s;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu__nav-item-text--accordion span {
    transform: translate(-50%, -50%) rotate(135deg);
}

.sp-menu__nav-item-text.is-open span,
.sp-menu__accordion-title.is-open span {
    transform: translate(-50%, -14%) rotate(-45deg);
}

.sp-menu__accordion-items {
    display: none;
}

.sp-menu__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #1010eb;
    padding: 12px;
}

.sp-menu__link a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.2em;
    background-color: #1010eb;
    padding: 15px 20px;
    border-radius: 50px;
}

/* ============================================
# アコーディオンメニュー（ドロワー)
=============================================== */
.sp-menu-accordion {
    background-color: #fff;
}

.sp-menu-accordion__title {
    font-size: 18px;
    font-weight: 700;
    color: #3c3c3c;
    line-height: 1;
    padding: 20px 35px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    border: solid 1px #1010eb;
    border-bottom: none;
}
@media screen and (max-width: 1024px) {
    .sp-menu-accordion__title {
        font-size: 16px;
    }
}

.sp-menu-accordion__coming-soon {
    font-size: 12px;
}


.sp-menu__accordion-item:first-child .sp-menu-accordion__title {
    border-top: none;
}

.sp-menu-accordion__item:last-child .sp-menu-accordion__title {
    border-bottom: none;
}

.sp-menu-accordion:last-child .sp-menu-accordion__title {
    border-bottom: none;
}

.footer {
    background-color: #140f4b;
    padding-top: 50px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .footer {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.footer.footer-top {
    padding-top: initial;
}

.footer__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
}

.footer__text-box {
    border: 1px solid #fff;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .footer__text-box {
        padding: 10px;
    }
}

.footer__text-box-text.text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .footer__text-box-text.text {
        font-size: 10px;
    font-weight: 300;
    color: #fff;
    }
}

.footer__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
    position: relative;
}

.footer__info.footer__info--top {
    margin-top: 0;
}

.footer__info::before,
.footer__info::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
    width: calc(100vw - 15px);
}

.footer__info::before {
    top: 0;
}

.footer__info::after {
    bottom: 0;
}

.footer__info-name {
    width: 148px;
    height: 47px;
}

.footer__info-name img {
    aspect-ratio: 610/103;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__info-items {
    display: flex;
    gap: 90px;
}

.footer__info-item a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.footer__copyright {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.1666666667;
    margin-top: 25px;
    font-weight: 300;
    color: #fff;
}

.footer__sp-contact {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
}

.footer-contact__wrapper {
    display: flex;
    justify-content: space-between;
}

/* ============================================
# フッターリスト（PC）
=============================================== */
.footer__list--margin {
    /* margin-top: 40px; */
}

.footer-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer-list__left,
.footer-list__right {
    display: flex;
    width: 50%;
}

.footer-list__title {
    font-size: clamp(15px , 18 / 1330 * 100vw, 18px);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
}

.footer-list__category h3 {
    font-weight: 300;
}

.footer-list__category {
    margin-top: 17px;
}

.footer-list__category-item {
    margin-top: 15px;
}

.footer-list__category-item-contents,
.footer-list__category-item-content:not(:first-child) {
    margin-top: 5px;
}

.footer-list__category-item a,
.footer-list__category-item p,
.footer-list__category-item-content a {
    font-size: clamp(15px , 18 / 1330 * 100vw, 18px);
    font-weight: 300;
    color: #fff;
    display: inline-block;
    white-space: wrap;
}

.footer-list__category-item--bold a {
    font-weight: 700;
    font-size: clamp(15px , 18 / 1330 * 100vw, 18px);
}

.footer-list__category-item-content a {
    position: relative;
    text-indent: 1rem;
}

.footer-list__category-item-content a::before {
    content: "-";
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

/* ============================================
# フッター (physicianページ用)追加
=============================================== */
.footer-list__category-item-content-child a::before {
    content: "-";
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.footer-list__category-item-content.footer-list__category-item-content--no-mark
    > a:first-child::before {
    content: "";
}

.footer-list__category-item-content-child a {
    text-indent: 2rem;
}

.footer-list__section.footer-list__section--small {
    width: initial;
}

.footer-list__section:last-child.footer-list__section--small
    .footer-list__category,
.footer-list__section:last-child.footer-list__section--small
    .footer-list__category-item:first-child {
    margin-top: 0;
}

/* ============================================
# フッターSP
=============================================== */
.footer-sp {
    background-color: #1010eb;
}

.footer-sp__nav {
    flex-grow: 1;
}

.footer-sp__nav--noscroll {
    overflow-y: auto;
    scrollbar-width: none;
}

.footer-sp__nav-item {
    border-bottom: 1px solid #fff;
    flex-grow: 1;
}

.footer-sp__nav-item-text {
    padding: 20px 35px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
}

.footer-sp__nav-item-text span {
    position: absolute;
    content: "";
    right: 25px;
    top: 50%;
    display: inline-block;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 0.2em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.footer-sp__nav-item-text--accordion span {
    transform: translate(-50%, -50%) rotate(135deg);
}

.footer-sp__nav-item-text.is-open span {
    transform: translate(-50%, -14%) rotate(-45deg);
}

.footer-sp__accordion-items {
    background-color: #ccdbed;
    display: none;
}

.footer-sp__footer .footer-sp__contact {
    position: static;
}

.footer-sp__info {
    background: #140f4b;
}

.footer-sp__info-list {
    padding: 20px 35px;
}
@media screen and (max-width: 768px) {
    .footer-sp__info-list {
        padding: 20px 20px;
    }
}

.footer-sp__info-list-items {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 768px) {
    .footer-sp__info-list-items {
        margin-top: 10px;
    }
}

.footer-sp__info-list-item a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.footer-sp__info-copyright {
    font-size: clamp(0.438rem, 0.259rem + 0.895vw, 0.688rem);
    font-weight: 300;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
    white-space: nowrap;
}

/* ============================================
# スマホ用下部固定コンタクトエリア
=============================================== */
.footer-contact__link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
    gap: 10px;
}

.footer-contact__link--blue {
    background-color: #1010eb;
}

.footer-contact__link--orange {
    background-color: #ffad00;
}
.footer-contact__link--skyblue {
    background-color: #0FC9F7;
}

.footer-contact__link--green {
    background-color: #7eca2a;
}

.footer-contact__link.footer-contact__link--skyblue .text{
    color: #fff;
}

.footer-contact__mail:hover,
.footer-contact__tel:hover {
    opacity: 1;
}

.footer-contact__img {
    width: 30px;
    height: auto;
}

.footer-contact__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-contact__text.text{
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    .footer-contact__text.text {
        font-size: clamp(0.688rem, 0.464rem + 1.116vw, 1rem);
    }
}

.footer-contact__text.footer-contact__text--faq {
    color: #140f4b;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 1330px);
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 768px) {
    .inner {
        width: min(95%, 600px);
        padding: 0;
    }
}

.button-small {
    color: #fff;
    background-color: #1010eb;
    border-radius: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 0.15em;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .button-small {
        font-size: 14px;
    }
}

.button-white {
    height: 50px;
    display: flex;
    align-items: center;
    color: #1010eb;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #1010eb;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    letter-spacing: 0.15em;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .button-white {
        font-size: 16px;
        min-height: 50px;
        height: auto;
    }
}


.button {
    position: relative;
    color: #fff;
    background-color: #1010eb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15em;
    height: 50px;
    width: fit-content;
    border-radius: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 50px;
    cursor: pointer;
    padding-block: 7px;
}
@media screen and (max-width: 768px) {
    .button {
        font-size: 16px;
        min-height: 50px;
        height: auto;
    }
}

.button::after {
    position: absolute;
    content: "";
    right: 13px;
    top: 50%;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.button:not(:first-child) {
    margin-top: 30px;
}

.button2 {
    color: #fff;
    background-color: #1010eb;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.2em;
    height: 85px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    width: 324px;
    padding-right: 2em;
    white-space: nowrap;
    position: relative;
    justify-content: center;
    @media screen and (max-width: 768px) {
        font-size: 16px;
        width: 100%;
        height: 57px;
    }
  }
  
  .button2::after {
    position: absolute;
    content: "";
    right: 31px;
    top: 50%;
    background-image: url("../images/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    transform: translateY(-50%);
    @media screen and (max-width: 768px) {
        width: 25px;
        height: 25px;
    }
}

.text {
    font-size: clamp(16px , 20 / 1330 * 100vw, 20px);
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .text {
        /* font-size: 16px; */
    }
}

.text-heading {
    font-size: clamp(18px , 20 / 1330 * 100vw, 22px);
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #1010eb;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .text-heading {
    }
}

.text-small {
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 2;
}

.text--bold {
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #3c3c3c;
    line-height: 2;
}

.text--center {
    text-align: center;
}

.text--bold2 {
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #140f4b;
    line-height: 2;
}

.text--link {
    font-size: clamp(16px , 20 / 1300 * 100vw, 20px);
    letter-spacing: 0.15em;
    font-weight: 400;
    line-height: 2;
    text-decoration: underline;
    
}

.link-text {
    position: relative;
    font-size: clamp(16px , 18 / 1330 * 100vw, 18px);
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #3c3c3c;
    padding-inline-start: 2em;
}

.link-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.26em;
    background-image: url(../images/arrow-skyblue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 768px) {
    .link-text::after {
        bottom: 0.02rem;
    }
}

.link-text:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .link-text:hover {
        text-decoration: none;
    }
}

.link-text2 {
    position: relative;
    padding-right: 30px;
    font-size: 20px;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .link-text2 {
        padding-right: 25px;
        font-size: 16px;
    }
}

.link-text2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.16rem;
    background-image: url(../images/arrow-skyblue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 768px) {
    .link-text2::after {
        bottom: 0.02rem;
    }
}

.link-text2:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .link-text2:hover {
        text-decoration: none;
    }
}


.product-item__link span:hover {
    text-decoration: none;
}

.no-indent {
    padding-left: initial;
}

.page-indent {
    padding-left: 36px;
}
@media screen and (max-width: 768px) {
    .page-indent {
        padding-left: 13px;
    }
}

.section-title {
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #140f4b;
    line-height: 1.25;
}
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 22px;
    }
}

.section-title--top {
    font-size: clamp(16px, 18 / 1300 * 100vw, 18px); 
    
    span {
        font-size: clamp(18px, 28 / 1330 * 100vw, 28px);
    }
}

.section__title--center {
    text-align: center;
}

.card-title {
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #140f4b;
    line-height: 1.25;
}
@media screen and (max-width: 768px) {
    .card-title {
        font-size: 20px;
    }
}

.sub-title {
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #1010eb;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 20px;
    }
}

.section-gray {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #E5E5E5;
}
@media screen and (max-width: 768px) {
    .section-gray {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-white {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}
@media screen and (max-width: 768px) {
    .section-white {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.page-top {
    position: fixed;
    bottom: 73px;
    right: 10px;
    z-index: 10;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-top__link:hover {
    opacity: 0.9;
}

.page-top__link-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #333;
    line-height: 2;
}

.page-top__link {
    position: relative;
    display: block;
    height: 0;
    padding-top: 60px;
    background-color: #1010eb;
    overflow: hidden;
    transition: opacity 0.3s;
    border-radius: 100%;
}

.page-top__link::after {
    position: absolute;
    top: 43%;
    left: 50%;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    margin: 6px 0;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mv {
    height: auto;
    position: relative;

    @media screen and (max-width: 768px) {
        height: auto;
        background-color: #29b1d7;    
    }

}

.mv__inner {
    width: 100%;
    height: inherit;
}

.mv__figure {
    width: 100%;
    height: inherit;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 36%;
        height: 100%;
        background-color: #29b1d7;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
        @media screen and (max-width: 800px) {
            width: 40%;
        }
        @media screen and (max-width: 768px) {
            display: none;
        }
  
    }

    picture {
        width: 100%;
        height: inherit;
        object-fit: cover;
        aspect-ratio: 1440/400;
    }

    picture source {
        width: 100%;
        height: inherit;
        object-fit: cover;
        aspect-ratio: 1440/400;
    }

    img {
        width: 100%;
        height: inherit;
        object-fit: cover;
        aspect-ratio: 1440/400;
        @media screen and (max-width: 768px) {
            aspect-ratio: 375/197;
            object-fit: cover;
        }
    }

   

    figcaption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2vw;
        @media screen and (max-width: 768px) {
            position: relative;
            top: 0;
            transform: translateY(0);
            left: 0;
            max-width: 469px;
            width: 100%;
            margin-inline: auto;
            padding-block: 10px;
            padding-inline: 20px;
        }
        @media screen and (min-width: 1700px) {
            left: 7vw;
        }
        p {
            font-size: clamp(18px, 28 / 1330 * 100vw, 28px);
            color: #fff;
            font-weight: 700;
            line-height: 1.8;

            @media screen and (max-width: 768px) {
                font-size: clamp(16px, 24 / 1330 * 100vw, 24px);
                line-height: 1.5;
                text-align: center;
                /* color: #3c3c3c; */
            }
            
        }
       
    }
}



.featured__items {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
}
@media screen and (max-width: 1024px) {
    .featured__items {
        max-width: 800px;
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        margin-inline: auto;
    }
}
@media screen and (max-width: 550px) {
    .featured__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.featured__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.featured__image {
    position: relative;
}

.featured__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured__heading {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: clamp(16px , 18 / 1300 * 100vw, 18px);
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #140f4b;
    line-height: 1.25;
}

.featured__body {
    padding-block: 20px;
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .featured__body {
        padding-top: 10px;
    }
}


.featured__list-item:not(:first-child) {
    margin-top: 10px;
}

.featured__list-item a {
    display: block;
}


.video__lists {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15%;
}
@media screen and (max-width: 768px) {
    .video__lists {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.video__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.video-item__image img {
    width: 100%;
    height: auto;
    display: block;
}

.video-item__body {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.video-item__body-text {
    padding: 0 20px;
}

.video-item__link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glightbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.external-links__categories {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    row-gap: 20px;
    column-gap: 3.90625vw;
}
@media screen and (max-width: 768px) {
    .external-links__categories {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.external-links__category {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: 93%;
}
@media screen and (max-width: 768px) {
    .external-links__category {
        width: 100%;
        gap: 20px;
    }
}

.external-links__category-title {
    flex-grow: 0;
}

.external-links__category-title.text--bold {
    font-size: 22px;
}

.external-links__list {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .external-links__list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.external-links__item:not(:first-child) {
    margin-top: 10px;
}

/* .notice__list {
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #0000ff;
}
@media screen and (max-width: 768px) {
    .notice__list {
        margin-top: 30px;
    }
}

.notice__item:last-child {
    border-bottom: none;
}

.notice__item-link {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    position: relative;
}
@media screen and (max-width: 768px) {
    .notice__item-link {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
.notice__item:last-child .notice__item-link {
    padding-bottom: 10px;
}
}

.notice__item-date {
    flex: 0 0 163px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .notice__item-date {
        flex: 0 0 auto;
    }
}

.notice__item-content {
    flex: 1;
    position: relative;
}

.notice__item-new {
    display: inline-block;
    color: #fb7506;
    margin-left: 10px;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .notice__item-new {
        font-size: 14px;
        margin-left: 0;
    }
}

.notice__item-content::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0.5rem;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .notice__item-content::after {
        bottom: 0.3em;
        margin-left: 15px;
    }
} */

/* .service__item:not(:first-child) {
    margin-top: 50px;
}

.service__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .service__content {
        flex-direction: column;
    }
}

.service__content-image {
    flex: 0 0 auto;
    width: 278px;
}

.service__content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.service__content-description {
    margin-left: 5%;
}
@media screen and (max-width: 768px) {
    .service__content-description {
        margin-left: 0;
        margin-top: 20px;
    }
}

.service__content-description a {
    text-decoration: underline;
    color: #1010eb;
}

.service__content-description a:hover {
    text-decoration: underline;
}

.service__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .service__button {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .service__item {
        flex-direction: column;
    }
    .service__image {
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .service__image img {
        max-width: 150px;
    }
} */
.information__title.text--bold {
    font-size: 22px;
}

.information__disclaimer {
    margin-top: 20px;
}

.information__disclaimer.text-small {
    line-height: 1.75;
}

.information__list {
    margin-top: 20px;
}

.side-button {
    position: fixed;
    bottom: 300px;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.side-button__link {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 10px;
    position: relative;
    padding-right: 26px;
    /* height: 85px; */
    height: auto;
    min-height: 70px;
    font-size: clamp(0.875rem, 0.499rem + 0.783vw, 1.125rem);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.2em;
    color: #ffffff;
    white-space: nowrap;
    background-color: #0FC9F7;
}

.side-button__link.side-button__link--1,
.side-button__link.side-button__link--2 {
   gap: 5px;
}


.side-button__link img {
    width: 42px;
    height: auto;
}

.side-button__link p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
}

.side-button__link.side-button__link--1 img{
    width: 35px;
}
.side-button__link.side-button__link--2 img{
    width: 35px;
}

.side-button__link:hover {
    opacity: 0.9;
}

.side-button__link::after {
    position: absolute;
    content: "";
    right: 7px;
    top: 50%;
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 0.2em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    transform: translate(-50%, -50%) rotate(45deg);
}

.info-box {
    background-color: #1010eb;
    padding: 10px;
    display: inline-block;
}

.info-box__text {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
}

.info-icon {
    display: inline-block;
    background-color: #fff;
    color: #1010eb;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
}

.page-mv {
    width: 100%;
    /* padding-top: 15px; */
    height: 256px;
}
@media screen and (max-width: 768px) {
    .page-mv {
        height: 150px;
    }
}

.about-mv {
    background-image: url(../images/about-mv.jpg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #2ebce4;

}
@media screen and (max-width: 1330px) {
 .about-mv {
     background-size: cover;
     background-position: 80% center;
 }
}

.aboutas-mv {
    background-image: url(../images/aboutas-mv.jpg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #2ebce4;

}
@media screen and (max-width: 1330px) {
 .aboutas-mv {
     background-size: cover;
     background-position: 80% center;
 }
}
.treatment-methods-mv {
    background-image: url(../images/treatment-methods-mv.jpg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #f4a91c;

}
@media screen and (max-width: 1330px) {
 .treatment-methods-mv {
     background-size: cover;
     background-position: 80% center;
 }
}
.video-mv {
    background-image: url(../images/video-mv.jpg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #7bbd35;

}

@media screen and (max-width: 1330px) {
 .video-mv {
     background-size: cover;
     background-position: 80% center;
 }
}
.official-line-mv {
    background-image: url(../images/official_line-mv.jpg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #182343;

   .page-mv__title {
    color: #fff;
   }

}
@media screen and (max-width: 1330px) {
 .official-line-mv {
     background-size: cover;
     background-position: 80% center;
 }
}

.links-mv {
    background-image: url(../images/links-mv.jpg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #f6a814;

}
@media screen and (max-width: 1330px) {
 .links-mv {
     background-size: cover;
     background-position: 80% center;
 }
}


.sitemap-mv {
    .page-mv__container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.page-mv__inner {
    height: inherit;
}

.page-mv__container {
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
}

.page-mv__title {
    /* margin-top: 50px; */
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #140f4b;
    line-height: 1.25;
    /* text-align: center; */
}
@media screen and (max-width: 768px) {
    .page-mv__title {
        font-size: 22px;
    }
}

.page-mv__paragraph {
    margin-top: 20px;
    text-align: center;
}

.breadcrumb {
    padding-block: 15px;
}

.breadcrumb__text a {
    color: #3c3c3c;
}

.layout-image {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .layout-image {
        margin-top: 30px;
    }
}

section.page:not(#section1) {

  position: relative;
    
}
section.page:not(#section1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    height: 1px;
    background-color: #707070;
    @media screen and (max-width: 1330px) {
        width: 95%;
    }
    @media screen and (max-width: 768px) {
        width: min(95%, 600px);
    }
}
/* 
    max-width: 1330px;
    margin-inline: auto;
    border-block-start: solid 1px #707070;
    
} */

.page__image {
    width: 100%;
}

/* .page__image.page__image--small {
    width: 60%;
} */
@media screen and (max-width: 768px) {
    .page__image,
    .page__video {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .page__image,
    .page__video {
        width: 100%;
    }
}
/* @media screen and (max-width: 1024px) {
    .page__image--small {
        width: 40%;
    }
} */
/* @media screen and (max-width: 768px) {
    .page__image--small {
        width: 50%;
    }
} */

@media screen and (max-width: 1024px) {
    .page__image--wide {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .page__image--wide {
        width: 100%;
    }
}

.page__image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.page__image picture,
.page__image picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.page__image picture {
    display: block;
}

.page__text {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .page__text {
        margin-top: 30px;
    }
}

.page__text--indent {
    padding-left: 36px;
}
@media screen and (max-width: 768px) {
    .page__text--indent {
        padding-left: 13px;
    }
}

.page__paragraph:not(:first-child) {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .page__paragraph:not(:first-child) {
        margin-top: 30px;
    }
}

.page__text .page__paragraph:first-child {
    margin-top: 0;
}

.page__paragraph-small {
    display: block;
}

.page__paragraph a {
    text-decoration: underline;
    color: #1010eb;
}

.page-video-text {
    margin-top: 10px;
}

.page__container.page__container--text-video,
.page__container.page__container--text-line,
.page__container.page__container--button {
    margin-top: 50px;
}

.page__container.page__container--text-line {

    .page__image {
        width: fit-content;

        height: 283px;
    }

    .page__image img {
        height: 100%;
    max-height: 283px;
    }
}
@media screen and (max-width: 768px) {
    .page__container.page__container--text-video,
    .page__container.page__container--text-line,
    .page__container.page__container--button {
        margin-top: 30px;
    }
}

.page__container--table1 {
    display: flex;
    gap: 4vw;
}
@media screen and (max-width: 768px) {
    .page__container--table1{
        flex-direction: column;
    }
}

.page__container-item {
    margin-inline: auto;
    width: 100%;
    height: auto;

    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

 .page-video-text {
    width: 100%;
    height: auto;
 }
    
}

.page__container--text-image {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 2vw;
}

.page__container--text-table {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2vw;

}

.page__container--text-line {
    display: flex;
    gap: 7vw;

    .page__image {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .page__container--text-line {
        flex-direction: column;
    }

    .page__container.page__container--text-line {
    
        .page__image {
            width: 100%;
        }
    }
}

@media screen and (max-width: 480px) {
    .page  .page.page__container.page__container--text-line {
        .page__image {
            width: 100%;
        }
    }
}
@media screen and (max-width: 1024px) {
    .page__container--text-image {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .page__container--text-table {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .page__container--text-image {
        grid-template-columns: 1fr;
        justify-items: center
    }
    .page__container--text-table {
        grid-template-columns: 1fr;
    }
}
.page__container--text-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: repeat(auto-fit, minmax(550px, 1fr)); */
    gap: 4vw;
}
@media screen and (max-width: 768px) {
    .page__container--text-video {
        grid-template-columns: 1fr;
    }
}

.page__container--text-image--center {
    align-items: center;
}

.page__container-text:not(:first-child) {
    margin-top: 30px;

}

.page__container.page__container--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page__list {
    margin-top: 30px;
    list-style-type: disc;
    padding-left: 2em
}
@media screen and (max-width: 768px) {
    .page__list {
        margin-top: 30px;
    }
}

.page__list-types {
    padding-left: 36px;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .page__list-types {
        margin-top: 10px;
        text-indent: -23px;
    }
}

.page__list-type-text:not(:first-child) {
    margin-top: 30px;
}

.page__list-types.page__list-types--no-left-space {
    padding-left: 0;
}

.page__list-items {
    padding-left: 36px;
}
@media screen and (max-width: 768px) {
    .page__list-items {
        padding-left: 13px;
    }
}

.page__sub-title {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .page__sub-title {
        margin-top: 20px;
    }
}

.page__list-item--link {
    margin-top: 30px;
}

/* ============================================"
# 外部リンクモーダル
=============================================== */
.external-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3000;
}

.external-modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    padding: 20px;
    width: min(756px, 95%);
    z-index: 1001;
}

.external-modal__title {
    color: #1010eb;
}

.external-modal__description {
    margin-top: 20px;
}

.external-modal__buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.external-modal__button {
    cursor: pointer;
}

.external-modal__button--cancel {
    background-color: transparent;
    border: 1px solid #1010eb;
    color: #1010eb;
}

.external-modal__button--proceed {
    border: none;
}

.external-modal__button--proceed:hover {
    border: none;
}

/* ============================================"
# 医療関係者モーダル
=============================================== */
/* body.phy-modal-open {
    overflow: hidden;
}

.phy-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
   
}

.phy-modal__container {
    background-color: #fff;
    padding: 20px;
    width: min(785px, 95%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 75vh;
    overflow-y: auto;
}

.phy-modal__title {
    color: #1010eb;
    text-align: center;
}

.phy-modal__text {
    margin-top: 20px;
    text-align: center;
}


.phy-modal__buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.phy-modal__button {
    cursor: pointer;
}

.phy-modal__button--agree {
    background-color: transparent;
    border: 1px solid #1010eb;
    color: #1010eb;
}

.phy-modal__button--agree:hover {
    background-color: transparent   ;
} */

/* ============================================"
# トップインデックス
=============================================== */

.top-contents__header {
    display: flex;
    justify-content: space-between;
}

.top-contents__header .header-nav {
    flex: initial;
}

.top-contents__header .header-nav > ul > li > a {
    color: #1010eb;
}

.header__main-link {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.1875;
    color: #1010eb;
    font-weight: 700;
}

/* ベースとなるコンテナのスタイル */
.top-contents {
    padding: 60px 0;
    background-color: #fff;
  }
  
  
  /* ボックスのレイアウト */
  .top-contents__boxes {
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .top-contents__boxes {
        flex-direction: column;
    }
  }
  
  .top-contents__box {
    flex: 1;
    background: #fff;
    border: 1px solid #1010eb;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
  
  @media screen and (max-width: 768px) {
    .top-contents__box {
        padding: 20px;
    }
  }

  .top-contents__box-text {
    text-align: center;
  }
  /* テキストのスタイル */
  .top-contents__box-text-wrapper {
    flex-grow: 1;
  }
  

  
  .top-contents__box-answer {
    margin-top: 30px;
  }
  
  .top-contents__box-answer--center {
    text-align: center;
  }

  
  .bold {
    font-weight: bold;
  }
  
  /* ボタンのスタイル */
  .buttons {
    margin-top: 10px;
    display: flex;
    gap: 16px;
    justify-content: center;
  }
 
  @media screen and (max-width: 768px) {
      .bottons--margin {
        margin-top: 30px;
      }
      
  }
  .button:hover {
    opacity: 0.8;
  }

/* ============================================"
# サイトマップ
=============================================== */
.sitemap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sitemap {
    margin-top: 30px;
  }
}

.sitemap__content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  .sitemap__section {
    margin-bottom: 120px;
  }
  @media screen and (max-width: 767px) {
    .sitemap__section {
      margin-bottom: 50px;
    }
  }
  .sitemap__title {
    color: #140f4b;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1010eb;
  }
  @media screen and (max-width: 767px) {
    .sitemap__title {
      margin-bottom: 10px;
      padding-bottom: 5px;
    }
  }
  
  .sitemap__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    row-gap: 30px;
    column-gap: 25px;
    /* list-style-type: disc;  */

  }
  
  .sitemap__list--wide {
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  }

  .sitemap__list li {
    text-indent: -20px;  
    padding-left: 20px;  
  }
  @media screen and (max-width: 767px) {
    .sitemap__list li {
      text-indent: initial;  
      padding-left: initial;  
    }
  }
  
  
  .sitemap__list li a {
    padding-left: 20px;
    transition: color 0.3s;
  }
  @media screen and (max-width: 767px) {
    .sitemap__list li a {
      padding-left: initial;
    }
  }

  .sitemap__list li a:hover {
    color: #1010eb;
  }

  .link-text-coming-soon {
    padding-left: 20px;
  }
  @media screen and (max-width: 767px) {
    .link-text-coming-soon {
      padding-left: initial;
    }
  }

  .sitemap__sub-list {
    display: grid;
    /* gap: 10px; */
    a {
        font-size: 18px;
    }
    .link-text2::after {
        width: 18px;
        height: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .sitemap__sub-list {
    gap: 5px;
    margin-left: 20px;
    }
  }

  .sitemap__sub-list li{
  padding-left: 45px;
  text-indent: -39px;  

  }
  
  @media screen and (max-width: 767px) {
    .sitemap__sub-list li{
        text-indent: -33px;
        padding-left: 18px;
    }
  }
  
  .sitemap__sub-list li a {
    color: #333;
    text-decoration: none;
    padding-left: 20px;
    transition: color 0.3s;
  }

  
  .sitemap__sub-list li a:hover {
    color: #1010eb;
  }
  
  .sitemap__sub-list li a::before {
    content: "-";
    margin-right: 10px;
  }
  @media screen and (max-width: 767px) {
    .sitemap__sub-list li a::before {
      margin-right: 5px;
    }
  }

  
  
  @media screen and (max-width: 767px) {
    .sitemap__content {
      padding: 20px 15px;
    }
  
    .sitemap__list {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  
    .sitemap__title {
      font-size: 20px;
    }
  }

  
  .link-wrapper {
    margin-top: 53px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 40px;
    justify-items: center;
  }

  .pill-buttons {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
  }
  
  .pill-buttons__item {
    width: fit-content;
    @media screen and (max-width: 768px) {
        width: 100%;
    }
  }
  
.page__pagination {
    margin-top: 100px;
    @media screen and (max-width: 768px) {
        margin-top: 80px;
    }
}


.pagination {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .pagination {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.pagination--right {
    justify-content: flex-end;
}

.pagination__column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pagination__column-text {
    margin-right: 30px;
    margin-bottom: 5px;
}

.pagination__link {
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #fff;
    color: #3c3c3c;
    border-radius: 60px;
    letter-spacing: 0.15em;
    position: relative;
    border: 1px solid #0fc9f7;
}
@media screen and (max-width: 768px) {
    .pagination__link {
        width: 100%;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.pagination__link--prev {
    padding-left: 70px;
    padding-right: 30px;
}
.pagination__link--prev::before {
    content: "";
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 51%;
    transform: translateY(-50%);
    left: 20px;
    background-image: url(../../images/arrow-skyblue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%) rotate(180deg);
}

.pagination__link--next {
    padding-left: 30px;
    padding-right: 70px;
}
.pagination__link--next::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 51%;
    transform: translateY(-50%);
    right: 20px;
    background-image: url(../../images/arrow-skyblue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.page__table  {
    margin-top: 30px;
}

.table1 {
    width: 100%;
    border-collapse: collapse;
}
@media screen and (max-width: 768px) {
    .table1 {
        width: 100%;
    }
}

.table1__description {
    margin-bottom: 10px;
}

.table1__row {
    display: flex;
}

.table1__cell {
    flex: 1;
    padding-inline: 10px;
    border: 1px solid white;
    min-height: 66px;

    sup {
        display: inline-block;
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .table1__cell {
        padding: 5px;
    }
}

.table1__row--header {
    background-color: #140f4b;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 20px;
    height: 50px;

    .table1__cell {
        height: auto;
        min-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .table1__cell--header {
        font-size: 16px;
    }
}

.table1__cell--header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}

.table1__cell--left {
    flex: 0 0 33%;
    background-color: #140f4b;
    color: white;
    font-weight: bold;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .table1__cell--left {
        flex: 0 0 30%;
    }
}

.table1__cell.text.text--bold {
    letter-spacing: normal;
}

.table1__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.table1__list-item {
    margin-bottom: 5px;
    padding-left: 15px;
    text-indent: -15px;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .table1__list-item {
        font-size: 16px;
        margin-bottom: 0;
    }

    .table1__list-item .text--bold {
        line-height: 1.5;
    }
}

.table1__list-item a {
    font-weight: 700;
    color: #1010eb;
    text-decoration: underline;
}

.table1__list-item--normal {
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #3c3c3ca1;
    text-decoration: none;
}

.table1__list-item--square::before {
    content: "・";
    color: inherit;
    margin-right: 5px;
    text-decoration: none;
}

.table1__list-item--hyphen {
    padding-left: 30px;
    text-indent: -15px;
}

.table1__list-item--hyphen::before {
    content: "-";
    color: #3c3c3c;
    margin-right: 5px;
    text-decoration: none;
}

.table1__row:not(.table1__row--header) .table1__cell:not(.table1__cell--left) {
    background-color: #f2f2f2;
}

.table1__description::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #140f4b;
    vertical-align: middle;
    margin-block-end: 3px;
}

/* ============================================"
# 動画コンテンツ
=============================================== */

.glightbox img {
    width: 100%;
    height: 100%;
}

.glightbox-clean .gslide-description {
    display: none;
}

.glightbox-clean .gslide-video {
    box-shadow: none;
    background: transparent;
}

.goverlay {
    background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
    .glightbox-clean .gclose {
        top: 10px;
        right: 10px;
    }
}

.glightbox-container .gnext,
.glightbox-container .gprev {
    display: none !important;
}

.glightbox-container .gnavigation {
    display: none !important;
}

.glightbox-mobile .glightbox-container .gclose,
.glightbox-container .gclose {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-color: #1010eb;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
}

.glightbox-container .gclose svg {
    display: none;
}

.glightbox-container .gclose::before,
.glightbox-container .gclose::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transform-origin: center;
}

.glightbox-container .gclose::before {
    transform: rotate(45deg);
}

.glightbox-container .gclose::after {
    transform: rotate(-45deg);
}

.glightbox-container .gclose:hover {
    opacity: 0.8;
    background-color: #1010eb;
}

@media (max-width: 768px) {
    .glightbox-mobile .glightbox-container .gclose {
        right: 10px;
        top: 10px;
    }
}

/* ============================================"
# 症状チェックリスト
=============================================== */

.symptom-checklist {
    background-color: #ffffff;
    border-radius: 5px;
}

.checklist-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.header-checkbox-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #555;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    box-sizing: border-box;
}

.header-checkbox-icon::after {
    content: '✓';
    font-size: 18px;
    color: #555;
    line-height: 1;
}

.symptom-grid {
    display: flex;
    flex-wrap: nowrap;
}

.symptom-item {
    display: block;
    flex: 1 1 12.5%;
    min-width: 150px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    cursor: pointer;
    padding: 10px 5px;
}

.symptom-item:last-child {
    border-right: 1px solid #d0d0d0;
}

.symptom-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.symptom-content {
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 100%;
}

.symptom-item input[type="checkbox"]:checked + .symptom-content::before {
    content: '✓';
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 15px;
    height: 15px;
    color: #555;
    font-weight: 900;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.symptom-name {
    position: relative;
    padding-left: 20px;
}

.symptom-name::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #888;
    background-color: #ffffff;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.symptom-illustration {
    margin-top: 10px;
    min-height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        width: 70%;
        max-height: 100px;
        height: auto;
        object-fit: contain;
    }
}

.symptom-item:nth-child(6) .symptom-name {
    line-height: 1.2;
}



@media (max-width: 1300px) {

.symptom-checklist {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

    .symptom-grid {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .symptom-item {
        flex: 1 1 calc(25% - 2px); 
        min-width: calc(25% - 2px);
        border: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        border-left: none;
    }

    .symptom-illustration {
        min-height: 162px;
    }
    
    .symptom-item:nth-child(1),
    .symptom-item:nth-child(5) {
        border-left: 1px solid #d0d0d0;
    }

    .symptom-item:nth-child(1),
    .symptom-item:nth-child(2),
    .symptom-item:nth-child(3),
    .symptom-item:nth-child(4) {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .symptom-checklist {
        padding: 10px;
    }

    
    .symptom-grid {
        flex-wrap: wrap;
    }

    .symptom-item {
        flex: 1 1 calc(50% - 2px); 
        min-width: calc(50% - 2px);
        
        border-right: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        border-bottom: none;
        
    }

    .symptom-illustration {
        min-height: 100px;
    }
    
    .symptom-item:nth-child(3n) {
        border-left: 1px solid #d0d0d0;
    }
    .symptom-item:nth-child(5n) {
        border-right: none;
    }

    .symptom-item:nth-child(7){
        border-left: 1px solid #d0d0d0;
    }

    .symptom-item:nth-child(7),
    .symptom-item:nth-child(8){
        border-bottom: 1px solid #d0d0d0;
    }

  
}

.blue-triangle {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 40px solid #1010eb;
}




.line-card {
    width: fit-content;
    border: 1.5px solid #1010eb;
    border-radius: 20px;
    padding: 20px;
}

.line-card__label-text {
    background-color: #e5057f;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
}

.line-card__content {
    margin-top: 20px;
}

.line-card__header {
    display: flex;
    align-items: center;
}

.line-card__icon {
    margin-right: 12px;
}

.line-card__icon img {
    width: 30px;
    height: 30px;
}

.line-card__title {
    font-size: clamp(16px , 20 / 1300 * 100vw, 20px);
    font-weight: 700;
}

.line-card__benefits {
    margin-top: 10px;
}

.line-card__benefit {
    display: flex;
    align-items: center;
}

.line-card__benefit:not(:first-child) {
    margin-top: 10px;
}

.line-card__checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 12px;
}

.line-card__checkmark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 8px;
    border: 3px solid #1010eb;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -60%) rotate(-45deg);
    border-radius: 0 0 0 2px;
}

.line-card__benefit-text {
    font-size: clamp(14px , 16 / 1300 * 100vw, 16px);
}

.line-card__button {
    /* padding: 0 20px 20px; */
    margin-top: 20px;
}

.line-card__button-link {
 &.button {
    font-size: clamp(14px , 16 / 1300 * 100vw, 16px);
 }
}

/* ============================================
# お知らせセクション
=============================================== */
.news-list {
    margin-top: 30px;
}

.news-list__item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .news-list__item {

        align-items: flex-start;
        gap: 10px;
        padding: 0;
    }
}

 .news-list__content {
    display: flex;
    align-items: center;
    gap: 5px;


}

.news-list__content:has(a.news-list__text) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; 
}

@media screen and (max-width: 768px) {
    .news-list__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;

   
    }
}

.news-list__item:not(first-child) {
    margin-top: 10px;
}

.news-list__date {
    letter-spacing: 0.05em;
    margin-right: 10px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .news-list__date {
        font-size: 14px;
        margin-right: 0;
    }
}

a.news-list__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
}

span.news-list__text {
    text-decoration: none;
}

a.news-list__text {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .news-list__text {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; 
    }
    a.news-list__text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; 
    }
}

.news-tag {
    background-color: #ffad01;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 3px;
    margin-left: 15px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .news-tag {
        font-size: 12px;
        margin-left: 0;
        align-self: flex-end;
    }
}