@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

/* main-head */
/* -------------------------- */
.main-head {
    height: 880px;
    background: url(/recruit/graduate/css/img/main_head_bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.main-head-ttl {
    position: absolute;
    left: 0;
    bottom: 100px;
    text-align: center;
}
.main-head-ttl-inner {
    display: flex;
}
.main-head-ttl-inner > span {
    position: relative;
    display: block;
    line-height: 1;
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
    margin-left: -10px;
    padding: 10px 30px;
    z-index: 10;
    font-size: 45px;
    font-size: 4.5rem;
    font-style: italic;
}
.main-head-ttl-inner > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.main-head-ttl-inner > span:nth-of-type(1) {
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 170px;
}
.main-head-ttl-inner > span:nth-of-type(1)::before {
    background-color: #900509;
}

.main-head-ttl-inner > span:nth-of-type(2)::before {
    background-color: #c70025;
}
.main-head-ttl-copy {
    margin-left: 120px;
}
.main-head-ttl-copy > span {
    position: relative;
    display: block;
    line-height: 1;
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
    position: relative;
    margin-top: 10px;
    padding: 10px 30px;
    width: max-content;
    z-index: 10;
    font-size: 45px;
    font-size: 4.5rem;
    font-style: italic;
}
.main-head-ttl-copy > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .main-head {
        height: calc(100vh - 48px);
    }
    .main-head-ttl {
        bottom: 100px;
    }
    .main-head-ttl-inner > span {
        margin-left: -10px;
        padding: 10px 20px;
        font-size: 20px;
        font-size: 2rem;
    }
    .main-head-ttl-inner > span:nth-of-type(1) {
        padding-left: 20px;
    }
    .main-head-ttl-copy {
        margin-left: 10px;
    }
    .main-head-ttl-copy > span {
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 20px;
        font-size: 2rem;
    }
}

/* main-cont  */
/* -------------------------- */

.main-cont {
    margin-bottom: 150px;
    letter-spacing: 0;
    overflow: hidden;
}
.gl-sct a[target="_blank"]:not(.no-icon):before {
    background: url(/recruit/common/css/img/icon_blank_r.png) no-repeat left top !important;
    background-size: contain !important;
}
@media screen and (min-width: 768px) {
    .main-cont .gl-sct.wide {
        width: 1200px;
    }
}
@media screen and (max-width: 767px) {
    .main-cont {
        margin-bottom: 100px;
    }
}

/* sct-ttl-1 */
/* -------------------------- */
.sct-ttl-1 > span:nth-of-type(1) {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px 70px;
    width: max-content;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
}

.sct-ttl-1 > span:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: -25px;
    height: 100%;
    width: 30px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #c70e24;
    z-index: -1;
}

.sct-ttl-1 > span:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #222;
    z-index: -1;
}

.sct-ttl-1 > span:nth-of-type(2) {
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .sct-ttl-1 {
        margin-left: 20px;
    }
    .sct-ttl-1 > span:nth-of-type(1) {
        padding: 10px 20px;
        font-size: 20px;
        font-size: 2rem;
    }

    .sct-ttl-1 > span:nth-of-type(1)::after {
        left: -25px;
        top: -15px;
        width: 20px;
    }
}

/* sct-ttl-2 */
/* -------------------------- */
.sct-ttl-2 {
    position: relative;
    margin: 0 auto;
    width: max-content;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.sct-ttl-2 > span {
    display: block;
    padding: 0 20px 10px;
}
.sct-ttl-2 > i {
    display: flex;
    margin-top: 5px;
}
.sct-ttl-2 > i:nth-of-type(1)::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #c70e24;
    z-index: -1;
}

.sct-ttl-2 > i:nth-of-type(1)::after {
    content: "";
    display: block;
    margin-left: 10px;
    height: 10px;
    width: calc(100% - 20px);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #f4cfd3;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .sct-ttl-2 {
        font-size: 18px;
    }
    .sct-ttl-2 > span {
        display: block;
        padding: 0 20px 10px;
    }
}

/* sct-ttl-3 */
/* -------------------------- */
.sct-ttl-3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sct-ttl-3 > span:nth-of-type(1) {
    position: relative;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-weight: 400;
    padding: 15px 40px;
    width: max-content;
    line-height: 1;
}

.sct-ttl-3 > span:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: -25px;
    height: 100%;
    width: 30px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #c70e24;
    z-index: -1;
}

.sct-ttl-3 > span:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #222;
    z-index: -1;
}

.sct-ttl-3 > span:nth-of-type(2) {
    margin-left: 30px;
    font-size: 26px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sct-ttl-3 > span:nth-of-type(1) {
        padding: 10px 15px;
        font-size: 12px;
    }

    .sct-ttl-3 > span:nth-of-type(1)::after {
        left: -25px;
        top: -15px;
        width: 20px;
    }

    .sct-ttl-3 > span:nth-of-type(2) {
        margin-left: 10px;
        font-size: 18px;
    }
}

/* sct-message */
/* -------------------------- */
.sct-message {
    padding-top: 150px;
    padding-bottom: 150px;
}
.sct-message .sct-ttl-1 {
    margin-bottom: 20px;
}
.sct-message .clms-1 {
    display: flex;
}
.sct-message .clms-1 > .clm {
    flex: none;
    width: 50%;
}
.sct-message .clms-1 .ttl {
    font-size: 32px;
    font-weight: 500;
}
.sct-message .clms-1 .txt {
    text-align: justify;
    line-height: 2.5;
}

@media screen and (max-width: 767px) {
    .sct-message {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sct-message .sct-ttl-1 {
        margin-bottom: 20px;
    }
    .sct-message .clms-1 {
        display: block;
    }
    .sct-message .clms-1 > .clm {
        width: auto;
    }
    .sct-message .clms-1 .ttl {
        font-size: 20px;
    }
    .sct-message .clms-1 .txt {
        margin-top: 20px;
    }
}

/* sct-point */
/* -------------------------- */
.sct-point {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sct-point::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -1;
}
.sct-point .list-1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
}
.sct-point .list-1 > ul > li {
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(100% / 2 - 40px);
    background-color: #fff;
}
.sct-point .list-1 .img {
    width: 80%;
}
.sct-point .list-1 .ttl {
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 2;
}
.sct-point .list-1 .ttl > span {
    position: relative;
    display: block;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 40px;
    width: max-content;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}

.sct-point .list-1 .ttl > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.sct-point .list-1 .ttl > span:nth-of-type(1) {
    z-index: 10;
}
.sct-point .list-1 .ttl > span:nth-of-type(1)::before {
    background-color: #383838;
}
.sct-point .list-1 .ttl > span:nth-of-type(2) {
    margin-top: -10px;
}
.sct-point .list-1 .ttl > span:nth-of-type(2)::before {
    background-color: #222;
}
.sct-point .list-1 .txt {
    padding: 20px 40px 30px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sct-point {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sct-point .list-1 > ul {
        margin-right: 0;
        margin-bottom: -20px;
    }
    .sct-point .list-1 > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .sct-point .list-1 .img {
        width: 95%;
    }
    .sct-point .list-1 .ttl {
        right: 20px;
        top: 20px;
    }
    .sct-point .list-1 .ttl > span {
        padding: 15px 20px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sct-point .list-1 .txt {
        padding: 10px 20px 20px;
    }
}

/* sct-traning */
/* -------------------------- */
.sct-traning {
    padding-top: 150px;
    padding-bottom: 150px;
}
.sct-traning .sct-ttl-1 {
    margin-bottom: 80px;
}
.sct-traning .ttl-2 {
    position: absolute;
    width: max-content;
    font-size: 32px;
    font-weight: 500;
}

.sct-traning .list-1 {
    padding-left: 340px;
}
.sct-traning .list-1 > ul > li {
    display: flex;
    min-height: 360px;
    border: 1px solid #e9e9e9;
}
.sct-traning .list-1 > ul > li + li {
    margin-top: 30px;
}
.sct-traning .list-1 > ul > li > .clm:nth-of-type(1) {
    flex: none;
    width: 230px;
}
.sct-traning .list-1 > ul > li > .clm:nth-of-type(2) {
    flex: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    padding: 40px;
}
.sct-traning .list-1 .img {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sct-traning .list-1 .ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 110px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.sct-traning .list-1 .ttl > span {
    display: block;
}
.sct-traning .list-1 .ttl > span:nth-of-type(1) {
    font-family: "Roboto Condensed", sans-serif;
}
.sct-traning .list-1 .ttl > span:nth-of-type(2) {
    margin: 15px 0;
    padding-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 50px;
    border-bottom: 2px solid #fff;
}
.sct-traning .list-1 .ttl > span:nth-of-type(3) {
    font-size: 20px;
}
.sct-traning .list-1 .copy {
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}
.sct-traning .list-1 .txt {
    font-size: 15px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sct-traning {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sct-traning .sct-ttl-1 {
        margin-bottom: 40px;
    }
    .sct-traning .ttl-2 {
        position: static;
        margin-bottom: 20px;
        font-size: 20px;
        border-bottom: 2px solid #c70e24;
    }

    .sct-traning .list-1 {
        padding-left: 0;
    }
    .sct-traning .list-1 > ul > li {
        display: block;
        min-height: auto;
    }
    .sct-traning .list-1 > ul > li + li {
        margin-top: 20px;
    }
    .sct-traning .list-1 > ul > li > .clm:nth-of-type(1) {
        width: auto;
    }
    .sct-traning .list-1 > ul > li > .clm:nth-of-type(2) {
        padding: 20px;
    }
    .sct-traning .list-1 .img {
        padding-top: 100%;
        height: 0;
    }

    .sct-traning .list-1 .copy {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

/* sct-gallery */
/* -------------------------- */
.sct-gallery {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.sct-gallery::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 2px;
    background-color: #f4f4f4;
}
.sct-gallery .sct-ttl-2 {
    margin-bottom: 50px;
}
.sct-gallery .gallery-1 {
    position: relative;
    margin: 0 auto;
    width: 750px;
}

.sct-gallery .gallery-1 a {
    display: block;
    position: absolute;
    width: 24%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-out;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sct-gallery .gallery-1 .i-1 {
    left: 51%;
    top: 20%;
}

.sct-gallery .gallery-1 .i-2 {
    left: 77%;
    top: 45%;
}
.sct-gallery .gallery-1 .i-3 {
    left: 67%;
    top: 80%;
}
.sct-gallery .gallery-1 .i-4 {
    left: 36%;
    top: 80%;
}
.sct-gallery .gallery-1 .i-5 {
    left: 26%;
    top: 45%;
}

/* モーダル全体の調整 */
.sct-gallery .gallery-2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(199, 14, 36, 0.3);
    z-index: 9999;
}

.sct-gallery .gallery-2.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* アイテム（画像）の中央配置 */
.sct-gallery .gallery-2 .item {
    display: none;
    width: 750px;
}

.sct-gallery .gallery-2 .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ナビゲーションボタンの配置 */
.sct-gallery .gallery-2 .prev,
.sct-gallery .gallery-2 .next {
    position: absolute;
    width: 34px;
    height: 70px;
    cursor: pointer;
    background-color: #281e1c;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease-out;
}

.sct-gallery .gallery-2 .prev:after,
.sct-gallery .gallery-2 .next:after {
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.sct-gallery .gallery-2 .prev {
    left: calc(50% - 390px);
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}
.sct-gallery .gallery-2 .next {
    right: calc(50% - 390px);
    top: 50%;
    transform: translateY(-50%);
}
.sct-gallery .gallery-2 .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    padding: 5px 10px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.sct-gallery .gallery-2 .close::before {
    content: "✕ CLOSE";
}

@media screen and (min-width: 768px) {
    .sct-gallery .gallery-1 a:hover {
        transform: translate(-50%, -50%) scale(1.2);
    }
}
.sct-gallery .gallery-2 .prev:hover,
.sct-gallery .gallery-2 .next:hover {
    background-color: #555555;
}
.sct-gallery .gallery-2 .close:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .sct-gallery {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sct-gallery .sct-ttl-2 {
        margin-bottom: 30px;
    }
    .sct-gallery .gallery-1 {
        margin: 0 -20px;
        width: auto;
    }
    .sct-gallery .gallery-1 a {
        width: 90%;
        height: 15%;
        /* background-color: rgba(0, 0, 0, 0.3); */
        transform: translateX(-50%);
    }
    .sct-gallery .gallery-1 .i-1 {
        left: 50%;
        top: 12%;
    }

    .sct-gallery .gallery-1 .i-2 {
        left: 50%;
        top: 30%;
    }
    .sct-gallery .gallery-1 .i-3 {
        left: 50%;
        top: 47%;
    }
    .sct-gallery .gallery-1 .i-4 {
        left: 50%;
        top: 82%;
    }
    .sct-gallery .gallery-1 .i-5 {
        left: 50%;
        top: 65%;
    }
    .sct-gallery .gallery-1 a img {
        display: none;
    }
    .sct-gallery .gallery-2 .item {
        display: none;
        width: calc(100% - 70px);
    }
    .sct-gallery .gallery-2 .prev {
        left: 10px;
    }
    .sct-gallery .gallery-2 .next {
        right: 10px;
    }
    .sct-gallery .gallery-2 .close {
        right: 10px;
        top: 10px;
    }
}

/* sct-flow */
/* -------------------------- */
.sct-flow {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.sct-flow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 2px;
    background-color: #f4f4f4;
}
.sct-flow .sct-ttl-2 {
    margin-bottom: 80px;
}

.sct-flow .list-1 {
    margin: 0 auto;
    width: 750px;
}

.sct-flow .list-1::after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/flow_6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sct-flow .list-1 > ul > li {
    position: relative;
    margin-bottom: 80px;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.sct-flow .list-1 > ul > li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #e9e9e9 transparent transparent transparent;
}
.sct-flow .list-1 > ul > li:last-child:after {
    border-color: #c70e24 transparent transparent transparent;
}
.sct-flow .list-1 .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.sct-flow .list-1 .ttl > img {
    margin-right: 15px;
    width: 60px;
}
.sct-flow .list-1 .ttl > span:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 1.2;
    background-color: #f4cfd3;
    border-radius: 100%;
}
.sct-flow .list-1 .ttl > span:nth-of-type(2) {
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 1.5;
    border-bottom: 1px solid #c70e24;
}
.sct-flow .list-1 .txt {
    text-align: justify;
}
.sct-flow .btn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 550px;
    height: 70px;
    color: #fff;
    font-size: 26px;
    background-color: #c70e24;
    border-radius: 10px;
}
/* .sct-flow .btn-1:hover {
    background-color: #f4cfd3;
    transition: 0.2s ease-out;
} */
@media screen and (max-width: 767px) {
    .sct-flow {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sct-flow .sct-ttl-2 {
        margin-bottom: 40px;
    }

    .sct-flow .list-1 {
        width: auto;
    }

    .sct-flow .list-1 > ul > li {
        margin-bottom: 50px;
        padding: 20px;
        border-radius: 10px;
    }

    .sct-flow .list-1 > ul > li::after {
        bottom: -35px;
    }

    .sct-flow .list-1 .ttl {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .sct-flow .list-1 .ttl > span:nth-of-type(1) {
        margin-right: 0;
    }
    .sct-flow .list-1 .ttl > span:nth-of-type(2) {
        margin-top: 10px;
        width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .sct-flow .btn-1 {
        width: auto;
        height: 50px;
        font-size: 20px;
    }
}

/* sct-voice */
/* -------------------------- */
.sct-voice {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.sct-voice::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background-color: #f9e7e9;
    background-image: url(../img/voice_2.svg);
    background-size: 530px auto;
    background-position: calc(50% + 480px) bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.sct-voice .sct-ttl-1 {
    margin-top: -120px;
}
.sct-voice .sct-ttl-1 > span:nth-of-type(1)::after {
    background-color: #c70e24;
}
.sct-voice .img-1 {
    position: absolute;
    right: calc(50% - 20px);
    bottom: 0;
    width: 900px;
}
.sct-voice .list-1 {
    position: relative;
    margin-left: 450px;
    z-index: 2;
}
.sct-voice .list-1 > ul > li {
    position: relative;
    padding: 20px 50px 40px;
}
.sct-voice .list-1 > ul > li + li {
    margin-top: 25px;
}
.sct-voice .list-1 > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.sct-voice .list-1 .ttl {
    position: relative;
    margin-left: 40px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.sct-voice .list-1 .ttl:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    bottom: 5px;
    height: 60px;
    width: 30px;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: #c70e24;
    z-index: -1;
}

.sct-voice .list-1 .txt {
    text-align: justify;
    transform: skewX(-15deg);
}

@media screen and (max-width: 767px) {
    .sct-voice {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .sct-voice::before {
        width: 220vw;
        background-size: 45% auto;
        background-position: center 60%;
    }
    .sct-voice .sct-ttl-1 {
        margin-top: -60px;
        margin-bottom: 40px;
    }

    .sct-voice .img-1 {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin-top: -10px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .sct-voice .list-1 {
        margin: -20px 20px 0;
    }
    .sct-voice .list-1 > ul > li {
        padding: 20px 30px 30px;
    }

    .sct-voice .list-1 .txt {
        -webkit-transform: skewX(-15deg);
        transform: skewX(-15deg);
    }
}

/* sct-overview */
/* -------------------------- */
.sct-overview {
    padding-top: 150px;
    padding-bottom: 150px;
}
.sct-overview .sct-ttl-3 {
    margin-bottom: 80px;
}
.sct-overview .gl-tbl {
    width: 100%;
    word-break: break-all;
}
.sct-overview .gl-tbl th,
.sct-overview .gl-tbl td {
    border-bottom: 2px solid #ddd;
    line-height: 1.78;
    padding: 20px;
    text-align: justify;
    vertical-align: middle;
}
.sct-overview .gl-tbl th {
    color: #c70025;
    width: 200px;
    border-color: #c70025;
}
.sct-overview .gl-tbl a {
    color: #c70e24;
}

@media screen and (max-width: 767px) {
    .sct-overview {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sct-overview .sct-ttl-3 {
        margin-bottom: 40px;
    }
    .sct-overview .gl-tbl th {
        padding-left: 10px;
        width: 34%;
    }
    .sct-overview .gl-tbl td {
        width: 66%;
    }
}

/* sct-interview */
/* -------------------------- */
.sct-interview {
    position: relative;
    padding-top: 0;
    padding-bottom: 150px;
}
.sct-interview::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -1;
}
.sct-interview .sct-ttl-1 {
    margin-bottom: 40px;
    margin-left: -120px;
    transform: translateY(-10px);
}

.sct-interview .ttl-2 {
    position: relative;
    margin-top: -60px;
    margin-bottom: 60px;
    z-index: 10;
}
.sct-interview .ttl-2 > span {
    position: relative;
    display: block;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
    padding: 20px 40px;
    width: max-content;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}

.sct-interview .ttl-2 > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.sct-interview .ttl-2 > span:nth-of-type(1) {
    z-index: 10;
}

.sct-interview .ttl-2 > span:nth-of-type(2) {
    margin-top: -10px;
    margin-left: 90px;
}
.sct-interview .ttl-2 > span:nth-of-type(1)::before {
    background-color: #c70e24;
}
.sct-interview .ttl-2 > span:nth-of-type(2)::before {
    background-color: #222222;
}
.sct-interview .txt-1 {
    margin-bottom: 50px;
    text-align: justify;
}

.sct-interview .clms-1 {
    display: flex;
    justify-content: space-between;
}

.sct-interview .clms-1 > .clm:nth-of-type(1) {
    flex: none;
    width: 430px;
}
.sct-interview .clms-1 > .clm:nth-of-type(2) {
    flex: none;
    width: 470px;
}

.sct-interview .clms-1 .ttl {
    margin-bottom: 20px;
}
.sct-interview .clms-1 .ttl > span:nth-of-type(1) {
    display: block;
    margin-bottom: 15px;
    padding: 5px 20px;
    width: max-content;
    color: #fff;
    background-color: #222222;
}
.sct-interview .clms-1 .ttl > span:nth-of-type(2) {
    display: block;
    padding-bottom: 15px;
    color: #c70e24;
    font-size: 20px;
    line-height: 1.8;
    border-bottom: 2px solid #c70e24;
}
.sct-interview .clms-1 .txt {
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sct-interview {
        padding-bottom: 80px;
    }

    .sct-interview .sct-ttl-1 {
        margin-bottom: 20px;
        margin-left: 20px;
        transform: translateY(-10px);
    }

    .sct-interview .ttl-2 {
        margin-top: -30px;
        margin-bottom: 40px;
    }
    .sct-interview .ttl-2 > span {
        padding: 15px 15px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .sct-interview .ttl-2 > span:nth-of-type(2) {
        margin-top: -5px;
        margin-left: 20px;
    }

    .sct-interview .txt-1 {
        margin-bottom: 50px;
        text-align: justify;
    }

    .sct-interview .clms-1 {
        display: block;
    }

    .sct-interview .clms-1 > .clm:nth-of-type(1) {
        width: auto;
    }
    .sct-interview .clms-1 > .clm:nth-of-type(2) {
        margin-top: 20px;
        width: auto;
    }

    .sct-interview .clms-1 .ttl {
        margin-bottom: 20px;
    }
    .sct-interview .clms-1 .ttl > span:nth-of-type(1) {
        margin-bottom: 10px;
        padding: 5px 15px;
    }
    .sct-interview .clms-1 .ttl > span:nth-of-type(2) {
        padding-bottom: 10px;
    }
}

/* sct-form */
/* -------------------------- */
.sct-form {
    padding-top: 150px;
}
.sct-form .sct-ttl-3 {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .sct-form {
        padding-top: 80px;
    }
    .sct-form .sct-ttl-3 {
        margin-bottom: 40px;
    }
}
