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

.wrap {
  overflow: hidden; }

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

p {
  margin: 0;
  padding: 0; }

/* COMING SOON */
.comingsoon {
  color: #444;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 78px;
  font-size: 5.5714285714rem;
  line-height: 1; }
  @media screen and (max-width: 896px) {
    .comingsoon {
      font-size: 56px;
      font-size: 4rem; } }
  @media screen and (max-width: 480px) {
    .comingsoon {
      font-size: 42px;
      font-size: 3rem; } }

/* リンク
----------------------------------------------------------------- */
.link_tel[href^="tel:"] {
  display: inline-block;
  pointer-events: none; }
  @media screen and (max-width: 480px) {
    .link_tel[href^="tel:"] {
      pointer-events: auto; } }

/* テキスト
----------------------------------------------------------------- */
.font_din_demi {
  font-family: din-2014, sans-serif;
  font-weight: 600; }

.font_din_bold {
  font-family: din-2014, sans-serif;
  font-weight: 700; }

.txt_medium {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 2.8; }
  @media screen and (max-width: 896px) {
    .txt_medium {
      font-size: 16px;
      font-size: 1.1428571429rem; } }

.txt_large {
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-weight: 700;
  line-height: 1.5; }
  @media screen and (max-width: 896px) {
    .txt_large {
      font-size: 28px;
      font-size: 2rem; } }

.lineheight_1_0 {
  line-height: 1 !important; }

.lineheight_1_5 {
  line-height: 1.5 !important; }

.lineheight_3_0 {
  line-height: 3 !important; }

.color_black {
  color: #000 !important; }

.color_orange {
  color: #ef6800 !important; }

.color_white {
  color: #fff !important; }

.color_whitesmoke {
  color: #f8f8f8 !important; }

.color_lightgray {
  color: #dadada !important; }

.color_darkgray {
  color: #a0a0a0 !important; }

.color_gray {
  color: #444 !important; }

/* 背景
----------------------------------------------------------------- */
.bg_black {
  background-color: #000 !important; }

.bg_orange {
  background-color: #ef6800 !important; }

.bg_white {
  background-color: #fff !important; }

.bg_whitesmoke {
  background-color: #f8f8f8 !important; }

.bg_lightgray {
  background-color: #dadada !important; }

.bg_darkgray {
  background-color: #a0a0a0 !important; }

.bg_gray {
  background-color: #444 !important; }

/* 見出し
----------------------------------------------------------------- */
.ttl_main {
  font-weight: 700;
  line-height: 1; }
  .ttl_main span {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 500;
    margin-top: .75rem; }
    @media screen and (max-width: 896px) {
      .ttl_main span {
        font-size: 11px;
        font-size: 0.7857142857rem; } }

.ttl_sub {
  font-weight: 600;
  line-height: 1; }

.ttl_sub_jp {
  font-size: 32px;
  font-size: 2.2857142857rem;
  line-height: 1.7; }
  @media screen and (max-width: 896px) {
    .ttl_sub_jp {
      font-size: 21px;
      font-size: 1.5rem; } }

/* ABOUT US */
.ttl_sub_advantage {
  background-repeat: no-repeat;
  background-size: 54px;
  padding-left: 74px; }
  @media screen and (max-width: 896px) {
    .ttl_sub_advantage {
      padding-top: 54px;
      padding-left: 0; } }

/* ボタン
----------------------------------------------------------------- */
.btn_main {
  text-align: center; }
  .btn_main a, .btn_main .uk-button {
    display: inline-block;
    color: #fff;
    background-color: #000;
    background-image: url(../images/ico_arrow_white.svg);
    background-size: 4px auto;
    background-position: center right 1rem;
    background-repeat: no-repeat;
    font-family: din-2014, source-han-sans-cjk-ja, sans-serif;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: 500;
    line-height: 2.75;
    width: 100%;
    transition: .3s; }
    .btn_main a:hover, .btn_main .uk-button:hover {
      background-color: #ef6800; }

/* リスト
----------------------------------------------------------------- */
/* リセット */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

ul.list_dot li {
  text-indent: -1rem;
  margin-left: 1rem; }
  ul.list_dot li:before {
    content: "・";
    margin-right: .5rem; }

ul.list_number {
  counter-reset: number; }
  ul.list_number li {
    position: relative;
    padding-left: 1.25rem; }
    ul.list_number li:before {
      content: counter(number) ".";
      counter-increment: number;
      position: absolute;
      display: inline-block;
      color: #000;
      font-weight: 700;
      margin-left: -1.25rem; }

/* PRIVACY POLICY */
ul.list_privacy li {
  display: inline-block;
  font-size: 24px;
  font-size: 1.7142857143rem;
  background-size: 20px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 24px;
  margin-right: 4.25rem; }

ul.list_privacy li.mail {
  display: block;
  font-size: 16px;
  font-size: 1.1428571429rem; }

/* テーブル
----------------------------------------------------------------- */
/* リセット */
table {
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  width: 100%; }
  table th {
    text-align: left; }

.tb_default tr th, .tb_default tr td {
  padding: 0 0 2rem; }

.tb_default tr th {
  border-right: 1px solid #dadada;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 25%; }
  @media screen and (max-width: 896px) {
    .tb_default tr th {
      width: 33.334%; } }

.tb_default tr td {
  padding-left: 3rem; }
  @media screen and (max-width: 896px) {
    .tb_default tr td {
      padding-left: 1.5rem; } }

/* ページタイトル
----------------------------------------------------------------- */
.page_title {
  width: 100%;
  height: 420px;
  position: relative;
  /* アニメーション */
  opacity: 0;
  transform: translateX(30px);
  animation: slideShortAnimePage 1s ease 1s 1 normal forwards; }
  @media screen and (max-width: 1024px) {
    .page_title {
      height: 300px; } }
  @media screen and (max-width: 480px) {
    .page_title {
      height: 180px; } }
  .page_title h2 {
    font-size: 82px;
    font-size: 5.8571428571rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1024px) {
      .page_title h2 {
        font-size: calc( 100vw / 14); } }
    @media screen and (max-width: 480px) {
      .page_title h2 {
        font-size: calc( 100vw / 7); } }

@keyframes slideShortAnimePage {
  5% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* ページナビゲーション
----------------------------------------------------------------- */
ul.page_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.page_nav li a {
    display: inline-block;
    transition: .3s; }
    ul.page_nav li a .image svg, ul.page_nav li a .arrow svg {
      transition: .3s; }
    ul.page_nav li a .txt {
      color: #fff;
      font-size: 18px;
      font-size: 1.2857142857rem;
      font-weight: 700;
      line-height: 1.5;
      transition: .3s; }
      @media screen and (max-width: 896px) {
        ul.page_nav li a .txt {
          font-size: 14px;
          font-size: 1rem; } }
    ul.page_nav li a .txt_small {
      color: #fff;
      font-size: 12px;
      font-size: 0.8571428571rem;
      transition: .3s; }
    ul.page_nav li a:hover .image svg, ul.page_nav li a:hover .arrow svg {
      fill: #ef6800; }
    ul.page_nav li a:hover .txt, ul.page_nav li a:hover .txt_small {
      color: #ef6800; }

.page_guideline ul.page_nav li a .arrow {
  line-height: 1.7;
  margin-left: 1rem; }
  @media screen and (max-width: 896px) {
    .page_guideline ul.page_nav li a .arrow {
      line-height: 1.2;
      margin-left: .5rem; } }

/* レイアウト
----------------------------------------------------------------- */
.sec_large {
  padding: 6.4285rem 0; }
  @media screen and (max-width: 896px) {
    .sec_large {
      padding: 4.25rem 0; } }

.sec_medium {
  padding: 4.25rem 0; }
  @media screen and (max-width: 896px) {
    .sec_medium {
      padding: 2.15rem 0; } }

.sec_small {
  padding: 2.15rem 0; }

/* ACCESS */
.company_access iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 360px; }
  @media screen and (max-width: 896px) {
    .company_access iframe {
      height: 200px; } }

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

/* ==========================================================================
ヘッダー
========================================================================== */
.header {
  background-color: #fff;
  height: 80px;
  position: relative;
  z-index: 1; }

.header_fix {
  position: fixed;
  width: auto;
  top: 0;
  right: 0;
  z-index: 20;
  padding-top: 22px;
  padding-right: 30px; }
  @media screen and (max-width: 480px) {
    .header_fix {
      padding-right: 20px; } }
  .header_fix .flex {
    display: flex;
    justify-content: flex-end; }
  .header_fix .contact {
    padding-right: 30px; }
    @media screen and (max-width: 480px) {
      .header_fix .contact {
        padding-right: 20px; } }
    .header_fix .contact a {
      display: block;
      background-color: #000;
      color: #fff;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: 500;
      line-height: 1;
      padding: 10px 50px;
      transition: .3s; }
      @media screen and (max-width: 480px) {
        .header_fix .contact a {
          padding-left: 30px;
          padding-right: 30px; } }
      .header_fix .contact a:hover {
        background-color: #ef6800; }

.header_main {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  line-height: 1;
  padding-top: 30px;
  padding-right: 280px;
  z-index: 1; }
  .header_main nav ul {
    display: flex; }
    .header_main nav ul li a {
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: 500;
      margin-left: 30px;
      transition: .3s; }
    .header_main nav ul li .nav_comingsoon {
      color: #a0a0a0;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-weight: 500;
      margin-left: 30px; }

.page_aboutus .header_main nav ul li:nth-child(1) a,
.page_company .header_main nav ul li:nth-child(3) a,
.page_recruit .header_main nav ul li:nth-child(4) a,
.page_guideline .header_main nav ul li:nth-child(4) a,
.page_news .header_main nav ul li:nth-child(5) a {
  position: relative; }
  .page_aboutus .header_main nav ul li:nth-child(1) a:before,
  .page_company .header_main nav ul li:nth-child(3) a:before,
  .page_recruit .header_main nav ul li:nth-child(4) a:before,
  .page_guideline .header_main nav ul li:nth-child(4) a:before,
  .page_news .header_main nav ul li:nth-child(5) a:before {
    content: "・";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    color: #ef6800;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center; }

.header_logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  max-width: 85px;
  padding-left: 30px; }
  @media screen and (max-width: 480px) {
    .header_logo {
      padding-left: 20px; } }
  .header_logo h1 {
    font-size: 0; }
    .header_logo h1 img {
      max-width: 85px;
      width: 100%;
      vertical-align: middle; }

/* ドロワーメニュー
----------------------------------------------------------------- */
.drawer button.menu_close {
  padding: 0;
  top: 22px;
  right: 30px; }
  @media screen and (max-width: 480px) {
    .drawer button.menu_close {
      right: 20px; } }
  .drawer button.menu_close svg {
    display: none; }

@media screen and (max-width: 1024px) {
  .drawer .uk-container {
    padding-left: 10%;
    padding-right: 10%; } }

.drawer .nav_drawer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.25rem;
  padding-bottom: 6.4285rem; }
  @media screen and (max-width: 480px) {
    .drawer .nav_drawer {
      margin-top: 2.15rem; } }
  .drawer .nav_drawer ul {
    flex-basis: 33%;
    margin-top: 4.25rem; }
    @media screen and (max-width: 896px) {
      .drawer .nav_drawer ul {
        flex-basis: 50%; } }
    @media screen and (max-width: 480px) {
      .drawer .nav_drawer ul {
        flex-basis: 100%;
        margin-top: 2.15rem; } }
    .drawer .nav_drawer ul li {
      font-size: 38px;
      font-size: 2.7142857143rem;
      font-family: din-2014, sans-serif;
      font-weight: 700;
      line-height: 1; }
      .drawer .nav_drawer ul li a {
        transition: .3s; }
    .drawer .nav_drawer ul > ul {
      margin-top: 2.15rem; }
      @media screen and (max-width: 896px) {
        .drawer .nav_drawer ul > ul {
          margin-top: 1rem; } }
      .drawer .nav_drawer ul > ul li {
        font-size: 18px;
        font-size: 1.2857142857rem;
        font-family: source-han-sans-cjk-ja, sans-serif;
        font-weight: 300;
        margin-top: 1.5rem; }
        @media screen and (max-width: 480px) {
          .drawer .nav_drawer ul > ul li {
            font-size: 15px;
            font-size: 1.0714285714rem;
            margin-top: 1rem; } }
        .drawer .nav_drawer ul > ul li:before {
          content: "-";
          margin-right: .2rem; }

/* ==========================================================================
フッター
========================================================================== */
/* バナーエリア（HOME 採用情報／RECRUIT 募集要項）
----------------------------------------------------------------- */
.ft_banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.4285rem 0; }
  @media screen and (max-width: 896px) {
    .ft_banner {
      padding: 2.15rem 0; } }
  .ft_banner .btn_main {
    margin: 1.5rem 0 0 auto; }
    @media screen and (max-width: 896px) {
      .ft_banner .btn_main {
        margin: 1.5rem auto 0 0; } }

/* お問い合わせ
----------------------------------------------------------------- */
.ft_contact {
  background-image: url(../images/bg_contact.svg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: typography 50s linear .3s infinite;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  padding: 4.25rem 0; }
  @media screen and (max-width: 896px) {
    .ft_contact {
      padding: 2.15rem 0; } }
  .ft_contact .ft_tel {
    font-family: din-2014, sans-serif;
    font-size: 62px;
    font-size: 4.4285714286rem;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .ft_contact .ft_tel {
        font-size: 48px;
        font-size: 3.4285714286rem; } }
    @media screen and (max-width: 480px) {
      .ft_contact .ft_tel {
        font-size: 42px;
        font-size: 3rem;
        margin-top: .5rem; } }
    .ft_contact .ft_tel img {
      width: 46px;
      margin: 0 7px 10px 0; }
  .ft_contact .btn {
    text-align: center;
    margin: 1rem auto 0; }
    .ft_contact .btn a {
      display: inline-block;
      color: #fff;
      background-color: #000;
      background-image: url(../images/ico_arrow_white.svg);
      background-size: 6px auto;
      background-position: center right 1.5rem;
      background-repeat: no-repeat;
      font-family: din-2014, source-han-sans-cjk-ja, sans-serif;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: 500;
      line-height: 3.5;
      width: 100%;
      transition: .3s; }
      .ft_contact .btn a:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 12px;
        background-image: url(../images/ico_mail_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: .5rem; }
      .ft_contact .btn a:hover {
        background-color: #ef6800; }

@keyframes typography {
  from {
    background-position: 0  0;
    opacity: 1; }
  to {
    background-position: -2080px 0;
    opacity: 1; } }

/* メニュー
----------------------------------------------------------------- */
.ft_menu {
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  padding: 6.4285rem 0 2.15rem; }
  @media screen and (max-width: 896px) {
    .ft_menu {
      padding: 2.15rem 0 2.15rem; } }
  .ft_menu .ft_access {
    font-size: 11px;
    font-size: 0.7857142857rem;
    line-height: 1.7;
    margin-top: 1rem; }
  .ft_menu .ft_privacy {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 4.25rem; }
    @media screen and (max-width: 896px) {
      .ft_menu .ft_privacy {
        margin-top: 2.15rem; } }
  .ft_menu ul li {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: 700;
    line-height: 1; }
    .ft_menu ul li a {
      transition: .3s; }
  .ft_menu ul > ul {
    margin-top: 2.15rem; }
    .ft_menu ul > ul li {
      font-size: 10px;
      font-size: 0.7142857143rem;
      font-weight: 300;
      margin-top: .75rem; }
      .ft_menu ul > ul li:before {
        content: "-";
        margin-right: .2rem; }

/* コピーライト
----------------------------------------------------------------- */
.ft_copyright {
  color: #fff;
  background-color: #000;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 1;
  text-align: right;
  padding: .75rem 0; }
  @media screen and (max-width: 896px) {
    .ft_copyright {
      font-size: 10px;
      font-size: 0.7142857143rem;
      text-align: left; } }

/* ==========================================================================
HOME
========================================================================== */
/* トップイメージ
----------------------------------------------------------------- */
.idx_topWrap {
  height: calc(95vh - 80px);
  position: relative; }
  .idx_topWrap .idx_top {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      .idx_topWrap .idx_top {
        top: 40%;
        left: 5%;
        transform: none; } }
  .idx_topWrap .idx_top_inner {
    line-height: 1;
    width: 1040px;
    /* アニメーション */
    opacity: 0;
    transform: translateX(30px);
    animation: slideShortAnime 1s ease 3.5s 1 normal forwards; }
    @media screen and (max-width: 1024px) {
      .idx_topWrap .idx_top_inner {
        width: 100%; } }
    .idx_topWrap .idx_top_inner .catch {
      display: inline-block;
      font-family: din-2014, sans-serif;
      font-size: 7vw;
      font-weight: 700;
      letter-spacing: .3rem;
      line-height: 1;
      position: relative; }
      @media screen and (max-width: 896px) {
        .idx_topWrap .idx_top_inner .catch {
          font-size: 10vw;
          letter-spacing: .15rem; } }
      @media screen and (max-width: 480px) {
        .idx_topWrap .idx_top_inner .catch {
          font-size: 13vw;
          letter-spacing: .05rem; } }
      .idx_topWrap .idx_top_inner .catch:after {
        content: "_";
        margin-left: 20px;
        position: absolute;
        bottom: 1.225vw;
        opacity: 0;
        animation: blinkShortAnime 1.7s ease 4.5s infinite; }
        @media screen and (max-width: 896px) {
          .idx_topWrap .idx_top_inner .catch:after {
            margin-left: 10px;
            bottom: 1.75vw; } }
        @media screen and (max-width: 480px) {
          .idx_topWrap .idx_top_inner .catch:after {
            margin-left: 5px;
            bottom: 2.15vw; } }
    .idx_topWrap .idx_top_inner .lead {
      font-size: 1vw;
      font-weight: 700;
      letter-spacing: .075rem;
      margin-top: 20px; }
      @media screen and (max-width: 1400px) {
        .idx_topWrap .idx_top_inner .lead {
          font-size: 14px;
          font-size: 1rem;
          margin-top: 10px; } }
      @media screen and (max-width: 480px) {
        .idx_topWrap .idx_top_inner .lead {
          font-size: 12px;
          font-size: 0.8571428571rem;
          margin-top: 10px; } }
  .idx_topWrap .scroll {
    position: absolute;
    bottom: 0px;
    right: 30px;
    transition: opacity .1s linear; }
    .idx_topWrap .scroll .scroll_txt {
      width: 8px;
      position: absolute;
      top: -60px;
      right: -3px;
      z-index: 10; }
    .idx_topWrap .scroll .scroll_line {
      width: 1px;
      height: 120px;
      background-color: #dadada; }
      .idx_topWrap .scroll .scroll_line:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        background-color: #ef6800;
        animation: lineMove ease 4s infinite; }

@keyframes slideShortAnime {
  5% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes blinkShortAnime {
  0%, 100%, 50% {
    opacity: 0; }
  25%, 75% {
    opacity: 1; } }

@keyframes lineMove {
  0% {
    bottom: 120px;
    height: 0; }
  20% {
    bottom: 0;
    height: 120px; }
  40% {
    bottom: 0;
    height: 0; }
  100% {
    bottom: 0;
    height: 0; } }

/* NEWS
----------------------------------------------------------------- */
.idx_newsWrap {
  background-color: #f8f8f8; }
  .idx_newsWrap .idx_news {
    display: flex;
    justify-content: space-between;
    line-height: 1; }
    .idx_newsWrap .idx_news .label {
      width: 78px;
      padding: 1rem 0;
      position: relative; }
      .idx_newsWrap .idx_news .label span {
        font-family: din-2014, sans-serif;
        font-size: 18px;
        font-size: 1.2857142857rem;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto; }
      .idx_newsWrap .idx_news .label:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 50%;
        background-color: #a0a0a0;
        position: absolute;
        top: 50%;
        left: auto;
        right: 1rem;
        transform: translateY(-50%); }
    .idx_newsWrap .idx_news .contents {
      padding: 1rem 1rem 1rem 0; }
      .idx_newsWrap .idx_news .contents .ttl {
        font-size: 12px;
        font-size: 0.8571428571rem; }
    .idx_newsWrap .idx_news .btn {
      width: 12%; }
      @media screen and (max-width: 480px) {
        .idx_newsWrap .idx_news .btn {
          width: 20%; } }
      .idx_newsWrap .idx_news .btn a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        background-color: #000;
        font-family: din-2014, sans-serif;
        font-size: 12px;
        font-size: 0.8571428571rem;
        position: relative;
        transition: .3s; }
        .idx_newsWrap .idx_news .btn a:hover {
          background-color: #ef6800; }
        .idx_newsWrap .idx_news .btn a span {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          margin: 0 auto;
          text-align: center; }

/* ABOUT US
----------------------------------------------------------------- */
.idx_advantageWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem; }
  .idx_advantageWrap .txt {
    width: 45%;
    max-width: 386px;
    margin: 0 4.25rem 0 auto; }
    @media screen and (max-width: 1024px) {
      .idx_advantageWrap .txt {
        width: 35%;
        max-width: none;
        margin: 0 5%; } }
    @media screen and (max-width: 896px) {
      .idx_advantageWrap .txt {
        width: 90%; } }
  .idx_advantageWrap .image {
    width: 55%; }
    @media screen and (max-width: 896px) {
      .idx_advantageWrap .image {
        width: 95%;
        margin: 2.85rem 0 0 5%; } }

/* COMPANY
----------------------------------------------------------------- */
.idx_companyWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .idx_companyWrap {
      justify-content: center; } }
  .idx_companyWrap .link {
    border: 1px solid #dadada;
    border-radius: 50%;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
    transition: .3s;
    position: relative; }
    @media screen and (max-width: 896px) {
      .idx_companyWrap .link {
        width: 120px;
        height: 120px; } }
    @media screen and (max-width: 480px) {
      .idx_companyWrap .link {
        margin: 1rem 5% 0; } }
    .idx_companyWrap .link:first-child img {
      width: 54px; }
      @media screen and (max-width: 896px) {
        .idx_companyWrap .link:first-child img {
          width: 36px; } }
    .idx_companyWrap .link:nth-child(2) img {
      width: 46px; }
      @media screen and (max-width: 896px) {
        .idx_companyWrap .link:nth-child(2) img {
          width: 30px; } }
    .idx_companyWrap .link:nth-child(3) img {
      width: 46px; }
      @media screen and (max-width: 896px) {
        .idx_companyWrap .link:nth-child(3) img {
          width: 30px; } }
    .idx_companyWrap .link:nth-child(4) img {
      width: 36px; }
      @media screen and (max-width: 896px) {
        .idx_companyWrap .link:nth-child(4) img {
          width: 24px; } }
    .idx_companyWrap .link a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%; }
      .idx_companyWrap .link a img {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
        box-sizing: border-box; }
      .idx_companyWrap .link a p {
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0;
        font-weight: 500;
        line-height: 1; }
        @media screen and (max-width: 896px) {
          .idx_companyWrap .link a p {
            bottom: 1.5rem;
            font-size: 13px;
            font-size: 0.9285714286rem; } }
    .idx_companyWrap .link:hover {
      border: 1px solid #ef6800; }
      .idx_companyWrap .link:hover a {
        color: #000; }

/* ==========================================================================
NEWS
========================================================================== */
/* 記事
----------------------------------------------------------------- */
.news_article {
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
  padding-bottom: 6.4285rem;
  margin-bottom: 6.4285rem; }
  @media screen and (max-width: 896px) {
    .news_article {
      margin-bottom: 4.25rem;
      padding-bottom: 4.25rem; } }
  .news_article .news_content p {
    margin: 1.5rem 0; }
  .news_article .news_content img {
    width: 100% !important; }
  .news_article .news_content a {
    color: #ef6800;
    text-decoration: underline; }
    .news_article .news_content a:hover {
      text-decoration: none; }

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current {
    color: #fff;
    background-color: #ef6800; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  color: #fff;
  background-color: #000;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 2rem;
  margin: 0 .25rem;
  padding: .5rem 0; }

.wp-pagenavi a {
  transition: .3s; }
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #ef6800; }

/* ==========================================================================
CONTACT
========================================================================== */
/* お電話・FAX
----------------------------------------------------------------- */
ul.list_contact li {
  display: inline-block;
  font-size: 42px;
  font-size: 3rem;
  line-height: 1.4;
  background-size: 40px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 44px; }
  @media screen and (max-width: 896px) {
    ul.list_contact li {
      font-size: 30px;
      font-size: 2.1428571429rem;
      background-size: 28px auto;
      padding-left: 32px; } }
  ul.list_contact li:first-child {
    margin-right: 4.25rem; }
    @media screen and (max-width: 896px) {
      ul.list_contact li:first-child {
        margin-right: 2.15rem; } }
    @media screen and (max-width: 480px) {
      ul.list_contact li:first-child {
        margin-right: 0; } }

/* MAILFORM
----------------------------------------------------------------- */
.contact_form tr th, .contact_form tr td {
  padding: 1rem 0; }
  @media screen and (max-width: 896px) {
    .contact_form tr th, .contact_form tr td {
      display: block;
      padding: 0; } }

.contact_form tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 25%; }
  @media screen and (max-width: 896px) {
    .contact_form tr th {
      padding-top: 0;
      width: 100%; } }

@media screen and (max-width: 896px) {
  .contact_form tr td {
    padding-bottom: 1.5rem; } }

.uk-input, .uk-textarea {
  max-width: 585px; }
  @media screen and (max-width: 896px) {
    .uk-input, .uk-textarea {
      max-width: 100%; } }

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