@charset "UTF-8";
/*----------------------------------------------------------*/
/* 1179px以下サイズ */
/*----------------------------------------------------------*/
@media only screen and (max-width: 1179px) {
  .wrapper, .inner {
    margin: auto;
    width: 90%;
  }
  #recruit_header {
    padding: 14px 20px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
  }
  #recruit_header .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*ハンバーガーボタン*/
  .hamburger {
    display: block;
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    left: 0px;
    height: 4px;
    width: 36px;
    background: #009B4A;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 14px;
  }
  .hamburger span:nth-child(3) {
    top: 28px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 9999;
    top: 62px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#009B4A), to(#009B95));
    background: transparent -webkit-linear-gradient(top, #009B4A 0%, #009B95 100%);
    background: transparent linear-gradient(180deg, #009B4A 0%, #009B95 100%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  nav.globalMenuSp.active {
    visibility: visible;
    opacity: 100%;
    overflow: scroll;
  }
  nav.globalMenuSp ul {
    display: block;
    padding: 30px 0 92px;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li a {
    margin: 0;
    padding: 4px 0 22px;
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
  }
  nav.globalMenuSp ul li a span {
    font-weight: 100;
    font-size: 14px;
  }
  main {
    margin-top: 62px;
  }
  #top #interview .flex > div {
    width: 46%;
  }
  #top #interview .flex > div div span.under, #top #interview .flex > div div .over, #top #interview .flex > div div .snap {
    height: 28.6222222222vw;
  }
  #top #interview .flex > div div span.under {
    margin-bottom: -30.4888888889vw;
  }
  #top #vision .con02 {
    height: 46.171875vw;
  }
  #sub.job_intro .tab_box .tab_contains div.flex .bg_colors {
    width: 48%;
  }
  #sub.interview .ct_interview {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sub.interview_sub .ct_interview_sub .q_04-05 .q_img {
    width: 40vw;
  }
  #sub.interview_sub .interview_header .interview_info {
    padding: 5rem 5rem 5.5vw 5rem;
    bottom: -80px;
  }
  #sub.interview_sub .interview_header .interview_info .pc {
    display: none;
  }
  #sub.data .ct_data dl {
    max-width: 48%;
  }
  #sub.recruitment .recruitment_header .header_img {
    width: 42vw;
    right: 2vw;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer div {
    width: 32%;
    max-width: 32%;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer div a {
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer div a .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer div a .title.title_job {
    margin-top: 0;
  }
  #sub.require .require_entry ol li {
    padding: 24px 74px 24px 74px;
  }
  #sub.require .require_entry ol li:not(:last-child)::after {
    top: initial;
    bottom: -20px;
  }
}
/*----------------------------------------------------------*/
/* 904px以下サイズ */
/*----------------------------------------------------------*/
@media only screen and (max-width: 904px) {
  .pc_menu {
    display: none;
  }
  .sp_menu {
    display: block;
  }
  #top #vision .con01 {
    height: 234.375vw;
    background-size: cover;
    background-position: bottom left;
  }
  #top #job_intro, #top #data {
    padding-bottom: 50px;
  }
  #sub.recruitment .recruitment_header {
    height: 46vw;
  }
  #sub.recruitment .ct_recruitment {
    display: block;
  }
  #sub.recruitment .ct_recruitment .link {
    margin: 0 auto 20px;
    width: 90%;
  }
  #sub.recruitment .ct_recruitment .link a {
    width: 100%;
    max-width: 100%;
  }
}
/*----------------------------------------------------------*/
/* 750px以下サイズ */
/*----------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #recruit_header .logo img {
    width: 44vw;
    min-width: 212px;
  }
  #top .kv {
    height: 146.5vw;
    min-height: 960px;
    overflow: initial;
  }
  #top .kv::before {
    content: "";
    display: block;
    width: 5vw;
    height: 78vw;
    position: absolute;
    top: 22px;
    left: 20px;
    background: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/mv_text02_sp.svg) no-repeat center/100%;
    z-index: 8888;
  }
  #top .kv #circle_dot_orange {
    top: -11vw;
    left: initial;
    right: -22vw;
    width: 50vw;
    min-width: auto;
    z-index: 8888;
  }
  #top .kv .left {
    margin: auto;
    top: 75vw;
    left: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  #top .kv .left .filter_copy {
    margin: auto;
    padding: 0 36px;
    width: 90%;
    max-width: 480px;
  }
  #top .kv .left .filter_text {
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  #top .kv .sqare_p {
    display: none;
  }
  #top .kv #kv_slide {
    position: relative;
    top: initial;
    right: initial;
    width: 100vw;
    height: calc(66vw + 18px);
    border-radius: 0 0 0 180px;
    z-index: 1;
  }
  #top .kv #kv_slide ul {
    margin-top: 0px;
    margin-left: 0;
    height: 66vw;
    border-radius: 0 0 0 180px;
    z-index: 1;
  }
  #top .kv #kv_slide .filter_text,
#top .kv #kv_slide .filter_copy {
    display: none;
  }
  #top #kv_btn_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9992;
  }
  #top #kv_btn_sp ul.flex li {
    width: 49.8%;
  }
  #top #kv_btn_sp ul.flex li a {
    padding: 20px 0;
    display: block;
    width: 100%;
    background-color: #009B4A;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
  #top #vision {
    margin-top: 0;
  }
  #top #vision .con01 {
    padding-top: 100px;
    height: 195vw;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/img_intro01_sp@2x-min.jpg);
    background-size: cover;
    background-position: bottom center;
  }
  #top #vision .con01 h2 {
    line-height: 1;
    text-shadow: none;
  }
  #top #vision .con01 p {
    margin: 0 auto 2em;
    width: 90%;
    font-size: 16px;
  }
  #top #vision .con02 {
    margin-top: -8vw;
    padding-left: 20px;
    height: 80vw;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/img_intro02_sp@2x-min.jpg);
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  }
  #top #vision .con02 h3 {
    margin-top: -14px;
  }
  #top #vision .con03 {
    margin-top: -13.5vw;
    padding-left: 59.25vw;
    height: 80vw;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/img_intro03_sp@2x-min.jpg?v=202603);
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 99%);
            clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 99%);
  }
  #top #job_intro {
    padding-bottom: 0;
    overflow: hidden;
  }
  #top #job_intro .inner {
    padding: 0 4%;
  }
  #top #job_intro .flex > div:first-child,
#top #job_intro #data .flex > div:first-child {
    margin-top: 0;
  }
  #top #job_intro .flex {
    display: block;
  }
  #top #job_intro a.view_more,
#top #interview a.view_more,
#top #data a.view_more,
#top #infomation a.view_more {
    padding: 4px 0 4px 36px;
    font-size: 16px;
    background-size: 30px;
  }
  #top #job_intro .img_circle,
#top #interview .img_circle,
#top #data .img_circle,
#top #infomation .img_circle {
    margin-top: 36px;
    width: 100%;
    height: 88.5vw;
    max-width: initial;
  }
  #top #job_intro .img_circle img,
#top #interview .img_circle img,
#top #data .img_circle img,
#top #infomation .img_circle img {
    width: 100vw;
    max-width: initial;
    margin: 0 calc(50% - 50vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0;
  }
  #top #job_intro .img_circle span, #top #interview .img_circle span, #top #data .img_circle span, #top #infomation .img_circle span {
    display: none;
  }
  #top #job_intro h2, #top #interview h2, #top #data h2, #top #infomation h2 {
    margin-top: 6px;
    font-size: 30px;
  }
  #top #interview {
    padding: 100px 4% 38px;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/figure_top_interview01_sp.svg), url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/figure_top_interview02_sp.svg);
    background-position: 40vw -80px, 40vw 109%;
  }
  #top #interview .flex {
    display: block;
  }
  #top #interview .flex div {
    width: auto;
  }
  #top #interview .flex div div.interview_intro p {
    color: initial;
    font-weight: 300;
  }
  #top #interview .flex > div div {
    padding-bottom: 80px;
  }
  #top #interview .flex > div div .index {
    width: 40%;
    top: -26px;
    left: -13px;
  }
  #top #interview .flex > div div .snap, #top #interview .flex > div div .over, #top #interview .flex > div div span.under {
    margin: 0 auto;
    height: auto;
  }
  #top #interview .flex > div div .under {
    display: none;
  }
  #top #interview .flex > div div:last-child {
    padding-bottom: 80px;
  }
  #top #interview .flex > div div p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.6;
  }
  #top #data {
    padding: 100px 0 0;
  }
  #top #data .flex.inner {
    display: block;
    padding: 0 4%;
  }
  #top #data .flex.inner > div:first-child {
    margin-top: 0;
  }
  #top #infomation {
    padding-bottom: 80px;
  }
  #top #infomation .inner {
    padding: 0 4%;
  }
  #top #infomation ul.flex {
    display: block;
  }
  #top #infomation ul.flex li {
    margin-bottom: 20px;
    width: 100%;
  }
  #sub .lead {
    padding: 0 5%;
    text-align: left;
  }
  #sub #kv_slide {
    position: relative;
    height: 62.5vw;
  }
  #sub #kv_slide li {
    position: absolute;
    list-style: none;
    visibility: hidden;
    -webkit-animation: anime_slider_fade 12s 0s infinite;
            animation: anime_slider_fade 12s 0s infinite;
  }
  #sub.career #kv_slide li {
    -webkit-animation: anime_slider_fade 8s 0s infinite;
            animation: anime_slider_fade 8s 0s infinite;
  }
  #sub #kv_slide li:nth-of-type(2) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  #sub #kv_slide li:nth-of-type(3) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }
  #sub.career #kv_slide li:nth-of-type(3) {
    animation: none;
  }
  #sub.recruitment .recruitment_header {
    height: initial;
    max-height: initial;
    display: block;
    background-image: none;
  }
  #sub.recruitment .recruitment_header .sp img {
    width: 100%;
  }
  #sub.recruitment .recruitment_header .header_inner {
    margin: initial;
    padding: 80px 5% 110px;
    background: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/recruitment_header_sp.svg) no-repeat right top/75%;
  }
  #sub.recruitment .recruitment_header h1 span {
    margin: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
  }
  #sub.recruitment .recruitment_header .header_img {
    display: none;
  }
  #sub.recruitment .recruitment_header .recruitment_lead {
    font-weight: 300;
  }
  #sub.recruitment .recruitment_footer {
    padding: 50px 0;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer {
    display: block;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer > div {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer > div a {
    width: 100%;
    height: 51.25vw;
  }
  #sub.recruitment .recruitment_footer .ct_recruitment_footer > div a .title {
    font-size: 2.4rem;
  }
  #sub.recruitment .recruitment_footer .intern {
    text-align: center;
  }
  #sub .breadcrumb {
    margin: 16px 5% 60px;
    line-height: 1;
  }
  #sub .sub_header {
    position: relative;
    padding: 64px 0;
    height: initial;
    min-height: initial;
    background: #086E39 url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/recruitment_header_sp.svg) no-repeat right top/75%;
  }
  #sub .sub_header h1 {
    line-height: 1;
  }
  #sub .sub_header h1 span {
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #sub .sub_header h1 span img {
    width: 100%;
  }
  #sub.recruitment .entry {
    padding: 152px 0;
    height: initial;
    max-height: initial;
    margin-top: 5rem;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/img_mid03_sp@2x-min.jpg);
    background-position: center;
  }
  #sub.newgrad .entry, #sub.require_newgrad .entry {
    background-color: #009B4A;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/img_new04_sp@2x-min.jpg?v=202603);
  }
  #sub.require_job .job_list {
    padding: 0 5%;
    display: block;
  }
  #sub.require_job .job_list .job_list_text,
#sub.require_job .job_list .job_list_img {
    width: 100%;
  }
  #sub.require_job .job_list .job_list_text {
    margin-bottom: 20px;
  }
  #sub.require_job .job_list .job_list_text .view_more {
    padding: 6px 38px;
    background-size: 30px;
  }
  #sub.require .sub_header {
    background: #086E39 url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/recruitment_header_sp.svg) no-repeat right top/75%;
  }
  #sub.require_newgrad .sub_header {
    background-color: #009B4A;
  }
  #sub.require_career .lead, #sub.require_newgrad .lead, #sub.require_job .lead {
    margin-bottom: 60px;
    text-align: center;
  }
  #sub.require_career #career_list {
    padding: 0 5%;
  }
  #sub.require_career #career_list li {
    width: 49%;
  }
  #sub.require_career #career_list li a {
    padding: 16px 14px;
    font-size: 14px;
  }
  #sub.newgrad .recruitment_header .header_inner {
    padding-bottom: 166px;
  }
  #sub.require .require_point div {
    margin: auto;
  }
  #sub.require .require_point div dl {
    padding: 3rem 2rem;
  }
  #sub.require .require_point div dl dd {
    padding-left: 2rem;
  }
  #sub.require .require_entry ol li {
    margin: 0 auto 2rem;
    padding: 2rem;
    display: block;
  }
  #sub.require .require_entry ol li span {
    margin-right: 2rem;
  }
  #sub.require .require_entry ol li span.bold {
    margin-bottom: 1rem;
  }
  #sub.job_intro .lead {
    text-align: center;
  }
  #sub.job_intro .lead span {
    line-height: 1.6;
  }
  #sub.job_intro .sub_header {
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/job_header01_sp@2x-min.jpg);
    background-size: cover;
  }
  #sub.job_intro .sub_header h1 span {
    display: none;
  }
  #sub.job_intro #intro_visual {
    background: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sub/job_intro/figure_job01.svg) no-repeat -50% 38px/240px, url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sub/job_intro/figure_job02.svg) no-repeat 113% 400px/240px;
  }
  #sub.job_intro #intro_visual img {
    margin: auto;
    width: 90%;
  }
  #sub.job_intro #intro_visual img.over.on {
    margin: auto;
    width: 93%;
    top: 44.5%;
  }
  #sub.job_intro .tab_box .tab_menu {
    margin: 0 2% 0 0;
    padding: 16px 0;
    width: 31%;
    font-size: 17px;
  }
  /*#sub.job_intro .tab_box .tab_menu:nth-of-type(1) {
    margin-left: 5%;
  }*/
  #sub.job_intro .tab_box .tab_contains div.flex .bg_colors,
#sub.job_intro .tab_box .tab_contains .bg_colors {
    margin: auto;
    padding: 10px 20px 30px;
    width: 90%;
  }
  #sub.interview .sub_header, #sub.data .sub_header {
    padding: 47px 0;
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/data_header01@2x-min.jpg);
    background-size: cover;
  }
  #sub.interview .sub_header h1 span, #sub.data .sub_header h1 span {
    display: none;
  }
  #sub.interview .lead, #sub.data .lead {
    margin-bottom: 30px;
    text-align: center;
  }
  #sub.interview .lead span, #sub.data .lead span {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #sub.interview .ct_data dl, #sub.data .ct_data dl {
    margin: 0 auto 20px;
    padding: 30px 20px;
    width: 90%;
    max-width: 90%;
  }
  #sub.interview .sub_header {
    background-image: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/interview_header01_sp@2x-min.jpg);
  }
  #sub.interview .ct_interview {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sub.interview .ct_interview .interview_text {
    margin: auto;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sub.interview .ct_interview .interview_text p.text {
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  #sub.interview .ct_interview .interview_text .interview_info {
    margin-top: 10px;
  }
  #sub.interview .ct_interview .interview_img {
    width: 100%;
  }
  #sub.interview .ct_interview .interview_img img {
    border-radius: 0;
  }
  #sub.interview .ct_interview:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sub.interview_sub .interview_header {
    margin-bottom: 110px;
    height: 89.2vw;
    background-size: 100%;
  }
  #sub.interview_sub .interview_header .interview_title {
    padding: 10px;
    width: 45vw;
  }
  #sub.interview_sub .interview_header .interview_info {
    padding: 30px 5%;
    position: absolute;
    top: 55.75vw;
    left: 0;
    bottom: initial;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  #sub.interview_sub .interview_header .interview_info .pc {
    display: block;
  }
  #sub.interview_sub .interview_header .interview_info p:first-of-type {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #sub.interview_sub .interview_header .interview_info::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18.25vw;
    display: block;
    width: 37vw;
    height: 39.0789473684vw;
    background: url(/files/user/www-nidec-com/nidec-machinetool/recruit/img/sp/figure_top_interview02_sp.svg) no-repeat center/cover;
    opacity: 0.3;
  }
  #sub.interview_sub .interview_header .interview_deco {
    display: none;
  }
  #sub.interview_sub .ct_interview_sub .q01, #sub.interview_sub .ct_interview_sub .q02, #sub.interview_sub .ct_interview_sub .q03, #sub.interview_sub .ct_interview_sub .q04, #sub.interview_sub .ct_interview_sub .q_04-05 {
    margin: 0 auto;
    display: block;
  }
  #sub.interview_sub .ct_interview_sub .q01 dl, #sub.interview_sub .ct_interview_sub .q01 .q_img, #sub.interview_sub .ct_interview_sub .q02 dl, #sub.interview_sub .ct_interview_sub .q02 .q_img, #sub.interview_sub .ct_interview_sub .q03 dl, #sub.interview_sub .ct_interview_sub .q03 .q_img, #sub.interview_sub .ct_interview_sub .q04 dl, #sub.interview_sub .ct_interview_sub .q04 .q_img, #sub.interview_sub .ct_interview_sub .q_04-05 dl, #sub.interview_sub .ct_interview_sub .q_04-05 .q_img {
    margin: 0 auto 60px;
    padding: 0 5%;
    width: 100%;
    max-width: 100%;
  }
  #sub.interview_sub .ct_interview_sub .q01 dl dt, #sub.interview_sub .ct_interview_sub .q02 dl dt, #sub.interview_sub .ct_interview_sub .q03 dl dt, #sub.interview_sub .ct_interview_sub .q04 dl dt, #sub.interview_sub .ct_interview_sub .q_04-05 dl dt {
    padding-right: 0;
  }
  #sub.interview_sub .ct_interview_sub .q01 dl dl, #sub.interview_sub .ct_interview_sub .q02 dl dl, #sub.interview_sub .ct_interview_sub .q03 dl dl, #sub.interview_sub .ct_interview_sub .q04 dl dl, #sub.interview_sub .ct_interview_sub .q_04-05 dl dl {
    padding: 0;
  }
  #sub.interview_sub .ct_interview_sub .q01 dl dl dt, #sub.interview_sub .ct_interview_sub .q02 dl dl dt, #sub.interview_sub .ct_interview_sub .q03 dl dl dt, #sub.interview_sub .ct_interview_sub .q04 dl dl dt, #sub.interview_sub .ct_interview_sub .q_04-05 dl dl dt {
    padding-right: 14px;
    line-height: 1.5;
  }
  #sub.interview_sub .ct_interview_sub .q01 dl dl.schedule, #sub.interview_sub .ct_interview_sub .q02 dl dl.schedule, #sub.interview_sub .ct_interview_sub .q03 dl dl.schedule, #sub.interview_sub .ct_interview_sub .q04 dl dl.schedule, #sub.interview_sub .ct_interview_sub .q_04-05 dl dl.schedule {
    margin-bottom: 20px;
  }
  #sub.interview_sub .ct_interview_sub .q01 dl dl.schedule dd, #sub.interview_sub .ct_interview_sub .q02 dl dl.schedule dd, #sub.interview_sub .ct_interview_sub .q03 dl dl.schedule dd, #sub.interview_sub .ct_interview_sub .q04 dl dl.schedule dd, #sub.interview_sub .ct_interview_sub .q_04-05 dl dl.schedule dd {
    padding: 8px 14px;
  }
  #sub.interview_sub .ct_interview_sub .q01 .q_img img, #sub.interview_sub .ct_interview_sub .q02 .q_img img, #sub.interview_sub .ct_interview_sub .q03 .q_img img, #sub.interview_sub .ct_interview_sub .q04 .q_img img, #sub.interview_sub .ct_interview_sub .q_04-05 .q_img img {
    border-radius: 20px;
  }
  #sub.interview_sub .ct_interview_sub .q_img_out {
    margin: 0 auto 60px;
    padding: 0 5%;
    width: 100%;
    max-width: 100%;
  }
  #sub.interview_sub .ct_interview_sub .q_img_out img {
    border-radius: 20px;
  }
  footer {
    padding-bottom: 40px;
  }
  footer nav.inner {
    display: none;
  }
  footer .copyright {
    padding-top: 1em;
  }
}
/*----------------------------------------------------------*/
/* スマホ用のCSS */
/*----------------------------------------------------------*/
@media only screen and (max-width: 450px) {
  #top .kv {
    height: 196.5vw;
    min-height: initial;
  }
  #top #vision .con01 {
    height: 320vw;
  }
}/*# sourceMappingURL=recruit_sp.css.map */
