@charset "UTF-8";

section {
    margin-bottom: 90px;
}

.bg-color-ltbl {
    background-color: #e4f1f6;
}
.bg-color-bl {
    background-color: #11a2c9;
}
.bg-color-ltye {
    background-color: #fffad3;
}
.bg-color-ye {
    background-color: #fff4a0;
}
.bg-color-gy {
    background-color: #efefef; 
}
.bg-color-wt {
    background-color: #fff; 
}

.ft-color-wh {
    color: #fff;
}
.ft-color-bl {
    color: #11a2c9;
}
.ft-color-bk {
    color: #000;
}

.ft-size-s {
    font-size: 0.8rem;
}
.ft-size-m {
    font-size: 1.15rem;
}
.ft-size-l {
    font-size: 1.25rem;
}
.ft-size-xl {
    font-size: 1.45rem;
}
.ft-size-xxl {
    font-size: 1.8rem;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.leadcopy {
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.note {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.8;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.flexbox-txt {}
.flexbox-img {}

h2.cont-ttl {
    font-size: 2.8rem;
    line-height: 0.7;
    text-align: center;
    margin-bottom: 60px;
}
h2.cont-ttl span {
    font-size: 1.08rem;
    color: #11a2c9;
    letter-spacing: 0.15rem;
}

@media screen and (max-width: 768px) {
    section {
        margin-bottom: 60px;
    }
    h2.cont-ttl {
        font-size: 2.3rem;
        line-height: 0.6;
        margin-bottom: 30px;
    }
    h2.cont-ttl span {
        font-size: 0.9rem;
    }
    .leadcopy {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

/* top-kv */
.top-kv {
    position: relative;
    margin-bottom: 0;
}
.top-kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 87, 108, 0.1);
}
.top-kv .container {
    max-width: 100%;
}
.top-kv .content {
    position: relative;
    width: 100%;
    height: 100%;
}
.top-kv .content .top-kv_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.top-kv .content .top-kv_ttl p {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
}
.top-kv .content .top-kv_ttl h1 {
    color: #fff;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
}
.top-kv .content .slider1 div {
    height: 640px;
}
.top-kv .content .slider1 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-kv .content .top-kv_bnr {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 320px;
    z-index: 5;
}
.top-kv .content .top-kv_bnr img {
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .top-kv .container {
        padding: 0;
    }
    .top-kv .content .top-kv_ttl p {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    .top-kv .content .top-kv_ttl h1 {
        font-size: 2.2rem;
        line-height: 1.45;
    }
    .top-kv .content .slider1 div {
        height: 490px;
    }
    .top-kv .content .top-kv_bnr {
        width: 230px;
    }
}

/* 01 intro */
.intro {}
.intro .container {
    padding: 200px 0 90px;
}
.intro h2 {
    font-size: 2.2rem;
    letter-spacing: 0.08rem;
    text-align: center;
    margin-bottom: 40px;
}
.intro .intro-cont h3 {
    font-size: 1.6rem;
    color: #11a2c9;
    text-align: center;
    margin-bottom: 30px;
}
.intro .intro-cont h3 img {
    display: block;
    max-width: 520px;
    margin: 0 auto;
}
.intro .container .intro-ccatchcopy {
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    padding: 30px;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.intro .container .intro-ccatchcopy span {
    font-size: 0.75rem;
    font-weight: normal;
    margin: 0 3px;
}
.intro .container .sellpt {
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}
.intro .container .sellpt ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 0 auto 20px;
    gap: 20px;
}
.intro .container .sellpt ul li {
    width: calc(33.33% - 13.34px);
}
.intro .container .sellpt p {
    text-align: center;
}

.intro .intro-cont p.desc {
    margin-bottom: 40px;
}
.intro .intro-cont p.emph {
    font-size: 1.45rem;
    font-weight: 600!important;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.intro .intro_bnr {
    max-width: 740px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
    .intro .container {
        padding: 60px 20px;
    }
    .intro h2 {
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
    .intro .intro-cont h3 {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }
    .intro .container .intro-ccatchcopy {
        font-size: 1.35rem;
        line-height: 1.45;
        text-align: left;
        padding: 20px;
        margin-bottom: 40px;
    }
    .intro .container .sellpt {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    .intro .container .sellpt ul {
        gap: 10px;
        margin: 0 auto 10px;
    }
    .intro .container .sellpt ul li {
        width: calc(33.33% - 6.67px);
    }
    .intro .container .sellpt ul li img {
        position: relative;
        transition: all 0.3s ease-out;
        z-index: 1;
    }
    .intro .container .sellpt p {
        text-align: left;
    }

    .sellpt img {
        animation: scaleAnimation 9s infinite linear;
    }
    .sellpt li:nth-child(1) img { animation-delay: 0s; }
    .sellpt li:nth-child(2) img { animation-delay: 3s; }
    .sellpt li:nth-child(3) img { animation-delay: 6s; }

    @keyframes scaleAnimation {
        0%, 39% { transform: scale(1); z-index: 1; }
        40% { transform: scale(1.35); z-index: 10; }
        60% { transform: scale(1.35); z-index: 10; }
        61%, 100% { transform: scale(1); z-index: 1; }
    }

    .intro .intro-cont p.desc {
        margin-bottom: 30px;
    }
    .intro .intro-cont p.emph {
        font-size: 1.25rem;
        padding: 20px;
    }

    .intro .intro_bnr {
    margin: 0 auto 40px;
}
}

/* 02 example */
.example {
}
.example .example-cont:not(:last-of-type) {
    margin-bottom: 60px;
}
.example .container .note {
    padding: 0 30px;
    box-sizing: border-box;
}
.example .example-cont {
    padding: 0 30px;
    box-sizing: border-box;
}
.example .example-cont h3 {
    display: flex;
    margin-bottom: 30px;
}
.example .example-cont h3 .label {
    width: 170px;
    font-size: 1.95rem;
    color: #11a2c9;
    margin-right: 25px;
    border-right: 3px solid #000;
}
.example .example-cont h3 .ttl {
    width: calc(100% - 170px);
}
.example .example-cont ul {
    gap: 40px 50px;
    margin-bottom: 30px;
}
.example .example-cont ul li {
    position: relative;
    box-sizing: border-box;
}
.example .example-cont ul li img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 8px;
}
.example .example-cont ul li .cat,
.example .example-cont ul li .repay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.example .example-cont ul li .cat {
    font-size: 1.35rem;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 20px;
}
.example .example-cont ul li .cat p span {
    display: inline-block;
    width: 110px;
    font-size: 1rem;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    padding: 8px;
    background-color: #11a2c9;
    border-radius: 6px;
}
.example .example-cont ul li .cat p span:not(:last-of-type) {
    margin-right: 10px;
}
.example .example-cont ul li .repay {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.example .example-cont ul li .repay .txt1 {
    font-size: 2.9rem;
    background: linear-gradient(transparent 70%, #fff07d 70%);
    background-position: center bottom 5px;
}
.example .example-cont ul li .repay .txt1 .ref,
.example .example-cont ul li .repay .txt1 .unit,
.example .example-cont ul li .repay .txt2 .unit {
    font-size: 45%;
}
.example .example-cont ul li .repay .label {
    display: inline-block;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.1;
    vertical-align: middle;
    padding: 6px;
    margin: -8px 10px 0;
    background-color: #000;
}
.example .example-cont ul li .repay .txt2 {
    line-height: 1.1;
    margin-top: 5px;
}
.example .example-cont ul li .data .txt1 {
    height: 28px;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.4;
    border-left: 3px solid #000;
    padding-left: 10px;
    margin-bottom: 15px;
}
.example .example-cont ul li .data dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.8;
    padding: 10px 15px;
    background-color: #e4f1f6;
    border-radius: 8px;
    box-sizing: border-box;
}
.example .example-cont ul li .data dl dt {
    width: 17%;color: #11a2c9;
    font-weight: bold;
}
.example .example-cont ul li .data dl dd {
    width: 33%;
}

@media screen and (max-width: 768px) {
    .example .example-cont:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .example .container .note {
        padding: 0;
    }
    .example .example-cont {
        padding: 0 12.5px;
        box-sizing: border-box;
    }
    .example .example-cont h3 {
        display: flex;
        flex-flow: column;
        font-size: 1.35rem;
        margin-bottom: 20px;
    }
    .example .example-cont h3 .label {
        width: fit-content;
        font-size: 1.6rem;
        line-height: 1.1;
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-right: transparent;
        border-bottom: 3px solid #000;
    }
    .example .example-cont h3 .ttl {
        width: 100%;
    }
    .example .example-cont ul {
        gap: 20px;
        /* margin-bottom: 20px; */
    }
    .example .example-cont ul li {
        width: 100%;
    }
    .example .example-cont ul li img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .example .example-cont ul li:nth-child(2) img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .example .example-cont ul li .cat p span {
        width: 75px;
        padding: 6px;
    }
    .example .example-cont ul li .repay .txt1 {
        margin-bottom: 5px;
    }
    .example .example-cont ul li .repay .label {
        margin: -8px 10px 0 0;
    }
    .example .example-cont ul li .data .txt1 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .example .example-cont h3 .ttl {
        /* height: calc(1em * 1.45 * 4); */
    }
}

/* 03 price */
.price {}
.price .container {
    padding: 90px 0;
}
.price .price-cont {
    position: relative;
}
.price .price-cont:not(:last-of-type) {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #b8b8b8;
}
.price .price-cont:last-of-type {
    padding-bottom: 70px;
    margin-bottom: 0;
    border-bottom: 1px solid #b8b8b8;
}
.price .price-cont h3 {
    font-size: 1.85rem;
    text-align: center;
    margin-bottom: 30px;
}
.price .price-cont:nth-of-type(1) img {
    display: block;
    /* width: 930px; */
    /* padding: 60px;
    margin: 0 auto 30px;
    background-color: #fff;
    box-sizing: border-box; */
    border-radius: 8px;
}
.price .price-cont:nth-of-type(2) img {
    display: block;
    /* width: 930px; */
    padding: 60px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}
.price .price-cont ul li.folding-body {
    display: none;
}

@media screen and (max-width: 768px) {
    .price .container {
        padding: 60px 20px;
    }
    .price .price-cont:not(:last-of-type) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .price .price-cont h3 {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }
    /* .price .price-cont:nth-of-type(1) img {
        padding: 20px;
        margin-bottom: 20px;
    } */
    .price .price-cont:nth-of-type(2) img {
        padding: 20px;
    }
}

/* 04 perf */
.perf {}
.perf .perf-cont:not(:last-of-type) {
    margin-bottom: 60px;
}
.perf .perf-cont:first-of-type img {
    display: block;
    max-width: 740px;
    margin: 0 auto;
    border-radius: 8px;
}
.perf .perf-cont dl {
    overflow: hidden;
    transition: all 0.3s ease;
}
.perf .perf-cont dl:not(:last-of-type) {
    margin-bottom: 20px;
}
.perf .perf-cont dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 1.08rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    padding: 15px;
    background-color: #11a2c9;
    border-radius: 8px;
    box-sizing: border-box;
}
.perf .perf-cont dl dt .item {
    width: 220px;
    color: #11a2c9;
    text-align: center;
    padding: 20px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.perf .perf-cont dl dt.term.open {
    border-radius: 8px 8px 0 0;
}
.perf .perf-cont dl dd {
    display: none;
    position: relative;
    padding: 50px;
    background-color: #e4f1f6;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}
.perf .perf-cont dl dt.term::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease;
}
.perf .perf-cont dl dt.term::after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease;
}
.perf .perf-cont dl dd img {
    vertical-align: top;
    border-radius: 8px;
}
.perf .perf-cont dl.list_01 dd .desc-cont_01,
.perf .perf-cont dl.list_01 dd .desc-cont_02 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #b8b8b8;
}
.perf .perf-cont dl.list_01 dd .desc-cont_01 img {
    display: block;
    padding: 60px;
    margin-bottom: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}
.perf .perf-cont dl.list_01 dd .desc-cont_02 ul li {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.perf .perf-cont dl.list_01 dd .desc-cont_02 ul li img {
    display: block;
    max-width: 140px;
    height: auto;
    margin: 0 auto 30px;
}
.perf .perf-cont dl.list_01 dd .desc-cont_03 ul li img {
    margin-bottom: 15px;
}
.perf .perf-cont dl.list_02 dd img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.perf .perf-cont dl.list_03 dd .youtube {
    max-width: 660px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 50px auto 0;
    overflow: hidden;
}
.perf .perf-cont dl.list_03 dd .youtube iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .perf .perf-cont:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .perf .perf-cont ul.col_2 {
        gap: 20px;
    }
    .perf .perf-cont ul.col_2 li {
        width: 100%;
    }
    .perf .perf-cont ul.col_2 li h3 {
        margin-bottom: 15px;
    }
    .perf .perf-cont dl dt {
        font-size: 1rem;
        line-height: 1.6;
        padding: 15px;
    }
    .perf .perf-cont dl dt p {
        margin-right: 30px;
    }
    .perf .perf-cont dl dt .item {
        width: 100%;
        line-height: 1.1;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .perf .perf-cont dl dt.term::before {
        bottom: 20px;
        right: 27px;
        width: 2px;
        height: 16px;
    }
    .perf .perf-cont dl dt.term::after {
        bottom: 27px;
        right: 20px;
        width: 16px;
        height: 2px;
    }
    .perf .perf-cont dl dt.term.open::before {
        bottom: 20px;
        transform: rotate(90deg);
    }
    .perf .perf-cont dl dd {
        padding: 20px;
    }
    .perf .perf-cont dl.list_01 dd .desc-cont_01,
    .perf .perf-cont dl.list_01 dd .desc-cont_02 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .perf .perf-cont dl.list_01 dd .desc-cont_01 img {
        padding: 20px;
        margin-bottom: 20px;
    }
    .perf .perf-cont dl.list_01 dd .desc-cont_02 ul li {
        padding: 20px;
    }
    .perf .perf-cont dl.list_01 dd .desc-cont_02 ul li img {
        margin: 0 auto 20px;
    }
    .perf .perf-cont dl.list_01 dd .desc-cont_03 ul {
        gap: 20px;
    }
    .perf .perf-cont dl.list_01 dd .desc-cont_03 ul li {
        width: 100%;
    }
    .perf .perf-cont dl.list_02 dd img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .perf .perf-cont dl.list_03 dd img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        margin-bottom: 0;
    }
    .perf .perf-cont dl.list_03 dd .youtube {
        width: 100%;
        margin: 40px auto 0;
    }
}
@media screen and (min-width: 769px) {
    .perf .perf-cont dl dt.term::before {
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        width: 2px;
        height: 21px;
    }
    .perf .perf-cont dl dt.term::after {
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        width: 21px;
        height: 2px;
    }
    .perf .perf-cont dl dt.term.open::before {
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
}

/* 05 style*/
.style {}
.style .container {
    padding: 90px 0;
}
/* .style .style-cont:not(:last-of-type) {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #b8b8b8;
} */
.style .style-cont ul.col_3 li .box-img {
    position: relative;
    margin-bottom: 20px;
}
.style .style-cont ul.col_3 li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 0;
}
.style .style-cont ul.col_3 li h3 {
    font-size: 1.25rem;
}
.style .style-cont ul li img {
    border-radius: 8px;
    margin-bottom: 0;
}

.style .style-cont ul li.instagram iframe {
    margin: 0!important;
}


@media screen and (max-width: 768px) {
    .style .container {
        padding: 60px 20px;
    }
    .style .style-cont:not(:last-of-type) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .style .style-cont ul li {
        width: 100%;
    }
    .style .style-cont ul li img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        margin-bottom: 0;
    }
    .style .style-cont ul.col_3 {
        gap: 40px;
    }
    .style .style-cont ul.col_2 {
        gap: 20px;
    }
    .style .style-cont ul.col_2 li h3 {
        margin-bottom: 15px;
    }
    .style .style-cont ul.col_2 li img {
        margin-bottom: 0;
    }
}

/* 06 faq */
.faq {}
.faq .faq-cont dl {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq .faq-cont dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 1.08rem;
    font-weight: bold;
    line-height: 1.1;
    padding: 35px;
    border: 2px solid #e4f1f6;
    background-color: #e4f1f6;
    border-radius: 8px;
    box-sizing: border-box;
}
.faq .faq-cont dl dt.term.open {
    border-radius: 8px 8px 0 0;
}
.faq .faq-cont dl dt p {
    position: relative;
    padding-left: 35px;
}
.faq .faq-cont dl dt p::after {
    content: " Q";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.6rem;
    color: #11a2c9;
    font-weight: bold;
}
.faq .faq-cont dl dd {
    display: none;
    position: relative;
    padding: 35px;
    border-left: 2px solid #e4f1f6;
    border-right: 2px solid #e4f1f6;
    border-bottom: 2px solid #e4f1f6;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}
.faq .faq-cont dl dt.term::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 2px;
    height: 21px;
    background-color: #11a2c9;
    transition: all 0.3s ease;
}
.faq .faq-cont dl dt.term::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 21px;
    height: 2px;
    background-color: #11a2c9;
    transition: all 0.3s ease;
}
.faq .faq-cont dl dt.term.open::before {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
    .faq .faq-cont dl dt {
        font-size: 1rem;
        line-height: 1.6;
        padding: 20px;
    }
    .faq .faq-cont dl dt p {
        padding-left: 25px;
        padding-right: 20px;
    }
    .faq .faq-cont dl dt p::after {
        left: -5px;
    }
    .faq .faq-cont dl dt.term::before {
        right: 27px;
        height: 16px;
    }
    .faq .faq-cont dl dt.term::after {
        right: 20px;
        width: 16px;
    }
    .faq .faq-cont dl dd {
        padding: 20px;
    }
}

/* 07 display */
.display {
    margin-bottom: 0;
}
.display .container {
    padding: 90px 0;
}
.display .display-cont {
    position: relative;
    text-align: center;
}
.display .display-cont:not(:last-of-type) {
    margin-bottom: 60px;
}
.display .display-cont:last-of-type {
    /* padding-bottom: 70px; */
    margin-bottom: 0;
    /* border-bottom: 1px solid #b8b8b8; */
}
.display .display-cont img {
    /* margin-bottom: 40px; */
    border-radius: 8px;
}
.display .display-cont h3 {
    font-size: 1.45rem;
    letter-spacing: 0.15rem;
    margin-bottom: 30px;
}
.display .display-cont h3 img {
    max-width: 330px;
}
.display .display-cont table {
    width: 100%;
    line-height: 1.6;
    border-collapse: collapse;
    border: solid 1px #b8b8b8;
    background-color: #fff;
}
.display .display-cont th,
.display .display-cont td {
    vertical-align: middle;
    padding: 20px;
    border: solid 1px #b8b8b8;
    box-sizing: border-box;
}
.display .display-cont th {
    background-color: #efefef;
}
.display .display-cont td.area {
    background-color: #e4f1f6;
}
.display .display-cont ul li.folding-body {
    display: none;
}

@media screen and (max-width: 768px) {
    .display .container {
        padding: 60px 20px;
    }
    .display .display-cont h3 {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }
    .display .display-cont h3 img {
        max-width: 250px;
    }
    .display .display-cont table {
        border-spacing: 0px;
    }
    .display .display-cont th,
    .display .display-cont td {
        font-size: 0.9rem;
        padding: 13px;
    }
    .display .display-cont td .tel {
        display: block;
        position: relative;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        margin: 0 auto;
        background-color: #11a2c9;
    }
    .display .display-cont td .tel::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 13px;
        height: 22px;
        background: url(../img/icon_tel.svg) no-repeat;
        background-size: 100%;
        background-position: center;
    }
}

/* 08 feature */
.cv {
    background: linear-gradient(rgba(9, 87, 108, 0.4), rgba(9, 87, 108, 0.4)),
    url(../img/cv_bg_pc.jpg);
    background-size: cover;
    background-position: top 30% center;
    margin-bottom: 0;
}
.cv .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 460px;
    padding: 90px 0;
}
.cv .cv-cont {
    width: 100%;
}
.cv .cv-cont ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
    gap: 40px;
    margin: 0 auto;
}
.cv .cv-cont ul li {
    position: relative;
    width: calc(50% - 20px);
    height: 120px;
    color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}
.cv .cv-cont ul li.tel {
    background-color: #11a2c9;
}
.cv .cv-cont ul li.reserve {
    background-color: #e28bb7;
}
.cv .cv-cont ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.08rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}
.cv .cv-cont ul li a p {
    position: relative;
    padding-left: 30px;
}
.cv .cv-cont ul li.tel a p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16px;
    height: 20px;
    background: url(../img/tel.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}
.cv .cv-cont ul li.reserve a p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 16px;
    background: url(../img/mail_wh.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}
.cv .cv-cont ul li::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
}
.cv .cv-cont ul li.tel:hover {
    transform: translateY(5px);
    background-color: #2eb3d7;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));
}
.cv .cv-cont ul li.reserve:hover {
    transform: translateY(5px);
    background-color: #e8abca;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));
}
.cv .cv-cont ul li:hover:after {
    bottom: 20px;
}
.cv .cv-cont ul li.tel a p {
    font-size: 1.7rem;
    line-height: 0.75;
    letter-spacing: 0.05rem;
    padding-left: 25px;
}
.cv .cv-cont ul li.tel a p .biz-hours {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .cv {
        background: linear-gradient(rgba(9, 87, 108, 0.4), rgba(9, 87, 108, 0.4)),
        url(../img/cv_bg_sp.jpg);
        background-size: cover;
        background-position: top 30% center;
    }
    .cv .container {
        min-height: auto;
        padding: 60px 20px;
    }
    .cv .cv-cont ul {
        gap: 20px;
    }
    .cv .cv-cont ul li {
        width: 100%;
        height: 100px;
    }
    .cv .cv-cont ul li a {
        font-size: 1rem;
        padding: 20px;
    }
    .cv .cv-cont ul li a p {
        padding-left: 25px;
    }
    .cv .cv-cont ul li::after {
        bottom: 20px;
        width: 8px;
        height: 8px;
    }
    .cv .cv-cont ul li:hover:after {
        bottom: 18px;
    }
    .cv .cv-cont ul li.tel a p {
        padding-left: 20px;
    }
}

/* carousel */
.slick-list {
    padding: 0!important;
}
.slick-slider {
    margin-bottom: 0!important;
}
.slick-prev:before,
.slick-next:before {
    font-size: 0!important;
}
.slick-prev {
    left: 20px;
    z-index: 5;
}
.slick-next {
    right: 20px;
    font-size: 0;
    z-index: 5;
}
.slick-prev:before {
    content: "";
    position: absolute;
    top: calc(50% + 50px);
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #11a2c9;
    border-left: 2px solid #11a2c9;
    opacity: 1!important;
    transition: all 0.3s ease;
}
.slick-next:before {
    content: "";
    position: absolute;
    top: calc(50% + 50px);
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-top: 2px solid #11a2c9;
    border-right: 2px solid #11a2c9;
    opacity: 1!important;
    transition: all 0.3s ease;
}
.slick-dots {
    bottom: 25px!important;
}
.slick-dots li {
    margin: 0 2px!important;
}
.slick-dots li button:before {
    font-size: 8px!important;
}

/* .slider1 .slick-list .slick-slide {
    position: relative;
}
.slider1 .slick-list .slick-slide::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 590px;
    width: 100%;
    height: 105px;
    background: url(../img/top-kv_ttl_pc.png) no-repeat;
    background-size: 100%;
    background-position: center;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
    z-index: 10;
} */
.slider1 .slick-list .slick-slide:first-of-type::after {
    display: none;
}

.top-kv .content .slider3 {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    z-index: 5;
}

@media screen and (max-width: 768px) {
    .slick-dots {
        display: none!important;
    }
    .slick-prev,
    .slick-next {
        display: none!important;
    }

    .slider1 .slick-list .slick-slide::after {
        max-width: 370px;
        width: 80%;
        height: 173px;
        margin-top: -10px;
        background: url(../img/top-kv_ttl_sp.png) no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .top-kv .content .slider3 {
    width: 100%;
}
}

/* popup window */
.magnifying_glass {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.magnifying_glass:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    border: 5px solid #b7b7b7;
    border-radius: 50%;
}
.magnifying_glass:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    transform: rotate(45deg);
    width: 13px;
    height: 5px;
    border-radius: 0 3px 3px 0;
    background-color: #b7b7b7;
}

@media screen and (max-width: 768px) {
}

.toggle-button {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #11a2c9;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}
.toggle-button::after,
.toggle-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.3s ease;
}
.toggle-button::after {
    width: 21px;
    height: 2px;
}
.toggle-button::before {
    width: 2px;
    height: 21px;
}
.toggle-button.open::before {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
    .toggle-button {
        bottom: -22.5px;
        width: 45px;
        height: 45px;
    }
    .toggle-button::after {
        width: 18px;
        height: 2px;
    }
    .toggle-button::before {
        width: 2px;
        height: 18px;
    }
}


/* header */
.header {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 95px;
    margin: 0 calc(50% - 50vw);
    /* background-color: rgba(255, 255, 255, 0.8); */
    z-index: 9999;
    transition: all 0.5s ease;
}
.header .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    margin: 0 auto;
}
.header .content .logo {
    width: 240px;
    display: flex;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
}
.header .content .header-cv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 490px;
    height: 95px;
    gap: 20px;
    margin: 0 auto;
}
.header .content .header-cv ul li {
    position: relative;
    width: calc(50% - 10px);
    height: 60px;
    color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}
.header .content .header-cv ul li.tel {
    background-color: #11a2c9;
}
.header .content .header-cv ul li.reserve {
    background-color: #e28bb7;
}
.header .content .header-cv ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.header .content .header-cv ul li a p {
    position: relative;
    padding-left: 30px;
}
.header .content .header-cv ul li.tel a p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 14px;
    height: 17px;
    background: url(../img/tel.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}
.header .content .header-cv ul li.reserve a p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background: url(../img/mail_wh.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}
.header .content .header-cv ul li.tel:hover {
    transform: translateY(3px);
    background-color: #2eb3d7;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));
}
.header .content .header-cv ul li.reserve:hover {
    transform: translateY(3px);
    background-color: #e8abca;
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));
}
.header .content .header-cv ul li.tel p {
    font-size: 1.5rem;
    line-height: 0.75;
    letter-spacing: 0.05rem;
    padding-left: 20px;
}
.header .content .header-cv ul li.tel p .biz-hours {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .header {
        height: auto;
        background-color: transparent!important;
    }
    .header .container {
        padding: 0 20px;
    }
    .header .content .logo {
        width: 140px;
    }
    .header .content .header-cv  {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        box-sizing: border-box;
    }
    .header .content .header-cv ul {
        width: 100%;
        height: auto;
        gap: 10px;
        margin: 0 auto;
    }
    .header .content .header-cv ul li {
        width: calc(50% - 5px);
    }
    .header .content .header-cv ul li a p {
        font-size: 0.85rem;
        font-weight: 500;
    }
    .header .content .header-cv ul li:nth-of-type(1) a p {
        padding-left: 18px;
    }
    .header .content .header-cv ul li:nth-of-type(2) a p {
        padding-left: 23px;
    }
    .header .content .header-cv ul li.tel a p::after {
        width: 12px;
        height: 16px;
    }
    .header .content .header-cv ul li.reserve a p::after {
        width: 16px;
        height: 12px;
    }
    .header .content .header-cv ul li.tel p {
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.03rem;
    }
    .header .content .header-cv ul li.tel p .biz-hours {
        font-size: 0.64rem;
        font-weight: 500;
        letter-spacing: 0;
    }
}

/* footer */
.footer {}
.footer .container {
    padding: 90px 0;
}
.footer .content {
    text-align: center;
}
.footer .content .logo {
    width: 240px;
    margin: 0 auto 40px;
}
.footer .content .sns {
    margin-bottom: 40px;
}
.footer .content .sns ul {
    display: flex;
    flex-wrap: wrap;
    width: 132px;
    gap: 15px;
    margin: 0 auto;
}
.footer .content .sns ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 34px;
}
.footer .content .sns ul li img {
    display: block;
}
.footer .content .license {
    font-size: 0.75rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .footer .container {
        padding: 60px 20px;
    }
    .footer .content .logo {
        width: 210px;
        margin: 0 auto 20px;
    }
    .footer .content .sns {
        margin-bottom: 20px;
    }
    .footer .content .license {
        margin-bottom: 20px;
    }
}


/* page top */
.page-top a {
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: #808080;
    border-radius: 50%;
    transition-duration: 0.3s;
}
.page-top a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 21px;
    left: 19px;
}
@media screen and (max-width: 768px) {
    .page-top a {
        right: 13px;
        bottom: 13px;
    }
}
@media screen and (min-width: 769px) {
    .page-top a {
        right: 20px;
        bottom: 20px;
    }
}


.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 42.85%;
    margin: 0 auto 60px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: grayscale(100%); */
    border-radius: 8px;
}
@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
    .gmap {
        padding-top: 70%;
    }
}
