@charset "utf-8";
/*パンくず*/
#job-type .breadcrumbs a {
    color: #fff;
}

/* JOB アーカイブ */
#job .job_figure {
    background-color: #f9f1ea;
}
#job .process li::before {
    border-color: transparent #f9f1ea transparent #f9f1ea;
}
#job .process li::after {
    background-color: #f9f1ea;
}
#job .job-list {
    max-width: 1536px;
    width: 90%;
    margin: 100px auto 140px;
}
#job .job-list figure img {
    border-radius: 10px;
    width: 525px;
    height: 350px;
    object-fit: cover;
}
#job .job-list li {
    display: flex;
    gap: 70px;
    padding: 20px 0;
    border-top: .25px solid #1a1a1a;
    align-items: center;
}
#job .job-list li:last-child {
    border-bottom: .25px solid #1a1a1a;
}
#job .job-list h3 {
    position: relative;
    margin-bottom: 1.857em;
}
#job .job-list h3::after {
    content: "";
    width: 50px;
    border: 1px solid #1a1a1a;
    position: absolute;
    left: 0;
    bottom: -25px;
}
#job .job-description {
    max-width: 822px;
    width: 53.52%;
}
#job .job-description .btn_6 {
    display: none;
}
#job .job-ttl_1 li div::after, .job-ttl_2 div::after {
    rotate: none;
}
@media (max-width: 1300px) {
    #job .btn_6 {
        display: none;
    }
    #job .job-description .btn_6 {
        display: inline-block;
    }
    #job .job-description .btn_6 a {
        width: 60px;
        height: 60px;
        line-height: 50px;
    }
    #job .job-list {
        width: 80%;
    }
    #job .job-list li {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    #job .job-list figure img {
        width: 100%;
        height: inherit;
    }
    #job .job-description h3 {
        display: inline-block;
        margin-right: .5em;
    }
    #job .job-description {
        max-width: fit-content;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    #job .job-list {
        margin: 50px auto 140px;
    }
    #job .job-ttl_1 li div::after {
        top: 130px;
    }
}
@media (max-width: 1000px) {
    #job .job-list {
        width: 90%;
    }
}
@media (max-width: 950px) {
    #job .job-list {
        margin: 50px auto 70px;
    }
}
@media (max-width: 500px) {
    #job .job-list h3 {
        margin-bottom: 1.5em;
    }
    #job .job-list h3::after {
        bottom: -15px;
    }
    #job .job_figure {
        margin: 0 auto;
    }
    #job .job-description .btn_6 a {
        width: 43px;
        height: 43px;
        line-height: 36px;
        font-size: var(--fsize-22);
    }
    #job .job-ttl_1 li div::after {
        top: 120px;
    }
}

/* INTERVIEW アーカイブ */
#interview .interview_inner {
    max-width: 1536px;
}
#interview .interview_content ul.interview_card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
    #interview .interview_inner {
        width: 90%;
    }
    #interview .interview_content ul.interview_card {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 950px) {
    #interview .interview_inner {
        width: 70%;
    }
    #interview .interview_content ul.interview_card {
        grid-template-columns: 1fr;
    }
    #interview .pagination {
       margin-bottom: 70px;
       margin-top: -30px;
    }
}
@media (max-width: 600px) {
    #interview .interview_inner {
        width: 90%;
    }
}
@media (max-width: 500px) {
    #interview .interview_content ul.interview_card {
        margin-bottom: 70px;
    }
}

/*FAQ*/
#faq .faq_content ul:not(:last-child) {
    margin-bottom: 50px;
}
#faq .faq_inner {
    max-width: 1536px;
    width: 90%;
}
/* 奇数番目のul内の偶数番目liに黄色背景 */
#faq .faq_content ul:nth-of-type(odd) > li:nth-child(even) {
    background-color: #f9f1ea66;
}
/* 偶数番目のul内の奇数番目liに黄色背景 */
#faq .faq_content ul:nth-of-type(even) > li:nth-child(odd) {
    background-color: #f9f1ea66;
}
#faq h4 {
    font-size: var(--fsize-25);
}
@media (max-width: 1200px) {
    #faq .faq_content ul:nth-of-type(odd) > li:nth-child(even) {
        background-color: unset;
    }
    #faq .faq_content ul:nth-of-type(even) > li:nth-child(odd) {
        background-color: unset;
    }
    #faq .faq_inner {
        width: 80%;
    }
    /* 矢印 */
    #faq .faq_content h5 {
        position: relative;
        padding-right: 1.5em;
    }
    #faq .faq_content h5::after {
        border-right: solid 3px #1eacec;
        border-top: solid 3px #1eacec;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        right: 25px;
        top: 38%;
        transform: rotate(135deg);
        transition: transform .3s ease-in-out, top .3s ease-in-out;
        width: 12px;
    }
    #faq .faq_content h5.open::after {
        top: 45%;
        transform: rotate(-45deg);
    }
    #faq .faq_content ul {
        margin-bottom: 0;
        gap: 0;
    }
    #faq .faq_content ul:not(:last-child) {
        margin-bottom: 0;
    }
    #faq .faq_content li {
        border: unset;
        padding: 0px 0px 20px;
    }
    #faq .faq_content .faq_inner div {
        display: none;
        padding: 5px 0px 25px;
    }
    #faq .pagination {
        display: none;
    }
    #faq .faq_content ul:last-of-type > li:last-child {
        padding-bottom: 0;
    }
    #faq .faq_inner {
        margin-bottom: 70px;
    }
}
@media (max-width: 1000px) {
    #faq .faq_inner {
        width: 90%;
    }
}
@media (max-width: 500px) {
    #faq h5 {
        font-size: var(--fsize-17);
    }
    .faq_content li div span {
        font-size: var(--fsize-17);
    }
    .faq_content li h5 span {
        font-size: var(--fsize-17);
    }
    #faq .faq_content h5::after {
        width: 10px;
        height: 10px;
        top: 30%;
        right: 8px;
        border-right: solid 2px #1eacec;
        border-top: solid 2px #1eacec;
    }
    #faq .faq_content li {
        padding: 0px 0px 10px;
    }
}

/*JOB 詳細ページ*/
#job-type {
    margin: 120px auto 0;
    max-width: 1920px;
}
#job-type .page-ttl {
    max-width: 1584px;
    position: relative;
    margin-right: 0;
    align-items: inherit;
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: 38.13% 58.71%;
    justify-content: space-between;
    width: 100%;
    gap: inherit;
}
#job-type .page-ttl-left {
    padding-right: 0;
    white-space: wrap;
    color: #fff;
}
#job-type .page-ttl-left::after {
    background-color: #1eacec;
    width: 100vw;
    z-index: -1;
    height: 274px;
    border-right: unset;
    margin: 0 calc(50% - 50vw);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#job-type .page-ttl-left div {
    position: relative;
    top: 220px;
}
#job-type .page-ttl-right {
    max-width: 930px;
    z-index: 3;
    margin-left: 0;
}
#job-type .page-ttl-right img {
    border-radius: 10px 0 0 10px;
    max-width: 930px;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
#job-type .page-ttl .accent {
    font-size: var(--fsize-72);
    font-family: var(--ffamily-zen-kaku);
    font-weight: 700;
    color: #2e4a6f;
    opacity: .55;
    margin-top: .486em;
    line-height: .9;
}
#job-type .description {
    background-color: #f9f1ea;
    max-width: 1248px;
    margin: 0 auto;
    padding: 50px 40px 40px;
    border-radius: 10px;
    width: 90%;
    position: relative;
    margin-bottom: 50px;
}
#job-type .description .job-icon {
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
}
#job-type .description .job-icon img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}
#job-type .description h2 {
    text-align: center;
    margin-bottom: .795em;
}
#job-type h3 {
    color: #2e4a6f;
    margin-bottom: 1em;
    position: relative;
    padding-left: 65px;
}
#job-type h3::after {
    position: absolute;
    content: "";
    background-image: url(../images/job/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    background-position: center;
    left: 0;
    top: 15%;
}
#job-type h4, #job-type h5 {
    margin-bottom: .2em;
}
#job-type .feature {
    max-width: 1248px;
    margin: 0 auto;
    width: 90%;
}
#job-type .feature_box {
    padding: 30px 0;
    border-top: .25px solid #1a1a1a;
}
.feature_box li {
    list-style: inside;
    text-indent: -1em;
    padding-left: 1em; 
}
@media (max-width: 1650px) {
    #job-type .page-ttl {
        width: 95%;
    }
}
@media (max-width: 1450px) {
    #job-type .page-ttl-left {
        width: 100%;
    }
    #job-type .page-ttl-left div {
        top: 50px;
        margin: 0 auto;
    }
    #job-type {
        margin-top: 90px;
    }
    #job-type .page-ttl-left::after {
        top: 0;
        transform: unset;
    }
    #job-type .page-ttl-right img {
        max-width: -webkit-fill-available;
        height: initial;
        width: 100%;
    }
    #job-type .page-ttl-right {
        max-width: initial;
    }
    #job-type .page-ttl .accent {
        margin-top: .416em;
    }
    #job-type .page-ttl-right img {
        border-radius: 0px 0 0 10px;
    }
}
@media (max-width: 1200px) {
    #job-type .page-ttl-left::after {
        border: unset;
    }
    #job-type .page-ttl-right {
        margin: 0 auto;
        max-width: unset;
        width: 70%;
    }
    #job-type .page-ttl-right img {
        border-radius: 10px;
    }
    #job-type .page-ttl {
        display: flex;
        width: 90%;
        margin: 0 auto 100px;
        gap: 100px;
    }
    #job-type {
        margin-top: 100px;
    }
    #job-type .page-ttl-left::after {
        top: 0;
    }
    #job-type .page-ttl-left div {
        top: 50px;
    }
}
@media (max-width: 768px) {
    #job-type {
        margin-top: 70px;
    }
    #job-type .description {
        padding: 40px 20px 20px;
    }
    #job-type .page-ttl .accent {
        font-size: var(--fsize-50);
    }
    #job-type .page-ttl-left::after {
        height: 240px;
    }
    #job-type .page-ttl-right {
        width: 90%;
    }
}
@media (max-width: 500px) {
    #job-type h3 {
        padding-left: 55px;
    }
    #job-type h3::after {
        width: 35px;
        height: 35px;
        top: 7%;
    }
    #job-type .feature_box {
        padding: 20px 0;
    }
    #job-type .page-ttl-right {
        width: 100%;
    }
    #job-type .page-ttl {
        margin-bottom: 70px;
        gap: 60px;
    }
    #job-type .page-ttl-left::after {
        height: 160px;
    }
    #job-type .page-ttl .accent {
        font-size: var(--fsize-35);
    }
    #job-type .page-ttl-left div {
        top: 30px;
    }
    #job-type .description .job-icon {
        top: -25px;
    }
    #job-type .description .job-icon img {
        max-width: 60px;
        max-height: 60px;
    }
}

/* INTERVIEW 詳細ページ */
#interview-type {
    margin: 120px auto 0;
    max-width: 1920px;
}
#interview-type .page-ttl {
    width: auto;
    max-width: 1584px;
    position: relative;
    margin-right: 0;
    align-items: inherit;
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: 38.13% 58.71%;
    justify-content: space-between;
    width: 100%;
    gap: inherit;
}
#interview-type .page-ttl span.job-ttl {
    margin: 0;
    margin-right: 1em;
    display: inline-block;
    vertical-align: middle;
}
#interview-type .name {
    font-size: var(--fsize-30);
    margin-top: 1.16em;
}
#interview-type .year {
    font-size: var(--fsize-19);
}
#interview-type .page-ttl-left {
    padding-right: 0;
    white-space: normal;
}
#interview-type .page-ttl-left::before {
    position: absolute;
    content: "";
}
#interview-type .page-ttl-left::after {
    display: none;
}
#interview-type .page-ttl-left div {
    position: relative;
    top: 220px;
}
#interview-type .page-ttl-right {
    max-width: 930px;
    z-index: 3;
    margin-left: 0;
}
#interview-type .page-ttl-right img {
    border-radius: 10px 0 0 10px;
    max-width: 930px;
    max-height: 600px;
    width: 100%;
}
.qa {
    grid-gap: 5%;
    max-width: 1536px;
    width: 90%;
    margin: 0 auto 140px;
    display: grid;
    grid-template-columns: 41.67% 53.13%;
    justify-content: space-between;
}
.qa h4 {
    font-family: var(--ffamily-zen-kaku);
    color: #2e4a6f;
    font-weight: 500;
    margin-bottom: 1em;
}
.qa_left {
    max-width: 640px;
    height: 800px;
    position: -webkit-sticky; /* safari対応 */
    position: sticky;
    top: 120px; /* 上端から120pxのところで固定 */
}
.qa_left img {
    border-radius: 10px;
}
.qa ul {
    max-width: 816px;
    counter-reset: number 0; /* number のカウンタを 0 にセット */
}
.qa li {
    padding: 30px 0;
    border-bottom: .25px solid #1a1a1a;
}
.qa li:first-child {
    padding-top: 0;
}
.qa li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.qa span:before {
    counter-increment: number 1; /* number カウンタを増加 */
    content: "Q" counter(number); /* 表示形式を指定 */
}
.qa h4 span {
    display: inline-block;
    padding: .05em .7em;
    border-radius: 25px;
    background-color: #2e4a6f;
    font-size: var(--fsize-30);
    color: #fff;
    margin-right: .7em;
}
#interview-type .feature {
    max-width: 1248px;
    margin: 0 auto;
    width: 90%;
}
#interview-type .page-ttl::after {
    position: absolute;
    content: "";
    background-image: url(../images/interview/back.png);
    background-repeat: no-repeat;
    width: 826px;
    background-size: contain;
    height: 826px;
    left: -80px;
    z-index: -1;
    top: 284px;
}
#interview-type h3 {
    margin-bottom: 1.28em;
    text-align: center;
}
.schedule {
    max-width: 1248px;
    width: 90%;
    margin: 0 auto 140px;
    border-radius: 10px;
    background: linear-gradient(#1eacec, #1eacec, #017cc8);
    color: #fff;
    text-align: center;
    padding: 60px;
}
.schedule h2 {
    margin-bottom: 1.59em;
}
.schedule div {
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: left;
}
.schedule li {
    display: grid;
    position: relative;
    padding-left: 20px;
    align-items: center;
    grid-template-columns: 85px 1fr;
}
.schedule li:not(:last-child) {
    margin-bottom: 20px;
}
.schedule li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 10;
    transform: translateY(-50%);
}
.schedule li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #1a1a1a;
}
.schedule li:last-child::after {
    height: 25px;
}
.schedule ul:first-of-type li::after {
    top: 25px;
}
.schedule .time {
    font-family: var(--ffamily-num);
    font-size: var(--fsize-25);
    text-align: left;
}
.schedule .item {
    padding: .5em 1em;
    color: #111111;
    background-color: #fff;
    border-radius: 25px;
    width: fit-content;
}
.message {
    max-width: 1248px;
    width: 90%;
    margin: 0 auto 140px;
}
.message h2 {
    margin-bottom: 1.59em;
    text-align: center;
}
.message div {
    display: grid;
    grid-template-columns: 64.1% 30.29%;
    justify-content: space-between;
    align-items: end;
}
.message .text {
    max-width: 800px;
    line-height: 1.94;
    text-decoration: underline;
    text-underline-position: from-font;
}
.message .illust {
    max-width: 378px;
}
@media (max-width: 1650px) {
    #interview-type .page-ttl {
        width: 95%;
    }
}
@media (max-width: 1450px) {
    #interview-type .page-ttl {
        flex-direction: column;
    }
    #interview-type .page-ttl-left {
        width: 100%;
    }
    #interview-type .page-ttl-left div {
        top: 50px;
        margin: 0 auto;
    }
    #interview-type .page-ttl-left::after {
        margin: unset;
        top: 0;
        transform: unset;
    }
    #interview-type .page-ttl-right img {
        max-width: -webkit-fill-available;
        height: initial;
        width: 100%;
    }
    #interview-type .page-ttl-right {
        max-width: initial;
    }
    #interview-type .page-ttl .accent {
        margin-top: .416em;
    }
    #interview-type .page-ttl::after {
        width: 100vw;
        top: 0;
    }
    #interview-type {
        margin-top: 90px;
    }
}
@media (max-width: 1350px) {
    .message div {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    .message .text {
        margin-left: 0;
        margin-right: auto;
    }
    .message .illust {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 1200px) {
    #interview-type .page-ttl-left::after {
        border: unset;
    }
    .schedule div {
        gap: 0;
        flex-direction: column;
    }
    .schedule li {
        margin-bottom: 20px;
    }
    .schedule ul:last-of-type li:last-child {
        margin-bottom:  0px;
    }
    .schedule ul:first-of-type li:last-child::after {
        height: 45px;
    }
    #interview-type .page-ttl {
        flex-direction: column;
        display: flex;
        width: 90%;
        margin: 0 auto 100px;
        gap: 50px;
    }
    #interview-type .page-ttl-right {
        margin: 0 auto;
        max-width: unset;
        width: 70%;
    }
    #interview-type .page-ttl-left div {
        top: 0;
    }
    #interview-type .page-ttl-right img {
        border-radius: 10px;
    }
    #interview-type {
        margin-top: 140px;
    }
    .qa {
        margin: 0 auto 100px;
    }
    .schedule {
        margin: 0 auto 100px;
    }
    .message {
        margin: 0 auto 100px;
    }
}
@media (max-width: 1080px) {
    .qa {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .qa ul {
        max-width: fit-content;
    }
    .qa_left {
        margin: 0 auto;
        position: relative;
        top: 0;
        height: fit-content;
    }
}
@media (max-width: 768px) {
    #interview-type .page-ttl .accent {
        font-size: var(--fsize-50);
    }
    #interview-type .page-ttl-left::after {
        height: 240px;
    }
    #interview-type .page-ttl {
        gap: 50px;
    }
    #interview-type {
        margin-top: 120px;
    }
    #interview-type .page-ttl-right {
        width: 90%;
    }
    .schedule {
        padding: 30px 0 50px 0;
    }
    .schedule div {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    #interview-type .page-ttl-right {
        width: 100%;
    }
    #interview-type .page-ttl {
        margin-bottom: 30px;
    }
    #interview-type .page-ttl {
        gap: 30px;
    }
    #interview-type {
        margin-top: 100px;
    }
    .qa h4 span {
        font-size: var(--fsize-20);
    }
    .qa {
        margin: 0 auto 70px;
    }
    .schedule {
        margin: 0 auto 70px;
    }
    .message {
        margin: 0 auto 70px;
    }
    .schedule .time {
        font-size: var(--fsize-22);
    }
    .schedule li {
        grid-template-columns: 68px 1fr;
    }
    #interview-type .name {
        font-size: var(--fsize-22);
    }
}

/*Requirements*/
.requirements_inner {
    width: 70%;
    margin: 0 auto;
    max-width: 1000px;
}
#requirements th {
    width: 140px;
}
#requirements .btn_1 {
    margin: 70px auto 140px;
}
#requirements .btn_1 a {
    border: 3px solid #d7263d;
    background: #d7263d;
    color: #fff;
}
#requirements .btn_1 a:hover {
    background: #fff;
    color: #d7263d;
}
@media (max-width: 1200px) {
    .requirements_inner {
        width: 80%;
    }
}
@media (max-width: 1000px) {
    .requirements_inner {
        width: 90%;
    }
}
@media (max-width: 500px) {
    #requirements .btn_1 {
        margin: 50px auto 70px;
    }
}