@charset "UTF-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ------------------------------------------ */
.fadein {
    opacity: 0;
    transform: translate(0, 1em);
    transition-duration: .5s;
    transition-delay: .75s;
}
.fadein.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadeinTop {
    opacity: 0;
    transform: translate(0, 0em);
    transition-duration: .5s;
    transition-delay: .25s;
}
.fadeinTop.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadeinTop2 {
    opacity: 0;
    transform: translate(0, -2em);
    transition-duration: .5s;
    transition-delay: .25s;
}
.fadeinTop2.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
.fadein-scale {
    opacity: 0;
}
.fadein-scale.on {
    animation: fadeinScale 0.5s ease-out 0.5s forwards alternate;
}
@keyframes fadeinScale {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        opacity: 1;
        transform: scale(1.125);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@media screen and (max-width: 640px) {
}
  

/* ------------------------------------------ */
.ik130 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    color: #2F0000;
    font-weight: 500;
}
.ik130 img {
    width: 100%;
}
.eng {
    font-family: "Poppins", sans-serif;
}
.contents {
    width: 1120px;
    margin: auto;
}
@media screen and (max-width: 640px) {
    .ik130 {
        font-size: 3.5vw;
    }
    .contents {
        width: 100%;
        margin: auto;
    }
}
/* ------------------------------------------ */
.mv {
    position: relative;
    overflow: hidden;
}
.mv-bg {
    position: relative;
    z-index: 10;
}
.mv-img {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(2em);
    transition-duration: 1s;
    transition-delay: 0.75s;
}
.on .mv-img {
    opacity: 1;
    transform: translateY(0em);
}
.mv-logo {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(0em);
    transition-duration: 1.5s;
    transition-delay: 1s;
}
.on .mv-logo {
    opacity: 1;
    transform: translateY(0em);
}
.mv-confetti {
    position: absolute;
    z-index: 40;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
.bg-section {
    position: relative;
    width: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img.fixed {
    position: fixed;
}
.bg-img.bg-img-01 { background-image: url(../images/260218/bg-01-pc.webp); }
.bg-img.bg-img-02 { background-image: url(../images/260218/bg-02-pc.webp); }
.content {
    position: relative;
    z-index: 1;
    padding: 125px 0;
}
@media screen and (max-width: 640px) {
    .content {
        padding: 4em 0;
    }
    #section02 .content {
        padding: 4em 0 0;
    }
    .bg-img.bg-img-01 { background-image: url(../images/260218/bg-01-sp.webp); }
    .bg-img.bg-img-02 { background-image: url(../images/260218/bg-02-sp.webp); }
}

/* ------------------------------------------ */
.copy {
    text-align: center;
    margin-bottom: 120px;
}
.copy-text {
    text-align: center;
    line-height: 2.2;
    font-size: 1.625rem;
    color: #FFF;
}
@media screen and (max-width: 640px) {
    .copy {
        text-align: center;
        margin-bottom: 4em;
    }
    .copy-text {
        text-align: center;
        line-height: 2.2;
        font-size: 4vw;
        color: #FFF;
    }
}

/* ------------------------------------------ */
.message {
    margin: 0 10.71%;
    color: #FFF;
}
.message-title {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 3.877rem;
    margin-bottom: .25em;
}
.message-lead {
    letter-spacing: 0.1em;
    font-size: 2rem;
    margin-bottom: 1em;
}
.message-text {
    font-size: 1.125rem;
    margin-bottom: 0em;
    line-height: 1.8;
}
.message-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message-box-info {
    width: 60%;
}
.message-box-img {
    width: 26%;
}
.message-photo {
    text-align: center;
}
.message-photo-img {
    margin-bottom: 1em;
}
.message-photo-job {
    font-size: 0.875rem;
}
.message-photo-name {
    font-size: 1.375rem;
}
@media screen and (max-width: 640px) {
    .message {
        margin: 0 5%;
    }
    .message-title {
        font-size: 9vw;
        margin-bottom: 1em;
    }
    .message-lead {
        font-size: 5.5vw;
        margin-bottom: 1em;
    }
    .message-text {
        font-size: 3.75vw;
        margin-bottom: 0em;
        line-height: 1.8;
    }
    .message-box {
        justify-content: space-between;
    }
    .message-box-info {
        width: 100%;
    }
    .message-box-img {
        width: 100%;
    }
    .message-photo {
        margin-top: 2em;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .message-photo-info {
        width: 50%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .message-photo-img {
        margin-bottom: 0;
        width: 40%;
        order: 2;
    }
    .message-photo-job {
        font-size: 3.5vw;
    }
    .message-photo-name {
        font-size: 4.75vw;
    }
}

/* ------------------------------------------ */
.history-head {
    margin: 0 10.71% 3em;
}
.history-title {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 3.877rem;
    margin-bottom: 0em;
}
.history-lead {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
}
.history-body {
    margin-left: 14.28%;
    margin-right: 14.28%;
}
.history-chart {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1px;
}
.history-chart-left {
    width: 50%;
    text-align: right;
    z-index: 100;
}
.history-chart-right {
    width: 44%;
}
.history-chart-line {
    width: .8em;
    height: 100%;
    position: absolute;
    left: calc(50% - .4em);
    top: 0;
    background-image: linear-gradient(180deg, #d80c18, #d80c18 90%, #2f0000);
    z-index: 50;
    border-radius: 0 0 100px 100px;
    clip-path: inset(0 0 100% 0);
    will-change: clip-path;
}
.history-chart-fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}
.history-chart-fadein.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.history-chart-cell {
    position: relative;
    z-index: 60;
}
.history-chart-cell.m1 {margin-bottom: 174px;}
.history-chart-cell.m2 {margin-bottom: 204px;}
.history-chart-cell.m3 {margin-bottom: 191px;}
.history-chart-cell.m4 {margin-bottom: 172px;}
.history-chart-cell.m5 {margin-bottom: 92px;}
.history-chart-cell.m6 {margin-bottom: 244px;}
.history-chart-cell.m8 {margin-bottom: 276px;}
.history-chart-cell::after {
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    background-color: #D80C18;
    border-radius: 100px;
    position: absolute;
    left: -4.75rem;
    top: -.5rem;
}
.history-chart-age {
    font-weight: 600;
    color: #D80C18;
    font-size: 1.5rem;
    margin-bottom: 0.35em;
}
.history-chart-age .s {
    font-size: 70%;
}
.history-chart-text {
    font-size: 1.1rem;
    margin-bottom: .9em;
    letter-spacing: -0.05em;
}
.history-chart-img {
    margin-bottom: 1em;
}
.history-chart-img a {
    display: block;
    transition: .3s;
}
.history-chart-img a:hover {
    opacity: .65;
}
.history-chart-btn {
    position: relative;
    padding-right: 15%;
}
.history-chart-btn::after {
    content: '';
    position: absolute;
    z-index: 10;
    right: 0;
    top: 1.5em; 
    width: 15%;
    height: 0.25em;
    background-color: #D80C18;
}
.history-chart-info::before {
    content: '';
    position: absolute;
    z-index: 20;
    right: -1.35em;
    top: .5em;
    width: 1.8em;
    height: 1.8em;
    background-color: #fff;
    border: .45em solid #D80C18;
    border-radius: 100px;
}
.history-chart-info.l::before {
    content: '';
    width: 2.6rem;
    height: 2.6rem;
    background-color: #D80C18;
    border-radius: 100px;
    position: absolute;
    right: -1.7rem;
    top: -.5rem;
}
.history-chart-btn a {
    display: inline-block;
    background-color: #D80C18;
    color: #FFF;
    text-decoration: none;
    border-radius: 0.5em;
    padding: .35em 2.25em .5em .75em;
    background-repeat: no-repeat;
    background-position: right .75em center;
    background-image: url(../images/260218/history-grass.webp);
    background-size: 1.25em;
    transition: .3s;
}
.history-chart-btn a:hover {
    opacity: .75;
}
.history-btn-age {
    font-weight: 600;
    color: #D80C18;
    font-size: 1.5rem;
    margin-bottom: 0.35em;
}
.history-btn-age .s {
    font-size: 70%;
}

.history-chart-tag {
    padding-right: 15%;
    position: relative;
}
.history-text-age {
    font-weight: 600;
    color: #D80C18;
    font-size: 1.5rem;
    margin-bottom: 0.35em;
}
.l .history-text-age {
    font-size: 1.7rem;
}
.history-text-age .s {
    font-size: 70%;
}
.history-chart-btn.m1 {
    margin-top: 375px;
    margin-bottom: 240px;
}
.history-chart-info.m2 {margin-bottom: 55px;}
.history-chart-info.m3 {margin-bottom: 76px;}
.history-chart-info.m4 {margin-bottom: 80px;}
.history-chart-info.m5 {margin-bottom: 151px;}
.history-chart-info.m6 {margin-bottom: 14px;}
.history-chart-info.m7 {margin-bottom: 117px;}
.history-chart-info.m8 {margin-bottom: 128px;}
.history-chart-info.m9 {margin-bottom: 20px;}
.history-chart-info.m10 {margin-bottom: 110px;}
.history-chart-info.m11 {margin-bottom: 190px;}
.history-chart-info.m12 {margin-bottom: 45px;}
.history-chart-info.m13 {margin-bottom: 65px;}
.history-chart-info.m14 {margin-bottom: 60px;}
.history-chart-info.m15 {margin-bottom: 58px;}
.history-chart-info.m16 {margin-bottom: 55px;}
.history-chart-info.m17 {margin-bottom: 134px;}
.history-chart-info.m18 {margin-bottom: 30px;}
.history-chart-info.m19 {margin-bottom: 50px;}
.history-chart-info.m20 {margin-bottom: 50px;}


@media screen and (max-width: 640px) {
    .history-head {
        margin: 0 5% 2em;
    }
    .history-title {
        font-size: 9vw;
        margin-bottom: 0em;
    }
    .history-lead {
        font-size: 3.5vw;
    }
    .history-body {
        margin-left: 5%;
        margin-right: 5%;
    }
    .history-chart {
        justify-content: space-between;
        padding-bottom: 1px;
    }
    .history-chart-left {
        width: 50%;
        text-align: right;
        z-index: 50;
    }
    .history-chart-right {
        width: 44%;
    }
    .history-chart-line {
        width: .6em;
        left: calc(50% - .3em);
        z-index: 30;
    }
    .history-chart-fadein {
        transform: translateY(1.5em);
    }
    .history-chart-cell::after {
        content: '';
        width: 7vw;
        height: 7vw;
        background-color: #D80C18;
        border-radius: 100px;
        position: absolute;
        left: -9vw;
        top: -.25rem;
        z-index: 30;
    }
    .history-chart-age {
        font-size: 4vw;
        margin-bottom: 0.25em;
    }
    .history-chart-age .s {
        font-size: 85%;
    }
    .history-chart-text {
        font-size: 3.35vw;
        margin-bottom: .5em;
        letter-spacing: -0.05em;
    }
    .history-chart-img {
        margin-bottom: .5em;
    }
    .history-chart-img a {
        display: block;
        transition: .3s;
    }
    .history-chart-img a:hover {
        opacity: .65;
    }
    .history-chart-btn {
        position: relative;
        padding-right: 12%;
    }
    .history-chart-btn::after {
        content: '';
        position: absolute;
        z-index: 10;
        right: 0;
        top: 1.25em; 
        width: 15%;
        height: 0.25em;
        background-color: #D80C18;
    }
    .history-chart-info::before {
        right: -3vw;
        top: .5em;
        width: 4vw;
        height: 4vw;
        background-color: #fff;
        border: 1vw solid #D80C18;
    }
    .history-chart-info.l::before {
        content: '';
        width: 5vw;
        height: 5vw;
        background-color: #D80C18;
        border-radius: 100px;
        position: absolute;
        right: -3.5vw;
        top: -.25rem;
    }
    .history-chart-btn a {
        display: inline-block;
        padding: .5em 1.25em .5em .75em;
        background-repeat: no-repeat;
        background-position: right .5em center;
        background-size: .85em;
    }
    .history-chart-btn a:hover {
        opacity: .75;
    }
    .history-btn-age {
        font-size: 3.5vw;
        margin-bottom: 0.35em;
    }
    .history-btn-age .s {
        font-size: 85%;
        margin-left: -.5em;
    }

    .history-chart-tag {
        padding-right: 15%;
        position: relative;
    }
    .history-text-age {
        font-size: 3.5vw;
        margin-bottom: 0.25em;
    }
    .l .history-text-age {
        font-size: 4.25vw;
    }
    .history-text-age .s {
        font-size: 85%;
    }

    
    .history-chart-cell.m1 {margin-bottom: 10vw;}
    .history-chart-cell.m2 {margin-bottom: 30vw;}
    .history-chart-cell.m3 {margin-bottom: 25vw;}
    .history-chart-cell.m4 {margin-bottom: 25vw;}
    .history-chart-cell.m5 {margin-bottom: 10vw;}
    .history-chart-cell.m6 {margin-bottom: 35vw;}
    .history-chart-cell.m8 {margin-bottom: 30vw;}

    .history-chart-btn.m1 {
        margin-top: 51vw;
        margin-bottom: 35vw;
    }
    .history-chart-info.m2 {margin-bottom: 5vw;}
    .history-chart-info.m3 {margin-bottom: 5vw;}
    .history-chart-info.m4 {margin-bottom: 10vw;}
    .history-chart-info.m5 {margin-bottom: 15vw;}
    .history-chart-info.m6 {margin-bottom: 2.5vw;}
    .history-chart-info.m7 {margin-bottom: 15vw;}
    .history-chart-info.m8 {margin-bottom: 17vw;}
    .history-chart-info.m9 {margin-bottom: 5vw;}
    .history-chart-info.m10 {margin-bottom: 15vw;}
    .history-chart-info.m11 {margin-bottom: 22vw;}
    .history-chart-info.m12 {margin-bottom: 5vw;}
    .history-chart-info.m13 {margin-bottom: 5vw;}
    .history-chart-info.m14 {margin-bottom: 5vw;}
    .history-chart-info.m15 {margin-bottom: 7.5vw;}
    .history-chart-info.m16 {margin-bottom: 5vw;}
    .history-chart-info.m17 {margin-bottom: 15vw;}
    .history-chart-info.m18 {margin-bottom: 2.5vw;}
    .history-chart-info.m19 {margin-bottom: 5vw;}
    .history-chart-info.m20 {margin-bottom: 5vw;}
}
/* ------------------------------------------ */
.modal-img {
    background-color: #fff;
    position: relative;
}
.modal-btn {
    background-color: #fff;
    border: .25em solid #D80C18;
    border-radius: 1em;
    padding: 7.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.modal-btn-info {
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center;
}
.modal-btn-age {
    font-weight: 600;
    color: #D80C18;
    font-size: 1.5rem;
    margin-bottom: 0.35em;
}
.modal-btn-age .s {
    font-size: 70%;
}
.modal-btn-img {
    width: 50%;
}
.modal-btn-text {
    font-size: 1.125rem;
    margin-bottom: 1em;
    font-weight: 500;
}
.modal-btn-close {
    margin-top: 2em;
}
.modal-btn-close a {
    display: inline-block;
    text-decoration: none;
    background-color: #D9C79E;
    text-align: center;
    min-width: 15.875rem;
    padding: .75em 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FFF;
    font-size: 1.125rem;
    border-radius: 100px;
    transition: .3s;
}
.modal-btn-close a:hover {
    opacity: 0.75;
}
@media screen and (max-width: 640px) {
    
    .modal-img {
        background-color: #fff;
        position: relative;
        margin: 0 5%;
    }
    .modal-btn {
        padding: 5%;
        margin: 0 5%;
    }
    .modal-btn-info {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        order: 2;
    }
    .modal-btn-age {
        font-weight: 600;
        color: #D80C18;
        font-size: 4.5vw;
        margin-bottom: 0.35em;
    }
    .modal-btn-age .s {
        font-size: 85%;
    }
    .modal-btn-img {
        width: 100%;
        order: 1;
        margin-bottom: 1em;
    }
    .modal-btn-text {
        font-size: 3.5vw;
        margin-bottom: 1em;
        font-weight: 500;
    }
    .modal-btn-close {
        margin: 1em auto 1em;
    }
    .modal-btn-close a {
        display: inline-block;
        text-decoration: none;
        background-color: #D9C79E;
        text-align: center;
        min-width: 15.875rem;
        padding: .75em 0;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: #FFF;
        font-size: 1.125rem;
        border-radius: 100px;
        transition: .3s;
    }
    .modal-btn-close a:hover {
        opacity: 0.75;
    }
    .modal-btn-wide {
        display: flex;
        width: 100%;
        order: 3;
        text-align: center;
    }
}

/* ------------------------------------------ */
.slide-item {
    margin: 4em 0 4em;
    position: relative;
}
.slide-drop {
    position: absolute;
    left: 0;
    right: 0;
    width: 2em;
    height: 8em;
    top: -4em;
    margin: auto;
    z-index: 100;
    pointer-events: none;
    animation: dropMove 3s ease-in infinite;
}

@media screen and (min-width:641px) and ( max-width:1120px) {
    .slide-drop {
    	margin: auto 0 auto calc(560px - 1em);
    }
}


.slide-drop img {
    width: 100%;
    height: auto;
}
@keyframes dropMove {
    0% {
        opacity: 0;
        transform: translateY(-0em);
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        transform: translateY(3em);
    }
    60% {
        opacity: 1;
        transform: translateY(3em);
    }
    80% {
        opacity: 0;
        transform: translateY(4em);
    }
    100% {
        opacity: 0;
        transform: translateY(4em);
    }
}
@media screen and (max-width: 640px) {
    
    .slide-drop {
        width: 1.6em;
        height: 5em;
    }
}

/* ------------------------------------------ */
.message-last {
    background-color: #FFFBF2;
    padding: 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6em;
}
.message-last-info {
    width: 72.39%;
}
.message-last-logo {
    width: 20.83%;
}
.message-last-copy {
    font-weight: 500;
    color: #D80C18;
    font-size: 2rem;
    margin-bottom: 1em;
}
.message-last-text {
    color: #2F0000;
    line-height: 2;
    font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
    .message-last {
        padding: 5%;
        margin: 0 5% 4em;
    }
    .message-last-info {
        width: 100%;
        order: 2;
    }
    .message-last-logo {
        width: 100%;
        order: 1;
    }
    .message-last-logo p {
        margin: 2em 30%;
    }
    .message-last-copy {
        font-size: 6vw;
        text-align: center;
        margin-bottom: 1em;
    }
    .message-last-text {
        line-height: 2;
        font-size: 4.2vw;
    }
}

/* ------------------------------------------ */
.nav-last {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav-last-single {
    width: 47%;
}
.nav-last-single a {
    display: block;
    position: relative;
    overflow: hidden;
}
.nav-last-single a .img {
    position: relative;
    z-index: 10;
}
.nav-last-single a .img img {
    transition: .25s;
}
.nav-last-single a:hover .img img {
    transform: scale(1.1);
}
.nav-last-single a .bg {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
}
.nav-last-single a .in {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.nav-last-single a .in .text {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 1.75rem;
    padding-top: 2em;
    margin-bottom: .85em;
    text-align: center;
}
.nav-last-single a .in .btn {
    display: inline-block;
    width: 45%;
}
@media screen and (max-width: 640px) {
    .nav-last {
        justify-content: space-between;
    }
    .nav-last-single {
        width: 100%;
    }
    .nav-last-single a .in .text {
        font-size: 6vw;
    }
    .nav-last-single a .in .btn {
        width: 40%;
    }
}

/* ------------------------------------------ */
.sns {
    margin: 6.5em 0;
}
.sns-title {
    margin: 0 32% 1em;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
}
.sns-list {
    text-align: center;
}
.sns-list li {
    display: inline-block;
    width: 88px;
    margin: 0 1.5em;
}
.sns-wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 1px 0;
}
@media screen and (max-width: 640px) {
    .sns {
        margin: 4em 0 4em;
    }
    .sns-title {
    font-size: 4.75vw;
        margin: 0 27.5% 1em;
    }
    .sns-list {
        text-align: center;
    }
    .sns-list li {
        display: inline-block;
        width: 12.5vw;
        margin: 0 .75em;
    }
}
/* ------------------------------------------ */
.slide-container {
    overflow: hidden;
    width: 100%;
}

.slide {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: fit-content;
    animation: infinity-loop 18s linear infinite;
}

.slide li {
    flex-shrink: 0;
    /* PC: 4個表示 (100 / 4 = 25%) */
    width: 25vw; 
    box-sizing: border-box;
}

.slide li img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 640px) {
    .slide li {
        /* スマホ: 2個表示 (100 / 2 = 50%) */
        width: 50vw;
    }
}
@keyframes infinity-loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}

/* ------------------------------------------ */
@media screen and (max-width: 640px) {
}