@charset "UTF-8";
/*   
Theme Name: 株式会社ナカムラ
Theme URI:
Author: MojaDesign
Author URI: https://moja-d.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MojaDesign
*/
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("fonts/NotoSerifJP-Regular.woff2") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("fonts/NotoSerifJP-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("fonts/NotoSerifJP-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Teko";
  src: url("fonts/Teko-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
/* ************************************************ 
 *	base
 * ************************************************ */
html, html *, body, header, footer {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ************************************************ 
 *	content block
 * ************************************************ */
#content-wrap {
  padding-top: 56px;
  overflow: hidden;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    padding-top: 0;
  }
}

.content_block:not(:last-child) {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 600px) {
  .content_block:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 960px) {
  .content_block:not(:last-child) {
    margin-bottom: 150px;
  }
}
.content_block.bg_navy {
  margin-bottom: 0;
}
.content_block.cm {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.content_block.cm:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 600px) {
  .content_block.cm:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .content_block.cm:not(:last-child) {
    margin-bottom: 80px;
  }
}

.inner {
  max-width: 1560px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1650px) {
  .inner {
    padding: 0 20px;
  }
}
.inner.short {
  max-width: 1300px;
}
@media print, screen and (min-width: 1360px) {
  .inner.short {
    padding: 0 40px;
  }
}

/* ************************************************ 
 *	a
 * ************************************************ */
@media print and (hover: hover), screen and (hover: hover) and (min-width: 960px) {
  /* リンクの場合 */
  a:-webkit-any-link:hover {
    opacity: 0.7;
  }
  a:-moz-any-link:hover {
    opacity: 0.7;
  }
  a:any-link:hover {
    opacity: 0.7;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
  }
  /* 特定できない場合 */
  .button:where(:-webkit-any-link, :enabled, summary):hover {
    pointer-events: none;
  }
  .button:where(:-moz-any-link, :enabled, summary):hover {
    pointer-events: none;
  }
  .button:where(:any-link, :enabled, summary):hover {
    pointer-events: none;
  }
}
a {
  transition: 0.5s;
}

a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: unset;
  transition: none;
}

a.anchor {
  display: block;
  padding-top: 56px;
  margin-top: -56px;
}
@media print, screen and (min-width: 960px) {
  a.anchor {
    display: inline;
    padding-top: 105px;
    margin-top: -105px;
  }
}

/* ************************************************ 
 *	見出し
 * ************************************************ */
.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h1.page_ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 1540px;
  height: 100%;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  h1.page_ttl {
    font-size: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl {
    font-size: 150px;
    line-height: 1;
    padding: 100px 20px 0;
  }
}
h1.page_ttl span {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 600px) {
  h1.page_ttl span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl span {
    font-size: 30px;
  }
}

h2.section_ttl,
p.section_ttl {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 600px) {
  h2.section_ttl,
  p.section_ttl {
    font-size: 68px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl,
  p.section_ttl {
    font-size: 160px;
  }
}
h2.section_ttl.gray,
p.section_ttl.gray {
  color: #cdd2dc;
}
h2.section_ttl.white,
p.section_ttl.white {
  color: #fff;
}
h2.section_ttl.navy,
p.section_ttl.navy {
  color: #002355;
}
h2.section_ttl span,
p.section_ttl span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 5px;
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl span,
  p.section_ttl span {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

h2.block_ttl {
  color: #002355;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  h2.block_ttl {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.block_ttl {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
h2.block_ttl span {
  display: inline-block;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
h2.block_ttl small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  h2.block_ttl small {
    font-size: 14px;
  }
}
h2.block_ttl.white {
  color: #fff;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  h2.block_ttl.white {
    margin-bottom: 50px;
  }
}
h2.block_ttl.white span {
  border-bottom: 3px solid #fff;
}
@media print, screen and (min-width: 960px) {
  h2.block_ttl.white span {
    border-bottom: 5px solid #fff;
  }
}

.en {
  font-family: "Teko", "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  font-weight: 500;
}

/*********************************************************************
* img
**********************************************************************/
img.img_center {
  display: block;
  margin: 0 auto;
}

/*********************************************************************
* googlemap
**********************************************************************/
.gmap {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
@media print, screen and (min-width: 600px) {
  .gmap {
    padding-bottom: 38%;
    margin-top: 30px;
  }
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************
* flexbox外枠
**********************************************************************/
.flex_between,
.flex_start,
.flex_center,
.flex_end,
.flex_around {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 600px) {
  .flex_between_tab,
  .flex_start_tab,
  .flex_center_tab,
  .flex_end_tab,
  .flex_around_tab {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 960px) {
  .flex_between_pc,
  .flex_start_pc,
  .flex_center_pc,
  .flex_end_pc,
  .flex_around_pc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flex_between,
.flex_between_tab,
.flex_between_pc {
  justify-content: space-between;
}

.flex_start,
.flex_start_tab,
.flex_start_pc {
  justify-content: flex-start;
}

.flex_center,
.flex_center_tab,
.flex_center_pc {
  justify-content: center;
}

.flex_end,
.flex_end_tab,
.flex_end_pc {
  justify-content: flex-end;
}

.flex_around,
.flex_around_tab,
.flex_around_pc {
  justify-content: space-around;
}

.align_stretch {
  align-items: stretch !important;
}

@media print, screen and (min-width: 960px) {
  .row_reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 600px) {
  .row_reverse_tab {
    flex-direction: row-reverse;
  }
}

/*********************************************************************
* ページレイアウト調整クラス
**********************************************************************
* クラス名の書き方
*		OO_XX_N
*
*		OO：調整するプロパティの種類
*		ls = letter-spacing
*		lh = line-height
*		fs = font-size
*		w = width
*		ml = margin-left
*		mr = margin-right
*		mx = margin-left・margin-right
*		mt = margin-top
*		mb = margin-bottom
*		my = margin-top・margin-bottom
*		pl = padding-left
*		pr = padding-right
*		px = padding-left・padding-right
*		pt = padding-top
*		pb = padding-bottom
*		py = padding-top・padding-bottom
*
*		_XX_：デバイスの種類
*		何もなし = スマートフォン
*		_tab_ = タブレット
*		_pc_ = パソコン
*
*		N：数値
*		数字のみ = 単位がピクセル(px)
*		数字＋p = 単位がパーセント(%)
*			注）line-heightの場合単位は倍
**********************************************************************/
.w_pc_100p,
.w_pc_95p,
.w_pc_90p,
.w_pc_85p,
.w_pc_80p,
.w_pc_75p,
.w_pc_70p,
.w_pc_65p,
.w_pc_60p,
.w_pc_55p,
.w_pc_50p,
.w_pc_45p,
.w_pc_40p,
.w_pc_35p,
.w_pc_30p,
.w_pc_25p,
.w_pc_20p,
.w_pc_15p,
.w_pc_10p,
.w_pc_5p,
.w_tab_100p,
.w_tab_95p,
.w_tab_90p,
.w_tab_85p,
.w_tab_80p,
.w_tab_75p,
.w_tab_70p,
.w_tab_65p,
.w_tab_60p,
.w_tab_55p,
.w_tab_50p,
.w_tab_45p,
.w_tab_40p,
.w_tab_35p,
.w_tab_30p,
.w_tab_25p,
.w_tab_20p,
.w_tab_15p,
.w_tab_10p,
.w_tab_5p,
.w100p,
.w95p,
.w90p,
.w85p,
.w80p,
.w75p,
.w70p,
.w65p,
.w60p,
.w55p,
.w50p,
.w45p,
.w40p,
.w35p,
.w30p,
.w25p,
.w20p,
.w15p,
.w10p,
.w5p {
  display: block;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

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

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

.lh2 {
  line-height: 2 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

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

.lh4 {
  line-height: 4 !important;
}

.lh5 {
  line-height: 5 !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs36 {
  font-size: 36px !important;
}

.fs38 {
  font-size: 38px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media print, screen and (min-width: 600px) and (max-width: 959px) {
  .mb_tab_10 {
    margin-bottom: 10px !important;
  }
  .mb_tab_20 {
    margin-bottom: 20px !important;
  }
  .mb_tab_30 {
    margin-bottom: 30px !important;
  }
  .mb_tab_40 {
    margin-bottom: 40px !important;
  }
  .mb_tab_60 {
    margin-bottom: 60px !important;
  }
  .mb_tab_80 {
    margin-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 960px) {
  .mb_pc_5 {
    margin-bottom: 5px !important;
  }
  .mb_pc_10 {
    margin-bottom: 10px !important;
  }
  .mb_pc_20 {
    margin-bottom: 20px !important;
  }
  .mb_pc_30 {
    margin-bottom: 30px !important;
  }
  .mb_pc_40 {
    margin-bottom: 40px !important;
  }
  .mb_pc_60 {
    margin-bottom: 60px !important;
  }
  .mb_pc_80 {
    margin-bottom: 80px !important;
  }
  .mt_pc_10 {
    margin-top: 10px !important;
  }
  .mt_pc_20 {
    margin-top: 20px !important;
  }
  .mt_pc_30 {
    margin-top: 30px !important;
  }
  .mt_pc_40 {
    margin-top: 40px !important;
  }
  .mt_pc_60 {
    margin-top: 60px !important;
  }
  .mt_pc_80 {
    margin-top: 80px !important;
  }
}
/* ************************************************ 
 *	PC／SP切り替え
 * ************************************************ */
.sp_only {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .sp_only {
    display: none;
  }
}

.sp_only_ib {
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  .sp_only_ib {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab_only {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
}

.tab_sp_only {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .tab_sp_only {
    display: none;
  }
}

.tab_pc_only {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab_pc_only {
    display: block;
  }
}

.tab_pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab_pc_only_ib {
    display: inline-block;
  }
}

.pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .pc_only_ib {
    display: inline-block;
  }
}

/* ************************************************ 
 *	ヘッダー
 * ************************************************ */
/* 共通
----------------------------------------------*/
header {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 56px;
  z-index: 100;
}
@media print, screen and (min-width: 960px) {
  header {
    height: 100px;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media print, screen and (min-width: 960px) {
  header .header_inner {
    width: 100%;
    padding-left: 30px;
  }
}

body.fixed header, body.fixed header.is-show {
  background-color: rgb(255, 255, 255);
  transition: all 0.7s;
}

/* ロゴ
----------------------------------------------*/
.logo {
  width: 140px;
  line-height: 1;
  margin-left: 10px;
}
@media print, screen and (min-width: 960px) {
  .logo {
    width: 19vw;
    max-width: 250px;
    margin-left: 0;
  }
}
.logo img {
  display: block;
  width: 100%;
}

/* グローバルナビ
----------------------------------------------*/
@media print, screen and (min-width: 960px) {
  .header_nav {
    padding-right: 260px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header_nav {
    padding-right: 280px;
  }
}
.header_nav ul {
  align-items: center;
  padding: 0 5%;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .header_nav ul {
    margin-top: 0;
    padding: 0;
  }
}
.header_nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 960px) {
  .header_nav ul li:not(:last-child) {
    border-right: 1px solid #000;
    border-bottom: none;
    padding-right: 1.5vw;
    margin-right: 1.5vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .header_nav ul li:not(:last-child) {
    padding-right: 1.5em;
    margin-right: 1.5em;
  }
}
.header_nav ul a {
  position: relative;
  display: flex;
  align-items: center;
}
.header_nav ul a::after {
  position: absolute;
  right: 12px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  .header_nav ul a::after {
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background-color: #002355;
    border: none;
    transform: none;
    transition: width 0.3s;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav ul a.current::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav ul a:hover {
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav ul a:hover::after {
    width: 100%;
  }
}
.header_nav a {
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 20px 10px;
}
@media print, screen and (min-width: 960px) {
  .header_nav a {
    position: relative;
    font-size: 1.4vw;
    padding: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .header_nav a {
    font-size: 16px;
  }
}

a.header_nav_contact {
  background-color: #002355;
  color: #fff;
  text-align: center;
  margin: 30px 5% 0;
}
@media print, screen and (min-width: 960px) {
  a.header_nav_contact {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 100%;
    font-size: 16px;
    margin: 0;
    transition: 0.5s;
    z-index: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  a.header_nav_contact {
    width: 250px;
    font-size: 18px;
  }
}
a.header_nav_contact span {
  background: url(images/footer-mail-icon-white.webp) no-repeat;
  background-position: left center;
  background-size: 36px auto;
  letter-spacing: 0.2em;
  padding: 10px 0 10px 50px;
}
@media print, screen and (min-width: 960px) {
  a.header_nav_contact span {
    background-position: left center;
    background-size: 38px auto;
    padding: 10px 0 10px 52px;
  }
}
@media print, screen and (min-width: 1200px) {
  a.header_nav_contact span {
    background-size: 44px auto;
    padding: 10px 0 10px 60px;
  }
}
@media print, screen and (min-width: 960px) {
  a.header_nav_contact:hover {
    background-color: #000;
    opacity: 1;
  }
}

/* ************************************************ 
 *	SP　ハンバーガーメニュー
 * ************************************************ */
/* メニュートリガー
----------------------------------------*/
.menu-trigger {
  display: inline-block;
  width: 45px;
  height: 56px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  transform: translateX(0);
}
@media print, screen and (min-width: 960px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.menu-trigger span:nth-of-type(2) {
  top: 27px;
}

.menu-trigger span:nth-of-type(3) {
  top: 36px;
}

.menu-trigger.active {
  transform: translateX(0);
  position: fixed;
  width: 45px;
  height: 59px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/* メニュー枠
----------------------------------------*/
.header_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #fff;
  transition: all 0.7s;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}
@media print, screen and (min-width: 960px) {
  .header_nav {
    position: unset;
    z-index: unset;
    transform: unset;
    transition: unset;
    overflow: unset;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}

.header_nav.open {
  opacity: 1;
  visibility: visible;
}

/* ************************************************ 
 *	mv
 * ************************************************ */
.mv {
  position: relative;
  height: 56.25vw;
  margin-bottom: 30px;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .mv {
    height: 600px;
    margin-bottom: 70px;
  }
}
.mv::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.5);
  z-index: -1;
}
.mv.business {
  background: url(/wp-content/uploads/2024/06/mv-business-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .mv.business {
    background: url(/wp-content/uploads/2024/06/mv-business.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.works {
  background: url(/wp-content/uploads/2023/12/mv-works-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 960px) {
  .mv.works {
    background: url(/wp-content/uploads/2023/12/mv-works.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.info {
  background: url(/wp-content/uploads/2023/11/mv-info-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 960px) {
  .mv.info {
    background: url(/wp-content/uploads/2023/11/mv-info.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.company {
  background: url(/wp-content/uploads/2023/11/mv-company-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .mv.company {
    background: url(/wp-content/uploads/2023/11/mv-company.webp) no-repeat;
    background-position: center top;
    background-size: unset;
    margin-bottom: 70px;
  }
}
.mv.document {
  background: url(/wp-content/uploads/2024/06/mv-cooperator-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 960px) {
  .mv.document {
    background: url(/wp-content/uploads/2024/06/mv-cooperator.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.recruit {
  background: url(/wp-content/uploads/2023/11/mv-recruit-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .mv.recruit {
    background: url(/wp-content/uploads/2023/11/mv-recruit.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.policy {
  background: url(/wp-content/uploads/2023/11/mv-policy-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 960px) {
  .mv.policy {
    background: url(/wp-content/uploads/2023/11/mv-policy.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.contact {
  background: url(/wp-content/uploads/2023/11/mv-contact-sp.webp) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 960px) {
  .mv.contact {
    background: url(/wp-content/uploads/2023/11/mv-contact.webp) no-repeat;
    background-position: center top;
    background-size: unset;
  }
}
.mv.construction_method {
  height: 120px;
  background: #f0f0f0;
}
@media print, screen and (min-width: 600px) {
  .mv.construction_method {
    height: 250px;
  }
}
@media print, screen and (min-width: 960px) {
  .mv.construction_method {
    height: 500px;
  }
}
.mv.construction_method h1.page_ttl {
  color: #002355;
}
.mv.construction_method::after {
  content: none;
}

/* ************************************************ 
 *	404
 * ************************************************ */
.notfound_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vw;
  background: url(images/404.webp) no-repeat;
  background-position: center;
  background-size: auto 80vw;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .notfound_wrap {
    height: 768px;
    background-size: unset;
  }
}
.notfound_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

h2.notfound {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  h2.notfound {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.notfound {
    font-size: 46px;
  }
}

.notfound_txt {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 1em;
}
@media print, screen and (min-width: 600px) {
  .notfound_txt {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .notfound_txt {
    font-size: 32px;
  }
}

/* ************************************************ 
 *	サンクス
 * ************************************************ */
.thanks_block {
  line-height: 2;
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 960px) {
  .thanks_block {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
  }
}

/* ************************************************ 
 *	フッター
 * ************************************************ */
/* Recruitボタン
----------------------------------------*/
a.recruit_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #002355;
  color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 3;
}
@media print, screen and (min-width: 960px) {
  a.recruit_btn {
    bottom: 20px;
    right: 20px;
    width: 130px;
    height: 130px;
    padding: 0;
    margin: 0;
  }
}
a.recruit_btn img {
  width: 28px;
}
@media print, screen and (min-width: 960px) {
  a.recruit_btn img {
    display: block;
    width: 36px;
    margin-right: 0;
    -webkit-backface-visibility: unset;
    backface-visibility: unset;
    -webkit-animation: rotate 20s infinite;
    animation: rotate 20s infinite;
  }
}
@media print, screen and (min-width: 1200px) {
  a.recruit_btn img {
    width: 40px;
  }
}
a.recruit_btn span {
  display: block;
  font-size: 9px;
  line-height: 1;
  margin-top: 3px;
}
@media print, screen and (min-width: 960px) {
  a.recruit_btn span {
    font-size: 16px;
    margin: 10px 0;
    transition: margin 0.2s;
  }
}
@media print, screen and (min-width: 960px) {
  a.recruit_btn::after {
    content: "";
    width: 5px;
    height: 21px;
    background: url(images/recruit-arrow.webp) no-repeat;
    background-size: 100% auto;
    -webkit-backface-visibility: unset;
    backface-visibility: unset;
    -webkit-animation: rotate 20s infinite;
    animation: rotate 20s infinite;
  }
}
@media print, screen and (min-width: 960px) {
  a.recruit_btn:hover {
    opacity: 1;
    background-color: #000e2b;
  }
  a.recruit_btn:hover span {
    margin: 15px 0;
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  48% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  98% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  48% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  98% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/* 共通
----------------------------------------*/
footer {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  footer {
    padding-bottom: 40px;
  }
}

/* パンくず
----------------------------------------*/
.breadcrumbs_wrapper {
  width: 100%;
  font-size: 8px;
  line-height: 1;
  text-align: left;
  max-width: 1560px;
  padding: 70px 5% 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .breadcrumbs_wrapper {
    padding: 85px 5% 20px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1560px) {
  .breadcrumbs_wrapper {
    padding: 85px 30px 20px;
  }
}
.breadcrumbs_wrapper.recruit {
  padding: 20px 5%;
}
.breadcrumbs_wrapper span {
  display: inline-block;
  font-size: 10px;
  padding: 0 2px;
}
@media print, screen and (min-width: 600px) {
  .breadcrumbs_wrapper span {
    padding: 0 0;
    font-size: 10px;
  }
}
.breadcrumbs_wrapper a {
  display: inline-block;
  padding-right: 2px;
}
@media print, screen and (min-width: 600px) {
  .breadcrumbs_wrapper a {
    font-size: 11px;
  }
}

/* Contact
----------------------------------------*/
.footer_contact {
  align-items: center;
  background-color: #002355;
  color: #fff;
}

.footer_contact_txt {
  padding: 30px 5%;
}
@media print, screen and (min-width: 960px) {
  .footer_contact_txt {
    width: 60.5%;
    padding: 0;
  }
}

.footer_contact_txt_inner h2.section_ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .footer_contact_txt_inner h2.section_ttl {
    display: inline-block;
    font-size: 8.5vw;
    text-align: left;
  }
}
.footer_contact_txt_inner h2.section_ttl span {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .footer_contact_txt_inner h2.section_ttl span {
    font-size: 1.3vw;
    text-align: left;
  }
}
.footer_contact_txt_inner p {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .footer_contact_txt_inner p {
    text-align: left;
  }
}

ul.footer_btn {
  margin-top: 30px;
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn {
    align-items: stretch;
  }
}
@media print, screen and (min-width: 960px) {
  ul.footer_btn {
    width: 86%;
  }
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn li {
    width: 48%;
  }
}
ul.footer_btn li:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn li:not(:last-child) {
    margin-bottom: 0;
  }
}
ul.footer_btn li.footer_tel {
  font-size: 38px;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn li.footer_tel {
    font-size: 5.5vw;
  }
}
@media print, screen and (min-width: 960px) {
  ul.footer_btn li.footer_tel {
    font-size: 2.7vw;
  }
}
ul.footer_btn li.footer_tel span {
  font-size: 22px;
  line-height: 1;
  padding-top: 6px;
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn li.footer_tel span {
    font-size: 3.5vw;
    padding-top: 1vw;
  }
}
@media print, screen and (min-width: 960px) {
  ul.footer_btn li.footer_tel span {
    font-size: 1.6vw;
    padding-top: 0.6vw;
  }
}
ul.footer_btn li.footer_mail {
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn li.footer_mail {
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 960px) {
  ul.footer_btn li.footer_mail {
    font-size: 1.2vw;
  }
}
ul.footer_btn li.footer_mail span {
  background: url(images/footer-mail-icon-navy.webp) no-repeat;
  background-position: left center;
  background-size: 50px auto;
  padding-left: 70px;
}
@media print, screen and (min-width: 600px) {
  ul.footer_btn li.footer_mail span {
    background-size: 7vw auto;
    padding-left: 9vw;
  }
}
@media print, screen and (min-width: 960px) {
  ul.footer_btn li.footer_mail span {
    background-size: 3.6vw auto;
    padding-left: 5vw;
  }
}
@media print, screen and (min-width: 960px) {
  ul.footer_btn li.footer_mail a {
    position: relative;
  }
  ul.footer_btn li.footer_mail a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: width 0.5s, height 0.5s;
  }
  ul.footer_btn li.footer_mail a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: width 0.5s, height 0.5s;
  }
  ul.footer_btn li.footer_mail a:hover {
    opacity: 1;
    background-color: #002355;
    color: #fff;
  }
  ul.footer_btn li.footer_mail a:hover::before, ul.footer_btn li.footer_mail a:hover::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  ul.footer_btn li.footer_mail a:hover span {
    background: url(images/footer-mail-icon-white.webp) no-repeat;
    background-position: left center;
    background-size: 3.6vw auto;
  }
}
ul.footer_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  color: #002355;
  font-weight: 700;
  padding: 10px 0;
}
ul.footer_btn a.tel {
  padding: 17px 0 10px;
}

.footer_contact_img {
  height: 40vw;
}
@media print, screen and (min-width: 960px) {
  .footer_contact_img {
    width: 39.5%;
    height: auto;
  }
}

.footer_contact_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ロゴ・リンク
----------------------------------------*/
.footer_link {
  max-width: 1540px;
  padding: 40px 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .footer_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_link {
    align-items: center;
  }
}
@media print, screen and (min-width: 1650px) {
  .footer_link {
    padding: 50px 20px;
  }
}

.footer_link_left {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer_link_left {
    text-align: left;
  }
}
@media print, screen and (min-width: 1100px) {
  .footer_link_left {
    display: flex;
  }
}

.footer_logo01 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1100px) {
  .footer_logo01 {
    margin-bottom: 0;
  }
}
.footer_logo01 a.footer_logo {
  display: inline-block;
  width: 220px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .footer_logo01 a.footer_logo {
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_logo01 a.footer_logo {
    width: 250px;
  }
}
.footer_logo01 ul.sns_link {
  display: flex;
  justify-content: center;
  margin: 20px 0 30px;
}
@media print, screen and (min-width: 768px) {
  .footer_logo01 ul.sns_link {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_logo01 ul.sns_link {
    margin: 20px 0 0;
  }
}
.footer_logo01 ul.sns_link li:not(:last-child) {
  margin-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer_logo01 ul.sns_link li:not(:last-child) {
    margin-right: 20px;
  }
}
.footer_logo01 ul.sns_link img {
  display: block;
  width: auto;
  height: 35px;
}
@media print, screen and (min-width: 768px) {
  .footer_logo01 ul.sns_link img {
    height: 30px;
  }
}

ul.footer_logo02 {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  ul.footer_logo02 {
    justify-content: flex-start;
  }
}
ul.footer_logo02 li {
  margin: 0 10px;
}
@media print, screen and (min-width: 768px) {
  ul.footer_logo02 li {
    margin: 0 15px 0 0;
  }
}
@media print, screen and (min-width: 1100px) {
  ul.footer_logo02 li {
    margin: 0 0 0 2vw;
  }
}
ul.footer_logo02 img {
  width: auto;
  height: 80px;
}
@media print, screen and (min-width: 960px) {
  ul.footer_logo02 img {
    height: 92px;
  }
}

.footer_link_right {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .footer_link_right {
    justify-content: flex-end;
    margin: 0;
  }
}
.footer_link_right ul:first-child {
  margin-right: 4em;
}
@media print, screen and (min-width: 960px) {
  .footer_link_right ul:first-child {
    margin-right: 5em;
  }
}
.footer_link_right li:not(:last-child) {
  margin-bottom: 10px;
}
.footer_link_right a {
  font-size: 14px;
}

/* コピーライト
----------------------------------------*/
.copyright {
  display: block;
  max-width: 1500px;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */