@charset "UTF-8";
/* CSS Document */

/* l-container--page */
.l-mainimg--interview {
	width: 100%;
    position: relative;
	margin-top: 60px;
}
.p-interview::before {
    right: 0px;
    bottom: 0px;
    width: 48%;
    height: 600px;
}

.p-interview .l-wrapper--page::before {
    left: 0px;
    top: 0px;
    width: 22%;
    height: 720px;
}

.p-interview .l-wrapper--page {
    background-image: url("../../img/interview/back01.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/* p-interview-section01 */

.p-interview-content01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 2.5%;
}

.p-interview-content01 .item {
    position: relative;
    width: 31.6%;
}

.p-interview-content01 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-interview-content01 a:hover {
    opacity: 1;
}

.p-interview-content01 .item__img {
    position: relative;
    overflow: hidden;
}

.p-interview-content01 .item__img::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    z-index: 1;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 35%, color-stop(0, rgba(2, 41, 95, 1)), color-stop(1, rgba(0, 94, 245, 0)));
    background: -o-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02295F', endColorstr='#005EF5' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
}

.p-interview-content01 .item__img img {
    transition: .5s all;
}

.p-interview-content01 .item a:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
    z-index: -1;
}

.p-interview-content01 .item__txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 6%;
    z-index: 1;
}

.p-interview-content01 h3,
.p-interview-content01 h4,
.p-interview-content01 p {
    color: #FFF;
}

.p-interview-content01 h3 {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 60px;
    font-size: 12px;
    line-height: 0.8;
    letter-spacing: 0.05em;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight2);
}

.p-interview-content01 h4 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 20px 0px;
    font-weight: var(--base-font-weight);
}

.p-interview-content01 p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
    padding-top: 10px;
}

@media screen and (max-width: 1500px) {
    .p-interview-content01 h3 {
        font-size: 12px;
    }

    .p-interview-content01 h4 {
        font-size: 18px;
    }

    .p-interview-content01 p {
        font-size: 12px;
    }
}


/* l-mainimg--interview */

.l-mainimg--interview .item__img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.l-mainimg--interview .item__img img {
    width: 80%;
    height: auto;
}

.p-interview2::before {
    left: 0px;
    top: 0px;
    width: 45%;
    height: 500px;
}

.p-interview2--08::before {
    width: 48%;
    height: 650px;
}

.p-interview2 .l-wrapper--page {
    padding-top: 0px;
}


.p-interview2-section02::before {
    right: 0px;
    top: 350px;
    width: 45%;
    height: 780px;
}

.p-interview2-section03 {
    padding-top: 180px;
}

.p-interview2-section03::before {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 620px;
}


/* p-interview2-content01 */

.p-interview2-content01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.p-interview2-content01 .item__detail {
    width: 50%;
    padding-bottom: 60px;
}

.p-interview2-content01 .item__detail--profile {
    width: 50%;
    padding: 30px;
    position: relative;
    margin-top: -200px;
}

.p-interview2-content01 .item__detail--profile .inner {
    border-top-style: solid;
    border-color: #FFF;
    border-width: 1px;
    padding-top: 30px;
    margin-top: 30px;
}

.p-interview2-content01 .item__career {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 45px 60px;
    position: relative;
    padding-top: 160px;
}

.p-interview2-content01 .item__career::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 98%;
    display: block;
    background-color: var(--color-main);
}

.p-interview2--04 .p-interview2-content01 .item__career::before {
    height: 97%;
}

.p-interview2--07 .p-interview2-content01 .item__career::before {
    height: 97%;
}

.p-interview2--08 .p-interview2-content01 .item__career::before {
    height: 98%;
}

.p-interview2--09 .p-interview2-content01 .item__career::before {
    height: 93%;
}

.p-interview2--11 .p-interview2-content01 .item__career::before {
    height: 95%;
}

.p-interview2--13 .p-interview2-content01 .item__career::before {
    height: 90%;
}

@media screen and (max-width: 1280px) {

    .p-interview2--04 .p-interview2-content01 .item__career::before {
        height: 95%;
    }

    .p-interview2--08 .p-interview2-content01 .item__career::before {
        height: 92%;
    }

    .p-interview2--09 .p-interview2-content01 .item__career::before {
        height: 90%;
    }
	.p-interview2--11 .p-interview2-content01 .item__career::before {
    height: 93%;
}
}
@media screen and (max-width: 1576px) {

    .p-interview2--07 .p-interview2-content01 .item__career::before {
        height: 95%;
    }

}
@media screen and (min-width: 1801px) {
	.p-interview2--11 .p-interview2-content01 .item__career::before {
    height: 93%;
}
	.p-interview2--07 .p-interview2-content01 .item__career::before {
    height: 92%;
}
}

.p-interview2-content01 .item__career::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 80px;
    background-image: url("../../img/interview/text-career.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 154px;
    height: 49px;
    margin-left: -25px;
}

.p-interview2-content01 .item__career .item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 20px;
    padding-left: 20px;
}

.p-interview2-content01 .item__career .item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background-color: var(--color-main);
    margin-left: -7px;
}

.p-interview2-content01 h2,
.p-interview2-content01 h4 {
    font-size: 35px;
    color: #FFF;
    line-height: 0.8;
    letter-spacing: 0em;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight2);
}

.p-interview2-content01 h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.p-interview2-content01 h3 {
    color: #FFF;
    line-height: 1.4;
    font-weight: var(--base-font-weight2);
    padding: 20px 0px;
}

.p-interview2--12 .p-interview2-content01 h3 {
    letter-spacing: -0.05em;
}

.p-interview2-content01 h5 {
    color: var(--color-main);
    font-weight: var(--base-font-weight2);
    font-size: 2.2vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-top: 50px;
}

.p-interview2--03 .p-interview2-content01 h5 {
    text-indent: -1vw;
}

@media screen and (max-width: 1280px) {
    .p-interview2-content01 h5 {
        font-size: 28px;
    }

    .p-interview2--03 .p-interview2-content01 h5 {
        text-indent: -16px;
    }
}

@media screen and (min-width: 1801px) {
    .p-interview2-content01 h5 {
        font-size: 40px;
    }

    .p-interview2--03 .p-interview2-content01 h5 {
        text-indent: -20px;
    }
}

.p-interview2-content01 h6 {
    font-family: var(--title-font);
    color: var(--color-main);
    font-weight: var(--base-font-weight2);
    font-size: 1.4vw;
    line-height: 1.2;
}

.p-interview2-content01 .item__detail p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.6;
}

.p-interview2-content01 .item__career p {
    color: var(--color-main);
    font-weight: var(--base-font-weight2);
    font-size: 1vw;
    line-height: 1.2;
}

@media screen and (max-width: 1280px) {
    .p-interview2-content01 h6 {
        font-size: 20px;
    }

    .p-interview2-content01 .item__career p {
        font-size: 14px;
    }

}

@media screen and (min-width: 1801px) {
    .p-interview2-content01 h6 {
        font-size: 24px;
    }

    .p-interview2-content01 .item__career p {
        font-size: 19px;
    }

}


/* p-interview2-content02 */

.p-interview2-content02 .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.p-interview2-content02 .item:not(:last-child) {
    margin-bottom: 180px;
}

.p-interview2-content02 .item:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 100px;
}


.p-interview2-content02 .item__txt {
    flex: 1;
}

.p-interview2-content02 .item__img {
    width: 50%;
}

.p-interview2-content02 h4,
.p-interview2-content03 h4 {
    color: var(--color-main);
    font-weight: var(--base-font-weight2);
    font-size: 1.5vw;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {

    .p-interview2-content02 h4,
    .p-interview2-content03 h4 {
        font-size: 19px;
    }
}

@media screen and (min-width: 1801px) {

    .p-interview2-content02 h4,
    .p-interview2-content03 h4 {
        font-size: 26px;
    }

}

/* p-interview2-content03 */

.p-interview2-content03 {
    width: 1000px;
}

.p-interview2-content03 h4 {
    text-align: center;
}

.p-interview2-content03 .item__img {
    padding-top: 60px;
}

/* p-interview2-section04 */

.p-interview2-section04 {
    border-top-style: solid;
    border-color: #000000;
    border-width: 1px;
    padding-top: 180px;
}

.p-top-section03__btn {
    position: absolute;
    right: 16%;
    top: 0px;
    text-align: center;
    width: 7%;
}

@media screen and (min-width: 1601px) {
    .p-top-section03__btn {
        right: 14.5%;
    }
}

.p-top-section03__btn a {
    position: relative;
    z-index: 10;
}

.p-top-section03__btn img {
    width: 60px;
}

.p-top__slider--interview2 {
    padding-top: 30px;
}

.p-interview2-content04 .item {
    position: relative;
    padding: 0px 15px;
}

.p-interview2-content04 .item:nth-child(even) {
    margin-top: 50px;
}

.p-interview2-content04 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-interview2-content04 a:hover {
    opacity: 1;
}

.p-interview2-content04 .item__img {
    position: relative;
    overflow: hidden;
}

.p-interview2-content04 .item__img::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    z-index: 1;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 35%, color-stop(0, rgba(2, 41, 95, 1)), color-stop(1, rgba(0, 94, 245, 0)));
    background: -o-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02295F', endColorstr='#005EF5' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(2, 41, 95, 1) 0%, rgba(0, 94, 245, 0) 100%);
}

.p-interview2-content04 .item__img img {
    transition: .5s all;
}

.p-interview2-content04 .item a:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
    z-index: -1;
}

.p-interview2-content04 .item__txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 6%;
    z-index: 1;
}

.p-interview2-content04 h3,
.p-interview2-content04 h4,
.p-interview2-content04 p {
    color: #FFF;
}

.p-interview2-content04 h3 {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 60px;
    font-size: 0.9vw;
    line-height: 0.8;
    letter-spacing: 0.05em;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight2);
}

.p-interview2-content04 h4 {
    font-size: 1.3vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 20px 0px;
    font-weight: var(--base-font-weight);
}

.p-interview2-content04 p {
    font-size: 1vw;
    line-height: 1.6;
    opacity: 0.8;
    padding-top: 10px;
}

@media screen and (max-width: 1280px) {
    .p-interview2-content04 h3 {
        font-size: 12px;
    }

    .p-interview2-content04 h4 {
        font-size: 17px;
    }

    .p-interview2-content04 p {
        font-size: 12px;
    }
}


/* p-top__ttl */

.p-top__ttl {
    margin-bottom: 50px;
}

.p-top__ttl h2 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight3);
    color: var(--color-main);
    font-size: 60px;
    line-height: 0.8;
    letter-spacing: 0em;
}

.p-top__ttl h2::first-letter {
    color: var(--color-sub);
}



.sp-view {
    display: none;
}
