@charset "UTF-8";

section:not(.design-sec) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.container {
    width: 70%;
    margin: 0 auto;
}

section.top {
    height: 700px;
    width: 100%;
    background-image: url( ../img/recruit-info/YKU00083.JPG );
    background-size: cover;
    padding: 400px 0;
}
section.top h1 {
    font-size: 60px;
    max-width: 700px;
}
section.top p {
    width: 80%;
    margin: 0 auto;
    font-size: 50px;
}

/* ----------------------------------------- */
section.campany {
    padding: 100px 0;
    background-color: #2B2E33;
    position: relative;
}
section.campany .flex {
    display: flex;
    justify-content: space-between;
}
section.campany .flex .left {
    width: 50%;
    position: relative;
}
section.campany .flex .left h2 {
    /* display: flex; */
}
section.campany .flex .left h2 span {
    display: inline-block;
    font-size: 35px;
    padding: 16px;
    background-color: #000;
    color: #114FA6;
    font-family: "Times New Roman";
}
section.campany .flex .left p {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
    margin-right: 50px;
}
section.campany .flex .left h2 div {
    font-size: 55px;
    background-color: #114FA6;
    padding: 20px;
    color: white;
    display: block;
    margin: 0 0 50px;
    width: fit-content;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.campany .flex .left .read_more {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 50px;
    padding: 10px 30px;
    font-size: 20px;
    border: 3px solid #fff;
    line-height: 1;
}
section.campany .flex .left .read_more a {
    color: white;
    font-family: "Times New Roman";
}
section.campany .flex .right {
    width: 50%;
}
section.campany .flex .right img {
    width: 100%;
}
section.campany .text {
    writing-mode: vertical-rl;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #114FA6;
    font-size: 90px;
    font-family: "Times New Roman";
}
/* ----------------------------------------- */
section.initiative {
    padding: 100px 0;
    background-color: #2B2E33;
    position: relative;
}
section.initiative .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
section.initiative .flex .left {
    width: 45%;
    position: relative;
}
section.initiative .flex .left h2 {
    /* display: flex; */
}
section.initiative .flex .left h2 span {
    display: inline-block;
    font-size: 35px;
    padding: 16px;
    background-color: #000;
    color: #114FA6;
    font-family: "Times New Roman";
}
section.initiative .flex .left p {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
    margin-right: 50px;
}
section.initiative .flex .left h2 div {
    font-size: 55px;
    background-color: #114FA6;
    padding: 20px;
    color: white;
    display: block;
    margin: 0 0 50px;
    width: fit-content;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.initiative .flex .left .read_more {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 50px;
    padding: 10px 30px;
    font-size: 20px;
    color: white;
    border: 3px solid #fff;
    line-height: 1;
}
section.initiative .flex .left .read_more a {
    color: white;
    font-family: "Times New Roman";
}
section.initiative .flex .right {
    width: 45%;
}
section.initiative .flex .right img {
    width: 100%;
}
section.initiative .text {
    writing-mode: vertical-rl;
    position: absolute;
    left: 40px;
    top: 40px;
    color: #114FA6;
    font-size: 90px;
    font-family: "Times New Roman";
}
/* ----------------------------------------- */
section.feature {
    padding: 100px 0;
    background-color: #2B2E33;
    position: relative;
}
section.feature .flex {
    display: flex;
    justify-content: space-between;
}
section.feature .flex .left {
    width: 50%;
    position: relative;
}
section.feature .flex .left h2 {
    /* display: flex; */
}
section.feature .flex .left h2 span {
    display: inline-block;
    font-size: 35px;
    padding: 16px;
    background-color: #000;
    color: #114FA6;
    font-family: "Times New Roman";
}
section.feature .flex .left p {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
    margin-right: 50px;
}
section.feature .flex .left h2 div {
    font-size: 55px;
    background-color: #114FA6;
    padding: 20px;
    color: white;
    display: block;
    margin: 0 0 50px;
    width: fit-content;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.feature .flex .left .read_more {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 50px;
    padding: 10px 30px;
    font-size: 20px;
    color: white;
    border: 3px solid #fff;
    line-height: 1;
    font-family: "Times New Roman";
}
section.feature .flex .left .read_more a {
    color: white;
}
section.feature .flex .right {
    width: 50%;
}
section.feature .flex .right img {
    width: 100%;
}
section.feature .text {
    writing-mode: vertical-rl;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #114FA6;
    font-size: 90px;
    font-family: "Times New Roman";
}

/* ----------------------------------------- */
.interview {
    background-color: #2B2E33;
    padding-top: 50px;
    padding: 50px 24px;
}
.interview h2 {
    max-width: 800px;
    margin: 0 auto;
}
.interview p {
    font-size: 28px;
    margin: 60px auto;
    text-align: center;
    color: white;
}
.interview ul {
    display: flex;
    justify-content: space-between;
}
.interview ul li {
    width: 30%;
}

.interview ul li .more {
    color: white;
    font-size: 30px;
}
.swiper-slide .more {
    color: white;
    font-size: 30px;
}
.interview ul li .more a {
    color: white;
}
.swiper-slide .more a {
    color: white;
}
.interview .container {
    position: relative;
}
.interview .swiper-wrapper {
    /* overflow: hidden; */
    /* width: 70%; */
}
.interview .swiper-button-next,
.interview .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -50px);
}
.interview .swiper-button-prev,
.interview .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -50px);
}
.interview .swiper-button-prev:after, 
.interview .swiper-button-next:after {
    font-family: unset;
}
.interview .swiper-button-next:after,
.interview .swiper-rtl .swiper-button-prev:after {
    content: "";
    border-top: 15px solid transparent;
    border-left: 20px solid #F2F3F4;
    border-bottom: 15px solid transparent;
}
.interview .swiper-button-prev:after,
.interview .swiper-rtl .swiper-button-next:after {
    content: "";
    border-top: 15px solid transparent;
    border-right: 20px solid #F2F3F4;
    border-bottom: 15px solid transparent;
}


/* ----------------------------------------- */
.requirements {
    padding: 100px 0;
    background-color: #f2f3f4;
}
.requirements h2 {
    margin-bottom: 60px;
}

.requirements ul {
    width: 80%;
    margin: 0 auto;
}
.requirements ul li {
    margin-bottom: 29px;
}
.swiper-wrapper {
    /* overflow: hidden; */
}

/* ----------------------------------------- */
.entry {
    padding: 20px 0;
    background-image: url(../img/recruit-info/8_mono.jpg);
    background-size: cover;
}
.entry .flex {
    display: flex;

}
.entry .flex div {
    width: 50%;

}
.entry .flex .left {
    text-align: center;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    text-shadow: 2px 2px 2px #333;
    font-size: 1.5vw;
}
.entry .flex .right {
    padding: 50px;
}
