@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

/* =======================================
変数
======================================== */
:root {
  /* ブランドカラー */
  --main-color: #33b29a;
  --sub-color: #e59222;
}

/* =======================================
共通
======================================== */
html {
  font-size: 20px;
  /* デフォルト16px → 20pxに変更 */
}

/* jQueryでスクロールするページではoffにしておく */
html {
  scroll-behavior: auto;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-style: normal;
}

img {
  width: 100%;
}

.container {
  max-width: 1320px;
  /* 中身が1290pxになる */
}

.wrapper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.ml-50 {
  margin-left: min(calc(25px + (50 - 25) * ((100vw - 992px) / (1500 - 992))),
      50px);
}

.blcok-1200 {
  display: none;
}

a {
  transition: 0.7s;
  cursor: pointer;
}

br.sp-none {
  display: block;
}

br.w-1500-none {
  display: block;
}

@media screen and (max-width: 1500px) {
  br.w-1500-none {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  br.sp-none {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .blcok-1200 {
    display: block;
  }
}


/* =======================================
ヘッダー
======================================== */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.logo-box a {
  transition: 0.7s;
}

.logo-box a:hover {
  opacity: 0.5;
}

.logo-flex {
  display: flex;
  align-items: center;
}


#header .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

#header .row-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

#gNavi {
  margin-top: 20px;
}

.logo-flex p {
  max-width: 100%;
  width: 51px;
}

.logo-flex h1 {
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #000000;
  font-weight: 700;
}

.list-gnav {
  font-size: 16px;
  list-style: none;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  display: flex;
}

.list-gnav li {
  line-height: 1;
  position: relative;
  padding: 0 20px;
  transition: 0.7s;
  border-left: 1px solid #ccc;
  transition: 0.7s;
}
.list-gnav li::after {
  transition: 0.7s;
  opacity: 0;
}
.list-gnav li:last-child {
  padding: 0 0 0 20px;
}
.list-gnav li:hover::after,
.list-gnav li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  border-radius: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 5px;
  background-color: #33b29a;
  transition: 0.7s;
  /* ← ふわっと */
  opacity: 1;
  transition: 0.7s;
}

.list-gnav li a {
  padding: 7px 0;
  display: block;
  line-height: 1;
  font-size: 16px;
}

.tel {
  font-size: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  justify-content: flex-end;
  display: flex;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  align-items: center;
}

.tel-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  height: 40px;
  /* 行の高さと一致させる */
  display: flex;
  /* 文字を高さ中央に */
  align-items: center;
}

.tel .tel-icon {
  padding: 8px;
  margin-right: 8px;
  border-radius: 3px;
  background-color: #e59222;
}

.tel .tel-icon {
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 18px;
}

.tel-text {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  transform: translateY(-0.07em);
}

.tel .tel-icon .fa-phone {
  font-size: 18px;
}

.tel.sp {
  display: none;
}

@media (max-width: 1800px) {
  .logo-flex h1 {
    font-size: min(calc(26px + (32 - 26) * (100vw - 992px) / (1700 - 992)),
        32px);
  }

  .list-gnav li {
    padding: 0 min(calc(5px + (14 - 5) * (100vw - 992px) / (1700 - 992)),
        14px);
  }

  .list-gnav li:last-child {
    padding: 0 min(calc(10px + (14 - 10) * (100vw - 992px) / (1700 - 992)),
        14px);
  }

  .list-gnav li a {
    padding: min(calc(4px + (7 - 4) * (100vw - 992px) / (1700 - 992)),
        7px) 0;
    display: block;
    line-height: 1;
    font-size: min(calc(12px + (14 - 12) * (100vw - 992px) / (1700 - 992)),
        14px);
  }

  .tel-text {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0);
  }

  .tel .tel-icon {
    font-size: 14px;
  }

  .tel .tel-icon {
    padding: 6px;
    margin-right: 8px;
    border-radius: 3px;
    background-color: #e59222;
  }
}
@media (max-width: 1600px) {
  #header .row-head {
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .list-gnav {
    justify-content: center;
  }
  .tel.pc {
    display: none;
  }
  .tel.sp {
    position: absolute;
    right: min(2vw, 40px);
    top: 20px;
    display: flex;
  }
}
@media (max-width: 1500px) {
  #header .container-fluid {
    padding-left: min(2vw, 40px);
    padding-right: min(2vw, 40px);
  }

  .logo-box {
    margin-bottom: 10px;
  }


  .list-gnav li:last-child {
    border-right: 1px solid #ccc;
  }

  .list-gnav li a {
    font-size: 14px;
  }

}

@media (max-width: 991px) {
  .logo-flex h1 {
    font-size: min(calc(18px + (26 - 18) * (100vw - 320px) / (991 - 320)), 26px);
  }

  .logo-flex p {
    width: min(calc(40px + (51 - 40) * (100vw - 320px) / (991 - 320)), 51px);
  }

  .logo-mark {
    font-size: 0;
  }
}



@media (max-width: 991px) {
  #header .row-head {
    padding: min(calc(12px + (20 - 12) * (100vw - 320px) / (991 - 320)),
        20px) 0;
  }

  .tel.sp {
    display: none;
  }

  #gNavi {
    display: none;
  }
}

@media (max-width: 480px) {
  .logo-flex h1 {
    font-size: 16px;
  }
   .logo-flex p {
        width: 35px;
        margin-right: 4px;
  }
}

/* =======================================
CONTACT
======================================== */

.contact-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/common/contact-bg.jpg');
  padding: 100px 0;
}

.contact-area .sub-title {
  color: #fff !important;
}



.contact-area .sec-title {
  color: #fff !important;
  margin-bottom: 30px !important;
}

.contact-area .text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.contact-area .tel-icon {
  padding: 14px;
  margin-right: 13px;
  border-radius: 3px;
  background-color: #e59222;
}

.contact-area .tel-box {
  display: flex;
  align-items: center;
}

.contact-area .tel-icon {
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 30px;
}

.contact-area .tel-text {
  font-size: 40px;
  color: #fff;
  display: block;
  line-height: 1;
}

.contact-area .business-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 1;
  margin-top: 6px;
}

.contact-area .tel-right {
  transform: translateY(-0.2em);
}

.mail-btn {
  padding: 18px 0;
  color: #fff;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 60px;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: 1px solid var(--sub-color);
  background-color: var(--sub-color);
}

.mail-btn:hover {
  color: var(--sub-color);
  background-color: #fff;
}

.mail-icon {
  margin-right: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-envelope {
  line-height: 1;
  font-size: 24px;
}

.mail-text {
  font-size: 18px;
  transform: translateY(-0.1em);
  line-height: 1;
}

.contact-area .row {
  align-items: center;
}

.contact-right.flex-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1500px) {
  .contact-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }

  .mail-btn {
    margin-left: 40px;
  }

  .contact-area .text {
    color: #fff;
    font-size: min(calc(20px + (24 - 20) * (100vw - 992px) / (1500 - 992)), 24px);
    font-weight: 700;
  }
}

@media (max-width: 1280px) {
  .contact-right.flex-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }
  .contact-area .tel-box {
    justify-content: flex-end;
    margin-left: auto;
  }
  .mail-btn {
    margin-top: 30px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .mail-btn {
    padding: 18px 0;
    color: #fff;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 30px;
    margin-left: 0;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-left: auto;
    background-color: var(--sub-color);
  }

  .contact-area .tel-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .contact-area .tel-box {
    display: flex;
    align-items: center;
  }

  .mail-text {
    font-size: min(calc(14px + (18 - 14) * (100vw - 320px) / (991 - 320)), 18px);
    transform: translateY(-0.1em);
  }
}

@media (max-width: 768px) {
  .mail-btn {
    padding: min(calc(14px + (18 - 14) * (100vw - 320px) / (991 - 320)),
        18px) 0;
    color: #fff;
    max-width: min(calc(260px + (300 - 260) * (100vw - 320px) / (991 - 320)),
        300px);
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;

    margin-left: auto;
    background-color: var(--sub-color);
  }

  .contact-area .tel-text {
    font-size: 30px;
    color: #fff;
    display: block;
    transform: translateY(0.2em);
    line-height: 1;
  }

  .contact-area .tel-icon {
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    font-size: 22px;
  }

  .contact-area .business-hours {
    margin-top: 2px;
  }
}

@media (max-width: 768px) {
  .contact-left {
    margin-bottom: 20px;
  }

  .contact-area .sub-title {
    text-align: center;
    margin: 0 auto 10px;
  }

  .contact-area .sec-title {
    text-align: center;
  }

  .contact-area .text {
    text-align: center;
    font-size: min(calc(20px + (24 - 20) * (100vw - 992px) / (1500 - 992)), 24px);
    font-weight: 700;
  }

  .contact-area .tel-box {
    display: flex;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }

  .mail-btn {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;

    margin-left: auto;
    background-color: var(--sub-color);
  }




}

/* =======================================
フッター
======================================== */
#footer {
  padding-top: 100px;
  padding-bottom: 110px;
}

#footer .logo-flex {
  display: flex;
  gap: 0 15px;
  align-items: center;
}

#footer .logo-flex p {
  max-width: 51px;
  width: 100%;
}

#footer .logo-flex h2 {
  font-size: 32px;
  color: #000000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

#footer .address {
  font-size: 16px;
  line-height: 2.2;
}

#footer .text-middle {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 50px;
}

#footer .text-bottom {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 50px;
}

.fa-location-dot {
  color: var(--sub-color);
}

#footer .row {
  align-items: flex-end;
}

.footer-left-bnr {
  max-width: 200px;
  width: 100%;
  margin-top: 20px;
  font-size: 0;
}

/* 並べる箱 */
.ft-bnr-box{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:20px;
  flex-wrap:nowrap;          /* 折り返さない */
  margin-top:50px;
}

/* 高さ基準（通常60px） */
.footer-right-bnr{
  height:60px;               /* ← これが基準。2枚とも同じ高さになる */
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* a を行内にしない */
.footer-right-bnr a{
  display:block;
  height:100%;
}

/* 画像は高さ100%で比率維持＝必ず同じ高さ */
.footer-right-bnr img{
  display:block;
  height:100%;
  width:auto;
  object-fit:contain;
  max-width:100%;            /* 幅が足りない時だけ縮む */
}

/* 画面が狭くなって幅が足りなくなる“ときだけ”全体を縮小 */
@media (max-width: 520px){
  .footer-right-bnr{ height:52px; }
}
@media (max-width: 460px){
  .footer-right-bnr{ height:46px; }
}
@media (max-width: 410px){
  .footer-right-bnr{ height:45px; gap:14px; } /* 少しだけ隙間も詰めるなら */
}


#footer .logo-box {
  margin-bottom: 60px;
}

.copyright {
  margin-top: 134px;
  text-align: right;
  font-size: 14px;
}

.nav-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: max-content max-content;
  row-gap: 40px;
  column-gap: 60px;
  justify-content: end;
}

.nav-grid li {
  display: flex;
  align-items: flex-start;
  justify-self: start;
  width: fit-content;
  max-width: max-content;
}

.nav-grid .fa-angle-right {
  color: #e59222;
  margin-right: 10px;
}

.nav-grid a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  display: inline-block;
  text-align: left;
  text-justify: auto;
  /* 文字間伸びの抑止（念のため） */
}

.nav-grid a:hover {
  opacity: 0.6;
}

#pagetop {
  right: 30px;
  bottom: 30px;
  position: fixed;
  max-width: 50px;
  cursor: pointer;
  width: 100%;
  z-index: 1000;
  transition: 0.7s;
}

#pagetop:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1500px) {
  #footer .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }

  #footer .logo-flex {
    display: flex;
    justify-content: center;
    gap: 0 15px;
    align-items: center;
  }

  #footer .logo-flex h2 {
    font-size: min(calc(26px + (32 - 26) * (100vw - 992px) / (1700 - 992)),
        32px);
  }

}

@media screen and (max-width: 991px) {
  #footer {
    padding-top: min(calc(60px + (100 - 60) * (100vw - 992px) / (991 - 320)), 100px);
    padding-bottom: min(calc(60px + (110 - 60) * (100vw - 992px) / (991 - 320)), 110px);
  }

  .nav-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: max-content max-content;
    row-gap: 30px;
    column-gap: 30px;
    justify-content: center;
  }

  .nav-grid a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    text-align: left;
    text-justify: auto;
  }

  .nav-grid .fa-angle-right {
    color: #e59222;
    margin-right: 5px;
  }

  .footer_content__right {
    margin-top: 30px;
  }

  .copyright {
    margin-top: 80px;
    text-align: center;
    font-size: 14px;
  }

  #footer .address {
    font-size: 14px;
    text-align: center;
    line-height: 2.2;
  }

  #footer .text-middle {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }

  #footer .text-bottom {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }

  #footer .logo-box {
    margin-bottom: 40px;
  }
  .ft-left-bnr-box {
    display: flex;
    gap: 0 20px;
    justify-content: center;
  }
  .ft-bnr-box {
    margin-top: 50px;
    justify-content: center;
    display: flex;
    gap:0 20px;
  }


}

@media screen and (max-width: 480px) {
  .nav-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: max-content max-content;
    row-gap: 10px;
    column-gap: 15px;
    justify-content: center;
  }

  .nav-grid a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
    letter-spacing: 0;
    display: inline-block;
    text-align: left;
    text-justify: auto;
  }


}

/* =======================================
SPMENU
======================================== */
.openbtn {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: none;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.openbtn {
  cursor: pointer;
  width: 40px;
  height: 43px;
  margin-left: 0;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.4rem;
  height: 2px;
  background: #000;
}

.openbtn span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 40px;
}

.openbtn span:nth-of-type(2) {
  top: 10px;
  left: 0;
  width: 40px;
}

.openbtn.active span:nth-of-type(1) {
  top: 2px;
  width: 38px;
  left: 0;
  background-color: #fff;
  transform: translateY(5px) rotate(-160deg);
}

.openbtn.active span:nth-of-type(2) {
  top: 12px;
  left: 0;
  width: 38px;
  background-color: #fff;
  transform: translateY(-5px) rotate(160deg);
}

.openbtn.active p {
  color: #fff;
}

.overlay-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -280px;
  width: 280px;
  color: #fff;
  text-align: left;
  padding-top: 50px;
  background-color: var(--main-color);
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
  padding-bottom: 50px;
}

.overlay-menu.active {
  transform: translate3d(-100%, 0, 0);
}

.overlay-menu-inner {
  position: relative;
  height: 100%;
  padding: 100px 20px 20px;
}

.spNav-top-01 ul li {
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.spNav-top-01 ul li a {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

.spNav-top-01 ul li a .fa-angle-right {
  padding-top: 5px;
  padding-right: 5px;
}

.spNav-top-01 ul {
  width: 100%;
}

.spNav-top-01 ul li:nth-child(n+2) {
  margin-top: 12px;
}

.sp-nav-copy {
  margin-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 12px;
}

.overlay-menu .tel {
    font-size: 0;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    line-height: 1;
    font-family: "Zen Maru Gothic", sans-serif;
    align-items: center;
    margin-top: 30px;
}
.overlay-menu .tel-text {
        display: block;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 0;
        transform: translateY(0.1em);
    }
@media (max-width: 991px) {

  .openbtn {
    top: min(calc(18px + (26 - 18) * (100vw - 320px) / (991 - 320)),
        26px);
    right: min(2vw, 40px);
    display: block;
  }

  .openbtn p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
  }
}