@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*commonここから↓*/

@media (max-width: 750px) {
    .costdown-button a {
        background-size: 12px auto;
        background-position: right 22px center;
        border-radius: 40px;
        gap: 7px;
        height: 80px;
    }

    .side .costdown-button {
        margin: 0 1em;
    }
}

/*mainここから↓*/
main {
    margin-top: 2%;
}

img {
    max-width: 100%;
}

#position {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

#main{
    background: url(../img/fv-back.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 750px;
    justify-content: center;
    color: #fff;
}
.recruit_fv{
    display: flex;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.recruit_fv div h1{
    font-size: 110px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
}
.recruit_fv div p{
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
}
.recruit_fv div:nth-child(2){
    font-size: 33px;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
}
.message-in{
    background-color: #f2f2f2;
    padding: 70px 0 90px;
}
.title2{
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
    color: #172F89;
    margin-bottom: 50px;
}
.message-in{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 2;
}
.about-in{
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 0;
}
.about-div{
    background-color: #C0CBE1;
    padding: 50px 100px;
    margin-bottom: 40px;
}
.about-div:last-child{
    margin-bottom: 0;
}
.about-div-ttl{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #172F89;
    text-align: center;
}
.about-div-ttl span{
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
}
.about-div-in{
    display: flex;
}
.about-div-in div{
    margin-right: 60px;
}
.about-div-in p{
    font-size: 30px;
    line-height: 2;
    margin-top: 30px;
}
#work{
    background-color: #f2f2f2;
    padding: 80px 0;
}
.work-in{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
}
.work-img{
    width: 735px;
    margin-right: 35px;
}
.work-content{
    width: calc(100% - 770px);
}
.work-content .title2{
    text-align: left;
    line-height: 1.2;
    margin-bottom: 20px;
}
.work-content h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}
.work-content p{
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
}
#feature{
    padding: 90px 0;
}
.feature-in{
    max-width: 1300px;
    margin: 0 auto;
}
.feature-div{
    display: flex;
    margin-bottom: 50px;
}
.feature-div:last-child{
    margin-bottom: 0;
}
.feature-img{
    width: 450px;
    margin-right: 50px;
}
.feature-content{
    width: calc(100% - 500px);
}
.feature-content h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: #172F89;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.feature-content h4{
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px;
}
.feature-content p{
    font-size: 21px;
    font-weight: 400;
    line-height: 2;
}
.title{
    background: var(--color-blue);
    color: #fff;
    display: grid;
    font-size: 45px;
    font-weight: 900;
    height: 100px;
    letter-spacing: .1em;
    place-content: center;
}
.flow-list {
    padding: 100px 0;
    background: url("../img/bg-archive.jpg") no-repeat center / cover;
}

.flow-item {
    margin-inline: auto;
    max-width: 1000px;
    align-items: center;
    background: #fff;
    border: 2px solid var(--color-blue);
    display: flex;
    gap: 45px;
    position: relative;
}
.flow-txt{
    max-width: 1000px;
    font-size: 22px;
    font-weight: 500;
    margin: 50px auto 0;
}
.flow-item:not(:last-child) {
    margin-bottom: 72px;
}

.flow-item:not(:last-child)::after {
    border-color: var(--color-blue) transparent transparent transparent;
    border-style: solid;
    border-width: 36px 18px 0 18px;
    bottom: -57px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.flow-step {
    background: var(--color-blue);
    display: grid;
    height: 140px;
    padding-left: 25px;
    place-content: center start;
    width: 180px;
}

.flow-step img {
    height: 58px;
    width: auto;
}

.flow-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 14px;
}

.flow-text {
    font-size: 20px;
}

@media (max-width: 750px) {

    .flow-title {
        font-size: 20px;
        height: 70px;
        margin: 0 -20px 40px;
        text-align: center;
    }

    .flow-list {
        margin-inline: auto;
        max-width: 1000px;
    }

    .flow-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .flow-step {
        height: 80px;
        padding-left: 0;
        place-content: center;
        width: 100%;
    }

    .flow-step img {
        height: 40px;
        width: auto;
    }

    .flow-detail {
        padding: 0 20px 20px;
    }

    .flow-heading {
        font-size: 20px;
        margin-bottom: 0;
    }

    .flow-text {
        font-size: 15px;
        line-height: 1.6;
    }

}

.entry-in{
    background-color: #f2f2f2;
    padding: 50px 0 100px;
}
.entry-txt{
    text-align: center;
    font-size: 22px;
    line-height: 2;
    margin-bottom: 40px;
}
#entryForm{
    margin: 0 auto;
    max-width: 1000px;
}
.entry-form{
    background: #fff;
    padding: 50px 75px;
}
.form-group{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group p{
    display: flex;
    width: 100%;
}
.form-group label {
    width: 160px;
    margin-right: 20px;
    font-size: 20px;
}
.form-group span{
    width: calc(100% - 180px);
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.form-group.file-form>p{
    width: 180px;
}
.agree{
    font-size: 20px;
    margin: 30px 0;
    font-weight: 500;
    text-align: center;
}
.agree input[type="checkbox"] {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    -webkit-appearance: auto;
    appearance: auto;
}
.agree a{
    padding-right: 24px;
    position: relative;
}
.agree a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/link.svg") no-repeat center / contain;
}
.submit{
    text-align: center;
}
.submit input {
    background: url(../img/icon-arrow.png) no-repeat;
    background-size: 17px 34px;
    background-position: 250px center;
    background-color: #FFD000;
    color: #172F89;
    font-size: 40px;
    font-weight: 900;
    padding: 15px 0;
    width: 300px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}
@media (max-width: 750px) {
    .title{
        text-align: center;
        font-size: 30px;
        padding: 10px 20px;
    }
    .flow-list{
        padding: 50px 20px;
    }
    .entry-in{
        padding: 50px 20px;
    }
    .entry-form {
        padding: 30px 20px;
    }
    .form-group,.form-group p{
        display: block;
    }
    .form-group label{
        width: 100%;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .form-group span{
        width: 100%;
    }
    .form-group input {
        width: 100%;
    }
    .agree{
        margin: 20px 0;
        font-size: 16px;
    }
    .agree input[type="checkbox"]{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .agree a{
        padding-right: 20px;
    }
    .agree a::after {
        width: 15px;
        height: 15px;
    }
    .submit input{
        font-size: 24px;
    }
}

.position-in{
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}
.position-box1{
    border: 2px solid #172F89;
}
.position-ttl1{
    font-weight: 700;
    font-size: 32px;
    padding: 20px 50px;
    position: relative;
    color:#172F89;
    border-bottom: 2px solid #172F89;
}
.position-ttl1::before{
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 50px;
    width: 20px;
    height: 20px;
    background: url("../img/option-arrow.svg") no-repeat center / contain;
}
.position-box-in{
    padding: 40px 50px;
}
.position-ttl2{
    background-color: #C0CBE1;
    padding: 10px 30px;
    color: #172F89;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.position-ttl2::before{
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
    background: url("../img/option-arrow.svg") no-repeat center / contain;
}
.position-box2{
    margin-bottom: 50px;
}
.position-box2:last-child{
    margin-bottom: 0;
}
.position-box2 div{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 30px;
}
.position-box2 div small{
    font-size: 15px;
}
.position-box2 div strong{
    font-weight: 700;
}
.position-ttl3{
    margin: 70px 0 20px;
    font-size: 30px;
    font-weight: 700;
    color: #172F89;
}
.position-box1{
    margin-bottom: 40px;
}
.position-box1:last-child{
    margin-bottom: 0;
}
.position-box2 .flex{
    display: flex;
}
.position-box2 .flex div{
    width: 50%;
}
.position-box1.accordion__item .position-box-in{
    display: none;
}
.position-box1.accordion__item.active .position-box-in{
    display: block;
}
.position-box2.accordion__item.active div{
    display: block;
}
.flow-list{
    background-color: #F2F2F2;
}
.entry-title{
    height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url(../img/entry-back.png) no-repeat center center;
    background-size: cover;
    font-size: 60px;
    font-weight: 700;
    font-family: 'poppins', sans-serif;
    color: #fff;
    letter-spacing: 5px;
}
.entry-form-ttl{
    font-size: 23px;
    font-weight: 700;
    padding: 12px 20px;
    background-color: #C0CBE1;
    color: #172F89;
    margin-bottom: 20px;
}
.entry-form-ttl span{
    font-size: 18px;
}
.upload-box {
    border: 1px solid #ccc;
    padding: 20px;
    width: calc(100% - 180px);
    text-align: center;
    position: relative;
}

.upload-box p {
    margin: 5px 0;
    font-size: 14px;
}

.upload-box .upload-drop {
    font-size: 18px;
}

.choose-button {
    margin: 10px 0;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
}

.max-size {
    font-size: 14px;
}
.form-group label span{
    font-size: 15px;
}
.form-group label small{
    font-size: 12px;
}
.form-group select{
    width: calc(100% - 180px);
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-appearance: auto;
    appearance: auto;
}
@media (max-width: 750px) {
    #main{
        height: auto;
        padding: 80px 20px;
    }
    .recruit_fv{
        display: block;
    }
    .recruit_fv div h1{
        font-size: 60px;
    }
    .recruit_fv div p{
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .recruit_fv div:nth-child(2){
        font-size: 16px;
        text-align: left;
    }
    .work-in{
        display: block;
    }
    .work-img{
        width: 100%;
    }
    .work-content{
        width: 100%;
    }
    .message-in{
        padding: 40px 20px;
        font-size: 16px;
    }
    .title2{
        font-size: 40px;
        margin-bottom: 25px;
    }
    .about-in{
        padding: 50px 20px;
    }
    .about-div{
        padding: 20px;
        margin-bottom: 20px;
    }
    .about-div-ttl{
        font-size: 18px;
    }
    .about-div-ttl span{
        font-size: 30px;
    }
    .about-div-in{
        display: block;
    }
    .about-div-in div{
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }
    .about-div-in p{
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.8;
    }
    #work{
        padding: 40px 20px;
    }
    .work-img{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .work-content h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .work-content p{
        font-size: 18px;
    }
    #feature{
        padding: 40px 20px;
    }
    .feature-div{
        display: block;
    }
    .feature-img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .feature-content{
        width: 100%;
    }
    .feature-content h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .feature-content h4{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .feature-content p{
        font-size: 16px;
    }
    .position-in{
        padding: 30px 20px;
    }
    .position-box1{
        margin-bottom: 20px;
    }
    .position-ttl1{
        padding: 10px 30px 10px 10px;
        font-size: 24px;
    }
    .position-ttl1::before{
        right: 10px;
    }
    .position-box-in{
        padding: 10px;
    }
    .position-ttl2{
        font-size: 20px;
        padding: 10px 30px 10px 10px;
    }
    .position-box2{
        margin-bottom: 20px;
    }
    .position-box2 div{
        padding-top: 10px;
        font-size: 16px;
    }
    .position-ttl3{
        font-size: 24px;
        margin: 40px 0 10px;
    }
    .position-ttl2::before{
        right: 10px;
    }
    .position-box2 div small{
        font-size: 12px;
    }
    .flow-txt{
        font-size: 18px;
        margin-top: 30px;
    }
    .entry-title{
        height: 160px;
        font-size: 48px;
    }
    .entry-txt{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .form-group label{
        font-size: 18px;
    }
    .form-group select{
        width: 100%;
    }
    .upload-box{
        width: 100%;
    }
}

.screen-reader-response{
    display: none;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
    color: red;
    display: block;
    width: 100% !important;
    font-size: 80%;
    margin-top: 4px;
}