@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  width: 100%;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
body a {
  display: block;
}
body a:hover {
  opacity: 0.7;
}

.round {
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.mplus800 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.meiryo {
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@font-face {
  font-family: "smart03";
  src: url("../fonts/03SmartFontUI.woff") format("woff");
}
.smart03 {
  font-family: "smart03";
}

@font-face {
  font-family: "ronde";
  src: url("../fonts/Ronde-B_square.woff") format("woff");
}
.ronde {
  font-family: "ronde";
}

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

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

.ilb,
.dib {
  display: inline-block;
}
.pl1em .ilb,
.pl1em .dib {
  text-indent: 0;
}

.poa,
.abs {
  position: absolute;
}

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

.t0 {
  top: 0;
}

.b0 {
  bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tdu {
  text-decoration: underline;
}

.pl1 {
  padding-left: 1em;
}

.pl1em {
  padding-left: 1em;
  text-indent: -1em;
}
.pl1em > li {
  margin-left: 1em;
}

.int li {
  text-indent: -1em;
  padding-left: 1em;
}

.numList {
  counter-reset: number;
}
.numList > li {
  counter-increment: number;
}
.numList > li::before {
  content: counter(number) ".";
}

.cirList > li::before {
  content: "●";
}

.dotList > li::before {
  content: "・";
}

.squList > li::before {
  content: "■";
}

.komeList > li::before {
  content: "※";
}

.spaceList > li::before {
  content: "　";
}

.iframe_wrap {
  position: relative;
  height: 0;
}
.iframe_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: none;
  }
}
.baseW {
  margin: 0 auto;
  width: 95%;
  max-width: 1080px;
}
@media screen and (max-width: 541px) {
  .baseW {
    width: 90%;
  }
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}
/*-----------------------------------------
*
*to-top
*
-----------------------------------------*/
.to_pagetop.is_visible {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}

.to_pagetop {
  position: fixed;
  right: 300px;
  bottom: 20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1780px) {
  .to_pagetop {
    right: calc(0.1807228916 * (100vw - 300px));
  }
}
@media (max-width: 1660px) {
  .to_pagetop {
    right: calc(0.1807228916 * (100vw - 500px));
  }
}
@media (max-width: 1380px) {
  .to_pagetop {
    right: calc(0.1807228916 * (100vw - 900px));
  }
}
@media (max-width: 1260px) {
  .to_pagetop {
    right: 20px;
  }
}

.to_pagetop > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 1.8rem;
  background-color: #ef8438;
  border-radius: 50%;
  letter-spacing: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .to_pagetop > a {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .to_pagetop > a {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}

.to_pagetop > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  width: 62px;
  height: 42px;
  background-image: url(../images/recruit/icon_to-top.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .to_pagetop > a:before {
    width: 52px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .to_pagetop > a:before {
    width: 32px;
    height: 25px;
  }
}

/*------------------------------
*フォント
-------------------------------*/
/*------------------------------
*common
-------------------------------*/
body {
  background-image: url(../images/recruit/bg.png);
  background-size: 1920px auto;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  svg {
    width: 100%;
    height: auto;
  }
}
/*------------------------------
*header
-------------------------------*/
.header {
  position: relative;
  padding: 4.5rem 0 1rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    padding: 1.5rem 0 1rem;
  }
}
.header * {
  letter-spacing: 0;
}
.header_cont {
  max-width: 1400px;
  margin: 0 auto;
}
.header_logo {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .header_logo {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 220px;
    height: auto;
    margin: 0 auto;
    transform: unset;
  }
}
.header_logo a {
  max-width: 185px;
  margin: 0 auto;
}
@media screen and (max-width: 541px) {
  .header_logo a {
    max-width: 125px;
  }
}
.header_logo_txt {
  max-width: 175px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  border-radius: 40px;
  text-align: center;
  border: 1px solid;
}
@media screen and (max-width: 541px) {
  .header_logo_txt {
    padding: 0.5rem 1rem;
  }
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em;
}
@media (max-width: 1025px) {
  .header_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    padding: 5em 1em 1em;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    color: #fff;
    background-color: #f18f38;
  }
}
.header_nav.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header_nav_list:first-of-type {
  max-width: 570px;
}
@media (max-width: 1300px) {
  .header_nav_list:first-of-type {
    width: 40%;
  }
}
.header_nav_list:last-of-type {
  max-width: 450px;
  margin-right: 6%;
}
@media (max-width: 1300px) {
  .header_nav_list:last-of-type {
    width: 35%;
  }
}
.header_nav_listItem {
  margin-right: 30px;
  display: inline-block;
}
@media (max-width: 1300px) {
  .header_nav_listItem {
    margin-right: 5.7692307692vw;
  }
}
@media (max-width: 1025px) {
  .header_nav_listItem {
    display: block;
    margin-right: 70px;
  }
}
.header_nav_listItem a {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .header_nav_listItem a {
    font-size: 1.5vw;
  }
}
@media (max-width: 1025px) {
  .header_nav_listItem a {
    padding: 1em;
    border-top: 1px solid;
    font-size: 1.6rem;
  }
}
.header_nav_list:first-child .header_nav_listItem:first-child a {
  border-top: none;
}
.header_nav_list:last-child .header_nav_listItem {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .header_nav_list:last-child .header_nav_listItem {
    margin-right: 4.6153846154vw;
  }
}
@media (max-width: 1025px) {
  .header_nav_list:last-child .header_nav_listItem {
    margin-right: 70px;
  }
}
.header_nav_list:last-child .header_nav_listItem:last-child {
  margin-right: 0;
}
@media (max-width: 1025px) {
  .header_nav_list:last-child .header_nav_listItem:last-child {
    margin-right: 70px;
  }
}
.header_hamburger {
  display: none;
}
@media (max-width: 1025px) {
  .header_hamburger {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: url(../images/recruit/pointer.svg) 16 16, pointer;
    z-index: 11;
    background-color: #f18f38;
    border-radius: 3px;
  }
}
@media (max-width: 1025px) {
  .header_hamburger span {
    position: relative;
    display: block;
    width: 60%;
    height: 3px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.header_hamburger span:nth-child(1) {
  top: -12px;
}
.header_hamburger span:nth-child(2) {
  top: -7px;
}
.header_hamburger span:nth-child(3) {
  top: -2px;
}
.header_hamburger span:nth-child(4) {
  color: #fff;
  font-size: 1.12rem;
  height: 0;
  width: auto;
  text-align: center;
  bottom: -2px;
}
.header .hamburger.active span:nth-child(1) {
  top: 3px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  top: -3px;
  left: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .hamburger.active span:nth-child(4) {
  opacity: 0;
}

/*------------------------------
*MV
-------------------------------*/
.mv_cont {
  position: relative;
  max-width: 1350px;
  margin: 8rem auto 0;
}
@media (max-width: 1024px) {
  .mv_cont {
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mv_cont {
    margin: 0 auto;
  }
}
.mv .item {
  position: relative;
}
.mv .item figure {
  overflow: hidden;
  cursor: url(../images/recruit/pointer.svg), pointer;
  max-width: 1000px;
  margin: 0 0 0 auto;
}
@media (max-width: 1345px) {
  .mv .item figure {
    width: 74.3494423792vw;
    padding-right: 2em;
  }
}
@media (max-width: 1025px) {
  .mv .item figure {
    margin: 0 auto;
    padding: 0;
    width: 85%;
  }
}
.mv .item figure img {
  -webkit-transition: -webkit-filter 0.32s ease;
  transition: -webkit-filter 0.32s ease;
  transition: filter 0.32s ease;
  transition: filter 0.32s ease, -webkit-filter 0.32s ease;
}
.mv .item figure img:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.mv .main_copy {
  position: absolute;
  top: 130px;
  left: 50px;
  color: #494949;
  padding: 0.3em;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  line-height: 1.8;
  pointer-events: none;
}
@media (max-width: 1345px) {
  .mv .main_copy {
    top: 9.6654275093vw;
    left: 3.717472119vw;
    font-size: 2.2vw;
  }
}
@media (max-width: 1025px) {
  .mv .main_copy {
    position: unset;
    text-align: center;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .main_copy {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 541px) {
  .mv .main_copy {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 361px) {
  .mv .main_copy {
    font-size: 1.68rem;
  }
}
.mv .main_copy span {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0.5em;
  margin: 5px 0;
  background-color: #fff;
}
.mv .txt_copy {
  position: absolute;
  pointer-events: none;
}
.mv .txt_copy.slide_01 {
  bottom: 236px;
  left: 314px;
  max-width: 235px;
  height: 103px;
}
@media (max-width: 1345px) {
  .mv .txt_copy.slide_01 {
    bottom: 15.3159851301vw;
    left: 23.3457249071vw;
    width: 17.4721189591vw;
    height: 7.6579925651vw;
  }
}
@media (max-width: 1025px) {
  .mv .txt_copy.slide_01 {
    width: 100%;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_copy.slide_01 {
    width: 30%;
    bottom: 50px;
  }
}
@media screen and (max-width: 541px) {
  .mv .txt_copy.slide_01 {
    width: 27%;
    bottom: 35px;
  }
}
.mv .txt_copy.slide_02 {
  bottom: 300px;
  left: 426px;
  max-width: 190px;
  height: 104px;
}
@media (max-width: 1345px) {
  .mv .txt_copy.slide_02 {
    bottom: 20.0743494424vw;
    left: 31.6728624535vw;
    width: 14.126394052vw;
    height: 7.7323420074vw;
  }
}
@media (max-width: 1025px) {
  .mv .txt_copy.slide_02 {
    width: 100%;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_copy.slide_02 {
    width: 30%;
    bottom: 50px;
  }
}
@media screen and (max-width: 541px) {
  .mv .txt_copy.slide_02 {
    width: 28%;
    bottom: 35px;
  }
}
.mv .txt_copy.slide_03 {
  bottom: 231px;
  left: 413px;
  max-width: 167px;
  height: 96px;
}
@media (max-width: 1345px) {
  .mv .txt_copy.slide_03 {
    bottom: 14.9442379182vw;
    left: 30.7063197026vw;
    width: 12.4163568773vw;
    height: 7.1375464684vw;
  }
}
@media (max-width: 1025px) {
  .mv .txt_copy.slide_03 {
    width: 100%;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_copy.slide_03 {
    width: 24%;
    bottom: 50px;
  }
}
@media screen and (max-width: 541px) {
  .mv .txt_copy.slide_03 {
    width: 22%;
    bottom: 40px;
  }
}
.mv .txt_copy.slide_04 {
  bottom: 237px;
  left: 514px;
  max-width: 164px;
  height: 78px;
}
@media (max-width: 1345px) {
  .mv .txt_copy.slide_04 {
    bottom: 15.3903345725vw;
    left: 38.2156133829vw;
    width: 12.1933085502vw;
    height: 5.7992565056vw;
  }
}
@media (max-width: 1025px) {
  .mv .txt_copy.slide_04 {
    width: 100%;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_copy.slide_04 {
    width: 25%;
    bottom: 55px;
  }
}
@media screen and (max-width: 541px) {
  .mv .txt_copy.slide_04 {
    width: 24%;
    bottom: 45px;
  }
}
.mv .read_more {
  position: absolute;
  bottom: 64px;
  left: 60px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 2em 1em 1em;
  border-bottom: 2px solid;
  cursor: url(../images/recruit/pointer.svg), pointer;
}
@media (max-width: 1345px) {
  .mv .read_more {
    bottom: 4.7583643123vw;
    left: 4.4609665428vw;
  }
}
@media (max-width: 1025px) {
  .mv .read_more {
    position: unset;
    max-width: 274px;
    width: 50%;
    margin: 7% auto 0;
    padding: 0 0 1rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 541px) {
  .mv .read_more {
    width: 46%;
    font-size: 1.4rem;
  }
}
.mv .read_more .arrow {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  right: -20px;
  width: 14px;
  height: 18px;
  background-image: url(../images/recruit/icon_double_right_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 541px) {
  .mv .read_more .arrow {
    right: -10px;
    width: 11px;
    height: 15px;
  }
}
.mv .swiper {
  z-index: 2;
}
.mv .swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 0 0 15px !important;
  background: #fff;
  border: 1px solid #f4a551;
  opacity: 1;
  cursor: url(../images/recruit/pointer.svg), pointer;
}
.mv .swiper .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #f4a551;
}
.mv .swiper .swiper-pagination {
  bottom: 35px;
  left: 60%;
  width: 110px;
}
@media (max-width: 1345px) {
  .mv .swiper .swiper-pagination {
    bottom: 2.6022304833vw;
  }
}
@media (max-width: 1025px) {
  .mv .swiper .swiper-pagination {
    bottom: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mv .swiper .swiper-pagination {
    bottom: 43%;
  }
}
@media screen and (max-width: 541px) {
  .mv .swiper .swiper-pagination {
    bottom: 48%;
  }
}
@media (max-width: 400px) {
  .mv .swiper .swiper-pagination {
    bottom: 51%;
  }
}
.mv .swiper .swiper-button-prev,
.mv .swiper .swiper-button-next {
  top: unset;
  bottom: 20px;
  height: 45px;
  width: 45px;
  cursor: url(../images/recruit/pointer.svg), pointer;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1025px) {
  .mv .swiper .swiper-button-prev,
  .mv .swiper .swiper-button-next {
    top: 35%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 541px) {
  .mv .swiper .swiper-button-prev,
  .mv .swiper .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}
.mv .swiper .swiper-button-prev {
  left: 400px;
}
@media (max-width: 1345px) {
  .mv .swiper .swiper-button-prev {
    left: 29.7397769517vw;
  }
}
@media (max-width: 1025px) {
  .mv .swiper .swiper-button-prev {
    left: 6%;
  }
}
.mv .swiper .swiper-button-next {
  right: 50px;
}
@media (max-width: 1345px) {
  .mv .swiper .swiper-button-next {
    right: 5.9479553903vw;
  }
}
.mv .swiper .swiper-button-prev:after,
.mv .swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 45px;
  margin: auto;
  width: 45px;
}
.mv .swiper .swiper-button-prev:after {
  background-image: url(../images/recruit/pager-l.png);
}
.mv .swiper .swiper-button-next:after {
  background-image: url(../images/recruit/pager-r.png);
}
.mv .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.mv .icon_wave {
  content: "";
  position: absolute;
  top: 12%;
  right: -3%;
  width: 100px;
  height: 37px;
  background-image: url(../images/recruit/icon_mv_bg_wave.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
@media (max-width: 1025px) {
  .mv .icon_wave {
    top: 6%;
    right: 2%;
  }
}
@media screen and (max-width: 541px) {
  .mv .icon_wave {
    width: 50px;
    height: 20px;
  }
}
.mv .icon_top_circle {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  width: 250px;
  height: 190px;
  background-image: url(../images/recruit/icon_mv_bg_circle_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1025px) {
  .mv .icon_top_circle {
    top: -100px;
    left: 1%;
  }
}
@media screen and (max-width: 541px) {
  .mv .icon_top_circle {
    width: 135px;
    height: 99px;
    top: -14%;
  }
}
.mv .icon_tryangle {
  content: "";
  position: absolute;
  bottom: 28%;
  left: -6%;
  width: 130px;
  height: 110px;
  background-image: url(../images/recruit/icon_mv_bg_tryangle.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1025px) {
  .mv .icon_tryangle {
    bottom: 20%;
    left: 6%;
    width: 110px;
    height: 90px;
  }
}
@media screen and (max-width: 541px) {
  .mv .icon_tryangle {
    bottom: 25%;
    left: 4%;
    width: 90px;
    height: 83px;
  }
}
.mv .icon_bottom_circle {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -7%;
  width: 190px;
  height: 270px;
  background-image: url(../images/recruit/icon_mv_bg_circle_2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 1025px) {
  .mv .icon_bottom_circle {
    bottom: 3%;
    right: 6%;
    width: 171px;
    height: 240px;
  }
}
@media screen and (max-width: 541px) {
  .mv .icon_bottom_circle {
    bottom: 11%;
    right: 4%;
    width: 80px;
    height: 115px;
  }
}

/*------------------------------
*acd
-------------------------------*/
.acd {
  position: relative;
  padding: 2em 0 4.5em;
  margin-top: 8em;
  background-color: #fff;
  background-image: radial-gradient(#999999 1%, transparent 3%), radial-gradient(#999999 1%, transparent 3%);
  background-repeat: repeat;
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
}
@media screen and (max-width: 1025px) {
  .acd {
    padding-bottom: 5.5em;
  }
}
@media screen and (max-width: 768px) {
  .acd {
    margin-top: 5em;
    padding-bottom: 7.5em;
  }
}
.acd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 155px;
  height: 50px;
  background-image: url(../images/recruit/icon_accordion_bottom_sheep_l.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-animation: sheep_move 5s forwards;
          animation: sheep_move 5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1501px) {
  .acd::before {
    width: 140px;
    height: 46px;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .acd::before {
    width: 120px;
    height: 40px;
    left: 5%;
  }
}
@media screen and (max-width: 541px) {
  .acd::before {
    width: 90px;
    height: 30px;
  }
}
.acd::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 190px;
  height: 117px;
  background-image: url(../images/recruit/icon_accordion_bottom_building_r.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1501px) {
  .acd::after {
    width: 150px;
    height: 93px;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .acd::after {
    width: 130px;
    height: 80px;
    right: 5%;
  }
}
@media screen and (max-width: 541px) {
  .acd::after {
    width: 100px;
    height: 62px;
  }
}
.acd .top_img_box {
  position: relative;
  margin-top: -8em;
}
.acd .top_img_box::before {
  position: absolute;
  content: "";
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit/bg_top_img_box.png);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: top center;
}
@media screen and (max-width: 1501px) {
  .acd .top_img_box::before {
    background-size: 1920px auto;
  }
}
.acd .top_img_box_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 2em auto;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .acd .top_img_box_inner {
    margin: 6em auto 2em;
    gap: 5%;
  }
}
.acd .top_img_box_inner figure {
  position: relative;
  max-width: 260px;
  z-index: 0;
}
.acd .top_img_box_inner figure:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  width: 148px;
  height: 139px;
  background-image: url(../images/recruit/icon_accordion_top_mesh.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .acd .top_img_box_inner figure:nth-child(2)::before {
    width: 17vw;
    height: 18vw;
  }
}
.acd .top_img_box_ballon_l {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 70px;
  height: 90px;
  background-image: url(../images/recruit/icon_accordion_top_ballon_l.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .acd .top_img_box_ballon_l {
    top: -80px;
    left: 0;
    width: 61px;
    height: 74px;
  }
}
.acd .top_img_box_ballon_r {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 36px;
  height: 47px;
  background-image: url(../images/recruit/icon_accordion_top_ballon_r.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .acd .top_img_box_ballon_r {
    top: -70px;
    width: 36px;
    height: 47px;
  }
}
.acd .top_img_box_star_r {
  position: absolute;
  bottom: -10px;
  right: -30px;
  width: 55px;
  height: 45px;
  background-image: url(../images/recruit/icon_accordion_top_star_r.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .acd .top_img_box_star_r {
    bottom: -50px;
    right: 5px;
    width: 50px;
    height: 40px;
  }
}
.acd .top_img_box_star_l {
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: 55px;
  height: 45px;
  background-image: url(../images/recruit/icon_accordion_top_star_l.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .acd .top_img_box_star_l {
    bottom: -50px;
    left: 5px;
    width: 50px;
    height: 40px;
  }
}
.acd_box {
  padding-top: 4em;
}
.acd_box .acd_cont {
  max-width: 900px;
  margin: 2em auto;
}
.acd_box .acd_cont .acd_ttl {
  position: relative;
  padding: 2.5rem;
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #f4a551;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.2em;
  cursor: url(../images/recruit/pointer.svg), pointer;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_ttl {
    padding: 1.25rem;
    font-size: 1.4rem;
  }
}
.acd_box .acd_cont .acd_ttl::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 24px;
  height: 19px;
  background-image: url(../images/recruit/icon_arrow_dawn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_ttl::before {
    right: 3%;
    width: 15px;
    height: 12px;
  }
}
.acd_box .acd_cont .acd_ttl:hover {
  opacity: 0.7;
}
.acd_box .acd_cont .acd_ttl.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.acd_box .acd_cont .acd_inner {
  display: none;
  margin-top: 2em;
  padding: 3em;
  border: 3px solid #f4a551;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner {
    padding: 0;
    width: 95%;
    margin: 2em auto 0;
    border: none;
    background-color: unset;
  }
}
.acd_box .acd_cont .acd_inner_ttl {
  position: relative;
  margin-bottom: 2em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner_ttl {
    margin-top: 2em;
    margin-bottom: 3em;
    font-size: 1.8rem;
  }
}
.acd_box .acd_cont .acd_inner_ttl .copy {
  position: relative;
  border-bottom: 4px dotted;
  padding-bottom: 1rem;
}
.acd_box .acd_cont .acd_inner_ttl .min {
  font-size: 70%;
  font-weight: normal;
}
.acd_box .acd_cont .acd_inner_ttl span {
  position: relative;
  display: inline-block;
}
.acd_box .acd_cont .acd_inner_desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner_desc {
    text-align: left;
  }
}
.acd_box .acd_cont .acd_inner .acd_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3em auto 4em;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_btn_box {
    display: block;
    margin: 2em auto 2.5em;
    text-align: center;
  }
}
.acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn {
  position: relative;
  color: #fff;
  width: 50%;
  max-width: 250px;
  margin: 0 2rem;
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #808080;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn {
    width: 80%;
    max-width: 500px;
    margin: 1rem auto;
    padding: 1em;
    font-size: 1.4rem;
  }
}
.acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn.active {
  background-color: #ef8438;
}
.acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn:first-child::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -5px;
  width: 15px;
  height: 15px;
  border: 1px solid #323232;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn:first-child::before {
    bottom: -222%;
    right: 55%;
  }
}
.acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn:last-child::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -5px;
  width: 15px;
  height: 15px;
  border: 1px solid #323232;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn:last-child::before {
    bottom: -40px;
    left: 55%;
  }
}
.acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn.active:first-child::before {
  background-color: #ef8438;
  border-color: #ef8438;
}
.acd_box .acd_cont .acd_inner .acd_btn_box .acd_btn.active:last-child::before {
  background-color: #ef8438;
  border-color: #ef8438;
}
.acd_box .acd_cont .acd_inner .acd_cont_inner {
  position: relative;
  display: none;
  padding: 2rem;
}
.acd_box .acd_cont .acd_inner .acd_cont_inner.active {
  display: block;
}
.acd_box .acd_cont .acd_inner .acd_cont_inner .acd_inner_ttl_label {
  position: absolute;
  top: -15px;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #f9d45d;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner .acd_inner_ttl_label {
    position: unset;
    display: block;
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 1em 0;
    font-size: 2.2rem;
  }
}
.acd_box .acd_cont .acd_inner .acd_cont_inner.office .acd_inner_table::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 126px;
  height: 124px;
  background-image: url(../images/recruit/icon_oneday_office.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner.office .acd_inner_table::after {
    top: 35%;
    width: 106px;
    height: 105px;
  }
}
@media screen and (max-width: 541px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner.office .acd_inner_table::after {
    right: -10%;
    width: 86px;
    height: 85px;
  }
}
@media screen and (max-width: 361px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner.office .acd_inner_table::after {
    right: -26%;
    width: 76px;
    height: 75px;
  }
}
.acd_box .acd_cont .acd_inner .acd_cont_inner.group-home .acd_inner_table::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 106px;
  height: 86px;
  background-image: url(../images/recruit/icon_oneday_home.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner.group-home .acd_inner_table::after {
    bottom: 25%;
    width: 88px;
    height: 73px;
  }
}
@media screen and (max-width: 541px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner.group-home .acd_inner_table::after {
    bottom: 27%;
    width: 78px;
    height: 64px;
  }
}
@media screen and (max-width: 361px) {
  .acd_box .acd_cont .acd_inner .acd_cont_inner.group-home .acd_inner_table::after {
    bottom: 29%;
    width: 58px;
    height: 44px;
  }
}
.acd_box .acd_cont .acd_inner .acd_inner_contents {
  position: relative;
  padding: 2em;
  background-image: url(../images/recruit/bg.png);
  background-repeat: repeat;
  background-size: 1920px auto;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_inner_contents {
    padding: 2rem 1em;
  }
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table {
  position: relative;
  width: 100%;
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: 3px dotted;
  width: 10px;
  height: 96%;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table::before {
    left: 30px;
  }
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table tr {
  display: block;
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table tr:not(:first-child) {
  margin-top: 2em;
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table th {
  position: relative;
  font-size: 2rem;
  font-family: "メイリオ", Meirio, sans-serif;
  text-align: center;
  width: 78px;
  padding-top: 2px;
  vertical-align: middle;
  line-height: 1.6;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table th {
    width: 60px;
    font-size: 1.6rem;
  }
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  z-index: -1;
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table td {
  font-size: 2rem;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_table td {
    font-size: 1.6rem;
    padding-left: 1em;
  }
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_img_box {
    display: block;
  }
}
.acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_img_box figure {
  max-width: 247px;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner .acd_inner_contents .acd_inner_img_box figure {
    margin: 0 auto;
    margin-top: 1em;
  }
}
.acd_box .acd_cont .acd_inner_btn {
  position: relative;
  max-width: 427px;
  margin: 3em auto 0;
  padding: 1.5rem;
  border: 1px solid;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner_btn {
    margin-top: 2em;
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
  }
}
.acd_box .acd_cont .acd_inner_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 14px;
  height: 19px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  background-image: url(../images/recruit/icon_double_right_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner_btn::before {
    right: 5px;
  }
}
.acd_box .acd_cont .acd_inner_txt {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont .acd_inner_txt {
    text-align: left;
  }
}
.acd_box .acd_cont.oneday .acd_inner_ttl .copy::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -17%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 115px;
  height: 94px;
  background-image: url(../images/recruit/icon_oneday_ttl_l.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.oneday .acd_inner_ttl .copy::before {
    left: -37%;
    width: 95px;
    height: 94px;
  }
}
@media screen and (max-width: 541px) {
  .acd_box .acd_cont.oneday .acd_inner_ttl .copy::before {
    left: -30%;
    width: 80px;
    height: 78px;
  }
}
@media screen and (max-width: 361px) {
  .acd_box .acd_cont.oneday .acd_inner_ttl .copy::before {
    left: -25%;
  }
}
.acd_box .acd_cont.oneday .acd_inner_ttl .copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25%;
  width: 45px;
  height: 45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/recruit/icon_oneday_ttl_r.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.oneday .acd_inner_ttl .copy::after {
    right: -50%;
  }
}
@media screen and (max-width: 541px) {
  .acd_box .acd_cont.oneday .acd_inner_ttl .copy::after {
    right: -45%;
    width: 35px;
    height: 35px;
  }
}
.acd_box .acd_cont.oneday .acd_inner_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 78px;
  height: 35px;
  background-color: #fff;
  border-bottom: 4px solid #f4a551;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.oneday .acd_inner_contents::before {
    content: none;
  }
}
.acd_box .acd_cont.oneday .acd_inner_contents::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: -67px;
  width: 72px;
  height: 25px;
  background-color: #fff;
  border-bottom: 4px solid #f4a551;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.oneday .acd_inner_contents::after {
    content: none;
  }
}
.acd_box .acd_cont.careerup .acd_inner {
  padding: 0;
}
.acd_box .acd_cont.careerup .acd_inner > * {
  max-width: 798px;
  margin: 0 auto;
}
.acd_box .acd_cont.careerup .acd_ttl {
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_ttl {
    padding: 0.5rem 1.5rem;
  }
}
.acd_box .acd_cont.careerup .subttl {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .subttl {
    font-size: 1.1rem;
  }
}
.acd_box .acd_cont.careerup .acd_inner_ttl.trainee {
  margin: 2em auto;
}
.acd_box .acd_cont.careerup .acd_inner_ttl span::before {
  content: "";
  position: absolute;
  top: 90%;
  left: -50%;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  width: 120px;
  height: 94px;
  background-image: url(../images/recruit/icon_trainee_ttl_l.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_inner_ttl span::before {
    top: 100%;
    left: -100%;
    width: 90px;
  }
}
.acd_box .acd_cont.careerup .acd_inner_ttl span::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 198px;
  border-bottom: 3px dotted;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_inner_ttl span::after {
    width: 148px;
    border-bottom: 2px dotted;
  }
}
.acd_box .acd_cont.careerup .acd_inner_ttl.careerup span::before {
  left: -15%;
  width: 123px;
  height: 102px;
  background-image: url(../images/recruit/icon_careerup_ttl_l.png);
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_inner_ttl.careerup span::before {
    left: -20%;
    top: 70%;
    width: 77px;
    height: 65px;
  }
}
.acd_box .acd_cont.careerup .acd_inner_txt {
  line-height: 1.8;
  text-align: left;
}
.acd_box .acd_cont.careerup .acd_inner_contents {
  margin-top: 2em;
}
.acd_box .acd_cont.careerup .acd_inner_contents:first-of-type::before {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 47%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 17px solid #f4a551;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.acd_box .acd_cont.careerup .acd_inner_contents > * {
  max-width: 600px;
  margin: 0 auto;
}
.acd_box .acd_cont.careerup .acd_inner_contents_label {
  position: absolute;
  width: 133px;
  height: 133px;
  color: #fff;
  background-color: #ef8438;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_inner_contents_label {
    padding: 0.6em;
    width: 72px;
    height: 72px;
    font-size: 1.2rem;
  }
}
.acd_box .acd_cont.careerup .acd_inner_contents_ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_inner_contents_ttl {
    font-size: 1.6rem;
  }
}
.acd_box .acd_cont.careerup .acd_inner_contents dt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_inner_contents dt {
    font-size: 1.4rem;
  }
}
.acd_box .acd_cont.careerup .acd_inner_contents dd {
  line-height: 1.8;
}
.acd_box .acd_cont.careerup .acd_other_contents {
  padding: 2em;
  margin: 2em auto 3em;
  border: 2px solid #ef8438;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_other_contents {
    padding: 1em;
  }
}
.acd_box .acd_cont.careerup .acd_other_contents > * {
  max-width: 600px;
  margin: 0 auto;
}
.acd_box .acd_cont.careerup .acd_other_contents_ttl {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-weight: bold;
  background-color: #ef8438;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .acd_other_contents_ttl {
    font-size: 1.6rem;
  }
}
.acd_box .acd_cont.careerup .acd_other_contents_desc {
  margin-top: 1rem;
  line-height: 1.8;
}
.acd_box .acd_cont.careerup .box {
  max-width: none;
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents {
  margin-top: 4em;
  padding: 2em 3em;
  background-color: rgba(255, 225, 120, 0.65);
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents {
    width: 97.5vw;
    margin: 4em calc(51% - 49.5vw) 0;
    padding: 1em;
  }
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents_inner {
  position: relative;
  background-color: #fff;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents_inner {
    padding: 2em 1em 1em;
  }
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents_inner_txt {
  position: absolute;
  top: 7%;
  left: 7%;
  -webkit-transform: translate(-5%, -5%);
          transform: translate(-5%, -5%);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents_inner_txt {
    position: unset;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scrollHint {
  display: none;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scrollHint {
    display: block;
    width: 40%;
    max-width: 150px;
    margin: 2rem 0 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scrollHint.active {
    -webkit-animation: scrollHint 1.8s ease-in-out 0s 5 backwards;
            animation: scrollHint 1.8s ease-in-out 0s 5 backwards;
  }
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scroll-box {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 2em;
    border: 1px solid #f28439;
  }
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scroll-box::-webkit-scrollbar {
  width: 10px;
  height: 14px;
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scroll-box::-webkit-scrollbar-track {
  background: rgba(241, 143, 56, 0.5);
  border-radius: 5px;
}
.acd_box .acd_cont.careerup .box .acd_careerup_contents_inner .scroll-box::-webkit-scrollbar-thumb {
  background: #f18f38;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.careerup .box .acd_careerup_contents_inner_img {
    width: 800px;
  }
}
@-webkit-keyframes scrollHint {
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@keyframes scrollHint {
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
.acd_box .acd_cont.qa .acd_inner_ttl span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 100px;
  height: 91px;
  background-image: url(../images/recruit/icon_qa_ttl_l.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .acd_inner_ttl span::before {
    width: 80px;
    top: 100%;
  }
}
.acd_box .acd_cont.qa .acd_inner_ttl span::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 198px;
  border-bottom: 3px dotted;
}
.acd_box .acd_cont.qa .qa_cont {
  margin-bottom: 3em;
}
.acd_box .acd_cont.qa .qa_cont:last-child {
  margin-bottom: 0;
}
.acd_box .acd_cont.qa .qa_cont_ttl {
  position: relative;
  font-size: 1.8rem;
  padding: 1.5em 2em 1.5em 4em;
  border-top: 1px solid;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .qa_cont_ttl {
    padding: 3em 1em 0.5em;
    background-color: #fff;
    text-align: center;
  }
}
.acd_box .acd_cont.qa .qa_cont_ttl::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 34px;
  background-color: #ef8438;
  border-radius: 50%;
  margin-right: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .qa_cont_ttl::before {
    top: 30%;
    left: 50%;
  }
}
.acd_box .acd_cont.qa .qa_cont_desc {
  position: relative;
  padding: 1.5em 2em 1.5em 4.4em;
  border-top: 1px solid;
  background-image: url(../images/recruit/bg.png);
  background-repeat: repeat;
  background-size: 1920px auto;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .qa_cont_desc {
    padding: 4em 1em 1em;
  }
}
.acd_box .acd_cont.qa .qa_cont_desc::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 34px;
  background-color: #ef8438;
  border-radius: 50%;
  margin-right: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .qa_cont_desc::before {
    top: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.acd_box .acd_cont.qa .tel {
  display: inline-block;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .tel {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
.acd_box .acd_cont.qa .tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-left: 2rem;
  margin-right: 1rem;
  background-image: url(../images/recruit/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .tel::before {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.qa .departname,
  .acd_box .acd_cont.qa .mail {
    display: block;
    text-align: center;
  }
}
.acd_box .acd_cont.manager .acd_inner .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 2em;
  background-image: url(../images/recruit/bg.png);
  background-repeat: repeat;
  background-size: 1920px auto;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner .contents {
    display: block;
  }
}
.acd_box .acd_cont.manager .acd_inner .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5%;
  width: 10%;
  height: 5%;
  background-color: #fff;
  border-bottom: 4px solid #f4a551;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner .contents::before {
    content: none;
  }
}
.acd_box .acd_cont.manager .acd_inner .contents::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -9%;
  width: 9%;
  height: 5%;
  background-color: #fff;
  border-bottom: 4px solid #f4a551;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner .contents::after {
    content: none;
  }
}
.acd_box .acd_cont.manager .acd_inner_txt {
  margin-top: 0;
  text-align: left;
  line-height: 1.8;
  letter-spacing: -0.04em;
  width: calc(100% - 197px);
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner_txt {
    width: 100%;
  }
}
.acd_box .acd_cont.manager .acd_inner_img {
  width: 100%;
  max-width: 197px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner_img {
    margin-top: 1em;
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
  }
  .acd_box .acd_cont.manager .acd_inner_img img {
    width: 30%;
    max-width: 185px;
  }
}
.acd_box .acd_cont.manager .acd_inner_img p {
  margin-top: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner_img p {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.acd_box .acd_cont.manager .acd_inner_img .position {
  margin-right: 2em;
}
.acd_box .acd_cont.manager .acd_inner_img .name {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .acd_box .acd_cont.manager .acd_inner_img .name {
    display: inline-block;
    font-size: 1.8rem;
  }
}

/*------------------------------
*
*tab
*
-------------------------------*/
.tab_wrap {
  padding: 8rem 0 7.5rem;
}
.tab_wrap .tab_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_btn_box {
    gap: 0;
  }
}
.tab_wrap .tab_btn_box .tab_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem 1rem;
  width: 33.3333333333%;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #ddd;
  border-radius: 60px 60px 0 0;
  text-align: center;
  cursor: url(../images/recruit/pointer.svg), pointer;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_btn_box .tab_btn {
    padding: 1rem 1.5rem 0.5rem;
    font-size: 1.4rem;
    border-radius: 20px 20px 0 0;
  }
}
.tab_wrap .tab_btn_box .tab_btn::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 17px;
  background-image: url(../images/recruit/icon_arrow_dawn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_btn_box .tab_btn::before {
    width: 12px;
    height: 10px;
    right: 2px;
  }
}
.tab_wrap .tab_btn_box .tab_btn:hover {
  opacity: 0.8;
}
.tab_wrap .tab_btn_box .tab_btn.newbee {
  background-color: rgba(255, 225, 120, 0.66);
}
.tab_wrap .tab_btn_box .tab_btn.mid-career {
  background-color: rgba(240, 195, 145, 0.85);
}
.tab_wrap .tab_btn_box .tab_btn.intern {
  font-size: 2rem;
  line-height: 1.2;
  background-color: rgba(247, 208, 192, 0.85);
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_btn_box .tab_btn.intern {
    font-size: 1.2rem;
  }
}
.tab_wrap .tab_cont {
  display: none;
  margin: auto;
  max-width: 1120px;
  background-color: #fff;
  border-style: solid;
  border-width: 6rem;
  border-color: #ddd;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont {
    border-width: 1.5rem;
  }
}
.tab_wrap .tab_cont.active {
  display: block;
}
.tab_wrap .tab_cont.newbee {
  border-color: rgba(255, 225, 120, 0.66);
}
.tab_wrap .tab_cont.newbee .tab_cont_movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  width: 90px;
  height: 74px;
  background-image: url(../images/recruit/icon_newbee_house.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::before {
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::before {
    top: 10rem;
    left: 30vw;
    width: 50px;
    height: 44px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 541px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::before {
    top: 13rem;
    left: 25vw;
    width: 44px;
    height: 34px;
  }
}
@media screen and (max-width: 361px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::before {
    top: 14rem;
  }
}
@media (max-width: 350px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::before {
    top: 18rem;
    left: 15vw;
  }
}
.tab_wrap .tab_cont.newbee .tab_cont_movie::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92px;
  height: 99px;
  background-image: url(../images/recruit/icon_newbee_people.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::after {
    right: -5%;
    width: 76px;
    height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::after {
    top: 10rem;
    bottom: 0;
    right: 30vw;
    width: 46px;
    height: 52px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 541px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::after {
    top: 12.5rem;
    right: 25vw;
    width: 40px;
    height: 44px;
  }
}
@media screen and (max-width: 361px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::after {
    top: 14rem;
  }
}
@media (max-width: 350px) {
  .tab_wrap .tab_cont.newbee .tab_cont_movie::after {
    top: 17.5rem;
    right: 15vw;
  }
}
.tab_wrap .tab_cont.mid-career {
  border-color: rgba(240, 195, 145, 0.85);
}
.tab_wrap .tab_cont.mid-career .tab_cont_movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  width: 87px;
  height: 102px;
  background-image: url(../images/recruit/icon_midcareer_people.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::before {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::before {
    top: 10rem;
    left: 30vw;
    width: 40px;
    height: 50px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 389px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::before {
    top: 16rem;
    width: 36px;
    height: 43px;
  }
}
@media (max-width: 374px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::before {
    top: 15rem;
    left: 25vw;
  }
}
.tab_wrap .tab_cont.mid-career .tab_cont_movie::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px;
  height: 75px;
  background-image: url(../images/recruit/icon_midcareer_house.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::after {
    right: -3%;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::after {
    top: 10.5rem;
    bottom: 0;
    right: 30vw;
    width: 48px;
    height: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 389px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::after {
    top: 15rem;
    width: 38px;
    height: 30px;
  }
}
@media (max-width: 374px) {
  .tab_wrap .tab_cont.mid-career .tab_cont_movie::after {
    top: 16rem;
    right: 25vw;
  }
}
.tab_wrap .tab_cont.intern {
  border-color: rgba(247, 208, 192, 0.85);
}
.tab_wrap .tab_cont.intern .tab_cont_movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  width: 90px;
  height: 74px;
  background-image: url(../images/recruit/icon_newbee_house.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::before {
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::before {
    top: 12rem;
    left: 30vw;
    width: 50px;
    height: 44px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 468px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::before {
    top: 18rem;
    left: 25vw;
    width: 44px;
    height: 34px;
  }
}
@media (max-width: 389px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::before {
    top: 20rem;
  }
}
.tab_wrap .tab_cont.intern .tab_cont_movie::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px;
  height: 75px;
  background-image: url(../images/recruit/icon_midcareer_house.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::after {
    right: -3%;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::after {
    top: 12.5rem;
    bottom: 0;
    right: 30vw;
    width: 48px;
    height: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 468px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::after {
    top: 17.5rem;
    width: 38px;
    height: 30px;
  }
}
@media (max-width: 389px) {
  .tab_wrap .tab_cont.intern .tab_cont_movie::after {
    top: 19.5rem;
  }
}
.tab_wrap .tab_cont.intern .tab_cont_subttl {
  margin-top: 3em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.intern .tab_cont_subttl {
    font-size: 1.6rem;
    margin-top: 1.5em;
  }
}
.tab_wrap .tab_cont.intern .tab_cont_box_inner > p {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont.intern .tab_cont_box_inner > p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.tab_wrap .tab_cont_course_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_course_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.tab_wrap .tab_cont_course_card:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_course_card:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.tab_wrap .tab_cont_course_card_img {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_course_card_img {
    width: 100%;
    margin: 0 auto;
  }
}
.tab_wrap .tab_cont_course_card_desc {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_course_card_desc {
    width: 100%;
  }
}
.tab_wrap .tab_cont_course_card_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_course_card_ttl {
    font-size: 2rem;
  }
}
.tab_wrap .tab_cont_course_card_txt {
  line-height: 1.8;
}
.tab_wrap .tab_cont_course_card_remarks {
  margin-top: 1.5em;
}
.tab_wrap .tab_cont_ttl {
  padding: 5rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(3%, rgba(255, 225, 120, 0.5)), color-stop(6%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(255, 225, 120, 0.5)), color-stop(7%, transparent));
  background-image: linear-gradient(-90deg, rgba(255, 225, 120, 0.5) 3%, transparent 6%), linear-gradient(rgba(255, 225, 120, 0.5) 3%, transparent 7%);
  background-size: 18px 18px;
  border-bottom: 4px solid rgba(240, 195, 145, 0.55);
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_ttl {
    font-size: 2.5rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_movie {
  padding: 4.5rem 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_movie {
    padding: 2.2rem 3rem 2.2rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_movie_ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_movie_ttl {
    font-size: 2rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_movie_txt {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_movie_txt {
    margin-top: 1em;
    font-size: 1.5rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_movieItem {
  width: 100%;
  margin: 4em 0 0;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_movieItem {
    margin: 5em 0 0;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_movieItem .video-js {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  color: #fff;
  aspect-ratio: 16/9;
}
.tab_wrap .tab_cont_inner .tab_cont_movieItem .video-js .vjs-control-bar {
  background: rgba(255, 235, 166, 0.55);
}
.tab_wrap .tab_cont_inner .tab_cont_movieItem .video-js .vjs-big-play-button {
  display: none;
}
.tab_wrap .tab_cont_inner .tab_cont_movieItem .img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.tab_wrap .tab_cont_inner .tab_cont_interview {
  padding: 0 6rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview {
    padding: 0 3rem 2.2rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview_ttl {
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview_ttl {
    font-size: 1.8rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview_ttl span {
  position: relative;
}
.tab_wrap .tab_cont_inner .tab_cont_interview_ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14%;
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
          transform: translate(-50%, -50%) rotate(55deg);
  width: 40px;
  height: 3px;
  background-color: #ffe178;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview_ttl span::before {
    left: -13%;
    width: 30px;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26%;
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
          transform: translate(-50%, -50%) rotate(-55deg);
  width: 40px;
  height: 3px;
  background-color: #ffe178;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview_ttl span::after {
    width: 30px;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview_box {
    display: block;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview .interview_popup {
  width: 90%;
  max-width: 390px;
  cursor: url(../images/recruit/pointer.svg), pointer;
}
.tab_wrap .tab_cont_inner .tab_cont_interview .interview_popup:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview .interview_popup {
    margin: 0 auto 1em;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview .interview_popup figure {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview .interview_popup figure {
    margin-bottom: 0;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview_txt {
  position: relative;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_interview_txt {
    text-align: center;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_interview_txt::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 6px;
  right: -5px;
  width: 12px;
  height: 18px;
  background-image: url(../images/recruit/icon_double_right_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_wrap .tab_cont_inner .tab_cont_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 2rem 2rem 2rem 3rem;
  margin: 4em auto 0;
  max-width: 280px;
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #808080;
  letter-spacing: 0.15rem;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_btn {
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1.4rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 37px;
  margin-right: 1rem;
  background-image: url(../images/recruit/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_btn::before {
    width: 24px;
    height: 29px;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_btn_box {
    display: block;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_btn_box > * {
  margin: 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_btn_box > * {
    margin: 2rem auto 0;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box {
  padding: 0 6rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box {
    padding: 0 3rem 2.2rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 2rem;
  margin-bottom: 1.5em;
  text-align: center;
  background-image: url(../images/recruit/bg_tab_ttl.png);
  background-repeat: repeat;
  background-size: 60% auto;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_ttl {
    padding: 1rem;
    font-size: 1.7rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner_txt {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_inner_txt {
    font-size: 1.35rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner_txt.memo {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.25em;
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .tab_cont_subttl {
  margin-top: 3em;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_inner .tab_cont_subttl {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .schedule {
  position: relative;
  padding: 2em;
  background-image: url(../images/recruit/bg.png);
  background-repeat: repeat;
  background-size: 1920px auto;
  background-position: top center;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_inner .schedule {
    padding: 2rem 1em;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: 3px dotted;
  width: 10px;
  height: 95%;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable::before {
    top: 18px;
    left: 30px;
    height: 88%;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable tr {
  display: block;
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable tr:not(:first-child) {
  margin-top: 2em;
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable th {
  position: relative;
  font-size: 2rem;
  font-family: "メイリオ", Meirio, sans-serif;
  text-align: center;
  width: 78px;
  padding-top: 2px;
  vertical-align: middle;
  line-height: 1.6;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable th {
    width: 60px;
    font-size: 1.6rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  z-index: -1;
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable td {
  font-size: 2rem;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_inner .scheduleTable td {
    font-size: 1.6rem;
    padding-left: 1em;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .notes {
  position: relative;
  padding-left: 1em;
}
.tab_wrap .tab_cont_inner .tab_cont_box_inner .notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
.tab_wrap .tab_cont_inner .tab_cont_box_list {
  margin: 1em auto;
  max-width: 770px;
}
.tab_wrap .tab_cont_inner .tab_cont_box_listItem {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box_listItem {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.35rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box .selection_desc {
  max-width: 700px;
  margin: 1em auto;
}
.tab_wrap .tab_cont_inner .tab_cont_box .selection_desc p:first-child,
.tab_wrap .tab_cont_inner .tab_cont_box .selection_desc p:nth-child(2) {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box .selection_desc p:first-child,
  .tab_wrap .tab_cont_inner .tab_cont_box .selection_desc p:nth-child(2) {
    font-size: 1.6rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box .selection_desc p:nth-child(2) {
  margin-bottom: 2rem;
}
.tab_wrap .tab_cont_inner .tab_cont_box .tab_cont_bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box .tab_cont_bnr_box {
    display: block;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box .tab_cont_bnr_box .bnr_img {
  max-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box .tab_cont_bnr_box .bnr_img {
    margin: 2rem auto;
    width: 80%;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.selection .tab_cont_box_inner > p {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.selection .tab_cont_box_inner > p {
    font-size: 1.35rem;
    margin-top: 1rem;
    text-align: left;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_box_inner > p:first-child {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_box_inner > p:first-child {
    font-size: 1.6rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.contact .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.contact .contact_box {
    display: block;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_tel a {
  position: relative;
  font-size: 3.5rem;
  font-weight: 900;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_tel a {
    margin: 0 0 1rem;
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 361px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_tel a {
    font-size: 2.7rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_tel a::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  left: -7px;
  width: 37px;
  height: 33px;
  background-image: url(../images/recruit/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_tel a::before {
    width: 32px;
    height: 29px;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_mail {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.contact .tab_cont_contact_mail {
    text-align: center;
    font-size: 1.6rem;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #323232;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a {
    display: block;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a .date {
  margin-right: 1em;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a .date {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a .facility {
  display: none;
}
.tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a .article_title {
  display: inline-block;
  text-decoration: underline;
}
.tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_list a time {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  margin-right: 1em;
}
.tab_wrap .tab_cont_inner .tab_cont_box.news .tab_cont_news_link {
  width: 80px;
  margin: 1rem 0 0 auto;
}
.tab_wrap .tab_cont_inner .form_btn {
  position: relative;
  max-width: 360px;
  margin: 3em auto;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 2.5rem;
  border-radius: 50px;
  background-color: #ddd;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_cont_inner .form_btn {
    padding: 1.4rem;
    margin: 2em auto 0;
    font-size: 1.4rem;
  }
}
.tab_wrap .tab_cont_inner .form_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: 12px;
  height: 18px;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background-image: url(../images/recruit/icon_double_right_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_wrap .tab_cont_inner .form_btn.seminar {
  background-color: #ffe178;
}
.tab_wrap .tab_cont_inner .form_btn.entry {
  color: #fff;
  background: #ef8438;
}
.tab_wrap .tab_cont_inner .form_btn.entry::before {
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -40%) rotate(-90deg);
          transform: translate(-50%, -40%) rotate(-90deg);
  background-image: url(../images/recruit/icon_arrow_dawn.png);
}

/*------------------------------
*
*footer
*
-------------------------------*/
.footer {
  position: relative;
  padding: 4em 0 6em;
  background-color: #fff;
  border-bottom: 15px solid rgba(255, 225, 120, 0.66);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4em 0 6em;
  }
}
.footer::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 22%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 332px;
  height: 96px;
  background-image: url(../images/recruit/icon_footer_bullding_l.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .footer::before {
    left: 18%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 262px;
    height: 79px;
  }
}
@media screen and (max-width: 768px) {
  .footer::before {
    left: 25%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    width: 202px;
    height: 50px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 11%;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  width: 255px;
  height: 43px;
  background-image: url(../images/recruit/icon_footer_vehicle_r.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  .footer::after {
    -webkit-transform: translate(40%, 0);
            transform: translate(40%, 0);
    width: 184px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer::after {
    background-image: url(../images/recruit/sp_icon_footer_vehicle_r.png);
  }
}
.footer .footer_inner_logo {
  margin: 0 auto 2em;
  width: 45%;
  max-width: 260px;
}
.footer .copyright {
  font-size: 1.3rem;
  text-align: center;
}

/*------------------------------
*
*animation
*
-------------------------------*/
.fuwafuwa01 {
  -webkit-animation: fuwafuwa01 4.5s infinite ease-in-out 0.5s alternate;
          animation: fuwafuwa01 4.5s infinite ease-in-out 0.5s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.fuwafuwa02 {
  -webkit-animation: fuwafuwa02 3.5s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa02 3.5s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
  50% {
    -webkit-transform: translate(0, 7px) rotate(0deg);
            transform: translate(0, 7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
}

@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
  50% {
    -webkit-transform: translate(0, 7px) rotate(0deg);
            transform: translate(0, 7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
}
/*------------------------------
*
*modal
*
-------------------------------*/
html.popup_active {
  overflow: hidden;
}
html.popup_active .header {
  pointer-events: none;
}
html.popup_active .main {
  pointer-events: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal.is_active {
  z-index: 1000;
  pointer-events: all;
  opacity: 1;
}
.modal_contents {
  color: #494949;
  width: 92%;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}
.modal_block {
  display: none;
  padding: 50px 6%;
  background: url(../images/recruit/bg.png) center top;
  background-size: 1800px auto;
}
@media screen and (max-width: 541px) {
  .modal_block {
    padding: 50px 4% 20px;
  }
}
.modal_block.is_active {
  display: block;
}
.modal_close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #323232;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_close {
    right: 10px;
    top: 15px;
  }
}
.modal_close:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal_close:hover {
  background-color: #696969;
}
.modal_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1025px) {
  .modal_profile {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile {
    margin-bottom: 20px;
  }
}
.modal_profile:after {
  content: "";
  display: block;
  width: 160px;
  padding-bottom: 18%;
  background: url(../images/recruit/icon_qa_ttl_l.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: -50px;
  z-index: 5;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 1025px) {
  .modal_profile:after {
    bottom: 0;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile:after {
    right: 0;
    top: 30vw;
    bottom: auto;
  }
}
.modal_profile_desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 541px) {
  .modal_profile_desc {
    padding-right: 1%;
  }
}
.modal_profile_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .modal_profile_img {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile_img > img {
    width: 130%;
    max-width: none;
  }
}
.modal_profile .interview_caption {
  position: absolute;
  bottom: -2vw;
  right: 0;
  width: 50%;
  max-width: 248px;
}
@media (max-width: 450px) {
  .modal_profile .interview_caption {
    bottom: 1vw;
    width: 65%;
  }
}
.modal_profile_workplace {
  font-size: 1.8rem;
  text-indent: -0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) {
  .modal_profile_workplace {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_profile_workplace {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile_workplace {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    margin-bottom: 0.3em;
  }
}
.modal_profile_name {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) {
  .modal_profile_name {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_profile_name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile_name {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0.2em;
  }
}
.modal_profile_ruby {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1025px) {
  .modal_profile_ruby {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_profile_ruby {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile_ruby {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.modal_profile_employment {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  font-size: 1.9rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal_profile_employment {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 0 20px;
  }
}
@media screen and (max-width: 541px) {
  .modal_profile_employment {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
}
.modal_profile_employment:after {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url(../images/recruit/icon_accordion_top_mesh.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -27px;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .modal_profile_employment:after {
    width: 40px;
    height: 40px;
    right: -10px;
  }
}
.modal_profile_employment_inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 50%;
  background-color: #F9D45D;
}
.modal_profile_employment_caption {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.modal_profile_employment_year > span {
  font-size: 1.5em;
}
@media screen and (max-width: 1025px) {
  .modal_profile_employment_year > span {
    font-size: 1.3em;
  }
}
.modal_profile_label {
  margin-bottom: 1em;
  color: #fff;
  width: 85%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  border-radius: 40px;
  text-align: center;
  background-color: #ef8438;
}
@media screen and (max-width: 541px) {
  .modal_profile_label {
    font-size: 1.2rem;
  }
}
.modal_qa_list {
  margin-bottom: 50px;
}
.modal_qa_item {
  margin-bottom: 50px;
}
@media screen and (max-width: 541px) {
  .modal_qa_item {
    margin-bottom: 30px;
  }
}
.modal_qa_item:last-child {
  margin-bottom: 0;
}
.modal_qa_item_Q, .modal_qa_item_A {
  width: calc(100% - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .modal_qa_item_Q, .modal_qa_item_A {
    width: calc(100% - 65px);
  }
}
.modal_qa_item_Q > span, .modal_qa_item_A > span {
  font-size: 3.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  height: 62px;
  background-color: #EF8438;
  color: #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 1025px) {
  .modal_qa_item_Q > span, .modal_qa_item_A > span {
    font-size: 3rem;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 541px) {
  .modal_qa_item_Q > span, .modal_qa_item_A > span {
    font-size: 2rem;
    -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
    height: 35px;
  }
}
.modal_qa_item_Q {
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .modal_qa_item_Q {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 541px) {
  .modal_qa_item_Q {
    width: 100%;
    line-height: 1.4;
  }
}
.modal_qa_item_Q > span {
  margin-right: 23px;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1025px) {
  .modal_qa_item_Q > span {
    margin-right: 15px;
  }
}
.modal_qa_item_A {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  color: #323232;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .modal_qa_item_A {
    font-size: 1.4rem;
    width: 100%;
  }
}
.modal_qa_item_A > span {
  margin-left: 23px;
}
@media screen and (max-width: 1025px) {
  .modal_qa_item_A > span {
    margin-left: 15px;
  }
}
.modal_working_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 541px) {
  .modal_working_photo {
    display: block;
  }
}
.modal_working_photo_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 305px;
}
@media screen and (max-width: 541px) {
  .modal_working_photo_item {
    max-width: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 541px) {
  .modal_working_photo_item:last-child {
    margin-bottom: 0;
  }
}
.modal svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/*-----------------------------------------
共通
-----------------------------------------*/
.pconly {
  display: none !important;
}

.bg_none {
  background-color: transparent !important;
}

@media screen and (min-width: 769px) {
  .pconly {
    display: inline-block !important;
  }
  .baseW {
    max-width: 1184px;
    min-width: 1184px;
  }
}
/*-----------------------------------------
お問い合わせ
-----------------------------------------*/
.sec_contact {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec_contact {
    margin-top: 110px;
  }
}
.sec_contact .box {
  background-color: #fff;
  padding: 22px 5% 33px;
  margin: 0px 0 30px;
}
@media screen and (min-width: 769px) {
  .sec_contact .box {
    padding: 30px 120px 75px;
    margin: 0px 0 65px;
  }
}
.sec_contact_ttl {
  background-color: #ef8438;
  font-size: 18px;
  text-align: center;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .sec_contact_ttl {
    font-size: 32px;
  }
}
.sec_contact_read {
  font-size: 15px;
  line-height: 2.1;
  padding: 0 0 15px;
}
@media screen and (min-width: 769px) {
  .sec_contact_read {
    text-align: center;
    padding: 0 0 30px;
    font-size: 18px;
  }
}
.sec_contact_read .f_small {
  font-size: 85%;
  color: #666;
  text-align: center;
  display: block;
}
.sec_contact .blockForm dl:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_contact .blockForm dl:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.sec_contact .blockForm dl dt {
  color: #4d4d4d;
  padding: 6px 10px;
  background-color: #ffeba7;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  font-size: 13px;
  width: 50%;
}
@media screen and (min-width: 480px) {
  .sec_contact .blockForm dl dt {
    width: 40%;
  }
}
@media screen and (min-width: 540px) {
  .sec_contact .blockForm dl dt {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dt {
    padding: 8px 0;
    width: 300px;
    font-size: 19px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: auto;
  }
}
.sec_contact .blockForm dl dt .f_small {
  font-size: 75%;
}
.sec_contact .blockForm dl dd {
  font-size: 14px;
  color: #323232;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dd {
    width: 100%;
    font-size: 19px;
  }
}
.sec_contact .blockForm dl dd + dd {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dd + dd {
    margin: 0;
  }
}
.sec_contact .blockForm dl .required_txt {
  font-size: 12px;
  text-align: center;
  color: #da4916;
  width: auto;
  margin: auto 8px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl .required_txt {
    font-size: 18px;
    margin: 7.7px 15px auto;
    display: block;
  }
}
.sec_contact .blockForm dl .required_txt span {
  padding: 2px 7px;
  border: solid 1px #da4916;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl .required_txt span {
    width: 54px;
    padding: 0;
  }
}
.sec_contact .blockForm dl .required_txt span.emp {
  border: 0px;
}
.sec_contact .txt {
  margin-bottom: 1em;
}
.sec_contact form input,
.sec_contact form textarea,
.sec_contact form button {
  -webkit-appearance: none;
}
.sec_contact form input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.6rem;
}
.sec_contact form input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.6rem;
}
.sec_contact form input[type=tel] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.6rem;
}
.sec_contact form select,
.sec_contact form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.6rem;
}
.sec_contact form.myForm input,
.sec_contact form.myForm textarea {
  background-color: white;
  padding: 0.3em;
  width: 100%;
  border-radius: 0px;
  border: solid 1px #808080;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm input,
  .sec_contact form.myForm textarea {
    padding: 0.5em;
  }
}
.sec_contact form.myForm .radio {
  font-size: 14px;
}
.sec_contact form.myForm .radio_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .radio_btn {
    display: block;
    font-size: 19px;
  }
}
.sec_contact form.myForm .radio input {
  -webkit-appearance: radio;
  width: auto;
}
.sec_contact form.myForm .radio label {
  margin: 0 6%;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .radio label {
    margin: 0;
    margin-left: 40px;
    display: inline-block;
    min-width: 90px;
    text-align: left;
  }
  .sec_contact form.myForm .radio label:not(:first-of-type) {
    margin-left: 90px;
  }
}
.sec_contact form.myForm .radio.recruit {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .radio.recruit {
    margin-bottom: 35px;
  }
}
.sec_contact form.myForm select,
.sec_contact form.myForm button {
  border-radius: 5px;
  border: solid 1px #989898;
  background-color: white;
  padding: 0.5em;
}
.sec_contact form.myForm .age input[type=text] {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 540px) {
  .sec_contact form.myForm .age input[type=text] {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .age input[type=text] {
    width: 20%;
  }
}
.sec_contact form.myForm .tel input[type=text] {
  width: 20vw;
  max-width: 130px;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .tel input[type=text] {
    width: 30%;
  }
}
.sec_contact form.myForm .faq textarea {
  min-height: 90px;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .faq textarea {
    min-height: 190px;
  }
}
.sec_contact form.myForm .school dt {
  width: 70%;
}
@media screen and (min-width: 540px) {
  .sec_contact form.myForm .school dt {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .school dt {
    width: 300px;
  }
}
.sec_contact form.myForm .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .btnWrap {
    margin-bottom: 45px;
  }
}
.sec_contact form.myForm .btnWrap .btn_submit,
.sec_contact form.myForm .btnWrap .btn-reset {
  width: 50%;
  max-width: 160px;
  text-align: center;
  color: #fff;
  background-color: #da4916;
  border: 0;
  margin: 0 4%;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .btnWrap .btn_submit,
  .sec_contact form.myForm .btnWrap .btn-reset {
    margin: 0 23px;
    font-size: 23px;
  }
}
.sec_contact form.myForm .btnWrap .btn-reset {
  background-color: #666666;
}
.sec_contact form.myForm .items {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .sec_contact form.myForm .items {
    margin-bottom: 45px;
  }
}
.sec_contact_note {
  font-size: 12px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .sec_contact_note {
    font-size: 16px;
    margin-bottom: 75px;
  }
}
.sec_contact_note_list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  color: #707070;
}
.sec_contact_note_list li span {
  text-indent: 0;
}
.sec_contact_link {
  max-width: 370px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec_contact_link a {
  border-radius: 50px;
  background-color: #323232;
  padding: 15px 0;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_contact_link a {
    font-size: 18px;
    padding: 25px;
  }
}
.sec_contact_link a::after {
  content: "";
  background-image: url(../../images/icon_arrow_r.png);
  min-width: 10px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*-----------------------------------------

-----------------------------------------*/
.seminar .sec_contact_ttl {
  background-color: #ffe37c;
  color: #323232;
}
.seminar .sec_contact .blockForm dl dt {
  background-color: #ef8438;
  color: #fff;
}
.seminar .sec_contact .blockForm dl.try dt {
  color: #323232;
}

/*-----------------------------------------

-----------------------------------------*/
.entry {
  background-image: url(../../images/recruit/bg_entry.png);
}

/*-----------------------------------------
*
* エラー画面
*
-----------------------------------------*/
.error {
  width: 100%;
  max-width: 900px;
  margin: 8em auto;
  padding-bottom: 1em;
  background-color: #fff;
}
.error h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  background-color: #ff769d;
}
.error h4 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}
.error_txt {
  padding: 2em;
}
.error_messe {
  color: #f34f4f;
  font-size: 1.1em;
  text-align: center;
  line-height: 2;
}
.error .backbtn_box input {
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 1rem;
  margin: 2em auto;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ddd;
  border-radius: 10px;
}

/*-----------------------------------------
*
* 確認画面
*
-----------------------------------------*/
.confirm {
  width: 90%;
  max-width: 1184px;
  margin: 8em auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .confirm {
    margin: 5em auto;
  }
}
.confirm h3 {
  background-color: #ffe37c;
  padding: 1em;
  margin-bottom: 1em;
  color: #323232;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm h3 {
    font-size: 2.5rem;
  }
}
.confirm .confirm_txt {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.confirm .confirmTable {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2em;
}
.confirm .confirmTable tr {
  display: block;
  margin-bottom: 2rem;
}
.confirm .confirmTable th {
  background-color: #ef8438;
  color: #fff;
  padding: 10px 0;
  width: 50%;
  max-width: 300px;
  font-size: 19px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .confirm .confirmTable th {
    display: block;
    font-size: 14px;
    padding: 5px;
  }
}
.confirm .confirmTable td {
  vertical-align: middle;
  margin-left: 1em;
  padding: 10px 10px 10px 20px;
  font-size: 19px;
  border-bottom: 1px solid;
  display: inline-block;
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .confirm .confirmTable td {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    padding: 10px 5px 5px;
  }
}
.confirm .confirm_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
  padding-bottom: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10%;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .confirm .confirm_box {
    margin: 2em 0;
    padding: 0 2em 3em;
    font-size: 1.4rem;
  }
}
.confirm .confirm_box > * {
  width: 100%;
  max-width: 160px;
  text-align: center;
}
.confirm .confirm_box input {
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 0.5em;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .confirm .confirm_box input {
    padding: 0.5em 0.25em;
  }
}
.confirm .confirm_box .confirm_submit_btn input {
  background-color: #ef8438;
}

/*-----------------------------------------
*
* 送信完了
*
-----------------------------------------*/
.thanks {
  width: 90%;
  max-width: 1184px;
  margin: 8em auto;
  padding-bottom: 2em;
  background-color: #fff;
}
.thanks .title {
  color: #00ae1d;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding: 1em;
}
.thanks .txt {
  text-align: center;
  font-size: 1.1em;
  line-height: 2;
}
.thanks .txt.contact {
  margin-top: 2rem;
}
.thanks .txt.contact span {
  font-size: 1.2em;
  font-weight: bold;
}
.thanks .txt.contact a {
  font-size: 1.5em;
  font-weight: 500;
}
.thanks .btn_link {
  width: 100%;
  max-width: 160px;
  font-size: 1.1em;
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
  background-color: #ffe178;
  border-radius: 40px;
}/*# sourceMappingURL=recruit-style.css.map */