@charset "UTF-8";
.main {
    font-family: sicuniversallinedsp-d, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #07070A;
}

.main_contents{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.member_list .panel_list_item {
    width: 47.5%;
    padding-left: 0;
    margin-top: 40px
}

.member_list .panel_list_item:nth-child(1),.member_list .panel_list_item:nth-child(2) {
    margin-top: 15px
}

.member_list .panel_list_item:nth-child(2n) {
    float: right
}

.member_list .panel_list .button {
    padding-bottom: 25px;
    position: relative
}

.member_list .panel_list .button:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #1c61ad;
    position: absolute;
    left: 0;
    top: 0
}

.member_list .panel_list .button_category {
    font-size: 1.6rem;
    display: inline-block;
    padding: 5px 15px 3px 48px;
    color: #fff;
    white-space: nowrap
}

.member_list .panel_list .button_category.gis {
    background: url(/recruit/member/img/bg-gis.png) no-repeat 10px center #6a35b0
}

.member_list .panel_list .button_category.survey {
    background: url(/recruit/member/img/bg-survey.png) no-repeat 10px center #1b7e1f
}

.member_list .panel_list .button_category.cause {
    background: url(/recruit/member/img/bg-cause.png) no-repeat 10px center #f58d2c
}

.member_list .panel_list .button_category.business {
    background: url(/recruit/member/img/bg-business.png) no-repeat 10px center #f22e55
}

.member_list .panel_list .button_text {
    display: block;
    line-height: 1.2;
    margin-top: 18px
}

.member_list .panel_list .button_text_year {
    font-size: 1.4rem;
    display: block;
    font-weight: 400
}

.member_list .panel_list_anchor:hover .button:before {
    background-color: #009e96
}

.member_list .panel_list .panel_img {
    height: 235px
}

.member_list .panel_list .panel_img_inner {
    height: 100%;
    width: auto;
    max-width: none
}

.member_banner {
    margin: 40px 0 80px
}

.member_banner .panel_list_item {
    width: 100%;
    padding-left: 0
}

.member_banner .panel_list .button {
    position: relative
}

.member_banner .panel_list .button:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #1c61ad;
    position: absolute;
    left: 0;
    top: 0
}

.member_banner .panel_list .panel_img {
    height: 242px
}

.member_banner .panel_list .panel_img_inner {
    height: 100%;
    width: auto;
    max-width: none
}

.txt_link_anchor::before {
    content: "";
    position: absolute;
    /* transition: .7s cubic-bezier(.13,.78,.38,.98);*/
    width: 8px;
    height: 8px;
    top: 12px;
    left: 2px;
    border-right: 2px solid #1c61ad;
    border-top: 2px solid #1c61ad;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.txt_link_anchor {
    display: inline-block;
    color: #009E96;
    text-decoration: underline;
    position: relative;
    padding-left: 20px;
}

.interview_top {
    margin-bottom: 55px
}

.interview_top_title {
    position: relative;
}

.interview_top_title__imgtitle {
    position: absolute;
    bottom: 3rem;
    font-size: 3rem;
    padding: 0rem 4rem;
    background-color: rgba(255, 255, 255, 50%);
}

.interview_top_title_img {
    max-width: inherit;
    width: 100%;
    height: auto
}

.interview_top_info {
    padding: 22px 30px;
    background-color: #f8f8f8;
    width: 100%;
    box-sizing: border-box
}

.interview_top_category {
    display: table-cell;
    width: 110px;
    vertical-align: top
}

.interview_top_category_inner {
    font-size: 1.9rem;
    display: inline-block;
    padding: 5px 10px 3px 52px;
    margin-top: 8px;
    width: 100%;
    color: #fff;
    font-weight: 800
}

.interview_top_text {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}

.interview_top_post {
    font-size: 1.6rem;
    color: #002245;
    font-weight: 800
}

.interview_top_post_big {
    font-size: 2.0rem;
    margin-left: 15px
}

.interview_top_year {
    color: #002245
}

.interview_headline {
    font-size: 3rem;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    color: #004EA2;
    margin-bottom: 6rem;
}

.interview_headline__sub {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.interview_headline::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #FF5964;
}

.interview_qa_item:after {
    display: block;
    clear: both;
    content: '';
    height: 0
}

.interview_qa_item:not(:last-child) {
    margin-bottom: 100px
}

/*.interview_qa_title {
    color: #1c61ad;
    font-size: 2.0rem;
    font-weight: 800;
    padding-left: 40px;
    background: url(/recruit/member/img/ico-q.gif) no-repeat 0 2px;
    margin-bottom: 20px
}*/
.interview_qa_title {
    position: relative;
    padding: 1.5rem 2rem;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-radius: 0 0 0 20px;
    margin-bottom: 18px;
    color: #002245;
    font-size: 2.5rem;
}

.interview_qa_title:before {
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.interview_qa_title:after {
    position: absolute;
    right: 54px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.interview_qa_text {
    width: 48%;
    color: #464A4E;
}

.interview_qa_photo {
    width: 48%;
    max-width: 439px
}

.interview_qa_photo_img {
    box-shadow: 20px 20px 0px rgb(70 74 78 / 80%); /* 影のオフセット、ぼかし、色、不透明度 */
}

.interview_qa_item--special .interview_qa_text {
    width: 100%;
    float: none;
}

.interview_qa_item--special .interview_qa_photo {
    display: none;
}

.interview_qa_item--layout01 .interview_qa_text {
    float: left;
}

.interview_qa_item--layout01 .interview_qa_photo {
    float: right;
}

.interview_qa_item--layout02 .interview_qa_text {
    float: right;
}

.interview_qa_item--layout02 .interview_qa_photo {
    float: left;
}

.interview_schedule {
    margin-top: 70px;
    background-color: #f8f8f8;
    padding: 32px 40px 40px
}

.interview_schedule_title {
    font-size: 2.0rem;
    color: #002245;
    font-weight: 800;
    margin-bottom: 25px
}

.interview_schedule_box {
    position: relative
}

.interview_schedule_box:before {
    content: "";
    width: 1px;
    height: calc(100% - 56px);
    background-color: #b4c3c3;
    position: absolute;
    top: 28px;
    left: 119px;
    z-index: 8
}

.interview_schedule_item {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 14px 35px 12px;
    width: 100%
}

.interview_schedule_item:last-child {
    margin-bottom: 0
}

.interview_schedule_time {
    width: 90px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #002245;
    display: table-cell;
    line-height: 1;
    vertical-align: top;
    position: relative
}

.interview_schedule_time:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1c61ad;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 9
}

.interview_schedule .long_time {
    min-height: 100px
}

.interview_schedule_work {
    font-size: 1.6rem;
    color: #002245;
    padding-left: 22px;
    display: table-cell;
    vertical-align: top;
    line-height: 1.5
}

.other {
    margin: 100px auto 80px;
    padding: 0 60px;
    max-width: 1440px
}

.other_title {
    font-size: 2.7rem;
    text-align: center;
    font-weight: 800;
    color: #002245;
    margin-bottom: 25px
}

.other .panel_list_item {
    width: 31%;
    margin: 0 3.5% 40px 0
}

.other .panel_list_item:nth-child(2n),.other .panel_list_item:nth-child(1) {
    float: left;
    margin: 0 3.5% 40px 0
}

.other .panel_list_item:nth-child(3n) {
    margin-right: 0
}

.other .other_button {
    text-align: center;
    margin-top: 10px
}

.other .other_button_anchor {
    padding: 11px 30px 9px 50px;
    font-size: 1.6rem;
    font-weight: 800;
    position: relative;
    border: 1px solid #b4c3c3;
    display: inline-block;
    background-color: #fff
}

.other .other_button_anchor:before {
    content: "";
    position: absolute;
    transition: .7s cubic-bezier(.13,.78,.38,.98);
    width: 11px;
    height: 11px;
    top: 50%;
    margin-top: -9px;
    left: 25px;
    border-right: 2px solid #1c61ad;
    border-top: 2px solid #1c61ad;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%)
}

.other .other_button_anchor:hover:before {
    border-right: 2px solid #009e96;
    border-top: 2px solid #009e96
}

.loop_wrap {
    display: flex;
    /* width: 100vw; */
    height: 380px;
    overflow: hidden;
}

.loop_wrap ul {
    width: auto;
    height: 100%;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.loop__block {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    padding-right: 20px;
}

.loop_wrap .loop__block:first-child {
    animation: loop 100s -50s linear infinite;
}

.loop_wrap .loop__block:last-child {
    animation: loop2 100s linear infinite;
}

.loop_wrap:hover .loop__block {
    animation-play-state: paused;
}

.loop__item {
    width: 250px;
    text-align: center;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
