@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    transition: all .3s ease-in-out;
  }
}
a:hover {
  opacity: .7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'PixelMplus12-Regular';
  font-weight: normal;
  src: local("PixelMplus12-Regular"), url("../font/PixelMplus12-Regular.woff2") format("woff2"), url("../font/PixelMplus12-Regular.woff") format("woff"), url("../font/PixelMplus12-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'PixelMplus12-Bold';
  font-weight: bold;
  src: local("PixelMplus12-Bold"), url("../font/PixelMplus12-Bold.woff2") format("woff2"), url("../font/PixelMplus12-Bold.woff") format("woff"), url("../font/PixelMplus12-Bold.ttf") format("truetype");
}
.f-pixel {
  font-family: 'PixelMplus12-Regular', sans-serif;
}
.f-pixel.is-bold {
  font-family: 'PixelMplus12-Bold', sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
    padding-top: 90px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 374px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------------
	c-corner01
------------------------------------------*/
.c-corner01 {
  position: relative;
}
.c-corner01 > .c-corner01-inner {
  position: relative;
  border: 4px solid #fff;
}
.c-corner01:before, .c-corner01:after, .c-corner01 > .c-corner01-inner:before, .c-corner01 > .c-corner01-inner:after {
  position: absolute;
  z-index: 10;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url("../img/ico_corner_black02.png") no-repeat center;
  background-size: contain;
}
.c-corner01:before {
  top: 0;
  left: 0;
}
.c-corner01:after {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.c-corner01 > .c-corner01-inner {
  position: relative;
}
.c-corner01 > .c-corner01-inner:before {
  left: -4px;
  bottom: -4px;
  transform: scale(1, -1);
}
.c-corner01 > .c-corner01-inner:after {
  right: -4px;
  bottom: -4px;
  transform: scale(-1, -1);
}
.c-corner01.is-white:before, .c-corner01.is-white:after, .c-corner01.is-white > .c-corner01-inner:before, .c-corner01.is-white > .c-corner01-inner:after {
  background-image: url("../img/ico_corner_white01.png");
  width: 3px;
  height: 3px;
}
.c-corner01.is-white > .c-corner01-inner {
  border: none;
}
.c-corner01.is-white > .c-corner01-inner:before {
  left: 0;
  bottom: 0;
}
.c-corner01.is-white > .c-corner01-inner:after {
  right: 0;
  bottom: 0;
}
.c-corner01.is-black:before, .c-corner01.is-black:after, .c-corner01.is-black > .c-corner01-inner:before, .c-corner01.is-black > .c-corner01-inner:after {
  background-image: url("../img/ico_corner_black01.png");
  width: 3px;
  height: 3px;
}
.c-corner01.is-black > .c-corner01-inner {
  border: none;
}
.c-corner01.is-black > .c-corner01-inner:before {
  left: 0;
  bottom: 0;
}
.c-corner01.is-black > .c-corner01-inner:after {
  right: 0;
  bottom: 0;
}
.c-corner01.is-orange:before, .c-corner01.is-orange:after, .c-corner01.is-orange > .c-corner01-inner:before, .c-corner01.is-orange > .c-corner01-inner:after {
  background-image: url("../img/ico_corner_orange01.png");
}
@media screen and (max-width: 768px) {
  .c-corner01 > .c-corner01-inner {
    border-width: 2px !important;
  }
  .c-corner01:before, .c-corner01:after, .c-corner01 > .c-corner01-inner:before, .c-corner01 > .c-corner01-inner:after {
    width: 3px;
    height: 3px;
  }
  .c-corner01 > .c-corner01-inner:before {
    left: -2px;
    bottom: -2px;
  }
  .c-corner01 > .c-corner01-inner:after {
    right: -2px;
    bottom: -2px;
  }
}

/*------------------------------------------
	c-flash
------------------------------------------*/
@media screen and (min-width: 769px) {
  .c-flash01:hover {
    opacity: 1;
    -webkit-animation: flash .4s;
    animation: flash .4s;
  }
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/*============================================================================================================
	header
============================================================================================================*/
.header {
  position: relative;
}
.header-top {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background: #fff;
}
.header__logo {
  width: 189px;
  margin-right: 15px;
}
.header__logo a, .header__logo img {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header-copyright {
  position: absolute;
  font-size: 14px;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 43px;
  margin: auto;
}
.header-scroll {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 140px;
  width: 154px;
  height: 52px;
  margin: auto;
  -webkit-animation: flash02 2s infinite;
  animation: flash02 2s infinite;
}
.header-scroll a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url("../img/ico_scroll01.png") no-repeat center;
  background-size: 100% 100%;
}
.header-scroll a:before {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url("../img/ico_arrow03.png") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header-top {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    position: static;
    height: 50px;
    padding: 0 0 0 10px;
  }
  .header__logo {
    width: 140px;
    margin: 0;
  }
  .header .main_img {
    position: relative;
  }
  .header .main_img__img02 {
    position: absolute;
    z-index: 20;
    width: calc(100% - 24px);
    left: 0;
    right: 0;
    bottom: 11.2%;
    margin: auto;
    pointer-events: none;
  }
  .header-copyright {
    bottom: 6%;
    font-size: 10px;
  }
  .header-scroll {
    width: 40%;
    height: 6.5%;
    bottom: 29%;
    font-size: 3.5vw;
  }
  .header-scroll a:before {
    width: 2.5vw;
    height: 1.5vw;
    right: 2.5vw;
  }
}

@-webkit-keyframes flash02 {
  0%, 20%, 40% {
    opacity: 1;
  }
  10%, 30% {
    opacity: 0;
  }
}
@keyframes flash02 {
  0%, 20%, 40% {
    opacity: 1;
  }
  10%, 30% {
    opacity: 0;
  }
}
/*============================================================================================================
	footer
============================================================================================================*/
.footer {
  background: #F28405;
}
.footer p, .footer li {
  margin: 0;
  line-height: 1.4;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.footer a, .footer span {
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
}
.footer a, .footer li, .footer div, .footer span {
  box-sizing: border-box;
}
.footer-inner {
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}
.footer ul {
  overflow: hidden;
  float: right;
  display: table;
  margin: 0;
  padding: 0;
}
.footer ul li {
  float: left;
  text-align: center;
  list-style: none;
  font-size: 14px;
}
.footer ul li + li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.footer ul li + li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #fff;
  margin: auto;
}
.footer ul li a {
  color: inherit;
  text-decoration: none;
}
.footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .copyright {
  float: left;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 20px 15px;
  }
  .footer ul {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .footer ul li {
    float: none;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
    text-align: left;
  }
  .footer ul li a {
    display: block;
    padding: 10px;
  }
  .footer ul li + li {
    padding-left: 0;
    margin-left: 0;
  }
  .footer ul li + li:before {
    content: none;
  }
  .footer .copyright {
    float: none;
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
  }
}

.pagetop {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnav a {
  display: block;
}
.gnav-list__item {
  color: #151719;
}
.gnav-joblist {
  text-align: center;
  line-height: 1.4;
}
.gnav-joblist a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #151719 url("../img/ico_arrow01.png") no-repeat right 13px center;
  background-size: 5px;
}

/* PC */
@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: auto !important;
  }
  .gnav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 25px;
  }
  .gnav-list__item {
    text-align: center;
    line-height: 1.4;
  }
  .gnav-list__item a {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
  }
  .gnav-joblist {
    width: 150px;
    min-width: 120px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .gnavBtn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: none;
    z-index: 9992;
    position: fixed;
    top: 0;
    right: 0;
    background: #151719;
    border: 1px solid #fff;
  }
  .gnavBtn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 15px;
  }
  .gnavBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 15px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .gnavBtn.is-close span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }

  .gnav {
    display: none;
    padding: 70px 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
  }
  .gnav::-webkit-scrollbar {
    display: none;
  }
  .gnav-list__item {
    border-bottom: 1px solid #333;
  }
  .gnav-list__item a {
    padding: 12px 30px 12px 20px;
    background: url("../img/ico_arrow02.png") no-repeat right 15px center;
    background-size: 5px;
  }
  .gnav-joblist {
    margin: 20px auto 0;
    width: 80%;
    max-width: 250px;
  }
}
/*============================================================================================================
	main
============================================================================================================*/
.main {
  background: #151719;
}

.c-tit01 {
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  font-family: 'PixelMplus12-Bold', sans-serif;
  font-size: 36px;
  line-height: 1.5;
}
.c-tit01-wrap {
  width: 100%;
  max-width: 520px;
  padding: 10px;
  background: #151719;
}
.c-tit01-wrap:before {
  top: 10px;
  left: 10px;
}
.c-tit01-wrap:after {
  top: 10px;
  right: 10px;
}
.c-tit01__small {
  margin-left: 30px;
  font-size: 24px;
  font-family: 'PixelMplus12-Regular', sans-serif;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    height: auto;
    min-height: 45px;
    font-size: 18px;
    font-family: 'PixelMplus12-Regular', sans-serif;
  }
  .c-tit01-wrap {
    max-width: 400px;
    padding: 5px;
  }
  .c-tit01-wrap:before {
    top: 5px;
    left: 5px;
  }
  .c-tit01-wrap:after {
    top: 5px;
    right: 5px;
  }
  .c-tit01__small {
    margin-left: 15px;
    font-size: 18px;
  }
}

/*------------------------------------------
	.secAbout
------------------------------------------*/
.secAbout {
  padding: 105px 0 120px;
  background: url("../img/bg01.jpg") no-repeat center;
  background-size: cover;
}
.secAbout__tit {
  margin-bottom: 22px;
  text-align: center;
  color: #151719;
  font-size: 36px;
}
.secAbout-box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 10px;
  background: #151719;
}
.secAbout-box:before {
  top: 10px;
  left: 10px;
}
.secAbout-box:after {
  top: 10px;
  right: 10px;
}
.secAbout-box-inner {
  padding: 32px 35px 30px;
}
@media screen and (max-width: 768px) {
  .secAbout {
    padding: 50px 0 60px;
  }
  .secAbout__tit {
    font-size: 22px;
  }
  .secAbout-box {
    max-width: none;
  }
  .secAbout-box-inner {
    padding: 20px;
  }
  .secAbout-box__txt {
    font-size: 12px;
  }
}

/*------------------------------------------
	.secSearch
------------------------------------------*/
.secSearch {
  overflow: hidden;
}
.secSearch-titBox {
  position: relative;
  padding: 60px 0;
  background: #CE3E28;
}
.secSearch-titBox:before, .secSearch-titBox:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.secSearch-titBox:before {
  background-image: url("../img/img_human01.png");
  width: 65px;
  height: 189px;
  left: calc(50% - 375px);
}
.secSearch-titBox:after {
  background-image: url("../img/img_human02.png");
  width: 54px;
  height: 189px;
  right: calc(50% - 365px);
}
.secSearch__tit-wrap {
  margin: 0 auto;
}
.secSearch__subTit {
  justify-content: flex-start;
  padding-left: 47px;
  background: url("../img/img_tit01.png") no-repeat right 25px center;
  background-size: 72px;
  font-size: 24px;
  font-family: 'PixelMplus12-Regular', sans-serif;
}
.secSearch__subTit-wrap {
  max-width: 473px;
}
@media screen and (max-width: 768px) {
  .secSearch-titBox {
    padding: 30px 60px;
  }
  .secSearch-titBox:before {
    left: 20px;
    width: 32px;
    height: 94px;
  }
  .secSearch-titBox:after {
    right: 20px;
    width: 27px;
    height: 94px;
  }
  .secSearch__subTit {
    padding-left: 15px;
    background-position: right 8px center;
    background-size: 40px;
    font-size: 15px;
  }
}

/*	.secArea
------------------------------------------*/
.secArea {
  padding: 60px 0;
  background: url("../img/bg02.jpg") no-repeat center;
  background-size: cover;
}
.secArea__tit-wrap {
  margin: -20px auto 0 -20px;
}
@media screen and (max-width: 768px) {
  .secArea {
    padding: 40px 0;
  }
  .secArea__tit-wrap {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 374px) {
  .secArea__tit {
    font-size: 13px;
  }
}

/*	.secJob
------------------------------------------*/
.secJob {
  overflow: hidden;
  position: relative;
  padding: 60px 0 0;
}
.secJob__bgImg01 {
  position: absolute;
  width: 107px;
  top: 60px;
  left: calc(50% - 490px);
}
.secJob__bgImg02 {
  position: absolute;
  width: 107px;
  top: 60px;
  right: calc(50% - 490px);
}
.secJob__inner {
  position: relative;
  z-index: 2;
}
.secJob__tit-wrap {
  margin: 0 auto 50px;
}
.secJob__lead {
  margin-bottom: 20px;
  color: #F28405;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .secJob {
    padding: 40px 0 0;
  }
  .secJob__bgImg01 {
    width: 53px;
    left: 0;
  }
  .secJob__bgImg02 {
    width: 53px;
    right: 0;
  }
  .secJob__tit-wrap {
    margin-bottom: 20px;
  }
  .secJob__lead {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.secJob-btns {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.secJob-btns-btn {
  cursor: pointer;
  position: relative;
  width: 33.3%;
  padding: 140px 0 36px;
  text-align: center;
  font-size: 22px;
}
.secJob-btns-btn.is-active .secJob-btns-btn__img.is-off {
  opacity: 0;
}
.secJob-btns-btn.is-active .secJob-btns-btn__img.is-on {
  opacity: 1;
}
.secJob-btns-btn.is-active:before {
  opacity: 1;
}
.secJob-btns-btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 27px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.secJob-btns-btn__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 130px;
}
.secJob-btns-btn__img.is-on {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .secJob-btns-btn {
    padding: 70px 10px 20px;
    font-size: 15px;
    line-height: 1.4;
  }
  .secJob-btns-btn:before {
    border-width: 0 5px 15px 5px;
  }
  .secJob-btns-btn__img {
    width: 65px;
  }
  .secJob-btns-btn__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}

.secJob-content {
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
}
.secJob-content-inner {
  padding: 40px 50px 55px;
}
.secJob-content-box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secJob-content__img {
  width: 50px;
}
.secJob-content-txtBox {
  width: calc(100% - 90px);
  margin: 5px 0 0;
}
.secJob-content__tit {
  margin-bottom: 6px;
  font-size: 22px;
}
.secJob-content-btn {
  width: 210px;
  margin: 0 auto 0 90px;
}
.secJob-content-btn a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #CE3E28 url("../img/ico_arrow01.png") no-repeat right 15px center;
  background-size: 5px;
}
@media screen and (max-width: 768px) {
  .secJob-content {
    max-width: none;
  }
  .secJob-content-inner {
    padding: 20px;
  }
  .secJob-content__img {
    width: 25px;
  }
  .secJob-content-txtBox {
    width: calc(100% - 40px);
  }
  .secJob-content__tit {
    font-size: 16px;
  }
  .secJob-content__txt {
    font-size: 13px;
  }
  .secJob-content-btn {
    max-width: 100%;
    margin: 0 auto;
  }
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-show {
  display: block;
}

/*	.secEmployment
------------------------------------------*/
.secEmployment {
  padding: 80px 0 0;
}
.secEmployment-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.secEmployment-list {
  width: 35%;
}
.secEmployment-list__item {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.secEmployment-list__item:nth-of-type(1) a {
  background-color: #1C7AE5;
}
.secEmployment-list__item:nth-of-type(2) a {
  background-color: #CE3E28;
}
.secEmployment-list__item:nth-of-type(3) a {
  background-color: #44B75F;
}
.secEmployment-list__item:last-of-type {
  margin-bottom: 0;
}
.secEmployment-list__item a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #151719 url("../img/ico_arrow01.png") no-repeat right 13px center;
  background-size: 5px;
}
@media screen and (min-width: 769px) {
  .secEmployment__tit-wrap {
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .secEmployment {
    padding: 60px 0 0;
  }
  .secEmployment-inner {
    display: block;
  }
  .secEmployment__tit-wrap {
    margin: 0 auto 20px;
  }
  .secEmployment-list {
    width: calc(100% - 20px);
    max-width: 400px;
    margin: 0 auto;
  }
  .secEmployment-list__item {
    font-size: 14px;
  }
  .secEmployment-list__item a {
    height: 50px;
  }
}

/*	.secWork
------------------------------------------*/
.secWork {
  padding: 80px 0;
  background: url("../img/bg09.png") no-repeat center bottom;
  background-size: 1240px;
}
.secWork-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secWork-list {
  width: 47%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secWork-list__item {
  width: calc(50% - 10px);
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.secWork-list__item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.secWork-list__item a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C7AE5 url("../img/ico_arrow01.png") no-repeat right 13px center;
  background-size: 5px;
}
@media screen and (max-width: 768px) {
  .secWork {
    padding: 60px 0;
    background-size: 620px;
  }
  .secWork-inner {
    display: block;
  }
  .secWork__tit-wrap {
    margin: 0 auto 20px;
  }
  .secWork-list {
    width: calc(100% - 20px);
    max-width: 400px;
    margin: 0 auto;
  }
  .secWork-list__item {
    font-size: 14px;
    width: calc(50% - 5px);
    font-size: 13px;
  }
  .secWork-list__item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .secWork-list__item a {
    height: 50px;
    background-position: right 8px center;
  }
}

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  overflow: hidden;
}
.secInterview-titBox {
  position: relative;
  padding: 60px 0;
  background: #F28405;
}
.secInterview-titBox:before {
  position: absolute;
  bottom: 10px;
  content: "";
  display: block;
  background: url("../img/img_human06.png") no-repeat center;
  background-size: contain;
  width: 220px;
  height: 180px;
  right: calc(50% - 395px);
}
.secInterview__tit-wrap {
  margin: 0 auto;
  transform: translateX(-135px);
}
@media screen and (max-width: 768px) {
  .secInterview-titBox {
    padding: 30px 60px 30px 30px;
  }
  .secInterview-titBox:before {
    width: 110px;
    height: 90px;
    right: -30px;
  }
  .secInterview__tit-wrap {
    transform: none;
  }
}

.secInterview-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secInterview-content:nth-of-type(1) {
  padding: 74px 0 70px;
  background-image: url("../img/bg03.jpg");
}
.secInterview-content:nth-of-type(1) .secInterview-content-nameBox {
  flex-direction: row-reverse;
  transform: translateX(-5px);
}
.secInterview-content:nth-of-type(2) {
  padding: 0 0 95px;
  background-image: url("../img/bg04.jpg");
}
.secInterview-content:nth-of-type(2) .secInterview-content-nameBox {
  transform: translateX(5px);
}
.secInterview-content:nth-of-type(2) .secInterview-content-inner {
  transform: translateY(-30px);
}
.secInterview-content-nameBox {
  width: 100%;
  max-width: 525px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}
.secInterview-content-nameBox__name-wrap {
  width: 408px;
  padding: 10px;
  margin-bottom: 20px;
  background: #F28405;
}
.secInterview-content-nameBox__name-wrap:before {
  top: 10px;
  left: 10px;
}
.secInterview-content-nameBox__name-wrap:after {
  top: 10px;
  right: 10px;
}
.secInterview-content-nameBox__name {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.secInterview-content-nameBox__img {
  width: 100px;
}
.secInterview-content-detail {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.secInterview-content-comment {
  width: 55.5%;
  background: #151719;
}
.secInterview-content-comment-inner {
  height: 100%;
  padding: 35px;
}
.secInterview-content-comment__tit {
  position: relative;
  margin-bottom: 16px;
  padding: 5px 0 5px 41px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}
.secInterview-content-comment__tit:before {
  position: absolute;
  top: -7px;
  left: 1px;
  content: "Q";
  font-size: 40px;
  font-family: 'PixelMplus12-Regular', sans-serif;
  font-weight: normal;
}
.secInterview-content-comment__txt {
  margin-bottom: 25px;
}
.secInterview-content-comment__txt:last-of-type {
  margin-bottom: 0;
}
.secInterview-content-schedule {
  width: 41%;
  background: #151719;
}
.secInterview-content-schedule-inner {
  height: 100%;
  padding: 11px 20px 11px 25px;
}
.secInterview-content-schedule__tit {
  display: table;
  margin: 0 auto 17px;
  padding: 5px 9px 5px 35px;
  background: url("../img/ico_onpu01.png") no-repeat left center;
  background-size: 24px;
  font-size: 20px;
}
.secInterview-content-schedule-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secInterview-content-schedule-list__time {
  position: relative;
  width: 55px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.57;
  text-align: right;
}
.secInterview-content-schedule-list__time:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.secInterview-content-schedule-list__time:after {
  position: absolute;
  top: 5px;
  left: 6px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
}
.secInterview-content-schedule-list__time:last-of-type {
  padding-bottom: 0;
}
.secInterview-content-schedule-list__time:last-of-type:after {
  content: none;
}
.secInterview-content-schedule-list__txt {
  width: calc(100% - 70px);
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.57;
}
.secInterview-content-schedule-list__txt:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secInterview-content:nth-of-type(1) {
    padding: 40px 0;
  }
  .secInterview-content:nth-of-type(1) .secInterview-content-nameBox {
    transform: none;
  }
  .secInterview-content:nth-of-type(2) {
    padding: 40px 0;
  }
  .secInterview-content:nth-of-type(2) .secInterview-content-nameBox {
    transform: none;
  }
  .secInterview-content:nth-of-type(2) .secInterview-content-inner {
    transform: none;
  }
  .secInterview-content-nameBox {
    display: block;
  }
  .secInterview-content-nameBox__name-wrap {
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 5px;
  }
  .secInterview-content-nameBox__name-wrap:before {
    top: 5px;
    left: 5px;
  }
  .secInterview-content-nameBox__name-wrap:after {
    top: 5px;
    right: 5px;
  }
  .secInterview-content-nameBox__name {
    height: 48px;
    font-size: 18px;
  }
  .secInterview-content-nameBox__img {
    display: block;
    width: 50px;
    margin: 0 auto;
  }
  .secInterview-content-detail {
    display: block;
  }
  .secInterview-content-comment {
    width: 100%;
    margin: 0 auto 20px;
  }
  .secInterview-content-comment-inner {
    padding: 20px;
  }
  .secInterview-content-comment__tit {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    font-size: 15px;
  }
  .secInterview-content-comment__tit:before {
    font-size: 28px;
    top: -4px;
  }
  .secInterview-content-comment__txt {
    font-size: 12px;
  }
  .secInterview-content-schedule {
    width: 100%;
  }
  .secInterview-content-schedule-inner {
    padding: 10px 20px 30px;
  }
  .secInterview-content-schedule__tit {
    font-size: 16px;
    background-size: 20px;
  }
  .secInterview-content-schedule-list__time {
    width: 45px;
    font-size: 12px;
  }
  .secInterview-content-schedule-list__time:before {
    width: 9px;
    height: 9px;
  }
  .secInterview-content-schedule-list__time:after {
    left: 4px;
  }
  .secInterview-content-schedule-list__txt {
    width: calc(100% - 60px);
    font-size: 12px;
  }
}

/*------------------------------------------
	.secWelfare
------------------------------------------*/
.secWelfare {
  overflow: hidden;
}
.secWelfare-titBox {
  position: relative;
  padding: 60px 0;
  background: #2BC9EF;
}
.secWelfare-titBox:before {
  position: absolute;
  bottom: 20px;
  content: "";
  display: block;
  background: url("../img/img_human09.png") no-repeat center;
  background-size: contain;
  width: 350px;
  height: 170px;
  left: calc(50% - 490px);
}
.secWelfare__tit-wrap {
  margin: 0 auto;
  transform: translateX(230px);
}
.secWelfare-in {
  padding: 60px 0;
  background: url("../img/bg05.jpg") no-repeat center;
  background-size: cover;
}
.secWelfare-box {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background: rgba(21, 23, 25, 0.9);
}
.secWelfare-box-inner {
  padding: 67px 78px;
}
.secWelfare-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secWelfare-list__item {
  width: 46.5%;
  display: flex;
  margin: 0;
  align-items: center;
}
.secWelfare-list__img {
  width: 60px;
  flex-shrink: 0;
  margin-right: 42px;
}
.secWelfare-list__txt {
  font-size: 24px;
  line-height: 1.2;
}
.secWelfare-list__small {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .secWelfare-list__item:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secWelfare-titBox {
    padding: 30px 30px 30px 90px;
  }
  .secWelfare-titBox:before {
    left: -70px;
    width: 175px;
    height: 85px;
  }
  .secWelfare__tit-wrap {
    transform: none;
  }
  .secWelfare-in {
    padding: 40px 0;
  }
  .secWelfare-box {
    max-width: 400px;
  }
  .secWelfare-box-inner {
    padding: 30px 20px;
  }
  .secWelfare-list {
    display: block;
  }
  .secWelfare-list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .secWelfare-list__item:last-of-type {
    margin-bottom: 0;
  }
  .secWelfare-list__img {
    margin-right: 20px;
    width: 40px;
  }
  .secWelfare-list__txt {
    font-size: 16px;
  }
  .secWelfare-list__small {
    font-size: 12px;
  }
}

/*------------------------------------------
	.secFaq
------------------------------------------*/
.secFaq {
  padding: 60px 0;
  background: url("../img/bg06.jpg") center top;
  background-size: auto 1000px;
}
.secFaq__tit-wrap {
  margin: 0 auto 50px;
}
.secFaq-list {
  background: rgba(21, 23, 25, 0.9);
}
.secFaq-list.is-open {
  background: rgba(28, 122, 229, 0.9);
}
.secFaq-list-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
}
.secFaq-list-wrap:last-of-type {
  margin-bottom: 0;
}
.secFaq-list__tit {
  position: relative;
  cursor: pointer;
  padding: 30px 50px 30px 80px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.secFaq-list__tit.is-open .btn {
  transform: scale(1, -1);
}
.secFaq-list__tit:before {
  position: absolute;
  top: 18px;
  left: 17px;
  content: "Q";
  color: #fff;
  font-size: 40px;
  font-family: 'PixelMplus12-Regular', sans-serif;
}
.secFaq-list__tit .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 14px;
  height: 16px;
  background: url("../img/ico_arrow03.png") no-repeat center;
  background-size: contain;
}
.secFaq-list-content {
  display: none;
  padding: 0 40px 25px 40px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .secFaq {
    background-size: 768px auto;
  }
  .secFaq__tit-wrap {
    margin-bottom: 40px;
  }
  .secFaq-list-wrap {
    margin-bottom: 15px;
  }
  .secFaq-list__tit {
    padding: 15px 30px 15px 40px;
    font-size: 15px;
  }
  .secFaq-list__tit:before {
    top: 8px;
    font-size: 24px;
  }
  .secFaq-list__tit .btn {
    right: 10px;
  }
  .secFaq-list-content {
    padding: 0 20px 20px 40px;
    font-size: 12px;
  }
}

/*------------------------------------------
	.secCompany
------------------------------------------*/
.secCompany {
  background: url("../img/bg07.png") no-repeat center top 50px;
  background-size: 1409px;
}
.secCompany-inner {
  padding: 60px 0 120px;
  background: url("../img/bg08.png") no-repeat center bottom;
  background-size: 1280px;
}
.secCompany__tit-wrap {
  margin: 0 auto 97px;
}
.secCompany-data {
  width: auto;
  display: table;
  margin: 0 auto 80px;
}
.secCompany-data th, .secCompany-data td {
  display: block;
  width: 100%;
}
.secCompany-data th {
  font-size: 24px;
}
.secCompany-data td {
  padding-bottom: 25px;
}
.secCompany-message {
  display: flex;
  align-items: flex-start;
}
.secCompany-message__img {
  width: 102px;
  margin: 0 42px 0 0;
}
.secCompany-message-txtBox {
  width: 75.5%;
  background: #151719;
}
.secCompany-message-txtBox-inner {
  padding: 25px 38px 30px;
}
.secCompany-message__tit {
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .secCompany {
    background-position: center top;
    background-size: 600px auto;
  }
  .secCompany-inner {
    padding: 80px 0 160px;
    background-size: 350px auto;
  }
  .secCompany__tit-wrap {
    margin-bottom: 40px;
  }
  .secCompany-data {
    margin-bottom: 40px;
  }
  .secCompany-data th {
    font-size: 16px;
  }
  .secCompany-message {
    display: block;
  }
  .secCompany-message__img {
    width: 70px;
    display: block;
    margin: 0 auto 20px;
  }
  .secCompany-message-txtBox {
    width: 100%;
  }
  .secCompany-message-txtBox-inner {
    padding: 20px;
  }
  .secCompany-message__tit {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }
}
