@charset "UTF-8";
/* color import setting
------------------------------------*/
/* ========================================
   color setting
   ======================================== */
/* ----------------------------------------
   1. 基本色（黒・白・グレー）
   ---------------------------------------- */
/* ----------------------------------------
   2. カラー（赤・青・緑・黄）
   ---------------------------------------- */
/* ----------------------------------------
   3. 背景色
   ---------------------------------------- */
/* フォームエラー時の入力欄背景（薄いピンク） */
/* ----------------------------------------
   4. 透明度付き色
   ---------------------------------------- */
/* web font setting
------------------------------------*/
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/400_ZenOldMincho-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/500_ZenOldMincho-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/600_ZenOldMincho-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/700_ZenOldMincho-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/900_ZenOldMincho-Black.woff") format("woff");
  font-display: swap;
}
/* common setting
------------------------------------*/
html {
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 62.5%;
  color: #333344;
}

body {
  background: url("../../img/common/bg_header_pc.webp") top center/100% 200px no-repeat;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  line-height: 0;
}

a {
  transition: opacity .6s ease;
}
a:hover, a:hover img {
  opacity: 0.7;
}
a:link, a:visited {
  text-decoration: none;
  color: #333344;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

.onlySR,
.onlySP {
  display: none;
}

main {
  margin: 0 auto;
  padding: 200px 0 0;
  width: 100%;
}

.pageTitle {
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 0 25px;
  width: 150px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #182227;
}
.pageTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 150px;
  height: 5px;
  background: linear-gradient(to right, #0087ac 0px, #0087ac 50px, #63757a 50px, #63757a 100px, #7fa329 100px, #7fa329 150px);
}
.pageTitle small {
  position: absolute;
  top: -35px;
  left: 170px;
  display: block;
  font-size: 80px;
  opacity: 0.05;
  white-space: nowrap;
}

/* 404 page
------------------------------------*/
.error-404.not-found {
  padding: 0 0 80px;
}
.error-404.not-found .errorContent {
  margin: 0 auto;
  max-width: 600px;
}
.error-404.not-found .errorContent p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
}
.error-404.not-found .errorContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.error-404.not-found .errorContent ul li {
  margin: 0 0 12px;
}
.error-404.not-found .errorContent ul li a {
  display: inline-block;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid currentColor;
}

/* header setting
------------------------------------*/
#siteHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 100vw;
  min-width: 100vw;
  height: 90px;
  background: transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
#siteHeader.scrolled {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#siteHeader .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
#siteHeader .inner .headerLogo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin: 0 0 0 1.667%;
}
#siteHeader .inner .headerLogo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.6s ease-out, filter 0.6s ease-out, visibility 0.6s ease-out;
}
#siteHeader .inner .headerLogo em {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #333d42;
  white-space: nowrap;
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.6s ease-out, filter 0.6s ease-out, visibility 0.6s ease-out;
}
#siteHeader .inner .headerLogo span {
  display: block;
  padding: 0 0 0 2px;
  font-weight: 600;
  font-size: 11px;
  color: #333d42;
  white-space: nowrap;
}
#siteHeader .inner .headerLogo.visible {
  padding: 0 0 0 50px;
}
#siteHeader .inner .headerLogo.visible img,
#siteHeader .inner .headerLogo.visible em {
  display: block;
  opacity: 1;
  filter: blur(0);
  visibility: visible;
  will-change: auto;
}
#siteHeader .inner [aria-label="headerNav"] {
  display: flex;
  justify-content: flex-end;
  width: 60%;
}
#siteHeader .inner [aria-label="headerNav"] > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 63.333%;
  max-width: 570px;
  min-width: 405px;
  height: 100%;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li {
  width: 17.5%;
  max-width: 100px;
  min-width: 85px;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a:link, #siteHeader .inner [aria-label="headerNav"] > ul > li a:visited {
  color: #222;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a:hover {
  background: #f6f6f6;
  color: #333344;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a small {
  display: block;
  margin: 2px 0 0;
  font-size: 10px;
  color: #0087ac;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact {
  background: #7fa329;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact:link, #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact:visited {
  color: #fff;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact:hover {
  background: #5f7a1f;
  color: #fff;
  opacity: 0.9;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact small {
  color: #fff;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact picture {
  flex-shrink: 0;
  display: block;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact .iconMail {
  flex-shrink: 0;
  width: 20px;
  height: auto;
  margin: 0 auto 4px;
  display: block;
}
#siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(5) {
  width: 35.5%;
  max-width: 202.5px;
  min-width: 150px;
  margin-left: auto;
}
#siteHeader .inner [aria-label="headerNav"] > dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  width: 35.526%;
  max-width: 330px;
  min-width: 300px;
  text-align: center;
  font-size: 12px;
}
#siteHeader .inner [aria-label="headerNav"] > dl dt {
  white-space: nowrap;
}
#siteHeader .inner [aria-label="headerNav"] > dl dt span {
  display: block;
  margin: 0 0 7px;
  font-size: 11px;
}
#siteHeader .inner [aria-label="headerNav"] > dl dt em {
  display: block;
  margin: 0 0 7px;
  font-size: 23.75px;
}
#siteHeader .inner [aria-label="headerNav"] > dl dt em img {
  display: inline-block;
  vertical-align: middle;
  width: 23.5px;
  height: 23.5px;
  margin: -8px 0 0;
  flex-shrink: 0;
}
#siteHeader .inner [aria-label="headerNav"] > dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 9px;
}

/* contactSection setting
------------------------------------*/
#contactSection {
  padding: 80px 0;
}
#contactSection .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}
#contactSection .inner h2 {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 20px;
}
#contactSection .inner h2 small {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  font-size: 12px;
  color: #0087ac;
}
#contactSection .inner > p {
  margin: 0 0 30px;
  line-height: 1.85;
  font-size: 14px;
}
#contactSection .inner > a.btnContact {
  display: block;
  margin: 0 auto 25px;
  width: 625px;
  text-align: center;
}
#contactSection .inner > a.btnContact span {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  border: 3px solid #7fa329;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin: 0 auto -20px;
  width: 475px;
  height: 40px;
  line-height: 34px;
  font-weight: 700;
  font-size: 14px;
}
#contactSection .inner > a.btnContact em {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  background: #7fa329;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  width: 625px;
  height: 90px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  transition: opacity 0.6s ease;
}
#contactSection .inner > a.btnContact em img {
  flex-shrink: 0;
  width: 24px;
  height: auto;
}
#contactSection .inner > a.btnContact em::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
#contactSection .inner > a.btnContact:hover {
  opacity: 0.8;
}
#contactSection .inner dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#contactSection .inner dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#contactSection .inner dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #7fa329;
  width: 120px;
  height: 45px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 12px;
}
#contactSection .inner dl dt em {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 33px;
}
#contactSection .inner dl dt em img {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
#contactSection .inner dl dt.onlySP {
  display: none;
}
#contactSection .inner dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 5px;
}
#contactSection .inner dl dd p {
  font-size: 11px;
}

/* breadcrumbs setting
------------------------------------*/
.breadcrumbsWrapper {
  background: #f0f8ff;
  padding: 10px 0;
}
.breadcrumbsWrapper .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 985px;
}
.breadcrumbsWrapper .breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}
.breadcrumbsWrapper .breadcrumbs ol li {
  display: flex;
  align-items: center;
}
.breadcrumbsWrapper .breadcrumbs ol li:not(:last-child)::after {
  content: '';
  position: relative;
  border-top: 1px solid #333344;
  border-right: 1px solid #333344;
  transform: rotate(45deg);
  margin: 0 12px;
  width: 6px;
  height: 6px;
}
.breadcrumbsWrapper .breadcrumbs ol li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #333344;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.breadcrumbsWrapper .breadcrumbs ol li a img.iconHome {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.breadcrumbsWrapper .breadcrumbs ol li a span {
  display: inline-block;
}
.breadcrumbsWrapper .breadcrumbs ol li a:hover {
  opacity: 0.7;
}
.breadcrumbsWrapper .breadcrumbs ol li:last-child {
  color: #333d42;
  font-weight: 500;
}

/* footer setting
------------------------------------*/
footer {
  background: url("../../img/common/bg_footer_pc.webp") no-repeat center center/cover;
  width: 100%;
  padding: 80px 0 30px;
  font-size: 14px;
  color: #fff;
}
footer > .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 985px;
}
footer > .inner #footerContent {
  width: 50%;
}
footer > .inner #footerContent [aria-label="footerNav"] {
  flex: 1;
}
footer > .inner #footerContent [aria-label="footerNav"] > ul {
  display: flex;
  gap: 43px;
  margin: 0 0 55px;
}
footer > .inner #footerContent [aria-label="footerNav"] > ul > li {
  position: relative;
}
footer > .inner #footerContent [aria-label="footerNav"] > ul > li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  background: #fff;
  width: 25px;
  height: 1.5px;
}
footer > .inner #footerContent [aria-label="footerNav"] > ul > li > a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.3s ease;
}
footer > .inner #footerContent [aria-label="footerNav"] > ul > li > a:link, footer > .inner #footerContent [aria-label="footerNav"] > ul > li > a:visited {
  color: #fff;
}
footer > .inner #footerContent [aria-label="footerNav"] > ul > li > a:hover {
  opacity: 0.7;
}
footer > .inner #footerContent > p a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
footer > .inner #footerContent > p a img {
  width: 57px;
  height: auto;
  flex-shrink: 0;
}
footer > .inner #footerContent > p a em {
  font-weight: 700;
  font-size: 29px;
  color: #fff;
}
footer > .inner #footerContent dl {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 30px 0;
  font-size: 12px;
}
footer > .inner #footerContent dl dt {
  position: relative;
  width: 62.5px;
  text-align: right;
  white-space: nowrap;
}
footer > .inner #footerContent dl dt::after {
  content: '';
  position: absolute;
  top: -17.5px;
  right: -25px;
  display: block;
  border-radius: 1px;
  background: #fff;
  width: 2px;
  height: 50px;
}
footer > .inner #footerContent dl dd {
  line-height: 1.667;
}
footer > .inner iframe {
  border-radius: 4px;
  margin: 0 0 35px;
  width: 47.7%;
  height: 300px;
}
footer > .inner .copyright {
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

/* 404 error setting
------------------------------------*/
#error404 {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
#error404 .inner p {
  margin: 0 0 60px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}
#error404 .inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
}
#error404 .inner ul li a {
  position: relative;
  display: block;
  padding: 8px 0 8px 16px;
  font-size: 14px;
  transition: opacity 0.3s ease;
  position: relative;
}
#error404 .inner ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-top: 1px solid #7fa329;
  border-right: 1px solid #7fa329;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
#error404 .inner ul li a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------------------
	Ajustment For Window 1000 
------------------------------------------------------------------------ */
@media screen and (max-width: 1000px) {
  main {
    box-sizing: border-box;
  }

  /* header setting
  ------------------------------------*/
  #siteHeader .inner .headerLogo em {
    font-size: 20px;
  }
  #siteHeader .inner .headerLogo span {
    font-size: 10px;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul {
    min-width: 290px;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li {
    width: 20%;
    min-width: 60px;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a {
    font-size: 12px;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a small {
    font-size: 10px;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact {
    font-size: 12px;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(5) {
    min-width: 90px;
  }
  #siteHeader .inner [aria-label="headerNav"] dl {
    min-width: 180px;
  }
  #siteHeader .inner [aria-label="headerNav"] dl dt em {
    margin: 0 0 5px;
    font-size: 16px;
  }
  #siteHeader .inner [aria-label="headerNav"] dl dt em img {
    width: 16.5px;
    height: 16.5px;
    margin: -5px 0 0;
  }
  #siteHeader .inner [aria-label="headerNav"] dl dd {
    display: block;
  }
  #siteHeader .inner [aria-label="headerNav"] dl dd p {
    margin: 2px 0;
  }

  /* footer setting
  ------------------------------------*/
  footer > .inner {
    box-sizing: border-box;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* common setting
  ------------------------------------*/
  html {
    min-width: 100vw;
  }

  body {
    background: url("../../img/common/bg_header_sp.webp") top center/100vw auto no-repeat;
    min-width: 100vw;
    min-height: 100%;
  }
  body.modeNav {
    overflow: hidden !important;
    position: fixed;
    /* only iOS */
    height: auto;
  }

  .onlyPC {
    display: none;
  }

  .onlySP {
    display: block;
  }

  main {
    padding: 53.333333vw 0 0;
    max-width: 100vw;
  }

  .pageTitle {
    margin: 0 0 6.6666667vw;
    padding: 0 0 6.6666667vw;
    width: 100%;
    font-size: 6.4vw;
  }
  .pageTitle::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 40vw;
    height: 1.3333333vw;
    background: linear-gradient(to right, #0087ac 0, #0087ac 13.33333vw, #63757a 13.33333vw, #63757a 26.66667vw, #7fa329 26.66667vw, #7fa329 40vw);
  }
  .pageTitle small {
    top: -20.666667vw;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16vw;
  }

  a:hover, a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tel {
    pointer-events: auto;
  }

  /* header setting
  ------------------------------------*/
  #siteHeader {
    height: 14.666667vw;
  }
  #siteHeader .inner {
    display: block;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
    width: 100vw;
  }
  #siteHeader .inner .headerLogo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin: 0 0 0 3.2vw;
    height: 14.666667vw;
  }
  #siteHeader .inner .headerLogo img {
    top: 4vw;
    width: 8vw;
    filter: blur(2.66667vw);
  }
  #siteHeader .inner .headerLogo em {
    font-size: 4vw;
    filter: blur(2.66667vw);
  }
  #siteHeader .inner .headerLogo span {
    padding: 0;
    letter-spacing: 0;
    font-size: 2.4vw;
  }
  #siteHeader .inner .headerLogo.visible {
    padding: 0 0 0 9.2vw;
  }
  #siteHeader .inner .headerLogo.visible img,
  #siteHeader .inner .headerLogo.visible em {
    opacity: 1;
    filter: blur(0);
    visibility: visible;
    will-change: auto;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul {
    position: absolute;
    opacity: 0;
    top: 0;
    right: -100vw;
    z-index: 0;
    display: block;
    background: #fff;
    margin: 0;
    padding: 14.666667vw 0 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
    overflow: scroll;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li {
    margin: 0;
    width: 100vw;
    max-width: 100vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a {
    padding: 3.2vw 0;
    width: 100%;
    height: auto;
    font-size: 3.733333vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a small {
    margin: 0.5333333vw 0 0;
    font-size: 2.666667vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact {
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #222;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact:link, #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact:visited {
    color: #222;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact:hover {
    background: #f6f6f6;
    color: #333344;
    opacity: 1.0;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact small {
    color: #0087ac;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact picture {
    flex-shrink: 0;
    display: block;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li a.btnContact .iconMail {
    flex-shrink: 0;
    width: 4.2vw;
    margin: 0 auto 1.4vw;
    color: #7fa329;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(5) {
    width: 100vw;
    max-width: 100vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(6) {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin-left: 0;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(7) {
    padding: 4.8vw 0 0;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(7) a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #7fa329;
    margin: 0 auto;
    padding: 4.8vw 0;
    width: 80vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(7) a img {
    width: 4.2666667vw;
    height: auto;
    margin: 0 1.3333333vw 0 0;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(7) a span {
    color: #fff;
  }
  #siteHeader .inner [aria-label="headerNav"] > ul > li:nth-child(7) p {
    margin: 2.4vw 0 0;
    font-size: 2.666667vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > dl {
    display: none;
  }
  #siteHeader .inner [aria-label="headerNav"] > button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    width: 14.666667vw;
    height: 14.666667vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > button i {
    display: block;
    position: absolute;
    left: 4vw;
    border-radius: 0.4vw;
    width: 6.6666667vw;
    height: 0.8vw;
    transition: all 0.3s;
  }
  #siteHeader .inner [aria-label="headerNav"] > button i:nth-child(1) {
    background: #0087ac;
    top: 4.8vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > button i:nth-child(2) {
    background: #63757a;
    top: 6.9333333vw;
  }
  #siteHeader .inner [aria-label="headerNav"] > button i:nth-child(3) {
    background: #7fa329;
    width: 4.2666667vw;
    top: 9.0666667vw;
  }

  body.modeNav #siteHeader .inner {
    height: 100vh;
  }
  body.modeNav #siteHeader .inner nav > ul {
    right: 0;
    opacity: 1;
  }
  body.modeNav #siteHeader .inner nav button i:nth-child(1) {
    transform: translateY(2.2vw) rotate(45deg);
  }
  body.modeNav #siteHeader .inner nav button i:nth-child(2) {
    transform: scale(0, 1);
  }
  body.modeNav #siteHeader .inner nav button i:nth-child(3) {
    transform: translateY(-2.2vw) rotate(-45deg);
    width: 6.6666667vw;
  }

  /* contactSection setting
  ------------------------------------*/
  #contactSection {
    padding: 16vw 0;
  }
  #contactSection .inner {
    width: 92vw;
  }
  #contactSection .inner h2 {
    margin: 0 0 4.8vw;
    font-size: 5.3333333vw;
  }
  #contactSection .inner h2 small {
    margin: 2.666667vw 0 0;
    font-size: 3.2vw;
  }
  #contactSection .inner > p {
    margin: 0 0 11.333333vw;
    text-align: left;
    font-size: 3.733333vw;
  }
  #contactSection .inner > a.btnContact {
    margin: 0 auto 2.4vw;
    width: 100%;
  }
  #contactSection .inner > a.btnContact span {
    box-sizing: border-box;
    border: 0.8vw solid #7fa329;
    border-radius: 6.6666667vw;
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    margin: 0 auto -3.73333vw;
    padding: 0.4vw 0 0;
    width: 68vw;
    height: 10vw;
    line-height: 1.3;
    font-size: 2.7333333vw;
  }
  #contactSection .inner > a.btnContact em {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4vw;
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 17.333333vw;
    font-size: 3.733333vw;
  }
  #contactSection .inner > a.btnContact em img {
    width: 4.2vw;
  }
  #contactSection .inner > a.btnContact em::after {
    right: 4vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -0.8vw 0 0;
    width: 2.4vw;
    height: 2.4vw;
  }
  #contactSection .inner > a.btnContact:hover {
    opacity: 0.8;
  }
  #contactSection .inner dl {
    display: block;
  }
  #contactSection .inner dl dt a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7fa329;
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: 100%;
    height: 17.333333vw;
  }
  #contactSection .inner dl dt a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4vw;
    display: block;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    transform: translateY(-50%) rotate(45deg);
    width: 2.4vw;
    height: 2.4vw;
    transition: all 0.3s;
  }
  #contactSection .inner dl dt a img {
    flex-shrink: 0;
    width: 4.2666667vw;
    height: auto;
    margin: 0 1.3333333vw 0 0;
  }
  #contactSection .inner dl dt a span {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 3.733333vw;
    color: #fff;
  }
  #contactSection .inner dl dt.onlySP {
    display: block;
  }
  #contactSection .inner dl dt.onlyPC {
    display: none;
  }
  #contactSection .inner dl dd {
    display: block;
    padding: 1.2vw 0 0;
    text-align: center;
  }
  #contactSection .inner dl dd p {
    margin: 2.4vw 0 0;
    font-size: 2.8vw;
  }

  /* breadcrumbs setting
  ------------------------------------*/
  .breadcrumbsWrapper {
    padding: 3.733333vw 0;
    font-size: 3.2vw;
  }
  .breadcrumbsWrapper .inner {
    width: 100vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbsWrapper .breadcrumbs ol {
    padding: 0 3.2vw;
    font-size: 2.933333vw;
  }
  .breadcrumbsWrapper .breadcrumbs ol li a {
    gap: 1.6vw;
  }
  .breadcrumbsWrapper .breadcrumbs ol li a img.iconHome {
    width: 4.266667vw;
    height: 4.266667vw;
  }
  .breadcrumbsWrapper .breadcrumbs ol li:not(:last-child)::after {
    margin: 0 2.133333vw;
  }

  /* footer setting
  ------------------------------------*/
  footer {
    background: url("../../img/common/bg_footer_sp.webp") no-repeat center center/cover;
    padding: 0 0 8vw;
    font-size: 3.733333vw;
  }
  footer > .inner {
    display: block;
    width: 100vw;
    text-align: center;
  }
  footer > .inner #footerContent {
    width: 100%;
  }
  footer > .inner #footerContent [aria-label="footerNav"] {
    box-sizing: border-box;
    width: 100%;
  }
  footer > .inner #footerContent [aria-label="footerNav"] > ul {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 8vw;
  }
  footer > .inner #footerContent [aria-label="footerNav"] > ul > li {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 0.26667vw solid #666;
  }
  footer > .inner #footerContent [aria-label="footerNav"] > ul > li:nth-child(2n) {
    border-left: 0.26667vw solid #666;
  }
  footer > .inner #footerContent [aria-label="footerNav"] > ul > li:not(:last-child)::after {
    display: none;
  }
  footer > .inner #footerContent [aria-label="footerNav"] > ul > li > a {
    position: relative;
    display: block;
    padding: 6.4vw 0;
    text-align: center;
  }
  footer > .inner #footerContent [aria-label="footerNav"] > ul > li > a:before {
    position: relative;
    top: auto;
    display: inline-block;
    margin: 0 2.666667vw 0 0;
    width: 4vw;
    height: 2.933333vw;
  }
  footer > .inner #footerContent > p a {
    justify-content: center;
    gap: 1.8vw;
    margin: 0 0 9.3333333vw;
  }
  footer > .inner #footerContent > p a img {
    width: 10.6777vw;
  }
  footer > .inner #footerContent > p a em {
    font-size: 6.4vw;
  }
  footer > .inner #footerContent dl {
    gap: 10.4vw;
    margin: 8.4vw 0;
    font-size: 2.86667vw;
  }
  footer > .inner #footerContent dl dt {
    width: 21.4vw;
  }
  footer > .inner #footerContent dl dt::after {
    top: -4.6666667vw;
    right: -5.6666667vw;
    border-radius: 0.2666667vw;
    width: 0.5333333vw;
    height: 13.3333333vw;
  }
  footer > .inner #footerContent dl dd {
    text-align: left;
  }
  footer > .inner iframe {
    border-radius: 1.0666667vw;
    margin: 0 auto 35px;
    width: 92vw;
    height: 300px;
  }
  footer > .inner .copyright {
    font-size: 2.6666667vw;
    text-align: center;
  }
}
