@charset "utf-8";

.flex {
    display: flex;
}

/* ------- */

.mainttl {
    margin-bottom: 50px;
}

.mainttl .en {
    font-family: 'Outfit', sans-serif;
    font-size: 4rem;
    font-weight: 500;
    color: #39447b;
}

.mainttl .underline {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #74cfc8;
    margin-top: 15px;
    margin-bottom: 20px;
}

.mainttl .jp {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
}

/* ------- */

.linkButton {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 40px;
    background-color: #39447B;
    border: 1px solid #39447B;
    position: relative;
    z-index: 3;
}

.linkButton .arrowButton {
    position: relative;
    display: inline-block;
}

.linkButton .arrowButton::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}

.linkButton:hover .arrowButton::after {
    margin-left: 10px;
}

/* sec01 */

.sec01 {
    position: relative;
    margin-bottom: 150px;
}

.sec01::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../image/recruit/common/wave.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.sec01 .mainvisual {
    text-align: right;
    position: relative;
}

.sec01 .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 80%);
}

.sec01 .txtbox .sec01Ttl {
    font-size: 5rem;
    color: #39447b;
    font-weight: 500;
    margin-bottom: 70px;
    position: relative;
}

.sec01 .txtbox .sec01Ttl .sec01TtlUnderline {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -40px;
    left: -5%;
}

.sec01 .txtbox .sec01Lead {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.0;
}

.sec01 .megatxt {
    position: absolute;
    right: 5%;
    bottom: 150px;
    opacity: .7;
}

.sec01 .txtbox .lead {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.0;
}

/* sec02 */

.sec02 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(187, 227, 249, 0.4) 100%);
    padding-bottom: 150px;
}

.sec02 .spLead {
    display: none;
}

.sec02 .sec02Content li {
    width: 50%;
}

.sec02 .sec02Content li .sec02ContentLead {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2.8;
}

.sec02 .sec02Content li .sec02imgbox,
.sec02 .sec02Content li .sec02imgbox .sec02img {
    width: fit-content;
}

.sec02 .sec02Content li .sec02imgbox {
    margin: 0 auto;
}

.sec02 .sec02Content li .sec02imgbox .sec02img.nohover {
    display: block;
}

.sec02 .sec02Content li .sec02imgbox .sec02img.hovered {
    display: none;
}

.sec02 .sec02Content li .sec02imgbox:hover .sec02img.nohover {
    display: none;
}

.sec02 .sec02Content li .sec02imgbox:hover .sec02img.hovered {
    display: block;
}

/* sec03 */

.sec03 {
    background: rgba(187, 227, 249, 0.4);
    padding-bottom: 150px;
}

.sec03 .sec03Content {
    align-items: center;
}

.sec03 .sec03Content li {
    width: 50%;
}

.sec03 .sec03Content li:nth-of-type(2) {
    width: 600px;
    max-width: 45%;
    padding-left: 5%;
}

.sec03 .sec03Content li .sec03ContentLead {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 30px;
}

/* sec04 */

.sec04 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(187, 227, 249, 0.40379901960784315) 100%);
    margin-bottom: 150px;
}

.sec04 .sec04Content {
    align-items: center;
}

.sec04 .sec04Content li {
    width: 50%;
}

.sec04 .sec04Content li .sec04ContentLead {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 30px;
}

.sec04 .sec04Content li .relaWrap{
    position: relative;
}

.sec04 .sec04Content li .relaWrap .absWrap{
    max-width: 35%;
    position: absolute;
    left: -50px;
    bottom: -50px;
}

/* sec05 */

.sec05 {
    margin-bottom: 80px;
}

.sec05 .sec05Content {
    justify-content: space-between;
    align-items: center;
}

.sec05 .sec05Content .sec05ContentList {
    margin-bottom: 50px;
    justify-content: space-between;
}

.sec05 .sec05Content .sec05ContentList:last-of-type{
    margin-bottom: 0;
}

.sec05 .sec05Content li dl{
    width: 30%;
}

.sec05 .sec05Content li dl:nth-of-type(odd) {
    padding-top: 70px;
}

.sec05 .sec05Content li dl .sec05ContentTop {
    position: relative;
    text-align: right;
    padding-bottom: 50px;
}

.sec05 .sec05Content li dl .sec05ContentTop .js-count {
    color: #39447b;
    text-align: left;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec05 .sec05Content li dl .sec05ContentTop .js-count .number {
    font-size: 12rem;
    font-weight: 700;
}

.sec05 .sec05Content li dl .sec05ContentTop .js-count .minitxt {
    font-size: 4rem;
}

.sec05 .sec05Content li dl .sec05ContentMid {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sec05 .sec05Content li dl .sec05ContentBot {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: .05em;
}

/* sec06 */

.sec06 {
    background-image: url(../image/recruit/top/sec06bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 150px;
    margin-bottom: 200px;
}

.sec06 .sec06Lead {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

.sec06 .sec06Content {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.sec06 .sec06Content .sec06ContentItem {
    width: 30%;
}

.sec06 .sec06Content .sec06ContentItem:nth-of-type(odd) {
    padding-top: 300px;
}

.sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink {
    text-decoration: none;
    text-align: center;
}

.sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink h4 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}

.sec06 .sec06Content .sec06ContentItem dl dt {
    margin-bottom: 50px;
    position: relative;
}

.sec06 .sec06Content .sec06ContentItem dl dt::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    border-top: 10px solid #70cec6;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink {
    display: block;
    background-color: #70cec6;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink p {
    font-size: 1.8rem;
    color: #231815;
}

.sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink p .name {
    font-size: 2.4rem;
}

.sec06 .sec06Content .sec06ContentItem dl dd {
    position: relative;
    z-index: 1;
}

.sec06 .sec06Content .sec06ContentItem dl dd a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.sec06 .sec06Content .sec06ContentItem dl dd a .hovered {
    display: none;
}

.sec06 .sec06Content .sec06ContentItem dl dd a:hover .hovered {
    display: block;
}

.sec06 .sec06Content .sec06ContentItem dl dd a:hover .nohover {
    display: none;
}

.sec06 .sec06Content .sec06ContentItem dl dd .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(40%);
    z-index: -1;
}

@media screen and (max-width: 1024px) {

    /* sec01 */

    .sec01 {
        margin-bottom: 50px;
    }

    .sec01 .txtbox {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 80%);
    }

    .sec01 .txtbox .sec01Ttl {
        font-size: 3.6rem;
        text-align: center;
        margin-bottom: 0;
    }

    .sec01 .txtbox .sec01Ttl .sec01TtlUnderline {
        bottom: -25px;
        left: 0;
    }

    .sec01 .txtbox .lead{
        display: none;
    }

    .sec01 .txtbox .sec01Lead {
        padding-left: 10%;
        font-size: 1.8rem;
    }

    .sec01 .megatxt {
        width: 200px;
        top: 5%;
    }

    /* sec02 */

    .sec02 .spLead {
        display: block;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center;
        line-height: 2;
        width: fit-content;
        margin: 0 auto 100px auto;
    }

    /* sec03 */

}

@media screen and (max-width: 768px) {

    /* sec01 */

    .sec01::after {
        height: 30px;
    }

    .sec01 .txtbox {
        padding: 0;
    }

    /* sec02 */

    .sec02 {
        padding-bottom: 150px;
    }

    .sec02 .sec02Content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .sec02 .sec02Content li {
        width: auto;
    }

    .sec02 .sec02Content li:first-of-type {
        margin-top: 30px;
    }

    /* sec03 */

    .sec03 {
        padding-bottom: 150px;
    }

    .sec03 .sec03Content {
        flex-direction: column;
    }

    .sec03 .sec03Content li {
        width: auto;
    }

    .sec03 .sec03Content li:nth-of-type(2) {
        max-width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }

    .sec03 .sec03Content li .sec03ContentLead {
        width: auto;
    }

    /* sec04 */

    .sec04 {
        margin-bottom: 150px;
        overflow-x: hidden;
    }

    .sec04 .sec04Content {
        flex-direction: column-reverse;
    }

    .sec04 .sec04Content li {
        width: 100%;
    }

    .sec04 .sec04Content li:first-of-type {
        margin-top: 30px;
    }

    .sec04 .sec04Content li .relaWrap .absWrap{
        left: auto;
        bottom: auto;
        top: 0;
        right: 0;
        transform: rotate(20deg);
    }

    /* sec05 */

    .sec05 {
        margin-bottom: 80px;
    }

    .sec05 .sec05Content {
        display: block;
    }

    .sec05 .sec05Content .sec05ContentList {
        display: block;
    }

    .sec05 .sec05Content li dl {
        margin-bottom: 50px;
        width: 100%;
    }

    .sec05 .sec05Content li dl:nth-of-type(odd){
        padding-top: 0;
    }

    .sec05 .sec05Content li:last-of-type dl:last-of-type {
        margin-bottom: 0;
    }

    .sec05 .sec05Content li dl .sec05ContentTop figure {
        text-align: center;
    }

    /* sec06 */

    .sec06 {
        margin-bottom: 50px;
    }

    .sec06 .sec06Content .sec06ContentItem:nth-of-type(odd) {
        padding-top: 0;
    }

    .sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink h4 {
        font-size: 2rem;
    }

    .sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink {
        width: 60%;
        margin: 0 auto 40px auto;
    }

    .sec06 .sec06Content .sec06ContentItem dl dd {
        margin-bottom: 30px;
    }

    .sec06 .sec06Content .sec06ContentItem dl dd a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .sec06 .sec06Content .sec06ContentItem dl dd .shadow {
        width: 200px;
        max-width: 100%;
        left: 50%;
        transform: translate(-50%, 40%);
    }

    .sec06 .slick-prev,
    .sec06 .slick-next {
        width: 50px;
        height: 50px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        transition: .3s all;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        font-size: 0rem;
    }

    .sec06 .slick-prev {
        right: 85%;
        left: auto;
    }

    .sec06 .slick-next {
        left: 85%;
        right: auto;
    }

    .sec06 .slick-prev::before,
    .sec06 .slick-next::before {
        content: "";
        width: 12px;
        height: 12px;
        transition: .5s all;
        transform: rotate(45deg);
    }

    .sec06 .slick-prev::before {
        border-bottom: solid 2px #013577;
        border-left: solid 2px #013577;
    }

    .sec06 .slick-next::before {
        border-top: solid 2px #013577;
        border-right: solid 2px #013577;
    }

}

@media screen and (max-width: 640px) {

    .sec01 .txtbox .sec01Ttl {
        font-size: 2.4rem;
        text-align: left;
        padding-left: 10%;
    }

    .sec02 .sec02Content li .sec02ContentLead {
        font-size: 1.8rem;
    }

    .sec02 .sec02img {
        height: 400px;
    }

    .sec02 .sec02img img {
        max-height: 100%;
    }

    .sec03 .sec03Content li .sec03ContentLead {
        font-size: 1.8rem;
    }

    .sec04 .sec04Content li .sec04ContentLead {
        font-size: 1.8rem;
    }

    .sec06 .sec06Content .sec06ContentItem dl dt .sec06ContentItemLink {
        width: 80%;
    }

}