@charset "UTF-8";
/****************************************
		0. Import
*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************
		1. General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

/*Clear*/
.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*box-sizing paddingとborderをwidth heightに含める*/
div, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li, form,
input, textarea, button,
table, tr, th, td,
article, aside, footer,
header, hgroup, nav, section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.box {
  display: table;
}

.item {
  display: table-cell;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.inline {
  display: inline;
}

.columns, .column {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}

.space1 {
  margin-bottom: 5px;
}

.space2 {
  margin-bottom: 10px;
}

.space3 {
  margin-bottom: 15px;
}

.space4 {
  margin-bottom: 20px;
}

.space5 {
  margin-bottom: 25px;
}

.space6 {
  margin-bottom: 30px;
}

.space7 {
  margin-bottom: 35px;
}

.space8 {
  margin-bottom: 40px;
}

.space9 {
  margin-bottom: 45px;
}

.space10 {
  margin-bottom: 50px;
}

.space11 {
  margin-bottom: 55px;
}

.space12 {
  margin-bottom: 60px;
}

.space13 {
  margin-bottom: 65px;
}

.space14 {
  margin-bottom: 70px;
}

.space15 {
  margin-bottom: 75px;
}

.space16 {
  margin-bottom: 80px;
}

.space17 {
  margin-bottom: 85px;
}

.space18 {
  margin-bottom: 90px;
}

.space19 {
  margin-bottom: 95px;
}

.space20 {
  margin-bottom: 100px;
}

@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
  font-weight: normal;
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #a1a1a1;
}
a:hover * {
  color: #a1a1a1;
}

/*************************************************/
/*menu-trigger Animatation Setting*/
/*************************************************/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s ease-out;
  box-sizing: border-box;
  caret-color: transparent;
}

.menu-trigger {
  position: relative;
  width: 53.2px;
  height: 60px;
}
.menu-trigger img {
  display: block;
  width: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
}

.menu-trigger span:nth-of-type(1) {
  top: 5px;
}

.menu-trigger span:nth-of-type(2) {
  top: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}

/*************************************************/
/*menu-trigger Animatation Setting*/
/*************************************************/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateX(1px) translateY(8px) rotate(315deg);
  transform: translateX(0) translateY(4px) rotate(315deg);
  top: 10px;
}

.menu-trigger.active span:nth-of-type(2) {
  top: 25px;
  -webkit-transform: translateX(0) translateY(-8px) rotate(405deg);
  transform: translateX(0) translateY(-11px) rotate(765deg);
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
  background-color: #FFF;
}

/****************************************
		0.1. define
*****************************************/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.blue {
  color: #1159ff;
}

.orange {
  color: #EA5530;
}

.underline {
  text-decoration: underline;
}

.hover_a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.hover_a:hover {
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

@media screen and (max-width: 779px) {
  .mdbr::before {
    content: '\a';
    white-space: pre;
  }
}

@media screen and (max-width: 779px) {
  .mdbr_af::after {
    content: '\a';
    white-space: pre;
  }
}

@media screen and (min-width: 780px) {
  .pcbr::before {
    content: '\a';
    white-space: pre;
  }
}

@media all and (max-width: 779px) {
  .nosp {
    display: none;
  }
}

@media all and (min-width: 780px) {
  .nopc {
    display: none;
  }
}

/****************************************
		1. General Setting
*****************************************/
#animation_container {
  width: 100%;
  height: 0;
  padding-top: 33.3%;
  background-image: url(../recruit/images/bg_pc.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: left top;
  background-size: 100% 100% !important;
  position: relative;
}
#animation_container #canvas {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

/***************************************************
        1.5.General
****************************************************/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
  font-size: 15px;
}

body.page-template-recruitrecruit_voice-php {
  background: #FFF;
}

body.sp_menu_on {
  overflow: hidden;
}

#page {
  background: #FFF;
  position: relative;
  overflow-x: hidden;
}

/*
#wrapper{
    width:100vw;
    overflow-x:hidden;
}
*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper_inq {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .wrapper_inq {
    padding: 0 0 30px 0;
  }
}

section {
  width: 100%;
  padding: 20px 0;
}
section .container {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 779px) {
  section .container {
    padding: 0 15px;
  }
}
@media all and (min-width: 780px) {
  section .container {
    padding: 0 20px;
    max-width: 1140px;
  }
}

.h1_top {
  background-repeat: no-repeat;
  background-color: #001f94;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 779px) {
  .h1_top {
    background-image: url("../recruit/images/bg_header_sp.jpg");
    background-position: center center;
    height: 100px;
    gap: 7px;
  }
}
@media all and (min-width: 780px) {
  .h1_top {
    background-image: url("../recruit/images/bg_header_pc.jpg");
    background-position: right center;
    height: 200px;
    gap: 16px;
  }
}
.h1_top.mono {
  background-image: none !important;
  background-color: #fff;
  padding-bottom: 10px;
}
.h1_top h1.recruit {
  color: #FFF;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 779px) {
  .h1_top h1.recruit {
    font-size: 20px;
  }
}
@media all and (min-width: 780px) {
  .h1_top h1.recruit {
    font-size: 31px;
  }
}
.h1_top .sub {
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 779px) {
  .h1_top .sub {
    font-size: 12px;
  }
}
@media all and (min-width: 780px) {
  .h1_top .sub {
    font-size: 19px;
  }
}

h1.mono,
h1.with_pin {
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 779px) {
  h1.mono,
  h1.with_pin {
    font-size: 20px;
  }
}
@media all and (min-width: 780px) {
  h1.mono,
  h1.with_pin {
    font-size: 31px;
  }
}

h2 {
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media all and (max-width: 779px) {
  h2 {
    font-size: 20px !important;
    padding-bottom: 30px !important;
  }
}
@media all and (min-width: 780px) {
  h2 {
    font-size: 30px !important;
    padding-bottom: 60px !important;
  }
}

h1.with_pin,
h2.with_pin {
  position: relative;
}
h1.with_pin:before,
h2.with_pin:before {
  content: "";
  display: block;
  width: 23px;
  height: 32px;
  background-image: url("../recruit/images/pin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}

h2.h2_recruit {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  h2.h2_recruit {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 780px) {
  h2.h2_recruit {
    margin-bottom: 40px;
  }
}

.text {
  font-size: 15px;
  color: #000;
  line-height: calc(20 / 15);
}

/***************************************************
        Common Parts
****************************************************/
.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #707070;
  transform: rotate(180deg);
  margin: 0 auto;
}

#page-top {
  position: fixed;
  z-index: 999;
  opacity: 0;
  transition: opacity .2s linear;
}
#page-top:hover {
  cursor: pointer;
}
#page-top.show {
  opacity: 1;
}
@media screen and (max-width: 1279px) {
  #page-top {
    width: 64px;
    height: 64px;
    bottom: 75px;
    right: 20px;
  }
}
@media screen and (min-width: 780px) {
  #page-top {
    width: 64px;
    height: 64px;
    bottom: 60px;
    right: 20px;
  }
}
#page-top img {
  width: 100%;
}

/***************************************************
        2.Footer
****************************************************/
@keyframes contact_btn_anime_plus {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(10px, -50%);
  }
}
@keyframes contact_btn_anime_minus {
  0% {
    transform: translate(0, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-10px, -50%) rotate(180deg);
  }
}
footer {
  width: 100%;
  background: #FFF;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  footer .footer1 {
    padding: 40px 0;
  }
}
@media screen and (min-width: 780px) {
  footer .footer1 {
    padding: 80px 0;
  }
}
footer .footer1 .footer_building_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url("../recruit/images/bg_footer_wall.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 100%;
}
@media all and (max-width: 779px) {
  footer .footer1 .footer_building_inner {
    height: 120px;
    width: auto;
  }
}
@media all and (min-width: 780px) {
  footer .footer1 .footer_building_inner {
    height: 228px;
  }
}
@media all and (max-width: 779px) {
  footer .footer1 .footer_building_inner img {
    height: 100%;
    width: auto;
  }
}
@media all and (min-width: 780px) {
  footer .footer1 .footer_building_inner img {
    height: 228px;
    width: 663px;
  }
}
footer .footer1 .footer_inner {
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
footer .footer1 .logo_sp {
  max-width: 300px;
}
footer .footer1 .corpname {
  font-size: 12px;
  font-weight: bold;
}
footer .footer1 .footer_copy {
  font-size: 10px;
}
footer .fixed_elem {
  background: #e51f20;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #FFF;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 10;
}
footer .fixed_elem .center_href {
  display: flex;
  width: 100%;
  height: 70px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .fixed_elem .center_href span {
  color: #FFF;
  text-align: center;
}
footer .fixed_elem .center_href span.regular {
  display: block;
  font-size: 20px;
  font-weight: 900;
}
footer .fixed_elem .center_href::after {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("../recruit/images/footer_arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
footer .fixed_elem .center_href:hover:after {
  animation-name: contact_btn_anime_plus;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media all and (max-width: 779px) {
  footer .fixed_elem {
    width: 100%;
    bottom: 20px;
    left: 0;
  }
}
@media all and (min-width: 780px) {
  footer .fixed_elem {
    width: 300px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/***************************************************
        3.Header
****************************************************/
header {
  background: #FFF;
}
header .header_pc_wrapper {
  /*
          @include max-screen($max-medium-width) {
              display: none;
          }
  
          @include min-screen($min-large-width) {
              display: block;
              padding: 0 20px;
              height:94px;
          }
  */
  max-width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  header .header_pc_wrapper {
    display: none;
  }
}
@media all and (min-width: 970px) {
  header .header_pc_wrapper {
    display: block;
    padding: 0 20px;
    height: 94px;
  }
}
header .header_pc_wrapper .header2 {
  width: 100%;
  margin: 0 auto;
  height: 94px;
  overflow: hidden;
}
@media all and (min-width: 780px) {
  header .header_pc_wrapper .header2 {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
}
header .header_pc_wrapper .header2 .logo {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .header_pc_wrapper .header2 .logo {
    gap: 15px;
  }
}
@media all and (min-width: 1000px) {
  header .header_pc_wrapper .header2 .logo {
    gap: 30px;
  }
}
header .header_pc_wrapper .header2 .logo a.logo_pc {
  display: inline-block;
}
@media all and (max-width: 999px) {
  header .header_pc_wrapper .header2 .logo a.logo_pc img {
    width: 172.2px;
  }
}
@media all and (min-width: 1000px) {
  header .header_pc_wrapper .header2 .logo a.logo_pc img {
    width: 246px;
  }
}
header .header_pc_wrapper .header2 .logo .sitename {
  font-weight: 700;
}
@media all and (max-width: 999px) {
  header .header_pc_wrapper .header2 .logo .sitename {
    font-size: 15px;
  }
}
@media all and (min-width: 1000px) {
  header .header_pc_wrapper .header2 .logo .sitename {
    font-size: 20px;
  }
}
header .header_pc_wrapper .header2 .header_right {
  position: relative;
  padding: 0 0 7px 0;
  z-index: 998;
  margin-left: auto;
}
header .header_pc_wrapper .header2 .header_right ul.menu {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item {
  display: block;
  position: relative;
  z-index: 0;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item:last-child {
  border: none !important;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item:hover, header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item:hover a.main_item_a {
  color: #888 !important;
  cursor: pointer;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item a,
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item span {
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item a {
  color: #000;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item span {
  color: #afafaf;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item ul.sub {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100px;
  margin: 0 !important;
  transform: translate(-50%, 0);
  z-index: 1;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item ul.sub li {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border: none !important;
  display: block;
  background: #FFF;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item ul.sub li:first-child {
  padding: 20px 0 10px 0;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item ul.sub li:hover, header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item ul.sub li:hover a {
  color: #888 !important;
}
header .header_pc_wrapper .header2 .header_right ul.menu li.menu_item ul.sub li a {
  padding: 0;
  font-weight: 600;
}
header .header_sp_wrapper {
        /*
        @include max-screen($max-medium-width) {
            display: block;
        }

        @include min-screen($min-large-width) {
            display: none;
        }
        */
  position: fixed;
  left: 0;
  width: 100%;
  height: 65px;
  background: #FFF;
  z-index: 999;
}
@media all and (max-width: 969px) {
  header .header_sp_wrapper {
    display: block;
  }
}
@media all and (min-width: 970px) {
  header .header_sp_wrapper {
    display: none;
  }
}
header .header_sp_wrapper.normal {
  top: 0;
}
header .header_sp_wrapper.logged-in {
  top: 46px;
}
header .header_sp_wrapper .header_sp_inner {
  position: relative;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
header .header_sp_wrapper .logo_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .header_sp_wrapper .logo_sp {
  display: block;
  width: 161px;
}
header .header_sp_wrapper .logo_sp img {
  width: 100%;
}
header .header_sp_wrapper .sitename {
  font-size: 12px;
  color: #000;
  font-weight: 700;
}
header .header_sp_wrapper #btn_sp {
  all: unset;
  appearance: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 999;
}
header .header_sp_wrapper #btn_sp img {
  width: 100%;
}
header .header_sp_wrapper #btn_sp:hover {
  cursor: pointer;
}

.header_fix_spacer {
  width: 100%;
  height: 65px;
}
@media all and (min-width: 970px) {
  .header_fix_spacer {
    display: none;
  }
}

/*************************************************
    4.SP MENU
*************************************************/
#sp_menu {
  background-color: #fff;
  width: 100vw;
  z-index: 999;
  position: fixed;
  top: 65px;
  left: 0;
  height: 100%;
  overflow: auto;
  padding: 0 40px 50px 40px;
  display: none;
  opacity: 0;
}
#sp_menu.active {
  left: 0;
}
#sp_menu .sp_menu_inner {
  position: relative;
  padding-bottom: 100px;
}
#sp_menu a {
  color: #000 !important;
}
#sp_menu .sp_menu_header {
  padding: 20px 0;
  border-bottom: 1px solid #cdcbcc;
}
#sp_menu .sp_menu_header p {
  text-align: center;
  color: #f7141b;
}
#sp_menu .sp_menu_wrapper {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
}
#sp_menu .sp_menu_wrapper .sp_menu_item {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 0;
}
#sp_menu .sp_menu_wrapper .sp_menu_item li.sp_item_wrap {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #999999;
  opacity: 0;
  transition: all 0.2s ease-in;
  transform: translate(-20px, 0);
}
#sp_menu .sp_menu_wrapper .sp_menu_item li.sp_item_wrap.active {
  opacity: 1;
  transform: translate(0, 0);
}
#sp_menu .sp_menu_wrapper a.sp_item {
  width: 100%;
  text-align: left;
  font-size: 20px;
  position: relative;
  transform: translate(-5px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sp_menu .sp_menu_wrapper a.sp_item:after {
  content: "";
  display: block;
  background-image: url("../recruit/images/footer_arrow_b.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#sp_menu .sp_menu_wrapper .sub .item {
  width: 90%;
}
#sp_menu .sp_menu_footer {
  padding: 18px 0;
  text-align: center;
}

#sp_menu.logged-in {
  top: 111px;
}

/****************************************************
    FRONT PAGE TOPPAGE 2025 トップページ
******************************************************/
@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.8);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(3);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.page-template-recruit_top footer {
  display: none !important;
}
.page-template-recruit_top .container {
  max-width: 9999px !important;
}

#top_recruit .sec_top {
  padding-top: 30px !important;
}
#top_recruit .h1_wrapper {
  padding: 10px 0 45px 0;
}
#top_recruit h1.top_anime_text {
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
}
@media all and (max-width: 779px) {
  #top_recruit h1.top_anime_text {
    font-size: 35px;
  }
}
@media all and (min-width: 780px) {
  #top_recruit h1.top_anime_text {
    font-size: 55px;
  }
}
#top_recruit h1.top_anime_text span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
  opacity: 0;
}
#top_recruit .top_anime_text.anima span {
  transform: translate(0, 0) scale(0.3);
  animation: leftRight .5s forwards;
}
#top_recruit .top_anime_text.anima span.chr-0 {
  animation-delay: 0s;
}
#top_recruit .top_anime_text.anima span.chr-1 {
  animation-delay: 0.1s;
}
#top_recruit .top_anime_text.anima span.chr-2 {
  animation-delay: 0.2s;
}
#top_recruit .top_anime_text.anima span.chr-3 {
  animation-delay: 0.3s;
}
#top_recruit .top_anime_text.anima span.chr-4 {
  animation-delay: 0.4s;
}
#top_recruit .top_anime_text.anima span.chr-5 {
  animation-delay: 0.5s;
}
#top_recruit .top_anime_text.anima span.chr-6 {
  animation-delay: 0.6s;
}
#top_recruit .top_anime_text.anima span.chr-7 {
  animation-delay: 0.7s;
}
#top_recruit .top_anime_text.anima span.chr-8 {
  animation-delay: 0.8s;
}
#top_recruit .top_anime_text.anima span.chr-9 {
  animation-delay: 0.9s;
}
#top_recruit .top_anime_text.anima span.chr-10 {
  animation-delay: 1s;
}
#top_recruit .top_anime_text.anima span.chr-11 {
  animation-delay: 1.1s;
}
#top_recruit .top_anime_text.anima span.chr-12 {
  animation-delay: 1.2s;
}
#top_recruit .top_anime_text.anima span.chr-13 {
  animation-delay: 1.3s;
}
#top_recruit .top_anime_text.anima span.chr-14 {
  animation-delay: 1.4s;
}
#top_recruit .top_anime_text.anima span.chr-15 {
  animation-delay: 1.5s;
}
#top_recruit .top_anime_text.anima span.chr-16 {
  animation-delay: 1.6s;
}
#top_recruit #text_pc,
#top_recruit #text_sp0,
#top_recruit #text_sp1 {
  overflow: hidden;
  position: relative;
}
#top_recruit #text_pc.is-active,
#top_recruit #text_sp0.is-active,
#top_recruit #text_sp1.is-active {
  --skewX: 0deg;
  --cover-x: 101%;
  --x: 0;
}
#top_recruit #text_pc::before,
#top_recruit #text_pc::after,
#top_recruit #text_sp0::before,
#top_recruit #text_sp0::after,
#top_recruit #text_sp1::before,
#top_recruit #text_sp1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50vh;
  transform: translateX(var(--cover-x, -101%));
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#top_recruit #text_pc::before,
#top_recruit #text_sp0::before,
#top_recruit #text_sp1::before {
  background-color: #fff;
}
#top_recruit #text_pc::after,
#top_recruit #text_sp0::after,
#top_recruit #text_sp1::after {
  background-color: #bce9ec;
  transition-delay: 0.16s;
}
#top_recruit .word,
#top_recruit .word_sp {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(var(--x, -110%)) skewX(var(--skewX, 8deg));
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
  line-height: 1.5;
}
#top_recruit .word {
  font-size: min(5vw, 85px);
}
#top_recruit .word_sp {
  font-size: max(5vw, 30px);
}
#top_recruit .container_h1 {
  height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media all and (max-width: 779px) {
  #top_recruit .container_h1 {
    display: none !important;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .container_h1 {
    display: flex;
  }
}
#top_recruit .container_h1_sp {
  height: 50px;
}
@media all and (max-width: 779px) {
  #top_recruit .container_h1_sp {
    display: flex;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .container_h1_sp {
    display: none !important;
  }
}
#top_recruit .container_h1,
#top_recruit .container_h1_sp {
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#top_recruit .container_h1_sp.sp1 {
  margin-bottom: 50px;
}
#top_recruit .visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#top_recruit h2 {
  color: #FFF !important;
  position: relative;
  z-index: 1;
}

@keyframes Top_Container_Anime {
  0% {
    transform: rotate(0);
    animation-timing-function: 0.25, 0, 0.75, 0.25;
  }
  25% {
    transform: rotate(7deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(0);
    animation-timing-function: linear;
  }
  75% {
    transform: rotate(-7deg);
    animation-timing-function: linear;
  }
  100% {
    transform: rotate(0);
    animation-timing-function: 0.25, 0, 0.75, 0.25;
  }
}
@keyframes Top_Button_Anime {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
@keyframes Top_BG_Anime {
  0% {
    transform: translate(0, 0);
    opacity: 0;
    left: 100%;
  }
  100% {
    transform: translate(-90%, 0);
    opacity: 1;
    left: 100%;
  }
}
@keyframes Top_BG_SP_Anime {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    left: 50%;
    opacity: 1;
  }
}
#top_recruit {
  background: #074399;
  background: linear-gradient(180deg, #074399 0%, #2158b5 41%, #83c1fc 100%);
  position: relative;
  overflow-x: hidden;
}
@media all and (orientation: portrait) and (max-width: 479px) {
  #top_recruit {
    min-height: 750px;
  }
}
@media all and (orientation: portrait) and (min-width: 480px) and (max-width: 969px) {
  #top_recruit {
    height: calc( 100vh - 65px );
  }
}
@media all and (orientation: portrait) and (min-width: 970px) {
  #top_recruit {
    height: calc( 100vh - 94px );
  }
}

@media all and (orientation: landscape) and (max-width: 479px) {
  #top_recruit {
    min-height: 750px;
  }
}
@media all and (orientation: landscape) and (min-width: 480px) and (max-width: 969px) {
  #top_recruit {
    min-height: 1000px;
  }
}
@media all and (orientation: landscape) and (min-width: 970px) {
  #top_recruit {
    height: calc( 100vh - 94px );
  }
}

#top_recruit .bg_top_pic {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 0;
}
@media all and (max-width: 779px) {
  #top_recruit .bg_top_pic {
    display: none;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .bg_top_pic {
    width: 61vw;
    max-width: 1000px;
  }
}
#top_recruit .bg_top_pic.anima {
  animation-name: Top_BG_Anime;
  animation-duration: .75s;
  animation-timing-function: cubic-bezier(0.08, 0.85, 0.5, 1);
  animation-direction: normal;
  animation-iteration-count: unset;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}
#top_recruit .bg_top_pic_sp {
  position: absolute;
  bottom: 0;
  left: 100%;
  max-width: 750px;
  z-index: 0;
}
@media all and (max-width: 779px) {
  #top_recruit .bg_top_pic_sp {
    width: 120vw;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .bg_top_pic_sp {
    display: none;
  }
}
#top_recruit .bg_top_pic_sp.anima {
  animation-name: Top_BG_SP_Anime;
  animation-duration: .75s;
  animation-timing-function: cubic-bezier(0.08, 0.85, 0.5, 1);
  animation-direction: normal;
  animation-iteration-count: unset;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}
#top_recruit .pin {
  width: 23px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#top_recruit .top_container_wrapper {
  display: grid;
  max-width: 1600px;
  justify-content: center;
  opacity: 1;
  transition: opacity .5s linear;
}
@media all and (max-width: 779px) {
  #top_recruit .top_container_wrapper {
    grid-template-columns: repeat(2, 42vw);
    max-width: 500px;
    gap: 25px;
    margin: 0 auto 50px;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .top_container_wrapper {
    grid-template-columns: repeat(4, min(20vw, 380px));
    gap: clamp(25px, 3vw, 40px);
    margin: 0 auto 100px;
  }
}
#top_recruit .top_fade_elem {
  opacity: 0;
  transition: opacity 0.5s linear;
}
#top_recruit .top_fade_elem.on {
  opacity: 1;
}
#top_recruit .top_container {
  position: relative;
  z-index: 2;
}
#top_recruit .top_container .top_container_inner {
  position: relative;
  aspect-ratio: 165 / 130;
  border: 3px solid #000;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transform-origin: top center;
  transform: rotate(0);
}
#top_recruit .top_container .top_container_inner.go {
  animation-name: Top_Container_Anime;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: 1;
}
#top_recruit .top_container img.top_pic {
  display: block;
  width: 80.60606%;
}
#top_recruit .top_container h3.h3_container {
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media all and (max-width: 779px) {
  #top_recruit .top_container h3.h3_container {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .top_container h3.h3_container {
    font-size: clamp(14px, 5vw, 20px);
    margin-top: 20px;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .sec_button h2 {
    font-size: clamp(30px, 2.4vw, 40px) !important;
  }
}
#top_recruit .sec_button .flex_wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}
#top_recruit .sec_button .flex_wrapper .button_wrapper {
  position: relative;
  padding: 10px;
  min-width: 150px;
}
@media all and (min-width: 780px) {
  #top_recruit .sec_button .flex_wrapper .button_wrapper {
    width: min(21vw, 350px);
  }
}
#top_recruit .sec_button .flex_wrapper .border_wrap_1,
#top_recruit .sec_button .flex_wrapper .border_wrap_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  /*
  animation-name: Top_Button_Anime;
  animation-duration: .5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  */
}
#top_recruit .sec_button .flex_wrapper .border_wrap_1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  z-index: 0;
}
#top_recruit .sec_button .flex_wrapper .border_wrap_1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  z-index: 0;
}
#top_recruit .sec_button .flex_wrapper .border_wrap_2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  z-index: 0;
}
#top_recruit .sec_button .flex_wrapper .border_wrap_2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  z-index: 0;
}
#top_recruit .sec_button .flex_wrapper .border_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  padding: 1vw;
  transition: filter 0.2s linear;
  position: relative;
  z-index: 1;
}
#top_recruit .sec_button .flex_wrapper .border_button span {
  color: #000;
}
@media all and (max-width: 779px) {
  #top_recruit .sec_button .flex_wrapper .border_button span {
    font-size: 15px;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .sec_button .flex_wrapper .border_button span {
    font-size: clamp(24px, 1.8vw, 30px);
  }
}
#top_recruit .sec_button .flex_wrapper .border_button:hover {
  cursor: pointer;
}
#top_recruit .top_otoiawase_wrapper {
  background: #e51f20;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #FFF;
  margin: 0 auto;
  height: 50px !important;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
#top_recruit .top_otoiawase_wrapper .center_href {
  display: flex;
  width: 100%;
  height: 70px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top_recruit .top_otoiawase_wrapper .center_href span {
  color: #FFF;
  text-align: center;
}
#top_recruit .top_otoiawase_wrapper .center_href span.regular {
  display: block;
  font-size: 20px;
  font-weight: 900;
}
#top_recruit .top_otoiawase_wrapper .center_href::after {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("../recruit/images/footer_arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
#top_recruit .top_otoiawase_wrapper .center_href:hover:after {
  animation-name: contact_btn_anime_plus;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media all and (max-width: 779px) {
  #top_recruit .top_otoiawase_wrapper {
    width: 250px;
  }
}
@media all and (min-width: 780px) {
  #top_recruit .top_otoiawase_wrapper {
    width: clamp(300px, 24vw, 500px);
    height: clamp(70px, 5.5vw, 80px) !important;
  }
  #top_recruit .top_otoiawase_wrapper span.regular {
    font-size: clamp(20px, 1.6vw, 30px) !important;
  }
}

/****************************************************
    VOICE
******************************************************/
#voice {
  min-height: 800px;
}
#voice .menu_section {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  padding-top: 30px;
}
@media all and (max-width: 779px) {
  #voice .menu_section {
    display: none;
  }
}
#voice .menu_section .menu_select_item {
  display: inline-block;
  color: #a2a2a2;
  font-weight: 700;
}
@media all and (max-width: 779px) {
  #voice .menu_section .menu_select_item {
    display: none;
  }
}
@media all and (min-width: 780px) and (max-width: 1000px) {
  #voice .menu_section .menu_select_item {
    font-size: 15px;
  }
}
@media all and (min-width: 1001px) {
  #voice .menu_section .menu_select_item {
    font-size: 20px;
  }
}
#voice .menu_section .menu_select_item.current, #voice .menu_section .menu_select_item:hover {
  color: #000;
}
#voice .menu_section .separater {
  width: 1px;
  height: 15px;
  background-color: #a2a2a2;
}
#voice select#select_section {
  display: block;
  border: 1px solid #292020;
  border-radius: 3px;
  padding: 12px;
  width: 100%;
  max-width: 340px;
  font-size: 15px;
  text-align: center;
  appearance: none;
  cursor: pointer;
}
#voice .custom-select-wrapper {
  position: relative;
  max-width: 340px;
  margin: 0 auto 30px;
}
@media all and (min-width: 780px) {
  #voice .custom-select-wrapper {
    display: none;
  }
}
#voice .custom-select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* クリックを妨げない */
  background-image: url("../recruit/images/btn_select.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  z-index: 1;
}
#voice .staff_all_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media all and (max-width: 779px) {
  #voice .staff_all_wrapper {
    gap: 35px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media all and (min-width: 780px) {
  #voice .staff_all_wrapper {
    gap: 70px;
    max-width: 1030px;
  }
}
#voice .staff_wrapper {
  width: 100%;
}
@media all and (max-width: 1000px) {
  #voice .staff_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 5px;
  }
}
@media all and (min-width: 1001px) {
  #voice .staff_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 37px;
    padding-top: 30px;
  }
}
#voice figure.photo {
  background-size: cover;
  background-position: center center;
  border: 3px solid #000;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 779px) {
  #voice figure.photo {
    width: 135px;
    height: 135px;
    transform: translate(-24px, -7px);
  }
}
@media all and (min-width: 780px) {
  #voice figure.photo {
    width: 244px;
    height: 244px;
    transform: translate(-48px, -30px);
  }
}
#voice .cat,
#voice .year,
#voice .section {
  color: #FFF;
  font-weight: 700;
}
@media all and (max-width: 779px) {
  #voice .cat,
  #voice .year,
  #voice .section {
    font-size: 15px;
  }
}
@media all and (min-width: 780px) {
  #voice .cat,
  #voice .year,
  #voice .section {
    font-size: 20px;
  }
}
@media all and (max-width: 779px) {
  #voice .year {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 780px) {
  #voice .year {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 779px) {
  #voice .section {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 780px) {
  #voice .section {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 779px) {
  #voice .cat {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 780px) {
  #voice .cat {
    margin-bottom: 10px;
  }
}
#voice h3.name {
  font-weight: 700;
  color: #FFF;
}
@media all and (max-width: 779px) {
  #voice h3.name {
    font-size: 20px;
  }
}
@media all and (min-width: 780px) {
  #voice h3.name {
    font-size: 30px;
  }
}
#voice .info_wrapper {
  border: 3px solid #000;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 779px) {
  #voice .info_wrapper {
    margin-left: 25px;
    height: 150px;
  }
}
@media all and (min-width: 780px) {
  #voice .info_wrapper {
    margin-left: 40px;
    height: 250px;
  }
}
#voice .info_wrapper.dark {
  background-color: #707070;
}
#voice .info_wrapper.orange {
  background-color: #EA5530;
}
@media all and (max-width: 779px) {
  #voice .info_wrapper .info_inner {
    padding-left: 150px;
  }
}
@media all and (min-width: 780px) {
  #voice .info_wrapper .info_inner {
    padding-left: 250px;
  }
}
@media all and (max-width: 779px) {
  #voice .comment_wrapper .comment_text {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media all and (min-width: 780px) {
  #voice .comment_wrapper .comment_text {
    font-size: 15px;
    line-height: 1.5;
  }
}
#voice .line {
  width: 100%;
  background-color: #050505;
  height: 3px;
  margin: 0 auto;
  max-width: 340px;
}

/****************************************************
    INQ CONTACT
******************************************************/
#inq .step_image {
  /*
  display: block;
  
  */
  display: flex;
  margin: 0 auto 20px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 779px) {
  #inq .step_image {
    aspect-ratio: 660/100;
  }
}
@media all and (min-width: 780px) {
  #inq .step_image {
    aspect-ratio: 660/50;
  }
}
#inq .step_image span {
  color: #FFF;
  font-weight: 700;
}
@media all and (max-width: 779px) {
  #inq .step_image span {
    font-size: clamp(15px, 4vw, 18px);
  }
}
@media all and (min-width: 780px) {
  #inq .step_image span {
    font-size: 20px;
  }
}
#inq .step_image.step1 {
  background-image: url("../recruit/images/contact/contact_step1.svg");
}
#inq .step_image.step2 {
  background-image: url("../recruit/images/contact/contact_step2.svg");
}
#inq .step_image.step3 {
  background-image: url("../recruit/images/contact/contact_step3.svg");
}
#inq .parent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
#inq .parent * {
  font-size: 15px;
}
#inq .parent .flex_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
#inq .parent .flex_wrapper.middle {
  align-items: flex-start;
}
#inq .parent .flex_wrapper.middle .col1 {
  padding-top: 8px;
}
#inq .parent .flex_wrapper.top {
  align-items: flex-start;
}
@media all and (max-width: 779px) {
  #inq .parent .flex_wrapper {
    align-items: flex-start;
    gap: 10px;
  }
}
#inq .parent .flex_wrapper2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
@media all and (max-width: 779px) {
  #inq .parent .flex_wrapper2 {
    align-items: flex-start;
    gap: 10px;
  }
}
#inq .parent .flex_wrapper2 .col1b {
  font-weight: 700;
}
#inq .parent .flex_wrapper2 .col2b {
  width: 100%;
}
#inq .parent .col1 {
  font-weight: 700;
}
@media all and (max-width: 779px) {
  #inq .parent .col1 {
    width: 120px;
  }
}
@media all and (min-width: 780px) {
  #inq .parent .col1 {
    padding-top: 10px;
    width: 150px;
  }
}
#inq .parent .col1.address_item {
  padding-left: 1em;
}
@media all and (max-width: 779px) {
  #inq .parent .col2 {
    width: calc(100% - 120px);
  }
}
@media all and (min-width: 780px) {
  #inq .parent .col2 {
    width: calc(100% - 150px);
  }
}
#inq .parent .btn_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inq .parent .flex_wrapper_sub {
  display: flex;
  gap: 2px;
  align-items: center;
}
#inq input[type="text"],
#inq input[type="email"],
#inq input[type="address"],
#inq input[type="tel"],
#inq textarea {
  display: block;
  margin: 0;
  width: 100%;
  padding: 7px 5px;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  border: 1px solid #707070;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1279px) {
  #inq input[type="text"],
  #inq input[type="email"],
  #inq input[type="address"],
  #inq input[type="tel"] {
    max-width: 500px;
  }
}
#inq select {
  padding: 7px 5px;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  appearance: none;
  -webkit-appearance: none;
  /* iOS (Safari) のデザインを無効化 */
  -moz-appearance: none;
  /* Firefox用 */
  color: #000;
  border: 1px solid #707070;
  background-color: #F8F8F8;
  text-align: center;
}
#inq input[name="radio-kibou"],
#inq input[name="radio-check"] {
  margin-right: 0;
  margin-left: 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#inq input#zipcode {
  width: 120px;
}
#inq .flex_wrapper_btn {
  display: flex;
  justify-content: center;
  gap: 25px;
}
#inq input[name="submitConfirm"],
#inq input[name="confirm_send"],
#inq input[name="submitBack"] {
  display: flex !important;
  width: 100%;
  height: 70px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: .3px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  transition: opacity .2s linear;
}
#inq input[name="submitConfirm"]:hover,
#inq input[name="confirm_send"]:hover,
#inq input[name="submitBack"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
#inq .btn_input.progress,
#inq .btn_input.back {
  position: relative;
  display: block;
}
@media all and (min-width: 780px) {
  #inq .btn_input.progress,
  #inq .btn_input.back {
    max-width: 200px;
  }
}
#inq .btn_input.progress:after,
#inq .btn_input.back:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../recruit/images/footer_arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#inq .btn_input.progress:after {
  right: 15px;
  transform: translate(0, -50%);
}
#inq .btn_input.progress:hover {
  cursor: pointer;
}
#inq .btn_input.progress:hover:after {
  animation-name: contact_btn_anime_plus;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#inq .btn_input.back::after {
  left: 15px;
  transform: translate(0, -50%) rotate(180deg);
}
#inq .btn_input.back:hover {
  cursor: pointer;
}
#inq .btn_input.back:hover:after {
  animation-name: contact_btn_anime_minus;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#inq input[name="submitBack"],
#inq input[name="confirm_send"] {
  display: block;
}
#inq input[name="submitConfirm"],
#inq input[name="confirm_send"] {
  background-color: #064398;
  color: #FFF;
  display: block;
}
#inq input[name="submitBack"] {
  background-color: #707070;
  color: #FFF;
}
#inq select {
  margin-bottom: 0;
}
#inq span.mini {
  font-size: 13px;
}
#inq span.red {
  color: #ff001d;
}
@media screen and (max-width: 779px) {
  #inq select.mini {
    width: 70px;
  }
}
@media screen and (min-width: 480px) {
  #inq select.mini {
    width: 100px;
  }
}
#inq span.error {
  visibility: hidden;
  font-size: 0;
  width: 0;
  height: 0;
}
#inq .error_display {
  display: none;
  color: #ff001d;
}
#inq .error_display.on {
  display: block;
  padding-top: 4px;
}
#inq input.has_error,
#inq select.has_error,
#inq textarea.has_error {
  background-color: #ffe1e1;
}
#inq .mw_wp_form_input .btn_input.back {
  display: none;
}
#inq .mw_wp_form_input .btn_input.progress {
  width: 100%;
}
#inq .mw_wp_form_confirm .flex_wrapper.middle .col1 {
  padding-top: 0;
}
#inq .mw_wp_form_confirm .red {
  display: none;
}
#inq .mw_wp_form_confirm .col1_address_title {
  display: none;
}
#inq .mw_wp_form_confirm .btn_input.progress,
#inq .mw_wp_form_confirm .btn_input.back {
  width: 50%;
}
@media all and (max-width: 779px) {
  #inq .text_wrapper.complete .thanks_message {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media all and (min-width: 780px) {
  #inq .text_wrapper.complete .thanks_message {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (max-width: 779px) {
  #inq .text_wrapper.complete .thanks_message .btn_top_back span {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media all and (min-width: 780px) {
  #inq .text_wrapper.complete .thanks_message .btn_top_back span {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* inq last confirm */
body.page-id-785 .wrapper_inq {
  margin: 0 auto 40px auto;
}

/****************************************************
    REC ABOUT
******************************************************/
#rec_about {
  /*[data-appeard="true"]*/
}
@media all and (max-width: 779px) {
  #rec_about .top_text_area {
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media all and (min-width: 780px) {
  #rec_about .top_text_area {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 779px) {
  #rec_about .icon_wrapper,
  #rec_about .hosoku_wrapper {
    display: grid;
    grid-template-columns: 310px;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
}
@media all and (min-width: 780px) and (max-width: 1279px) {
  #rec_about .icon_wrapper,
  #rec_about .hosoku_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 310px);
    gap: 40px;
    align-items: stretch;
    justify-content: center;
  }
}
@media all and (min-width: 1280px) {
  #rec_about .icon_wrapper,
  #rec_about .hosoku_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 310px);
    gap: 40px;
    align-items: stretch;
    justify-content: center;
  }
}
#rec_about .icon_wrapper {
  margin-bottom: 30px;
}
#rec_about .graph_wrap {
  aspect-ratio: 1 / 1;
  border: 3px solid #000;
  border-radius: 5px;
  max-width: 310px;
  padding: 20px 10px 10px;
  position: relative;
}
#rec_about .graph_wrap h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#rec_about .graph_wrap .text_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: unset;
  gap: 10px;
  width: 100%;
}
#rec_about .graph_wrap .text_area .text_flex .unit2 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #EA5530;
}
#rec_about .graph_wrap .text2 {
  text-align: center;
  font-size: 14px !important;
  font-weight: 700;
}
#rec_about .graph_wrap .text3 {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
#rec_about .graph_wrap .lottie {
  width: 100%;
  max-width: 140px;
}
#rec_about .graph_wrap .lottie.lottie_about {
  max-width: 240px;
}
#rec_about .graph_wrap .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#rec_about .graph_wrap.graph-about01 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 187px;
}
#rec_about .graph_wrap.graph-about01 .unit1 {
  width: 2.5em;
}
#rec_about .graph_wrap.graph-about01 .unit2 {
  width: 1.1em;
}
#rec_about .graph_wrap.graph-about01 .data_num1 {
  position: absolute;
  left: 50%;
  top: 54.83871%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about01 .data_num2 {
  position: absolute;
  left: 50%;
  top: 77.41935%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about01 .text2 {
  position: absolute;
  top: 70.96774%;
}
#rec_about .graph_wrap.graph-about01 .text3 {
  position: absolute;
  top: 85.16129%;
}
#rec_about .graph_wrap.graph-about02 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 187px;
}
#rec_about .graph_wrap.graph-about02 .unit {
  width: 1em;
}
#rec_about .graph_wrap.graph-about02 .data_num {
  position: absolute;
  left: 50%;
  top: 54.83871%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about02 .text2 {
  position: absolute;
  top: 70.96774%;
}
#rec_about .graph_wrap.graph-about02 .text3 {
  position: absolute;
  top: 85.16129%;
}
#rec_about .graph_wrap.graph-about03 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 200px;
}
#rec_about .graph_wrap.graph-about03 .unit {
  width: 1em;
}
#rec_about .graph_wrap.graph-about03 .text2 {
  position: absolute;
  top: 74.19355%;
}
#rec_about .graph_wrap.graph-about03 .text3 {
  position: absolute;
  top: 85.16129%;
}
#rec_about .graph_wrap.graph-about04 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 195px;
}
#rec_about .graph_wrap.graph-about04 .unit {
  width: 1em;
}
#rec_about .graph_wrap.graph-about04 .data_num {
  position: absolute;
  left: 50%;
  top: 65.16129%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about04 .text2 {
  position: absolute;
  top: 80.64516%;
}
#rec_about .graph_wrap.graph-about04 .text3 {
  position: absolute;
  top: 85.16129%;
}
#rec_about .graph_wrap.graph-about06 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 240px;
}
#rec_about .graph_wrap.graph-about06 .text2 {
  position: absolute;
  top: 83.87097%;
}
#rec_about .graph_wrap.graph-about07 .lottie {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 240px;
}
#rec_about .graph_wrap.graph-about07 .unit {
  width: 1em;
}
#rec_about .graph_wrap.graph-about07 .text_area {
  position: absolute;
  left: 50%;
  top: 56.45161%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about07 .text_area .text_flex.text_flex1 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 240px;
}
#rec_about .graph_wrap.graph-about07 .text_area .text_flex.text_flex2 {
  display: flex;
  justify-content: space-around;
  max-width: 240px;
  width: 100%;
}
#rec_about .graph_wrap.graph-about07 .text_area .text_flex.text_flex2 .data_num_wrap {
  position: relative;
}
#rec_about .graph_wrap.graph-about07 .text_area .text_flex .unit2.unit {
  width: 2em;
}
#rec_about .graph_wrap.graph-about07 .text2 {
  position: absolute;
  top: 83.87097%;
  text-align: center;
  width: 100%;
}
#rec_about .graph_wrap.graph-about08 .lottie {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
  max-width: 240px;
}
#rec_about .graph_wrap.graph-about08 .unit {
  width: 2.5em;
}
#rec_about .graph_wrap.graph-about08 .text2 {
  position: absolute;
  top: 83.87097%;
}
#rec_about .graph_wrap.graph-about09 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 195px;
}
#rec_about .graph_wrap.graph-about09 .unit {
  width: 1em;
}
#rec_about .graph_wrap.graph-about09 .data_num {
  position: absolute;
  left: 50%;
  top: 65.16129%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about09 .text2 {
  position: absolute;
  top: 83.87097%;
}
#rec_about .graph_wrap.graph-about10 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 195px;
}
#rec_about .graph_wrap.graph-about10 .unit {
  width: 1em;
}
#rec_about .graph_wrap.graph-about10 .data_num {
  position: absolute;
  left: 50%;
  top: 65.16129%;
  transform: translate(-50%, 0);
}
#rec_about .graph_wrap.graph-about10 .text2 {
  position: absolute;
  top: 83.87097%;
}
#rec_about .graph_wrap.graph-about11 .lottie {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 240px;
}
#rec_about .graph_wrap.graph-about11 .text2 {
  position: absolute;
  top: 83.87097%;
}
#rec_about .graph_wrap.graph-about11 .text3 {
  position: absolute;
  top: 66.45161%;
  padding: 0 10px;
}
#rec_about .data_num {
  display: flex;
  align-items: flex-end;
  height: 40px;
}
#rec_about .data_num .unit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #EA5530;
  padding-bottom: 2px;
}
#rec_about .num-anima .num-reel {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#rec_about .num-anima .num-wrap {
  overflow: hidden;
  display: block;
  width: auto;
  height: 40px;
  line-height: 1;
}
#rec_about .num-anima .num-cell {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #EA5530;
  display: block;
}
#rec_about .num-anima[data-appeard="true"] .num-reel {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 2s, transform 2s cubic-bezier(0.2, 1, 0.2, 1);
  transition-delay: .5s;
}

/****************************************************
    WORKING ENVIRONMENT
******************************************************/
@media all and (max-width: 779px) {
  #rec_environment .top_text_area {
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
@media all and (min-width: 780px) {
  #rec_environment .top_text_area {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  #rec_environment .icon_wrapper.icon_hukuri {
    display: grid;
    grid-template-columns: repeat(2, 165px);
    gap: 30px 20px;
    align-items: stretch;
    justify-content: center;
  }
}
@media all and (min-width: 480px) and (max-width: 779px) {
  #rec_environment .icon_wrapper.icon_hukuri {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 30px;
    align-items: stretch;
    justify-content: center;
  }
}
@media all and (min-width: 780px) and (max-width: 1000px) {
  #rec_environment .icon_wrapper.icon_hukuri {
    display: grid;
    grid-template-columns: repeat(3, 240px);
    gap: 30px;
    align-items: stretch;
    justify-content: center;
  }
}
@media all and (min-width: 1001px) {
  #rec_environment .icon_wrapper.icon_hukuri {
    display: grid;
    grid-template-columns: repeat(4, 240px);
    gap: 50px;
    align-items: stretch;
    justify-content: center;
  }
}
@media all and (max-width: 779px) {
  #rec_environment .icon_wrapper.icon_education {
    display: grid;
    grid-template-columns: repeat(2, 165px);
    gap: 30px 20px;
    align-items: stretch;
    justify-content: center;
  }
}
@media all and (min-width: 780px) and (max-width: 1000px) {
  #rec_environment .icon_wrapper.icon_education {
    display: grid;
    gap: 30px;
    align-items: stretch;
    justify-content: center;
    justify-items: center;
  }
  #rec_environment .icon_wrapper.icon_education.icon_education1, #rec_environment .icon_wrapper.icon_education.icon_education2 {
    grid-template-columns: repeat(2, 240px);
  }
}
@media all and (min-width: 1001px) {
  #rec_environment .icon_wrapper.icon_education {
    display: grid;
    gap: 50px;
    align-items: stretch;
    justify-content: center;
    justify-items: center;
  }
  #rec_environment .icon_wrapper.icon_education.icon_education1 {
    grid-template-columns: repeat(2, 240px);
  }
  #rec_environment .icon_wrapper.icon_education.icon_education2 {
    grid-template-columns: repeat(3, 240px);
  }
}
#rec_environment .icon_wrapper.icon_education.icon_education1 {
  margin-bottom: 50px;
}
#rec_environment .graph_wrap {
  width: 100%;
  border: 3px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  justify-self: unset;
  gap: 25px;
  padding: 20px 10px 10px;
}
#rec_environment .graph_wrap.education.pic2, #rec_environment .graph_wrap.education.pic3, #rec_environment .graph_wrap.education.pic4 {
  aspect-ratio: 240 / 266;
}
@media all and (max-width: 779px) {
  #rec_environment .graph_wrap {
    max-width: 165px;
  }
}
@media all and (min-width: 1280px) {
  #rec_environment .graph_wrap {
    width: 240px;
  }
}
#rec_environment .graph_wrap img.pic {
  display: block;
  width: 100%;
}
#rec_environment .graph_wrap.pics_wrap img.pic {
  display: block;
  width: 100%;
}
#rec_environment .graph_wrap.pics_wrap ul li {
  font-size: 15px;
}
#rec_environment .graph_wrap .text_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: unset;
  gap: 10px;
  width: 100%;
}
#rec_environment .graph_wrap .text_area .text_flex {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 20px;
}
#rec_environment .graph_wrap .text_area .text_flex .data_num {
  justify-content: center;
}
#rec_environment .graph_wrap .text_area .text_flex .unit2 {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #EA5530;
}
#rec_environment .graph_wrap h3,
#rec_environment .graph_wrap .text2 {
  text-align: center;
  font-size: 14px !important;
  font-weight: 700;
}
#rec_environment .graph_wrap .text {
  text-align: left;
}
#rec_environment .graph_wrap .text3 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
#rec_environment .graph_wrap .lottie {
  width: 100%;
  max-width: 140px;
}
#rec_environment .graph_wrap .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#rec_environment .graph_wrap.education .pics_wrapper {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
}
#rec_environment .graph_wrap.education .pics_wrapper .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
  transition: opacity .5s ease-in;
}
#rec_environment .graph_wrap.education .pics_wrapper .picture.off {
  opacity: 0;
}
#rec_environment .graph_wrap.education ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#rec_environment .graph_wrap.education ul li:before {
  content: "・";
}

/****************************************************
    JOB about the job
******************************************************/
#about_the_job .top_text_area {
  margin: 0 auto 40px;
  max-width: 1000px;
}
#about_the_job .top_text_area .top_text {
  line-height: 1.5;
}
@media all and (max-width: 779px) {
  #about_the_job .top_text_area .top_text {
    font-size: 15px;
  }
}
@media all and (min-width: 780px) {
  #about_the_job .top_text_area .top_text {
    font-size: 20px;
  }
}
#about_the_job .top_text_area .flex_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 779px) {
  #about_the_job .top_text_area .flex_wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media all and (min-width: 780px) {
  #about_the_job .top_text_area .flex_wrapper {
    gap: 90px;
  }
}
#about_the_job .top_text_area picture.top_pic {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 410px;
}
#about_the_job .top_text_area picture.top_pic img {
  display: block;
  width: 100%;
}
#about_the_job .parts_wrapper {
  display: grid;
}
@media all and (max-width: 779px) {
  #about_the_job .parts_wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 25px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media all and (min-width: 780px) and (max-width: 1279px) {
  #about_the_job .parts_wrapper {
    grid-template-columns: repeat(4, 150px);
    justify-content: center;
    gap: 25px;
  }
}
@media all and (min-width: 1280px) {
  #about_the_job .parts_wrapper {
    grid-template-columns: repeat(4, 216px);
    justify-content: center;
    gap: 30px;
  }
}
#about_the_job .parts_wrapper .former_parts {
  display: block;
  width: 100%;
  margin: 0;
}
#about_the_job .parts_wrapper .former_parts img {
  width: 100%;
}
#about_the_job .parts_wrapper .former_parts figcaption {
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 1;
}
#about_the_job .sq {
  padding: 12px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 3px solid #292020;
  border-radius: 3px;
}
@media all and (max-width: 779px) {
  #about_the_job .sq {
    column-gap: 30px;
    flex-direction: row;
    width: 340px;
  }
}
@media all and (min-width: 780px) and (max-width: 1000px) {
  #about_the_job .sq {
    flex-direction: column;
    gap: 10px;
  }
  #about_the_job .sq.pc_normal {
    width: 500px;
  }
  #about_the_job .sq.pc_small {
    width: 200px;
  }
}
@media all and (min-width: 1001px) {
  #about_the_job .sq {
    flex-direction: column;
    gap: 10px;
  }
  #about_the_job .sq.pc_normal {
    width: 500px;
  }
  #about_the_job .sq.pc_small {
    width: 300px;
  }
}
#about_the_job .sq .section_name {
  background-color: #EA5530;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 86px;
  height: 24px;
}
#about_the_job .sq .section_name span {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
}
#about_the_job .sq .task {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
}
#about_the_job .pc_flex_wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 779px) {
  #about_the_job .pc_flex_wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media all and (min-width: 780px) {
  #about_the_job .pc_flex_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
#about_the_job .dan_wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  justify-content: center;
}
#about_the_job .dan_wrapper .text {
  max-width: 500px;
  margin: 0 auto;
}

/****************************************************
    募集要項 REC BOSHU
******************************************************/
#boshu section.sec_main .switcher {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#boshu section.sec_main .switcher a.switch {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  color: #000;
}
#boshu section.sec_main .switcher a.switch span {
  font-size: 15px;
  color: #000;
}
#boshu section.sec_main .switcher.info-rec1 .switch1 {
  background-color: #F0F0F0;
}
#boshu section.sec_main .switcher.info-rec1 .switch2 {
  background-color: #DADADA;
}
#boshu section.sec_main .switcher.info-rec2 .switch2 {
  background-color: #F0F0F0;
}
#boshu section.sec_main .switcher.info-rec2 .switch1 {
  background-color: #DADADA;
}
#boshu section.sec_main .item_all_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #F0F0F0;
  padding: 50px 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 779px) {
  #boshu section.sec_main .item_all_wrapper {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 780px) {
  #boshu section.sec_main .item_all_wrapper {
    margin-bottom: 50px;
  }
}
#boshu section.sec_main .flex_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 25px;
}
#boshu section.sec_main .flex_wrapper .item {
  width: 20%;
}
#boshu section.sec_main .flex_wrapper .content {
  width: 80%;
}
#boshu section.sec_main .flex_wrapper .content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#boshu section.sec_main .flex_wrapper .content ol li {
  text-indent: -12px;
  padding-left: 12px;
  display: block;
}
#boshu section.sec_main .flex_wrapper .content ol li:before {
  content: "●";
  font-size: 12px;
}
#boshu section.sec_main .flex_wrapper .content .text14 {
  font-size: 14px;
}
#boshu section.sec_main h2.h2_step {
  font-size: 15px !important;
  padding-bottom: 20px !important;
}
#boshu section.sec_main .step_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  margin: 0 auto;
}
#boshu section.sec_main .step_wrapper .step {
  width: 100%;
  border: 3px solid #292020;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
#boshu section.sec_main .step_wrapper .step span {
  font-size: 20px;
  font-weight: 700;
}
#boshu section.sec_main .step_wrapper .step.white {
  background-color: #FFF;
}
#boshu section.sec_main .step_wrapper .step.white span {
  color: #000;
}
#boshu section.sec_main .step_wrapper .step.orange {
  background-color: #EA5530;
}
#boshu section.sec_main .step_wrapper .step.orange span {
  color: #FFF;
}
