@charset "UTF-8";

/* 全体的な設定 */
html {
    height: 100%;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
  }
body {
    height: 100%;
    height: 100dvh;
}
body,
input,
select,
textarea {
    font-family:"Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    }
@media screen and (max-width: 430px) {
    body,
    input,
    select,
    textarea {
        font-size: 14px;
    }
}
.font-hb {
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.font-h {
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* JSでbodyに付与する固定用クラス */
    body.is-fixed {
      overflow: hidden;
      height: 100%;
    }
/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }

/* 問い合わせフォームで非表示にするclass */
.wpcf7-spinner {
  display: none !important;
}

/*---------------------*/
/* ヘッダー */
.l-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.p-header {
  display: block;
}
.p-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 15px 10px;
  max-width: 1300px;
  margin: 0 auto;
}
.p-header .header-title-a {
  display: flex;
  column-gap: 15px;
  position: relative;
  z-index: 100;
}
.p-header .header-title {
  max-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.p-header .header-title img {
  display: block;
  width: 100%;
  height: auto;
}
.p-header .name-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .name-area p {
  color: #fff;
  font-weight: 800;
}
.p-nav.header-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: right 0.6s, opacity 0.6s;
  position: static;
  opacity: 1;
  height: inherit;
  background: transparent;
  width: auto;
  padding: 0;
  column-gap: 30px;
}
.p-nav .nav-inner {
  display: flex;
}
.p-nav .nav-list {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  column-gap: 30px;
}
.p-nav .nav-item {
  position: relative;
  width: auto;
}
.p-nav .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #fff;
}
.p-nav .nav-link {
  color: #fff;
  display: block;
  font-weight: 600;
  width: 100%;
  transition: color 0.3s;
}
.p-nav .nav-link:hover {
  color: #E67832;
}
.p-header .ju-area {
  max-width: 200px;
}
.p-hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  display: none;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
/* 変化後のスタイル（トップのスクロール後 ＆ 下層ページ） */
.l-header.is-scrolled,
.l-header.is-subpage {
  background-color: #FDF8EF !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.l-header.is-scrolled .name-area p,
.l-header.is-subpage .name-area p {
  color: #E67832 !important;
}
.l-header.is-scrolled .p-nav .nav-link,
.l-header.is-subpage .p-nav .nav-link {
  color: #000000 !important;
}
.l-header.is-scrolled .p-nav .nav-item:not(:last-child)::after,
.l-header.is-subpage .p-nav .nav-item:not(:last-child)::after {
  background-color: #000000;
}
.l-header.is-scrolled .c-hamburger span,
.l-header.is-subpage .c-hamburger span {
  background-color: #E67832 !important;
}
/* スクロール後、下層ページ、またはメニュー開閉時すべてのホバー設定 */
.l-header.is-scrolled .p-nav .nav-link:hover,
.l-header.is-subpage .p-nav .nav-link:hover,
.l-header:has(.is-active) .p-nav .nav-link:hover {
  color: #E67832 !important;
}
/* メニューが開いている時もスクロール後と同じ背景・文字色にする */
.l-header:has(.is-active) .p-nav .nav-link {
  color: #000000 !important;
}
.l-header:has(.is-active) .p-nav .nav-item:not(:last-child)::after {
  background-color: #000000 !important;
}
.l-header:has(.is-active) {
  background-color: #FDF8EF !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.l-header:has(.is-active) .name-area p {
  color: #E67832 !important;
}
.l-header:has(.is-active) .c-hamburger span {
  background-color: #E67832 !important;
}
@media screen and (max-width: 1300px) {
  .p-nav.header-box {
    column-gap: 10px;
  }
  .p-header .header-title {
    max-width: 130px;
  }
  .p-header .name-area p,.p-nav .nav-item {
    font-size: 14px;
  }
  .p-header .ju-area {
    max-width: 170px;
  }
}
@media screen and (max-width: 1100px) {
  .p-header .header-title {
    max-width: 110px;
  }
  .p-header .name-area p,.p-nav .nav-item {
    font-size: 12px;
  }
  .p-header .ju-area {
    max-width: 130px;
  }
}
@media screen and (max-width: 960px) {
  .p-header .header-title {
    height: 30px;
  }
  .p-header .header-title-a {
    column-gap: 8px;
  }
  .p-nav .nav-list {
    column-gap: 16px;
  }
  .p-nav .nav-item:not(:last-child)::after {
    right: -8px;
  }
}
@media screen and (max-width: 900px) {
  .p-nav.header-box {
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    flex-direction: column;
    justify-content: center;
    padding: 70px 0 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
  .p-nav.header-box.is-active {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    opacity: .95;
  }
  .p-nav .nav-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
    justify-content: center;
  }
  .p-nav .nav-list {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
  }
  .p-nav .nav-item {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
  }
  .p-nav .nav-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 1.2em;
    background-color: #E67832;
    border-radius: 2px;
  }
  .l-header:has(.is-active) .p-nav .nav-item:not(:last-child)::after {
    display: none;
  }
  .p-hamburger {
    display: block;
  }
  .p-header .ju-area {
      max-width: 200px;
      padding-top: 20px;
  }
}
@media screen and (max-width: 430px) {
    .p-header .header-title {
        width: 90px;
    }
    .p-nav .nav-item {
      font-size: 16px;
    }
    .p-header .ju-area {
        padding-top: 0px;
    }
}

/*---------------------*/
/* フッター */
.p-footer {
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  background-color: #E67832;
  color: #fff;
  padding-top: 60px;
}
footer .logo-area {
  max-width: 260px;
  margin: 0 auto 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  column-gap: 100px;
  margin-bottom: 60px;
}
.footer-nav ul li {
  position: relative;
  transition: color 0.3s;
}
.footer-nav ul li:hover {
  color: #000;
}
.footer-nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.p-footer .map-area {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 50px;
  text-align: left;
  margin-bottom: 50px;
}
.p-footer .map-area .c-t02 {
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-footer .tel p {
  font-size: 22px;
  font-weight: bold;
}
.p-footer .tel p span {
  font-size: 16px;
  font-weight: bold;
}
.p-footer .info-area {
  margin-bottom: 24px;
}
footer small {
  font-size: 14px;
}
@media screen and (max-width: 1250px) {  
  footer .logo-area {
    max-width: 220px;
  }
  .p-footer .map-area {
    column-gap: 30px;
  }
  .p-footer .map-area .c-t02 {
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .p-footer .map-area iframe {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) { 
  .p-footer {
    padding-top: 40px;
  } 
  .footer-nav ul {
    column-gap: 60px;
    margin-bottom: 40px;
  }
  .footer-nav ul li:not(:last-child)::after {
    right: -30px;
  }
  .footer-nav ul li {
    font-size: 14px;
  }
  footer .logo-area {
    max-width: 200px;
  }
  footer .logo-area a p {
    font-size: 14px;
  }
  .p-footer .map-area .c-t02 {
    font-size: 20px;
  }
  .p-footer .tel p {
    font-size: 18px;
  }
  .p-footer .info-area span {
    padding-left: 5.5em;
  }
  .p-footer .map-area iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 30px;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 10px;
  }
  .footer-nav ul li {
    width: 33.3%;
    justify-content: center;
    text-align: center;
    font-size: 13px;
  }    
  .footer-nav ul li:not(:last-child)::after {
    right: 0;
  }
 .footer-nav ul li:nth-child(3n)::after {
    display: none;
  }
  footer .logo-area {
    margin: 0 auto 20px;
  }
  .p-footer .info-area {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .p-footer .info-area span {
    padding-left: 0;
  }
  .p-footer .info-area p br {
    display: none;
  }
  .p-footer .map-area {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 30px;
  }
  footer small {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .p-footer {
    padding-top: 30px;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 10px;
    margin-bottom: 30px;
    position: relative;
  }
  .footer-nav ul li {
    width: 50%;
    text-align: center;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
  }
.footer-nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #fff;
  }
.footer-nav ul li::after {
    display: none; 
  }
.footer-nav ul li:nth-child(2n)::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #fff;
  }
}  
@media screen and (max-width: 430px) {
    .footer-nav ul li {
      font-size: 12px;
      letter-spacing: .1px;
    }
    footer .logo-area {
        max-width: 160px;
    }    
    footer .logo-area a p {
        font-size: 12px;
        letter-spacing: 1px;
    }    
    .p-footer .map-area .c-t02 {
        font-size: 16px;
    }    
    .p-footer .tel p {
        font-size: 16px;
    }
    .p-footer .info-area span {
      padding-left: 5.5em;
    }
    .p-footer .info-area p br {
      display: block;
    }
    .p-footer .map-area iframe {
        height: 240px;
    }
    footer small {
      font-size: 10px;
    }
}

/*---------------------*/
/* 固定ボタン */
.fixed-links {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.fixed-links a {
  display: block;
  width: 180px;
  height: 84px;
  transition: transform 0.3s;
}
.fixed-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.fixed-links a:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 1300px) {
  .fixed-links {
    row-gap: 7px;
  }
  .fixed-links a {
    width: 160px;    
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-links a {
    width: 140px;
  }
}
@media screen and (max-width: 430px) {
  .fixed-links {
    bottom: 15px;
    row-gap: 5px;
  }
  .fixed-links a {
    width: 110px;
    height: auto;
  }
}


/*---------------------*/
/* 全体共通 */
.section {
  padding-top: clamp(30px, 5vw, 50px);
  margin-bottom: clamp(30px, 5vw, 50px);
}
.section2 {
  padding-top: clamp(30px, 7vw, 80px);
  padding-bottom: clamp(30px, 7vw, 80px);
  margin-bottom: clamp(30px, 5vw, 40px);
  background-color: #FCECCF;
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-inner2 {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  .section-inner,.section-inner2 {
    padding: 0 30px;
  }
}
@media screen and (max-width:600px) {
  .section-inner,.section-inner2 {
    padding: 0 20px;
  }
}

/*---------------------*/
/* 全体共通タイトル */
.c-t01 {
  text-align: center;
  margin-bottom: 40px;
}
.c-t01 .t-big {
  font-size: clamp(30px, 8vw, 38px);
  line-height: 1.4;
  font-weight: 800;
  color: #E67832;
}
.c-t01 .t-small {
  font-size: clamp(17px, 3.5vw, 18px);
  font-weight: 800;
}
.c-t02 {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 800;
  color: #E67832;
  margin-bottom: 20px;
}
.c-t03 .ja {
font-size: clamp(18px, 5vw, 24px);
  font-weight: 600;
}
.c-t03 .en {
font-size: clamp(10px, 1.5vw, 13px);
  font-weight: 500;
  letter-spacing:.5px;
}
.c-t04 {
  text-align: left;
  margin-bottom: 60px;
}
.c-t05 {
  margin-bottom: 80px;
}
.c-t05 .en {
  font-size: clamp(32px, 8vw, 48px);
  line-height: 1.2;
  letter-spacing: 5px;
}
.c-t05 .ja {
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .c-t05 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .c-t01 {
    margin-bottom: 20px;
  }
  .c-t02 {
    line-height: 1.5;
  }
  .c-t03 .ja {
    font-size: clamp(16px, 4vw, 20px);
  }
  .c-t05 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:650px) {
  .c-t03 .ja {
    font-size: 24px;
  }
  .c-t03 .en {
    font-size: 13px;
  }
}
@media screen and (max-width:430px) {
  .c-t03 .ja {
    font-size: 20px;
  }
  .c-t03 .en {
    font-size: 11px;
  }
}

/*---------------------*/
/* 全体共通ボタン */
.btn-area {
  text-align: center;
  margin-bottom: 30px;
}
.btn-area .btn {
  display: block;
  background-color: #E67832;
  max-width: 200px;
  color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  padding: 12px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.btn-area .btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.btn-area .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width:767px) {
  .btn-area .btn {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width:430px) {
  .btn-area .btn {
    font-size: 16px;
    padding: 8px;
    max-width: 180px;
  }
}

/*---------------------*/
/* 全体　改行 */
.pc-br {
  display: none;
}
.tb-br {
  display: none;
}
.tb-brn {
  display: block;
}
.sp-br {
  display: none;
}
@media screen and (max-width:1024px) {
  .pc-br {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .tb-br {
    display: block;
  }
  .tb-brn {
    display: none;
  }
}
@media screen and (max-width:430px) {
  .sp-br {
    display: block;
  }
}

/* 全体共通　改行その他 */
.u-keep {
  display: inline-block;
}


/*---------------------*/
/* 全体共通　business */
.c-business .c-t02 {
    text-align: center;
    color: #333;
}
.c-business .text-area {
    text-align: center;
    margin-bottom: 60px;
}
.c-business ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    column-gap: 40px;
    row-gap: 40px;
}
.c-business ul li a {
  transition: all 0.3s;
}
.c-business ul li a:hover {
  opacity: 0.9;
}
.c-business .img-area {
    margin-bottom: 15px;
}
.c-business .text-box {
    position: relative;
    padding-right: 60px;
}
.c-business .text-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #E67832;
  border-radius: 50%;
  box-sizing: border-box;
}
.c-business .text-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #E67832;
}
@media screen and (max-width:1024px) {
    .c-business ul {
      column-gap: 20px;
    }
    .c-business .text-area {
        margin-bottom: 40px;
    }
    .c-business .text-box {
      padding-right: 40px;
    }
}
@media screen and (max-width:767px) {
  .c-business .text-area {
    text-align: left;
  }
}
@media screen and (max-width:650px) {
  .c-business ul {
    grid-template-columns: 1fr;
  }
}

/*---------------------*/
/* アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}
.slideInBottom.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 画像をぼかして徐々に表示 */
.fadeBlurIn {
    opacity: 0;
    filter: blur(5px);
    transition: 
        opacity 1.5s ease-out,
        filter 1.5s ease-out;
    will-change: opacity, filter; 
}
.fadeBlurIn.is-show {
    opacity: 1;
    filter: blur(0);
}