@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

.clear {
  clear: both;
}

em.red {
  color: #d4145a;
}

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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

a img {
  border: none;
}

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

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*------------------------------------------
  body
------------------------------------------*/
body {
  color: #231815;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
  内枠
------------------------------------------*/
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.header-main {
  position: relative;
}
.header__logo {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -130px;
  margin: auto;
  width: 108px;
}
.header__logo a,
.header__logo img {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header .main_img {
  position: relative;
  z-index: -9999;
}
.header .main_img:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -290px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #fcfaf9;
}
.header .main_img__txt {
  position: absolute;
  z-index: 2;
  width: 29.5%;
  max-width: 561px;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
}
.header .main_img__txt img {
  width: 100%;
}
.header .main_img__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-main {
    padding: 60px 0 0;
  }
  .header__logo {
    width: 150px;
    height: 150px;
    top: -30px;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 47px;
    background: #fff;
    border-radius: 120px;
  }
  .header .main_img:before {
    content: none;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.footer {
  background: #2f8dfc;
}
.footer p,
.footer li,
.footer a {
  margin: 0;
  line-height: 1.3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.8px;
  -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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .inner {
  overflow: hidden;
  width: 100% !important;
  max-width: 980px;
  margin: 0 auto;
  padding: 37px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer ul {
  overflow: hidden;
  float: right;
  display: table;
  margin: 0;
  padding: 0;
}
.footer ul li {
  float: left;
  color: #fff;
  text-align: center;
  list-style: none;
  font-size: 14px;
}
.footer ul li + li {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.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 {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .footer .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .footer .hidden-pc {
    display: block;
  }
  .footer .inner {
    padding: 20px 15px !important;
  }
  .footer ul {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .footer ul li {
    float: none;
    border-bottom: 1px dashed #e5e5e5;
    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% - 100px);
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
  }
}

.pagetop {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagetop a img {
  -webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5));
          filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5));
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 5px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 9992;
  position: fixed;
  top: 0;
  right: 0;
  background: #2f8dfc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn:hover {
  opacity: 0.7;
}
.gnavBtn span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  top: 26px;
}
.gnavBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.gnavBtn span:nth-of-type(3) {
  bottom: 26px;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.gnavBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: 60px;
    height: 60px;
  }
  .gnavBtn span {
    width: 26px;
    height: 1px;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 20px;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}

.l-nav {
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav.is-open {
  right: 0;
}
.l-nav.is-open .l-nav-overlay {
  left: 0;
  width: 100%;
}
.l-nav-inner {
  width: 100%;
  height: 100%;
  padding: 150px 50px 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav-list {
  margin-bottom: 100px;
}
.l-nav-list__item {
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px dashed #2f8dfc;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 10px 20px 10px 0;
  background: url("../img/recruit/ico_arrow02.svg") no-repeat right 10px center/8px;
}
.l-nav-list__item a:hover {
  opacity: 1;
  background-position: right 5px center;
  color: #2f8dfc;
}
.l-nav__joblist {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.l-nav__joblist a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background: #2f8dfc;
  border-radius: inherit;
}
.l-nav__joblist a::before {
  content: "";
  display: block;
  background: url("../img/recruit/ico_joblist01.webp") no-repeat center/contain;
  width: 30px;
  height: 64px;
  position: absolute;
  left: 15px;
  top: -20px;
}
.l-nav__sampleform {
  padding-top: 40px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.l-nav__sampleform a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background: #e38c00;
  border-radius: inherit;
}
.l-nav__sampleform a::before {
  content: "";
  display: block;
  background: url("../img/recruit/ico_joblist02.webp") no-repeat center/contain;
  width: 30px;
  height: 64px;
  position: absolute;
  left: 15px;
  top: -20px;
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .l-nav__joblist a:hover {
    opacity: 1;
    letter-spacing: 0.1em;
  }
  .l-nav__joblist a:hover::before {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }
  .l-nav__sampleform a:hover {
    opacity: 1;
    letter-spacing: 0.1em;
  }
  .l-nav__sampleform a:hover::before {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 70px 20px 30px;
  }
  .l-nav-list {
    margin-bottom: 50px;
  }
  .l-nav-list__item {
    margin-bottom: 10px;
  }
  .l-nav-list__item a {
    background-size: 6px;
    background-position: right 5px center;
  }
  .l-nav__joblist {
    font-size: 14px;
  }
  .l-nav__joblist a {
    height: 60px;
  }
  .l-nav__joblist a::before {
    left: 10px;
    width: 20px;
    height: 42px;
  }
  .l-nav__sampleform {
    font-size: 14px;
  }
  .l-nav__sampleform a {
    height: 60px;
  }
  .l-nav__sampleform a::before {
    left: 10px;
    width: 20px;
    height: 42px;
  }
}

/*------------------------------------------
	main
------------------------------------------*/
.cmnTit01 {
  text-align: center;
}

/*------------------------------------------
	#search
------------------------------------------*/
/*	.secArea
------------------------------------------*/
.secArea {
  padding: 70px 0 50px;
  background: #fcfaf9;
}
.secArea__tit img {
  width: 272px;
}
@media screen and (max-width: 768px) {
  .secArea {
    padding: 40px 0 20px;
  }
  .secArea__tit {
    margin-bottom: 20px;
  }
  .secArea__tit img {
    max-height: 100px;
    width: auto;
  }
}

/*	.secEmployment
------------------------------------------*/
.secEmployment {
  padding: 60px 0 70px;
  background: #f9f7e8;
}
.secEmployment__tit {
  margin-bottom: 60px;
}
.secEmployment__tit img {
  width: 600px;
}
.secEmployment-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.secEmployment-btns__btn {
  width: 47%;
  border-radius: 40px;
  color: #2f8dfc;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.secEmployment-btns__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border-radius: inherit;
  background: #fff url("../img/recruit/ico_arrow04.png") no-repeat right 38px center;
  background-size: 6px;
}
.secEmployment-btns__btn a:hover {
  opacity: 1;
  background-color: #2f8dfc;
  background-image: url("../img/recruit/ico_arrow03.png");
  color: #fff;
}
@media screen and (max-width: 768px) {
  .secEmployment {
    padding: 40px 0;
  }
  .secEmployment__tit {
    margin-bottom: 30px;
  }
  .secEmployment__tit img {
    width: auto;
    max-height: 65px;
  }
  .secEmployment-btns {
    display: block;
    max-width: 400px;
  }
  .secEmployment-btns__btn {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 15px;
  }
  .secEmployment-btns__btn:last-of-type {
    margin-bottom: 0;
  }
  .secEmployment-btns__btn a {
    height: 50px;
    background-position: right 15px center;
  }
}

/*	.secJob
------------------------------------------*/
.secJob {
  padding: 200px 0 100px;
  background: #fcfaf9;
}
.secJob__tit {
  margin-bottom: 60px;
}
.secJob__tit img {
  width: 607px;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
@media screen and (max-width: 768px) {
  .secJob {
    padding: 40px 0;
    background-size: 142px;
  }
  .secJob__tit {
    margin-bottom: 30px;
  }
  .secJob__tit img {
    width: auto;
    max-height: 60px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.secJobBox .is-job01 {
  background: #f5f0e9;
}
.secJobBox .is-job02 {
  background: #fff072;
}
.secJobBox .is-job03 {
  background: #acddf7;
}
.secJobBox-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.secJobBox-btns__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  height: 80px;
  padding: 0 5px;
  border-radius: 30px 30px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secJobBox-btns__btn:hover img {
  opacity: 0.6;
}
.secJobBox-btns__btn img {
  width: auto;
  max-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secJobBox-content {
  padding: 40px 60px;
  border-radius: 30px;
}
.secJobBox-content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secJobBox-content-txtBox {
  width: 46.5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.secJobBox-content__tit {
  margin-bottom: 30px;
}
.secJobBox-content__tit img {
  width: auto;
  max-height: 27px;
}
.secJobBox-content-imgBox {
  width: 47%;
}
.secJobBox-content-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}
.secJobBox-content-btns__btn {
  width: 47%;
  border-radius: 40px;
  color: #2f8dfc;
  font-weight: 700;
  text-align: center;
}
.secJobBox-content-btns__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: inherit;
  background: #fff url("../img/recruit/ico_arrow04.png") no-repeat right 17px center;
  background-size: 6px;
}
.secJobBox-content-btns__btn a:hover {
  opacity: 1;
  background-color: #2f8dfc;
  background-image: url("../img/recruit/ico_arrow03.png");
  color: #fff;
}
@media screen and (max-width: 768px) {
  .secJobBox-btns__btn {
    height: 50px;
    border-radius: 15px 15px 0 0;
  }
  .secJobBox-btns__btn img {
    max-height: 15px;
    max-width: 91%;
  }
  .secJobBox-content {
    padding: 30px 20px;
    border-radius: 0 0 15px 15px;
  }
  .secJobBox-content-in {
    display: block;
  }
  .secJobBox-content-txtBox {
    width: 100%;
    margin: 30px auto 0;
  }
  .secJobBox-content__tit {
    margin-bottom: 20px;
  }
  .secJobBox-content__tit img {
    max-height: 20px;
  }
  .secJobBox-content__txt {
    font-size: 14px;
  }
  .secJobBox-content-imgBox {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .secJobBox-content-btns {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
  .secJobBox-content-btns__btn {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 15px;
  }
  .secJobBox-content-btns__btn:last-of-type {
    margin-bottom: 0;
  }
  .secJobBox-content-btns__btn a {
    height: 50px;
    background-position: right 15px center;
  }
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-show {
  display: block;
}

.jobContent {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.jobContent__img {
  width: 100%;
}
.jobContent-schedule {
  padding: 48px;
  background: #f9f7e8;
  border-radius: 0 0 30px 30px;
}
.jobContent-schedule__tit {
  margin-bottom: 30px;
  padding: 0 0 40px;
  background: url("../img/recruit/ico_grass01.png") no-repeat center bottom;
  background-size: 143px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
.jobContent-schedule-list {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.jobContent-schedule-list__item:first-of-type .jobContent-schedule-list__item__time:after {
  content: none;
}
.jobContent-schedule-list__item:last-of-type .jobContent-schedule-list__item-content:before {
  content: none;
}
.jobContent-schedule-list__item__time {
  position: relative;
  padding: 0 0 4px 37px;
  border-bottom: 1px dashed #2f8dfc;
  color: #2f8dfc;
  font-weight: 700;
  font-size: 22px;
}
.jobContent-schedule-list__item__time:before {
  position: absolute;
  z-index: 2;
  bottom: -12px;
  left: -11px;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid #2f8dfc;
  background: #fff;
  border-radius: 50%;
}
.jobContent-schedule-list__item__time:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #a8cdf1;
}
.jobContent-schedule-list__item-content {
  position: relative;
  padding: 25px 0 43px 37px;
}
.jobContent-schedule-list__item-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #a8cdf1;
}
.jobContent-schedule-list__item__tit {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 18px;
}
.jobContent-schedule-list__item__txt {
  font-size: 15px;
}
.jobContent-schedule-list__item__img {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .jobContent.is-wide {
    max-width: 980px;
  }
  .jobContent.is-wide .jobContent-schedule {
    padding: 75px 120px;
  }
  .jobContent.is-wide .jobContent-schedule-list {
    max-width: none;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jobContent.is-wide .jobContent-schedule-list__item {
    width: 50%;
    position: relative;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:before {
    position: absolute;
    top: 39px;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #a8cdf1;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(odd):before {
    right: -1px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(odd) .jobContent-schedule-list__item__time {
    padding-left: 18px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(odd) .jobContent-schedule-list__item__time:before {
    left: auto;
    right: -12px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(odd) .jobContent-schedule-list__item__time:after {
    left: auto;
    right: -2px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(even) {
    margin: 160px 0 -160px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(even):before {
    left: -1px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(even) .jobContent-schedule-list__item__time,
  .jobContent.is-wide .jobContent-schedule-list__item:nth-of-type(even) .jobContent-schedule-list__item-content {
    padding-left: 40px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:last-of-type {
    margin-bottom: 0;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:last-of-type:before {
    content: none;
  }
  .jobContent.is-wide .jobContent-schedule-list__item:nth-last-of-type(2):before {
    content: none;
  }
  .jobContent.is-wide .jobContent-schedule-list__item__time:after {
    content: none;
  }
  .jobContent.is-wide .jobContent-schedule-list__item-content {
    padding: 26px 20px 40px;
  }
  .jobContent.is-wide .jobContent-schedule-list__item-content:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .jobContent {
    max-width: none;
  }
  .jobContent-schedule {
    padding: 20px;
  }
  .jobContent-schedule__tit {
    padding-bottom: 25px;
    margin-bottom: 25px;
    background-size: 90px;
    font-size: 18px;
  }
  .jobContent-schedule-list {
    max-width: none;
  }
  .jobContent-schedule-list__item__time {
    padding-left: 20px;
    font-size: 16px;
  }
  .jobContent-schedule-list__item__time:before {
    width: 17px;
    height: 17px;
    left: -8px;
  }
  .jobContent-schedule-list__item-content {
    padding: 10px 0 25px 19px;
  }
  .jobContent-schedule-list__item__tit {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .jobContent-schedule-list__item__txt {
    font-size: 12px;
  }
  .jobContent-schedule-list__item__img {
    margin-top: 15px;
  }
}

/* popup - js */
body .mfp-bg {
  z-index: 9993;
  opacity: 0.95;
  background: url("../img/recruit/bg01.jpg") center;
  background-size: 284px;
}
@media screen and (max-width: 768px) {
  body .mfp-bg {
    background-size: 142px;
  }
}

body .mfp-wrap {
  z-index: 9994;
}

body .mfp-container {
  padding: 0;
}

body .mfp-content {
  position: static;
  padding: 40px 15px;
}

.mfp-close.modalClose01,
.mfp-close.modalClose02 {
  cursor: pointer;
  opacity: 1;
  z-index: 3;
}

.mfp-close.modalClose01 {
  position: absolute;
  top: 0 !important;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  color: #000 !important;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .mfp-close.modalClose01 {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.mfp-close.modalClose02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  background: #fff url("../img/recruit/ico_close01.png") no-repeat right 18px center;
  background-size: 12px;
  border: 2px solid #2f8dfc;
  border-radius: 40px;
  color: #2f8dfc !important;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .mfp-close.modalClose02:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------
	.secPoint
------------------------------------------*/
.secPoint {
  padding: 95px 0 108px;
  background: #f9f7e8;
  overflow: hidden;
}
.secPoint__tit {
  margin-bottom: 40px;
}
.secPoint__tit img {
  width: 503px;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.secPoint-box {
  padding: 40px 80px;
}
.secPoint-box-wrap {
  background: #fff;
  border-radius: 30px;
}
.secPoint-box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secPoint-box-txtBox {
  width: 54%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.secPoint-box-txtBox__tit {
  margin-bottom: 20px;
}
.secPoint-box-txtBox__tit img {
  max-height: 70px;
}
.secPoint-box-imgBox {
  width: 250px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .secPoint {
    padding: 40px 0;
  }
  .secPoint__tit {
    margin-bottom: 30px;
  }
  .secPoint__tit img {
    width: auto;
    max-height: 55px;
    -webkit-transform: none;
            transform: none;
  }
  .secPoint-box {
    padding: 20px;
  }
  .secPoint-box-wrap {
    border-radius: 15px;
  }
  .secPoint-box-in {
    display: block;
  }
  .secPoint-box-txtBox {
    width: 100%;
    margin: 30px auto 0;
  }
  .secPoint-box-txtBox__tit img {
    max-height: 50px;
  }
  .secPoint-box-txtBox__txt {
    font-size: 14px;
  }
  .secPoint-box-imgBox {
    width: 200px;
    margin: 0 auto;
  }
}

/* slider - js */
.js-point-slider .slick-dots {
  left: 0;
  right: 0;
  bottom: -35px;
}
.js-point-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  background: #d0d0d0;
}
.js-point-slider .slick-dots li.slick-active {
  background: #2f8dfc;
}
.js-point-slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.js-point-slider .slick-dots li button:before {
  content: none;
  width: 100%;
  height: 100%;
}
.js-point-slider .slick-prev,
.js-point-slider .slick-next {
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url("../img/recruit/ico_arrow05.png") no-repeat center !important;
  background-size: contain !important;
}
.js-point-slider .slick-prev:before,
.js-point-slider .slick-next:before {
  content: none;
}
.js-point-slider .slick-prev {
  left: -30px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.js-point-slider .slick-next {
  right: -30px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .js-point-slider .slick-prev,
  .js-point-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .js-point-slider .slick-prev {
    left: 20px;
  }
  .js-point-slider .slick-next {
    right: 20px;
  }
}

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  padding: 120px 0 110px;
  background: url("../img/recruit/bg01.jpg");
  background-size: 284px;
}
.secInterview__tit {
  margin-bottom: 50px;
}
.secInterview__tit img {
  width: 398px;
}
.secInterview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 80px;
}
.secInterview-box:last-of-type {
  margin-bottom: 0;
}
.secInterview-box:nth-of-type(1) .secInterview-box__prof01 {
  background: #fff072;
}
.secInterview-box:nth-of-type(2) .secInterview-box-imgBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.secInterview-box:nth-of-type(2) .secInterview-box__prof01 {
  background: #acddf7;
}
.secInterview-box-imgBox {
  width: 41.5%;
}
.secInterview-box-imgBox img {
  display: block;
  margin: 0 auto 20px;
}
.secInterview-box__prof01 {
  display: table;
  margin: 0 auto 15px;
  padding: 7px 40px;
  border-radius: 3px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.secInterview-box__prof01 span {
  font-weight: normal;
  font-size: 12px;
}
.secInterview-box__prof02 {
  text-align: center;
}
.secInterview-box-txtBox {
  width: 55.5%;
  margin-top: 30px;
}
.secInterview-box-txtBox__tit {
  margin-bottom: 15px;
  padding: 6px 0 6px 54px;
  background: url("../img/recruit/ico_q02.png") no-repeat 7px top;
  background-size: 33px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
}
.secInterview-box-txtBox__txt {
  margin-bottom: 30px;
  padding: 27px 29px;
  background: #f5f0e9;
}
.secInterview-box-txtBox__txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secInterview {
    padding: 40px 0;
    background-size: 142px;
  }
  .secInterview__tit {
    margin-bottom: 30px;
  }
  .secInterview__tit img {
    width: auto;
    max-height: 65px;
  }
  .secInterview-box {
    display: block;
    margin-bottom: 50px;
  }
  .secInterview-box-imgBox {
    width: 100%;
    margin: 0 auto 30px;
  }
  .secInterview-box-imgBox img {
    width: 90%;
    max-width: 300px;
  }
  .secInterview-box__prof01 {
    padding: 5px 20px;
    font-size: 16px;
  }
  .secInterview-box__prof02 {
    font-size: 14px;
  }
  .secInterview-box-txtBox {
    width: 100%;
    margin: 0 auto;
  }
  .secInterview-box-txtBox__tit {
    margin-bottom: 10px;
    padding: 4px 0 4px 45px;
    background-size: 28px;
    font-size: 16px;
  }
  .secInterview-box-txtBox__txt {
    padding: 15px;
    font-size: 14px;
  }
}

/*------------------------------------------
	.secFaq
------------------------------------------*/
.secFaq {
  padding: 90px 0 120px;
  background: #f9f7e8;
}
.secFaq__tit {
  margin-bottom: 40px;
}
.secFaq__tit img {
  width: 232px;
}
.secFaq-box {
  margin: 0 auto 80px;
}
.secFaq-box__tit, .secFaq-box__content {
  position: relative;
  background: #fff;
}
.secFaq-box__tit:before, .secFaq-box__content:before {
  content: "";
  display: block;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.secFaq-box__tit {
  cursor: pointer;
  margin-top: 20px;
  padding: 26px 70px 26px 110px;
  border-radius: 10px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
}
.secFaq-box__tit:first-of-type {
  margin-top: 0;
}
.secFaq-box__tit.is-open {
  border-radius: 10px 10px 0 0;
}
.secFaq-box__tit.is-open .btn:after {
  opacity: 0;
  top: -20px;
}
.secFaq-box__tit:before {
  background-image: url("../img/recruit/ico_q01.png");
}
.secFaq-box__tit .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
}
.secFaq-box__tit .btn:before, .secFaq-box__tit .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #2f8dfc;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secFaq-box__tit .btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.secFaq-box__content {
  display: none;
  padding: 26px 70px 26px 110px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  color: #2f8dfc;
  line-height: 1.77;
  font-weight: 700;
}
.secFaq-box__content:before {
  background-image: url("../img/recruit/ico_a01.png");
}
@media screen and (max-width: 768px) {
  .secFaq {
    padding: 40px 0;
  }
  .secFaq__tit {
    margin-bottom: 30px;
  }
  .secFaq__tit img {
    width: auto;
    max-height: 65px;
  }
  .secFaq-box {
    margin-bottom: 40px;
  }
  .secFaq-box__tit:before, .secFaq-box__content:before {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .secFaq-box__tit {
    margin-top: 15px;
    padding: 12px 35px 12px 50px;
    font-size: 16px;
  }
  .secFaq-box__tit .btn {
    right: 10px;
    width: 15px;
    height: 15px;
  }
  .secFaq-box__content {
    padding: 10px 15px 15px 50px;
    font-size: 14px;
  }
  .secFaq-box__content:before {
    top: 12px;
    bottom: auto;
  }
}

/*------------------------------------------
	.go-list-btn
------------------------------------------*/
.go-list-btn {
  max-width: 100%;
  width: 430px;
  margin: 0 auto;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.go-list-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border: 2px solid #2f8dfc;
  background: #2f8dfc url("../img/recruit/ico_arrow03.png") no-repeat right 37px center;
  background-size: 6px;
  border-radius: inherit;
}
@media screen and (min-width: 769px) {
  .go-list-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #2f8dfc;
    background-image: url("../img/recruit/ico_arrow04.png");
  }
}
@media screen and (max-width: 768px) {
  .go-list-btn {
    font-size: 18px;
  }
  .go-list-btn a {
    height: 60px;
    background-position: right 15px center;
  }
}
/*# sourceMappingURL=recruit.css.map */