.gContact {
    color: #fff;
    background-image: url(../img/bg-grad-red-contact.webp);
    background-size: cover;
    background-position: center;
    padding: 15.9rem 6.6rem;
    max-width: 1364px;
    width: calc(1364/1440*100%);
    margin: 0 auto;
    border-radius: 1.6rem;
}
.gContact h2 {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: calc(40.32/42);
}
.gContact p {
    font-size: 1.6rem;
    font-weight: 350;
    line-height: calc(27.2/16);
}
.career-nav {
    background: #4B0002;
    padding: 8rem 0;
}
@media (max-width: 768px) {
.career-nav {
        padding: 3rem
}
    }
.career-nav ul {
        max-width: 1300px;
        margin: 0 auto;
        gap: 3.2rem;
    }
.career-nav li:not(:last-child) {
        margin-bottom: 2rem;
    }
.career-nav li > a {
        display: block;
        background-color: #fff;
        padding: 4.4rem;
    }
@media (max-width: 768px) {
.career-nav li > a {
            font-size: 1.8rem;
            padding: 2rem;
            font-size: 2rem
    }
        }
.career-nav .btn-white {
        border-radius: 0;
        width: 100%;
    }
.page__mainVisual {
    margin-bottom: 128px;
}
.page__title--main {
    font-size: 5.2rem;
}
.mv {
    position: relative;
}
.mv .btn-area {
    position: absolute;
    bottom: 2.916667vw;
    right: 5vw;
    width: 335px;
}
.mv .btn-area .btn {
    max-width: 335px;
}
.h2-caption {
    margin-bottom: 10px;
}
.h1-caption {
    margin-bottom: 0;
}
.title h2 {
    margin-bottom: 6px;
    max-width: 352px;
    margin-right: 62px;
}
.title-right {
    align-content: center;  
}
.career-path .text-area {
    margin-top: 65px;
    margin-bottom: 67px;
}
.career-path .box {
    display: flex;
    margin-bottom: 180px;
}
.career-path .box li {
    width: 376px;
    height: 340px;
    padding: 45px 41px 65px 31px;
    border-radius: 10px;
}
.career-path .box li:nth-child(1) {
    background-color: #F7F2EE;
}
.career-path .box li:nth-child(2) {
    background-color: #F7E8E4;
}
.career-path .box li:nth-child(3) {
    background-color: #F9DAD2;
}
.career-path .box li:nth-child(4) {
    background-color: #F4B6A5;
}
.career-path .box li:nth-child(5) {
    color: #fff;
    background-color: #F09379;
}
.career-path .box li:nth-child(6) {
    color: #fff;
    background-color: #ED7150;
}
.career-path .box li:nth-child(7) {
    color: #fff;
    background-color: #EB522F;
}
.career-path .box li h5 {
    margin-bottom: 30px;
}
.career-path .box li p {
    position: relative;
    padding-left: 1em;
}
.career-path .box li p::before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1C1C1C;
}
.career-path .box li:nth-child(5) p::before,
.career-path .box li:nth-child(6) p::before,
.career-path .box li:nth-child(7) p::before {
    background: #fff;
}
.career-path .swiper {
    overflow: visible;
}
.career-path .swiper .swiper-pagination {
    display: none;
}
.top {
    margin: 95px auto 135px;
}
/* .top h2 span {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #FF2B00 0%, #4B0002 46.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
/* .top h2 span::after {
    content: "Start Your Career with Us";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FF712E 0%, #FF2B00 46.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    animation: textLoop 2s infinite alternate;
}
@keyframes textLoop {
    0% { opacity: 0; }
    100% { opacity: 1; }
} */
.top .toptext {
    margin-top: -5px;
}
.top .message {
    align-items: center;
    gap: 8rem;
    margin-top: 70px;
}
.top .message > div:nth-child(2) {
    min-width: 40%;
    max-width: 45%;
}
.top .message h3 {
    font-size: 3.2rem;
}
html[lang=en] .top .message h3 {
    letter-spacing: 0.4px;
}
.top .box {
    display: flex;
    gap: 4rem;
    margin-top: 80px;
}
.top .box li {
    width: 35%;
    padding: 5rem 4rem;
    background-color: #F7F2EE;
    border-radius: 10px;
}
.top .box h5 {
    align-content: center;
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}
.top .box h5 span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
}
.top .message-credit {
    margin-top: 5.8rem;
}
.event {
    margin-bottom: 75px;
}
.event .swiper {
    margin-top: 50px;
    overflow: visible;
}
.event .list {
    width: 524px;
    padding-bottom: 10px;
}
.event .list h6 {
    margin: 18px 0 6px;
}
.event .list .text {
    font-size: 1.3rem;
    line-height: 175%;
}
.event .list .list-arrow {
    display: block;
    margin-top: 6px;
    margin-right: 40px;
    text-align: right;
}
.event .list figure {
    position: relative;
    overflow: hidden;
}
.event .list figure::before {
    display: block;
    content: '';
    padding-top: calc( 614 / 524 * 100%);
}
.event .list figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.6s var(--easing);
}
.event .list li:hover figure img {
    transform: scale(1.1);
}
.event .list li h6,
.event .list li .text,
.event .list li .list-arrow {
    transition: color 0.6s var(--easing);
}
.event .list li:hover h6,
.event .list li:hover .text,
.event .list li:hover .list-arrow {
    color: #FF4116;
}
.event .list li:hover .boxArrow > span > span::before {
    opacity: 1;
}
.event .list li:hover .boxArrow > span > span::after {
    opacity: 0;
}
.event .list li:hover .boxArrow > span > span > span img {
    transform: translateX(2px);
}
.open-event .text-area {
    margin-top: 100px;
    margin-bottom: 70px;
}
.open-event .text-area h3 {
    margin-bottom: 12px;
}
.open-event .box li {
    width: 376px;
    height: 435px;
    padding: 30px 30px 88px 30px;
    border-radius: 10px;
    background-color: #F7F2EE;
}
.open-event .box .date {
    margin-bottom: 30px;
}
.open-event .box .title {
    margin-bottom: 5px;
    font-size: 2.2rem;
}
.open-event .box .btn-white {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}
.open-event .box .btn-white span {
    right: inherit;
    margin-left: 12px;
}
.open-event .box .btn-white:hover span img {
    transform: none;
}
.invite-event .text-area {
    margin-top: 120px;
    margin-bottom: 50px;
}
.invite-event .text-area h3 {
    margin-bottom: 12px;
}
.invite-event .box {
    display: flex;
    gap: 10rem;
    padding: 6.3rem 6.8rem 6.6rem 7.2rem;
    background: #F7F2EE;
    border-radius: 10px;
}
.invite-event .box li {
    position: relative;
    align-content: center;
}
.invite-event .box li:nth-child(1) {
    width: 50%;
}
.invite-event .box li:nth-child(1) a {
    align-content: center;
    width: 100%;
    height: 100%;
}
.invite-event .box li:nth-child(1) a p span:not(.numbox) {
    right: inherit;
    margin-left: 12px;
}
.invite-event .box li:nth-child(1) a:hover::before span {
    transform: none;
    transition: none;
}
.invite-event .box li:nth-child(1) a:hover span img {
    transform: none;
}
.invite-event .box li:nth-child(2) {
    width: 50%;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
}
.invite-event .box li p {
    padding-left: 54px;
}
.invite-event .box li p span.numbox {
    position: absolute;
    align-content: center;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #FF4116;
}
.invite-event .box li:nth-child(1) p span.numbox {
    left: 0;
}
.invite-event .box li:nth-child(2) a {
    text-decoration: underline;
}
.invite-event .box li:nth-child(2) a:hover {
    text-decoration: none;
}
.invite-event .box li .next {
    position: absolute;
    top: 50%;
    right: calc(-5rem - 10px);
    transform: translateY(-50%);
    width: 14px;
    height: 20px;
}
.event2 {
    margin-bottom: 110px;
}
.event2 h5 {
    margin-bottom: 54px;
}
.event2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 72px;
    -moz-column-gap: 28px;
         column-gap: 28px;
}
.event2 ul li {
    align-content: center;
}
.event2 ul li:first-child {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    background-color: #F7F2EE;
    border-radius: 10px;
    overflow: hidden;
}
.event2 ul li:first-child > div {
    padding: 7rem calc(7rem - 28px) 7rem 7rem;
}
.event2 ul li:first-child > img {
    width: calc(50% - 14px);
}
.event2 h6 {
    margin-top: 20px;
    margin-bottom: 12px;
}
.event2 ul li:first-child h6 {
    margin-top: 0;
}
.event2-box {
    margin-bottom: 180px;
    padding: 72px 0 110px;
    background: #F7F2EE;
}
.event2-box h3 {
    margin-bottom: 50px;
}
.event2-box ul {
    display: flex;
    gap: 10rem;
}
.event2-box ul li {
    display: flex;
    gap: 26px;
    align-items: flex-end;
}
.event2-box .box {
    position: relative;
    padding: 4rem 3.6rem 4.2rem;
    background-color: #fff;
    border-radius: 10px;
}
.event2-box .box p {
    font-size: 1.8rem;
}
.event2-box .next {
    position: absolute;
    top: 50%;
    right: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
}
.event2-box .icon {
    min-width: 83px;
    text-align: center;
}
.event2-box .icon img {
    width: 60px;
    margin: 0 auto 7px;
}
.event2-box .icon p {
    font-size: 1.2rem;
}
.inside {
    margin-bottom: 169px;
}
.inside .swiper {
    margin-top: 60px;
    overflow: visible;
}
.inside .list {
    width: 634px;
    padding-bottom: 10px;
}
.inside .list h6 {
    margin: 19px 0 12px;
    font-size: 2.1rem;
}
.inside .list .list-arrow {
    display: block;
    margin-top: 6px;
    margin-right: 40px;
    text-align: right;
}
.inside .list figure {
    position: relative;
    overflow: hidden;
}
.inside .list figure::before {
    display: block;
    content: '';
    padding-top: calc( 435 / 634 * 100%);
}
.inside .list figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.6s var(--easing);
}
.inside .list li:hover figure img {
    transform: scale(1.1);
}
.inside .list li h6,
.inside .list li .text,
.inside .list li .list-arrow {
    transition: color 0.6s var(--easing);
}
.inside .list li:hover h6,
.inside .list li:hover .text,
.inside .list li:hover .list-arrow {
    color: #FF4116;
}
.inside .list li:hover .boxArrow > span > span::before {
    opacity: 1;
}
.inside .list li:hover .boxArrow > span > span::after {
    opacity: 0;
}
.inside .list li:hover .boxArrow > span > span > span img {
    transform: translateX(2px);
}
.environment {
    margin-bottom: 184px;
}
.environment .env-picture {
    margin-top: 90px;
}
.swiper-button-next {
    right: -52px;
}
.event .swiper-button-next,
.event .swiper-button-prev {
    top: 140px;
    transform: translateY(0);
}
.inside .swiper-button-next,
.inside .swiper-button-prev {
    top: 210px;
    transform: translateY(0);
}
@media (max-width: 767px) {
    .page__mainVisual {
        margin-bottom: 30px;
    }
    .mv .btn-area {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        margin: 0 20px;
    }
    .career-path .box {
        margin-bottom: 120px;
    }
    .career-path .text-area {
        margin-top: 20px;
        margin-bottom: 26px;
    }
    .career-path .swiper .swiper-pagination {
        display: block;
        bottom: -45px;
    }
    .career-path .swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #FF4116;
    }
    .career-path .box li p {
        font-size: 1.3rem;
    }
    .h2-caption {
        margin-bottom: 5px;
    }
    .h1-caption {
        margin-bottom: 0;
    }
    .title h2 {        
        width: 100%;
        min-width: 0;
        margin-bottom: 2px;
        margin-right: 0;
    }
    .career-path .box li {
        width: 100%;
        height: 250px;
        padding: 30px 25px;
    }
    .top {
        margin: 53px 0 70px;
    }
    .top .toptext {
        margin-top: 0;
    }
    .top .topbottomtext {
        margin-top: 0;
    }
    .top .message {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 24px;
    }
    .top .message > div:nth-child(2) {
        max-width: 100%;
    }
    .top .message h3 {
        font-size: 1.8rem;
    }
    .top .box {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .top .box li {
        width: 100%;
        padding: 30px 20px;
    }
    .top .message-credit {
        margin-top: 40px;
    }
    .event  {
        margin-bottom: 80px;
    }
    .event .swiper {
        margin-top: 40px;
    }
    .event .list {
        width: 240px;
    }
    .event .list h6 {
        margin: 12px 0 4px;
        font-size: 1.6rem;
    }
    .event .list .list-arrow {
        margin-top: 20px;
    }
    .open-event .text-area {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .open-event .box li {
        width: 118%;
        height: 405px;
        padding: 20px 20px 70px 20px;
    }
    .open-event .box .date {
        margin-bottom: 20px;
    }
    .open-event .box .title {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .open-event .box .btn-white {
        bottom: 20px;
        width: calc(100% - 40px);
        padding: 10px 12px;
    }
    .invite-event .text-area {
        margin-top: 60px;
        margin-bottom: 15px;
    }
    .invite-event .box {
        flex-direction: column;
        gap: 31px;
        padding: 15px;
    }
    .invite-event .box li:nth-child(2) {
        padding: 12px 14px;
    }
    .invite-event .box li:nth-child(1) {
        width: 100%;
    }
    .invite-event .box li:nth-child(2) {
        width: 100%;
    }
    .invite-event .box li p {
        padding-left: 40px;
    }
    .invite-event .box li:nth-child(2) p span {
        left: 14px;
    }
    .invite-event .box li:nth-child(1) .btn-white {
        padding: 21px 14px;
    }
    .invite-event .box li .next {
        top: inherit;
        bottom: -27.5px;
        left: 50%;
        right: inherit;
        transform: translateX(-50%) rotate(90deg);
    }
    .event2 {
        margin-bottom: 70px;
    }
    .event2 h5 {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
    .event2 ul {
        grid-template-columns: 1fr;
        row-gap: 32px;
        -moz-column-gap: 0;
             column-gap: 0;
    }
    .event2 h6 {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .event2 ul li:first-child {
        grid-column: 1;
        display: block;
    }
    .event2 ul li:first-child > div {
        padding: 20px;
    }
    .event2 ul li:first-child > img {
        width: 100%;
    }
    .event2-box {
        margin-bottom: 75px;
        padding: 36px 0 33px;
    }
    .event2-box h3 {
        margin-bottom: 25px;
    }
    .event2-box ul {
        flex-direction: column;
        gap: 20px;
    }
    .event2-box .box {
        padding: 30px 20px;
    }
    .event2-box .box p {
        font-size: 1.4rem;
    }
    .event2-box ul li:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .event2-box .next {
        top: 60%;
    }
    .event2-box ul li:nth-child(2n) .box .next {
        right: inherit;
        left: -1.25rem;
        transform: scaleX(-1);
    }
    .event2-box .icon {
        min-width: 65px;
    }
    .event2-box .icon p {
        font-size: 1rem;   
    }

    .inside {
        margin-bottom: 70px;
    }
    .inside .swiper {
        margin-top: 30px;
    }
    .inside .list {
        width: 240px;
    }
    .inside .list h6 {
        margin: 12px 0 10px;
        font-size: 1.6rem;
    }
    .inside .list .list-arrow {
        margin-top: 16px;
    }
    .environment {
        margin-bottom: 60px;
    }
}
/* env-picture-list */
.env-picture-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 12rem;
    -moz-column-gap: 11rem;
         column-gap: 11rem;
    margin-top: 180px;
}
.env-picture-list li p {
    margin-top: 20px;
}
.env-picture-list li:nth-child(2n-1) {
    margin-top: -180px;
}
@media (max-width: 767px) {
    .environment .env-picture {
        margin-top: 30px;
    }
    .env-picture-list {
        grid-template-columns: 1fr;
        row-gap: 40px;
        -moz-column-gap: 0;
             column-gap: 0;
        margin-top: 0;
    }
    .env-picture-list li p {
        margin-top: 10px;
    }
    .env-picture-list li:nth-child(2n-1) {
        margin-top: 0;
        margin-right: 73px;
    }
    .env-picture-list li:nth-child(2n) {
        margin-top: 0;
        margin-left: 73px;
    }
}