
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
overflow-x: hidden !important;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

@media screen and (min-width:1024px) {
body {
	font-family: '游ゴシック体', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
    font-size: 16px;
	line-height: 180%;
	color: #454545;
	background: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}
.forsp {
    display: none;
}
.alpha a:hover img {
    opacity: 0.7;
x    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
}
img {
width: 100%;
border: none;
}

a {
display: block;
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}

/* header */

header#recruit_header {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 100;
    background-color: rgba(255,255,255,0);
    display: flex;
    transition: 0.5s;
    justify-content: space-between;
    align-items: center;
}
header#recruit_header.scroll-nav,header#page2.scroll-nav {
    background-color: rgba(255,255,255,0.8);
}
    
header#recruit_header .company_logo {
    width: 188px;
    height: 58px;
    background-image: url(../images/ntop_meisei_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px;
    text-indent: -9999px;
    margin: 15px;
    transition: 0.5s;
}
header#recruit_header .company_logo2 {
    display: none;
}
header#recruit_header .logo_recruite_text {
    font-size: 14px;
    background-color: #fff;
    padding: 3px 10px;
    margin-left: -120px;
}
header#recruit_header .gmenu {
    display: flex;
    justify-content: flex-end;
}
header#recruit_header .gmenu ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
header#recruit_header .gmenu ul li {
    list-style: none;
    margin: 10px 0;
}
header#recruit_header .gmenu ul li a {
    width: 100%;
    height: auto;
    padding: 15px 13px;
    display: block;
    color: #2165AC;
    font-weight: 300;
    line-height: 80%;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
header#recruit_header .gmenu ul li a:hover {
    background-color: #C3DEFF;
}
header#recruit_header .haeder_contact {
    color: #fff;
    text-align: center;
    margin: 12px 6px;
}
header#recruit_header .haeder_contact a {
    width: 100%;
    height: auto;
    padding: 0.878vw 2.928vw;
    background: linear-gradient(90deg, #6AE8FF, #0067D1);
    display: block;
    color: unset;
    line-height: 100%;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-weight: 800;
    font-size: 18px;
}
header#recruit_header .haeder_contact a:hover {
    background: linear-gradient(180deg, #6AE8FF, #0067D1);
}
header#recruit_header .gmenu ul.sub_gmenu {
    display: none;
}

/* footer */

footer {
width: 100%;
background-image: url(../images/ntop_footer.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 5vw;
position: relative;
padding-top: 200px;
}
footer .footer_logo {
width: 20%;
height: 62px;
background-image: url(../images/ntop_meisei_logo_w.svg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
}
footer a {
width: 100%;
height: 100%;
display: block;
color: #fff;
text-decoration: none;
font-weight: 300;
}
footer a:hover {
color: #CECECE;
}
footer .footer_menu {
display: flex;
position: absolute;
right: 4vw;
top: 3vw;
font-size: 15px;
}
footer ul {
margin: 0;
padding: 0;
}
footer ul li {
list-style: none;
}
footer .footer_menu ul {
width: 15vw;
}
footer .footer_menu ul li {
padding: 5px;
margin: 1.3vw 0;
}
footer .footer_menu03 {
width: 30vw;
font-size: 12px;
display: flex;
position: absolute;
right: 4vw;
bottom: 5vw;
}
footer .footer_menu03 li {
padding: 5px 20px 0 0;
}

footer .footer_sdgs {
width: 309px;
height: 78px;
background-image: url(../images/footer_sdgs.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: absolute;
top: 4.5vw;
}

/* commmon */
.recruit_second {
    background-image: url(../images/recruit/rec_header_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.contents {
    width: 100%;
    position: relative;
}
.body_blk {
    max-width: 1000px;
    min-height: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.title_header {
    width: 86%;
    margin: 0 auto;
    padding: 140px 10px 30px 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 80px;
}
.title_header h1 {
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 5px;
    color: #2165AC;
    margin: 20px 0;
}
.title_header .title_header_txt {
    font-size: 16px;
    letter-spacing: 2px;
    color: #2165AC;
}

/* top  */

.kv_blk {
    width: 100%;
    height: 970px;
    background-image: url(../images/recruit/rec_kv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}
.kv_blk .kv_copy_blk {
    width: 100%;
    height: 110px;
    margin: auto;
    text-align: center;
    padding-top: 20.833vw;
    position: relative;
    z-index: 20;
}
.kv_blk .kv_copy_blk h1 {
    color: #2165AC;
    font-size: 50px;
    text-indent: 30px;
}
.kv_blk .kv_copy_blk h2 {
    color: #2165AC;
    font-size: 22px;
}
.kv_blk .kv_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    border-radius: 16px;
}
.kv_blk .kv_img01 {
    width: 24.097vw;
    height: 15.278vw;
    background-image: url(../images/recruit/rec_kv_img01.jpg);
    top: 0;
    left: 23vw;;
}
.kv_blk .kv_img02 {
    width: 11.181vw;
    height: 14.792vw;
    background-image: url(../images/recruit/rec_kv_img02.jpg);
    top: 5.625vw;
    left: 57.222vw;
}
.kv_blk .kv_img03 {
    width: 14.861vw;
    height: 19.722vw;
    background-image: url(../images/recruit/rec_kv_img03.jpg);
    top: 8.472vw;
    left: 0.833vw;
}
.kv_blk .kv_img04 {
    width: 20vw;
    height: 26.458vw;
    background-image: url(../images/recruit/rec_kv_img04.jpg);
    top: 7.153vw;
    right: 2vw;
}
.kv_blk .kv_img05 {
    width: 14.722vw;
    height: 10.069vw;
    background-image: url(../images/recruit/rec_kv_img05.jpg);
    top: 26.319vw;
    left: 12.569vw;
}
.kv_blk .kv_img06 {
    width: 17.917vw;
    height: 12.222vw;
    background-image: url(../images/recruit/rec_kv_img06.jpg);
    top: 32.5vw;
    left: 53.056vw;
}
.kv_blk .kv_img07 {
    width: 17.222vw;
    height: 22.778vw;
    background-image: url(../images/recruit/rec_kv_img07.jpg);
    top: 34.236vw;
    left: 38.472vw;
}
.kv_blk .kv_img08 {
    width: 21.944vw;
    height: 14.097vw;
    background-image: url(../images/recruit/rec_kv_img08.jpg);
    top: 40.208vw;
    left: -1.944vw;
}
.kv_blk .kv_img09 {
    width: 19.444vw;
    height: 13.264vw;
    background-image: url(../images/recruit/rec_kv_img09.jpg);
    top: 39.792vw;
    right: -2vw;
}
.kv_blk .kv_img10 {
    width: 9.931vw;
    height: 13.125vw;
    background-image: url(../images/recruit/rec_kv_img10.jpg);
    top: 42.708vw;
    left: 24.097vw;
}

.rec_top_message {
    width: 100%;
    height: 510px;
    background-image: url(../images/recruit/rec_top_message_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 200px;
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.rec_top_message h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 46px;
    letter-spacing: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 20px 50px;
    mix-blend-mode: screen;
    line-height: 160%;
}
.rec_top_message .message_txt {
    background-color: #fff;
    border-radius: 24px;
    display:inline-block;
    padding: 16px 50px;
    text-align: left;
    color: #2165AC;
    margin-left: 420px;
    margin-top: 30px;
}
.rec_top_message .message_txt h3 {
    font-size: 32px;
    color: #2165AC;
    letter-spacing: 5px;
}
.rec_top_message .message_txt p {
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
}

.rec_top_interview {
    width: 100%;
    margin-bottom: 300px;
    position: relative;
}
.rec_top_interview .h2_bg {
    width: 100%;
    height: 242px;
    background-color: #EAEAEA;
    position: relative;
}
.rec_top_interview .h2_bg h2 {
    margin: 0;
    color: #2165AC;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: -16px;
    left: 15.278vw;
}
.rec_top_interview .h2_bg p {
    margin: 0;
    color: #2165AC;
    font-size: 16px;
    position: absolute;
    top: 26px;
    left: 15.278vw;
}
.rec_top_interview .interview_slide_blk {
    width: 1200px;
    margin: -160px auto 0;
}
.rec_top_interview .interview_slide_blk .interview_slide_box {
    width: 100%;
    margin: 0 20px;
}
.rec_top_interview .interview_photo {
    width: 100%;
    height: 270px;
    aspect-ratio: 1 / 0.844;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}
.rec_top_interview .interview_slide01 .interview_photo {
    background-image: url(../images/recruit/rec_top_int01.jpg);
}
.rec_top_interview .interview_slide02 .interview_photo {
    background-image: url(../images/recruit/rec_top_int02.jpg);
}
.rec_top_interview .interview_slide03 .interview_photo {
    background-image: url(../images/recruit/rec_top_int03.jpg);
}
.rec_top_interview .interview_slide04 .interview_photo {
    background-image: url(../images/recruit/rec_top_int04.jpg);
}
.rec_top_interview .interview_slide05 .interview_photo {
    background-image: url(../images/recruit/rec_top_int05.jpg);
}
.rec_top_interview .interview_slide06 .interview_photo {
    background-image: url(../images/recruit/rec_top_int06.jpg);
}
.rec_top_interview .interview_slide_blk h3 {
    font-size: 16px;
    line-height: 150%;
}
.rec_top_interview .interview_slide_blk .interview_txt1 {
    font-size: 14px;
    color: #2165AC;
    font-weight: 600;
    line-height: 140%;
}
.rec_top_interview .interview_slide_blk .interview_name {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    margin: 5px 0;
}
.rec_top_interview .interview_slide_blk .interview_year {
    font-size: 14px;
    line-height: 150%;
}

.rec_top_works {
    width: 890px;
    background-color: #D6EBF5;
    margin: 200px auto;
    position: relative;
    padding: 100px 0 110px 0;
}
.rec_top_works .top_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -20px;
}
.rec_top_works .top_title h2 {
    color: #2165AC;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.rec_top_works .top_title p {
    margin: 20px 0;
    color: #2165AC;
    font-size: 16px;
}
.rec_top_works .rec_top_works_blk {
    display: flex;
    width: 1000px;
    margin-left: -55px;
    align-items: center;
}
.rec_top_works .rec_top_works_blk .txt_blk p {
    line-height: 220%;
    padding-right: 60px;
}
.rec_top_works .rec_link_btn {
    position: absolute;
    bottom: -50px;
}
.rec_link_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.rec_link_btn a {
    width: 480px;
    height: auto;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(90deg, #6AE8FF, #0067D1);
    display: block;
    color: #fff;
    line-height: 100%;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    position: relative;
}
.rec_link_btn .link_kine01 {
    width: 60px;
    height: 0;
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
.rec_link_btn .link_kine02 {
    width: 60px;
    height: 0;
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
}
.rec_link_btn a:hover {
    background: linear-gradient(180deg, #6AE8FF, #0067D1);
}

.rex_top_links {
    width: 1000px;
    margin: 100px auto 200px auto;
    display: flex;
}
.rex_top_links .rec_link_btn {
    margin: 0 8px;
}
.rec_link_btn.rec_links_btn01 a {
    width: auto;
    background: none;
    background-color: #21A1AC;
    padding: 70px 40px;
}
.rec_link_btn.rec_links_btn01 a:hover {
    background-color: #36BDC9;
}
.rec_link_btn.rec_links_btn02 a {
    width: auto;
    background: none;
    background-color: #2C9FC9;
    padding: 70px 40px;
}
.rec_link_btn.rec_links_btn02 a:hover {
    background-color: #49C2EF;
}
.rec_link_btn.rec_links_btn03 a {
    width: auto;
    background: none;
    background-color: #2165AC;
    padding: 70px 40px;
}
.rec_link_btn.rec_links_btn03 a:hover {
    background-color: #3283D8;
}
.rex_top_links .rec_link_btn .link_kine01,.rex_top_links .rec_link_btn .link_kine02 {
    width: 40px;
}
.bottom_entry_blk {
    background-color: #2165AC;
    text-align: center;
    padding: 80px 0;
}
.bottom_entry_btn {
    display: inline-block;
    margin: 12px auto;
}
.bottom_entry_btn a {
    width: 480px;
    height: auto;
    padding: 40px;
    display: block;
    font-size: 24px;
    color: #2165AC;
    background-color: #fff;
    line-height: 100%;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-weight: 800;
}
.bottom_entry_btn a:hover {
    background-color: #C7ECFF;
}

/* interview */

#interview .interview_list_blk {
    width: 1000px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#interview .interview_slide_box {
    width: 32%;
    margin: 0 auto 100px auto;
}
#interview .interview_photo {
    width: 100%;
    aspect-ratio: 1 / 0.844;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}
#interview .interview_slide01 .interview_photo {
    background-image: url(../images/recruit/rec_top_int01.jpg);
}
#interview .interview_slide02 .interview_photo {
    background-image: url(../images/recruit/rec_top_int02.jpg);
}
#interview .interview_slide03 .interview_photo {
    background-image: url(../images/recruit/rec_top_int03.jpg);
}
#interview .interview_slide04 .interview_photo {
    background-image: url(../images/recruit/rec_top_int04.jpg);
}
#interview .interview_slide05 .interview_photo {
    background-image: url(../images/recruit/rec_top_int05.jpg);
}
#interview .interview_slide06 .interview_photo {
    background-image: url(../images/recruit/rec_top_int06.jpg);
}

#interview .rec_top_interview .interview_slide_box {
    width: 32%;
    margin: 0 20px;
}

#interview .interview_list_blk h3 {
    font-size: 16px;
    line-height: 150%;
    border-bottom: 1px solid #999;
    min-height: 5.5em;
}
#interview .interview_txt1 {
    font-size: 14px;
    color: #2165AC;
    font-weight: 600;
    line-height: 140%;
}
#interview .interview_name {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    margin: 5px 0;
}
#interview .interview_year {
    font-size: 14px;
    line-height: 150%;
}
#interview .discussion_blk {
    max-width: 1000px;
    height: 290px;
    background-image: url(../images/recruit/interview_group.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 200px;
    border-radius: 16px;
}
#interview .discussion_blk .rec_link_btn {
    position: absolute;
    bottom: -48px;
}
#interview .interview_title {
    width: 86%;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#interview .interview_title h2 {
    font-size: 34px;
    line-height: 56px;
    margin: 0;
}
#interview .interview_title h2 span {
    font-size: 24px;
    margin: 0;
    display: block;
}
#interview .interview_title .interview_profile {
    text-align: right;
}
#interview .main_image,#interview .second_image {
    width: 100%;
    height: 540px;
    margin-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 16px;
}
#interview .second_image {
    margin: 80px 0;
}
#interview .interview01 .main_image {
    background-image: url(../images/recruit/interview01_ph_main.jpg);
}
#interview .interview01 .second_image {
    background-image: url(../images/recruit/interview01_ph_02.jpg);
}
#interview .interview02 .main_image {
    background-image: url(../images/recruit/interview02_ph_main.jpg);
}
#interview .interview02 .second_image {
    background-image: url(../images/recruit/interview02_ph_02.jpg);
}
#interview .interview03 .main_image {
    background-image: url(../images/recruit/interview03_ph_main.jpg);
}
#interview .interview03 .second_image {
    background-image: url(../images/recruit/interview03_ph_02.jpg);
}
#interview .interview04 .main_image {
    background-image: url(../images/recruit/interview04_ph_main.jpg);
}
#interview .interview04 .second_image {
    background-image: url(../images/recruit/interview04_ph_02.jpg);
}
#interview .interview05 .main_image {
    background-image: url(../images/recruit/interview05_ph_main.jpg);
}
#interview .interview05 .second_image {
    background-image: url(../images/recruit/interview05_ph_02.jpg);
}
#interview .interview06 .main_image {
    background-image: url(../images/recruit/interview06_ph_main.jpg);
}
#interview .interview06 .second_image {
    background-image: url(../images/recruit/interview06_ph_02.jpg);
}
#interview .text_box h3 {
    font-size: 24px;
    color: #2165AC;
}
#interview .text_box {
    margin-bottom: 5em;
    position: relative;
}
#interview .text_box p {
    margin-bottom: 2em;
}
#interview .intervew_body01 .text_box {
    padding-right: 330px;
}
#interview .intervew_body02 .text_box {
    padding-left: 330px;
}
#interview .interview_ph01 {
    width: 400px;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    position: absolute;
    top: 0;
    right: -120px;
}
#interview .interview_ph02 {
    width: 400px;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: -120px;
}
#interview .interview01 .interview_ph01 {
    background-image: url(../images/recruit/interview01_ph_01.jpg);
}
#interview .interview01 .interview_ph02 {
    background-image: url(../images/recruit/interview01_ph_03.jpg);
}
#interview .interview02 .interview_ph01 {
    background-image: url(../images/recruit/interview02_ph_01.jpg);
}
#interview .interview02 .interview_ph02 {
    background-image: url(../images/recruit/interview02_ph_03.jpg);
}
#interview .interview03 .interview_ph01 {
    background-image: url(../images/recruit/interview03_ph_01.jpg);
}
#interview .interview03 .interview_ph02 {
    background-image: url(../images/recruit/interview03_ph_03.jpg);
}
#interview .interview04 .interview_ph01 {
    background-image: url(../images/recruit/interview04_ph_01.jpg);
}
#interview .interview04 .interview_ph02 {
    background-image: url(../images/recruit/interview04_ph_03.jpg);
}
#interview .interview05 .interview_ph01 {
    background-image: url(../images/recruit/interview05_ph_01.jpg);
}
#interview .interview05 .interview_ph02 {
    background-image: url(../images/recruit/interview05_ph_03.jpg);
}
#interview .interview06 .interview_ph01 {
    background-image: url(../images/recruit/interview06_ph_01.jpg);
}
#interview .interview06 .interview_ph02 {
    background-image: url(../images/recruit/interview06_ph_03.jpg);
}
#interview .interview_end_blk {
    width: 100%;
    min-height: 560px;
    background-image: url(../images/recruit/rec_end_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 200px;
}
#interview .interview_end_blk .inner {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#interview .interview_end_blk .inner .message_image {
    width: 300px;
    height: 435px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}
#interview .interview_end_blk.interview01 .inner .message_image {
    background-image: url(../images/recruit/interview01_ph_04.jpg);
}
#interview .interview_end_blk.interview02 .inner .message_image {
    background-image: url(../images/recruit/interview02_ph_04.jpg);
}
#interview .interview_end_blk.interview03 .inner .message_image {
    background-image: url(../images/recruit/interview03_ph_04.jpg);
}
#interview .interview_end_blk.interview04 .inner .message_image {
    background-image: url(../images/recruit/interview04_ph_04.jpg);
}
#interview .interview_end_blk.interview05 .inner .message_image {
    background-image: url(../images/recruit/interview05_ph_04.jpg);
}
#interview .interview_end_blk.interview06 .inner .message_image {
    background-image: url(../images/recruit/interview06_ph_04.jpg);
}
#interview .interview_end_blk .inner .message_text_blk {
    width: 560px;
}
#interview .interview_end_blk .inner .message_text_blk h3 {
    font-size: 24px;
    color: #2165AC;
}
#interview .interview_end_blk .interview_date {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: right;
}

#interview .lead_text {
    background-color: rgba(100, 100, 100, 0.1);
    padding: 30px 38px;
}
#interview .lead_text.entry {
    margin-bottom: 80px;
}
.discussion {
    margin-bottom: 170px;
}
.discussion h2 {
    color: #2165AC;
    padding: 0;
    font-size: 40px;
    margin: 140px 0 50px 0;
}
.discussion_body {
    width: 97%;
    margin-bottom: 70px;
}
.discussion_body h3 {
    color: #016AEC;
    padding: 0;
    font-size: 24px;
}
.discussion_body dl {
    overflow:hidden;
}
.discussion_body dt {
    width: 5em;
    color: #666;
    font-weight: 600;
    font-size: 100%;
    padding: 0;
    float: left;
    margin-bottom: 0.8em
}
.discussion_body dd {
    font-size: 100%;
    padding: 0;
    margin: 0 0 0.8em 5em;
    border-bottom: none;
    line-height: 200%;
}
.discussion_body .image-right {
    width: 40%;
    float: right;
    margin: 0 0 2em 2em;
}
.discussion_body .image-left {
    width: 40%;
    float: left;
    margin: 0 2em 2em 0;
}
.discussion_back {
    width: 400px;
    margin: 0 auto;
}
.dis_ph_2-5 {
    width: 850px;
    margin: 0 auto;
}
.discussion_members {
    display: flex;
    margin-bottom: 60px;
    margin-top: 10px;
}
.discussion_members p {
    margin: 0;
}
.discussion_members div {
    width: 25%;
    padding-top: 200px;
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}
.discussion_members div span {
    font-size: 14px;
}
.discussion_members.group01 .member01 {
    background-image: url(../images/recruit/discussion_photo_mo.jpg)
}
.discussion_members.group01 .member02 {
    background-image: url(../images/recruit/discussion_photo_ys.jpg)
}
.discussion_members.group01 .member03 {
    background-image: url(../images/recruit/discussion_photo_ai.jpg)
}
.discussion_members.group01 .member04 {
    background-image: url(../images/recruit/discussion_photo_rk.jpg)
}
.discussion_members.group02 .member01 {
    background-image: url(../images/recruit/discussion_photo_ki.jpg)
}
.discussion_members.group02 .member02 {
    background-image: url(../images/recruit/discussion_photo_kh.jpg)
}
.discussion_members.group02 .member03 {
    background-image: url(../images/recruit/discussion_photo_mn.jpg)
}

/* works */
#interview .works .works_body {
    width: 100%;
    margin: 140px 0;
    position: relative;
}
#interview .works .works_body:nth-of-type(2n) {
    padding-right: 50%;
}
#interview .works .works_body:nth-of-type(3) {
    padding-left: 50%;
}
#interview .works .works_body h2 {
    color: #2165AC;
    font-size: 40px;
}
#interview .works .works_body h3 {
    color: #333;
    font-size: 22px;
}
#interview .works .works_body:nth-of-type(2n) .works_photo {
    position: absolute;
    right: -100px;
    top: 0;
}
#interview .works .works_body:nth-of-type(3) .works_photo {
    position: absolute;
    left: -100px;
    top: 0;
}

/* environment */
#interview .environment .spec_blk {
    border: 4px solid #D6EBF5;
    margin-bottom: 60px;
    padding: 50px 60px;
    border-radius: 20px;
}
#interview .environment .spec_blk h2 {
    color: #2165AC;
    font-size: 30px;
    text-align: center;
    margin: 0 0 60px 0;
}
#interview .environment .spec_blk h3 {
    margin: 0 0 5px 0;
}
#interview .environment .spec_blk .works_box {
    margin-bottom: 50px;
}
#interview .environment .spec_blk .works_box table {
    border: 0;
    border-spacing: 0;
}
#interview .environment .spec_blk .works_box table th {
    background-color: #B0D2E8;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 216px;
    padding: 5px;
}
#interview .environment .spec_blk .works_box table td {
    background-color: #F5F5F5;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    padding: 5px;
}
#interview .environment .spec_blk .works_box table td.year {
    background-color: #D8E9F4;
}
#interview .environment .spec_blk .works_box .sub_text {
    font-size: 90%;
    margin: 5px 0;
    line-height: 160%;
}
#interview .environment .spec_blk dl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#interview .environment .spec_blk dl dt {
    width: 20%;
    border-bottom: #BFBFBF 1px solid;
    margin: 0;
    padding: 1em;
    color: #2165AC;
    font-weight: 600;
}
#interview .environment .spec_blk dl dd {
    width: 80%;
    border-bottom: #BFBFBF 1px solid;
    margin: 0;
    padding: 1em;
}
#interview .environment .spec_blk dl dd h3 {
    font-size: 100%;
    margin: 10px 0 3px 0;
}

.faq .faq_box {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 180%;
}
.faq .faq_box .accordion {
    border: 4px solid #D6EBF5;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
}
.faq .faq_box .qtext {
    color: #2165AC;
    background-size: 32px;
    padding: 0 30px 30px 30px;
    display: flex;
    font-weight: 600;
}
.faq .faq_box .qtext p {
    margin: 0;
}
.faq .faq_box .qtext img {
    width: 25px;
    margin-right: 24px;
}
.faq .faq_box .answer {
    padding: 30px 30px 0 30px;
    display: block;
    border-top: 1px solid #999;
    margin: 0;
}

.message_blk {
    width: 100%;
}
.message_blk .message_box {
    width: 100%;
    display: flex;
    margin-bottom: 160px;
}
.message_blk .message_box .boxleft,.message_blk .message_box .boxright {
    width: 50%;
    position: relative;
}
.message_blk .message01 .boxleft {
    background-image: url(../images/recruit/message_bg01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
}
.message_blk .message01 .boxleft .inner_box {
    width: 500px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.message_blk .message01 .boxright .inner_box {
    width: 500px;
    padding: 10px 0 10px 50px;
}
.message_blk .message02 .boxright {
    background-image: url(../images/recruit/message_bg02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
}
.message_blk .message02 .boxright .inner_box {
    width: 500px;
    padding: 220px 0 220px 40px;
}
.message_blk .message02 .boxleft .inner_box {
    width: 500px;
    padding: 10px 50px 10px 0;
    position: absolute;
    right: 0;
}
.message_blk .message_box h2 {
    font-size: 38px;
    line-height: 66px;
    margin: 0 0 30px 0;
}
.message_blk .message_box .shoulder_txt {
    font-size: 16px;
    line-height: 30px;
}
.message_blk .message_box .name_txt {
    font-size: 30px;
    line-height: 40px;
}
.message01 .message_photo {
    width: 200px;
    height: 250px;
    background-image: url(../images/recruit/rec_president_ph.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -230px;
    right: 40px;
}

.environment .ntop_mov {
    width: 100%;
    text-align: center;
    margin-bottom: 175px;
}
.environment .youtubemov {
    width: 70%;
    aspect-ratio: 1 / 0.56;
    margin: 60px auto 0 auto;
    border: 1px solid #999;
}
.environment .inner_blk h3 {
    color: #016AEC;
    margin: 2em 0 0 0;
}
.environment .base_deta_merit {
    max-width: 836px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.environment .base_deta_merit div {
    width: 48%;
}
.environment .inner_blk .base_deta_merit div p {
    padding: 0;
}

}

/* pc end  */

@media screen and (max-width:1023px) {

body {
    font-family: '游ゴシック体', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
    font-size: 3.2vw;
    line-height: 180%;
    color: #454545;
    background: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}
.forpc {
    display: none;
}
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
}
img {
    width: 100%;
    border: none;
}
    
a {
    display: block;
    width: 100%;
    height: 100%;
    color: unset;
    text-decoration: none;
}
    
 /* header */
    
header {
    width: 100%;
    height: 14vw;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.0);
    display: flex;
    font-size: 4.2vw;
    transition: 0.5s;
    align-items: center;
}

header .company_logo,header .company_logo2 {
    width: 30vw;
    height: 12vw;
    background-image: url(../images/ntop_meisei_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    text-indent: -9999px;
    margin: 2.5vw;
    transition: 0.5s;
}
header#recruit_header .logo_recruite_text {
    font-size: 3vw;
    padding: 1vw 3vw;
}
header#recruit_header.scroll-nav,header#page2.scroll-nav {
    background-color: rgba(255,255,255,0.8);
}
header .gmenu {
    width: 80%;
    justify-content: flex-end;
}
header .gmenu ul {
    margin: 16vw 0 6vw 0;
    padding: 0;
}
header .gmenu ul li {
    list-style: none;
}
header .gmenu ul li a {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 6vw;
    display: block;
    color: unset;
    font-weight: 300;
    line-height: 80%;
    text-decoration: none;
    border-bottom: solid 1px #999;
}
header .haeder_contact {
    color: #fff;
    text-align: center;
    margin: 12px;
}
header .haeder_contact a {
    width: 100%;
    height: auto;
    padding: 6vw;
    background-color: #2165AC;
    display: block;
    color: unset;
    line-height: 100%;
    text-decoration: none;
    border-radius: 50px;
}
header ul.sub_gmenu  {
    margin: 6vw 0 6vw 0;
    padding: 0;
    font-size: 85%;
}
header ul.sub_gmenu li {
    list-style: none;
}
header ul.sub_gmenu li a {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 4vw;
    display: block;
    color: unset;
    font-weight: 300;
    line-height: 80%;
    text-decoration: none;
    border-bottom: solid 1px #999;
}

/* 位置を右上に固定 */
#toggle {
    position: fixed;
    top:  0;
    right:  0;
}
/* ハンバーガーメニューの大きさ指定 */
#toggle-box {
    position: relative;
    width:  14vw;
    height: 14vw;
    cursor: pointer;
    background: linear-gradient(180deg, #6AE8FF, #0067D1);
}
#toggle-box > span {
    width: 5vw;
    height: 0.5vw;
    left: 0;
    right: 0;
    top: 5.3vw;
    bottom: 5.3vw;
    margin: auto;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out;
}
#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 40%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニュークリックで、「×」マークにアニメーション */
.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
    top: 43%;
    transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
    width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
    top: 4%;
    left: 6%;
    transform: rotate(-45deg) translatey(-50%);
}

/* 重なり順指定 */
#toggle {
    z-index: 1000;
}
#main {
    position: relative;
    z-index: 990;
}

/* 中身メニュー、初期は非表示 */
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: none;
}

/* is-openクラスが追加されると、メニューが表示される */
.is-open {
    overflow: hidden;
}
.is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    display: block;
}
.is-open #nav-content a{
    pointer-events: auto;
}

/* footer */

footer {
    width: 100%;
    background-image: url(../images/sp_ntop_footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 10vw 0 35vw 0;
    z-index: 40;
}
footer .footer_logo {
    width: 100%;
    height: 13vw;
    padding: 5vw;
    background-image: url(../images/ntop_meisei_logo_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    text-indent: -9999px;
    margin-bottom: 10vw;
}

footer a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
footer .footer_menu {
    width: 90vw;
    font-size: 3.6vw;
    display: flex;
    margin: 0 auto;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
}
footer .footer_menu ul {
    width: 90vw;
}
footer .footer_menu ul li {
    padding: 3vw;
    margin: 3vw 0;
    text-align: center;
}
footer .footer_menu03 {
    width: 90vw;
    font-size: 3.2vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
footer .footer_menu03 li {
    padding: 5vw 0;
}

footer .footer_sdgs {
    width: 60vw;
    height: 18vw;
    padding: 5vw;
    margin: 0 auto 10vw auto;
    background-image: url(../images/footer_sdgs.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px;
    text-indent: -9999px;
}

/* commmon */
.recruit_second {
    background-image: url(../images/recruit/sp_rec_header_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.contents {
    width: 100%;
    position: relative;
}
.body_blk {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 13vw;
}
.title_header {
    width: 92%;
    margin: 0 auto;
    padding: 18.667vw 1.333vw 4vw 1.333vw;
    border-bottom: 1px solid #707070;
    margin-bottom: 10.667vw;
}
.title_header h1 {
    font-size: 8vw;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5vw;
    color: #2165AC;
    margin: 1.47vw 0;
}
.title_header .title_header_txt {
    font-size: 3.2vw;
    letter-spacing: 2px;
    color: #2165AC;
    margin: 1.47vw 0;
}
    
/* top  */
    
.kv_blk {
    width: 100%;
    height: 100vh;
    background-image: url(../images/recruit/sp_rec_kv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}
.kv_blk .kv_copy_blk {
    margin: auto;
    position: absolute;
    top: 76vw;
    left: 4.4vw;
}
.kv_blk .kv_copy_blk h1 {
    color: #2165AC;
    font-size: 8vw;
    margin: 5vw 0;
}
.kv_blk .kv_copy_blk h2 {
    color: #2165AC;
    font-size: 3.4vw;
}
.kv_blk .kv_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    border-radius: 3vw;
}
.kv_blk .kv_img01 {
    width: 46.267vw;
    height: 29.333vw;
    background-image: url(../images/recruit/rec_kv_img01.jpg);
    top: -2vw;
    left: 49.733vw;
}
.kv_blk .kv_img02 {
    width: 26vw;
    height: 34.4vw;
    background-image: url(../images/recruit/rec_kv_img02.jpg);
    top: 144.933vw;
    left: 27.733vw;
}
.kv_blk .kv_img03 {
    width: 32.133vw;
    height: 42.667vw;
    background-image: url(../images/recruit/rec_kv_img03.jpg);
    top: 24.4vw;
    left: -4.4vw;
}
.kv_blk .kv_img04 {
    width: 36.533vw;
    height: 48.4vw;
    background-image: url(../images/recruit/rec_kv_img04.jpg);
    top: 127.067vw;
    right: 0vw;
}
.kv_blk .kv_img05 {
    width: 34.267vw;
    height: 23.333vw;
    background-image: url(../images/recruit/rec_kv_img05.jpg);
    top: 49.467vw;
    left: 32.533vw;
}
.kv_blk .kv_img06 {
    width: 41.733vw;
    height: 28.4vw;
    background-image: url(../images/recruit/rec_kv_img06.jpg);
    top: 181.733vw;
    left: 4vw;
}
.kv_blk .kv_img07 {
    width: 32.267vw;
    height: 42.667vw;
    background-image: url(../images/recruit/rec_kv_img07.jpg);
    top: 32.933vw;
    right: -2.4vw;
}
.kv_blk .kv_img08 {
    width: 50.933vw;
    height: 32.667vw;
    background-image: url(../images/recruit/rec_kv_img08.jpg);
    top: 107.067vw;
    left: -3.733vw;
}
.kv_blk .kv_img09 {
    width: 38.533vw;
    height: 26.267vw;
    background-image: url(../images/recruit/rec_kv_img09.jpg);
    top: 181.333vw;
    right: 0.533vw;
}
.kv_blk .kv_img10 {
    width: 25.2vw;
    height: 33.2vw;
    background-image: url(../images/recruit/rec_kv_img10.jpg);
    top: 88vw;
    right: -0.533vw;
}

.rec_top_message {
    width: 100%;
    height: 89.733vw;
    background-image: url(../images/recruit/sp_rec_top_message_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 60vw;
    text-align: left;
    position: relative;
    padding-top: 6vw;
}
.rec_top_message h2 {
    width: 78.4vw;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 7.467vw;
    letter-spacing: 1.3vw;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 3vw 0 3vw 6vw;
    mix-blend-mode: screen;
    line-height: 160%;
    margin: 0 0 0 4vw;
}
.rec_top_message .message_txt {
    width: 92vw;
    background-color: #fff;
    border-radius: 24px;
    padding: 7vw 5.3vw;
    text-align: left;
    color: #2165AC;
    margin: 10vw auto 0 auto;
}
.rec_top_message .message_txt h3 {
    font-size: 6vw;
    line-height: 160%;
    color: #2165AC;
    letter-spacing: 1vw;
    margin-top: 0;
}
.rec_top_message .message_txt p {
    font-size: 3.467vw;
    line-height: 200%;
    font-weight: 600;
}

.rec_top_interview {
    width: 100%;
    margin-bottom: 40vw;
    position: relative;
}
.rec_top_interview .h2_bg {
    width: 100%;
    height: 50vw;
    background-color: #EAEAEA;
    position: relative;
}
.rec_top_interview .h2_bg h2 {
    margin: 0;
    color: #2165AC;
    font-size: 9.333vw;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: -3vw;
    left: 5vw;
}
.rec_top_interview .h2_bg p {
    margin: 0;
    color: #2165AC;
    font-size: 4vw;
    position: absolute;
    top: 6vw;
    left: 6vw;
}
.rec_top_interview .interview_slide_blk {
    width: 100%;
    margin: -33vw auto 0;
}
.rec_top_interview .interview_slide_blk .interview_slide_box {
    width: 100%;
    margin: 0 2.667vw;
}
.rec_top_interview .interview_photo {
    width: 100%;
    aspect-ratio: 1 / 0.844;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5vw;
}
.rec_top_interview .interview_slide01 .interview_photo {
    background-image: url(../images/recruit/rec_top_int01.jpg);
}
.rec_top_interview .interview_slide02 .interview_photo {
    background-image: url(../images/recruit/rec_top_int02.jpg);
}
.rec_top_interview .interview_slide03 .interview_photo {
    background-image: url(../images/recruit/rec_top_int03.jpg);
}
.rec_top_interview .interview_slide04 .interview_photo {
    background-image: url(../images/recruit/rec_top_int04.jpg);
}
.rec_top_interview .interview_slide05 .interview_photo {
    background-image: url(../images/recruit/rec_top_int05.jpg);
}
.rec_top_interview .interview_slide06 .interview_photo {
    background-image: url(../images/recruit/rec_top_int06.jpg);
}
.rec_top_interview .interview_slide_blk h3 {
    font-size: 4.8vw;
    line-height: 150%;
}
.rec_top_interview .interview_slide_blk .interview_txt1 {
    font-size: 3.6vw;
    color: #2165AC;
    font-weight: 600;
    line-height: 140%;
}
.rec_top_interview .interview_slide_blk .interview_name {
    font-size: 6.4vw;
    line-height: 150%;
    font-weight: 600;
    margin: 1.5vw 0;
}
.rec_top_interview .interview_slide_blk .interview_year {
    font-size: 3.6vw;
    line-height: 150%;
}

.rec_top_works {
    width: 78.667vw;
    background-color: #D6EBF5;
    margin: 34vw auto;
    position: relative;
    padding: 14vw 0 17vw 0;
}
.rec_top_works .top_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -3vw;
}
.rec_top_works .top_title h2 {
    color: #2165AC;
    font-size: 8vw;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.rec_top_works .top_title p {
    margin: 2vw 0;
    color: #2165AC;
    font-size: 4vw;
}
.rec_top_works .rec_top_works_blk {
    width: 92vw;
    margin-left: -6.4vw;
    align-items: center;
}
.rec_top_works .rec_top_works_blk .txt_blk p {
    line-height: 220%;
    padding: 0 16vw;
    margin-bottom: 5vw;
}
.rec_top_works .rec_link_btn {
    position: absolute;
    bottom: -9.4vw;
}
.rec_link_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.rec_link_btn a {
    width: 64vw;
    height: auto;
    margin: 0 auto;
    padding: 8vw;
    background: linear-gradient(90deg, #6AE8FF, #0067D1);
    display: block;
    color: #fff;
    line-height: 100%;
    text-decoration: none;
    font-weight: 800;
    font-size: 3.467vw;
    position: relative;
}
.rec_link_btn .link_kine01 {
    width: 9vw;
    height: 0;
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
.rec_link_btn .link_kine02 {
    width: 9vw;
    height: 0;
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
}
.rec_link_btn a:hover {
    background: linear-gradient(180deg, #6AE8FF, #0067D1);
}

.rex_top_links {
    width: 92vw;
    margin: 13vw auto 26vw auto;
}
.rex_top_links .rec_link_btn {
    margin: 2vw 0;
}
.rec_link_btn.rec_links_btn01 a {
    width: auto;
    background: none;
    background-color: #21A1AC;
    padding: 12vw;
    font-size: 3.8vw;
}
.rec_link_btn.rec_links_btn01 a:hover {
    background-color: #36BDC9;
}
.rec_link_btn.rec_links_btn02 a {
    width: auto;
    background: none;
    background-color: #2C9FC9;
    padding: 12vw;
    font-size: 3.8vw;
}
.rec_link_btn.rec_links_btn02 a:hover {
    background-color: #49C2EF;
}
.rec_link_btn.rec_links_btn03 a {
    width: auto;
    background: none;
    background-color: #2165AC;
    padding: 12vw;
    font-size: 3.8vw;
}
.rec_link_btn.rec_links_btn03 a:hover {
    background-color: #3283D8;
}
.rex_top_links .rec_link_btn .link_kine01,.rex_top_links .rec_link_btn .link_kine02 {
    width: 40px;
}
.bottom_entry_blk {
    width: 100%;
    background-color: #000000;
    text-align: center;
    padding: 1vw 0;
    position: fixed;
    bottom: 0;
    z-index: 50;
}
.bottom_entry_btn {
    display: inline-block;
    margin: 12px auto;
}
.bottom_entry_btn a {
    width: 80vw;
    height: auto;
    padding: 5vw;
    display: block;
    font-size: 5vw;
    color: #2165AC;
    background-color: #fff;
    line-height: 100%;
    text-decoration: none;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-weight: 800;
}

/* interview */

#interview .interview_list_blk {
    width: 94vw;
    margin: 10vw auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#interview .interview_slide_box {
    width: 49%;
    margin: 0 auto 12vw auto;
    letter-spacing: 0.1vw;
}
#interview .interview_photo {
    width: 100%;
    aspect-ratio: 1 / 0.844;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}
#interview .interview_slide01 .interview_photo {
    background-image: url(../images/recruit/rec_top_int01.jpg);
}
#interview .interview_slide02 .interview_photo {
    background-image: url(../images/recruit/rec_top_int02.jpg);
}
#interview .interview_slide03 .interview_photo {
    background-image: url(../images/recruit/rec_top_int03.jpg);
}
#interview .interview_slide04 .interview_photo {
    background-image: url(../images/recruit/rec_top_int04.jpg);
}
#interview .interview_slide05 .interview_photo {
    background-image: url(../images/recruit/rec_top_int05.jpg);
}
#interview .interview_slide06 .interview_photo {
    background-image: url(../images/recruit/rec_top_int06.jpg);
}

#interview .rec_top_interview .interview_slide_box {
    width: 32%;
    margin: 0 20px;
}

#interview .interview_list_blk h3 {
    font-size: 3.6vw;
    line-height: 140%;
    border-bottom: 1px solid #999;
    min-height: 5.5em;
}
#interview .interview_txt1 {
    font-size: 3.3vw;
    color: #2165AC;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
}
#interview .interview_name {
    font-size: 5.4vw;
    line-height: 150%;
    font-weight: 600;
    margin: 1vw 0;
}
#interview .interview_year {
    font-size: 3.3vw;
    line-height: 150%;
}
#interview .discussion_blk {
    width: 94vw;
    height: 30vw;
    background-image: url(../images/recruit/interview_group.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20vw;
    border-radius: 4vw;
}
#interview .discussion_blk .rec_link_btn {
    position: absolute;
    bottom: -9.6vw;
}
#interview .interview_title {
    width: 94vw;
    margin: 0 auto 13vw auto;
}
#interview .interview_title h2 {
    font-size: 4.267vw;
    line-height: 7.467vw;
    letter-spacing: 0.1vw;
    margin: 0;
}
#interview .interview_title h2 span {
    font-size: 3.4vw;
    margin: 0;
    display: block;
}
#interview .interview_title .interview_profile {
    text-align: right;
    margin-top: 5vw;
}
#interview .body_blk {
    width: 94vw;
    margin: 0 auto;
}
#interview .main_image,#interview .second_image {
    width: 100%;
    height: 54vw;
    margin: 10vw auto 12vw auto;
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}
#interview .second_image {
    margin: 10vw auto 12vw auto;
    background-size: cover;
}
#interview .interview01 .main_image {
    background-image: url(../images/recruit/interview01_ph_main.jpg);
}
#interview .interview01 .second_image {
    background-image: url(../images/recruit/interview01_ph_02.jpg);
}
#interview .interview02 .main_image {
    background-image: url(../images/recruit/interview02_ph_main.jpg);
}
#interview .interview02 .second_image {
    background-image: url(../images/recruit/interview02_ph_02.jpg);
}
#interview .interview03 .main_image {
    background-image: url(../images/recruit/interview03_ph_main.jpg);
}
#interview .interview03 .second_image {
    background-image: url(../images/recruit/interview03_ph_02.jpg);
}
#interview .interview04 .main_image {
    background-image: url(../images/recruit/interview04_ph_main.jpg);
}
#interview .interview04 .second_image {
    background-image: url(../images/recruit/interview04_ph_02.jpg);
}
#interview .interview05 .main_image {
    background-image: url(../images/recruit/interview05_ph_main.jpg);
}
#interview .interview05 .second_image {
    background-image: url(../images/recruit/interview05_ph_02.jpg);
}
#interview .interview06 .main_image {
    background-image: url(../images/recruit/interview06_ph_main.jpg);
}
#interview .interview06 .second_image {
    background-image: url(../images/recruit/interview06_ph_02.jpg);
}
#interview .text_box h3 {
    font-size: 5vw;
    color: #2165AC;
    margin: 1vw;
}
#interview .text_box {
    margin-bottom: 5em;
    position: relative;
}
#interview .text_box p {
    font-size: 3.6vw;
    line-height: 180%;
    letter-spacing: 0.1vw;
    margin-bottom: 2em;
}
#interview .intervew_body01 .text_box {
    position: relative;
}
#interview .intervew_body02 .text_box {
    position: relative;
}
#interview .interview_ph01 {
    width: 38.4vw;
    height: 53.733vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3vw;
    float: right;
    margin: 0 0 3vw 3vw;
}
#interview .interview_ph02 {
    width: 38.4vw;
    height: 53.733vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3vw;
    float: left;
    margin: 0 6vw 3vw 0;
}
#interview .interview01 .interview_ph01 {
    background-image: url(../images/recruit/interview01_ph_01.jpg);
}
#interview .interview01 .interview_ph02 {
    background-image: url(../images/recruit/interview01_ph_03.jpg);
}
#interview .interview02 .interview_ph01 {
    background-image: url(../images/recruit/interview02_ph_01.jpg);
}
#interview .interview02 .interview_ph02 {
    background-image: url(../images/recruit/interview02_ph_03.jpg);
}
#interview .interview03 .interview_ph01 {
    background-image: url(../images/recruit/interview03_ph_01.jpg);
}
#interview .interview03 .interview_ph02 {
    background-image: url(../images/recruit/interview03_ph_03.jpg);
}
#interview .interview04 .interview_ph01 {
    background-image: url(../images/recruit/interview04_ph_01.jpg);
}
#interview .interview04 .interview_ph02 {
    background-image: url(../images/recruit/interview04_ph_03.jpg);
}
#interview .interview05 .interview_ph01 {
    background-image: url(../images/recruit/interview05_ph_01.jpg);
}
#interview .interview05 .interview_ph02 {
    background-image: url(../images/recruit/interview05_ph_03.jpg);
}
#interview .interview06 .interview_ph01 {
    background-image: url(../images/recruit/interview06_ph_01.jpg);
}
#interview .interview06 .interview_ph02 {
    background-image: url(../images/recruit/interview06_ph_03.jpg);
}
#interview .interview_end_blk {
    width: 100%;
    background-image: url(../images/recruit/sp_rec_end_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0 auto 20vw auto;
}
#interview .interview_end_blk .inner {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#interview .interview_end_blk .inner .message_image {
    width: 40%;
    height: 58vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}
#interview .interview_end_blk.interview01 .inner .message_image {
    background-image: url(../images/recruit/interview01_ph_04.jpg);
}
#interview .interview_end_blk.interview02 .inner .message_image {
    background-image: url(../images/recruit/interview02_ph_04.jpg);
}
#interview .interview_end_blk.interview03 .inner .message_image {
    background-image: url(../images/recruit/interview03_ph_04.jpg);
}
#interview .interview_end_blk.interview04 .inner .message_image {
    background-image: url(../images/recruit/interview04_ph_04.jpg);
}
#interview .interview_end_blk.interview05 .inner .message_image {
    background-image: url(../images/recruit/interview05_ph_04.jpg);
}
#interview .interview_end_blk.interview06 .inner .message_image {
    background-image: url(../images/recruit/interview06_ph_04.jpg);
}
#interview .interview_end_blk .inner .message_text_blk {
    width: 55%;
    font-size: 3.467vw;
    line-height: 180%;
}
#interview .interview_end_blk .inner .message_text_blk h3 {
    font-size: 4.533vw;
    color: #2165AC;
    margin: 0 auto 1em auto;
}
#interview .interview_end_blk .interview_date {
    width: 92vw;
    margin: 0 auto;
    padding: 40px 0;
    text-align: right;
}

#interview .lead_text {
    background-color: rgba(100, 100, 100, 0.1);
    padding: 6vw 8vw;
    font-size: 3.467vw;
}

#interview .lead_text.entry {
    margin-bottom: 10vw;
}
.discussion_body {
    padding: 0 5vw;
    margin-bottom: 12vw;
}
.discussion h2 {
    font-size: 7vw;
    color: #2165AC;
    margin-top: 2em;
}
.discussion_body h3 {
    color: #016AEC;
    padding: 0 0 1em 0;
    font-size: 140%;
    margin: 0;
}
.discussion_body dl {
    overflow:hidden;
    
}
.discussion_body dt {
    width: 4em;
    color: #666;
    font-weight: 600;
    font-size: 100%;
    padding: 0;
    float: left;
    margin-bottom: 0.8em
}
.discussion_body dd {
    font-size: 100%;
    padding: 0;
    margin: 0 0 0.8em 4em;
    border-bottom: none;
    line-height: 200%;
}
.discussion_body .image-right {
    width: 100%;
}
.discussion_body .image-left {
    width: 100%;
}
.discussion_back {
    width: 60%;
    margin: 0 auto;
}
    
.discussion_members {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12vw;
    margin-top: 0;
}
.discussion_members div {
    width: 50%;
    padding-top: 34vw;
    text-align: center;
    font-size: 4.4vw;
    background-repeat: no-repeat;
    background-size: contain;
}
.discussion_members p {
    margin-top: 2vw;
}
.discussion_members div span {
    font-size: 3vw;
}
.discussion_members.group01 .member01 {
    background-image: url(../images/recruit/discussion_photo_mo.jpg)
}
.discussion_members.group01 .member02 {
    background-image: url(../images/recruit/discussion_photo_ys.jpg)
}
.discussion_members.group01 .member03 {
    background-image: url(../images/recruit/discussion_photo_ai.jpg)
}
.discussion_members.group01 .member04 {
    background-image: url(../images/recruit/discussion_photo_rk.jpg)
}
.discussion_members.group02 .member01 {
    background-image: url(../images/recruit/discussion_photo_ki.jpg)
}
.discussion_members.group02 .member02 {
    background-image: url(../images/recruit/discussion_photo_kh.jpg)
}
.discussion_members.group02 .member03 {
    background-image: url(../images/recruit/discussion_photo_mn.jpg)
}

/* works */
#interview .works .works_body {
    width: 86vw;
    margin: 18vw auto;
    position: relative;
}
#interview .works .works_body h2 {
    color: #2165AC;
    font-size: 8vw;
}
#interview .works .works_body h3 {
    color: #333;
    font-size: 4.467vw;
}
#interview .works .works_body p {
    font-size: 3.467vw;
    line-height: 180%;
}
#interview .works .works_photo img {
    border-radius: 3vw;
}

/* environment */
#interview .environment .spec_blk {
    border: 4px solid #D6EBF5;
    margin-bottom: 8vw;
    padding: 8vw 6vw;
    border-radius: 3vw;
}
#interview .environment .spec_blk h2 {
    color: #2165AC;
    font-size: 6vw;;
    text-align: center;
    margin: 0 0 8vw 0;
}
#interview .environment .spec_blk h3 {
    margin: 0 0 3vw 0;
}
#interview .environment .spec_blk .works_box {
    margin-bottom: 6.667vw;
}
#interview .environment .spec_blk .works_box table {
    border: 0;
    border-spacing: 0;
}
#interview .environment .spec_blk .works_box table th {
    background-color: #B0D2E8;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 28.8vw;
    padding: 0.667vw;
}
#interview .environment .spec_blk .works_box table td {
    background-color: #F5F5F5;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    padding: 5px;
}
#interview .environment .spec_blk .works_box table td.year {
    background-color: #D8E9F4;
}
#interview .environment .spec_blk .works_box .sub_text {
    font-size: 90%;
    margin: 5px 0;
    line-height: 160%;
}
#interview .environment .spec_blk dl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#interview .environment .spec_blk dl dt {
    width: 30%;
    border-bottom: #BFBFBF 1px solid;
    margin: 0;
    padding: 1em;
    color: #2165AC;
    font-weight: 600;
}
#interview .environment .spec_blk dl dd {
    width: 70%;
    border-bottom: #BFBFBF 1px solid;
    margin: 0;
    padding: 1em;
}
#interview .environment .spec_blk dl dd h3 {
    font-size: 100%;
    margin: 10px 0 3px 0;
}
#interview .environment .inner_blk h3 {
    font-size: 4vw;
    color: #2165AC;
    line-height: 160%;
    margin-top: 2em;
}

#interview .environment .ntop_mov {
    width: 100%;
    text-align: center;
    margin-bottom: 23vw;
}
#interview .environment .youtubemov {
    width: 86.66vw;
    aspect-ratio: 1 / 0.376;
        height: 44vw;
        margin: 0 auto;
}

.faq .faq_box {
    width: 100%;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 160%;
}
.faq .faq_box .accordion {
    border: 4px solid #D6EBF5;
    margin-bottom: 4vw;
    padding: 3vw;
    border-radius: 20px;
}
.faq .faq_box .qtext {
    color: #2165AC;
    padding: 3vw;
    display: flex;
    font-weight: 600;
}
.faq .faq_box .qtext p {
    margin: 0;
}
.faq .faq_box .qtext img {
    width: 25px;
    margin-right: 24px;
}
.faq .faq_box .answer {
    padding: 5vw 6vw;
    font-size: 3.6vw;
    display: block;
    border-top: 1px solid #999;
    margin: 0;
}

.message_blk {
    width: 100%;
}
.message_blk .message_box {
    width: 100%;
    margin-bottom: 20vw;
}
.message_blk .message_box .boxleft,.message_blk .message_box .boxright {
    position: relative;
    padding: 10vw;
}
.message_blk .message01 .boxleft {
    background-image: url(../images/recruit/message_bg01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
}
.message_blk .inner_box {
    width: 100%;
    font-size: 3.467vw;
}
.message_blk .message02 {
    position: relative;
}
.message_blk .message02 .boxleft {
    width: 100%;
    padding-top: 72vw;
}
.message_blk .message02 .boxright {
    width: 100%;
    background-image: url(../images/recruit/message_bg02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: absolute;
    top: 0;
}
.message_blk .message02 .boxright .inner_box {
    width: 100%;
}
.message_blk .message02 .boxleft .inner_box {
    width: 100%;
}
.message_blk .message_box h2 {
    font-size: 7vw;
    line-height: 10vw;
    margin: 0 0 30px 0;
}
.message_blk .message_box .shoulder_txt {
    font-size: 3.2vw;
    line-height: 30px;
}
.message_blk .message_box .name_txt {
    font-size: 5.4vw;
    line-height: 40px;
}
.message01 .message_photo {
    width: 26.667vw;
    height: 33.333vw;
    background-image: url(../images/recruit/rec_president_ph.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -8vw;
    right: 40px;
}



}
/* sp end  */


/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}
.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
}
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay: 0.5s;
}
.animate.scrollin:nth-of-type(2)  {
	transition-delay: 0.9s;
}
.animate.scrollin:nth-of-type(3)  {
	transition-delay: 1.1s;
}
.animate.scrollin:nth-of-type(4)  {
	transition-delay: 1.3s;
}
.animate.scrollin:nth-of-type(5)  {
	transition-delay: 1.5s;
}
.animate.scrollin:nth-of-type(6)  {
	transition-delay: 1.6s;
}
.animate.scrollin:nth-of-type(7)  {
	transition-delay: 1.8s;
}
.animate.scrollin:nth-of-type(8)  {
	transition-delay: 2.0s;
}
.animate.scrollin:nth-of-type(9)  {
	transition-delay: 2.1s;
}
.animate.scrollin:nth-of-type(10)  {
	transition-delay: 2.2s;
}
.animate.scrollin:nth-of-type(11)  {
	transition-delay: 2.5s;
}