@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, 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, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    line-height: 1
}
main {
    display: block
}
ol, ul {
    list-style: none
}
a {
    text-decoration: none;
    color: #000
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
code, kbd, samp {
    font-size: 1em
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption, th {
    text-align: left
}
button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0
}
button {
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit
}
button:disabled {
    cursor: default
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    min-height: 2em;
    overflow: auto
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 5px
}
select::-ms-expand {
    display: none
}
body {
    font-family: "Noto Sans JP", Roboto, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.selectWrap {
    position: relative;
    display: inline-block
}
.selectWrap select {
    height: 27px;
    background: 0 0;
    position: relative;
    z-index: 1;
    padding-right: 15px
}
.selectWrap::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 30px
}
.selectWrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000 transparent transparent transparent
}
html {
    font-size: 62.5%;
    font-weight: 400
}
body {
    font-size: 1.6em;
    line-height: 1.9em;
    letter-spacing: .1em
}
@media screen and (max-width:959px) {
    body {
        font-size: 1.6em
    }
}
p {
    text-align: left;
    font-family: "Noto Sans JP", Roboto, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    color: #333;
    font-weight: 300
}
a {
    text-decoration: none;
    color: #333;
    display: block
}
@media screen and (min-width:960px) {
    a {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s
    }
}
@media screen and (min-width:960px) {
    a:hover {
        opacity: .8
    }
}
img {
    max-width: 100%;
    height: auto
}
@media only screen and (min-width:600px) and (max-width:959px) {
    .sp_only {
        display: block
    }
}
@media screen and (min-width:960px) {
    .sp_only {
        display: none
    }
}
@media screen and (max-width:599px) {
    .sp_only {
        display: block
    }
}
@media only screen and (min-width:600px) and (max-width:959px) {
    .pc_only {
        display: none
    }
}
@media screen and (min-width:960px) {
    .pc_only {
        display: block
    }
}
@media screen and (max-width:599px) {
    .pc_only {
        display: none
    }
}
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  background: #fff;
}
.header-wrap {
    padding: 20px 40px;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto
}
@media screen and (max-width:959px) {
    .header-wrap {
        padding: 20px 0
    }
}

.header-logo img {
    vertical-align: middle;
}

@media screen and (max-width:599px) {
    .header-logo {
        width: 200px
    }
}
.contact {
    position: absolute;
    top: 0;
    right: 0;
    background: #12469a;
    color: #fff;
    padding: 20px;
    width: 220px;
    height: 100%;
    text-align: center;
    font-family: "Noto Sans JP", Roboto, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1em
}
@media screen and (max-width:599px) {
    .contact {
        font-size: 1.2rem;
        padding: 10px;
        width: 100px
    }
}
.el_humburger {
    position: fixed;
    top: 45px;
    right: 60px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center
}
@media screen and (max-width:840px) {
    .el_humburger {
        display: block;
        right: 0;
        top: 0;
        padding-top: 20px;
        width: 70px;
        height: 70px
    }
    #factory .el_humburger {
        display: none
    }
}
.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block
}
@media screen and (max-width:840px) {
    .el_humburger_wrapper {
        margin-bottom: 5px;
        width: 30px
    }
}
.el_humburger_text {
    font-size: 12px;
    letter-spacing: .1em;
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}
.el_humburger_text.el_humburger_text__close, .js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block
}
@media screen and (max-width:840px) {
    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px
    }
}
@media screen and (max-width:840px) {
    .el_humburger_text svg path {
        -webkit-transition: all .2s cubic-bezier(.16, .52, .25, 1);
        transition: all .2s cubic-bezier(.16, .52, .25, 1);
        fill: #000
    }
}
@media screen and (max-width:840px) {
    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000
    }
}
.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg)
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg)
}
@media screen and (max-width:840px) {
    .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #000
    }
}
.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%
}
.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000
}
.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg)
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg)
}
.navi {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: #12469a;
    width: 450px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    overflow: auto
}
.js_humburgerOpen .navi {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0)
}
@media screen and (max-width:840px) {
    .js_humburgerOpen .navi {
        width: 100%
    }
}
.navi_item {
    font-size: 20px;
    font-family: Marcellus, serif !important;
    white-space: nowrap;
    margin-left: 90px
}
.navi_item a {
    font-family: "Noto Sans JP", Roboto, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #fff;
    border-bottom: 1px solid #e8eaeb;
    padding: 20px 0 20px 25px;
    text-align: center
}
.navi_item.op_innerLink {
    cursor: pointer
}
@media screen and (max-width:840px) {
    .navi_item {
        margin-left: 0;
        font-size: 1.6rem
    }
}
#contact {
    background: #12469a;
    padding: 50px 0;
    margin: 80px 0 0
}
@media screen and (max-width:599px) {
    #contact {
        margin: 50px 0 0
    }
}
.contact-content {
    background: #fff;
    padding: 50px 0;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto
}
.contact-wrap {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width:599px) {
    .contact-wrap {
        display: block
    }
}
.contact-wrap .contact-title {
    font-size: 7rem;
    color: #12469a;
    width: 50%;
    text-align: center
}
@media only screen and (min-width:600px) and (max-width:959px) {
    .contact-wrap .contact-title {
        font-size: 6rem
    }
}
@media screen and (max-width:599px) {
    .contact-wrap .contact-title {
        width: 100%;
        font-size: 5rem
    }
}
.contact-wrap .contact-title span {
    display: block;
    margin-top: 20px;
    color: #6a6f7b
}
@media only screen and (min-width:600px) and (max-width:959px) {
    .contact-wrap .contact-title span {
        margin-top: 5px
    }
}
@media screen and (max-width:599px) {
    .contact-wrap .contact-title span {
        text-align: center
    }
}
.contact-wrap .contact-textblock {
    width: 50%;
    text-align: center;
    border-left: 1px solid #e8eaeb
}
@media screen and (max-width:599px) {
    .contact-wrap .contact-textblock {
        width: 100%;
        border-left: none;
        border-top: 1px solid #e8eaeb;
        padding-top: 20px;
        margin-top: 20px
    }
}
.contact-wrap .contact-textblock p {
    margin-bottom: 2em;
    text-align: center
}
.contact-wrap .contact-textblock .contact-button {
    background: #12469a;
    color: #fff;
    margin: 0 auto
}
footer {
    margin: 120px auto 0
}
@media screen and (max-width:599px) {
    footer {
        margin: 50px auto 0
    }
}
.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 150px !important
}
@media screen and (max-width:599px) {
    .footer-wrap {
        margin: 0 auto 50px !important
    }
}
.footer-logo {
    margin-bottom: 30px
}
.footer-info {
    width: 100%
}
.footer-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%
}
@media screen and (max-width:599px) {
    .footer-access {
        width: 100%;
        margin: 30px 0
    }
}
.footer-access li {
    width: 50%;
    margin-bottom: 20px
}
@media screen and (max-width:599px) {
    .footer-access li {
        width: 100%
    }
}
.footer-access li :nth-child(1), .footer-access li :nth-child(3) {
    margin-right: 20px
}
.footer-access .name {
    font-size: 1.5rem;
    font-weight: 700
}
@media screen and (max-width:599px) {
  .footer-access .name {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.footer-access .adress {
    font-size: 1.3rem
}
@media screen and (max-width:959px) {
	.footer-access .adress {
		font-size: 1.1rem;
		line-height: 1.5;
		padding-right: 1em;
	}
}
.footer-nav {
    position: relative
}
@media screen and (max-width:599px) {
    .footer-nav {
        width: 100%
    }
}
.footer-nav ul.footer-menu {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: block;
    writing-mode: vertical-lr;
    position: absolute;
    top: 50px;
    right: calc(50% - 30px)
}
@media screen and (max-width:599px) {
    .footer-nav ul.footer-menu {
        position: static;
        display: block
    }
}
.footer-nav ul.footer-menu li a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 .5em;
    letter-spacing: .1em;
    position: relative;
    font-size: 1.3rem;
}
@media only screen and (min-width:600px) and (max-width:959px) {
    .footer-nav ul.footer-menu li a {
        font-size: 1.4rem
    }
}
@media screen and (max-width:599px) {
    .footer-nav ul.footer-menu li a {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #e8eaeb;
        width: 100%
    }
}
.footer-nav ul.footer-menu li a:hover {
    color: #12469a
}
.footer-nav ul.footer-menu li a.stay {
    color: #12469a
}
@media screen and (max-width:599px) {
    .footer-nav ul.footer-menu li:last-child a {
        border-bottom: 1px solid #e8eaeb
    }
}
.privacypolicy {
    text-decoration: underline;
    display: block;
    text-align: center;
    margin: auto;
    font-size: 1.2rem
}
.copyright {
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px
}
@media screen and (max-width:599px) {
    .copyright {
        font-size: 1rem;
        line-height: 1.5
    }
}
.u-mt0 {
    margin-top: 0 !important
}
.u-mt5 {
    margin-top: 5px !important
}
.u-mt10 {
    margin-top: 10px !important
}
.u-mt15 {
    margin-top: 15px !important
}
.u-mt20 {
    margin-top: 20px !important
}
.l-w25 {
    width: 25%
}
.l-w50 {
    width: 50%
}
.l-w100p {
    width: 100%
}
.l-h100p {
    height: 100%
}
.l-justify-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.l-justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.l-justify-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.l-direction-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.parallax-window {
    min-height: 800px;
    background: 0 0
}
.parallax-slider {
    top: 0;
    left: 0
}
section#wrapper {
    position: relative
}
.wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}
.section-title {
    font-size: 11rem;
    font-family: Roboto, sans-serif;
    letter-spacing: .1em;
    color: #969ca2;
    font-weight: 100;
    white-space: nowrap;
    padding-right: 20px
}
@media only screen and (min-width:600px) and (max-width:959px) {
    .section-title {
        font-size: 6rem;
        line-height: 1.4
    }
}
@media screen and (max-width:599px) {
    .section-title {
        font-size: 5rem;
        line-height: .8
    }
}
.section-title span {
    font-size: 1.6rem;
    letter-spacing: .1em;
    vertical-align: middle;
    padding-left: 30px
}
@media screen and (max-width:599px) {
    .section-title span {
        display: block;
        padding: 0;
        margin-top: 15px
    }
}
h2.title {
    font-size: 3.4rem;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1em
}
@media only screen and (min-width:600px) and (max-width:959px) {
    h2.title {
        font-size: 2.6rem
    }
}
@media screen and (max-width:599px) {
    h2.title {
        font-size: 2.1rem
    }
}
.fit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}
.button {
    display: block;
    width: 300px;
    height: 60px;
    color: #12469a;
    border: 1px solid #12469a;
    text-align: center;
    line-height: 60px;
    -webkit-transition: .4s;
    transition: .4s
}
@media screen and (max-width:599px) {
    .button {
        width: 90%;
        margin: 0 auto
    }
}
.button:hover {
    background: #12469a;
    color: #fff
}
.pcb-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 100
}
@media screen and (max-width:599px) {
    .pcb-button {
        bottom: 15px;
        right: 15px;
        width: 100px;
        height: 100px
    }
}
.pcb-button::before {
    content: "";
    background: url(../img/common/pcb.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}
@media screen and (max-width:599px) {
    .pcb-button::before {
        top: 18px
    }
}
.pcb-button a {
    font-size: 1.1rem;
    letter-spacing: .05em;
    background: #12469a;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 120px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}
@media screen and (max-width:599px) {
    .pcb-button a {
        font-size: 1rem;
        line-height: 100px
    }
}
.pcb-button a span {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 20px;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    color: #969ca2
}
@media screen and (max-width:599px) {
    .pcb-button a span {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        line-height: 90px
    }
}
ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50px;
    right: calc(50% - 500px)
}
@media only screen and (min-width:600px) and (max-width:959px) {
    ul.menu {
        display: none
    }
}
@media screen and (max-width:599px) {
    ul.menu {
        display: none
    }
}
ul.menu li a {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0 12px;
  letter-spacing: .1em;
  position: relative;
  font-size: 1.5rem;
}
ul.menu li a:hover {
    color: #12469a
}
ul.menu li a::before {
    content: "";
    display: inline-block;
    background: #12469a;
    height: 30px;
    width: 1px;
    position: absolute;
    top: -45px;
    left: 50%;
    right: 50%;
    margin: 0;
    opacity: 0
}
ul.menu li a:hover::before {
    -webkit-animation: pathmove 1s ease-in-out;
    animation: pathmove 1s ease-in-out
}
ul.menu li a.stay {
    color: #12469a
}
ul.menu li a.stay::before {
    content: "";
    display: inline-block;
    background: #12469a;
    height: 30px;
    width: 1px;
    position: absolute;
    top: -45px;
    left: 50%;
    right: 50%;
    opacity: 1
}
ul.menu li a.stay:hover::before {
    -webkit-animation: none;
    animation: none
}
#archive {
    margin: 200px auto
}
#archive .news-list {
    margin: 0 auto
}
#archive .pagenation {
    margin: 50px auto
}
#archive .pagenation ul {
    margin: 0 auto;
    text-align: center
}
#archive .pagenation li {
    display: inline-block;
    font-family: Roboto, sans-serif;
    padding: 12px 20px;
    -webkit-transition: .4s;
    transition: .4s
}
#archive .pagenation li:hover {
    background: #12469a;
    color: #fff
}
#archive .pagenation li:hover a {
    color: #fff
}
#archive .pagenation li.next:hover, #archive .pagenation li.prev:hover {
    background: 0 0
}
#archive .pagenation li.next a, #archive .pagenation li.prev a {
    color: #12469a
}
#archive .pagenation li.next a:hover, #archive .pagenation li.prev a:hover {
    background: 0 0
}
#single {
    margin: 200px auto
}
#single article {
    max-width: 800px;
    margin: 0 auto
}
#single time {
    color: #12469a;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    display: block
}
#single h1 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em
}
#single img {
    display: block;
    width: 100%;
    margin: 50px 0
}
#single .button-area {
    margin: 150px auto 50px
}
#single .button-area .button {
    margin: 0 auto
}
#under {
    margin-top: 120px;
    position: relative
}
#under ul.menu {
    top: -160px;
    display: block;
    writing-mode: vertical-lr;
}
#under .under-title {
    width: 90%;
    max-width: 435px;
    background: #fff;
    padding: 75px 0;
    position: absolute
}
@media screen and (max-width:599px) {
    #under .under-title {
        max-width: 275px;
        padding: 35px 0;
        bottom: -30px
    }
}
#under .under-title h1 {
    font-size: 6rem;
    font-family: Roboto, sans-serif;
    letter-spacing: .1em;
    margin: 0 auto;
    padding-left: 100px
}
@media screen and (max-width:599px) {
    #under .under-title h1 {
        font-size: 4rem;
        padding-left: 60px
    }
}
#under .under-title h1 span {
    font-size: 1.6rem;
    display: block;
    color: #12469a;
    letter-spacing: .01em;
    padding-top: 20px
}
@media screen and (max-width:599px) {
    #under .under-title h1 span {
        font-size: 1.4rem;
        padding-top: 10px
    }
}
#under .under-img {
    width: 90%;
    margin: 300px 0 0 auto
}
@media screen and (max-width:959px) {
    #under .under-img {
        margin: 0 0 0 auto
    }
}
#stabilizer {
    margin: 150px 0 170px
}
@media screen and (max-width:599px) {
    #stabilizer {
        margin: 100px 0 170px
    }
}

.head-wrap {
  position: relative;
  z-index: 10;
  margin-top: 120px;
}


/* recruit */
#recruitment {
    margin: 150px 0 170px
}
@media screen and (max-width:599px) {
    #recruitment {
        margin: 100px 0 100px
    }
}

.recruit-title {
  font-size: 6rem;
  letter-spacing: .1em;
  position: relative;
  text-align: center
}
@media only screen and (min-width:600px) and (max-width:959px) {
  .recruit-title {
      font-size: 5rem
  }
}
@media screen and (max-width:599px) {
  .recruit-title {
      font-size: 3.5rem
  }
}
.recruit-title span {
	font-family: Roboto, sans-serif;
	font-size: 11rem;
	color: #e8eaeb;
	position: absolute;
	right: calc(50% - 360px);
	bottom: -20px;
	z-index: -1
}
@media only screen and (min-width:600px) and (max-width:959px) {
  .recruit-title span {
		font-size: 8rem;
		right: calc(50% - 280px)
  }
}
@media screen and (max-width:599px) {
  .recruit-title span {
		font-size: 5rem;
		right: 0;
		left: 0;
  }
}

.recruit-item {
	margin: 100px auto 50px;
}
@media screen and (max-width:599px) {
.recruit-item {
	margin: 40px auto 0;
}
}

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

}

.recruit-content {
    max-width: 1000px;
    margin: 50px auto 0;
}
@media screen and (max-width:599px) {
    .recruit-content {
        margin: 20px auto 0
    }
}

.recruit-head {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: #e8eaeb;
    padding: .7em 0;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width:599px) {
	.recruit-head {
		font-size: 1.8rem;
		padding: .5em 0;
	}
}

.recruit-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
    border-bottom: 1px solid #e8eaeb
}
@media screen and (max-width:599px) {
    .recruit-content li {
        display: block;
        padding: 20px
    }
}
.recruit-content li .name {
    font-family: Roboto, sans-serif;
    width: 20%;
    min-width: 180px;
    font-weight: 700
}
.recruit-content li .adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media screen and (max-width:599px) {
    .recruit-content li .adress-item {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

#recruitment-contact {
    background: #e8eaeb;
    padding: 5em 0;
}

@media screen and (max-width:599px) {
	#recruitment-contact {
    padding: 3em 0;
		margin-bottom: 100px;
	}
}

#recruitment-contact .wrap p {
    text-align: center;
    margin-bottom: 2em;
}

#recruitment-contact .wrap a {
    margin: 0 auto;
}

