@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Nunito+Sans:900);

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

input,
select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul {
    list-style-type: none
}

html {
    font-size: 62.5%;
    overflow-y: scroll
}

body {
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-size: 1.6rem;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000
}

::-moz-selection {
    background: #4099f7;
    color: #fff
}

::-webkit-selection {
    background: #4099f7;
    color: #fff
}

::selection {
    background: #4099f7;
    color: #fff
}

img::-moz-selection {
    background: rgba(64, 153, 247, .75)
}

img::selection {
    background: rgba(64, 153, 247, .75)
}

img::-moz-selection {
    background: rgba(64, 153, 247, .75)
}

a {
    color: #6cd1f7;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #000;
    text-decoration: none
}

/* margin */
.mt0  {margin-top:0px!important;}
.mt5  {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}

.mb0  {margin-bottom:0px!important;}
.mb5  {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}

.mr0  {margin-right:0px!important;}
.mr5  {margin-right:5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr40 {margin-right:40px!important;}
.mr50 {margin-right:50px!important;}

.ml0  {margin-left:0px!important;}
.ml5  {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml40 {margin-left:40px!important;}
.ml50 {margin-left:50px!important;}

/* padding */
.pt0  {padding-top:0px!important;}
.pt5  {padding-top:5px!important;}
.pt10 {padding-top:10px!important;}
.pt15 {padding-top:15px!important;}
.pt20 {padding-top:20px!important;}
.pt25 {padding-top:25px!important;}
.pt30 {padding-top:30px!important;}
.pt40 {padding-top:40px!important;}
.pt50 {padding-top:50px!important;}

.pb0  {padding-bottom:0px!important;}
.pb5  {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb15 {padding-bottom:15px!important;}
.pb20 {padding-bottom:20px!important;}
.pb25 {padding-bottom:25px!important;}
.pb30 {padding-bottom:30px!important;}
.pb40 {padding-bottom:40px!important;}
.pb50 {padding-bottom:50px!important;}

.pr0  {padding-right:0px!important;}
.pr5  {padding-right:5px!important;}
.pr10 {padding-right:10px!important;}
.pr15 {padding-right:15px!important;}
.pr20 {padding-right:20px!important;}
.pr25 {padding-right:25px!important;}
.pr30 {padding-right:30px!important;}
.pr40 {padding-right:40px!important;}
.pr50 {padding-right:50px!important;}

.pl0  {padding-left:0px!important;}
.pl5  {padding-left:5px!important;}
.pl10 {padding-left:10px!important;}
.pl15 {padding-left:15px!important;}
.pl20 {padding-left:20px!important;}
.pl25 {padding-left:25px!important;}
.pl30 {padding-left:30px!important;}
.pl40 {padding-left:40px!important;}
.pl50 {padding-left:50px!important;}


.l-wrapper {
    width: 100%;
    min-width: 1200px;
    position: relative;
    opacity: 0;
    -webkit-transition: left .5s cubic-bezier(.77, 0, .175, 1) 0s, opacity .25s linear 0s;
    transition: left .5s cubic-bezier(.77, 0, .175, 1) 0s, opacity .25s linear 0s
}

.is-complete .l-wrapper {
    opacity: 1
}

.l-wrapper img,
.l-wrapper svg {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

.l-header {
    position: relative;
    width: 100%;
    height: 86px;
    background: #fff;
    -webkit-box-shadow: 0 -1px 0 #e2e4e6 inset;
    box-shadow: 0 -1px 0 #e2e4e6 inset
}

.l-header h1 {
    width: 250px;
    position: absolute;
    left: 38px;
    top: 20px
}

.l-header .nav {
    position: absolute;
    right: 0;
    top: 0
}

.l-header .nav ul {
    display: table
}

.l-header .nav li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 45px
}

.l-header .nav li:not(.recruit):not(.contact) a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 86px;
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .15s linear 0s;
    transition: color .15s linear 0s
}

.l-header .nav li:not(.recruit):not(.contact) a:hover {
    color: #6cd1f7
}

.l-header .nav li.recruit {
    padding-left: 30px
}

.l-header .nav li.contact {
    padding-left: 0
}

.l-header .nav .sub {
    border-top: 1px dotted #e2e4e6
}

.l-header .humb {
    display: none
}

.p-top .l-header {
    -webkit-box-shadow: none;
    box-shadow: none
}

.l-header-rec {
    position: relative;
    width: 100%;
    height: 86px;
    background: #fff;
    -webkit-box-shadow: 0 -1px 0 #e2e4e6 inset;
    box-shadow: 0 -1px 0 #e2e4e6 inset
}

.l-header-rec h1 {
    width: 365px;
    position: absolute;
    left: 18px;
    top: 20px
}

.l-header-rec .nav {
    min-width: 60%;
    padding: 0 20px 0 30px;
    /*  background: #6cd1f7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #6cd1f7), to(#4099f7));
  background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
  background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);*/
    position: absolute;
    right: 0;
    top: 0
}

.l-header-rec .nav:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    /*  border: 43px solid transparent;
  border-right-color: #6cd1f7;
  border-bottom-color: #6cd1f7;*/
    position: absolute;
    left: -86px;
    bottom: 0
}

.l-header-rec .nav ul {
    display: table;
    margin: 0 0 0 auto
}

.l-header-rec .nav li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 45px
}

.l-header-rec .nav li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 86px;
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0575D5;
    text-decoration: none;
    -webkit-transition: color .15s linear 0s;
    transition: color .15s linear 0s
}

.l-header-rec .nav li a:hover {
    color: #d7f43e
}

.l-header-rec .nav li.corp a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 11px;
    height: 10px;
    background: url(/common/images/ic_blank.svg) no-repeat center center/cover;
    margin: 0 0 0 5px
}

.l-header-rec .nav li.entry span {
    display: inline-block;
    padding: .75em 1.5em;
    border-radius: 1.5em;
    color: #fff;
    background: #4099f7;
    -webkit-transition: background .25s linear 0s;
    transition: background .25s linear 0s
}

.l-header-rec .nav li.entry span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 15px;
    height: 16px;
    background: url(/common/images/ic_entry.svg) no-repeat center center/cover;
    margin: -.25em 5px 0 0
}

.l-header-rec .nav li.entry a:hover span {
    background: #d7f43e
}

.l-header-rec .humb {
    display: none
}

.p-recruit .l-header-rec {
    -webkit-box-shadow: none;
    box-shadow: none
}

.l-main {
    line-height: 1.8125;
    background: #fff;
    padding: 0 0 60px
}

.l-main__ttl {
    text-align: center;
    line-height: 1;
    padding: 75px 0
}

.l-main__ttl h2 {
    font-size: 4rem
}

.l-main__ttl p {
    font-size: 1.4rem;
    color: #6cd1f7;
    margin: 15px 0 0
}

.p-facility .l-main,
.p-recruit .l-main,
.p-service .l-main {
    padding-bottom: 0
}

.l-footer .sitemap {
    font-size: 1.4rem;
    background: #000
}

.l-footer .sitemap a {
    color: #fff;
    text-decoration: none
}

.l-footer .sitemap a:hover {
    text-decoration: underline
}

.l-footer .sitemap > .inner {
    width: 1200px;
    padding: 35px 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-footer .sitemap ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 10px
}

.l-footer .sitemap ul ul {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 0 0 0 1em
}

.l-footer .sitemap li {
    font-weight: 700
}

.l-footer .sitemap li + li {
    margin-top: 1em
}

.l-footer .sitemap li.slim {
    margin-top: .75em
}

.l-footer .sitemap li.mt {
    margin-top: 2em
}

.l-footer .sitemap li li {
    font-weight: 400;
    margin-top: 1em
}

.l-footer .sitemap span {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 1em
}

.l-footer .sitemap span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: 3px;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, from(#6cd1f7), to(#4099f7));
    background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
    background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);
    margin: -.175em .4em 0 0
}

.l-footer .credit {
    position: relative;
    background: #e2e4e6
}

.l-footer .credit > .inner {
    width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

.l-footer .credit .pagetop {
    position: absolute;
    right: 0;
    top: 0
}

.l-footer .credit address {
    font-style: normal;
    display: table;
    padding: 15px 0
}

.l-footer .credit address div,
.l-footer .credit address h1 {
    display: table-cell;
    vertical-align: middle
}

.l-footer .credit address h1 {
    width: 250px
}

.l-footer .credit address div {
    padding: 5px 0 0 12px
}

.l-footer .credit address p {
    font-size: 1.2rem
}

.l-footer .credit address ul {
    overflow: hidden;
    font-size: 1.4rem;
    margin: 5px 0 0
}

.l-footer .credit address li {
    float: left
}

.l-footer .credit address li + li {
    margin: 0 0 0 1em
}

.l-footer .copylight {
    padding: 15px;
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    text-align: center
}

.l-footer-rec {
    padding: 15px;
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    text-align: center
}

.p-company__msg {
    background: #e2e4e6
}

.p-company__msg > .inner {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 75px;
    padding-bottom: 45px
}

.p-company__msg p {
    margin: 45px 15px 0;
    line-height: 2.5
}

.p-company__msg p:last-of-type {
    margin-top: 0;
    text-align: right
}

.p-company__msg p strong {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 0 .5em
}

.p-company__summary {
    overflow: hidden;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px
}

.p-company__summary .history,
.p-company__summary .outline {
    float: left;
    width: 570px
}

.p-company__summary table {
    width: 100%;
    margin: 45px 0 0
}

.p-company__summary td,
.p-company__summary th {
    vertical-align: middle;
    border-top: 1px solid #e2e4e6;
    border-bottom: 1px solid #e2e4e6;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    padding: 15px 0
}

.p-company__summary th {
    white-space: nowrap;
    padding-right: 2em
}

.p-company__summary td {
    width: 1200px
}

.p-company__summary .history {
    float: right
}

.p-company__summary .history td,
.p-company__summary .history th {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-contact__intro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.p-contact__intro .tel {
    margin: 30px 0
}

.p-contact__intro .tel strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 6rem;
    line-height: 6rem;
    color: #4099f7;
    margin: 0 0 0 10px
}

.p-contact__flow {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px
}

.p-facility__map {
    height: 900px;
    background: #e2e4e6
}

.p-facility__trigger {
    display: none
}

.p-news__list {
    width: 870px;
    margin-right: auto;
    margin-left: auto
}

.p-news__list ul {
    border-top: 1px solid #e2e4e6
}

.p-news__list li {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e2e4e6
}

.p-news__list a,
.p-news__list time {
    display: table-cell;
    vertical-align: middle
}

.p-news__list time {
    white-space: nowrap;
    padding: 0 2em 0 0
}

.p-news__list a {
    color: #000;
    width: 1200px
}

.p-news__article {
    width: 870px;
    margin-right: auto;
    margin-left: auto
}

.p-news__article header {
    text-align: center
}

.p-news__article header h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 15px 0 0
}

.p-news__article .cont {
    overflow: hidden;
    margin: 30px 0
}

.p-news__article .cont div + div,
.p-news__article .cont div + p,
.p-news__article .cont p + div,
.p-news__article .cont p + p {
    margin-top: 1.5em
}

.p-news__article .back {
    text-align: center
}

.p-privacy__cont {
    width: 870px;
    margin-right: auto;
    margin-left: auto
}

.p-privacy__cont .tL {
    text-align: left;
}

.p-privacy__cont .tC {
    text-align: center;
}

.p-privacy__cont .tR {
    text-align: right;
}

.p-privacy__cont .mt {
    margin-top: 30px;
}

.p-privacy__cont h3 {
    margin-bottom: 15px
}

.p-privacy__cont h3:not(:first-of-type) {
    margin-top: 45px
}

.p-privacy__cont h4 {
    margin: 30px 0 10px;
    padding: 5px 0 5px 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-left: 5px solid #4099f7;
}

.p-privacy__cont ul li {
    position: relative;
    padding: 0 0 0 12px
}

.p-privacy__cont ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #4099f7;
    position: absolute;
    left: 0;
    top: .8em
}

.p-privacy__cont ol {
    margin-left: 1.5em;
}

.p-privacy__cont ol li {
    margin: 0 0 30px;
    list-style: decimal;
}

.p-recruit__cont {
    position: relative
}

.p-recruit__cont .stretch {
    width: 100%
}

.p-recruit__cont .txt {
    width: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -1%;
    top: 57%
}

.p-recruit__cont h2 {
    font-size: 3rem;
    font-size: 2.2vw;
    line-height: 1.43335
}

.p-recruit__cont h2 strong {
    display: block;
    font-size: 3.6rem;
    font-size: 2.8vw
}

.p-recruit__cont ul {
    margin: 10px 0 0
}

.p-recruit__cont li {
    padding: 0 10%
}

.p-recruit-msg__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 450px;
    height: 45vh;
    line-height: 1.43335;
    background: url(/common/images/recruit/message/snap01.jpg) no-repeat center top/cover;
}

.p-recruit-msg__header .txt {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.p-recruit-msg__header .txt h3 {
    font-size: 4.4rem
}

.p-recruit-msg__header .txt p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 15px 0 0
}

.p-recruit-msg__header .txt strong {
    display: block;
    font-size: 2.6rem;
    margin: 5px 0 0
}

.p-recruit-msg__intro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 60px
}

.p-recruit-msg__intro h4 {
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1.43335
}

.p-recruit-msg__intro .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0
}

.p-recruit-msg__intro p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 30px);
    -ms-flex: 0 1 calc(50% - 30px);
    flex: 0 1 calc(50% - 30px)
}

.p-recruit-msg__point {
    position: relative;
    margin: 45px 0 0
}

.p-recruit-msg__point:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #6cd1f7), to(#4099f7));
    background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
    background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(0, 5deg);
    -ms-transform: skew(0, 5deg);
    transform: skew(0, 5deg)
}

.p-recruit-msg__point figure {
    position: relative;
    width: 60%;
    min-width: 900px;
    padding: 0 0 75px
}

.p-recruit-msg__point .txt {
    position: relative;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-msg__point .txt > .inner {
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    right: 20px;
    bottom: 0
}

.p-recruit-msg__point .txt h4 {
    font-size: 3rem;
    line-height: 1.43335;
    font-weight: 400;
    margin: 0 0 15px
}

.p-recruit-interview__driver {
    position: relative
}

.p-recruit-interview__driver:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2097C3), to(#3BD5FA));
    background: -webkit-linear-gradient(top, #2097C3 0, #3BD5FA 100%);
    background: linear-gradient(to top, #2097C3 0, #3BD5FA 100%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(0, -5deg);
    -ms-transform: skew(0, -5deg);
    transform: skew(0, -5deg)
}

.p-recruit-interview__driver figure {
    position: relative;
    width: 60%;
    min-width: 900px;
    padding: 0 0 30px
}

.p-recruit-interview__driver figure figcaption {
    margin: 15px 0 0 calc((100vw - 1200px) * .5)
}

.p-recruit-interview__driver figure figcaption ul {
    font-size: 0
}

.p-recruit-interview__driver figure figcaption li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #000;
    border: 1px solid #000
}

.p-recruit-interview__driver figure figcaption li:nth-of-type(even) {
    color: #000;
    background: #fff
}

.p-recruit-interview__driver figure figcaption p {
    font-size: 3.8rem
}

.p-recruit-interview__driver .txt {
    position: relative;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-interview__driver .txt > .inner {
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    right: 20px;
    bottom: 15px
}

.p-recruit-interview__driver .txt h4 {
    font-size: 3rem;
    line-height: 1.43335;
    font-weight: 400;
    margin: 0 0 15px;
    color: #1091B1;
}

.p-recruit-interview__sales {
    position: relative;
    margin: 60px 0 0
}

.p-recruit-interview__sales figure {
    position: relative;
    width: 60%;
    min-width: 900px;
    margin: 0 0 0 auto;
    padding: 0 0 30px
}

.p-recruit-interview__sales figure figcaption {
    margin: 15px calc((100vw - 1200px) * .5) 0 0;
    text-align: right
}

.p-recruit-interview__sales figure figcaption ul {
    font-size: 0
}

.p-recruit-interview__sales figure figcaption li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #000;
    border: 1px solid #000
}

.p-recruit-interview__sales figure figcaption li:nth-of-type(even) {
    color: #000;
    background: #fff
}

.p-recruit-interview__sales figure figcaption p {
    font-size: 3.8rem
}

.p-recruit-interview__sales .txt {
    position: relative;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-interview__sales .txt > .inner {
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 20px;
    bottom: 0
}

.p-recruit-interview__sales .txt h4 {
    font-size: 3rem;
    line-height: 1.43335;
    font-weight: 400;
    margin: 0 0 15px;
    color: #1091B1;
}

.p-recruit-interview__picking {
    position: relative;
    margin: 45px 0 0
}

.p-recruit-interview__picking:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2097C3), to(#3BD5FA));
    background: -webkit-linear-gradient(top, #2097C3 0, #3BD5FA 100%);
    background: linear-gradient(to top, #2097C3 0, #3BD5FA 100%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(0, 5deg);
    -ms-transform: skew(0, 5deg);
    transform: skew(0, 5deg)
}

.p-recruit-interview__picking figure {
    position: relative;
    width: 60%;
    min-width: 900px;
    padding: 0 0 30px
}

.p-recruit-interview__picking figure figcaption {
    margin: 15px 0 0 calc((100vw - 1200px) * .5)
}

.p-recruit-interview__picking figure figcaption ul {
    font-size: 0
}

.p-recruit-interview__picking figure figcaption li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #000;
    border: 1px solid #000
}

.p-recruit-interview__picking figure figcaption li:nth-of-type(even) {
    color: #000;
    background: #fff
}

.p-recruit-interview__picking figure figcaption p {
    font-size: 3.8rem
}

.p-recruit-interview__picking .txt {
    position: relative;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-interview__picking .txt > .inner {
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    right: 20px;
    bottom: 0
}

.p-recruit-interview__picking .txt h4 {
    font-size: 3rem;
    line-height: 1.43335;
    font-weight: 400;
    margin: 0 0 15px;
    color: #1091B1;
}

.p-recruit-interview__desk {
    position: relative;
    margin: 60px 0 0
}

.p-recruit-interview__desk figure {
    position: relative;
    width: 60%;
    min-width: 900px;
    margin: 0 0 0 auto;
    padding: 0 0 30px
}

.p-recruit-interview__desk figure figcaption {
    margin: 15px calc((100vw - 1200px) * .5) 0 0;
    text-align: right
}

.p-recruit-interview__desk figure figcaption ul {
    font-size: 0
}

.p-recruit-interview__desk figure figcaption li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #000;
    border: 1px solid #000
}

.p-recruit-interview__desk figure figcaption li:nth-of-type(even) {
    color: #000;
    background: #fff
}

.p-recruit-interview__desk figure figcaption p {
    font-size: 3.8rem
}

.p-recruit-interview__desk .txt {
    position: relative;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-interview__desk .txt > .inner {
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 20px;
    bottom: 0
}

.p-recruit-interview__desk .txt h4 {
    font-size: 3rem;
    line-height: 1.43335;
    font-weight: 400;
    margin: 0 0 15px;
    color: #1091B1;
}

.p-recruit-interview__manage {
    position: relative;
    margin: 45px 0 0
}

.p-recruit-interview__manage:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2097C3), to(#3BD5FA));
    background: -webkit-linear-gradient(top, #2097C3 0, #3BD5FA 100%);
    background: linear-gradient(to top, #2097C3 0, #3BD5FA 100%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(0, -5deg);
    -ms-transform: skew(0, -5deg);
    transform: skew(0, -5deg)
}

.p-recruit-interview__manage figure {
    position: relative;
    width: 60%;
    min-width: 900px;
    padding: 0 0 30px
}

.p-recruit-interview__manage figure figcaption {
    margin: 15px 0 0 calc((100vw - 1200px) * .5)
}

.p-recruit-interview__manage figure figcaption ul {
    font-size: 0
}

.p-recruit-interview__manage figure figcaption li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #000;
    border: 1px solid #000
}

.p-recruit-interview__manage figure figcaption li:nth-of-type(even) {
    color: #000;
    background: #fff
}

.p-recruit-interview__manage figure figcaption p {
    font-size: 3.8rem
}

.p-recruit-interview__manage .txt {
    position: relative;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-interview__manage .txt > .inner {
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    right: 20px;
    bottom: 15px
}

.p-recruit-interview__manage .txt h4 {
    font-size: 3rem;
    line-height: 1.43335;
    font-weight: 400;
    margin: 0 0 15px color: #1091B1;
}

.p-recruit-interview__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 646px;
    height: 45vh;
    line-height: 1.43335;
    background: url(/common/images/recruit/interview/interview.jpg) no-repeat center top/cover;
    position: relative;
}

.p-recruit-interview__header .txt {
    width: 300px;
    padding: 20px 26px;
    color: #fff;
    background: #000;
    position: absolute;
    bottom: 40px;
    right: 100px;
    text-align: center;
}

.p-recruit-interview__header .txt h3 {
    font-size: 36px;
    border-top: 1px solid #3BD5FA;
    padding-top: 14px;
}

.p-recruit-interview__header .txt p {
    font-size: 16px;
    padding-bottom: 14px;
    line-height: 2;
}

.p-recruit-interview__header .txt p strong {
    font-size: 20px;
}

.p-recruit-interview__lead {
    color: #000;
    font-size: 16px;
    background: #F0FAFC;
    width: 100%;
    padding: 60px 160px;
}

.p-recruit-interview__lead .interview-ttl {
    color: #1091B1;
    font-size: 30px;
}

.p-recruit-interview__sub ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    background: #1091B1;
}

.p-recruit-interview__sub .sub-img {
    width: 584px;
}

.p-recruit-interview__sub .sub-txt-box {
    width: calc(100%-584px);
    padding: 40px 0 40px 40px;
}

.p-recruit-interview__sub .sub-txt-box .sub-txt {
    max-width: 580px;
    font-size: 16px;
    color: #fff;
}

.p-recruit-interview__sub .sub-txt-box h4 {
    font-size: 30px;
    font-weight: bold;
}

.p-recruit-interview__stepup {
    background: #F0FAFC;
    padding: 60px 160px 150px;
    text-align: center;
}

.p-recruit-interview__stepup .stepup-ttl {
    background: #1091B1;
    font-size: 32px;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.p-recruit-interview__stepup .stepup-lead {
    color: #000;
    font-size: 16px;
    background: #F0FAFC;
    margin-top: 80px;
    text-align: left;

}

.p-recruit-interview__stepup .stepup-lead h4 {
    color: #1091B1;
    font-size: 30px;
}

.p-recruit-guide__tab {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e2e4e6
}

.p-recruit-guide__tab ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-left: 1px solid #e2e4e6
}

.p-recruit-guide__tab li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 20px 30px 18px;
    border-top: 1px solid #e2e4e6;
    border-right: 1px solid #e2e4e6;
    background: rgba(226, 228, 230, .25);
    cursor: pointer;
    color: rgba(0, 0, 0, .25);
    -webkit-transition: color .25s linear 0s;
    transition: color .25s linear 0s;
    font-weight: 700;
    text-align: center
}

.p-recruit-guide__tab li:hover {
    color: #6cd1f7
}

.p-recruit-guide__tab li:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(226, 228, 230, .5);
    position: absolute;
    left: 0;
    top: 0
}

.p-recruit-guide__tab li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: none
}

.p-recruit-guide__tab li.is-active {
    color: #000;
    background: #fff
}

.p-recruit-guide__tab li.is-active:before {
    background: #6cd1f7
}

.p-recruit-guide__tab li.is-active:after {
    display: block
}

.p-recruit-guide__tab span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.p-recruit-guide__sec {
    width: 870px;
    margin-right: auto;
    margin-left: auto
}

.p-recruit-guide__sec table {
    width: 100%;
    margin: 30px 0 0
}

.p-recruit-guide__sec td,
.p-recruit-guide__sec th {
    vertical-align: middle;
    border-top: 1px solid #e2e4e6;
    border-bottom: 1px solid #e2e4e6;
    font-weight: 400;
    text-align: left;
    padding: 20px 0
}

.p-recruit-guide__sec th {
    white-space: nowrap;
    padding-right: 2em
}

.p-recruit-guide__sec td {
    width: 1200px
}

.p-recruit-guide__outro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    text-align: center
}

.p-recruit-guide__outro p {
    font-size: 1.4rem;
    background: #e2e4e6;
    padding: 10px;
    margin: 15px 0 0
}

.p-recruit-entry__intro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.p-recruit-entry__intro .tel strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 6rem;
    color: #4099f7;
    margin: 0 0 0 10px
}

.p-recruit-entry__flow {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.p-service__index {
    background: #e2e4e6
}

.p-service__index > .inner {
    text-align: center;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.p-service__index h3 {
    font-size: 3.4rem
}

.p-service__index .copy {
    font-size: 1.7rem;
    margin: 15px 0 45px
}

.p-service__index .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0 0
}

.p-service__index .block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333% - 15px);
    -ms-flex: 0 0 calc(33.3333% - 15px);
    flex: 0 0 calc(33.3333% - 15px);
    background: #fff;
    text-align: left;
    padding: 0 15px 45px
}

.p-service__index .block figure {
    margin: 0 -15px 20px
}

.p-service__index .block figure a {
    overflow: hidden;
    display: block;
    background: #000
}

.p-service__index .block figure a img {
    -webkit-transition: opacity .25s linear 0s, -webkit-transform 1s ease 0s;
    transition: opacity .25s linear 0s, -webkit-transform 1s ease 0s;
    transition: opacity .25s linear 0s, transform 1s ease 0s;
    transition: opacity .25s linear 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.p-service__index .block figure a:hover img {
    opacity: .75;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.p-service__index .block h4 {
    font-size: 2.4rem;
    margin: 5px 0 10px
}

.p-service__index .block .desc {
    font-size: 1.5rem;
    opacity: .75;
    margin: 0 0 30px
}

.p-service__index .block .btn {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 15px
}

.p-rc__header {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    min-width: 1200px;
    height: 250px;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
    background: url(/common/images/service/rc_header.jpg) no-repeat center center/cover
}

.p-rc__header h3 {
    font-size: 3.4rem;
    line-height: 1;
    margin: 15px 0
}

.p-rc__pict {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center
}

.p-rc__pict > .inner {
    text-align: center
}

.p-rc__pict img {
    width: 630px
}

.p-rc__flow {
    background: #e2e4e6
}

.p-rc__flow > .inner {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.p-rc__flow h4 {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 15px
}

.p-rc__flow ol {
    margin: 30px 0 0;
    font-size: 1.5rem
}

.p-rc__flow ol > li {
    display: table;
    width: 100%;
    min-height: 120px
}

.p-rc__flow ol > li + li {
    margin-top: 15px
}

.p-rc__flow ol > li:not(:last-of-type) h5 {
    position: relative
}

.p-rc__flow ol > li:not(:last-of-type) h5:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #6cd1f7;
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: rotate(45deg) translate(50%, 0);
    -ms-transform: rotate(45deg) translate(50%, 0);
    transform: rotate(45deg) translate(50%, 0);
    bottom: 0
}

.p-rc__flow ol > li div,
.p-rc__flow ol > li h5 {
    display: table-cell;
    vertical-align: middle;
    padding: 30px
}

.p-rc__flow ol > li h5 {
    width: 33.3333%;
    background: #6cd1f7;
    color: #fff;
    text-align: center
}

.p-rc__flow ol > li div {
    background: #fff
}

.p-rc__flow ol > li li {
    font-size: 1.3rem
}

.p-rc__flow ol > li li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #4099f7;
    margin: 0 7px 0 0
}

.p-rc__outro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    text-align: center
}

.p-rc__outro h4 {
    font-size: 2.8rem;
    margin: 0 0 15px
}

.p-rc__outro ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0
}

.p-rc__outro li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.p-rc__outro li:nth-of-type(odd) {
    padding-right: 10px
}

.p-rc__outro li:nth-of-type(even) {
    padding-left: 10px
}

.p-rc__feature {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-rc__feature .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333% - 20px);
    -ms-flex: 0 0 calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
    border: 3px solid #e2e4e6;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 10px 0
}

.p-rc__feature h4 {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #6cd1f7;
    padding: .75em 1em;
    border-radius: 1.5em;
    margin: 0 0 10px
}

.p-dc__header {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    min-width: 1200px;
    height: 250px;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
    background: url(/common/images/service/dc_header.jpg) no-repeat center center/cover
}

.p-dc__header h3 {
    font-size: 3.4rem;
    line-height: 1;
    margin: 15px 0
}

.p-dc__pict {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center
}

.p-dc__pict > .inner {
    text-align: center
}

.p-dc__pict img {
    width: 1000px
}

.p-dc__flow {
    background: #e2e4e6
}

.p-dc__flow > .inner {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.p-dc__flow h4 {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 15px
}

.p-dc__flow ol {
    margin: 30px 0 0;
    font-size: 1.5rem
}

.p-dc__flow ol > li {
    display: table;
    width: 100%;
    min-height: 120px
}

.p-dc__flow ol > li + li {
    margin-top: 15px
}

.p-dc__flow ol > li:not(:last-of-type) h5 {
    position: relative
}

.p-dc__flow ol > li:not(:last-of-type) h5:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #6cd1f7;
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: rotate(45deg) translate(50%, 0);
    -ms-transform: rotate(45deg) translate(50%, 0);
    transform: rotate(45deg) translate(50%, 0);
    bottom: 0
}

.p-dc__flow ol > li div,
.p-dc__flow ol > li h5 {
    display: table-cell;
    vertical-align: middle;
    padding: 30px
}

.p-dc__flow ol > li h5 {
    width: 33.3333%;
    background: #6cd1f7;
    color: #fff;
    text-align: center
}

.p-dc__flow ol > li div {
    background: #fff
}

.p-dc__flow ol > li li {
    font-size: 1.3rem
}

.p-dc__flow ol > li li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #4099f7;
    margin: 0 7px 0 0
}

.p-dc__outro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    text-align: center
}

.p-dc__outro h4 {
    font-size: 2.8rem;
    margin: 0 0 15px
}

.p-dc__outro ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0
}

.p-dc__outro li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.p-dc__outro li:nth-of-type(odd) {
    padding-right: 10px
}

.p-dc__outro li:nth-of-type(even) {
    padding-left: 10px
}

.p-dc__feature {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-dc__feature .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333% - 20px);
    -ms-flex: 0 0 calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
    border: 3px solid #e2e4e6;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 10px 0
}

.p-dc__feature h4 {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #6cd1f7;
    padding: .75em 1em;
    border-radius: 1.5em;
    margin: 0 0 10px
}

.p-pd__header {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    min-width: 1200px;
    height: 250px;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
    background: url(/common/images/service/pd_header.jpg) no-repeat center center/cover
}

.p-pd__header h3 {
    font-size: 3.4rem;
    line-height: 1;
    margin: 15px 0
}

.p-pd__pict {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center
}

.p-pd__pict > .inner {
    text-align: center
}

.p-pd__pict img {
    width: 740px
}

.p-pd__flow {
    background: #e2e4e6
}

.p-pd__flow > .inner {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.p-pd__flow h4 {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 15px
}

.p-pd__flow ol {
    margin: 30px 0 0;
    font-size: 1.5rem
}

.p-pd__flow ol > li {
    display: table;
    width: 100%;
    min-height: 120px
}

.p-pd__flow ol > li + li {
    margin-top: 15px
}

.p-pd__flow ol > li:not(:last-of-type) h5 {
    position: relative
}

.p-pd__flow ol > li:not(:last-of-type) h5:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #6cd1f7;
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: rotate(45deg) translate(50%, 0);
    -ms-transform: rotate(45deg) translate(50%, 0);
    transform: rotate(45deg) translate(50%, 0);
    bottom: 0
}

.p-pd__flow ol > li div,
.p-pd__flow ol > li h5 {
    display: table-cell;
    vertical-align: middle;
    padding: 30px
}

.p-pd__flow ol > li h5 {
    width: 33.3333%;
    background: #6cd1f7;
    color: #fff;
    text-align: center
}

.p-pd__flow ol > li div {
    background: #fff
}

.p-pd__flow ol > li li {
    font-size: 1.3rem
}

.p-pd__flow ol > li li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #4099f7;
    margin: 0 7px 0 0
}

.p-pd__outro {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    text-align: center
}

.p-pd__outro h4 {
    font-size: 2.8rem;
    margin: 0 0 15px
}

.p-pd__outro ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0
}

.p-pd__outro li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.p-pd__outro li:nth-of-type(odd) {
    padding-right: 10px
}

.p-pd__outro li:nth-of-type(even) {
    padding-left: 10px
}

.p-pd__feature {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-pd__feature .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333% - 20px);
    -ms-flex: 0 0 calc(33.3333% - 20px);
    flex: 0 0 calc(33.3333% - 20px);
    border: 3px solid #e2e4e6;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 10px 0
}

.p-pd__feature h4 {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #6cd1f7;
    padding: .75em 1em;
    border-radius: 1.5em;
    margin: 0 0 10px
}

.p-strengths__sec .header {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 400px;
    padding: 10px 0 0;
    background: #e2e4e6;
    color: #fff;
    line-height: 1;
    text-align: center;
    white-space: nowrap
}

.p-strengths__sec .header h3 {
    font-size: 7rem;
    letter-spacing: .15em
}

.p-strengths__sec .header p {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0 0
}

.p-strengths__sec .header p:last-of-type {
    font-size: 3.4rem;
    margin-top: 20px
}

.p-strengths__sec .cont {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-strengths__sec .cont p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 45px;
    line-height: 2
}

.p-strengths__sec .cont p a {
    margin-top: 15px
}

.p-strengths__sec .cont figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 510px;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px
}

.p-strengths__sec .cont figure img {
    width: 100%;
    height: auto
}

.p-strengths__sec:nth-of-type(odd) .cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-strengths__sec:nth-of-type(odd) .cont p {
    padding: 0 45px 0 0
}

.p-strengths__sec:last-of-type .cont {
    margin-bottom: 0
}

.p-strengths__sec--planning .header {
    background: url(/common/images/strengths/planning_header.jpg) no-repeat center center/cover
}

.p-strengths__sec--tech .header {
    background: url(/common/images/strengths/tech_header.jpg) no-repeat center center/cover
}

.p-strengths__sec--safety .header {
    background: url(/common/images/strengths/safety_header.jpg) no-repeat center center/cover
}

.p-planning__cont .icon,
.p-safety__cont .icon,
.p-tech__cont .icon {
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, from(#6cd1f7), to(#4099f7));
    background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
    background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);
    -webkit-box-shadow: 5px 5px 0 #fff;
    box-shadow: 5px 5px 0 #fff;
    color: #fff;
    line-height: 1;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0;
    top: 0
}

.p-planning__cont .icon span,
.p-safety__cont .icon span,
.p-tech__cont .icon span {
    font-size: 1rem
}

.p-planning__cont .icon strong,
.p-safety__cont .icon strong,
.p-tech__cont .icon strong {
    font-size: 3.4rem
}

.p-planning__cont {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.p-planning__cont .block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px
}

.p-planning__cont .block:nth-of-type(1) {
    margin-top: 0
}

.p-planning__cont .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 540px;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    padding: 0 0 0 60px
}

.p-planning__cont .txt div {
    margin: 0 0 30px;
    padding: 0 0 0 45px
}

.p-planning__cont figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 620px;
    -ms-flex: 0 0 620px;
    flex: 0 0 620px;
    text-align: center
}

.p-planning__cont figure img {
    width: 404px
}

.p-safety__cont,
.p-tech__cont {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-safety__cont .block,
.p-tech__cont .block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 40px);
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    padding: 0 0 0 60px
}

.p-safety__cont .block:not(:nth-of-type(1)):not(:nth-of-type(2)),
.p-tech__cont .block:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 45px
}

.p-safety__cont .block:nth-of-type(1),
.p-tech__cont .block:nth-of-type(1) {
    margin-top: 0
}

.p-safety__cont div,
.p-tech__cont div {
    margin: 0 0 15px;
    padding: 0 0 0 45px
}

.p-safety__cont figure,
.p-tech__cont figure {
    margin: 0 0 15px
}

.p-safety__cont figure img,
.p-tech__cont figure img {
    width: 100%
}

.p-top__vis {
    position: relative;
    height: 600px;
    background: #e2e4e6
}

.p-top__vis .txt {
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 2
}

.p-top__vis .txt h2 {
    position: relative;
    font-size: 6.2rem;
    letter-spacing: .05em;
    margin: 0 0 25px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
    -ms-transform: matrix(1, 0, 0, 1, 0, -50);
    transform: matrix(1, 0, 0, 1, 0, -50);
    opacity: 0
}

.is-complete .p-top__vis .txt h2 {
    -webkit-transition: opacity .5s linear .3s, -webkit-transform .5s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: opacity .5s linear .3s, -webkit-transform .5s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1) .3s, opacity .5s linear .3s;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1) .3s, opacity .5s linear .3s, -webkit-transform .5s cubic-bezier(.23, 1, .32, 1) .3s;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1
}

.p-top__vis .txt h2:after {
    content: '';
    display: block;
    width: 0;
    height: 48px;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #6cd1f7), to(#4099f7));
    background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
    background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    left: -5%;
    bottom: -10px;
    z-index: -1
}

.is-complete .p-top__vis .txt h2:after {
    -webkit-transition: width 1s cubic-bezier(.86, 0, .07, 1) .5s;
    transition: width 1s cubic-bezier(.86, 0, .07, 1) .5s;
    width: 110%
}

.p-top__vis .txt p {
    font-size: 2.2rem;
    font-weight: 700;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    -ms-transform: matrix(1, 0, 0, 1, 0, 50);
    transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 0
}

.is-complete .p-top__vis .txt p {
    -webkit-transition: opacity .5s linear .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: opacity .5s linear .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1) .3s, opacity .5s linear .3s;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1) .3s, opacity .5s linear .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1
}

.p-top__vis .img {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.p-top__vis .img li {
    height: 600px
}

.p-top__vis .img img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-top__news {
    text-align: center;
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.p-top__news ul {
    display: inline-block;
    margin: 30px auto
}

.p-top__news li {
    display: table
}

.p-top__news li + li {
    margin-top: 15px
}

.p-top__news li a,
.p-top__news li time {
    display: table-cell;
    vertical-align: top
}

.p-top__news li a {
    padding: 0 0 0 1em;
    color: #000
}

.p-top__strengths {
    background: #e2e4e6
}

.p-top__strengths > .inner {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.p-top__strengths .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0
}

.p-top__strengths .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(33.3333% - 15px);
    -ms-flex: 0 1 calc(33.3333% - 15px);
    flex: 0 1 calc(33.3333% - 15px);
    background: #fff;
    padding: 0 15px 15px
}

.p-top__strengths figure {
    margin: 0 -15px 15px
}

.p-top__strengths figure a {
    overflow: hidden;
    display: block;
    background: #000
}

.p-top__strengths figure a img {
    -webkit-transition: opacity .25s linear 0s, -webkit-transform 1s ease 0s;
    transition: opacity .25s linear 0s, -webkit-transform 1s ease 0s;
    transition: opacity .25s linear 0s, transform 1s ease 0s;
    transition: opacity .25s linear 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.p-top__strengths figure a:hover img {
    opacity: .75;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.p-top__strengths h4 {
    font-size: 1.8rem;
    margin: 0 0 45px
}

.p-top__strengths p.alpha {
    font-size: 2.6rem;
    color: #4099f7
}

.p-top__service {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px
}

.p-top__service .block {
    margin: 30px 0 0
}

.p-top__service .block + .block {
    margin-top: 15px
}

.p-top__service a {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 #e2e4e6 inset, -1px 0 0 #e2e4e6 inset, 0 -1px 0 #e2e4e6 inset, 1px 0 0 #e2e4e6 inset;
    box-shadow: 0 1px 0 #e2e4e6 inset, -1px 0 0 #e2e4e6 inset, 0 -1px 0 #e2e4e6 inset, 1px 0 0 #e2e4e6 inset;
    -webkit-transition: -webkit-box-shadow .25s linear 0s;
    transition: -webkit-box-shadow .25s linear 0s;
    transition: box-shadow .25s linear 0s;
    transition: box-shadow .25s linear 0s, -webkit-box-shadow .25s linear 0s;
    overflow: hidden;
    display: block;
    background: #000;
    background: #fff
}

.p-top__service a img {
    -webkit-transition: opacity .25s linear 0s, -webkit-transform 1s ease 0s;
    transition: opacity .25s linear 0s, -webkit-transform 1s ease 0s;
    transition: opacity .25s linear 0s, transform 1s ease 0s;
    transition: opacity .25s linear 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.p-top__service a:hover img {
    opacity: .75;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.p-top__service a:hover {
    -webkit-box-shadow: 0 2px 0 #6cd1f7 inset, -2px 0 0 #6cd1f7 inset, 0 -2px 0 #6cd1f7 inset, 2px 0 0 #6cd1f7 inset;
    box-shadow: 0 2px 0 #6cd1f7 inset, -2px 0 0 #6cd1f7 inset, 0 -2px 0 #6cd1f7 inset, 2px 0 0 #6cd1f7 inset
}

.p-top__service a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6cd1f7;
    border-right: 2px solid #6cd1f7;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: rotate(45deg) translate(0, 50%);
    -ms-transform: rotate(45deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%);
    right: 10px
}

.p-top__service .txt,
.p-top__service figure {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.p-top__service figure {
    width: 33.3333%;
    height: 175px;
    overflow: hidden;
    background: #000
}

.p-top__service figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-top__service .txt {
    padding: 0 0 0 30px
}

.p-top__service h4 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 400;
    margin: 10px 0 0
}

.c-bread {
    padding: 10px 40px;
    background: rgba(226, 228, 230, .5);
    color: #666
}

.c-bread a {
    color: #666;
    text-decoration: none
}

.c-bread a:hover {
    text-decoration: underline
}

.c-bread ol {
    font-size: 0
}

.c-bread li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1
}

.c-bread li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 1em
}

.c-bread li:last-of-type:after {
    display: none
}

.c-btn,
.c-form__submit {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #6cd1f7;
  background: -webkit-gradient(linear, left top, right top, from(#6cd1f7), to(#4099f7));
  background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
  background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);
  padding: 16px 30px 15px
}



.c-btn_top {
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 3rem;
    /*font-weight: 700;*/
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #6cd1f7;
    background: -webkit-gradient(linear, left top, right top, from(#545454), to(#000));
    background: -webkit-linear-gradient(left, #545454 0, #000 100%);
    background: linear-gradient(to top, #545454 0, #000 100%);
    padding: 7px 20px 20px 130px;
}

.c-btn:before,
.c-form__submit:before,
.c-btn_top:before{
    content: '';
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transform: skew(-45deg) translate(50%, 50%);
    -ms-transform: skew(-45deg) translate(50%, 50%);
    transform: skew(-45deg) translate(50%, 50%);
    right: 175%
}

.c-btn:hover:before,
.c-form__submit:hover:before,
.c-btn_top:hover:before{
    -webkit-transition: right 1s ease 0s;
    transition: right 1s ease 0s;
    right: -175%
}

.c-btn:after,
.c-form__submit:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-2px, 0);
  -ms-transform: rotate(45deg) translate(-2px, 0);
  transform: rotate(45deg) translate(-2px, 0);
  margin: 0 0 0 18px
}

.c-btn_top:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/common/images/recruit/interview/arrow.png)no-repeat center center/cover;
    /*  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-2px, 0);
  -ms-transform: rotate(45deg) translate(-2px, 0);
  transform: rotate(45deg) translate(-2px, 0);*/
    margin: 10px 0 -3px 100px;
}

.c-btn--quick:hover:before {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.c-btn--block {
    display: block
}

.c-btn--slim {
    font-size: 1.2rem;
    padding: 10px 20px 9px
}

.c-btn--slim:after {
    width: 3px;
    height: 3px
}

.c-btn--pagetop {
    display: block;
    width: 200px;
    height: 100%
}

.c-btn--pagetop:after {
    display: none
}

.c-btn--pagetop span {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -4px
}

.c-btn--contact,
.c-btn--recruit {
    display: table-cell;
    vertical-align: middle;
    width: 91px;
    height: 86px;
    white-space: nowrap;
    padding: 0;
    font-size: 1.1rem
}

.c-btn--contact:after,
.c-btn--recruit:after {
    display: none
}

.c-btn--contact span:before,
.c-btn--recruit span:before {
    content: '';
    display: block;
    margin: 0 auto 8px
}

.c-btn--recruit span:before {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 16px;
    height: 30px;
    background: url(/common/images/ic_recruit.svg) no-repeat center center/cover
}

.c-btn--contact {
    background: #000
}

.c-btn--contact span:before {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23px;
    height: 30px;
    background: url(/common/images/ic_contact.svg) no-repeat center center/cover
}

.c-btn--close {
    padding: 5px 10px
}

.c-btn--close:after {
    display: none
}

.c-btn--close span {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: relative;
    display: block;
    width: 28px;
    height: 28px
}

.c-btn--close span:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%) rotate(45deg);
    -ms-transform: translate(50%, 50%) rotate(45deg);
    transform: translate(50%, 50%) rotate(45deg)
}

.c-btn--close span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
    -ms-transform: translate(50%, 50%) rotate(-45deg);
    transform: translate(50%, 50%) rotate(-45deg)
}

.c-form {
    width: 870px;
    margin-right: auto;
    margin-left: auto
}

.c-form p {
    text-align: center;
    margin: 15px 0 0
}

.c-form table {
    width: 100%
}

.c-form td,
.c-form th {
    vertical-align: middle;
    border-top: 1px solid #e2e4e6;
    border-bottom: 1px solid #e2e4e6;
    font-weight: 400;
    text-align: left;
    padding: 20px 0
}

.c-form th {
    white-space: nowrap
}

.c-form th span {
    margin-left: 5px
}

.c-form td {
    width: 1200px;
    padding-left: 40px
}

.c-form__complete {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 45px
}

.c-form__complete p {
    margin: 15px 0 0
}

.c-form__error {
    margin: 30px 0;
    padding: 15px 30px;
    color: #e74c3c;
    border: 4px solid rgba(231, 76, 60, .25);
    background: rgba(231, 76, 60, .1);
    border-radius: 2px
}

.c-form__text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
    padding: 1em;
    border: 2px solid #e2e4e6;
    border-radius: 4px;
    outline: 0;
    -webkit-transition: border-color .25s linear 0s;
    transition: border-color .25s linear 0s
}

.c-form__text:focus,
.c-form__text:hover {
    border-color: #6cd1f7
}

.c-form__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
    min-height: 200px;
    padding: 1em;
    border: 2px solid #e2e4e6;
    border-radius: 4px;
    outline: 0;
    -webkit-transition: border-color .25s linear 0s;
    transition: border-color .25s linear 0s
}

.c-form__textarea:focus,
.c-form__textarea:hover {
    border-color: #6cd1f7
}

.c-form__radio {
    margin-right: 1em
}

.c-form__radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    display: none
}

.c-form__radio input + span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px
}

.c-form__radio input + span:after,
.c-form__radio input + span:before {
    content: '';
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    position: absolute;
    top: 50%
}

.c-form__radio input + span:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #e2e4e6;
    left: 0;
    margin: -10px 0 0
}

.c-form__radio input + span:hover:before {
    border-color: #6cd1f7
}

.c-form__radio input + span:after {
    width: 12px;
    height: 12px;
    background: #6cd1f7;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    left: 4px;
    margin-top: -6px
}

.c-form__radio input:checked + span:before {
    border: 2px solid #6cd1f7
}

.c-form__radio input:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-form__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    border: none;
    cursor: pointer;
    outline: 0
}

.c-heading {
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 2px solid #e2e4e6
}

.c-heading span {
    position: relative;
    display: inline-block;
    padding: 0 0 15px
}

.c-heading span:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #6cd1f7;
    position: absolute;
    left: 0;
    bottom: -2px
}

.c-heading-sec {
    text-align: center;
    line-height: 1
}

.c-heading-sec h1,
.c-heading-sec h2,
.c-heading-sec h3,
.c-heading-sec h4,
.c-heading-sec h5,
.c-heading-sec h6 {
    font-size: 3rem
}

.c-heading-sec p {
    font-size: 1.2rem;
    color: #6cd1f7;
    margin: 10px 0 0
}

.c-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    padding: .5em 2em;
    border-radius: 1.25em;
    border: 2px solid #6cd1f7;
    color: #6cd1f7;
    margin-top: -.175em
}

.c-label--require {
    font-size: 1rem;
    padding-right: 1.25em;
    padding-left: 1.25em;
    border: none;
    background: #e74c3c;
    color: #fff
}

.c-modal {
    position: relative;
    padding: 30px
}

.c-modal figure {
    margin: 30px 0
}

.c-modal table {
    border-collapse: separate;
    width: 100%;
    margin: 30px 0 0;
    border-bottom: 1px solid #e2e4e6
}

.c-modal td,
.c-modal th {
    font-size: 1.5rem;
    line-height: 1.33335;
    vertical-align: middle;
    border-top: 1px solid #e2e4e6;
    font-weight: 400;
    text-align: left;
    padding: 15px 0
}

.c-modal th {
    white-space: nowrap
}

.c-modal th span {
    margin-left: 5px
}

.c-modal td {
    width: 1200px;
    padding-left: 30px
}

.c-modal__ttl {
    padding-right: 45px
}

.c-modal__close {
    position: absolute;
    right: 0;
    top: 0
}

.c-pager {
    width: 1200px;
    margin: 45px auto 0
}

.c-pager ul {
    font-size: 0;
    text-align: center
}

.c-pager li {
    display: inline-block;
    vertical-align: middle
}

.c-pager li > a,
.c-pager li > span {
    position: relative;
    display: block;
    font-size: 1.8rem;
    text-decoration: none;
    color: grey;
    line-height: 1;
    width: 2.5em;
    padding: .6em 0 .5em;
    border: 2px solid #e2e4e6;
    border-radius: 2px;
    margin: 0 5px;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.c-pager li > a[title="previous page"],
.c-pager li > span[title="previous page"] {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.c-pager li > a[title="previous page"]:before,
.c-pager li > span[title="previous page"]:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid grey;
    border-left: 2px solid grey;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transform: rotate(45deg) translate(50%, 50%);
    -ms-transform: rotate(45deg) translate(50%, 50%);
    transform: rotate(45deg) translate(50%, 50%);
    margin: 0 -5px 1px 0
}

.c-pager li > a[title="next page"],
.c-pager li > span[title="next page"] {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.c-pager li > a[title="next page"]:before,
.c-pager li > span[title="next page"]:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid grey;
    border-right: 2px solid grey;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transform: rotate(45deg) translate(50%, 50%);
    -ms-transform: rotate(45deg) translate(50%, 50%);
    transform: rotate(45deg) translate(50%, 50%);
    margin: 0 -2px 1px 0
}

.c-pager li > a:hover,
.c-pager li > span {
    color: #fff;
    background: #6cd1f7;
    border-color: #6cd1f7
}

.c-pager li > a:hover:before,
.c-pager li > span:before {
    border-color: #fff
}

.u-pc-view {
    display: block !important
}

.u-sp-view {
    display: none !important
}

.u-pc-view-in {
    display: inline !important
}

.u-sp-view-in {
    display: none !important
}

.u-pc-view-ib {
    display: inline-block !important
}

.u-sp-view-ib {
    display: none !important
}

.u-fs0 {
    font-size: 0
}

.u-alpha {
    font-family: 'Avenir Next', 'Nunito Sans', sans-serif;
    font-weight: 700
}

.u-alpha--italic {
    font-style: italic
}

@media (max-width:960px) {
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: underline
    }

    .l-wrapper {
        min-width: initial;
        padding: 50px 0 0;
        left: 0
    }

    .is-nav-open .l-wrapper {
        left: calc((100% - 50px) * -1)
    }

    .l-wrapper:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .75);
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: opacity .25s linear 0s, -webkit-transform 0s linear .25s;
        transition: opacity .25s linear 0s, -webkit-transform 0s linear .25s;
        transition: opacity .25s linear 0s, transform 0s linear .25s;
        transition: opacity .25s linear 0s, transform 0s linear .25s, -webkit-transform 0s linear .25s;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .is-nav-open .l-wrapper:after {
        -webkit-transition: opacity .25s linear .25s;
        transition: opacity .25s linear .25s;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .l-header {
        height: 50px;
        position: absolute;
        left: 0;
        top: 0
    }

    .l-header h1 {
        width: 200px;
        left: 13px;
        top: 7px
    }

    .l-header .nav {
        width: calc((100% - 50px));
        height: 100%;
        -webkit-transition: right .5s cubic-bezier(.77, 0, .175, 1) 0s;
        transition: right .5s cubic-bezier(.77, 0, .175, 1) 0s;
        position: fixed;
        right: calc((100% - 50px) * -1);
        top: 0;
        z-index: -1;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow-y: auto
    }

    .l-header .nav::-webkit-scrollbar-track {
        background: 0 0
    }

    .l-header .nav::-webkit-scrollbar-thumb {
        background: #4099f7
    }

    .l-header .nav::-webkit-scrollbar-track-piece {
        background: #e2e4e6
    }

    .l-header .nav::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .is-nav-open .l-header .nav {
        right: 0
    }

    .l-header .nav ul {
        display: block
    }

    .l-header .nav li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #e2e4e6
    }

    .l-header .nav li:not(.recruit):not(.contact) a {
        display: block;
        text-align: left;
        height: auto;
        white-space: normal;
        padding: 30px
    }

    .l-header .nav li:not(.recruit):not(.contact) a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 3px;
        background: #6cd1f7;
        background: -webkit-gradient(linear, left top, right top, from(#6cd1f7), to(#4099f7));
        background: -webkit-linear-gradient(left, #6cd1f7 0, #4099f7 100%);
        background: linear-gradient(to right, #6cd1f7 0, #4099f7 100%);
        margin: -.175em 8px 0 0
    }

    .l-header .nav li.contact,
    .l-header .nav li.recruit {
        border-bottom: none
    }

    .l-header .nav li.recruit {
        padding-left: 0
    }

    .l-header .nav .sub li {
        border-bottom: none
    }

    .l-header .nav .sub li + li {
        border-top: 1px dotted #e2e4e6
    }

    .l-header .nav .sub li:not(.recruit):not(.contact) a {
        font-weight: 400;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: calc(30px + 20px)
    }

    .l-header .nav .sub li:not(.recruit):not(.contact) a:before {
        display: none
    }

    .l-header .humb {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #e2e4e6;
        -webkit-transition: border-color .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        transition: border-color .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        border-radius: 2px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 2
    }

    .is-nav-open .l-header .humb {
        border-color: transparent
    }

    .l-header .humb span {
        display: block;
        width: 20px;
        height: 2px;
        background: #000;
        -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        transition: all .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        position: absolute;
        left: 10px;
        top: 18px
    }

    .l-header .humb span:nth-of-type(1) {
        margin: -8px 0 0
    }

    .l-header .humb span:nth-of-type(3) {
        margin: 8px 0 0
    }

    .is-nav-open .l-header .humb span:nth-of-type(1),
    .is-nav-open .l-header .humb span:nth-of-type(3) {
        width: 10px
    }

    .is-nav-open .l-header .humb span:nth-of-type(1) {
        -webkit-transform: translate(12px, 5px) rotate(45deg);
        -ms-transform: translate(12px, 5px) rotate(45deg);
        transform: translate(12px, 5px) rotate(45deg)
    }

    .is-nav-open .l-header .humb span:nth-of-type(3) {
        -webkit-transform: translate(12px, -5px) rotate(-45deg);
        -ms-transform: translate(12px, -5px) rotate(-45deg);
        transform: translate(12px, -5px) rotate(-45deg)
    }

    .l-header-rec {
        height: 50px;
        position: absolute;
        left: 0;
        top: 0
    }

    .l-header-rec h1 {
        width: 290px;
        left: 13px;
        top: 7px
    }

    .l-header-rec .nav {
        min-width: initial;
        width: calc((100% - 50px));
        height: 100%;
        padding: 0;
        -webkit-transition: right .5s cubic-bezier(.77, 0, .175, 1) 0s;
        transition: right .5s cubic-bezier(.77, 0, .175, 1) 0s;
        position: fixed;
        right: calc((100% - 50px) * -1);
        top: 0;
        z-index: -1;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow-y: auto
    }

    .l-header-rec .nav::-webkit-scrollbar-track {
        background: 0 0
    }

    .l-header-rec .nav::-webkit-scrollbar-thumb {
        background: #4099f7
    }

    .l-header-rec .nav::-webkit-scrollbar-track-piece {
        background: #e2e4e6
    }

    .l-header-rec .nav::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .is-nav-open .l-header-rec .nav {
        right: 0
    }

    .l-header-rec .nav ul {
        display: block
    }

    .l-header-rec .nav li {
        display: block;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .l-header-rec .nav li a {
        display: block;
        text-align: left;
        height: auto;
        white-space: normal;
        padding: 30px
    }

    .l-header-rec .humb {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #e2e4e6;
        -webkit-transition: border-color .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        transition: border-color .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        border-radius: 2px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 2
    }

    .is-nav-open .l-header-rec .humb {
        border-color: transparent
    }

    .l-header-rec .humb span {
        display: block;
        width: 20px;
        height: 2px;
        background: #000;
        -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        transition: all .5s cubic-bezier(.68, -.55, .265, 1.55) .25s;
        position: absolute;
        left: 10px;
        top: 18px
    }

    .l-header-rec .humb span:nth-of-type(1) {
        margin: -8px 0 0
    }

    .l-header-rec .humb span:nth-of-type(3) {
        margin: 8px 0 0
    }

    .is-nav-open .l-header-rec .humb span:nth-of-type(1),
    .is-nav-open .l-header-rec .humb span:nth-of-type(3) {
        width: 10px
    }

    .is-nav-open .l-header-rec .humb span:nth-of-type(1) {
        -webkit-transform: translate(12px, 5px) rotate(45deg);
        -ms-transform: translate(12px, 5px) rotate(45deg);
        transform: translate(12px, 5px) rotate(45deg)
    }

    .is-nav-open .l-header-rec .humb span:nth-of-type(3) {
        -webkit-transform: translate(12px, -5px) rotate(-45deg);
        -ms-transform: translate(12px, -5px) rotate(-45deg);
        transform: translate(12px, -5px) rotate(-45deg)
    }

    .l-main {
        padding: 0 0 30px
    }

    .l-main__ttl {
        padding: 30px 0
    }

    .l-main__ttl h2 {
        font-size: 3rem
    }

    .l-main__ttl p {
        font-size: 1.2rem;
        margin: 10px 0 0
    }

    .p-facility .l-main,
    .p-recruit .l-main,
    .p-service .l-main {
        padding-bottom: 0
    }

    .l-footer .sitemap {
        display: none
    }

    .l-footer .credit > .inner {
        width: auto;
        padding: 0
    }

    .l-footer .credit .pagetop {
        position: relative
    }

    .l-footer .credit address {
        display: block;
        text-align: center
    }

    .l-footer .credit address div,
    .l-footer .credit address h1 {
        display: block
    }

    .l-footer .credit address h1 {
        width: 240px;
        margin: 0 auto
    }

    .l-footer .credit address div {
        padding: 15px 15px 0
    }

    .l-footer .credit address p {
        font-size: 1.1rem
    }

    .l-footer .credit address ul {
        font-size: 0
    }

    .l-footer .credit address li {
        float: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3rem
    }

    .p-company__msg > .inner {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-company__msg > .inner {
        padding-top: 15px;
        padding-bottom: 30px
    }

    .p-company__msg figure img {
        width: 100%
    }

    .p-company__msg p {
        margin: 15px 0 0;
        line-height: 2
    }

    .p-company__summary {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-company__summary {
        padding-top: 30px
    }

    .p-company__summary .history,
    .p-company__summary .outline {
        float: none;
        width: auto
    }

    .p-company__summary table {
        margin: 30px 0 0;
        border-top: 1px solid #e2e4e6
    }

    .p-company__summary td,
    .p-company__summary th {
        display: block;
        border: none
    }

    .p-company__summary th {
        padding-bottom: 0;
        font-weight: 700
    }

    .p-company__summary td {
        width: auto;
        border-bottom: 1px solid #e2e4e6;
        padding-top: 0
    }

    .p-company__summary .history {
        float: none;
        margin-top: 45px
    }

    .p-company__summary .history th {
        padding-bottom: 0
    }

    .p-company__summary .history td {
        padding-top: 0
    }

    .p-contact__intro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-contact__intro {
        text-align: left
    }

    .p-contact__intro .tel {
        text-align: center;
        margin: 15px 0 0
    }

    .p-contact__intro .tel strong {
        font-size: 4.2rem;
        line-height: 4.2rem;
        margin: 10px 0 0
    }

    .p-contact__flow {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-contact__flow {
        margin-bottom: 15px
    }

    .p-facility__map {
        height: 500px
    }

    .p-news__list {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-news__list li {
        display: block
    }

    .p-news__list a,
    .p-news__list time {
        display: block
    }

    .p-news__list time {
        white-space: normal;
        padding: 0;
        font-size: 1.4rem;
        font-weight: 700
    }

    .p-news__list a {
        width: auto
    }

    .p-news__article {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-news__article header h1 {
        font-size: 2.2rem;
        text-align: left
    }

    .p-news__article .cont {
        margin: 15px 0 30px
    }

    .p-privacy__cont {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-privacy__cont h3:not(:first-of-type) {
        margin-top: 30px
    }

    .p-recruit__cont .txt {
        width: 100%;
        left: 0;
        top: 52%;
    }
    .top-btn {
    text-align: center;
        margin: 30px 0;
    }

    .p-recruit__cont h2 {
        font-size: 3rem;
        font-size: 3.8vw
    }

    .p-recruit__cont h2 strong {
        font-size: 4.4rem;
        font-size: 5.2vw
    }

    .p-recruit__cont ul {
        margin: 10px 0 0;
        display: inline-block;
    }
        .p-recruit__cont ul li{
            padding: 0;
    }

    .p-recruit-msg__header {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 500px;
        padding: 0 0 30px;
        background: url(/common/images/recruit/message/snap01_sp.jpg) no-repeat center top/cover
    }

    .p-recruit-msg__header .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-msg__header .txt h3 {
        font-size: 3.2rem
    }

    .p-recruit-msg__header .txt p {
        font-size: 1.3rem;
        margin: 5px 0 0
    }

    .p-recruit-msg__header .txt strong {
        font-size: 2.2rem;
        margin: 0
    }

    .p-recruit-msg__intro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-msg__intro {
        padding-top: 45px;
        padding-bottom: 30px
    }

    .p-recruit-msg__intro h4 {
        font-size: 2.8rem
    }

    .p-recruit-msg__intro .desc {
        display: block;
        margin: 15px 0 0
    }

    .p-recruit-msg__intro p {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .p-recruit-msg__intro p + p {
        margin-top: 1em
    }

    .p-recruit-msg__point figure {
        width: auto;
        min-width: initial;
        margin: 0 15px;
        padding: 0
    }

    .p-recruit-msg__point .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-msg__point .txt > .inner {
        width: auto;
        padding: 15px;
        position: static
    }

    .p-recruit-msg__point .txt h4 {
        font-size: 2.4rem
    }

    .p-recruit-interview__driver figure {
        width: auto;
        min-width: initial;
        margin: 0 15px;
        padding: 0
    }

    .p-recruit-interview__driver figure figcaption {
        margin: 0 0 5px
    }

    .p-recruit-interview__driver figure figcaption li {
        display: block
    }

    .p-recruit-interview__driver figure figcaption p {
        text-align: center
    }

    .p-recruit-interview__driver .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-interview__driver .txt > .inner {
        width: auto;
        padding: 15px;
        position: static
    }

    .p-recruit-interview__driver .txt h4 {
        font-size: 2.4rem
    }

    .p-recruit-interview__sales {
        margin: 30px 0 0
    }

    .p-recruit-interview__sales figure {
        width: auto;
        min-width: initial;
        margin: 0 15px;
        padding: 0
    }

    .p-recruit-interview__sales figure figcaption {
        margin: 0 0 5px
    }

    .p-recruit-interview__sales figure figcaption li {
        display: block
    }

    .p-recruit-interview__sales figure figcaption p {
        text-align: center
    }

    .p-recruit-interview__sales .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-interview__sales .txt > .inner {
        width: auto;
        padding: 15px;
        position: static
    }

    .p-recruit-interview__sales .txt h4 {
        font-size: 2.4rem
    }

    .p-recruit-interview__picking {
        margin: 30px 0 0
    }

    .p-recruit-interview__picking figure {
        width: auto;
        min-width: initial;
        margin: 0 15px;
        padding: 0
    }

    .p-recruit-interview__picking figure figcaption {
        margin: 0 0 5px
    }

    .p-recruit-interview__picking figure figcaption li {
        display: block
    }

    .p-recruit-interview__picking figure figcaption p {
        text-align: center
    }

    .p-recruit-interview__picking .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-interview__picking .txt > .inner {
        width: auto;
        padding: 15px;
        position: static
    }

    .p-recruit-interview__picking .txt h4 {
        font-size: 2.4rem
    }

    .p-recruit-interview__desk {
        margin: 30px 0 0
    }

    .p-recruit-interview__desk figure {
        width: auto;
        min-width: initial;
        margin: 0 15px;
        padding: 0
    }

    .p-recruit-interview__desk figure figcaption {
        margin: 0 0 5px
    }

    .p-recruit-interview__desk figure figcaption li {
        display: block
    }

    .p-recruit-interview__desk figure figcaption p {
        text-align: center
    }

    .p-recruit-interview__desk .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-interview__desk .txt > .inner {
        width: auto;
        padding: 15px;
        position: static
    }

    .p-recruit-interview__desk .txt h4 {
        font-size: 2.4rem
    }

    .p-recruit-interview__manage {
        margin: 30px 0 0
    }

    .p-recruit-interview__manage figure {
        width: auto;
        min-width: initial;
        margin: 0 15px;
        padding: 0
    }

    .p-recruit-interview__manage figure figcaption {
        margin: 0 0 5px
    }

    .p-recruit-interview__manage figure figcaption li {
        display: block
    }

    .p-recruit-interview__manage figure figcaption p {
        text-align: center
    }

    .p-recruit-interview__manage .txt {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-interview__manage .txt > .inner {
        width: auto;
        padding: 15px;
        position: static
    }

    .p-recruit-interview__manage .txt h4 {
        font-size: 2.4rem
    }



    .p-recruit-interview__header {
        display: block;
        min-height: initial;
        min-height: auto;
        height: 45vh;
        background: url(/common/images/recruit/interview/interview.jpg) no-repeat center top/cover;
        position: relative;
    }

    .p-recruit-interview__header .txt {
        width: 200px;
        padding: 14px;
        color: #fff;
        background: #000;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: center;
    }

    .p-recruit-interview__header .txt h3 {
        font-size: 24px;
        border-top: 1px solid #3BD5FA;
        padding-top: 10px;
    }

    .p-recruit-interview__header .txt p {
        font-size: 14px;
        padding-bottom: 14px;
        line-height: 1.4;
    }

    .p-recruit-interview__header .txt p strong {
        font-size: 18px;
    }

    .p-recruit-interview__lead {
        color: #000;
        font-size: 16px;
        background: #F0FAFC;
        width: 100%;
        padding: 30px 20px;
    }

    .p-recruit-interview__lead .interview-ttl {
        color: #1091B1;
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-recruit-interview__sub ul {
        display: block;
        background: #1091B1;
        text-align: center;
    }

    .p-recruit-interview__sub .sub-img {
        width: auto;
    }

    .p-recruit-interview__sub .sub-txt-box {
        width: calc(100%-584px);
        padding: 30px 20px;
    }

    .p-recruit-interview__sub .sub-txt-box .sub-txt {
        max-width: initial;
        max-width: auto;
        font-size: 16px;
        color: #fff;
        text-align: left;
    }

    .p-recruit-interview__sub .sub-txt-box h4 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-recruit-interview__stepup {
        background: #F0FAFC;
        padding: 30px 20px 50px;
        text-align: center;
    }

    .p-recruit-interview__stepup .stepup-ttl {
        background: #1091B1;
        font-size: 24px;
        font-weight: bold;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        width: auto;
        margin: 0 auto;
    }

    .p-recruit-interview__stepup .stepup-lead {
        color: #000;
        font-size: 16px;
        background: #F0FAFC;
        margin-top: 40px;
        text-align: left;

    }

    .p-recruit-interview__stepup .stepup-lead h4 {
        color: #1091B1;
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-recruit-guide__tab {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-guide__tab li {
        padding: 15px 5px 13px;
        font-size: 1.4rem
    }

    .p-recruit-guide__sec {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-guide__sec table {
        margin: 15px 0 0;
        border-top: 1px solid #e2e4e6
    }

    .p-recruit-guide__sec td,
    .p-recruit-guide__sec th {
        display: block;
        border: none
    }

    .p-recruit-guide__sec th {
        padding-bottom: 0;
        font-weight: 700
    }

    .p-recruit-guide__sec td {
        width: auto;
        border-bottom: 1px solid #e2e4e6;
        padding-top: 0
    }

    .p-recruit-guide__outro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-entry__intro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-entry__intro {
        text-align: left
    }

    .p-recruit-entry__intro .tel {
        text-align: center;
        margin: 15px 0 0
    }

    .p-recruit-entry__intro .tel strong {
        font-size: 4.2rem;
        margin: 0
    }

    .p-recruit-entry__flow {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-recruit-entry__flow {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .p-service__index > .inner {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-service__index > .inner {
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-service__index h3 {
        font-size: 2.6rem
    }

    .p-service__index .copy {
        font-size: 1.6rem;
        margin: 15px 0
    }

    .p-service__index .blocks {
        display: block;
        margin: 0
    }

    .p-service__index .block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0 15px 15px
    }

    .p-service__index .block + .block {
        margin-top: 15px
    }

    .p-service__index .block .btn {
        width: auto;
        position: static
    }

    .p-rc__header {
        min-width: initial;
        height: auto;
        padding: 40px 15px 30px
    }

    .p-rc__header h3 {
        font-size: 3rem;
        margin: 20px 0 15px
    }

    .p-rc__pict {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-rc__pict {
        margin-top: 45px;
        margin-bottom: 30px
    }

    .p-rc__pict > .inner {
        overflow-x: auto;
        padding: 0 0 30px
    }

    .p-rc__pict > .inner::-webkit-scrollbar-track {
        background: 0 0
    }

    .p-rc__pict > .inner::-webkit-scrollbar-thumb {
        background: #4099f7
    }

    .p-rc__pict > .inner::-webkit-scrollbar-track-piece {
        background: #e2e4e6
    }

    .p-rc__pict > .inner::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .p-rc__pict img {
        max-width: initial;
        width: 472.5px
    }

    .p-rc__flow > .inner {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-rc__flow > .inner {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-rc__flow h4 {
        margin: 0 0 10px
    }

    .p-rc__flow ol > li div,
    .p-rc__flow ol > li h5 {
        padding: 15px
    }

    .p-rc__outro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-rc__outro {
        margin-top: 45px;
        text-align: left
    }

    .p-rc__outro h4 {
        text-align: center
    }

    .p-rc__outro ul {
        display: block;
        margin: 15px 0 0
    }

    .p-rc__outro li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-align: center
    }

    .p-rc__outro li:nth-of-type(odd) {
        padding-right: 0
    }

    .p-rc__outro li:nth-of-type(even) {
        padding-left: 0;
        margin-top: 15px
    }

    .p-rc__outro li img {
        max-width: 600px
    }

    .p-rc__feature {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-rc__feature {
        display: block;
        margin-top: 30px
    }

    .p-rc__feature .block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 15px 0 0
    }

    .p-dc__header {
        min-width: initial;
        height: auto;
        padding: 40px 15px 30px
    }

    .p-dc__header h3 {
        font-size: 3rem;
        margin: 20px 0 15px
    }

    .p-dc__pict {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-dc__pict {
        margin-top: 45px;
        margin-bottom: 30px
    }

    .p-dc__pict > .inner {
        overflow-x: auto;
        padding: 0 0 30px
    }

    .p-dc__pict > .inner::-webkit-scrollbar-track {
        background: 0 0
    }

    .p-dc__pict > .inner::-webkit-scrollbar-thumb {
        background: #4099f7
    }

    .p-dc__pict > .inner::-webkit-scrollbar-track-piece {
        background: #e2e4e6
    }

    .p-dc__pict > .inner::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .p-dc__pict img {
        max-width: initial;
        width: 750px
    }

    .p-dc__flow > .inner {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-dc__flow > .inner {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-dc__flow h4 {
        margin: 0 0 10px
    }

    .p-dc__flow ol > li div,
    .p-dc__flow ol > li h5 {
        padding: 15px
    }

    .p-dc__outro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-dc__outro {
        margin-top: 45px;
        text-align: left
    }

    .p-dc__outro h4 {
        text-align: center
    }

    .p-dc__outro ul {
        display: block;
        margin: 15px 0 0
    }

    .p-dc__outro li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-align: center
    }

    .p-dc__outro li:nth-of-type(odd) {
        padding-right: 0
    }

    .p-dc__outro li:nth-of-type(even) {
        padding-left: 0;
        margin-top: 15px
    }

    .p-dc__outro li img {
        max-width: 600px
    }

    .p-dc__feature {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-dc__feature {
        display: block;
        margin-top: 30px
    }

    .p-dc__feature .block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 15px 0 0
    }

    .p-pd__header {
        min-width: initial;
        height: auto;
        padding: 40px 15px 30px
    }

    .p-pd__header h3 {
        font-size: 3rem;
        margin: 20px 0 15px
    }

    .p-pd__pict {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-pd__pict {
        margin-top: 45px;
        margin-bottom: 30px
    }

    .p-pd__pict > .inner {
        overflow-x: auto;
        padding: 0 0 30px
    }

    .p-pd__pict > .inner::-webkit-scrollbar-track {
        background: 0 0
    }

    .p-pd__pict > .inner::-webkit-scrollbar-thumb {
        background: #4099f7
    }

    .p-pd__pict > .inner::-webkit-scrollbar-track-piece {
        background: #e2e4e6
    }

    .p-pd__pict > .inner::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .p-pd__pict img {
        max-width: initial;
        width: 555px
    }

    .p-pd__flow > .inner {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-pd__flow > .inner {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-pd__flow h4 {
        margin: 0 0 10px
    }

    .p-pd__flow ol > li div,
    .p-pd__flow ol > li h5 {
        padding: 15px
    }

    .p-pd__outro {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-pd__outro {
        margin-top: 45px;
        text-align: left
    }

    .p-pd__outro h4 {
        text-align: center
    }

    .p-pd__outro ul {
        display: block;
        margin: 15px 0 0
    }

    .p-pd__outro li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-align: center
    }

    .p-pd__outro li:nth-of-type(odd) {
        padding-right: 0
    }

    .p-pd__outro li:nth-of-type(even) {
        padding-left: 0;
        margin-top: 15px
    }

    .p-pd__outro li img {
        max-width: 600px
    }

    .p-pd__feature {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-pd__feature {
        display: block;
        margin-top: 30px
    }

    .p-pd__feature .block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 15px 0 0
    }

    .p-strengths__sec .header {
        height: 300px
    }

    .p-strengths__sec .header h3 {
        font-size: 4rem;
        letter-spacing: 3px
    }

    .p-strengths__sec .header p {
        font-size: 1.4rem
    }

    .p-strengths__sec .header p:last-of-type {
        font-size: 2.2rem;
        margin-top: 10px
    }

    .p-strengths__sec .cont {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-strengths__sec .cont {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .p-strengths__sec .cont p {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0
    }

    .p-strengths__sec .cont figure {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 0 30px
    }

    .p-strengths__sec:nth-of-type(odd) .cont p {
        padding: 0
    }

    .p-planning__cont .icon,
    .p-safety__cont .icon,
    .p-tech__cont .icon {
        width: 60px;
        height: 60px;
        left: -10px
    }

    .p-planning__cont .icon span,
    .p-safety__cont .icon span,
    .p-tech__cont .icon span {
        font-size: .8rem
    }

    .p-planning__cont .icon strong,
    .p-safety__cont .icon strong,
    .p-tech__cont .icon strong {
        font-size: 2.8rem
    }

    .p-planning__cont {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-planning__cont .block {
        display: block;
        margin-top: 45px
    }

    .p-planning__cont .txt {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0
    }

    .p-planning__cont .txt div {
        margin: 0 0 30px;
        padding: 0 0 0 65px
    }

    .p-planning__cont figure {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 260px;
        margin: 30px auto 0
    }

    .p-planning__cont figure img {
        width: 100%
    }

    .p-safety__cont,
    .p-tech__cont {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-safety__cont,
    .p-tech__cont {
        display: block
    }

    .p-safety__cont .block,
    .p-tech__cont .block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0;
        margin-top: 45px
    }

    .p-safety__cont div,
    .p-tech__cont div {
        margin: 0 0 15px;
        padding: 0 0 0 65px
    }

    .p-top__vis {
        height: 400px
    }

    .p-top__vis .txt h2 {
        font-size: 3rem
    }

    .p-top__vis .txt h2:after {
        height: 24px;
        left: -2%;
        bottom: -5px
    }

    .is-complete .p-top__vis .txt h2:after {
        width: 104%
    }

    .p-top__vis .txt p {
        font-size: 1.5rem
    }

    .p-top__vis .img li {
        height: 400px
    }

    .p-top__news {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-top__news {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-top__news li {
        display: block;
        text-align: left
    }

    .p-top__news li + li {
        padding-top: 10px;
        border-top: 1px solid #e2e4e6
    }

    .p-top__news li a,
    .p-top__news li time {
        display: block
    }

    .p-top__news li a {
        padding: 0
    }

    .p-top__strengths > .inner {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-top__strengths > .inner {
        padding-top: 45px;
        padding-bottom: 15px
    }

    .p-top__strengths .blocks {
        display: block
    }

    .p-top__strengths .block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .p-top__strengths .block + .block {
        margin-top: 15px
    }

    .p-top__service {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .p-top__service {
        padding-top: 45px
    }

    .p-top__service a:after {
        right: 5px
    }

    .p-top__service figure {
        width: 90px;
        height: 80px
    }

    .p-top__service .txt {
        padding: 0 0 0 15px
    }

    .p-top__service h4 {
        font-size: 1.6rem;
        margin: 2px 0 0
    }

    .c-bread {
        display: none
    }

    .c-btn--slim-sp {
        /*font-size: 24px;*/
        padding: 0 20px 10px;
    }

    .c-btn--slim-sp:after {
        width: 30px;
        height: 30px;
    }

    .c-btn--pagetop {
        width: 100%;
        height: 45px;
        position: relative
    }

    .c-btn--contact,
    .c-btn--recruit {
        display: block;
        width: auto;
        text-align: left;
        height: auto;
        white-space: normal;
        padding: 25px 30px;
        font-size: 1.4rem
    }

    .c-btn--contact span:before,
    .c-btn--recruit span:before {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0
    }

    .c-form {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .c-form table {
        border-top: 1px solid #e2e4e6
    }

    .c-form td,
    .c-form th {
        display: block;
        border: none
    }

    .c-form th {
        padding-bottom: 0;
        font-weight: 700
    }

    .c-form td {
        width: auto;
        border-bottom: 1px solid #e2e4e6;
        padding-top: 10px;
        padding-left: 0
    }

    .c-form__complete {
        width: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .c-form__complete {
        padding-top: 0
    }

    .c-heading {
        font-size: 2.2rem
    }

    .c-heading--lh {
        line-height: 1.43335
    }

    .c-label--sp-slim {
        font-size: 1.1rem;
        border: 1px solid #6cd1f7
    }

    .c-modal {
        padding: 15px
    }

    .c-modal figure {
        margin: 15px 0
    }

    .c-modal table {
        margin: 15px 0;
        border-top: 1px solid #e2e4e6
    }

    .c-modal td,
    .c-modal th {
        display: block;
        border: none
    }

    .c-modal th {
        padding-bottom: 0;
        font-weight: 700
    }

    .c-modal td {
        width: auto;
        border-bottom: 1px solid #e2e4e6;
        padding-top: 10px;
        padding-left: 0
    }

    .c-pager {
        width: auto;
        margin: 30px auto 0
    }

    .u-pc-view {
        display: none !important
    }

    .u-sp-view {
        display: block !important
    }

    .u-pc-view-in {
        display: none !important
    }

    .u-sp-view-in {
        display: inline !important
    }

    .u-pc-view-ib {
        display: none !important
    }

    .u-sp-view-ib {
        display: inline-block !important
    }
}

.policy-wrap {
    margin: 0 0 10px;
    padding: 20px;
    height: 250px;
    border: 1px solid #ccc;
    overflow-y: scroll;
}

.policy-wrap .p-privacy__cont {
    width: auto;
    margin: 0 0 20px;
    font-size: 12px;
}

.policy-wrap .p-privacy__cont .c-heading span {
    font-size: 16px;
}

.policy-wrap .p-privacy__cont h4 {
    font-size: 14px;
}

.policy-wrap .p-privacy__cont p {
    text-align: left;
}

.policy-wrap .p-privacy__cont p.tR {
    text-align: right;
}

@media (max-width:960px) {}
