@charset "UTF-8";
body {
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
    .u-desktop {
        display: none;
    }
}

.u-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .u-mobile {
        display: block;
    }
}


/* リキッドレイアウト対応 */

main {
    font-size: 16px;
}

@media (max-width: 375px) {
    main {
        font-size: 4.2666666667vw;
    }
}

@media screen and (max-width: 768px) {
    main {
        font-size: 1.593625498vw;
    }
}

@media (min-width: 1004px) {
    main {
        font-size: 16px;
    }
}


/* pcの電話番号発信対応 */

@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Remove default padding */

ul,
ol {
    padding: 0;
}


/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}


/* Set core body defaults */

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}


/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
    list-style: none;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration-skip-ink: auto;
}


/* Make images easier to work with */

img {
    max-width: 100%;
    display: block;
    width: 100%;
}


/* Natural flow and rhythm in articles by default */

article>*+* {
    margin-top: 1em;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}


/* Blur images when they have no alt attribute */

img:not([alt]) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px);
}


/* フォームリセット */

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.inner {
    width: 100%;
    max-width: 1054px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .inner {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 728px;
    }
}

.introduce {
    background-color: #D6D5CD;
}

.introduce__title {
    background-color: #8A7F6F;
    padding: 30px 0;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .introduce__title {
        font-size: clamp(15px, 2.7472527473vw, 20px);
        padding: min(2.4725274725vw, 18px) 0;
    }
}

@media screen and (max-width: 350px) {
    .introduce__title {
        letter-spacing: 0.02em;
    }
}

.introduce__cards {
    padding: 57px min(6.6666666667vw, 80px) 60px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    row-gap: 42px;
}

@media screen and (max-width: 768px) {
    .introduce__cards {
        padding: min(5.4945054945vw, 40px) min(3.2967032967vw, 24px) min(4.1208791209vw, 30px);
        -webkit-column-gap: 4.94791667vw;
        -moz-column-gap: 4.94791667vw;
        column-gap: 4.94791667vw;
        row-gap: 3.90625vw;
    }
}

.introduce__card {
    width: calc(50% - 28px);
}

@media screen and (max-width: 768px) {
    .introduce__card {
        width: calc(50% - 2.47396vw);
    }
}

.introduce__img {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    aspect-ratio: 395/520;
}

.introduce__circle {
    width: min(9.9601593625vw, 100px);
    height: min(9.9601593625vw, 100px);
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: min(1.4940239044vw, 15px);
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    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;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .introduce__circle {
        width: clamp(55px, 10.3021978022vw, 75px);
        height: clamp(55px, 10.3021978022vw, 75px);
        font-size: min(1.5934065934vw, 11.6px);
        top: min(1.3736263736vw, 10px);
        left: min(1.3736263736vw, 10px);
    }
}

.introduce__text {
    font-size: min(1.8181818182vw, 20px);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.101em;
    color: #4D4D4D;
}

@media screen and (max-width: 768px) {
    .introduce__text {
        font-size: min(2.0604395604vw, 15px);
    }
}

.introduce__circle--red {
    background-color: #DDB7A4;
}

.introduce__circle--green {
    background-color: #9EBC7C;
}

.introduce__circle--blue {
    background-color: #A2C7D4;
}

.introduce__circle--purple {
    background-color: #BFACBD;
}

.kids-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.kids-figure__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: min(22.9083665339vw, 230px);
    margin-left: 25px;
}

@media screen and (max-width: 1000px) {
    .kids-figure__small {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .kids-figure__small {
        width: min(21.4285714286vw, 156px);
    }
}

.kids-figure__label {
    display: inline-block;
    width: min(10.0597609562vw, 101px);
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .kids-figure__label {
        width: clamp(50px, 13.8736263736vw, 101px);
    }
}

.kids-figure__small-picture {
    width: 100%;
    position: relative;
}

.kids-figure__small-picture::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 36px;
    border-color: transparent transparent transparent #6C5F4C;
    position: absolute;
    top: 50%;
    right: max(-4.6428571429vw, -65px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
    .kids-figure__small-picture::before {
        right: 0;
        -webkit-transform: translateY(-50%) translateX(130%);
        transform: translateY(-50%) translateX(130%);
        border-width: min(2.1912350598vw, 22px) 0 min(2.1912350598vw, 22px) min(3.5856573705vw, 36px);
    }
}

@media screen and (max-width: 768px) {
    .kids-figure__small-picture::before {
        border-width: min(2.1291208791vw, 15.5px) 0 min(2.1291208791vw, 15.5px) min(3.7087912088vw, 27px);
    }
}

@media screen and (max-width: 400px) {
    .kids-figure__small-picture::before {
        right: -20%;
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }
}

.kids-figure__block {
    margin-top: -10px;
}

.kids-figure__large {
    width: min(68.625498008vw, 689px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .kids-figure__large {
        width: min(67.3076923077vw, 490px);
        margin-left: 10px;
    }
}

.kids-figure__large-picture {
    position: relative;
    width: min(55.6772908367vw, 559px);
}

@media screen and (max-width: 768px) {
    .kids-figure__large-picture {
        width: clamp(176px, 52.1978021978vw, 380px);
    }
}

.kids-figure__number {
    display: inline-block;
    width: min(3.187250996vw, 32px);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .kids-figure__number {
        width: clamp(18px, 3.7087912088vw, 27px);
    }
}

.kids-figure__number:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.kids-figure__content {
    position: absolute;
}

.kids-figure__content--01 {
    bottom: min(34.0637450199vw, 342px);
    left: min(17.2310756972vw, 173px);
}

@media screen and (max-width: 768px) {
    .kids-figure__content--01 {
        bottom: clamp(110px, 32.1428571429vw, 234px);
        left: min(15.521978022vw, 113px);
    }
}

.kids-figure__content--02 {
    bottom: min(20.9163346614vw, 210px);
    left: min(23.406374502vw, 235px);
}

@media screen and (max-width: 768px) {
    .kids-figure__content--02 {
        bottom: min(19.2307692308vw, 140px);
        left: min(23.3516483516vw, 170px);
    }
}

.kids-figure__content--03 {
    top: min(36.8525896414vw, 370px);
    left: min(24.9003984064vw, 250px);
}

@media screen and (max-width: 768px) {
    .kids-figure__content--03 {
        top: min(34.7527472527vw, 253px);
        left: min(22.9395604396vw, 167px);
    }
}

.kids-figure__content--04 {
    top: min(41.6334661355vw, 418px);
    right: min(18.4262948207vw, 185px);
}

@media screen and (max-width: 768px) {
    .kids-figure__content--04 {
        top: min(38.5989010989vw, 281px);
        right: min(16.8956043956vw, 123px);
    }
}

.kids-figure__content--05 {
    top: min(16.9322709163vw, 170px);
    left: min(13.9442231076vw, 140px);
}

@media screen and (max-width: 768px) {
    .kids-figure__content--05 {
        top: min(16.0714285714vw, 117px);
        left: min(13.0494505495vw, 95px);
    }
}

.kids-figure__content--06 {
    top: min(6.0756972112vw, 61px);
    left: min(24.9003984064vw, 250px);
}

@media screen and (max-width: 768px) {
    .kids-figure__content--06 {
        top: min(5.4945054945vw, 40px);
        left: min(22.6648351648vw, 165px);
    }
}

.kids-figure__bubble {
    position: absolute;
}

.kids-figure__bubble--01 {
    width: min(29.780876494vw, 299px);
    right: min(3.984063745vw, 40px);
    bottom: max(-2.7888446215vw, -28px);
}

@media screen and (max-width: 768px) {
    .kids-figure__bubble--01 {
        width: min(32.0054945055vw, 233px);
        right: clamp(20px, 3.7087912088vw, 27px);
        bottom: max(-3.7087912088vw, -27px);
    }
}

.kids-figure__bubble--04 {
    width: min(29.6812749004vw, 298px);
    left: min(3.7848605578vw, 38px);
    bottom: 0px;
}

@media screen and (max-width: 768px) {
    .kids-figure__bubble--04 {
        width: min(30.9065934066vw, 225px);
        left: clamp(20px, 3.7087912088vw, 27px);
        bottom: 0;
    }
}

.kids {
    background-color: #E6E2D6;
}

.kids__title {
    font-size: min(1.9920318725vw, 20px);
    font-weight: 700;
    color: #fff;
    background-color: #6C5F4C;
    text-align: center;
    max-width: min(61.8525896414vw, 621px);
    width: 100%;
    padding: min(2.1912350598vw, 22px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
    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;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .kids__title {
        font-size: min(2.3351648352vw, 17px);
        max-width: min(69.3681318681vw, 505px);
        padding: min(1.3736263736vw, 10px);
        margin-bottom: min(4.1208791209vw, 30px);
    }
}

@media screen and (max-width: 650px) {
    .kids__title {
        letter-spacing: 0.07em;
    }
}

.kids__title span {
    font-size: min(2.9880478088vw, 30px);
}

@media screen and (max-width: 768px) {
    .kids__title span {
        font-size: min(3.2967032967vw, 24px);
    }
}

.kids__comment {
    margin-bottom: 28px;
}

.kids__top {
    max-width: min(62.7490039841vw, 630px);
    width: 100%;
    height: min(26.6932270916vw, 268px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .kids__top {
        max-width: min(59.3406593407vw, 432px);
        height: min(25.2747252747vw, 184px);
    }
}

.kids__icon01 {
    width: min(22.609561753vw, 227px);
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .kids__icon01 {
        width: min(21.4285714286vw, 156px);
    }
}

.kids__bubble {
    width: min(51.6932270916vw, 519px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .kids__bubble {
        width: min(48.7637362637vw, 355px);
    }
}

.kids__bubble-img {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.kids__bubble-text {
    font-size: min(2.7888446215vw, 28px);
    font-weight: 700;
    color: #EE7A2D;
    line-height: 1.6;
    width: min(34.561752988vw, 347px);
    text-align: center;
    position: absolute;
    top: min(5.4780876494vw, 55px);
    left: min(8.4661354582vw, 85px);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .kids__bubble-text {
        font-size: min(2.7472527473vw, 20px);
        line-height: 1.5;
        top: min(5.2083333333vw, 40px);
        left: min(7.8296703297vw, 57px);
    }
}

.kids__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: max(-1.6932270916vw, -17px);
}

.kids__text {
    font-size: min(2.7888446215vw, 28px);
    font-weight: 700;
    color: #6C5F4C;
    line-height: 1.6;
    margin-right: clamp(-54px, -7.4175824176vw, -16px);
    letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
    .kids__text {
        font-size: min(2.7472527473vw, 20px);
        line-height: 1.5;
    }
}

@media screen and (max-width: 650px) {
    .kids__text {
        letter-spacing: 0;
    }
}

.kids__icon02 {
    width: min(19.2231075697vw, 193px);
}

@media screen and (max-width: 768px) {
    .kids__icon02 {
        width: min(18.1318681319vw, 132px);
    }
}

@media screen and (max-width: 340px) {
    .kids__bottom {
        margin-top: 6px;
        position: relative;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .kids__icon02 {
        position: absolute;
        bottom: 3em;
        right: 0;
    }
}

.kids__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: min(12.9482071713vw, 130px);
}

@media screen and (max-width: 768px) {
    .kids__gallery {
        margin-bottom: min(9.3406593407vw, 68px);
        row-gap: clamp(5px, 1.3736263736vw, 10px);
    }
}

.kids__comment02 {
    width: min(33.0677290837vw, 332px);
    margin-top: clamp(-282px, -19.4482758621vw, -140px);
    margin-bottom: min(7.4701195219vw, 75px);
}

@media screen and (max-width: 768px) {
    .kids__comment02 {
        width: clamp(108px, 31.043956044vw, 226px);
        margin-top: clamp(-160px, -21.978021978vw, -70px);
        margin-bottom: min(6.1813186813vw, 45px);
    }
}

.kids__bubble02 {
    width: 100%;
    height: min(16.3346613546vw, 164px);
    position: relative;
}

@media screen and (max-width: 768px) {
    .kids__bubble02 {
        height: min(19.2307692308vw, 140px);
    }
}

.kids__bubble02-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.kids__bubble02-text {
    font-size: min(2.7888446215vw, 28px);
    font-weight: 700;
    line-height: 1.3;
    color: #EE7A2D;
    position: absolute;
    top: min(4.2222222222vw, 38px);
    left: min(4.9800796813vw, 50px);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .kids__bubble02-text {
        font-size: min(2.7472527473vw, 20px);
        line-height: 1.5;
        top: min(3.4340659341vw, 25px);
        left: min(4.8076923077vw, 35px);
    }
}

.kids__icon03 {
    width: min(10.6573705179vw, 107px);
    margin-right: 35px;
    margin-left: auto;
    margin-top: -10px;
}

@media screen and (max-width: 768px) {
    .kids__icon03 {
        width: min(10.0274725275vw, 73px);
    }
}

.kids__wrapper {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media screen and (max-width: 1000px) {
    .kids__wrapper {
        -webkit-column-gap: 3.90625vw;
        -moz-column-gap: 3.90625vw;
        column-gap: 3.90625vw;
    }
}

@media screen and (max-width: 650px) {
    .kids__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 8px;
    }
}

.kids__cards {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 1000px) {
    .kids__cards {
        width: calc(50% - 1.95313vw);
    }
}

@media screen and (max-width: 650px) {
    .kids__cards {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 8px;
    }
}

.kids__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: min(0.8964143426vw, 9px) min(1.1952191235vw, 12px);
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .kids__card {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

@media screen and (max-width: 768px) {
    .kids__card {
        padding: min(2.0604395604vw, 15px) min(1.6483516484vw, 12px);
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}

.kids__card::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1.6px solid #6C5F4C;
    border-right: 1.6px solid #6C5F4C;
    position: absolute;
    top: 50%;
    right: clamp(10px, 1.6483516484vw, 12px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

@media screen and (max-width: 768px) {
    .kids__card::before {
        width: min(1.6483516484vw, 12px);
        height: min(1.6483516484vw, 12px);
        display: block;
    }
}

.kids__card:hover .kids__copy {
    text-decoration: underline;
}

.kids__card .kids-figure__number {
    width: clamp(20px, 4.3956043956vw, 32px);
}

.kids__copy {
    font-size: min(1.9920318725vw, 20px);
    font-weight: 700;
    color: #6C5F4C;
}

@media screen and (max-width: 768px) {
    .kids__copy {
        font-size: clamp(14px, 2.4725274725vw, 18px);
    }
}

.main-view {
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 768px) {
    .main-view {
        height: auto;
    }
}

.main-view__swiper {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .main-view__swiper {
        height: auto;
    }
}

.main-view__text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 65px;
    max-width: 903px;
    width: 100%;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .main-view__text {
        max-width: 638px;
        bottom: 23px;
    }
}

.message {
    background-color: #E6E2D6;
}

.message__inner {
    max-width: 853px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

@media screen and (max-width: 768px) {
    .message__inner {
        padding: 0 20px;
    }
}

.message__text {
    padding: 36px 0;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .message__text {
        padding: min(4.1208791209vw, 30px) 0;
    }
}

.message__text span {
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 500;
    color: #6C5F4C;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .message__text span {
        font-size: min(3.2967032967vw, 24px);
    }
}

.message__text::before,
.message__text::after {
    content: "";
    width: 149px;
    height: 100px;
}

@media screen and (max-width: 768px) {
    .message__text::before,
    .message__text::after {
        width: min(16.3461538462vw, 119px);
        height: min(10.989010989vw, 80px);
    }
}

.message__text::before {
    border-top: 1px solid #6C5F4C;
    border-left: 1px solid #6C5F4C;
    position: absolute;
    top: 0;
    left: 0;
}

.message__text::after {
    border-right: 1px solid #6C5F4C;
    border-bottom: 1px solid #6C5F4C;
    position: absolute;
    bottom: 0;
    right: 0;
}

.message__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 625px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    .message__message {
        max-width: 625px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.message__icon {
    width: 100px;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .message__icon {
        width: min(13.7362637363vw, 100px);
        min-width: 50px;
    }
}

.message__icon img {
    height: auto;
}

.message__read {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #6C5F4C;
    letter-spacing: 0.1em;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .message__read {
        font-size: min(2.4725274725vw, 18px);
    }
}

@media screen and (max-width: 650px) {
    .message__read br {
        display: none;
    }
}

.message__title {
    font-size: 20px;
    font-weight: 700;
    color: #6C5F4C;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .message__title {
        font-size: min(2.7472527473vw, 20px);
        margin-bottom: min(2.1978021978vw, 16px);
    }
}

.point {
    background-color: #E6E2D6;
}

.point__message {
    font-size: clamp(18px, 1.9920318725vw, 20px);
    font-weight: 500;
    line-height: 2;
    color: #6C5F4C;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 87px;
}

@media screen and (max-width: 768px) {
    .point__message {
        font-size: min(2.8846153846vw, 21px);
        margin-bottom: min(10.989010989vw, 80px);
    }
}

.point__copy {
    font-size: clamp(20px, 2.6666666667vw, 28px);
    font-weight: 700;
    color: #6C5F4C;
    text-align: center;
    margin-bottom: 12px;
    text-indent: 0.12em;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
    .point__copy {
        font-size: min(3.8461538462vw, 28px);
        margin-bottom: min(1.9230769231vw, 14px);
        line-height: 1.5;
    }
}

.point__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .point__cards {
        row-gap: 3vw;
    }
}

.point__card {
    width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
    .point__card {
        width: 100%;
    }
}

.point__title {
    color: #fff;
    font-size: min(2.9880478088vw, 30px);
    letter-spacing: 0.07em;
    font-weight: 700;
    line-height: 1;
    padding: 26px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .point__title {
        font-size: min(4.1208791209vw, 30px);
        padding: min(3.5714285714vw, 26px);
    }
}

.point__wrapper {
    padding: min(3.3864541833vw, 34px) min(2.1978021978vw, 16px) min(4.5816733068vw, 46px);
}

@media screen and (max-width: 768px) {
    .point__wrapper {
        padding: min(2.7472527473vw, 20px) 0 min(3.8461538462vw, 28px);
    }
}

.point__text {
    font-size: clamp(13px, 1.6932270916vw, 17px);
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1vw;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .point__text {
        font-size: min(2.3351648352vw, 17px);
    }
}

.point__card--red {
    background-color: #DDB7A4;
}

.point__card--red .point__title {
    background-color: #BE6D4D;
}

.point__card--green {
    background-color: #9EBC7C;
}

.point__card--green .point__title {
    background-color: #659550;
}

.point__card--blue {
    background-color: #A2C7D4;
}

.point__card--blue .point__title {
    background-color: #0090B9;
}

.point__card--purple {
    background-color: #BFACBD;
}

.point__card--purple .point__title {
    background-color: #835E95;
}

.senior-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.senior-figure__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: min(20.5179282869vw, 206px);
    margin-left: 24px;
}

@media screen and (max-width: 1000px) {
    .senior-figure__small {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .senior-figure__small {
        width: min(19.2307692308vw, 140px);
    }
}

.senior-figure__label {
    display: inline-block;
    width: min(10.0597609562vw, 101px);
    margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
    .senior-figure__label {
        width: clamp(50px, 13.8736263736vw, 101px);
    }
}

.senior-figure__small-picture {
    width: 100%;
    position: relative;
}

.senior-figure__small-picture::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 36px;
    border-color: transparent transparent transparent #6C5F4C;
    position: absolute;
    top: 50%;
    right: max(-4.6428571429vw, -65px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
    .senior-figure__small-picture::before {
        right: 0;
        -webkit-transform: translateY(-50%) translateX(150%);
        transform: translateY(-50%) translateX(150%);
        border-width: min(2.1912350598vw, 22px) 0 min(2.1912350598vw, 22px) min(3.5856573705vw, 36px);
    }
}

@media screen and (max-width: 768px) {
    .senior-figure__small-picture::before {
        border-width: min(2.1291208791vw, 15.5px) 0 min(2.1291208791vw, 15.5px) min(3.7087912088vw, 27px);
    }
}

@media screen and (max-width: 400px) {
    .senior-figure__small-picture::before {
        right: -20%;
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }
}

.senior-figure__large {
    width: min(69.1235059761vw, 694px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .senior-figure__large {
        width: min(67.3076923077vw, 490px);
    }
}

.senior-figure__large-picture {
    position: relative;
    width: min(54.9800796813vw, 552px);
}

@media screen and (max-width: 768px) {
    .senior-figure__large-picture {
        width: clamp(183px, 51.510989011vw, 375px);
    }
}

.senior-figure__number {
    display: inline-block;
    width: min(3.187250996vw, 32px);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .senior-figure__number {
        width: clamp(18px, 3.7087912088vw, 27px);
    }
}

.senior-figure__number:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.senior-figure__content {
    position: absolute;
}

.senior-figure__content--01 {
    top: min(36.8525896414vw, 370px);
    right: min(13.3466135458vw, 134px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--01 {
        top: min(33.2417582418vw, 242px);
        right: min(12.3626373626vw, 90px);
    }
}

.senior-figure__content--02 {
    bottom: min(20.4183266932vw, 205px);
    left: min(11.4541832669vw, 115px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--02 {
        bottom: min(19.2307692308vw, 140px);
        left: min(9.6153846154vw, 70px);
    }
}

.senior-figure__content--03 {
    top: min(25.1992031873vw, 253px);
    left: min(14.8406374502vw, 149px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--03 {
        top: min(22.9395604396vw, 167px);
        left: min(13.8736263736vw, 101px);
    }
}

.senior-figure__content--04 {
    top: min(22.5099601594vw, 226px);
    left: min(28.984063745vw, 291px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--04 {
        top: min(20.3296703297vw, 148px);
        left: min(27.4725274725vw, 200px);
    }
}

.senior-figure__content--05 {
    top: min(2.9880478088vw, 30px);
    left: min(7.4701195219vw, 75px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--05 {
        top: min(2.4725274725vw, 18px);
        left: min(6.5934065934vw, 48px);
    }
}

.senior-figure__content--06 {
    top: min(2.9880478088vw, 30px);
    left: min(22.2111553785vw, 223px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--06 {
        top: min(2.4725274725vw, 18px);
        left: min(20.6043956044vw, 150px);
    }
}

.senior-figure__content--07 {
    top: min(2.9880478088vw, 30px);
    left: min(29.2828685259vw, 294px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--07 {
        top: min(2.4725274725vw, 18px);
        left: min(26.510989011vw, 193px);
    }
}

.senior-figure__content--08 {
    top: min(2.9880478088vw, 30px);
    left: min(38.7450199203vw, 389px);
}

@media screen and (max-width: 768px) {
    .senior-figure__content--08 {
        top: min(2.4725274725vw, 18px);
        left: min(36.1263736264vw, 263px);
    }
}

.senior-figure__bubble {
    position: absolute;
}

.senior-figure__bubble--01 {
    width: min(27.1912350598vw, 273px);
    left: min(3.187250996vw, 32px);
    top: min(3.187250996vw, 32px);
}

@media screen and (max-width: 768px) {
    .senior-figure__bubble--01 {
        width: min(27.7472527473vw, 202px);
        left: clamp(20px, 3.7087912088vw, 27px);
        top: clamp(20px, 3.7087912088vw, 27px);
    }
}

.senior-figure__bubble--03 {
    width: min(30.0796812749vw, 302px);
    right: min(3.187250996vw, 32px);
    top: min(3.187250996vw, 32px);
}

@media screen and (max-width: 768px) {
    .senior-figure__bubble--03 {
        width: min(30.7692307692vw, 224px);
        right: clamp(20px, 3.7087912088vw, 27px);
        top: clamp(20px, 3.7087912088vw, 27px);
    }
}

.senior-figure__bubble--04 {
    width: min(35.4581673307vw, 356px);
    left: min(3.187250996vw, 32px);
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .senior-figure__bubble--04 {
        width: min(35.8516483516vw, 261px);
        left: clamp(20px, 3.7087912088vw, 27px);
        bottom: 0;
    }
}

.senior {
    background-color: #D6D5CD;
}

.senior__title {
    font-size: min(1.9920318725vw, 20px);
    font-weight: 700;
    color: #fff;
    background-color: #6C5F4C;
    text-align: center;
    max-width: min(61.8525896414vw, 621px);
    width: 100%;
    padding: min(2.1912350598vw, 22px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
    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;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .senior__title {
        font-size: min(2.3351648352vw, 17px);
        max-width: min(69.3681318681vw, 505px);
        padding: min(1.3736263736vw, 10px);
        margin-bottom: min(4.1208791209vw, 30px);
    }
}

@media screen and (max-width: 650px) {
    .senior__title {
        letter-spacing: 0.07em;
    }
}

.senior__title span {
    font-size: min(2.9880478088vw, 30px);
}

@media screen and (max-width: 768px) {
    .senior__title span {
        font-size: min(3.2967032967vw, 24px);
    }
}

.senior__comment {
    margin-bottom: 28px;
}

.senior__top {
    max-width: min(82.7689243028vw, 831px);
    width: 100%;
    height: min(24.5019920319vw, 246px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .senior__top {
        max-width: min(78.1593406593vw, 569px);
        height: min(23.0769230769vw, 168px);
    }
}

.senior__icon01 {
    width: min(15.8366533865vw, 159px);
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .senior__icon01 {
        width: min(14.9725274725vw, 109px);
    }
}

.senior__bubble {
    width: min(71.2151394422vw, 715px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .senior__bubble {
        width: min(67.3076923077vw, 490px);
    }
}

.senior__bubble-img {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.senior__bubble-text {
    font-size: min(2.7888446215vw, 28px);
    font-weight: 700;
    color: #EE7A2D;
    line-height: 1.6;
    width: clamp(190px, 53.2868525896vw, 535px);
    position: absolute;
    top: min(6.6733067729vw, 67px);
    left: min(7.7689243028vw, 78px);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .senior__bubble-text {
        font-size: min(2.7472527473vw, 20px);
        line-height: 1.5;
        top: min(5.9065934066vw, 43px);
        left: min(5.9065934066vw, 43px);
    }
}

.senior__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: max(-2.4900398406vw, -25px);
}

@media screen and (max-width: 650px) {
    .senior__bottom {
        margin-top: 6px;
    }
}

.senior__text {
    font-size: min(2.7888446215vw, 28px);
    font-weight: 700;
    color: #6C5F4C;
    line-height: 1.6;
    margin-right: clamp(-27px, -3.7087912088vw, -16px);
    letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
    .senior__text {
        font-size: min(2.7472527473vw, 20px);
        line-height: 1.5;
    }
}

@media screen and (max-width: 650px) {
    .senior__text {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 340px) {
    .senior__text {
        width: clamp(305px, 70vw, 420px);
    }
}

.senior__icon02 {
    width: min(19.2231075697vw, 193px);
}

@media screen and (max-width: 768px) {
    .senior__icon02 {
        width: min(18.1318681319vw, 132px);
    }
}

.senior__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: min(9.9601593625vw, 100px);
}

@media screen and (max-width: 768px) {
    .senior__gallery {
        margin-bottom: min(9.3406593407vw, 68px);
        row-gap: clamp(5px, 1.3736263736vw, 10px);
    }
}

.senior__comment02 {
    width: min(29.8861480076vw, 315px);
    margin-top: clamp(-257px, -20.56vw, -160px);
    margin-bottom: min(10.5577689243vw, 106px);
}

@media screen and (max-width: 768px) {
    .senior__comment02 {
        width: min(30.9065934066vw, 225px);
        margin-top: clamp(-120px, -16.4835164835vw, -70px);
        margin-bottom: min(6.1813186813vw, 45px);
    }
}

.senior__bubble02 {
    width: 100%;
    height: min(21.1155378486vw, 212px);
    position: relative;
}

@media screen and (max-width: 768px) {
    .senior__bubble02 {
        height: min(21.978021978vw, 160px);
    }
}

.senior__bubble02-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.senior__bubble02-text {
    font-size: min(2.7888446215vw, 28px);
    font-weight: 700;
    line-height: 1.3;
    color: #EE7A2D;
    position: absolute;
    top: min(3.984063745vw, 40px);
    left: min(3.7848605578vw, 38px);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .senior__bubble02-text {
        font-size: min(2.7472527473vw, 20px);
        line-height: 1.5;
        top: min(3.4340659341vw, 25px);
        left: min(4.1208791209vw, 30px);
    }
}

.senior__icon03 {
    width: min(10.9561752988vw, 110px);
    margin-right: 35px;
    margin-left: auto;
    margin-top: -3px;
}

@media screen and (max-width: 768px) {
    .senior__icon03 {
        width: min(10.3021978022vw, 75px);
        margin-top: -4px;
    }
}

.senior__wrapper {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media screen and (max-width: 1000px) {
    .senior__wrapper {
        -webkit-column-gap: 3.90625vw;
        -moz-column-gap: 3.90625vw;
        column-gap: 3.90625vw;
    }
}

@media screen and (max-width: 650px) {
    .senior__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 8px;
    }
}

.senior__cards {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 1000px) {
    .senior__cards {
        width: calc(50% - 1.95313vw);
    }
}

@media screen and (max-width: 650px) {
    .senior__cards {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 8px;
    }
}

.senior__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: min(0.8964143426vw, 9px) min(1.1952191235vw, 12px);
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .senior__card {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

@media screen and (max-width: 768px) {
    .senior__card {
        padding: min(2.0604395604vw, 15px) min(1.6483516484vw, 12px);
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}

.senior__card::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1.6px solid #6C5F4C;
    border-right: 1.6px solid #6C5F4C;
    position: absolute;
    top: 50%;
    right: clamp(10px, 1.6483516484vw, 12px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

@media screen and (max-width: 768px) {
    .senior__card::before {
        width: min(1.6483516484vw, 12px);
        height: min(1.6483516484vw, 12px);
        display: block;
    }
}

.senior__card:hover .senior__copy {
    text-decoration: underline;
}

.senior__card .senior-figure__number {
    width: clamp(20px, 4.3956043956vw, 32px);
}

.senior__copy {
    font-size: min(1.9920318725vw, 20px);
    font-weight: 700;
    color: #6C5F4C;
}

@media screen and (max-width: 768px) {
    .senior__copy {
        font-size: clamp(14px, 2.4725274725vw, 18px);
    }
}

.senior__copy--02 {
    letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
    .senior__copy--02 {
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 768px) {
    .senior__copy--05 {
        letter-spacing: -0.1em;
    }
}

.senior__swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    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;
}

@media screen and (max-width: 768px) {
    .senior__swiper {
        height: 123%;
    }
}

.senior__swiper.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.kids__swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 106%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    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;
}

@media screen and (max-width: 1200px) {
    .kids__swiper {
        height: 110%;
    }
}

.kids__swiper.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 400px) {
    .senior__swiper {
        width: 106%;
        height: 118%;
        left: -3%;
    }
    .kids__swiper {
        width: 103%;
    }
}

@media screen and (max-width: 330px) {
    .senior__swiper {
        height: 115%;
    }
}

.senior__swiper-bg,
.kids__swiper-bg {
    background-color: #E6E2D6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.senior__swiper-inner,
.kids__swiper-inner {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .senior__swiper-inner,
    .kids__swiper-inner {
        height: 100%;
        padding: 0;
        margin-top: -5px;
    }
}

.swiper-senior,
.swiper-kids {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: clamp(12px, 2.9880478088vw, 30px) clamp(12px, 2.390438247vw, 24px) min(2.9880478088vw, 30px);
}

@media screen and (max-width: 768px) {
    .swiper-senior,
    .swiper-kids {
        height: 100%;
        padding-bottom: clamp(20px, 5.4945054945vw, 40px);
    }
}

.swiper__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.swiper__circle {
    width: min(12.3287671233vw, 144px);
    height: min(12.3287671233vw, 144px);
    border-radius: 50%;
    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;
    text-align: center;
    font-size: min(1.6267123288vw, 19px);
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .swiper__circle {
        width: 18.2692307692vw;
        height: 18.2692307692vw;
        font-size: 2.4725274725vw;
    }
}

.swiper__number {
    width: min(2.7397260274vw, 32px);
    margin-bottom: min(1.2842465753vw, 15px);
}

@media screen and (max-width: 768px) {
    .swiper__number {
        width: 3.9835164835vw;
    }
}

.circle--red {
    background-color: #DDB7A4;
}

.circle--blue {
    background-color: #A2C7D4;
}

.circle--green {
    background-color: #9EBC7C;
}

.circle--purple {
    background-color: #BFACBD;
}

.swiper__cancel {
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.swiper__cancel span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6C5F4C;
    position: absolute;
}

.swiper__cancel span:nth-child(1) {
    top: 12px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper__cancel span:nth-child(2) {
    bottom: 11px;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper__parent-cancel {
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: clamp(12px, 2.9880478088vw, 30px);
    right: clamp(12px, 2.390438247vw, 24px);
    z-index: 999;
}

.swiper__img {
    margin-left: 0;
    margin-right: auto;
    margin-top: -24px;
}

@media screen and (max-width: 768px) {
    .swiper__img {
        margin-top: -20px;
    }
}

.swiper__block--01 .swiper__img {
    width: min(83.6363636364vw, 920px);
}

@media screen and (max-width: 768px) {
    .swiper__block--01 .swiper__img {
        width: min(80.3385416667vw, 617px);
    }
}

.swiper__block--02 . {
    width: min(84.7619047619vw, 890px);
}

@media screen and (max-width: 768px) {
    .swiper__block--02 .swiper__img {
        width: min(81.6458333333vw, 604px);
    }
}

.swiper__block--03 .swiper__img {
    width: min(82vw, 820px);
}

@media screen and (max-width: 768px) {
    .swiper__block--03 .swiper__img {
        width: min(72.65625vw, 558px);
    }
}

.swiper__block--04 .swiper__img {
    width: min(82.5vw, 825px);
}

@media screen and (max-width: 768px) {
    .swiper__block--04 .swiper__img {
        width: min(72.3958333333vw, 556px);
    }
}

.swiper__block--05 .swiper__img {
    width: min(69vw, 690px);
}

@media screen and (max-width: 768px) {
    .swiper__block--05 .swiper__img {
        width: min(73.9583333333vw, 568px);
    }
}

.swiper__block--06 .swiper__img {
    width: min(75vw, 750px);
}

@media screen and (max-width: 768px) {
    .swiper__block--06 .swiper__img {
        width: min(56.640625vw, 435px);
    }
}

.swiper__block--07 .swiper__img {
    width: min(83vw, 830px);
}

@media screen and (max-width: 768px) {
    .swiper__block--07 .swiper__img {
        width: min(70.0520833333vw, 538px);
    }
}

.swiper__block--08 .swiper__img {
    width: min(81.8181818182vw, 900px);
}

@media screen and (max-width: 768px) {
    .swiper__block--08 .swiper__img {
        width: min(78.125vw, 600px);
    }
}

.kids-swiper__block--01 .swiper__img {
    width: min(81.8vw, 818px);
}

@media screen and (max-width: 768px) {
    .kids-swiper__block--01 .swiper__img {
        width: min(81.5625vw, 588px);
    }
}

.kids-swiper__block--02 .swiper__img {
    width: min(80.2vw, 802px);
}

@media screen and (max-width: 768px) {
    .kids-swiper__block--02 .swiper__img {
        width: min(70.6666666667vw, 512px);
    }
}

.kids-swiper__block--03 .swiper__img {
    width: min(85.2vw, 852px);
}

@media screen and (max-width: 768px) {
    .kids-swiper__block--03 .swiper__img {
        width: min(74.5729166667vw, 542px);
    }
}

.kids-swiper__block--04 .swiper__img {
    width: min(86.4vw, 864px);
}

@media screen and (max-width: 768px) {
    .kids-swiper__block--04 .swiper__img {
        width: min(66.9322916667vw, 491px);
    }
}

.kids-swiper__block--05 .swiper__img {
    width: min(82vw, 820px);
}

@media screen and (max-width: 768px) {
    .kids-swiper__block--05 .swiper__img {
        width: min(66.4114583333vw, 487px);
    }
}

.kids-swiper__block--06 .swiper__img {
    width: min(72.7vw, 727px);
}

@media screen and (max-width: 768px) {
    .kids-swiper__block--06 .swiper__img {
        width: min(64.6770833333vw, 466px);
    }
}

.swiper__text {
    font-size: min(2.390438247vw, 24px);
    font-weight: 700;
    color: #6C5F4C;
    line-height: 1.5;
    margin-left: 1em;
}

@media screen and (max-width: 768px) {
    .swiper__text {
        font-size: 2.4725274725vw;
    }
}

.swiper__text span {
    font-size: min(4.1832669323vw, 42px);
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .swiper__text span {
        font-size: 4.1208791209vw;
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #D6D5CD;
    opacity: 1;
}

@media screen and (max-width: 650px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.swiper-pagination-bullet-active {
    background-color: #6C5F4C;
}

.senior__wrapper.senior__wrapper--modal,
.kids__wrapper.kids__wrapper--modal {
    width: 100%;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

@media screen and (max-width: 768px) {
    .senior__wrapper.senior__wrapper--modal,
    .kids__wrapper.kids__wrapper--modal {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

@media screen and (max-width: 768px) {
    .senior__wrapper.senior__wrapper--modal,
    .kids__wrapper.kids__wrapper--modal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 375px) {
    .senior__wrapper.senior__wrapper--modal,
    .kids__wrapper.kids__wrapper--modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 4px;
    }
}

.senior__wrapper.senior__wrapper--modal .senior__cards,
.senior__wrapper.senior__wrapper--modal .kids__cards,
.kids__wrapper.kids__wrapper--modal .senior__cards,
.kids__wrapper.kids__wrapper--modal .kids__cards {
    width: calc(50% - 6px);
    row-gap: 12px;
}

@media screen and (max-width: 768px) {
    .senior__wrapper.senior__wrapper--modal .senior__cards,
    .senior__wrapper.senior__wrapper--modal .kids__cards,
    .kids__wrapper.kids__wrapper--modal .senior__cards,
    .kids__wrapper.kids__wrapper--modal .kids__cards {
        width: calc(50% - 4px);
        row-gap: 8px;
    }
}

@media screen and (max-width: 375px) {
    .senior__wrapper.senior__wrapper--modal .senior__cards,
    .senior__wrapper.senior__wrapper--modal .kids__cards,
    .kids__wrapper.kids__wrapper--modal .senior__cards,
    .kids__wrapper.kids__wrapper--modal .kids__cards {
        width: 100%;
        max-width: 100%;
        row-gap: 4px;
    }
}

.senior__wrapper.senior__wrapper--modal .senior__card,
.senior__wrapper.senior__wrapper--modal .kids__card,
.kids__wrapper.kids__wrapper--modal .senior__card,
.kids__wrapper.kids__wrapper--modal .kids__card {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

@media screen and (max-width: 768px) {
    .senior__wrapper.senior__wrapper--modal .senior__card,
    .senior__wrapper.senior__wrapper--modal .kids__card,
    .kids__wrapper.kids__wrapper--modal .senior__card,
    .kids__wrapper.kids__wrapper--modal .kids__card {
        padding: min(1.0666666667vw, 8px) min(0.8vw, 6px);
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}

@media screen and (max-width: 375px) {
    .senior__wrapper.senior__wrapper--modal .senior__card,
    .senior__wrapper.senior__wrapper--modal .kids__card,
    .kids__wrapper.kids__wrapper--modal .senior__card,
    .kids__wrapper.kids__wrapper--modal .kids__card {
        padding: 6px 8px;
    }
}

@media screen and (max-width: 650px) {
    .senior__wrapper.senior__wrapper--modal .senior__card::before,
    .senior__wrapper.senior__wrapper--modal .kids__card::before,
    .kids__wrapper.kids__wrapper--modal .senior__card::before,
    .kids__wrapper.kids__wrapper--modal .kids__card::before {
        right: 5px;
    }
}

.senior__wrapper.senior__wrapper--modal .senior-figure__number,
.senior__wrapper.senior__wrapper--modal .kids-figure__number,
.kids__wrapper.kids__wrapper--modal .senior-figure__number,
.kids__wrapper.kids__wrapper--modal .kids-figure__number {
    width: 20px;
}

@media screen and (max-width: 768px) {
    .senior__wrapper.senior__wrapper--modal .senior-figure__number,
    .senior__wrapper.senior__wrapper--modal .kids-figure__number,
    .kids__wrapper.kids__wrapper--modal .senior-figure__number,
    .kids__wrapper.kids__wrapper--modal .kids-figure__number {
        width: clamp(12px, 2.6666666667vw, 20px);
    }
}

@media screen and (max-width: 375px) {
    .senior__wrapper.senior__wrapper--modal .senior-figure__number,
    .senior__wrapper.senior__wrapper--modal .kids-figure__number,
    .kids__wrapper.kids__wrapper--modal .senior-figure__number,
    .kids__wrapper.kids__wrapper--modal .kids-figure__number {
        width: 18px;
    }
}

.senior__wrapper.senior__wrapper--modal .senior__copy,
.senior__wrapper.senior__wrapper--modal .kids__copy,
.kids__wrapper.kids__wrapper--modal .senior__copy,
.kids__wrapper.kids__wrapper--modal .kids__copy {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .senior__wrapper.senior__wrapper--modal .senior__copy,
    .senior__wrapper.senior__wrapper--modal .kids__copy,
    .kids__wrapper.kids__wrapper--modal .senior__copy,
    .kids__wrapper.kids__wrapper--modal .kids__copy {
        font-size: min(2.5531914894vw, 12px);
    }
}

.fixed {
    overflow: hidden;
}

.swiper-slide {
    overflow-y: auto;
}

.test {
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .test {
        background-color: red;
        font-size: 50px;
    }
}

.top__point {
    padding-top: 65px;
    padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
    .top__point {
        padding-top: min(4.532967033vw, 33px);
        padding-bottom: min(9.6153846154vw, 70px);
    }
}

.top__senior {
    padding-bottom: 116px;
}

@media screen and (max-width: 768px) {
    .top__senior {
        padding-bottom: min(9.6153846154vw, 70px);
    }
}

.top__kids {
    padding-bottom: 116px;
}

@media screen and (max-width: 768px) {
    .top__kids {
        padding-bottom: min(9.6153846154vw, 70px);
    }
}

.top__introduce {
    padding: 84px 0 80px;
}
@media screen and (max-width: 768px) {
    .top__introduce {
        padding: min(9.6153846154vw, 70px) 0;
    }
}

.top__message,.top__movies{
    padding: 75px 0 125px;
}
.top__movies{
  background: #E7E2D5;
 font-size: 1.6rem;
}
.top__movies .top__movies__inner{
 max-width: 1160px;
 margin:0 auto;
 padding: 57px min(6.6666666667vw, 80px) 60px;
}
.top__movies header .top__movies__title{
  color: #6C5F4C;
 text-align: center;
 font-family: Noto Sans JP;
 font-size: 1.5em;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
.top__movies .movies__cards{
 display: flex;
 flex-wrap: wrap;
 column-gap: 1.4rem;
 row-gap:  1.4rem;
}
.top__movies .top__movies__inner a.js-modal-btn picture,.top__movies .top__movies__inner a.js-modal-btn .btn{transition: all .3s linear;cursor: pointer;}
.top__movies .top__movies__inner a.js-modal-btn picture:hover,.top__movies .top__movies__inner a.js-modal-btn .btn:hover{
 opacity: .7;
}
.top__movies .movies__cards .movies__card{
 position: relative;
 width: calc(25% - 1.05rem);
}
.top__movies .movies__cards .movies__card .movies__card__inner{
 position: relative;
 border-radius: 0.75em;
 padding: .75em;
 background: #FFF;
 z-index: +1;
}
.top__movies .movies__cards .movies__card picture{
 display: block;
 border-radius: 1.2rem;
 overflow: hidden;
 position: relative;
}
.top__movies .movies__cards .movies__card picture:after{
 content: "";
 width:2.5em;
 height:2.5em;
 display: block;
 position: absolute;
 top:50%;left:50%;
 transform: translate(-50% ,-50%);
 background: url("../images/thums/play.svg") no-repeat center center;
 background-size:cover;
}
.top__movies .movies__cards .movies__card p{
 margin: .75em 0;
}
.top__movies .movies__cards .movies__card picture img{
 max-width: 100%;
 height:auto;
}
.top__movies .movies__cards .movies__card .btn{
 margin: 1.25em auto;
 display:flex;
 padding: 0.5rem 2.5rem;
 justify-content: center;
 align-items: center;
 gap: 0.625rem;
 border-radius: 5.625rem;
 background: #423334;
 color: #fff;
}
.top__movies .movies__cards .movies__card .movie__new{
 position: absolute;
 top:0;left:0;
 display: block;
 color:#fff;
 text-align: center;
 font-size: 0.75em;
 border-radius: 0.125em;
 background: #423334;
 width: 3em;
 height: 3em;
 flex-shrink: 0;
 transform: translateY(-1.5em);
}
.top__movies .top__movies__inner footer{
 margin-top: 5em;
}
.top__movies .top__movies__inner footer .btn{
 display: block;
 position: relative;
 width:100%;
 background: url("../images/common/Rectangle11.png");
 background-position: center center;
 background-size: cover;
 color:#fff;
 border-radius: 0.3125em;
}
.top__movies .top__movies__inner footer .btn picture{
 display: block;
}
.top__movies .top__movies__inner footer .btn .tx2{
 margin-top: 1.25em;
}
.top__movies .top__movies__inner footer .btn .tx3{
 position: absolute;
}
@media screen and (min-width: 769px) {
 .top__movies .movies__cards .movies__card .btn{
   max-width: 75%;
  }
 .top__movies .top__movies__inner footer .btn{
  padding:4em 2em;
  }
 .top__movies .top__movies__inner footer .btn .tx1 img{
  max-width: 50%;
 }
 .top__movies .top__movies__inner footer .btn .tx2 img{
  max-width: 45%;
 }
 .top__movies .top__movies__inner footer .btn .tx3{
  right: 2em;
  bottom: 2em;
 }
 .top__movies .top__movies__inner footer .btn .tx3 img{
  max-width: 9em;
 }
}
@media screen and (max-width: 768px) {
  .top__message,.top__movies{
      padding: min(9.6153846154vw, 70px) 0 min(34.3406593407vw, 250px);
  }
  .top__movies .movies__cards {
      column-gap: 0;
      row-gap: 1.5em;
  }
  .top__movies .movies__cards .movies__card{
      width:100%;
  }
 .top__movies .movies__cards .movies__card .btn{
   max-width: 55%;
  }
 .top__movies .top__movies__inner footer .btn{
  padding:1.5em 1.5em 5em;
 }
 .top__movies .top__movies__inner footer .btn .tx1 img{
  max-width: 75%;
 }
 .top__movies .top__movies__inner footer .btn .tx3{
  right: 1.5em;
  bottom: 1.5em;
 }
 .top__movies .top__movies__inner footer .btn .tx3 img{
  max-width: 7em;
 }
}


/*# sourceMappingURL=styles.css.map */