@charset "utf-8";

/* bace */
body, .background_contents {
    background-color: #ffffff;
}

h1, h2, h3, h4, p, a, ul, li, span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.6rem;
}

.navi_contents {
    background-color: #ffffff;
}

.main_contents {
    width: 100%;
    margin: 0 auto;
}

.main_contents h3 {
	font-weight: bold;
}

.cont_Box_1280 {
    width: 1280px;
    margin: 0 auto;
}

.cont_Box_1080 {
    width: 1080px;
    margin: 0 auto;
}

.cont_Box_1080 h3 {
    text-align: left;
}

.challenge_image {
    width: 100%;
    height: 640px;
    min-width: 1280px;
    background-image: url(../img/mid_career_experience/plus_challenge_image.png);
    background-repeat: no-repeat;
    background-size: 1080px 370px;
    background-position: center;
    margin-top: -80px;
    margin-bottom: -100px;
}

.pad168top {
    padding-top: 168px;
}

.pad84top {
    padding-top: 84px;
}

.pad42top {
    padding-top: 42px;
}

.pad36top {
    padding-top: 36px;
}

.pad168bottom {
    padding-bottom: 168px;
}

.pad156bottom {
    padding-bottom: 156px;
}

.pad84bottom {
    padding-bottom: 84px;
}

.pad24bottom {
    padding-bottom: 24px;
}

.mag156bottom {
    margin-bottom: 156px;
}

.sp_only {
    display: none;
}
/* bace */

/* keyvisual */
.main_visual {
    position: relative;
}

.main_visual img {
    width: 100%;
    min-width: 1280px;
    height: 600px;
    vertical-align: top;
    object-fit: cover;
}

.main_visual h1 {
    position: absolute;
    color: #ffffff;
    font-size: 4.8rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
}
/* keyvisual */

/* challenge */
.top_challenge img {
    width: 610px;
    float: left;
    padding-left: 20px;
}

.top_challenge h2 {
    width: 420px;
    float: left;
    color: #e60027;
    font-size: 3.8rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;
}

.challenge_image {
    position: relative;
}

.challenge_image img {
    vertical-align: top;
}

.challenge_image .plus_second {
    width: 385px;
    position: absolute;
    top: -100px;
    right: -150px;
    opacity: 0.6;
}

.challenge_image .plus_third {
    width: 195px;
    position: absolute;
    bottom: -65px;
    right: 355px;
    opacity: 0.6;
}

.challenge_text .text_title p {
    color: #323232;
    font-size: 4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    padding-top: 36px;
    padding-bottom: 42px;
}

.challenge_text .text_description p {
    color: #323232;
    font-size: 1.5rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    padding-bottom: 24px;
}

.challenge_text .text_description p:last-child {
    padding-bottom: 0;
}
/* challenge */

/* slide_show */
.slide_wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 275px;
}

.slideshow {
    display: flex;
    -webkit-animation: loop-slide 30s infinite linear 1s both;
    animation: loop-slide 30s infinite linear 1s both;
}

ul.slideshow li {
    width: 275px;
    height: 275px;
}

.slide-paused:hover .slideshow {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

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

/* slide_show */



/* culture */
.culture_title {
    width: 230px;
}

.culture_visual {
    position: relative;
}

.culture_visual img {
    vertical-align: top;
}

.culture_visual h3 {
    position: absolute;
    color: #ffffff;
    font-size: 6.4rem;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
    text-align: center;
    top: 15%;
    left: 150px;
}

.culture_visual h4 {
    position: absolute;
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    text-align: center;
    top: 30%;
    left: 150px;
}

.accordion {
    width: 1080px;
    margin: 0 auto;
    background-color:#E9E9E9;
}
  
.ac_menu {
    background-color: #e60027;
    color: #ffffff;
    font-size: 2.3rem;
    margin-top: 7px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    position:relative;
    box-shadow: #d2d2d2 0px 6px 8px;
}

.ac_menu .ac_icon {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 21px;
    height: 21px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: translateY(-73%) rotate(135deg);
}

.ac_menu.is-active .ac_icon {
    transform: translateY(-23%) rotate(315deg);
}

.ac_menu:active,
.ac_menu.is-active{
    background-color: #e60027;
}

.ac_con {
    display:flex;
    position: relative;
    text-align: center;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    padding: 0 65px;
}

.ac_con div{
    vertical-align: top;
    text-align:left;
    padding:0 35px;
}

.ac_con.is-open {
    padding: 65px;
    line-height: normal;
    height: auto;
    opacity: 1;
}

.ac_con::before{
    content:"";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e60027;
}

/* culture */


/* work style */
.work_visual {
    width: 100%;
    height: 285px;
    min-width: 1280px;
    background-image: url(../img/mid_career_experience/workstyle_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.workstyle_cont {
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:200px;
}

.workstyle_title {
    width: 335px;
}

.work_style {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
}

.work_textarea {
    overflow: hidden;
    background: linear-gradient(90deg,#e60027 0%, #e60027 50%, #f5f5f5 50%, #f5f5f5 100%);
    border-bottom: 10px solid #ffffff;
}

.title_area {
    width: 50%;
    height: 100%;
    float: left;
}

.work_textarea:first-child .title_area {
    height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.work_textarea:nth-child(2) .title_area {
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.work_textarea:nth-child(3) .title_area {
    height: 216px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.work_textarea:nth-child(4) .title_area {
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.title_area p {
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    padding-left: 100px;
}

.description_area {
    width: 50%;
    float: left;
}

.description_area p {
    color: #323232;
    font-size: 1.5rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
    line-height: 2em;
}

.message_visual {
    width: 100%;
    height: 285px;
    min-width: 1280px;
    background-image: url(../img/mid_career_experience/message_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.message_cont {
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message_title {
    width: 260px;
}

p.message_subtitle {
    color: #323232;
    font-size: 4.6rem;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding-left: 100px;
    padding-top: 36px;
    padding-bottom: 36px;
}

p.message_description {
    width: 850px;
    color: #323232;
    font-size: 1.7rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding-left: 100px;
    padding-right: 36px;
    line-height: 2em;
}
/* work style */

/* interview */
.interview_title {
    width: 295px;
}

.interview_cont {
    position: relative;
    width: 340px;
    height: 570px;
    margin-right: 15px;
    float: left;
}

.interview_cont:nth-child(3) {
    margin-right: 0;
}

.interview_cont img {
    position: absolute;
    bottom: 120px;
    left: 0;
}

.years_of_service {
    position: absolute;
    bottom: 240px;
    width: 120px;
    height: 40px;
    background-image: url(../img/mid_career_experience/interview_years.svg);
    background-repeat: no-repeat;
}

.years_of_service p {
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
}

p.interview_name {
    position: absolute;
    bottom: 170px;
    left: 60px;
    color: #323232;
    font-size: 2rem;
    font-weight: bold;
}

p.interview_position {
    position: absolute;
    bottom: 145px;
    left: 60px;
    color: #323232;
    font-size: 1.4rem;
    font-weight: bold;
}

p.interview_more {
    position: absolute;
    width: 205px;
    height: 45px;
    left: 45%;
    bottom: 70px;
    transform: translateX(-50%);
    background-color: #808080;
    color: #ffffff;
    text-align: center;
    line-height: 4.5rem;
    font-weight: bold;
}

.interview_cont a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* interview */

/* data */
.data_title {
    width: 140px;
}

.career_data {
    min-width: 1280px;
    background-image: url(../img/mid_career_experience/data_bg.png);
    //background-size: 110%;
    background-size: cover;
    padding-bottom: 168px;
}

.career_data .data_title {
    text-align: center;
    padding-top: 84px;
    padding-bottom: 84px;
}

.career_data .data_title h3 {
    color: #ffffff;
    font-size: 6.4rem;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.career_data .data_title h4 {
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.career_data .data_left {
    width: 505px;
    background-image: url(../img/mid_career_experience/data_left.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 60px;
}

.career_data .data_left p.data_destination {
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.career_data .data_left .data_image {
    margin-top: 42px;
    padding-bottom: 42px;
    text-align: center;
}

.career_data .data_left .data_image img {
    margin-bottom: 36px;
    vertical-align: top;
}

.career_data .data_left .data_image img:nth-child(1) {
    padding-right: 62px
}

.career_data .data_right_up {
    width: 505px;
    height: 1035px;
    background-image: url(../img/mid_career_experience/data_left.png);
    background-repeat: no-repeat;
    float: left;
}

.career_data .data_right_up .data_image {
    margin-top: 42px;
    padding-bottom: 42px;
    text-align: center;
}

.career_data .data_right_up .data_image img {
    padding-top: 120px;
    padding-right: 50px;
    margin-bottom: 36px;
    vertical-align: top;
}

.career_data .data_right_up p.data_destination {
    color: #ffffff;
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.data_image p .data_bold {
    font-weight: bold;
}

.data_image p {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
}
/* data */

/* information */
.information_title {
    width: 370px;
}

.career_information {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 84px;
    padding-bottom: 84px;
}

.career_information h3 {
    color: #323232;
    font-size: 6.8rem;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
    text-align: left;
}

.career_information h4 {
    color: #323232;
    font-size: 2.4rem;
    font-weight: bold;
}

.career_area {
    width: 100%;
    margin-bottom: 36px;
}

.career_area .career_box {
    position: relative;
    width: 326px;
    float: left;
    margin-right: 50px;
    filter: drop-shadow(1px 1px 5px #808080);
}

.career_area .career_box:nth-child(3) {
    margin-right: 0;
}

.career_area .career_box .career_image {
    position: relative;
    height: 135px;
}

.career_area .career_box .career_image img {
    width: 326px;
    height: 135px;
    object-fit: cover;
}

.career_area .career_box .career_image h3 {
    width: 90%;
    position: absolute;
    color: #ffffff;
    font-size: 2.6rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    text-align: center;
}

.career_area .career_box .career_text {
    position: relative;
    height: 260px;
    background-color: #ffffff;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.career_text p {
    font-size: 1.8rem;
}

p.career_more {
    position: absolute;
    bottom: 20px;
}

.career_area .career_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* information */

/* application */
.application_recruite {
    padding-bottom: 84px;
}

.application_recruite .application_frame {
    text-align: center;
}

.application_recruite .application_frame img {
    width: 200px;
}

.application_recruite .application_frame p {
    color: #323232;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 24px;
}
/* application */

/* culture */
.culture_contents {
    width: 960px;
    margin: 0 auto;
    padding-top: 84px;
    padding-bottom: 84px;
}

.tab-wrap {
    height: 520px;
    margin: 0 auto;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.tab-label {
    width: 355px;
    height: 104px;
    color: #000000;
    background: url(../../img/mid_career_experience/culture_off.png);
	background-repeat: no-repeat;
	background-color: #f6f6f6;
    white-space: nowrap;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
}

.tab-label p {
    color: #ffffff;
    padding-left: 50px;
    padding-top: 3.8rem;
    font-weight: bold;
}

.tab-label .title_on {
    display: none;
}

.tab-content {
	display:none;
}

.tab-content img {
    margin-top: -60px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    color: #000000;
    background: url(../../img/mid_career_experience/culture_on.png);
	background-repeat: no-repeat;
	background-color: #f6f6f6;
}

.tab-switch:checked+.tab-label .title_on {
	display: block;
    float: left;
    color: #ffffff;
    font-size: 5rem;
    font-weight: bold;
    padding-top: 1.8rem;
    padding-left: 50px;
}

.tab-switch:checked+.tab-label p {
    float: left;
    padding-left: 15px;
}

.tab-switch:checked+.tab-label+.tab-content {
	width: calc(100% - 355px); /* - ボタン幅 */
	height: 100%;
	background-color: #f6f6f6;
	padding: 15px;
	display:block;
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}
/* culture */