@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
/* ベース
================================================== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}
@media all and (min-width: 769px) {
  html {
    -ms-overflow-style: none; /* IE, Edge スクロールバー消去 */
    scrollbar-width: none; /* Firefox スクロールバー消去 */
  }
}

/* Chrome, Safari スクロールバー消去 */
@media screen and (max-width: 768px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

html.is-hidden {
  overflow: hidden;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 4.26667vw;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

/*IE7フォント種類の対応ハック*/
*:first-child + html * {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/*IE6フォント種類の対応*/
* html * {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/* --IE8用ハック--- */
html > body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul, ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* レスポンシブ消去
-------------------------------------------------- */
.sp {
  display: block;
}
@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 769px) {
  .pc {
    display: block;
  }
}

/* font各種設定
-------------------------------------------------- */
@font-face {
  font-family: "reimin";
  src: url("/font/A-OTF-UDReiminPr6N-Light.otf") format("otf");
  src: url("/font/A-OTF-UDReiminPr6N-Light.woff") format("woff");
  src: url("/font/A-OTF-UDReiminPr6N-Light.woff2") format("woff2");
}
@media all and (min-width: 1366px) {
  .bp-large {
    display: none;
  }
}

/* 共通部分設定
-------------------------------------------------- */
:where(.cmn_inner) {
  margin: 0 auto;
  width: 89.33333%;
}
@media all and (min-width: 769px) {
  :where(.cmn_inner) {
    max-width: 1000px;
    width: 96.1538461%;
  }
}

:where(.sec_inner) {
  padding-top: 15.46667vw;
  padding-bottom: 15.46667vw;
}
@media all and (min-width: 769px) {
  :where(.sec_inner) {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

:where(.container) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* main */
.main {
  margin-top: 70px;
}
@media all and (min-width: 769px) {
  .main {
    margin-top: 100px;
  }
}

.main__inner {
  padding: 8vw 0 13.33334vw;
}
@media all and (min-width: 769px) {
  .main__inner {
    padding: 50px 0 100px;
  }
}

/* アンカー
-------------------------------------------------- */
.cmn_anchor {
  margin-top: -70px;
  padding-top: 70px;
}
@media all and (min-width: 769px) {
  .cmn_anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* header(sp)
-------------------------------------------------- */
@media print, screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .header__inner {
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .header__logo {
    width: 181.17px;
    height: auto;
  }
}
/* ハンバーバーメニュー */
@media print, screen and (max-width: 768px) {
  .header__hNav {
    height: 30px;
    width: 45px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header__hNav span {
    display: block;
    border-top: 3px solid #000;
    width: 100%;
    position: absolute;
    transition: all 0.5s;
  }
  .header__hNav span:nth-child(1) {
    top: 0;
  }
  .header__hNav span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__hNav span:nth-child(3) {
    bottom: 0;
  }
  /* アクティブ時の動き */
  .header__hNav.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
    width: 50px;
  }
  .header__hNav.active span:nth-child(2) {
    display: none;
  }
  .header__hNav.active span:nth-child(3) {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%) rotate(-35deg);
    width: 50px;
  }
}
/* グローバルナビ */
@media print, screen and (max-width: 768px) {
  .header__gNav {
    background-color: #fff;
    position: absolute;
    top: 69px;
    right: -150%;
    height: calc(100dvh - 70px);
    width: 100%;
    transition: all 0.5s;
    overflow-y: auto;
  }
  .gNav__overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__gNav.panelactive {
    display: block;
    right: 0;
  }
  .gNav__inner {
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .gNav__inner::before {
    content: "";
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .gNav__list {
    padding: 0 20px 30px;
  }
  .gNav__list li a {
    border-bottom: 1px solid #C7C7C7;
    display: block;
    font-size: 2rem;
    line-height: 1.5;
    padding: 30px 0 29px;
    text-align: center;
  }
}
/* コンタクト ※spのみ */
@media print, screen and (max-width: 768px) {
  .gNav__contact {
    background-color: #F5F5F5;
  }
  .gNav__contact .contact__inner {
    padding: 20px 20px 26px;
  }
  .gNav__contact .contact__ttl {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
  .gNav__contact .contact__btn {
    margin: 17px auto 0;
    width: 300px;
  }
}
/* コンタクト ※pcのみ */
@media print, screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
/* header(pc)
-------------------------------------------------- */
@media all and (min-width: 769px) {
  .header {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .header a:hover {
    opacity: 0.6;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px min(4.454545vw, 50px);
    max-width: 1366px;
    margin: 0 auto;
    height: 100%;
  }
  .header__logo {
    width: 241.54px;
  }
}
/* ハンバーバーメニュー */
@media all and (min-width: 769px) {
  .header__hNav {
    display: none;
  }
}
/* グローバルナビ */
@media all and (min-width: 769px) {
  .header__gNav {
    margin: 0 auto;
  }
  .gNav__list {
    display: flex;
  }
  .gNav__list li:hover {
    border-bottom: 1px solid #229f00;
  }
  .gNav__list a {
    display: block;
    font-size: min(1.8181818vw, 2rem);
    font-weight: bold;
    line-height: 40px;
    padding: 10px min(2.2727272vw, 25px);
    white-space: nowrap;
  }
  .gNav__list a:hover {
    opacity: 1;
  }
  .gNav__contact {
    display: none;
  }
}
@media all and (min-width: 1367px) {
  .header__gNav {
    margin: 0 auto 0 114px;
  }
}
/* コンタクト ※pcのみ */
@media all and (min-width: 769px) {
  .header__contact {
    display: block;
    width: 170px;
  }
  .contact__tel {
    margin: 0 auto;
    width: 135.57px;
  }
  .contact__tel:hover a {
    cursor: default;
    opacity: 1;
    pointer-events: none;
  }
  .contact__form {
    margin-top: 10px;
  }
}
/* footer
-------------------------------------------------- */
.footer {
  background-color: #D9EDE1;
  margin-top: auto;
}

.footer__inner {
  margin: 0 auto;
  padding: 5.33334vw 0;
  width: 89.33333vw;
}
@media all and (min-width: 769px) {
  .footer__inner {
    display: flex;
    max-width: 1000px;
    padding: 15px 0;
    width: 96.1538461%;
  }
}

.footer__companyData {
  border-bottom: 0.26667vw solid #9CC9AE;
  padding-bottom: 3.2vw;
  text-align: center;
}
@media all and (min-width: 769px) {
  .footer__companyData {
    display: flex;
    justify-content: center;
    gap: 0 1em;
    border-bottom: none;
    padding: 0;
    width: 50%;
    white-space: nowrap;
  }
}

.footer__companyName {
  font-size: 3.73334vw;
  font-weight: bold;
  line-height: 1.71429;
}
@media all and (min-width: 769px) {
  .footer__companyName {
    font-size: 1.4rem;
  }
}

.footer__txt {
  font-size: 3.2vw;
  line-height: 2;
}
@media all and (min-width: 769px) {
  .footer__txt {
    font-size: 1.2rem;
  }
}

.copy {
  font-size: 3.2vw;
  line-height: 1.5;
  padding-top: 4vw;
  text-align: center;
}
@media all and (min-width: 769px) {
  .copy {
    font-size: 1.2rem;
    line-height: 2;
    padding-top: 0;
    width: 50%;
  }
}/*# sourceMappingURL=cmn.css.map */