@charset "UTF-8";
#stage_recruitment {
  height: 100%;
  min-height: 200px;
}
#stage_recruitment,
#container {
  max-width: none;
}
#stage_recruitment .main {
  background: #FFF;
}
#stage_recruitment .fieldWrap {
  position: relative;
  padding-bottom: 60px;
}
#stage_recruitment h2 {
  margin-bottom: 50px;
}
#stage_recruitment p {
  text-align: center;
}
/*#stage_recruitment a:link {
  text-decoration: underline;
  color: #FF8040;
}
#stage_recruitment a:visited {
  text-decoration: none;
  color: #FF8040;
}
#stage_recruitment a:active {
  text-decoration: none;
  color: #FF8040;
}
#stage_recruitment a:hover {
  text-decoration: none;
  color: #FF8040;
}*/
#recruitment {
  margin: 0 auto;
  padding: 0 20px;
}
#recruitment h3 {
  font-weight: bold;
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 20px;
}
#recruitment h3 span {
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
}
#recruitment .contact {
  margin: 60px 0 0;
}
#recruitment .contact h3 {
  margin-bottom: 20px;
}
#recruitment .contact h4 {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
#recruitment .contact p {
  text-align: left;
}
@media screen and (max-width:750px) {
  #recruitment {
    margin: 0 auto;
    padding: 0;
  }
  #recruitment h3 {
    font-weight: bold;
    width: 100%;
    margin: 0 0 1.3em;
    font-size: 18px;
  }
  #recruitment h3 span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 0;
    display: block;
  }
}
/*---------------------------------------*/
#recruitment_index_new .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#recruitment_index_new .flex > .wrap {
  flex: 1;
  text-align: center;
}
#recruitment_index_new .flex > .wrap a {
  display: inline;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s;
}
@media (hover: hover) {
  #recruitment_index_new .flex > .wrap a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  #recruitment_index_new .flex > .wrap a:active {
    opacity: 0.7;
  }
}
#recruitment_index_new .flex > .wrap .image img {
  display: block;
  width: 100%;
  max-width: 236px;
  margin: 0 auto 10px;
}
#recruitment_index_new .flex > .wrap .image .t1 {
  font-family: "BebasNeueRegular";
  font-size: 40px;
  line-height: 1;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#recruitment_index_new .flex > .wrap .image .t1::after {
  content: '';
  width: 10px;
  height: 16px;
  position: absolute;
  right: -30px;
  top: -0.2em;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  background: right center no-repeat;
}
#recruitment_index_new .flex > .wrap.w1 .image .t1::after {
  background-image: url("../images/recruitment/index_1_arrow.svg");
}
#recruitment_index_new .flex > .wrap.w2 .image .t1::after {
  background-image: url("../images/recruitment/index_2_arrow.svg");
}
#recruitment_index_new .flex > .wrap.close .image {
  filter: grayscale(1);
  opacity: 0.6;
}
#recruitment_index_new .flex > .wrap.w1 .image .t1 {
  color: #A4D15B;
}
#recruitment_index_new .flex > .wrap.w2 .image .t1 {
  color: #F08300;
}
#recruitment_index_new .flex > .wrap .image .t2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 2px;
}
#recruitment_index_new .flex > .wrap .text {
  text-align: left;
  margin: 25px 0 0;
}
#recruitment_index_new .flex > .wrap .text > div {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width:750px) {
  #recruitment_index_new .flex {
    display: block;
  }
  #recruitment_index_new .flex > .wrap + .wrap {
    margin-top: 50px;
  }
  #recruitment_index_new .flex > .wrap .image img {
    max-width: none;
    width: 90%;
    max-width: 200px;
  }
  /* #recruitment_index_new .flex > .wrap .image .t1 {
    font-size: 28px;
  }
  #recruitment_index_new .flex > .wrap .image .t1::after {
    right: -18px;
    background-size: 6px auto;
  }
  #recruitment_index_new .flex > .wrap .image .t2 {
    font-size: 13px;
    margin-top: 3px;
  }
  #recruitment_index_new .flex > .wrap .text > div {
    font-size: 14px;
  } */
}
/*---------------------------------------*/
.fadeTrg .fadeWrap,
.fadeTrg.fadeWrap {
  opacity: 0;
  transform: translateY(60px);
}
html.start .fadeTrg.show .fadeWrap,
html.start .fadeTrg.show.fadeWrap {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.6s, opacity 0.6s;
}
.fadeTrg {
  opacity: 0;
}
html.start .fadeTrg.show {
  opacity: 1;
  transition: opacity 0.6s;
}
html.start .fadeTrg.show .delay-0,
html.start .fadeTrg.show.delay-0,
html.start .fadeTrg.show .zoomWrap.delay-0 img {
  transition-delay: 0.2s;
  animation-delay: 0.2s !important;
}
html.start .fadeTrg.show .delay-1,
html.start .fadeTrg.show.delay-1,
html.start .fadeTrg.show .zoomWrap.delay-1 img {
  transition-delay: 0.3s;
  animation-delay: 0.3s !important;
}
html.start .fadeTrg.show .delay-2,
html.start .fadeTrg.show.delay-2,
html.start .fadeTrg.show .zoomWrap.delay-2 img {
  transition-delay: 0.4s;
  animation-delay: 0.4s !important;
}
html.start .fadeTrg.show .delay-3,
html.start .fadeTrg.show.delay-3,
html.start .fadeTrg.show .zoomWrap.delay-3 img,
html.start .fadeTrg.show.zoomWrap.delay-3 img {
  transition-delay: 0.5s;
  animation-delay: 0.5s !important;
}
html.start .fadeTrg.show .delay-4,
html.start .fadeTrg.show.delay-4,
html.start .fadeTrg.show .zoomWrap.delay-4 img,
html.start .fadeTrg.show.zoomWrap.delay-4 img {
  transition-delay: 0.6s;
  animation-delay: 0.6s !important;
}
html.start .fadeTrg.show .delay-5,
html.start .fadeTrg.show.delay-5,
html.start .fadeTrg.show .zoomWrap.delay-5 img,
html.start .fadeTrg.show.zoomWrap.delay-5 img {
  transition-delay: 0.7s;
  animation-delay: 0.7 !important;
}
html.start .fadeTrg.show .delay-6,
html.start .fadeTrg.show.delay-6,
html.start .fadeTrg.show .zoomWrap.delay-6 img {
  transition-delay: 0.8s;
  animation-delay: 0.8s !important;
}
html.start .fadeTrg.show .delay-7,
html.start .fadeTrg.show.delay-7,
html.start .fadeTrg.show .zoomWrap.delay-7 img {
  transition-delay: 0.9s;
  animation-delay: 0.9s !important;
}
html.start .fadeTrg.show .delay-8,
html.start .fadeTrg.show.delay-8,
html.start .fadeTrg.show .zoomWrap.delay-8 img {
  transition-delay: 1s;
  animation-delay: 1s !important;
}
html.start .fadeTrg.show .delay-9,
html.start .fadeTrg.show.delay-9,
html.start .fadeTrg.show .zoomWrap.delay-9 img {
  transition-delay: 1.1s;
  animation-delay: 1.1s !important;
}
html.start .fadeTrg.show .delay-10,
html.start .fadeTrg.show.delay-10,
html.start .fadeTrg.show .zoomWrap.delay-10 img {
  transition-delay: 1.2s;
  animation-delay: 1.2s !important;
}
/*---------------------------------------*/
html.overscroll_none body {
  overscroll-behavior: none;
}
@font-face {
  font-family: 'BebasNeuePro';
  src: url('../font/Bebas Neue Pro Regular.woff') format('woff');
}
body {
  --font_Bebas: "BebasNeuePro";
  --color_1: #F08300;
  --color_2: #4D9A00;
  --wrapper_padding: 40px;
}
#recruitment_new .wrapper {
  box-sizing: content-box;
  max-width: 980px;
  padding: 0 var(--wrapper_padding);
  margin: 0 auto;
  position: relative;
}
#recruitment_new img {
  max-width: 100%;
}
/*---------------------------------------*/
@media screen and (min-width: 751px) {
  #headerBar {
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 980px;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: height 0.15s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #headerBar #menuBtn {
    display: none;
  }
  #headerBar h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    position: relative;
    top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    transition: top 0.15s;
  }
  .onScroll #headerBar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 3px 25px rgb(0 0 0/0.05);
  }
  body.recruitment_news #headerBar {
    background-color: #fff;
    box-shadow: none;
  }
  .onScroll #headerBar h1 {
    top: 0;
  }
  #headerBar h1 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  #headerBar h1 img {
    width: auto;
    height: 70%;
    max-height: 65px;
    margin-right: 18px;
  }
  #headerBar h1 span {
    flex: 1;
    font-size: 11px;
    line-height: 1.4;
    font-weight: bold;
  }
  #headerBar h1 span b {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
  }
  #headerBar nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    height: 100%;
    max-height: 84px;
  }
  #headerBar nav ul.menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0 30px;
    margin-right: 20px;
  }
  #headerBar nav ul li a {
    display: block;
    padding-bottom: 4px;
  }
  #headerBar nav ul li a:hover {
    text-decoration: none;
  }
  @media (hover: hover) {
    #headerBar nav ul li a:hover {
      text-decoration: none;
      color: var(--color_1);
    }
  }
  @media (hover: none) {
    #headerBar nav ul li a:active {
      text-decoration: none;
      color: var(--color_1);
    }
  }
  #headerBar nav ul.btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }
  #headerBar nav ul.btn li {
    width: 100px;
    height: 100%;
    color: #fff;
  }
  #headerBar nav ul.btn li a {
    position: relative;
    transition: filter 0.15s;
  }
  #headerBar nav ul.btn li:nth-child(1) a {
    background-color: var(--color_1);
  }
  #headerBar nav ul.btn li:nth-child(2) a {
    background-color: var(--color_2);
  }
  #headerBar nav ul.btn li a::after {
    content: '';
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -23%;
    bottom: 0;
    transition: top 0.15s;
  }
  .onScroll #headerBar nav ul.btn li a::after {
    top: -30%;
  }
  #headerBar nav ul.btn li:nth-child(1) a::after {
    background: url("/images/recruitment/header_icon_1.svg") center center no-repeat;
  }
  #headerBar nav ul.btn li:nth-child(2) a::after {
    background: url("/images/recruitment/header_icon_2.svg") center center no-repeat;
  }
  #headerBar nav ul.btn li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: inherit;
  }
  #headerBar nav ul li i,
  #headerBar nav ul li b {
    display: none;
  }
}
@media (hover: hover) {
  #headerBar h1 a:hover {
    text-decoration: none;
  }
  #headerBar nav ul.btn li a:hover {
    filter: brightness(1.2);
    text-decoration: none;
  }
}
@media (hover: none) {
  #headerBar h1 a:active {
    text-decoration: none;
  }
  #headerBar nav ul.btn li a:active {
    filter: brightness(1.2);
    text-decoration: none;
  }
}
/*---------------------------------------*/
#recruitment_new {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --font_Shippori: "Shippori Mincho", serif;
}
#recruitment_new i {
  font-style: normal;
}
#recruitment_new section {
  position: relative;
  background: #fff;
}
#recruitment_new .jumpTarget {
  position: absolute;
  top: -69px
}
@media screen and (min-width:751px) {
  .spv {
    display: none;
  }
}
@media screen and (max-width:750px) {
  .pcv {
    display: none;
  }
}
#recruitment_new h2 {
  text-align: left;
  display: flex;
  flex-direction: column;
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#recruitment_new h2 i {
  order: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.1;
}
#recruitment_new h2 span {
  order: 2;
  font-size: 16px;
  line-height: 1.1;
}
/*section_1---------------------------------------*/
#section-mv {
  height: 903px;
  position: relative;
}
#section-mv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: -50%;
  right: -50%;
  top: 0;
  margin: 0 auto;
  z-index: 0;
  background: url("/images/recruitment/s1_bg.jpg") center bottom 20%/cover no-repeat;
}
#section-mv::before {
  content: '';
  width: 100%;
  min-width: 1366px;
  height: 100%;
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  margin: 0 auto;
  z-index: 1;
  background: url("/images/recruitment/s1_bg_mask.png") center bottom/100% 287px no-repeat;
}
#section-mv .wrapper {
  height: 100%;
}
#section-mv .wrapper-inner {
  height: 100%;
  padding-top: 84px;
  position: relative;
}
#section-mv .wrap-images {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#section-mv .wrap-images img {
  position: absolute;
  border-radius: 16px;
  transform: scale(1);
  transition: transform 1s, left 1s, top 1s, opacity 1s;
  opacity: 1;
  will-change: transform, left, top, opacity;
}
html:not(.start) #section-mv .wrap-images img {
  left: 30%;
  top: 50%;
  opacity: 0;
  transform: scale(0.3);
}
html.opening_fin #section-mv .wrap-images img {
  transition: none;
}
#section-mv .wrap-images img.img_1 {
  left: -134px;
  top: 178px;
  width: 289px;
  z-index: 5;
  transition-delay: 0.5s;
}
#section-mv .wrap-images img.img_2 {
  left: 131px;
  top: 125px;
  width: 172px;
  z-index: 1;
  transition-delay: 0.65s;
}
#section-mv .wrap-images img.img_3 {
  left: 464px;
  top: 202px;
  width: 366px;
  z-index: 6;
  transition-delay: 0.55s;
}
#section-mv .wrap-images img.img_4 {
  left: 984px;
  top: 160px;
  width: 210px;
  z-index: 3;
  transition-delay: 0.6s;
}
#section-mv .wrap-images img.img_5 {
  left: 695px;
  top: 402px;
  width: 425px;
  z-index: 7;
  transition-delay: 0.4s;
}
#section-mv .wrap-images img.img_6 {
  left: -330px;
  top: 488px;
  width: 264px;
  z-index: 4;
  transition-delay: 0.25s;
}
#section-mv .wrap-images img.img_7 {
  left: 600px;
  top: 721px;
  width: 182px;
  z-index: 2;
  transition-delay: 0.65s;
}
#section-mv .wrap-text {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 410px;
}
#section-mv .wrap-text .t1 {
  font-size: 67px;
  line-height: 89px;
  font-family: var(--font_Shippori);
  position: relative;
  will-change: transform;
}
#section-mv .wrap-text .copy {
  position: absolute;
  left: 178px;
  top: 112px;
  width: 380px;
  will-change: transform;
}
#section-mv .wrap-text .t2 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}
#section-mv .wrap-text .t1 {
  transform: translateY(80px);
  opacity: 0;
}
#section-mv .wrap-text .copy {
  transform: translate(-100px, 20px);
  opacity: 0;
}
#section-mv .wrap-text .t2 {
  opacity: 0;
}
html.start #section-mv .wrap-text .t1 {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.8s;
}
html.start #section-mv .wrap-text .copy {
  transform: translate(0);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 1.3s;
}
html.start #section-mv .wrap-text .t2 {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 1.1s;
}
/*section_2---------------------------------------*/
#section-news {
  padding: 0 0 140px;
  z-index: 10;
}
html:not(.js-firstScroll) #section-news .wrapper.fadeTrg.fadeWrap {
  opacity: 0;
  transform: translateY(60px);
}
#section-news .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#section-news h2 {
  margin-top: -20px;
  background: var(--color_1);
  padding: 22px;
  width: 168px;
  height: 100px;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0% 100%);
  border-radius: 10px 0 0 10px;
  margin-right: 35px;
}
#section-news h2 span {
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  margin-top: 5px;
}
#section-news h2 i {
  font-size: 30px;
  line-height: 1.1;
}
#section-news .flex dl.news {
  flex: 1;
  margin: 35px 0 0;
  border-top: 1px solid #E3E3E3;
}
#section-news .flex dl.news > div {
  border-bottom: 1px solid #E3E3E3;
}
#section-news .flex dl.news > div > a {
  padding: 28px 30px 28px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
#section-news .flex dl.news > div > a:hover,
#section-news .flex dl.news > div > a:active {
  text-decoration: none;
}
#section-news .flex dl.news > div > a[href] {
  background: url("../images/recruitment/arrow_link.svg") right 8px center no-repeat;
}
@media (hover: hover) {
  #section-news .flex dl.news > div > a[href]:hover {
    background-color: #f7f7f7;
  }
}
@media (hover: none) {
  #section-news .flex dl.news > div > a[href]:active {
    background-color: #f7f7f7;
  }
}
#section-news .flex dl.news > div > a > dt {
  width: 130px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 26px;
  color: #B2B2B2;
}
#section-news .flex dl.news > div > a > dd {
  flex: 1;
  font-size: 14px;
  line-height: 26px;
}
#section-news .flex dl.news > div.new > a > dd::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 22px;
  background: url("../images/recruitment/s2_new.png") center center/35px auto no-repeat;
  margin-right: 8px;
  margin-top: -3px;
}
/*section_3---------------------------------------*/
#section-who {
  position: relative;
  padding: 0 0 60px;
}
#section-who .jumpTarget {
  position: absolute;
  top: -120px
}
#section-who .bg {
  background: url("../images/recruitment/s3_bg_mask.png") center bottom/100% auto no-repeat, url("../images/recruitment/s3_bg.jpg") center center/cover no-repeat fixed;
  width: 100%;
  height: 855px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#section-who h2 {
  position: relative;
  top: -21px;
}
#section-who .hd_text {
  text-align: center;
  margin: 20px auto 55px;
  font-size: 25px;
  font-weight: bold;
  line-height: 41px;
}
#section-who .hd_text b {
  display: inline;
  margin: 0 4px;
  padding: 3px 4px;
  background-color: #fff;
  color: var(--color_1);
}
#section-who .logo {
  text-align: center;
  margin-bottom: 50px;
}
#section-who .logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
#section-who .logo .t {
  margin-top: 18px;
}
#section-who .logo .t span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
}
#section-who .logo .t i {
  display: block;
  font-family: var(--font_Bebas);
  font-size: 15px;
  line-height: 1.1;
  color: var(--color_1);
  margin: 6px 0 0;
}
#section-who ul.wrap-num {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 30px
}
#section-who .wrap-num > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section-who .wrap-num > li:nth-child(2) {
  margin-top: 30px;
}
#section-who .wrap-num > li .num {
  box-sizing: content-box;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--color_1);
  background-color: #fff;
  color: var(--color_1);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-family: var(--font_Bebas);
  text-align: center;
  position: relative;
}
html.os-windows #section-who .wrap-num > li .num {
  line-height: 35px;
}
#section-who .wrap-num > li .num::before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: -48px;
  z-index: 0;
  background: url("../images/recruitment/s3_dot.svg") center top no-repeat;
}
#section-who .wrap-num > li:nth-child(1) .num:before {
  left: 33px;
  top: -38px;
  transform: rotate(45deg);
}
#section-who .wrap-num > li:nth-child(2) .num:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#section-who .wrap-num > li:nth-child(3) .num:before {
  right: 33px;
  top: -38px;
  transform: rotate(-45deg);
}
#section-who .wrap-num > li .hd {
  font-family: var(--font_Shippori);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0 10px;
}
#section-who .wrap-num > li .hd i {
  display: block;
}
#section-who .wrap-num > li .image {
  border-radius: 15px;
  overflow: clip;
}
#section-who .wrap-num > li .image img {
  display: block;
  width: 100%;
}
#section-who .wrap-num > li .text {
  text-align: left;
  margin: 22px 0 0;
  padding: 0 5px;
}
#section-who .wrap-num > li .text .t1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
#section-who .wrap-num > li .text .t2 {
  font-size: 14px;
  line-height: 24px;
}
#section-who .wrap-num > li .text .t1 + .t2 {
  margin-top: 15px;
}
/*section_4---------------------------------------*/
#section-career_path {
  padding: 130px 0 150px;
  position: relative;
}
#section-career_path .wrapper .bg {
  content: '';
  width: 725px;
  height: 445px;
  position: absolute;
  right: calc(-275px + var(--wrapper_padding));
  top: -120px;
  z-index: 0;
  background: url("../images/recruitment/s4_deco.png") center center/contain no-repeat;
}
#section-career_path .hd_text {
  width: 475px;
  min-height: 190px;
  margin: 45px 0 0;
  padding-bottom: 75px;
  position: relative;
  z-index: 2;
}
#section-career_path .hd_text p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
#section-career_path .hd_text p + p {
  margin-top: 1.5em;
}
#section-career_path .career {
  position: relative;
  z-index: 2;
  margin-top: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#section-career_path .career .hd {
  height: 95px;
  color: #fff;
}
#section-career_path .career ul li {
  height: 50px;
  display: flex;
  align-items: center;
}
#section-career_path .career .scale {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#section-career_path .career .scale ul {
  position: relative;
}
#section-career_path .career .scale ul::before {
  content: '';
  width: 1px;
  height: calc(100% + 20px);
  position: absolute;
  left: 75px;
  top: 0;
  z-index: 10;
  background: #000;
}
#section-career_path .career .scale ul::after {
  content: '';
  width: 11px;
  height: 13px;
  position: absolute;
  left: 70px;
  bottom: -22px;
  z-index: 10;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#section-career_path .career .scale ul li:first-child::before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 71px;
  top: -4px;
  z-index: 10;
  background: #000;
  border-radius: 50%;
}
#section-career_path .career .scale ul li {
  border-bottom: 1px solid #E3E3E3;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
}
#section-career_path .career .scale ul li div {
  width: 60px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section-career_path .career .scale ul li b {
  font-family: var(--font_Bebas);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  margin-right: 5px;
  margin-top: 2px;
}
html.os-windows #section-career_path .career .scale ul li {
  padding-top: 4px;
}
html.os-windows #section-career_path .career .scale ul li b {
  margin-top: -6px;
}
#section-career_path .career .outer-person {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 30px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  padding-left: 105px;
}
#section-career_path .career .person {
  flex: 1;
  position: relative;
}
#section-career_path .career .person .hd {
  position: relative;
  text-align: center;
  padding: 25px 0 0;
}
#section-career_path .career .person .hd .n {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
#section-career_path .career .person .hd b {
  font-family: var(--font_Bebas);
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
  display: block;
  position: relative;
  margin-bottom: -2px;
}
html.os-windows #section-career_path .career .person .hd {
  padding: 22px 0 0;
}
html.os-windows #section-career_path .career .person .hd b {
  margin-bottom: 2px;
}
#section-career_path .career .person .hd::after {
  content: '';
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--color_1);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px));
  border-radius: 15px 15px 0 0;
}
#section-career_path .career .person .hd img {
  display: block;
  height: 46px;
  position: absolute;
  z-index: 2;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#section-career_path .career .person::after {
  content: '';
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  border-radius: 15px;
  background-color: #F4F4F4;
}
#section-career_path .career .person ul li {
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
#section-career_path .career .person ul li b {
  display: block;
  font-weight: bold;
}
/*section_5---------------------------------------*/
#section-voices {
  padding: 20px 0 100px;
}
#section-voices .section-inner {
  position: relative;
  overflow: clip;
  height: 530px;
}
#section-voices .bg {
  background: url("../images/recruitment/s3_bg.jpg") center center/cover no-repeat fixed;
  width: calc(100% - 60px);
  /* max-width: calc( (100% - 980px) / 2 + 980px + 160px); */
  max-width: calc(980px + 320px);
  height: 455px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
}
#section-voices .wrapper {
  height: 100%;
  padding-top: 75px;
}
#section-voices .wrapper-inner {
  position: relative;
  height: 455px;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#section-voices .wrapper-inner::after {
  content: '';
  position: absolute;
  z-index: 20;
  right: -260px;
  bottom: 0;
  width: 803px;
  height: 530px;
  background: url("../images/recruitment/s5_photo.png") center bottom/contain no-repeat;
  will-change: transform;
}
#section-voices .hd_text {
  margin: 35px 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#section-voices .btn a {
  width: 250px;
  height: 64px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgb(0 0 0/0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--color_1) url("../images/recruitment/btn_voices.svg") right 15px center no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 15px;
  transition: filter 0.15s;
}
@media (hover: hover) {
  #section-voices .btn a:hover {
    text-decoration: none;
    filter: brightness(1.2);
  }
}
@media (hover: none) {
  #section-voices .btn a:active {
    text-decoration: none;
    filter: brightness(1.2);
  }
}
/*section_6---------------------------------------*/
#section-work_style {
  position: relative;
  padding: 30px 0 150px;
}
#section-work_style .wrapper {
  min-height: 640px;
}
#section-work_style .wrapper .bg {
  position: absolute;
  z-index: 0;
  left: -152px;
  top: 0;
  background: url("../images/recruitment/s6_photo.jpg") left top/contain no-repeat;
  width: 445px;
  height: 640px;
}
#section-work_style .wrapper-inner {
  padding-left: 330px;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
#section-work_style ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0 0;
}
#section-work_style ul > li {
  width: calc((100% - 40px) / 2);
}
#section-work_style ul > li img {
  width: 164px;
}
#section-work_style ul > li .t1 {
  font-size: 26px;
  line-height: 1.4;
  font-family: var(--font_Shippori);
  font-weight: 400;
  margin-bottom: 20px;
}
#section-work_style ul > li .t2 {
  font-size: 14px;
  line-height: 24px;
}
/*section_7---------------------------------------*/
#section-guidelines .jumpTarget {
  top: 70px
}
#section-guidelines .outer-bg {
  padding: 170px 0 20px;
  position: relative;
}
#section-guidelines .outer-bg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/recruitment/s7_bg.jpg") center center/cover no-repeat fixed;
}
#section-guidelines .outer-bg h2 span {
  color: #fff;
}
nav.jump {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 15px;
  margin: 45px 0 30px;
}
nav.jump ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px
}
nav.jump ul > li a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 15px;
}
#section-guidelines .outer-bg nav.jump ul > li a {
  background: url("../images/recruitment/arrow_jump_w.svg") left center no-repeat;
}
#section-guidelines .sec-inner_1,
#section-guidelines .sec-inner_2 {
  background: #fff;
  border-radius: 15px;
}
#section-guidelines .sec-inner_2 {
  margin-top: 20px;
}
#section-guidelines .sec-inner_1 .jumpTarget {
  top: -85px;
}
#section-guidelines .sec-inner_2 .jumpTarget {
  top: -85px;
}
#section-guidelines dl.list-table {
  margin-top: 15px;
  margin-bottom: 50px;
}
#section-guidelines dl.list-table > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#section-guidelines dl.list-table > div dt {
  width: 120px;
  border: 1px solid var(--color_1);
  border-width: 0 0 1px 0;
  padding: 20px 0;
  font-weight: bold;
}
#section-guidelines dl.list-table > div dd {
  flex: 1;
  border: 1px solid #E3E3E3;
  border-width: 0 0 1px 0;
  padding: 20px 0 20px 30px;
}
#section-guidelines dl.list-table > div:first-child dt {
  border-width: 1px 0;
}
#section-guidelines dl.list-table > div:first-child dd {
  border-width: 1px 0;
}
#section-guidelines .sec-inner_1 .accordion .panel .inner {
  padding: 0 55px;
}
#section-guidelines .sec-inner_2 ul.flow {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 30px;
  margin-bottom: 35px;
}
#section-guidelines .sec-inner_2 ul.flow li {
  flex: 1;
  text-align: center;
  max-width: 164px;
  position: relative;
}
#section-guidelines .sec-inner_2 ul.flow li::after {
  content: '';
  width: 13px;
  height: 11px;
  position: absolute;
  left: calc(100% + 5px);
  top: 75px;
  z-index: 0;
  background-color: #404040;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#section-guidelines .sec-inner_2 ul.flow li:last-child::after {
  display: none;
}
#section-guidelines .sec-inner_2 ul.flow li .image {
  position: relative;
}
#section-guidelines .sec-inner_2 ul.flow li .image img {
  display: block;
  width: 164px;
  margin: 0 auto;
}
#section-guidelines .sec-inner_2 ul.flow li .image .num {
  box-sizing: content-box;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--color_1);
  background-color: #fff;
  color: var(--color_1);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-family: var(--font_Bebas);
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 5px;
}
html.os-windows #section-guidelines .sec-inner_2 ul.flow li .image .num {
  line-height: 35px;
}
#section-guidelines .sec-inner_2 ul.flow li .text .t1 {
  font-size: 16px;
  list-style: 1.4;
  font-weight: bold;
}
#section-guidelines .sec-inner_2 ul.flow li .text .t2 {
  font-size: 13px;
  list-style: 1.4;
}
#section-guidelines .accordion label {
  width: fit-content;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#section-guidelines .accordion label span {
  display: block;
  font-family: var(--font_Shippori);
  font-size: 28px;
  font-weight: 400;
  list-style: 1.2;
  text-align: center;
  position: relative;
  padding: 35px 55px;
}
#section-guidelines .accordion label span::after {
  content: '┼';
  position: absolute;
  right: 30px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: normal;
}
@media (hover: hover) {
  #section-guidelines .accordion label:hover span {
    color: var(--color_1);
  }
}
@media (hover: none) {
  #section-guidelines .accordion label:active span {
    color: var(--color_1);
  }
}
#section-guidelines .accordion label input[type="checkbox"] {
  display: none;
}
#section-guidelines .accordion label input[type="checkbox"]:checked + span:after {
  content: '─';
}
#section-guidelines .accordion .panel {
  display: grid;
  transition: grid-template-rows 0.3s;
  grid-template-rows: 0fr;
}
#section-guidelines .accordion label:has(input[type="checkbox"]:checked) + .panel {
  grid-template-rows: 1fr;
}
#section-guidelines .accordion .panel .inner {
  overflow: hidden;
}
#section-guidelines .sec-inner_3 {
  padding: 30px 0 40px;
}
#section-guidelines .sec-inner_3 .jumpTarget {
  top: -69px;
}
#section-guidelines .sec-inner_3 h3 {
  font-family: var(--font_Shippori);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
#section-guidelines .sec-inner_3 .outer {
  max-width: 810px;
  margin: 0 auto 30px;
}
#section-guidelines .sec-inner_3 .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 90px;
  margin-bottom: 30px;
}
#section-guidelines .sec-inner_3 .flex > .flex-wrap {
  flex: 1;
  max-width: 360px;
}
#section-guidelines .sec-inner_3 .hd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#section-guidelines .sec-inner_3 .hd .num {
  border: 2px solid var(--color_1);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: var(--color_1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 14px;
  box-sizing: content-box;
}
#section-guidelines .sec-inner_3 .hd .num span b {
  vertical-align: -0.15em;
  font-family: var(--font_Bebas);
  font-size: 30px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 6px;
}
#section-guidelines .sec-inner_3 .hd .date {
  font-family: var(--font_Bebas);
}
#section-guidelines .sec-inner_3 .hd .date .year {
  font-size: 20px;
  line-height: 1;
  margin: 15px 0 2px;
}
#section-guidelines .sec-inner_3 .hd .date .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px
}
#section-guidelines .sec-inner_3 .hd .date .wrap .d {
  font-size: 60px;
  line-height: 1;
}
#section-guidelines .sec-inner_3 .hd .date .wrap .w {
  background-color: var(--color_1);
  color: #fff;
  font-family: Osaka, 'MS PGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: normal;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: -5px;
  padding-left: 1px;
}
#section-guidelines .sec-inner_3 .hd .date .wrap .t {
  font-size: 30px;
  line-height: 1;
  margin-left: 5px;
}
#section-guidelines .sec-inner_3 .text {
  margin-top: 30px;
  background-color: #F4F4F4;
  border-radius: 15px;
  padding: 25px 25px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  ;
}
#section-guidelines .sec-inner_3 .text::after {
  content: '';
  width: 22px;
  height: 19px;
  position: absolute;
  left: 30px;
  top: -18px;
  z-index: 0;
  background: #F4F4F4;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#section-guidelines .sec-inner_3 .text .t1 {
  font-weight: bold;
}
#section-guidelines .sec-inner_3 .text .t1 + .t2 {
  margin-top: 1em;
}
#section-guidelines .sec-inner_3 .center_text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
#section-guidelines .sec-inner_3 dl.list-table {
  max-width: 868px;
  margin: 30px auto;
}
#section-guidelines .sec-inner_3 dl.list-table .red {
  color: #DB0000;
}
#section-guidelines a.btn-info_small {
  width: fit-content;
  margin: 0 auto;
  width: 364px;
  max-width: 90%;
  height: 90px;
  background: var(--color_1) url("../images/recruitment/btn_icon_info.svg") right 30px center/33px auto no-repeat;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 70px 10px 25px;
  box-shadow: 0 3px 12px rgb(0 0 0/0.1);
  transition: filter 0.15s;
}
#section-guidelines a.btn-info_small em {
  display: block;
  font-size: 16px;
  list-style: 1.2;
  font-weight: bold;
}
#section-guidelines a.btn-info_small i {
  display: block;
  font-family: var(--font_Bebas);
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}
#section-guidelines a.btn-info_small:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #section-guidelines a.btn-info_small:hover {
    filter: brightness(1.2);
    text-decoration: none;
  }
}
@media (hover: none) {
  #section-guidelines a.btn-info_small:active {
    filter: brightness(1.2);
    text-decoration: none;
  }
}
#section-guidelines .sec-inner_4 {
  padding: 100px 0;
  background: url("../images/recruitment/s7_bg.jpg") center center/cover no-repeat fixed;
}
#section-guidelines .sec-inner_4 .at_text {
  text-align: center;
  margin-top: 17px;
}
#section-guidelines .sec-inner_4 .at_text .t1 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
#section-guidelines .sec-inner_4 .at_text .t1 b {
  font-weight: bold;
}
#section-guidelines .sec-inner_4 .at_text .t1 span {
  color: #fff;
}
#section-guidelines .sec-inner_4 .at_text .t2 {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

#section-guidelines .outer-bg:has(.inner-border) {
  padding-bottom: 170px;
}
#section-guidelines .inner-border {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  margin-top: 60px;
}
#section-guidelines .inner-border.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
#section-guidelines .inner-border.flex > .wrap {
  flex: 1;
  max-width: 350px;
}
#section-guidelines .inner-border .t1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#section-guidelines .inner-border .t2 {
  font-size: 14px;
  -webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
#section-guidelines .inner-border p {
  text-align: left;
}
#section-guidelines .inner-border p span {
  display: inline-block;
}

a.btn {
  width: fit-content;
  margin: 0 auto;
  width: 476px;
  max-width: 90%;
  height: 143px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 70px 10px 25px;
  box-shadow: 0 3px 12px rgb(0 0 0/0.1);
  transition: filter 0.15s;
}
a.btn.entry {
  background: var(--color_2) url("../images/recruitment/btn_icon_entry.svg") right 30px center no-repeat;
}
a.btn.info {
  background: var(--color_1) url("../images/recruitment/btn_icon_info.svg") right 30px center no-repeat;
}
a.btn em {
  display: block;
  font-size: 20px;
  list-style: 1.2;
  font-weight: bold;
}
a.btn i {
  display: block;
  font-family: var(--font_Bebas);
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  margin-top: 8px;
}
a.btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  a.btn:hover {
    filter: brightness(1.2);
    text-decoration: none;
  }
}
@media (hover: none) {
  a.btn:active {
    filter: brightness(1.2);
    text-decoration: none;
  }
}
/*section_8---------------------------------------*/
#section-faq {
  padding: 130px 0 120px;
}
#section-faq .jumpTarget {
  top: 30px
}
#section-faq nav.jump {
  border: 1px solid #E3E3E3;
}
#section-faq nav.jump ul > li a {
  color: inherit;
  background: url("../images/recruitment/arrow_jump.svg") left center no-repeat;
}
#section-faq h3 {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 45px 0 25px;
}
#section-faq h3 span {
  flex: 1;
  font-size: 24px;
  list-style: 1.4;
  font-weight: bold;
  margin: 10px 0 0 8px;
}
#section-faq h3::before {
  content: '';
  display: block;
  width: 48px;
  height: 40px;
}
#section-faq h3.icon-1::before {
  background: url("../images/recruitment/s8_icon_1.svg") center center no-repeat;
}
#section-faq h3.icon-2::before {
  background: url("../images/recruitment/s8_icon_2.svg") center center no-repeat;
}
#section-faq h3.icon-3::before {
  background: url("../images/recruitment/s8_icon_3.svg") center center no-repeat;
}
#section-faq section .jumpTarget {
  top: -100px
}
#section-faq ul.faq > li {
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
#section-faq ul.faq > li:first-child {
  border-top: 1px solid #E3E3E3;
}
#section-faq ul.faq > li .Q {
  padding: 20px 55px 20px 15px;
  position: relative;
}
#section-faq ul.faq > li .Q label {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#section-faq ul.faq > li .Q label span::after {
  content: '┼';
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
}
#section-faq ul.faq > li .Q label input[type="checkbox"] {
  display: none;
}
#section-faq ul.faq > li .Q label input[type="checkbox"]:checked + span:after {
  content: '─';
}
#section-faq ul.faq > li .panel {
  display: grid;
  transition: grid-template-rows 0.2s;
  grid-template-rows: 0fr;
}
#section-faq ul.faq > li .Q:has(input[type="checkbox"]:checked) + .panel {
  grid-template-rows: 1fr;
}
#section-faq ul.faq > li .Q,
#section-faq ul.faq > li .A {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#section-faq ul.faq > li .h {
  font-family: var(--font_Bebas);
  font-size: 30px;
  line-height: 1;
  margin-right: 16px;
}
#section-faq ul.faq > li .t {
  font-size: 14px;
  line-height: 24px;
  padding-top: 3px;
}
html.os-windows #section-faq ul.faq > li .t {
  padding-top: 6px;
}
#section-faq ul.faq > li .panel .A {
  overflow: hidden;
  margin-left: 35px;
}
#section-faq ul.faq > li .panel .A .h,
#section-faq ul.faq > li .panel .A .t {
  margin-bottom: 20px;
}
#section-faq ul.faq > li .panel .A .t {
  padding-right: 15px;
}
#section-faq ul.faq > li .Q .h {
  color: var(--color_1);
}
#section-faq ul.faq > li .panel .A .h {
  color: #8ECE25;
}
@media (hover: hover) {
  #section-faq ul.faq > li .Q:hover {
    color: var(--color_1);
  }
}
@media (hover: none) {
  #section-faq ul.faq > li .Q:active {
    color: var(--color_1);
  }
}
/*section_9---------------------------------------*/
#section-after {
  padding: 120px 0 80px;
}
#section-after .bg {
  background: url("../images/recruitment/s3_bg.jpg") center center/cover no-repeat fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#section-after .hd_text {
  width: fit-content;
  margin: 0 auto;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
  font-family: var(--font_Shippori);
  position: relative;
}
#section-after .hd_text .copy {
  position: absolute;
  left: 138px;
  top: 74px;
  width: 184px;
}
#section-after .logo {
  text-align: center;
  margin-top: 50px;
}
#section-after .logo img {
  display: block;
  width: 125px;
  margin: 0 auto;
}
#section-after .logo .t {
  margin-top: 14px;
}
#section-after .logo .t span {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
}
#section-after .logo .t i {
  display: block;
  font-family: var(--font_Bebas);
  font-size: 14px;
  line-height: 1.1;
  color: var(--color_1);
  margin: 5px 0 0;
}
#section-after .flex-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 65px;
}
#section-after .flex-btn a.btn {
  width: 476px;
  max-width: 100%;
}
#section-after .flex-btn .t {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 21px;
  width: fit-content;
  margin: 15px auto 0;
}
#section-after .flex-btn .t b {
  font-weight: bold;
  margin-right: 5px;
}
#section-after .flex-btn .t span {
  color: #DB0000;
}
/*---------------------------------------*/
#section-news-mainHeading {
  margin-top: 84px;
  padding: 60px 0;
}
#section-news-mainHeading .inner {
  position: relative;
}
#section-news-mainHeading .hd {
  text-align: center;
}
#section-news-mainHeading .hd i {
  font-family: var(--font_Bebas);
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
}
#section-news-mainHeading .hd span {
  font-size: 16px;
  color: var(--color_1);
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
  display: block;
}
#section-news-mainHeading a.back {
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: bold;
  text-indent: -0.3em;
  letter-spacing: 0.3em;
  background: url("../images/recruitment/arrow_back.svg") left center no-repeat;
  padding-left: 22px;
}
@media (hover: hover) {
  #section-news-mainHeading a.back:hover {
    color: var(--color_1);
    text-decoration: none;
  }
}
@media (hover: none) {
  #section-news-mainHeading a.back:active {
    color: var(--color_1);
    text-decoration: none;
  }
}
#section-news-heading {
  margin-bottom: 40px;
}
#section-news-heading .new::before {
  content: '';
  display: block;
  vertical-align: middle;
  width: 35px;
  height: 22px;
  background: url("../images/recruitment/s2_new.png") center center/35px auto no-repeat;
  margin-bottom: 10px;
}
#section-news-heading p {
  font-size: 32px;
  line-height: 47px;
  font-weight: bold;
  margin-bottom: 40px;
}
#section-news-heading .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #E3E3E3;
}
#section-news-heading .sub .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#section-news-heading .sub .text .t {
  padding: 5px 15px;
  border: 2px solid var(--color_1);
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  margin-right: 25px;
}
#section-news-heading .sub .text .date {
  font-size: 13px;
  line-height: 1;
  color: #B2B2B2;
}
#section-news-heading .sub .share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section-news-heading .sub .share .t {
  font-family: var(--font_Bebas);
  font-size: 15px;
  color: var(--color_1);
}
#section-news-heading .sub .share a {
  margin-left: 30px;
}
#section-news-contents .wrapper {
  margin-bottom: 70px;
}
#section-news-contents .image {
  width: 100%;
  max-width: 644px;
  margin: 40px auto 60px;
}
#section-news-contents .image img {
  display: block;
  border-radius: 8px;
}
#section-news-contents .image.big {
  max-width: 100%;
}
#section-news-contents h2 {
  position: relative;
  font-size: 25px;
  line-height: 41px;
  font-weight: bold;
  padding-left: 20px;
  margin: 70px 0;
}
#section-news-contents h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: var(--color_1);
}
#section-news-contents h3 {
  background-color: #FEEEDE;
  padding: 10px 20px;
  margin: 70px 0 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
#section-news-contents p.text {
  margin: 30px 0;
}
#section-news-contents p.text strong {
  font-weight: bold;
}
#section-news-contents p.text a {
  color: var(--color_1);
  text-decoration: underline;
}
@media (hover: hover) {
  #section-news-contents p.text a:hover{
    text-decoration: none;
  }
}
@media (hover: none) {
  #section-news-contents p.text a:active{
    text-decoration: none;
  }
}
#section-news-contents ul.dot li {
  margin: 10px 0;
  padding-left: 18px;
  background: url("../images/recruitment/icon_dot.svg") left top 0.68em no-repeat;
}
#section-news-contents ul.dot li.none_dot {
  background: none;
}
#section-news-contents figcaption {
  color: #B2B2B2;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
#section-news-contents h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
#section-news-contents table {
  width: 100%;
  margin: 20px 0 70px;
}
#section-news-contents table th {
  background-color: #F4F4F4;
}
#section-news-contents table th,
#section-news-contents table td {
  border: 1px solid #E3E3E3;
  border-width: 1px 1px 1px 0;
  padding: 15px 20px;
  position: relative;
}
#section-news-contents .wrap-link {
  margin: 60px 0;
}
#section-news-contents p.link {
  margin: 10px 0;
}
#section-news-contents p.link a {
  color: var(--color_1);
  text-decoration: none;
  background: url("../images/recruitment/icon_link.svg") right center no-repeat;
  padding-right: 16px;
}
#section-news-contents p a[target='_blank'] {
  background: url("../images/recruitment/icon_blank.svg") right center no-repeat;
  padding-right: 22px;
  margin-right: 0.5em;
}
#section-news-contents p a.pdf {
  background: url("../images/recruitment/icon_pdf.svg") right center no-repeat;
  padding-right: 20px;
  margin-right: 0.5em;
}
#section-news-contents p.link a span {
  text-decoration: underline;
}
@media (hover: hover) {
  #section-news-contents p.link a:hover span {
    text-decoration: none;
  }
}
@media (hover: none) {
  #section-news-contents p.link a:active span {
    text-decoration: none;
  }
}
#section-news-contents .box-link {
  padding: 15px 30px;
  border-radius: 15px;
  background-color: #F4F4F4;
  margin: 70px 0;
}
#section-news-contents .backBtn a {
  width: 250px;
  height: 64px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgb(0 0 0/0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color_1) url("../images/recruitment/icon_link_w.svg") left 20px center no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8em;
  text-indent: 0.8em;
  font-weight: bold;
  transition: filter 0.15s;
  margin: 80px auto;
}
#section-news-contents .backBtn a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #section-news-contents .backBtn a:hover {
    text-decoration: none;
    filter: brightness(1.2);
  }
}
@media (hover: none) { 
  #section-news-contents .backBtn a:active {
    text-decoration: none;
    filter: brightness(1.2);
  }
}
/*---------------------------------------*/