body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, sans-serif;
  font-weight: 800;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
  -webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
  letter-spacing: 1px;
  font-display: swap;
}
img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
p {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}
/* デフォルトの装飾を削除 */
input,
textarea {
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
:focus {
  outline: -webkit-focus-ring-color none;
}

/* select を div で囲む */
.select {
  width: 100%;
  position: relative;
}
.select::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
}
select {
  -webkit-appearance: none;
  width: 100%;
  height: 36px;
  background: transparent;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/*=====================
追記
=======================*/
.w60 {
  width: 55px;
}
.sono_t {
  width: 10%;
}
.sono_m {
  width: 90%;
}

.sono table {
  border: 0px #000 dotted !important;
}
.sono table tr {
  border-bottom: 1px #000 dotted !important;
}

.youtube iframe {
  width: 100%;
}
.pp a {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  text-align: center !important;
}

/*==================================================================================
ヘッダー
==================================================================================*/
.fixed {
  position: fixed;
  top: 0px;
  left: 0;
}
.topfix {
  padding-top: 120px;
}
header {
  width: 100%;
  z-index: 9999;
}
header .head {
  width: calc(100% - 80px);
  padding: 20px 40px !important;
  background: #ff0000;
  position: relative;
  z-index: 2;
}
header .logo {
  display: block;
  width: 420px;
}
header .logo img {
  height: auto;
}
.head-sep {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
header .btn_entry {
  display: block;
  box-sizing: border-box;
  width: fit-content;
  padding: 8px 40px 8px 12px;
  background: #000;
  color: #ffff00;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
header .btn_entry::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px #ffff00 solid;
  border-right: 1px #ffff00 solid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
header .btn_entry:hover {
  opacity: 1;
  background: #ffff00;
  color: #000;
}
header .btn_entry:hover::after {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
}

nav.head-nav {
  background: #000;
}
@media screen and (min-width: 980px) {
  .head-nav--sp {
    display: none;
  }
} /* PC only ------------ */
.head-nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.head-nav__item {
  display: block;
  position: relative;
  width: calc(100% / 6);
}
.head-nav__item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
  width: 1px;
  height: calc(100% - 24px);
  background: #fff;
} /* before ------------*/
@media screen and (max-width: 767px) {
  .head-nav--pc {
    display: none;
  }
  .head-nav--sp {
    display: block;
  }
} /* SP only ------------ */

@media screen and (min-width: 981px) {
  .head-nav__item:hover .head-nav-child,
  .head-nav-child:focus-within {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }
  .head-nav__item:has(.head-nav-child:focus-within) .head-nav__btn,
  .head-nav__item:hover .head-nav__btn {
    color: #FFFF00;
    opacity: 1;
  }
} /* PC only ------------ */
.head-nav__item:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 24px);
  background: #fff;
}/* :first-of-type::after ------------ */
.head-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 17px 3px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
}
.dib {
  display: inline-block;
}
@media screen and (min-width: 981px) {
  .head-nav__btn:focus {
    outline: 2px solid #FFFF00; /* Yellow outline for focus */
    color: #FFFF00; /* Yellow text color */
  }
} /* PC only ------------ */
.head-nav-child {
  top: 100%;
  left: 0;
  width: 100%;
  padding-inline: 0;
  position: absolute;
  background-color: #000;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.head-nav-child__link {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 981px) {
  .head-nav-child__link:focus {
    outline: 2px solid #FFFF00; /* Yellow outline for focus */
    color: #FFFF00; /* Yellow text color */
  }
  .head-nav-child__link:hover {
    color: #ffff00;
    opacity: 1;
  }
} /* PC only ------------ */
.head-nav-child__link:not(:first-of-type) {
  border-top: 1px solid #5F5F5F;
} /* :not(:first-of-type) ------------ */

@media screen and (max-width: 980px) {
  /* SP版 メニュー -----------------------*/
  .head-nav {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    transform: translateY(-30px);
    opacity: 0;
    padding: 122px 20px 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  /* このクラスを、jQueryで付与・削除する */
  .head-nav.globalMenuSp.active {
    transform: translateY(0%);
    pointer-events: auto;
    opacity: 1;
  }
  .head-nav__list {
    display: block;
    max-width: 460px;
    padding-bottom: 43px;
    width: 100%;
  }
  .head-nav__item {
    position: relative;
    width: 100%;
  }
  .head-nav__item::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -1px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #FFF;
  } /* before ------------*/
  .head-nav__item:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
  }/* :first-of-type::after ------------ */
  .head-nav__btn {
    position: relative;
  }
  /* アコーディオンのアイコン */
  button.head-nav__btn::before,
  button.head-nav__btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 16px;
    height: 1px;
    background: #fff;
    margin: auto;
  } /* before after ------------*/
  button.head-nav__btn::after {
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(-90deg);
  } /* before after ------------*/
  button.head-nav__btn--active::after {
    transform: rotate(0deg);
    background-color: #ffff00;
  } /* before after ------------*/
  button.head-nav__btn--active::before {
    background-color: #ffff00;
  } /* before after ------------*/
  /* リンクのアイコン */
  a.head-nav__btn::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transform: rotate(45deg);
    transition: all 0.3s;
  } /* before after ------------*/
  .head-nav__btn.head-nav__btn--active {
    color: #ffff00;
  }
  .head-nav-child {
    display: none;
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    opacity: 1;
    transform: translateY(0px);
  }
  .head-nav__item:has(.head-nav__btn--active) .head-nav-child {
    pointer-events: auto;
  }
  .head-nav-child__link {
    display: block;
    position: relative;
    text-align: center;
    padding: 17px;
    font-weight: 700;
    font-size: 13px;
    border-top: 1px solid #5F5F5F;
  }
  .head-nav-child__link::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transform: rotate(45deg);
    transition: all 0.3s;
  } /* before after ------------*/
} /* SP only ------------ */

.linebnr {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 278px;
  height: 88px;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.linebnr.linebnr--hidden {
  opacity: 0;
  pointer-events: none;
}
.linebnr__link{
  display: block;
  transform: translateZ(0);
  filter: drop-shadow(2px 6px 6px rgba(0, 0, 0, 0.15));
}
.linebnr__link:focus{
  outline: 2px solid #000000; /* Yellow outline for focus */
}
.linebnr__link img {
  height: auto;
}
@media screen and (max-width: 980px) {
  .linebnr__link.linebnr__link--pc{
    display: none;
  }
} /* SP only ------------ */
@media screen and (min-width: 981px) {
  .linebnr__link.linebnr__link--sp{
    display: none;
  }
} /* PC only ------------ */
.linebnr__close{
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  position: absolute;
  top: 2px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #000000;
  transition: background-color 0.3s ease;
}
.linebnr__close:focus {
  outline: 2px solid #000000; /* Yellow outline for focus */
}
@media screen and (min-width: 981px) {
  .linebnr__close:hover{
    background-color: #FF0000;
  }
} /* PC only ------------ */
.linebnr__close::before,
.linebnr__close::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  width: 2px;
  height: 10px;
  background-color: #fff;
} /* before ------------*/
.linebnr__close::before {
  transform: rotate(45deg);
}
.linebnr__close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 980px) {
  .linebnr {
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    width: 355px;
    padding-right: 10px;
    box-sizing: border-box;
    height: 87px;
    z-index: -1;
    transition: opacity 0.3s ease;
  }
  .linebnr.linebnr--hidden {
    opacity: 0;
    pointer-events: none;
  }
  .linebnr__link{
    display: block;
  }
  .linebnr__link img {
    height: auto;
  }
  @media screen and (max-width: 980px) {
    .linebnr__link.linebnr__link--pc{
      display: none;
    }
  } /* SP only ------------ */
  @media screen and (min-width: 981px) {
    .linebnr__link.linebnr__link--sp{
      display: none;
    }
  } /* PC only ------------ */
  .linebnr__close{
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    position: absolute;
    top: 3px;
    right: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #000000;
    transition: background-color 0.3s ease;
  }
  @media screen and (min-width: 768px) {
    .linebnr__close:hover{
      background-color: #FF0000;
    }
  } /* PC only ------------ */
  .linebnr__close::before,
  .linebnr__close::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 10px;
    background-color: #fff;
  } /* before ------------*/
  .linebnr__close::before {
    transform: rotate(45deg);
  }
  .linebnr__close::after {
    transform: rotate(-45deg);
  
  }
} /* SP only ------------ */


.navToggle {
  z-index: 3;
  display: block;
  width: calc(44px - 4px);
  height: calc(44px - 4px);
  border: 2px #fff solid;
  text-align: center;
  cursor: pointer;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 20px;
  top: 15px;
}
@media screen and  (max-width: 365px) {
  .navToggle {
    right: 3px;
  }
}/* min-width: 767px and max-width: 1300px ------------ */
.navToggle span {
  display: block;
  width: 26px;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  position: absolute; /* .navToggleに対して */
  left: 7px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
section {
  padding: 80px 0 !important;
}
.container {
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}
.max680 {
  max-width: 680px;
  margin: auto;
}
.max840 {
  max-width: 840px;
  margin: auto;
}
.max980 {
  max-width: 980px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row_r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row.just_center {
  justify-content: center;
}
.row.align_center {
  align-items: center;
}
.col2 {
  width: calc(50% - 20px);
}

.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_80 {
  margin-bottom: 80px;
}
.mb_120 {
  margin-bottom: 120px;
}
.mb_160 {
  margin-bottom: 160px;
}

/* フォント */
.font_12 {
  font-size: 12px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_24 {
  font-size: 24px;
}
.font_28 {
  font-size: 28px;
}
.font_34 {
  font-size: 34px;
}
.font_46 {
  font-size: 46px;
}
.font_50 {
  font-size: 50px;
}
h1 {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
h2 {
  text-align: center;
}
h2 span {
  display: inline-block;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 3px;
  padding-bottom: 10px;
  border-bottom: 10px #000 solid;
  position: relative;
}
h2 span::after {
  content: '';
  display: block;
  width: 60px;
  border-bottom: 10px #ff0000 solid;
  position: absolute;
  left: 0;
  bottom: -10px;
}
h3 {
  font-size: 24px;
  padding-bottom: 15px !important;
  border-bottom: 2px #000 solid !important;
}
.line_1 {
  line-height: 1;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.bold {
  font-weight: 800;
}
.nomal {
  font-weight: normal;
}
.black {
  color: #000;
}

.white {
  color: #fff;
}
.red {
  color: #ff0000;
}
.yellow {
  color: #ffff00;
}
.font_en {
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_en.bold {
  font-weight: 500;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* ボタン */
.btn_entry {
  display: block;
  padding: 20px;
  background: #000;
  color: #fff;
}
.btn_entry:hover {
  opacity: 1;
  background: #ff0000;
}

/*==================================================================================
INDEX
==================================================================================*/
.main_slide .selection_info {
  width: calc(100% - 80px);
  padding: 30px 40px;
  margin-top: -15%;
  background: #ffff00;
  box-shadow: 8px 8px 0 #000;
  position: relative;
}
.main_slide .selection_info .max680 {
  position: relative;
}
.main_slide .selection_info .max680::before,
.main_slide .selection_info .max680::after {
  content: '';
  display: block;
  width: 130px;
  height: 130px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.main_slide .selection_info .max680::before {
  background-image: url('../img/top/main_info01.png');
  top: -20px;
  right: -130px;
}
.main_slide .selection_info .max680::after {
  background-image: url('../img/top/main_info02.png');
  bottom: -30px;
  left: -140px;
}
.main_slide .selection_info .ttl {
  font-size: 58px;
  line-height: 1.2;
}
.main_slide .selection_info .row {
  flex-wrap: nowrap;
}
.main_slide .selection_info .row a {
  display: block;
  width: calc(25% - 24px);
  padding: 10px;
  border: 2px #000 solid;
  background: #fff;
  position: relative;
}
.main_slide .selection_info .row a:nth-child(2) {
  width: calc(48% - 24px);
}
.main_slide .selection_info .row a::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
.main_slide .selection_info .row a:hover {
  opacity: 1;
  border: 2px #ff0000 solid;
  color: #ff0000;
}
.main_slide .selection_info .row a:hover::after {
  border-top: 1px #ff0000 solid;
  border-right: 1px #ff0000 solid;
  right: 10px;
}

/* 3WORDS ------------------------------------*/
section#top_3words .ttl img {
  width: 740px;
  margin: auto;
}
section#top_3words .top_3words {
  border-top: 5px #000 solid;
  position: relative;
}
/* 背景赤 */
section#top_3words .top_3words::before {
  content: '';
  display: block;
  width: 35%;
  height: 100%;
  background: #ff0000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
section#top_3words .top_3words.words02::before {
  right: auto;
  left: 0;
}
/* 背景写真 */
section#top_3words .top_3words::after {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section#top_3words .top_3words.words01::after {
  background-image: url('../img/top/top_words01_bg.jpg');
}
section#top_3words .top_3words.words02::after {
  background-image: url('../img/top/top_words02_bg.jpg');
  left: auto;
  right: 0;
}
section#top_3words .top_3words.words03::after {
  background-image: url('../img/top/top_words03_bg.jpg');
}

section#top_3words .top_3words .row {
  height: 440px;
}
section#top_3words .top_3words .number {
  display: flex;
  align-items: flex-end;
  width: 150px;
  height: calc(100% - 40px);
  padding: 20px;
}
section#top_3words .top_3words .words {
  padding: 40px;
  background: #ff0000;
}
section#top_3words .top_3words .words .ttl {
  font-size: 58px;
  line-height: 1.2;
}
section#top_3words .top_3words .words a {
  color: #fff;
  font-size: 18px;
}

/* accordion */
section#top_3words dl.accordion {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

section#top_3words dl.accordion dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 2px #000 solid;
  background: #ffff00;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
}

section#top_3words dl.accordion dt::before {
  content: '';
  display: block;
  width: calc(24px - 4px);
  height: calc(24px - 4px);
  /*
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	background: #FFFF00;
 */
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.d35 {
  width: 35px;
  float: left;
}

section#top_3words dl.accordion dt span {
  display: none;
  padding-left: 35px;
  position: relative;
}
section#top_3words dl.accordion dt span::before,
section#top_3words dl.accordion dt span::after {
  content: '';
  display: block;
  width: 24px;
  border-bottom: 2px #000 solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
section#top_3words dl.accordion dt span::after {
  transform: translateY(-50%) rotate(-45deg);
}

section#top_3words dl.accordion dt.open {
  border-bottom: none;
  border-top: 2px #000 solid;
}

section#top_3words dl.accordion dt.open::before {
  top: -20%;
  left: 50%;
  border-bottom: 2px #000 solid; /* 追記 */
  border-right: 2px #000 solid; /* 追記 */
  background: #ffff00; /* 追記 */
  transform: translateX(-50%) rotate(-135deg);
}

section#top_3words dl.accordion dt.open span {
  display: inline-block;
}

section#top_3words dl.accordion dt.open .op {
  display: none;
}

section#top_3words dl.accordion dd {
  display: none;
  padding: 80px 0;
}

/* 1 SALARY */
section#top_3words .words01_cont {
  width: calc(50% - 120px);
  padding: 0 60px;
}
section#top_3words .words01_cont:first-child {
  width: calc(50% - 123px);
  border-right: 3px #000 solid;
}
section#top_3words .words01_cont .icon {
  position: relative;
}
section#top_3words .words01_cont .icon::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url('../img/description/description_icon01.png') center center / contain no-repeat;
  position: absolute;
  left: -30px;
  bottom: -60px;
}

/* 2 WORK,  3 LIFE */
section#top_3words .words02_cont,
section#top_3words .words03_cont {
  width: calc(100% / 3 - 43px);
  padding: 0 20px;
  border-right: 3px #000 solid;
}
section#top_3words .words02_cont:last-child,
section#top_3words .words03_cont:last-child {
  width: calc(100% / 3 - 40px);
  border-right: none;
}
section#top_3words .words02_cont p.ilst,
section#top_3words .words03_cont p.ilst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 120px;
  margin-left: 35%;
  white-space: nowrap;
  position: relative;
}
section#top_3words .words03_cont p.ilst {
  margin-left: 38%;
}
section#top_3words .words02_cont p.ilst::before,
section#top_3words .words03_cont p.ilst::before {
  content: '';
  display: block;
  width: 47.5%;
  height: 110px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -52%;
  transform: translateY(-50%);
}
section#top_3words .words03_cont p.ilst::before {
  left: -55%;
}
section#top_3words .words02_cont.cont01 p.ilst::before {
  background-image: url('../img/top/top_words02_01.png');
}
section#top_3words .words02_cont.cont02 p.ilst::before {
  background-image: url('../img/top/top_words02_02.png');
}
section#top_3words .words02_cont.cont03 p.ilst::before {
  background-image: url('../img/top/top_words02_03.png');
}
section#top_3words .words03_cont.cont01 p.ilst::before {
  background-image: url('../img/top/top_words03_01.png');
}
section#top_3words .words03_cont.cont02 p.ilst::before {
  background-image: url('../img/top/top_words03_02.png');
}
section#top_3words .words03_cont.cont03 p.ilst::before {
  background-image: url('../img/top/top_words03_03.png');
}
section#top_3words .words03_cont p.ilst span {
  display: block;
  width: 100%;
  font-size: 10px;
}

/* 詳しくはこちらボタン */
section#top_3words .btn_detail {
  display: inline-block;
  min-width: calc(240px - 82px);
  padding: 10px 40px;
  border: 1px #000 solid;
  background: #ff0000;
  color: #ffff00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 3px 3px 0 #000;
  position: relative;
  transition: none;
}
section#top_3words .btn_detail::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px #ffff00 solid;
  border-right: 1px #ffff00 solid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}
section#top_3words .btn_detail:hover {
  opacity: 1;
  box-shadow: none;
  top: 3px;
}
section#top_3words .btn_detail:hover::after {
  right: 10px;
  transition: all 0.1s;
}

/* ボタン ------------------------------------*/
.btn_yellow {
  display: block;
  width: calc(50% - 40px - 238px);
  min-width: calc(560px - 238px);
  margin: 0 20px 40px;
  padding: 10px 30px 10px 200px;
  border: 4px #000 solid;
  background: #ffff00;
  box-shadow: 4px 4px 0 #000;
  position: relative;
  transition: none;
}
.btn_yellow::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.btn_yellow.interview::before {
  background-image: url('../img/btn_interview.png');
}
.btn_yellow.voice::before {
  background-image: url('../img/btn_voice.png');
}
.btn_yellow.t_kun::before {
  background-position: center bottom;
  background-image: url('../img/salary/salary_icon02.png');
  top: auto;
  left: -40px;
  bottom: -11px;
  transform: none;
}
.btn_yellow::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.btn_yellow:hover {
  opacity: 1;
  border: 4px #ff0000 solid;
  color: #ff0000;
  box-shadow: none;
  top: 4px;
}
.btn_yellow:hover::after {
  border-top: 1px #ff0000 solid;
  border-right: 1px #ff0000 solid;
  right: 20px;
  transition: all 0.3s;
}

/*==================================================================================
下階層トップ
==================================================================================*/
section#second_top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 440px;
  padding: 0 !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#second_top.req {
  background-image: url('../img/rec_top.jpg');
}
section#second_top.des {
  background-image: url('../img/description/description_top.jpg');
}
section#second_top.sche {
  background-image: url('../img/schedule/schedule_top.jpg');
}
section#second_top.salary {
  background-image: url('../img/salary/salary_top.jpg');
}
section#second_top.support {
  background-image: url('../img/support/support_top.jpg');
}
section#second_top.work {
  background-image: url('../img/work/work_top.jpg');
}
section#second_top.dormitory {
  background-image: url('../img/dormitory/dormitory_top.jpg');
}
section#second_top.interview {
  background-image: url('../img/interview/interview_top.jpg');
}
section#second_top.location {
  background-image: url('../img/location/location_top.jpg');
}
section#second_top.mrt {
  background-image: url('../img/mrt/mrt_top.jpg');
}
section#second_top.talk {
  background-image: url('../img/talk/talk_top.jpg');
}
section#second_top.faq {
  background-image: url('../img/faq/faq_top.jpg');
}
section#second_top.two_weeks {
  background-image: url('../img/2weeks/2weeks_top.jpg');
}
section#second_top span.font_en {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 8px 8px;
  background: #ff0000;
  color: #fff;
  font-size: 60px;
  letter-spacing: 2px;
}
section#second_top span:last-child {
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  background: #ff0000;
  color: #000;
  font-size: 24px;
  letter-spacing: 2px;
}

/*==================================================================================
REQUIREMENTS
==================================================================================*/
section#requirements01 .caution {
  padding: 20px;
  border: 5px #ff0000 solid;
  color: #ff0000;
  letter-spacing: 2px;
}
/* 応募時に必要なもの */
section#requirements02 table {
  width: 100%;
  border: 3px #000 solid;
  background: #ffff00;
}
section#requirements02 table td {
  width: 50%;
  padding: 20px;
  background: #ffff00;
  letter-spacing: 2px;
}
section#requirements02 table td:first-child {
  border-right: 2px #000 solid;
}
/* WEB選考時に必要なもの */
section#requirements03 table {
  width: 100%;
  border: 3px #000 solid;
}
section#requirements03 table td {
  width: 50%;
}
section#requirements03 table td p:first-child {
  padding: 0 20px;
  background: #ffff00;
}
section#requirements03 table td p:first-child span {
  display: block;
  padding: 10px 0;
  border-bottom: 2px #000 solid;
  letter-spacing: 2px;
}
section#requirements03 table td p:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(80px - 30px);
  padding: 15px 20px;
}
section#requirements03 table td:first-child {
  border-right: 2px #000 solid;
}

/*==================================================================================
DESCRIPTION
==================================================================================*/
section#description .description {
  width: calc(100% - 6px);
  height: calc(300px - 6px);
  border: 3px #000 solid;
  position: relative;
}
section#description .description.large {
  height: calc(640px - 6px);
}
section#description .description.icon01::before,
section#description .description.icon02::before,
section#description .description.icon03::before,
section#description .description.icon04::before,
section#description .description.icon05::before {
  content: '';
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
section#description .description.icon01::before {
  background-image: url('../img/description/description_icon01.png');
  top: 1%;
  left: 8%;
}
section#description .description.icon02::before {
  background-image: url('../img/description/description_icon02.png');
  top: -11%;
  right: 3%;
}
section#description .description.icon03::before {
  background-image: url('../img/description/description_icon03.png');
  top: -3%;
  right: 3%;
}
section#description .description.icon04::before {
  background-image: url('../img/description/description_icon04.png');
  top: -5%;
  right: 5%;
}
section#description .description.icon05::before {
  background-image: url('../img/description/description_icon05.png');
  top: -2%;
  left: 6%;
}
section#description .description p.ttl {
  padding: 0 20px;
  background: #ffff00;
}
section#description .description p.ttl span {
  display: block;
  padding: 10px 0;
  border-bottom: 2px #000 solid;
  letter-spacing: 2px;
}
section#description .description .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: calc(100% - 40px - 99px);
  padding: 20px;
}
section#description .description .cont table {
  width: 100%;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}
section#description .description .cont table tr {
  border-bottom: 1px #000 dotted;
}
section#description .description .cont table th {
  padding: 5px 10px;
  background: #ffe5e5;
  text-align: center;
}
section#description .description .cont table td {
  padding: 5px 10px;
}
section#description .description .cont .label {
  display: inline-block;
  padding: 0 3px;
  background: #000;
  color: #fff;
}
section#description .description a {
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#description .description a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
section#description .description a span::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
section#description .description a:hover {
  opacity: 1;
  background: #ff0000;
}
section#description .description a:hover span::after {
  right: -5px;
}

/*==================================================================================
SCHEDULE
==================================================================================*/
section#schedule .schedule {
  width: 100%;
  padding: 20px 0;
  border-top: 5px #000 solid;
  background: #ffff00;
  position: relative;
}
section#schedule .schedule::before {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 40px;
}
section#schedule .schedule::after {
  content: '';
  display: block;
  width: 40px;
  height: 103px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 60px;
}
section#schedule .schedule.step01::after {
  background-image: url('../img/schedule/schedule_01.png');
}
section#schedule .schedule.step02::after {
  background-image: url('../img/schedule/schedule_02.png');
}
section#schedule .schedule.step03::after {
  background-image: url('../img/schedule/schedule_03.png');
}
section#schedule .schedule.step04::after {
  background-image: url('../img/schedule/schedule_04.png');
}
section#schedule .schedule.step05::after {
  background-image: url('../img/schedule/schedule_05.png');
}
section#schedule .schedule p {
  position: relative;
}
section#schedule .schedule p::before {
  content: '';
  display: block;
  width: 180px;
  height: 180px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  right: 20px;
}
section#schedule .schedule.step01 p::before {
  background-image: url('../img/schedule/schedule_icon01.png');
}
section#schedule .schedule.step02 p::before {
  background-image: url('../img/schedule/schedule_icon02.png');
}
section#schedule .schedule.step03 p::before {
  background-image: url('../img/schedule/schedule_icon03.png');
}
section#schedule .schedule.step04 p::before {
  background-image: url('../img/schedule/schedule_icon04.png');
}
section#schedule .schedule.step05 p::before {
  background-image: url('../img/schedule/schedule_icon05.png');
}
section#schedule .schedule.step03 p::after {
  content: '';
  display: block;
  width: 280px;
  height: 42px;
  border: 2px #000 solid;
  background: #ff0000 url('../img/schedule/schedule_03_txt.png') center center / 60px no-repeat;
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}
section#schedule .schedule.step05 {
  margin-top: 240px;
}
section#schedule .schedule.step05 p::after {
  content: '';
  display: block;
  width: 360px;
  height: 360px;
  background: url('../img/schedule/schedule_05_ttl.png') center top / contain no-repeat;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

section#schedule table {
  width: 100%;
  border: 1px #000 solid;
}
section#schedule table tr {
  border-bottom: 1px #000 solid;
}
section#schedule table th {
  padding: 20px 30px;
  vertical-align: middle;
}
section#schedule table td {
  padding: 20px 10px;
  vertical-align: middle;
}
section#schedule table.red {
  border: 2px #ff0000 solid;
}
section#schedule table.red tr {
  border-bottom: 2px #ff0000 solid;
}
section#schedule table.red td {
  padding: 10px;
}
section#schedule table.red td:first-child {
  border-right: 2px #ff0000 solid;
}

section#schedule .sche_arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: calc(160px - 30px);
  padding-bottom: 30px;
  background: url('../img/schedule/schedule_arrow.jpg') center top / 980px no-repeat;
}
section#schedule .sche_arrow p {
  width: 100%;
}
.border {
  width: 100%;
  height: 2px;
  background: url('../img/border_dash.gif') center center / 980px no-repeat;
}
section#schedule .red_frame {
  padding: 20px;
  border: 2px #ff0000 solid;
}

/*==================================================================================
SALARY
==================================================================================*/
section#salary .plus img {
  width: 80px;
  margin: auto;
}
section#salary table {
  width: 100%;
  border: 3px #000 solid;
}
section#salary table tr {
  border-bottom: 1px #000 solid;
}
section#salary table.fusime tr {
  border-bottom: none;
}
section#salary table tr:first-child {
  border-bottom: none;
}
section#salary table tr:nth-child(2) {
  border-bottom: 3px #000 solid;
}
section#salary table.fusime tr:nth-child(2) {
  border-bottom: none;
}
section#salary table th {
  padding: 5px 10px;
  background: #ffff00;
  border-right: 1px #000 dotted;
  vertical-align: middle;
  white-space: nowrap;
}
section#salary table.fusime th {
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
section#salary table tr:first-child th {
  background: #ff0000;
  color: #fff;
}
section#salary table.fusime tr:first-child th {
  border: none;
}
section#salary table.fusime tr:nth-child(2) th:nth-child(1),
section#salary table.fusime tr:nth-child(2) th:nth-child(2) {
  width: 25%;
}
section#salary table.fusime tr:nth-child(2) th:nth-child(3) {
  width: 50%;
}
section#salary table.fusime th.br3 {
  border-right: 3px #000 solid;
}
section#salary table tr:first-child th span {
  position: relative;
}
section#salary table tr:first-child th span::before {
  content: '';
  display: block;
  width: 140px;
  height: 140px;
  background: url('../img/salary/salary_icon01.png') center top / contain no-repeat;
  position: absolute;
  top: -88px;
  left: -200px;
}
section#salary table td {
  padding: 15px;
  border-right: 1px #000 dotted;
  vertical-align: middle;
}
section#salary table.fusime td {
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
section#salary table.fusime td.br3 {
  border-right: 3px #000 solid;
}
section#salary table.fusime td.bb1-dash {
  border-bottom: 1px #000 dotted;
}
section#salary table.pink td:first-child {
  background: #ffe5e5;
}
section#salary table td .row .font_12 {
  line-height: 1.4;
  margin-right: 20px;
}

/* 手当についての解説 ------------------------------------*/
section#salary_expo {
  background: #ffffcc;
}
section#salary_expo table {
  border: 2px #000 solid;
  background: #fff;
}
section#salary_expo table tr {
  border-bottom: 1px #000 solid;
}
section#salary_expo table th {
  padding: 10px 40px;
  border-right: 1px #000 dotted;
  background: #ffff00;
}
section#salary_expo table td {
  padding: 10px 40px;
  border-right: 1px #000 dotted;
  font-weight: normal;
  text-align: center;
}
section#salary_expo table td:first-child {
  background: #ffe5e5;
}

/*==================================================================================
SUPPORT
==================================================================================*/
section#support .col3 {
  width: calc(100% / 3);
}
section#support .support {
  width: calc(100% - 6px);
  border: 3px #000 solid;
  box-shadow: 4px 4px 0 #000;
  position: relative;
}
section#support .support::before {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #ffff00;
  position: absolute;
  top: -3px;
  left: 80px;
}
section#support .support::after {
  content: '';
  display: block;
  width: 70px;
  height: 105px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 80px;
}
section#support .support.no1::after {
  background-image: url('../img/support/support01.png');
}
section#support .support.no2::after {
  background-image: url('../img/support/support02.png');
}
section#support .support.no3::after {
  background-image: url('../img/support/support03.png');
}
section#support .support .ttl {
  padding: 30px 40px 0;
  background: #ffff00;
}
section#support .support .ttl p {
  padding-bottom: 30px;
  border-bottom: 2px #000 solid;
  position: relative;
}
section#support .support .ttl p::after {
  content: '';
  display: block;
  width: 30px;
  height: 35px;
  background: url('../img/support/support_arrow.png') center bottom / contain no-repeat;
  position: absolute;
  right: 20%;
  bottom: -35px;
}
section#support .support .row {
  width: calc(100% - 80px);
  padding: 40px;
}
section#support .support .w4 {
  width: 340px;
}
section#support .support .w4 img {
  max-width: 300px;
  margin: auto;
}
section#support .support .w6 {
  width: calc(100% - 340px - 40px);
  padding: 0 20px;
}
section#support .support .w6 img {
  max-width: 420px;
  margin: auto;
}
section#support .support .arrow {
  width: 100%;
  height: 60px;
  background: url('../img/support/support_arrow2.gif') center bottom / 900px no-repeat;
}

/*==================================================================================
WORK
==================================================================================*/
/*
section#work .work {
	width: calc(100% - 6px);
	border: 3px #000 solid;
	box-shadow: 4px 4px 0 #000;
	position: relative;
}
section#work .work::before {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	background: #FFFF00;
	position: absolute;
	top: -3px;
	left: 80px;
}
section#work .work::after {
	content: "";
	display: block;
	width: 44px;
	height: 104px;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	left: 90px;
}
section#work .work.no1::after {
	background-image: url("../img/work/work01.png");
}
section#work .work.no2::after {
	background-image: url("../img/work/work02.png");
}
section#work .work .ttl {
	height: 120px;
	background: #FFFF00;
	position: relative;
}
section#work .work .ttl::before {
	content: "";
	display: block;
	width: calc(100% - 80px);
	height: 2px;
	background: #000;
	position: absolute;
	left: 40px;
	bottom: 0;
}
section#work .work .ttl span {
	display: inline-block;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	z-index: 2;
}
section#work .work .ttl span::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
section#work .work .ttl span::after {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -220px;
	left: 50%;
	transform: translateX(-50%);
}
section#work .work.no1 .ttl span::after {
	background-image: url("../img/work/work01_icon.png");
}
section#work .work.no2 .ttl span::after {
	background-image: url("../img/work/work02_icon.png");
}
section#work .work .ttl span img {
	width: auto;
	height: 50px;
	margin: auto;
	position: relative;
}
section#work .work .row {
	width: calc(100% - 80px);
	padding: 40px;
}
section#work .work .row .col4 {
	width: 195px;
}
*/
section#work .col2 {
  width: calc(50% - 60px);
  padding-bottom: 200px;
  position: relative;
}
section#work .col2:first-child {
  position: relative;
}
section#work .col2:first-child::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: -60px;
}
section#work .col2 .ilst img {
  max-width: 200px;
  margin: auto;
}
section#work .col2 .ttl {
  background: #ffff00;
}
section#work .col2 .ttl img {
  width: auto;
  height: 30px;
  margin: auto;
  position: relative;
  top: -10px;
}
section#work .col2 .row {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section#work .col2 .row .col2 {
  width: calc(50% - 10px);
  padding: 0;
}
section#work .col2 .row .col2:first-child::after {
  display: none;
}
section#work .move .ttl img {
  max-width: 460px;
  margin: auto;
}

/* 生産ライン --------------------------------------------*/
section#work_line .production {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 320px;
  position: relative;
}
section#work_line .production .row {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 表示切り替えボタン */
section#work_line .production label {
  width: calc(100% / 3 - 20px);
  max-width: calc(380px - 20px);
  padding: 0 10px;
}
section#work_line .production label div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: calc(280px - 6px);
  height: calc(280px - 6px);
  margin: auto;
  border: 3px #000 solid;
  border-radius: 50%;
  background: #ffff00;
  position: relative;
}
section#work_line .production label div::before {
  content: '';
  display: block;
  width: 3px;
  height: 40px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
section#work_line .production label div p {
  width: 100%;
  line-height: 1.4;
}
section#work_line .production label div img {
  width: 140px;
}
/* 表示切り替え中身 */
section#work_line .production input {
  display: none;
}
section#work_line .production .line {
  width: calc(100% / 3 - 20px);
  max-width: calc(380px - 20px);
  padding: 40px 10px 0;
  position: relative;
}
section#work_line .production .line::before {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 3px);
  background: #000;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
section#work_line .production #engine + .line::after,
section#work_line .production #parts + .line::after {
  content: '';
  display: block;
  width: 150%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
}
section#work_line .production #parts + .line::after {
  left: auto;
  right: 50%;
}
section#work_line .production .line .process {
  min-height: 432px;
  position: relative;
  z-index: 2;
}
section#work_line .production .line .process .frame {
  width: calc(100% - 6px);
  border: 3px #000 solid;
  background: #fff;
}
section#work_line .production .line .process .frame .ttl {
  height: 60px;
  background: #ffff00;
  position: relative;
}
section#work_line .production .line .process .frame .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(40px - 2px);
  height: calc(40px - 2px);
  border: 1px #000 solid;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
section#work_line .production .line .process .frame .ttl p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -14px;
}
section#work_line .production .line .process .frame .ttl ~ p {
  padding: 30px;
}
section#work_line .production .line .process .frame .ttl ~ img {
  border-top: 1px #000 solid;
}
@media all and (-ms-high-contrast: none) {
  section#work_line .production #body + .line {
    margin: 0 30px;
  }
}

/* FINAL PROCESS --------------------*/
section#work_line .production .final {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 6px);
  margin-top: 80px;
  border: 3px #000 solid;
  position: relative;
}
section#work_line .production .final::before {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 83px);
  background: #000;
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
}
section#work_line .production .final .txt {
  width: calc(100% - 710px);
  background: #fff;
  position: relative;
  z-index: 2;
}
section#work_line .production .final .txt .ttl {
  height: 60px;
  background: #ffff00;
  position: relative;
}
section#work_line .production .final .txt .ttl span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px #000 solid;
  background: #ff0000;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
}
section#work_line .production .final .txt .ttl p {
  width: calc(100% - 30px);
  position: absolute;
  left: 30px;
  bottom: -14px;
}
section#work_line .production .final .txt .ttl ~ p {
  padding: 30px;
}
section#work_line .production .final .photo {
  width: 354px;
  height: 100%;
  border-left: 1px #000 solid;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
section#work_line .production .final .photo img {
  height: 100%;
  object-fit: cover;
}
/* 最終審査 --------------------*/
section#work_line .production .inspection {
  width: 100%;
  text-align: center;
  position: relative;
}
section#work_line .production .inspection::before {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 160px);
  background: #000;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
section#work_line .production .inspection p {
  display: inline-block;
  padding: 5px 30px;
  border: 3px #000 solid;
  background: #ff0000;
  color: #fff;
  position: relative;
  z-index: 2;
}
/* 完成 --------------------*/
section#work_line .production .finish {
  display: block;
  width: calc(400px - 6px);
  margin: 0 auto 160px;
  padding: 15px 0;
  border: 3px #000 solid;
  background: #ffff00;
  box-shadow: 4px 4px 0 #000;
  position: relative;
}
section#work_line .production .finish::before,
section#work_line .production .finish::after {
  content: '';
  display: block;
  width: 160px;
  height: 180px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
section#work_line .production .finish::before {
  background-image: url('../img/work/work_line_finish01.png');
  left: -80px;
  bottom: -35px;
}
section#work_line .production .finish::after {
  background-image: url('../img/work/work_line_finish02.png');
  right: -80px;
  bottom: -50px;
}
section#work_line .production .finish img {
  width: 140px;
  margin: auto;
}

/*==================================================================================
DORMITORY MEALS
==================================================================================*/
section#dormitory .floor_ttl img {
  max-width: 740px;
  margin: auto;
}
/* スライド */
section#dormitory .dormitory_slide {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 160px !important;
}
section#meals .dormitory_slide {
  width: 100%;
  max-width: 980px;
  margin: 0 auto !important;
}
section#dormitory .dormitory_slide .sp-arrow,
section#meals .dormitory_slide .sp-arrow {
  width: 20px;
  height: 30px;
}
section#dormitory .dormitory_slide .sp-next-arrow:after,
section#dormitory .dormitory_slide .sp-next-arrow:before,
section#dormitory .dormitory_slide .sp-previous-arrow:after,
section#dormitory .dormitory_slide .sp-previous-arrow:before,
section#meals .dormitory_slide .sp-next-arrow:after,
section#meals .dormitory_slide .sp-next-arrow:before,
section#meals .dormitory_slide .sp-previous-arrow:after,
section#meals .dormitory_slide .sp-previous-arrow:before {
  width: 10%;
  background-color: #000 !important;
}
section#dormitory .dormitory_slide .sp-next-arrow {
  right: -160px;
}
section#dormitory .dormitory_slide .sp-previous-arrow {
  left: -160px;
}
section#meals .dormitory_slide .sp-next-arrow {
  right: -80px;
}
section#meals .dormitory_slide .sp-previous-arrow {
  left: -80px;
}

section#dormitory .space_ttl {
  padding: 20px 0;
  border-top: 3px #000 solid;
  background: #ffff00;
  text-align: center;
  position: relative;
}
section#dormitory .space_ttl::after {
  content: '';
  display: block;
  width: calc(100% - 80px);
  height: 2px;
  background: #000;
  position: absolute;
  left: 40px;
  bottom: 0;
}
section#dormitory .space_ttl p {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
section#dormitory .space_ttl p::before {
  content: '';
  display: block;
  width: 200px;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
section#dormitory .space_ttl.personal p::before {
  background-image: url('../img/dormitory/dormitory01_icon.png');
  top: -30px;
  right: -240px;
}
section#dormitory .space_ttl.shared p::before {
  background-image: url('../img/dormitory/dormitory02_icon.png');
  top: -54px;
  left: -240px;
}
section#dormitory .row {
  padding: 0 40px;
}
section#dormitory .row .col2 {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
section#dormitory .row .col3 {
  width: calc(100% / 3 - 26px);
  margin-bottom: 40px;
}
section#dormitory .row .photo {
  position: relative;
}
section#dormitory .row .photo p {
  display: inline-block;
  padding: 5px 10px;
  border: 2px #000 solid;
  background: #ff0000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 食事メニュー ------------------------------*/
section#meals .cafeteria {
  height: 300px;
  border-top: 3px #000 solid;
  background: url('../img/meals_top.jpg') center center / cover no-repeat;
  position: relative;
}
section#meals .cafeteria p {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
section#meals .cafeteria p::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
section#meals .cafeteria p span {
  display: inline-block;
  padding: 0 40px;
  white-space: nowrap;
  position: relative;
}
section#meals .bg_pink {
  padding: 80px 0;
  background: #ffe5e5;
}
section#meals .bg_pink .container {
  position: relative;
}
section#meals .bg_pink .container::before {
  content: '';
  display: block;
  width: 180px;
  height: 207px;
  background: url('../img/meals_icon.png') center top / contain no-repeat;
  position: absolute;
  top: -210px;
  left: 5%;
}
section#meals .bg_pink .ttl img {
  max-width: 680px;
  margin: auto;
}
section#meals .menu_ttl {
  position: relative;
}
section#meals .menu_ttl::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px #000 dotted;
  position: absolute;
  top: 50%;
  left: 0;
}
section#meals .menu_ttl span {
  display: inline-block;
  padding: 0 40px;
  background: #ffe5e5;
  letter-spacing: 2px;
  position: relative;
}

/*==================================================================================
INTERVIEW
==================================================================================*/
section#interview_list .ilst img {
  max-width: 460px;
  margin: auto;
}
section#interview_list .article {
  display: block;
  width: calc(100% - 6px);
  border: 3px #000 solid;
}
section#interview_list .article .photo {
  height: 280px;
  overflow: hidden;
}
section#interview_list .article .photo img {
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
section#interview_list .article:hover .photo img {
  transform: scale(1.1);
}
section#interview_list .article .row {
  width: calc(100% - 40px);
  padding: 20px;
  transition: all 0.3s;
}
section#interview_list .article .row span {
  display: block;
  padding-right: 20px;
}
section#interview_list .article .row p {
  display: block;
  width: calc(100% - 45px - 52px);
  padding: 0 30px 0 20px;
  border-left: 2px #000 solid;
  letter-spacing: 0;
  position: relative;
}
section#interview_list .article .row p::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
section#interview_list .article:hover {
  opacity: 1;
  border: 3px #ff0000 solid;
}
section#interview_list .article:hover .row {
  opacity: 1;
  background: #ffff00;
}
section#interview_list .article:hover .row p::after {
  border-color: #ff0000;
  right: 0;
}

/* INTERVEWI 詳細 -----------------------------*/
section#interview .int_intro {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 6px);
  height: 460px;
  border: 3px #000 solid;
  position: relative;
}
section#interview .int_intro .bg_p {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
section#interview .int_intro .bg_p img {
  height: 100%;
  object-fit: cover;
}
section#interview .int_intro .bg_red {
  display: block;
  width: calc(50% - 60px);
  min-width: calc(540px - 60px);
  height: calc(100% - 60px);
  padding: 30px;
  background: #ff0000;
  position: relative;
}
section#interview .int_intro .bg_red::after {
  content: '';
  display: block;
  width: 240px;
  height: 240px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: -40px;
}

section#interview .int_intro.int01 .bg_red::after {
  background-image: url('../img/interview01/interview01_icon.png');
}

section#interview .int_intro.int02 .bg_red::after {
  background-image: url('../img/interview02/interview02_icon.png');
}

section#interview .int_intro.int03 .bg_red::after {
  background-image: url('../img/interview03/interview03_icon.png');
}

section#interview .int_intro.int04 .bg_red::after {
  background-image: url('../img/interview04/interview04_icon.png');
}

section#interview .int_intro.int05 .bg_red::after {
  background-image: url('../img/interview05/interview05_icon.png');
}

section#interview .int_intro.int06 .bg_red::after {
  background-image: url('../img/interview06/interview06_icon.png');
}

section#interview .int_intro .bg_red p:first-child {
  line-height: 2.1;
  color: #fff;
}
section#interview .int_intro .bg_red p:last-child {
  color: #000;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

section#interview .row {
  align-content: flex-start;
  align-items: flex-start;
}
section#interview .int_qa {
  display: block;
  width: calc(100% - 6px);
  border: 3px #000 solid;
  position: relative;
}
section#interview .int_qa::after {
  content: '';
  display: block;
  width: 24px;
  height: 26px;
  background: url('../img/interview/interview_arrow.png') center top / contain no-repeat;
  position: absolute;
  right: 20%;
  bottom: -26px;
}
section#interview .int_qa .ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% - 60px);
  padding: 20px 30px;
  background: #ffff00;
}
section#interview .int_qa .ttl span {
  display: block;
  margin-right: 20px;
  font-size: 54px;
}
section#interview .int_qa .ttl + p {
  padding: 30px;
}

section#interview_movie {
  padding: 40px 0 80px !important;
  border-top: 3px #000 solid;
  background: #ffe5e5;
  position: relative;
}
section#interview_movie .movie {
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
section#interview_movie .movie::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ffe5e5;
  position: absolute;
  top: 50%;
  left: 0;
}
section#interview_movie .movie span {
  display: block;
  position: relative;
  z-index: 2;
}
section#interview_movie .ttl img {
  max-width: 680px;
  margin: auto;
}

section#interview_btmlist {
  padding: 40px 0 !important;
  border-top: 3px #000 solid;
  background: #ffffcc;
}
section#interview_btmlist .col2 {
  width: calc(50% - 10px);
}
section#interview_btmlist .article {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 6px);
  border: 3px #000 solid;
}
section#interview_btmlist .article .photo {
  width: 160px;
  height: 100%;
  overflow: hidden;
}
section#interview_btmlist .article .photo img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
section#interview_btmlist .article:hover .photo img {
  transform: scale(1.1);
}
section#interview_btmlist .article .row {
  width: calc(100% - 160px - 20px);
  padding: 10px;
  background: #fff;
}
section#interview_btmlist .article .row span {
  display: block;
  padding-right: 10px;
}
section#interview_btmlist .article .row p {
  display: block;
  width: calc(100% - 24px - 32px);
  padding: 0 20px 0 10px;
  border-left: 2px #000 solid;
  position: relative;
}
section#interview_btmlist .article .row p::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
section#interview_btmlist .article:hover {
  opacity: 1;
  border: 3px #ff0000 solid;
}
section#interview_btmlist .article:hover .row p::after {
  border-color: #ff0000;
  right: 0;
}

/*==================================================================================
WORK LOCATION
==================================================================================*/
section#location .ttl {
  position: relative;
}
section#location .ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
section#location .ttl span {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  white-space: nowrap;
  position: relative;
}
section#location .map {
  width: 100%;
  position: relative;
}
section#location .map a {
  display: block;
  width: 4%;
  height: 5.6%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transition: none;
}
section#location .map a.pin01 {
  background-image: url('../img/location/location_pin01.png');
  top: 30.6%;
  left: 71.5%;
}
section#location .map a.pin02 {
  background-image: url('../img/location/location_pin02.png');
  top: 24.3%;
  left: 63.2%;
}
section#location .map a.pin03 {
  background-image: url('../img/location/location_pin03.png');
  top: 36.3%;
  left: 64.1%;
}
section#location .map a.pin04 {
  background-image: url('../img/location/location_pin04.png');
  top: 33%;
  left: 50.5%;
}
section#location .map a.pin05 {
  background-image: url('../img/location/location_pin05.png');
  top: 23.2%;
  left: 56.1%;
}
section#location .map a.pin06 {
  background-image: url('../img/location/location_pin06.png');
  top: 30.5%;
  left: 58.7%;
}
section#location .map a.pin07 {
  background-image: url('../img/location/location_pin07.png');
  top: 25.9%;
  left: 51.9%;
}
section#location .map a.pin08 {
  background-image: url('../img/location/location_pin08.png');
  top: 30.6%;
  left: 54.6%;
}
section#location .map a.pin09 {
  background-image: url('../img/location/location_pin09.png');
  top: 59.6%;
  left: 43.4%;
}
section#location .map a.pin10 {
  background-image: url('../img/location/location_pin10.png');
  top: 77.7%;
  left: 83%;
}
section#location .map a:hover {
  opacity: 1;
  transform: scale(1.1);
}
section#location .map a.pin01:hover {
  background-image: url('../img/location/location_pin01_hv.png');
}
section#location .map a.pin02:hover {
  background-image: url('../img/location/location_pin02_hv.png');
}
section#location .map a.pin03:hover {
  background-image: url('../img/location/location_pin03_hv.png');
}
section#location .map a.pin04:hover {
  background-image: url('../img/location/location_pin04_hv.png');
}
section#location .map a.pin05:hover {
  background-image: url('../img/location/location_pin05_hv.png');
}
section#location .map a.pin06:hover {
  background-image: url('../img/location/location_pin06_hv.png');
}
section#location .map a.pin07:hover {
  background-image: url('../img/location/location_pin07_hv.png');
}
section#location .map a.pin08:hover {
  background-image: url('../img/location/location_pin08_hv.png');
}
section#location .map a.pin09:hover {
  background-image: url('../img/location/location_pin09_hv.png');
}
section#location .map a.pin10:hover {
  background-image: url('../img/location/location_pin10_hv.png');
}
.anker {
  padding-top: 80px;
  margin-top: -80px;
}

/* 10箇所の工場 -----------------------------------*/
section#location .factory_ttl img {
  max-width: 460px;
  margin: auto;
}
/* スライド */
section#location .factory_slide .sp-arrow {
  width: 20px;
  height: 30px;
}
section#location .factory_slide .sp-next-arrow:after,
section#location .factory_slide .sp-next-arrow:before,
section#location .factory_slide .sp-previous-arrow:after,
section#location .factory_slide .sp-previous-arrow:before {
  width: 10%;
  background-color: #000 !important;
}
section#location .factory_slide .sp-next-arrow {
  right: -80px;
}
section#location .factory_slide .sp-previous-arrow {
  left: -80px;
}
/* 工場ボタン */
section#location .factory_btn {
  display: block;
  box-sizing: border-box;
  width: calc(100% / 5 - 10px);
  padding: 15px 20px;
  border: 1px #000 solid;
  cursor: pointer;
  position: relative;
}
section#location .factory_btn::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
}
section#location .factory_btn p {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 3px;
}
section#location .factory_btn p span {
  display: block;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
section#location .factory_btn:hover {
  opacity: 1;
  background: #ffffcc;
}
section#location .factory_btn.on {
  border: 2px #000 solid;
  background: #ffff00;
}
/* 工場詳細 */
section#location .factory {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}
section#location .factory .bg_yellow {
  width: calc(38% - 40px);
  padding: 80px 20px 40px;
  background: #ffff00;
}
section#location .factory .bg_yellow .fac_num img {
  width: 80px;
  margin: auto;
}
section#location .factory .bg_yellow .works {
  max-width: calc(360px - 22px);
  margin: 0 auto 10px;
  padding: 5px 10px;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  line-height: 1;
}
section#location .factory .fac_map {
  width: 62%;
  overflow: hidden;
}
section#location .factory .fac_map img {
  height: 100%;
  object-fit: cover;
}

/*==================================================================================
Mr.t SALARY
==================================================================================*/
section#mrt_salary .expo {
  margin: -20px 0 160px;
}
section#mrt_salary .expo img {
  max-width: 840px;
  margin: auto;
}
/* 表示切り替え ------------------------------------------*/
section#mrt_salary .salary_graf {
  padding-bottom: 300px;
  position: relative;
}
section#mrt_salary .salary_graf::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 3px #000 solid;
  position: absolute;
  top: 521px;
  left: 0;
  z-index: 10;
}
/* スクロール */
section#mrt_salary .scroll {
  padding: 150px 0 0;
  margin-top: -150px;
}
@media screen and (max-width: 1620px) {
  /* スクロール */
  section#mrt_salary .scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 150px 0 10px;
    margin-top: -150px;
  }
  section#mrt_salary .scroll::-webkit-scrollbar {
    height: 8px;
  }
  section#mrt_salary .scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  section#mrt_salary .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  section#mrt_salary .salary_graf::before {
    /*top: 497px;*/
  }
  section#mrt_salary .scroll .row {
    min-width: 1600px;
  }
}
/* 中身 */
section#mrt_salary .salary_graf input {
  display: none;
}
section#mrt_salary .salary_graf .table {
  display: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
section#mrt_salary .salary_graf input:checked + .table {
  display: block;
  animation: salary_fade 0.5s ease;
}
@keyframes salary_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ボタン */
section#mrt_salary .salary_graf .scroll .row {
  align-content: flex-end;
  align-items: flex-end;
}
section#mrt_salary .salary_graf .scroll .row label {
  display: block;
  width: 80px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.7;
}
section#mrt_salary .salary_graf .scroll .row label:hover {
  opacity: 0.8;
}
section#mrt_salary .salary_graf .scroll .row label .total {
  position: relative;
}
section#mrt_salary .salary_graf .scroll .row label .total::after {
  content: '';
  display: none;
  width: 100%;
  height: 125px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -135px;
  left: 0;
}
section#mrt_salary .salary_graf .scroll .row label .graf {
  position: relative;
}
section#mrt_salary .salary_graf .scroll .row label .graf::after {
  content: '';
  display: none;
  width: 100%;
  height: calc(100% - 25px);
  border: 4px #000 solid;
  border-bottom: none;
  position: absolute;
  top: -4px;
  left: -4px;
}
section#mrt_salary .salary_graf input#table01:checked ~ .scroll .row label.trigger01,
section#mrt_salary .salary_graf input#table02:checked ~ .scroll .row label.trigger02,
section#mrt_salary .salary_graf input#table03:checked ~ .scroll .row label.trigger03,
section#mrt_salary .salary_graf input#table04:checked ~ .scroll .row label.trigger04,
section#mrt_salary .salary_graf input#table05:checked ~ .scroll .row label.trigger05,
section#mrt_salary .salary_graf input#table06:checked ~ .scroll .row label.trigger06,
section#mrt_salary .salary_graf input#table07:checked ~ .scroll .row label.trigger07,
section#mrt_salary .salary_graf input#table08:checked ~ .scroll .row label.trigger08,
section#mrt_salary .salary_graf input#table09:checked ~ .scroll .row label.trigger09,
section#mrt_salary .salary_graf input#table10:checked ~ .scroll .row label.trigger10,
section#mrt_salary .salary_graf input#table11:checked ~ .scroll .row label.trigger11,
section#mrt_salary .salary_graf input#table12:checked ~ .scroll .row label.trigger12,
section#mrt_salary .salary_graf input#table13:checked ~ .scroll .row label.trigger13,
section#mrt_salary .salary_graf input#table14:checked ~ .scroll .row label.trigger14,
section#mrt_salary .salary_graf input#table15:checked ~ .scroll .row label.trigger15,
section#mrt_salary .salary_graf input#table16:checked ~ .scroll .row label.trigger16 {
  opacity: 1;
}
section#mrt_salary .salary_graf input#table01:checked ~ .scroll .row label.trigger01 .graf::after,
section#mrt_salary .salary_graf input#table02:checked ~ .scroll .row label.trigger02 .graf::after,
section#mrt_salary .salary_graf input#table03:checked ~ .scroll .row label.trigger03 .graf::after,
section#mrt_salary .salary_graf input#table04:checked ~ .scroll .row label.trigger04 .graf::after,
section#mrt_salary .salary_graf input#table05:checked ~ .scroll .row label.trigger05 .graf::after,
section#mrt_salary .salary_graf input#table06:checked ~ .scroll .row label.trigger06 .graf::after,
section#mrt_salary .salary_graf input#table07:checked ~ .scroll .row label.trigger07 .graf::after,
section#mrt_salary .salary_graf input#table08:checked ~ .scroll .row label.trigger08 .graf::after,
section#mrt_salary .salary_graf input#table09:checked ~ .scroll .row label.trigger09 .graf::after,
section#mrt_salary .salary_graf input#table10:checked ~ .scroll .row label.trigger10 .graf::after,
section#mrt_salary .salary_graf input#table11:checked ~ .scroll .row label.trigger11 .graf::after,
section#mrt_salary .salary_graf input#table12:checked ~ .scroll .row label.trigger12 .graf::after,
section#mrt_salary .salary_graf input#table13:checked ~ .scroll .row label.trigger13 .graf::after,
section#mrt_salary .salary_graf input#table14:checked ~ .scroll .row label.trigger14 .graf::after,
section#mrt_salary .salary_graf input#table15:checked ~ .scroll .row label.trigger15 .graf::after,
section#mrt_salary .salary_graf input#table16:checked ~ .scroll .row label.trigger16 .graf::after {
  display: block;
  animation: salary_fade 0.5s ease;
}
section#mrt_salary .salary_graf input#table01:checked ~ .scroll .row label.trigger01 .total::after {
  display: block;
  background-image: url('../img/mrt/mrt_graf_ilst01.png?241022');
  animation: salary_ilst 0.2s ease;
}
section#mrt_salary .salary_graf input#table06:checked ~ .scroll .row label.trigger06 .total::after,
section#mrt_salary .salary_graf input#table08:checked ~ .scroll .row label.trigger08 .total::after,
section#mrt_salary .salary_graf input#table10:checked ~ .scroll .row label.trigger10 .total::after,
section#mrt_salary .salary_graf input#table12:checked ~ .scroll .row label.trigger12 .total::after,
section#mrt_salary .salary_graf input#table14:checked ~ .scroll .row label.trigger14 .total::after {
  display: block;
  background-image: url('../img/mrt/mrt_graf_ilst02.png');
  animation: salary_ilst 0.2s ease;
}
section#mrt_salary .salary_graf input#table09:checked ~ .scroll .row label.trigger09 .total::after,
section#mrt_salary .salary_graf input#table13:checked ~ .scroll .row label.trigger13 .total::after {
  display: block;
  background-image: url('../img/mrt/mrt_graf_ilst03.png');
  animation: salary_ilst 0.2s ease;
}
section#mrt_salary .salary_graf input#table16:checked ~ .scroll .row label.trigger16 .total::after {
  display: block;
  background-image: url('../img/mrt/mrt_graf_ilst04.png');
  animation: salary_ilst 0.2s ease;
}
@keyframes salary_ilst {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  90% {
    opacity: 1;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 注釈 -----------------------------------------------------*/
section#mrt_salary .attention {
  padding: 40px 0;
  border-bottom: 3px #000 solid;
  background: #ffffcc;
}
/* 嬉しい！寮費0円！ -----------------------------------------*/
section#mrt_salary .free {
  padding: 40px 0;
  border-bottom: 3px #000 solid;
  background: #ffe5e5;
}
section#mrt_salary .free img {
  margin-top: -60px;
}

/*==================================================================================
TALK ABOUT
==================================================================================*/
section#talk dl.accordion {
  width: calc(100% - 6px);
  border: 3px #000 solid;
}
section#talk dl.accordion dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% - 60px);
  height: 94px;
  padding: 0 30px;
  background: #ffff00;
  cursor: pointer;
  position: relative;
}
section#talk dl.accordion dt::after {
  content: '';
  display: block;
  width: calc(100% - 80px);
  height: 2px;
  background: #000;
  position: absolute;
  left: 40px;
  bottom: -2px;
  z-index: 10;
}
section#talk dl.accordion dt span {
  display: block;
  margin-right: 20px;
}
section#talk dl.accordion dt p {
  line-height: 1.6;
}
section#talk dl.accordion dt span.arrow {
  width: 94px;
  height: 100%;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
section#talk dl.accordion dt span.arrow::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
section#talk dl.accordion dt.open span.arrow::after {
  transform: rotate(225deg);
  margin: -5px 0 0 -10px;
}
section#talk dl.accordion dd {
  display: none;
  background: #ffe5e5;
  position: relative;
}
section#talk dl.accordion dd .img {
  padding: 40px;
}
section#talk dl.accordion dd .point {
  display: flex;
  flex-wrap: nowrap;
  height: 50px;
  border-top: 3px #000 solid;
  background: #fff;
}
section#talk dl.accordion dd .point .ttl {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  background: #ff0000;
}
section#talk dl.accordion dd .point .ttl img {
  width: 80px;
}
section#talk dl.accordion dd .point .txt {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  padding: 0 20px;
}
section#talk dl.accordion dd .point .txt p {
  width: 100%;
}
section#talk dl.accordion dd .point + p {
  padding: 20px;
  border-top: 3px #000 solid;
}
section#talk dl.accordion dd .point + p .q8_open {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  background: #ffff00;
  cursor: pointer;
}

/*==================================================================================
FAQ
==================================================================================*/
section#faq .ilst img {
  max-width: 240px;
  margin: auto;
}
section#faq dl.accordion {
  width: calc(100% - 6px);
  border: 3px #000 solid;
}
section#faq dl.accordion dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% - 230px);
  height: 94px;
  padding: 0 114px 0 116px;
  background: #ffff00;
  cursor: pointer;
  position: relative;
}
section#faq dl.accordion dt::before {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: #000;
  position: absolute;
  left: 20px;
  bottom: -2px;
}
section#faq dl.accordion dt::after {
  content: '';
  display: block;
  width: 20px;
  height: 23px;
  background: url(../img/support/support_arrow.png) center top / contain no-repeat;
  position: absolute;
  right: 18%;
  bottom: -23px;
  z-index: 10;
}
section#faq dl.accordion dt p.font_en {
  display: block;
  width: 56px;
  font-size: 64px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: 40px;
}
section#faq dl.accordion dt p.font_en::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ffff00;
  position: absolute;
  top: 22px;
  left: 0;
}
section#faq dl.accordion dt p.font_en span {
  position: relative;
}
section#faq dl.accordion dt p {
  line-height: 1.6;
}
section#faq dl.accordion dt span.arrow {
  width: 94px;
  height: 100%;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
section#faq dl.accordion dt span.arrow::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
section#faq dl.accordion dt.open span.arrow::after {
  transform: rotate(225deg);
  margin: -5px 0 0 -10px;
}
section#faq dl.accordion dd {
  display: none;
}
section#faq dl.accordion dd .row {
  padding: 20px 40px;
}
section#faq dl.accordion dd .row span {
  display: block;
  width: 56px;
  font-size: 64px;
  text-align: center;
}
section#faq dl.accordion dd .row p {
  width: calc(100% - 76px);
}

/*==================================================================================
2weeks
==================================================================================*/
section#two_weeks .sche_btn_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 4px);
  border: 2px #000 solid;
  box-shadow: 6px 6px 0 #000;
  transform: skewX(-10deg);
}
section#two_weeks .sche_btn_4 .sche_btn_2 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
section#two_weeks .sche_btn_4 .sche_btn_2:first-child {
  width: calc(50% - 2px);
  border-right: 2px #000 solid;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a {
  display: inline-block;
  width: calc(50% - 20px);
  padding: 20px 10px 50px;
  text-align: center;
  transition: none;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a:first-child {
  width: calc(50% - 22px);
  border-right: 2px #000 dashed;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a.on {
  background: #ffff00;
  pointer-events: none;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a:hover {
  opacity: 1;
  background: #ffffcc;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a p {
  transform: skewX(10deg);
  position: relative;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a p::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -8px;
}
section#two_weeks .sche_btn_4 .sche_btn_2 a p span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #ff0000;
  color: #fff;
}
/*---------------------------------------------------------*/
section#two_weeks .sche_2weeks {
  position: relative;
}
/* 勤務時間帯 ----------------*/
section#two_weeks .sche_2weeks .timezone {
  width: calc(100% - 40px);
  max-width: calc(680px - 40px);
  margin: auto;
  padding: 20px;
  background: #ff0000;
  color: #fff;
  position: relative;
}
section#two_weeks .sche_2weeks .timezone::after {
  content: '';
  display: block;
  width: 35%;
  height: 140px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: -13px;
}
section#two_weeks .sche_2weeks.noon .timezone::after {
  background-image: url('../img/2weeks01/2weeks01_ilst01.png');
}
section#two_weeks .sche_2weeks.noon_holiday .timezone::after {
  background-image: url('../img/2weeks02/2weeks02_ilst01.png');
}
section#two_weeks .sche_2weeks.night .timezone::after {
  background-image: url('../img/2weeks03/2weeks03_ilst01.png');
}
section#two_weeks .sche_2weeks.night_holiday .timezone::after {
  background-image: url('../img/2weeks04/2weeks04_ilst01.png');
}
/* 勤務曜日 -------------------*/
section#two_weeks .sche_2weeks .day_week {
  width: calc(100% - 40px);
  max-width: calc(680px - 40px);
  margin: auto;
  padding: 20px;
  background: #000;
  color: #fff;
}
/* タイムスケジュール背景色 ------*/
section#two_weeks .sche_2weeks .flow {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 80px 0;
  position: relative;
}
section#two_weeks .sche_2weeks .flow::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 680px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section#two_weeks .sche_2weeks.noon .flow::before,
section#two_weeks .sche_2weeks.noon_holiday .flow::before {
  background: #fffaaa;
}
section#two_weeks .sche_2weeks.night .flow::before,
section#two_weeks .sche_2weeks.night_holiday .flow::before {
  background: #c8f0ff;
}
/* 勤務中 背景色 */
section#two_weeks .sche_2weeks .flow .working {
  position: relative;
}
section#two_weeks .sche_2weeks .flow .working::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 680px;
  height: calc(100% + 4px);
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
/* 2weeks01 */
section#two_weeks .sche_2weeks.noon .working::before {
  background: #ffc8be;
}
/* 2weeks03 */
section#two_weeks .sche_2weeks.night .working::before {
  background: #96f0aa;
}
section#two_weeks .sche_2weeks .time_sche {
  width: 100%;
  text-align: center;
  position: relative;
}
section#two_weeks .sche_2weeks .time_sche.break::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 680px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
section#two_weeks .sche_2weeks .time_sche.break.b01::before {
  height: calc(100% - 34px);
}
section#two_weeks .sche_2weeks .time_sche.break.b02::before {
  height: calc(100% - 46px);
}
section#two_weeks .sche_2weeks .time_sche.break.b03::before {
  height: calc(100% + 24px);
}
/* 2weeks01 */
section#two_weeks .sche_2weeks.noon .time_sche.break::before {
  background: #ffdcd2;
}
/* 2weeks03 */
section#two_weeks .sche_2weeks.night .time_sche.break::before {
  background: #b4fac8;
}
/* イラスト --------------------*/
section#two_weeks .sche_2weeks .time_sche.ilst_s::after,
section#two_weeks .sche_2weeks .time_sche.ilst_l::after {
  content: '';
  display: block;
  width: 20%;
  height: 200px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
}
section#two_weeks .sche_2weeks .time_sche.ilst_l::after {
  width: 26%;
  height: 300px;
}
/* 2weeks01 */
section#two_weeks .sche_2weeks.noon .time_sche.ilst01::after {
  background-image: url('../img/2weeks/2weeks_ilst01.png');
  top: -20%;
  left: 16%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst02::after {
  background-image: url('../img/2weeks/2weeks_ilst02.png');
  top: -50%;
  right: 16%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst03::after {
  background-image: url('../img/2weeks/2weeks_ilst03.png');
  top: 30%;
  left: 16%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst04::after {
  background-image: url('../img/2weeks01/2weeks01_ilst02.png');
  top: -40%;
  right: 5%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst05::after {
  background-image: url('../img/2weeks/2weeks_ilst04.png');
  top: -10%;
  left: 14%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst06::after {
  background-image: url('../img/2weeks/2weeks_ilst05.png');
  top: -60%;
  right: 16%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst07::after {
  background-image: url('../img/2weeks01/2weeks01_ilst03.png');
  top: -80%;
  left: 5%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst08::after {
  background-image: url('../img/2weeks/2weeks_ilst06.png');
  top: -10%;
  right: 10%;
}
section#two_weeks .sche_2weeks.noon .time_sche.ilst09::after {
  background-image: url('../img/2weeks/2weeks_ilst07.png');
  top: -80%;
  left: 20%;
}
/* 2weeks02 */
section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst01::after {
  background-image: url('../img/2weeks/2weeks_ilst01.png');
  top: -50%;
  right: 18%;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst02::after {
  background-image: url('../img/2weeks02/2weeks02_ilst02.png');
  top: -60%;
  left: 16%;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst03::after {
  background-image: url('../img/2weeks02/2weeks02_ilst03.png');
  top: -230%;
  right: 16%;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst04::after {
  background-image: url('../img/2weeks/2weeks_ilst01.png');
  top: -50%;
  right: 18%;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst05::after {
  background-image: url('../img/2weeks02/2weeks02_ilst04.png');
  top: -60%;
  left: 18%;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst06::after {
  background-image: url('../img/2weeks02/2weeks02_ilst05.png');
  left: 14%;
  bottom: -164%;
}
/* 2weeks03 */
section#two_weeks .sche_2weeks.night .time_sche.ilst01::after {
  background-image: url('../img/2weeks/2weeks_ilst01.png');
  top: -20%;
  right: 16%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst02::after {
  background-image: url('../img/2weeks/2weeks_ilst02.png');
  top: -50%;
  left: 16%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst03::after {
  background-image: url('../img/2weeks/2weeks_ilst03.png');
  top: 30%;
  left: 16%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst04::after {
  background-image: url('../img/2weeks03/2weeks03_ilst02.png');
  top: -30%;
  right: 14%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst05::after {
  background-image: url('../img/2weeks/2weeks_ilst04.png');
  top: -10%;
  left: 16%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst06::after {
  background-image: url('../img/2weeks/2weeks_ilst05.png');
  top: -250%;
  right: 16%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst07::after {
  background-image: url('../img/2weeks03/2weeks03_ilst03.png');
  top: -260%;
  left: 10%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst08::after {
  background-image: url('../img/2weeks/2weeks_ilst06.png');
  top: -10%;
  right: 10%;
}
section#two_weeks .sche_2weeks.night .time_sche.ilst09::after {
  background-image: url('../img/2weeks/2weeks_ilst07.png');
  top: -80%;
  left: 20%;
}
/* 2weeks04 */
section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst01::after {
  background-image: url('../img/2weeks/2weeks_ilst01.png');
  top: -50%;
  right: 18%;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst02::after {
  background-image: url('../img/2weeks04/2weeks04_ilst02.png');
  top: -60%;
  left: 18%;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst03::after {
  background-image: url('../img/2weeks04/2weeks04_ilst03.png');
  top: -230%;
  right: 16%;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst04::after {
  background-image: url('../img/2weeks/2weeks_ilst01.png');
  top: -50%;
  right: 18%;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst05::after {
  background-image: url('../img/2weeks04/2weeks04_ilst04.png');
  top: -60%;
  left: 18%;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst06::after {
  background-image: url('../img/2weeks04/2weeks04_ilst05.png');
  left: 14%;
  bottom: -164%;
}

/* 時刻 ------------------------*/
section#two_weeks .sche_2weeks .time_sche p {
  position: relative;
  z-index: 2;
}
section#two_weeks .sche_2weeks .time_sche .time {
  position: relative;
}
section#two_weeks .sche_2weeks .time_sche .time.photo_l::before,
section#two_weeks .sche_2weeks .time_sche .time.photo_r::before {
  content: '';
  display: block;
  width: calc(50% - 30px);
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -1px;
}
section#two_weeks .sche_2weeks .time_sche .time.photo_r::before {
  left: auto;
  right: 30px;
}
section#two_weeks .sche_2weeks .time_sche.animated .time.photo_l::before,
section#two_weeks .sche_2weeks .time_sche.animated .time.photo_r::before {
  animation: p_border 1s ease;
}
@keyframes p_border {
  0% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
section#two_weeks .sche_2weeks .time_sche .time.photo_l::after,
section#two_weeks .sche_2weeks .time_sche .time.photo_r::after {
  content: '';
  display: block;
  width: 32%;
  height: 370px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 30;
}
section#two_weeks .sche_2weeks .time_sche .time.photo_r::after {
  left: auto;
  right: 10px;
}
section#two_weeks .sche_2weeks .time_sche.animated .time.photo_l::after {
  opacity: 0;
  animation: photo_l 0.5s ease 0.5s;
}
@keyframes photo_l {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 10px;
  }
}
section#two_weeks .sche_2weeks .time_sche.animated .time.photo_r::after {
  opacity: 0;
  animation: photo_r 0.5s ease 0.5s;
}
@keyframes photo_r {
  0% {
    opacity: 0;
    right: 50px;
  }
  100% {
    opacity: 1;
    right: 10px;
  }
}
/* 2weeks01 */
section#two_weeks .sche_2weeks.noon .time_sche .time.p01::after {
  background-image: url('../img/2weeks01/2weeks01_photo01.png');
}
section#two_weeks .sche_2weeks.noon .time_sche .time.p02::after {
  background-image: url('../img/2weeks01/2weeks01_photo02.png');
}
section#two_weeks .sche_2weeks.noon .time_sche .time.p03::after {
  background-image: url('../img/2weeks01/2weeks01_photo03.png');
}
section#two_weeks .sche_2weeks.noon .time_sche .time.p04::after {
  background-image: url('../img/2weeks01/2weeks01_photo04.png');
}
section#two_weeks .sche_2weeks.noon .time_sche .time.p05::after {
  background-image: url('../img/2weeks01/2weeks01_photo05.png');
}
section#two_weeks .sche_2weeks.noon .time_sche .time.p06::after {
  background-image: url('../img/2weeks01/2weeks01_photo06.png');
}
section#two_weeks .sche_2weeks.noon .time_sche .time.p07::after {
  background-image: url('../img/2weeks01/2weeks01_photo07.png');
}
/* 2weeks02 */
section#two_weeks .sche_2weeks.noon_holiday .time_sche .time.photo_l::before,
section#two_weeks .sche_2weeks.noon_holiday .time_sche .time.photo_r::before {
  display: none;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche .time.photo_l::after,
section#two_weeks .sche_2weeks.noon_holiday .time_sche .time.photo_r::after {
  top: -50px;
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche .time.p01::after {
  background-image: url('../img/2weeks02/2weeks02_photo01.png');
}
section#two_weeks .sche_2weeks.noon_holiday .time_sche .time.p02::after {
  background-image: url('../img/2weeks02/2weeks02_photo02.png');
}
/* 2weeks03 */
section#two_weeks .sche_2weeks.night .time_sche .time.p01::after {
  background-image: url('../img/2weeks03/2weeks03_photo01.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p02::after {
  background-image: url('../img/2weeks03/2weeks03_photo02.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p03::after {
  background-image: url('../img/2weeks03/2weeks03_photo03.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p04::after {
  background-image: url('../img/2weeks03/2weeks03_photo04.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p05::after {
  background-image: url('../img/2weeks03/2weeks03_photo05.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p06::after {
  background-image: url('../img/2weeks03/2weeks03_photo06.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p07::after {
  background-image: url('../img/2weeks03/2weeks03_photo07.png');
}
section#two_weeks .sche_2weeks.night .time_sche .time.p08::after {
  background-image: url('../img/2weeks03/2weeks03_photo08.png');
}
/* 2weeks04 */
section#two_weeks .sche_2weeks.night_holiday .time_sche .time.photo_l::before,
section#two_weeks .sche_2weeks.night_holiday .time_sche .time.photo_r::before {
  display: none;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche .time.photo_l::after,
section#two_weeks .sche_2weeks.night_holiday .time_sche .time.photo_r::after {
  top: -50px;
}
section#two_weeks .sche_2weeks.night_holiday .time_sche .time.p01::after {
  background-image: url('../img/2weeks04/2weeks04_photo01.png');
}
section#two_weeks .sche_2weeks.night_holiday .time_sche .time.p02::after {
  background-image: url('../img/2weeks04/2weeks04_photo02.png');
}
section#two_weeks .sche_2weeks .time_sche .time span {
  display: inline-block;
  padding: 5px 20px;
  border: 1px #000 solid;
  border-radius: 30px;
  background: #ff0000;
  color: #fff;
  position: relative;
  z-index: 2;
}
section#two_weeks .sche_2weeks .working .time_sche .time span {
  color: #ffff00;
}
/* SP用 写真拡大アイコン*/
section#two_weeks .sche_2weeks .time_sche .modal_wrap {
  display: none;
}
/* 説明文 ----------------------*/
section#two_weeks .sche_2weeks .time_sche .txt {
  display: inline-block;
  width: calc(260px - 22px);
  padding: 10px;
  border: 1px #000 solid;
  border-radius: 5px;
  background: #fff;
  text-align: left;
}
/* コロン ----------------------*/
section#two_weeks .sche_2weeks .time_sche .colon2 {
  margin-bottom: 48px;
  position: relative;
}
section#two_weeks .sche_2weeks .time_sche .colon3 {
  margin-bottom: 56px;
  position: relative;
}
section#two_weeks .sche_2weeks .time_sche .colon4 {
  margin-bottom: 68px;
  position: relative;
}
section#two_weeks .sche_2weeks .time_sche .colon8 {
  margin-bottom: 116px;
  position: relative;
}
section#two_weeks .sche_2weeks .time_sche .colon2::after,
section#two_weeks .sche_2weeks .time_sche .colon3::after,
section#two_weeks .sche_2weeks .time_sche .colon4::after,
section#two_weeks .sche_2weeks .time_sche .colon8::after {
  content: '';
  display: block;
  width: 4px;
  background: url('../img/2weeks/2weeks_colon.png') center top / contain repeat-y;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
section#two_weeks .sche_2weeks .time_sche .colon2::after {
  height: 24px;
  bottom: -36px;
}
section#two_weeks .sche_2weeks .time_sche .colon3::after {
  height: 36px;
  bottom: -48px;
}
section#two_weeks .sche_2weeks .time_sche .colon4::after {
  height: 48px;
  bottom: -60px;
}
section#two_weeks .sche_2weeks .time_sche .colon8::after {
  height: 96px;
  bottom: -108px;
}

/*==================================================================================
フッター
==================================================================================*/
footer {
  background: #000;
}
/* 下層ページ共通 ---------------------------*/
footer .btm_p {
  height: 340px;
  background: url('../img/btm_p.jpg') center center / cover no-repeat;
}
/* Q&A ------------------------------------*/
footer .top_qa {
  padding: 120px 0;
  background: url('../img/top/top_qa_bg.jpg') center center / cover no-repeat;
}
footer .top_qa a {
  padding: 10px 60px;
  border: 1px #fff solid;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
footer .top_qa a::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
footer .top_qa a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
footer .top_qa a:hover::after {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  right: 10px;
}
/* お問い合わせ -------------------------------*/
footer .foot_info {
  padding: 40px 0;
  background: #ff0000;
  color: #fff;
}
footer .foot_info .row {
  flex-wrap: nowrap;
}
footer .foot_info .row p {
  white-space: nowrap;
}
footer .foot_info .foot_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  color: #ffff00;
  line-height: 1;
}
footer .foot_info .foot_tel span:first-child {
  display: block;
  padding: 10px 20px;
  border: 2px #ffff00 solid;
  margin-right: 20px;
}
footer .foot_info .foot_tel span:nth-child(2) {
  font-size: 64px;
}
footer .foot_info .foot_tel a {
  color: #ffff00;
}
@media screen and (max-width: 1160px) {
  footer .foot_info .row {
    display: block;
  }
  footer .foot_info .row p {
    text-align: center;
    white-space: normal;
  }
  footer .foot_info .foot_tel {
    margin: 10px 0;
  }
  footer .foot_info .foot_tel span:first-child {
    margin: 0 10px;
  }
  footer .foot_info .foot_tel span:nth-child(2) {
    margin: 0 10px;
  }
}
/* menu -------------------------------*/
footer nav.foot_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer nav.foot_nav ul li {
  margin-bottom: 20px;
}
footer nav.foot_nav ul li ul {
  display: block;
}
footer nav.foot_nav ul li ul li {
  margin-bottom: 20px;
}
footer nav.foot_nav ul li ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

footer .copy {
  padding: 20px;
  border-top: 1px #fff solid;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.tb {
  display: none;
}
.pc {
  display: inline;
}
.sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .topfix {
    padding-top: 0px;
  }
  .pc {
    display: none;
  }
  .tb {
    display: inline;
  }

  p {
    font-size: 12px;
    line-height: 1.6;
  }

  /*==================================================================================
	ヘッダー
	==================================================================================*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  }
  header .head {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 71px 15px 20px !important;
  }
  @media screen and  (max-width: 365px) {
    header .head {
      padding: 15px 51px 15px 10px !important;
    }
  }/* min-width: 767px and max-width: 1300px ------------ */
  header .logo {
    width: 108px;
  }
  @media screen and  (max-width: 365px) {
    header .logo {
      width: 90px;
    }
  }/* min-width: 767px and max-width: 1300px ------------ */
  header .btn_entry {
    padding: 6px 27px 6px 9px;
    font-size: 12px;
    line-height: 1.3;
  }
  /* PC版 メニュー -----------------------*/
  nav.head_nav {
    display: none;
  }

  /*==================================================================================
	共通
	==================================================================================*/
  /* レイアウト */
  main {
    margin-top: 74px;
  }
  section {
    padding: 60px 0 !important;
  }
  .container {
    max-width: 680px;
    overflow: hidden;
  }
  .max680 {
    max-width: 460px;
  }
  .col2 {
    width: calc(50% - 15px);
  }

  .mb_10 {
    margin-bottom: 8px;
  }
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_40 {
    margin-bottom: 30px;
  }
  .mb_80 {
    margin-bottom: 60px;
  }
  .mb_120 {
    margin-bottom: 80px;
  }
  .mb_160 {
    margin-bottom: 100px;
  }

  /* フォント */
  .font_12 {
    font-size: 10px;
  }
  .font_16 {
    font-size: 12px;
  }
  .font_18 {
    font-size: 14px;
  }
  .font_24 {
    font-size: 18px;
  }
  .font_28 {
    font-size: 20px;
  }
  .font_34 {
    font-size: 24px;
  }
  .font_46 {
    font-size: 24px;
  }
  .font_50 {
    font-size: 30px;
  }
  h1 {
    font-size: 14px;
  }
  h2 span {
    font-size: 24px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    border-bottom: 5px #000 solid;
  }
  h2 span::after {
    width: 40px;
    border-bottom: 5px #ff0000 solid;
    bottom: -5px;
  }
  h3 {
    font-size: 18px;
    padding-bottom: 10px !important;
  }
  .line_1 {
    line-height: 1;
  }

  /* ボタン */
  .btn_entry {
    padding: 15px;
  }

  /*==================================================================================
	INDEX
	==================================================================================*/
  .main_slide .selection_info {
    width: calc(100% - 40px);
    padding: 20px 20px 100px 20px;
    margin-top: -2%;
    box-shadow: 6px 6px 0 #000;
  }
  .main_slide .selection_info .max680::before,
  .main_slide .selection_info .max680::after {
    width: 80px;
    height: 80px;
  }
  .main_slide .selection_info .max680::before {
    top: auto;
    bottom: -85px;
    right: -10px;
  }
  .main_slide .selection_info .max680::after {
    bottom: -100px;
    left: -10px;
  }
  .main_slide .selection_info .ttl {
    font-size: 28px;
  }
  .main_slide .selection_info .row a {
    font-size: 14px;
  }

  /* 3WORDS ------------------------------------*/
  section#top_3words .ttl img {
    width: 100%;
    max-width: 460px;
  }

  section#top_3words .top_3words {
    border-top: 3px #000 solid;
  }
  section#top_3words .top_3words.words02::after {
    background-position: left top;
  }
  section#top_3words .top_3words .container {
    width: 100%;
    padding: 0;
  }
  section#top_3words .top_3words .row {
    height: 300px;
  }
  section#top_3words .top_3words .number {
    width: 80px;
  }
  section#top_3words .top_3words .words {
    padding: 30px;
  }
  section#top_3words .top_3words .words .ttl {
    font-size: 28px;
  }
  section#top_3words .top_3words .words a {
    font-size: 14px;
  }
  section#top_3words .top_3words .yellow_band {
    width: 100%;
    height: 20px;
    border-bottom: 1px #000 solid;
    background: #ffff00;
    margin-bottom: 20px;
    position: relative;
  }
  section#top_3words .top_3words .yellow_band::after {
    content: '';
    display: block;
    width: calc(18px - 4px);
    height: calc(18px - 4px);
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
    background: #ffff00;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* SPスライド ---------------*/
  section#top_3words .words_slide {
    width: 100%;
    max-width: 540px !important;
    margin: 0 auto 60px !important;
  }
  section#top_3words .words_slide .sp-arrow {
    width: 20px;
    height: 30px;
  }
  section#top_3words .words_slide .sp-next-arrow:after,
  section#top_3words .words_slide .sp-next-arrow:before,
  section#top_3words .words_slide .sp-previous-arrow:after,
  section#top_3words .words_slide .sp-previous-arrow:before {
    width: 10%;
    background-color: #000 !important;
  }
  /* 1 SALARY */
  section#top_3words .words01_cont {
    width: 80%;
    margin: auto;
    padding: 30px 0;
  }
  section#top_3words .words01_cont:first-child {
    width: 80%;
    margin: auto;
    border-right: none;
  }
  section#top_3words .words01_cont img {
    width: 90%;
    margin: 0 auto 20px;
  }
  section#top_3words .words01_cont .icon::after {
    width: 20%;
    height: 80px;
    left: 10px;
    bottom: -50px;
  }
  /* 2 WORK,  3 LIFE */
  section#top_3words .words02_cont,
  section#top_3words .words03_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
    padding: 30px 0;
    border-right: none;
  }
  section#top_3words .words02_cont:last-child,
  section#top_3words .words03_cont:last-child {
    width: 80%;
    margin: auto;
  }
  section#top_3words .words02_cont p,
  section#top_3words .words03_cont p {
    width: 100%;
  }
  section#top_3words .words02_cont p.ilst,
  section#top_3words .words03_cont p.ilst {
    font-size: 16px;
  }
  section#top_3words .words03_cont p.ilst {
    margin-left: 40%;
  }

  /* ボタン ------------------------------------*/
  .btn_yellow {
    display: block;
    width: calc(100% - 146px);
    min-width: 0;
    max-width: calc(460px - 146px);
    margin: 0 0 40px;
    padding: 8px 30px 8px 110px;
    border: 3px #000 solid;
    box-shadow: 3px 3px 0 #000;
  }
  .btn_yellow::before {
    width: 100px;
    height: 100px;
    top: 64%;
    left: 0;
  }
  .btn_yellow::after {
    width: 15px;
    height: 15px;
  }
  .btn_yellow:hover {
    border: 3px #ff0000 solid;
    top: 3px;
  }
  .btn_yellow.t_kun {
    max-width: calc(460px - 176px);
    padding: 8px 30px 8px 140px;
  }
  .btn_yellow.t_kun::before {
    width: 140px;
    height: 140px;
    top: auto;
    left: -20px;
    bottom: -8px;
  }

  /*==================================================================================
	下階層トップ
	==================================================================================*/
  section#second_top {
    height: 240px;
  }
  section#second_top span.font_en {
    margin-bottom: 5px;
    padding: 3px 5px 5px;
    font-size: 40px;
  }
  section#second_top span:last-child {
    margin-top: 5px;
    padding: 5px;
    font-size: 16px;
  }

  /*==================================================================================
	REQUIREMENTS
	==================================================================================*/
  section#requirements01 .caution {
    padding: 10px;
    border: 3px #ff0000 solid;
    letter-spacing: 1px;
  }
  /* 応募時に必要なもの */
  section#requirements02 table {
    border: 2px #000 solid;
  }
  section#requirements02 table td {
    padding: 10px;
    letter-spacing: 1px;
  }
  section#requirements02 table td:first-child {
    border-right: 1px #000 solid;
  }
  /* WEB選考時に必要なもの */
  section#requirements03 table {
    border: 2px #000 solid;
  }
  section#requirements03 table td {
    width: auto;
  }
  section#requirements03 table td p:first-child {
    padding: 0 10px;
    white-space: nowrap;
  }
  section#requirements03 table td p:first-child span {
    padding: 10px 0;
    border-bottom: 1px #000 solid;
    letter-spacing: 1px;
  }
  section#requirements03 table td p:last-child {
    min-height: 0;
    padding: 10px 15px;
  }
  section#requirements03 table td:first-child {
    border-right: 1px #000 solid;
  }

  /*==================================================================================
	DESCRIPTION
	==================================================================================*/
  section#description .col2 {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  section#description .description {
    width: calc(100% - 6px);
    height: auto;
    border: 2px #000 solid;
  }
  section#description .description.large {
    height: auto;
  }
  section#description .description.icon01::before,
  section#description .description.icon02::before,
  section#description .description.icon03::before,
  section#description .description.icon04::before,
  section#description .description.icon05::before {
    width: 80px;
    height: 80px;
  }
  section#description .description.icon01::before {
    top: 0;
  }
  section#description .description.icon02::before {
    top: -16%;
  }
  section#description .description.icon03::before {
    top: -4%;
  }
  section#description .description.icon04::before {
    top: -10%;
  }
  section#description .description p.ttl {
    padding: 0 10px;
  }
  section#description .description p.ttl span {
    padding: 8px 0;
    border-bottom: 1px #000 solid;
    letter-spacing: 1px;
  }
  section#description .description .cont {
    width: calc(100% - 20px);
    height: auto;
    padding: 20px 10px;
  }
  section#description .description .cont table {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
  }
  section#description .description a {
    font-size: 12px;
    position: relative;
    bottom: auto;
    top: 0;
  }

  /*==================================================================================
	SCHEDULE
	==================================================================================*/
  section#schedule .schedule {
    padding: 15px 0;
    border-top: 3px #000 solid;
  }
  section#schedule .schedule::before {
    width: 70px;
    height: 3px;
    top: -3px;
    left: 30px;
  }
  section#schedule .schedule::after {
    width: 30px;
    top: -40px;
    left: 50px;
  }
  section#schedule .schedule p::before {
    width: 120px;
    height: 120px;
    top: -70px;
    right: 10px;
  }
  section#schedule .schedule.step03 p::after {
    width: 240px;
    height: 36px;
    background-size: 50px;
    top: -56px;
  }
  section#schedule .schedule.step05 {
    margin-top: 160px;
  }
  section#schedule .schedule.step05 p::after {
    width: 240px;
    height: 240px;
    top: -130px;
  }

  section#schedule table th {
    padding: 10px 20px;
  }
  section#schedule table td {
    padding: 10px 10px 10px 0;
  }
  section#schedule table.red td {
    display: block;
    width: calc(100% - 20px);
    padding: 8px 10px;
  }
  section#schedule table.red td:first-child {
    border-right: none;
    border-bottom: 2px #ff0000 solid;
  }

  section#schedule .sche_arrow {
    height: calc(120px - 30px);
    padding-bottom: 30px;
    background-size: 680px;
  }
  .border {
    background-size: 680px;
  }
  section#schedule .red_frame {
    padding: 10px;
  }

  /*==================================================================================
	SALARY
	==================================================================================*/
  section#salary .plus img {
    width: 40px;
  }
  section#salary table tr:first-child th span::before {
    width: 80px;
    height: 80px;
    top: -44px;
    left: -120px;
  }
  section#salary table td {
    padding: 10px;
  }
  /* 手当についての解説 ------------------------------------*/
  section#salary_expo table th {
    padding: 10px 20px;
  }
  section#salary_expo table td {
    padding: 10px 20px;
  }

  /*==================================================================================
	SUPPORT
	==================================================================================*/
  section#support .support::before {
    width: 60px;
    left: 40px;
  }
  section#support .support::after {
    width: 50px;
    top: -30px;
    left: 45px;
  }
  section#support .support .ttl {
    padding: 20px 20px 0;
  }
  section#support .support .ttl p {
    padding-bottom: 20px;
  }
  section#support .support .ttl p::after {
    width: 20px;
    bottom: -23px;
  }
  section#support .support .row {
    width: calc(100% - 40px);
    padding: 20px;
  }
  section#support .support .w4 {
    width: calc(180px - 40px);
    padding: 0 20px;
  }
  section#support .support .w6 {
    width: calc(100% - 180px - 20px);
    padding: 0 20px 0 0;
  }
  section#support .support.no3 .w4 {
    width: calc(40% - 40px);
    padding: 0 20px;
  }
  section#support .support.no3 .w6 {
    width: calc(60% - 20px);
    padding: 0 20px 0 0;
  }
  section#support .support .arrow {
    height: 30px;
    background-size: 640px;
  }

  /*==================================================================================
	WORK
	==================================================================================*/
  /*
	section#work .work {
		box-shadow: 3px 3px 0 #000;
	}
	section#work .work::before {
		width: 54px;
		left: 40px;
	}
	section#work .work::after {
		width: 34px;
		top: -35px;
		left: 50px;
	}
	section#work .work .ttl {
		height: 80px;
	}
	section#work .work .ttl::before {
		width: calc(100% - 40px);
		left: 20px;
	}
	section#work .work .ttl span {
		bottom: -20px;
	}
	section#work .work .ttl span::after {
		width: 120px;
		height: 120px;
		top: -140px;
	}
	section#work .work .ttl span img {
		height: 40px;
	}
	section#work .work .row {
		justify-content: center;
		width: calc(100% - 40px);
		padding: 20px;
	}
	section#work .work .row .col4 {
		width: calc(50% - 20px);
		max-width: 195px;
		margin: 0 10px 20px;
	}
	section#work .work .row .col4:nth-child(3),
	section#work .work .row .col4:nth-child(4) {
		margin: 0 10px 30px;
	}
	*/
  section#work .col2 {
    width: calc(50% - 40px);
    padding-bottom: 120px;
  }
  section#work .col2:first-child::after {
    right: -40px;
  }
  section#work .col2 .ilst img {
    max-width: 160px;
  }
  section#work .col2 .ttl img {
    height: 24px;
    top: -8px;
  }
  section#work .move .ttl img {
    max-width: 360px;
  }

  /* 生産ライン --------------------------------------------*/
  section#work_line .production {
    display: block;
    padding-top: 210px;
  }
  /* 表示切り替えボタン */
  section#work_line .production label {
    width: calc(100% / 3 - 10px);
    max-width: 100%;
    padding: 0;
  }
  section#work_line .production label div {
    width: calc(180px - 6px);
    height: calc(180px - 6px);
    background: #fff;
    cursor: pointer;
  }
  section#work_line .production label div::before {
    display: none;
    height: 30px;
    bottom: -30px;
  }
  section#work_line .production label div p {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  section#work_line .production label div img {
    width: 80px;
  }
  section#work_line .production input#engine:checked ~ .row label.trigger01 div,
  section#work_line .production input#body:checked ~ .row label.trigger02 div,
  section#work_line .production input#parts:checked ~ .row label.trigger03 div {
    background: #ffff00;
  }
  section#work_line .production input#engine:checked ~ .row label.trigger01 div::before,
  section#work_line .production input#body:checked ~ .row label.trigger02 div::before,
  section#work_line .production input#parts:checked ~ .row label.trigger03 div::before {
    display: block;
  }
  /* 表示切り替え中身 */
  section#work_line .production input:checked + .line {
    display: block;
  }
  section#work_line .production .line {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 40px 0 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section#work_line .production #engine + .line::after,
  section#work_line .production #parts + .line::after {
    width: 34.3%;
    height: 3px;
    left: 15.6%;
    top: -3px;
  }
  section#work_line .production #parts + .line::after {
    left: auto;
    right: 15.6%;
  }
  section#work_line .production .line .process {
    min-height: 0;
  }
  section#work_line .production .line .process .frame {
    max-width: calc(360px - 6px);
    margin: auto;
  }
  section#work_line .production .line .process .frame .ttl {
    height: 40px;
  }
  section#work_line .production .line .process .frame .ttl p {
    bottom: -9px;
  }
  section#work_line .production .line .process .frame .ttl ~ p {
    padding: 20px;
  }
  /* FINAL PROCESS --------------------*/
  section#work_line .production .final {
    margin-top: 60px;
  }
  section#work_line .production .final::before {
    height: calc(100% + 63px);
    top: -63px;
  }
  section#work_line .production .final .txt {
    width: 100%;
  }
  section#work_line .production .final .txt .ttl {
    height: 40px;
  }
  section#work_line .production .final .txt .ttl span {
    padding: 5px;
  }
  section#work_line .production .final .txt .ttl p {
    width: calc(100% - 20px);
    left: 20px;
    bottom: -9px;
  }
  section#work_line .production .final .txt .ttl ~ p {
    padding: 20px;
  }
  section#work_line .production .final .photo {
    width: 50%;
    height: auto;
    border-left: none;
    border-top: 1px #000 solid;
  }
  /* 最終審査 --------------------*/
  section#work_line .production .inspection::before {
    height: calc(100% + 120px);
    top: -60px;
  }
  /* 完成 --------------------*/
  section#work_line .production .finish {
    width: calc(300px - 6px);
    margin: 0 auto 100px;
    box-shadow: 3px 3px 0 #000;
  }
  section#work_line .production .finish::before,
  section#work_line .production .finish::after {
    width: 100px;
  }
  section#work_line .production .finish::before {
    left: -30px;
    bottom: -10px;
  }
  section#work_line .production .finish::after {
    right: -30px;
    bottom: -20px;
  }
  section#work_line .production .finish img {
    width: 100px;
  }

  /*==================================================================================
	DORMITORY MEALS
	==================================================================================*/
  section#dormitory .floor_ttl img {
    max-width: 540px;
  }
  /* スライド */
  section#dormitory .dormitory_slide {
    width: calc(100% - 60px);
    max-width: 340px;
    margin: 0 auto 100px !important;
  }
  section#meals .dormitory_slide {
    width: calc(100% - 60px);
    margin: 0 auto !important;
  }
  section#dormitory .dormitory_slide .sp-next-arrow {
    right: -40px;
  }
  section#dormitory .dormitory_slide .sp-previous-arrow {
    left: -40px;
  }
  section#meals .dormitory_slide .sp-next-arrow {
    right: -40px;
  }
  section#meals .dormitory_slide .sp-previous-arrow {
    left: -40px;
  }

  section#dormitory .space_ttl {
    padding: 15px 0;
  }
  section#dormitory .space_ttl::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  section#dormitory .space_ttl p::before {
    width: 140px;
  }
  section#dormitory .space_ttl.personal p::before {
    top: -50px;
    right: -160px;
  }
  section#dormitory .space_ttl.shared p::before {
    top: -54px;
    left: -160px;
  }
  section#dormitory .row {
    padding: 0 20px;
  }
  section#dormitory .row .col2 {
    width: 100%;
    margin: 0 auto 20px;
  }
  section#dormitory .row .col3 {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
  section#dormitory .row .photo p {
    padding: 5px;
  }
  section#dormitory .row .photo p.font_18 {
    font-size: 12px;
  }
  /* 食事メニュー ------------------------------*/
  section#meals .cafeteria {
    height: 200px;
  }
  section#meals .cafeteria p {
    top: -10px;
  }
  section#meals .cafeteria p span {
    padding: 0 20px;
  }
  section#meals .bg_pink {
    padding: 60px 0;
  }
  section#meals .bg_pink .container::before {
    width: 100px;
    top: -130px;
    left: 20px;
  }
  section#meals .bg_pink .ttl img {
    max-width: 460px;
  }
  section#meals .menu_ttl span {
    padding: 0 20px;
  }

  /*==================================================================================
	INTERVIEW
	==================================================================================*/
  section#interview_list .ilst img {
    max-width: 360px;
  }
  section#interview_list .col2 {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 30px;
  }
  section#interview_list .article .photo {
    height: 200px;
  }
  section#interview_list .article .row {
    width: calc(100% - 20px);
    padding: 15px 10px;
  }
  section#interview_list .article .row span {
    padding-right: 10px;
  }
  section#interview_list .article .row p {
    width: calc(100% - 24px - 27px);
    padding: 0 10px 0 15px;
  }
  section#interview_list .article .row p::after {
    width: 9px;
    height: 9px;
  }

  /* INTERVEWI 詳細 -----------------------------*/
  section#interview .int_intro {
    height: 240px;
  }
  section#interview .int_intro .bg_p {
    width: 40%;
  }
  section#interview .int_intro .bg_red {
    width: calc(60% - 40px);
    min-width: calc(320px - 40px);
    height: calc(100% - 40px);
    padding: 20px;
  }
  section#interview .int_intro .bg_red::after {
    width: 120px;
    height: 120px;
    right: -10px;
    bottom: -20px;
  }
  section#interview .int_intro .bg_red p:first-child {
    line-height: 1.8;
  }
  section#interview .int_intro .bg_red p:last-child {
    left: 20px;
    bottom: 20px;
  }

  section#interview .int_qa::after {
    width: 18px;
  }
  section#interview .int_qa .ttl {
    width: calc(100% - 30px);
    padding: 15px;
  }
  section#interview .int_qa .ttl span {
    margin-right: 15px;
    font-size: 42px;
  }
  section#interview .int_qa .ttl + p {
    padding: 15px;
  }

  section#interview_movie {
    padding: 30px 0 60px !important;
  }
  section#interview_movie .movie {
    font-size: 36px;
    top: -21px;
  }
  section#interview_movie .ttl img {
    max-width: 460px;
  }

  section#interview_btmlist {
    padding: 30px 0 !important;
  }
  section#interview_btmlist .col2 {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 10px;
  }
  section#interview_btmlist .article .photo {
    width: 120px;
    height: 80px;
  }
  section#interview_btmlist .article .row {
    width: calc(100% - 120px - 20px);
  }
  section#interview_btmlist .article .row p {
    width: calc(100% - 22px - 27px);
    padding: 0 15px 0 10px;
  }

  /*==================================================================================
	WORK LOCATION
	==================================================================================*/
  section#location .ttl span {
    padding: 0 20px;
  }
  .anker {
    padding-top: 120px;
    margin-top: -120px;
  }

  section#location .map a {
    display: none;
  }
  /* 10箇所の工場 -----------------------------------*/
  section#location .factory_ttl img {
    max-width: 360px;
  }
  /* スライド */
  section#location .factory_slide {
    display: none;
  }
  /* 工場ボタン */
  section#location .factory_btn {
    width: 88px;
    margin: 20px 6px 10px;
    padding: 46px 6px 30px;
  }
  section#location .factory_btn::after {
    width: 7px;
    height: 7px;
    top: auto;
    right: 50%;
    bottom: 15px;
    transform: rotate(45deg) translateX(50%);
  }
  section#location .factory_btn + .wrap {
    width: 100%;
    border: none;
  }
  section#location .factory_btn p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  section#location .factory_btn span {
    display: block;
    width: 30px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  section#location .factory_btn:hover {
    background: #ffff00;
  }
  /* 工場詳細 */
  section#location .factory {
    display: block;
    max-width: 460px;
    margin: 0 auto 30px;
  }
  section#location .factory .bg_yellow {
    width: calc(100% - 30px);
    padding: 30px 15px 15px;
    position: relative;
  }
  section#location .factory .bg_yellow .fac_num {
    margin: 0;
  }
  section#location .factory .bg_yellow .fac_num img {
    width: 50px;
    margin: auto;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  section#location .factory .fac_map {
    width: 100%;
  }

  /*==================================================================================
	Mr.t SALARY
	==================================================================================*/
  section#mrt_salary .expo {
    margin: 20px 0 80px;
  }
  section#mrt_salary .expo img {
    max-width: 680px;
  }
  /* 表示切り替え ------------------------------------------*/
  section#mrt_salary .salary_graf {
    padding-bottom: 420px;
  }
  section#mrt_salary .salary_graf::before {
    top: 380px;
  }
  section#mrt_salary .salary_graf + .container p {
    max-width: 460px;
    margin: 0 auto 40px;
  }
  /* スクロール */
  section#mrt_salary .scroll {
    padding: 100px 0 10px;
    margin-top: -80px;
  }
  section#mrt_salary .scroll .row {
    min-width: 1180px;
  }
  /* 中身 */
  section#mrt_salary .salary_graf .table {
    max-width: 460px;
  }
  /* ボタン */
  section#mrt_salary .salary_graf .scroll .row label {
    width: 60px;
    margin: 0 6px;
  }
  section#mrt_salary .salary_graf .scroll .row label .total::after {
    height: 86px;
    top: -96px;
  }
  section#mrt_salary .salary_graf .scroll .row label .graf::after {
    height: calc(100% - 19px);
    border: 3px #000 solid;
    top: -3px;
    left: -3px;
  }
  /* 注釈 -----------------------------------------------------*/
  section#mrt_salary .attention {
    padding: 20px 0;
    border-bottom: 2px #000 solid;
  }
  /* 嬉しい！寮費0円！ -----------------------------------------*/
  section#mrt_salary .free {
    padding: 20px 0 40px;
    border-bottom: 2px #000 solid;
  }
  section#mrt_salary .free img {
    max-width: 460px;
    margin: auto;
  }

  /*==================================================================================
	TALK ABOUT
	==================================================================================*/
  section#talk dl.accordion {
    width: calc(100% - 4px);
    border: 2px #000 solid;
  }
  section#talk dl.accordion dt {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
  }
  section#talk dl.accordion dt::after {
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    bottom: -1px;
  }
  section#talk dl.accordion dt span {
    margin-right: 10px;
  }
  section#talk dl.accordion dt p {
    padding-right: 40px;
  }
  section#talk dl.accordion dt span.arrow {
    width: 40px;
  }
  section#talk dl.accordion dt span.arrow::after {
    width: 9px;
    height: 9px;
    margin: -6px 0 0 -4px;
  }
  section#talk dl.accordion dt.open span.arrow::after {
    margin: -2px 0 0 -4px;
  }
  section#talk dl.accordion dd .img {
    padding: 20px;
  }
  section#talk dl.accordion dd .point {
    height: 60px;
    border-top: 2px #000 solid;
  }
  section#talk dl.accordion dd .point .ttl {
    padding: 0 10px;
  }
  section#talk dl.accordion dd .point .ttl img {
    width: 50px;
  }
  section#talk dl.accordion dd .point + p {
    padding: 10px 20px;
    border-top: 2px #000 solid;
    font-size: 16px;
  }
  section#talk dl.accordion dd .point + p .q8_open {
    margin-left: 5px;
  }

  /*==================================================================================
	FAQ
	==================================================================================*/
  section#faq .ilst img {
    max-width: 180px;
  }
  section#faq dl.accordion {
    width: calc(100% - 4px);
    border: 2px #000 solid;
  }
  section#faq dl.accordion dt {
    width: calc(100% - 122px);
    height: auto;
    padding: 15px 50px 15px 72px;
  }
  section#faq dl.accordion dt::before {
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    bottom: -1px;
  }
  section#faq dl.accordion dt::after {
    width: 14px;
    right: 80px;
  }
  section#faq dl.accordion dt p.font_en {
    width: 42px;
    font-size: 42px;
    top: -16px;
    left: 20px;
  }
  section#faq dl.accordion dt p.font_en::before {
    height: 2px;
    top: 14px;
  }
  section#faq dl.accordion dt span.arrow {
    width: 40px;
  }
  section#faq dl.accordion dt span.arrow::after {
    width: 9px;
    height: 9px;
    margin: -6px 0 0 -4px;
  }
  section#faq dl.accordion dt.open span.arrow::after {
    margin: -2px 0 0 -4px;
  }
  section#faq dl.accordion dd .row {
    padding: 20px;
  }
  section#faq dl.accordion dd .row span {
    width: 42px;
    font-size: 42px;
  }
  section#faq dl.accordion dd .row p {
    width: calc(100% - 52px);
  }

  /*==================================================================================
	2weeks
	==================================================================================*/
  /* イラスト --------------------*/
  /* 2weeks01 */
  section#two_weeks .sche_2weeks.noon .time_sche.ilst01::after {
    top: -40%;
    left: 12%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst02::after {
    right: 12%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst03::after {
    left: 12%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst04::after {
    right: 3%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst05::after {
    left: 12%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst06::after {
    top: -70%;
    right: 12%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst08::after {
    right: 5%;
  }
  /* 2weeks02 */
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst06::after {
    left: 10%;
    bottom: -308%;
  }
  /* 2weeks03 */
  section#two_weeks .sche_2weeks.night .time_sche.ilst01::after {
    top: -40%;
    right: 12%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst02::after {
    top: -60%;
    left: 10%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst03::after {
    left: 12%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst04::after {
    right: 8%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst05::after {
    top: -20%;
    left: 8%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst06::after {
    top: -500%;
    right: 12%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst08::after {
    right: 5%;
  }
  /* 2weeks02 */
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst06::after {
    left: 10%;
    bottom: -308%;
  }
  /* 時刻 ------------------------*/
  section#two_weeks .sche_2weeks .time_sche .font_18 {
    font-size: 18px;
  }
  section#two_weeks .sche_2weeks .time_sche .font_12 {
    font-size: 12px;
  }
  section#two_weeks .sche_2weeks .time_sche .time span {
    font-size: 18px;
  }
  section#two_weeks .sche_2weeks .time_sche .time.photo_l::after,
  section#two_weeks .sche_2weeks .time_sche .time.photo_r::after {
    width: 30%;
  }

  /*==================================================================================
	フッター
	==================================================================================*/
  /* 下層ページ共通 ---------------------------*/
  footer .btm_p {
    height: 180px;
  }
  /* Q&A ------------------------------------*/
  footer .top_qa {
    padding: 60px 0;
  }
  footer .top_qa a {
    font-size: 14px;
  }
  /* お問い合わせ -------------------------------*/
  footer .foot_info {
    padding: 20px 0;
  }
  /* menu -------------------------------*/
  footer nav.foot_nav ul li {
    width: calc(100% / 3 - 10px);
  }
  footer nav.foot_nav ul li ul li {
    width: 100%;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  footer nav.foot_nav ul li ul li a {
    font-size: 12px;
  }

  footer .copy {
    padding: 10px 20px 100px;
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  /*==================================================================================
	WORK
	==================================================================================*/
  section#work .col2 {
    width: 100%;
    max-width: 460px;
    margin: auto;
    padding-bottom: 0;
  }
  section#work .col2:first-child {
    margin-bottom: 40px;
  }
  section#work .col2:first-child::after {
    display: none;
  }
  section#work .col2 .ilst img {
    max-width: 140px;
  }
  section#work .col2 .row {
    max-width: 360px;
    margin: auto;
    position: relative;
  }
  section#work .col2 .row .col2:first-child {
    margin: 0;
  }
  section#work .move .ttl img {
    max-width: 280px;
  }

  /* 生産ライン --------------------------------------------*/
  section#work_line .production {
    padding-top: 160px;
  }
  /* 表示切り替えボタン */
  section#work_line .production label {
    width: calc(100% / 3);
  }
  section#work_line .production label div {
    width: calc(130px - 6px);
    height: calc(130px - 6px - 10px);
    padding-top: 10px;
  }
  section#work_line .production label div p {
    margin-bottom: 5px;
  }
  section#work_line .production label div .font_24 {
    font-size: 14px;
  }
  section#work_line .production label div .font_18 {
    font-size: 10px;
  }
  section#work_line .production label div img {
    width: 60px;
  }
  /* 表示切り替え中身 */
  section#work_line .production #engine + .line::after,
  section#work_line .production #parts + .line::after {
    width: 34%;
    left: 16.3%;
  }
  section#work_line .production #parts + .line::after {
    left: auto;
    right: 16.3%;
  }

  /*==================================================================================
	INTERVIEW
	==================================================================================*/
  /* INTERVEWI 詳細 -----------------------------*/
  section#interview .col2 {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }

  /*==================================================================================
	2weeks
	==================================================================================*/
  section#two_weeks .sche_btn_4 {
    width: calc(100% - 24px);
    max-width: 460px;
    margin: 0 auto 40px;
    padding: 0 10px;
    border: none;
    box-shadow: none;
  }
  section#two_weeks .sche_btn_4 .sche_btn_2 {
    width: calc(100% - 4px);
    margin-bottom: 15px;
    border: 2px #000 solid;
    box-shadow: 4px 4px 0 #000;
  }
  section#two_weeks .sche_btn_4 .sche_btn_2:first-child {
    width: calc(100% - 4px);
  }
  section#two_weeks .sche_btn_4 .sche_btn_2 a {
    padding: 15px 10px 30px;
  }
  section#two_weeks .sche_btn_4 .sche_btn_2 a p::after {
    width: 9px;
    height: 9px;
    bottom: -18px;
    margin-left: -5px;
  }
  section#two_weeks .sche_btn_4 .sche_btn_2 a p span {
    margin-bottom: 8px;
  }
  /*---------------------------------------------------------*/
  /* 勤務時間帯 ----------------*/
  section#two_weeks .sche_2weeks .timezone {
    width: calc(100% - 20px);
    padding: 10px;
  }
  section#two_weeks .sche_2weeks .timezone::after {
    width: 100px;
    height: 180px;
    right: 10px;
    bottom: -98px;
    z-index: 10;
  }
  section#two_weeks .sche_2weeks.noon .timezone::after {
    background-image: url(../img/2weeks01/2weeks01_ilst01_sp.png);
  }
  section#two_weeks .sche_2weeks.noon_holiday .timezone::after {
    background-image: url(../img/2weeks02/2weeks02_ilst01_sp.png);
  }
  section#two_weeks .sche_2weeks.night .timezone::after {
    background-image: url(../img/2weeks03/2weeks03_ilst01_sp.png);
  }
  section#two_weeks .sche_2weeks.night_holiday .timezone::after {
    background-image: url(../img/2weeks04/2weeks04_ilst01_sp.png);
  }
  /* 勤務曜日 -------------------*/
  section#two_weeks .sche_2weeks .day_week {
    width: calc(100% - 20px);
    padding: 10px;
  }
  /* タイムスケジュール背景色 ------*/
  section#two_weeks .sche_2weeks .flow {
    padding: 60px 0;
  }
  /* イラスト --------------------*/
  section#two_weeks .sche_2weeks .time_sche.ilst_s::after {
    width: 30%;
  }
  section#two_weeks .sche_2weeks .time_sche.ilst_l::after {
    width: 40%;
  }
  /* 2weeks01 */
  section#two_weeks .sche_2weeks.noon .time_sche.ilst01::after {
    top: -30%;
    left: 10px;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst02::after {
    top: -30%;
    right: 10px;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst03::after {
    top: 70%;
    left: 0;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst04::after {
    display: none;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst05::after {
    top: auto;
    left: auto;
    right: 10px;
    bottom: -80%;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst06::after {
    top: -30%;
    right: auto;
    left: 10px;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst07::after {
    display: none;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst08::after {
    top: -40%;
    right: 10px;
  }
  section#two_weeks .sche_2weeks.noon .time_sche.ilst09::after {
    top: -20%;
    left: 20px;
  }
  /* 2weeks02 */
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst01::after {
    top: 0;
    right: 20px;
  }
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst02::after {
    top: -50%;
    left: 10px;
  }
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst03::after {
    top: -230%;
    right: 10px;
  }
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst04::after {
    top: -20%;
    right: 20px;
  }
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst05::after {
    top: -60%;
    left: 20px;
  }
  section#two_weeks .sche_2weeks.noon_holiday .time_sche.ilst06::after {
    left: -10px;
    bottom: -272%;
  }
  /* 2weeks03 */
  section#two_weeks .sche_2weeks.night .time_sche.ilst01::after {
    top: -30%;
    right: auto;
    left: 10px;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst02::after {
    top: -40%;
    left: auto;
    right: 0;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst03::after {
    top: 70%;
    left: 0;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst04::after {
    display: none;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst05::after {
    top: auto;
    left: auto;
    right: 10px;
    bottom: -80%;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst06::after {
    top: -30%;
    right: auto;
    left: 10px;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst07::after {
    display: none;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst08::after {
    top: -40%;
    right: 10px;
  }
  section#two_weeks .sche_2weeks.night .time_sche.ilst09::after {
    top: -20%;
    left: 20px;
  }
  /* 2weeks04 */
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst01::after {
    top: 0;
    right: 20px;
  }
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst02::after {
    top: -50%;
    left: 20px;
  }
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst03::after {
    top: -230%;
    right: 10px;
  }
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst04::after {
    top: -40%;
    right: 20px;
  }
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst05::after {
    top: -60%;
    left: 20px;
  }
  section#two_weeks .sche_2weeks.night_holiday .time_sche.ilst06::after {
    left: -10px;
    bottom: -272%;
  }
  /* 時刻 ------------------------*/
  section#two_weeks .sche_2weeks .time_sche .time.photo_l::before,
  section#two_weeks .sche_2weeks .time_sche .time.photo_r::before,
  section#two_weeks .sche_2weeks .time_sche .time.photo_l::after,
  section#two_weeks .sche_2weeks .time_sche .time.photo_r::after {
    display: none;
  }
  /* SP用 写真拡大アイコン*/
  section#two_weeks .sche_2weeks .time_sche .modal_wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 60px;
  }
  section#two_weeks .sche_2weeks .time_sche .modal_wrap.second {
    margin: -15px 0 0 95px;
  }
  /* 2weeks02 2weeks04 */
  section#two_weeks .sche_2weeks.noon_holiday .time_sche .modal_wrap,
  section#two_weeks .sche_2weeks.night_holiday .time_sche .modal_wrap {
    top: 0;
    margin: -8px 0 0 120px;
  }
  section#two_weeks .sche_2weeks .time_sche .modal_wrap input {
    display: none;
  }
  .modal_overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .modal_content {
    width: calc(100% - 40px);
    max-width: 460px;
    padding: 0 0 15px;
    box-sizing: border-box;
    color: #fff;
    transition: 0.5s;
    position: relative;
  }
  .close_button {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
  }
  .close_button::before,
  .close_button::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .close_button::before {
    transform: rotate(-45deg);
  }
  .modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }
  .open_button {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url('../img/2weeks/2weeks_camera.png') center center / contain no-repeat;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    z-index: 7777;
  }
  /* 説明文 ----------------------*/
  section#two_weeks .sche_2weeks .time_sche .txt {
    width: calc(220px - 22px);
    padding: 8px 10px;
  }
}

@media screen and (max-width: 580px) {
  /*==================================================================================
	INDEX
	==================================================================================*/
  .main_slide .selection_info .row {
    flex-wrap: wrap;
  }
  .main_slide .selection_info .row a,
  .main_slide .selection_info .row a:nth-child(2) {
    width: calc(100% - 24px);
    margin-bottom: 8px;
  }
  .main_slide .selection_info .row a:last-child {
    margin-bottom: 0;
  }
  /* 3WORDS ------------------------------------*/
  section#top_3words .top_3words.words01::after {
    background-position: right top;
    background-image: url('../img/top/top_words01_bg_sp.jpg');
  }
  section#top_3words .top_3words.words02::after {
    background-image: url('../img/top/top_words02_bg_sp.jpg');
  }
  section#top_3words .top_3words.words03::after {
    background-image: url('../img/top/top_words03_bg_sp.jpg');
  }
  section#top_3words .top_3words .row {
    height: 280px;
  }
  section#top_3words .top_3words .words {
    padding: 20px;
  }

  /*==================================================================================
	REQUIREMENTS
	==================================================================================*/
  /* WEB選考時に必要なもの */
  section#requirements03 table td {
    display: block;
    width: 100%;
  }
  section#requirements03 table td p:first-child span {
    padding: 8px 0;
  }
  section#requirements03 table td p:last-child {
    padding: 8px;
  }

  /*==================================================================================
	SCHEDULE
	==================================================================================*/
  section#schedule .schedule {
    padding: 10px 0;
  }
  section#schedule .schedule::before {
    width: 30px;
    left: 15px;
  }
  section#schedule .schedule::after {
    width: 20px;
    top: -25px;
    left: 20px;
  }
  section#schedule .schedule p::before {
    width: 60px;
    height: 60px;
    top: auto;
    right: 5px;
    bottom: -60px;
  }
  section#schedule .schedule.step02 p::before {
    bottom: -40px;
  }
  section#schedule .schedule.step05 p::before {
    width: 70px;
    height: 70px;
    bottom: -5px;
  }
  section#schedule .schedule.step05 {
    margin-top: 100px;
  }
  section#schedule .schedule.step03 p::after {
    width: 200px;
    height: 30px;
    background-size: 46px;
    top: -45px;
  }
  section#schedule .schedule.step05 p::after {
    width: 160px;
    height: 160px;
    top: -90px;
  }

  /*==================================================================================
	SALARY
	==================================================================================*/
  /* スクロール */
  section#salary .scroll,
  section#salary_expo .scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 40px 0 10px;
    margin-top: -40px;
  }
  section#salary .scroll::-webkit-scrollbar,
  section#salary_expo .scroll::-webkit-scrollbar {
    height: 8px;
  }
  section#salary .scroll::-webkit-scrollbar-track,
  section#salary_expo .scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  section#salary .scroll::-webkit-scrollbar-thumb,
  section#salary_expo .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  section#salary .scroll table {
    min-width: 540px;
  }
  /* 手当についての解説 ------------------------------------*/
  section#salary_expo .scroll table {
    min-width: 430px;
  }

  /*==================================================================================
	SUPPORT
	==================================================================================*/
  section#support .support::before {
    width: 40px;
    left: 10px;
  }
  section#support .support::after {
    width: 40px;
    left: 10px;
  }
  section#support .support .w4,
  section#support .support .w6,
  section#support .support.no3 .w4,
  section#support .support.no3 .w6 {
    width: 100%;
    padding: 0;
  }
  section#support .support .w4 {
    margin-bottom: 20px;
  }
  section#support .support.no3 .w4 {
    margin-bottom: 30px;
  }
  section#support .support .w4 img {
    max-width: 200px;
  }

  /*==================================================================================
	WORK
	==================================================================================*/
  section#work .work::before {
    width: 44px;
    left: 20px;
  }
  section#work .work::after {
    width: 24px;
    top: -28px;
    left: 30px;
  }
  section#work .work .ttl {
    height: 60px;
  }
  section#work .work .ttl::before {
    width: calc(100% - 20px);
    left: 10px;
  }
  section#work .work .ttl span {
    padding: 0 10px;
    bottom: -14px;
  }
  section#work .work .ttl span::after {
    width: 100px;
    height: 100px;
    top: -110px;
  }
  section#work .work .ttl span img {
    height: 28px;
  }

  /*==================================================================================
	INTERVIEW
	==================================================================================*/
  /* INTERVEWI 詳細 -----------------------------*/
  section#interview .int_intro {
    flex-wrap: wrap;
    height: auto;
  }
  section#interview .int_intro .bg_p {
    width: 100%;
    height: 300px;
  }
  section#interview .int_intro .bg_red {
    width: calc(100% - 40px);
    min-width: 0;
    height: auto;
  }
  section#interview .int_intro .bg_red::after {
    width: 125px;
    height: 125px;
    right: -15px;
    bottom: -15px;
  }
  section#interview .int_intro .bg_red p:first-child {
    line-height: 1.8;
    margin-bottom: 40px;
  }
  section#interview .int_intro .bg_red p:last-child {
    position: relative;
    left: 0;
    bottom: 0;
  }

  /*==================================================================================
	フッター
	==================================================================================*/
  /* お問い合わせ -------------------------------*/
  footer .foot_info .foot_tel span:first-child {
    padding: 5px 15px;
  }
  footer .foot_info .foot_tel span:nth-child(2) {
    font-size: 46px;
  }
  /* menu -------------------------------*/
  footer nav.foot_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer nav.foot_nav ul li {
    width: calc(100% / 2 - 10px);
  }
  footer nav.foot_nav ul li ul li {
    margin-bottom: 10px;
  }
}

@media (min-width: 460px) {
  .row_r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 460px) {
  .tb {
    display: none;
  }
  .sp {
    display: inline;
  }

  /*==================================================================================
	INDEX
	==================================================================================*/
  .main_slide .selection_info {
    padding: 20px 20px 80px 20px;
  }
  .main_slide .selection_info .max680::before {
    bottom: -65px;
    right: -20px;
  }
  .main_slide .selection_info .max680::after {
    bottom: -80px;
    left: -20px;
  }

  /* ボタン ------------------------------------*/
  .btn_yellow.voice::before {
    width: 120px;
    height: 120px;
    left: -10px;
  }
  .btn_yellow::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
  .btn_yellow.t_kun {
    max-width: calc(340px - 171px);
    padding: 8px 30px 8px 135px;
  }

  /*==================================================================================
	下階層トップ
	==================================================================================*/
  section#second_top {
    height: 200px;
  }
  section#second_top span.font_en {
    font-size: 32px;
  }

  /*==================================================================================
	WORK
	==================================================================================*/
  /* 生産ライン --------------------------------------------*/
  section#work_line .production {
    padding-top: 140px;
  }
  /* 表示切り替えボタン */
  section#work_line .production label div {
    width: calc(110px - 4px);
    height: calc(110px - 4px - 10px);
    border: 2px #000 solid;
  }
  section#work_line .production label div .font_24 {
    font-size: 12px;
  }
  section#work_line .production label div img {
    width: 50px;
  }
  /* 表示切り替え中身 */
  section#work_line .production #engine + .line::after,
  section#work_line .production #parts + .line::after {
    width: 34%;
    left: 16.2%;
  }
  section#work_line .production #parts + .line::after {
    left: auto;
    right: 16.2%;
  }
  /* FINAL PROCESS --------------------*/
  section#work_line .production .final .photo {
    width: 100%;
  }

  /*==================================================================================
	DORMITORY MEALS
	==================================================================================*/
  section#dormitory .space_ttl p::before {
    width: 110px;
  }
  section#dormitory .space_ttl.personal p::before {
    top: -40px;
    right: -120px;
  }
  section#dormitory .space_ttl.shared p::before {
    top: -50px;
    left: -120px;
  }
  section#dormitory .row {
    padding: 0;
  }
  section#dormitory .row .col3 {
    width: calc(100% / 2 - 5px);
  }
  section#dormitory .row .photo p.font_24 {
    font-size: 14px;
  }
  section#dormitory .row .photo p.font_18 {
    font-size: 10px;
  }
  /* 食事メニュー ------------------------------*/
  section#meals .cafeteria {
    height: 120px;
  }

  /*==================================================================================
	INTERVIEW
	==================================================================================*/
  /* INTERVEWI 詳細 -----------------------------*/
  section#interview .int_intro .bg_p {
    height: 180px;
  }
  section#interview_btmlist .article .photo {
    width: 80px;
  }
  section#interview_btmlist .article .row {
    width: calc(100% - 80px - 16px);
    padding: 8px;
  }
  /* 動画 詳細 -----------------------------*/
  .youtube iframe {
    width: 100%;
    height: 190px;
  }

  /*==================================================================================
	WORK LOCATION
	==================================================================================*/
  /* 工場ボタン */
  section#location .factory_btn {
    width: 70px;
    margin: 20px 5px 10px;
    padding: 36px 6px 20px;
  }
  section#location .factory_btn::after {
    width: 5px;
    height: 5px;
    bottom: 10px;
  }
  section#location .factory_btn p {
    font-size: 14px;
    letter-spacing: 0;
  }
  section#location .factory_btn span {
    top: -15px;
  }

  /*==================================================================================
	Mr.t SALARY
	==================================================================================*/
  /* 表示切り替え ------------------------------------------*/
  section#mrt_salary .salary_graf {
    padding-bottom: 360px;
  }

  /*==================================================================================
	TALK ABOUT
	==================================================================================*/
  section#talk dl.accordion dt {
    width: calc(100% - 20px);
    padding: 15px 10px;
  }
  section#talk dl.accordion dt span {
    margin-right: 8px;
    font-size: 20px;
  }
  section#talk dl.accordion dt p {
    padding-right: 30px;
  }
  section#talk dl.accordion dt span.arrow {
    width: 30px;
  }
  section#talk dl.accordion dt span.arrow::after {
    width: 5px;
    height: 5px;
    margin: -3px 0 0 -3px;
  }
  section#talk dl.accordion dt.open span.arrow::after {
    margin: -2px 0 0 -3px;
  }
  section#talk dl.accordion dd .point {
    display: block;
    height: auto;
  }
  section#talk dl.accordion dd .point .ttl {
    display: inline-block;
    padding: 5px 10px;
  }
  section#talk dl.accordion dd .point .txt {
    width: calc(100% - 20px);
    padding: 10px;
  }
  section#talk dl.accordion dd .point .txt p {
  }
  section#talk dl.accordion dd .point + p {
    padding: 10px 20px;
    font-size: 16px;
  }
  section#talk dl.accordion dd .point + p .q8_open {
    margin-left: 5px;
  }

  /*==================================================================================
	FAQ
	==================================================================================*/
  section#faq .ilst img {
    max-width: 140px;
  }
  section#faq dl.accordion dt {
    width: calc(100% - 94px);
    height: auto;
    padding: 15px 40px 15px 54px;
  }
  section#faq dl.accordion dt::after {
    width: 10px;
    right: 80px;
  }
  section#faq dl.accordion dt p.font_en {
    width: 34px;
    font-size: 34px;
    top: -16px;
    left: 10px;
  }
  section#faq dl.accordion dt span.arrow {
    width: 30px;
  }
  section#faq dl.accordion dt span.arrow::after {
    width: 5px;
    height: 5px;
    margin: -3px 0 0 -3px;
  }
  section#faq dl.accordion dt.open span.arrow::after {
    margin: -2px 0 0 -3px;
  }
  section#faq dl.accordion dd .row {
    padding: 20px 10px;
  }
  section#faq dl.accordion dd .row span {
    width: 34px;
    font-size: 34px;
  }
  section#faq dl.accordion dd .row p {
    width: calc(100% - 44px);
  }

  /*==================================================================================
	2weeks
	==================================================================================*/
  /* 時刻 ------------------------*/
  section#two_weeks .sche_2weeks .time_sche .font_12 {
    font-weight: normal;
  }

  /*==================================================================================
	フッター
	==================================================================================*/
  /* お問い合わせ -------------------------------*/
  footer .foot_info .foot_tel span:first-child {
    margin-bottom: 5px;
  }
}

/* 先輩インタビューレイアウト補助（PC） -------------------------------*/
@media screen and (min-width: 980px) {
  article {
    height: 2000px;
  }
  .sec {
    width: 49%;
  }
}
