@charset "UTF-8";

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img, figure, figcaption, i, b {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #000;
    letter-spacing: .06rem;
    font-size: 2rem;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
}

a:link, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a img {
    transition: all .3s ease-in-out;
}

#wrapper {
    position: relative;
}

.header {
    position: absolute;
    left: 1.302%;
    top: 15px;
}

.spShow {
    display: none;
}

.style {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.logo {
    /* position: fixed;*/
    z-index: 100;
    width: 140px;
    height: 33px;
    /*left: 1.302%;
    top: 20px;*/
}

@media screen and (min-width: 769px) {
    .logo img {
        max-width: 180px;
        width: 180px;
    }

    .logo {
        /* position: fixed;*/
        width: 180px;
        height: 42px;
        /*left: 1.302%;
        top: 20px;*/
    }
}

.mv {
    background: url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    /* padding-top:35.521%; */
    z-index: 1;
}

.mv .inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 36%;
    z-index: 1;
}

.mv figure {
    position: absolute;
    width: 34%;
    left: 18%;
    top: 54.3%;
    transform: translateY(-50%);
}

.mv figure:before {
    /* content: ""; */
    display: block;
    background: url(../img/tag_achieve.svg) no-repeat;
    background-size: 100% auto;
    width: 34.246%;
    height: 45.246%;
    z-index: -1;
    position: absolute;
    right: 10%;
    top: -21%;
}

.mv figure:after {
    content: "";
    display: block;
    background: url(../img/onenidec.svg) no-repeat;
    background-size: 100% auto;
    width: 12.708333333333332vw;
    z-index: -1;
    position: absolute;
    top: 5%;
    left: -21%;
    height: 11.693229166666667vw;
}

.mv h1 img {
    position: absolute;
    max-width: 498px;
    height: auto;
    width: 27vw;
    right: 19%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.applySec {
    background: #ffffff;
}

.applySec .inner {
    max-width: 1170px;
    margin: 0 auto;
}

.applySec h2 {
    color: #007A2F;
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 11rem;
}

.step__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.step__list li {
    width: calc((100% - 4rem) / 3);
    background: #EAFDC5;
    padding: 5rem 2rem 3rem;
    position: relative;
}

.step__list li:after {
    content: "";
    display: block;
    width: 153px;
    height: 133px;
    position: absolute;
    top: -96px;
    left: 36%;
}

.step__list .step__item--01:after {
    background: url(../img/ic_step01.svg) no-repeat;
    background-size: 100% auto;

}

.step__list .step__item--02:after {
    background: url(../img/ic_step02.svg) no-repeat;
    background-size: 100% auto;
}

.step__list .step__item--03:after {
    background: url(../img/ic_step03.svg) no-repeat;
    background-size: 100% auto;
}

.step__list a {
    background: #000;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-radius: 3rem;
    margin-top: 1.5rem;
    position: relative;
}

.step__list a:hover {
    opacity: .7;
}

.step__list a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.line {
    background: linear-gradient(transparent 60%, #EEFF00 60%);
}

.notionSec {
    background: #EAFDC5;
    padding: 4rem;
    margin-bottom: 3rem;
}

.note__list {
    margin-left: 1.5rem;
    margin-bottom: 2rem;
}

.note__list li {
    text-indent: -1.5rem;
    margin-bottom: .5rem;
}

.note__list li:last-child {
    margin-bottom: 0;
}

.note__list li:before {
    content: "";
    display: inline-block;
    background: #23AC39;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: 3px;
    margin-right: 7px;
}

.note {
    display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
}

.btn__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn__list li {
    width: calc((100% - 2rem) / 2);
}

.btn__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background: #23AC39;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    border-radius: 1.5rem;
    position: relative;
    border-bottom: 10px solid #007A2F;
}

.btn__list li a:hover {
    opacity: .7;
}

.btn__list li a:after {
    content: "";
    display: inline-block;
    background: url(../img/ic_window_01.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn__list li a .small {
    font-size: 2rem;
}

.form-btn {
    margin-bottom: 2rem;
}

.form-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    background: url(../img/btn_ptrn.jpg);
    height: 120px;
    border-radius: 1.5rem;
    position: relative;
    border-bottom: 10px solid #045D26;
}

.form-btn a:hover {
    opacity: .7;
}

.form-btn a:after {
    content: "";
    display: inline-block;
    background: url(../img/ic_window_02.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form__note li {
    margin-bottom: .5rem;
}

.form__note li:last-child {
    margin-bottom: 0;
}

footer {
    background: #23AC39;
}

.copyright {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
}


@media screen and (max-width: 1023px) {
    .applySec {
        padding: 0;
    }

    .applySec h2 {
        font-size: 4.5rem;
        margin-bottom: 7rem;
    }

    /***** 応募方法 *****/
    .step__list {
        flex-direction: column;
        gap: 7rem;
    }

    .step__list li {
        width: 100%;
    }

    .step__list li:after {
        width: 123px;
        height: 110px;
        top: -62px;
        left: 44%;
    }

    .step__list a {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn__list {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .btn__list li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem;
    }

    .spShow {
        display: block;
    }

    .pcShow {
        display: none;
    }

    /***** MV *****/
    .mv {
        background: url(../img/mv_bg_sp.jpg) no-repeat;
        background-size: cover;
        padding-top: 0;
    }

    .mv .inner {
        padding-top: 150%;
    }

    .mv figure {
        max-width: initial;
        width: 80%;
        left: 59%;
        top: 13%;
        transform: translateX(-50%);
    }

    .mv figure:after {
        background: url(../img/onenidec_g.svg) no-repeat;
        background-size: 100% auto;
        width: 35vw;
        height: 40vw;
    }

    .mv h1 img {
        max-width: initial;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 5%;
        transform: translateX(-50%);
        width: 80%;
        margin: 0;
    }

    .applySec {
        padding: 0;
    }

    .step__list a:hover {
        opacity: 1;
    }

    .notionSec {
        padding: 4vw;
    }

    .btn__list li a,
    .form-btn a {
        font-size: 1.8rem;
        text-align: center;
    }

    .btn__list li a:hover,
    .form-btn a:hover {
        opacity: 1;
    }

    .btn__list li a .small {
        font-size: 1.4rem;
    }

    .btn__list li a:after,
    .form-btn a:after {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 375px) {
    .step__list li:after {
        left: 39%;
    }

    .copyright {
        font-size: 1rem;
    }
}

/***** snsSec *****/
.snsSec {
    background: #EAFDC5;
}

.snsSec .inner {
    padding-bottom: 12rem;
}

.snsSec .txt__area {
    background: white;
    padding: 8rem 0 8rem 14%;
    border-radius: 40rem;
    position: relative;
    display: flex;
}

.snsSec .txt__area figure {
    content: "";
    display: block;
    width: 425px;
    height: 554px;
    position: absolute;
    top: -46px;
    right: -2%;
}

.snsSec .txt__area>div {
    width: 52%;
}

.snsSec .txt__area p {
    margin-bottom: .8rem;
}

.snsSec .txt__area p:last-child {
    margin-bottom: 0;
}

.snsSec .sns-btn {
    margin-top: 4rem;
    max-width: 337px;
}

.snsSec .sns-btn a {
    background: #000;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-radius: 3rem;
    position: relative;
    font-size: 1.6rem;
    transition: .3s;
}

.snsSec .sns-btn a:hover {
    opacity: .7;
}


.snsSec .sns-btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

section .inner {
    padding: 8rem 2rem;
    max-width: 1210px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {

    /***** snsSec *****/
    .snsSec .txt__area {
        flex-direction: column-reverse;
        padding: 8rem 0 10rem;
    }

    .snsSec .txt__area>div {
        width: 85%;
        margin: 0 auto;
    }

    .snsSec .txt__area .sns-btn {
        margin: 2rem auto 0;
    }

    .snsSec .txt__area figure {
        position: relative;
        width: 70%;
        height: auto;
        max-width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: -15rem auto auto;
    }


}

/***** wSec *****/

.wSec {
    background: #EAFDC5;
    width: 100%;
    padding-top: 5rem;
}

.wSec .inner {
    padding-bottom: 10rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wSec .wrap {

    background-color: white;

    padding: 40px;

    width: 100%;

    padding-left: 50px;

    padding-right: 50px;
}

.wSec dl {

    display: flex;

    justify-content: unset;

    gap: 50px;

    align-items: center;

    width: 100%;

    /* flex-wrap: wrap; */
}

.wSec dt {

display: flex;

justify-content: center;

align-items: center;

gap: 20px;

width: 60%;
}

.wSec dt img.file {

width: 48%;
}

.wSec dt img.plus {

    position: absolute;
}

.wSec dt img.pen {

width: 48%;
}

.wSec dd img.txt{

}

.wSec dd {

width: 40%;
}

.wSec dl img {

    /* width: 100%; */

    /* max-width: fit-content; */

    /* height: auto; */
}

.wSec h2 {

    position: absolute;

    inset: 0;

    margin-inline: auto;

    display: flex;

    justify-content: center;

    align-items: flex-start;

    height: fit-content;
}

.wSec h2 img {

}

@media screen and (max-width: 768px) {
    .wSec dl{
        flex-direction: column;
        gap: 30px;
    }

    .wSec dt,.wSec dd{
        width: 100%;
        max-width: 500px;
    }

    .wSec dd img.txt{
        
width: 100%;
        
max-width: 400px;
    }

    .wSec dd{
        
max-width: 500px;
        
display: flex;
        
align-items: flex-start;
        
justify-content: flex-start;
        
width: 100%;
    }

    .wSec .wrap{
        padding: 30px;
        padding-top: 13vw;
        max-width: 550px;
    }

    .wSec h2 img{

    }

    .wSec h2{
        padding: 0px 20px;
        width: 70vw;
        /* top: -6vw; */
    }

    .wSec .inner{
        /* width:calc(80% + 4rem); */
        padding-bottom: 70px;
    }

        section .inner{
        padding: 50px 20px;
    }

    .snsSec .inner{
        padding-bottom: 70px;
        padding-top: 120px;
    }

    .wSec{
        padding-top: 30px;
    }

}