@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap');


:root {
    --color00: #333;
    --color01: #48b0c7;
    --color02: #fabc02;
    --color03: #f1f1f1;
    --color04: #cacaca;
    --color05: #dcf1f5;
    --ff01: "Noto Serif JP", serif;
    --ff02: "Dancing Script", cursive;
    --ff99: "font awesome 5 free";
    --shadow01: 0 0 20px #e3e3e3;
}

/*===================================
基本設定
===================================*/

/* html */

html {
    color: #333;
    font-family: 'M PLUS 1p', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: 500;
}

body,
#wrapper {
    overflow-x: hidden;
}

dt,
dd {
    font-weight: normal;
}

button {
    background: #fff;
}



/* inner */

@media (max-width: 1024px) {

    .inner500,
    .inner600,
    .inner700,
    .inner800,
    .inner900,
    .inner,
    .inner1100,
    .inner1200,
    .inner1300,
    .inner1400,
    .inner1500 {
        width: 94%;
    }
}



/* show hide */

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

/* tab */

.tabItem {
    display: none;
}

[data-element-id].tabItem {
    display: block;
}

.tabItem.active {
    display: block;
}

/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

.slick02 {
    padding: 0 20px;
}

.cartoon .slick-dots {
    bottom: -55px;
    left: 0;
}

@media only screen and (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }

    .slick01 .slick-dots {
        bottom: -20px;
    }
}

/* fead */

.fead-mv.mv {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-up.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-order>* {
    opacity: 0;
}

.fead-order>.mv {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text>* {
    opacity: 0;
}

.fead-text .mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 15px 0;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}


.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: var(--color01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid var(--color01);
    border-right: 1px solid var(--color01);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.txt {
    line-height: 2;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 10px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ##### フロート float ##### */
.up-fl-left {
    float: left;
}

.up-fl-right {
    float: right;
}

.up-fl-none {
    float: none;
}

.up-flc-left {
    clear: left;
}

.up-flc-rigjt {
    clear: right;
}

.up-flc-both {
    clear: both;
}

.float-box {
    display: block;
}

.float-box::before,
.float-box:after {
    content: "";
    display: block;
    clear: both;
}

.float-box-img {
    float: right;
}

.float-box-title {
    float: left;
}

.float-box-content {
    float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
    margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
    margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
    margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
    margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
    margin-left: 0;
    margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
    margin-left: 0;
    margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
    margin-left: auto;
    margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
    margin-left: 0;
    margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: left;
}

@media (max-width: 1024px) {
    .up-fl-left\@tb {
        float: left;
    }

    .up-fl-right\@tb {
        float: right;
    }

    .up-fl-none\@tb {
        float: none;
    }

    .up-flc-left\@tb {
        clear: left;
    }

    .up-flc-rigjt\@tb {
        clear: right;
    }

    .up-flc-both\@tb {
        clear: both;
    }
}

@media (max-width: 599px) {
    .up-fl-left\@sp {
        float: left;
    }

    .up-fl-right\@sp {
        float: right;
    }

    .up-fl-none\@sp {
        float: none;
    }

    .up-flc-left\@sp {
        clear: left;
    }

    .up-flc-rigjt\@sp {
        clear: right;
    }

    .up-flc-both\@sp {
        clear: both;
    }

    .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
        float: right;
        width: 100%;
    }
}

/* 画像 */

.img {
    text-align: center;
}

.pic img {
    width: 100%;
}

[class*="up-ofi"] {
    height: 100%;
}

.br20 {
    border-radius: 20px;
    overflow: hidden;
}

.jagged {
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.fw500 {
    font-weight: 500;
}

/* title */
.title01 {
    border-left: 10px solid var(--color01);
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 26px;
}

.title02 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 28px;
    margin: 0 auto 20px;
    font-weight: 500;
}

.title02:before,
.title02:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 2px #48b0c7;
    border-bottom: solid 2px #48b0c7;
}

.title02:before {
    left: 0;
}

.title02:after {
    right: 0;
}

@media (max-width: 1024px) {
    .title02 {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .title02 {
        font-size: 22px;
        padding: 0 45px;
    }

    .title02:before,
    .title02:after {
        width: 30px;
        height: 6px;
    }
}


/* color */

.color-black {
    color: #000;
}

.color-white {
    color: #fff;
}

.color-paleblue {
    color: var(--color01);
}

.color-red {
    color: #A80000;
}



/*背景*/

.bgcolor-black {
    background-color: #000;
}

.bgcolor-white {
    background-color: #fff;
}

.bgcolor-gradient {
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
}

.bgcolor-gradient-pale {
    background: linear-gradient(135deg, #f9eff2 0%, #e7f1f9 100%);
}

.bgcolor-gradient-rev {
    background: linear-gradient(135deg, #48b0c7 0%, #d988a6 100%);
}

.bgcolor-gradient-rev-pale {
    background: var(--color05);
}

.bgcolor-paleblue {
    background-color: var(--color03);
}

.bg-img {
    position: relative;
}

.bg-img>* {
    position: relative;
    z-index: 5;
}

.bg-img .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}



/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}



/*===================================
共通タイトル
===================================*/

[class*="ttl-type-"] {
    --ttl-mb-xlarge: 70px;
    --ttl-mb-large: 60px;
    --ttl-mb-medium: 50px;
    --ttl-mb-small: 40px;
    --ttl-mb-xsmall: 30px;
}

/* ttl-type-01 */

.ttl-type-01 {
    color: var(--color00);
    font-weight: 500;
    margin-bottom: var(--ttl-mb-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ttl-type-01.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ttl-type-01>span {
    display: block;
}

.ttl-type-01 .en {
    font-size: 16px;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    color: var(--color01);
}

.ttl-type-01 .ja {
    font-size: 34px;
    line-height: 1.5;
}

.ttl-type-01:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(var(--color01)), color-stop(50%, var(--color01)), color-stop(50%, var(--color01)), color-stop(50%, var(--color04)), to(var(--color04)));
    background: linear-gradient(to right, var(--color01) 0%, var(--color01) 50%, var(--color01) 50%, var(--color04) 50%, var(--color04) 100%);
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .ttl-type-01 {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.9);
    }

    .ttl-type-01 .ja {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .ttl-type-01 {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
    }

    .ttl-type-01 .ja {
        font-size: 24px;
    }
}


/* ttl-type-02 */

.ttl-type-02 {
    font-weight: 500;
    margin-bottom: var(--ttl-mb-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ttl-type-02>* {
    display: block;
}

.ttl-type-02 .ja {
    font-size: 40px;
}

.ttl-type-02 .ja::before {
    content: "\\";
    font-weight: bold;
    margin-right: 10px;
}

.ttl-type-02 .ja::after {
    content: "/";
    font-weight: bold;
    margin-left: 10px;
}

.ttl-mb-xlarge {
    margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
    margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
    margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
    margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
    margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-none {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.9);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.9);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.9);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.9);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.9);
    }

    .ttl-mb-none {
        margin-bottom: 0;
    }

    .ttl-type-02 .ja {
        font-size: 34px;
    }
}

@media (max-width: 599px) {

    .ttl-type-02 .ja {
        font-size: 24px;
        text-align: center;
    }

    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.8);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.8);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.8);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
    }

    .ttl-mb-none {
        margin-bottom: 0;
    }
}

.ttl-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ttl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ttl-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}



/*===================================
共通ボタン
===================================*/

[class*="btn-type-"] {
    --btn-mt-xlarge: 70px;
    --btn-mt-large: 60px;
    --btn-mt-medium: 50px;
    --btn-mt-small: 40px;
    --btn-mt-xsmall: 30px;
}

/* btn-type-01 */

.btn-type-01 {
    margin-top: var(--btn-mt-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-01.-mtsmall {
    margin-top: var(--btn-mt-small);
}

.btn-type-01.-mtxsmall {
    margin-top: var(--btn-mt-xsmall);
}

.btn-type-01>* {
    width: 220px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: solid 2px;
    border-radius: 100px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-type-01.min>* {
    min-width: 120px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1;
    border-color: var(--color01);
    background-color: var(--color01);
    color: #fff;
}

.btn-type-01.back>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.btn-type-01>*:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color01) 0%, var(--color01) 100%);
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-type-01.min>*:before {
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
}

.btn-type-01>*:hover {
    color: #fff;
    opacity: 1;
}

.btn-type-01.min>*:hover {
    color: var(--color01);
    opacity: 1;
    border: solid 4px var(--color01);
}

.btn-type-01>*:hover:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-type-01>*>* {
    position: relative;
    z-index: 5;
}

.btn-type-01 .btn-txt {
    margin: 0 10px;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.btn-type-01 .btn-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


@media (max-width: 1024px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.9);
    }
}

@media (max-width: 599px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }

    .btn-type-01.sp>* {
        width: 100%;
        border-radius: 100px;
        padding: 10px 0;
        font-size: 14px;
    }
}



/* btn-type-02 */

.btn-type-02 {
    color: #fff;
    margin-top: var(--btn-mt-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-02>* {
    width: 150px;
    max-width: 100%;
    background: var(--color01);
    border-radius: 100px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-type-02 .btn-txt {
    margin: 0 5px;
}

/* btn-type-03 */
.btn-type-03>* {
    width: 150px;
    max-width: 100%;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    font-size: 18px;
}

.btn-type-03>*::before {
    content: "\f56d";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
}

.btn-type-03.child>* {
    background: #e783a7;
}

.btn-type-03.adult>* {
    background: #309ed9;
}

@media (max-width: 1024px) {
    .btn-type-03>* {
        width: 120px;
        padding: 5px 0;
        font-size: 14px;
    }
}

/* btn-type-04 */
.btn-type-04 {
    margin-top: var(--btn-mt-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-04>* {
    width: 220px;
    max-width: 100%;
    border: solid 2px;
    border-radius: 100px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-type-04>*:hover {
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
    color: #fff;
}

/* 共通ボタン上書き */

.btn-mt-xlarge {
    margin-top: var(--btn-mt-xlarge);
}

.btn-mt-large {
    margin-top: var(--btn-mt-large);
}

.btn-mt-medium {
    margin-top: var(--btn-mt-medium);
}

.btn-mt-small {
    margin-top: var(--btn-mt-small);
}

.btn-mt-xsmall {
    margin-top: var(--btn-mt-xsmall);
}

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

@media (max-width: 1024px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.9);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.9);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.9);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.9);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.9);
    }

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

@media (max-width: 599px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.8);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.8);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.8);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.8);
    }

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

.btn-w-full>* {
    width: 100%;
}

.btn-w-xlarge>* {
    width: 350px;
}

.btn-w-xlarge>* {
    width: 300px;
}

.btn-w-medium>* {
    width: 250px;
}

.btn-w-small>* {
    width: 200px;
}

.btn-w-xsmall>* {
    width: 150px;
}

.btn-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



/*===================================
共通ブロック
==================================*/

/* time-table */

.time-table table {
    width: 100%;
    table-layout: fixed;
}

.time-table table tr:nth-of-type(2n+1) {
    background: #EDF3F8;
}

.time-table table th {
    width: 150px;
    padding: 10px;
    text-align: left;
}

.time-table table td {
    padding: 10px;
    text-align: center;
}

.time-table .attention {
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 599px) {
    .time-table table th {
        font-size: 14px;
    }

    .time-table table td {
        font-size: 14px;
    }
}



/* flat-list-full */

.flat-list-full .item {
    margin-left: calc(50% - 50vw);
}

.flat-list-full .item+* {
    margin-top: 80px;
}

.flat-list-full .item .img-box .img {
    width: 55%;
    float: left;
}

.flat-list-full .item .img-box .img {
    border-radius: 0 100px 0 0;
    overflow: hidden;
}

.flat-list-full .item .ttl-box {
    width: 40%;
    float: right;
}

.flat-list-full .item .txt-box {
    width: 40%;
    float: right;
}

.flat-list-full .item .txt {
    line-height: 2;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.flat-list-full .item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
}

.flat-list-full .item:nth-of-type(2n) .img-box {
    float: right;
}

.flat-list-full .item:nth-of-type(2n) .img {
    border-radius: 100px 0 0 0;
}

.flat-list-full .item:nth-of-type(2n) .ttl-box {
    float: left;
}

.flat-list-full .item:nth-of-type(2n) .txt-box {
    float: left;
}

@media (max-width: 1024px) {
    .flat-list-full .item {
        width: 100%;
        margin-left: 0;
    }

    .flat-list-full .item .img-box .img {
        width: 100%;
        float: none;
    }

    .flat-list-full .item .img-box .img .img {
        border-radius: 50px;
    }

    .flat-list-full .item .ttl-box {
        width: 100%;
        float: none;
    }

    .flat-list-full .item .txt-box {
        margin-top: 40px;
        width: 100%;
        float: none;
    }

}

/* rev */

.flat-list-full-rev .item {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
}

.flat-list-full-rev .item .img-box .img {
    float: right;
}

.flat-list-full-rev .item .img-box .img {
    border-radius: 100px 0 0 0;
}

.flat-list-full-rev .item .ttl-box {
    float: left;
}

.flat-list-full-rev .item .txt-box {
    float: left;
}

.flat-list-full-rev .item:nth-of-type(2n) {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
}

.flat-list-full-rev .item:nth-of-type(2n) .img-box {
    float: left;
}

.flat-list-full-rev .item:nth-of-type(2n) .img {
    border-radius: 0 100px 0 0;
}

.flat-list-full-rev .item:nth-of-type(2n) .ttl-box {
    float: right;
}

.flat-list-full-rev .item:nth-of-type(2n) .txt-box {
    float: right;
}

@media (max-width: 599px) {

    .flat-list-full .item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .flat-list-full .item .ttl-box {
        width: 100%;
    }

    .flat-list-full .item .img-box .img {
        width: 100%;
    }

    .flat-list-full .item .txt-box {
        width: 100%;
        margin-top: 30px;
    }

    .btn-right.spc {
        justify-content: center;
    }
}



/*===================================
共通要素
===================================*/

/* header */

#header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}

#header .pagename {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}

#header .logo {
    max-width: 220px;
}

#header .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
}

#header .btn-item {
    width: 80px;
    height: 80px;
}

#header .btn-item>* {
    width: 100%;
    height: 100%;
    color: #fff;
    background: var(--color01);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .btn-tel>* {
    background: var(--color01);
}

#header .btn-toggle>* {
    background: var(--color01);
}

#header .btn-item .btn-icon {
    font-size: 30px;
}

#header .btn-item .btn-txt {
    font-size: 10px;
}

.hum-btn {
    display: none;
    width: 46px;
    height: 46px;
    background-color: var(--color01);
    position: relative;
}

.hum-btn>span {
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 5px;
}

.hum-btn>span:nth-child(1) {
    top: 10px;
}

.hum-btn>span:nth-child(2) {
    top: 22px;
}

.hum-btn>span:nth-child(3) {
    bottom: 10px;
}

@media (max-width: 1024px) {
    #header {
        padding: 5px 0;
        position: fixed;
    }

    #header .pagename {
        margin-bottom: 5px;
    }

    #header .header-inner {
        width: 94%;
        margin: auto;
        padding: 0;
    }

    #header .btn-list {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    #header .btn-item {
        width: 25%;
    }

    .hum-btn {
        display: block;
    }
}



/* gnav */

#gnav {
    width: calc(100% - 300px);
    margin-left: auto;
    font-weight: 500;
}

#gnav .barger-inner li {
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    flex-grow: 1;
    text-align: center;
}

/* dropdown */

#gnav .dropdown {
    position: relative;
}

#gnav .dropdown>a::after {
    content: "\f0d7";
    font-family: "font awesome 5 free";
    font-weight: 600;
    margin-left: 5px;
}

[data-element-id] #gnav .dropdown>ul {
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: static;
}

#gnav .dropdown>ul {
    width: 250px;
    background: #ECF3F8;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0;
    transition: 0;
    border-radius: 10px;
    text-align: center;
}

#gnav .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
}

#gnav .dropdown>ul li {
    margin: 0;
}

#gnav .dropdown>ul li+li {
    margin-top: 10px;
}

#gnav .dropdown>ul li a {
    color: var(--color01);
}


@media (max-width: 1024px) {

    #gnav .dropdown>ul {
        width: 100%;
        background: none;
        padding: 0;
        margin-top: 10px;
        position: static;
        opacity: 1;
        visibility: visible;
        text-align: left;
        -webkit-transform: none;
        transform: none;
    }

    #gnav .dropdown>ul li a {
        color: #333;
        padding-left: 1.5em;
        position: relative;
    }

    #gnav .dropdown>ul li a:before {
        content: "∟";
        line-height: 1.5;
        position: absolute;
        top: 0;
        left: 0;
    }
}



/* barger */

@media (max-width: 1024px) {


    .toggle {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        margin-left: auto;
        margin-right: 0;
        transform: translateX(30px);
    }

    .toggle::before,
    .toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 30px;
        background: var(--color01);
        border-radius: 10px;
    }

    .toggle::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .toggle::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    /* .toggle {
        width: 42px;
        height: 42px;
        background: #170302;
        cursor: pointer;
        opacity: 0.8;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 251;
    }

    .toggle .bar {
        width: 28px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        top: 50%;
        left: 7px;
        padding: 0;
        margin-top: -1px;
        text-indent: 9999px;
        transition: ease 0.4s;
        -webkit-transition: ease 0.4s;
    }

    .toggle .bar:before,
    .toggle .bar:after {
        display: block;
        content: '';
        width: 28px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
    }

    .toggle .bar:before {
        top: -10px;
    }

    .toggle .bar:after {
        top: 10px;
    }

    .toggle.active .bar {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .toggle.active .bar:after,
    .toggle.active .bar:before {
        top: 0;
        left: 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    } */

    #gnav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        background-color: #ECF3F8;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: 250;
        transform: translateX(101%);
    }


    .barger-body {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 30px 30px;

    }

    #gnav.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .barger-inner {
        padding: 15px px 100px;
    }

    #gnav .barger-inner li a {
        display: block;
        width: 100%;
        text-align: left;
    }

    #gnav .barger-inner>ul>li>a {
        font-size: 18px;
        border-bottom: 2px solid #ccc;
    }

    .overlay {
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 249;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }

    .overlay.active {
        opacity: 0.3;
        visibility: visible;
    }
}

/* footer */
#footer {
    position: relative;
    z-index: 149;
}

#footer .telbox {
    background: var(--color01);
    color: #fff;
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    padding: 30px;
}

#footer .telbox .tel-txt {
    position: relative;
    font-size: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

#footer .telbox .tel-txt::before {
    content: "";
    background-image: url(../images/icon-tel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    display: block;
    width: 35px;
    margin-right: 10px;
}

.footer-nav dt {
    font-weight: 500;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.footer-nav dd {
    margin: 10px 0 0 10px;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.footer-bottom {
    padding: 10px 0;
    background: var(--color04);
    font-size: 10px;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1024px) {
    .footer-bottom {
        padding: 10px 0 110px;
    }

    #footer .telbox {
        padding: 30px 0px;
    }

    #footer .telbox .tel-txt {
        font-size: 34px;
    }

    #footer .telbox .tel-txt {
        align-items: center;
    }

    #footer .telbox .tel-txt::before {
        width: 30px;
        margin-right: 0;
    }
}

/* A-BiSUスライダー用 */

.uk-slidenav-position,
.uk-slideshow {
    position: relative;
    height: 100% !important;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

.uk-slideshow>li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.uk-slideshow>li>div {
    height: 100% !important;
}

.uk-slideshow>li>div>img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.uk-slideshow+* {
    margin-top: 10px !important;
}

.uk-slider {
    height: 100px;
    margin-left: -10px;
}

.uk-slider li {
    height: 100%;
    padding-left: 10px;
}

.uk-slider li>div {
    height: 100% !important;
}

.uk-slider li>div img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

@media (max-width: 1024px) {
    .uk-slider {
        height: 90px;
    }
}

@media (max-width: 599px) {
    .uk-slider {
        height: 80px;
    }

    .uk-slider li {
        width: 33.333%;
    }
}



/*===================================
トップページ
===================================*/

/* mainimg */

.mainimg {
    position: relative;
    height: calc(100vh - 150px);
}

.mainimg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mainimg .catch {
    color: #fff;
    border-radius: 0 80px 80px 0;
    padding: 40px 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    font-weight: 400;
}

.mainimg .catch>span>span {
    font-size: 1.8em;
    font-weight: bold;
}




.mainimg .catch .lead {
    font-size: 40px;
    margin-bottom: 20px;
}

.mainimg .catch .sub {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .mainimg .uk-slideshow:before {
        padding-top: 60%;
    }

    .mainimg .catch {
        padding: 30px 50px;
    }

    .mainimg .catch .lead {
        font-size: 34px;
    }

    .mainimg .catch .sub {
        font-size: 16px;
    }

    .mainimg {
        height: 60vh;
    }

}

@media (max-width: 599px) {
    .mainimg .uk-slideshow:before {
        padding-top: 120%;
    }

    .mainimg .catch {
        border-radius: 0 60px 60px 0;
        padding: 20px;
        top: 60%
    }

    .mainimg .catch .lead {
        font-size: 26px;
    }

    .mainimg .catch .sub {
        font-size: 14px;
    }
}


/* intro */


.index-intro-slider .item>* {
    position: relative;
}

.index-intro-slider .item .btn-type-01.min {
    margin-top: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* price */
.index-price-list .item-inner {
    background: var(--color03);
    padding: 30px;
    border-radius: 20px;
}

.index-price-list .item01 {
    width: 35%;
}

.index-price-list .item02 {
    width: calc(65% - 30px);
}

.index-price-list .item02 .item-inner {
    background: var(--color05);
}

.index-price-list .item .tit {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px dotted;
}

.index-price-list .item .p-tit {
    font-size: 20px;
    border-radius: 100px;
    background: #7c7c7c;
    color: #fff;
    text-align: center;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    margin: 20px auto 0;
}

.index-price-list .item .p-price {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    margin-top: 5px;
}

.index-price-list .item .p-txt {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    font-weight: 500;
}

/* flow */
.index-flow .item {
    width: calc((100% - 90px) / 4);
    position: relative;
}

.index-flow .item:not(:last-of-type)::after {
    content: "\f061";
    font-family: "font awesome 5 free";
    position: absolute;
    top: 28%;
    right: -23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    z-index: 3;
}

.index-flow .item .add-txt {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    line-height: 1;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    font-weight: 500;
}

.index-flow .item .stepbox {
    font-size: 16px;
    font-weight: 500;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    text-align: center;
    margin-top: 10px;
    /* color: var(--color01); */
}

.index-flow .item .tit {
    color: var(--color01);
    font-weight: 500;
}

/* faq */
.index-faq-list .item {
    border-bottom: 1px solid var(--color04);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.index-faq-list .item dt,
.index-faq-list .item dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 20px;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.index-faq-list .item dt {
    font-weight: 500;
}

.index-faq-list .item dd {
    margin-top: 10px;
}

.index-faq-list .item dt::before,
.index-faq-list .item dd::before {
    content: "Q";
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color01);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.index-faq-list .item dd::before {
    content: "A";
    background: var(--color04);
    color: var(--color00);
}

/* features */

.index-choose-cont .item .img-label-01 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.index-choose-cont .item .img-label-02 {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.index-choose-list {
    position: relative;
}

.index-choose-list>* {
    position: relative;
    z-index: 5;
}

.index-choose-list .bg,
.index-choose .bg {
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.index-choose-list .bg2 {
    height: 55%;
}

.index-feature-list .item {
    display: block;
}

.index-feature-list .item>* {
    display: block;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px var(--color01);
    box-shadow: 5px 5px var(--color01);
    text-align: center;
    position: relative;
    padding: 30px;
}

.b-bg .index-feature-list .item>* {
    background-color: var(--color03);
}


.index-feature-list .item .icon {
    margin: 10px 0;
}



.index-feature-list .item .tit {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.index-feature-list .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    margin: 20px auto;
}

.b-bg .index-feature-list .item .icon.new-icon {
    width: 60%;
    padding: 30px 0;
    border: 3px solid var(--color01);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 0px auto 20px auto;
}

.index-feature-list .item .icon.type02 {
    width: 85%;
}

.index-feature-list .item .sub {
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

@media(max-width:1024px) {
    .index-flow .item {
        width: calc((100% - 90px) / 2);
        position: relative;
        padding-bottom: 40px;
    }

    .index-feature-list .item>* {
        padding: 30px 10px;
    }

    .index-flow .item:nth-child(2)::after {
        display: none;
    }

    .index-flow .item:not(:last-of-type)::after {
        font-size: 30px;
        right: -57px;
    }
}

@media (max-width: 599px) {

    .index-choose-list .bg {
        height: 90%;
    }

    index-choose-list .bg2 {
        height: 65%;
    }

    .index-feature-list .item .tit {
        font-size: 20px;
    }

    .index-feature-list .item .sub {
        font-size: 16px;
    }

    .index-feature-list .item .icon {
        margin: 5px auto;
        width: 55%;
    }

    .index-feature-list .item .icon.w60,
    .index-feature-list .item .icon.w60 img {
        width: 60px;
    }

    .index-flow .item {
        width: calc((100% - 20px) / 2);
    }

    .index-flow .item:not(:last-of-type)::after {
        font-size: 22px;
        right: -20px;
    }

    .index-faq-list .item dt,
    .index-faq-list .item dd {
        gap: 5px;
    }

    .b-bg .index-feature-list .item .icon.new-icon {
        width: 90%;
        padding: 10px 0;
        margin: 0px auto 10px auto;
    }

    .b-bg .index-feature-list .item>* {
        padding: 30px 5px;
    }
}



/* choose */

.index-choose-list .item .tit {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
    border-bottom: 3px dotted var(--color01);
}

.index-choose-list .item .txt {
    margin-top: 10px;
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.index-choose-list .item .dtl {
    font-size: 14px;
    margin-top: 20px;
}

.index-choose-list .item .add {
    text-align: center;
    margin-top: 10px;
}



/* news */

.index-news-list .item+.item {
    border-top: solid 1px var(--color04);
    padding-top: 20px;
    margin-top: 20px;
}

.index-news-list .item .data {
    margin-bottom: 5px;
}

.index-news-list .item .date {
    color: #999;
    font-size: 14px;
    margin-right: 1em;
}

.index-news-list .item .cate>* {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: var(--color01);
    padding: 2px 10px;
    margin: 0 10px 10px 0;
}

.index-news-list .item {
    -webkit-transform: rotateZ(0.03deg);
    transform: rotateZ(0.03deg);
}

.index-paper-list .item .cate>* {
    background: #E683A7;
}

/* recruit */

.index-recruit .img {
    padding: 0 40px 40px 0;
    position: relative;
}

.index-recruit .img>* {
    border-radius: 40px;
    overflow: hidden;
}

.index-recruit .img:before {
    display: block;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
    border-radius: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}



/* contact */
.index-contact-list .item {
    width: calc((100% - 60px)/3);
}

.index-contact-list .item .item-inner {
    background: #fff;
    padding: 30px;
}

.index-contact-list .item .img img {
    max-height: 100px;
}

@media(max-width:1024px) {
    .index-contact-list .item {
        width: calc((100% - 15px)/3);
    }

    .index-contact-list .item .item-inner {
        padding: 30px 10px;
    }
}

@media(max-width:599px) {
    .index-contact-list .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .index-contact-list .item .item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px;
    }

    .index-contact-list .item .item-inner .imgbox {
        width: 25%;
    }

    .index-contact-list .item .item-inner .txtbox {
        width: 70%;
    }
}

/* access */

.index-access .txt-box {
    width: 40%;
    max-width: 550px;
    padding: 50px 0;
    margin-left: auto;
    margin-right: 5%;
}

.index-access .map-box {
    width: 50%;
}

.index-access .map {
    height: 100%;
}

.index-access .logo {
    margin-bottom: 20px;
}

.index-access .logo-label li {
    color: var(--color01);
    font-size: 14px;
    border: solid 2px;
    border-radius: 100px;
    padding: 0.5em 2em;
    text-align: center;
}

.index-access .logo-label li+* {
    margin-top: 10px;
}

.index-access .add {
    margin-bottom: 20px;
}

.index-access .acc {
    margin-bottom: 20px;
}

.index-access .acc-list {
    padding-left: 1em;
}

.index-access .acc-list li {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .index-access .txt-box {
        width: 94%;
        max-width: none;
        margin: auto;
    }

    .index-access .map-box {
        width: 100%;
    }

    .index-price-list .item01 {
        width: 40%;
    }

    .index-price-list .item02 {
        width: calc(60% - 10px)
    }

    .index-price-list .item-inner {
        padding: 30px 15px;
    }

    .index-price-list .item .tit {
        font-size: 24px;
    }

    .index-price-list .item .tit span {
        display: inline-block;
        height: 30px;
    }

    .index-price-list .item .tit span img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .index-price-list .item .p-price {
        font-size: 30px;
    }
}



/*===================================
下層ページ
===================================*/

/* homevisual */
.homevisual {
    height: 400px;
    position: relative;
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
    overflow: hidden;
}

.homevisual .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 40px;
    position: inherit;
}

.homevisual .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    .homevisual {
        height: 250px;
    }
}

@media (max-width: 599px) {
    .homevisual {
        height: 200px;
    }

    .homevisual .catch {
        font-size: 30px;
    }

    .index-price-list .item01 {
        width: 100%;
    }

    .index-price-list .item02 {
        width: 100%;
        margin-top: 20px;
    }
}

/**
2カラムページ
*/
.column2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column2 .side {
    width: 250px;
}

.column2 .main-wrap {
    width: calc(100% - 280px);
}

.column2 .side .list {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid;
}

.column2 .side .list .datattl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.column2 .side .list .datattl::after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#d988a6), color-stop(50%, #d988a6), color-stop(50%, #d988a6), color-stop(50%, #48b0c7), to(#48b0c7));
    background: linear-gradient(to right, #d988a6 0%, #d988a6 50%, #d988a6 50%, #48b0c7 50%, #48b0c7 100%);
    margin: 10px auto;
}

.column2 .side .list .datawrap .data>* {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.column2 .side .list .datawrap .data>*::before {
    content: "\●";
    font-weight: bold;
    margin-right: 5px;
    color: gray;
    font-size: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .column2 .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 50px;
        width: 100%;
    }

    .column2 .main-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 50px;
        width: 100%;
    }
}

/* サイドメニュー */
@media only screen and (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side.side-type02 {
        display: none;
    }

    .side .list {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    position: relative;
    margin-right: 20px;
}

.pagenation .prev a:before {
    content: "\f30a";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.pagenation .next {
    position: relative;
    margin-left: 20px;
}

.pagenation .next a:before {
    content: "\f30b";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
    background: var(--color01);
    color: #fff;
    opacity: 1;
}

@media only screen and (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/* subimg */

.subimg {
    position: relative;
}

/* first */
.please-list .item:last-child {
    padding-bottom: 0;
}

.please-list .item .box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px var(--color01);
    box-shadow: 5px 5px var(--color01);
    height: 100%;
}

.please-list .item .box .tit {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.please-list .item .box .tit::after {
    content: "";
    background: var(--color01);
    width: 2em;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.please-list .item .box .tit.num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.please-list .item .box .tit.mk2 {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
}

.please-list .item .box .tit.mk2::after {
    display: none;
}

.please-list .item .box .txt.mk2 {
    align-items: flex-start;
}

.please-list .item .box .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.please-list .item .box .txt.d-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.please-list .item .box .txt span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 40px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#d988a6), to(#48b0c7));
    background: linear-gradient(180deg, #d988a6 0%, #48b0c7 100%);
    background: -webkit-linear-gradient(180deg, #d988a6 0%, #48b0c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.flow .item {
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.flow .item .tab_class>* {
    width: 100% !important;
}

.flow .item input[name="tab_name"] {
    display: none;
}

.flow .item input:checked+.tab_class {
    background-color: #e683a7;
    color: aliceblue;
}

.flow .item .content_class {
    display: none;
    width: 100%;
}

.flow .item input:checked+.tab_class+.content_class {
    display: block;
}

.parallel:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .flow .item .content_class .btn-type-03>* {
        width: 160px;
        padding: 10px 0;
    }
}

@media (max-width: 599px) {
    .please-list .item .box .txt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .please-list .item .box .txt.d-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .please-list .item .box .txt span {
        margin: 0;
        font-size: 30px;
    }
}

/* about */
.choose .item .float-box-wrap .float-box {
    background: #ECF3F8;
    border-radius: 20px;
    margin: 40px auto 0;
    padding: 30px;
}

.choose .item .float-box-wrap .float-box .tit {
    font-size: 22px;
    font-weight: 500;
}

.choose .item .float-box-wrap .float-box .float-box-title {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 26px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.choose .item .float-box-wrap .float-box .float-box-title span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.measures .txt-box .txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 22px;
}

.measures .txt-box .txt ul li .num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.tour .tour-list .box>* {
    background: linear-gradient(135deg, #e7f1f9 0%, #f9eff2 100%);
    border-radius: 10px;
    padding: 20px;
}

.tour .tour-list .box .tit {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.tour .tour-list .box .txt {
    font-size: 14px;
}

@media (max-width: 599px) {

    .choose .item .float-box-wrap .float-box {
        margin: 20px auto 0;
        padding: 20px;
    }

    .choose .item .float-box-wrap .float-box .float-box-title {
        font-size: 22px;
    }

    .measures .txt-box .txt ul li {
        font-size: 18px;
    }
}

/* checkup */

.tabBody {
    width: 100%;
}

.checkup .tabWrap .tabBody .tabItem .box .tit {
    font-weight: 500;
    font-size: 22px;
}

.checkup .tabWrap .tabBody .tabItem .minbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkup .tabWrap .tabBody .tabItem .minbox li::before {
    content: "●";
    font-weight: 500;
    margin-right: 5px;
}

.checkup .tabWrap .tabBody .tabItem .box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkup .tabWrap .tabBody .tabItem .box .list::before {
    content: "●";
    font-weight: 500;
    margin-right: 10px;
    font-size: 22px;
}

.checkup .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkup .info dl dt {
    width: 20%;
    font-weight: 500;
    text-align: center;
}

.checkup .info dl dd {
    width: 80%;
    text-align: center;
}

@media (max-width:1024px) {
    .checkup .tabWrap .tabBody .tabItem .box .tit {
        font-size: 18px;
    }

    .checkup .tabWrap .tabBody .tabItem .box .list::before {
        font-size: 18px;
    }
}


/* cavity */

.trouble .troublelist .pic {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 50%;
    z-index: 1;
}

.trouble .troublelist .box {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 10px;
    z-index: 2;
}

.trouble .troublelist .box .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trouble .troublelist .box .txt::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 80%;
    margin-right: 10px;
    line-height: 36px;
    color: var(--color01);
}


.trouble .troublelist .box.mk2 .txt:nth-child(1)::before {
    content: "①";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(2)::before {
    content: "②";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(3)::before {
    content: "③";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(4)::before {
    content: "④";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(5)::before {
    content: "⑤";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(6)::before {
    content: "⑥";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(7)::before {
    content: "⑦";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(8)::before {
    content: "⑧";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(9)::before {
    content: "⑨";
    font-family: inherit;
    font-size: 150%;
}

.trouble .troublelist .box.mk2 .txt:nth-child(10)::before {
    content: "⑩";
    font-family: inherit;
    font-size: 150%;
}



.progression .index-choose-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.progression .index-choose-list .item::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    right: -2%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.progression .index-choose-list .item:last-child:after {
    content: none;
}

@media (max-width: 1024px) {
    .progression .index-choose-list .item::after {
        -webkit-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }
}

@media (max-width: 599px) {

    .trouble .troublelist .pic {
        opacity: 0.2;
        width: 100%;
        z-index: 1;
    }

    .progression .index-choose-list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .progression .index-choose-list .item::after {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        font-size: 20px;
        right: 49%;
        bottom: -1%;
        top: auto;
        rotate: 90deg;
    }

    .index-intro-slider .item .btn-type-01.min {
        justify-content: center;
    }

    .btn-type-01.mto {
        margin-top: 0;
    }

}

/* periodontal */
.cartoon .fa-chevron-right:before,
.cartoon .fa-chevron-left:before {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    z-index: 5;
}

.cartoon .fa-chevron-right:before {
    right: -5%;
    content: "\f0da";
    padding-left: 5px;
}

.cartoon .fa-chevron-left:before {
    left: -5%;
    content: "\f0d9";
    padding-right: 5px;
}

/* esthetic */
.fees .feeslist .feestable {
    border: 1px solid;
}

.fees .feeslist .feestable .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: 1px solid;
}

.fees .feeslist .feestable .box.box1 {
    text-align: left;
}

.fees .feeslist .feestable .box.box1 dt {
    text-align: center;
}

.fees .feeslist .feestable .box:last-child {
    border-bottom: none;
}

.fees .feeslist .feestable .box dt {
    width: 30%;
    background: #ECF3F8;
    padding: 10px;
    border-right: 1px solid;
    font-weight: 500;
}

.fees .feeslist .feestable .box dd {
    width: 70%;
    padding: 10px;
}

.fees .feeslist .feestable1 .box dt {
    width: 30%;
}

.fees .feeslist .feestable1 .box dd {
    width: 70%;
    padding: 10px;
}

.fees .feeslist .feestable2 .box dt {
    width: 70%;
}

.fees .feeslist .feestable2 .box dd {
    width: 30%;
    padding: 10px;
}

@media (max-width: 599px) {
    .fees .feeslist .feestable1 .box dt {
        width: 50%;
    }

    .fees .feeslist .feestable1 .box dd {
        width: 50%;
    }

}

/* faq */
.faq .faq-list .item .box {
    padding: 20px;
    background: linear-gradient(135deg, #e7f1f9 0%, #f9eff2 100%);
    border-radius: 20px;
    height: 100%;
}

.faq .faq-list .item .tit {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border-bottom: 2px solid #fff;
    line-height: 1.5;
    padding-bottom: 10px;
    font-weight: 500;
}

.faq .faq-list .item .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 18px;
    margin-top: 10px;
}

.faq .faq-list .item span {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
}

.qanda .qandalist .item .box {
    padding: 20px 0;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

.qanda .qandalist .item .box .qes {
    color: #48b0c7;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 18px;
}

.qanda .qandalist .item .box .qes::before {
    content: 'Q';
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
}

.qanda .qandalist .item .box .ans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qanda .qandalist .item .box .ans::before {
    content: "A";
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
    color: #d988a6;
}

/* whitening */
.risksideeffect .treatment ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.risksideeffect .treatment ul li::before {
    content: "\f0c8";
    font-family: "Font Awesome 5 free";
    font-size: 100%;
    font-weight: bold;
    margin-right: 10px;
    color: #578299;
}

.concept .concept-list .triangle {
    border-top: 30px solid #82c5e8;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    width: 20px;
    margin: 20px auto 0;
}

/* news */
.news .news-list li a>* {
    background: #ecf3f8;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}

.news .news-list li>* .date {
    margin-right: 15px;
}

.news .news-list li>* .tit {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news-list li>* .tit2 {
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* news-detail */
.news.detail .news-list .date {
    font-weight: 500;
    text-align: right;
}

.news .news-list .cate {
    background: #E683A7;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.news.detail .news-list .tit {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid var(--color01);
    margin-bottom: 20px;
}

.news.detail .news-list .txt {
    border-bottom: 2px solid var(--color01);
    padding-bottom: 20px;
}

.detail .txt h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 0.5em;
    margin: 1em 0;
    font-weight: 500;
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
}

.detail .txt h3 {
    font-size: 20px;
    border-left: solid 10px #48b0c7;
    line-height: 1;
    padding: 0.5em;
    margin: 1em 0;
    font-weight: 500;
}

.detail .txt h4 {
    position: relative;
    font-size: 18px;
    padding-bottom: 0.5em;
    margin: 1em 0;
    font-weight: 500;
}

.detail .txt h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: linear-gradient(135deg, #d988a6 0%, #48b0c7 100%);
}

/* form */
.formlist dl+* {
    margin-top: 30px;
}

.formlist dt.require:after {
    content: "必須";
    color: #d988a6;
    font-size: 70%;
    margin-left: 0.5em;
}

.formlist dt {
    width: 220px;
    font-size: 16px;
}


.formlist dd {
    width: calc(100% - 250px);
    font-size: 16px;
}



.formlist input[type=text],
.formlist textarea {
    width: 100%;
    padding: 5px;
    border: none;
    background: #ecf3f8;
}

.formlist textarea {
    height: 200px;
}

.formlist input[type=radio] {
    margin-right: 5px;
}

.formlist input[type=radio]+* {
    margin-right: 15px;
}

.formlist dl+* {
    margin-top: 30px;
}

.preform .time-table .tel>* {
    font-size: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .formlist dd {
        width: 100%;
    }

    .formlist dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .preform .time-table .tel>* {
        font-size: 36px;
    }
}

.br20 {
    border-radius: 20px;
}

.border01 {
    border-bottom: 1px solid;
    padding: 5px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color01);
}

.new-btn-list {
    display: block;
    width: 50px;
    position: fixed;
    bottom: 10vh;
    right: -3px;
    z-index: 900;
}

.new-btn-list .btn-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 10px;
    border: 2px solid var(--color01);
    border-radius: 30px 0 0 30px;
}

.new-btn-list .btn-item.btn-reserve a {
    background-color: var(--color01);
    color: #fff;
}

.new-btn-list .btn-item.btn-tel {
    margin-top: 30px;
}

.new-btn-list .btn-item.btn-tel a {
    background-color: #fff;

    color: var(--color01);
}

.new-btn-list .btn-item a .btn-icon {
    font-size: 22px;
}

.new-btn-list .btn-item a .btn-txt {
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
}

@media(max-width:1024px) {
    .new-btn-list {
        display: block;
        justify-content: space-between;
        width: 500px;
        position: fixed;
        bottom: -3px;
        right: 0;
        z-index: 249;
    }

    .btn-list-inner {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
    }

    .new-btn-list .btn-item {
        width: 45%;
    }

    .new-btn-list .btn-item a {
        flex-direction: row;
        padding: 10px 0;
        border: 2px solid var(--color01);
        border-radius: 30px 30px 0 0;
    }

    .new-btn-list .btn-item a .btn-txt {
        writing-mode: horizontal-tb;
    }

    .new-btn-list .btn-item a .btn-icon {
        font-size: 24px;
        margin-right: 5px;
    }
}

@media(max-width:599px) {
    .new-btn-list {
        width: 100%;
    }
}

.mainimg.under {
    height: calc(70vh - 150px);
}

.trouble .troublelist .box.mini {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trouble .troublelist .box.mini .txt.mini {
    width: 50%;
}

.new-mid-tit {
    color: var(--color01);
    font-weight: 500;
}

.new-inibox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-inibox .txt {
    display: flex;
    align-items: center;
}

.new-inibox .txt .init {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--color01);
}

.plus-flow-item-tit {
    background-color: #fff;
    display: flex;
    border-radius: 18px;
}

.plus-flow-item-tit .num {
    display: block;
    height: 36px;
    width: 36px;
    background-color: var(--color01);
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
}

.plus-flow-item-tit .txt {
    display: block;
    width: calc(100% - 41px);
    padding-left: 5px;
    line-height: 1.8em;
    text-align: center;
}

.plus-flow-img>.img {
    border-radius: 30px;
    overflow: hidden;
    border: 3px solid #fff;
}

.solution-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solution-box .left-box,
.solution-box .right-box {
    width: 45%;
    padding: 30px;
    border-radius: 20px;
}

.solution-box .center-box {
    width: 16%;
    margin-right: -3%;
    margin-left: -3%;
    background-color: var(--color01);
    padding: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.solution-flex.mk2 {
    flex-direction: row-reverse;
}

.solution-box .left-box {
    border: 3px solid #cacaca;
}

.solution-box .right-box {
    border: 3px solid var(--color01);
}

.crg {
    color: var(--color01)
}


@media(max-width:1024px) {
    .mainimg.under {
        height: 40vh;
    }

    .solution-box .left-box,
    .solution-box .right-box {
        width: 100%;
    }

    .solution-box {
        justify-content: center;
    }

    .solution-box .center-box {
        width: 200px;
        margin: 30px 0;
    }
}

@media(max-width:599px) {
    .mainimg.under {
        height: 30vh;
    }

    .trouble .troublelist .box .txt::before {
        margin-right: 3px;
    }

    .plus-flow-inner {
        width: 100%;
        clear: both;
        display: block;
    }

    .plus-flow-item-tit {
        float: right;
        width: 70%;
    }

    .plus-flow-item-txt {
        float: right;
        width: 70%;
        margin-top: 10px;
    }

    .plus-flow-img {
        width: 28%;
        float: left;
    }

    .solution-flex.mk2 {
        flex-direction: column;
    }

    .solution-box .left-box,
    .solution-box .right-box {
        padding: 30px 10px;
    }

    .solution-box .center-box {
        width: 150px;
        margin: 10px 0;
    }
}

.bdrb {
    border-bottom: 3px dotted var(--color01);
}