@charset "utf-8";
/*共通設定*/

    /*<div class="cta-btn-wrap">*/
.cta-btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #77D13F;
    border-radius: 4px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

    /*<div class="h2-wrap">*/
.h2-wrap {
    line-height: 1.3;
    margin-bottom: 48px;
}

.h2-en {
    font-size: 40px;
    font-weight: 400;
}

.h2-en span {
    position: relative;
}

.h2-en span::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 50vw;
    height: 1px;
    background-color: #aaa;
    z-index: 1;
}

.h2-en span::before {
    left: 108%;
}

.h2-wrap h2 {
    font-size: 14px;
    font-weight: 400;
}
/*終わり*/  


/*<section class="bg">*/
.bg {
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #DDFB13;
    z-index: 1;
}

.bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #DDFB13;
    z-index: 1;
}

.bg-in {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bg-in::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    z-index: -1;
}

.bg-in::after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    margin: 0 -40px;
    width: 100vw;
    height: 1px;
    background-color: #ddd;
    z-index: -1;
}

.bg-l {
    width: calc(50% - 300px);
    height: 100%;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.bg-h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    padding-left: 32px;
}

.bg-h1 span {
    position: relative;
}

.bg-h1 span::before {
    position: absolute;
    top: 25%;
    content: '';
    width: 50vw;
    height: 1px;
    background-color: #999;
    z-index: 1;
}

.bg-h1 span::before {
    right: 105%;
}

.bg-ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
}

.bg-ul li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bg-ul li::before {
    content: "";
    border-bottom: solid 1px #BDBDBD;
    width: 20px;
    height: 1px;
}

.bg-cta-btn {
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #77D13F;
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.bg-r {
    position: relative;
    width: calc(50% - 300px);
    height: 100%;
    padding-left: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg-logo {
    max-width: 240px;
    width: 100%;
}

.bg-rotate-txt {
    max-width: 500px;
    width: 100%;
    position: absolute;
    bottom: -160px;
    right: -160px;
    animation: rotate 24s infinite linear;
    z-index: 2;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*終わり*/


/*<div class="lp-wrap">*/
.lp-wrap {
    position: relative;
    background-color: #F6F6F6;
    overflow: hidden;
    z-index: 2;
}

.lp-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    z-index: -1;
}

.lp-wrap-in {
    position: relative;
    z-index: 1;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    position: relative;
    padding: 0 40px;
}

.fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #DDFB13;
    z-index: 1;
}

.fv-in {
    position: relative;
    z-index: 2;
}

.fv-txt-01 {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
}

.fv-h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    padding: 32px;
}

.fv-h2 span {
    position: relative;
}

.fv-h2 span::before {
    position: absolute;
    top: 25%;
    content: '';
    width: 50vw;
    height: 1px;
    background-color: #999;
    z-index: 1;
}

.fv-h2 span::before {
    right: 105%;
}

.fv-img-flex-01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -40px;
}

.fv-img-wrap-01 {
    width: 24%;
    height: 240px;
}

.fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-txt-wrap {
    position: relative;
    margin: 0 -40px;
    background-color: #595858;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fv-dot-line-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff;
}

.fv-dot-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-h3 {
    color: #fafafa;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
}

.fv-h3 span {
    color: #DDFB13;
    font-weight: 800;
    font-size: 40px;
}

.fv-txt-02-wrap {
    border: solid 1px #595858;
    background-color: #fafafa;
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    padding: 4px 8px;
    font-weight: 600;
    box-shadow: 4px 4px 0 #fafafa;
}

.fv-rotate-txt {
    position: absolute;
    bottom: -50px;
    right: -16px;
    max-width: 120px;
    width: 100%;
    z-index: 1;
}

.fv-img-flex-02 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -40px;
}

.fv-img-flex-02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #595858;
    width: 100%;
    height: 40px;
    z-index: 1;
}

.fv-img-wrap-02 {
    position: relative;
    width: calc(calc(100% - calc(4% / 3)) / 3);
    height: 240px;
    z-index: 2;
}

.fv-circle-wrap {
    padding: 0 40px;
    position: absolute;
    bottom: -45px;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.fv-circle {
    width: 18%;
}

.fv .cta-btn-wrap {
    margin-top: 80px;
}
/*終わり*/


/*<section class="about">*/
.about {
    position: relative;
}

.about-h2 {
    position: relative;
    font-size: 48px;
    font-weight: 400;
    padding-left: 32px;
}

.about-h2::before {
    content: "";
    position: absolute;
    top: calc(25% + 16px);
    left: -40px;
    border-bottom: solid 1px #999;
    width: 60px;
    height: 1px;
}

.about-txt-wrap {
    padding: 24px 0 0 32px;
}

.challenge-wrap {
    position: relative;
    margin: 80px -40px 0 -40px;
    padding: 64px 24px 40px 24px;
    background-color: #595858;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.challenge-h3-wrap {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: solid 1px #595858;
    background-color: #fafafa;
    display: inline-block;
    text-align: center;
    max-width: 420px;
    width: 100%;
    padding: 4px 8px;
    font-weight: 600;
    box-shadow: 4px 4px 0 #fafafa;
}

.challenge-h3 {
    font-size: 24px;
}

.challenge-video-wrap {
    position: relative;
    width: 100%;
    height: 320px;
    z-index: 2;
}

.challenge-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.challenge-txt-wrap {
    position: relative;
    text-align: center;
    color: #fafafa;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.challenge-txt-wrap span {
    color: #DDFB13;
}

.about-rotate-txt {
    position: absolute;
    left: 0;
    bottom: 16%;
    z-index: 1;
}

.circle-line-01 {
    position: absolute;
    top: 80px;
    right: -200px;
    width: 400px;
    height: 400px;
    border-radius: 50vh;
    border: solid 1px #ddd;
    z-index: -1;
}
/*終わり*/


/*<section class="talent">*/
.talent-h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;    
    text-align: center;    
}

.talent-h2::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-bottom: solid 1px #ddd;
    width: 100vw;
    height: 1px;
    margin: 0 -40px;
}

.talent-swiper {
    margin-top: 48px;
}

.swiper-slide {
    height: auto;
}

.talent-swiper-box {
    background-color: #fff;
    padding: 24px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.talent-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 6px 6px 0 #595858;
}

.talent-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.talent-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #595858;
    color: #fff;
    font-size: 20px;
    padding: 4px 24px;
    font-weight: 600;
}

.talent-media-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.talent-media-title {
    background-color: #595858;
    padding: 0 16px;
    border-radius: 50vh;
    color: #fff;
    display: inline-block;
}

.talent-swiper-ul {
    font-size: 14px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.8;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    background-image: url("../img/prev_btn.svg");
}

.swiper-button-next {
    background-image: url("../img/next_btn.svg");
}

.talent-txt-wrap {
    position: relative;
    margin-top: 32px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.talent-txt-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 1px #ddd;
    width: 100vw;
    margin: 0 -40px;
    height: 1px;
}

.talent-txt-01,
.talent-txt-02 {
    text-align: center;
    font-size: 18px;  
    font-weight: 600;  
}

.talent-ul {
    background-color: #fff;
    border: solid 1px #595858;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.talent-ul li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.talent-ul li span {
    color: #DDFB13;
}

.achieve-img-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 32px -40px 0 -40px;
}

.achieve-img-wrap-01 {
    width: 58%;
    height: 200px;
}

.achieve-img-wrap-02 {
    width: 40%;
}

.achieve-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*終わり*/


/*<section class="support">*/
.support-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.support-con {
    position: relative;
    padding: 40px 24px 24px 24px;
    background-color: #fff;
    border: solid 1px #A7A7A7;
    box-shadow: 4px 4px 0 #595858;
    display: flex;
    align-items: center;
    gap: 24px;
}

.support-num {
    position: absolute;
    top: -8px;
    left: -4px;
    background-color: #595858;
    color: #DDFB13;
    padding: 4px 16px;
}

.support-icon {
    max-width: 120px;
    width: 100%;
}

.support-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-h3 {
    font-size: 20px;
    font-weight: 600;
}
/*終わり*/


/*<section class="voice">*/
.voice {
    padding-bottom: 0;
}

.voice-in {
    position: relative;
    padding: 80px 40px;
    margin: 0 -40px;
    background-color: #595858;
}

.voice-h2-wrap {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #fafafa;
    padding: 4px 40px;
    border-top: solid 1px #595858;
    border-right: solid 1px #595858;
    border-left: solid 1px #595858;
}

.voice-h2-wrap:before {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #fafafa;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.voice-h2 {
    font-weight: 600;
    font-size: 24px;
}

.voice-flex {
    position: relative;
}

.voice-img {
    width: 50%;
}

.voice-txt-wrap {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.voice-txt-01 {
    background-color: #fafafa;
    padding: 4px 8px;
    font-size: 24px;
    font-weight: 800;
}

.voice-txt-02 {
    width: 100%;
    display: block;
    text-align: right;
    color: #fafafa;
    font-size: 20px;
}

.voice-rotate-txt {
    position: absolute;
    top: -20px;
    right: -20px;
}

.voice-faq-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.voice-q-txt {
    color: #DDFB13;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: solid 1px #f1f1f1;
}

.voice-a-txt {
    color: #fafafa;
    padding-top: 8px;
}
/*終わり*/


/*<section class="flow">*/
.flow {
    position: relative;
    padding-top: 100px;
}

.flow-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flow-con {
    background-color: #fff;
    border: solid 1px #BDBDBD;
    box-shadow: 4px 4px 0 #595858;
    display: flex;
    gap: 8px;
}

.flow-num-wrap {
    padding: 8px 16px;
    background-color: #595858;
    flex-shrink: 0;
}

.flow-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #DDFB13;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.flow-num span {
    font-size: 32px;
}

.flow-icon-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
}

.flow-icon {
    max-width: 80px;
    width: 100%;
}

.flow-txt {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    flex-shrink: 1;
}

.triangle-icon {
    max-width: 24px;
    width: 100%;
    margin: 0 auto;
}

.city-wrap {
    margin-top: 64px;
}

.city-h3 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.city-h3::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-bottom: solid 1px #ddd;
    width: 100vw;
    height: 1px;
    margin: 0 -40px;
}

.city-flex {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.city-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.city-img,
.online-img {
    width: 47%;
}

.city-txt-wrap,
.online-txt-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.city-name,
.online-name {
    font-size: 24px;
    border-bottom: solid 1px #595858;
}

.online-con {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.online-dot-line-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.online-dot-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-line-02 {
    position: absolute;
    top: 40px;
    right: -150px;
    width: 300px;
    height: 300px;
    border-radius: 50vh;
    border: solid 1px #ddd;
    z-index: -1;
}

.circle-line-03 {
    position: absolute;
    bottom: 40px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50vh;
    border: solid 1px #ddd;
    z-index: -1;
}
/*終わり*/


/*<section class="req">*/
.req {
    padding-bottom: 0;
}

.req-ul {
    background-color: #fff;
    border: solid 1px #595858;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.req-ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.move-wrap {
    position: relative;
    margin: 80px -40px 0 -40px;
    padding: 64px 24px 40px 24px;
    background-color: #595858;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.move-h3-wrap {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: solid 1px #595858;
    background-color: #fafafa;
    display: inline-block;
    text-align: center;
    max-width: 420px;
    width: 100%;
    padding: 4px 8px;
    font-weight: 600;
    box-shadow: 4px 4px 0 #fafafa;
}

.move-h3 {
    font-size: 24px;
}

.move-video-wrap {
    position: relative;
    width: 100%;
    height: 320px;
    z-index: 2;
}

.move-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.move-txt-wrap {
    position: relative;
    text-align: center;
    color: #fafafa;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.move-txt-wrap span {
    color: #DDFB13;
}

.move-txt-02 span {
    font-size: 24px;
}

.move-rotate-txt {
    position: absolute;
    left: 0;
    bottom: 40%;
    z-index: 1;
}
/*終わり*/


/*<section class="faq">*/
.faq {
    position: relative;
}

.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-con:hover {
    cursor: pointer;
}

.nav-open {
    position: relative;
    background-color: #595858;
    padding: 16px;
    border-radius: 4px;
}

.nav-open.active {
    border-radius: 4px 4px 0 0;
}

.q-txt {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-right: 40px;
    color: #fafafa;
}

.plus-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #DDFB13;
    border-radius: 50%;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #595858;
}

.plus-icon::before {
    width: 40%;
    height: 2px;
}

.plus-icon::after {
    width: 2px;
    height: 40%;
}

.faq-txt {
    display: none;
    padding: 16px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.a-txt small {
    font-size: 12px;
}

.nav-open.active .plus-icon::after {
    display: none;
}

.faq-dot-line-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.faq-dot-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*終わり*/


/*<section class="notice">*/
.notice-ul {
    background-color: #fff;
    border: solid 1px #595858;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notice-ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}
/*終わり*/


/*<section class="privacy">*/

/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
/*終わり*/


/*<section class="about">*/
/*終わり*/


/*<section class="talent">*/
/*終わり*/


/*<section class="support">*/
/*終わり*/


/*<section class="voice">*/
/*終わり*/


/*<section class="flow">*/
/*終わり*/


/*<section class="req">*/
/*終わり*/


/*<section class="faq">*/
/*終わり*/


/*<section class="notice">*/
/*終わり*/


/*<section class="privacy">*/
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/


/*<section class="fv">*/
/*終わり*/


/*<section class="about">*/
/*終わり*/


/*<section class="talent">*/
/*終わり*/


/*<section class="support">*/
/*終わり*/


/*<section class="voice">*/
/*終わり*/


/*<section class="flow">*/
/*終わり*/


/*<section class="req">*/
/*終わり*/


/*<section class="faq">*/
/*終わり*/


/*<section class="notice">*/
/*終わり*/


/*<section class="privacy">*/
/*終わり*/
}
