@charset "utf-8";
/**/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400|Roboto:300,400&subset=japanese);

body {
    color: #313131;
    background: #f4f4f4;
    font-family: Noto Sans JP, system-ui, -apple-system, Hiragino Sans, Yu Gothic UI, Segoe UI, Meiryo, sans-serif;
    line-height: 1.625;
    font-weight: 300;
    letter-spacing: .048em;
}

body,
html {
    font-size: 16px;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body header.c-header {
    z-index: 9999;
}

.l-main {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none;
    text-align: justify;
    background-color: white;
}

.l-main a:hover {
    opacity: 0.6;
    transition: opacity 200ms;
    text-decoration: none;
}

.l-main a {
    opacity: 1;
    transition: opacity 500ms;
}

img {
    width: 100%;
    height: auto;
}

section.max-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper .swiper-button-prev {
    left: calc(15vw);
}

.swiper .swiper-button-next {
    right: calc(15vw);
}

.swiper .swiper-slide-pc {
    display: block;
}

.swiper .swiper-slide-sp {
    display: none;
}

.carousel-wrapper {
    width: 100%;
    background-image: url(../img/bg-swiper.png);
    background-size: 100% 100%;
}

.swiper .swiper-button-next:after {
    background-image: url(../img/swiper_next.svg);
    width: 22px;
    height: 44px;
    background-size: 22px 44px;
    content: "";
}

.swiper .swiper-button-prev:after {
    background-image: url(../img/swiper_prev.svg);
    width: 22px;
    height: 44px;
    background-size: 22px 44px;
    content: "";
}

.swiper .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    background-size: 32px 4px;
    content: "";
    border-radius: 0;
    background-color: initial;
    opacity: 1.0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1px;
}

.swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 4px;
    background-size: 32px 4px;
    content: "";
    border-radius: 0;
    background-color: initial;
    opacity: 1.0;
    border: 1px solid #ffffff;
}

.swiper a:hover {

    opacity: 1;

    transition: none;
}

.swiper-slide-card {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-card {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

#message {
    background-color: #272930;
}

.message-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    color: white;
    padding-top: 163px;
    padding-bottom: 125px;
}

.message-wrapper img {
    width: 100%;
    height: auto;
}

.message-image-wrapper {
    width: 523px;
}

.message-image-wrapper .image-person {
    max-width: 380px;
}

.message-image-wrapper .message-titiel-bar {
    position: absolute;
    background-color: black;
    padding: 14px 20px 14px 7px;
    max-width: 266px;
    top: 512px;
    max-height: 63px;
}

.message-image-wrapper .message-titiel-bar:before {
    content: "";
    position: absolute;
    width: calc(50vw - 600px);
    height: 63px;
    background-color: black;
    top: 0;
    left: calc(-50vw + 600px);
}

.message-image-wrapper .message-name {
    color: white;
    margin-top: 63px;
    position: relative;
    margin-left: 114px;
    font-size: 28px;
    position: relative;
}

.message-image-wrapper .message-name:after {
    content: "";
    background-image: url(../img/message-name-line.svg);
    width: 100%;
    height: 2px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.message-image-wrapper .message-name .position {
    font-size: 18px;
    padding-right: 23px;
    letter-spacing: 0.1px;
    position: relative;
    top: 2px;
    opacity: 0.6;
}

.message-image-wrapper .message-text-wrapper {}

.message-wrapper .message-text-wrapper {
    flex: 1;
    letter-spacing: -0.1px;
}

.message-wrapper .message-text-wrapper .message-text-title {
    font-size: 36px;
    padding-bottom: 40px;
    line-height: 1.6;
    position: relative;
    margin-top: -18px;
}

.message-wrapper .message-text-wrapper p {
    line-height: 1.9;
}

.message-wrapper .message-text-wrapper .message-text-block1 {
    font-size: 18px;
    padding-bottom: 32px;
}

section#interview {
    padding-top: 140px;
    position: relative;
    padding-bottom: 155px;
}

section#interview:after {
    content: "";
    background-image: url(../img/content-line.svg);
    width: 100vw;
    height: 8px;
    position: absolute;
    bottom: 0;
    margin-left: calc(-50vw + 600px);
    background-size: 100vw;
}

h2.text {
    font-size: 48px;
    background: -webkit-linear-gradient(0deg, #1C3ACE, #0097DA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 63px;
}

#interview .panel-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#interview .panel-wrapper li {
    width: calc((100% - 40px) / 4);
    border: 1px solid #707070;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}

#interview .panel-wrapper li.dummy {
    border: none;
}

#interview .panel-wrapper li a {
    height: 100%;
    display: block;
}

#interview .panel-wrapper li a:hover {
    text-decoration: none;
}

#interview .panel-wrapper .panel-container {
    position: relative;
    padding: 15px 20px 13px 20px;
}

#interview .panel-wrapper li h3 {
    font-size: 16px;
    line-height: 1.5;
    color: black;
    letter-spacing: -0.1px;
    padding-bottom: 16px;
    font-feature-settings: "palt";
}

#interview .panel-wrapper li .panel-position {
    font-size: 14px;
    padding-bottom: 4px;
}

#interview .panel-wrapper li .panel-position span {
    display: inline-block;
    opacity: 0.6;
    text-align: left;
}

#interview .panel-wrapper li .panel-name {
    font-size: 15px;
    padding-bottom: 10px;
}

#interview .panel-wrapper li .panel-name span {
    display: block;
}

#interview .panel-wrapper li .button-interview {
    font-size: 12px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.3px;
}

#interview .panel-wrapper li .button-interview:before {
    content: "";
    background-image: url(../img/icon_arrow_2.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -36px;
    width: 30px;
    height: 8px;
    margin-top: -4px;
}

section#occupation {
    padding-top: 140px;
    position: relative;
    padding-bottom: 155px;
}

section#occupation h2.text {
    padding-bottom: 50px;
}

#occupation .panel-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#occupation .panel-wrapper li {
    width: calc((100% - 100px) / 2);
    margin-bottom: 10px;
}

#occupation .panel-wrapper {}

#occupation .panel-wrapper .panel-image {
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 0 70px;
}

#occupation .panel-wrapper li .panel-container {}

#occupation .panel-wrapper li .panel-container h3 {
    font-size: 40px;
    letter-spacing: -0.1px;
    padding-bottom: 18px;
    position: relative;
    margin-left: -5px;
}

#occupation .panel-wrapper li .panel-container .panel-text {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 33px;
}

.main-2023 #occupation .panel-wrapper li .panel-container .button-entry {
    background-color: black;
    color: white;
    font-size: 24px;
    padding: 18px 0;
    text-align: center;
    width: 310px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    line-height: 1;
    border: 2px solid black;
    transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear;
}

.main-2023 #occupation .panel-wrapper li .panel-container .button-entry:hover {
    background-color: #F0F2FF;
    color: #272930;
    border: 2px solid #272930;
    transition: background-color 0.1s linear, border 0.1s linear, color 0.1s linear;
}

section#occupation:after {
    content: "";
    background-image: url(../img/content-line.svg);
    width: 100vw;
    height: 8px;
    position: absolute;
    bottom: 0;
    margin-left: calc(-50vw + 600px);
    background-size: 100vw;
}

section#banner {}

section#banner .panel-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 70px;
}

section#banner .panel-wrapper li {
    width: calc((100% - 75px) / 2);
    margin-bottom: 10px;
}

section#banner .panel-wrapper li .banner-button {
    width: 560px;
    height: 136px;
    border-radius: 4px;
    color: white;
    font-size: 28px;
    padding-top: 46px;
    position: relative;
    background-size: contain;
    text-align: center;
}


section#banner .panel-wrapper li .banner-button.banner1 {
    background-image: url(../img/button-banner-1.png);
}

section#banner .panel-wrapper li .banner-button.banner2 {
    background-image: url(../img/button-banner-2.png);
}

section#banner:after {
    content: "";
    background-color: #C1C1C1;
    width: 100vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    margin-left: calc(-50vw + 600px);
    background-size: 100vw;
}

section#qa {
    padding-top: 85px;
    display: flex;
}

section#qa h2 {
    font-size: 32px;
    width: 310px;
    line-height: 1;
}

section#qa ul {
    flex: 1;
    padding-bottom: 80px;
}

section#qa ul li:first-child .qa-q {
    padding-top: 0;
}

section#qa ul li .qa-q {
    padding-bottom: 33px;
    font-size: 18px;
    padding-top: 33px;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

section#qa ul li .qa-q:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid black;
}

section#qa ul li .qa-q:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px;
    margin-right: 9px;
    width: 1px;
    height: 20px;
    transform: rotate(0deg);
    background-color: black;
    display: block;
    transition: transform 300ms;
}

section#qa ul li:first-child .qa-q:after {
    margin-top: -26px;
}

section#qa ul li:first-child .qa-q:before {
    margin-top: -17px;
}

section#qa ul li.open .qa-a {
    height: var(--accordion-height);
}

section#qa ul li.open .qa-q:after {
    transform: rotate(90deg);
    transition: transform 300ms;
}

section#qa ul li .qa-a-container {
    display: inline-block;
    padding-bottom: 35px;
}

section#qa ul li .qa-a {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    border-bottom: 1px solid #272930;
    height: 0;
    transition: height 300ms, padding-bottom 300ms;
}

section#qa:after {
    content: "";
    background-color: #C1C1C1;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-size: 100%;
}

section#entry {}

section#entry .entry-container {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 77px;
    padding-bottom: 90px;
}

section#entry .entry-message {
    font-size: 32px;
    padding-bottom: 37px;
    letter-spacing: -0.1px;
}

section#entry .entry-message br {
    display: none;
}

#entry .button-entry {
    background-color: black;
    color: white;
    font-size: 24px;
    padding: 11px 0;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    text-align: center;
    width: 310px;
}

section#entry:after {
    content: "";

    width: 100vw;
    height: 8px;
    position: absolute;
    bottom: 0;
    margin-left: calc(-50vw + 600px);
    background-size: 100vw;
    left: 0;
}

#carrier-entry {
    padding-bottom: 122px;
}

#carrier-entry .text {
    padding-top: 100px;
    padding-bottom: 65px;
}

#carrier-entry .button-entry {
    background-color: black;
    color: white;
    font-size: 24px;
    padding: 11px 0;
    display: block;
    border-radius: 4px;
    position: relative;
    text-align: center;
    width: 310px;
    margin: 0 auto;
}

#carrier-entry .carrier-entry-waiting-message {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 40px;
}

@media screen and (max-width: 1279px) {
    .swiper .swiper-button-prev {
        left: 10px;
    }

    .swiper .swiper-button-prev:after {
        background-size: 17px 44px;
    }

    .swiper .swiper-button-next {
        right: 10px;
    }

    .swiper .swiper-button-next:after {
        background-size: 17px 44px;
    }

    .swiper .swiper-slide-pc {
        display: block;
    }

    .swiper .swiper-slide-sp {
        display: none;
    }

    .message-wrapper {
        max-width: none;
        padding-top: 67px;
        display: block;
        padding-bottom: 80px;
    }

    .message-image-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .message-image-wrapper .image-person {
        max-width: none;
        width: 31%;
        position: relative;
        margin-left: 62.7%;
    }

    .message-image-wrapper .message-titiel-bar {
        top: 50%;
        margin-top: -22px;
        padding: 14px 21px 14px 46px;
        max-width: 305px;
    }

    .message-image-wrapper .message-name {
        position: absolute;
        bottom: 11px;
        display: block;
        margin-top: 0;
        margin-left: 110px;
    }

    .message-wrapper .message-text-wrapper {
        padding: 95px 46px 0px 46px;
    }

    .message-wrapper .message-text-wrapper .message-text-title {
        font-size: 36px;
    }

    section#interview {
        padding: 70px 44px 0px 44px;
    }

    section.max-wrapper {
        max-width: none;
    }

    h2.text {
        padding-bottom: 46px;
    }

    #interview .panel-wrapper {
        padding-bottom: 40px;
    }

    #interview .panel-wrapper li {
        width: calc((100% - 30px) / 3);
        margin-bottom: 23px;
    }

    #interview .panel-wrapper li h3 {}

    section#interview:after {
        left: 0;
        width: 100%;
        margin-left: 0;
        background-size: auto;
        height: 8px;
    }

    section#occupation {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    section#occupation:after {
        content: "";
        width: 100%;
        height: 8px;
        position: absolute;
        bottom: 0;
        margin-left: auto;
        background-size: auto;
    }

    section#occupation h2.text {
        padding-left: 46px;
        padding-bottom: 55px;
    }

    #occupation .panel-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 44px;
    }

    #occupation .panel-wrapper li {
        width: calc((100% - 100px) / 2);
        margin-bottom: 10px;
    }

    #occupation .panel-wrapper {}

    #occupation .panel-wrapper .panel-image {
        border-radius: 4px;
        margin-bottom: 25px;
        padding: 0 20px;
    }

    #occupation .panel-wrapper li .panel-container {}

    #occupation .panel-wrapper li .panel-container h3 {
        font-size: 40px;
        letter-spacing: -0.1px;
        padding-bottom: 18px;
        position: relative;
        margin-left: -5px;
    }

    #occupation .panel-wrapper li .panel-container .panel-text {
        font-size: 16px;
        line-height: 2;
        padding-bottom: 33px;
    }

    #occupation .panel-wrapper li .panel-container .button-entry {
        background-color: black;
        color: white;
        font-size: 24px;
        padding: 18px 0;
        text-align: center;
        width: 310px;
        display: inline-block;
        border-radius: 5px;
        position: relative;
        line-height: 1;
    }


    section#banner .panel-wrapper {
        padding: 56px 44px 60px 44px;
    }

    section#banner .panel-wrapper li {
        width: calc((100% - 40px) / 2);
        margin-bottom: 0;
    }

    section#banner:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        margin-left: auto;
        background-size: auto;
    }

    section#banner .panel-wrapper li .banner-button {
        width: 100%;
        background-size: cover;
    }

    section#qa {
        display: block;
        padding: 85px 44px 0 44px;
    }

    section#qa h2 {}

    section#qa ul {
        margin-top: 57px;
    }

    section#qa:after {
        left: 0;
    }

    section#entry .entry-container {
        padding-bottom: 70px;
        padding-top: 50px;
    }

    section#entry:after {
        width: 100%;
        background-size: auto;
        margin-left: 0;
    }

    #carrier-entry {
        padding-bottom: 44px;
    }

    #carrier-entry .text {
        padding-top: 80px;
        padding-left: 40px;
        padding-bottom: 50px;
    }

    #carrier-entry .carrier-entry-waiting-message {
        margin: 0 45px;
    }
}

@media screen and (max-width: 767px) {
    .swiper .swiper-button-prev {
        left: 8px;
    }

    .swiper .swiper-button-prev:after {
        background-size: 9px 44px;
    }

    .swiper .swiper-button-next {
        right: 4px;
    }

    .swiper .swiper-button-next:after {
        background-size: 9px 44px;
        width: 9px;
    }

    .swiper .swiper-slide-pc {
        display: none;
    }

    .swiper .swiper-slide-sp {
        display: block;
    }

    .swiper .swiper-pagination-bullet {
        width: 24px;
        height: 4px;
        background-size: 24px 4px;
        content: "";
        border-radius: 1px;
        background-color: initial;
        opacity: 1.0;
        /* border: 1px solid #ffffff; */
    }

    .swiper .swiper-pagination-bullet-active {
        width: 24px;
        height: 4px;
        background-size: 24px 4px;
        content: "";
        border-radius: 0;
        background-color: initial;
        opacity: 1.0;
    }

    .message-wrapper {
        padding-top: 33px;
        padding-bottom: 59px;
    }

    .message-image-wrapper {
        overflow: initial;
    }

    .message-image-wrapper .image-person {
        width: 64%;
        margin-left: 18%;
    }

    .message-image-wrapper .message-titiel-bar {
        top: 90%;
        max-width: none;
        padding: 3% 5% 3% 6%;
        width: 58%;
        margin-top: auto;
        max-height: none;
    }

    .message-image-wrapper .message-titiel-bar:before {
        width: 0;
        background: none;
    }

    .message-image-wrapper .message-name {
        top: auto;
        left: 0;
        margin: 0 0 0 24px;
        position: relative;
        font-size: 24px;
        position: absolute;
        top: auto;
        top: 116%;
        left: calc((100vw - 261px)/2);
    }

    .message-image-wrapper .message-name .position {
        font-size: 14px;
        padding-right: 13px;
    }

    .message-image-wrapper .message-name:after {
        top: 42px;
    }

    .message-wrapper .message-text-wrapper {
        padding: 11% 28px 0% 28px;
        margin-top: 120px;
    }

    .message-wrapper .message-text-wrapper .message-text-title {
        font-size: 32px;
        line-height: 1.6;
        padding-bottom: 22px;
    }

    .message-wrapper .message-text-wrapper .message-text-block1 {
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 23px;
    }

    .message-wrapper .message-text-wrapper p {
        font-size: 14px;
        line-height: 1.8;
    }

    .message-wrapper .message-text-wrapper .message-text-title {
        font-size: 28px;
    }

    section#interview {
        padding: 50px 20px 20px 20px;
    }

    h2.text {
        font-size: 32px;
        padding-bottom: 39px;
    }

    #interview .panel-wrapper {
        display: block;
    }

    #interview .panel-wrapper li {
        width: 100%;
        margin-bottom: 13px;
    }

    #interview .panel-wrapper li a {
        display: flex;
    }

    #interview .panel-wrapper li a .panel-image {
        width: 38%;
        max-width: 124px;
    }

    #interview .panel-wrapper li a .panel-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    #interview .panel-wrapper li h3 {
        font-size: 14px;
    }

    #interview .panel-wrapper li .panel-position {
        font-size: 12px;
    }

    #interview .panel-wrapper li .panel-name {
        font-size: 13px;
    }

    #interview .panel-wrapper .panel-container {
        padding: 28px 17px 16px 17px;
        flex: 1;
    }

    #interview .panel-wrapper li .panel-position span {
        display: block;
    }

    #interview .panel-wrapper .panel-container .panel-container-innter {
        position: absolute;
        bottom: 7px;
        width: auto;
        padding-right: 17px;
    }

    section#occupation {
        padding: 53px 22px 0 22px;
    }

    section#occupation h2.text {
        padding: 0 0 24px 0;
        letter-spacing: 1.4px;
    }

    section#occupation {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    section#occupation:after {
        content: "";
        width: 100%;
        height: 8px;
        position: absolute;
        bottom: 0;
        margin-left: auto;
        background-size: auto;
    }

    section#occupation h2.text {}

    #occupation .panel-wrapper {
        display: block;
        padding: 0;
    }

    #occupation .panel-wrapper li:first-child {
        border-bottom: 1px solid #C1C1C1;
        padding-bottom: 46px;
        margin-bottom: 20px;
    }

    #occupation .panel-wrapper li .panel-container h3 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    #occupation .panel-wrapper li .panel-container .panel-text {
        font-size: 14px;
        padding-bottom: 27px;
    }

    #occupation .panel-wrapper li .panel-container .button-entry {
        font-size: 20px;
        padding: 18px 0;
        text-align: center;
        width: 100%;
    }

    #occupation .panel-wrapper li {
        margin-bottom: 84px;
        width: 100%;
    }

    #occupation .panel-wrapper .panel-image {
        padding: 0 20px;
        margin-bottom: 0;
    }

    section#occupation:after {
        left: 0;
    }

    section#banner .panel-wrapper {
        padding: 40px 24px 23px 24px;
        display: block;
    }

    section#banner .panel-wrapper li {
        margin-bottom: 16px;
        width: 100%;
    }

    section#banner .panel-wrapper li .banner-button {
        font-size: 20px;
        background-size: cover;
        padding: 44px 0;
        height: auto;
        text-align: center;
    }

    section#qa {
        padding: 50px 24px 0 24px;
    }

    section#qa h2 {
        font-size: 28px;
        letter-spacing: 1.3px;
    }

    section#qa ul {
        margin-top: 44px;
        padding-bottom: 48px;
    }

    section#qa ul li .qa-q {
        font-size: 16px;
        padding-right: 30px;
    }

    section#qa ul li .qa-a {
        font-size: 14px;
    }

    section#entry .entry-container {
        padding-top: 39px;
        padding-bottom: 72px;
        padding: 39px 24px 51px 24px;
    }

    section#entry .entry-message {
        font-size: 28px;
        padding-bottom: 29px;
    }

    section#entry .entry-message br {
        display: block;
    }

    #entry .button-entry {
        padding: 9px 0;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    #carrier-entry {
        padding-bottom: 22px;
    }

    #carrier-entry .text {
        padding-top: 50px;
        padding-left: 19px;
        letter-spacing: 2.2px;
        padding-bottom: 40px;
    }

    #carrier-entry .carrier-entry-waiting-message {
        margin: 0 22px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .main-2023 #occupation .panel-wrapper li .panel-container .button-entry:hover {
        background-color: #F0F2FF;
        color: #272930;
        border: 2px solid #272930;
        transition: background-color 0.1s linear, border 0.1s linear, color 0.1s linear;
    }
}
