@charset "UTF-8";
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #000;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  font-feature-settings: "palt"; }

.wrap {
  overflow: hidden; }

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

p {
  padding: 0;
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

table {
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-align: left;
  width: 100%; }

.margin_side_wrap {
  margin: 0 15%; }
  @media screen and (max-width: 896px) {
    .margin_side_wrap {
      margin: 0 7% 0 9%; } }
  @media screen and (max-width: 480px) {
    .margin_side_wrap {
      margin: 0 8% 0 11%; } }

/* テキスト
----------------------------------------------------------------- */
.font_large {
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5; }
  @media screen and (max-width: 480px) {
    .font_large {
      font-size: 21px;
      font-size: 1.5rem; } }

.meta_bg {
  color: #232323;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.8;
  padding: .5rem 0; }
  .meta_bg span {
    display: block;
    width: 40px;
    background-color: #435495;
    padding: 0 5px;
    color: #fff;
    margin-bottom: 0.6rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05rem; }

_:-ms-input-placeholder .meta_bg span, :root .meta_bg span {
  padding: 8px 5px 0; }

.meta_position {
  position: relative; }
  .meta_position .inner {
    color: #808080;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    padding: 0 .5rem;
    position: absolute;
    right: 0;
    bottom: 0; }

.link_window img {
  margin-left: .25rem;
  margin-bottom: .1rem;
  width: 8px; }

.link_image img {
  transition: .4s; }
  .link_image img:hover {
    opacity: .7; }

.link_txt {
  background-position: top 6px right;
  background-repeat: no-repeat;
  background-size: 6px auto;
  font-weight: 700;
  padding-right: 1rem; }
  .link_txt:hover {
    opacity: .7; }

.color_text {
  color: #232323 !important; }

.color_white {
  color: #fff !important; }

.color_gray {
  color: #333 !important; }

.color_darkgray {
  color: #808080 !important; }

.color_red {
  color: #e65c5c !important; }

.color_main {
  color: #435495 !important; }

.color_yellow {
  color: #f3e96a !important; }

.color_bg_yellow {
  color: #f9f2b5 !important; }

.color_bg_light {
  color: #f0f2f8 !important; }

.color_taruya {
  color: #01499b !important; }

.color_taruya_sub {
  color: #fefe08 !important; }

/* 背景
----------------------------------------------------------------- */
.bg_white {
  background-color: #fff; }

.bg_yasuri {
  background-image: url(/recruit/resource/images/bg_yasuri_pc.png);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 8%; }
  @media screen and (max-width: 896px) {
    .bg_yasuri {
      background-size: 6%; } }
  @media screen and (max-width: 480px) {
    .bg_yasuri {
      background-image: url(/recruit/resource/images/bg_yasuri_sp.png);
      background-size: 6.5%; } }

.bg_blue {
  background-image: url(/recruit/resource/images/bg_blue.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%; }

.bg_footer {
  background-image: url(/recruit/resource/images/bg_footer.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: 100%; }

/* ボーダー
----------------------------------------------------------------- */
.bd_text {
  border: 4px solid;
  border-color: #232323 !important; }

.bd_white {
  border: 4px solid;
  border-color: #fff !important; }

.bd_gray {
  border: 4px solid;
  border-color: #333 !important; }

.bd_darkgray {
  border: 4px solid;
  border-color: #808080 !important; }

.bd_red {
  border: 4px solid;
  border-color: #e65c5c !important; }

.bd_main {
  border: 4px solid;
  border-color: #435495 !important; }

.bd_yellow {
  border: 4px solid;
  border-color: #f3e96a !important; }

.bd_bg_yellow {
  border: 4px solid;
  border-color: #f9f2b5 !important; }

.bd_bg_light {
  border: 4px solid;
  border-color: #f0f2f8 !important; }

.bd_taruya {
  border: 4px solid;
  border-color: #01499b !important; }

.bd_taruya_sub {
  border: 4px solid;
  border-color: #fefe08 !important; }

/* 見出し
----------------------------------------------------------------- */
.hd_main_message {
  text-align: left;
  color: #435495;
  font-family: dnp-shuei-ymincho-std, sans-serif; }
  @media screen and (max-width: 480px) {
    .hd_main_message {
      font-size: 28px;
      font-size: 2rem; } }

.hd_ttl {
  height: 34vh;
  margin: auto;
  position: relative; }
  .hd_ttl h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    line-height: 1;
    letter-spacing: 0.5rem; }
    .hd_ttl h2 span {
      display: block;
      padding-top: 1rem;
      font-size: 16px;
      font-size: 1.1428571429rem;
      letter-spacing: 0.2rem; }
  @media screen and (max-width: 896px) {
    .hd_ttl {
      height: 28vh; }
      .hd_ttl h2 span {
        padding-top: 1rem; } }
  @media screen and (max-width: 480px) {
    .hd_ttl {
      font-size: 38px;
      font-size: 2.7142857143rem;
      min-height: 28vh;
      height: 100%; }
      .hd_ttl h2 span {
        padding-top: 1rem;
        font-size: 14px;
        font-size: 1rem; } }

@media screen and (max-width: 896px) and (orientation: landscape) {
  .hd_ttl {
    height: 48vh; } }

.cont_ttl {
  text-align: center;
  margin-bottom: 5.714rem; }
  .cont_ttl h3 {
    display: inline-block;
    color: #232323;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 32px;
    font-size: 2.2857142857rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #f3e96a;
    padding-bottom: 5px; }
  .cont_ttl p {
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-feature-settings: "palt"; }
  @media screen and (max-width: 896px) {
    .cont_ttl {
      margin-bottom: 4.285rem; }
      .cont_ttl h3 {
        font-size: 26px;
        font-size: 1.8571428571rem;
        letter-spacing: 0.05rem; }
      .cont_ttl p {
        font-size: 14px;
        font-size: 1rem;
        letter-spacing: 0; } }
  @media screen and (max-width: 480px) {
    .cont_ttl {
      margin-bottom: 2.857rem; }
      .cont_ttl h3 {
        display: inline;
        font-size: 28px;
        font-size: 2rem;
        letter-spacing: 0.05rem;
        line-height: 1.8; }
        .cont_ttl h3 span {
          padding-bottom: 5px; }
      .cont_ttl p {
        letter-spacing: 0; } }

.sub_ttl {
  margin-bottom: 2.142rem; }
  .sub_ttl h4 {
    letter-spacing: 0.08rem; }
  @media screen and (max-width: 480px) {
    .sub_ttl {
      margin-bottom: 1.5rem; }
      .sub_ttl h4 {
        font-size: 22px;
        font-size: 1.5714285714rem;
        letter-spacing: 0.03rem; } }

h5 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 480px) {
    h5 {
      font-size: 18px;
      font-size: 1.2857142857rem;
      margin-bottom: 1rem; } }

/* ページタイトル
----------------------------------------------------------------- */
.page_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative; }
  .page_title h2 {
    color: #fff;
    font-size: 54px;
    font-size: 3.8571428571rem;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%); }
    .page_title h2 span {
      display: block;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .page_title h2 {
      font-size: calc(100vw / 15); } }
  @media screen and (max-width: 896px) {
    .page_title {
      height: 225px; } }
  @media screen and (max-width: 480px) {
    .page_title {
      height: 150px; }
      .page_title h2 span {
        font-size: 12px;
        font-size: 0.8571428571rem; } }

@media screen and (max-width: 480px) {
  .page_g-plantdew .page_title {
    background-position: center right -50px; } }

/* パンくず
----------------------------------------------------------------- */
.breadcrumb {
  color: #808080;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 1;
  text-align: right;
  padding: 1rem 2vw 1rem 0; }
  .breadcrumb ul {
    display: flex;
    justify-content: flex-end; }
    .breadcrumb ul li a {
      color: #808080; }
    .breadcrumb ul li img {
      display: block;
      width: 13px; }
    .breadcrumb ul li:nth-child(n+2) {
      content: "";
      display: inline-block;
      background-image: url(/recruit/resource/images/ico_arrow_lightgray.svg);
      background-position: center left;
      background-repeat: no-repeat;
      background-size: 4.8px 8px;
      padding-left: 10px;
      margin-left: 6px; }
  @media screen and (max-width: 480px) {
    .breadcrumb {
      font-size: 10px;
      font-size: 0.7142857143rem; } }

/* ナビゲーション
----------------------------------------------------------------- */
.page_nav {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .page_nav {
      flex-wrap: wrap; } }
  .page_nav li a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    line-height: 1;
    padding: 1.5rem 0;
    width: 100%;
    position: relative;
    transition: .4s; }
    .page_nav li a img {
      margin-bottom: 1rem;
      width: 120px;
      height: auto;
      transition: .4s; }
      @media screen and (max-width: 896px) {
        .page_nav li a img {
          width: 90px; } }
    .page_nav li a p {
      position: relative; }
      .page_nav li a p:before {
        content: "";
        margin-left: -17px; }
      .page_nav li a p:after {
        content: "";
        background-image: url(/recruit/resource/images/ico_arrow_bottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 4px;
        bottom: 0;
        margin: auto auto auto 7px; }
      @media screen and (max-width: 896px) {
        .page_nav li a p {
          font-size: 12px;
          font-size: 0.8571428571rem; }
          .page_nav li a p:before {
            margin-left: -13px; }
          .page_nav li a p:after {
            top: 2px;
            margin-left: 3px; } }
    .page_nav li a:hover img {
      opacity: .7; }

/* ボタン
----------------------------------------------------------------- */
.btn {
  margin: auto;
  text-align: center;
  position: relative;
  transition: .4s;
  border: 1px solid #435495;
  background-color: transparent; }
  @media screen and (max-width: 480px) {
    .btn {
      font-size: 16px;
      font-size: 1.1428571429rem; } }
  .btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .btn:hover {
    background-color: #f3e96a; }
  .btn a {
    display: block;
    height: 100%;
    letter-spacing: 0.05rem; }

.btn_int {
  border-radius: 1.5rem;
  width: 12rem;
  font-size: 14px;
  font-size: 1rem;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  color: #435495;
  line-height: 1;
  font-weight: 700; }
  .btn_int:after {
    right: 1.5rem;
    width: 7px;
    height: 12px;
    background: url(/recruit/resource/images/ico_btn_b.svg) no-repeat; }
  .btn_int a {
    line-height: 0;
    padding: 1.5rem 1.875rem; }

_:-ms-input-placeholder .btn_int a, :root .btn_int a {
  padding: 1.8rem 1.875rem 1.3rem; }

.btn_entry, .btn_internship {
  border-radius: 5rem; }
  @media screen and (max-width: 896px) {
    .btn_entry, .btn_internship {
      width: none; } }
  .btn_entry:after, .btn_internship:after {
    display: none; }
  .btn_entry img, .btn_internship img {
    width: 70%;
    padding: 1.5rem 0; }

.btn_internship {
  background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 480px) {
    .btn_internship img {
      width: 80%;
      padding: 1.25rem 0; } }

.btn_cont {
  border-radius: 5rem;
  width: 25rem;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  color: #435495;
  line-height: 1;
  font-weight: 700; }
  .btn_cont:after {
    right: 2rem;
    width: 15px;
    height: 15px;
    background: url(/recruit/resource/images/ico_btn_win_b.svg) no-repeat; }
  .btn_cont a {
    padding: 1rem 0; }
  @media screen and (max-width: 896px) {
    .btn_cont {
      width: 21.5rem;
      font-size: 12px;
      font-size: 0.8571428571rem; }
      .btn_cont:after {
        right: 1rem; }
      .btn_cont a {
        margin-left: -0.8rem; } }

_:-ms-input-placeholder .btn_cont a, :root .btn_cont a {
  padding: 20px 0 12px; }

.btn_ft {
  border-radius: 5rem;
  width: 25rem;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #fff; }
  .btn_ft:after {
    right: 2rem;
    width: 15px;
    height: 15px;
    background: url(/recruit/resource/images/ico_btn_win_w.svg) no-repeat; }
  .btn_ft a {
    padding: 1rem 0; }
  @media screen and (max-width: 896px) {
    .btn_ft {
      width: 21.5rem;
      font-size: 12px;
      font-size: 0.8571428571rem; }
      .btn_ft:after {
        right: 1rem; }
      .btn_ft a {
        margin-left: -0.8rem; } }
  .btn_ft:hover:after {
    background: url(/recruit/resource/images/ico_btn_win_b.svg) no-repeat; }

_:-ms-input-placeholder .btn_ft a, :root .btn_ft a {
  padding: 20px 0 12px; }

.btn_sp_menu {
  border-radius: 2rem;
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  color: #435495;
  line-height: 1;
  font-weight: 700;
  padding: 0.25rem 0;
  margin-top: 30px; }
  .btn_sp_menu:after {
    right: 1.5rem;
    width: 7px;
    height: 12px;
    background: url(/recruit/resource/images/ico_btn_b.svg) no-repeat; }
  .btn_sp_menu a {
    color: #435495; }
  .btn_sp_menu:hover a {
    color: #435495; }

/* リスト
----------------------------------------------------------------- */
ul.list_dot li {
  text-indent: -1rem;
  margin-left: 1rem; }
  ul.list_dot li:before {
    content: "・"; }

/* テーブル
----------------------------------------------------------------- */
.tb_default tr {
  border-bottom: 1px solid #f0f2f8; }
  .tb_default tr:first-child {
    border-top: 1px solid #f0f2f8; }
  .tb_default tr th, .tb_default tr td {
    padding: 1.5rem 1rem; }
    @media screen and (max-width: 480px) {
      .tb_default tr th, .tb_default tr td {
        display: block;
        padding: 0;
        font-size: 14px;
        font-size: 1rem;
        text-align: center; } }
  .tb_default tr th {
    color: #435495;
    text-align: center;
    vertical-align: middle;
    width: 25%; }
    @media screen and (max-width: 480px) {
      .tb_default tr th {
        width: 100%;
        padding: 1.2rem 0 0; } }
  .tb_default tr td span {
    font-size: 12px;
    font-size: 0.8571428571rem;
    color: #435495;
    padding-right: 0.25rem; }
  @media screen and (max-width: 480px) {
    .tb_default tr td {
      padding-bottom: 1.2rem; } }

/* カード
----------------------------------------------------------------- */
.g_card_orihiro, .g_card_eng, .g_card_plantdew {
  border: 4px solid; }
  .g_card_orihiro .ttl, .g_card_eng .ttl, .g_card_plantdew .ttl {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 1.5rem 0;
    margin: 4px 4px 0; }
  .g_card_orihiro .content, .g_card_eng .content, .g_card_plantdew .content {
    padding: 2.142rem; }
    .g_card_orihiro .content .data, .g_card_eng .content .data, .g_card_plantdew .content .data {
      font-size: 63px;
      font-size: 4.5rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      margin-bottom: 2rem; }
      @media screen and (max-width: 1024px) {
        .g_card_orihiro .content .data, .g_card_eng .content .data, .g_card_plantdew .content .data {
          font-size: calc(100vw / 20); } }
      @media screen and (max-width: 896px) {
        .g_card_orihiro .content .data, .g_card_eng .content .data, .g_card_plantdew .content .data {
          font-size: 56px;
          font-size: 4rem; } }
      .g_card_orihiro .content .data span, .g_card_eng .content .data span, .g_card_plantdew .content .data span {
        font-size: 21px;
        font-size: 1.5rem;
        vertical-align: 10%;
        margin-left: .5rem; }

/* レイアウト
----------------------------------------------------------------- */
.sec_primary {
  padding: 5.714rem 0 8.571rem; }
  @media screen and (max-width: 896px) {
    .sec_primary {
      padding: 4.285rem 0 5.714rem; } }
  @media screen and (max-width: 480px) {
    .sec_primary {
      padding: 2.857rem 0 4.285rem; } }

.sec_primary_message {
  margin-right: 20px; }
  @media screen and (max-width: 896px) {
    .sec_primary_message {
      padding: 0;
      margin: auto;
      max-width: none; } }
  @media screen and (max-width: 480px) {
    .sec_primary_message {
      padding: 0 6% 0 2%; } }

.sec_primary_images {
  margin-left: auto;
  width: 90%; }
  @media screen and (max-width: 896px) {
    .sec_primary_images {
      margin-top: 2.857rem;
      width: 75%; } }
  @media screen and (max-width: 480px) {
    .sec_primary_images {
      width: 95%; } }

.sec_secondary {
  padding: 5.714rem 0 8.571rem; }
  @media screen and (max-width: 896px) {
    .sec_secondary {
      padding: 4.285rem 0 5.714rem; } }
  @media screen and (max-width: 480px) {
    .sec_secondary {
      padding: 2.857rem 0 4.285rem; } }

.sec_large {
  padding: 0 0 5.714rem 0; }
  @media screen and (max-width: 480px) {
    .sec_large {
      padding: 2.857rem 0; } }

.sec_medium {
  padding: 4.285rem 0; }
  @media screen and (max-width: 480px) {
    .sec_medium {
      padding: 2.857rem 0; } }

/* ==========================================================================
ローディング画面
========================================================================== */
.loading {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999; }

.loading_barWrap {
  background: #ddd;
  width: 42%;
  height: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.loading_bar {
  background: #435495;
  width: 100%;
  height: 4px;
  animation: loadingAnime 1.5s forwards; }

@keyframes loadingAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

/* ==========================================================================
ヘッダー
========================================================================== */
.header {
  height: 80px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 896px) {
    .header {
      height: 60px; } }

/* ロゴ
----------------------------------------------------------------- */
h1.logo {
  display: inline-block;
  padding: 0 0 0 1vw;
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }
  h1.logo a img {
    height: auto;
    width: 100%;
    max-width: 420px;
    vertical-align: 0; }
  @media screen and (max-width: 1024px) {
    h1.logo a img {
      width: 100%; } }
  @media screen and (max-width: 896px) {
    h1.logo {
      padding: 0 0 0 2vw; }
      h1.logo a img {
        max-width: 320px; } }
  @media screen and (max-width: 480px) {
    h1.logo {
      padding: 0 0 0 3vw; }
      h1.logo a img {
        max-width: 240px; } }

@media screen and (max-width: 896px) and (orientation: landscape) {
  h1.logo a img {
    max-width: 240px;
    margin-top: 0; } }

/* メニュー
----------------------------------------------------------------- */
nav.menu {
  display: flex;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1;
  height: 80px; }
  @media screen and (max-width: 1024px) {
    nav.menu {
      font-size: 15px;
      font-size: 1.0714285714rem; } }
  @media screen and (max-width: 896px) {
    nav.menu {
      display: none !important; } }
  nav.menu ul {
    display: flex;
    justify-content: flex-end; }
  nav.menu ul.main li {
    margin-right: 2vw; }
    nav.menu ul.main li a {
      font-family: dnp-shuei-ymincho-std, sans-serif;
      color: #fff;
      letter-spacing: 0.15rem;
      margin: 30px 0;
      display: inline-block;
      transition: .4s; }
      nav.menu ul.main li a:hover {
        border-bottom: 2px solid #f3e56a;
        padding-bottom: 5px; }
  nav.menu ul.main .sub {
    background-image: url(/recruit/resource/images/ico_arrow_bottom.svg);
    background-position: bottom 2rem center;
    background-repeat: no-repeat;
    background-size: 10px 6px; }
    nav.menu ul.main .sub .sub_parent {
      justify-content: center;
      padding: 40px 2vw;
      box-sizing: border-box;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: -1;
      transition: opacity .4s ease;
      visibility: hidden;
      opacity: 0; }
      nav.menu ul.main .sub .sub_parent li {
        margin: 0; }
        nav.menu ul.main .sub .sub_parent li:first-child {
          border-right: 1px solid;
          font-size: 21px;
          font-size: 1.5rem;
          padding: 52px 4vw 52px 0;
          margin-right: 4vw; }
        nav.menu ul.main .sub .sub_parent li:nth-child(n+2) {
          text-align: center;
          margin-right: 2vw;
          width: 160px; }
          nav.menu ul.main .sub .sub_parent li:nth-child(n+2) a {
            color: #333;
            font-size: 12px;
            font-size: 0.8571428571rem;
            font-weight: 500;
            padding: 0; }
        nav.menu ul.main .sub .sub_parent li:last-child {
          margin-right: 0; }
    nav.menu ul.main .sub:hover .sub_parent {
      visibility: visible;
      opacity: 1; }
    nav.menu ul.main .sub .sub_child {
      transition: opacity .4s ease; }
      nav.menu ul.main .sub .sub_child img {
        display: block;
        margin-bottom: 1rem;
        width: 100%; }
      nav.menu ul.main .sub .sub_child:hover {
        opacity: .7; }
  nav.menu ul.entry li {
    text-align: center;
    transition: .4s; }
    nav.menu ul.entry li a {
      color: #fff;
      padding: 40px 2vw 27px;
      display: inline-block; }
      nav.menu ul.entry li a span {
        display: block;
        font-size: 10px;
        font-size: 0.7142857143rem;
        font-weight: 300;
        margin-top: .5rem; }
    nav.menu ul.entry li:nth-child(2) {
      background-color: #333; }

/* モバイルメニュー
----------------------------------------------------------------- */
.menu_open {
  width: 55px;
  height: 55px; }
  .menu_open img {
    width: 55px; }
  @media screen and (max-width: 896px) {
    .menu_open img {
      width: 58px; } }

.menu_close {
  top: 0;
  right: 0;
  padding: 0;
  width: 55px;
  height: 55px; }
  .menu_close svg {
    display: none; }

.sp_menu {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
  text-align: left;
  padding: 70px 0;
  letter-spacing: 0.05rem; }
  .sp_menu .sp_menu_main li {
    border-bottom: 1px solid #f0f2f8;
    line-height: 4;
    transition: .4s;
    font-family: dnp-shuei-ymincho-std, sans-serif; }
    .sp_menu .sp_menu_main li a {
      display: inherit;
      color: #435495;
      background-image: url(/recruit/resource/images/ico_btn_b.svg);
      background-position: center right;
      background-repeat: no-repeat;
      background-size: 6px 10px; }
  .sp_menu .sp_menu_entry {
    width: 65%;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
    line-height: 1; }
    .sp_menu .sp_menu_entry li {
      flex-basis: 50%;
      transition: .4s; }
      .sp_menu .sp_menu_entry li a {
        display: inline-block;
        padding: 15px 0;
        width: 100%; }

/* ==========================================================================
フッター
========================================================================== */
footer {
  padding: 0; }
  footer .ft_infor {
    padding: 4.285rem 0 5.714rem; }
    footer .ft_infor .ft_about {
      margin: 0 auto;
      text-align: center; }
      footer .ft_infor .ft_about .ft_ttl {
        display: inline-flex;
        text-align: center;
        color: #fff; }
        footer .ft_infor .ft_about .ft_ttl .ft_logo {
          border: 2px solid #fff; }
          footer .ft_infor .ft_about .ft_ttl .ft_logo img {
            width: 60px; }
        footer .ft_infor .ft_about .ft_ttl .ft_co {
          padding-left: 1rem;
          letter-spacing: 0.2rem;
          font-size: 26px;
          font-size: 1.8571428571rem;
          font-weight: 700;
          margin: auto; }
      footer .ft_infor .ft_about p {
        font-size: 18px;
        font-size: 1.2857142857rem;
        letter-spacing: 0.05rem;
        color: #fff;
        line-height: 1.5; }
  footer .copyright {
    background-color: #fff;
    color: #435495;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 12px;
    font-size: 0.8571428571rem;
    border-top: 3px solid #435495;
    padding: 1rem 0; }
  @media screen and (max-width: 896px) {
    footer .ft_infor {
      padding: 2.857rem 0 4.285rem; } }
  @media screen and (max-width: 480px) {
    footer .ft_infor .ft_about .ft_ttl .ft_logo {
      width: 60px; }
    footer .ft_infor .ft_about .ft_ttl .ft_co {
      font-size: 22px;
      font-size: 1.5714285714rem;
      margin: auto; }
    footer .ft_infor .ft_about p {
      font-size: 14px;
      font-size: 1rem;
      letter-spacing: 0; } }

/* ロゴ
----------------------------------------------------------------- */
/* メニュー
----------------------------------------------------------------- */
.ft_menu {
  line-height: 1; }
  .ft_menu ul li {
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .ft_menu ul ul {
    margin-left: 1rem; }
    .ft_menu ul ul li {
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: 300;
      margin-bottom: 1.3rem; }
  .ft_menu .ft_sub li:before {
    content: "−";
    color: #fff;
    margin-right: .25rem; }

/* コピーライト
----------------------------------------------------------------- */
.copyright {
  font-size: 10px;
  font-size: 0.7142857143rem;
  text-align: right; }
  @media screen and (max-width: 480px) {
    .copyright {
      text-align: left; } }

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2.25rem;
  z-index: 100; }
  @media screen and (max-width: 896px) {
    a#pagetop {
      right: 5%; } }
  a#pagetop img {
    width: 36px;
    transition: .4s;
    filter: drop-shadow(5px 5px #f9f2b5); }
    @media screen and (max-width: 480px) {
      a#pagetop img {
        width: 32px; } }
  a#pagetop:hover img {
    filter: none;
    transform: translateX(5px) translateY(5px); }

/* ==========================================================================
index.html
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.slider {
  width: 100%;
  margin-top: -100px; }
  @media screen and (max-width: 480px) {
    .slider {
      height: auto; } }
  .slider ul {
    pointer-events: none; }
    @media screen and (max-width: 896px) {
      .slider ul {
        height: 60vh; } }
    @media screen and (max-width: 480px) {
      .slider ul {
        height: 85vh; } }
    .slider ul li {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 480px) {
        .slider ul li {
          height: auto;
          width: 100%; }
          .slider ul li:first-child {
            background-position: 40% bottom; }
          .slider ul li:nth-child(2) {
            background-position: 10% bottom; }
          .slider ul li:nth-child(3) {
            background-position: 60% bottom; }
          .slider ul li:last-child {
            background-position: 75% center; } }
    .slider ul .slid_cap p {
      color: #fff;
      font-size: 12px;
      font-size: 0.8571428571rem;
      letter-spacing: 0.05rem;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
      z-index: 1;
      text-align: right !important; }
    @media screen and (max-width: 896px) {
      .slider ul .slid_cap {
        margin: 0 1rem; }
        .slider ul .slid_cap p {
          font-size: 11px;
          font-size: 0.7857142857rem; } }
    @media screen and (max-width: 480px) {
      .slider ul .slid_cap p {
        font-size: 10px;
        font-size: 0.7142857143rem;
        text-align: center !important;
        margin: 0 auto;
        padding-bottom: 0.5rem; } }

.chach img {
  background: transparent;
  width: 25%;
  height: auto;
  position: absolute;
  top: 12%;
  left: 20vw;
  z-index: 1000; }

@media screen and (max-width: 1024px) {
  .chach img {
    width: 23%;
    top: 18%; } }

@media screen and (max-width: 900px) {
  .chach img {
    width: 22%; } }

@media screen and (max-width: 896px) {
  .chach img {
    width: 23%;
    top: 18%; } }

@media screen and (max-width: 768px) {
  .chach img {
    width: 32%;
    top: 18%; } }

@media screen and (max-width: 480px) {
  .chach img {
    width: 58%;
    left: 20vw;
    top: 17%; } }

@media screen and (max-width: 896px) and (orientation: landscape) {
  .chach img {
    width: 21%;
    top: 26%; }
  .slider ul .slid_cap p {
    font-size: 8px;
    font-size: 0.5714285714rem; } }

/* イントロ
----------------------------------------------------------------- */
.sec_primary .message_wrap {
  margin-left: 12%; }
  @media screen and (max-width: 896px) {
    .sec_primary .message_wrap {
      margin-left: 10%; } }
  .sec_primary .message_wrap div div .hd_main_message {
    font-size: 40px;
    font-size: 2.8571428571rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.25rem; }
    @media screen and (max-width: 896px) {
      .sec_primary .message_wrap div div .hd_main_message {
        font-size: 32px;
        font-size: 2.2857142857rem; } }
    @media screen and (max-width: 480px) {
      .sec_primary .message_wrap div div .hd_main_message {
        font-size: 28px;
        font-size: 2rem;
        letter-spacing: 0.1rem; } }
    .sec_primary .message_wrap div div .hd_main_message span {
      margin-right: 10%; }
      @media screen and (max-width: 480px) {
        .sec_primary .message_wrap div div .hd_main_message span {
          margin-right: 0; } }
  .sec_primary .message_wrap div div p {
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 2.5; }
    @media screen and (max-width: 896px) {
      .sec_primary .message_wrap div div p {
        font-size: 16px;
        font-size: 1.1428571429rem;
        line-height: 2.5; } }
    @media screen and (max-width: 480px) {
      .sec_primary .message_wrap div div p {
        font-size: 14px;
        font-size: 1rem; } }
  .sec_primary .message_wrap div .sec_primary_images img {
    float: right;
    margin-top: 3rem;
    min-width: 350px; }
    @media screen and (max-width: 896px) {
      .sec_primary .message_wrap div .sec_primary_images img {
        float: none;
        min-width: 280px; } }
    @media screen and (max-width: 480px) {
      .sec_primary .message_wrap div .sec_primary_images img {
        float: right;
        margin-top: 0;
        min-width: 240px; } }

@media screen and (max-width: 896px) and (orientation: landscape) {
  .sec_primary .message_wrap div div .hd_main_message {
    font-size: 24px;
    font-size: 1.7142857143rem;
    letter-spacing: 0.1rem; } }

/* ==========================================================================
歴史（年表）
========================================================================== */
.hist_scene {
  background-position: top left 1%;
  background-repeat: no-repeat;
  background-size: 40% auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .hist_scene {
      background-position: top center;
      background-size: 90% auto; } }
  .hist_scene:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    top: 40px;
    left: 50%;
    position: absolute;
    margin-left: -2px;
    background: #435495; }
    @media screen and (max-width: 480px) {
      .hist_scene:before {
        display: none; } }
  .hist_scene:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    border-bottom: solid 4px #435495;
    border-right: solid 4px #435495;
    transform: rotate(45deg); }
    @media screen and (max-width: 480px) {
      .hist_scene:after {
        display: none; } }
  .hist_scene .right, .hist_scene .left {
    width: 50%;
    margin: 2.857rem 0; }
    @media screen and (max-width: 896px) {
      .hist_scene .right, .hist_scene .left {
        margin: 2.857rem 0; } }
    @media screen and (max-width: 480px) {
      .hist_scene .right, .hist_scene .left {
        width: 100%;
        margin: 2.857rem 0 0; } }
    .hist_scene .right .block_ttl, .hist_scene .left .block_ttl {
      color: #435495;
      font-size: 38px;
      font-size: 2.7142857143rem;
      font-family: dnp-shuei-ymincho-std, sans-serif;
      font-weight: 700;
      line-height: 1.3;
      position: relative;
      letter-spacing: 0.1rem; }
      @media screen and (max-width: 896px) {
        .hist_scene .right .block_ttl, .hist_scene .left .block_ttl {
          font-size: 36px;
          font-size: 2.5714285714rem; } }
      .hist_scene .right .block_ttl:before, .hist_scene .left .block_ttl:before {
        content: "";
        display: block;
        background-color: #435495;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 52px; }
        @media screen and (max-width: 480px) {
          .hist_scene .right .block_ttl:before, .hist_scene .left .block_ttl:before {
            display: none; } }
      .hist_scene .right .block_ttl:after, .hist_scene .left .block_ttl:after {
        content: "";
        display: block;
        background-color: #435495;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 40px; }
        @media screen and (max-width: 480px) {
          .hist_scene .right .block_ttl:after, .hist_scene .left .block_ttl:after {
            display: none; } }
      .hist_scene .right .block_ttl span, .hist_scene .left .block_ttl span {
        font-family: dnp-shuei-ymincho-std, sans-serif;
        margin-bottom: 1.5rem;
        font-size: 20px;
        font-size: 1.4285714286rem; }
        @media screen and (max-width: 480px) {
          .hist_scene .right .block_ttl span, .hist_scene .left .block_ttl span {
            margin-bottom: .5rem;
            font-size: 18px;
            font-size: 1.2857142857rem; } }
      .hist_scene .right .block_ttl p, .hist_scene .left .block_ttl p {
        display: inline-block;
        font-size: 14px;
        font-size: 1rem;
        margin-left: 0.5rem; }
    .hist_scene .right .block_txt, .hist_scene .left .block_txt {
      font-size: 14px;
      font-size: 1rem;
      padding-top: 1rem; }
      @media screen and (max-width: 480px) {
        .hist_scene .right .block_txt, .hist_scene .left .block_txt {
          padding-top: 0.5rem;
          line-height: 1.5; } }
    .hist_scene .right img, .hist_scene .left img {
      margin-top: 2.142rem; }
      @media screen and (max-width: 480px) {
        .hist_scene .right img, .hist_scene .left img {
          margin-top: 1rem; } }
  .hist_scene .right {
    margin-left: auto; }
    .hist_scene .right .block_ttl {
      padding-left: 5.714rem; }
      .hist_scene .right .block_ttl:before {
        right: 0; }
      .hist_scene .right .block_ttl:after {
        left: -12px; }
    .hist_scene .right .block_txt {
      padding-left: 5.714rem; }
    @media screen and (max-width: 896px) {
      .hist_scene .right .block_ttl {
        padding-left: 2.857rem; }
      .hist_scene .right .block_txt {
        padding-left: 2.857rem; } }
    @media screen and (max-width: 480px) {
      .hist_scene .right .block_ttl {
        padding-left: 0; }
      .hist_scene .right .block_txt {
        padding-left: 0; } }
  .hist_scene .left {
    margin-right: auto; }
    .hist_scene .left .block_ttl {
      padding-right: 5.714rem; }
      .hist_scene .left .block_ttl:before {
        left: 0; }
      .hist_scene .left .block_ttl:after {
        right: -12px; }
    .hist_scene .left .block_txt {
      padding-right: 5.714rem; }
    @media screen and (max-width: 896px) {
      .hist_scene .left .block_ttl {
        padding-right: 2.857rem; }
      .hist_scene .left .block_txt {
        padding-right: 2.857rem; } }
    @media screen and (max-width: 480px) {
      .hist_scene .left .block_ttl {
        padding-right: 0; }
      .hist_scene .left .block_txt {
        padding-right: 0; } }
  .hist_scene .block_notes_r, .hist_scene .block_notes_l {
    width: 50%; }
    .hist_scene .block_notes_r .block_txt .balloon_r, .hist_scene .block_notes_r .block_txt .balloon_l, .hist_scene .block_notes_l .block_txt .balloon_r, .hist_scene .block_notes_l .block_txt .balloon_l {
      position: relative;
      display: inline-block;
      padding: 20px 25px;
      min-width: 120px;
      max-width: 100%;
      color: #435495;
      background: #fff;
      border: solid 1px #435495;
      box-sizing: border-box;
      box-shadow: 5px 5px #f9f2b5; }
      .hist_scene .block_notes_r .block_txt .balloon_r:before, .hist_scene .block_notes_r .block_txt .balloon_l:before, .hist_scene .block_notes_l .block_txt .balloon_r:before, .hist_scene .block_notes_l .block_txt .balloon_l:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -12px;
        border: 12px solid transparent;
        z-index: 2; }
      .hist_scene .block_notes_r .block_txt .balloon_r:after, .hist_scene .block_notes_r .block_txt .balloon_l:after, .hist_scene .block_notes_l .block_txt .balloon_r:after, .hist_scene .block_notes_l .block_txt .balloon_l:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -14px;
        border: 14px solid transparent;
        z-index: 1; }
      .hist_scene .block_notes_r .block_txt .balloon_r p, .hist_scene .block_notes_r .block_txt .balloon_l p, .hist_scene .block_notes_l .block_txt .balloon_r p, .hist_scene .block_notes_l .block_txt .balloon_l p {
        margin: 0;
        padding: 0; }
    @media screen and (max-width: 480px) {
      .hist_scene .block_notes_r, .hist_scene .block_notes_l {
        width: 100%; }
        .hist_scene .block_notes_r .block_txt .balloon_r, .hist_scene .block_notes_r .block_txt .balloon_l, .hist_scene .block_notes_l .block_txt .balloon_r, .hist_scene .block_notes_l .block_txt .balloon_l {
          margin-top: 1.5em;
          padding: 20px 25px; }
          .hist_scene .block_notes_r .block_txt .balloon_r:before, .hist_scene .block_notes_r .block_txt .balloon_l:before, .hist_scene .block_notes_l .block_txt .balloon_r:before, .hist_scene .block_notes_l .block_txt .balloon_l:before {
            display: none; }
          .hist_scene .block_notes_r .block_txt .balloon_r:after, .hist_scene .block_notes_r .block_txt .balloon_l:after, .hist_scene .block_notes_l .block_txt .balloon_r:after, .hist_scene .block_notes_l .block_txt .balloon_l:after {
            display: none; }
          .hist_scene .block_notes_r .block_txt .balloon_r p, .hist_scene .block_notes_r .block_txt .balloon_l p, .hist_scene .block_notes_l .block_txt .balloon_r p, .hist_scene .block_notes_l .block_txt .balloon_l p {
            line-height: 1.8; } }
  .hist_scene .block_notes_r {
    margin-left: auto; }
    .hist_scene .block_notes_r .block_txt {
      margin-left: 5.714rem; }
      .hist_scene .block_notes_r .block_txt .balloon_r:before {
        left: -24px;
        border-right: 12px solid #fff; }
      .hist_scene .block_notes_r .block_txt .balloon_r:after {
        left: -28px;
        border-right: 14px solid #435495; }
    @media screen and (max-width: 896px) {
      .hist_scene .block_notes_r .block_txt {
        margin-left: 2.857rem; }
        .hist_scene .block_notes_r .block_txt .balloon_r:before {
          left: -1.65rem; } }
    @media screen and (max-width: 480px) {
      .hist_scene .block_notes_r .block_txt {
        margin-left: 0; }
        .hist_scene .block_notes_r .block_txt .balloon_r:before {
          display: none; }
        .hist_scene .block_notes_r .block_txt .balloon_r:after {
          display: none; } }
  .hist_scene .block_notes_l {
    margin-right: auto; }
    .hist_scene .block_notes_l .block_txt {
      margin-right: 5.714rem; }
      .hist_scene .block_notes_l .block_txt .balloon_l:before {
        right: -24px;
        border-left: 12px solid #fff; }
      .hist_scene .block_notes_l .block_txt .balloon_l:after {
        right: -28px;
        border-left: 14px solid #435495; }
      .hist_scene .block_notes_l .block_txt img {
        margin-top: 2.142rem; }
    @media screen and (max-width: 896px) {
      .hist_scene .block_notes_l .block_txt {
        margin-right: 2.857rem; }
        .hist_scene .block_notes_l .block_txt .balloon_l:before {
          right: -1.65rem; } }
    @media screen and (max-width: 480px) {
      .hist_scene .block_notes_l .block_txt {
        margin-right: 0; }
        .hist_scene .block_notes_l .block_txt .balloon_l:before {
          display: none; }
        .hist_scene .block_notes_l .block_txt .balloon_l:after {
          display: none; }
        .hist_scene .block_notes_l .block_txt img {
          margin-top: 1.5rem; } }
  .hist_scene .hist_scene_bottom {
    padding-bottom: 8.571rem; }
    @media screen and (max-width: 480px) {
      .hist_scene .hist_scene_bottom {
        padding-bottom: 2.142rem; } }

/* ==========================================================================
TARUYA Spirit
========================================================================== */
.hist_spirit {
  background-color: #01499b;
  margin-top: 5rem;
  padding: 20px 40px 30px;
  text-align: center; }
  .hist_spirit h4 {
    font-size: 32px;
    font-size: 2.2857142857rem;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5rem;
    margin-bottom: 20px; }
    .hist_spirit h4 span {
      font-size: 62px;
      font-size: 4.4285714286rem;
      color: #fefe08; }
  .hist_spirit .spirit_cont {
    background-color: #fff;
    padding: 20px 10px 30px; }
    .hist_spirit .spirit_cont .spirit_cont_ttl {
      font-size: 28px;
      font-size: 2rem;
      color: #232323;
      font-family: europa, sans-serif;
      font-weight: 700;
      letter-spacing: 0.1rem; }
      .hist_spirit .spirit_cont .spirit_cont_ttl span {
        color: #01499b; }
    .hist_spirit .spirit_cont p {
      font-size: 14px;
      font-size: 1rem; }
  @media screen and (max-width: 896px) {
    .hist_spirit {
      padding: 10px 20px 30px; }
      .hist_spirit .spirit_cont {
        padding: 15px 10px; }
        .hist_spirit .spirit_cont .spirit_cont_ttl {
          font-size: 24px;
          font-size: 1.7142857143rem;
          letter-spacing: 0.05rem; }
        .hist_spirit .spirit_cont p {
          line-height: 1.5; } }
  @media screen and (max-width: 480px) {
    .hist_spirit {
      padding: 20px 20px 30px;
      margin: 3rem 0 3rem; }
      .hist_spirit h4 {
        margin-bottom: 25px;
        padding: 0 20px;
        line-height: 1.2; }
      .hist_spirit .spirit_cont {
        padding: 20px 10px 30px; }
        .hist_spirit .spirit_cont .spirit_cont_ttl {
          font-size: 28px;
          font-size: 2rem;
          letter-spacing: 0.1rem; } }

@media screen and (max-width: 480px) {
  text-align: left;
  p {
    margin-bottom: 2.142rem; } }

/* ==========================================================================
特長3つ
========================================================================== */
.merit .merit_wrap {
  margin-bottom: 5.714rem; }
  .merit .merit_wrap:last-child {
    margin-bottom: 0; }
  .merit .merit_wrap .merit_ttl_01 h4, .merit .merit_wrap .merit_ttl_02 h4, .merit .merit_wrap .merit_ttl_03 h4 {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.2em; }
    @media screen and (max-width: 480px) {
      .merit .merit_wrap .merit_ttl_01 h4, .merit .merit_wrap .merit_ttl_02 h4, .merit .merit_wrap .merit_ttl_03 h4 {
        line-height: 1.8em;
        text-indent: 2.3em;
        font-size: 20px;
        font-size: 1.4285714286rem; } }
  .merit .merit_wrap .merit_ttl_01:before, .merit .merit_wrap .merit_ttl_02:before, .merit .merit_wrap .merit_ttl_03:before {
    position: absolute;
    content: "";
    width: 4.2rem;
    height: 4.2rem; }
  .merit .merit_wrap .merit_ttl_01:before {
    background: url(/recruit/resource/images/dakara_merit_ttl_01.svg) no-repeat;
    background-size: 4.1rem; }
    @media screen and (max-width: 480px) {
      .merit .merit_wrap .merit_ttl_01:before {
        background-size: 2.8rem; } }
  .merit .merit_wrap .merit_ttl_02:before {
    background: url(/recruit/resource/images/dakara_merit_ttl_02.svg) no-repeat;
    background-size: 3.8rem; }
    @media screen and (max-width: 480px) {
      .merit .merit_wrap .merit_ttl_02:before {
        background-size: 2.8rem; } }
  .merit .merit_wrap .merit_ttl_03:before {
    background: url(/recruit/resource/images/dakara_merit_ttl_03.svg) no-repeat;
    background-size: 3.6rem; }
    @media screen and (max-width: 480px) {
      .merit .merit_wrap .merit_ttl_03:before {
        background-size: 2.8rem; } }
  .merit .merit_wrap .merit_txt {
    margin: 4.285rem 0 2.142rem;
    line-height: 2; }
    @media screen and (max-width: 896px) {
      .merit .merit_wrap .merit_txt {
        margin: 2.857rem 0 2.142rem; } }
    @media screen and (max-width: 480px) {
      .merit .merit_wrap .merit_txt {
        margin: 0 0 1.5rem; } }
  .merit .merit_wrap img {
    width: 100%; }
  .merit .merit_wrap .dakara_img {
    box-shadow: 10px 10px #f9f2b5; }
  @media screen and (max-width: 896px) {
    .merit .merit_wrap {
      margin-bottom: 4.285rem; } }
  @media screen and (max-width: 480px) {
    .merit .merit_wrap {
      margin-bottom: 5.714rem; }
      .merit .merit_wrap .dakara_img_s {
        margin: auto;
        width: 80%; } }

/* ==========================================================================
TARUYA Spirit
========================================================================== */
.bus_graph .graph_img img {
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 5.714rem; }
  @media screen and (max-width: 896px) {
    .bus_graph .graph_img img {
      margin-bottom: 2.857rem; } }

.bus_notes {
  width: 100%;
  margin: auto; }
  .bus_notes .notes_wrap {
    border: 1px solid #435495;
    background-color: #fff;
    padding: 40px; }
    .bus_notes .notes_wrap img {
      width: 100%; }
    @media screen and (max-width: 896px) {
      .bus_notes .notes_wrap {
        padding: 25px; }
        .bus_notes .notes_wrap p {
          font-size: 12px;
          font-size: 0.8571428571rem; } }
    @media screen and (max-width: 480px) {
      .bus_notes .notes_wrap {
        padding: 25px; } }

/* ==========================================================================
総合力が生み出す品質
========================================================================== */
.qual_wrap {
  padding: 40px 60px; }
  .qual_wrap .qual_ttl {
    margin-bottom: 2.142rem; }
  .qual_wrap .blue_circle {
    position: relative;
    display: block;
    width: 13.5rem;
    height: 13.5rem;
    border-radius: 50%;
    background: #435495;
    margin: 0 auto; }
    .qual_wrap .blue_circle .blue_circle_icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .qual_wrap .blue_circle .blue_circle_icon img {
        padding-bottom: 0.825rem;
        margin: 0 auto;
        text-align: center;
        display: block; }
      .qual_wrap .blue_circle .blue_circle_icon p {
        font-family: dnp-shuei-ymincho-std, sans-serif;
        color: #fff;
        font-size: 14px;
        font-size: 1rem;
        width: 12rem;
        text-align: center; }
  .qual_wrap .qual_txt {
    margin-top: 2.142rem; }
  @media screen and (max-width: 896px) {
    .qual_wrap {
      padding: 40px 30px; }
      .qual_wrap .blue_circle {
        width: 10rem;
        height: 10rem; }
        .qual_wrap .blue_circle .blue_circle_icon img {
          width: 40%; }
      .qual_wrap .qual_txt {
        font-size: 12px;
        font-size: 0.8571428571rem; } }
  @media screen and (max-width: 480px) {
    .qual_wrap {
      padding: 30px; }
      .qual_wrap .qual_cont {
        margin-bottom: 1.5rem; }
        .qual_wrap .qual_cont:last-child {
          margin-bottom: 0; }
        .qual_wrap .qual_cont .qual_txt {
          margin-top: 1.5rem; } }

/* ==========================================================================
社員の声
========================================================================== */
.int_cont {
  padding: 0 10%; }
  .int_cont .int_img img {
    display: block;
    width: 50%;
    margin: auto;
    margin-bottom: 2.857rem;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    box-shadow: 8px 8px #f9f2b5; }
  .int_cont .int_img .int_txt {
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 22px;
    font-size: 1.5714285714rem;
    letter-spacing: 0.1rem;
    line-height: 2rem; }
    .int_cont .int_img .int_txt span {
      display: inline-block;
      font-size: 14px;
      font-size: 1rem;
      margin-right: 1.25rem;
      line-height: 0.5rem;
      letter-spacing: 0.1rem;
      border-bottom: 1px solid #f3e96a;
      padding-bottom: 3px; }
  @media screen and (max-width: 896px) {
    .int_cont {
      padding: 0; } }

/* ライトボックス
----------------------------------------------------------------- */
.lb_int_top {
  position: relative; }
  .lb_int_top img {
    width: 100%; }
  .lb_int_top .lb_int_top_ttl_1, .lb_int_top .lb_int_top_ttl_2 {
    position: absolute;
    top: 58%;
    left: 45%;
    transform: translate(-100%, -55%);
    margin: 0;
    padding: 0;
    width: fit-content; }
    .lb_int_top .lb_int_top_ttl_1 h4, .lb_int_top .lb_int_top_ttl_2 h4 {
      font-size: 36px;
      font-size: 2.5714285714rem;
      letter-spacing: 0.55rem;
      color: #fff; }
      .lb_int_top .lb_int_top_ttl_1 h4 span, .lb_int_top .lb_int_top_ttl_2 h4 span {
        font-size: 14px;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        border-bottom: 1px solid #f3e96a;
        margin-right: 1.25rem;
        line-height: 1rem; }
    .lb_int_top .lb_int_top_ttl_1 p, .lb_int_top .lb_int_top_ttl_2 p {
      font-size: 14px;
      font-size: 1rem;
      text-align: right;
      color: #fff;
      font-weight: 700;
      line-height: 1.5; }
      .lb_int_top .lb_int_top_ttl_1 p span, .lb_int_top .lb_int_top_ttl_2 p span {
        font-size: 12px;
        font-size: 0.8571428571rem; }
  @media screen and (max-width: 896px) {
    .lb_int_top .lb_int_top_ttl_1, .lb_int_top .lb_int_top_ttl_2 {
      top: 65%;
      left: 55%; }
      .lb_int_top .lb_int_top_ttl_1 h4, .lb_int_top .lb_int_top_ttl_2 h4 {
        letter-spacing: 0.2rem; }
        .lb_int_top .lb_int_top_ttl_1 h4 span, .lb_int_top .lb_int_top_ttl_2 h4 span {
          font-size: 16px;
          font-size: 1.1428571429rem; } }
  @media screen and (max-width: 480px) {
    .lb_int_top img {
      height: 220px;
      object-fit: cover;
      object-position: 72% 100%; }
    .lb_int_top .lb_int_top_ttl_1 {
      top: 60%;
      left: 54%; }
    .lb_int_top .lb_int_top_ttl_2 {
      top: 60%;
      left: 63%; }
    .lb_int_top .lb_int_top_ttl_1 h4, .lb_int_top .lb_int_top_ttl_2 h4 {
      font-size: 24px;
      font-size: 1.7142857143rem;
      letter-spacing: 0.15rem; }
      .lb_int_top .lb_int_top_ttl_1 h4 span, .lb_int_top .lb_int_top_ttl_2 h4 span {
        font-size: 12px;
        font-size: 0.8571428571rem; } }

.lb_int_cont {
  margin-bottom: 5.714rem; }
  .lb_int_cont .lb_int_cap {
    font-size: 12px;
    font-size: 0.8571428571rem;
    text-align: right; }
  @media screen and (max-width: 480px) {
    .lb_int_cont .lb_int_cap {
      font-size: 10px;
      font-size: 0.7142857143rem; }
    .lb_int_cont .lb_img_3-1 div img {
      height: 22vh;
      object-fit: cover;
      object-position: 35% 100%; }
    .lb_int_cont .lb_img_3-2 div img {
      height: 22vh;
      object-fit: cover;
      object-position: 60% 100%; } }

.lb_link {
  margin-bottom: 4.285rem; }
  .lb_link a {
    display: flex;
    margin: auto;
    width: 100%; }
    .lb_link a .lb_link_cont {
      display: inline-flex;
      margin: 0 auto; }
      .lb_link a .lb_link_cont img {
        display: block;
        width: 10rem;
        height: 10rem;
        margin-right: 2rem;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        box-shadow: 8px 8px #f9f2b5; }
      .lb_link a .lb_link_cont .lb_txt {
        margin: auto;
        font-size: 16px;
        font-size: 1.1428571429rem;
        color: #232323;
        line-height: 2rem; }
        .lb_link a .lb_link_cont .lb_txt span {
          font-size: 14px;
          font-size: 1rem;
          font-family: dnp-shuei-ymincho-std, sans-serif;
          border-bottom: 3px solid #f3e96a;
          margin-right: 1.25rem;
          line-height: 1rem; }
        .lb_link a .lb_link_cont .lb_txt p span {
          font-size: 12px;
          font-size: 0.8571428571rem;
          border-bottom: none; }
    .lb_link a:hover {
      opacity: 0.7; }
  @media screen and (max-width: 480px) {
    .lb_link a .lb_link_cont img {
      width: 6rem;
      height: 6rem; }
    .lb_link a .lb_link_cont .lb_txt {
      font-size: 14px;
      font-size: 1rem; }
      .lb_link a .lb_link_cont .lb_txt span {
        font-size: 12px;
        font-size: 0.8571428571rem;
        margin-right: 0.5rem; } }

.lb_close {
  position: relative;
  z-index: 100;
  background-color: #435495;
  padding: 1rem;
  border-radius: 50%;
  margin: 1.5rem;
  color: #fff;
  float: right;
  border: 1px solid #435495; }
  .lb_close:hover {
    background-color: #f3e96a;
    color: #435495; }
  @media screen and (max-width: 896px) {
    .lb_close {
      margin: 1rem;
      padding: 1.5rem; } }
  @media screen and (max-width: 480px) {
    .lb_close {
      margin: 1rem;
      padding: 1rem; } }

/* ==========================================================================
募集要項
========================================================================== */
/* 新卒採用・中途採用 */
.new_grad, .career {
  margin-bottom: 8.571rem; }
  .new_grad:last-child, .career:last-child {
    margin-bottom: 0; }
  .new_grad .guid_ttl h4, .career .guid_ttl h4 {
    letter-spacing: 0.35rem; }
  .new_grad .guid_flow img, .career .guid_flow img {
    padding: 0 10%; }
    @media screen and (max-width: 480px) {
      .new_grad .guid_flow img, .career .guid_flow img {
        padding: 0; } }

/* 新卒採用 */
.new_grad .entry_cont {
  padding: 0 10%; }
  @media screen and (max-width: 896px) {
    .new_grad .entry_cont {
      padding: 0; } }

/* インターンシップ */
.internship_wrap {
  padding: 40px 80px; }
  @media screen and (max-width: 896px) {
    .internship_wrap {
      padding: 40px; } }
  @media screen and (max-width: 480px) {
    .internship_wrap {
      padding: 30px 20px; } }
  .internship_wrap .internship_cont {
    padding: 0 10%; }
    @media screen and (max-width: 896px) {
      .internship_wrap .internship_cont {
        padding: 0; } }

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