@charset "UTF-8";
/*
Theme Name: NANK SAIYO
Description:南国警備採用サイトwordpressデザイン
Theme URI: https://saiyo.nank.jp
Author: yuria shoji
Author URI: https://kiu.co.jp
Version: 1.0
*/

html {
    font-size: 62.5%;
    scroll-padding-top: 66px;
}

body {
    position: relative;
    line-height: 1.6;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #8DD6DF;
    text-shadow: none;
}

::selection {
    background: #8DD6DF;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p {
    margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

a {
    color: #fff;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.mb10 {
    margin: 0 0 10px;
}

.mb20 {
    margin: 0 0 20px;
}

.mb30 {
    margin: 0 0 30px;
}

.mb40 {
    margin: 0 0 40px;
}

.f12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.ctr {
    text-align: center;
}

.lft {
    text-align: left;
}

.rgt {
    text-align: right;
}

.wrapper {
    margin: 0 20px;
}

.pc {
    display: none;
}

/* ==============
    MOBILE: Header
   ============== */

#header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    margin: 0;
    padding: 12px 0;
    box-sizing: border-box;
    background-color: #000;
    z-index: 2;
}

#top #header-container{
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

#header-container .wrapper {
    position: relative;
}

#header-container .logo {
    margin: 0;
    padding: 0;
}

#header-container .logo a {
    display: block;
    overflow: hidden;
    width: 168px;
    height: 0;
    margin: 7px 0;
    padding: 27px 0 0;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 168px 27px;
}

#header-container #nav-container .logo a {
    margin: 0 0 20px;
}

/* Fixed reset */
#header-container.fixed {
    background: rgba(255, 255, 255, 0.8);
}

#mobile-head {
    width: 100%;
    padding: 0;
    position: relative;
}

#header-container.fixed .logo,
#header-container .logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px;
}

#nav-container {
    position: relative;
    margin: -56px -20px 0;
}

#g-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -2000px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 18px 20px 40px 60px;
    background: #274D6F url(../img/nav_bg@3x.png) repeat-y  12px top;
    background-size: 16px 14px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9999;
}

#g-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#g-nav ul li {
    float: none;
    position: relative;
    margin: 0 0 28px;
    padding: 0 10px;
}

#header-container #g-nav ul li a,
#header-container #g-nav .toggle-ttl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #fff;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 18px; font-size: 1.8rem;
    text-align: left;
    color: #FFF000;
    font-weight: bold;
}

#header-container #g-nav ul li.main-menu{
    position: relative;
}

#header-container #g-nav ul li.main-menu a span{
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 11px; font-size: 1.1rem;
    vertical-align: middle;
    font-weight: normal;
}

#header-container #g-nav .toggle-btn{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0 !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

#header-container #g-nav .toggle-btn:before,
#header-container #g-nav .toggle-btn:after{
    display: block;
    content: '';
    background: #fff;
    position: absolute;
    width: 22px;
    height: 1px;
    top: 11px;
    left: 0;
}

#header-container #g-nav .toggle-btn:before {
    width: 1px;
    height: 22px;
    top: 0;
    left: 11px;
}

#header-container #g-nav .toggle-ttl.selected .toggle-btn:before {
    content: none;
    display: none;
}

#header-container #g-nav ul li dd{
    display: none;
}

#header-container #g-nav ul li .sub-menu{
    margin: 2px 0 0;
    background: #646F89;
}

#header-container #g-nav ul li .sub-menu li{
    margin: 0;
}

#header-container #g-nav ul li .sub-menu li a {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 15px;
    border: 0;
    font-size: 15px; font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
}

#header-container #g-nav ul li .sub-menu li a::after{
    position: absolute;
    content: " ";
    top: 50%;
    left: 0;
    width: 7px;
    height: 12px;
    margin: -6px 0 0;
    background: url(../img/nav_arrow@3x.png) no-repeat left top;
    background-size: 7px 12px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    transform: rotate(330deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-330deg);
    -moz-transform: rotate(-330deg);
    transform: rotate(-330deg);
}

/* #global-nav スライドアニメーション */
.open #g-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(2000px);
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
}

/* Toggle Button */
#nav-toggle {
    position: absolute;
    display: block;
    top: -7px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 12px 8px;
    border-radius: 2px;
    box-sizing: border-box; 
    background: #273A45;
    cursor: pointer;
    z-index: 10000;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 7px;
}

#nav-toggle span:nth-child(3) {
    top: 14px;
}

.nav-contact{
    position: absolute;
    top: 12px;
    right: 68px;
}

.btn-yellow{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border-radius: 2px !important;
    background: #FFEF00;
    color: #273945;
    text-align: center;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
}

#header-container #g-nav .nav-sns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 40px;
}

#header-container #g-nav .nav-sns li{
    margin: 0 10px;
    padding: 0;
}

#header-container #g-nav .nav-sns li a{
    border: 0;
}

#header-container #g-nav .nav-sns li:first-child{
    width: 52px;
}

#header-container #g-nav .nav-sns li:last-child {
    width: 35px;
}

#header-container #g-nav .nav-link li{
    margin: 0 0 15px;
}

#header-container #g-nav .nav-link li a{
    position: relative;
    display: block;
    height: auto;
    line-height: 1;
    border: 0;
    color: #fff;
    font-size: 13px; font-size: 1.3rem;
    font-weight: normal;
}

#header-container #g-nav .nav-link li a::after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 12px;
    padding: 0 0 0 10px;
    background: url(../img/ico_link@3x.png) no-repeat right top;
    background-size: 15px 12px;
}

/* ==============
    MOBILE: Main
   ============== */

#main-container{
    padding: 66px 0 0;
}

#top #main-container{
    padding: 0;
}

/*TOP*/

.main-visual{
    position: relative;
}

.main-copy{
    position: absolute;
    overflow: hidden;
    display: block;
    top: 44%;
    left: 50%;
    width: 53px;
    height: 0;
    margin: 0 0 0 -26px;
    padding: 186px 0 0;
    background: url(../img/main_txt@3x.png) no-repeat left top;
    background-size: 53px 186px;
}

#top-hero{
    padding: 0 0 55px;
}

.logo-hero-box{
    position: relative;
    margin: 0 0 40px;
}

.logo-hero-box .logo-hero{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -145px;
}

.hx-top{
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 24px; font-size: 2.4rem;
    text-align: center;;
}

.top-txt{
    line-height: 1.6;
    margin: 0 0 25px;
    text-align: center;
    font-size: 15px; font-size: 1.5rem;
    font-weight: bold;
}

.btn-box{
    margin: 0 auto;
    text-align: center;
}

.btn-box.rgt{
    text-align: right;
}

.btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
}

.btn-navy{
    position: relative;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #274D6F;
    text-decoration: none;
    text-align: center;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
    transition: all .3s;
}

.btn-navy::after{
    position: absolute;
    content: " ";
    display: block;
    top: 50%;
    right: 26px;
    width: 8px;
    height: 11px;
    margin: -5px 0 0;
    background: url(../img/ico_btn_arrow@3x.png) no-repeat left top;
    background-size: 8px 11px;
}

.btn-navy:hover{
    background: #646F89;
}

#top-hero .btn-box{
    margin: 0 auto 53px;
}

#top-merit{
    padding: 45px 0 16px;
    background: #273A45 url(../img/bg_top_merit@3x.png) repeat left top;
    background-size: 187px 70px;
}

.hx-merit{
    margin: 0 0 42px;
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.li-merit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px;
}

.li-merit li{
    width: 50%;
    margin: 0 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
}

#top-merit p{
    font-size: 10px; font-size: 1.0rem;
}

#top-work{
    padding: 32px 0 20px;;
}

#top-work p,
#top-company p{
    margin: 0 0 42px;
}

#top-work .hx-bg-work{
    height: 120px;
    margin: 0 0 24px;
    padding: 18px 0;
    box-sizing: border-box;
    background: url(../img/bg_hx_top_work@3x.png) no-repeat right -51px top;
    background-size: 322px 120px;
}

#top-work .hx-work{
    overflow: hidden;
    display: block;
    width: 192px;
    height: 0;
    margin: 0 0 0 20px;
    padding: 84px 0 0;
    background: url(../img/hx_top_work@3x.png) no-repeat left top;
    background-size: 192px 84px;
}

.img-btn-box li{
    position: relative;
    display: block;
    width: 299px;
    height: 70px;
    margin: 0 auto 27px;
    overflow: hidden;
    cursor: pointer;
}

.img-btn-box li img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.img-btn-box li:hover img:nth-of-type(2){
    opacity: 0;
}


#top-interview,
#top-person{
    background: #273A45;
}

.hx-bg-sakurajima{
    padding: 23px 0;
    background: url(../img/bg_hx_sakurajima@2x.png) no-repeat center center;
    background-size: cover;
}

.hx-interview,
.hx-message{
    overflow: hidden;
    display: block;
    width: 250px;
    height: 0;
    margin: 0 auto;
    padding: 88px 0 0;
    background: url(../img/hx_top_interview@3x.png) no-repeat left top;
    background-size: 250px 88px;
}

.hx-interview{
    background: url(../img/hx_top_interview@3x.png) no-repeat left top;
    background-size: 250px 88px;
}

.hx-message {
    background: url(../img/hx_top_message@3x.png) no-repeat left top;
    background-size: 250px 88px;
}

#top-interview{
    padding: 0 0 20px;
}

#top-interview .hx-bg-sakurajima{
    margin: 0 0 50px;
}

#top-interview .pc-flex:first-of-type{
    margin: 0 0 70px;
}

#top-interview .mov-ttl{
    line-height: 1;
    margin: 0 0 18px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #FFF000;
}

#top-interview .mov-box{
    margin: 0 0 20px;
}

#top-company {
    padding: 53px 0 66px;
}

#top-company .hx-bg-company {
    height: 120px;
    margin: 0 0 24px;
    padding: 18px 0;
    box-sizing: border-box;
    background: url(../img/bg_hx_top_company_sp@3x.png) no-repeat right top;
    background-size: 283px 120px;
}

#top-company .hx-company {
    overflow: hidden;
    display: block;
    width: 197px;
    height: 0;
    margin: 0 0 0 20px;
    padding: 84px 0 0;
    background: url(../img/hx_top_company@3x.png) no-repeat left top;
    background-size: 197px 84px;
}

#top-person{
    padding: 0 0 30px;
}

#top-person .hx-bg-person {
    height: 120px;
    margin: 0 0 28px;
    padding: 18px 0;
    box-sizing: border-box;
    background: url(../img/bg_hx_top_person_sp@3x.png) no-repeat left top;
    background-size: 300px 120px;
}

#top-person .hx-person {
    overflow: hidden;
    display: block;
    width: 193px;
    height: 0;
    margin: 0 20px 0 auto;
    padding: 84px 0 0;
    background: url(../img/hx_top_person@3x.png) no-repeat left top;
    background-size: 193px 84px;
    text-align: right;
}

#top-person p{
    margin: 0 0 72px;
}

#top-person .data-ttl{
    width: 337px;
    margin: 0 -20px 8px;
    padding: 0 6px;
}

#top-person .img-box{
    margin: 0 -20px;
}

#top-faq{
    padding: 48px 0 70px;
}

#top-faq .hx-bg-faq {
    height: 120px;
    margin: 0 0 28px;
    padding: 18px 0;
    box-sizing: border-box;
    background: url(../img/bg_hx_top_faq_sp@3x.png) no-repeat right top;
    background-size: 375px 120px;
}

#top-faq .hx-faq {
    overflow: hidden;
    display: block;
    width: 190px;
    height: 0;
    margin: 0 0 0 20px;
    padding: 84px 0 0;
    background: url(../img/hx_top_faq@3x.png) no-repeat left top;
    background-size: 190px 84px;
}

.li-faq li{
    margin: 0 0 26px;
}

.li-faq li:last-child{
    margin: 0 0 20px;
}

.li-faq li a{
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 17px;
    box-sizing: border-box;
    background: #FFF000;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
}

.li-faq li a:hover{
    background: #000;
    color: #FFF000;
}

.li-faq li a::before{
    position: absolute;
    content: "chevron_right";
    right: 17px;
    top: 50%;
    line-height: 1;
    margin: -0.5em 0 0;
    font-family: "Material Icons";
    color: #000;
    font-size: 20px; font-size: 2.0rem;
}

.li-faq li a:hover::before {
    color: #FFF000;
}

#top-message {
    padding: 0 0 70px;
}

#top-message .hx-bg-sakurajima{
    margin: 0 0 30px;
}

#top-message .msg-txt{
    line-height: 1.5;
    margin: 25px 0 16px;
    font-size: 17px; font-size: 1.7rem;
    font-weight: bold;
}

#top-message .name{
    margin: 0 0 20px;
}

/*下層*/

.sub{
    padding: 0 0 80px;
}

.hx-bg-navy{
    height: 41px;
    line-height: 41px;
    margin: 0 0 23px;
    background: #264D6F;
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
}

#benefits p,
#training p{
    margin: 0 0 36px;
}

#benefits .mb{
    margin: 0 0 65px;
}

.dl-base{
    margin: 0 0 65px;
}

.dl-base dt{
    margin: 0 0 20px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.dl-base dd{
    margin: 0 0 36px;
}

.dl-base dd img{
    display: block;
    margin: 15px 0 0;
}

.hx-sub-bg{
    margin: 0 0 18px;
    padding: 43px 0;
    background: url(../img/bg_hx_sub_sakurajima_sp@2x.png) no-repeat center center;
    background-size:cover;
}

.hx-sub-bg.job {
    margin: 0;
    padding: 43px 0;
    background: url(../img/bg_hx_sub_job_sp@3x.png) no-repeat center center;
    background-size: cover;
}

.hx-sub-bg.men {
    position: relative;
    margin: 0 0 23px;
    padding: 103px 0 18px;
    background: url(../img/bg_hx_men_sp@3x.png) no-repeat center bottom;
    background-size: contain;
}

.hx-sub-bg.women {
    position: relative;
    margin: 0 0 23px;
    padding: 103px 0 18px;
    background: url(../img/bg_hx_women_sp@3x.png) no-repeat center bottom;
    background-size: contain;
}

.hx-sub-bg.men::before,
.hx-sub-bg.women::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../img/bg_sub_ptn_top@3x.png) repeat-x left top;
    background-size: 9px 8px;
}

.hx-sub-bg.men::after,
.hx-sub-bg.women::after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(../img/bg_sub_ptn_btm@3x.png) repeat-x left top;
    background-size: 9px 7px;
}

.hx-sub{
    overflow: hidden;
    display: block;
    width: 255px;
    height: 0;
    margin: 0 auto;
    padding: 79px 0 0;
}

.hx-sub-y {
    overflow: hidden;
    display: block;
    width: 217px;
    height: 0;
    margin: 0 auto;
    padding: 51px 0 0;
}

.hx-sub.vm{
    background: url(../img/hx-vm@3x.png) no-repeat left top;
    background-size: 255px 79px;
}

.hx-sub.wlb {
    background: url(../img/hx-wlb@3x.png) no-repeat left top;
    background-size: 255px 79px;
}

.hx-sub.policy {
    background: url(../img/hx_policy@3x.png) no-repeat left top;
    background-size: 255px 78px;
}

.hx-sub.interviews {
    background: url(../img/hx-interviews@3x.png) no-repeat left top;
    background-size: 255px 79px;
}

.hx-sub.p-message {
    background: url(../img/hx-p-message@3x.png) no-repeat left top;
    background-size: 255px 79px;
}

.hx-sub.faq {
    background: url(../img/hx-faq@3x.png) no-repeat left top;
    background-size: 255px 79px;
}

.hx-sub.entry-form {
    background: url(../img/hx_entry_form@3x.png) no-repeat left top;
    background-size: 265px 81px;
}

.hx-sub.joblist {
    background: url(../img/hx_joblist@3x.png) no-repeat left top;
    background-size: 266px 81px;
}

.hx-sub-y.benefits {
    background: url(../img/hx_benefits_sp@3x.png) no-repeat left top;
    background-size: 217px 51px;
}

.hx-sub-y.training {
    background: url(../img/hx_training_sp@3x.png) no-repeat left top;
    background-size: 217px 51px;
}

.hx-sub-y.ourjob {
    background: url(../img/hx_ourjob_sp@3x.png) no-repeat left top;
    background-size: 217px 51px;
}

.hx-sub-y.attraction {
    background: url(../img/hx_attraction_sp@3x.png) no-repeat left top;
    background-size: 217px 51px;
}

.hx-vm{
    line-height: 1;
    margin: 0 0 30px;
    font-size: 25px; font-size: 2.5rem;
    text-align: center;
}

.hx-vm span{
    display: block;
    margin: 15px 0 0;
    font-size: 18px; font-size: 1.8rem;
}

#vision-mission p {
    margin: 0 0 27px;
}

.box-white{
    background: #fff;
    color: #000;
}

#vision-mission .box-white{
    margin: 0 0 88px;
    padding: 16px 20px 20px;
}

.hx-navy{
    margin: 0 0 30px;
    font-size: 18px; font-size: 1.8rem;
    text-align: center;
    color: #284D6F;
}

#vision-mission .li-base li{
    margin: 0 0 28px;
}

#vision-mission .li-base li:last-child{
    margin: 0;
}

#work-life-balance p {
    margin: 0 0 55px;
}

#work-life-balance .hx-bg-navy,
#training .hx-bg-navy{
    margin: 0;
}

.hx-bn{
    margin: 0 0;
    font-size: 18px; font-size: 1.8rem;
    text-align: center;
}

#work-life-balance .hx-bn{
    margin: 0 0 39px;
}

#work-life-balance .box-white{
    margin: 0 0 48px;
    padding: 15px 20px;
}

#work-life-balance .box-white:last-of-type{
    margin: 0;
}

#work-life-balance .dl-base{
    margin: 0;
}

#work-life-balance .dl-base dt{
    font-size: 15px; font-size: 1.5rem;
    margin: 0;
}

#work-life-balance .dl-base dd{
    margin: 0 0 30px;
}

#work-life-balance .dl-base dd:last-of-type{
    margin: 0;
}

#interviews p{
    margin: 0 0 30px;
}

.li-interviews li{
    margin: 0 0 110px;    
}

.li-interviews li dt{
    line-height: 1;
    margin: 0 0 30px;
    color: #FFF000;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.youtube-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.li-interviews li .youtube-box{
    margin: 0 0 20px;
}

.hx-msg{
    font-size: 25px; font-size: 2.5rem;
}

#president-message .hx-msg{
    line-height: 1;
    margin: 0 0 25px;
    text-align: center;
}

#president-message .youtube-box{
    margin: 0 0 25px;
}

.hx-pm-ttl{
    line-height: 1.6;
    margin: 0 0 10px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;;
}

.p-name{
    margin: 0 0 80px;
    text-align: center;
}

.hx-pm-sub{
    margin: 0 0 40px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.hx-pm-sub .inner{
    display: block;
    margin: 0 0 23px;
    font-size: 15px; font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
}

.hx-pm-sub .inner .bdr{
    display: inline-block;
    padding: 0 10px 8px;
    border-bottom: 1px solid #fff;
}

#president-message p{
    margin: 0 0 60px;
}

#president-message p.mbl{
    margin: 0 0 70px;
}

#president-message p:last-of-type{
    margin: 0;
}

#president-message .sec{
    margin: 0 0 60px;
}

.dl-faq dt {
    position: relative;
    line-height: 1;
    margin: 38px 0 0;
    padding: 15px 40px 15px 10px;
    background: #FFEF00;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.dl-faq dt .toggle-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.dl-faq dt .toggle-btn:before,
.dl-faq dt .toggle-btn:after {
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dl-faq dt .toggle-btn:before {
    width: 3px;
    height: 20px;
}

.dl-faq dt.toggle-ttl.selected .toggle-btn:before {
    content: normal;
    background: transparent;
}

.dl-faq dt:first-of-type {
    margin: 0;
}

.dl-faq dd {
    display: none;
    padding: 13px 25px 20px;
    background: #fff;
    color: #000;
}

.faq-img{
    display: block;
}

#recruitment-message{
    padding: 0 !important;
    background: linear-gradient(to bottom, #000, #061424, #0B4A93);
}

#recruitment-message .inner{
    padding: 20px 0 86px;
    background: url(../img/bg_recruitment_message_sp@3x.png) no-repeat right -106px top 89px;
    background-size: 323px 926px;
}

.hx-rmsg{
    line-height: 1.5;
    margin: 0 0 50px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.hx-rmsg span{
    display: block;
    margin: 20px 0 0;
    font-size: 24px; font-size: 2.4rem;
}

#recruitment-message p{
    line-height: 1.5;
    margin: 0 0 38px;
}

.bg-navy{
    background: #284D6F;
}

.bg-white {
    background: #fff;
}

#attraction01,
#attraction02{
    padding-top: 66px;
    margin-top: -66px;
}

#attraction .page-link{
    display: flex;
    justify-content: space-between;
    margin: 0 -9px 40px;
}

#attraction .page-link li{
    width: 50%;
    padding: 0 9px;
    box-sizing: border-box;
}

#attraction .page-link li a{
    display: block;
    height: 130px;
    line-height: 1;
    padding: 10px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#attraction .page-link li:first-child a{
    background: url(../img/attraction_link_01@3x.png) no-repeat center bottom 10px;
    background-size: 53px 90px;
}

#attraction .page-link li:last-child a {
    background: url(../img/attraction_link_02@3x.png) no-repeat center bottom 10px;
    background-size: 53px 90px;
}

#attraction .bg-navy,
#attraction .bg-white{
    margin: 0 -20px;
    padding: 0 20px;
}

#attraction .hx-attraction{
    line-height: 1;
    margin: 0;
    padding: 25px 0;
    font-size: 25px; font-size: 2.5rem;
    text-align: center;
}

#attraction .hx-attraction img{
    display: block;
    margin: 20px auto 0;
}

#attraction .hx-attraction.etw img {
    width: 60px;
}

#attraction .hx-attraction.salary img {
    width: 58px;
}

#attraction .hx-attraction.data img{
    width: 78px;
}

#attraction .bg-navy p{
    line-height: 1.8;
    margin: 0 0 30px;
}

#attraction .bg-navy p:last-of-type{
    margin: 0;
    padding: 0 0 36px;
}

#attraction01 .bg-white{
    padding: 0 20px 70px;
}

#attraction .hx-shift{
    position: relative;
    margin: 0 0 25px;
    padding: 48px 0 8px;
    background-image: repeating-linear-gradient(45deg, transparent 0 2px, #274D6F 2px 4px);
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: bottom;
    color: #284D6F;
    font-size: 22px; font-size: 2.2rem;
    text-align: center;
}

#attraction .dl-shift{
    margin: 0 0 25px;
}

#attraction .dl-shift:first-of-type{
    padding: 0 0 0 107px;
    background: url(../img/attraction_shift_person_01@3x.png) no-repeat left bottom;
    background-size: 100px 99px;
}

#attraction .dl-shift:last-of-type {
    padding: 0 0 0 107px;
    background: url(../img/attraction_shift_person_02@3x.png) no-repeat left bottom;
    background-size: 100px 99px;
}

#attraction .dl-shift dt{
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
    color: #284D6F;
    font-size: 18px; font-size: 1.8rem;
}

#attraction .dl-shift dd{
    position: relative;
    color: #000;
}

#attraction .dl-shift dd span{
    position: absolute;
    top: -40px;
    right: 0;
}

.shift-img{
    display: block;
    margin: 0 0 50px;
}

.paid-leave{
    padding: 0 26px 16px;
    border: 2px solid #284D6F;
}

.paid-leave dt{
    position: relative;
    width: 204px;
    margin: 0 auto 24px;
    font-size: 23px; font-size: 2.3rem;
    font-weight: bold;
    color: #284D6F;
}

.paid-leave dt .num{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 39px; font-size: 3.9rem;
}

.paid-leave dt .percent{
    font-size: 20px; font-size:2.0rem;
}

.paid-leave dt .note{
    position: absolute;
    display: block;
    left: 0;
    bottom: -5px;
    color: #000;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.paid-leave dd{
    color: #000;
}

#attraction .li-salary{
    padding: 64px 0;
}

#attraction .li-salary li{
    margin: 0 0 64px;
}

#attraction .li-salary li:last-child{
    margin: 0;
}

#attraction .li-salary li dt{
    margin: 0 0 25px;
    padding: 0 30px 10px;
    border-bottom: 1px solid #707070;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}

#attraction .li-salary li dd{
    padding: 0 55px;
    color: #000;
}

#attraction .li-salary li dd .total dt{
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    color: #284D6F;
    font-size: 15px; font-size: 1.5rem;
}

#attraction .li-salary li dd .li-dot{
    margin: 0 0 20px;
}

#attraction .li-salary li dd .li-dot li {
    position: relative;
    margin: 0 0 13px;
    padding: 0 0 0 24px;
    font-size: 18px;
    font-size: 1.8rem;
}

#attraction .li-salary li dd .li-dot li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: " ";
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    border-radius: 7px;
    background: #284D6F;
}

#attraction .li-salary li dd .total dd{
    height: 60px;
    line-height: 60px;
    padding: 0;
    background: #456AB4;
    color: #fff;
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

#attraction .li-salary li dd .total dd span{
    font-size: 25px; font-size: 2.5rem;
}

#attraction .li-data{
    padding: 48px 0;
}

#attraction .li-data li{
    margin: 0 0 60px;
}

#attraction .li-data li dt{
    line-height: 1;
    margin: 0 0 24px;
    font-size: 24px; font-size: 2.4rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}

#attraction .li-data li dd{
    margin: 0 auto;
}

#attraction .li-data li dd span{
    display: block;
    color: #284D6F;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}

#attraction .li-data li:first-child dd{
    width: 241px;
}

#attraction .li-data li:nth-child(2) dd {
    width: 273px;
}

#attraction .li-data li:nth-child(3) dd {
    width: 160px;
}

#attraction .li-data li:last-child dd{
    width: 330px;
}

#training .bg-white{
    padding: 20px;
    color: #000;
}

#training .li-training li{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

#training .li-training li .txt-box{
    flex: 1;
}

#training .li-training li .txt-box dt{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 16px; font-size: 1.6rem;
}

#training .li-training li .txt-box dd{
    font-size: 14px; font-size: 1.4rem;
}

#training .li-training li .img-box {
    width: 140px;
    margin: 0 10px 0 0;
}

#training .bg-blue{
    padding: 15px;
    background: #DDF1FC;
}

#training .bg-blue h3{
    line-height: 1;
    margin: 0 0 12px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    color: #E83F22;
    text-align: center;
}

#training .bg-blue dl{
    color: #000;
}

#training .bg-blue dt{
    line-height: 1;
    margin: 0 0 12px;
    font-weight: bold;
    font-size: 15px; font-size: 1.5rem;
    text-align: center;
}

#training .bg-blue dd{
    line-height: 1.6;
}

#training .bg-navy{
    margin: 46px 0 68px;
    padding: 20px 20px 32px;
    color: #fff;
}

#training .hx-white{
    line-height: 1;
    margin: 10px 0 20px;
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

#training .bg-navy p{
    margin: 0;
}

#training .li-career-arrow{
    width: 237px;
    margin: 0 auto;
}

#training .li-career-arrow li{
    position: relative;
    height: 70px;
    margin: 0 0 36px;
    border-radius: 14px;
    box-sizing: border-box;
    background: #284D6F;
    color: #fff;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

#training .li-career-arrow li::before{
    position: absolute;
    content: " ";
    bottom: -32px;
    left: 50%;
    width: 15px;
    height: 32px;
    margin: 0 0 0 -7px;
    background: url(../img/training_arrow@3x.png) no-repeat left top;
    background-size: 15px 32px;
}

#training .li-career-arrow li:last-child::before{
    content: normal;
}

#training .li-career-arrow li .inner{
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
}

#training .li-career-arrow li .inner p{
    margin: 0;
}

#training .li-career-arrow li span{
    display: block;
    font-size: 15px; font-size: 1.5rem;
    font-weight: normal;
}

#ourjob p.top-txt{
    margin: 0 0 30px;
}

#ourjob .page-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px 25px;
}

#ourjob .page-link li{
    width: 50%;
    margin: 0 0 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

#ourjob .page-link li a{
    position: relative;
    display: block;
    height: 56px;
    line-height: 1;
    padding: 12px 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    background: #284D6F;
    color: #fff;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

#ourjob .page-link li a:hover{
    background: #646F89;
}

#ourjob .page-link li a::before{
    position: absolute;
    bottom: 10px;
    left: 50%;
    content: " ";
    width: 14px;
    height: 7px;
    margin: 0 0 0 -7px;
    background: url(../img/ourjob_arrow@3x.png) no-repeat left top;
    background-size: 14px 7px;
}

#ourjob .dl-arrow{
    margin: 0 0 56px;
}

#ourjob .dl-arrow dt{
    position: relative;
    line-height: 1;
    margin: 0 0 22px;
    text-align: center;
    font-weight: bold;
}

#ourjob .dl-arrow dt::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 27px;
    height: 15px;
    background: url(../img/ourjob_arrow_left@3x.png) no-repeat left top;
    background-size: 27px 15px;
}

#ourjob .dl-arrow dt::after {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    width: 27px;
    height: 15px;
    background: url(../img/ourjob_arrow_right@3x.png) no-repeat left top;
    background-size: 27px 15px;
}

#ourjob .li-ourjob{
    width: 240px;
    margin: 0 auto;
    padding: 0 0 16px;
    text-align: center;
}

#ourjob .li-ourjob li{
    width: 240px;
    height: 240px;
    margin: 0 0 36px;
    padding: 29px 0 0;
    border-radius: 120px;
    box-sizing: border-box;
    background: #264D6F;
}

#ourjob .li-ourjob li .num{
    line-height: 1;
    display: block;
    margin: 0 0 10px;
    font-size: 30px; font-size: 3.0rem;
}

#ourjob .li-ourjob li dt{
    line-height: 1;
    margin: 0 0 15px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    color: #FFF000;
}

#ourjob .li-ourjob li dt span{
    display: block;
    margin: 4px 0 0;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

#ourjob01 .bg-white{
    padding: 60px 0 10px;
}

#ourjob02 .bg-white,
#ourjob03 .bg-white,
#ourjob04 .bg-white{
    padding: 0 0 35px;
}

#ourjob .hx-ourjob{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 170px;
    margin: 0 0 35px;
    font-size: 18px; font-size: 1.8rem;
}

#ourjob .hx-ourjob.traffic{
    background: url(../img/ourjob_hx_01_sp@3x.jpg) no-repeat center center;
    background-size: cover;
}

#ourjob .hx-ourjob.event {
    background: url(../img/ourjob_hx_02_sp@3x.jpg) no-repeat center center;
    background-size: cover;
}

#ourjob .hx-ourjob.facility {
    background: url(../img/ourjob_hx_03_sp@3x.jpg) no-repeat center center;
    background-size: cover;
}

#ourjob .hx-ourjob.machine {
    background: url(../img/ourjob_hx_04_sp@3x.jpg) no-repeat center center;
    background-size: cover;
}

#ourjob .hx-navy{
    margin: 0 0 35px;
}

#ourjob .hx-navy.small{
    font-size: 16px; font-size: 1.6rem;
}

#ourjob .bg-white p{
    margin: 0 0 35px;
    color: #000;
    text-align: left;
}

#ourjob .sp-img{
    display: block;
    margin: 0 -20px 45px;
}

#ourjob .dl-schedule dt{
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 0 38px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

#ourjob .dl-schedule dt.day{
    color: #F39800;
}

#ourjob .dl-schedule dt.day::before{
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ourjob_ico_day@3x.png) no-repeat left top;
    background-size: 30px;
}

#ourjob .dl-schedule dt.night{
    color: #243594;
}

#ourjob .dl-schedule dt.night::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ourjob_ico_night@3x.png) no-repeat left top;
    background-size: 30px;
}

#ourjob .dl-schedule dd{
    position: relative;
    margin: 0 0 56px;
}

#ourjob .dl-schedule dd::before {
    position: absolute;
    content: " ";
    top: 8px;
    left: 4px;
    width: 1px;
    height: calc(100% - 1.5em);
    border-left: 1px dashed #284D6F;
}

#ourjob .dl-schedule li{
    position: relative;
    display: flex;
    margin: 0 0 28px;
    padding: 0 0 0 17px;
    color: #284D6F;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

#ourjob .dl-schedule li::before{
    position: absolute;
    content: " ";
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #284D6F;
}

#ourjob .dl-schedule li .time{
    width: 75px;
    margin: 0 10px 0 0;
}

#ourjob .schedule-flex .dl-schedule li .time {
    text-align: right;
}

#ourjob .dl-schedule li .txt-box {
    flex: 1;
}

#ourjob .bg-gray{
    margin: 0 0 24px;
    padding: 30px 18px;
    background: #E8E8E8;
    color: #000;
}

#ourjob .hx-arrow {
    position: relative;
    line-height: 1;
    width: 180px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px; font-size: 1.8rem;
    color: #284D6F;
}

#ourjob .hx-arrow::before {
    position: absolute;
    content: " ";
    top: 50%;
    left: -40px;
    width: 27px;
    height: 15px;
    margin: -7px 0 0;
    background: url(../img/ourjob_arrow_left@3x.png) no-repeat left top;
    background-size: 27px 15px;
}

#ourjob .hx-arrow::after {
    position: absolute;
    content: " ";
    top: 50%;
    right: -40px;
    width: 27px;
    height: 15px;
    margin: -7px 0 0;
    background: url(../img/ourjob_arrow_right@3x.png) no-repeat left top;
    background-size: 27px 15px;
}

#ourjob .li-traffic li{
    margin: 0 0 35px;
}

#ourjob .li-traffic li dl{
    position: relative;
}

#ourjob .li-traffic li dt{
    position: absolute;
    top: 20px;
    right: -18px;
    display: inline-block;
    width: 51%;
    height: 33px;
    line-height: 33px;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}

#ourjob .li-traffic li:nth-child(2) dt{
    top: 20px;
    right: inherit;
    left: -18px;
}

#ourjob .li-traffic li dd{
    position: relative;
}

#ourjob .li-traffic li dd img{
    position: absolute;
    width: 240px;
    left: -38px;
}

#ourjob .li-traffic li:nth-child(2) dd img{
    left: inherit;
    right: -38px;
}

#ourjob .li-traffic li dd span{
    display: block;
    padding: 158px 0 0;
}

/*求人*/

#apply .bg-white{
    padding: 25px 0;
    color: #000;
}

#apply .txt{
    margin: 0 0 35px;
}

#apply .policy{
    color: #000;
    font-size: 13px; font-size: 1.3rem;
}

.tbl-form{
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.tbl-form th{
    display: block;
    margin: 0 0 10px;
    font-weight: normal;
    text-align: left;
}

.tbl-form .required{
    color: #FF4907;
    font-size: 15px; font-size: 1.5rem;
    vertical-align: text-top;
}

.tbl-form .required.blc{
    display: block;
    margin: 0 0 5px;
}

.tbl-form td{
    display: block;
    margin: 0 0 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    width: 100%;
    height: 37px;
    line-height: 37px;
    margin: 0;
    border: 1px solid #707070;
    box-sizing: border-box;
    cursor: pointer;
    resize: none;
    font-size: 16px; font-size: 1.6rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    padding: 0 12px;
}

textarea {
    height: auto;
    line-height: 1.6;
    padding: 12px;
}

.comment textarea{
    height: 81px;
}

.ask textarea{
    height: 102px;
}

input[type="submit"].wpcf7-submit{
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 214px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 20px;
    border-radius: 22px;
    background: #FF0000;
    border: none;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    font-size: 18px; font-size: 1.8rem;
}

.wpcf7-list-item{
    margin: 0 20px 0 0 !important;
}

.wpcf7-spinner{
    display: block !important;
}

#jobs .job-copy{
    margin: 0 0 30px;
    padding: 30px 0 0;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

#jobs .job-list li{
    margin: 0 0 41px;
    padding: 20px;
    background: #fff;
    color: #000;
}

#jobs .job-list li a{
    color: #000;
}

#jobs .job-list li img{
    display: block;
    width: auto;
    height: 116px;
    margin: 0 auto 12px;
}

.job-list .job-area{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.job-list .job-area .job-area-tag{
    position: relative;
    line-height: 1;
    margin: 0 1em 9px 0;
    color: #274D6F;
}

.job-list .job-area .job-area-tag::before{
    position: absolute;
    display: block;
    content: "・";
    left: 100%;
    top: 0;
    width: 1em;
}

.job-list .job-area .job-area-tag:last-of-type{
    margin-right: 0;
}

.job-list .job-area .job-area-tag:last-of-type::before{
    content: normal;
}

.job-list .job-ttl{
    line-height: 1.6;
    margin: 0 0 10px;
    font-size: 17px; font-size: 1.7rem;
}

.job-list .btn-box{
    display: flex;
    justify-content: space-between;
    margin: 0 -4px;
}

#jobs .job-list li .btn-box li{
    width: 50%;
    margin: 0;
    padding: 0 4px;
    box-sizing: border-box;
    font-size: 15px; font-size: 1.5rem;
}

#jobs .job-list li .btn-white{
    background: #fff;
    border: 1px solid #727171;
    color: #000;
}

#jobs .job-list li .btn-red,
#job-detail .btn-red{
    background: #FF0000;
    color: #fff;
}

.tbl-job-summary{
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}

.tbl-job-summary th{
    width: 51px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #888888;
    background: #DBDCDC;
    text-align: center;
}

.tbl-job-summary td{
    padding: 5px 0 5px 7px;
    border-bottom: 1px solid #888888;
}

.tbl-job-summary tr:last-of-type th,
.tbl-job-summary tr:last-of-type td{
    border-bottom: 0;
}

#job-detail .bg-white{
    padding: 70px 0 30px;
    color: #000;
}

#job-detail .img-box{
    margin: 0 auto 48px;
    text-align: center;
}

#job-detail .job-area-tag{
    margin: 0 0 20px;
    text-align: center;
    color: #274D6F;
    font-size: 18px; font-size: 1.8rem;
}

#job-detail .hx-job-detail {
    margin: 0 0 50px;
    text-align: center;
    font-size: 24px; font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
}

#job-detail p{
    margin: 0 0 30px;
}

.tbl-job-detail{
    width: 100%;
    margin: 0 0 45px;
    border-collapse: collapse;
}

.tbl-job-detail th,
.tbl-job-detail td{
    padding: 26px 0;
    border-bottom: 1px solid #888888;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.tbl-job-detail th{
    white-space: nowrap;
}

.tbl-job-detail td {
    padding-left: 13px;
}

#job-detail .btn-box{
    text-align: center;
}

#job-detail .btn-box li{
    width: 250px;
    margin: 0 auto;
}

#job-detail .btn-box li .btn-red{
    height: 65px;
    line-height: 65px;
    border-radius: 33px;
    font-size: 24px; font-size: 2.4rem;
    font-weight: bold;
}

#privacy-policy p{
    margin: 0 0 30px;
    font-size: 13px; font-size: 1.3rem;
}

/* ==============
    MOBILE: Footer
   ============== */

#footer-container {
    padding: 20px 0 17px;
    background: url(../img/bg_ftr@2x.png) no-repeat center top;
    background-size: cover;
}

#footer-container .contact-box{
    margin: 0 0 25px;
    padding: 20px 17px 13px;
    background: linear-gradient(to right, #F7D002, #FFF300,#F7D002);
    box-shadow: 10px 10px 10px rgba(0,0,0,.25);
    box-sizing: border-box;
}

#footer-container .contact-box .ttl{
    display: block;
    overflow: hidden;
    width: 282px;
    height: 0;
    margin: 0 auto;
    padding: 30px 0 0;
    background: url(../img/ftr_contact_txt@3x.png) no-repeat left top;
    background-size: 282px 30px;
}

#footer-container .contact-box .li-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #274D6F;
}

#footer-container .contact-box .li-contact .mail{
    padding: 0 13px 0 0;
}

#footer-container .contact-box .li-contact .mail a{
    display: flex;
    line-height: 1.3;
    text-decoration: none;
    color: #000;
}

#footer-container .contact-box .li-contact .mail a img{
    display: block;
    width: 52px;
    height: 37px;
    margin: 0 7px 0 0;
}

#footer-container .contact-box .li-contact .line{
    width: 50px;
    height: 50px;
    padding: 5px 19px;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}

#footer-container .contact-box .li-contact .tel {
    width: 48px;
    height: 48px;
    padding: 0 0 0 17px;
}

.logo-hero{
    display: block;
    overflow: hidden;
    width: 289px;
    height: 0;
    margin: 0 auto 33px;
    padding: 177px 0 0;
    background: url(../img/logo_hero@3x.png) no-repeat left top;
    background-size: 289px 177px;
}

.ftr-menu{
    display: none;
}

.ftr-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.ftr-link li{
    margin: 0 12px 30px;
}

.ftr-link li.youtube a{
    display: block;
    width: 65px;
    height: 45px;
}

.ftr-link li.instagram a {
    display: block;
    width: 45px;
    height: 45px;
}

.ftr-link li:last-child{
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.ftr-link li:last-child a{
    display: block;
    line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px; font-size: 1.5rem;
    text-decoration: none;
}

.ftr-link li:last-child a img{
    display: inline-block;
    width: 15px;
    height: 12px;
    margin: -2px 0 0 6px;
}

.ftr-logo{
    display: block;
    overflow: hidden;
    width: 222px;
    height: 0;
    margin: 0 auto 26px;
    padding: 36px 0 0;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 222px 36px;
}

.copy{
    color: #646F89;
    font-size: 13px; font-size: 1.3rem;
    text-align: center;
}

.btm-btn-box{
    position: fixed;
    width: 100%;
    bottom: 10px;
}

.btm-btn-box .wrapper{
    margin: 0 10px;
}

.btm-btn-box .li-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0 3px 12px rgba(0,0,0,.55);  
    box-sizing: border-box;
    background: #274D6F;
}

.btm-btn-box .li-contact li{
    position: relative;
    padding: 0 16px;
}

.btm-btn-box .li-contact li::before{
    position: absolute;
    content: " ";
    width: 1px;
    height: 34px;
    right: 0;
    top: 0;
    background: #646F89;
}

.btm-btn-box .li-contact li:last-child::before {
    background: transparent;
}

.btm-btn-box .li-contact li:first-child{
    position: relative;
    line-height: 1;
    padding: 8px 36px 8px 18px;
    font-size: 18px; font-size: 1.8rem;
    color: #FFF000;
}

.btm-btn-box .li-contact li:first-child::after{
    position: absolute;
    top: 50%;
    right: 16px;
    content: " ";
    width: 16px;
    height: 14px;
    margin: -6px 0 0;
    background: url(../img/btm_arrow@3x.png) no-repeat left top;
    background-size: 16px 14px;
}

.btm-btn-box .li-contact li.mail{
    width: 36px;
    height: 24px;
    padding: 5px 20px;
}

.btm-btn-box .li-contact li.line {
    width: 34px;
    height: 34px;
    padding: 0 20px;
}

.btm-btn-box .li-contact li.tel {
    width: 33px;
    height: 33px;
    padding: 0 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1120px) {

    html{
        scroll-padding-top: 76px;
    }

    body {
        font-size: 18px; font-size: 1.8rem;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .wrapper{
        width: 960px;
        margin: 0 auto;
    }

    /* ============
    PC: Header
   ============ */

    #header-container {
        height: 76px;
        padding: 18px 0 0;
    }

    #header-container .wrapper{
        width: 1105px;
        margin: 0 auto;
    }

    .header-container .sp.box {
        display: block;
        margin: 0;
    }

    #header-container .logo {
        overflow: hidden;
        width: 202px;
        padding: 3px 0;
    }

    #header-container .logo a {
        width: 202px;
        height: 0;
        margin: 0 auto;
        padding: 33px 0 0;
        background-size: 202px 33px;
    }

    #header-container .pc-flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    #mobile-head{
        width: 202px;
        margin: 0;
    }

    #nav-container{
        margin: 0;
        flex: 1;
    }

    #nav-container .nav-inner{
        display: flex;
        justify-content: flex-end;
    }

    #g-nav{
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        top: 0;
        width: auto;
        height: auto;
        padding: 0 128px 0 0;
        background: transparent;
        overflow: visible;
    }

    #g-nav ul{
        display: flex;
    }


    #header-container #g-nav ul li.main-menu a span{
        display: block;
        margin: 8px 0 0;
        padding: 0;
    }

    #g-nav ul li{
        margin: 0 15px;
        padding: 0 10px 18px;
    }

    #header-container #g-nav .toggle-menu{
        position: relative;
        border-radius: 4px;
    }

    #header-container #g-nav ul li a,
    #header-container #g-nav .toggle-ttl{
        height: auto;
        line-height: 1;
        border: 0;
        background: transparent;
        color: #fff;
        text-align: center;
        transition: all .3s;
    }

    #header-container #g-nav ul li a:hover,
    #header-container #g-nav .toggle-ttl:hover {
        color: #FFF000
    }

    #header-container #g-nav .toggle-btn{
        display: none !important;
    }

    #header-container #g-nav .toggle-menu dd{
        position: absolute;
        top: 38px;
        left: -63px;
        width: 232px;
        height: auto;
    }

    #header-container #g-nav ul li .sub-menu{
        display: block;
        margin: 18px 0 0;
        padding: 10px 0;
        border-radius: 4px;
        background: #274D6F;
    }

    #header-container #g-nav ul li .sub-menu li{
        padding: 0 30px;
    }

    #header-container #g-nav ul li .sub-menu li a{
        text-align: left;
    }

    #nav-toggle{
        display: none;
    }

    #header-container #g-nav .nav-sns{
        margin: 0 0 0 25px;
    }

    #header-container #g-nav .nav-sns li a:hover{
        opacity: .65;
    }

    .nav-contact{
        position: relative;
        width: 110px;
        top: inherit;
        right: inherit;
    }

    .btn-yellow{
        border-radius: 2px;
        font-size: 15px; font-size: 1.5rem;
        z-index: 10000;
    }

    .btn-yellow:hover{
        border: 1px solid #FFF000;
        background: #000;
        color: #FFF000;
    }

    /* ============
    PC: Main
   ============ */

    #main-container{
        padding: 76px 0 0;
    }

    /*TOP*/

    .main-copy {
        top: 49%;
        width: 66px;
        margin: 0 0 0 -32px;
        padding: 230px 0 0;
        background: url(../img/main_txt@3x.png) no-repeat left top;
        background-size: 66px 230px;
    }

    #top-hero {
        padding: 0 0 103px;
    }

    .logo-hero-box {
        position: relative;
        margin: 0 0 40px;
    }

    .logo-hero-box .logo-hero {
        bottom: inherit;
        top: -150px;
        left: 50%;
        margin: 0 0 0 -213px;
    }

    .hx-top {
        margin: 0 0 40px;
        padding: 162px 0 0;
        font-size: 53px; font-size: 5.3rem;
    }

    .top-txt {
        margin: 0 0 40px;
        font-size: 22px; font-size: 2.2rem;
    }

    .btn-navy {
        width: 460px;
        height: 56px;
        line-height: 56px;
        font-size: 18px; font-size: 1.8rem;
    }

    .btn-navy::after {
        right: 98px;
        width: 12px;
        height: 18px;
        margin: -9px 0 0;
        background: url(../img/ico_btn_arrow@3x.png) no-repeat left top;
        background-size: 12px 18px;
    }

    #top-hero .btn-box {
        margin: 0 auto 72px;
    }

    #top-merit {
        padding: 45px 0 32px;
    }

    #top-merit .wrapper{
        width: 716px;
    }

    .hx-merit {
        margin: 0 0 42px;
        font-size: 36px; font-size: 3.6rem;
    }

    .li-merit {
        margin: 0 -20px;
    }

    .li-merit li {
        margin: 0 0 40px;
        padding: 0 20px;
    }

    #top-merit p {
        font-size: 13px; font-size: 1.3rem;
    }

    #top-work {
        padding: 14px 0;
        ;
    }

    #top-work .hx-bg-work {
        height: 270px;
        margin: 0 0 42px;
        padding: 56px 0;
        background: url(../img/bg_hx_top_work@3x.png) no-repeat right 48px top;
        background-size: 723px 270px;
    }

    #top-work .hx-work {
        width: 360px;
        height: 0;
        margin: 0 0 0 20%;
        padding: 158px 0 0;
        background: url(../img/hx_top_work@3x.png) no-repeat left top;
        background-size: 360px 158px;
    }

    #top-work p,
    #top-company p {
        margin: 0 0 42px;
        text-align: center;
    }

    .img-btn-box{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .img-btn-box li {
        width: 460px;
        height: 108px;
        margin: 0 auto 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }


    .hx-bg-sakurajima {
        min-height: 200px;
        margin: 0 auto;
        padding: 45px 0 28px;
        box-sizing: border-box;
    }

    .hx-interview,
    .hx-message {
        width: 360px;
        height: 0;
        margin: 0 auto;
        padding: 127px 0 0;
    }

    .hx-interview,
    .hx-message {
        background-size: 360px 127px;
    }

    #top-interview {
        padding: 0 0 42px;
    }

    #top-interview .hx-bg-sakurajima {
        margin: 0 0 50px;
    }

    #top-interview .pc-flex:first-of-type {
        margin: 0 0 42px;
    }
    
    #top-interview .pc-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top-interview .mov-ttl {
        margin: 0 0 20px;
        font-size: 24px; font-size: 2.4rem;
        text-align: left;
    }

    #top-interview .mov-detail{
        font-size: 16px; font-size: 1.6rem;
    }

    #top-interview .mov-box {
        width: 480px;
        margin: 0 20px 0 0;
    }

    #top-interview .txt-box{
        flex: 1;
    }

    #top-company {
        padding: 0 0 60px;
    }

    #top-company .hx-bg-company {
        height: 270px;
        margin: 0 0 47px;
        padding: 58px 0;
        box-sizing: border-box;
        background: url(../img/bg_hx_top_company_pc@2x.png) no-repeat right top;
        background-size: 1000px 270px;
    }

    #top-company .hx-company {
        width: 360px;
        margin: 0 0 0 20%;
        padding: 154px 0 0;
        background: url(../img/hx_top_company@3x.png) no-repeat left top;
        background-size: 360px 154px;
    }
    
    #top-person {
        padding: 0 0 72px;
    }

    #top-person .hx-bg-person {
        height: 270px;
        margin: 0 0 45px;
        padding: 56px 0;
        box-sizing: border-box;
        background: url(../img/bg_hx_top_person_pc@2x.png) no-repeat left top;
        background-size: 1000px 270px;
    }

    #top-person .hx-person {
        width: 360px;
        margin: 0 20% 0 auto;
        padding: 157px 0 0;
        background: url(../img/hx_top_person@3x.png) no-repeat left top;
        background-size: 360px 157px;
    }

    #top-person p {
        margin: 0 0 53px;
        text-align: center;
    }

    #top-person .img-box {
        margin: 0 -80px;
    }

    #top-faq{
        padding: 0 0 155px;
    }

    #top-faq .hx-bg-faq {
        height: 270px;
        margin: 0 0 38px;
        padding: 71px 0 30px;
        box-sizing: border-box;
        background: url(../img/bg_hx_top_faq_pc@2x.png) no-repeat right 20% top;
        background-size: 664px 270px;
    }

    #top-faq .hx-faq {
        width: 360px;
        margin: 0 0 0 20%;
        padding: 150px 0 0;
        background: url(../img/hx_top_faq@3x.png) no-repeat left top;
        background-size: 360px 150px;
    }

    .li-faq li:last-child {
        margin: 0 0 42px;
    }

    .li-faq li a{
        height: 78px;
        line-height: 78px;
        padding: 0 31px;
        font-size: 22px; font-size: 2.2rem;
    }

    .li-faq li a::before {
        right: 25px;
        font-size: 32px; font-size: 3.2rem;
    }

    #top-message{
        padding: 0 0 140px;
    }

    #top-message .hx-bg-sakurajima {
        margin: 0 0 50px;
    }

    #top-message .pc-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top-message .mov-box{
        width: 480px;
        margin: 0 20px 0 0;
    }

    #top-message .msg-txt {
        margin: 0 0 16px;
        font-size: 24px; font-size: 2.4rem;
    }

    #top-message .name {
        margin: 0 0 30px;
    }

    /*下層*/

    .sub {
        padding: 0 0 113px;
    }

    .hx-bg-navy {
        height: 78px;
        line-height: 78px;
        margin: 0 0 37px;
        font-size: 30px; font-size: 3.0rem;
    }

    #benefits p,
    #training p {
        margin: 0 0 42px;
    }

    #benefits .mb {
        margin: 0 0 90px;
    }

    .dl-base {
        margin: 0 0 90px;
    }

    .dl-base dt {
        margin: 0 0 18px;
        font-size: 22px; font-size: 2.2rem;
    }

    .dl-base dd {
        margin: 0 0 48px;
    }

    .dl-base dd img {
        margin: 30px 0 0;
    }

    .hx-sub-bg {
        margin: 0 0 40px;
        padding: 88px 0;
        background: url(../img/bg_hx_sub_sakurajima_pc@3x.jpg) no-repeat center top;
        background-size: cover;
    }

    .hx-sub-bg.job {
        margin: 0;
        padding: 88px 0;
        background: url(../img/bg_hx_sub_job_pc@2x.png) no-repeat center top;
        background-size: cover;
    }

    .hx-sub-bg.men {
        position: relative;
        margin: 0 0 48px;
        padding: 192px 0 13px;
        background: url(../img/bg_hx_men_pc@3x.png) no-repeat center bottom;
        background-size: contain;
    }

    .hx-sub-bg.women {
        position: relative;
        margin: 0 0 48px;
        padding: 192px 0 13px;
        background: url(../img/bg_hx_women_pc@3x.png) no-repeat center bottom;
        background-size: contain;
    }

    .hx-sub-bg.men::before,
    .hx-sub-bg.women::before {
        height: 13px;
        background: url(../img/bg_sub_ptn_top@3x.png) repeat-x left top;
        background-size: 14.6px 13px;
    }

    .hx-sub-bg.men::after,
    .hx-sub-bg.women::after{
        width: 100%;
        height: 13px;
        background: url(../img/bg_sub_ptn_btm@3x.png) repeat-x left top;
        background-size: 16.7px 13px;
    }

    .hx-sub{
        width: 400px;
        padding: 123px 0 0;
    }

    .hx-sub-y {
        width: 387px;
        padding: 94px 0 0;
    }

    .hx-sub.vm {
        background: url(../img/hx-vm@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.wlb {
        background: url(../img/hx-wlb@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.policy {
        background: url(../img/hx_policy@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.interviews {
        background: url(../img/hx-interviews@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.p-message {
        background: url(../img/hx-p-message@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.faq {
        background: url(../img/hx-faq@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.entry-form {
        background: url(../img/hx_entry_form@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub.joblist {
        background: url(../img/hx_joblist@3x.png) no-repeat left top;
        background-size: 400px 123px;
    }

    .hx-sub-y.benefits {
        background: url(../img/hx_benefits_pc@3x.png) no-repeat left top;
        background-size: 387px 94px;
    }

    .hx-sub-y.training {
        background: url(../img/hx_training_pc@3x.png) no-repeat left top;
        background-size: 387px 94px;
    }

    .hx-sub-y.ourjob {
        background: url(../img/hx_ourjob_pc@3x.png) no-repeat left top;
        background-size: 387px 94px;
    }

    .hx-sub-y.attraction {
        background: url(../img/hx_attraction_pc@3x.png) no-repeat left top;
        background-size: 387px 94px;
    }

    .hx-vm {
        margin: 0 0 40px;
        font-size: 30px; font-size: 3.0rem;
    }

    .hx-vm span {
        margin: 40px 0 0;
        font-size: 30px; font-size: 3.0rem;
    }

    #vision-mission p {
        margin: 0 0 53px;
    }

    #vision-mission .box-white {
        margin: 0 0 88px;
        padding: 24px 114px 30px;
    }

    .hx-navy {
        margin: 0 0 15px;
        font-size: 25px; font-size: 2.5rem;
    }

    #vision-mission .li-base li {
        margin: 0 0 40px;
    }

    #vision-mission .li-base li:last-child {
        margin: 0;
    }

    .pc-ctr{
        text-align: center;
    }

    #work-life-balance p {
        margin: 0 0 68px;
    }

    #work-life-balance .hx-bg-navy,
    #training .hx-bg-navy {
        margin: 0;
    }

    .hx-bn {
        margin: 0 0;
        font-size: 30px;font-size: 3.0rem;
    }

    #work-life-balance .hx-bn {
        margin: 0 0 44px;
    }

    #work-life-balance .box-white {
        margin: 0 0 74px;
        padding: 28px 76px;
    }

    #work-life-balance .box-white:last-of-type {
        margin: 0;
    }

    #work-life-balance .dl-base {
        margin: 0;
    }

    #work-life-balance .dl-base dt {
        font-size: 18px; font-size: 1.8rem;
        margin: 0;
    }

    #work-life-balance .dl-base dd {
        margin: 0 0 25px;
    }

    #work-life-balance .dl-base dd:last-of-type {
        margin: 0;
    }

    #interviews p {
        margin: 0 0 44px;
    }

    .li-interviews{
        display: flex;
        justify-content: space-between;
        margin: 0 -17px;
    }

    .li-interviews li {
        width: 50%;
        margin: 0 0 110px;
        padding: 0 17px;
        box-sizing: border-box;
    }

    .li-interviews li dt {
        line-height: 1.2;
        margin: 0 0 22px;
        font-size: 24px;font-size: 2.4rem;
    }

    .li-interviews li dd{
        font-size: 16px; font-size: 1.6rem;
    }

    .li-interviews li .youtube {
        margin: 0 0 25px;
    }

    .hx-msg {
        font-size: 30px; font-size: 3.0rem;
    }

    #president-message .hx-msg {
        margin: 0 0 27px;
    }

    #president-message .youtube-box {
        margin: 0 0 65px;
    }

    .hx-pm-ttl {
        line-height: 1.5;
        margin: 0 0 30px;
        font-size: 35px; font-size: 3.5rem;
    }

    .p-name {
        margin: 0 0 110px;
        text-align: center;
        font-size: 18px; font-size: 1.8rem;
    }

    .hx-pm-sub {
        font-size: 25px; font-size: 2.5rem;
    }

    .hx-pm-sub .inner {
        margin: 0 0 26px;
        font-size: 18px; font-size: 1.8rem;
    }

    .hx-pm-sub .inner .bdr {
        padding: 0 6px 10px;
    }

    #president-message p {
        line-height: 1.77;
        margin: 0 0 110px;
    }

    #president-message p.mbl {
        margin: 0 0 160px;
    }

    #president-message p:last-of-type {
        margin: 0;
    }

    #president-message .sec{
        margin: 0 0 110px;
    }

    .dl-faq dt {
        padding: 20px 40px 20px 10px;
        font-size: 22px; font-size: 2.2rem;
    }

    .dl-faq dd {
        padding: 26px 40px 30px;
    }

    .faq-img {
        display: block;
        max-width: 500px;
        margin: -160px auto 0;
    }

    #recruitment-message {
        padding: 0 !important;
        background: linear-gradient(to bottom, #000, #061424, #0B4A93);
    }

    #recruitment-message .inner {
        padding: 0;
        background: transparent;
    }

    #recruitment-message .inner .wrapper{
        padding: 100px 0 113px;
        background: url(../img/bg_recruitment_message_pc@2x.png) no-repeat right 50px top 126px;
        background-size: 564px 1331px;
    }

    .hx-rmsg {
        margin: 0 0 60px;
        font-size: 19px; font-size: 1.9rem;
    }

    .hx-rmsg span {
        margin: 40px 0 0;
        font-size: 50px; font-size: 5.0rem;
    }

    #recruitment-message p {
        margin: 0 0 55px;
        font-size: 20px; font-size: 2.0rem;
    }

    #attraction01,
    #attraction02 {
        padding-top: 76px;
        margin-top: -76px;
    }

    #attraction .page-link {
        margin: 0 -25px 90px;
    }

    #attraction .page-link li {
        padding: 0 25px;
    }

    #attraction .page-link li a {
        display: block;
        height: 345px;
        line-height: 1;
        padding: 40px 0;
        font-size: 30px; font-size: 3.0rem;
    }

    #attraction .page-link li:first-child a {
        background: url(../img/attraction_link_01@3x.png) no-repeat center bottom 30px;
        background-size: 143px 243px;
    }

    #attraction .page-link li:last-child a {
        background: url(../img/attraction_link_02@3x.png) no-repeat center bottom 30px;
        background-size: 143px 243px;
    }

    #attraction .bg-navy,
    #attraction .bg-white {
        margin: 0;
        padding: 0;
    }

    #attraction .hx-attraction {
        line-height: 1;
        padding: 50px 0;
        font-size: 30px; font-size: 3.0rem;
    }

    #attraction .hx-attraction.etw img {
        width: 143px;
    }

    #attraction .hx-attraction.salary img {
        width: 143px;
    }

    #attraction .hx-attraction.data img {
        width: 116px;
    }

    #attraction .bg-navy p {
        width: 812px;
        margin: 0 auto 40px;
    }

    #attraction .bg-navy p:last-of-type {
        margin: 0 auto;
        padding: 0 0 50px;
    }

    #attraction01 .bg-white {
        padding: 0 0 150px;
    }

    #attraction .hx-shift {
        position: relative;
        width: 673px;
        margin: 0 auto 25px;
        padding: 78px 0 24px;
        background-image: repeating-linear-gradient(45deg, transparent 0 3px, #274D6F 3px 8px);
        background-repeat: no-repeat;
        background-size: 100% 14px;
        background-position: bottom;
        color: #000;
        font-size: 30px;font-size: 3.0rem;
    }

    #attraction .dl-shift {
        width: 772px;
        margin: 0 auto 33px;
        box-sizing: border-box;
    }

    #attraction .dl-shift:first-of-type {
        padding: 0 0 0 209px;
        background: url(../img/attraction_shift_person_01@3x.png) no-repeat left top;
        background-size: 184px 181px;
    }

    #attraction .dl-shift:last-of-type {
        padding: 0 0 0 209px;
        background: url(../img/attraction_shift_person_02@3x.png) no-repeat left top;
        background-size: 181px 188px;
    }

    #attraction .dl-shift dt {
        margin: 0 0 24px;
        padding: 20px 0 0;
        font-size: 30px; font-size: 3.0rem;
    }


    #attraction .dl-shift dd span {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        margin: 2px 0 0;
        text-align: right;
    }

    .shift-img {
        width: 772px;
        margin: 0 auto 80px;
    }

    .paid-leave {
        width: 765px;
        margin: 0 auto;
        padding: 0 36px 22px;
        border: 2px solid #284D6F;
        box-sizing: border-box;
    }

    .paid-leave dt {
        position: relative;
        width: auto;
        margin: 0 auto;
        font-size: 30px; font-size: 3.0rem;
        text-align: center;
    }

    .paid-leave dt .num {
        font-size: 55px; font-size: 5.5rem;
    }

    .paid-leave dt .percent {
        display: inline-block;
        font-size: 28px; font-size: 2.8rem;
    }

    .paid-leave dt .note {
        position: relative;
        display: inline-block;
        left: 0;
        bottom: inherit;
        margin: 0 0 0 5px;
    }

    #attraction .li-salary {
        width: 464px;
        margin: 0 auto;
        padding: 43px 0 90px;
    }

    #attraction .li-salary li {
        margin: 0 0 90px;
    }

    #attraction .li-salary li:last-child {
        margin: 0;
    }

    #attraction .li-salary li dt {
        line-height: 1.2;
        padding: 0 0 10px;
        border-bottom: 1px solid #707070;
        font-size: 30px; font-size: 3.0rem;
    }

    #attraction .li-salary li dt span{
        font-size: 18px; font-size: 1.8rem;
        font-weight: normal;
    }

    #attraction .li-salary li dd {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0;
    }

    #attraction .li-salary li dd .total dt {
        font-size: 22px; font-size: 2.2rem;
    }

    #attraction .li-salary li dd .li-dot {
        margin: 0;
    }

    #attraction .li-salary li dd .li-dot li:last-child{
        margin: 0;
    }

    #attraction .li-salary li dd .total dd {
        display: block;
        width: 204px;
        font-size: 22px; font-size: 2.2rem;
    }

    #attraction .li-salary li dd .total dd span {
        font-size: 30px; font-size: 3.0rem;
    }

    #attraction .li-data {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: stretch;
        width: 680px;
        margin: 0 auto;
        padding: 75px 0;
    }

    #attraction .li-data li {
        width: 321px;
        margin: 0 0 134px;
    }

    #attraction .li-data li:nth-child(3),
    #attraction .li-data li:last-child{
        margin: 0;
    }

    #attraction .li-data li dt {
        margin: 0 0 30px;
        font-size: 30px; font-size: 3.0rem;
    }

    #attraction .li-data li dd {
        margin: 0 auto;
    }

    #attraction .li-data li dd span {
        text-align: left;
        color: #000;
    }

    #attraction .li-data li:first-child dd {
        width: 241px;
    }

    #attraction .li-data li:nth-child(2) dd {
        width: 311px;
    }

    #attraction .li-data li:nth-child(3) dd {
        width: 184px;
    }

    #attraction .li-data li:last-child dd {
        width: 321px;
    }

    #training p.txt{
        text-align: center;
    }

    #training .bg-white {
        padding: 20px 72px;
    }

    #training .li-training{
        display: flex;
    }

    #training .li-training li {
        margin: 0 auto 60px;
        align-items: center;
    }

    #training .li-training li .txt-box{
        flex:auto;
        width: 420px;
    }

    #training .li-training li .txt-box dd{
        font-size: 18px; font-size: 1.8rem;
        text-align: left;
    }

    #training .li-training li .txt-box dt{
        font-size: 30px; font-size: 3.0rem;
        text-align: left;
    }

    #training .li-training li .img-box {
        width: 292px;
        margin: 0 40px 0 0;
    }

    #training .li-training li:first-child .txt-box {
        text-align: center;
    }

    #training .bg-blue {
        margin: 0 -72px -20px;
        padding: 37px 72px 30px;
    }

    #training .bg-blue h3 {
        margin: 0 0 24px;
        font-size: 30px; font-size: 3.0rem;
        text-align: left;
    }

    #training .bg-blue dl {
        position: relative;
    }

    #training .bg-blue dt {
        position: absolute;
        top: -55px;
        left: 142px;
        margin: 0 0 28px;
        font-size: 30px;
        font-size: 3.0rem;
        text-align: left;
    }

    #training .bg-blue dd {
        line-height: 1.8;
    }

    #training .bg-navy {
        margin: 130px 0 140px;
        padding: 33px 72px 46px;
    }

    #training .hx-white {
        line-height: 1;
        margin: 0 0 28px;
        font-size: 30px; font-size: 3.0rem;
    }

    #training .bg-navy p {
        margin: 0;
    }

    #training p.career {
        margin: 0 0 58px;
    }

    #training p.career{
        text-align: center;
        font-size: 16px; font-size: 1.6rem;
    }

    #training p.career span{
        display: inline-block;
        margin: 0 30px 0 0;
    }

    #training .li-career-arrow {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto 40px;
    }

    #training .li-career-arrow li {
        width: 96px;
        height: 323px;
        margin: 0 48px 0 0;
        font-size: 20px; font-size: 2.0rem;
        font-weight: normal;
        text-align: center;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    #training .li-career-arrow li::before {
        position: absolute;
        content: " ";
        bottom: inherit;
        left: inherit;
        top: 50%;
        right: -49px;
        width: 49px;
        height: 17px;
        margin: -8px 0 0;
        background: url(../img/training_arrow_pc@3x.png) no-repeat left top;
        background-size: 49px 17px;
    }

    #training .li-career-arrow li:last-child{
        margin: 0;
    }

    #training .li-career-arrow li:last-child::before {
        content: normal;
    }

    #training .li-career-arrow li .inner {
        display: flex;
        width: 100%;
        height: 323px;
        align-items: center;
        justify-content: center;
    }

    #training .li-career-arrow li .inner p {
        margin: 0;
    }

    #training .li-career-arrow li span {
        display: inline;
    }

    #ourjob p.txt{
        margin: 0 0 50px;
        text-align: center;
    }

    #ourjob .page-link {
        margin: 0 -15px 135px;
    }

    #ourjob .page-link li {
        width: 50%;
        margin: 0 0 30px;
        padding: 0 30px;
    }

    #ourjob .page-link li a {
        height: 95px;
        line-height: 1;
        padding: 27px 0 0;
        font-size: 30px; font-size: 3.0rem;
    }

    #ourjob .page-link li a::before {
        bottom: 15px;
        left: 50%;
        content: " ";
        width: 18px;
        height: 10px;
        margin: 0 0 0 -9px;
        background: url(../img/ourjob_arrow@3x.png) no-repeat left top;
        background-size: 18px 10px;
    }

    #ourjob .dl-arrow {
        margin: 0 0 75px;
    }

    #ourjob .dl-arrow dt {
        width: 595px;
        margin: 0 auto 22px;
        font-size: 30px; font-size: 3.0rem;
    }

    #ourjob .dl-arrow dt::before {
        left: -30px;
        width: 55px;
        height: 31px;
        background: url(../img/ourjob_arrow_left@3x.png) no-repeat left top;
        background-size: 55px 31px;
    }

    #ourjob .dl-arrow dt::after {
        right: -30px;
        width: 55px;
        height: 31px;
        background: url(../img/ourjob_arrow_right@3x.png) no-repeat left top;
        background-size: 55px 31px;
    }

    #ourjob .li-ourjob {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 100px;
    }

    #ourjob .li-ourjob li {
        width: 382px;
        height: 382px;
        margin: 0 27px 54px;
        padding: 45px 0 0;
        border-radius: 191px;
    }

    #ourjob .li-ourjob li .num {
        margin: 0 0 10px;
        font-size: 43px; font-size: 4.3rem;
    }

    #ourjob .li-ourjob li dt {
        line-height: 1.2;
        margin: 0 0 15px;
        font-size: 30px; font-size: 3.0rem;
    }

    #ourjob .li-ourjob li dt span {
        margin: 4px 0 0;
        font-size: 18px; font-size: 1.8rem;
    }

    #ourjob .li-ourjob li dd{
        line-height: 1.5;
        font-size: 22px; font-size: 2.2rem;
    }

    #ourjob01 .bg-white {
        padding: 0 0 40px;
    }

    #ourjob02 .bg-white,
    #ourjob03 .bg-white,
    #ourjob04 .bg-white {
        padding: 0 0 65px;
    }

    #ourjob .hx-ourjob {
        width: 100%;
        min-height: 440px;
        max-height: 440px;
        margin: 0 0 90px;
        font-size: 36px; font-size: 3.6rem;
    }

    #ourjob .hx-ourjob.traffic {
        background: url(../img/ourjob_hx_01_pc@2x.jpg) no-repeat center center;
        background-size: cover;
    }

    #ourjob .hx-ourjob.event {
        background: url(../img/ourjob_hx_02_pc@2x.jpg) no-repeat center center;
        background-size: cover;
    }

    #ourjob .hx-ourjob.facility {
        background: url(../img/ourjob_hx_03_pc@2x.jpg) no-repeat center center;
        background-size: cover;
    }

    #ourjob .hx-ourjob.machine {
        background: url(../img/ourjob_hx_04_pc@2x.jpg) no-repeat center center;
        background-size: cover;
    }

    #ourjob .hx-navy {
        margin: 0 0 50px;
        font-size: 30px; font-size: 3.0rem;
        text-align: left;
    }

    #ourjob .hx-navy.small {
        margin-top: 100px;
        font-size: 30px; font-size: 3.0rem;
        text-align: center;
    }

    #ourjob .bg-white p {
        margin: 0 0 35px;
        font-size: 16px; font-size: 1.6rem;
    }

    #ourjob .sp-img {
        display: none;
    }

    #ourjob .pc-img{
        width: 400px;
        float: right;
        margin: 0 0 20px 20px;
    }

    #ourjob .float-clear{
        clear: both;
    }

    #ourjob .dl-schedule dt {
        margin: 0 0 38px;
        padding: 0 0 0 53px;
        font-size: 25px; font-size: 2.5rem;
    }

    #ourjob .dl-schedule dt.day::before {
        width: 43px;
        height: 43px;
        background: url(../img/ourjob_ico_day@3x.png) no-repeat left top;
        background-size: 43px;
    }

    #ourjob .dl-schedule dt.night::before {
        width: 43px;
        height: 43px;
        background: url(../img/ourjob_ico_night@3x.png) no-repeat left top;
        background-size: 43px;
    }

    #ourjob .dl-schedule dd{
        margin: 0 0 115px;
    }

    #ourjob .dl-schedule dd::before {
        position: absolute;
        content: " ";
        top: 8px;
        left: 6px;
        width: 1px;
        height: calc(100% - 1.5em);
        border-left: 1px dashed #284D6F;
    }

    #ourjob .dl-schedule li {
        margin: 0 0 40px;
        padding: 0 0 0 30px;
        font-size: 25px; font-size: 2.5rem;
    }

    #ourjob .dl-schedule li::before {
        position: absolute;
        content: " ";
        top: 8px;
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 7px;
    }

    #ourjob .dl-schedule li .time {
        width: 105px;
        margin: 0 18px 0 0;
    }

    #ourjob .schedule-flex{
        display: flex;
        justify-content: space-between;
    }

    #ourjob .bg-gray {
        margin: 0;
        padding: 45px 45px 5px;
    }

    #ourjob .hx-arrow {
        width: 329px;
        margin: 0 auto 60px;
        font-size: 30px; font-size: 3.0rem;
    }

    #ourjob .hx-arrow::before {
        position: absolute;
        content: " ";
        top: 50%;
        left: -50px;
        width: 55px;
        height: 31px;
        margin: -15px 0 0;
        background: url(../img/ourjob_arrow_left@3x.png) no-repeat left top;
        background-size: 55px 31px;
    }

    #ourjob .hx-arrow::after {
        position: absolute;
        content: " ";
        top: 50%;
        right: -50px;
        width: 55px;
        height: 31px;
        margin: -15px 0 0;
        background: url(../img/ourjob_arrow_right@3x.png) no-repeat left top;
        background-size: 55px 31px;
    }

    #ourjob .li-traffic li {
        margin: 0 0 40px;
    }

    #ourjob .li-traffic li dt {
        top: 33px;
        left: 42%;
        right: inherit;
        width: 31%;
        height: 46px;
        line-height: 46px;
        font-size: 22px; font-size: 2.2rem;
    }

    #ourjob .li-traffic li:nth-child(2) dt {
        top: 33px;
        left: inherit;
        right: 42%;
    }

    #ourjob .li-traffic li dd{
        display: flex;
        justify-content: flex-start;
        margin: 0 0 0 -45px;
    }

    #ourjob .li-traffic li:nth-child(2) dd{
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin: 0 -45px 0 0;
    }

    #ourjob .li-traffic li dd img {
        position: relative;
        display: block;
        width: 446px;
        height: 291px;
        margin: 0 20px 0 0;
        left: 0;
    }

    #ourjob .li-traffic li:nth-child(2) dd img{
        margin: 0 0 0 20px;
    }

    #ourjob .li-traffic li:nth-child(2) dd img {
        left: inherit;
        right: inherit;
    }

    #ourjob .li-traffic li dd span {
        display: block;
        padding:   100px 0 0;
    }

    /*求人*/

    #apply .bg-white {
        padding: 20px 0;
        color: #000;
    }

    #apply .txt {
        text-align: center;
    }

    .tbl-form {
        width: auto;
        margin: 0 auto 30px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .tbl-form th {
        display: table-cell;
        margin: 0;
        padding: 22px 20px 0 0;
        font-size: 18px; font-size: 1.8rem;
        white-space: nowrap;
        vertical-align: top;
    }

    .tbl-form th span.tel{
        display: block;
    }

    .tbl-form td {
        display: table-cell;
        margin: 0;
        width: 292px;
        padding: 22px 0;
    }

    #jobs .job-copy {
        margin: 0 0 50px;
        padding: 50px 0 0;
        font-size: 30px; font-size: 3.0rem;
    }

    #jobs .job-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 774px;
        margin: 0 auto;
    }

    #jobs .job-list li {
        width: 335px;
        margin: 0 26px 48px;
        padding: 20px;
        box-sizing: border-box;
    }

    .job-list .job-area .job-area-tag {
        font-size: 15px; font-size: 1.5rem;
    }

    .job-list .job-ttl {
        margin: 0 0 10px;
        font-size: 18px; font-size: 1.8rem;
    }

    .tbl-job-summary {
        font-size: 15px; font-size: 1.5rem;
    }

    #job-detail .bg-white {
        padding: 140px 0 80px;
    }

    #job-detail .img-box {
        margin: 0 auto 150px;
    }

    #job-detail .img-box img {
        max-height: 500px;
    }

    #job-detail .job-area-tag {
        margin: 0 0 40px;
        font-size: 53px; font-size: 5.3rem;
    }

    #job-detail .hx-job-detail {
        margin: 0 0 100px;
        font-size: 53px; font-size: 5.3rem;
        text-align: center;
    }

    #job-detail p {
        margin: 0 0 30px;
        font-size: 16px; font-size: 1.6rem;
    }

    .tbl-job-detail {
        font-size: 16px; font-size: 1.6rem;
    }

    .tbl-job-detail th,
    .tbl-job-detail td {
        padding: 45px 0;
    }

    .tbl-job-detail td {
        padding-left: 56px;
    }

    #job-detail .btn-box li {
        width: 428px;
        margin: 0 auto;
    }

    #job-detail .btn-box li .btn-red {
        height: 88px;
        line-height: 88px;
        border-radius: 44px;
        font-size: 36px;
        font-size: 3.6rem;
    }

    #privacy-policy p {
        margin: 0 0 30px;
        font-size: 16px; font-size: 1.6rem;
    }

    /* ============
    PC: Footer
   ============ */
 
    #footer-container{
        padding: 46px 0 20px;
    }

    .logo-hero {
        width: 427px;
        margin: 0 auto 56px;
        padding: 262px 0 0;
        background-size: 427px 262px;
    }

    .ftr-menu{
        display: flex;
        justify-content: space-between;
        margin: 0 50px 55px;
    }

    .ftr-menu li{
        width: 200px;
    }

    .ftr-menu dt{
        margin: 0 0 20px;
        padding: 0 0 8px;
        border-bottom: 1px solid #646F89;
        color: #FFF000;
        font-size: 18px; font-size: 1.8rem;
    }

    .ftr-menu dd li{
        margin: 0 0 15px;
    }

    .ftr-menu dd a{
        color: #FFFFFF;
        text-decoration: none;
        font-size: 15px; font-size: 1.5rem;
    }

    .ftr-link {
        margin: 0 0 33px;
    }

    .ftr-link li {
        margin: 0 12px;
    }

    .ftr-link li:first-child{
        order: 2;
    }

    .ftr-link li:nth-child(2) {
        order: 3;
    }

    .ftr-link li.youtube a {
        display: block;
        width: 65px;
        height: 45px;
    }

    .ftr-link li.instagram a {
        display: block;
        width: 45px;
        height: 45px;
    }

    .ftr-link li:last-child {
        width: 335px;
        margin: 5px 16px 0 12px;
        border: 1px solid #fff;
        box-sizing: border-box;
    }

    .ftr-link li:last-child a {
        display: block;
        line-height: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        text-decoration: none;
    }

    .ftr-link li:last-child a img {
        display: inline-block;
        width: 15px;
        height: 12px;
        margin: -2px 0 0 6px;
    }

    .ftr-logo{
        margin: 0 auto 22px; 
    }

    .side-btn-box {
        position: fixed;
        display: block;
        width: 52px;
        top: 514px;
        right: 0;
    }

    .side-btn-box li{
        margin: 0 0 5px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .25);
        background: linear-gradient(to bottom, #F7D002, #FFF300, #F7D002);
    }

    .side-btn-box li a{
        display: block;
    }

    .side-btn-box li.mail a {
        padding: 13px 11px 17px;
    }

    .side-btn-box li.line a {
        padding: 6px 11px 11px;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}