@charset "UTF-8";
/* =====================
	日東物産株式会社
 ======================= */
/** -------------------- 変数定義 -------------------- **/
:root {
  /* カラー定義 */
  --c_text: #000000;
  --c_wht: #fff;
  --c_blue: #2878E1;
  --c_green: #75C759;
  --c_red: #C74D4D;
  --c_border: #9B9B9B;
  /* フォント定義 */
  --font_ja: "Noto Sans JP", sans-serif;
  /* transition定義 */
  --anim: all 0.4s ease-out;
  /*---------- filter定義
  https://codepen.io/sosuke/pen/Pjoqqp ---------- */
  /* #000 → #FFF */
  --filter_wht: brightness(0) invert(1);
  /* #000 → #2878E1 */
  --filter_blue: invert(49%) sepia(46%) saturate(6858%) hue-rotate(201deg) brightness(93%) contrast(88%);
  /* #000 → #75C759 */
  --filter_green: invert(70%) sepia(65%) saturate(375%) hue-rotate(57deg) brightness(89%) contrast(88%);
  /* #000 → #C74D4D */
  --filter_red: invert(19%) sepia(68%) saturate(2550%) hue-rotate(343deg) brightness(92%) contrast(96%);
}

body {
  font-family: var(--font_ja);
  font-size: clamp(12px, 1.04166dvw, 1.04166dvw);
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--c_text);
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: var(--c_text);
  -webkit-transition: var(--anim);
  transition: var(--anim);
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/** -------------------- 共通スタイル -------------------- **/
.section {
  margin-top: 7.813%;
}

.inner {
  width: 62.5%;
  margin: 0 auto;
}
.inner.inner--wide {
  width: 83.333%;
}

.cmn-bg01 {
  background: url(../img/common/bg01.jpg) repeat-y top center/100%;
}

.cmn-bg02 {
  background: url(../img/common/bg02.jpg) repeat-y top center/100%;
}

/* TOP　セクションタイトル */
.cmn-h2 {
  margin-bottom: 1.5em;
  color: var(--c_blue);
}
.cmn-h2-jp {
  font-size: 225%;
  font-weight: 700;
  line-height: 1;
}
.cmn-h2-eng {
  font-size: 125%;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-top: 0.4em;
}
.cmn-h2--wht {
  color: var(--c_wht);
}
.cmn-h2--center {
  text-align: center;
}

/* 下層H2 */
.cmn-ttl01 {
  font-size: 225%;
  font-weight: 700;
  line-height: 1.44;
  color: var(--c_blue);
  position: relative;
  padding-top: 1.556em;
  margin: 12.5% 0 5.833%;
}
.cmn-ttl01:before {
  content: "";
  width: 1.822em;
  height: 1.844em;
  background: url(../img/common/heading.png) no-repeat center/contain;
  position: absolute;
  right: 100%;
  top: 0;
}
.cmn-ttl01:first-child {
  margin-top: 0;
}
.cmn-ttl01:last-child {
  margin-bottom: 0;
}

/* 下層　ページタイトル */
.cmn-pagettl {
  width: 100%;
  height: 16.65em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--c_blue);
}

.cmn-pagettl-jp {
  font-size: 300%;
  font-weight: 700;
  line-height: 1.45;
}

.cmn-pagettl-eng {
  margin-top: 0.4em;
  font-size: 125%;
  letter-spacing: 0.2em;
  line-height: 1.44;
}

.cmn-pagettl--bg {
  background: url(../img/common/page_header.png) no-repeat center bottom/cover;
  height: 25em;
  padding-top: 4.167%;
}
.cmn-pagettl--bg .cmn-pagettl-jp > mark {
  background: var(--c_wht);
  color: var(--c_blue);
  font-style: normal;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.5em 0.1em;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(36, 129, 162, 0.5);
          box-shadow: 3px 3px 5px 0px rgba(36, 129, 162, 0.5);
}
.cmn-pagettl--bg .cmn-pagettl-eng {
  color: var(--c_wht);
  margin-top: 0.8em;
}

/* 基本ボタン */
.cmn-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  padding: 0.52em 1.36em 0.52em 1.76em;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.44;
  border: 2px solid var(--c_blue);
  background: var(--c_blue);
  color: var(--c_wht);
}
.cmn-btn01:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.4em;
  height: 0.64em;
  background: url(../img/common/arrow.png) no-repeat center/contain;
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.cmn-btn01:hover {
  opacity: 1;
  background: var(--c_wht);
  color: var(--c_blue);
}
.cmn-btn01:hover:after {
  -webkit-filter: var(--filter_blue);
          filter: var(--filter_blue);
}
.cmn-btn01--green {
  background: var(--c_green);
  border-color: var(--c_green);
}
.cmn-btn01--green:hover {
  color: var(--c_green);
}
.cmn-btn01--green:hover:after {
  -webkit-filter: var(--filter_green);
          filter: var(--filter_green);
}
.cmn-btn01--right {
  margin-right: 0;
}

/* ページネーション */
.wp-pagenavi {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 125%;
  font-weight: 700;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: var(--c_blue);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: var(--c_blue);
  text-indent: -99999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: "";
  width: 0.4em;
  height: 0.8em;
  background: url(../img/common/arrow.png) no-repeat center/contain;
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
/** -------------------- ヘッダー -------------------- **/
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--c_wht);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.521% 1em;
}
.header .header-container {
  /*max-width: 1444px;*/
  width: 75.208%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2.078%;
}
.header .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.698%;
          flex: 0 1 18.698%;
  margin-right: auto;
}
.header .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid var(--c_border);
}
.header .header-nav-list > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.44;
  border-right: 1px solid var(--c_border);
}
.header .header-nav-list a {
  display: block;
  padding: 0.111em 1.333em;
}
.header .header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
.header .header-cta a.cmn-btn01 {
  font-size: 90%;
  padding: 0.111em 1.111em 0.222em;
  background: var(--c_wht);
  color: #13449D;
  border-color: #13449D;
  position: relative;
}
.header .header-cta a.cmn-btn01:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--c_wht);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.header .header-cta a.cmn-btn01:after {
  -webkit-filter: invert(24%) sepia(93%) saturate(1417%) hue-rotate(204deg) brightness(79%) contrast(103%);
          filter: invert(24%) sepia(93%) saturate(1417%) hue-rotate(204deg) brightness(79%) contrast(103%);
}
.header .header-cta a.cmn-btn01:hover:before {
  opacity: 0.5;
}
.header .header-cta a.cmn-btn01--green {
  border-color: #3C961E;
  color: #3C961E;
}
.header .header-cta a.cmn-btn01--green:after {
  -webkit-filter: invert(40%) sepia(35%) saturate(3414%) hue-rotate(74deg) brightness(96%) contrast(76%);
          filter: invert(40%) sepia(35%) saturate(3414%) hue-rotate(74deg) brightness(96%) contrast(76%);
}

/** -------------------- お問い合わせ -------------------- **/
.cmn-contact {
  padding: 6.771% 0;
  margin-top: 7.813%;
}
.cmn-contact .cmn-contact-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 125%;
  line-height: 1.44;
  margin: 1.5em 0;
}
.cmn-contact .cmn-contact-lead:before {
  content: "＼";
}
.cmn-contact .cmn-contact-lead:after {
  content: "／";
}
.cmn-contact .cmn-contact-box {
  background: var(--c_wht);
  border-radius: 1.5em;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
}
.cmn-contact .cmn-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-contact .cmn-contact-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4.167% 0 5.583%;
  text-align: center;
  border-right: 1px solid var(--c_text);
}
.cmn-contact .cmn-contact-list-item:last-child {
  border: 0;
}
.cmn-contact .cmn-contact-list-item-ttl {
  font-size: 125%;
  line-height: 1.44;
}
.cmn-contact .cmn-contact-list-item--mail .cmn-contact-list-item-link {
  margin-top: 2em;
}
.cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link {
  color: var(--c_green);
  margin-top: 0.3em;
  font-size: 125%;
  line-height: 1.44;
}
.cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link a {
  color: var(--c_green);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 180%;
  font-weight: 700;
  line-height: 1.4444444444;
}
.cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link a:before {
  content: "";
  width: 0.967em;
  height: 0.967em;
  background: url(../img/common/icon_tel.png) no-repeat center/contain;
}

/** -------------------- フッター -------------------- **/
.footer {
  padding: 2.5% 1em 2.604%;
  background: #13449D;
  color: var(--c_wht);
}
.footer a {
  color: var(--c_wht);
}
.footer .footer-container {
  /*max-width: 1444px;*/
  width: 75.208%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1.385%;
}
.footer .footer-logo {
  width: 13.5em;
  margin-bottom: 1.5em;
}
.footer .footer-address {
  font-size: 90%;
  font-weight: 700;
  line-height: 1.944;
  letter-spacing: 0;
}
.footer .footer-right {
  margin-left: auto;
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5em;
}
.footer .footer-nav > li {
  border-right: 1px solid var(--c_wht);
  border-left: 1px solid var(--c_wht);
  margin-left: -1px;
}
.footer .footer-nav > li:first-child {
  margin-left: 0;
}
.footer .footer-nav a {
  display: block;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.56;
  padding: 0.111em 1.667em;
}
.footer .footer-cta {
  margin-top: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
.footer .footer-cta a.cmn-btn01 {
  font-size: 90%;
  background: var(--c_wht);
  color: #13449D;
  border-color: #13449D;
  position: relative;
}
.footer .footer-cta a.cmn-btn01:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--c_wht);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.footer .footer-cta a.cmn-btn01:after {
  -webkit-filter: invert(24%) sepia(93%) saturate(1417%) hue-rotate(204deg) brightness(79%) contrast(103%);
          filter: invert(24%) sepia(93%) saturate(1417%) hue-rotate(204deg) brightness(79%) contrast(103%);
}
.footer .footer-cta a.cmn-btn01:hover:before {
  opacity: 0.5;
}
.footer .footer-cta a.cmn-btn01--green {
  border-color: #3C961E;
  color: #3C961E;
}
.footer .footer-cta a.cmn-btn01--green:after {
  -webkit-filter: invert(40%) sepia(35%) saturate(3414%) hue-rotate(74deg) brightness(96%) contrast(76%);
          filter: invert(40%) sepia(35%) saturate(3414%) hue-rotate(74deg) brightness(96%) contrast(76%);
}

/* PCのみ
  ------------------------ */
@media (min-width: 700px) {
  .sm-only {
    display: none !important;
  }
}
/* タブレット
  ------------------------ */
@media (max-width: 1079px) {
  body {
    font-size: 18px;
  }
  /** -------------------- 共通スタイル -------------------- **/
  .inner {
    width: 90%;
  }
  .inner.inner--wide {
    width: 94%;
  }
  .cmn-h2-jp {
    font-size: 202.5%;
  }
  .cmn-h2-eng {
    font-size: 112.5%;
  }
  .cmn-ttl01:before {
    right: auto;
    left: -20px;
  }
  .cmn-btn01 {
    font-size: 20px;
    padding: 10px 20px 10px 28px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    border-width: 1px;
  }
  .cmn-btn01:after {
    width: 8px;
    height: 12px;
  }
  .cmn-pagettl--bg {
    height: 400px;
  }
  /** -------------------- ヘッダー -------------------- **/
  .header {
    padding: 10px 20px;
  }
  .header .header-container {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
  }
  .header .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
  }
  .header .header-nav-list > li {
    font-size: 14px;
  }
  .header .header-nav-list a {
    padding: 2px 8px;
  }
  .header .header-cta {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .header .header-cta a.cmn-btn01 {
    font-size: 13px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  /** -------------------- お問い合わせ -------------------- **/
  .cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link a {
    font-size: 40px;
  }
  /** -------------------- フッター -------------------- **/
  .footer .footer-container {
    width: 100%;
    row-gap: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 16px;
  }
  .footer .footer-nav a {
    font-size: 16px;
    padding: 2px 12px;
  }
  .footer .footer-address {
    font-size: 16px;
  }
  .footer .footer-cta {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .pc-only {
    display: none !important;
  }
  /** -------------------- 共通スタイル -------------------- **/
  .section {
    margin-top: 80px;
  }
  .inner {
    width: 90%;
  }
  .inner.inner--wide {
    width: 90%;
  }
  .cmn-h2 {
    margin-bottom: 20px;
  }
  .cmn-h2-jp {
    font-size: 28px;
  }
  .cmn-h2-eng {
    font-size: 16px;
    margin-top: 8px;
  }
  .cmn-ttl01 {
    font-size: 20px;
    padding-top: 32px;
    margin: 56px 0 32px;
  }
  .cmn-ttl01:before {
    width: 32px;
    height: 32px;
    top: 8px;
  }
  .cmn-ttl01:first-child {
    margin-top: -32px;
  }
  .cmn-pagettl {
    height: 160px;
  }
  .cmn-pagettl-jp {
    font-size: 30px;
  }
  .cmn-pagettl-eng {
    font-size: 14px;
    margin-top: 6px;
  }
  .cmn-pagettl--bg {
    height: 160px;
    padding-top: 0;
  }
  .cmn-pagettl--bg .cmn-pagettl-eng {
    margin-top: 12px;
  }
  .cmn-btn01 {
    font-size: 16px;
  }
  /* ページネーション */
  .wp-pagenavi {
    margin-top: 30px;
    font-size: 16px;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 20px;
    height: 20px;
  }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    width: 6px;
    height: 12px;
  }
  /** -------------------- ヘッダー -------------------- **/
  .header {
    padding: 0 20px;
  }
  .header .header-container {
    width: 100%;
    height: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
  }
  .header .header-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 0;
    z-index: 1;
  }
  .header .header-cta > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header .header-cta > li a.cmn-btn01 {
    width: 100%;
    height: 35px;
    font-size: 14px;
    border-radius: 0;
    background: #13449D;
    color: var(--c_wht);
    border-color: var(--c_wht);
    border-width: 2px 0 0;
  }
  .header .header-cta > li a.cmn-btn01:after {
    -webkit-filter: var(--filter_wht);
            filter: var(--filter_wht);
  }
  .header .header-cta > li a.cmn-btn01--green {
    background: #3C961E;
    color: var(--c_wht);
    border-left: 2px solid var(--c_wht);
  }
  .header .header-cta > li a.cmn-btn01--green:after {
    -webkit-filter: var(--filter_wht);
            filter: var(--filter_wht);
  }
  .header .header-trigger {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -12px;
  }
  .header .header-trigger-inner {
    width: 28px;
    height: 16px;
    position: relative;
  }
  .header .header-trigger span {
    width: 100%;
    height: 2px;
    background: var(--c_text);
    position: absolute;
    right: 0;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .header .header-trigger span:first-child {
    top: 0;
  }
  .header .header-trigger span:nth-child(2), .header .header-trigger span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .header-trigger span:last-child {
    bottom: 0;
  }
  .header .header-trigger.is-open span:first-child, .header .header-trigger.is-open span:last-child {
    opacity: 0;
  }
  .header .header-trigger.is-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .header-trigger.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .header-nav {
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 5;
    width: 100%;
    max-height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--c_wht);
    padding: 40px 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .header .header-nav-mask {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(100% - 50px);
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .header .header-nav-mask.is-show {
    opacity: 0.4;
    visibility: visible;
  }
  .header .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border: 0;
  }
  .header .header-nav-list > li {
    border: 0;
  }
  /** -------------------- お問い合わせ -------------------- **/
  .cmn-contact {
    padding: 60px 0;
    margin-top: 75px;
  }
  .cmn-contact .cmn-contact-lead {
    font-size: 16px;
    margin: 20px 0;
  }
  .cmn-contact .cmn-contact-box {
    border-radius: 16px;
    padding: 0 20px;
  }
  .cmn-contact .cmn-contact-list {
    display: block;
  }
  .cmn-contact .cmn-contact-list-item {
    border-right: 0;
    border-bottom: 1px solid var(--c_text);
    padding: 32px 0;
  }
  .cmn-contact .cmn-contact-list-item-ttl {
    font-size: 18px;
  }
  .cmn-contact .cmn-contact-list-item--mail .cmn-contact-list-item-link {
    margin-top: 20px;
  }
  .cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link {
    margin-top: 4px;
    font-size: 18px;
  }
  .cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link a {
    font-size: 32px;
  }
  .cmn-contact .cmn-contact-list-item--tel .cmn-contact-list-item-link a:before {
    width: 32px;
    height: 32px;
    margin-top: 5px;
  }
  /** -------------------- フッター -------------------- **/
  .footer {
    padding: 32px 20px 80px;
  }
  .footer .footer-container {
    width: 100%;
    gap: 20px;
  }
  .footer .footer-logo {
    width: 200px;
  }
  .footer .footer-address {
    font-size: 14px;
  }
  .footer .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px 0;
    margin-bottom: 0;
  }
  .footer .footer-nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: center;
    border: 0;
  }
  .footer .footer-nav a {
    font-size: 14px;
  }
}