section{
    padding: 100px 5%;
    padding-top: 0;
}
section#features {
    padding-top: 100px;
}
section h2{
    letter-spacing: 0.2em;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 1.5rem;
}
section h2 span{
    display: inline-block;
}
section .title-item {
    margin-top: 1em;
}
/*bubble*/
.bubble{
    position: relative;
    display: inline-block;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    background: rgb(211, 230, 236);
    color: rgb(0, 0, 0);
    letter-spacing: 0.1em;
}
.bubble::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: -21px;
    box-shadow: -3px -15px 0 -5px rgb(211, 230, 236) inset;
}

/* triangle-icon */
.triangle-icon {
    width: 2em;
    height: 1em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: rgb(100, 100, 100);
    display: block;
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    section h2{
        font-size: 2.2rem;
    }
    section .reservation-time .title-item h2 {
        font-size: 1.5rem !important;
    }
    section h2 span{
        display: inline-block;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    section{
        padding: 100px calc((100% - 1080px) / 2);
        padding-top: 0;
    }
    section#features {
        padding-top: 100px;
    }
}

/*===========================================================
    section-sticky
===========================================================*/
.section-sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em 3em;
}
.section-sticky:has(.section-sticky__right) {
    flex-direction: column-reverse;
    justify-content: center;
}
.sticky-phone {
    max-width: 400px;
    min-width: 275px;
    width: 25%;
}
.sticky-phone img {
    width: 100%;
}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .section-sticky {
        flex-direction: row !important;
        align-items: flex-start;
    }
    .section-sticky:has(.section-sticky__right) {
        justify-content: space-between;
    }
    .section-sticky__left {
        position: sticky;
        top: 10em;
        left: 0;
    }
    .section-sticky__right {
        position: sticky;
        top: 10em;
        right: 0;
    }
}

/*--------------------------------------------

firstview

--------------------------------------------*/
#firstview{
    background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%),
    url(../images/new_beginners_guide/first_view.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 47% center;
    width: 100vw;
    width: 100lvw;
    height: 100vh;
    height: 100svh;
    position: relative;
}
#firstview .title-menu{
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#firstview .title-menu h1{
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
#firstview .title-menu h1 small {
    font-size: 50%;
    line-height: 1em;
}
#firstview .title-menu p{
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    width: fit-content;
    letter-spacing: 0.1em;
}
#firstview .title-menu ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#firstview .title-menu ul li a{
    color: rgb(0, 0, 0);
    position: relative;
    padding-left: 20px;
}
#firstview .title-menu ul li a::before{
    content: "";
    background: rgb(0, 0, 0);
    height: 1px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #firstview{
        background-position: 60%;
    }
    #firstview .title-menu h1{
        font-size: 3rem;
    }
    #firstview .title-menu{
        gap: 40px;
    }
    #firstview .title-menu ul{
        gap: 20px;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #firstview{
        background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%),
        url(../images/new_beginners_guide/first_view.webp);
        background-size: 125%;
        background-position: left center;
    }
    #firstview .title-menu h1{
        font-size: 3.5rem;
        text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
    }
}
/*--------------------------------------------
min-width 1500
--------------------------------------------*/
@media (min-width: 1500px) {
    #firstview .title-menu{
        left: 20%;
        bottom: 10%;
    }
}

/*--------------------------------------------

question

--------------------------------------------*/
#question{
    padding: 100px 0;
}
/*title-item*/
#question .title-item{
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    position: relative;
}
#question .title-item::before{
    content: "";
    background: linear-gradient(90deg, rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224));
    width: 90%;
    height: 100px;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: skewY(-0.025turn);
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}
#question .title-item p{
    position: relative;
}
#question .title-item p::before{
    content: "";
    background: rgb(0, 0, 0);
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*ul*/
#question ul{
    width: 90%;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#question ul li {
    width: calc(100% - 2em);
}
#question ul li:nth-child(even) {
    margin: 0 0 0 auto;
}

.question-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 200px;
    border: solid 2px rgb(0, 160, 213);
    padding: 0.5em 1em;
}
.question-btn svg {
    height: 2em;
}
.question-btn svg path {
    fill: rgb(0, 160, 213);
}
.question-btn span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



/*scroll-item*/
#question .scroll-item {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#question .scroll-item span {
    display: inline-block;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 13px;
    padding: 10px 10px 110px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    overflow: hidden;
    margin: auto;
    line-height: 1em;
}
#question .scroll-item span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100px;
    background: rgb(240, 240, 240);
}
#question .scroll-item span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100px;
    background: rgb(0, 0, 0);
}
#question .scroll-item span:after {
    animation: scrollItem 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
#question .scroll-item span:hover {
    opacity: .5;
}
@keyframes scrollItem {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #question{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #question ul{
        width: 40%;
    }
    #question .scroll-item{
        width: 100%;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #question{
        padding: 5% calc((100% - 1080px) / 2);
    }
    #question ul{
        margin: 0;
    }
    #question .scroll-item {
        padding-top: 100px;
    }
}

/*--------------------------------------------

features

--------------------------------------------*/
#features {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.features-content .section-sticky__right {
    max-width: 500px;
    width: 100%;
}
.features-content .section-sticky__right img {
    width: 100%;
}

.features-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}
.features-detail ul {
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.5em;
}
.features-detail ul li {
    text-align: center;
    width: calc(100% / 3 - 1em / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224));
    padding: 1em;
}
.features-detail ul li img {
    width: 50%;
    height: auto;
}
.features-detail ul li span {
    font-size: 90%;
    line-height: 1.25em;
}
.features-detail > p {
    font-size: 114%;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
    padding-top: 1em;
}
.features-detail > p span {
    font-size: 140%;
    line-height: 1em;
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {

}

/*--------------------------------------------

menu

--------------------------------------------*/
#menu{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
    /* background: linear-gradient(180deg, rgb(255, 255, 255) 0% ,rgb(255, 255, 255) 5% ,rgb(217, 243, 254) 5% ,rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224) ,rgb(255, 255, 255)); */
    position: relative;
    z-index: 1;
}
/* #menu::before{
    content: "";
    background: rgb(255, 255, 255);
    height: 80px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    top: 4.9%;
    left: 0;
    z-index: -1;
} */
#menu .title-item {
    margin-bottom: -50px;
}
#menu .title-item p{
    padding-top: 20px;
}
#menu .title-item p span{
    display: block;
}

/* menu-content */
.menu-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
/* menu-list */
.menu-list {
    max-width: 900px;
    height: 18em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(20, 122, 177, 0.6), rgba(21, 206, 128, 0.6), rgba(255, 255, 0, 0.6));;
    padding: 0.5em;
    margin: 0 auto;
}
.menu-item {
    width: calc((100% + 7.5%) / 3);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.menu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-item p {
    text-align: center;
}
.menu-item--blue {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
.menu-item--blue img {
    max-width: 350px;
    width: 150%;
    object-position: 0 40%;
    display: block;
    margin-left: -30%;
}
@media (min-width: 810px) {
    .menu-item--blue img {
        max-width: 500px;
        width: 105%;
        margin-left: -6%;
    }
}
.menu-item--green {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    margin: 0 -3.75%;
}
.menu-item--yellow {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.menu-item--yellow img {
    object-position: 25%;
}
.menu-item p {
    font-size: 95%;
    font-weight: 600;
    background: rgb(255, 255, 255);
    border-radius: 200px;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

.menu-message h3 {
    font-size: 130%;
}

.menu-img {
    max-width: 400px;
    width: 100%;
}
.menu-img img {
    width: 100%;
}

/* menu-time */
/* reservation-time */
.reservation-time .title-item {
    padding-bottom: 2em;
}
.reservation-time img {
    width: 100%;
    height: auto;
    display: block;
}
.reservation-time__pc {
    display: none !important;
}
.reservation-time__sp {
    max-width: 400px;
    margin: 0 auto;
}

/* menu-free */
.menu-free {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}
.menu-free__content {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    border: solid 2px rgb(0, 160, 213);
}
.menu-free__content h3 {
    width: 100%;
    text-align: center;
    background: rgb(0, 160, 213);
    color: rgb(255, 255, 255);
    padding: 0.25em 2em;
    margin: 0 auto;
}
.menu-free__img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 0 1em;
}
.menu-free__img {
    width: 100%;
}
.menu-free__img:has(> div:nth-child(2)) div {
	width: calc(100% / 2 - 1em / 2);
}
.menu-free__img img {
    width: 100%;
}
.menu-free__img:has(> div:nth-child(2)) div img {
    height: 15em;
    object-fit: cover;
}
.menu-free__img h4 {
    width: fit-content;
    background: rgb(0, 160, 213);
    border-radius: 200px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    margin-top: -1em;
    padding: 0.25em 1em;
    position: relative;
    z-index: 2;
}

.menu-free__content dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 0 1em;
}
.menu-free__content dt {
    width: 100%;
    text-align: center;
    color: rgb(0, 160, 213);
    font-weight: 700;
}
.menu-free__content dd {
    width: calc(100% / 2 - 1em / 2);
    color: rgb(0, 160, 213);
    font-weight: 700;
    font-size: 150%;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    padding: 1em;
    border: solid 2px rgb(0, 160, 213);
}
.menu-free__content > p {
    font-weight: 700;
    padding: 0 1em;
    padding-bottom: 1em;
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    /* menu-content */
    .menu-select__detail li {
        width: calc(100% / 3 - 2em / 3);
    }
    .menu-message h3 {
        font-size: 120%;
    }
}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    /* menu-content */

    /* menu-time */
    /* reservation-time */
    .reservation-time__pc {
        display: block !important;
    }
    .reservation-time__sp {
        display: none !important;
    }
    .reservation-time img {
        max-width: 900px;
        margin: 0 auto;
    }

    /* menu-free */
    .menu-free {
        flex-direction: row;
        align-items: stretch;
    }
    .menu-free__img img {
        height: 20em !important;
        object-fit: cover;
    }
    .menu-free__content dd {
        font-size: 120%;
        width: calc(100% / 4 - 3em / 4);
    }
}

/*--------------------------------------------
min-width 1200
--------------------------------------------*/
@media (min-width: 1200px) {
    
}

/*--------------------------------------------

reservation

--------------------------------------------*/
#reservation{
    background: linear-gradient(180deg, rgb(255, 255, 255) 0% ,rgb(255, 255, 255) 5% ,rgb(217, 243, 254) 5% ,rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224) ,rgb(255, 255, 255) 40%);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#reservation::before{
    content: "";
    background: rgb(255, 255, 255);
    height: 80px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 4.9%;
    left: 0;
    z-index: -1;
}



/* reservation-ui */
.reservation-ui__slider {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 100px;
}
.reservation-ui__slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.reservation-ui__slider .slick-dots li{
    max-width: 80px;
    width: calc(100% / 3 - 2em / 3) !important;
    height: fit-content !important;
    margin: 0 !important;
}
.reservation-ui__slider .slick-dots li button{
    opacity: 0.5;
    font-size: 110% !important;
    color: rgb(50, 50, 50) !important;
    border: solid 2px rgb(100, 100, 100) !important;
    width: 100% !important;
    height: fit-content !important;
    border-radius: 100px;
    line-height: 1.2em !important;
    padding: 0 !important;
    font-weight: 700;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
}
.reservation-ui__slider .slick-dots li.slick-active button{
    background: linear-gradient(90deg, rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224)) !important;
    opacity: 1;
}
.reservation-ui__slider .slick-dots li button > span{
    display: block;
    font-size: 250%;
    line-height: 1em;
}
.reservation-ui__slider .slick-dots li button::before{
    content: none !important;
}
.reservation-ui__slider .slick-dots{
    bottom: auto !important;
    top: 0;
}
.reservation-ui__slider .slick-dotted.slick-slider{
    margin-bottom: 20px !important;
}

.reservation-ui__slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.reservation-ui__slide h3 {
    display: none;
    max-width: 400px;
    width: calc(100% - 3em);
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    padding: 0.5em 1em;
}
.reservation-ui__slide h3::before {
    content: "";
    width: 1em;
    height: 100%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 0;
    right: calc(-1em + 1px);
}

.reservation-ui__slide:nth-child(1) h3,
.reservation-ui__slide:nth-child(1) h3::before {
    background: rgb(104, 217, 255);
}
.reservation-ui__slide:nth-child(2) h3,
.reservation-ui__slide:nth-child(2) h3::before {
    background: rgb(42, 200, 252);
}
.reservation-ui__slide:nth-child(3) h3 {
    background: rgb(0, 160, 213);
}
.reservation-ui__slide img {
    max-height: 60vh;
    max-height: 60lvh;
}
.reservation-ui__slide p {
    max-width: 400px;
    width: calc(100% - 2em);
    text-align: center;
    border-radius: 1em;
    border: solid 2px rgb(0, 160, 213);
    padding: 1em;
}
.reservation-ui__slide p span {
    display: inline-block;
}

/* reservation-go */
.reservation-go__img {
    max-width: 500px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.reservation-go__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 1em;
}

.reservation-go__content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.reservation-go__content dl {
    padding: 1em;
    border-radius: 1em;
    background: linear-gradient(135deg, rgb(217, 243, 254), rgb(217, 248, 234), rgb(255, 255, 224));
}
.reservation-go__content dt {
    text-align: center;
    width: fit-content;
    min-width: 15em;
    background: rgb(255, 255, 255);
    border-radius: 200px;
    padding: 0.25em 1em;
    margin: 0 auto;
    margin-bottom: 1em;
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    /* reservation-ui */
    .reservation-ui__slider {
        width: 100%;
        margin-bottom: 50px;
    }
    .reservation-ui__slide h3 {
        display: block;
    }
}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    /* reservation-ui */
    .reservation-ui__slider {
        padding-top: 20px;
    }

    /* reservation-go */
    .reservation-go__content {
        width: 50%;
    }
    .reservation-go__img {
        width: calc(50% - 3em);
    }
    .reservation-go__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
}

/*--------------------------------------------
min-width 1200
--------------------------------------------*/
@media (min-width: 1200px) {
    
}

/*--------------------------------------------

family

--------------------------------------------*/
#family {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
/* family-content */
.family-content__img {
    max-width: 500px;
    width: 100%;
}
.family-content__img img {
    width: 100%;
}
/* family-details */
.family-details {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin: 0 auto;
}

/* family-share */
.family-share {
    text-align: center;
}
.family-share dt {
    font-weight: 700;
    margin-bottom: 0.5em;
}
.family-share dd:nth-of-type(1) {
    font-size: 150%;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(217, 243, 254), rgb(217, 248, 234), rgb(255, 255, 224));
    padding: 1em;
}

/* family-terms */
.family-terms {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.family-terms dl {
    width: 100%;
    padding: 1em;
    border-radius: 1em;
    background: linear-gradient(135deg, rgb(217, 243, 254), rgb(217, 248, 234), rgb(255, 255, 224));
}
.family-terms dt {
    text-align: center;
    width: fit-content;
    min-width: 15em;
    background: rgb(255, 255, 255);
    border-radius: 200px;
    padding: 0.25em 1em;
    margin: 0 auto;
    margin-bottom: 1em;
}
.family-terms dd {
    text-align: center;
    font-weight: 700;
    font-size: 120%;
}
.family-plus {
    font-size: 150%;
    font-weight: 700;
}

/* family-off */
.family-off {
    font-size: 4.5vw;
    font-size: 4.5svw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.family-arrow {
    width: 0.5em;
    height: 13em;
    display: block;
    background: linear-gradient(180deg ,rgb(134, 202, 238) ,rgb(139, 233, 194) ,rgb(255, 216, 41));
    position: relative;
    margin: 0 calc(1.5em / 2);
    margin-bottom: 1em;
}
.family-arrow::before {
    content: "";
    width: 2em;
    height: 1em;
    background: rgb(255, 216, 41);
    position: absolute;
    left: 50%;
    bottom: -0.9em;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.family-list {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.family-list li {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.family-list img {
    width: 5em;
    height: 3em;
    object-fit: contain;
}
.family-list dl {
    display: flex;
    align-items: flex-end;
}
.family-list dd {
    font-family: "Anton", "Noto Sans JP";
    display: flex;
    align-items: flex-end;
}
.family-list dd span {
    font-size: 280%;
    line-height: 1em;
    font-weight: 700;
	background:linear-gradient(135deg ,rgb(20, 122, 177) ,rgb(21, 206, 128) ,rgb(255, 216, 41));
	letter-spacing: 0.05em;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
.family-model__link {
    font-size: 110%;
    letter-spacing: 0.1em;
    max-width: 400px;
    width: 100%;
    text-align: center;
    background: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 1em;
}

/*--------------------------------------------
min-width 500
--------------------------------------------*/
@media (min-width: 500px) {
/* family-off */
.family-off {
    font-size: 150%;
}
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}

/*--------------------------------------------
min-width 1200
--------------------------------------------*/
@media (min-width: 1200px) {
    
}

/*--------------------------------------------

semi

--------------------------------------------*/
#semi{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#semi .title-item p{
    padding-top: 20px;
}
#semi .title-item p span{
    display: block;
}
.semi-message .border-bubble{
    position: relative;
    border: 1px solid rgb(50, 50, 50);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.semi-message .border-bubble::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: rgb(50, 50, 50);
    bottom: -4px;
    left: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(-50deg);
}
.semi-message p{
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.semi-content p{
    padding-top: 10px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    
}

/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .semi-message p{
        display: flex;
        justify-content: center;
    }
}

/*--------------------------------------------
min-width 1200
--------------------------------------------*/
@media (min-width: 1200px) {
    
}

/*--------------------------------------------

comparison

--------------------------------------------*/
#comparison{
    background: linear-gradient(180deg, rgb(255, 255, 255) 0% ,rgb(255, 255, 255) 5% ,rgb(217, 243, 254) 5% ,rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224) ,rgb(255, 255, 255));
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#comparison::before{
    content: "";
    background: rgb(255, 255, 255);
    height: 80px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top: 4.9%;
    left: 0;
    z-index: -1;
}
#comparison h2{
    font-size: 2rem;
}
/*title-item*/
#comparison .title-item p{
    padding-top: 20px;
}
#comparison .title-item p span{
    display: block;
}
/*table*/
#comparison .table{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
#comparison .table .gym-name{
    display: flex;
    gap: 3px;
    justify-content: flex-end;
}
#comparison .table .gym-name p{
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: calc((100% - 1.5rem - 9px) / 3);
    border-radius: 100px;
    font-size: 0.65rem;
    text-align: center;
    padding: 5px 0;
}
#comparison .table .gym-name p.bona{
    background: rgb(50, 50, 50);
}
#comparison .table dl{
    display: flex;
    gap: 3px;
    justify-content: flex-end;
}
#comparison .table dl dt{
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    width: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#comparison .table dl dd{
    width: calc((100% - 1.5rem - 12px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 5px;
}
#comparison .table dl dd.bona{
    background: rgb(255, 255, 255);
}
#comparison .table dl dd span{
    font-size: 0.7rem;
    text-align: center;
}
/*icon*/
#comparison .table i{
    font-size: 2rem;
}
#comparison .table span.double-mark-bottom{
    position: relative;
    width: 1em;
    display: inline-table;
}
#comparison .table i.double-mark-top{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#comparison .table span.triangle-mark-bottom{
    position: relative;
    width: fit-content;
}
#comparison .table i.triangle-mark-center{
    transform: scale(1 ,1.5);
}
#comparison .table i.triangle-mark-top{
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.triangle{
    transform: rotate(-90deg);
}
/*conclusion*/
#comparison .conclusion{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#comparison .conclusion .box{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#comparison .conclusion .box div{
    background: rgb(255, 255, 255);
    border: solid 1px rgb(0, 0, 0);
    padding: 10px;
    width: calc((100% - 2rem) / 2);
}
#comparison .conclusion .box p{
    font-size: 1.1rem;
}
#comparison .conclusion .box i{
    font-size: 1.5rem;
}
#comparison .conclusion h3{
    font-weight: 400;
    text-align: center;
}
#comparison .conclusion h3 small{
    display: block;
    margin-bottom: 5px;
}
#comparison .conclusion h3 span{
    font-size: 2rem;
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #comparison{
        gap: 60px;
    }
    #comparison h2{
        font-size: 2.2rem;
    }
    #comparison .title-item p span{
        display: inline-block;
    }
    /*table*/
    #comparison .table .gym-name{
        margin-bottom: 5px;
    }
    #comparison .table .gym-name p{
        font-size: 0.8rem;
    }
    #comparison .table dl dd{
        padding: 10px 20px;
    }
    /*conclusion*/
    #comparison .conclusion{
        gap: 50px;
    }
    #comparison .conclusion .box{
        gap: 20px;
    }
    #comparison .conclusion .box div{
        width: 300px;
    }
    #comparison .conclusion .box p{
        font-size: 1.5rem;
    }
    #comparison .conclusion h3 small{
        display: inline-block;
        margin: 0;
        padding-right: 1rem;
    }
}

/*--------------------------------------------

case

--------------------------------------------*/
#case{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 100px 0%;
}
#case .title-item{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
#case .title-item p {
    position: relative;
    width: fit-content;
    padding: 12px 16px;
    border-bottom: 1px solid #333333;
    background-color: #ffffff;
    letter-spacing: 0.2em;
}
#case .title-item p::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-color: #ffffff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}
#case .title-item p::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: calc(50% - 10px);
    z-index: -1;
    width: 30px;
    height: 1px;
    transform: rotate(-50deg);
    box-sizing: border-box;
    background-color: #333333;
    box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
/*slide*/
#case .slide {
    position: relative;
    overflow: hidden;
}
#case .slide-item {
    display: none; /* 初期状態で非表示 */
    position: relative;
    flex-direction: column;
    gap: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#case .slide-item.case-1{
    background-image:
    linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%),
    url(../images/beginners_guide/case_1_player.webp);
    background-position: -80px;
}
#case .slide-item.case-2{
    background-image:
    linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%),
    url(../images/beginners_guide/case_2_player.webp);
    background-position: -80px;
}
#case .slide-item.case-3{
    background-image:
    linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%),
    url(../images/beginners_guide/case_3_player.webp);
    background-position: -150px;
}
#case .slide-item.active {
    display: flex; /* アクティブなスライドのみ表示 */
}
/*slide-item*/
#case .slide-item img{
    width: 80%;
    display: block;
    margin: 0 0 0 auto;
    padding: 0 5%;
}
#case .slide-item .detail{
    padding: 0 5%;
}
#case .slide-item h3{
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 30px;
}
#case .slide-item h3 span{
    font-size: 2rem;
}
#case .popup-btn{
    background: none;
    border: solid 1px rgb(50, 50, 50);
    font-weight: 600;
    letter-spacing: 0.1em;
    width: fit-content;
    padding: 10px 20px;
    font-size: 0.7rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}
#case .popup-btn i{
    font-size: 1rem;
}
#case .slide-caption{
    display: none;
    width: 350px;
    padding: 20px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(150, 150, 150, 0.8);
    border-radius: 20px;
}
#case .slide-caption h4{
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
}
#case .slide-caption p{
    line-height: 1em;
}
#case .slide-caption small{
    display: block;
    line-height: 1.7em;
}
#case .slide-caption .close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2rem;
    height: 2rem;
    padding: 5px;
    border: solid 1px rgb(50, 50, 50);
    color: rgb(50, 50, 50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#case .case-1 .slide-caption{background: rgb(255, 255, 224);}
#case .case-2 .slide-caption{background: rgb(217, 248, 234);}
#case .case-3 .slide-caption{background: rgb(217, 243, 254);}
#case .slide-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
}
#case .slide-btn a{
    color: rgb(50, 50, 50);
    border: solid 1px rgb(50, 50, 50);
    letter-spacing: 0.1em;
    border-radius: 100px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}
#case .slide-btn a:hover{
    background: rgba(240, 240, 240);
}
#case .slide-btn .active-btn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
/*--------------------------------------------
min-width 600
--------------------------------------------*/
@media (min-width: 600px) {
    #case .slide-item{
        gap: 50px 30px;
    }
    #case .slide-btn{
        flex-direction: row;
        width: 100%;
        gap: 20px;
    }
    #case .slide-btn a{
        width: calc((100% - 40px) / 3);
    }
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #case{
        gap: 60px 30px;
    }
    #case .slide-item{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    #case .slide-item.case-1{
        background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%),
        url(../images/beginners_guide/case_1_player.webp);
        background-position: -50px top;
        background-size: auto 150%;
    }
    #case .slide-item.case-2{
        background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%),
        url(../images/beginners_guide/case_2_player.webp);
        background-position: -50px top;
        background-size: auto 150%;
    }
    #case .slide-item.case-3{
        background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%),
        url(../images/beginners_guide/case_3_player.webp);
        background-position: -150px top;
        background-size: auto 150%;
    }
    #case .slide-item img{
        width: calc(45% - 15px);
        padding: 0 0 0 10%;
    }
    #case .slide-item .detail{
        width: calc(50% - 15px);
        padding: 0 5% 0 0;
    }
    #case .slide-btn{
        width: 100%;
        padding: 0 5%;
    }
    #case .popup-btn ,#case .close-btn{
        display: none !important;
    }
    #case .slide-caption{
        display: block;
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        padding: 30px 20px;
        box-shadow: none;
        border: solid 1px rgb(150, 150, 150);
    }
    #case .slide-caption p{
        line-height: 2em;
    }
    #case .slide-caption small{
        display: inline-block;
        line-height: 1.5em;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #case{
        padding: 5% calc((100% - 1080px) / 2);
    }
    #case .slide-item.case-1{
        background-image:
        linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%),
        url(../images/beginners_guide/case_1_player.webp);
        background-position: -50px top;
        background-size: auto 150%;
    }
    #case .slide-item.case-2{
        background-image:
        linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%),
        url(../images/beginners_guide/case_2_player.webp);
        background-position: -50px top;
        background-size: auto 150%;
    }
    #case .slide-item.case-3{
        background-image:
        linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%),
        url(../images/beginners_guide/case_3_player.webp);
        background-position: -150px top;
        background-size: auto 150%;
    }
    #case .slide-item img{
        padding: 0 0 0 5%;
    }
    #case .slide-item .detail{
        padding: 0;
    }
    #case .slide-btn{
        padding: 0;
    }
}

/*--------------------------------------------

method

--------------------------------------------*/
#method{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
/*title-item*/
#method .title-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-left: 5%;
}
#method .title-item::before{
    content: "";
    background: linear-gradient(90deg, rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224));
    width: 90%;
    height: 100px;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: skewY(-0.025turn);
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
}
#method .title-item h2{
    font-size: 2rem;
}
/*content*/
#method img{
    width: 90%;
    margin: 0 auto;
    display: block;
}
#method h3{
    font-weight: 400;
    text-align: center;
}
#method h3 span{
    display: block;
    font-size: 1.5rem;
}
#method > p{
    text-align: center;
    letter-spacing: 0.2em;
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #method{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 60px 0;
        align-items: center;
        justify-content: space-between;
    }
    /*title-item*/
    #method .title-item{
        height: fit-content;
    }
    #method .title-item h2{
        font-size: 2.2rem;
    }
    /*content*/
    #method img{
        width: 40%;

    }
    #method h3 ,#method > p{
        width: 100%;
        font-size: 1rem;
    }
    #method h3 span{
        display: inline-block;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #method{
        padding: 5% calc((100% - 1080px) / 2);
    }
    #method .title-item h2{
        font-size: 3rem;
    }
    #method img{
        margin: 0;
    }
}

/*--------------------------------------------

life

--------------------------------------------*/
#life{
    padding: 100px 0;
    padding-top: 0;
}
/*title-item*/
#life .title-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-left: 5%;
    padding-bottom: 50px;
}
#life .title-item p span{
    display: block;
}
/*time*/
#life .time{
    position: relative;
}
/*img*/
#life .time .img{
    position: relative;
    display: block;
    overflow: hidden;
}
#life .time .img::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#life .time.life-1 .img::before{
    background: linear-gradient(rgba(255, 255, 255, 0) 60% ,rgba(255, 255, 255, 0.9) 90% ,rgba(255, 255, 255, 1) 95% ,rgba(255, 255, 255, 1) 100%);
}
#life .time.life-2 .img::before{
    background: linear-gradient(rgba(255, 255, 255, 0) 10% ,rgba(255, 255, 255, 0.9) 90% ,rgba(255, 255, 255, 1) 95% ,rgba(255, 255, 255, 1) 100%);
}
#life .time .img img{
    width: 100%;
    object-fit: cover;
}
#life .time .img h3{
    position: absolute;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
#life .time.life-1 .img h3{
    left: 5%;
    bottom: 5%;
}
#life .time.life-2 .img h3{
    right: 5%;
    bottom: 5%;
    text-align: right;
}
#life .time .img h3 span{
    font-size: 0.7rem;
    letter-spacing: 0.1em;
}
/*caption*/
#life .time .caption > p{
    padding: 25px 5% 0 5%;
}
#life .time .caption img{
    width: 90%;
    margin: 0 auto;
    display: block;
}
#life .time .caption .review{
    margin: 25px 7.5% 50px 7.5%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-shadow: 0 0 5px rgb(0, 237, 255);
    letter-spacing: 0.1em;
}
#life .time .caption .review h4{
    position: relative;
    text-align: center;
    font-weight: 400;
}
#life .time .caption .review h4::before{
    content: "";
    background: rgb(0, 0, 0);
    height: 1px;
    width: 3em;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#life .time .caption .review a{
    display: block;
    margin: 15px auto 0 auto;
    padding: 0 30px;
    border: solid 1px rgb(0, 0, 0);
    border-radius: 100px;
    width: fit-content;
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    /*title-item*/
    #life .title-item{
        padding-bottom: 60px;
    }
    #life .title-item p span{
        display: inline-block;
    }
    /*time*/
    #life .time{
        display: flex;
        height: 100vh;
        height: 100svh;
        align-items: center;
        overflow: hidden;
        background: rgb(255, 255, 255);
    }
    #life .time .caption > p{
        letter-spacing: 0.1em;
        line-height: 1.8em;
    }
    /*img*/
    #life .time .img{
        width: 50%;
        height: 100%;
    }

    #life .time .img img{
        height: 110%;
    }
    /*caption*/
    #life .time .caption{
        width: 50%;
    }
    #life .time .caption > p{
        width: 70%;
        margin: 0 auto 25px auto;
    }
    #life .time .caption img{
        width: 60%;
    }
    #life .time .caption .review{
        padding: 40px;
        line-height: 1.8em;
        width: 60%;
        margin: 25px auto 0 auto;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #life{
        padding: 100px 0;
        padding-top: 0;
    }
    #life .title-item{
        padding-left:calc((100% - 1080px) / 2);
        padding-right:calc((100% - 1080px) / 2);
    }
    /*img*/
    #life .time .img h3{
        font-size: 3rem;
    }
    #life .time .img h3 span{
        font-size: 0.8rem;
    }
    #life .time.life-1 .img h3{
        top: auto;
        bottom: 10%;
        transform: none;
        left: 20%;
    }
    #life .time.life-2 .img h3{
        right: 10%;
        bottom: 10%;
    }
}

/*--------------------------------------------

experience

--------------------------------------------*/
#experience{
    padding: 100px 0;
}
/*caption*/
#experience .caption{
    position: relative;
    background: linear-gradient(180deg ,rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224) ,rgb(255, 255, 255));
    border-radius: 200px 200px 0 0;
    padding: 50px 0;
}
#experience .caption .title-item{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
}
#experience .caption .title-item p{
    background: rgb(255, 255, 255);
    border-radius: 100px;
    padding: 5px 20px;
    margin: 0 auto;
    width: fit-content;
}
#experience .caption > p{
    padding: 7.5%;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#experience .caption > p span{
    line-height: 1.6em;
    display: block;
}
#experience div.bubble{
    border-radius: 500px;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 260px;
}
#experience .bubble::after {
    top: auto;
    bottom: -20px;
    left: auto;
    right: 20%;
    border-radius: 18px 0 6px 18px / 18px 0 1px 18px;
    transform: rotate(-90deg);
}
#experience .bubble span{
    display: block;
}
#life #experience .title-item{
    padding-bottom: 0;
}
/*flow*/
#experience .flow{
    padding: 0 7%;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
}
#experience .flow .title-item h2{
    position: relative;
}
#experience .flow .title-item h2::before{
    content: "";
    width: 3em;
    height: 1px;
    position: absolute;
    background: rgb(50, 50, 50);
    bottom: -10px;
    left: 0;
}
#experience .flow .title-item p{
    letter-spacing: 0.1em;
}
#experience .flow .content{
    display: flex;
    justify-content: space-between;
}
/*number*/
#experience .flow .content .number{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#experience .flow .content .number .step{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px rgb(0, 0, 0);
    font-size: 1.7rem;
    line-height: 1em;
    margin: calc((1rem + 10px + 150px + 10px + 1.5rem * 3) / 2 - 35px) 0;
    position: relative;
}
#experience .flow .content .number .step::before{
    content: "";
    width: 1px;
    height: calc((1rem + 10px + 150px + 10px + 1.5rem * 3) - 70px + 51px);
    position: absolute;
    bottom: calc((-1rem - 10px - 150px - 10px - 1.5rem * 3) + 70px - 51px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: rgb(0, 0, 0);
}
#experience .flow .content .number .step:last-child:before{
    content: none;
}
#experience .flow .content .number .step small{
    font-size: 0.9rem;
    line-height: 1em;
}
/*caption*/
#experience .flow .content dl{
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 50px;
}
#experience .flow .content dl .caption{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: calc(1rem + 10px + 150px + 10px + 1.5rem * 3);
    background: none;
    border-radius: 0;
}
#experience .flow .content dl .caption dt{
    font-size: 0.9rem;
}
#experience .flow .content dl .caption img{
    width: 100%;
    height: 150px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
#experience .flow .content dl .caption dd{
    line-height: 1.5rem;
}
/*a*/
#experience .flow a{
    background: linear-gradient(90deg, rgb(217, 243, 254) ,rgb(217, 248, 234) ,rgb(255, 255, 224));
    border-radius: 100px;
    padding: 20px;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 100px;
}
#experience .flow a:hover{
    opacity: 0.8;
}
#experience .flow a small{
    display: block;
    font-size: 0.8rem;
}
/*--------------------------------------------
min-width 500
--------------------------------------------*/
@media (min-width: 500px) {
    #experience .flow .content{
        justify-content: center;
        gap: 50px;
    }
    /*number*/
    #experience .flow .content .number .step{
        margin: calc((1rem + 10px + 200px + 10px + 1.5rem * 3) / 2 - 35px) 0;
    }
    #experience .flow .content .number .step::before{
        height: calc((1rem + 10px + 200px + 10px + 1.5rem * 3) - 70px + 51px);
        bottom: calc((-1rem - 10px - 200px - 10px - 1.5rem * 3) + 70px - 51px);
    }
    /*caption*/
    #experience .flow .content dl .caption{
        height: calc(1rem + 10px + 200px + 10px + 1.5rem * 3);
    }
    #experience .flow .content dl .caption img{
        height: 200px;
    }
}
/*--------------------------------------------
min-width 700
--------------------------------------------*/
@media (min-width: 700px) {
    /*number*/
    #experience .flow .content .number .step{
        margin: calc((1rem + 10px + 250px + 10px + 1.5rem * 3) / 2 - 35px) 0;
    }
    #experience .flow .content .number .step::before{
        height: calc((1rem + 10px + 250px + 10px + 1.5rem * 3) - 70px + 51px);
        bottom: calc((-1rem - 10px - 250px - 10px - 1.5rem * 3) + 70px - 51px);
    }
    /*caption*/
    #experience .flow .content dl .caption{
        height: calc(1rem + 10px + 250px + 10px + 1.5rem * 3);
    }
    #experience .flow .content dl .caption img{
        height: 250px;
    }
}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {
    #experience{
        overflow: hidden;
        padding: 200px 0 100px 0;
    }
    #experience div.bubble{
        top: -170px;
    }
    #experience::before{
        content: "";
        position: absolute;
        top: 180px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 150%;
        height: 530px;
        background: rgb(217, 243, 254);
        border-radius: 50%;
        z-index: -1;
    }
    #experience .caption{
        border-radius: 0;
        padding-top: 0;
        margin-top: 20px;
        z-index: 1;
    }
    #life #experience .title-item{
        padding-bottom: 50px;
    }
    #experience .flow .content{
        flex-direction: column;
        gap: 10px;
    }
    /*number*/
    #experience .flow .content .number{
        flex-direction: row;
        gap: 20px;
    }
    #experience .flow .content .number .step{
        margin: 0 calc(((25% - (60px / 4)) / 2) - 35px);
        background: rgb(255, 255, 255);
    }
    #experience .flow .content .number .step::before{
        height: 1px;
        width: calc((25vw - (60px / 4)) - 70px);
        width: calc((25dvw - (60px / 4)) - 70px);
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: calc((-25vw + (60px / 4)) + 70px);
        right: calc((-25dvw + (60px / 4)) + 70px);
        left: auto;
        bottom: auto;
    }
    /*caption*/
    #experience .flow .content dl{
        flex-direction: row;
        width: 100%;
        gap: 20px;
    }
    #experience .flow .content dl .caption{
        width: calc(25% - (60px / 4));
        height: fit-content;
    }
    #experience .flow .content dl .caption img{
        height: auto;
        width: 100%;
    }
    #experience .flow a{
        width: 500px;
        margin: 100px auto 0 auto;
    }
    /*scroll-top*/
    .scroll-top{
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0;
        margin-bottom: 50vh;
        margin-bottom: 50svh;
        contain: paint;
        overflow: hidden;
    }
    #experience.scroll-top{
        margin-bottom: 0;
    }
}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    #experience .caption{
        padding: 0 calc((100% - 1080px) / 2);
    }
    #experience .flow{
        padding: 0 calc((100% - 1080px) / 2);
    }
    #experience .flow .content .number .step::before{
        width: 255px;
        right: -255px;
    }
}

/*--------------------------------------------

2026.04.-2追加分 grad-title
.grad-title

--------------------------------------------*/
.grad-title {
    position: relative;
    z-index: 2;
}
.grad-title::after {
    content: "";
    background: linear-gradient(90deg, rgb(217, 243, 254), rgb(217, 248, 234), rgb(255, 255, 224));
    width: 90%;
    height: 100px;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: skewY(-0.025turn);
    z-index: -1;
    position: absolute;
    left: -5.5%;
    top: 20%;
}
.grad-title ~ * {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------
min-width 600
--------------------------------------------*/
@media (min-width: 600px) {

}
/*--------------------------------------------
min-width 810
--------------------------------------------*/
@media (min-width: 810px) {

}
/*--------------------------------------------
min-width 1080
--------------------------------------------*/
@media (min-width: 1080px) {
    .grad-title::after {
        width: 50%;
        height: 150px;
        left: -5%;
    }
}
/*--------------------------------------------
min-width 1400
--------------------------------------------*/
@media (min-width: 1400px) {
    
}