@charset "UTF-8";
html, body, div, span, hr, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cl-mainblue {
  color: #007BBB;
}

body {
  color: #000;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}
body.font-Noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.font-source-han {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-Lato {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.banner {
  min-height: 46.2rem;
  height: 1px;
  display: table;
  width: 100%;
  padding-top: 13rem;
}
.banner.banner_contact .banner_content {
  background-image: url("../images/banner_contact.png");
}
.banner.banner_company .banner_content {
  background-image: url("../images/banner_company.png");
}
.banner.banner_company_concept .banner_content {
  background-image: url("../images/banner_company_concept.png");
}
.banner.banner_privacy .banner_content {
  background-image: url("../images/banner_privacy.png");
}
.banner.banner_news .banner_content {
  background-image: url("../images/topics_top.jpg");
  background-size: cover;
  background-position: center 71%;
}
.banner_content {
  display: table-row;
  vertical-align: middle;
  background: url("../images/banner.png") no-repeat center center;
  background-size: cover;
}
.banner_info {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem;
  text-align: center;
}
.banner_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 100;
}
.banner_ttl {
  font-size: 5rem;
  line-height: 7.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: -0.4rem;
}

@media only screen and (max-width: 767px) {
  .banner {
    padding-top: 6rem;
    min-height: 14rem;
  }
  .banner.banner_company .banner_content {
    background-image: url("../images/banner_company_sp.png");
  }
  .banner.banner_company_concept .banner_content {
    background-image: url("../images/banner_company_concept_sp.png");
  }
  .banner.banner_news .banner_content {
    background-size: cover;
    background-position: center -12rem;
  }
  .banner_content {
    background-image: url("../images/banner_sp.png");
  }
  .banner_info {
    vertical-align: baseline;
  }
  .banner_txt {
    font-size: 1.15rem;
    line-height: 1.2rem;
  }
  .banner_ttl {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}
.btn_small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 2.375;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 31.4rem;
  height: 4.8rem;
  padding: 1rem 0.5rem;
  background: #007BBB;
  color: #fff;
  border: 1px solid #007BBB;
  margin-top: 4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn_small:hover {
  opacity: 1;
  color: #007BBB;
  background: #fff;
}

.btn_white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30rem;
  height: 7rem;
  padding: 1rem 0.5rem;
  background: #fff;
  border-radius: 3.5rem;
  margin-top: 3.3rem;
  color: #000;
}
.btn_white span:after {
  content: "";
  background: url("../images/arrow_bk_small.png") no-repeat;
  background-size: contain;
  background-position: 0;
  width: 1.7rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  overflow: hidden;
  margin-top: -0.4rem;
  margin-left: -1.7rem;
  opacity: 0;
}
.btn_white:hover {
  opacity: 1;
}
.btn_white:hover span:after {
  margin-left: 1.5rem;
  opacity: 1;
}

.btn_default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.32em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30rem;
  height: 4.8rem;
  padding: 1rem 0.5rem;
  background: #fff;
  color: #007BBB;
  border: 1px solid #007BBB;
  font-family: source-han-sans-japanese, sans-serif;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.btn_default:hover {
  opacity: 1;
  color: #fff;
  background: #007BBB;
}
.btn_default.btn_default_full {
  min-width: 100%;
}
.btn_default.btn_default_01:hover {
  border: 1px solid #fff;
}
.btn_default.btn_default_02 {
  background: #007BBB;
  color: #fff;
  border: 1px solid #007BBB;
}
.btn_default.btn_default_02:hover {
  color: #007BBB;
  background: #fff;
}

.btn_product {
  padding: 1rem 0.5rem 1rem 4.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 45rem;
  height: 7rem;
  background: #000;
  margin-top: 12.5rem;
  color: #fff;
  position: relative;
}
.btn_product:before {
  content: "";
  background: url("../images/icon_product.png") no-repeat;
  background-size: contain;
  width: 5.7rem;
  height: 4.6rem;
  position: absolute;
  top: 50%;
  margin-top: -2.3rem;
  left: 6.7rem;
}
.btn_product span:after {
  content: "";
  background: url("../images/arrow_wh_small.png") no-repeat;
  background-size: contain;
  background-position: 0;
  width: 1.7rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, margin;
  transition-property: opacity, margin;
  overflow: hidden;
  margin-top: -0.4rem;
  margin-left: -1.7rem;
  opacity: 0;
}
.btn_product:hover {
  opacity: 1;
}
.btn_product:hover span:after {
  margin-left: 2.5rem;
  opacity: 1;
}
.btn_product.btn_product_large {
  padding: 1rem 0.5rem 1rem 0.5rem;
  min-width: 57.2rem;
  margin-top: 2rem;
  height: 6.4rem;
}
.btn_product.no-icon:before {
  content: none;
}

.entry_btn_right {
  width: 18.7rem;
  height: 7rem;
  border-top-left-radius: 3.5rem;
  border-bottom-left-radius: 3.5rem;
  background: #00568c;
  -webkit-box-shadow: 3.536px 3.536px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 3.536px 3.536px 5px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 3rem;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.2rem;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}
.entry_btn_right.is-show {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  pointer-events: auto;
}
.entry_btn_right img {
  width: 7.8rem;
  position: absolute;
  top: -7.2rem;
  left: 6.5rem;
}
.entry_btn_right_txt span {
  display: block;
  text-align: center;
  color: #fff;
}
.entry_btn_right_txt span.jp {
  font-size: 2rem;
  line-height: 2rem;
}
.entry_btn_right_txt span.en {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 0.4rem;
}

.btn_more {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 1rem;
  line-height: 4.1rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: 400;
}

.entry_btn_bottom {
  width: 36rem;
  height: 8rem;
  font-size: 2.4rem;
  line-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  background: #00568c;
  margin: 11.2rem auto 0;
  padding: 0 5rem;
  letter-spacing: 0.2em;
}
.entry_btn_bottom:before {
  content: "";
  position: absolute;
  top: -2.1rem;
  left: 5.3rem;
  background: url("../images/recruit/entry_btn_bottom_left.png") no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 8.1rem;
}
.entry_btn_bottom:after {
  content: "";
  position: absolute;
  top: -2.1rem;
  right: 5rem;
  background: url("../images/recruit/entry_btn_bottom_right.png") no-repeat;
  background-size: contain;
  width: 4rem;
  height: 8.1rem;
}
.entry_btn_bottom.btn_blue {
  letter-spacing: 0;
  margin-top: 0;
}
.entry_btn_bottom.btn_blue:before {
  content: none;
}
.entry_btn_bottom.btn_blue:after {
  content: none;
}
.entry_btn_bottom.btn_blue_white {
  color: #00568c;
  background: #fff;
  border: 1px solid #00568c;
  margin-top: 3rem;
}
.entry_btn_bottom.btn_blue_white:before {
  content: none;
}
.entry_btn_bottom.btn_blue_white:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .btn_default {
    min-width: 100%;
    height: 3.5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .btn_white {
    min-width: 25rem;
    height: 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 2.5rem;
  }
  .btn_white span:after {
    width: 1.3rem;
    height: 1rem;
    margin-top: -0.4rem;
    margin-left: -1.3rem;
  }
  .btn_white:hover span:after {
    margin-left: 1.2rem;
  }
  .btn_product {
    padding: 1rem 2rem 1rem 4rem;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.1em;
    min-width: 28rem;
    height: 4rem;
    margin-top: 3.5rem;
  }
  .btn_product:before {
    width: 3.5rem;
    height: 3.3rem;
    margin-top: -1.46rem;
    left: 3.5rem;
  }
  .btn_product span:after {
    width: 1.3rem;
    height: 1rem;
    margin-top: -0.4rem;
    margin-left: -1.3rem;
  }
  .btn_product:hover span:after {
    margin-left: 1.2rem;
  }
  .btn_product.btn_product_large {
    min-width: 100%;
    margin-top: 1.5rem;
    height: 4rem;
  }
  .btn_more {
    font-size: 1.2rem;
    padding: 0;
    line-height: 2.8rem;
  }
  .entry_btn_right {
    width: 12.2rem;
    height: 5rem;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
  }
  .entry_btn_right img {
    width: 5.85rem;
    left: 3.7rem;
    top: -5.4rem;
  }
  .entry_btn_right_txt span.jp {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.04em;
  }
  .entry_btn_right_txt span.en {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .entry_btn_bottom {
    width: 27rem;
    height: 6rem;
    font-size: 1.8rem;
    margin-top: 9.2rem;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .entry_btn_bottom:before {
    width: 2.6rem;
    height: 6.1rem;
    left: 4rem;
    top: -1.5rem;
  }
  .entry_btn_bottom:after {
    width: 3rem;
    height: 6.1rem;
    right: 3.8rem;
    top: -1.5rem;
  }
  .entry_btn_bottom.btn_blue {
    padding: 0;
  }
}
.list_top_topics {
  margin-top: 14rem;
}
.list_top_topics li {
  border-top: 1px solid #b3b3b3;
}
.list_top_topics li:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.list_top_topics a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_top_topics a:hover {
  background: #fff;
  opacity: 1;
}
.list_top_topics .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  text-align: center;
  color: #007BBB;
  font-size: 2rem;
  line-height: 2.9rem;
}
.list_top_topics .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.list_game_enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.35rem;
}
.list_game_enter li {
  width: 33.333%;
  border-right: 1px solid #aaa;
  padding: 0 3.35rem;
}
.list_game_enter li:last-child {
  border-right: none;
}
.list_game_enter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
.list_game_enter a:hover .btn_default {
  opacity: 1;
  color: #fff;
  background: #007BBB;
}
.list_game_enter_info {
  width: 100%;
}
.list_game_enter_ttl {
  padding-top: 4.2rem;
  margin-bottom: 0.2rem;
}
.list_game_enter_txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #aaa;
  letter-spacing: 0.075rem;
  font-weight: 100;
  margin-bottom: 4.2rem;
}

.list_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.list_archive li {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  width: 25%;
}
.list_archive a {
  display: block;
  width: 100%;
  border: 1px solid #007BBB;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding: 0.3rem;
  color: #007BBB;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.list_archive a.is-active {
  background: #007BBB;
  color: #fff;
}
.list_archive a:hover {
  opacity: 1;
  background: #007BBB;
  color: #fff;
}

.list_news {
  width: 100%;
}
.list_news li {
  border-bottom: 1px solid #ccc;
}
.list_news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.list_news a:hover {
  background: #f2f2f2;
  opacity: 1;
}
.list_news a .txt_default-small {
  line-height: 2.4rem;
}
.list_news a .date {
  width: 15rem;
  color: #999;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list_news a .archive {
  font-size: 1rem;
  line-height: 1.4rem;
  height: 2.4rem;
  min-width: 8.3rem;
  color: #007BBB;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #007BBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.7rem;
}
.list_news_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.list_news.list_news_recruit {
  margin-top: 5rem;
}
.list_news.list_news_recruit li:first-child {
  border-top: 1px solid #ccc;
}
.list_news.list_news_recruit a {
  padding: 0.5rem 2rem;
}

@media only screen and (max-width: 767px) {
  .list_top_topics {
    margin-top: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .list_top_topics a {
    line-height: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5rem 2rem;
    min-height: 6rem;
  }
  .list_top_topics .date {
    width: 100%;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .list_top_topics .txt {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .list_game_enter {
    margin: 0;
  }
  .list_game_enter li {
    width: 100%;
    border-bottom: 1px solid #aaa;
    border-right: none;
    padding: 0;
  }
  .list_game_enter li:last-child {
    border-bottom: none;
  }
  .list_game_enter li:last-child a {
    padding-bottom: 0;
  }
  .list_game_enter li:nth-child(n+2) a {
    padding-top: 3.3rem;
  }
  .list_game_enter a {
    padding-bottom: 3.3rem;
  }
  .list_game_enter_ttl {
    padding-top: 2rem;
    margin-bottom: 0.2rem;
  }
  .list_game_enter_txt {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .list_news {
    margin-top: 4.5rem;
  }
  .list_news a {
    padding: 1rem 0 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_news a .date {
    text-align: left;
    width: 10rem !important;
    line-height: 2.4rem !important;
  }
  .list_news a .archive {
    margin-bottom: 0.5rem;
  }
  .list_news a .txt_default-small {
    line-height: 2rem;
  }
  .list_news_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    width: 100%;
  }
  .list_news.list_news_recruit {
    margin-top: 5rem;
  }
  .list_news.list_news_recruit a {
    padding: 0.5rem 0rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.modal .viewBox {
  height: 100%;
  width: 100%;
}
.modal .viewBox iframe {
  height: 100%;
  width: 100%;
}

.modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  height: calc(100vh - 5rem);
  margin-top: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_content {
  display: block;
  background: rgba(230, 229, 229, 0.95);
  max-height: 100%;
  width: 96rem;
  height: 54rem;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  padding: 0;
  position: relative;
}

.btn_close {
  position: absolute;
  width: 5rem;
  right: -2.5rem;
  top: -2.5rem;
}

@media only screen and (max-width: 767px) {
  .modal_content {
    height: 21rem;
  }
  .btn_close {
    width: 2.5rem;
    right: -1.25rem;
    top: -1.25rem;
  }
}
.txt_normal {
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
}

.txt_small {
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
}

.txt_default {
  font-size: 1.9rem;
  line-height: 4rem;
  letter-spacing: 0.095em;
}

.txt_default-small {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.txt_default-small + .txt_default-small {
  margin-top: 2.8rem;
}

.ttl_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
}
.ttl_sec:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
}
.ttl_sec_en {
  font-size: 6.3rem;
  line-height: 9.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}
.ttl_sec_jp {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-top: 3.5rem;
}
.ttl_sec.ttl_sec_01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ttl_sec.ttl_sec_01 .ttl_sec_en {
  margin-right: 6rem;
}

.ttl_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 7rem;
}
.ttl_page:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
}
.ttl_page_en {
  font-size: 4rem;
  line-height: 5.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.ttl_page_jp {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.txt_page {
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: bold;
}

.txt_recruit_page {
  font-size: 2.4rem;
  line-height: 4rem;
  margin-top: 1.3rem;
  margin-bottom: 8rem;
  padding-left: 2.5rem;
}

.ttl_happy {
  font-size: 8rem;
  line-height: 7.6rem;
}

.txt_happy {
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 2rem;
}

.txt_happy-small {
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.04em;
}

.ttl_h3 {
  font-size: 2.1rem;
  line-height: 3rem;
  padding: 2rem 3.2rem;
  font-weight: bold;
  background: #f2f2f2;
  margin-bottom: 7rem;
}

.ttl_h4 {
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 1px solid #aaa;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .txt_normal {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .txt_small {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .txt_default {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .txt_default-small {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .txt_default-small + .txt_default-small {
    margin-top: 2rem;
  }
  .ttl_sec {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .ttl_sec_en {
    font-size: 3.1rem;
    line-height: 4.5rem;
  }
  .ttl_sec_jp {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 1.5rem;
  }
  .ttl_sec.ttl_sec_01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttl_page {
    padding-bottom: 1.4rem;
    margin-bottom: 1.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ttl_page_en {
    font-size: 2.25rem;
    line-height: 3.25rem;
    margin-right: 0;
    width: 100%;
  }
  .ttl_page_jp {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 0;
  }
  .txt_page {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .txt_recruit_page {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-top: 1.3rem;
    margin-bottom: 4.7rem;
    padding-left: 0;
    letter-spacing: 0.02em;
  }
  .ttl_happy {
    font-size: 4rem;
    line-height: 3.8rem;
  }
  .txt_happy {
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
  }
  .txt_happy-small {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  .ttl_h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding: 0.65rem 2rem;
    margin-bottom: 2.2rem;
    letter-spacing: 0.1em;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .ttl_h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
.lh-50 {
  letter-spacing: 0.05em;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-100 {
  margin-top: 10rem;
}

@media only screen and (min-width: 768px) {
  .mgb-100_pc {
    margin-bottom: 10rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .mgb-0_sp {
    margin-bottom: 0 !important;
  }
  .mgr--5_sp {
    margin-right: -0.5rem !important;
  }
  .mgr--10_sp {
    margin-right: -1rem !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-bold {
  font-weight: bold;
}

.is-overflow {
  overflow: hidden;
}

.content {
  width: 124rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.content_medium {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
}

.content_large {
  width: 166rem;
  padding: 0 2rem;
  max-width: 100%;
  margin: 0 auto;
}

.content_small {
  width: 103.8rem;
  max-width: 100%;
  margin: 0 auto;
}

.none {
  display: none;
}

.wrapper {
  padding-bottom: 18rem;
}

.is-effect {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.is-effect.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.is-child {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.is-child.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.breadcrumb {
  display: block;
  margin-bottom: 15rem;
  padding: 1.5rem 0;
}
.breadcrumb li {
  font-size: 1.3rem;
  line-height: 1.9rem;
  display: inline;
}
.breadcrumb li a {
  color: #999;
  margin-right: 0.5rem;
  padding: 1rem 0;
  display: inline-block;
}
.breadcrumb li span {
  display: inline;
  padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .pcBr:before {
    content: "\a";
    white-space: pre;
  }
  .pcNone {
    display: none !important;
  }
  #company .breadcrumb {
    margin-bottom: 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .spBr:before {
    content: "\a";
    white-space: pre;
  }
  .spNone {
    display: none !important;
  }
  .t-center_sp {
    text-align: center;
  }
  .wrapper {
    padding-bottom: 7.5rem;
  }
  .top-page .wrapper {
    padding-bottom: 2rem;
  }
  .breadcrumb {
    margin-bottom: 3.5rem;
    padding: 0.7rem 0 1.3rem;
  }
  .breadcrumb li {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
  .breadcrumb li a {
    margin-right: 0.5rem;
    padding: 1rem 0 0;
  }
  .breadcrumb li span {
    padding: 1rem 0;
    line-height: 2;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 768px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
.footer_recruit {
  height: 8rem;
  border-top: 1px solid #000;
}
.footer_recruit .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.footer_recruit_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_recruit_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_recruit_left ul li {
  padding: 0 1.8rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 0.04em;
  border-right: 1px solid #000;
}
.footer_recruit_left ul li:last-child {
  border-right: none;
}

.logo_recruit_footer {
  width: 16.6rem;
  margin-right: 3.2rem;
}

.copyright_recruit {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .footer_recruit {
    height: auto;
  }
  .footer_recruit .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_recruit_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 5.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_recruit_left ul {
    margin-top: 2.8rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_recruit_left ul li {
    padding: 0 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .logo_recruit_footer {
    margin: 0;
  }
  .copyright_recruit {
    padding: 5.6rem 0 1.4rem;
    text-align: center;
  }
}
footer {
  position: relative;
  z-index: 2;
}

.visual_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.visual_footer_item {
  width: 50%;
  background: #007BBB;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10rem;
  text-align: center;
}
.visual_footer_item.footer_contact {
  color: #007BBB;
  background: #fff;
}
.visual_footer_item.footer_contact .bl_footer_ttl {
  color: #007BBB;
}
.visual_footer_item .btn_default {
  margin-top: 6.3rem;
}

.bl_footer {
  padding: 10rem 2rem 0 2rem;
  width: 100%;
}
.bl_footer_ttl {
  font-size: 6.3rem;
  line-height: 9.1rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
.bl_footer_ttl-small {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
.bl_footer_txt {
  margin-top: 4.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
}

.footer_info {
  padding-top: 11rem;
  background: #f2f2f2;
  padding-bottom: 14rem;
}
.footer_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7rem;
}
.footer_info_left {
  width: 50%;
}
.footer_info_txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.footer_info_address {
  margin-top: 3rem;
}

.logo_footer {
  width: 26.4rem;
  display: block;
  margin-bottom: 1.4rem;
}

.footer_navi {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.1rem;
}
.footer_navi > li {
  width: 22rem;
}
.footer_navi > li:last-child {
  width: 16rem;
}
.footer_navi > li a {
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  padding: 0.6rem 0;
}
.footer_navi > li > a {
  font-weight: bold;
  position: relative;
  padding: 1.7rem 0;
}
.footer_navi > li ul {
  margin-top: -0.4rem;
}

.footer_navi_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer_navi_bottom li {
  margin-left: 1rem;
}
.footer_navi_bottom a {
  font-size: 1.6rem;
  line-height: 3rem;
}

.pagetop {
  margin-top: 4rem;
  padding-top: 3rem;
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.pagetop_txt {
  font-size: 1.5rem;
  line-height: 3.8rem;
  color: #fff;
  background: #0092ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20rem;
  height: 6rem;
  letter-spacing: 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pagetop_line {
  width: 2px;
  background: #fff;
  height: 4rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-animation: scroll_bottom 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: scroll_bottom 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 2.3rem 0;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
}

.visual_footer {
  display: none;
}

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

.top-page .visual_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-page .visual_footer_page {
  display: none;
}

.contact-page .visual_footer {
  display: none;
}

@media only screen and (max-width: 767px) {
  .visual_footer_item {
    width: 100%;
    display: block;
    padding: 0 2rem 4rem;
  }
  .visual_footer_item .btn_default {
    margin-top: 2rem;
  }
  .bl_footer {
    padding: 3rem 0 0;
  }
  .bl_footer_ttl {
    font-size: 3.1rem;
    line-height: 4.5rem;
  }
  .bl_footer_ttl-small {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-top: 0.5rem;
  }
  .bl_footer_txt {
    font-size: 1.2rem;
    line-height: 1.85rem;
    margin-top: 2rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .footer_info {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .footer_info_content {
    margin-bottom: 5.5rem;
  }
  .footer_info_left {
    width: 100%;
  }
  .footer_info_txt {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .footer_info_address {
    margin-top: 2rem;
  }
  .footer_navi_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_navi_bottom a {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .logo_footer {
    width: 16.7rem;
    margin-bottom: 1.6rem;
  }
  .pagetop_txt {
    font-size: 1rem;
    line-height: 1.9rem;
    width: 15rem;
    height: 5rem;
  }
  .pagetop_line {
    width: 1px;
    -webkit-animation: scroll_bottom_sp 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: scroll_bottom_sp 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  .copyright {
    font-size: 0.8rem;
    text-align: center;
    padding: 1.4rem 0;
  }
}
@keyframes scroll_bottom {
  100% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  80% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 4rem;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 4rem;
    bottom: 5rem;
    top: inherit;
  }
  0% {
    height: 0;
    bottom: 5rem;
    top: inherit;
  }
}
@-webkit-keyframes scroll_bottom {
  100% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  80% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 4rem;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 4rem;
    bottom: 5rem;
    top: inherit;
  }
  0% {
    height: 0;
    bottom: 5rem;
    top: inherit;
  }
}
@keyframes scroll_bottom_sp {
  100% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  80% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 4rem;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 4rem;
    bottom: 4rem;
    top: inherit;
  }
  0% {
    height: 0;
    bottom: 4rem;
    top: inherit;
  }
}
@-webkit-keyframes scroll_bottom_sp {
  100% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  80% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 4rem;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 4rem;
    bottom: 4rem;
    top: inherit;
  }
  0% {
    height: 0;
    bottom: 4rem;
    top: inherit;
  }
}
header.header_recruit {
  position: fixed;
  top: -10rem;
  left: 0;
  right: 0;
  height: 8rem;
  background: #efefef;
  -webkit-transition: top 0s ease-in-out, margin 0.7s ease-in-out;
  transition: top 0s ease-in-out, margin 0.7s ease-in-out;
}
header.header_recruit.is-fixed {
  height: 8rem;
}
header.header_recruit.is-fixed.is-show {
  background: #efefef;
}

.logo_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo_recruit img {
  width: 7.7rem;
}
.logo_recruit span {
  font-size: 1.3rem;
  margin-left: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.gnav_recruit_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav_recruit_ul a {
  font-size: 1.5rem;
  padding: 0 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.gnav_recruit_li_btn {
  margin-left: 3.3rem;
}
.gnav_recruit_li_btn a {
  width: 15rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.5rem;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
.gnav_recruit_li_btn a.bg_blue {
  background: #00568c;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  header.header_recruit {
    height: 6rem;
  }
  header.header_recruit.is-fixed {
    height: 6rem;
    -webkit-transition: top 0.7s ease-in-out, margin 0.7s ease-in-out !important;
    transition: top 0.7s ease-in-out, margin 0.7s ease-in-out !important;
  }
  header.header_recruit.is-fixed.is-show {
    margin-top: 0;
  }
  header.header_recruit.is-show {
    top: 0;
  }
  header.header_recruit.is-active {
    background: #efefef;
  }
  .logo_recruit img {
    width: 5rem;
  }
  .logo_recruit span {
    font-size: 1rem;
    margin-left: 1rem;
  }
  .gnav_recruit {
    left: 100%;
    min-height: calc(100vh - 6rem);
    top: 0;
    background: #efefef;
    width: 100%;
    -webkit-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    position: fixed;
    margin-top: 6rem;
  }
  .gnav_recruit.is-active {
    left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .gnav_recruit.is-active .gnav_recruit_ul {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .gnav_recruit_ul {
    max-height: calc(100vh - 10rem);
    display: block;
    overflow: auto;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
    padding-top: 5.4rem;
    padding-bottom: 5rem;
  }
  .gnav_recruit_ul > li {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gnav_recruit_ul > li:last-child {
    padding: 0;
  }
  .gnav_recruit_ul > li > a {
    color: #000;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 1.7rem 0;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .gnav_recruit_li_btn {
    margin-left: 0;
    margin-top: 3rem;
  }
  .gnav_recruit_li_btn a {
    width: 27rem;
    height: 6rem;
    font-size: 1.8rem !important;
    border-radius: 3rem;
    margin: 0 auto;
    letter-spacing: 0.2em !important;
  }
}
header {
  height: 10.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.is-fixed {
  position: fixed;
  top: -10rem;
  height: 9rem;
  -webkit-transition: top 0s ease-in-out, margin 0.7s ease-in-out;
  transition: top 0s ease-in-out, margin 0.7s ease-in-out;
}
header.is-fixed .gnav_ul > li > a {
  color: #000;
}
header.is-fixed .gnav_ul > li > a:before {
  background: #000;
}
header.is-fixed .logo_bl {
  display: block;
}
header.is-fixed .logo_bk {
  display: none;
}
header.is-fixed.is-show {
  margin-top: 10rem;
  background: #fff;
}
header.is-bg_white {
  background: #fff;
}
header.is-bg_white .logo_bl {
  display: block;
}
header.is-bg_white .logo_bk {
  display: none;
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logo {
  width: 24.2rem;
}

.logo_bl {
  display: none;
}

.gnav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav_ul > li {
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.5rem;
}
.gnav_ul > li:last-child {
  padding-right: 0;
}
.gnav_ul > li > a {
  font-size: 1.5rem;
  line-height: 3.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.gnav_ul > li > a.btn_request {
  color: #fff !important;
  background: #000;
  padding: 0.5rem 1rem;
  text-align: center;
}
.gnav_ul > li > a.btn_request:before {
  content: none;
}
.gnav_ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -2px;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.gnav_ul > li:hover > a:before {
  background: #000;
  width: calc(100% + 4px);
}
.gnav_child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #efefef;
}
.gnav_child_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 120rem;
  margin: 0 auto;
  padding: 6rem 0;
}
.gnav_child_right {
  min-width: 45%;
  padding-left: 7.7rem;
  border-left: 2px solid #fff;
}

.list_company_header li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  position: relative;
}
.list_company_header li:nth-child(n+2) {
  margin-top: 2.4rem;
}
.list_company_header li a {
  position: relative;
}
.list_company_header li a:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  background: #007BBB;
}
.list_company_header li a:hover {
  opacity: 1;
}
.list_company_header li a:hover:before {
  width: 100%;
}

.bl_info_header {
  width: 31.4rem;
  margin-right: 7.7rem;
}
.bl_info_header_ttl {
  font-size: 4.8rem;
  line-height: 7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: -1.1rem;
}
.bl_info_header_txt {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 1.5rem;
}

header.header_main {
  height: 13rem;
}
header.header_main .gnav_ul > li {
  padding: 0 1.8rem;
  height: 13rem;
}
header.header_main .gnav_ul > li > a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  letter-spacing: 0.08rem;
  font-weight: 500;
}
header.header_main.is-fixed {
  height: 9rem;
}

body:not(.top-page) header.header_main {
  background: #fff;
}
body:not(.top-page) header.header_main .logo_bk {
  display: none;
}
body:not(.top-page) header.header_main .logo_bl {
  display: block;
}

@media only screen and (max-width: 767px) {
  header {
    height: 6rem;
    -webkit-transition: background-color 0.3s 0.3s ease-out;
    transition: background-color 0.3s 0.3s ease-out;
  }
  header.is-fixed {
    height: 6rem;
  }
  header.is-fixed .btn_hambuger_txt {
    color: #000;
  }
  header.is-fixed .btn_hambuger_line span {
    background: #000;
  }
  header.is-fixed.is-show {
    margin-top: 0;
  }
  header.is-active {
    background: #fff;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    position: fixed;
  }
  header.is-active .logo_bl {
    display: block;
  }
  header.is-active .logo_bk {
    display: none;
  }
  header.is-show {
    top: 0;
  }
  header.header_main {
    height: 6rem;
  }
  header.header_main .gnav_ul {
    padding-top: 0;
  }
  header.header_main .gnav_ul > li {
    height: auto;
  }
  header.header_main .gnav_ul > li:nth-child(n+2) {
    border-top: 1px solid #fff;
  }
  header.header_main .gnav_ul > li:last-child {
    border-top: none;
  }
  header.header_main .gnav_ul > li > a {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
  }
  header.header_main.is-fixed {
    height: 6rem;
    -webkit-transition: top 0.7s ease-in-out, margin 0.7s ease-in-out !important;
    transition: top 0.7s ease-in-out, margin 0.7s ease-in-out !important;
    opacity: 0;
  }
  header.header_main.is-show {
    opacity: 1;
  }
  body:not(.top-page) header.header_main {
    position: fixed;
    opacity: 1 !important;
    top: 0 !important;
    margin-top: 0 !important;
  }
  .logo {
    width: 12.4rem;
    position: relative;
    z-index: 1;
  }
  .btn_hambuger {
    position: relative;
    padding-right: 4.8rem;
  }
  .btn_hambuger_txt {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
  .btn_hambuger_txt span:last-child {
    display: none;
  }
  .btn_hambuger_line {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn_hambuger_line span {
    width: 2.8rem;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    position: relative;
  }
  .btn_hambuger_line span:first-child {
    top: -0.4rem;
  }
  .btn_hambuger_line span:last-child {
    top: 0.4rem;
  }
  .btn_hambuger.is-active .btn_hambuger_txt {
    color: #000;
  }
  .btn_hambuger.is-active .btn_hambuger_txt span:first-child {
    display: none;
  }
  .btn_hambuger.is-active .btn_hambuger_txt span:last-child {
    display: block;
  }
  .btn_hambuger.is-active .btn_hambuger_line span {
    background: #000;
  }
  .btn_hambuger.is-active .btn_hambuger_line span:first-child {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 2px;
  }
  .btn_hambuger.is-active .btn_hambuger_line span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .btn_hambuger.is-active .btn_hambuger_line span:last-child {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: -2px;
  }
  .gnav {
    left: 100%;
    min-height: calc(100vh - 6rem);
    top: 0;
    background: #efefef;
    width: 100%;
    -webkit-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    position: fixed;
    margin-top: 6rem;
  }
  .gnav.is-active {
    left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .gnav.is-active .gnav_ul {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .gnav_ul {
    max-height: calc(100vh - 10rem);
    display: block;
    overflow: auto;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
    padding-top: 4.8rem;
    padding-bottom: 5rem;
  }
  .gnav_ul > li {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gnav_ul > li:hover a:before {
    content: none;
  }
  .gnav_ul > li:last-child {
    padding: 0;
  }
  .gnav_ul > li > a {
    color: #000;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 2.2rem 0;
    font-weight: bold;
    position: relative;
  }
  .gnav_ul > li > a.btn_request {
    min-width: 80%;
    padding: 1rem;
  }
  .gnav_ul > li.has-child > a:before {
    content: "";
    position: absolute;
    right: -2.2rem;
    width: 1rem;
    height: 0.2rem;
    background: #0092ff !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: inherit;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .gnav_ul > li.has-child > a:after {
    content: "";
    position: absolute;
    right: -1.8rem;
    width: 0.2rem;
    height: 1rem;
    background: #0092ff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: inherit;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .gnav_ul > li.has-child > a.is-active:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -0.5rem;
  }
  .gnav_ul > li.has-child > a.is-active:before {
    opacity: 0;
    width: 0;
  }
  .gnav_child {
    position: relative;
    width: 100%;
  }
  .gnav_child_content_sp {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
  .gnav_child_content_sp a {
    font-size: 1.3rem;
    line-height: 3rem;
  }
}
.sec_company_information .clearFix {
  display: block;
}
.sec_company_information .clearFix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.sec_company_information .tableBox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.sec_company_information .tableBox table {
  width: 100%;
}
.sec_company_information .tableBox th {
  width: 29rem;
  border-bottom: dotted 1px #000;
  font-size: 1.6rem;
  color: #000;
  padding: 1.8rem 0;
  line-height: 1.8;
  letter-spacing: 0.6em;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
.sec_company_information .tableBox td {
  font-size: 1.6rem;
  padding: 1.8rem 0;
  line-height: 1.8;
  border-bottom: dotted 1px #000;
  position: relative;
}
.sec_company_information .tableBox td.picHeight {
  height: 18rem;
}
.sec_company_information .tableBox td dt {
  float: left;
  width: 14rem;
}
.sec_company_information .tableBox td dd {
  float: left;
}
.sec_company_information .tableBox td .dotBorder {
  border-bottom: dotted 1px #000;
  padding-bottom: 0.6rem;
  margin-bottom: 2.6rem;
}
.sec_company_information .tableBox td .pic {
  padding-bottom: 1.8rem;
}
.sec_company_information .tableBox td .picArea {
  position: absolute;
  left: 28rem;
  top: 1.8rem;
  width: 51rem;
}
.sec_company_information .tableBox td .picArea .picL {
  float: left;
  width: 15.5rem;
  margin: 0.5rem;
  text-align: center;
  line-height: 1.6;
}
.sec_company_information .tableBox td .picArea .picL img {
  padding-bottom: 0.4rem;
}
.sec_company_information .tableBox td .picArea .picR {
  float: left;
  width: 15.5rem;
  margin: 0.5rem;
  text-align: center;
  line-height: 1.6;
}
.sec_company_information .tableBox td .picArea .picR img {
  padding-bottom: 0.4rem;
}
.sec_company_information .tableBox td .picArea .pic1 {
  float: left;
  width: 15.5rem;
  margin: 0.5rem;
  text-align: center;
  line-height: 1.6;
}
.sec_company_information .tableBox td .picArea .pic1 img {
  padding-bottom: 0.4rem;
}
.sec_company_information .tableBox td .name {
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.sec_company_information .tableBox td .address {
  padding-bottom: 4rem;
}
.sec_company_information .tableBox td .address.end {
  padding-bottom: 2rem;
}
.sec_company_information .mapArea {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.sec_company_information .mapArea .mapAccess {
  text-align: center;
  width: 19.2rem;
  margin: 0 auto 3rem;
}
.sec_company_information .mapBox {
  margin-bottom: 5rem;
}
.sec_company_information .mapBox h4 {
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 1rem;
  letter-spacing: 0.6em;
  font-weight: bold;
}
.sec_company_information .mapBox p {
  font-size: 1.4rem;
  padding-bottom: 1.6rem;
}
.sec_company_information .mapBox .googlemap {
  width: 100%;
  padding-top: 65rem;
  position: relative;
  overflow: hidden;
  height: 0;
}
.sec_company_information .mapBox .googlemap .googlemap_map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec_company_information .mapBox .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .sec_company_information .tableBox th {
    width: 40%;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
  .sec_company_information .tableBox td {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
  .sec_company_information .tableBox td .address {
    padding-bottom: 2rem;
  }
  .sec_company_information .tableBox td .address.end {
    padding-bottom: 0;
  }
  .sec_company_information .tableBox td dl:last-child dd {
    margin-bottom: 0;
  }
  .sec_company_information .tableBox td dt {
    width: 100%;
  }
  .sec_company_information .tableBox td dd {
    margin-bottom: 1rem;
  }
  .sec_company_information .mapArea .mapAccess {
    width: 10rem;
  }
  .sec_company_information .mapBox {
    margin-bottom: 2.5rem;
  }
  .sec_company_information .mapBox h4 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .sec_company_information .mapBox .googlemap {
    padding-top: 30rem;
  }
}
.list_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_company li {
  width: 50%;
  border-top: 1px solid #aaa;
  padding-top: 5rem;
  text-align: center;
}
.list_company li:first-child {
  border-top: none;
  padding-top: 0;
}
.list_company li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.list_company li:last-child a {
  padding-bottom: 0;
}
.list_company li:nth-last-child(2) a {
  padding-bottom: 0;
}
.list_company li:nth-child(odd) {
  border-right: 1px solid #aaa;
  padding-right: 3.85rem;
}
.list_company li:nth-child(even) {
  padding-left: 3.85rem;
}
.list_company a {
  display: block;
  padding-bottom: 5rem;
}
.list_company a:hover .btn_default {
  opacity: 1;
  color: #fff;
  background: #007BBB;
}
.list_company_ttl {
  padding-top: 4.2rem;
  margin-bottom: 0.2rem;
}
.list_company_txt {
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #aaa;
  letter-spacing: 0.075rem;
  font-weight: 100;
  margin-bottom: 4.2rem;
}

.company_message .txt_page {
  margin-bottom: 6.5rem;
}
.company_message_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_message_info:nth-child(n+2) {
  margin-top: 2.8rem;
}
.company_message_info_img {
  width: 44.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 4.5rem;
}
.company_message_info_img img {
  width: 100%;
}
.company_message_info_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.img_message_name {
  width: 24.5rem;
  margin-top: 10rem;
}

.bl_introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_introduction:nth-child(n+2) {
  margin-top: 12.5rem;
}
.bl_introduction_img {
  width: 34.4rem;
  margin-right: 3.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bl_introduction_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bl_introduction_ttl {
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bl_introduction_ttl-small {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bl_introduction_txt {
  margin-top: 2.6rem;
}

.list_history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8rem;
  min-height: 19rem;
  position: relative;
}
.list_history li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.8rem;
  background: url("../images/point.png") repeat;
  width: 0.3rem;
  background-size: contain;
  height: 10.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1.5rem;
}
.list_history li:last-child {
  min-height: auto;
  padding-bottom: 0;
}
.list_history li:last-child:before {
  content: none;
}
.list_history .date {
  width: 16rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #007BBB;
  letter-spacing: 0.1em;
}
.list_history_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.list_history .txt {
  margin-top: 1rem;
}

.concept_company_name {
  padding-bottom: 10rem;
}
.concept_company_name .content_small {
  position: relative;
}
.concept_company_name .txt_page {
  margin-bottom: 6.8rem;
}
.concept_company_name .logo_content {
  width: 33rem;
  position: absolute;
  top: 0;
  right: 0;
}

.concept_company_business {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background: #f2f2f2;
}

.visual_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual_concept_img {
  width: 48.4rem;
  margin-left: 4.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.visual_concept_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.visual_concept_info .txt {
  line-height: 3rem;
}

.concept_company_workplace {
  padding-top: 9rem;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .list_company {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .list_company li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
    margin-top: 3.3rem;
    padding: 0;
  }
  .list_company li:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }
  .list_company li:nth-child(even) {
    padding-left: 0;
  }
  .list_company li:last-child {
    border-bottom: none;
  }
  .list_company a {
    display: block;
    padding-bottom: 3.3rem !important;
  }
  .list_company a:hover .btn_default {
    opacity: 1;
    color: #fff;
    background: #007BBB;
  }
  .list_company_ttl {
    padding-top: 2rem;
    margin-bottom: 0.2rem;
  }
  .list_company_txt {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .company_message .txt_page {
    margin-bottom: 1.4rem;
  }
  .company_message_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company_message_info:nth-child(n+2) {
    margin-top: 0rem;
  }
  .company_message_info_img {
    width: 100%;
    margin-left: 0;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .company_message_info_left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .img_message_name {
    width: 12.25rem;
    margin-top: 2rem;
    margin-left: auto;
  }
  .bl_introduction {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_introduction:first-child {
    margin-top: 5rem;
  }
  .bl_introduction:nth-child(n+2) {
    margin-top: 5rem;
  }
  .bl_introduction_img {
    width: 100%;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .bl_introduction_info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .bl_introduction_ttl {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .bl_introduction_ttl-small {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: 0.5rem;
  }
  .bl_introduction_txt {
    margin-top: 1.5rem;
  }
  .list_history li {
    padding-bottom: 1rem;
    min-height: 15rem;
  }
  .list_history li:before {
    left: 3rem;
    background: url("../images/point_sp.png") repeat;
    width: 0.2rem;
    background-size: contain;
    height: 8rem;
    margin-top: 1rem;
  }
  .list_history .date {
    width: 8rem;
  }
  .list_history_info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .list_history .txt {
    margin-top: 1rem;
  }
  .concept_company_name {
    padding-bottom: 5.5rem;
  }
  .concept_company_name .content_small {
    position: relative;
  }
  .concept_company_name .txt_page {
    margin-bottom: 1.4rem;
  }
  .concept_company_name .logo_content {
    width: 16.5rem;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 2.8rem;
  }
  .concept_company_name .txt_default-small {
    margin-right: -0.5rem;
  }
  .concept_company_business {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .visual_concept {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .visual_concept_img {
    width: 100%;
    margin-left: 0rem;
    margin-top: 1.5rem;
  }
  .concept_company_workplace {
    padding-top: 4rem;
    background: #fff;
  }
}
form {
  padding-top: 10rem;
}

.sec_contact_page .btn_group {
  margin-top: 5rem;
}
.sec_contact_page #tableBox {
  line-height: 1.1em;
}
.sec_contact_page #tableBox .alart {
  color: #d50606;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
.sec_contact_page #tableBox .alart span {
  vertical-align: super;
  font-size: 1rem;
}
.sec_contact_page #tableBox table {
  width: 100%;
}
.sec_contact_page #tableBox th {
  width: 16rem;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 2.5rem 0;
  font-weight: bold;
}
.sec_contact_page #tableBox th span {
  vertical-align: super;
  font-size: 1rem;
  color: #d50606;
}
.sec_contact_page #tableBox td {
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 2.5rem 0;
}
.sec_contact_page #tableBox td .qesBox {
  width: 27rem;
  float: left;
  font-weight: bold;
  height: 8rem;
}
.sec_contact_page #tableBox td .qesBox span {
  vertical-align: super;
  font-size: 1rem;
  color: #d50606;
}
.sec_contact_page #tableBox td .ansBox {
  width: calc(100% - 27rem);
  float: left;
  height: 8rem;
}
.sec_contact_page .errorText {
  padding: 0.3rem 1rem;
  max-width: 97%;
  margin-top: 1rem;
  border: solid 1px #dd000d;
  color: #dd000d;
  background-color: #ffe3e2;
  line-height: 1.9;
  font-size: 1.6rem;
}
.sec_contact_page textarea {
  width: 97%;
  padding: 0.3rem 0.5rem;
  height: 14.6em;
  overflow: auto;
  resize: none;
  border: solid 1px #a0a0a0;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sec_contact_page input[type=text] {
  padding: 0.3rem 0.5rem;
  border: solid 1px #a0a0a0;
  width: 97%;
  height: 3.8rem;
  vertical-align: top;
  background-color: #ffffff;
  font-size: 1.4rem;
}
.sec_contact_page input[type=radio] {
  padding: 0.3rem 0.5rem;
  margin: 0.3rem 0.4rem;
  vertical-align: top;
  margin-right: 0.6rem;
  margin-top: 0.7rem;
  width: 1.3rem;
  height: 1.3rem;
}
.sec_contact_page input[type=checkbox] {
  height: 2.6rem;
  padding: 0.3rem 0.5rem;
  margin: 0.3rem 0.4rem;
  vertical-align: top;
}
.sec_contact_page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select.png") no-repeat right center;
  background-color: #fafafa;
  width: 18rem;
  border-radius: 0;
  padding: 0.6rem 0.5rem;
  margin: 0.4rem 0.3rem;
  font-size: 1.4rem;
}
.sec_contact_page label {
  padding-right: 1.8rem;
}
.sec_contact_page input[type=text].short {
  width: 25rem;
  height: 2.8rem;
}
.sec_contact_page input[type=text].veryshort {
  width: 17rem;
}
.sec_contact_page input[type=text].txtyear {
  width: 10rem;
  margin-right: 0.6rem;
}
.sec_contact_page input[type=text].txtmini {
  width: 5rem;
  margin-right: 0.6rem;
  margin-left: 2.5rem;
}

input[type=text], textarea {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

input[type=radio], input[type=checkbox] {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  outline: none;
}

.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.btn_group .btn_default {
  margin: 0 1rem;
}

.sec_contact_confirm_page #tableBox td .ansBox, .sec_contact_confirm_page #tableBox td .qesBox {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .btn_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
  }
  .btn_group .btn_default {
    margin: 2rem 0 0;
  }
  form {
    padding-top: 3rem;
  }
  .sec_contact_page #tableBox th {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
  }
  .sec_contact_page #tableBox td {
    width: 100%;
    padding: 0;
    display: block;
  }
  .sec_contact_page #tableBox td .qesBox {
    padding: 1.5rem 0 1rem;
    width: 100%;
    height: auto;
  }
  .sec_contact_page #tableBox td .ansBox {
    width: 100%;
    height: auto;
  }
  .sec_contact_page #tableBox td .ansBox .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_contact_page #tableBox td .ansBox .flex_sp input[type=text] {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .sec_contact_page #tableBox .btn_default {
    font-size: 1.5rem;
  }
  .sec_contact_page .errorText {
    width: 100%;
    font-size: 1.4rem;
    max-width: 100%;
  }
  .sec_contact_page textarea {
    width: 100%;
    height: 12em;
  }
  .sec_contact_page input[type=text] {
    width: 100%;
  }
}
.sec_news_page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_content {
  width: calc(100% - 8.4rem);
  max-width: 100%;
  padding-right: 13.4rem;
}

.sidebar {
  width: 8.4rem;
}

.list_year {
  width: 100%;
}
.list_year li:nth-child(n+2) {
  margin-top: 1.3rem;
}
.list_year a {
  display: block;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}
.list_year a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #007BBB;
  height: 0.2rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.list_year a.is-active:before {
  width: 100%;
}
.list_year a:hover:before {
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7rem;
}
.pagination li {
  padding: 1rem;
}
.pagination a {
  width: 6rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #000;
}
.pagination span {
  width: 6rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #007BBB;
}

.new_detail_content {
  margin-top: 8rem;
  margin-bottom: -4rem;
}
.new_detail_content p {
  margin-bottom: 4rem;
}
.new_detail_content .btn_default {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .news_content {
    width: 100%;
    padding-right: 0;
  }
  .sec_news_page_content {
    margin-top: 2.5rem;
  }
  .list_archive_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list_archive_sp_select {
    width: calc(50% - 1rem);
  }
  .list_archive_sp select {
    width: 100%;
    height: 3.2rem;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.2rem;
    padding-left: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .pagination {
    margin-top: 3.5rem;
  }
  .pagination li {
    padding: 0.45rem;
  }
  .pagination a {
    width: 3rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
  .pagination span {
    width: 3rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
  .new_detail_content {
    margin-top: 5rem;
    margin-bottom: -3rem;
  }
  .new_detail_content p {
    margin-bottom: 3rem;
  }
}
.privacy_info .ttl {
  margin-bottom: 5rem;
  padding: 0 1rem;
}
.privacy_info .txt {
  padding: 0 1rem 8rem;
}
.privacy_info .listBox {
  width: 100%;
  border-top: dotted 1px #007BBB;
  padding: 3rem 1rem 4rem;
}
.privacy_info .listBox h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy_info .listBox h4 span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.3rem;
  display: block;
  background-color: #007BBB;
  color: #fff;
  text-align: center;
  height: 3.3rem;
  line-height: 3.3rem;
  margin-right: 1.3rem;
}
.privacy_info .listBox ul li {
  padding-left: 2.1rem;
  text-indent: -2.1rem;
}
.privacy_info .listBox ul li:nth-child(n+2) {
  margin-top: 1rem;
}
.privacy_info .listBox ul li span {
  color: #007BBB;
  margin-right: 0.5rem;
}
.privacy_info .listBox .address {
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .privacy_info {
    padding-top: 2rem;
  }
  .privacy_info .ttl {
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .privacy_info .txt {
    padding: 0 0 4rem;
  }
  .privacy_info .listBox {
    padding: 2rem 0rem 3rem;
  }
  .privacy_info .listBox h4 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .privacy_info .listBox h4 span {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1rem;
  }
  .privacy_info .listBox ul li {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
  }
  .privacy_info .listBox .address {
    font-size: 1.3rem;
    padding-top: 3rem;
  }
}
#recruit_data {
  position: relative;
}
#recruit_data:before {
  content: "";
  position: absolute;
  top: 18.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc043;
  pointer-events: none;
}

.visual_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.visual_data:nth-child(n+2) {
  margin-top: 3rem;
}
.visual_data_item {
  width: 33.333%;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.visual_data_item_two {
  width: 66.667%;
}

.bl_data {
  width: 100%;
  background: #fff;
  text-align: center;
  padding-top: 3.3rem;
  padding-bottom: 2.6rem;
  min-height: 38rem;
  position: relative;
  overflow: hidden;
}
.bl_data:nth-child(n+2) {
  margin-top: 3rem;
}
.bl_data.bl_data_half {
  width: calc(50% - 1.5rem);
  margin-top: 0;
}
.bl_data_ttl {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
.bl_data_number {
  color: #ff9800;
  font-weight: bold;
  margin-bottom: 1.7rem;
}
.bl_data .number {
  font-size: 9rem;
  line-height: 9rem;
}
.bl_data .unit {
  font-size: 5rem;
  line-height: 5rem;
}

#chart-area_01 {
  width: 25.1rem !important;
  min-height: 25.1rem;
  height: auto !important;
  margin: 0 auto;
}

#chart-area_02 {
  width: 62.5rem !important;
  min-height: 62.5rem;
  height: auto !important;
  margin: 0.4rem auto 3.2rem;
}

#chart-area_03 {
  width: 30rem !important;
  min-height: 20rem;
  height: auto !important;
  margin: 0 auto;
}

.canvas_03_content {
  border-bottom: 0.4rem solid #ff9800;
  width: 30rem;
  margin: 10rem auto 1.5rem;
  position: relative;
}

.list_data_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 4rem;
  margin-top: 1.3rem;
}
.list_data_location li {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
}
.list_data_location li:nth-child(n+2) {
  margin-top: 1.5rem;
}
.list_data_location li .number {
  font-size: 5rem;
  line-height: 4rem;
  color: #ff9800;
}
.list_data_location li .unit {
  font-size: 3rem;
  line-height: 4rem;
  color: #ff9800;
}
.list_data_location li.li04 {
  font-size: 2.6rem;
  line-height: 4.5rem;
}
.list_data_location li.li04 .number {
  font-size: 2.6rem;
  line-height: 4.5rem;
  color: #ff9800;
}
.list_data_location li.li04 .unit {
  font-size: 2.6rem;
  line-height: 4.5rem;
  color: #ff9800;
  margin-left: -0.4rem;
}
.list_data_location li.li05 {
  font-size: 2.6rem;
  line-height: 4.5rem;
  margin-top: 0rem;
}
.list_data_location li.li05 .number {
  font-size: 2.6rem;
  line-height: 4.5rem;
  color: #ff9800;
}
.list_data_location li.li05 .unit {
  font-size: 2.6rem;
  line-height: 4.5rem;
  color: #ff9800;
  margin-left: -0.4rem;
}

.list_food_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-left: 6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.list_food li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_food span {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: bold;
}
.list_food span span {
  font-size: 4rem;
}
.list_food span:nth-child(2) {
  font-size: 6rem;
  line-height: 8rem;
  color: #ff9800;
  margin-left: 0.5rem;
  letter-spacing: -0.05em;
}

.list_drink {
  padding-left: 4.5rem;
}
.list_drink li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_drink li.small span {
  line-height: 5rem;
}
.list_drink li.small span:nth-child(2) {
  font-size: 3rem;
  line-height: 5rem;
}
.list_drink span {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: bold;
}
.list_drink span span {
  font-size: 4rem;
}
.list_drink span:nth-child(2) {
  font-size: 5rem;
  line-height: 6rem;
  color: #ff9800;
  margin-left: 0.5rem;
  letter-spacing: -0.05em;
}

.txt_grap {
  width: 33.7rem;
  margin: 0 auto;
  position: absolute;
  top: 10.4rem;
  left: -1rem;
  right: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.txt_grap.is-show {
  opacity: 1;
}

.list_club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem 3.25rem 0;
}
.list_club li {
  width: 20%;
  padding: 0 0.75rem;
  text-align: center;
}
.list_club_number {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: bold;
}
.list_club_number span {
  font-size: 4rem;
}
.list_club .ttl {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: bold;
  color: #ff9800;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}

.txt_grap01 {
  width: 59.2rem;
  margin: 0 auto;
  position: absolute;
  top: 17rem;
  left: 8rem;
  right: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.txt_grap01.is-show {
  opacity: 1;
}

.ml-10 {
  margin-left: 1rem;
}

.img_data_01 {
  width: 13.9rem;
}

.img_data_02 {
  width: 31.4rem;
  margin-top: 5rem;
  margin-left: 1.4rem;
}

.img_data_03 {
  width: 32.4rem;
}

.img_data_04 {
  width: 26.7rem;
  margin-top: 1rem;
}

.img_data_05 {
  width: 19.5rem;
  margin-bottom: -4.7rem;
  margin-top: -1.8rem;
}

.img_data_06 {
  width: 29.6rem;
  margin-top: 2rem;
}

.img_data_07 {
  width: 21.8rem;
  margin-bottom: -2.6rem;
  margin-top: 0.9rem;
}

.img_data_08 {
  width: 38.3rem;
  margin-bottom: -2.6rem;
  margin-top: 3.9rem;
}

.img_data_09 {
  width: 25.4rem;
  margin-top: 1rem;
}

.img_data_10 {
  width: 36.35rem;
  margin-bottom: -4.6rem;
  margin-left: -4.5rem;
}

.img_data_11 {
  width: 38rem;
  margin-bottom: -3.8rem;
  margin-left: -1.8rem;
}

.img_data_12 {
  width: 100%;
  padding: 0 2.3rem 0 1.4rem;
  margin-bottom: -2.6rem;
  margin-top: 2.7rem;
}

.img_data_13 {
  width: 26.3rem;
  margin-bottom: -2.6rem;
  margin-top: 1.5rem;
}

.img_data_14 {
  width: 31.3rem;
  margin-bottom: -5rem;
  margin-top: 0.4rem;
}

.img_data_15 {
  width: 22.3rem;
  position: absolute;
  top: -5.3rem;
  left: 3rem;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.img_data_15.is-show {
  opacity: 1;
}

.img_data_16 {
  width: 11.1rem;
  position: absolute;
  bottom: 1.7rem;
  right: 2.9rem;
}

@media only screen and (max-width: 767px) {
  .ml-5_sp {
    margin-left: 0.5rem;
  }
  #recruit_data:before {
    top: 15rem;
  }
  .visual_data {
    margin: 0 -0.75rem;
  }
  .visual_data:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .visual_data_item {
    width: 50%;
    padding: 0 0.75rem;
  }
  .visual_data_item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .visual_data_item.visual_data_item_two {
    width: 100%;
  }
  .visual_data_item_full-sp {
    width: 100%;
  }
  .bl_data {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 16rem;
  }
  .bl_data:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .bl_data.bl_data_half_sp {
    width: calc(50% - 0.75rem);
    margin-top: 0;
  }
  .bl_data_ttl {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-bottom: 0.7rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bl_data_number {
    margin-bottom: 0.8rem;
  }
  .bl_data .number {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
  .bl_data .unit {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
  #chart-area_01 {
    width: 10.5rem !important;
    min-height: 10.5rem;
  }
  .txt_grap {
    width: 14.2rem;
    top: 4.8rem;
    left: -0.6rem;
  }
  .list_data_location {
    padding-left: 1.6rem;
  }
  .list_data_location li {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .list_data_location li:nth-child(n+2) {
    margin-top: 0.4rem;
  }
  .list_data_location li .number {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .list_data_location li .unit {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .list_data_location li.li04 {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .list_data_location li.li04 .number {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .list_data_location li.li04 .unit {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .list_data_location li.li05 {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .list_data_location li.li05 .number {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .list_data_location li.li05 .unit {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .list_food_content {
    padding-left: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 1rem;
  }
  .list_food span {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .list_food span span {
    font-size: 2rem;
  }
  .list_food span:nth-child(2) {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-left: 0.3rem;
    letter-spacing: -0.05em;
  }
  .list_drink {
    padding-left: 2rem;
  }
  .list_drink li.small span {
    line-height: 2.5rem;
  }
  .list_drink li.small span:nth-child(2) {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .list_drink span {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .list_drink span span {
    font-size: 2rem;
  }
  .list_drink span:nth-child(2) {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-left: 0.3rem;
    letter-spacing: -0.05em;
  }
  .list_club {
    margin: -0.6rem 1.35rem 0;
  }
  .list_club li {
    padding: 0 0.35rem;
  }
  .list_club_number {
    font-size: 1.3rem;
    line-height: 3rem;
  }
  .list_club_number span {
    font-size: 1.8rem;
  }
  .list_club .ttl {
    font-size: 1.3rem;
    line-height: 3rem;
    margin-top: -1rem;
    margin-bottom: 0rem;
  }
  .canvas_03_content {
    width: 12.6rem;
    border-bottom-width: 2px;
    margin: 2.7rem auto 0rem;
  }
  #chart-area_03-1 {
    width: 12.6rem !important;
    min-height: 8.5rem;
  }
  #chart-area_02-1 {
    width: 26.7rem !important;
    min-height: 26.7rem;
    height: auto !important;
    margin: 0.4rem auto 1.2rem;
  }
  .txt_grap01 {
    width: 24.9rem;
    top: 7rem;
    left: 2.7rem;
  }
  .img_data_01 {
    width: 6rem;
  }
  .img_data_02 {
    width: 13.3rem;
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .img_data_03 {
    width: 13.7rem;
  }
  .img_data_04 {
    width: 11.3rem;
    margin-top: 0rem;
  }
  .img_data_05 {
    width: 8.3rem;
    margin-bottom: -1.9rem;
    margin-top: -0.8rem;
  }
  .img_data_06 {
    width: 12.5rem;
    margin-top: 0.5rem;
    margin-left: 1.3rem;
  }
  .img_data_07 {
    width: 9.1rem;
    margin-bottom: -2.6rem;
    margin-top: 1rem;
  }
  .img_data_08 {
    width: 16.3rem;
    margin-bottom: -2.6rem;
    margin-top: 0rem;
  }
  .img_data_09 {
    width: 10.8rem;
    margin-top: 0rem;
  }
  .img_data_10 {
    width: 16rem;
    margin-bottom: -4.6rem;
    margin-left: -4.5rem;
  }
  .img_data_11 {
    width: 16rem;
    margin-bottom: -3.8rem;
    margin-left: -1.8rem;
  }
  .img_data_12 {
    padding: 0 1rem 0 0.5rem;
    margin-top: 1rem;
    margin-bottom: -1rem;
  }
  .img_data_13 {
    width: 11.2rem;
    margin-bottom: -2.6rem;
    margin-top: 0.5rem;
  }
  .img_data_14 {
    width: 13.3rem;
    margin-bottom: -2.5rem;
    margin-top: 0.4rem;
  }
  .img_data_15 {
    width: 9.5rem;
    top: -1.8rem;
    left: 1.1rem;
  }
  .img_data_16 {
    width: 4.8rem;
    bottom: 0.7rem;
    right: 1.2rem;
  }
  .mt-0_sp {
    margin-top: 0 !important;
  }
  .w-50_sp {
    width: 50% !important;
  }
  .w-100_sp {
    width: 100% !important;
  }
}
.header_recruitsite_page header {
  height: 8rem !important;
  margin-top: 0 !important;
  top: 0 !important;
  background: #fff !important;
}

.ttl_recruit_page {
  padding-top: 16rem;
}
.ttl_recruit_page.top_recruit_sec_ttl {
  top: 0;
}
.ttl_recruit_page.top_recruit_sec_ttl .txt > span {
  padding: 0 3.5rem 0 2.5rem;
}

.visual_happy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.visual_happy_container {
  overflow: hidden;
  padding-top: 2rem;
  margin-top: -2rem;
}
.visual_happy_img {
  width: 50%;
  position: relative;
}
.visual_happy_img figure {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  overflow: hidden;
}
.visual_happy_img figure img {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.visual_happy_img.is-show figure {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.visual_happy_img.is-show figure img {
  opacity: 1;
  -webkit-transition: opacity 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 0.8s;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 0.8s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.visual_happy_info {
  width: 50%;
}
.visual_happy .ttl_happy {
  padding-left: 3.5rem;
  margin-top: -1.5rem;
  margin-bottom: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.visual_happy .ttl_happy > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.visual_happy .ttl_happy span {
  -webkit-transform: translate3d(4rem, 0, 0);
          transform: translate3d(4rem, 0, 0);
  opacity: 0;
}
.visual_happy .ttl_happy span.w-80 {
  width: 8rem;
}
.visual_happy .ttl_happy.is-show span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.visual_happy .ttl_happy.is-show .span1 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.visual_happy .ttl_happy.is-show .span2 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.visual_happy .ttl_happy.is-show .span3 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.visual_happy .ttl_happy.is-show .span4 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}
.visual_happy .ttl_happy.is-show .span5 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.visual_happy .ttl_happy.is-show .span6 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.visual_happy .ttl_happy.is-show .span7 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.visual_happy .ttl_happy.is-show .span8 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}
.visual_happy .ttl_happy.is-show .span9 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.visual_happy .ttl_happy.is-show .span10 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}
.visual_happy .ttl_happy.is-show .span11 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.visual_happy .ttl_happy.is-show .span12 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
}
.visual_happy .ttl_happy.is-show .span13 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.visual_happy .ttl_happy.is-show .span14 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
}
.visual_happy .ttl_happy.is-show .span15 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}
.visual_happy .ttl_happy.is-show .span16 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}
.visual_happy .ttl_happy.is-show .span17 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.visual_happy .ttl_happy.is-show .span18 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
}
.visual_happy .ttl_happy.is-show .span19 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
.visual_happy .ttl_happy.is-show .span20 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
}
.visual_happy .ttl_happy.is-show .span21 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.visual_happy .ttl_happy.is-show .span22 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
}
.visual_happy .ttl_happy.is-show .span23 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
}
.visual_happy .ttl_happy.is-show .span24 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
}
.visual_happy .ttl_happy.is-show .span25 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
.visual_happy .ttl_happy.is-show .span26 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
}
.visual_happy .ttl_happy.is-show .span27 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
.visual_happy .ttl_happy.is-show .span28 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
}
.visual_happy .ttl_happy.is-show .span29 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
.visual_happy .ttl_happy.is-show .span30 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.45s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.45s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.45s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.45s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.45s;
}
.visual_happy .ttl_happy.is-show .span31 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s, opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
.visual_happy_txt {
  padding: 10rem 5rem 8rem 4rem;
  position: relative;
}
.visual_happy_txt:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: url("../images/recruit/pink_bk.png") repeat;
  background-size: contain;
  height: 100%;
  width: calc(100% + 10rem);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.visual_happy_txt.is-show:before {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.visual_happy_txt.is-show .txt_happy, .visual_happy_txt.is-show .txt_happy-small {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.visual_happy_txt .txt_happy, .visual_happy_txt .txt_happy-small {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}
.visual_happy:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.visual_happy:nth-child(even) .visual_happy_txt {
  padding-left: 6.5rem;
  padding-right: 3rem;
}
.visual_happy:nth-child(even) .visual_happy_txt:before {
  left: 0;
  right: auto;
}
.visual_happy:nth-child(even) .ttl_happy {
  padding-left: 0;
}
.visual_happy:nth-child(n+2) {
  margin-top: 14rem;
}
.visual_happy_02 .visual_happy_txt {
  padding-top: 7rem;
}
.visual_happy_02 .ttl_happy {
  margin-top: 12.1rem;
}
.visual_happy_03 .visual_happy_txt {
  padding-top: 6.5rem;
}
.visual_happy_04 .visual_happy_txt {
  padding-top: 7rem;
}
.visual_happy_04 .ttl_happy {
  margin-top: 9.6rem;
}
.visual_happy_05 .visual_happy_txt {
  padding-top: 8rem;
}
.visual_happy_05 .visual_happy_img {
  margin-top: 9rem;
}
.visual_happy_05 .ttl_happy {
  margin-top: 0;
}
.visual_happy .staff_01 {
  position: absolute;
  width: 16.35rem;
  top: -10.8rem;
  right: 4.2rem;
}
.visual_happy .staff_02 {
  position: absolute;
  width: 11.5rem;
  top: -19.8rem;
  left: 16.7rem;
}
.visual_happy .staff_03 {
  width: 36.8rem;
  margin-top: -4rem;
  margin-right: 1.9rem;
}
.visual_happy .staff_04 {
  position: absolute;
  width: 13.1rem;
  top: -23.8rem;
  left: 16.7rem;
}
.visual_happy .staff_05 {
  position: absolute;
  width: 23.6rem;
  top: -20rem;
  right: -3rem;
}
.visual_happy .icon_happy_01 {
  width: 12rem;
  top: 100%;
  position: absolute;
  left: -12rem;
}
.visual_happy .icon_happy_02 {
  width: 10rem;
  top: 100%;
  position: absolute;
  right: -10rem;
}
.visual_happy .icon_happy_03 {
  width: 6rem;
  top: 100%;
  position: absolute;
  left: -6rem;
}
.visual_happy .icon_happy_04 {
  width: 20rem;
  top: 100%;
  position: absolute;
  right: -20rem;
}

.rec_recruit_content {
  padding-top: 8rem;
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}

.list_recruit_select {
  width: calc(50% - 2rem);
  position: relative;
}
.list_recruit_select select {
  width: 100%;
  height: 4rem;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 2rem 0 2rem;
  outline: none;
  position: relative;
}
.list_recruit_select:after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.3rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  background: #fff;
  z-index: 2;
  margin-top: -0.2rem;
  pointer-events: none;
}
.list_recruit_select:before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 4rem;
  right: 1px;
  top: 1px;
  bottom: 1px;
  pointer-events: none;
}
.list_recruit_select_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}

#table_recruit {
  margin-bottom: 5rem;
}
#table_recruit .tableTtl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 2rem auto 0px;
  background-color: #00568c;
  display: block;
  border: solid 1px #cacaca;
  border-bottom: none;
  padding: 2.5rem 0;
  color: #fff;
}
#table_recruit table {
  width: 100%;
}
#table_recruit table th {
  width: 21rem;
  border: solid 1px #cacaca;
  background-color: #d7e5f0;
  border-right: none;
  padding: 2rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7;
  font-weight: bold;
}
#table_recruit table td {
  border: solid 1px #cacaca;
  border-left: none;
  padding: 2rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .header_recruitsite_page header {
    height: 6rem !important;
  }
  .header_recruitsite_page header .btn_hambuger_txt {
    color: #000;
  }
  .header_recruitsite_page header .btn_hambuger_line span {
    background: #000;
  }
  .ttl_recruit_page {
    padding-top: 10rem;
  }
  .ttl_recruit_page.top_recruit_sec_ttl .txt > span {
    padding: 0 1.5rem 0 1rem;
  }
  #recruit_happy .content {
    padding: 0 1.5rem;
  }
  #recruit_happy .top_recruit_sec_ttl {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .visual_happy {
    margin: 0 -1.5rem;
  }
  .visual_happy_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .visual_happy_img figure img {
    width: 30rem;
  }
  .visual_happy_info {
    width: calc(100% - 5rem);
  }
  .visual_happy_txt {
    padding: 5rem 2.5rem 4.1rem 3.2rem;
  }
  .visual_happy_txt:before {
    width: 100%;
  }
  .visual_happy .ttl_happy {
    padding-left: 4.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .visual_happy .ttl_happy span.w-40_sp {
    width: 4rem;
  }
  .visual_happy .ttl_happy span.w-50_sp {
    width: 5rem;
  }
  .visual_happy .txt_happy {
    margin-right: -2rem;
  }
  .visual_happy:nth-child(n+2) {
    margin-top: 7.5rem;
  }
  .visual_happy:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .visual_happy:nth-child(odd) .visual_happy_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .visual_happy:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .visual_happy:nth-child(even) .visual_happy_txt {
    padding: 5rem 2rem 4.1rem 3.2rem;
  }
  .visual_happy:nth-child(even) .ttl_happy {
    padding-left: 2rem;
  }
  .visual_happy_02 .ttl_happy {
    margin-top: 3.3rem;
  }
  .visual_happy_03 .visual_happy_info {
    width: calc(100% - 3rem);
  }
  .visual_happy_03 .ttl_happy {
    padding-left: 4rem;
  }
  .visual_happy_03 .visual_happy_txt {
    padding-left: 4rem;
    padding-top: 4.5rem;
    padding-bottom: 7.1rem;
    padding-right: 2rem;
  }
  .visual_happy_04 .ttl_happy {
    margin-top: 3.8rem;
  }
  .visual_happy_04 .visual_happy_info {
    width: calc(100% - 7.5rem);
  }
  .visual_happy_05 .visual_happy_img {
    margin-top: 0;
  }
  .visual_happy_05 .visual_happy_txt {
    padding-top: 5rem;
  }
  .visual_happy .icon_happy_01 {
    position: relative;
    left: 0;
    width: 5rem;
    top: 5rem;
  }
  .visual_happy .icon_happy_02 {
    position: relative;
    right: 0;
    width: 5rem;
    top: 3rem;
  }
  .visual_happy .icon_happy_03 {
    position: relative;
    left: 0;
    width: 3rem;
    top: 8rem;
  }
  .visual_happy .icon_happy_04 {
    position: relative;
    right: 0;
    width: 7.5rem;
    top: 2.3rem;
  }
  .visual_happy .staff_01 {
    width: 8.15rem;
    right: 1.8rem;
    top: -6.6rem;
  }
  .visual_happy .staff_02 {
    width: 5.75rem;
    top: -9.9rem;
    left: 10.3rem;
  }
  .visual_happy .staff_03 {
    width: 18.4rem;
    margin-right: 2.1rem;
    margin-top: -5rem;
  }
  .visual_happy .staff_04 {
    width: 6.55rem;
    top: -11rem;
    left: 10.5rem;
  }
  .visual_happy .staff_05 {
    width: 11.55rem;
    top: -10rem;
    right: -1rem;
  }
  .rec_recruit_content {
    padding-top: 5rem;
  }
  .list_recruit_select {
    width: calc(50% - 1rem);
  }
  .list_recruit_select select {
    height: 3.2rem;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
  .list_recruit_select_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
  }
  #table_recruit {
    margin-bottom: 4rem;
  }
  #table_recruit .tableTtl {
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
  #table_recruit table th {
    width: 9rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
  #table_recruit table td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
#recruit_work .visual_happy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#recruit_work .visual_happy_info {
  width: 75.9rem;
}
#recruit_work .visual_happy_img {
  width: calc(100% - 75.9rem);
}
#recruit_work .visual_happy_img figure {
  width: 28.5rem;
}
#recruit_work .visual_happy:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#recruit_work .visual_happy:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#recruit_work .visual_happy:nth-child(even) .visual_happy_info {
  width: 82.4rem;
}
#recruit_work .visual_happy:nth-child(even) .visual_happy_img {
  width: calc(100% - 82.4rem);
}
#recruit_work .visual_happy:nth-child(even) .visual_happy_img figure {
  margin-left: auto;
}
#recruit_work .visual_happy:nth-child(even) .visual_happy_txt {
  padding: 5rem 6rem 5rem 18.9rem;
}
#recruit_work .visual_happy:nth-child(even) .visual_happy_txt:before {
  left: auto;
  right: 0;
  width: calc(100% - 12.9rem);
}
#recruit_work .visual_happy:nth-child(even) .ttl_happy {
  padding-left: 12.9rem;
}
#recruit_work .visual_happy:nth-child(even) .visual_happy_bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#recruit_work .visual_happy_txt {
  padding: 5rem 12.4rem 5rem 6rem;
}
#recruit_work .visual_happy_txt:before {
  background-image: url("../images/recruit/green_bk.png");
  width: calc(100% - 6.4rem);
  left: 0;
}
#recruit_work .visual_happy .ttl_happy {
  padding-left: 0;
  margin-top: 0;
}

.txt_work {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 0rem 12.4rem 0 6rem;
}

.visual_happy_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon_work_01 {
  width: 6.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.icon_work_02 {
  width: 12.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.img_work_02 {
  width: 28.3rem !important;
}

.img_work_04 {
  width: 28.4rem !important;
}

@media only screen and (max-width: 767px) {
  #recruit_work .content {
    padding: 0 1.5rem;
  }
  #recruit_work .top_recruit_sec_ttl {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  #recruit_work .visual_happy {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    padding-right: 2.8rem;
  }
  #recruit_work .visual_happy_img {
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #recruit_work .visual_happy_img figure {
    width: 12.5rem;
    margin-right: 2.5rem;
    margin-top: -2rem;
  }
  #recruit_work .visual_happy_info {
    width: 100% !important;
  }
  #recruit_work .visual_happy .ttl_happy {
    margin-top: 1.5rem;
    padding-left: 1.4rem;
  }
  #recruit_work .visual_happy_txt {
    padding: 3rem 6rem 3rem 3rem;
  }
  #recruit_work .visual_happy_txt:before {
    width: calc(100% - 3rem);
  }
  #recruit_work .visual_happy:nth-child(even) {
    padding-right: 0;
    padding-left: 2.8rem;
  }
  #recruit_work .visual_happy:nth-child(even) .visual_happy_txt {
    padding: 3rem 3rem 3rem 6rem;
  }
  #recruit_work .visual_happy:nth-child(even) .visual_happy_txt:before {
    width: calc(100% - 3rem);
  }
  #recruit_work .visual_happy:nth-child(even) .ttl_happy {
    padding-left: 3rem;
  }
  #recruit_work .visual_happy:nth-child(even) .visual_happy_img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #recruit_work .visual_happy:nth-child(even) .visual_happy_img figure {
    margin-left: 6rem;
    width: 12.5rem !important;
    margin-top: -4rem;
  }
  #recruit_work .visual_happy.visual_happy_02 .visual_happy_bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #recruit_work .visual_happy.visual_happy_02 .visual_happy_img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #recruit_work .visual_happy.visual_happy_02 .visual_happy_img figure {
    margin-left: 5.5rem;
    width: 11.5rem !important;
    margin-top: -5.5rem;
  }
  .visual_happy_bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .txt_work {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 1rem 2rem 0 3.2rem;
    width: 21rem;
  }
  .txt_work span {
    display: inline-block;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
  }
  .icon_work_01 {
    width: 3rem;
  }
  .icon_work_02 {
    width: 6rem;
  }
  .icon_work_02 img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.top_recruitsite .top-show {
  display: block;
}
.top_recruitsite .top-hide {
  display: none;
}
.top_recruitsite .wrapper_recruit {
  padding-bottom: 17rem;
}
.top_recruitsite #wrap_body {
  padding-top: 33.3333333333vh;
  margin-top: -33.3333333333vh;
}

.top-show {
  display: none;
}

.wrapper_recruit {
  padding-bottom: 15rem;
}

.shape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  z-index: 1;
}
.shape.is-show {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.shape_content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.shape_01 {
  width: 5rem;
  height: 2.5rem;
  overflow: hidden;
  left: 7.3rem;
  top: 7.7rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shape_01:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 1px solid;
  border-radius: 100%;
}
.shape_02 {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid;
  border-radius: 100%;
  left: 1.1rem;
  top: 27.3rem;
}
.shape_03 {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid;
  border-radius: 100%;
  left: 11.5rem;
  top: 47.9rem;
}
.shape_04 {
  width: 5rem;
  height: 1px;
  top: 68.4rem;
  left: 1rem;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.shape_05 {
  width: 5rem;
  height: 2.5rem;
  overflow: hidden;
  left: 13rem;
  top: 87.6rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shape_05:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 1px solid;
  border-radius: 100%;
}
.shape_06 {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid;
  left: 4rem;
  top: 116rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.shape_07 {
  width: 5rem;
  height: 5rem;
  border: 1px solid;
  border-radius: 100%;
  left: 13.5rem;
  top: 120.2rem;
}
.shape_08 {
  width: 5rem;
  height: 5rem;
  border: 1px solid;
  border-radius: 100%;
  right: 7.2rem;
  top: 8.3rem;
}
.shape_09 {
  width: 2rem;
  height: 2rem;
  border: 1px solid;
  right: 0.6rem;
  top: 19.7rem;
}
.shape_10 {
  width: 5rem;
  height: 2.5rem;
  overflow: hidden;
  right: 8.7rem;
  top: 43.9rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.shape_10:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 1px solid;
  border-radius: 100%;
}
.shape_11 {
  width: 5rem;
  height: 1px;
  top: 68.4rem;
  right: -0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shape_12 {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid;
  border-radius: 100%;
  right: 11.8rem;
  top: 87rem;
}
.shape_13 {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid;
  border-radius: 100%;
  right: 4rem;
  top: 108.5rem;
}
.shape_icon {
  position: absolute;
  border-color: #ff90c7;
}
.shape_icon:after {
  border-color: #ff90c7;
}
.shape_icon.shape_04, .shape_icon.shape_11 {
  background: #ff90c7;
}
.shape .is-show1 .shape_icon {
  border-color: #ff9800;
}
.shape .is-show1 .shape_icon:after {
  border-color: #ff9800;
}
.shape .is-show1 .shape_icon.shape_04, .shape .is-show1 .shape_icon.shape_11 {
  background: #ff9800;
}
.shape .is-show2 .shape_icon {
  border-color: #91cc3e;
}
.shape .is-show2 .shape_icon:after {
  border-color: #91cc3e;
}
.shape .is-show2 .shape_icon.shape_04, .shape .is-show2 .shape_icon.shape_11 {
  background: #91cc3e;
}
.shape .is-show3 .shape_icon {
  border-color: #5bafe4;
}
.shape .is-show3 .shape_icon:after {
  border-color: #5bafe4;
}
.shape .is-show3 .shape_icon.shape_04, .shape .is-show3 .shape_icon.shape_11 {
  background: #5bafe4;
}

.top_recruit_ttl {
  height: 100vh;
  font-weight: bold;
  font-size: 8rem;
  line-height: 8rem;
  color: #fff;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.top_recruit_ttl_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  overflow: hidden;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top_recruit_ttl_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 3rem;
  right: 0;
  overflow: hidden;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top_recruit_ttl span {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.top_recruit_ttl.is-show span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(2) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(3) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(4) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(5) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(8) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(9) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_top span:nth-of-type(10) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(2) {
  -webkit-transition-delay: 0.77s;
          transition-delay: 0.77s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(3) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(4) {
  -webkit-transition-delay: 0.91s;
          transition-delay: 0.91s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(5) {
  -webkit-transition-delay: 0.98s;
          transition-delay: 0.98s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(6) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(7) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(8) {
  -webkit-transition-delay: 1.19s;
          transition-delay: 1.19s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(9) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(10) {
  -webkit-transition-delay: 1.33s;
          transition-delay: 1.33s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(11) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.top_recruit_ttl.is-show .top_recruit_ttl_bot span:nth-of-type(12) {
  -webkit-transition-delay: 1.47s;
          transition-delay: 1.47s;
}

.bg_back_img {
  background: url("../images/recruit/back_img.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.3s ease-out;
  transition: opacity 0.7s 0.3s ease-out;
}
.bg_back_img.is-show {
  opacity: 1;
}
.bg_back_img.is-absolute {
  position: absolute;
  bottom: 0;
  top: auto;
}

.top_recruit_copy {
  padding-top: 19.5rem;
  position: relative;
}
.top_recruit_copy .content {
  position: relative;
}
.top_recruit_copy .ttl_left {
  top: 12.5rem;
  color: #000;
}
.top_recruit_copy .ttl_left .number:after {
  background: #000;
}
.top_recruit_copy_txt {
  width: 94rem;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  font-size: 3rem;
  line-height: 7rem;
  font-weight: bold;
  padding: 5rem 4rem 7rem;
  letter-spacing: -0.05em;
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
  transition: transform 0s ease-out, -webkit-transform 0s ease-out;
}
.top_recruit_copy_txt_content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_recruit_copy_txt .mask_child {
  margin: 1px 0;
}
.top_recruit_copy_txt .mask_child > span span {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_recruit_copy_txt.is-show .mask_child {
  margin: 1px 0;
}
.top_recruit_copy_txt.is-show .mask_child > span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.mask_child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.mask_child > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  opacity: 0;
}

.top_recruit_sec {
  background: url("../images/recruit/bg_top_recruit_01.jpg") no-repeat center center;
  background-size: cover;
  height: 45rem;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: relative;
  display: block;
}
.top_recruit_sec_02 {
  background-image: url("../images/recruit/bg_top_recruit_02.png");
}
.top_recruit_sec_03 {
  background-image: url("../images/recruit/bg_top_recruit_03.jpg");
}
.top_recruit_sec.is-show {
  opacity: 1;
}
.top_recruit_sec:hover {
  opacity: 0.8;
}
.top_recruit_sec .content {
  position: relative;
  padding: 0 10rem;
  width: 140rem;
}
.top_recruit_sec:nth-child(n+2) {
  margin-top: 11.6rem;
}
.top_recruit_sec_container {
  padding-top: 28rem;
}
.top_recruit_sec_ttl {
  top: -6.7rem;
  position: relative;
  overflow: hidden;
}
.top_recruit_sec_ttl .txt {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  display: inline-block;
}
.top_recruit_sec_ttl .txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s 0.4s ease-out;
  transition: -webkit-transform 0.4s 0.4s ease-out;
  transition: transform 0.4s 0.4s ease-out;
  transition: transform 0.4s 0.4s ease-out, -webkit-transform 0.4s 0.4s ease-out;
  height: 100%;
  background: #000;
}
.top_recruit_sec_ttl .txt.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top_recruit_sec_ttl .txt.is-show:after {
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
}
.top_recruit_sec_ttl .txt > span {
  color: #fff;
  font-weight: bold;
  font-size: 8rem;
  line-height: 10rem;
  display: inline-block;
  padding: 0 4rem 0 3.2rem;
  background: #000;
}
.top_recruit_sec_ttl .txt > span.small {
  font-size: 4rem;
  line-height: 5rem;
}
.top_recruit_sec_txt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: -5rem;
  padding-left: 3.2rem;
  color: #fff;
}
.top_recruit_sec .content {
  position: relative;
  height: 100%;
}
.top_recruit_sec .btn_more {
  position: absolute;
  bottom: 2.5rem;
  right: 2rem;
}

.ttl_left {
  position: absolute;
  left: 4rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  top: 4rem;
}
.ttl_left .number {
  position: relative;
  padding-bottom: 5.5rem;
  display: block;
}
.ttl_left .number:after {
  content: "";
  width: 1px;
  height: 3.3rem;
  position: absolute;
  bottom: 1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.ttl_left .txt {
  display: block;
}
.ttl_left .txt span {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 1.3rem;
}
.ttl_left .txt span.space {
  height: 0.5rem;
}

.is-tab .top_recruit_ttl {
  height: calc(var(--vh, 1vh) * 100) !important;
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .top_recruit_sec_ttl .txt > span {
    padding-top: 1.4rem !important;
    margin-bottom: -1.4rem;
  }
  .top_recruit_sec_ttl .txt > span.has-Lato {
    padding-top: 0rem !important;
    margin-bottom: 0rem;
  }
  .top_recruit_sec_ttl .txt > span.small {
    padding-top: 1rem;
    margin-bottom: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .shape {
    display: none;
  }
  .top_recruitsite .wrapper_recruit {
    padding-bottom: 7.5rem;
  }
  .wrapper_recruit {
    padding-bottom: 12rem;
  }
  .bg_back_img {
    top: -100vh;
    position: absolute !important;
    background-image: url("../images/recruit/back_img_sp.jpg");
    top: calc(var(--vh, 1vh) * -100);
    height: calc(var(--vh, 1vh) * 100);
  }
  .top_recruit_ttl {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .top_recruit_ttl_top {
    padding-top: 0.7rem;
    padding-left: 2rem;
  }
  .top_recruit_ttl_bot {
    bottom: 1.4rem;
    margin-left: 0.4rem;
    right: -2rem;
  }
  .top_recruit_copy {
    padding-top: 5rem;
    background: #fff;
  }
  .top_recruit_copy .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_recruit_copy_txt {
    font-size: 1.7rem;
    line-height: 4rem;
    padding: 2.5rem 1.5rem 1.2rem;
    width: 100%;
  }
  .top_recruit_copy .ttl_left {
    top: 4rem;
    z-index: 1;
  }
  .mask_child span {
    vertical-align: bottom;
  }
  .top_recruit_sec {
    height: 37.5rem;
    background-image: url("../images/recruit/bg_top_recruit_01_sp.jpg");
  }
  .top_recruit_sec_02 {
    background-image: url("../images/recruit/bg_top_recruit_02_sp.png");
  }
  .top_recruit_sec_03 {
    background-image: url("../images/recruit/bg_top_recruit_03_sp.jpg");
  }
  .top_recruit_sec:nth-child(n+2) {
    margin-top: 12.4rem;
  }
  .top_recruit_sec_container {
    padding-top: 12rem;
  }
  .top_recruit_sec_ttl {
    margin-left: -2rem;
    margin-right: -2rem;
    top: -3.3rem;
  }
  .top_recruit_sec_ttl .txt > span {
    font-size: 4rem;
    line-height: 5rem;
    padding: 0 1.5rem 0 1rem;
  }
  .top_recruit_sec_ttl .txt > span.small {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .top_recruit_sec_txt {
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: -2.1rem;
  }
  .top_recruit_sec .btn_more {
    right: 1.5rem;
    bottom: 2rem;
  }
  .top_recruit_sec .content {
    padding: 0 2rem;
  }
  .ttl_left {
    left: auto;
    right: 1.5rem;
    font-size: 1rem;
    line-height: 1rem;
    top: -7.5rem;
    color: #000;
  }
  .ttl_left .number {
    padding-bottom: 2.7rem;
  }
  .ttl_left .number:after {
    bottom: 0.5rem;
    height: 1.7rem;
    background: #000;
  }
  .ttl_left .txt span {
    line-height: 0.8rem;
  }
}
#developList {
  font-size: 1.4rem;
  line-height: 1.1em;
}
#developList .ttl_h4 {
  margin: 0;
  margin-bottom: 7rem;
  color: #007BBB;
  border-color: #007BBB;
  font-size: 2.5rem;
}

#developList .gameList .text .title {
  padding: 1.4rem 0 1.2rem 2rem;
  border-left: solid 2px #007BBB;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007BBB;
}

#developList .gameList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#developList .gameList .pic {
  width: 30rem;
  margin-left: 2rem;
  margin-right: 3rem;
}
#developList .gameList .text {
  width: calc(100% - 35rem);
}
#developList .gameList .topicG {
  width: 100%;
  min-height: 7rem;
  margin-top: 3.5rem;
  background: url("../images/service/img_development_02.png") no-repeat 5rem center;
  line-height: 1.8;
  padding-left: 26rem;
  background-size: 20rem 8rem;
}
#developList .gameList .topicG p {
  height: 7.4rem;
  vertical-align: middle;
  display: table-cell;
}
#developList .gameList .topicS {
  width: 100%;
  min-height: 7rem;
  margin-top: 3.5rem;
  background: url("../images/service/img_development_03.png") no-repeat 5rem center;
  line-height: 1.8;
  padding-left: 26rem;
  background-size: 20rem 8rem;
}
#developList .gameList .topicS p {
  height: 7.4rem;
  vertical-align: middle;
  display: table-cell;
}

#developList .gameList .tableBox table {
  width: 100%;
}
#developList .gameList .tableBox th {
  font-weight: normal;
  font-size: 1.4rem;
  text-align: left;
  width: 14rem;
  border-top: solid 1px #007BBB;
  padding: 2rem 0 1.2rem 0.2rem;
  line-height: 1.7;
}
#developList .gameList .tableBox td {
  font-size: 1.4rem;
  text-align: left;
  border-top: solid 1px #007BBB;
  padding: 2rem 0 1.2rem;
  line-height: 1.7;
}
#developList .gameList .tableBox td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#developList .gameList .tableBox td .icon {
  font-size: 3rem;
  line-height: 2rem;
  position: relative;
  top: 0.6rem;
}
#developList .gameList .tableBox .nol {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  #developList {
    padding: 5rem 0 0;
  }
  #developList .ttl_h4 {
    margin-bottom: 3rem;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  #developList .gameList {
    padding-bottom: 4rem;
  }
  #developList .gameList .pic {
    width: 35%;
    margin: 0;
    padding: 0 5% 0 0;
  }
  #developList .gameList .text {
    width: 65%;
  }
  #developList .gameList .text .title {
    padding: 0.7rem 0 0.7rem 0.7rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #developList .gameList .tableBox th {
    font-size: 1.2rem;
    width: 7rem;
    padding: 1rem 0 0.6rem 0.2rem;
  }
  #developList .gameList .tableBox td {
    font-size: 1.2rem;
    padding: 1rem 0 1rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }
  #developList .gameList .tableBox td .icon {
    font-size: 2.5rem;
    line-height: 2.5rem;
    top: 0.2rem;
    text-indent: 0;
    padding-left: 0;
  }
  #developList .gameList .topicG {
    background: url(../images/service/img_development_02.png) no-repeat 0rem center;
    padding-left: 11rem;
    background-size: 10rem 4rem;
    margin: 2rem -1rem 0;
    width: auto;
    font-size: 1.2rem;
  }
  #developList .gameList .topicS {
    background: url(../images/service/img_development_03.png) no-repeat 0rem center;
    padding-left: 11rem;
    background-size: 10rem 4rem;
    margin: 2rem -1rem 0;
    width: auto;
    font-size: 1.2rem;
  }
}
.sec_service_game {
  padding-bottom: 17rem;
}
.sec_service_game_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_service_game_info .list_game_enter {
  margin-bottom: 7.4rem;
}

.sec_service_digital {
  background: #f2f2f2;
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.visual_service_digital .visual_concept_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.visual_service_digital .visual_concept_info .btn_default {
  margin-top: 2rem;
}

.solution_service {
  padding-bottom: 19rem;
}

.visual_solution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 -4.5rem;
}
.visual_solution_list_item {
  width: 50%;
  padding: 0 4.5rem;
}
.visual_solution_list_item:nth-child(n+3) {
  margin-top: 10rem;
}

.solution_link {
  margin-top: 18rem;
}
.solution_link .txt_default-small {
  line-height: 2.4rem;
}

.debug_service {
  padding-bottom: 19rem;
}

@media only screen and (max-width: 767px) {
  .sec_service_game {
    padding-bottom: 7.5rem;
  }
  .sec_service_game_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_service_game_info .list_game_enter {
    margin-bottom: 0rem;
    margin-top: 1.5rem;
  }
  .sec_service_digital {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .visual_service_digital .visual_concept_info .txt {
    line-height: 2rem;
  }
  .visual_service_digital .visual_concept_info .visual_concept_img {
    margin-top: 1.8rem;
  }
  .visual_service_digital .btn_default {
    margin-top: 1.8rem;
  }
  .solution_service {
    padding-bottom: 5rem;
  }
  .service_message_type.company_message .company_message_info:nth-child(n+2) {
    margin-top: 2rem;
  }
  .visual_solution_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .visual_solution_list_item {
    width: 100%;
    padding: 0;
  }
  .visual_solution_list_item:nth-child(n+2) {
    margin-top: 2.8rem;
  }
  .visual_solution_list .txt_small {
    letter-spacing: normal;
  }
  .solution_link {
    margin-top: 7.5rem;
  }
  .solution_link .txt_default-small {
    font-weight: normal !important;
  }
  .debug_service {
    padding-bottom: 5rem;
  }
}
.visual_main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 75rem;
  overflow: hidden;
  z-index: 2;
}
.visual_main_content {
  position: relative;
  z-index: 1;
}
.visual_main_content.is-show .is-span01 {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
.visual_main_content.is-show .is-span02 {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
  -webkit-transition: 1.5s 1.5s ease;
  transition: 1.5s 1.5s ease;
}
.visual_main_content.is-show .is-span03 {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
  -webkit-transition: 1s 2.5s ease;
  transition: 1s 2.5s ease;
}
.visual_main_content.is-show .is-span04 {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
  -webkit-transition: 1s 3.5s ease;
  transition: 1s 3.5s ease;
}
.visual_main_content.is-show01 .is-span01 {
  -webkit-transform: translate(0, 0rem) !important;
          transform: translate(0, 0rem) !important;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
.visual_main_ttl {
  line-height: 9rem;
  font-weight: 900;
  text-align: center;
  padding-top: 15.4rem;
  letter-spacing: 0.5em;
  position: relative;
}
.visual_main_ttl .span01 {
  font-size: 6.2rem;
  opacity: 0;
  display: inline-block;
}
.visual_main_ttl .span01 .small {
  opacity: 1;
}
.visual_main_ttl .span02 {
  font-size: 6.4rem;
}
.visual_main_ttl .span03 {
  font-size: 3.8rem;
  vertical-align: text-bottom;
  margin-right: -1rem;
}
.visual_main_ttl .span04 {
  font-size: 3.8rem;
  vertical-align: baseline;
  margin-right: -1.5rem;
}
.visual_main_ttl .small {
  font-size: 5rem;
}
.visual_main_ttl .row2 {
  margin-top: -3rem;
}
.visual_main_ttl span {
  opacity: 0;
  display: inline-block;
}
.visual_main_ttl .is-span02 {
  -webkit-transform: translate(-2rem, 0);
          transform: translate(-2rem, 0);
}
.visual_main_ttl .is-span03 {
  -webkit-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
}
.visual_main_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2.9rem;
  width: 100%;
  font-weight: bold;
  margin-top: -1rem;
  letter-spacing: 0.02em;
  opacity: 0;
}
.visual_main_txt.is-span04 {
  -webkit-transform: translate(0, 2rem);
          transform: translate(0, 2rem);
}
.visual_main_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 232rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -19rem;
}

.bg_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.sec_top_copy {
  padding-bottom: 42.7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sec_top_copy figure {
  width: 43.5rem;
  margin: 0 auto;
}
.sec_top_copy_content {
  padding-bottom: 10rem;
  position: relative;
  z-index: 2;
  padding-top: 9.4rem;
  background: #fff;
}
.sec_top_copy_bg {
  position: absolute;
  left: 0;
  bottom: -45vh;
  width: 100%;
  height: 232rem;
  z-index: 1;
  background: url("../images/top/img_visual_main.jpg") no-repeat;
  background-size: cover;
  background-position: center 0;
}

.txt_top_copy {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.sec_top_service {
  padding-top: 19rem;
  position: relative;
  padding-bottom: 23.6rem;
  overflow: hidden;
  background: #f2f2f2;
  z-index: 2;
}
.sec_top_service_content {
  padding-left: 5.5rem;
  position: relative;
  z-index: 1;
}
.sec_top_service_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12.5rem;
}
.sec_top_service_info_txt {
  width: 34rem;
  padding-right: 4rem;
}
.sec_top_service_info .btn_default {
  margin-top: 5.5rem;
}

.visual_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.visual_top_info {
  width: 48%;
  padding-right: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-top: -2rem;
}
.visual_top_img {
  width: 52%;
}
.visual_top .txt_default {
  letter-spacing: normal;
  margin-bottom: 2rem;
}

.sec_top_company {
  padding-top: 23.4rem;
  padding-bottom: 14.5rem;
  position: relative;
  background: #fff;
  z-index: 2;
}
.sec_top_company .visual_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_top_company .visual_top_info {
  padding-left: 4.8rem;
  padding-right: 0;
}

.sec_top_topics {
  position: relative;
  overflow: hidden;
  padding-bottom: 42.7rem;
  z-index: 2;
}
.sec_top_topics_content {
  padding-top: 11.3rem;
  padding-bottom: 17.2rem;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
}
.sec_top_topics .btn_default {
  margin-top: 15rem;
}
.sec_top_topics_bg {
  position: absolute;
  left: 0;
  top: 118.1rem;
  width: 100%;
  height: 232rem;
  z-index: 1;
  background: url("../images/top/img_visual_main.jpg") no-repeat;
  background-size: cover;
  background-position: center -19rem;
}

.sec_top_contact {
  position: relative;
  z-index: 2;
}

.is-tab .visual_main {
  height: calc(var(--vh, 1vh) * 100) !important;
}

.top-page #wrap_body {
  position: relative;
  z-index: 1;
  background: #fff;
}
.top-page .wrapper {
  padding-bottom: 0;
}

@media screen and (-ms-high-contrast: none) {
  .visual_main_ttl {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .visual_main_bg {
    background-image: url("../images/top/img_visual_main.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .visual_main {
    height: 100vh;
    min-height: auto;
    height: calc(var(--vh, 1vh) * 100);
  }
  .visual_main_content {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .visual_main_ttl {
    padding-top: 0;
    color: #fff;
  }
  .visual_main_ttl .span01 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
  .visual_main_ttl .small {
    font-size: 2.5rem;
  }
  .visual_main_ttl .span02 {
    font-size: 3.4rem;
    line-height: 5rem;
    color: #fff !important;
  }
  .visual_main_ttl .span03 {
    font-size: 2rem;
    line-height: 5rem;
    margin-right: -0.5rem;
  }
  .visual_main_ttl .span04 {
    font-size: 2rem;
    line-height: 5rem;
    margin-right: -1rem;
  }
  .visual_main_ttl .row2 {
    margin-top: -5.5rem;
  }
  .visual_main_txt {
    font-size: 1.2rem;
    line-height: 1.35rem;
    margin-top: -2.5rem;
    color: #fff;
  }
  .visual_main_bg {
    background-image: url("../images/top/img_visual_main_sp.jpg");
    height: 100%;
    background-position: center top;
  }
  .sec_top_copy {
    padding-bottom: 14.5rem;
  }
  .sec_top_copy_content {
    padding-top: 4rem;
    overflow: hidden;
    padding-bottom: 4rem;
  }
  .sec_top_copy figure {
    width: 18.3rem;
    margin: 0 auto;
  }
  .sec_top_copy_bg {
    bottom: -30vh;
    background-image: url("../images/top/img_visual_main_sp.jpg");
    height: 100vh;
    min-height: 69.65rem;
    height: calc(var(--vh, 1vh) * 100);
  }
  .txt_top_copy {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .visual_top_info {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .visual_top_img {
    width: 100%;
  }
  .visual_top .txt_default {
    margin-bottom: 1.5rem;
    margin-right: -0.5rem;
  }
  .visual_top .btn_default {
    margin-top: 1.8rem;
  }
  .sec_top_service {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
  .sec_top_service .content {
    padding-bottom: 0;
  }
  .sec_top_company {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
  .sec_top_company .visual_top_info {
    padding-left: 0;
  }
  .sec_top_topics {
    padding-bottom: 14.5rem;
  }
  .sec_top_topics_content {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .sec_top_topics .btn_default {
    margin-top: 2rem;
  }
  .sec_top_topics_bg {
    bottom: -85vh;
    background-image: url("../images/top/img_visual_main_sp.jpg");
    height: 100vh;
    min-height: 69.65rem;
    height: calc(var(--vh, 1vh) * 100);
    background-position: center 0;
    top: auto;
  }
}
@keyframes anime_bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 8rem;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 8rem;
    bottom: 6rem;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 6rem;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 6rem;
    top: inherit;
  }
}
@-webkit-keyframes anime_bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 8rem;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 8rem;
    bottom: 6rem;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 6rem;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 6rem;
    top: inherit;
  }
}
@keyframes anime_bar_sp {
  0% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 4rem;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 4rem;
    bottom: 4rem;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 4rem;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 4rem;
    top: inherit;
  }
}
@-webkit-keyframes anime_bar_sp {
  0% {
    height: 0;
    bottom: inherit;
    top: 0;
  }
  40% {
    height: 4rem;
    bottom: inherit;
    top: 0;
  }
  40.1% {
    height: 4rem;
    bottom: 4rem;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 4rem;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 4rem;
    top: inherit;
  }
}