@charset "utf-8";

.flex {
    display: flex;
}

.mainttl {
    margin-bottom: 80px;
}

.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;
}

/* sec01 */

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

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

.sec01 .mainvisual::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 .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    position: absolute;
    left: 0;
    top: 0;
}

.sec01 .txtbox .sec01Ttl {
    width: fit-content;
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff;
}

.sec01 .txtbox .sec01Ttl span {
    color: #39447b;
    line-height: 1;
    display: block;
}

.sec01 .txtbox .sec01Ttl .profile {
    font-size: 3rem;
    font-weight: 500;
    width: fit-content;
    padding-bottom: 15px;
    padding-right: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #39447b;
}

.sec01 .txtbox .sec01Ttl .megattl {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.8;
}

/* sec02 */

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

.sec02 .megattl {
    position: sticky;
    width: fit-content;
    top: 75px;
    left: 5%;
}

.sec02 .sec02Content {
    position: relative;
    margin-top: -793px;
}

.sec02 .sec02Content .sec02ContentImage {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-40%);
}

.sec02 .sec02Content dl {
    width: 80%;
    margin-bottom: 70px;
}

.sec02 .sec02Content dl:nth-of-type(even) {
    margin-left: auto;
    margin-right: 0;
}

.sec02 .sec02Content dl:last-of-type {
    margin-bottom: 0;
}

.sec02 .sec02Content dl .serif {
    opacity: 0;
}

.sec02 .sec02Content dl .serif.serifListItemA {
    transform: rotate(50deg);
    transform-origin: right;
}

.sec02 .sec02Content dl .serif.serifListItemQ {
    transform: rotate(-50deg);
    transform-origin: left;
    width: 100%;
}

.sec02 .sec02Content dl .serif.activeBtn {
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.sec02 .sec02Content dl .serif.serifListItemA.activeBtn {
    animation-name: btnL;
}

.sec02 .sec02Content dl .serif.serifListItemQ.activeBtn {
    animation-name: btnR;
    width: auto;
}

@keyframes btnL {
    0% {
        opacity: 0;
        transform: rotate(50deg);
    }

    70% {
        transform: rotate(-5deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0);
    }
}

@keyframes btnR {
    0% {
        opacity: 0;
        transform: rotate(-50deg);
    }

    70% {
        transform: rotate(5deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0);
    }
}

.sec02 .sec02Content dl dt {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    padding: 15px 50px;
    background-color: #1ba9c0;
    margin-bottom: 17px;
}

.sec02 .sec02Content dl dt::after {
    position: absolute;
    content: '';
    border: 7px solid #1ba9c0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    height: 0;
    width: 0;
    bottom: 0;
    left: 60px;
    transform: translateY(100%);
}

.sec02 .sec02Content dl dt .questionImage {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-100%, 100%);
}

.sec02 .sec02Content dl dt .question {
    margin-right: 0.5em;
}

.sec02 .sec02Content dl dd {
    margin-left: 10%;
    position: relative;
    background-color: #d4f0ee;
    border-radius: 30px;
    padding: 30px 50px;
}

.sec02 .sec02Content dl dd::after {
    position: absolute;
    content: '';
    border: 7px solid #d4f0ee;
    border-top-color: transparent;
    border-left-color: transparent;
    height: 0;
    width: 0;
    top: 0;
    right: 60px;
    transform: translateY(-100%);
}

.sec02 .sec02Content dl dd .mainanswer,
.sec02 .sec02Content dl dd .answerLead {
    display: block;
}

.sec02 .sec02Content dl dd .mainanswer {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.sec02 .sec02Content dl dd .mainanswer .answer {
    color: #1ba9c0;
    margin-right: 0.5em;
}
.sec02 .sec02Content dl dd .mainanswer sup{
    font-weight: 800;
}
.sec02 .sec02Content dl dd .answerLead {
    font-size: 1.8rem;
    line-height: 1.8;
}

/* sec03 */

.sec03 {
    position: relative;
    background-image: url(../image/recruit/interview/common/sec03bg.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sec03 .sec03Content {
    justify-content: space-between;
}

.sec03 .seniorttl {
    text-align: right;
}

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

.sec03 .seniorttl .underline {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #74cfc8;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: auto;
}

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

.sec03 .schedule-scroll {
    position: absolute;
    width: 1200px;
    max-width: 60%;
    bottom: 0;
    right: 0;
}

.sec03 .schedule-scroll .spScroll {
    overflow-x: scroll !important;
    /* 29231995 transonic add */
    scrollbar-color: #66C6BD #F3FAF9;
    scrollbar-width: thin;
    background-image: url(../image/recruit/interview/common/wave.png);
    background-repeat: no-repeat;
    background-size: 2200px;
    background-position: -347px 57%;
    /* 20231109 transonic add */
    padding-top:50px;
}

.sec03 .schedule-scroll .spScroll::-webkit-scrollbar {
    /* width: 20px; */
    display: none;
}

.sec03 .schedule-scroll .spScroll::-webkit-scrollbar-track {
    background-color: #F3FAF9;

}

.sec03 .schedule-scroll .spScroll::-webkit-scrollbar-thumb {
    border-left: 0;
    border-right: 0;
    background-color: #66C6BD;
    width: 100px;
}

.spScroll .scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #F3FAF9;
    user-select: none;
    /* overflow: hidden; */
}

.spScroll .scrollbar .scrollbarThumb {
    cursor: pointer;
    width: 100px;
    height: 100%;
    background-color: #66C6BD;
    user-select: none;
}

.spScroll .scrollbar .scrollbarThumb div {
    cursor: pointer;
}

.sec03 .schedule-scroll .schedulebox {
    width: 2000px;
    padding-bottom: 70px;
    padding-right: 50px;
}

.sec03 .schedule-scroll .schedulebox dl {
    width: 400px;
    padding: 0 1%;
    /* 20231005 transonic add */
    z-index: 2;
}

.sec03 .schedule-scroll .schedulebox dl .scheduleimg figure {
    text-align: center;
}

.sec03 .schedule-scroll .schedulebox dl .schedulettl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1ba9c0;
    margin-top: 40px;
    margin-bottom: 15px;
}

.sec03 .schedule-scroll .schedulebox dl dd {
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.sec03 .scheduleSpImg,
.sec03 .scheduleSpWave {
    display: none;
}

/* sec04 */

.sec04 {
    padding-top: 150px;
    margin-bottom: 150px;
    position: relative;
    z-index: 1;
}

.sec04 .sec04mv {
    text-align: right;
}

.sec04 .sec04Content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.sec04 .sec04Content .sec04ContentLead {
    width: 70%;
    padding: 150px 100px;
    background-image: url(../image/recruit/interview/common/sec04bg.png);
    background-size: 100% 100%;
}

.sec04 .sec04Content .sec04ContentLead dt {
    font-size: 2.4rem;
    font-weight: 700;
    color: #70cec6;
    margin-bottom: 30px;
}

.sec04 .sec04Content .sec04ContentLead dd {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* sec05 */

.sec05 {
    background-image: url(../image/recruit/interview/common/sec05bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 150px;
    padding-bottom: 300px;
}

.sec05 .sec05Content {
    justify-content: center;
}

.sec05 .sec05Content .sec05ContentItem {
    width: 40%;
}

.sec05 .sec05Content .sec05ContentItem:first-of-type {
    margin-right: 50px;
}

.sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink {
    text-decoration: none;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink h4 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}

.sec05 .sec05Content .sec05ContentItem dl dt {
    margin-bottom: 50px;
    position: relative;
}

.sec05 .sec05Content .sec05ContentItem 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;
}

.sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink {
    display: block;
    background-color: #70cec6;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink p {
    font-size: 1.8rem;
    color: #231815;
}

.sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink p .name {
    font-size: 2.4rem;
}

.sec05 .sec05Content .sec05ContentItem dl dd {
    position: relative;
    z-index: 1;
}

.sec05 .sec05Content .sec05ContentItem dl dd a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.sec05 .sec05Content .sec05ContentItem dl dd a .hovered {
    display: none;
}

.sec05 .sec05Content .sec05ContentItem dl dd a:hover .hovered {
    display: block;
}

.sec05 .sec05Content .sec05ContentItem dl dd a:hover .nohover {
    display: none;
}

.sec05 .sec05Content .sec05ContentItem dl dd .shadow {
    position: absolute;
    width: 300px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,40%);
    z-index: -1;
}

/* 20231005 transonic add start */
#move_character {
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 2;
    width: 90px;
}

#scroll_character {
    position: absolute;
    bottom: 10px;
    width: 50px;
}

#scroll_character img {
    cursor: pointer;
}

#js_sin_curve {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%;
}

#move_site {
    position: absolute;
    left: -200px;
    bottom: -20px;
}

#move_site p {
    color: #66C6BD;
    position: relative;
}

#move_site p::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #66C6BD;
    position: absolute;
    top: 0;
    right: -10px;
    transform: rotate(23deg);
}

#move_site p::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #66C6BD;
    position: absolute;
    bottom: -15px;
    right: -10px;
    transform: rotate(-23deg);
}

.sec03 .sec03ContentImage {
    z-index: 3;
}

.sec03 .sec03ContentImage img {
    vertical-align: baseline;
    /* margin-bottom: 40px; */
    /* width:90%; */
    height: 780px;
}

.sec03 .schedule-scroll .spScroll .schedulebox dl dt figure img {
    border: 10px solid #E2F5F4;
    border-radius: 100%;
    /* 20231109 transonic add */
    transition: 0.3s;
}
/* .sec03 .schedule-scroll .spScroll .schedulebox dl dd{
    margin-bottom:30px;
} */
/* 20231005 transonic add end */
/* 20231109 transonic add start */
.sec03 .schedule-scroll .spScroll .schedulebox dl dt figure img.hide_character{
    transform: scale(1.2);
}
/* 20231109 transonic add end */

.sec03 .schedule-scroll .spScroll .schedulebox dl dd {
    margin-bottom: 30px;
}

/* 20231114 transonic add start */
.sec03 .inner{
	max-width: 1300px;
}
.hukidasi{
    width: 140px;
    padding-top: 21px;
    z-index: -1;
    position: relative;
}
/* 20231114 transonic add end */

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

    .mainttl {
        margin-bottom: 30px;
    }

    /* sec01 */

    .sec01 .mainvisual::after {
        height: 50px;
    }

    .sec01 .txtbox .sec01Ttl .profile {
        font-size: 2.4rem;
    }

    .sec01 .txtbox .sec01Ttl .megattl {
        font-size: 3rem;
    }

    /* sec02 */

    .sec02 {
        overflow-x: hidden;
    }

    /* sec03 */

    .sec03 {
        padding-top: 150px;
        background-size: 100% auto;
        position: relative;
    }

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

    .sec03 .seniorttl {
        text-align: left;
        margin-bottom: 30px;
    }

    .sec03 .seniorttl .underline {
        margin-left: 0;
        margin-right: auto;
    }

    .sec03 .sec03ContentImage {
        text-align: center;
    }

    .sec03 .schedule-scroll {
        position: static;
        max-width: 90%;
        margin: 0 auto;
    }

    .sec03 .schedule-scroll .schedulebox {
        width: auto;
        display: block;
    }

    .sec03 .schedule-scroll .schedulebox dl {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .sec03 .schedule-scroll .schedulebox dl .scheduleimg {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .sec03 .scheduleSpImg,
    .sec03 .scheduleSpWave {
        display: block;
    }

    .sec03 .scheduleSpImg {
        text-align: center;
    }

    .sec03 .scheduleSpWave {
        position: absolute;
        left: 50%;
        bottom: 120px;
        transform: translateX(-50%);
        z-index: -1;
        height: 70%;
    }

    .sec03 .scheduleSpWave img{
        width: auto;
        height: 100%;
    }

    /* sec04 */

    .sec04 .sec04mv {
        padding-left: 10%;
    }

    .sec04 .sec04Content {
        position: static;
        transform: none;
    }

    .sec04 .sec04Content .sec04ContentLead {
        width: 100%;
        padding: 0;
        background-image: none;
    }

    /* sec05 */
    .sec05{
        background-image: url(../image/recruit/interview/common/sec05bg_sp.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top left;
        padding-bottom: 100px;
    }
    .sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink h4 {
        font-size: 2rem;
    }

    .sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink {
        width: 60%;
        margin: 0 auto 40px auto;
    }

    .sec05 .sec05Content .sec05ContentItem:first-of-type {
        margin-right: 0;
    }

    .sec05 .sec05Content .sec05ContentItem dl dd {
        margin-bottom: 30px;
    }

    .sec05 .sec05Content .sec05ContentItem dl dd a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .sec05 .sec05Content .sec05ContentItem dl dd .shadow {
        width: 200px;
        max-width: 100%;
        left: 50%;
        transform: translate(-50%, 40%);
    }

    .sec05 .slick-prev,
    .sec05 .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;
    }

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

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

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

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

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

    /* 20231005 transonic add start */
    #move_character {
        display: none;
    }

    #scroll_character {
        display: none;
    }

    .sec03 .schedule-scroll .spScroll {
        background-image: none;
    }

    .sec03 .schedule-scroll .spScroll::-webkit-scrollbar-track {
        background-color: #FFF;
    }

    .spScroll .scrollbar {
        display: none;
    }

    .wave {
        display: none;
    }
    .hukidasi{
        display: none;
    }
    /* 20231005 transonic add end */
    
}

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

    .sec01 {
        margin-bottom: 50px;
    }

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

    .sec01 .txtbox {
        position: static;
        align-items: center;
        margin-top: 30px;
        padding: 0;
    }

    .sec01 .txtbox .sec01Ttl .profile {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .sec01 .txtbox .sec01Ttl .megattl {
        font-size: 2.4rem;
    }

    /* sec02 */

    .sec02 .megattl {
        position: absolute;
        top: 0;
        height: 550px;
    }

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

    .sec02 .sec02Content {
        margin-top: 0;
    }

    .sec02 .sec02Content .sec02ContentImage {
        position: static;
        transform: none;
        text-align: right;
        margin-bottom: 30px;
    }

    .sec02 .sec02Content dl {
        width: 100%;
        margin-bottom: 100px;
        position: relative;
    }

    .sec02 .sec02Content dl dt {
        padding: 15px 30px;
    }

    .sec02 .sec02Content dl:nth-of-type(2)::before{
        position: absolute;
        content: '';
        background-image: url(../image/recruit/interview/common/sec02imgQ.png);
        background-size: 100% 100%;
        z-index: -1;
        width: 125px;
        height: 156px;
        top: 0;
        left: 0;
        transform: translateY(-60%);
    }

    .sec02 .sec02Content dl dt .questionImage {
        display: none;
    }

    .sec05 .sec05Content .sec05ContentItem dl dt .sec05ContentItemLink {
        width: 80%;
    }

}