@charset "UTF-8";
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3vw;
  color: #333;
  line-height: 1.8;
  background: #fff;
  letter-spacing: 0.1em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
.mt7 {
  margin-top: 7vw !important;
}
.mr2 {
  margin-right: 2vw !important;
}
.m0 {
  margin: 0 auto;
}
.mb1 {
  margin-bottom: 1vw;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn.btn-angle {
  width: 17vw;
  position: relative;
  text-align: center;
  padding: 0.5vw 0;
}
.btn.btn-angle::after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #0ABAB5;
}
.bg-mizu {
  background-color: #F3F6FA;
}
.bg-w {
  background-color: #fff;
}
.bg-g {
  background-color: #145CA3;
}
.bg-gu {
  background-color: #F3F6FA;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #0ABAB5;
}
.white {
  color: #fff;
}
.red {
  color: #A30000;
}
.green {
  color: #145CA3;
}
.mizu {
  color: #509DE8;
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 3px solid #145CA3;
}
.bd-b {
  border-bottom: 3px solid #145CA3;
}
.bd-all {
  border: 3px solid #0ABAB5;
}
.bd-g {
  border: 3px solid #145CA3;
}
.bd-t-w {
  border-top: 1px solid #14A39E;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
.bd-mizu {
  border: 3px solid #509DE8;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 1vw 0 9vw;
  padding: 1vw;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.bold {
  font-weight: 500;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.65vw;
}
.f26 {
  font-size: 1.8vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f40 {
  font-size: 3vw;
}
.f46 {
  font-size: 3.2vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background-color: #fff;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  height: 8vw;
}
header h1 {
  padding: 0!important;
}
header .logo .img {
    width: auto;
    height: 6vw;
    background: #0ABAB5;
    padding: 0.5vw;
}
header h1 img {
	width: unset!important;
    height: 5vw!important;
}
header .logo .ttl {
  padding: 1vw;
    line-height: 1.4;
}
header nav ul a {
  color: #0ABAB5;
}
/*=================================================
 * nav
 * ================================================= */
header .navbox {
  margin: 1.5vw 0 0 7vw;
  text-align: center;
}
header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.3vw;
}
header nav ul ul {
  display: block;
}
header nav ul li {
  position: relative;
  padding: 0px 2vw;
}
header nav ul li ul li {
  padding: 0px;
}
header nav ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
header nav ul li li a {
  padding: 0.98vw 1.961vw;
}
header nav ul li a:hover {
  color: #888;
}
header nav li.has-child ul {
  position: absolute;
  left: -4.5vw;
  top: 3vw;
  z-index: 4;
  border: solid 1px #707070;
  width: 25vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
header nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
header nav li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px rgba(63, 58, 57);
  background: #fff;
  opacity: 1;
}
header nav li.has-child ul li:last-child a {
  border-bottom: none;
}
header nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #C5E8B6;
}
/*=================================================
 * リクルートtop
 * ================================================= */
#recruit .fv-top .catch {
  top: 12vw;
  z-index: 99999;
  color: #fff;
  font-weight: 500;
  left: 4vw;
  text-shadow: 0 3px 6px rgb(0, 0, 0, 0.6);
}
#recruit .join-bt {
  bottom: 0;
  right: 0;
  background: #FFEC9D;
  z-index: 999999;
  padding: 1vw 3vw 1vw 5vw;
  border-radius: 2vw 0 0;
  position: fixed;
}
#recruit .join-bt .txt {
  margin-right: 2vw;
}
#recruit .join-bt .flex-sb .img {
  width: 3vw;
}
#recruit .fixtxt {
  position: fixed;
  right: -1.4vw;
  top: 40%;
  color: #d3d3d3;
  opacity: 0.5;
  z-index: 99999;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: auto;
}
#recruit .block01 {
  padding: 8vw 0;
}
#recruit .block01 .txtbox {
  width: 41vw;
  margin-left: 10vw;
}
#recruit .block01 .txtbox .txt {
  margin-top: 3vw;
}
#recruit .block01 .img {
  width: 44vw;
}
#recruit .block02 {
  padding-bottom: 8vw;
}
#recruit .block02 .img {
  width: 44vw;
}
#recruit .block02 .txtbox {
  width: 41vw;
  margin-right: 10vw;
}
#recruit .block03 .bg-mizu {
  width: 78vw;
  height: 150vw;
  z-index: -9999;
}
#recruit .block03 .box {
  width: 80vw;
  margin: 0 auto;
  margin-top: -4vw;
}
#recruit .block03 .box .cell01 {
  width: 22vw;
  height: 22vw;
}
#recruit .block03 .box .cell02 {
  width: 22vw;
  height: 22vw;
  margin-top: 5vw;
}
#recruit .block03 .box .cell03 {
  width: 22vw;
  height: 22vw;
  margin-top: 10vw;
}
#recruit .block03 .box .img {
  height: 6vw;
  width: 4vw;
  margin: 0 auto;
  margin-top: 4vw;
}
#recruit .block03 .box .txt {
  text-align: center;
  line-height: 1.5;
}
#recruit .block03 .h2box {
  margin-left: 10vw;
  margin-bottom: 5vw;
}
.h2box {
  line-height: 1.6;
  padding: 5vw 0;
}
.h2box .bline {
  border-top: solid 3px #000;
  width: 5vw;
  margin-top: 1vw;
}
#recruit .block03 .pic {
  width: 32vw;
  right: 0;
  bottom: -16vw;
}
#recruit .block04 {
  margin: 20vw 0 0;
}
#recruit .block04 .box .cell-r {
  background-image: url(img/recruit/fuki-a.svg);
  width: 25vw;
  height: 13vw;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 1vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3vw;
}
#recruit .block04 .box .cell-b {
  background-image: url(img/recruit/fuki-b.svg);
  width: 25vw;
  height: 13vw;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 1vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3vw;
}
#recruit .block04 .flex-end {
  display: flex;
  justify-content: flex-end;
}
#recruit .block04 .flex-end .pic {
  width: 17vw;
  left: 5vw;
  top: -6vw;
}
#recruit .block04 .flex-start {
  display: flex;
  justify-content: flex-start;
}
#recruit .block04 .flex-start .pic {
  width: 19vw;
  right: 5vw;
  top: -4vw;
}
#recruit .block05 {
  padding: 8vw 0;
}
#recruit .block05 .btbox {
  margin: 0 0 8vw;
}
#recruit .block05 .btbox .btwrap {
  width: 42vw;
    padding: 2vw 3vw;
}
#recruit .block05 .btbox .btwrap::after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#recruit .block05 .box01 {
  margin-bottom: 4vw;
}
#recruit .block05 .box01 .pic {
  right: 3vw;
  top: -2vw;
  width: 16vw;
}
#recruit .block05 .box01 .ttl {
  width: fit-content;
  padding: 1.5vw 5vw;
  border-radius: 0 0 2vw 0;
}
#recruit .block05 .box01 .wrap {
  width: 58vw;
  margin: 0 auto;
  padding: 4vw 0;
}
#recruit .block05 .box01 .wrap .num {
  width: fit-content;
  padding: 0 5vw;
}
#recruit .block05 .box01 .wrap .stxt {
  padding: 2vw 0;
}
#recruit .block05 .box01 .wrap .sbox {
  padding: 3vw 7vw;
  margin-bottom: 5vw;
}
#recruit .block05 .box01 .wrap .sbox ul li {
  list-style: disc;
  margin-bottom: 1.5vw;
  line-height: 1.5;
}
#recruit .block05 .box01 .bline {
  border-right: solid 3px #0ABAB5;
  bottom: -7vw;
  height: 10vw;
  left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  z-index: 99999;
}
#recruit .block05 .box01 .bline::after, #recruit .block05 .box01 .bline::before {
  content: "";
  background: #0ABAB5;
  border-radius: 50%;
  height: 1.5vw;
    width: 1.5vw;
  bottom: 1vw;
  position: absolute;
    right: -0.9vw;
}
#recruit .block05 .box01 .bline::after {
  bottom: 0;
}
#recruit .block05 .box01 .bline::before {
  top: 0;
}
#recruit .block05 .box01 .arrow-u {
  margin: 2vw 0;
  height: 2vw;
}
#recruit .block05 .box01 .arrow-u::before {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0ABAB5;
  font-size: 5vw;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#recruit .block05 .box01 .wrap .cell {
  width: 27vw;
 padding: 2vw 4vw;
}
#recruit .block05 .box01 .wrap .cell .center {
    margin: 0 auto;
}
#recruit .block05 .box01 .wrap .cell .img {
  width: 15vw;
  margin: 0 auto;
}
#recruit .block05 .box01 .wrap .cell .ttl {
  padding: 0;
}
#recruit .block05 .blank {
  margin: 2vw 0 5vw;
}
#recruit .block05 .blank .mainttl {
  margin-bottom: 1vw;
}
#recruit .block05 .box02 {
  padding: 3vw 5vw;
  margin-bottom: 3vw;
}
#recruit .block05 .box02 .txtbox {
  width: 52vw;
}
#recruit .block05 .box02 .txtbox .ttl {
  margin-bottom: 2vw;
}
#recruit .block05 .box02 .img {
  width: 15vw;
  margin-top: 3vw;
}
#recruit .block05 .box02 .in-img {
  width: 29vw;
}
#recruit .block05 .box02 .in-txt {
  width: 38vw;
}
#recruit .block05 .box02 .in-txt .ttl {
  padding: 0;
  margin-bottom: 1vw;
}
#recruit .block05 .box02 .in-txt .name {
  text-align: right;
  margin: 3vw 0 2vw;
}
#recruit .block05 .box01 .gline {
    border-right: solid 3px #145CA3;
    bottom: -7vw;
    height: 10vw;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: 99999;
}
#recruit .block05 .box01 .gline::after, #recruit .block05 .box01 .gline::before {
    content: "";
    background: #145CA3;
    border-radius: 50%;
    height: 1.5vw;
    width: 1.5vw;
    bottom: 1vw;
    position: absolute;
    right: -0.9vw;
}
#recruit .block05 .box01 .gline::after {
  bottom: 0;
}
#recruit .block05 .box01 .gline::before {
  top: 0;
}
/*=================================================
 * アコーディオン
 * ================================================= */
.toggle_title {
  position: relative;
  padding: 1vw;
  border: 1px solid #000;
  cursor: pointer;
}
.toggle_title p {
  margin: 0 2vw 0 3vw;
}
.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.toggle_ans {
  margin: 0;
  padding: 1vw 0 5vw;
  display: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
/*プラス*/
.plus {
  position: absolute;
  right: 3vw;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
.plus:before, .plus:after {
  display: block;
  content: "";
  background-color: #6b3906;
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
.plus:before {
  width: 1px;
  height: 15px;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 60vw;
  width: 100%;
  margin: auto;
  padding: 3vw 0;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit, .profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 12vw;
  padding-left: 30px;
  font-weight: bold;
}
bold {
  font-weight: bold;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit, .profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
#recruit .jobinfo {
  width: 60vw;
  margin: 2vw auto;
}
#recruit .toggle_title .sub {
  border: 1px solid #333;
  width: fit-content;
  padding: 0.5vw 2vw;
  height: fit-content;
  margin-top: 0.5vw;
}
#recruit .wrap {
  margin: 0 auto;
  padding: 0 20px;
}
#recruit .a-box {
  padding-bottom: 5vw;
}
#recruit .a-box .cap a {
  text-decoration: revert;
}
#recruit .btn-wrap {
  width: fit-content;
  margin: 0 auto 4vw;
}
#recruit .a-box .conWrap {
  margin-bottom: 3vw;
}
#recruit .btn-long {
  width: 32vw;
  padding: 0.8vw;
}
#recruit .toggle_title .f30 {
  width: fit-content;
}
#recruit .contact {
  padding: 3vw 10vw;
}
#recruit .contact .ttl {
  width: fit-content;
  border-bottom: solid 3px #0ABAB5;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2vw;
}
#recruit .contact .btbox {
  margin: 3vw 0;
}
#recruit .contact .btbox .btwrap {
  padding: 1vw 2vw;
  width: 29vw;
}
#recruit .contact .btbox .btwrap .tel::before {
  content: '';
  display: inline-block;
  width: 2vw;
  height: 2vw;
  background-image: url(img/recruit/tel-b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1vw;
  background-repeat: no-repeat;
}
#recruit .contact .btbox .btwrap .mail::before {
  content: '';
  display: inline-block;
  width: 2.2vw;
  height: 1.67vw;
  background-image: url(img/recruit/mail.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1vw;
  background-repeat: no-repeat;
}
/*=================================================
 * footer
 * ================================================= */
footer {
  background: #0ABAB5;
}
footer .fbox {
  width: 80vw;
}
footer .fbox .flogo {
  padding: 4vw 0 2vw;
  margin: 0 auto;
  width: 20vw;
}
footer .fbox .flogo .img {
  width: 20vw;
}
footer .fbox .address {
  margin-bottom: 2vw;
}
footer .fbox a {
  color: #fff;
  text-decoration: underline;
}
/*=================================================
 * page共通
 * ================================================= */
/*=================================================
 * レスポンシブ｜共通
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 5vw auto 14vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*フォントサイズ*/
  .h2box .bline {
    border-top: solid 2px #000;
    width: 20vw;
    margin-top: 2vw;
  }
    #recruit .h2box .f36 {
      font-size: 6vw;
        line-height: 1.3;
    margin: 3vw 0 3vw;
  }
    #recruit .h2box .sub {
        padding: 0;
        margin: 0;
    }
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.6vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 5vw;
  }
  .f36 {
    font-size: 6vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  .flex, .flex-sb {
    flex-wrap: wrap;
  }
    #recruit .fixtxt {
        font-size: 3vw;
    }
  /*=================================================
 * レスポンシブ｜header
 * ================================================= */
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header h1 {
    padding: 0;
  }
  header h1 img {
    width: unset!important;
    height: 13vw!important;
   }
  header .logo .img {
    width: 15vw;
    height: 15vw;
    background: #0ABAB5;
    padding: 1.2vw;
	margin: 0 auto;
    text-align: center;
  }
  header .logo .ttl {
    padding: 2vw 0 1vw 5vw;
    line-height: 1.5;
  }
  /*=================================================
 * レスポンシブ｜ハンバーガーメニュー
 * ================================================= */
  .menu-content ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 45vw;
  }
  .menu-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    top: 0;
    right: 2vw;
    height: 15vw;
    width: 15vw;
  }
  .menu-btn span, .menu-btn span::before {
    content: '';
    display: block;
    height: 3px;
    width: 36px;
    top: 17px;
    background-color: #0ABAB5;
    position: absolute;
  }
  .menu-btn span::after {
    font-size: 12px;
    top: 21px;
    left: 2px;
  }
  .menu-btn span::before {
    bottom: 16px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    bottom: 0;
    transform: rotate(24deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    display: none;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .menubox ul {
    padding: 3vw 0 0 5vw;
  }
  .menubox ul .border {
    border-bottom: 1px solid #330001;
    width: 3vw;
    margin: 2vw 0;
  }
  .menubox ul li {
    list-style: none;
  }
  .menubox ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    padding: 0vw 15vw 1vw 0;
    position: relative;
    line-height: 2;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #fff;
    transition: all 0.5s;
    overflow: auto;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 10%;
  }
  .menu-content {
    background-color: #F3F6FA;
  }
  .menu-content .menubt {
    width: 30vw;
    margin-left: 5vw;
    margin-top: 2vw;
    text-align: center;
    justify-content: space-between;
  }
  .menu-content .menubt .cell {
    background: #E27272;
    color: #fff;
    width: 14vw;
  }
  .menu-content .menubt .cell a {
    color: #fff;
    display: block;
    padding: 1vw;
  }
  .menu-content .snsbt {
    width: 30vw;
    margin-left: 5vw;
    margin-top: 2vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  .menu-content .snsbt .cell {
    margin-right: 2vw;
  }
  .menu-content ul {
    padding: 20vw 10vw 0;
    width: 80vw;
  }
  .menu-content ul li a {
    font-size: 4.5vw;
    line-height: 3;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
    .menubox .link-btn{
        border: 3px solid #0ABAB5;
    width: 70vw;
    padding: 2vw;
    font-size: 4.5vw;
    margin: 9vw 10vw 0;
    text-align: center;
    color: #0ABAB5;
    } 
  /*=================================================
 * レスポンシブ｜TOPページ
 * ================================================= */
  #recruit {
    margin-top: 15vw;
  }
  #recruit .fv-top .catch {
    font-size: 7vw;
    line-height: 1.5;
    top: 13vw;
	  z-index: 999;
  }
  #recruit .block01 .txtbox {
    width: 90%;
    margin: 0 auto;
  }
  #recruit .block01 .img {
    width: 90%;
    margin: 8vw 0 8vw auto;
  }
  #recruit .block02 .txtbox {
    width: 90%;
    margin: 0 auto 10vw;
    order: 1;
  }
  #recruit .block02 .img {
    width: 90%;
    order: 2;
  }
  #recruit .block03 {
    margin-bottom: 30vw;
  }
  #recruit .block03 .h2box {
    margin-left: 5.5vw;
  }
  #recruit .block03 .box {
    width: 90%;
    margin-top: 0;
  }
  #recruit .block03 .box .cell01 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 3vw;
    margin: 0 auto 5vw;
  }
  #recruit .block03 .box .cell02 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 3vw;
    margin: 0 auto 5vw;
  }
  #recruit .block03 .box .cell03 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 3vw;
    margin: 0 auto 5vw;
  }
  #recruit .block03 .box .img {
    height: auto;
    width: 9vw;
  }
  #recruit .block03 .box .txt {
    width: 62vw;
    text-align: left;
  }
  .block03 .mt7 {
    margin-top: 0 !important;
  }
  #recruit .block03 .pic {
    width: 42vw;
    bottom: -37vw;
  }
  #recruit .block03 .bg-mizu {
    height: 346vw;
  }
  #recruit .block04 .box .cell-r, #recruit .block04 .box .cell-b {
    width: 80%;
    height: 36vw;
    margin: 0 auto 5vw;
    position: relative;
  }
  #recruit .block04 .box .cell-r .txt, #recruit .block04 .box .cell-b .txt {
    position: absolute;
    top: 0;
    bottom: 10vw;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    line-height: 1.5;
  }
  #recruit .block04 .h2box {
    margin-bottom: 6vw;
  }
  #recruit .block04 .flex-end, #recruit .block04 .flex-start {
    flex-wrap: wrap;
  }
  #recruit .block04 .flex-end .pic {
    width: 25vw;
    left: 0;
    top: -28vw;
    z-index: 1;
  }
    #recruit .block04 .fd-wrap {
        width: 100%;
    margin: 0 auto 50px;
    height: 70vh;
    overflow-y: scroll;
    padding: 10vw 0;
    background: #fff;
    border: 10px #0ABAB5 solid;
    }
  #recruit .block04 .box .mr2 {
    margin-right: auto !important;
  }
  #recruit .block04 .flex-start .pic {
    width: 27vw;
    right: 0;
    top: -20vw;
  }
  #recruit .block05 .btbox .btwrap {
    width: 100%;
    margin: 6vw auto 0;
  }
  #recruit .block05 .btbox {
    margin: 0 0 15vw;
  }
  #recruit .block05 .box01 .wrap {
    width: 90%;
    padding: 15vw 0;
  }
  #recruit .block05 .box01 .wrap .stxt {
    padding: 5vw 0;
    line-height: 1.5;
    text-align: left;
  }
  #recruit .block05 .box01 .wrap .sbox {
    padding: 5vw 3vw 5vw 8vw;
    margin-bottom: 15vw;
  }
  #recruit .block05 .box01 .wrap .sbox:last-child {
    margin-bottom: 0;
  }
  #recruit .block05 .box01 .bline, #recruit .block05 .box01 .gline {
    bottom: -15vw;
    height: 22vw;
  }
  #recruit .block05 .box01 .bline::after, #recruit .block05 .box01 .bline::before, #recruit .block05 .box01 .gline::after, #recruit .block05 .box01 .gline::before {
    height: 2.5vw;
        width: 2.5vw;
        right: -1.45vw;
  }
  #recruit .block05 .box01 {
    margin-bottom: 7vw;
  }
  #recruit .block05 .box01 .pic {
    right: 3vw;
    top: 0;
    width: 25vw;
  }
  #recruit .block05 .box01 .pic1 {
    right: 2vw;
    top: 5vw;
  }
  #recruit .block05 .box01 .wrap .num1 {
    width: 100%;
    padding: 2vw 5vw;
  }
  #recruit .block05 .box01 .wrap .sbox1 {
    margin-bottom: 0;
    padding: 5vw 3vw;
  }
  #recruit .block05 .box01 .wrap .sbox2 {
    padding: 5vw 3vw;
  }
  #recruit .block05 .box01 .wrap .cell {
    width: 48%;
    padding: 4vw 2vw;
    margin-bottom: 0;
  }
  #recruit .block05 .box01 .wrap .cell .img {
    width: 25vw;
    margin: 0 auto 3vw;
  }
  #recruit .block05 .box01 .cell .ttl {
    margin: 0 auto;
  }
  #recruit .block05 .blank .center {
    text-align: left;
  }
  #recruit .block05 .blank .f30 {
    line-height: 1.5;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  #recruit .block05 .box02 {
    padding: 7vw;
    margin-bottom: 10vw;
  }
  #recruit .block05 .box02 .img {
    width: 40vw;
    margin: 0 auto 6vw;
    order: 1;
  }
  #recruit .block05 .box02 .txtbox {
    width: 100%;
    order: 2;
  }
  #recruit .block05 .box02 .txtbox .ttl {
    text-align: center;
    line-height: 1.5;
  }
  #recruit .block05 .box02 .in-img {
    width: 50vw;
    margin: 0 auto 7vw;
  }
  #recruit .block05 .box02 .in-txt .ttl {
    line-height: 1.5;
    font-size: 5vw;
    width: fit-content;
    margin-bottom: 5vw;
  }
  #recruit .block05 .box02 .in-txt {
    width: 100%;
  }
  #recruit .block05 .box01 .pic2 {
    right: -1vw;
    top: 11vw;
  }
  #recruit .contact {
    padding: 4vw 7vw;
  }
  #recruit .contact .ttl {
    margin-bottom: 5vw;
  }
  #recruit .contact .btbox .btwrap .tel::before {
    width: 7vw;
    height: 5vw;
    margin-bottom: 1vw;
  }
  #recruit .contact .btbox .btwrap .mail::before {
    width: 7vw;
    height: 4vw;
    margin-bottom: 1vw;
  }
  /*=================================================
 * レスポンシブ｜募集要項
 * ================================================= */
  #recruit .a-box {
    width: 100%;
  }
  #recruit .mainWrap {
    width: 90vw;
  }
  #recruit .a-box .jobinfo {
    padding: 20px;
    width: 90vw;
  }
  #recruit .a-box .conWrap {
    margin-bottom: 8vw;
  }
  #recruit .toggle_title .f30 {
    font-size: 4.5vw;
    width: 80%;
  }
  #recruit .sub {
    font-size: 3.5vw;
    padding: 0 3vw;
    margin: 2vw 2vw 0 3vw;
  }
  #recruit .area {
    flex-wrap: wrap;
    display: flex;
    width: 90vw;
    margin: 5vw auto;
  }
  .profileArea > .in .content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #recruit .a-box .jobinfo .title {
    font-size: 4.5vw;
  }
  #recruit .a-box .sttl {
    color: #2B8F3C;
    font-weight: bold;
    margin: 3vw 0 2vw;
    font-size: 4vw;
  }
  #recruit .a-box {
    padding-bottom: 5vw;
    padding-top: 10vw;
  }
  #recruit .a-box .ttl {
    font-size: 6vw;
  }
  #recruit .a-box .sttl {
    color: #2B8F3C;
    font-weight: bold;
    margin: 3vw 0 2vw;
    font-size: 4vw;
  }
  #recruit .att {
    margin: 0 auto 0 3.2vw;
    width: fit-content;
  }
  .toggle_title {
    padding: 4vw 0;
  }
  .toggle_title .flex-sb {
    display: block;
  }
  #recruit .jobinfo {
    width: 90%;
  }
  #recruit .btn-long {
    width: 90%;
    height: 15vw;
  }
  .profileArea > .in {
    max-width: 80vw;
  }
  .profileArea > .in .content .tr .tit {
    padding: 4vw 0;
    width: 28vw;
  }
  .profileArea > .in .content .tr .cap {
    padding: 4vw 0;
  }
  .profileArea > .in .content .tr .tit.type01 {
    letter-spacing: 0;
  }
  .profileArea > .in .content .tr .tit.type03 {
    letter-spacing: 0.1rem;
  }
  #recruit .profileArea > .in {
    padding: 20px 0;
    max-width: 80vw;
  }
  #recruit .btn-wrap {
    width: 100%;
  }
  #recruit .btn-long {
    width: 90%;
    margin: 0 auto;
    line-height: 3;
  }
  #recruit .contact .btbox {
    margin-bottom: 5vw !important;
  }
  footer .fbox .flogo {
    padding: 10vw 0 7vw;
    margin: 0 auto;
    width: 100%;
  }
  footer .fbox .flogo .img {
    width: 53vw;
    margin: 0 auto;
  }
  footer {
    padding-bottom: 25vw!important;
  }
  #recruit .join-bt .flex-sb {
    align-items: center;
  }
  #recruit .join-bt .flex-sb .img {
    width: 8vw;
  }
  #recruit .join-bt {
    padding: 3vw 7vw;
  }
}
