@charset "UTF-8";

/*矢印ボタン用*/
@font-face {
  font-family: 'DINBoldAlternate';
  font-style: normal;
  src: url("../fonts/DINBoldAlternate.woff2") format("woff2"), url("../fonts/DINBoldAlternate.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'DINBold';
  font-style: normal;
  src: url("../fonts/DINBold.woff2") format("woff2"), url("../fonts/DINBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'DINMedium';
  font-style: normal;
  src: url("../fonts/DINMedium.woff2") format("woff2"), url("../fonts/DINMedium.woff") format("woff");
  font-display: swap;
}

.f-din_m {
  font-family: 'DINMedium', sans-serif;
}

.f-din_b {
  font-family: 'DINBold', sans-serif;
}

.f-din_ba {
  font-family: 'DINBoldAlternate', sans-serif;
}

.f-16 {
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .f-16 {
    font-size: 1.5rem;
  }
}

.f-14 {
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .f-14 {
    font-size: 1.3rem;
  }
}

.f-13 {
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .f-13 {
    font-size: 1.2rem;
  }
}

/*******************************************

設定　PC・SPだしわけ、テキスト配置など

*******************************************/
.pc-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc-flexbox>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pc-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pc-inline-flex>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.pc-inline-block {
  display: inline-block;
}

.sp-flexbox {
  display: none;
}

.sp-inline-flex {
  display: none;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

.sp-inline-block {
  display: none;
}

.tab-flexbox {
  display: none;
}

.tab-inline-flex {
  display: none;
}

.tab-block {
  display: none;
}

.tab-inline {
  display: none;
}

.tab-inline-block {
  display: none;
}

@media only screen and (max-width: 999px) {
  .tab-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-flexbox>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .tab-inline-flex>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-block {
    display: block;
  }

  .tab-inline {
    display: inline;
  }

  .tab-inline-block {
    display: inline-block;
  }
}

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

  .pc-inline-flex {
    display: none;
  }

  .pc-block {
    display: none;
  }

  .pc-inline {
    display: none;
  }

  .pc-inline-block {
    display: none;
  }

  .sp-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-flexbox>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sp-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sp-inline-flex>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sp-block {
    display: block;
  }

  .sp-inline {
    display: inline;
  }

  .sp-inline-block {
    display: inline-block;
  }
}

strong {
  font-weight: bold;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-normal {
  font-weight: normal;
}

.txt-red {
  color: #cc0000;
}

.txt-blue {
  color: #1588c0;
}

.txt-b {
  font-weight: bold;
}

.txt-underline {
  display: inline-block;
  position: relative;
}

.txt-underline:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: -0.03em;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .pc-mt-0 {
    margin-top: 0 !important;
  }

  .pc-mt-10 {
    margin-top: 10px !important;
  }

  .pc-mt-20 {
    margin-top: 20px !important;
  }

  .pc-mt-30 {
    margin-top: 30px !important;
  }

  .pc-mt-40 {
    margin-top: 40px !important;
  }

  .pc-mt-50 {
    margin-top: 50px !important;
  }

  .pc-mt-60 {
    margin-top: 60px !important;
  }

  .pc-mt-70 {
    margin-top: 70px !important;
  }

  .pc-mt-80 {
    margin-top: 80px !important;
  }

  .pc-mt-90 {
    margin-top: 90px !important;
  }

  .pc-mt-100 {
    margin-top: 100px !important;
  }

  .pc-mb-0 {
    margin-bottom: 0 !important;
  }

  .pc-mb-10 {
    margin-bottom: 10px !important;
  }

  .pc-mb-20 {
    margin-bottom: 20px !important;
  }

  .pc-mb-30 {
    margin-bottom: 30px !important;
  }

  .pc-mb-40 {
    margin-bottom: 40px !important;
  }

  .pc-mb-50 {
    margin-bottom: 50px !important;
  }

  .pc-mb-60 {
    margin-bottom: 60px !important;
  }

  .pc-mb-70 {
    margin-bottom: 70px !important;
  }

  .pc-mb-80 {
    margin-bottom: 80px !important;
  }

  .pc-mb-90 {
    margin-bottom: 90px !important;
  }

  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mt-20 {
    margin-top: 20px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mt-60 {
    margin-top: 60px !important;
  }

  .sp-mt-70 {
    margin-top: 70px !important;
  }

  .sp-mt-80 {
    margin-top: 80px !important;
  }

  .sp-mt-90 {
    margin-top: 90px !important;
  }

  .sp-mt-100 {
    margin-top: 100px !important;
  }

  .sp-mb-0 {
    margin-bottom: 0 !important;
  }

  .sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .sp-mb-70 {
    margin-bottom: 70px !important;
  }

  .sp-mb-80 {
    margin-bottom: 80px !important;
  }

  .sp-mb-90 {
    margin-bottom: 90px !important;
  }

  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
}

/*******************************************

設定　ボタン

*******************************************/
.btn {
  border: 1px solid #000000;
  background: #000000;
  font-size: 2.1rem;
  lineheight: 1.8;
  color: #ffffff;
  padding: 15px 35px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn:hover {
  background: #ffffff;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 1.6rem;
    lineheight: 1.8;
    padding: 12px 24px;
  }
}

.link_list {
  padding-left: 18px;
  font-size: 1.4rem;
  background-image: url(../img/common/footer_list.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0 1px;
}

@media only screen and (max-width: 768px) {
  .link_list {
    font-size: 1.2rem;
    min-height: 14px;
    line-height: 14px;
    background-position: 0 0px;
  }
}

.link_list a:hover {
  text-decoration: underline;
}

/*******************************************

設定　タイトル

*******************************************/
.ttl-underline {
  border-bottom: 1px solid #ed6c00;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.25em;
  margin-bottom: 16px;
}

/*******************************************

設定　パーツ

*******************************************/
.fluid {
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}

.rotate {
  -webkit-animation: rotate 50s ease 0s infinite normal both;
  animation: rotate 50s ease 0s infinite normal both;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stretch {
  display: none;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -140px;
  margin-left: -125px;
  -webkit-animation: stretch 5s ease 0s infinite alternate both;
  animation: stretch 5s ease 0s infinite alternate both;
  -webkit-animation: rotate 50s ease 0s infinite normal both;
  animation: rotate 50s ease 0s infinite normal both;
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}

@keyframes stretch {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stretch:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: #ed6c00;
  position: absolute;
  z-index: 1;
  left: 12.5%;
  top: 12.5%;
}

.homecatch {
  width: 155px;
  height: 335px;
  position: relative;
  z-index: 4;
  display: none;
}

.homecatch_on_movie {
  width: 155px;
  height: 335px;
  position: relative;
  z-index: 4;
}

.homecatch_on_movie.none {
  display: none;
}

body#workplace .recruiting_key::after {
  background-image: url(../img/workplace/key-v.jpg);
  background-position: 50% 0;
}

@media only screen and (max-width: 431px) {
  body#workplace .recruiting_key::after {
    background-image: url(../img/workplace/key-v-sp.jpg);
    background-position: 0 50%;
    height: 370px;
  }
}

.recruiting_key {
  margin-bottom: 50px;
}
.recruiting_key_flex-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-around;
}


/*フレックス勤務*/
.workplace-01 {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.workplace-01>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-01-ttl {
  width: 480px;
}

.workplace-01-ttl-1 {
  font-size: 22rem;
  line-height: 1;
  color: #ed6c00;
  letter-spacing: -1rem;
  white-space: nowrap;
}

.workplace-01-ttl-1 i {
  font-size: 12rem;
}

.workplace-01-ttl-2 {
  font-size: 5.6rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.1rem;
  color: #ed6c00;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: 1px solid #ed6c00;
  margin-bottom: 22px;
}

.workplace-01-ttl-2 span {
  letter-spacing: -0.5rem;
}

.workplace-01-ttl .odo01_container {
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.workplace-01-ttl .odo01_container.scrolledIn {
  opacity: 1;
}

.workplace-01-voice {
  width: calc(100% - 516px);
  color: #595757;
  margin-top: 75px;
}

@media only screen and (max-width: 1199px) {
  .workplace-01-voice {
    margin-top: 0;
  }
}

.workplace-01-voice .voice-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: -75px;
}

@media only screen and (max-width: 1199px) {
  .workplace-01-voice .voice-ttl {
    margin-bottom: 0;
  }
}

.workplace-01-voice .voice-line {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px dotted #595757;
  padding: 20px 0;
}

.workplace-01-voice .voice-line>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-01-voice .voice-line .voice-txt {
  width: calc(100% - 150px);
}

.workplace-01-voice .voice-line .voice-txt-first {
  width: calc(100% - 270px);
}

@media only screen and (max-width: 1199px) {
  .workplace-01-voice .voice-line .voice-txt-first {
    width: calc(100% - 150px);
  }
}

.workplace-01-voice .voice-line .voice-txt h5,
.workplace-01-voice .voice-line .voice-txt p {
  width: 100%;
}

.workplace-01-voice .voice-line .voice-txt h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}

.workplace-01-voice .voice-line .voice-txt h5 span {
  font-size: 1.4rem;
}

.workplace-01-voice .voice-line .voice-txt p {
  font-size: 1.4rem;
  line-height: 2;
}

.workplace-01-voice .voice-line .voice-thumb {
  width: 150px;
  text-align: center;
}

.workplace-01-voice .voice-line .voice-thumb-first {
  /* width: 84px; */
  width: 104px;
  /* margin-left: 150px;
          margin-right: 40px; */
  margin: 0 auto 0 130px;
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .workplace-01-voice .voice-line .voice-thumb-first {
    /* margin-left: 40px; */
    margin-left: 30px;
  }
}

.workplace-01-voice .voice-line .voice-thumb-second {
  /* width: 71px; */
  width: 104px;
  /* margin-left: 40px;
          margin-right: 40px; */
  margin: 0 auto;
}

.workplace-01-voice .voice-line .voice-thumb-third {
  /* width: 84px;
          margin-left: 40px;
          margin-right: 40px; */
  width: 104px;
  margin: 0 auto;
}

@media only screen and (max-width: 999px) {
  .workplace-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .workplace-01>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .workplace-01-ttl {
    width: 300px;
  }

  .workplace-01-ttl-1 {
    font-size: 14rem;
    line-height: 1;
    color: #ed6c00;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .workplace-01-ttl-1 i {
    font-size: 6rem;
  }

  .workplace-01-ttl-2 {
    font-size: 3.6rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.1rem;
    color: #ed6c00;
    font-weight: bold;
    padding-bottom: 22px;
    border-bottom: 1px solid #ed6c00;
    margin-bottom: 22px;
  }

  .workplace-01-ttl-2 span {
    letter-spacing: -0.5rem;
  }

  .workplace-01-ttl .odo01_container {
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .workplace-01-ttl .odo01_container.scrolledIn {
    opacity: 1;
  }

  .workplace-01-voice {
    width: calc(100% - 320px);
    color: #595757;
    margin-top: 25px;
  }

  .workplace-01-voice .voice-ttl {
    font-size: 2rem;
    font-weight: bold;
  }

  .workplace-01-voice .voice-line {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px dotted #595757;
    padding: 15px 0;
  }

  .workplace-01-voice .voice-line>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .workplace-01-voice .voice-line .voice-txt {
    width: calc(100% - 150px);
  }

  .workplace-01-voice .voice-line .voice-txt-first {
    width: calc(100% - 270px);
  }
}

@media only screen and (max-width: 999px) and (max-width: 1199px) {
  .workplace-01-voice .voice-line .voice-txt-first {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 999px) {

  .workplace-01-voice .voice-line .voice-txt h5,
  .workplace-01-voice .voice-line .voice-txt p {
    width: 100%;
  }

  .workplace-01-voice .voice-line .voice-txt h5 {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
  }

  .workplace-01-voice .voice-line .voice-txt h5 span {
    font-size: 1.4rem;
  }

  .workplace-01-voice .voice-line .voice-txt p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .workplace-01-voice .voice-line .voice-thumb {
    width: 150px;
    text-align: center;
  }

  .workplace-01-voice .voice-line .voice-thumb-first {
    width: 84px;
    margin-left: 150px;
    margin-right: 40px;
    text-align: right;
  }
}

@media only screen and (max-width: 999px) and (max-width: 1199px) {
  .workplace-01-voice .voice-line .voice-thumb-first {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 999px) {
  .workplace-01-voice .voice-line .voice-thumb-second {
    /* width: 71px; */
    width: 84px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .workplace-01-voice .voice-line .voice-thumb-third {
    width: 84px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

/*maxLL*/
@media only screen and (max-width: 768px) {
  .workplace-01 {
    display: block;
  }

  .workplace-01-ttl {
    width: 100%;
    text-align: center;
  }

  .workplace-01-ttl-1 {
    text-align: center;
    font-size: 14.7rem;
    line-height: 1;
    color: #ed6c00;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .workplace-01-ttl-1 i {
    font-size: 8.2rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 374px) {
  .workplace-01-ttl-1 {
    font-size: 10rem;
  }

  .workplace-01-ttl-1 i {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-01-ttl-2 {
    font-size: 3.8rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.1rem;
    color: #ed6c00;
    font-weight: bold;
    padding-bottom: 22px;
    border-bottom: 2px solid #ed6c00;
    margin-bottom: 22px;
  }

  .workplace-01-ttl-2 span {
    letter-spacing: -0.5rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 374px) {
  .workplace-01-ttl-2 {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-01-ttl p.f-16 {
    text-align: left;
  }

  .workplace-01-voice {
    width: 100%;
    color: #595757;
    margin-top: 35px;
  }

  .workplace-01-voice .voice-ttl {
    font-size: 2rem;
    font-weight: bold;
  }

  .workplace-01-voice .voice-line {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px dotted #595757;
    padding: 15px 0;
  }

  .workplace-01-voice .voice-line>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .workplace-01-voice .voice-line .voice-txt {
    width: calc(100% - 110px);
  }

  .workplace-01-voice .voice-line .voice-txt-first {
    width: calc(100% - 110px);
  }

  .workplace-01-voice .voice-line .voice-txt h5,
  .workplace-01-voice .voice-line .voice-txt p {
    width: 100%;
  }

  .workplace-01-voice .voice-line .voice-txt h5 {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
  }

  .workplace-01-voice .voice-line .voice-txt h5 span {
    font-size: 1.4rem;
  }

  .workplace-01-voice .voice-line .voice-txt p {
    font-size: 1.5rem;
    line-height: 2;
  }

  .workplace-01-voice .voice-line .voice-thumb-first {
    width: 84px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .workplace-01-voice .voice-line .voice-thumb-second {
    /* width: 71px; */
    width: 84px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .workplace-01-voice .voice-line .voice-thumb-third {
    width: 84px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*maxL*/
/*2カラム*/
.workplace-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.workplace-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-column-col {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .workplace-column {
    display: block;
  }

  .workplace-column-col {
    width: 100%;
  }
}

/*maxL*/
/*月の平均残業時間*/
.workplace-02 {
  background: #dbdbdb;
  padding: 45px 35px 40px;
  text-align: center;
  margin-bottom: 85px;
}

.workplace-02-ttl {
  background: #ffffff;
  color: #ed6c00;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
}

.workplace-02-time {
  border-bottom: 1px solid #ed6c00;
  padding: 60px 0 40px;
  margin-bottom: 20px;
}

.workplace-02-txt {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .workplace-02 {
    padding: 25px 25px 25px;
    text-align: center;
    margin-bottom: 60px;
  }

  .workplace-02-ttl {
    background: #ffffff;
    color: #ed6c00;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
  }

  .workplace-02-time {
    border-bottom: 2px solid #ed6c00;
    padding: 25px 0 20px;
    margin-bottom: 20px;
  }

  .workplace-02-time img {
    max-width: 267px;
    margin: 0 auto;
    display: block;
  }

  .workplace-02-txt {
    text-align: left;
  }
}

/*育休取得率*/
.workplace-03 {
  background: #7f7f7f;
  color: #ffffff;
  padding: 45px 35px 30px;
  margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .workplace-03 {
    text-align: center;
  }
}

.workplace-03-ttl {
  background: #ffffff;
  color: #ed6c00;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 50px;
  display: inline-block;
}

.workplace-03-column {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.workplace-03-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1199px) {
  .workplace-03-column {
    display: block;
    text-align: center;
  }
}

.workplace-03-column-countup {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.workplace-03-column-countup span {
  font-size: 15.6rem;
}

@media only screen and (max-width: 1199px) {
  .workplace-03-column-countup span {
    font-size: 9rem;
  }
}

.workplace-03-column-countup i {
  font-size: 8.6rem;
}

@media only screen and (max-width: 1199px) {
  .workplace-03-column-countup i {
    font-size: 5rem;
  }
}

.workplace-03-column-icon {
  width: 100px;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1199px) {
  .workplace-03-column-icon {
    width: 118px;
    margin: 25px auto 0;
    margin-top: 25px;
  }
}

.workplace-03-column-icon img {
  width: 100%;
  height: auto;
}

.workplace-03-txt {
  text-align: left;
  margin-bottom: 20px;
}

.workplace-03-txt-2 {
  font-weight: bold;
  text-align: left;
}

.workplace-03-txt-2 {
  padding-top: 5px;
  padding-bottom: 0;
}

.workplace-03 .odo03_container {
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.workplace-03 .odo03_container.scrolledIn {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .workplace-03 {
    background: #7f7f7f;
    color: #ffffff;
    padding: 25px 25px 25px;
    margin-bottom: 60px;
    text-align: center;
  }

  .workplace-03-ttl {
    background: #ffffff;
    color: #ed6c00;
    font-size: 2.4rem;
    line-height: 35px;
    font-weight: bold;
    padding: 10px 50px;
    display: inline-block;
  }

  .workplace-03-column {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: block;
  }

  .workplace-03-column>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 768px) and (max-width: 1199px) {
  .workplace-03-column {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-03-column-icon {
    max-width: 118px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .workplace-03-column-icon img {
    width: 100%;
    height: auto;
  }

  .workplace-03-column-countup {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .workplace-03-column-countup span {
    font-size: 9.8rem;
  }

  .workplace-03-column-countup i {
    font-size: 7.1rem;
  }

  .workplace-03-txt {
    text-align: left;
    margin-bottom: 20px;
  }

  .workplace-03-txt-2 {
    font-weight: bold;
    text-align: left;
  }

  .workplace-03-txt-2 {
    padding-top: 5px;
    padding-bottom: 0;
  }
}

/*maxL*/
/*社員数*/
.workplace-04 {
  border: 2px solid #ed6c00;
  padding: 25px 35px 30px;
  margin-bottom: 60px;
  text-align: right;
}

.workplace-04-ttl {
  color: #000000;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #ed6c00;
  padding-bottom: 12px;
  text-align: left;
}

.workplace-04-ttl span {
  display: inline-block;
  padding-left: 1em;
  font-weight: normal;
}

.workplace-04-inner {
  margin-top: -5px;
  position: relative;
  padding-top: 60px;
  /* 2024.02.30 change / 2023.03.20 add */
}

@media only screen and (max-width: 1199px) {
  .workplace-04-inner {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 999px) {
  .workplace-04-inner {
    margin-top: 35px;
    padding-top: 0;
  }
}

.workplace-04-inner-bg {
  display: inline;
}

.workplace-04-inner-bg-sp {
  display: none;
}

@media only screen and (max-width: 999px) {
  .workplace-04-inner-bg {
    display: none;
  }

  .workplace-04-inner-bg-sp {
    display: inline;
    margin-top: 70px;
  }
}

.workplace-04-countup {
  color: #ed6c00;
}

.workplace-04-countup span {
  font-size: 11.7rem;
}

.workplace-04-countup i {
  font-size: 4rem;
}

.workplace-04-countup p {
  text-align: left;
  color: #000000;
  padding-top: 15px;
}

.workplace-04-countup {
  position: absolute;
  left: 0;
  /* top: 40px; 2023.03.20 change */
  top: 20px;
}

@media only screen and (max-width: 1199px) {
  .workplace-04-countup {
    top: 10px;
  }

  .workplace-04-countup span {
    font-size: 9rem;
  }

  .workplace-04-countup i {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 999px) {
  .workplace-04-countup {
    top: -15px;
  }
}

.workplace-04 .odo04_container {
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.workplace-04 .odo04_container.scrolledIn {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .workplace-04 {
    border: 2px solid #ed6c00;
    padding: 25px 25px 25px;
    margin-bottom: 60px;
    text-align: right;
  }

  .workplace-04-ttl {
    color: #000000;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px solid #ed6c00;
    padding-bottom: 12px;
    text-align: left;
  }

  .workplace-04-ttl span {
    display: block;
    padding-left: 0;
    font-weight: normal;
  }

  .workplace-04-inner {
    margin-top: -5px;
    position: relative;
    margin-top: 35px;
  }

  .workplace-04-countup {
    color: #ed6c00;
  }

  .workplace-04-countup span {
    font-size: 11.7rem;
  }

  .workplace-04-countup i {
    font-size: 4rem;
  }

  .workplace-04-countup p {
    padding-top: 5px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 374px) {
  .workplace-04-countup {
    text-align: left;
  }

  .workplace-04-countup span {
    font-size: 6rem;
  }

  .workplace-04-countup i {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-04-countup {
    position: absolute;
    left: 0;
    top: -25px;
  }
}

/*maxL*/
/*連休取得割合*/
.workplace-05 {
  border: 2px solid #ed6c00;
  padding: 25px 35px 30px;
  margin-bottom: 85px;
}

.workplace-05-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #ed6c00;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.workplace-05-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1199px) {
  .workplace-05-column {
    display: block;
  }
}

.workplace-05-ttl {
  color: #ed6c00;
}

.workplace-05-ttl-1 {
  font-size: 13.5rem;
  line-height: 1;
  margin-bottom: -5px;
}

.workplace-05-ttl-2 {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 2;
  vertical-align: bottom;
}

.workplace-05-ttl-3 {
  font-size: 2.7rem;
  color: #000000;
  font-weight: bold;
  line-height: 2;
}

.workplace-05-ttl-4 {
  display: block;
  font-size: 2.7rem;
  color: #000000;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 1199px) {
  .workplace-05-ttl-4 {
    display: inline;
  }
}

.workplace-05-countup {
  color: #ed6c00;
}

@media only screen and (max-width: 1199px) {
  .workplace-05-countup {
    text-align: center;
  }
}

.workplace-05-countup span {
  font-size: 13rem;
}

.workplace-05-countup i {
  font-size: 2.7rem;
}

.workplace-05-txt {
  text-align: left;
  margin-bottom: 20px;
}

.workplace-05-txt-3,
.workplace-05-txt-2 {
  font-weight: bold;
  color: #ed6c00;
}

.workplace-05-txt-2 {
  padding-top: 5px;
  padding-bottom: 0;
}

.workplace-05-txt-3 {
  line-height: 1;
  padding-bottom: 12px;
}

.workplace-05 .odo02_container {
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.workplace-05 .odo02_container.scrolledIn {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .workplace-05 {
    border: 2px solid #ed6c00;
    padding: 25px 25px 25px;
    margin-bottom: 60px;
  }

  .workplace-05-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 2px solid #ed6c00;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }

  .workplace-05-column>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .workplace-05-ttl {
    color: #ed6c00;
  }

  .workplace-05-ttl-1 {
    font-size: 7.5rem;
    line-height: 1;
    margin-bottom: -5px;
  }

  .workplace-05-ttl-2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
    vertical-align: bottom;
  }

  .workplace-05-ttl-3 {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    line-height: 2;
  }

  .workplace-05-ttl-4 {
    display: block;
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.2rem;
  }

  .workplace-05-countup {
    color: #ed6c00;
  }
}

@media only screen and (max-width: 768px) and (max-width: 1199px) {
  .workplace-05-countup {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-05-countup span {
    font-size: 7.5rem;
  }

  .workplace-05-countup i {
    font-size: 2.7rem;
  }

  .workplace-05-txt {
    text-align: left;
    margin-bottom: 20px;
  }

  .workplace-05-txt-3,
  .workplace-05-txt-2 {
    font-weight: bold;
    color: #ed6c00;
  }

  .workplace-05-txt-2 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .workplace-05-txt-3 {
    line-height: 1;
    padding-bottom: 12px;
  }

  .workplace-05 .odo02_container {
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .workplace-05 .odo02_container.scrolledIn {
    opacity: 1;
  }
}

/* 2023.03.20 add */
/* 充実した福利厚生 */
.workplace-05-2 {
  padding: 45px 35px 30px;
  margin-bottom: 85px;
  background-color: #7f7f7f;
}

@media only screen and (max-width: 768px) {
  .workplace-05-2 {
    padding: 25px;
  }
}

.workplace-05-2-ttl {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  margin: 0 auto 24px;
  color: #ed6c00;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
}

.workplace-05-2-lead {
  margin-bottom: 16px;
  color: #fff;
}

.workplace-05-2-photo {
  width: 100%;
  height: auto;
}

.workplace-05-2-int {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ed6c00;
}

.workplace-05-2-int-ttl {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.workplace-05-2-int-face {
  flex: 0 0 auto;
  width: 80px;
}

.workplace-05-2-int-face-img {
  background-color: #fff;
}

.workplace-05-2-int-face-name {
  margin-top: 8px;
  color: #fff;
  font-weight: middle;
  text-align: center;
}

.workplace-05-2-int-face-name-title {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.workplace-05-2-int-face-name-main {
  display: block;
  font-size: 1.3rem;
}

.workplace-05-2-int-body {
  flex: 0 0 auto;
  width: calc(100% - 80px);
  padding-left: 16px;
  color: #fff;
}

/*maxL*/
/*男女比*/
.workplace-06 {
  margin-bottom: 85px;
}

.workplace-06-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #ed6c00;
  padding-bottom: 12px;
  padding-right: 0;
  margin-bottom: 20px;
}

.workplace-06-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-06-column-icon {
  width: 77px;
  margin-right: 40px;
}

.workplace-06-column-icon img {
  width: auto;
  height: 183px;
}

.workplace-06-ttl {
  color: #000000;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.workplace-06-txt {
  margin-bottom: 30px;
}

.workplace-06-txt-2 {
  background: #ed6c00;
  display: inline-block;
  padding: 0 20px;
  margin: 40px 0 20px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .workplace-06 {
    margin-bottom: 60px;
  }

  .workplace-06-column-icon {
    width: 77px;
    margin-right: 0;
  }
}

/*maxL*/
/*管理職比*/
.workplace-07 {
  margin-bottom: 85px;
  margin-top: 50px;
}

.workplace-07-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #dbdbdb;
  padding: 35px;
}

@media only screen and (max-width: 999px) {
  .workplace-07-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

.workplace-07-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-07-column-txt {
  width: 280px;
}

.workplace-07-column-fig {
  width: calc(100% - 320px);
}

.workplace-07-ttl {
  border-bottom: 1px solid #ed6c00;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: -102px;
}

.workplace-07-fig {
  display: inline;
}

.workplace-07-fig-sp {
  display: none;
}

@media only screen and (max-width: 999px) {
  .workplace-07-fig {
    display: none;
  }

  .workplace-07-fig-sp {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-07 {
    margin-bottom: 60px;
    margin-top: 120px;
  }

  .workplace-07-column {
    display: block;
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 999px) {
  .workplace-07-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-07-column>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .workplace-07-column-txt {
    width: 100%;
    padding-bottom: 20px;
  }

  .workplace-07-column-fig {
    width: 100%;
    text-align: center;
  }

  .workplace-07-ttl {
    border-bottom: 1px solid #ed6c00;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: -102px;
  }

  .workplace-07-fig {
    display: none;
  }

  .workplace-07-fig-sp {
    display: inline;
  }
}

/*maxL*/
/*基本理念*/
.workplace-08 {
  margin-bottom: 85px;
  margin-top: 190px;
}

@media only screen and (max-width: 1199px) {
  .workplace-08 {
    margin-top: 85px;
  }
}

.workplace-08-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  align-items: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 15px;
}

.workplace-08-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-08-column:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ed6c00;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .workplace-08-column:after {
    display: none;
  }
}

.workplace-08-column-ttl {
  width: 480px;
  font-weight: bold;
  color: #ed6c00;
}

@media only screen and (max-width: 1199px) {
  .workplace-08-column-ttl {
    width: 340px;
  }
}

.workplace-08-column-ttl-1 {
  font-size: 2.4rem;
  line-height: 1.45;
  padding-bottom: 5px;
  display: block;
}

.workplace-08-column-ttl-2 {
  font-size: 6rem;
}

@media only screen and (max-width: 1199px) {
  .workplace-08-column-ttl-2-model {
    display: block;
  }
}

.workplace-08-column-txt {
  width: calc(75% - 480px);
}

@media only screen and (max-width: 1199px) {
  .workplace-08-column-txt {
    width: calc(75% - 340px);
  }
}

.workplace-08-column-fig {
  width: 25%;
  text-align: right;
  position: absolute;
  right: 0;
  top: -125px;
  z-index: 1;
  background: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .workplace-08-column-fig {
    background: transparent;
    position: relative;
    right: auto;
    top: auto;
    width: 25%;
    margin: 0;
  }
}

.workplace-08-graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .workplace-08-graph {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.workplace-08-graph>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workplace-08-graph-col {
  width: 347px;
}

@media only screen and (max-width: 1199px) {
  .workplace-08-graph-col {
    margin: 0 10px;
  }
}

.workplace-08-graph-col-graph {
  background-image: url(../img/workplace/workplace-08-graph-1.png);
  background-size: 347px auto;
  width: 347px;
  height: 347px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.workplace-08-graph-col-graph-1 {
  background-image: url(../img/workplace/workplace-08-graph-1.png);
  color: #1588c0;
}

.workplace-08-graph-col-graph-2 {
  background-image: url(../img/workplace/workplace-08-graph-2.png);
  color: #ed6c00;
}

.workplace-08-graph-col-graph-3 {
  background-image: url(../img/workplace/workplace-08-graph-3.png);
  color: #7e914a;
}

.workplace-08-graph-inner-1 {
  font-size: 7.6rem;
}

.workplace-08-graph-inner-1 span {
  font-size: 5rem;
}

.workplace-08-graph-inner-2 {
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: bold;
}

.workplace-08-graph-inner-2 span {
  font-size: 2.4rem;
}

.workplace-08-graph-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 35px;
}

.workplace-08-graph-sub {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 10px;
}

.workplace-08-graph-list {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 2.2;
}

.workplace-08-graph-list li {
  padding-left: 32px;
  position: relative;
}

.workplace-08-graph-list li:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 6px;
}

.workplace-08-graph-txt {
  margin: 35px;
}

.workplace-08-graph-txt-1 .workplace-08-graph-ttl {
  color: #1588c0;
}

.workplace-08-graph-txt-1 .workplace-08-graph-sub {
  background: #1588c0;
}

.workplace-08-graph-txt-2 {
  margin: 35px 0px;
}

.workplace-08-graph-txt-2 .workplace-08-graph-ttl {
  color: #ed6c00;
}

.workplace-08-graph-txt-2 .workplace-08-graph-sub {
  background: #ed6c00;
  margin-right: 15px;
  margin-left: 15px;
}

.workplace-08-graph-txt-2 .f-14 {
  margin-right: 15px;
  margin-left: 15px;
}

.workplace-08-graph-txt-3 .workplace-08-graph-ttl {
  color: #7e914a;
}

.workplace-08-graph-txt-3 .workplace-08-graph-sub {
  background: #7e914a;
}

.workplace-08-graph-txt-1 .workplace-08-graph-list {
  color: #1588c0;
}

.workplace-08-graph-txt-1 .workplace-08-graph-list li::before {
  background: #5cabd3;
}

.workplace-08-graph-txt-2 .workplace-08-graph-list {
  color: #ed6c00;
  margin: 10px 15px;
}

.workplace-08-graph-txt-2 .workplace-08-graph-list li::before {
  background: #f2984c;
}

.workplace-08-graph-txt-3 .workplace-08-graph-list {
  color: #7e914a;
}

.workplace-08-graph-txt-3 .workplace-08-graph-list li::before {
  background: #a7b484;
}

@media only screen and (max-width: 768px) {
  .workplace-08 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .workplace-08-column {
    display: block;
    position: relative;
    padding-bottom: 15px;
  }

  .workplace-08-column>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .workplace-08-column:after {
    display: none;
  }

  .workplace-08-column-ttl {
    width: 100%;
    font-weight: bold;
    color: #ed6c00;
    margin-bottom: 20px;
  }

  .workplace-08-column-ttl-1 {
    font-size: 2.4rem;
    line-height: 1.45;
    padding-bottom: 5px;
    display: block;
  }

  .workplace-08-column-ttl-2 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 1199px) {
  .workplace-08-column-ttl-2-model {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .workplace-08-column-txt {
    width: 80%;
  }

  .workplace-08-column-fig {
    margin-top: -40px;
    width: 100%;
    text-align: right;
  }

  .workplace-08-column-fig img {
    width: 225px;
    height: auto;
  }
}

body#career-enhancement .recruiting_key::after {
  background-image: url(../img/career-enhancement/key-v.png);
  background-position: 100% 0;
}

@media only screen and (max-width: 768px) {
  body#career-enhancement .recruiting_key::after {
    background-image: url(../img/career-enhancement/key-v-sp.png);
    background-position: 100% 0;
  }
}

body#career-enhancement .recruiting_key {
  margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  body#career-enhancement .recruiting_key {
    margin-bottom: 70px;
  }
}

body#career-enhancement .key-txt {
  width: 650px;
}

@media only screen and (max-width: 768px) {
  body#career-enhancement .key-txt {
    width: auto;
    margin-top: 20px;
  }
}

.main_full {
  width: 100%;
  position: relative;
}

.main_full-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.main_full-l_blue {
  background: #dbdbdb;
}

@media only screen and (max-width: 768px) {
  .main_full {
    width: 100%;
  }

  .main_full-inner {
    padding: 0 20px;
  }

  .main_full-inner-nopadding {
    padding: 0 !important;
  }
}

/*maxL*/
.bg_white {
  background: #ffffff;
}

.bg_grad-1y {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed6c00), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6c00), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #ed6c00 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #ed6c00 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ed6c00 0%, #FFFFFF 100%); */
}

@media only screen and (max-width: 768px) {
  .bg_grad-1y {
    padding-top: 0px;
  }
}

.bg_grad-2y {
  position: relative;
  overflow: hidden;
  padding-top: 188px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed6c00), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6c00), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #ed6c00 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #ed6c00 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ed6c00 0%, #FFFFFF 100%);
}

@media only screen and (max-width: 768px) {
  .bg_grad-2y {
    padding-top: 95px;
  }
}

.bg_grad-3y {
  position: relative;
  overflow: hidden;
  padding-top: 186px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed6c00), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #ed6c00 0%, #FFFFFF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6c00), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #ed6c00 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #ed6c00 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ed6c00 0%, #FFFFFF 100%);
}

@media only screen and (max-width: 768px) {
  .bg_grad-3y {
    padding-top: 95px;
  }
}

.bg_Diagonal-1 {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .bg_Diagonal-1 {
    overflow-y: visible;
  }
}

.bg_Diagonal-1:after {
  content: '';
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  height: 800px;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .bg_Diagonal-1:after {
    top: -70px;
    height: 140px;
  }
}

.bg_Diagonal-2 {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .bg_Diagonal-2 {
    overflow-y: visible;
  }
}

.bg_Diagonal-2:after {
  content: '';
  position: absolute;
  top: -500px;
  left: 0;
  width: 100%;
  height: 1000px;
  -webkit-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .bg_Diagonal-2:after {
    top: -70px;
    height: 140px;
  }
}

.bg_Diagonal-3 {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .bg_Diagonal-3 {
    overflow-y: visible;
  }
}

.bg_Diagonal-3:after {
  content: '';
  position: absolute;
  top: -500px;
  left: 0;
  width: 100%;
  height: 1000px;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .bg_Diagonal-3:after {
    top: -70px;
    height: 140px;
  }
}

/*career-enhancement（ce）*/
.ce-ttl-1 {
  margin-bottom: 15px;
  margin-top: -85px;
}

.ce-ttl-1 img {
  width: 211px;
}

.ce-ttl-2 {
  margin-bottom: 15px;
  margin-top: -188px;
}

.ce-ttl-2 img {
  width: 164px;
}

.ce-ttl-3 {
  margin-bottom: 15px;
  margin-top: -186px;
}

.ce-ttl-3 img {
  width: 207px;
}

.ce-ttl-sub {
  width: 109px;
  margin: 0 0 15px 0;
}

.ce-ttl-thumb {
  margin: 15px 0 34px;
  width: 122px;
  position: relative;
  line-height: 0;
}

.ce-ttl-thumb-txt {
  position: absolute;
  left: 0;
  bottom: -10px;
  line-height: 1;
}

.ce-ttl-thumb-circle {
  width: 122px;
  height: 122px;
  border-radius: 61px;
  overflow: hidden;
  display: block;
}

.ce-ttl-txt {
  margin: 0 0 14px 0;
}

.ce-ttl-name {
  font-size: 1.8rem;
  font-weight: bold;
}

.ce-ttl-name span {
  display: block;
  font-size: 1.3rem;
  padding-top: 10px;
  font-weight: normal;
}

.ce-txt_icon {
  background: #ed6c00;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 10px;
}

.ce-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; */
  gap: 20px;
}

.ce-column-reverse{
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .ce-column-reverse {
    flex-direction: column-reverse;
  }
}
.ce-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ce-column-left {
  max-width: 260px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ce-column-left-rev {
  padding-left: 37px;
}

.ce-column-left-progress {
  width: 260px;
  text-align: center;
  padding-top: 120px;
}

.ce-column-left-progress img {
  width: 43px;
}

@media only screen and (max-width: 768px) {
  .ce-column-left-progress {
    display: none;
  }
}

.ce-column-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 260px);
  position: relative;
  padding-top: 70px;
}

.ce-column-right-photo {
  width: 100%;
  position: relative;
  z-index: -1;
}

.ce-column-right-photo img {
  width: 100%;
}
.ce-column-right-txt {
  position: absolute;
  left: 80px;
  top: 114px;
  line-height: 2;
  font-size: 2rem;
  color: #ed6c00;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .ce-column-right-txt {
    font-size: 1.8rem;
    left: 28px;
    top: 70px;
  }
}

@media only screen and (min-width: 1000px) {
  .ce-pc-inline {
    display: block;
  }

  .ce-tab-inline {
    display: none;
  }
}

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

  .ce-tab-inline {
    display: block;
  }
}

@media only screen and (max-width: 768px) {

  .ce-ttl-1,
  .ce-ttl-2,
  .ce-ttl-3 {
    margin-bottom: 5px;
    margin-top: 30px;
    text-align: center;
  }

  .ce-ttl-sub {
    width: 109px;
    margin: 0 0 15px 0;
  }

  .ce-ttl-thumb {
    margin: 0 0 0;
    width: 122px;
    position: relative;
    line-height: 0;
  }

  .ce-ttl-thumb-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
  }

  .ce-ttl-thumb-circle {
    width: 122px;
    height: 122px;
    border-radius: 61px;
    overflow: hidden;
    display: block;
  }

  .ce-ttl-txt {
    margin: 0 auto 14px auto;
  }

  .ce-ttl-name {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .ce-ttl-name span {
    display: block;
    font-size: 1.3rem;
    padding-top: 10px;
    font-weight: normal;
  }

  .ce-txt_icon {
    background: #ed6c00;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 10px;
  }

  .ce-column {
    display: block;
  }

  .ce-column-left {
    width: 260px;
    background-image: none;
    max-width: none;
    margin: 0 auto;
  }

  .ce-column-right {
    width: 100%;
    position: relative;
    padding-top: 10px;
  }

  .ce-column-right-photo {
    width: 100%;
    position: relative;
  }

  .ce-column-right-photo img {
    width: 90%;
    margin: 0 auto;
  }

  .ce-column-right-txt {
    position: absolute;
    left: 28px;
    top: 70px;
    line-height: 2;
    font-size: 1.8rem;
    color: #ed6c00;
    font-weight: bold;
  }

  .ce-sp-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 24px;
  }

  .ce-sp-column>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ce-sp-column-col {
    margin: 0 10px;
  }
}

/*maxL*/
.bg_grad-2y .ce-column-left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.bg_grad-2y .ce-column-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bg_grad-2y .ce-column-right-txt {
  top: 190px;
  right: 80px;
  left: auto;
}

@media only screen and (max-width: 768px) {
  .bg_grad-2y .ce-column-right-txt {
    right: 28px;
    top: 70px;
    text-align: right;
  }
}

.ce-01-container {
  margin-top: 200px !important;
}

.ce-01-column {
  margin-top: -140px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ce-01-column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ce-01-column-ttl {
  max-width: 530px;
  padding-bottom: 80px;
}

.ce-01-column-fig {
  max-width: 480px;
  margin-top: -140px;
}

.career-step_img {
  margin: 50px 0 0;
  padding-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
  .ce-01-container .main_full-inner {
    padding: 0;
  }

  .ce-01 {
    padding-left: 0;
  }

  .ce-01-container {
    margin-top: 210px !important;
  }

  .ce-01-column {
    margin-top: 0;
    padding: 40px 20px;
  }

  .ce-01-column-ttl {
    max-width: none;
    width: calc(100% - 320px);
    padding-bottom: 80px;
  }

  .ce-01-column-fig {
    max-width: 300px;
    text-align: center;
    margin-top: 0;
  }

  .career-step_img {
    margin: 50px 0 0;
    padding-bottom: 75px;
  }

  .career-step_img img {
    width: 100%;
  }
}

/*maxFULL*/
@media only screen and (max-width: 768px) {
  .ce-01-container .main_full-inner {
    padding: 0;
  }

  .ce-01 {
    padding-left: 0;
  }

  .ce-01-container {
    margin-top: 210px !important;
  }

  .ce-01-column {
    margin-top: 0;
    padding: 40px 20px 0;
    display: block;
    margin-bottom: 50px;
  }

  .ce-01-column-ttl {
    width: 100%;
    padding-bottom: 40px;
  }

  .ce-01-column-fig {
    max-width: 100%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .career-step_img {
    margin: 40px 0 0;
    padding-bottom: 40px;
  }
}

.ce-02-ttl {
  width: 294px;
  margin: 85px auto 0;
  padding-bottom: 0;
}

.ce_faq {
  margin-top: 65px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .ce_faq {
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.ce_faq dt {
  font-weight: bold;
  color: #595757;
  border-bottom: 2px dotted #595757;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-right: 25px;
  position: relative;
  padding-left: 25px;
  display: block;
  width: 100%;
}

.ce_faq dt span {
  position: absolute;
  left: 0;
  top: -0.25em;
  font-weight: bold;
  font-size: 2.1rem;
}

.ce_faq dt:after {
  content: '';
  background-image: url(../img/common/d_arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 0;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.ce_faq dt:hover {
  cursor: pointer;
}

.ce_faq dt.opened::after {
  background-image: url(../img/common/u_arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 0;
}

.ce_faq dd {
  padding-bottom: 0;
  position: relative;
  padding-left: 25px;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.ce_faq dd span {
  position: absolute;
  left: 0;
  top: -0.25em;
  font-weight: bold;
  font-size: 2.1rem;
}

.ce_faq dd.opened {
  height: auto;
  padding-bottom: 3em;
}

body#interview {
  /*vol2*/
  /*vol2*/
}
body#interview .recruiting_key::after{
  background-image: url(../img/interview/key-v.jpg);
  background-position: 100% 0;
  width: 70%;
  background-position: center;
}

body#interview .recruiting_key-inner-txt{
  left: 100px;
}

@media only screen and (max-width: 549px) {
  body#interview .recruiting_key::after {
    background-image: url(../img/interview/key-v-sp.jpg);
    background-position: 100% 0;
  }
}

body#interview .recruiting_key.recruiting_key-vol2::after {
  background-image: url(../img/interview/vol2/key-v.jpg);
  background-position: 100% 0;
  /* width: 90%; */
  background-position: center;
}

@media only screen and (max-width: 549px) {
  body#interview .recruiting_key.recruiting_key-vol2::after {
    background-image: url(../img/interview/vol2/key-v-sp.jpg);
    background-position: 100% 0;
  }
}

body#interview .recruiting_key-ttl {
  padding-top: 25px;
}
@media only screen and (max-width: 549px) {
  body#interview .recruiting_key-ttl {
    transform: translateX(-25px);
  }
}

body#interview .recruiting_key {
  margin-bottom: 200px;
}

@media only screen and (max-width: 999px) {
  body#interview .recruiting_key {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  body#interview .recruiting_key {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  body#interview .key-txt {
    width: auto;
    margin-top: 20px;
  }
}

body#interview .recruiting_key-inner-txt {
  position: absolute;
  top: 175px;
  z-index: 3;
  transform: translateX(250%);
}

@media only screen and (max-width: 1440px) {
  body#interview .recruiting_key-inner-txt-vol1 {
    transform: translateX(140%);
  }
}

body#interview .recruiting_key-inner-txt-vol1 {
  width: 294px;
}

@media only screen and (max-width: 1199px) {
  body#interview .recruiting_key-inner-txt-vol1 {
    top: 305px;
  }
}

@media only screen and (max-width: 768px) {
  body#interview .recruiting_key-inner-txt-vol1 {
    width: 222px;
    top: 270px;
    left: 5%;
    margin-left: -111px;
  }
}
@media only screen and (max-width: 431px) {
  body#interview .recruiting_key-inner-txt-vol1 {
    margin-left: -300px;
    left: 35%;
  }
}

body#interview .recruiting_key-inner-txt-vol2 {
  width: 253px;
}

@media only screen and (max-width: 1199px) {
  body#interview .recruiting_key-inner-txt-vol2 {
    top: 305px;
  }
}

@media only screen and (max-width: 768px) {
  body#interview .recruiting_key-inner-txt-vol2 {
    width: 191px;
    top: 245px;
    left: 6%;
    margin-left: -111px;
  }
}
@media only screen and (max-width: 431px) {
  body#interview .recruiting_key-inner-txt-vol2 {
    margin-left: -320px;
  }
}
body#interview .key-txt {
  background: #ffffff;
  border: 2px solid #ed6c00;
  color: #ed6c00;
  padding: 0;
}

body#interview .key-txt-ttl {
  background: #ed6c00;
  height: 75px;
  padding: 20px 25px 0 50px;
}

@media only screen and (max-width: 768px) {
  body#interview .key-txt-ttl {
    height: 55px;
    padding: 10px 0 0 20px;
  }
}

body#interview .key-txt-ttl-inner {
  font-size: 2rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border-bottom: 2px dotted #ffffff;
  line-height: 1;
  padding-bottom: 5px;
}

body#interview .key-txt-ttl-inner span {
  font-size: 2.7rem;
}

body#interview .key-txt-box {
  padding: 30px 40px 20px;
}

@media only screen and (max-width: 768px) {
  body#interview .key-txt-box {
    padding: 20px 20px 20px 20px;
  }
}

body#interview .key-txt-box-1 {
  font-size: 1.3rem;
  line-height: 2;
}

body#interview .key-txt-box-1 span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2;
  padding-right: 1em;
  font-weight: bold;
}

body#interview .key-txt-box-2 {
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 1199px) {
  body#interview .main {
    width: 100%;
    padding: 0;
  }
}

.int_column {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  /*社員インタビュー1　1*/
  /*社員インタビュー1　2*/
}

.int_column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1199px) {
  .int_column {
    display: block;
    padding-bottom: 55px;
  }
}

.int_column-ph {
  z-index: 0;
}

.int_column-txt {
  padding: 30px 40px;
  background: rgba(237, 108, 0, 0.7);
  color: #ffffff;
  position: relative;
}

.int_column-txt .int_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}

.int_column-txt-1 {
  font-size: 2.1rem;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.int_column-txt-2 {
  font-size: 1.6rem;
  line-height: 2.2;
  position: relative;
  z-index: 1;
}

.int_column-01 {
  margin-top: 220px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media only screen and (max-width: 1199px) {
  .int_column-01 {
    margin-top: 50px;
  }
}

.int_column-01 .int_column-ph {
  max-width: 640px;
  position: absolute;
  top: -150px;
  right: -60px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1199px) {
  .int_column-01 .int_column-ph {
    max-width: none;
    width: 100%;
    top: auto;
    right: auto;
    position: relative;
  }

  .int_column-01 .int_column-ph img {
    width: 100%;
    max-width: none;
  }
}

.int_column-01 .int_column-txt {
  max-width: 800px;
  margin-left: -40px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 1199px) {
  .int_column-01 .int_column-txt {
    max-width: none;
    margin-left: 0;
    margin-top: -44px;
  }
}

.int_column-02 {
  margin-top: 180px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .int_column-02 {
    margin-top: 1px;
  }
}

.int_column-02 .int_column-ph {
  max-width: 640px;
  position: absolute;
  top: -180px;
  left: -60px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 1199px) {
  .int_column-02 .int_column-ph {
    max-width: none;
    width: 100%;
    top: auto;
    left: auto;
    position: relative;
  }

  .int_column-02 .int_column-ph img {
    width: 100%;
    max-width: none;
  }
}

.int_column-02 .int_column-txt {
  max-width: 690px;
  margin-right: -40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (max-width: 1199px) {
  .int_column-02 .int_column-txt {
    margin-right: 0;
    margin-top: -44px;
    width: 100%;
    max-width: none;
  }
}

/*1日のスケジュール*/
.int_schedule {
  min-height: 520px;
  overflow-y: visible !important;
}

@media only screen and (max-width: 768px) {
  .int_schedule__wrap{
    overflow-x: hidden;
  }
  }

@media only screen and (max-width: 768px) {
  .int_schedule {
    min-height: 350px;
    margin-bottom: 40px;
  }
}

.int_schedule-ttl {
  text-align: center;
  margin-top: 20px;
}

.int_schedule-ttl h3 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #ed6c00;
  color: #ed6c00;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
  .int_schedule-ttl h3 {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}

.int_schedule-ttl-bottom {
  bottom: -20px;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 999px) {
  .int_schedule-ttl-bottom {
    width: auto;
  }
}

.int_schedule-ttl-bottom p {
  padding-top: 10px;
  display: block;
  text-align: left;
  color: #ed6c00;
  border-top: 2px solid #ed6c00;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 14px 12px 16px;
  width: 100%;!important
}

.int_schedule-time {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  font-size: 2rem;
  color: #ed6c00;
}

.swiper-button-next {
  background-image: url(../img/interview/swiper-button-next.png);
  right: -20px;
}

@media only screen and (max-width: 999px) {
  .swiper-button-next {
    right: -15px;
  }
}

.swiper-button-prev {
  background-image: url(../img/interview/swiper-button-prev.png);
  left: -20px;
}

@media only screen and (max-width: 999px) {
  .swiper-button-prev {
    left: -15px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 40px auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 999px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
}

.swiper-container {
  height: auto;
  position: relative;
  overflow-y: visible !important;
}

.swiper-button-container {
  position: absolute;
  top: 0;
  left: 50%;
}

.swiper-slide {
  overflow-y: visible !important;
  position: relative;
  line-height: 0;
  background: #000000;
}

.swiper-slide img {
  width: 100%;
  max-width: none;
  opacity: 0.5;
}

.swiper-slide .int_schedule-ttl {
  display: none;
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.swiper-slide-active {
  background: transparent;
  position: relative;
  overflow-y: visible !important;
}

.swiper-slide-active img {
  opacity: 1;
}

.swiper-slide-active .int_schedule-ttl {
  opacity: 1;
  display: block;
}

.swiper-slide-prev img,
.swiper-slide-next img {
  opacity: 0.7;
}

/*ローカルナビ*/
.int_localnav {
  background-color: #ed6c00;
  height: 75px;
  width: 510px;
  display: inline-block;
  padding-top: 20px;
  text-align: left;
  padding-left: 65px;
  background-image: url(../img/interview/int_localnav_bg.png);
  background-repeat: no-repeat;
  background-size: auto 75px;
  background-position: 0 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 768px) {
  .int_localnav {
    width: 310px;
    height: 60px;
    background-size: auto 60px;
    padding-top: 16px;
    padding-left: 50px;
  }
}

.int_localnav-container {
  text-align: right;
  margin: 100px 0;
}

.int_localnav-inner {
  font-size: 2rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border-bottom: 2px dotted #ffffff;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .int_localnav-inner {
    font-size: 1.6rem;
  }
}

.int_localnav-inner span {
  font-size: 2.7rem;
}

@media only screen and (max-width: 768px) {
  .int_localnav-inner span {
    font-size: 2rem;
  }
}

.int_localnav-inner:after {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-width: 4px;
  right: -35px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 768px) {
  .int_localnav-inner:after {
    right: -20px;
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

.int_localnav img {
  position: absolute;
  bottom: 0;
  right: 65px;
  width: 148px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .int_localnav img {
    width: 118px;
    right: 10px;
  }
}

.int_localnav:hover {
  background-color: #ff4800;
}

.int_localnav:hover .int_localnav-inner::after {
  right: -45px;
}

@media only screen and (max-width: 768px) {
  .int_localnav:hover .int_localnav-inner::after {
    right: -25px;
  }
}

body#recruitment .recruiting_key::after {
  background-image: url(../img/recruitment/key-v.jpg);
  z-index: 3;
}

@media only screen and (max-width: 431px) {
  body#recruitment .recruiting_key::after {
    background-image: url(../img/recruitment/key-v-sp.jpg);
  }
}

body#recruitment .recruiting_key_flex-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-around;
}

body#recruitment .recruiting_key {
  margin-bottom: 180px;
}

@media only screen and (max-width: 768px) {
  body#recruitment .recruiting_key {
    margin-bottom: 325px;
  }
}


body#recruitment .recruiting_key-inner:before {
  content: '';
  position: absolute;
  width: 205px;
  height: 273px;
  transform: translateX(-90px);
  top: 32px;
  background-image: url(../img/recruitment/object-1-1.png);
  background-repeat: no-repeat;
  background-size: 205px;
  background-position: 0 0;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  body#recruitment .recruiting_key-inner:before {
    content: '';
    position: absolute;
    width: 289px;
    height: 275px;
    transform: translateX(0px);
    top: 312px;
    bottom: -153px;
    background-image: url(../img/recruitment/object-1-1-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    z-index: 2;
  }
}

/*メッセージ*/
.recruitment_message {
  text-align: center;
  padding-bottom: 140px !important;
}

.recruitment_message-ttl {
  width: 255px;
  margin: 73px auto 85px;
}

.recruitment_message-ttl-sub {
  posiition: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  border-bottom: 1px dotted #000000;
  padding-bottom: 5px;
  margin-bottom: 1em;
}

.recruitment_message p {
  font-size: 1.5rem;
  line-height: 2.75;
  margin-bottom: 3em;
}

/* ボタン */

  .recruitment_btn_center{
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .recruitment_btn_box{
    display: flex;
    gap: 20px;
  }
  .recruitment_btn_box a{
    border: 1px solid #ed6c00;
    width: 50%;
    padding: 17px 0px 17px 15px;
    font-size: 1.6rem;
    color: #ed6c00;
    font-weight: 600;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .recruitment_btn_box a::before{
    content: "";
    display: block;
    background-image: url(../img/recruitment/icon.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px 0 0 10px;
  }

/* 中途採用 */

  .mid-carrer_box{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .recruitment_title_mid{
    font-size: 2.4rem;
    font-weight: 600;
    color: #ed6c00;
    margin-bottom: 50px;
    position: relative;
  }
  .recruitment_title_mid::after{
    content: '';
    width: 100px;
    height: 2px;
    background: #ed6c00;
    position: absolute;
    bottom: -12px;
    left: 0;
  }
  .mid-carrer_box .sp_none{
    display: none;
  }
  
  @media only screen and (max-width: 431px) {
    .mid-carrer_box .sp_none{
      display: block;
    }
    .mid-carrer_box .pc_none{
      display: none;
    }
  }
  
@media only screen and (max-width: 768px) {
  .recruitment_message {
    text-align: center;
    padding-bottom: 140px !important;
  }

  .recruitment_message-ttl {
    width: 230px;
    margin: 73px auto 85px;
  }

  .recruitment_message-ttl-sub {
    posiition: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    margin-bottom: 0.5em;
    border: 0;
  }

  .recruitment_message-ttl-sub span {
    display: inline-block;
    border-bottom: 2px dotted #000000;
    padding-bottom: 7px;
    margin-bottom: 1em;
  }

  .recruitment_message-ttl-sub span:last-child {
    margin-bottom: 0;
  }

  .recruitment_message p {
    font-size: 1.5rem;
    line-height: 2.75;
    margin-bottom: 3em;
  }
}

/*maxL*/
/*テーブル*/
.recruiting_table {
  width: calc(100% - 126px);
}

@media only screen and (max-width: 768px) {
  .recruiting_table {
    width: auto;
  }
}

.recruiting_table-section {
  padding-bottom: 140px !important;
}

@media only screen and (max-width: 768px) {
  .recruiting_table-section {
    padding-bottom: 70px !important;
  }
}

.recruiting_table-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ed6c00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.recruiting_table-container>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .recruiting_table-container {
    display: block;
    margin: 0 0;
  }
}

.recruiting_table-container:last-child {
  border-bottom: 1px solid #ed6c00;
}

.recruiting_table-container .poyo {
  position: absolute;
}

.recruiting_table-container .poyo-1 {
  left: -127px;
  top: -33px;
  width: 250px;
  height: auto;
}

.recruiting_table-container .poyo-2 {
  right: -70px;
  top: -170px;
  width: auto;
  height: 327px;
}

.recruiting_table-container .poyo-3 {
  left: -130px;
  top: -75px;
  width: auto;
  height: 322px;
}

.recruiting_table-container .poyo-4 {
  right: -130px;
  top: 290px;
  width: auto;
  height: 415px;
}

@media only screen and (max-width: 768px) {
  .recruiting_table-container .poyo-1 {
    left: -170px;
    top: -70px;
    width: 250px;
    height: auto;
  }

  .recruiting_table-container .poyo-2 {
    display: none;
  }

  .recruiting_table-container .poyo-3 {
    left: -150px;
    top: -130px;
    width: auto;
    height: 322px;
  }

  .recruiting_table-container .poyo-4 {
    display: none;
  }
}

.recruiting_table-ttl {
  width: 126px;
  padding: 35px 0 0 35px;
}

.recruiting_table-ttl img {
  width: 20px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .recruiting_table-ttl {
    padding: 24px 0 30px 0;
  }
}

.recruiting_table table {
  width: 100%;
}

.recruiting_table table tr {
  vertical-align: top;
}

.recruiting_table table th,
.recruiting_table table td {
  padding: 30px 0;
  border-bottom: 1px dotted #ed6c00;
}

@media only screen and (max-width: 768px) {

  .recruiting_table table th,
  .recruiting_table table td {
    border-bottom: 2px dotted #ed6c00;
    padding: 25px 0;
  }
}

.recruiting_table table th {
  width: 175px;
  padding-right: 45px;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #ed6c00;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .recruiting_table table th {
    width: 80px;
    padding-right: 0;
    text-align: left;
  }
}

.recruiting_table table td {
  width: calc(100% - 175px);
  font-size: 1.4rem;
  line-height: 1.9;
}

@media only screen and (max-width: 768px) {
  .recruiting_table table td {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}

.recruiting_table-last {
  border-bottom: 0 !important;
}

#movie {
  position: relative;
}

.home-key-v {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-key-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media only screen and (max-width: 431px) {
  .recruitment_btn_box a{
    width: 100%;
  }
  .recruitment_btn_box{
    flex-wrap: wrap;
  }

  #movie > img {
  object-fit: cover;
  height: 100%;
}
}

@media only screen and (max-width: 431px) {
.recruitment_title_mid{
  text-align: center;
}
.recruitment_title_mid::after{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}
}
/*sp用のスライダー*/
.home-sp_slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.home-sp_slide-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.home-sp_slide .swiper-slide {
  background-position: 50% 50%;
  background-size: cover;
}

.home-sp_slide-1 {
  background-image: url(../img/home/sp_slide/1.jpg);
}

.home-sp_slide-2 {
  background-image: url(../img/home/sp_slide/2.jpg);
}

.home-sp_slide-3 {
  background-image: url(../img/home/sp_slide/3.jpg);
}

.home-sp_slide-4 {
  background-image: url(../img/home/sp_slide/4.jpg);
}

.home-sp_slide-5 {
  background-image: url(../img/home/sp_slide/5.jpg);
}

.home-sp_slide.none {
  display: none;
}

/*homeではコンテンツ要素を動画の上に配置*/
body#home .footer,
body#home .footer_links,
body#home .fnav-container,
body#home .main-container {
  position: relative;
  z-index: 4;
}

body#home .pagetop {
  z-index: 100;
}

body#home .fnav-container,
body#home .footer_links,
body#home .main-container {
  background: #ffffff;
}

body#home .footer_nav {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  body#home .footer_nav {
    margin-top: 0;
  }
}

/*homeではヘッダーを透明に*/
body#home .header {
  background: transparent;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

body#home .drawer-hamburger {
  background: rgba(237, 108, 0, 0.7);
}

body.scrolled .header,
body.drawer-open .header,
body#home.scrolled .header,
body#home.drawer-open .header {
  background: #ffffff;
}

/*ローディング*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: #ed6c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*コンテンツ　メッセージ*/
.home_message {
  background: #ed6c00;
  width: 100%;
  padding: 70px 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home_message {
    padding: 35px 20px;
  }
}

.home_message-txt {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.56;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

@media only screen and (max-width: 768px) {
  .home_message-txt {
    font-size: 1.4rem;
    line-height: 3;
  }
}

.home_message-txt.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*コンテンツ　カラム*/
.home_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.home_column>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home_column-ph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 56.5%;
}

.home_column-ph-ttl {
  width: 79px;
  background: #ffffff;
}

.home_column-ph-ttl img {
  width: 41px;
}

@media only screen and (max-width: 999px) {
  .home_column-ph-ttl {
    width: 46px;
    background: #ffffff;
  }

  .home_column-ph-ttl img {
    width: 30px;
  }
}

.home_column-ph-photoBox {
  width: calc(100% - 79px);
}

@media only screen and (max-width: 999px) {
  .home_column-ph-photoBox {
    width: calc(100% - 46px);
  }
}

.home_column-ph-photoBox img {
  width: 100%;
  max-width: none !important;
}

.home_column-txt {
  width: 43.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.home_column-txt p {
  line-height: 1.94;
  font-size: 1.8rem;
  color: #1a1a1a;
}

@media only screen and (max-width: 1199px) {
  .home_column-txt p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 999px) {
  .home_column-txt p {
    font-size: 1.4rem;
  }
}

.home_column-txt-btn {
  width: 100px;
  height: 25px;
  border: 1px solid #ed6c00;
  color: #ed6c00;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 40px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 1199px) {
  .home_column-txt-btn {
    margin-top: 15px;
  }
}

.home_column-txt-btn:hover {
  background: #ed6c00;
  color: #ffffff;
}

.home_column-01-ph {
  width: 57.3%;
}

.home_column-01 {
  padding: 125px 0;
}

.home_column-normal .home_column-ph {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.home_column-normal .home_column-txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 9%;
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .home_column-normal .home_column-txt {
    padding-right: 5%;
  }
}

.home_column-normal .home_column-ph-ttl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

.home_column-normal .home_column-ph-photoBox {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.home_column-rev .home_column-ph {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home_column-rev .home_column-txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 20px;
  padding-left: 9%;
}

@media only screen and (max-width: 1199px) {
  .home_column-rev .home_column-txt {
    padding-left: 5%;
  }
}

.home_column-rev .home_column-ph-ttl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.home_column-rev .home_column-ph-photoBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 768px) {
  .home_column {
    display: block;
  }

  .home_column-ph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }

  .home_column-ph-ttl {
    width: 74px;
    background: #ffffff;
    padding-right: 17px;
  }

  .home_column-ph-ttl img {
    width: 30px;
  }

  .home_column-ph-photoBox {
    width: calc(100% - 74px);
  }

  .home_column-ph-photoBox img {
    width: 100%;
    max-width: none !important;
  }

  .home_column-txt {
    width: 100%;
    display: block;
    padding-left: 74px !important;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .home_column-txt p {
    line-height: 2.13;
    font-size: 1.5rem;
  }

  .home_column-txt-btn {
    width: 100px;
    height: 25px;
    border: 1px solid #ed6c00;
    color: #ed6c00;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 40px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}

@media only screen and (max-width: 768px) and (max-width: 1199px) {
  .home_column-txt-btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .home_column-txt-btn:hover {
    background: #1588c0;
    color: #ffffff;
  }

  .home_column-01-ph {
    width: 100%;
  }

  .home_column-01 {
    padding: 0;
    margin: 90px 0 100px 0;
  }

  .home_column-normal .home_column-ph-ttl,
  .home_column-rev .home_column-ph-ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }

  .home_column-normal .home_column-ph-photoBox,
  .home_column-rev .home_column-ph-photoBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*maxL*/
/*丸のオブジェクト*/
.home_column-txt {
  position: relative;
  z-index: 2;
}

.home_column-ph,
.home_column {
  position: relative;
}

.home_column .poyo {
  position: absolute;
  z-index: -1;
}

.home_column .poyo-1 {
  width: 187px;
  height: 221px;
  top: -30px;
  right: -85px;
}

.home_column .poyo-2 {
  width: 186px;
  height: 248px;
  bottom: -178px;
  left: 80px;
}

.home_column .poyo-3 {
  width: 148px;
  height: 161px;
  bottom: -20px;
  right: 80px;
}

@media only screen and (max-width: 768px) {
  .home_column .poyo-1 {
    width: 140px;
    height: 140px;
    top: -81px;
    right: 10px;
  }

  .home_column .poyo-2 {
    width: 139px;
    height: 185px;
    bottom: 40px;
    right: 20px;
    left: auto;
  }

  .home_column .poyo-3 {
    width: 111px;
    height: 121px;
    bottom: 30px;
    right: 20px;
  }
}

/*代表メッセージ動画*/
.box-movie {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.box-movie .frame-movie {
  display: block;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.box-movie .frame-movie iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

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

Primary style

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'DINMedium', sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.header-logo img {
  max-width: 70%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px;
}

.footer_links-logo img {
  max-width: 60%;
}

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

header structure

-------------------------------- */
.header {
  width: 100%;
  height: 134px;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 100;
}

.header-logo {
  width: 217px;
  height: 59px;
  position: absolute;
  left: 41px;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
  }

  .header-logo {
    width: 121px;
    height: 33px;
    position: absolute;
    left: 12px;
    top: 2px;
  }
}

.entryBtn {
  width: 135px;
  height: 35px;
  border: 1px solid #ed6c00;
  color: #ed6c00;
  background: #ffffff;
  padding-left: 46px;
  display: block;
  line-height: 34px;
  font-size: 1.3rem;
  font-weight: bold;
  background-image: url(../img/common/entryBtn_b.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 25px 50%;
  position: fixed;
  right: 120px;
  top: 44px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.entryBtn:hover {
  background: #ed6c00;
  color: #ffffff;
  background-image: url(../img/common/entryBtn_w.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 25px 50%;
}

@media only screen and (max-width: 768px) {
  .entryBtn {
    right: 65px;
    top: 18px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    font-size: 1.2rem;
    background-size: 14px;
    background-position: 13px 50%;
  }

  .entryBtn:hover {
    background-size: 14px;
    background-position: 13px 50%;
  }
}

.drawer-open .header {
  background: transparent;
}

/*バーガーボタン*/
.drawer-hamburger {
  width: 26px;
  height: 26px;
  padding: 20px 26px 32px;
  background: #ed6c00;
  z-index: 101;
}

.drawer-hamburger:hover {
  background: #ed6c00;
}

.drawer-hamburger span {
  width: 26px;
  height: 4px;
  background: #ffffff;
}

.drawer-hamburger span:before,
.drawer-hamburger span:after {
  width: 26px;
  height: 4px;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .drawer-hamburger {
    width: 22px;
    height: 22px;
    padding: 12px 11px 10px;
  }

  .drawer-hamburger span {
    width: 22px;
    height: 2px;
    background: #ffffff;
    top: -6px;
  }

  .drawer-hamburger span:before,
  .drawer-hamburger span:after {
    width: 22px;
    height: 2px;
    background: #ffffff;
  }

  .drawer-hamburger span:before {
    top: 6px;
  }

  .drawer-hamburger span:after {
    top: -6px;
  }
}

/*ナビの中*/
.drawer--top.drawer-open .drawer-nav {
  z-index: 80;
  height: 100%;
  background: #ed6c00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.drawer--top.drawer-open .drawer-nav>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drawer--top.drawer-open .drawer-nav .drawer-menu {
  padding: 140px;
}

@media only screen and (max-width: 768px) {
  .drawer--top.drawer-open .drawer-nav .drawer-menu {
    padding: 70px 40px;
  }
}

.drawer--top.drawer-open .drawer-nav .drawer-menu li {
  border-bottom: solid 2px #ffffff;
}

.drawer--top.drawer-open .drawer-nav .drawer-menu li a {
  display: block;
  padding: 20px;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .drawer--top.drawer-open .drawer-nav .drawer-menu li a {
    padding: 15px;
    font-size: 1.6rem;
  }
}

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

main

-------------------------------- */
.main {
  max-width: 1200px;
  padding: 0 50px;
  position: relative;
  margin: 0 auto;
}

.main-container {
  width: 100%;
}

.main-second {
  margin-top: 134px;
}

@media only screen and (max-width: 768px) {
  .main {
    max-width: 1200px;
    padding: 0 28px;
    position: relative;
    margin: 0 auto;
  }

  .main-container {
    width: 100%;
  }

  .main-second {
    margin-top: 60px;
  }
}

/*maxL*/
@media only screen and (max-width: 374px) {
  .main {
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
  }
}

/*maxS*/
/* --------------------------------

key visual（改修版）

-------------------------------- */
.recruiting_key {
  width: 100%;
  position: relative;
}

.recruiting_key:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 500px;
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.recruiting_key-ttl {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  transform: translateX(0px);
}

.recruiting_key-ttl img {
  width: 50px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .recruiting_key-ttl {
    width: 75px;
    padding-right: 30px;
    padding-left: 0;
    padding-top: 20px;
    text-align: right;
    transform: translateX(-25px);
  }

  body#workplace .recruiting_key-ttl img {
    width: 45px;
    height: auto;
  }

  .recruiting_key-ttl .workplace{
    width: 25%;
  }
}


.recruiting_key-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 500px;
  margin-left: 143px;
  background-color: #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .recruiting_key-inner:after {
    margin-left: 75px;
  }
}

.key-txt {
  width: 500px;
  padding: 30px 50px;
  background: #ed6c00;
  position: relative;
  margin-left: 15%;
  margin-top: 50px;
  z-index: 3;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.9;
}

@media only screen and (max-width: 1199px) {
  .key-txt {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 999px) {
  .key-txt {
    padding: 25px 18px 15px;
    margin: 50px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .key-txt {
    font-size: 1.5rem;
    line-height: 2;
    width: auto;
  }
}

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

footer structure

-------------------------------- */
.footer_nav {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 50px;
  text-align: center;
}

@media only screen and (min-width: 1600px) {
  .footer_nav {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .footer_nav {
    margin: 0 auto 50px;
    padding: 0;
  }
}

.footer_nav li {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 30px;
  width: 350px;
  text-align: center;
  margin-bottom: 48px;
}

@media only screen and (max-width: 768px) {
  .footer_nav li {
    font-size: 1.5rem;
    width: 320px;
  }
}

.footer_nav li a {
  color: #000000;
  display: block;
  position: relative;
}

.footer_nav li a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ed6c00;
  position: absolute;
  bottom: -12px;
  right: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer_nav li a:hover:after {
  width: 0%;
}

.footer_nav li.current a {
  cursor: default;
}

.footer_nav li.current a:after {
  width: 0%;
}

.footer_nav li.current a:hover::after {
  width: 0%;
}

.footer_links {
  max-width: 1200px;
  padding: 0 50px;
  height: 88px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footer_links {
    padding: 0 20px;
    height: 65px;
  }
}

.footer_links>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_links-logo {
  width: 519px;
}

@media only screen and (max-width: 768px) {
  .footer_links-logo {
    width: 162px;
  }
}

.footer_links-fb {
  display: none;
  /* 24.03.25 add by settenLab */
  width: 50px;
}

@media only screen and (max-width: 768px) {
  .footer_links-fb {
    width: 40px;
  }
}

.footer {
  height: 210px;
  width: 100%;
  background: #595757;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .footer {
    height: 150px;
    background: #595757;
  }
}

.footer-inner {
  max-width: 1200px;
  padding: 25px 50px;
  margin: 0 auto;
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .footer-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 75px;
  }
}

.footer-inner>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .footer-inner {
    padding: 20px 20px;
  }
}

.footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.footer_list li {
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .footer_list li {
    margin: 0 20px;
  }
}

.footer_list a {
  color: #ffffff;
}

.footer .copyright {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}

.pagetop {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 50px;
  bottom: 120px;
  z-index: 11;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
    width: 24px;
    height: 24px;
    bottom: 75px;
  }
}

.cv_area_fixed {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: -100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .cv_area_fixed {
    height: 75px;
  }
}

body.scrolled .cv_area_fixed {
  bottom: 0;
}

/*スクロールでスライドインする要素（wow 初期表示を非表示）*/
.wow {
  visibility: hidden;
}

/* キャリアステップ */
.career-content{
  margin: 0 auto;
  width: 90%;
}
.career-content_txt{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.recruitment_title_new{
  font-size: 2.4rem;
  font-weight: 600;
  color: #ed6c00;
  margin-bottom: 50px;
  text-decoration: underline;
  text-decoration-thickness: 2px; 
  text-underline-offset: 12px;   
  text-decoration-color: #ed6c00; 
}
.interview-container{
  font-size: 1.6rem;
  line-height: 2;
  width: 360px;
  padding-top: 15px;
}
.profile-background{
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .profile-background{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .interview-container{
    margin: auto;
    width: 90%;
  }
}
.interview-title{
  font-size: 2.4rem;
  color: #ed6c00;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
 }
.interview-profile-heading{
  color: #fff;
  background-color:#ed6c00;
  padding: 10px 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .interview-profile-heading{
   margin-top: 20px;
  }
}  
.interview-profile-content{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.profile-name{
  font-size: 2rem;
  font-weight: bold;
}
.profile-name-en{
  font-size: 1.6rem;
  font-weight: normal;
}
.interview-txt-container {
  font-size: 1.6rem;
  line-height: 2;
  display: flex;
  margin-bottom: 300px;
  position: relative;
}
.interview-txt-container-reverse{
  font-size: 1.6rem;
  line-height: 2;
  display: flex;
  margin-bottom: 300px;
  position: relative;
  flex-direction: row-reverse;
}



@media only screen and (max-width: 768px) {
  .interview-txt-container {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .interview-txt-container-reverse {
    margin-bottom: 150px;
  }
}

.interview-txt-box {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  position: relative;
}

.interview-img02,
.interview-img02-reverse{
  position: absolute;
  top: 0;  
  z-index: 10; 
  margin-bottom: 20px;
  top: 540px;
}

@media only screen and (max-width: 768px){
  .interview-img02 {
    left: 20px;
    top: 950px;
  }
  .interview-img02-reverse{
    left: 20px;
    top: 900px;
  }
}

.interview-img02 img,
.interview-img02-reverse{
  max-width: 100%; 
  height: auto;
}
@media only screen and (max-width: 768px){
  .interview-img02 img,
  .interview-img02-reverse {
    max-width: 90%; 
}
}
.interview-img03-left{
  position: absolute;
  bottom: -100px;
  left: -45px;
}
.interview-img03{
  position: absolute;
  bottom: -100px;
  right: -170px;
}
@media only screen and (max-width: 768px){
  .interview-img03 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .interview-img03,
  .interview-img03-left{
    display: none;
  }
}
.interview-img03 img,
.interview-img03-left img{
  max-width: 75%; 
}
.interview-txt {
  background-color: #ed6c00;
  padding: 20px;
  max-width: 700px;
  padding-bottom: 100px; 
  z-index: 1;  
  position: relative; 
  top: -30px;
}
@media only screen and (max-width: 768px){
  .interview-txt {
    max-width: 385px;
    margin-top: 30px;
  }
}
.interview-txt p {
  color: #fff;
}
@media only screen and (max-width: 768px){
  .career-content{
   margin-top: 220px;
  }
  .career-content_txt{
   font-size: 1.5rem;
   line-height: 1.5;
  }
  .recruitment_title_new{
   text-align: center;
  }
}
