@charset "UTF-8";
/* CSS Document */
.font-anime {
  position: absolute;
  bottom: -10%;
  right: 3%;
  font-size: 3vw;
  color: #fff;
  font-family: 'Alata';
  letter-spacing: 2px;
  opacity: 0; }
  .font-anime.animeon {
    animation: textanime 38.5s linear infinite; }

@keyframes textanime {
  1% {
    bottom: -10%;
    opacity: 0; }
  2% {
    bottom: 3%;
    opacity: 1; }
  91% {
    bottom: 3%;
    opacity: 1; }
  92% {
    bottom: -10%;
    opacity: 0; }
  100% {
    bottom: -10%;
    opacity: 0; } }
.top_main_slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto !important;
  min-width: 1120px;
  max-height: 700px; }
  .top_main_slider:before {
    display: block;
    content: '';
    padding-top: 38%; }

.mv_video-area video {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }
  .mv_video-area video.mv_video_sp {
    display: none; }
.mv_video-area:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }

.hero-body__title, .hero .hero-body__text {
  color: #fff; }

.works-media__img {
  width: 100%;
  height: 440px;
  object-fit: cover; }

.works-media__img {
  width: 100%;
  height: 500px;
  object-fit: cover; }

.sub-image__img {
  width: 100%;
  height: 160px;
  object-fit: cover; }

.wp-pagenavi.works-pagenavi {
  text-align: center;
  padding: 40px 0; }
  .wp-pagenavi.works-pagenavi span, .wp-pagenavi.works-pagenavi a {
    display: inline-block;
    padding: 15px;
    font-size: 15px; }
  .wp-pagenavi.works-pagenavi a {
    background: #222;
    color: #fff;
    transition: all 0.5s ease; }
    .wp-pagenavi.works-pagenavi a:hover {
      opacity: 0.5; }

.blog_articles {
  padding-bottom: 30px; }

.btn_back {
  background: #222;
  color: #fff;
  max-width: 400px;
  text-align: center;
  padding: 25px 0;
  display: block;
  margin: 0 auto 40px;
  font-size: 18px;
  font-weight: bold; }

.works .media__img-wrapper {
  pointer-events: none; }
  .works .media__img-wrapper .fa-circle-arrow-right {
    display: none; }

@media screen and (max-width: 1000px) {
  .hero .hero-body__title {
    color: #fff;
    font-size: 50px; }

  .hero {
    padding: 0; }

  .top_main_slider {
    min-width: 100%; }

  .works-media__img {
    height: 260px; }

  .sub-image__img {
    height: 100px; } }
@media screen and (max-width: 768px) {
  .top_main_slider:before {
    padding-top: 67%; }

  .mv_video-area video.mv_video_sp {
    display: block; }
  .mv_video-area video.mv_video_pc {
    display: none; }

  .btn_back {
    width: 65%;
    padding: 15px 0;
    margin: 0 auto 40px;
    font-size: 14px; } }
/* --------------------------　お知らせ　-------------------------- */
.single_style {
  padding: 100px 0; }
  .single_style h2 {
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    text-align: center;
    line-height: 2; }
  .single_style .single_news_date {
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px; }
  .single_style .single_text {
    line-height: 2;
    max-width: 900px;
    margin: 0 auto; }

/* --------------------------　会社案内　-------------------------- */
.company-detail {
  padding: 7vw 0;
  background: #f6f6f6;
  margin: 7vw 0;
  position: relative; }

.company-detail__img-wrapper {
  display: none; }

.company-detail .table_box {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  margin: 5vw auto 0;
  width: 70vw; }

.history {
  padding-top: 0; }

.history-list .table_box {
  width: 74.222vw; }

.new-message_text {
  max-width: 1240px;
  padding: 70px 20px 0;
  margin: 0 auto;
  display: block; }
  .new-message_text .company-top__text {
    text-align: left;
    line-height: 1.8;
    font-size: 1rem; }
  .new-message_text .name {
    padding-top: 30px;
    display: block;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 1.2rem; }

.recruit_contact {
  position: relative; }
  .recruit_contact .more {
    position: absolute;
    bottom: 3%;
    right: 3%; }

.new-message_text .text_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 20px; }
  .new-message_text .text_box .text {
    width: 65%; }
  .new-message_text .text_box .img {
    width: 32%;
    background: url("../img/company/message_photo.jpg") no-repeat center center;
    background-size: cover; }

.company-detail .table_lr_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .company-detail .table_lr_box table {
    width: 65%; }
  .company-detail .table_lr_box .img_box {
    width: 32%;
    background: url("../img/company/company_photo.jpg") no-repeat center center;
    background-size: cover; }

@media screen and (max-width: 768px) {
  .company-detail .table_box {
    width: 95vw; }

  .history-list .table_box {
    width: 95vw; }

  .new-message_text .company-top__text {
    font-size: 0.7rem;
    padding-top: 0; }

  .new-message_text .text_box {
    display: block; }
    .new-message_text .text_box .text {
      width: 100%;
      padding-bottom: 30px; }
    .new-message_text .text_box .img {
      width: 100%;
      padding-top: 100%; }

  .company-detail .table_lr_box {
    display: block; }
    .company-detail .table_lr_box table {
      width: 100%; }
    .company-detail .table_lr_box .img_box {
      width: 100%;
      padding-top: 100%; } }
/* --------------------------　採用（スタッフ）　-------------------------- */
.bottom-menu__body {
  height: 6.5vw; }

.interview__menu .bottom-menu__title {
  padding-bottom: 0; }

.fa-circle-arrow-down {
  bottom: 0.223vw; }

.bottom-menu__link:hover {
  opacity: 1; }
.bottom-menu__link .staff_btn_img {
  background: #333;
  position: relative; }
  .bottom-menu__link .staff_btn_img:before {
    display: block;
    content: '';
    padding-top: 100%;
    background: #000;
    transition: all 0.7s ease; }
  .bottom-menu__link .staff_btn_img.staff1 {
    background: url("../img/interview/staff_btn1b.jpg") no-repeat center center;
    background-size: cover; }
    .bottom-menu__link .staff_btn_img.staff1:before {
      background: url("../img/interview/staff_btn1a.jpg") no-repeat center center;
      background-size: cover; }
  .bottom-menu__link .staff_btn_img.staff2 {
    background: url("../img/interview/staff_btn2b.jpg") no-repeat center center;
    background-size: cover; }
    .bottom-menu__link .staff_btn_img.staff2:before {
      background: url("../img/interview/staff_btn2a.jpg") no-repeat center center;
      background-size: cover; }
  .bottom-menu__link .staff_btn_img.staff3 {
    background: url("../img/interview/staff_btn3b.jpg") no-repeat center center;
    background-size: cover; }
    .bottom-menu__link .staff_btn_img.staff3:before {
      background: url("../img/interview/staff_btn3a.jpg") no-repeat center center;
      background-size: cover; }
.bottom-menu__link:hover .staff_btn_img:before {
  opacity: 0; }

@media screen and (max-width: 1000px) {
  .fa-circle-arrow-down {
    bottom: -0.777vw; } }
@media screen and (max-width: 768px) {
  .bottom-menu__body {
    height: 17.5vw; }

  .fa-circle-arrow-down {
    bottom: 4.723vw; } }
/* --------------------------　採用（FAQ）　-------------------------- */
.faq_banner_box .faq_banner {
  background: #efefef;
  padding: 2% 5% 0% 5%;
  margin: 3% 0;
  position: relative;
  display: block; }
  .faq_banner_box .faq_banner span {
    display: inline-block; }
  .faq_banner_box .faq_banner p {
    display: inline-block; }

.qa-list {
  padding: 90px 0;
  max-width: 1200px;
  margin: 0 auto; }
  .qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #dbdbdb; }
    .qa-list dl:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 35px;
      display: block;
      width: 20px;
      height: 4px;
      margin: auto;
      content: '';
      background: #222; }
    .qa-list dl:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 43px;
      display: block;
      width: 4px;
      height: 20px;
      margin: auto;
      content: '';
      background: #222;
      transition: all 0.5s ease; }
    .qa-list dl dt {
      position: relative;
      margin: 0;
      padding: 0 0 0 50px;
      font-weight: bold;
      font-size: 1.4rem; }
      .qa-list dl dt:before {
        font-size: 25px;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: 'Q.'; }
    .qa-list dl dd {
      position: relative;
      display: none;
      height: auto;
      margin: 20px 0 0;
      padding: 0 0 0 50px;
      font-size: 1.2rem;
      font-weight: bold; }
      .qa-list dl dd:before {
        font-size: 25px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 2px;
        display: block;
        content: 'A.';
        font-weight: bold; }
      .qa-list dl dd p {
        margin: 30px 0 0; }
        .qa-list dl dd p:first-child {
          margin-top: 0; }
  .qa-list .open:after {
    height: 0px; }

.jobdesctitle {
  padding: 80px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.4rem; }

.btn_engty {
  background: #222;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 2% 0;
  max-width: 340px;
  margin: 50px auto;
  display: block; }

.desc_table {
  width: 100%; }
  .desc_table tr:nth-child(even) {
    background: #f3f3f3; }
  .desc_table tr th, .desc_table tr td {
    border-bottom: #fff solid 10px;
    padding: 2% 4%; }
  .desc_table tr th {
    text-align: center;
    background: #222;
    color: #fff;
    width: 110px;
    padding: 0; }

.recruit-page-info .recruit {
  background-image: url(../img/recruit/information-recruit.jpg);
  background-size: cover;
  height: 17.333vw; }
  .recruit-page-info .recruit .btn {
    color: #222; }
    .recruit-page-info .recruit .btn i {
      color: #222; }

.recruit-page-info .about {
  background-image: url(../img/recruit/information-about.jpg);
  background-size: cover; }

@media screen and (max-width: 768px) {
  .faq_banner_box .card__title {
    font-size: 32.1px; }

  .qa-list {
    padding: 0 3% 30px; }
    .qa-list dl {
      padding: 5% 25px 5% 0; }
      .qa-list dl:before {
        right: 0px; }
      .qa-list dl:after {
        right: 8px; }
      .qa-list dl dt {
        font-size: 0.9rem;
        line-height: 1.3; }
        .qa-list dl dt:before {
          font-size: 16px;
          left: 10px; }
      .qa-list dl dd {
        font-size: 0.8rem;
        margin: 5px 0 0;
        padding-top: 4%; }
        .qa-list dl dd:before {
          font-size: 16px;
          top: 18px;
          left: 10px; }

  .desc_table tr th {
    font-size: 1.2rem;
    padding: 2%;
    width: 60px; }
  .desc_table tr td {
    font-size: 1.2rem;
    padding: 2% 4%; } }
/*　----------　フォーム　---------- */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #bbbbbb; }

.contact_section {
  padding: 70px 0; }
  .contact_section .tel-num input, .contact_section .zip input {
    background: #f8f8f8;
    border: none; }
  .contact_section div.wpcf7 .ajax-loader {
    display: none; }
  .contact_section input[type="number"] {
    -moz-appearance: textfield; }
  .contact_section br.sp {
    display: none; }
  .contact_section br.pc {
    display: block; }
  .contact_section .contact_section_hd {
    text-align: center;
    font-size: 3.2px;
    line-height: 1.5;
    margin-bottom: 30px; }
  .contact_section .contact_section_p01 {
    margin-bottom: 60px; }
  .contact_section .contact_section_p02 {
    font-size: 1.6px;
    margin: 16px 0 54px; }
  .contact_section .contact_section_p03 {
    margin-bottom: 50px; }
  .contact_section .contact_section_dl {
    background: #5ebf6f;
    max-width: 810px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 12px 16px; }
    .contact_section .contact_section_dl dt {
      float: left; }
    .contact_section .contact_section_dl .l-footer__telephone {
      padding: 12px 44px 12px 84px; }
      .contact_section .contact_section_dl .l-footer__telephone::before {
        left: 24px;
        top: 19px; }
    .contact_section .contact_section_dl .l-footer__info__reception {
      display: inline-block;
      border: 2px solid #fff;
      padding: 0 5px;
      font-size: 1.4px;
      margin-right: 10px; }
    .contact_section .contact_section_dl dd {
      overflow: hidden;
      padding: 0px 15px 0;
      color: #fff; }
      .contact_section .contact_section_dl dd p {
        margin-bottom: 0;
        text-align: left;
        letter-spacing: 0.02em; }
  .contact_section .contact_section_dl_p01 {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding-top: 0.6px; }
  .contact_section .contact_section_table {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto 60px;
    border: none;
    text-align: left;
    font-size: 16px; }
    .contact_section .contact_section_table th, .contact_section .contact_section_table td {
      box-sizing: border-box; }
    .contact_section .contact_section_table th {
      width: 320px;
      font-size: 16px;
      font-weight: 500;
      padding: 10px 30px 10px 0;
      vertical-align: middle; }
      .contact_section .contact_section_table th span {
        float: right;
        color: #fff;
        display: flex;
        font-size: 14px;
        border-radius: 30px;
        background: #ee391a;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 30px; }
    .contact_section .contact_section_table td {
      padding: 10px 0; }
    .contact_section .contact_section_table input[type="text"], .contact_section .contact_section_table input[type="email"], .contact_section .contact_section_table input[type="tel"], .contact_section .contact_section_table input[type="number"] {
      padding: 20px;
      border: none;
      background-color: #f5f5f5;
      font-size: 14px;
      display: inline-block;
      border-radius: 15px;
      outline: none; }
    .contact_section .contact_section_table select, .contact_section .contact_section_table textarea {
      padding: 20px;
      border: none;
      background-color: #f5f5f5;
      font-size: 14px;
      display: inline-block;
      border-radius: 15px;
      outline: none; }
    .contact_section .contact_section_table input[type="checkbox"] {
      width: 25px;
      height: 25px;
      margin-right: 10px; }
    .contact_section .contact_section_table textarea {
      min-height: 180px;
      display: block;
      font-size: 18px; }
    .contact_section .contact_section_table .s01 {
      display: inline-block;
      margin-right: 6px; }
    .contact_section .contact_section_table input.short {
      max-width: 300px; }
    .contact_section .contact_section_table input + .s01 {
      margin-left: 30px; }
    .contact_section .contact_section_table .s02 {
      display: block; }
    .contact_section .contact_section_table input + .s02 {
      margin-top: 12px; }
  .contact_section .privacy_check {
    margin-bottom: 50px;
    text-align: center; }
    .contact_section .privacy_check p {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 1.8; }
      .contact_section .privacy_check p a {
        color: #01a0eb;
        text-decoration: underline; }
        .contact_section .privacy_check p a:hover {
          text-decoration: none; }
    .contact_section .privacy_check input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .contact_section .btn_submit {
    width: 260px;
    margin: 0 auto;
    position: relative; }
    .contact_section .btn_submit::after {
      content: "";
      width: 12px;
      height: 12px;
      pointer-events: none;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: calc(50% - 20px);
      right: 42px;
      z-index: 1;
      transform: rotate(45deg); }
    .contact_section .btn_submit input[type="submit"] {
      width: 100%;
      height: 60px;
      font-size: 20px;
      letter-spacing: 0.05em;
      color: #fff;
      cursor: pointer;
      border: none;
      background-color: #01a0eb; }
      .contact_section .btn_submit input[type="submit"]:hover {
        opacity: .8; }

@media screen and (max-width: 992px) {
  .contact_section {
    font-size: 16px; }
    .contact_section .contact_section_dl .l-footer__telephone {
      padding: 12px 20px 12px 65px; }
    .contact_section .contact_section_dl dd p {
      letter-spacing: 0; }
    .contact_section .contact_section_table th {
      width: auto; }
    .contact_section .contact_section_table input[type="text"].short {
      max-width: calc(100% - 50px); }
    .contact_section .contact_section_table .s01 {
      display: inline-block;
      margin-right: 6px;
      width: 44px; }
    .contact_section .contact_section_table input + .s01 {
      margin-left: 0;
      margin-top: 2.5px; } }
@media screen and (max-width: 768px) {
  .contact_section {
    padding: 25px 0 30px;
    text-align: center; }
    .contact_section .keireki-td .wpcf7-form-control-wrap {
      font-size: 1.1rem; }
    .contact_section br.pc {
      display: none; }
    .contact_section br.sp {
      display: block; }
    .contact_section .contact_section_hd {
      text-align: center;
      font-size: 2px;
      line-height: 1.5;
      margin-bottom: 15px;
      font-weight: bold; }
    .contact_section .contact_section_p01 {
      margin-bottom: 30px;
      font-size: 1.3px; }
    .contact_section .contact_section_p02 {
      font-size: 1.4px;
      margin: 15px 0 15px; }
    .contact_section .contact_section_p03 {
      font-size: 1.4px;
      margin-bottom: 25px; }
    .contact_section .contact_section_dl {
      background: #5ebf6f;
      max-width: 810px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 8px 10px; }
      .contact_section .contact_section_dl dt {
        float: none; }
      .contact_section .contact_section_dl .l-footer__telephone {
        padding: 12px 0;
        margin-bottom: 0; }
        .contact_section .contact_section_dl .l-footer__telephone::before {
          left: 24px;
          top: 19px; }
      .contact_section .contact_section_dl .l-footer__info__reception {
        display: inline-block;
        border: 2px solid #fff;
        padding: 0 5px;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 0; }
      .contact_section .contact_section_dl dd {
        overflow: hidden;
        padding: 0px 0px 0;
        color: #fff;
        margin-bottom: 0; }
        .contact_section .contact_section_dl dd p {
          margin-bottom: 0;
          text-align: center; }
    .contact_section .contact_section_dl_p01 {
      display: flex;
      justify-content: space-between;
      line-height: 1.5;
      padding-top: 0.6px; }
    .contact_section .contact_section_table {
      margin-bottom: 30px;
      border: none;
      text-align: left;
      font-size: 14px; }
      .contact_section .contact_section_table th, .contact_section .contact_section_table td {
        border: none;
        box-sizing: border-box;
        display: block; }
      .contact_section .contact_section_table th {
        width: auto;
        padding-bottom: 0; }
        .contact_section .contact_section_table th span {
          position: relative;
          display: inline-block;
          float: none;
          text-align: center;
          padding: 5px 0;
          height: auto;
          top: -4px;
          font-size: 60%;
          margin-left: 10px;
          width: 55px; }
      .contact_section .contact_section_table td {
        padding: 0; }
      .contact_section .contact_section_table input[type="text"], .contact_section .contact_section_table input[type="email"], .contact_section .contact_section_table input[type="number"] {
        font-size: 13px;
        font-weight: bold;
        height: 44px;
        display: inline-block; }
      .contact_section .contact_section_table textarea {
        font-size: 13px;
        font-weight: bold;
        height: 44px;
        display: inline-block;
        min-height: 150px;
        display: block;
        margin: 0; }
    .contact_section .privacy_check {
      margin-bottom: 8vw; }
      .contact_section .privacy_check p {
        font-size: 4vw; }
      .contact_section .privacy_check label {
        font-size: 5vw; }
    .contact_section .btn_submit {
      width: 80vw; }
      .contact_section .btn_submit::after {
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: calc(50% - 20px);
        right: 30px; }
      .contact_section .btn_submit input[type="submit"] {
        height: 20vw;
        font-size: 6vw; }

  .contact_section .contact_section_table td.keireki-td {
    padding: 0 0 12px; } }
.screen-reader-response {
  display: none; }

.wpcf7-form-control-wrap {
  display: block;
  position: relative; }
  .wpcf7-form-control-wrap label {
    font-weight: bold;
    display: flex;
    align-items: center; }
  .wpcf7-form-control-wrap.your-message {
    display: block; }

.contact_section_table .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: -36px;
  color: #fff;
  background: #007fd0;
  font-weight: bold;
  font-size: 12px;
  width: 200px;
  padding: 4px;
  text-align: center;
  border-radius: 20px;
  z-index: 2; }
  .contact_section_table .wpcf7-not-valid-tip:before {
    display: block;
    position: absolute;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #007fd0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    z-index: -1; }

.wpcf7-response-output {
  width: 584px;
  margin: 0 auto !important;
  text-align: center;
  color: #ed6290;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #fff; }

@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    top: -25px;
    right: 0;
    left: auto;
    font-size: 10px;
    width: 160px; }

  .wpcf7-form-control-wrap {
    display: block; }

  .wpcf7-response-output {
    width: 92%; } }
@media screen and (max-width: 374px) {
  .contact_section_p02 {
    font-size: 13px; }

  .contact_section_dl dd p {
    line-height: 1.5;
    font-size: 13px; }
    .contact_section_dl dd p.contact_section_dl_p01 {
      margin-bottom: 0.8px; } }
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  font-size: 16px;
  max-width: 100%;
  padding: 1.5px 1.8px;
  width: 100%;
  box-sizing: border-box; }

textarea {
  display: block;
  font-size: 16px;
  max-width: 100%;
  padding: 1.5px 1.8px;
  width: 100%;
  box-sizing: border-box; }

.policy_area {
  width: 92%;
  height: 300px;
  overflow-y: scroll;
  border: #dedede 2px solid;
  margin: 0 auto 30px;
  padding: 30px;
  box-sizing: border-box; }
  .policy_area h3 {
    margin: 60px 0 25px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #181818; }
  .policy_area p {
    font-size: 16px;
    line-height: 1.8; }

.send input[type=button], .send input[type=submit] {
  width: 300px;
  height: 55px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #fff;
  display: block;
  border: none;
  border-radius: 50px;
  background-color: #ee391a;
  transition: all 0.3s ease 0s; }

@media screen and (max-width: 768px) {
  .policy_area {
    height: 60vw;
    margin-bottom: 6vw;
    padding: 4vw; }
    .policy_area h3 {
      margin: 8vw 0 4vw;
      font-size: 6vw; }
    .policy_area p {
      font-size: 4vw; }

  .jobdesctitle {
    font-size: 0.9rem; }

  .desc_table,
  .desc_table tr,
  .desc_table tr tbody,
  .desc_table tr th,
  .desc_table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px; }

  .desc_table tr:nth-child(even) {
    background: #fff; } }
/*　----------　その他　---------- */
.content_policy {
  padding-top: 60px;
  padding-bottom: 60px; }
  .content_policy .inner {
    max-width: 70%;
    margin: 0 auto; }
    .content_policy .inner h3 {
      font-weight: bold;
      font-size: 24px;
      padding: 20px 0 10px;
      text-align: center; }
    .content_policy .inner p {
      padding: 10px 0;
      text-align: center;
      line-height: 1.7; }
    .content_policy .inner hr {
      opacity: 0;
      margin-bottom: 50px; }
    .content_policy .inner ul li {
      padding: 10px;
      text-align: center; }
      .content_policy .inner ul li:before {
        content: '・ '; }

@media screen and (max-width: 768px) {
  .content_policy .inner {
    max-width: 100%; }
    .content_policy .inner h3 {
      font-size: 18px;
      text-align: left; }
    .content_policy .inner p {
      text-align: left; }
    .content_policy .inner hr {
      opacity: 0;
      margin-bottom: 50px; }
    .content_policy .inner ul li {
      text-align: left; } }
/* ---　サイトマップリスト　--- */
.list_sitemap {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 60px 0; }

.list_sitemap li {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 15px; }

.list_sitemap li a {
  display: block;
  border: #181818 solid 1px;
  color: #181818;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative; }

.list_sitemap li a:hover {
  background: #181818;
  color: #fff; }

.list_sitemap li a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #181818;
  border-right: solid 1px #181818;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""; }

.list_sitemap li a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff; }

@media screen and (max-width: 768px) {
  .list_sitemap li {
    width: 48%;
    margin-left: 1%; } }
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .recruit-media .media__body {
    padding: 4%;
    left: 0;
    height: auto; }
    .recruit-media .media__body .media__title {
      padding-top: 0; }

  .information {
    padding-top: 50px; }

  .works-media__img-wrapper {
    width: 100%;
    height: auto; }

  .works-media__body .works-media__title {
    width: auto;
    padding: 2% 6%; }
  .works-media__body .works-media__text {
    font-size: 15px; }
  .works-media__body .works-media__company {
    font-size: 16px;
    padding: 24px; }
  .works-media__body .sub-image {
    width: 100%; }
    .works-media__body .sub-image .sub-image__img-wrapper {
      width: 50%;
      height: auto; }
      .works-media__body .sub-image .sub-image__img-wrapper .sub-image__img {
        height: 230px; }

  .hobby-blocks {
    width: 452px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .hobby .block {
    margin-bottom: 14px; } }
@media screen and (min-width: 500px) and (max-width: 768px) {
  .recruit-media .media__body {
    padding: 4%;
    left: 0;
    height: auto; }
    .recruit-media .media__body .media__title {
      padding-top: 0; }

  .information {
    padding-top: 50px; }

  .hobby-blocks {
    width: 452px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .hobby .block {
    margin-bottom: 14px; }

  .welfare-top__lists {
    width: 80%;
    margin: 0 auto;
    padding: 3% 0; }

  .welfare-top__list {
    width: 48%; }

  .welfare-top__list-item {
    line-height: 1.6; }

  .desc_table {
    margin: 0 auto; }
    .desc_table tbody {
      margin: 0 auto;
      display: block; } }
