/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 21, 2023, 9:36:15 AM
    Author     : ima
*/

.bg-top-recruitmentInfo {
    background-image: url(../../resources/shashusho/img/wantedTeacher.jpg);
    position: relative;
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-top-recruitmentInfo-student {
    background-image: url(../../resources/shashusho/img/wantedStudent.jpg);
    position: relative;
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap-caption-top {
    display: block;
    margin: auto;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.502));
    color: #000;
    background-color: #ffffff8a;
    height: fit-content;
    width: 36%;
    position: absolute;
    /*left: 22%;*/
    top: 58%;
    font-weight: 525;
}
.wrap-caption-top-about {
    display: block;
    margin: auto;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.502));
    color: #000;
    background-color: #ffffff8a;
    height: fit-content;
    width: 56%;
    position: absolute;
    left: 22%;
    top: 23%;
    font-weight: 525;
}
.marginTop-3{
    margin-top: 3em;
}
.bg-top-recruitmentInfo h1.title-main{
    font-size: 30px;
    margin: .5em 0;
    padding: 0 1em;
}
.bg-top-recruitmentInfo-student h1.title-main{
    font-size: 30px;
    margin: .5em 0;
    padding: 0 1em;
}
hr.strip{
    width: 120px;
    height: 5px;
    background-color: #000;
    border: none;
}
.bg-top-recruitmentInfo h1.title-sub{
    font-size: 40px;
    margin: 10px 5px 10px;
    font-weight: 525;
    word-break: break-all;
}
.bg-top-recruitmentInfo-student h1.title-sub{
    font-size: 40px;
    margin: 10px 5px 10px;
    font-weight: 525;
    word-break: break-all;
}
.wrap-caption-top .note-text{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #EB5640;
    margin-bottom: 2em;
    padding: 10px 20px;
    font-weight: 525;
}
.wrap-caption-top-about .note-text{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #EB5640;
    margin-bottom: 2em;
    padding: 10px 20px;
    font-weight: 525;
}
.wrap-caption-top .note-text p{
    font-size: 22px;
}
.wrap-caption-top-about .note-text p{
    font-size: 22px;
}
.slash-left{
    border-left: 1px solid #000;
    height: 30px;
    transform: rotate(150deg);
    margin-right: 3em;
}
.slash-right{
    border-left: 1px solid #000;
    height: 30px;
    transform: rotate(25deg);
    margin-left: 3em;
}
.label-recruitment{
    clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    display: inline-block;
    font-size: 16px;
    padding: 7px 25px 7px 30px;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 1;
}
.label-recruitment.orange{
    background-color: #EB5640;
    color: #FFFFFF;
    font-size: 36px;
}
.trapezoid {
    bottom: 10em;
    left: -20px;
    border-top: 22.8675px solid #AA3A29;
    border-left: 20px solid transparent;
    height: 0;
    position: absolute;
    top: 36px;
}
.bg-rectangle-yellow{
    width: auto;
    height: 740px;
    background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #20707A;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 55% 85%, 10% 100%, -200% 0);
}
.shashusho-desc{
    margin-top: 3em;
}
.shashusho-desc h1{
    font-style: normal;
    font-weight: 525;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 1em;
    text-align: center;
}
.label-point {
    font-size: 22px;
    font-weight: 700;
}
.feature-title p{
    font-size: 16px;
    font-weight: 400;
}
.shashusho-desc p{
    font-style: normal;
    font-weight: 525;
    font-size: 24px;
    line-height: 180%;
    /* or 36px */
}
.shashusho-desc p span.text-orange{
    color: #EB5640;
}
.shashusho-desc .more-button-index button.regular-btn{
    margin: 0;
    font-weight: 525;
    font-size: 18px;
    /*width: 260px;*/
    height: 70px;
}
.more-button .button.colorBlack {
    width: 260px;
    height: 70px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.disflex-center{
    display: flex;
    justify-content: center;
}
.feature-title{
    text-align: center;
}
.feature-title h1{
    margin-top: 20px;
}
.point-box{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}
.point-box{
    text-align: center;
    height: 386px;
    width: 365px;
}
.point-box img{
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom: 2em;
}
.point-box .text-point-desc {
    font-size: 18px;
    padding: 1em 2em;
}

/*for student*/
.point-box.point-box-std{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}
.point-box.point-box-std{
    text-align: left;
    height: auto;
    width: 100%;
}
.point-box.point-box-std img{
    width: 100%;
    height: auto;
    margin: auto;
}
.point-box.point-box-std .text-point-desc {
    font-size: 18px;
    padding: 1em 0;
}
/*end for student*/

.more-button{
    margin-top: 74px;
}
.section{
    margin-bottom: 74px;
}
.rectangle-box{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 2em 2em 2em 0em;
}
.wrap-benefit {
    display: flex;
    gap: 45px;
    margin: 1.5em 0;
}
.rectangle-box h2.title{
    font-size: 22px;
    margin-bottom: 10px;
}
.rectangle-box h2 span.text-tosca{
    color: #20707A;
}
.rectangle-box img{
    margin: auto;
    width: 85%;
}
.first{
    right: 1.2%;
    bottom: -14.5em;
}
.second{
    right: -47.5%;
    bottom: -3em;
}
.thrid{
    left: -50.5%;
    bottom: -23.3em;
}
.five{
    right: -1.5%;
    bottom: -32em;
}
.six-pointed-star{
    --star-color:#FEB04F;
    --sqrt-3:1.73205080757;
    margin: 0 auto;
    font-size:2em;
    width: 0;
    height: 0;
    position: relative;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: calc( 1em * var(--sqrt-3) ) solid var(--star-color);
    z-index: -1;
}

.six-pointed-star:after{
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    left:-1em;
    top:calc( 1em * var(--sqrt-3) / 3 );
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: calc( 1em * var(--sqrt-3)  ) solid var(--star-color);
}
.benefit-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.step-green-circle {
    width: 65px;
    border: 1px solid #479C25;
    background-color: #479C25;
    border-radius: 50%;
    padding: 8px;
    height: 65px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    line-height: 0;
    display: grid;
    align-items: center;
    margin: 0 2em;
    float: right;
}
.step-green-circle span{
    font-size: 30px;
    font-weight: 500;
}
.w-10{
    width: 10%
}
.step-info .desc-text p{
    font-size: 16px;
    font-weight: 400
}
h1.step-title{
    font-size: 28px;
    font-weight: 525;
}
h2.step-title{
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
}
img.step-image{
    width: 121px;
    height: auto;
    margin: auto;
}
.step-info{
    padding: 1em 5em;
}
.arrow-yellow-down img.arrow-down{
    width: 46px;
    height: 41px;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
}
.bg-yellow{
    background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #20707A;
    display: grid;
    justify-content: center;
}
.bg-yellow h1{
    text-align: center;
    font-style: normal;
    font-weight: 525;
    font-size: 36px;
    line-height: 130%;
}
.bg-yellow ul {
    list-style-type: none;
}
.bg-yellow ul li{
    font-style: normal;
    font-weight: 525;
    font-size: 16px;
    line-height: 30px;
    font-variation-settings: 'slnt' 0;
    color: #1b1b1b;
}
.bg-yellow ul li::before {
    content: "\2610";
    display: inline-block;
    width: 2em;
    margin-left: -1em;
}
.bg-yellow ul li ol li.numb::before{
    content: none;
    font-style: normal;
    font-weight: 525;
    font-size: 16px;
    line-height: 30px;
    font-variation-settings: 'slnt' 0;
    color: #1b1b1b;
}
.bg-yellow ul li.checked::before {
    content: "\2713";
    color: #EB5640;
}
.bg-yellow .preconfirmation{
    padding: 3em 0;
}
.bg-yellow .more-button{
    margin-top: 40px;
}
.margin-bottom-28px{
    margin-bottom: 28px;
}
.note-title{
    background: #F9D94E;
    padding: 8px;
}
.note-title p{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}
.note {
    position: relative;
    padding: 1.5em 1.5em;
    margin: 0 auto 2em;
    color: #000;
    background: #FFF9DB;
    overflow: hidden;
}
.note:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: #fff #fff #F9D94E #F9D94E;
    background: #F9D94E;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 100%, 50.64% 93.23%, 0% 100%, 7.4% 49.45%, 0% 0%, 50% 0%);
}
.note p{
    padding: 10px 1em;
}
.section-note{
    margin-bottom: 55px;
}
.note.disflex{
    display: flex;
    justify-content: space-between;
    padding: 1.5em 2.5em;
}
.note ol{
    padding-left: 4em;
    list-style-type: none;
}
.note ol li:nth-child(odd):before{
    content: '例１）';
    position: absolute;
    left: 2.8em;
    margin-left: 5px;
}
.note ol li:nth-child(even):before{
    content: '例２）';
    position: absolute;
    left: 2.8em;
    margin-left: 5px;
}
.note ol li{
    margin-bottom: 1em;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-left: 10px;
}
.remuneration{
    text-align: right;
    padding: 4em 0 0;
}
.remuneration p{
    padding: 15px 13px;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    gap: 10px;
}

/*for teacher*/
.section-6.wantedTeacher{
    margin-bottom: 5em;
}

@media(max-width: 1024px){
    .wrap-caption-top-about {
        top: 15%;
        width: 75%;
        left: 13%;
    }
    .wrap-caption-top {
        width: 52%;
        top: 58%;
    }
}

@media screen and (max-width: 768px){
    img.step-image {
        width: 121px;
        height: 109px;
        margin: auto;
        margin: 0 1em 0 0em;
    }
    .rectangle-box{
        display: inline-table;
        padding: 2em 1em 2em 1em;
    }
    .bg-rectangle-yellow {
        width: auto;
        height: 860px;
        background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #20707A;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 63% 92%, 7% 100%, -200% 0);
    }
    .wrap-caption-top .note-text{
        padding: 0 4em;
        word-break: keep-all;
    }
    .wrap-caption-top {
        display: block;
        margin: auto;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.502));
        color: #000;
        background-color: #ffffff8a;
        height: fit-content;
        width: 73%;
        position: absolute;
        left: 4%;
        top: 60%;
        font-weight: 525;
    }
    .wrap-caption-top-about .note-text{
        padding: 0 4em;
        word-break: keep-all;
    }
    .wrap-caption-top-about {
        display: block;
        margin: auto;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.502));
        color: #000;
        background-color: #ffffff8a;
        height: fit-content;
        width: 93%;
        position: absolute;
        left: 4%;
        /*top: 25%;*/
        font-weight: 525;
    }
    .bg-top-recruitmentInfo {
        height: 90%;
    }
    .point-box {
        text-align: center;
        height: auto;
        width: auto;
    }
    .point-box .text-point-desc {
        font-size: 18px;
        padding: 1em 1em;
    }
    .wrap-point-features {
        display: flex;
        gap: 20px;
    }
    .wrap-benefit {
        display: flex;
        gap: 25px;
        margin: 1em 0;
    }
    .rectangle-box img {
        margin: auto;
        width: 60%;
    }
    .img-wanted-hero {
        width: 80%;
        height: auto;
        margin: auto;
    }
    .disflex-center.shashusho-desc{
        align-items: center;
    }
}

@media screen and (max-width: 40.063em) {
    .break{
        word-break: break-all;
        white-space: pre;
    }
    .img-wanted-hero {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .label-recruitment{
        clip-path: unset;
        -webkit-clip-path: unset;
        display: inline-block;
        font-size: 16px;
        padding: 10px;
        position: absolute;
        left: -20px;
        top: 0;
        z-index: 1;
    }
    .wrap-caption-top {
        display: block;
        margin: auto;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.502));
        color: #000;
        background-color: #ffffff8a;
        height: fit-content;
        width: 86%;
        position: absolute;
        left: 9%;
        top: 40%;
    }
    .wrap-caption-top-about {
        display: block;
        margin: auto;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.502));
        color: #000;
        background-color: #ffffff8a;
        height: fit-content;
        width: 86%;
        position: absolute;
        left: 7%;
        /*top: 40%;*/
    }
    .bg-top-recruitmentInfo h1.title-main {
        margin: 0.5em 0;
        font-style: normal;
        font-weight: 525;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    .bg-top-recruitmentInfo-student h1.title-main {
        margin: 0.5em 0;
        font-style: normal;
        font-weight: 525;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    hr.strip {
        width: 50px;
        height: 3px;
        background-color: #000;
        border: none;
    }
    .bg-top-recruitmentInfo {
        height: 60%;
    }
    .bg-top-recruitmentInfo h1.title-sub {
        word-break: break-all;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    .bg-top-recruitmentInfo-student {
        height: 60%;
    }
    .bg-top-recruitmentInfo-student h1.title-sub {
        word-break: break-all;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    .trapezoid {
        bottom: 10em;
        left: -20px;
        border-top: 22.8675px solid #AA3A29;
        border-left: 20px solid transparent;
        height: 0;
        position: absolute;
        top: 32px;
    }
    .wrap-caption-top .note-text p{
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        word-break: break-all;
        max-width: 155px;
        margin: auto;
    }
    .wrap-caption-top .note-text p .break{
        word-break: break-all;
        white-space: pre;
    }
    .wrap-caption-top .note-text{
        padding: 0 4em;
    }
    .wrap-caption-top-about .note-text p{
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        word-break: break-all;
        max-width: 155px;
        margin: auto;
    }
    .wrap-caption-top-about .note-text p .break{
        word-break: break-all;
        white-space: pre;
    }
    .wrap-caption-top-about .note-text{
        padding: 0 4em;
    }
    .slash-left {
        border-left: 2px solid #000;
        height: 30px;
        transform: rotate(150deg);
        margin-top: 0.5em;
        margin-right: 1em;
    }
    .slash-right {
        border-left: 2px solid #000;
        height: 30px;
        transform: rotate(25deg);
        margin-top: 0.5em;
        margin-left: 1em;
    }
    .bg-rectangle-yellow {
        width: auto;
        height: 735px;
        background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #20707A;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 59% 95%, 15% 100%, 0% 97.25%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 59% 95%, 15% 100%, 0% 97.25%);
    }
    .shashusho-desc p{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding: 20px;
        text-align: justify;
    }
    .more-button-index {
        margin: 2em 0;
        display: flex;
        justify-content: center;
    }
    .shashusho-desc .more-button-index button.regular-btn{
        height: 50px;
        width: 260px;
        padding: 1px 1em;
    }
    .wrap-benefit {
        display: grid;
        gap: 30px;
    }
    .more-button .button.colorBlack {
        width: auto;
        height: 70px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
    .step-info {
        padding: 1em 0em;
    }
    .step-sm{
        display: flex;
        justify-content: center;
    }
    .arrow-yellow-down{
        display: flex;
        justify-content: center;
    }
    .bg-yellow .preconfirmation {
        padding: 3em 1em;
    }
    .sec-wrapper-idx-sm {
        margin-bottom: 0;
    }
    .point-box {
        text-align: center;
        height: auto;
        width: auto;
    }
    .point-box img {
        width: 50%;
        margin: 30px auto;
        padding-bottom: 0em;
    }
    .point-box .text-point-desc {
        font-style: normal;
        font-weight: 525;
        font-size: 18px;
        line-height: 180%;
    }
    .label-recruitment.orange{
        font-style: normal;
        font-weight: 525;
        font-size: 14px;
        line-height: 20px;
    }
    .feature-title h1 {
        margin-top: 10px;
    }
    .feature{
        margin-top: 2em;
    }
    .more-button {
        margin-top: 0;
    }
    .six-pointed-star{
        font-size: 3em;
    }
    .second {
        right: -37.5%;
        bottom: -0.5em;
    }
    .thrid {
        left: -42.5%;
        bottom: -41em;
    }
    .first {
        right: 1.2%;
        bottom: -23.2em;
    }
    .five {
        right: -18.5%;
        bottom: -57em;
    }
    .rectangle-box img {
        margin: auto;
        width: 65%;
    }
    .step-green-circle{
        margin: 0 1em;
    }
    .disflex-start-SM{
        display: flex;
        justify-content: flex-start;
    }
    .bg-yellow h1{
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
    }
    .bg-yellow ul li.checked::before {
        content: "\2713";
        color: #EB5640;
        font-size: 25px;
        margin-left: -25px;
        width: 1em;
    }
    .note p.SM-only{
        padding: 10px 0;
    }
    .section.teaching-flow{
        margin-bottom: 25px;
    }
    .section.SM-margin-btm40{
        margin-bottom: 40px;
    }
}