.topics-block {
  position: relative; }
  .topics-block-tag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px; }
    @media screen and (max-width: 979px) {
      .topics-block-tag {
        display: none; } }
    .topics-block-tag__inner {
      position: sticky;
      top: 0;
      padding: 18px 0 70px;
      width: 70px;
      border-top: 1px currentColor solid; }
      .topics-block-tag__inner span {
        display: block;
        transform: rotate(90deg) translateX(100%);
        transform-origin: right top;
        line-height: 1;
        font-size: 11px;
        font-family: montserrat, sans-serif;
        letter-spacing: 0.12em; }

.news .main-contents {
  padding-top: 90px; }
.news .about_people {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .news .about_people {
      display: block;
      padding: 30px 15px 0; } }
  .news .about_people .rounds {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background: #eaeaea; }
    @media screen and (max-width: 767px) {
      .news .about_people .rounds {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        margin: 0 auto; } }
  .news .about_people .about_people_box {
    color: #fff;
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .news .about_people .about_people_box {
        margin-left: 0px;
        margin-top: 10px; } }
    .news .about_people .about_people_box .about_people_name {
      font-size: 18px;
      letter-spacing: 0.1em;
      margin-bottom: 10px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .news .about_people .about_people_box .about_people_name {
          text-align: center; } }
      .news .about_people .about_people_box .about_people_name span {
        font-size: 13px;
        font-weight: 100; }
    .news .about_people .about_people_box .about_people_ul {
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .news .about_people .about_people_box .about_people_ul {
          text-align: center; } }
      .news .about_people .about_people_box .about_people_ul li {
        list-style: none; }
.news-header {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1020px; }
  @media screen and (max-width: 1020px) {
    .news-header {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .news-header {
      padding: 0 15px;
      margin-bottom: 40px; } }
  .news-header__number {
    flex: 0 0 auto;
    width: 140px;
    font-size: 64px;
    font-weight: bold;
    color: #231815;
    line-height: 1; }
    .news-header__number span {
      font-size: 15px;
      font-weight: normal; }
    @media screen and (max-width: 1199px) {
      .news-header__number {
        font-size: 48px; }
        .news-header__number span {
          font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .news-header__number {
        width: 72px;
        font-size: 32px; }
        .news-header__number span {
          font-size: 11px; } }
  .news-header__inner {
    flex: 0 1 auto;
    position: relative;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (max-width: 980px) {
      .news-header__inner {
        padding: 20px 0 20px 40px; } }
  .news-header__title {
    flex: 0 0 auto;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 740px;
    font-size: 52px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #231815; }
    @media screen and (max-width: 767px) {
      .news-header__title {
        font-size: 28px;
        margin: 0 auto 10px; } }
  .news-header__lead {
    margin: 0 auto;
    max-width: 740px;
    line-height: 2.2666666667;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-character; }
    @media screen and (max-width: 767px) {
      .news-header__lead {
        padding-left: 0;
        font-size: 13px;
        line-height: 2; } }
  .news-header__tag {
    position: absolute;
    top: 64px;
    left: 0;
    padding: 0 20px 0 15px;
    min-width: 95px;
    height: 20px;
    text-align: center;
    background-color: #000;
    font-size: 12px;
    font-family: montserrat, sans-serif;
    color: #fff;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top; }
    .news-header__tag::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 10px;
      border-color: transparent transparent #ffffff transparent; }
    @media screen and (max-width: 767px) {
      .news-header__tag {
        top: 34px;
        font-size: 11px; } }
.news-header-bg {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 1280px; }
  @media screen and (max-width: 1300px) {
    .news-header-bg {
      width: calc(100vw - 30px); } }
.news-header-other {
  flex: 1 1 auto;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-left: -4px; }
  @media screen and (max-width: 767px) {
    .news-header-other {
      margin: 0;
      max-width: calc(100% - 72px); } }
  .news-header-other__item {
    flex: 0 0 auto;
    padding: 4px;
    min-width: 125px; }
    @media screen and (max-width: 767px) {
      .news-header-other__item {
        flex: 0 1 auto;
        padding: 2px;
        min-width: 80px; } }
  .news-header-other__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 24px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .news-header-other__tag {
        font-size: 10px; } }
    .news-header-other__tag.c-earth {
      background-color: #1e646e; }
    .news-header-other__tag.c-world {
      background-color: #463c5a; }
    .news-header-other__tag.c-future {
      background-color: #b4467d; }
    .news-header-other__tag.c-work {
      background-color: #003c64; }
    .news-header-other__tag.c-now {
      background-color: #dc6450; }
.news-body {
  text-align: justify;
  text-justify: inter-character;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .news-body {
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 0.05em; } }
  .news-body__h1 {
    margin: 140px 0 35px;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: 0.2em;
    color: #595757; }
    .news-body__h1_karning_short {
      letter-spacing: 0.105em; }
    .news-body__h1:first-child {
      margin-top: 0 !important; }
    @media screen and (max-width: 767px) {
      .news-body__h1 {
        margin: 70px 0 20px;
        font-size: 24px; } }
  .news-body__h2 {
    margin: 75px 0 40px;
    line-height: 1.59375;
    letter-spacing: 0.16em;
    font-size: 32px;
    color: #595757; }
    .news-body__h2_karning_short {
      letter-spacing: 0.12em; }
    .news-body__h2:first-child:not(.use_mt) {
      margin-top: 0 !important; }
    .news-body__h2 .u-line {
      background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat; }
    @media screen and (max-width: 767px) {
      .news-body__h2 {
        margin: 30px 0 20px;
        letter-spacing: 0.1em;
        font-size: 22px; }
        .news-body__h2 .u-line {
          background-size: 100% 4px; } }
  .news-body__figure {
    margin: 160px 0 70px; }
    .news-body__figure_first {
      margin-top: 0 !important; }
    @media screen and (max-width: 767px) {
      .news-body__figure {
        margin: 50px -15px 30px; } }

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

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp_txt_center {
    text-align: center; } }

.recruit .news-header-bg .bg-txt {
  fill: #f6f6f6; }
.recruit .recruit-header_ul {
  display: flex;
  margin: 0 auto;
  width: 740px;
  text-align: center;
  margin-bottom: 84px;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .recruit .recruit-header_ul {
      width: 100%;
      margin-bottom: 30px; } }
  .recruit .recruit-header_ul li {
    list-style: none;
    font-size: 30px;
    margin-right: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .recruit .recruit-header_ul li {
        font-size: 16px;
        margin-right: 16px;
        line-height: 1.2; } }
    .recruit .recruit-header_ul li:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 30px;
      background: #000;
      top: 12px;
      right: -22px;
      transform: rotate(17deg); }
      @media screen and (max-width: 767px) {
        .recruit .recruit-header_ul li:after {
          width: 1px;
          height: 20px;
          top: 0;
          right: -8px; } }
    @media screen and (max-width: 767px) {
      .recruit .recruit-header_ul li:last-child {
        margin-right: 0; } }
    .recruit .recruit-header_ul li:last-child:after {
      display: none; }
.recruit .three-point_div {
  border: 2px solid #000;
  display: flex;
  margin-top: 60px;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .recruit .three-point_div {
      display: block;
      margin-top: 20px; } }
  .recruit .three-point_div .three-point_box {
    width: 340px;
    padding: 30px;
    border-right: 2px solid #000; }
    @media screen and (max-width: 767px) {
      .recruit .three-point_div .three-point_box {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #000;
        padding: 20px 15px; } }
    .recruit .three-point_div .three-point_box:last-child {
      border-right: none; }
      @media screen and (max-width: 767px) {
        .recruit .three-point_div .three-point_box:last-child {
          border-bottom: none; } }
    .recruit .three-point_div .three-point_box .three-point_dl {
      padding: 0 5px;
      border-bottom: 2px solid #000;
      margin-bottom: 30px; }
      .recruit .three-point_div .three-point_box .three-point_dl .three-point_dt {
        font-size: 38px;
        font-family: Noto Serif JP;
        font-weight: 500;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .recruit .three-point_div .three-point_box .three-point_dl .three-point_dt {
            font-size: 24px; } }
      .recruit .three-point_div .three-point_box .three-point_dl .three-point_dd {
        font-size: 13px;
        font-family: Noto Serif JP;
        text-align: center;
        padding: 10px 0 30px;
        font-weight: 500; }
    .recruit .three-point_div .three-point_box .three-point_p {
      font-size: 14px; }
.recruit .recruitment-area {
  background: #f6f6f6;
  padding: 78px 0 90px; }
  @media screen and (max-width: 767px) {
    .recruit .recruitment-area {
      padding: 40px 15px 60px; } }
.recruit .recruit_h3-div {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .recruit .recruit_h3-div {
      margin-bottom: 30px; } }
  .recruit .recruit_h3-div .recruit_h3 {
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #000;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .recruit .recruit_h3-div .recruit_h3 {
        font-size: 24px; } }
.recruit .recruitment-ttl {
  margin-bottom: 55px; }
  @media screen and (max-width: 767px) {
    .recruit .recruitment-ttl {
      margin-bottom: 35px; } }
@media screen and (max-width: 767px) {
  .recruit .educate_ttl {
    margin-bottom: 20px; } }
.recruit .process-ttl {
  margin-top: 85px;
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .recruit .process-ttl {
      margin-top: 55px;
      margin-bottom: 35px; } }
.recruit .recruitment .recruitment-dl {
  display: flex;
  border: 1px solid #000;
  border-bottom: none; }
  .recruit .recruitment .recruitment-dl:last-child {
    border-bottom: 1px #000 solid; }
  .recruit .recruitment .recruitment-dl .recruitment-dt {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #000;
    text-align: center;
    background: #fff;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .recruit .recruitment .recruitment-dl .recruitment-dt {
        font-size: 14px; } }
  .recruit .recruitment .recruitment-dl .recruitment-dd {
    padding: 20px 30px;
    width: 100%;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .recruit .recruitment .recruitment-dl .recruitment-dd {
        padding: 15px 20px; } }
    .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div {
      border-bottom: 2px dotted #000;
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div {
          padding-bottom: 10px; } }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .recruitment_h4 {
        margin-left: -8px;
        font-weight: 500;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .recruitment_h4 {
            font-size: 14px; } }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .recruitment_p {
        padding-left: 12px; }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .location_h4 {
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .location_h4 {
            line-height: 1.5; } }
        .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .location_h4 span {
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .location_h4 span {
              display: inline-block;
              margin-left: 8px; } }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .rec-h4-pd {
        margin-top: 10px; }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .recruitment_h5 {
        font-size: 14px;
        font-weight: 600;
        position: relative;
        padding-left: 12px;
        margin-top: 5px; }
        @media screen and (max-width: 767px) {
          .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .recruitment_h5 {
            margin-top: 0; } }
        .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div .recruitment_h5:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          background: #000;
          top: 8px;
          left: 0; }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div:nth-child(2) {
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div:nth-child(2) {
            padding-top: 10px; } }
      .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div:nth-child(3) {
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .recruit .recruitment .recruitment-dl .recruitment-dd .recruitment-div:nth-child(3) {
            padding-top: 10px; } }
    .recruit .recruitment .recruitment-dl .recruitment-dd .rec-div-bt {
      border-bottom: none;
      padding-bottom: 0; }
    .recruit .recruitment .recruitment-dl .recruitment-dd .emphasis {
      padding-top: 8px; }
  .recruit .recruitment .recruitment-dl .mini_dd {
    padding: 15px 30px; }
    @media screen and (max-width: 767px) {
      .recruit .recruitment .recruitment-dl .mini_dd {
        padding: 15px 20px; } }
@media screen and (max-width: 767px) {
  .recruit .process-area {
    padding: 0 15px; } }
.recruit .process {
  background: #f6f6f6;
  padding: 25px 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .recruit .process {
      padding: 20px 10px; } }
  .recruit .process .process-h6 {
    font-size: 18px;
    font-size: 600;
    border-bottom: 1px solid #cfcfd0;
    padding-bottom: 10px;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .recruit .process .process-h6 {
        font-size: 14px;
        line-height: 1.3; } }
  .recruit .process .process-p {
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .recruit .process .process-p {
        padding-top: 10px; } }
  .recruit .process .process_ul {
    margin-top: 20px; }
    .recruit .process .process_ul li {
      list-style: none; }
.recruit .process-center {
  display: flex;
  align-items: center;
  justify-content: center; }
  .recruit .process-center .process-h6 {
    border-bottom: none; }
.recruit .box-arrow {
  margin-top: 40px;
  position: relative;
  width: 46%; }
  .recruit .box-arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 0 12px;
    border-color: #000 transparent transparent transparent;
    top: -16px;
    left: 50%;
    transform: translate(-50%, -50%); }
  .recruit .box-arrow:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 18px;
    background: #000;
    top: -31px;
    left: 50%;
    transform: translate(-50%, -50%); }
.recruit .arrow-none:before {
  display: none; }
.recruit .arrow-none:after {
  display: none; }
.recruit .box-w100 {
  width: 100%; }
.recruit .process_ttl {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative; }
.recruit .arrow-div {
  width: 400px;
  height: 23px;
  margin-top: -40px;
  margin: 0 auto;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .recruit .arrow-div {
      width: 54%; } }
  .recruit .arrow-div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 0 12px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 47px; }
  .recruit .arrow-div:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 18px;
    background: #000;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 32px; }
.recruit .process_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.recruit .main-contents {
  padding-top: 0; }
  .recruit .main-contents::before {
    content: '';
    display: block;
    margin-bottom: 80px;
    width: 100%;
    height: 90px;
    background-color: #d6d6d6; }
  @media screen and (max-width: 767px) {
    .recruit .main-contents::before {
      margin-bottom: 40px;
      height: 80px;
      background-color: #d6d6d6; } }

.recruit02 .welfare-div {
  padding-top: 15px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .recruit02 .welfare-div {
      padding-top: 0; } }
  .recruit02 .welfare-div .welfare-dl {
    display: flex;
    border-top: 1px #cccccc solid;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .recruit02 .welfare-div .welfare-dl {
        display: block; } }
    .recruit02 .welfare-div .welfare-dl:last-child {
      border-bottom: 1px #cccccc solid; }
    .recruit02 .welfare-div .welfare-dl .welfare-dt {
      font-size: 16px;
      font-weight: 600;
      width: 255px;
      letter-spacing: 0.1em;
      margin-left: -10px; }
      @media screen and (max-width: 767px) {
        .recruit02 .welfare-div .welfare-dl .welfare-dt {
          margin-bottom: 5px; } }
.recruit02 .educate_area {
  margin-top: 110px; }
  @media screen and (max-width: 767px) {
    .recruit02 .educate_area {
      margin-top: -50px; } }
  .recruit02 .educate_area .educate_p {
    line-height: 2.5; }
    @media screen and (max-width: 767px) {
      .recruit02 .educate_area .educate_p {
        padding: 0 15px; } }
.recruit02 .three-principle_box {
  margin-top: 125px; }
  @media screen and (max-width: 767px) {
    .recruit02 .three-principle_box {
      margin-top: 85px; } }
.recruit02 .three-principle {
  background-image: url("../img/recruit02_img.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative; }
  .recruit02 .three-principle .educate_h4 {
    background: #fff;
    border: 1px #000 solid;
    width: 160px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    left: 43%;
    top: -6%; }
    @media screen and (max-width: 767px) {
      .recruit02 .three-principle .educate_h4 {
        left: 30%;
        top: -3%; } }
  .recruit02 .three-principle .principle-ul {
    display: flex;
    margin: 0 auto;
    width: 800px;
    justify-content: space-between;
    padding: 100px 0 130px; }
    @media screen and (max-width: 767px) {
      .recruit02 .three-principle .principle-ul {
        display: block;
        width: 100%;
        padding: 70px 0 60px; } }
    .recruit02 .three-principle .principle-ul .principle-li {
      list-style: none;
      text-align: center;
      font-family: Noto Serif JP;
      font-size: 18px;
      font-weight: 500;
      width: 240px;
      height: 240px;
      border-radius: 240px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .recruit02 .three-principle .principle-ul .principle-li {
          margin: 0 auto;
          margin-bottom: 20px; } }
.recruit02 .shokudo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .recruit02 .shokudo {
      margin-top: 30px; } }
  .recruit02 .shokudo figure {
    width: 310px; }
    @media screen and (max-width: 767px) {
      .recruit02 .shokudo figure {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .recruit02 .shokudo .shokudo02 {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .recruit02 .shokudo .shokudo03 {
      margin-top: 20px; } }
.recruit02 .training {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .recruit02 .training {
      margin-top: 70px; } }
  .recruit02 .training .training_h4 {
    background: #fff;
    border: 1px #000 solid;
    width: 160px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 auto; }
  .recruit02 .training .training_p {
    text-align: center;
    margin: 35px 0 60px; }
    @media screen and (max-width: 767px) {
      .recruit02 .training .training_p {
        margin: 20px auto 30px; } }
  .recruit02 .training .training-box {
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .recruit02 .training .training-box {
        width: 100%; } }
    .recruit02 .training .training-box .training-item {
      margin-right: 40px;
      margin-bottom: 40px;
      background: #f6f6f6;
      width: 300px;
      padding: 40px 20px 30px; }
      @media screen and (max-width: 767px) {
        .recruit02 .training .training-box .training-item {
          margin: 0 auto 20px;
          padding: 30px 20px; } }
      .recruit02 .training .training-box .training-item:nth-child(3) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .recruit02 .training .training-box .training-item:nth-child(3) {
            margin: 0 auto 20px; } }
      .recruit02 .training .training-box .training-item:nth-child(6) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .recruit02 .training .training-box .training-item:nth-child(6) {
            margin: 0 auto 20px; } }
      .recruit02 .training .training-box .training-item:nth-child(7) {
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .recruit02 .training .training-box .training-item:nth-child(7) {
            margin: 0 auto 20px; } }
      .recruit02 .training .training-box .training-item:nth-child(8) {
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .recruit02 .training .training-box .training-item:nth-child(8) {
            margin: 0 auto 20px; } }
      .recruit02 .training .training-box .training-item:nth-child(9) {
        margin-bottom: 0;
        margin-right: 0px; }
        @media screen and (max-width: 767px) {
          .recruit02 .training .training-box .training-item:nth-child(9) {
            margin: 0 auto 20px; } }
      .recruit02 .training .training-box .training-item .training_h5 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 1.4; }
        .recruit02 .training .training-box .training-item .training_h5 .training_span {
          font-size: 14px;
          font-weight: 400; }
      .recruit02 .training .training-box .training-item .training_txt {
        margin-top: 25px; }
        @media screen and (max-width: 767px) {
          .recruit02 .training .training-box .training-item .training_txt {
            margin-top: 10px; } }

.recruit03 .recruit03-div {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .recruit03 .recruit03-div {
      margin-bottom: 0;
      padding: 0 15px; } }
  .recruit03 .recruit03-div .recruit03-h3 {
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 0 10px;
    color: #231815;
    position: relative;
    z-index: 1;
    letter-spacing: 0.15em;
    overflow: hidden; }
    .recruit03 .recruit03-div .recruit03-h3:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 2px;
      background: #231815;
      top: 20px;
      right: 50%;
      transform: translateX(-2.9em); }
    .recruit03 .recruit03-div .recruit03-h3:after {
      content: "";
      position: absolute;
      width: 50%;
      height: 2px;
      background: #231815;
      top: 20px;
      left: 50%;
      transform: translateX(2.9em); }
.recruit03 .faq_ttl {
  text-align: center;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .recruit03 .faq_ttl {
      line-height: 1.4;
      margin-top: 8px; } }
  .recruit03 .faq_ttl span {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 767px) {
      .recruit03 .faq_ttl span {
        font-size: 16px; } }
.recruit03 .faq-box {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .recruit03 .faq-box {
      padding: 30px 15px; } }
  .recruit03 .faq-box .faq-dl .faq-dt {
    background: #595757;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 46px;
    padding: 13px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .recruit03 .faq-box .faq-dl .faq-dt {
        font-size: 14px;
        line-height: 1.3;
        height: auto;
        padding: 5px 50px 4px 0; } }
    .recruit03 .faq-box .faq-dl .faq-dt:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 16px;
      background: #fff;
      right: 30px;
      transition: .5s; }
      @media screen and (max-width: 767px) {
        .recruit03 .faq-box .faq-dl .faq-dt:before {
          right: 20px; } }
    .recruit03 .faq-box .faq-dl .faq-dt:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 2px;
      background: #fff;
      right: 23px; }
      @media screen and (max-width: 767px) {
        .recruit03 .faq-box .faq-dl .faq-dt:after {
          right: 13px; } }
    .recruit03 .faq-box .faq-dl .faq-dt .q-txt {
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        .recruit03 .faq-box .faq-dl .faq-dt .q-txt {
          margin-left: 15px; } }
    .recruit03 .faq-box .faq-dl .faq-dt .faq_q {
      font-size: 52px;
      color: rgba(255, 255, 255, 0.5);
      padding-left: 5px;
      margin-top: -18px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .recruit03 .faq-box .faq-dl .faq-dt .faq_q {
          margin-top: 0;
          font-size: 42px; } }
  .recruit03 .faq-box .faq-dl .faq-dd {
    background: #fff;
    padding: 25px 20px 25px 0px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .recruit03 .faq-box .faq-dl .faq-dd {
        padding: 15px 35px 5px 0px; } }
    .recruit03 .faq-box .faq-dl .faq-dd .a-txt {
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        .recruit03 .faq-box .faq-dl .faq-dd .a-txt {
          margin-left: 15px; } }
    .recruit03 .faq-box .faq-dl .faq-dd .faq_a {
      font-size: 52px;
      color: #dcdcdc;
      padding-left: 5px;
      margin-top: -22px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .recruit03 .faq-box .faq-dl .faq-dd .faq_a {
          font-size: 42px; } }
  .recruit03 .faq-box .faq-dl.active .faq-dt:before {
    opacity: 0; }
.recruit03 .career-block {
  background-color: #f6f6f6;
  padding: 5em 0 6em; }
  @media screen and (max-width: 767px) {
    .recruit03 .career-block {
      padding: 5em 15px; } }
  .recruit03 .career-block .career-box {
    text-align: center;
    margin-top: -1em; }
    @media screen and (max-width: 767px) {
      .recruit03 .career-block .career-box {
        text-align: left;
        margin-top: 0; } }

[data-emergence=hidden] {
  opacity: 0;
  transform: translateY(10px); }
  [data-emergence=hidden] .u-line {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat; }

[data-emergence=visible] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease; }
  [data-emergence=visible] .u-line {
    animation: 1s ease newshoverline forwards; }

@keyframes newshoverline {
  0% {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat; }
  100% {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat; } }

/*# sourceMappingURL=style.css.map */
