@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 400;
  src: url("../../font/BIZ_UDPGothic/woff2/BIZUDPGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  src: url("../../font/BIZ_UDPGothic/woff2/BIZUDPGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Shirokuma";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/shirokuma/woff2/001Shirokuma-Regular.woff2") format("woff2");
}
/*--------------------------------------
    カード型_02
--------------------------------------*/
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #554d41;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  overflow-y: scroll;
  background-color: #fff;
}
html body main {
  overflow: hidden !important;
}
html body main section {
  position: relative;
}
html body main .space {
  display: block;
  height: 1rem;
}
html body main .space05 {
  display: block;
  height: 0.5rem;
}
html body main .space2 {
  display: block;
  height: 2rem;
}
html body main .space3 {
  display: block;
  height: 3rem;
}
html body main p {
  line-height: 1.8;
}
html body main .indent {
  text-indent: -1em;
  padding-left: 1em;
  hanging-punctuation: first;
  display: inline-block;
}
html body main img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1.05);
}
html body main .img_bg {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 90%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 2rem 0;
}

.layout_width_1024 {
  width: 60%;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .layout_width_1024,
  .layout_width {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 0rem;
  }
  .layout_width_1024,
  .layout_width {
    width: 90%;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 5rem 0 5rem;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 4rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 3rem 0 3rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 2.5rem 0 2.5rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #f0f5de;
}
.bgcolor div h2 {
  color: #6faff4;
}
.bgcolor div h2 b {
  color: #6faff4;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.title {
  margin-bottom: 4rem;
}
.title h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-family: "Zen Maru Gothic";
  position: relative;
  padding: 0 3em;
}
.title h2::before, .title h2::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 5px;
  top: 24%;
  border-radius: 50px;
}
.title h2::before {
  left: 0%;
  background-color: #49884c;
}
.title h2::after {
  right: 0%;
  background-color: #82b376;
}
.title h2 .ja {
  color: #554d41;
  text-transform: lowercase;
  font-size: clamp(1.4rem, 5vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
}
.title h2 .en2 {
  font-size: 1rem;
  text-transform: lowercase;
  color: #554d41;
  line-height: 1;
  font-weight: bold;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, #82b376 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #82b376;
  text-emphasis: filled #82b376;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 80%, #ffaf93 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

/*****************************************/
/*****  inview  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.js-fader {
  -webkit-mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
}
.js-fader.is-show {
  transition: opacity 1.8s, -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  opacity: 1;
}

.js-fader-l {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-l.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.js-fader-lb span {
  opacity: 0;
  display: inline-block;
  transform: translateY(30px);
  animation: fadeUp 0.6s forwards;
  animation-play-state: paused;
  /* 初期は停止 */
}

.js-fader-lb.is-show span {
  animation-play-state: running;
  /* .is-show で再生開始 */
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fader-r {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-r.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.js-fader-t {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-t.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.js-fader-d {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-d.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  inview  end  ******/
/*****************************************/
.maru-slider a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 1.5rem 3rem;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1px solid #82b376;
  background-color: #f0f5de;
  border-radius: 100px;
}
.maru-slider a::before, .maru-slider a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.maru-slider a::before {
  width: 0.7rem;
  height: 0.7rem;
  left: 1.8rem;
  border-top: solid 2px #f0f5de;
  border-right: solid 2px #f0f5de;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.maru-slider a::after {
  left: 0;
  background: #82b376;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.maru-slider a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
.maru-slider a:hover:before {
  left: 2rem;
}
.maru-slider a:hover::after {
  right: 0;
  width: 100%;
}
.maru-slider a:hover span {
  color: #fff;
}

.slide-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 500px;
  margin: auto;
  padding: 15px 17px 15px;
  font-weight: bold;
  border: 1px solid #82b376;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  background-color: #82b376;
  color: #fff;
  border-radius: 30px;
}
.slide-btn::before {
  content: "";
  background-color: #edf5ff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
}
.slide-btn:hover::before {
  transform: translateX(0);
}
.slide-btn:hover {
  border: 1px solid #6faff4;
  color: #6faff4;
}

@media screen and (max-width: 768px) {
  .slide-btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 10px 20px 9px;
    font-weight: bold;
    border: 1px solid #82b376;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 660px) {
  .slide-btn {
    width: 90%;
    max-width: 300px;
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}
.btn2 {
  width: -moz-fit-content;
  width: fit-content;
  color: #554d41;
  padding: 10px 20px;
  display: block;
  text-align: center;
  background-size: 180% auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.btn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #554d41;
  z-index: 1;
}
.btn2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #6faff4;
  transition: width 0.4s ease;
  z-index: 2;
}
.btn2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn2:hover {
  color: #82b376;
}
.btn2 i {
  opacity: 0.8;
}
.btn3,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 4rem;
}
a.btn-custom01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background: #979797;
  box-shadow: 0 0.6rem 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01 .btn-custom01-front {
  position: relative;
  display: block;
  padding: 1rem 3rem;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #ffffff;
}
a.btn-custom01:hover {
  transform: translate(0, 0.25rem);
  background: #ffffff;
}
a.btn-custom01:hover::before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:hover::after {
  content: "\f061";
}
a.btn-custom01:active {
  transform: translate(0, 0.75rem);
}
a.btn-custom01:active::before {
  transform: translate3d(0, 0, -1rem);
  box-shadow: 0 0.35rem 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:active::after {
  content: "\f061";
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.zoomin {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transition: transform 1.2s ease, filter 1.2s ease;
  -webkit-transition: transform 1.2s ease, filter 1.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
}
.zoomin.is-show {
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: blur(0);
  -webkit-filter: blur(0);
  transition-delay: 0.3s;
}

.filter {
  filter: blur(12px) brightness(0.9);
  opacity: 0;
  transition: filter 2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: filter, opacity;
}
.filter.is-show {
  filter: blur(0) brightness(1.3);
  opacity: 1;
}

.filter2 {
  filter: blur(12px) brightness(0.9);
  opacity: 0;
  transition: filter 2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: filter, opacity;
}
.filter2.is-show {
  filter: blur(0) brightness(1);
  opacity: 1;
}

.zoom {
  width: 90%;
  margin: 0 auto;
  padding: 10px 8px;
  text-align: end;
  color: #333;
}
.button-21 a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  outline: 1px solid #77a160;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 250px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}

.button-21 a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #82b376;
  z-index: -999;
  transition: all 0.3s ease;
}

.button-21 a:hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.subcopy {
  line-height: 1.5;
  font-size: clamp(1.175rem, 3vw, 2rem);
  font-weight: bold;
}

.service-tit {
  font-size: 1.5rem;
  text-align: left;
  color: #a8c7f0;
  font-weight: bold;
  margin: 4rem auto 4rem;
  display: flex;
  align-items: center;
}
.service-tit::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #82b376;
  margin-left: 1rem;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #bf9e4f;
  border-bottom: 0;
  /* ▼ 中央に配置するための追加 */
  margin: 50px auto;
  /* 上下に少し余白を入れて、左右は自動で中央に */
}
@media screen and (max-width: 480px) {
  .triangle {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 50px solid #bf9e4f;
  }
}

.strong {
  font-weight: bold;
}

.strong2 {
  font-weight: bold;
  color: #554d41;
  font-size: clamp(0.875rem, 4vw, 1.25rem);
}

.strong3 {
  font-weight: bold;
  color: #554d41;
  font-size: clamp(1.1rem, 4vw, 1.6rem);
}

.arch {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: clamp(220px, 30vw, 360px);
}

.arch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: clamp(220px, 30vw, 360px);
}

/* 色のレイヤー（下） */
.arch-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
  width: 100vw;
  height: 100%;
  background-color: #f0f5de;
  overflow: hidden;
  z-index: 1;
  /* 切り抜き用（上） */
}
.arch-bg .arch-cut {
  position: absolute;
  inset: 0;
  background-color: #fff;
  clip-path: ellipse(100% 95% at 50% 0%);
}

.arch {
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f0f5de;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6rem;
  z-index: -2;
  clip-path: ellipse(100% 95% at 50% 0%);
}

.fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}
.fukidashi::before, .fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi::before {
  transform: rotate(60deg);
}
.fukidashi::after {
  transform: rotate(-60deg);
}

.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
  background-color: #fff;
}
header.fixed {
  transition: 1s;
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.85);
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #555;
}
header.fixed .container-header .header__nav .nav__list li a span {
  color: #82b376;
}
header.fixed .header__logo a {
  color: #82b376;
}
header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  height: 90px;
}
header .header__logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 280px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  line-height: 1.1;
  padding: 0.2em 0.2em;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
header .header__logo a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0.1em 0;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
}
header .header__logo a p {
  color: #554d41;
  font-family: "Zen Maru Gothic";
}
header .header__logo a p span {
  display: inline-block;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin-right: 0.5em;
  font-weight: 500;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li {
  position: relative;
  padding: 1rem 0;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  font-family: "Zen Maru Gothic";
  color: #554d41;
  display: flex;
  flex-direction: column;
}
header .container-header .header__nav .nav__list li > a p span {
  color: #82b376;
  text-transform: lowercase;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #6faff4;
  transition: width 0.3s ease-in-out;
}
header .container-header .header__nav .nav__list li > a:hover::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li.active > a::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li {
  /** ▼ メガメニュー部分 ▼ */
}
header .container-header .header__nav .nav__list li.mega-menu .btn > a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  line-height: 1.5;
  position: relative;
  color: #554d41;
}
header .container-header .header__nav .nav__list li.mega-menu .btn > a p {
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__nav .nav__list li.mega-menu .btn > a p span {
  color: #82b376;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
header .container-header .header__nav .nav__list li.mega-menu .btn > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #6faff4;
  transition: width 0.3s ease-in-out;
}
header .container-header .header__nav .nav__list li.mega-menu .btn > a:hover::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: -50%;
  min-width: 320px;
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.7rem;
  z-index: 100;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul .menu-box {
  margin-bottom: 1rem;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul .menu-box:last-child {
  margin-bottom: 0;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul .menu-box p {
  font-weight: bold;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li {
  margin-bottom: 10px;
  text-align: left;
  padding: 5px;
  border-bottom: 4px dotted #ddd;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li:last-child {
  margin-bottom: 0;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5;
  color: #333;
  transition: opacity 0.3s ease;
  text-align: left;
  position: relative;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-bottom: 2px;
  color: #6faff4;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #6faff4;
  transition: width 0.3s ease-in-out;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li a:hover::after {
  width: 0%;
}
header .container-header .header__nav .nav__list li.mega-menu .mega-menu-panel ul li a:hover {
  opacity: 0.5;
}
header .container-header .header__nav .nav__list li.mega-menu:hover .mega-menu-panel, header .container-header .header__nav .nav__list li.mega-menu:focus-within .mega-menu-panel {
  display: block;
}
header .container-header .header__nav .nav__list li {
  /** ▲ メガメニューここまで ▲ */
}
header .container-header .contact-box {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  background-color: #6faff4;
  color: #554d41;
  min-width: 200px;
  border: 2px solid #6faff4;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
@media screen and (max-width: 1024px) {
  header .container-header .contact-box {
    display: none;
  }
}
header .container-header .contact-box:hover {
  background-color: #554d41;
  color: #6faff4;
}
header .container-header .contact-box a {
  font-weight: bold;
}
header .container-header .contact-box a i {
  margin-right: 0.5rem;
}
header .container-header .header__sp {
  display: none;
}
header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
}
header .container-header .header__sp .menu-button .menu-button__line,
header .container-header .header__sp .menu-button .menu-button__line::before,
header .container-header .header__sp .menu-button .menu-button__line::after {
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  background: #82b376;
  border-radius: 2px;
  content: "";
  left: 6px;
  transition: all 0.3s;
}
header .container-header .header__sp .menu-button .menu-button__line {
  top: 19px;
}
header .container-header .header__sp .menu-button .menu-button__line::before {
  top: -10px;
}
header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
}
header .container-header .header__sp .menu-button.active .menu-button__line {
  background: transparent;
}
header .container-header .header__sp .menu-button.active .menu-button__line::before {
  transform: translateY(10px) rotate(45deg);
  background: #82b376;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #82b376;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ede6cc 0%, #fff7e6 100%);
  border-bottom: 4px solid #f9f9f9;
  z-index: 10000;
  padding: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
header .container-header .header__sp .sp-nav ul > li {
  border-bottom: 4px dotted #f9f9f9;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 10px 0 10px;
  font-size: 1.2em;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
header .container-header .header__sp .sp-nav ul > li > a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #82b376;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: inline-block;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .menu-parent {
    max-height: 400px;
    overflow-y: scroll;
  }
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn {
  cursor: pointer;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn i.dropdown-toggle {
  transition: transform 0.2s;
}
header .container-header .header__sp .sp-nav ul .menu-parent.open .btn i.dropdown-toggle {
  transform: rotate(180deg);
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
  display: none;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
    padding-left: 1rem;
  }
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li {
  border-bottom: none;
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li a {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  padding: 10px 0;
}
header .container-header .header__sp .sp-nav ul .menu-parent.open .menu-children {
  display: block;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn {
  display: flex;
  align-items: center;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn a {
  display: block;
  padding: 10px 0 10px;
  font-size: 1.2em;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #82b376;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #555;
  width: 40px;
  margin-left: 20px;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  #header .header__warp {
    margin: 5px auto;
  }
  #header .container-header .header__contact {
    display: none;
  }
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box {
    margin-bottom: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box:first-child {
    margin-top: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box p {
    font-weight: bold;
    color: #333;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li {
    margin-bottom: 0;
    text-align: left;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li:last-child {
    margin-bottom: 0;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    padding: 5px 0;
    font-weight: bold;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::before {
    content: "●";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    margin-bottom: 2px;
    color: #6faff4;
    font-size: 0.7em;
    min-width: 0.7em;
    display: inline-block;
    text-align: center;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #6faff4;
    transition: width 0.3s ease-in-out;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a:hover::after {
    width: 0%;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 490px) {
  #header .header__warp {
    padding: 0 10px;
    height: 60px;
  }
  #header .container-header .header__sp .sp-nav {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 375px) {
  #header .container-header .header__sp .sp-nav {
    padding: 2.5rem;
  }
  header .container-header .header__sp .sp-nav ul > li > a {
    padding: 5px 0;
  }
  header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li a {
    padding: 5px 0;
  }
  header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
    padding-left: 0.8rem;
  }
  header .container-header .header__sp .sp-nav ul .menu-parent .btn a {
    padding: 5px 0;
    font-size: 1em;
  }
  header .container-header .header__sp .sp-nav ul {
    gap: 5px;
  }
  header .container-header .header__sp .sp-nav ul .link-list {
    margin-top: 1rem;
  }
  header .container-header .header__sp .sp-nav ul > li > a {
    padding: 10px 0;
    font-size: 1em;
  }
  header .container-header .header__sp .sp-nav ul > li > a p {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#floating {
  overflow: hidden;
  display: none;
  /* 初期状態で非表示 */
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border-radius: 15px 0 0 15px;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
#floating li a {
  border: solid 1px #fff;
  border-right: none;
  border-radius: 12px 0 0 12px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #82b376;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 1rem;
  letter-spacing: 1px;
  line-height: 0.5;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
#floating li a i {
  font-size: 22px;
  padding: 0 0 5px;
}
#floating li:hover a {
  border: 1px solid #49884c;
  border-right: none;
  background-color: #f0f5de;
  color: #49884c;
}
@media screen and (max-width: 768px) {
  #floating {
    display: none !important;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#main-visual {
  padding: 5rem 2%;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  clip-path: ellipse(130% 100% at 50% 0%);
}
#main-visual::before, #main-visual::after {
  content: "";
  position: absolute;
  width: 225px;
  height: 92vh;
  z-index: 10;
  bottom: 0;
  background-image: url(../../img/home/main-fight.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: contain;
}
#main-visual::before {
  right: -45px;
}
#main-visual::after {
  left: -45px;
  transform: scaleX(-1);
}
#main-visual .swiper-top .swiper-slide {
  width: 100%;
  height: 100%;
  z-index: 99;
}
#main-visual .swiper-top .swiper-slide__image {
  width: 100%;
  height: 100%;
  will-change: transform;
  overflow: hidden;
}
#main-visual .swiper-top .swiper-slide__image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s ease-in-out;
  border-radius: 50px 50px 150px 150px;
}
#main-visual .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  white-space: nowrap;
  z-index: 2;
  color: #fff;
  padding: 0 6rem;
}
#main-visual .copy::before, #main-visual .copy::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 4px;
  border-radius: 100px;
  background-color: #fff;
}
#main-visual .copy::before {
  left: 0;
}
#main-visual .copy::after {
  right: 0;
}
#main-visual .copy p {
  font-size: clamp(1.25rem, 5vw, 1.725rem);
  opacity: 0;
  animation: show 1s forwards;
  animation-delay: 1s;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  letter-spacing: 0.3em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
#main-visual .copy p .strong {
  font-size: clamp(1.5rem, 5vw, 2.6rem);
}
@keyframes show {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
#main-visual .swiper-horizontal > .swiper-pagination-bullets,
#main-visual .swiper-pagination-bullets.swiper-pagination-horizontal,
#main-visual .swiper-pagination-custom,
#main-visual .swiper-pagination-fraction {
  bottom: 5%;
}
#main-visual #main-visual .swiper-slide img {
  transform: scale(1);
  transition: transform 7s linear !important;
}
#main-visual #main-visual .swiper-slide-active img {
  transform: scale(1.06);
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}

@media screen and (max-width: 1280px) {
  #main-visual::before {
    right: -62px;
  }
  #main-visual::after {
    left: -62px;
  }
}
@media screen and (max-width: 928px) {
  #main-visual::before, #main-visual::after {
    width: 200px;
    height: calc(100svh - 90px);
  }
  #main-visual {
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  #main-visual::before, #main-visual::after {
    width: 150px;
  }
  #main-visual::before {
    right: -40px;
  }
  #main-visual::after {
    left: -40px;
  }
  #main-visual {
    height: 100svh;
  }
  #main-visual .copy {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  #main-visual .copy::before, #main-visual .copy::after {
    width: 50px;
  }
}
@media screen and (max-width: 490px) {
  #main-visual {
    padding: 4rem 0%;
    clip-path: ellipse(100% 100% at 50% 50%);
  }
  #main-visual::before, #main-visual::after {
    width: 100px;
    height: 100vh;
  }
  #main-visual .swiper-top .swiper-slide__image img {
    border-radius: 20px;
  }
}
#blog {
  position: relative;
}
#blog .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #blog .section {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #blog .section {
    width: 90%;
  }
}
#blog .section .section__btn {
  margin-top: 4rem;
}
#blog .section .section__btn .slide-btn {
  margin-left: auto;
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 60px;
}
#blog .section .blog__warp--box--listbox--list--link--item--time {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: 1.5;
  border: 2px solid #f0f5de;
  padding: 0.5em 1em;
  border-radius: 30px;
}
#blog .section .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog .section .blog__warp--box--listbox--list--link--item--txt {
  order: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  line-height: 1.75em;
}
#blog .section .blog__warp--box--listbox--list--link--item--cat,
#blog .section .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog .section .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #blog .section .section {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #blog .section .section {
    width: 90%;
  }
}
#blog .section .section {
  position: relative;
  z-index: 1;
}
#blog .section .blog__warp {
  width: 80%;
  margin: 0 auto;
}
#blog .section .blog__warp--box {
  width: 100%;
}
#blog .section .blog__warp--box--listbox {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
#blog .section .blog__warp--box--listbox a {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#blog .section .blog__warp--box--listbox--list {
  width: 100%;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  transition: 0.3s ease;
  position: relative;
}
#blog .section .blog__warp--box--listbox--list:hover {
  color: #82b376;
  opacity: 0.5;
}
#blog .section .blog__warp--box--listbox--list--link--images img {
  aspect-ratio: 4/3;
  width: 100%;
  min-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .section .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#blog .section .blog__warp--box--listbox--list--link--item--h3 {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  order: 2;
  text-transform: capitalize;
}
#blog .section .blog__warp--box--listbox--list--link--item--h3 b {
  font-size: 1.2em;
  line-height: normal;
}
#blog .section .blog__warp--box--listbox--list--link--item--time {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .img_bg.img01 {
  background-image: url("../../img/home/blue-bird.png");
  width: 120px;
  aspect-ratio: 1/1;
  top: 16%;
  left: 5%;
  z-index: -1;
  animation: none;
  opacity: 0.7;
}
#blog .img_bg.img02 {
  background-image: url("../../img/home/hane.png");
  width: 70px;
  aspect-ratio: 2/3;
  top: 50%;
  left: 9%;
  z-index: 0;
  animation-delay: 0s;
  z-index: -1;
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  #blog .section .blog__warp {
    width: 100%;
  }
  #blog .section .blog__warp--box--listbox--list--link--item {
    flex-direction: column;
    gap: 0.5em;
  }
  #blog .section .blog__warp--box--listbox--list--link--item--time {
    margin-bottom: 0;
  }
  #blog .img_bg.img01 {
    width: 80px;
  }
  #blog .img_bg.img02 {
    top: 80%;
  }
}
@media screen and (max-width: 490px) {
  #blog .section {
    padding-top: 5rem;
  }
  #blog .section .title h2 span {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  #blog .section .title h2 span br {
    display: block;
  }
  #blog .section .section__btn .slide-btn {
    margin-right: auto;
  }
  #blog .section__btn {
    margin-top: 2rem;
  }
  #blog .blog__warp--box--listbox {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  #blog .blog__warp--box--listbox a {
    gap: 1rem;
  }
  #blog .blog__warp--box--listbox--list:nth-child(3), #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  #blog .blog__warp--box--listbox--list--link--item {
    padding-top: 0;
  }
  #blog .blog__warp--box--listbox--list--link--item--h3 {
    line-height: 1.5;
  }
  #blog .blog__warp--box--listbox--list--link--item--h3 b {
    letter-spacing: normal;
  }
  #blog .blog__warp--box--listbox--list--link--item--time {
    line-height: 1.5em;
  }
  #blog .blog__warp--box--listbox--list--link--images img {
    aspect-ratio: 1;
    width: 100% !important;
    min-width: 120px;
  }
}
@media screen and (max-width: 375px) {
  #blog .img_bg.img02 {
    width: 50px;
    left: 85%;
    top: 30%;
  }
}
#blog2 {
  position: relative;
}
#blog2 .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #blog2 .section {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #blog2 .section {
    width: 90%;
  }
}
#blog2 .section .section__btn {
  margin-top: 4rem;
}
#blog2 .section .section__btn .slide-btn {
  margin-left: auto;
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 60px;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--time {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: 1.5;
  margin-bottom: 1rem;
  border: 2px solid #f0f5de;
  padding: 0.5em 1em;
  border-radius: 30px;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--txt {
  order: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  line-height: 1.75em;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--cat,
#blog2 .section .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog2 .section .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #blog2 .section .section {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #blog2 .section .section {
    width: 90%;
  }
}
#blog2 .section .blog__warp {
  width: 85%;
  margin: 0 auto;
}
#blog2 .section .blog__warp--box--listbox {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
#blog2 .section .blog__warp--box--listbox a {
  display: flex;
  gap: 2rem;
}
#blog2 .section .blog__warp--box--listbox--list {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #82b376;
  padding-bottom: 1rem;
  transition: 0.3s ease;
  position: relative;
}
#blog2 .section .blog__warp--box--listbox--list:hover {
  color: #82b376;
  opacity: 0.5;
}
#blog2 .section .blog__warp--box--listbox--list--link--images img {
  aspect-ratio: 4/3;
  width: 100%;
  min-width: 230px;
  max-width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog2 .section .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--h3 {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  order: 2;
  text-transform: capitalize;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--h3 b {
  font-size: 1.2em;
  line-height: normal;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--time {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
#blog2 .img_bg.img01 {
  background-image: url("../../img/home/tama01.png");
  width: 120px;
  aspect-ratio: 1/1;
  top: 5%;
  right: -4%;
  z-index: -1;
  animation: none;
  opacity: 0.5;
}
#blog2 .img_bg.img02 {
  background-image: url("../../img/home/tama02.png");
  width: 70px;
  aspect-ratio: 1/1;
  top: 70%;
  left: -10%;
  z-index: -1;
  animation-delay: 0s;
  opacity: 0.5;
}

@media screen and (max-width: 1280px) {
  #blog2 .section .blog__warp {
    width: 100%;
  }
  #blog2 .section .blog__warp--box--listbox--list {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  #blog2 .section {
    padding-top: 5rem;
  }
  #blog2 .section .section__btn .slide-btn {
    margin-right: auto;
  }
  #blog2 .section__btn {
    margin-top: 2rem;
  }
  #blog2 .blog__warp--box--listbox {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  #blog2 .blog__warp--box--listbox a {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
  #blog2 .blog__warp--box--listbox--list {
    width: 80% !important;
  }
  #blog2 .blog__warp--box--listbox--list:nth-child(3), #blog2 .blog__warp--box--listbox--list:nth-child(4), #blog2 .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  #blog2 .blog__warp--box--listbox--list--link--item {
    padding-top: 0;
  }
  #blog2 .blog__warp--box--listbox--list--link--item--h3 {
    line-height: 1.5;
  }
  #blog2 .blog__warp--box--listbox--list--link--item--h3 b {
    letter-spacing: normal;
  }
  #blog2 .blog__warp--box--listbox--list--link--item--time {
    line-height: 1.5em;
  }
  #blog2 .blog__warp--box--listbox--list--link--images img {
    aspect-ratio: 1;
    width: 100% !important;
    min-width: 120px;
    max-width: unset !important;
  }
}
@media screen and (max-width: 420px) {
  #blog2 .section .blog__warp--box--listbox--list {
    width: 100% !important;
  }
}
#link {
  position: relative;
  background-color: #f0f5de;
}
#link::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-image: url(../../img/common/bg_left_top.png);
  top: -1px;
  left: 0;
}
#link .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #link .section {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #link .section {
    width: 90%;
  }
}
#link .section_inner {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#link .section_inner .content {
  width: calc((100% - 4rem) / 3);
}
#link .section_inner .content a {
  display: block;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  position: relative;
}
#link .section_inner .content a .imgbox {
  aspect-ratio: 3/2;
  position: relative;
  max-height: 250px;
}
#link .section_inner .content a .imgbox .swiper {
  width: 100%;
  height: 100%;
}
#link .section_inner .content a .imgbox .swiper .swiper-slide {
  height: 100%;
}
#link .section_inner .content a .imgbox .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#link .section_inner .content a .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background-color: #49884c;
  bottom: -16px;
  right: 72px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 400;
  color: #fff;
  transition: transform 0.3s ease;
  z-index: 1;
}
#link .section_inner .content a .tit {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
}
#link .section_inner .content a .tit .en {
  text-transform: uppercase;
  color: #82b376;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#link .section_inner .content a .tit .ja {
  font-family: #554d41;
  font-weight: bold;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: 1.3;
}
#link .section_inner .content a .tit .ja .sbr2 {
  display: block;
}
#link .section_inner .content a .tit .small {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  bottom: -40px;
  letter-spacing: 1.1px;
  right: 22px;
}
#link .section_inner .content a:hover .next {
  transform: translateX(8px);
}
#link .section_inner .content .txt {
  padding: 1rem 4rem 0rem 0;
  line-height: normal;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
@media screen and (max-width: 1620px) {
  #link .section_inner .content a .tit .ja .sbr2 {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #link .section_inner .content {
    width: calc((100% - 4rem) / 2);
  }
  #link .section_inner .content a .tit .ja {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #link .section_inner .content a .tit .ja .sbr2 {
    display: none;
  }
  #link .section_inner .content a .tit .small {
    right: 5px;
  }
  #link .section_inner .content:nth-child(5) a .tit .small {
    right: 20px;
  }
}
@media screen and (max-width: 928px) {
  #link .section_inner .content a .imgbox .next {
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
  #link .section_inner .content a .tit .ja .sbr2 {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #link {
    padding-top: 3rem;
  }
  #link .section_inner {
    gap: 1rem;
    row-gap: 1.5rem;
  }
  #link .section_inner .content {
    width: calc((100% - 2rem) / 2);
  }
  #link .section_inner .content a .tit .small {
    bottom: -26px;
  }
}
@media screen and (max-width: 768px) {
  #link .section_inner {
    gap: 1rem;
    row-gap: 1.5rem;
  }
  #link .section_inner .content {
    width: calc((100% - 2rem) / 2);
  }
  #link .section_inner .content a {
    justify-content: center;
  }
  #link .section_inner .content a .tit .ja {
    font-size: 12px;
  }
  #link .section_inner .content a .tit .ja .sbr2 {
    display: block;
  }
  #link .section_inner .content a .tit .small {
    font-size: 8px;
    right: 37px;
    bottom: -60px;
  }
  #link .section_inner .content .txt {
    padding: 1.3rem 2rem 0rem 0;
  }
  #link .section_inner .content .txt br {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  #link .section_inner {
    gap: 1rem;
    row-gap: 2rem;
  }
  #link .section_inner .content {
    width: calc((100% - 2rem) / 1);
  }
  #link .section_inner .content a .tit .ja {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #link .section_inner .content a .tit .ja .sbr2 {
    display: none;
  }
  #link .section_inner .content a .tit .small {
    right: 8px;
    bottom: -20px;
  }
  #link .section_inner .content .txt {
    width: 80%;
    margin: 0 auto;
  }
  #link .section_inner .content .txt br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #link .section_inner {
    gap: 1rem;
    row-gap: 2rem;
  }
  #link .section_inner .content {
    width: 100%;
  }
  #link .section_inner .content a .tit .ja {
    font-size: 14px;
  }
  #link .section_inner .content a .tit .ja .sbr2 {
    display: none;
  }
  #link .section_inner .content a .tit .small {
    right: 8px;
    bottom: -20px;
  }
  #link .section_inner .content .txt {
    width: 100%;
  }
  #link .section_inner .content .txt br {
    display: none;
  }
}

#slider-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#slider-gallery .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
#slider-gallery .section__list {
  display: flex;
  transition-timing-function: linear !important;
}
#slider-gallery .section__list .is-even {
  margin-top: 6rem;
}
#slider-gallery .section__list li {
  width: 360px;
  aspect-ratio: 3/2;
  display: block;
  margin: 0 2rem;
}
#slider-gallery .section__list li a {
  width: 100% !important;
  height: 100%;
  display: block;
}
#slider-gallery .section__list li figure {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(89, 87, 87, 0.2509803922);
  box-shadow: 7px 6px 12px rgba(26, 24, 39, 0.2);
}
#slider-gallery .section__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 928px) {
  #slider-gallery .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #slider-gallery .section__list li {
    width: 280px;
  }
}
@media screen and (max-width: 490px) {
  #slider-gallery .section__list li {
    width: 260px;
  }
}
#item_content {
  padding-top: 7rem;
}
#item_content .section {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #item_content .section {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #item_content .section {
    width: 90%;
  }
}
#item_content .section {
  width: 80%;
  position: relative;
  z-index: 2;
}
#item_content .section ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
#item_content .section ul li {
  transition: all 0.3s ease;
}
#item_content .section ul li:nth-child(1) a .imgbox .number::before {
  background-color: #b5c987;
  box-shadow: -5px -3px 0 0 #b5c987, 5px -3px 0 0 #b5c987, -4px 4px 0 0 #b5c987, 4px 5px 0 0 #b5c987, 0px -6px 0 0 #b5c987, 2px 6px 0 0 #b5c987, -6px 1px 0 0 #b5c987;
}
#item_content .section ul li:nth-child(1) a .imgbox::before {
  background-color: #e2ebc2;
}
#item_content .section ul li:nth-child(2) a .imgbox .number::before {
  background-color: #b5c987;
  box-shadow: -5px -3px 0 0 #b5c987, 5px -3px 0 0 #b5c987, -4px 4px 0 0 #b5c987, 4px 5px 0 0 #b5c987, 0px -6px 0 0 #b5c987, 2px 6px 0 0 #b5c987, -6px 1px 0 0 #b5c987;
}
#item_content .section ul li:nth-child(2) a .imgbox::before {
  background-color: #cddda4;
}
#item_content .section ul li:nth-child(3) a .imgbox .number::before {
  background-color: #cddda4;
  box-shadow: -5px -3px 0 0 #cddda4, 5px -3px 0 0 #cddda4, -4px 4px 0 0 #cddda4, 4px 5px 0 0 #cddda4, 0px -6px 0 0 #cddda4, 2px 6px 0 0 #cddda4, -6px 1px 0 0 #cddda4;
}
#item_content .section ul li:nth-child(3) a .imgbox::before {
  background-color: #b5c987;
}
#item_content .section ul li:nth-child(4) a .imgbox .number::before {
  background-color: #e2ebc2;
  box-shadow: -5px -3px 0 0 #e2ebc2, 5px -3px 0 0 #e2ebc2, -4px 4px 0 0 #e2ebc2, 4px 5px 0 0 #e2ebc2, 0px -6px 0 0 #e2ebc2, 2px 6px 0 0 #e2ebc2, -6px 1px 0 0 #e2ebc2;
}
#item_content .section ul li:nth-child(4) a .imgbox::before {
  background-color: #a0b86f;
}
#item_content .section ul li a {
  position: relative;
}
#item_content .section ul li a .imgbox {
  position: relative;
  aspect-ratio: 3/2;
}
#item_content .section ul li a .imgbox .number {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  font-family: "Shirokuma";
  z-index: 2;
  text-shadow: 3px 3px 1px rgb(255, 255, 255);
}
#item_content .section ul li a .imgbox .number::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
  box-shadow: -5px -3px 0 0 #fff, 5px -3px 0 0 #fff, -4px 4px 0 0 #fff, 4px 5px 0 0 #fff, 0px -6px 0 0 #fff, 2px 6px 0 0 #fff, -6px 1px 0 0 #fff;
}
#item_content .section ul li a .imgbox::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f5de;
  transform: rotate(10deg);
  z-index: -1;
  border-radius: 10px;
  transition: transform 0.3s ease, top 0.3s ease;
}
#item_content .section ul li a .imgbox::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(120, 160, 80, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  border-radius: 10px;
}
#item_content .section ul li a .imgbox h3 {
  font-family: #554d41;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
#item_content .section ul li a .imgbox h3 .ja {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  padding: 0 1rem;
  border-bottom: 1px solid #fff;
}
#item_content .section ul li:hover .imgbox::before {
  transform: translate(0);
  top: 0;
}
#item_content .section ul li:hover .imgbox::after {
  opacity: 1;
}
@media screen and (max-width: 1366px) {
  #item_content .section ul li a .imgbox h3 .ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  #item_content .section ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  #item_content .section ul li a .imgbox::before {
    top: -5px;
    transform: rotate(7deg);
  }
  #item_content .section ul li a .imgbox h3 .ja {
    font-size: 28px;
  }
}
@media screen and (max-width: 820px) {
  #item_content .section ul {
    gap: 2.5rem;
    row-gap: 3.5rem;
  }
  #item_content .section ul li a .imgbox .number {
    font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  }
  #item_content .section ul li a .imgbox .number::before {
    width: 48px;
    height: 48px;
  }
  #item_content .section ul li a .imgbox h3 .ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 590px) {
  #item_content .section ul li a .imgbox h3 .ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 490px) {
  #item_content {
    padding-top: 4rem;
  }
  #item_content .section ul {
    row-gap: 3.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  #item_content .section ul li a .imgbox h3 .ja {
    font-size: 24px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #f0f5de;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #f0f5de;
  border: solid 1px #f0f5de;
  color: #6faff4;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #6faff4;
  color: #82b376;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp {
  /* モーダル本体 */
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp {
  /* モーダルを閉じるボタン */
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp {
  /* モーダル内のコンテンツ */
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

#gallery_2 {
  width: 100%;
  overflow-x: hidden;
}
#gallery_2 .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
#gallery_2 .section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#gallery_2 .section__list {
  display: flex;
  transition-timing-function: linear !important;
}
#gallery_2 .section__list li {
  width: 360px;
  display: block;
  padding-inline: 7.5px;
}
#gallery_2 .section__list li a {
  width: 100% !important;
  height: 100%;
  display: block;
}
#gallery_2 .section__list li a:hover img {
  scale: 1.1;
}
#gallery_2 .section__list li figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
}
#gallery_2 .section__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 1s;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 928px) {
  #gallery_2 .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #gallery_2 .section__list li {
    width: 280px;
  }
}
.calender__content {
  display: grid;
  grid-template-columns: 1fr;
}
.calender__content .calender__btn {
  grid-row: 2/3;
}
.calender__content .cms_calendar_head {
  background-color: #49884c;
  border: 1px solid #82b376;
  border-bottom: none;
}
.calender__content .cms_calendar_head h3 {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  padding: 1rem;
  color: #fff;
}
.calender__content table {
  border: #82b376 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #82b376 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #82b376 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #f0f5de;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #82b376;
}
.calender__content table tbody tr td.sat .date {
  color: blue;
}
.calender__content table tbody tr td.holiday .date, .calender__content table tbody tr td.sun .date {
  color: red;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
.calender__content table tbody tr td {
  container-type: inline-size;
}
@container (max-width: 60px) {
  .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: calc(infinity);
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .past {
  background-color: #f5f5f5;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #d8d8d8;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .section__note {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.calender__content .section__note h3 {
  position: absolute;
  left: 0;
  font-size: 1.2em;
  top: 5px;
  margin-block-end: 15px;
}
.calender__content .section__note .wrap-note {
  margin: 0 auto;
  padding: 60px 30px 30px 0;
  background-color: #fff;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

body:has(#eventModal.open) {
  overflow: hidden;
}
body:has(#eventModal.open) header,
body:has(#eventModal.open) #floating,
body:has(#eventModal.open) #page-top {
  display: none;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 99;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #82b376;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #fff;
}
.pagetop a:hover {
  background-color: #f0f5de;
  border: 1px solid #49884c;
}
.pagetop a:hover i {
  color: #49884c;
}

.recruit_btn {
  display: none;
  position: fixed;
  bottom: 8.5em;
  right: 1em;
  z-index: 99;
  border: 4px solid #2070c6;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.recruit_btn::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -31px;
  right: -10px;
  transform: rotate(19deg);
  background-image: url(../../img/common/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  /* ★ 追加 */
  animation: float-hand 5s ease-in-out infinite;
  transform-origin: center;
}
.recruit_btn a {
  width: 120px;
  height: 120px;
  display: block;
  background-color: #2070c6;
  border: solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
}
.recruit_btn a span {
  display: inline;
}
.recruit_btn:hover {
  transform: translateY(-8px);
}
@keyframes float-hand {
  0% {
    transform: rotate(19deg) translateY(0);
  }
  5% {
    transform: rotate(21deg) translateY(-8px);
  }
  10% {
    transform: rotate(19deg) translateY(0);
  }
  /* 長く止まる */
  100% {
    transform: rotate(19deg) translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: calc(75px + 1.5rem);
  }
  .recruit_btn {
    bottom: calc(75px + 1.5rem + 5rem);
  }
}
@media screen and (max-width: 490px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 0rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
  .recruit_btn {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    bottom: calc(75px + 1.5rem + 3rem);
  }
  .recruit_btn a {
    width: 100px;
    height: 100px;
  }
  .recruit_btn::before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 420px) {
  .recruit_btn {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
    bottom: calc(75px + 1.5rem + 3rem);
  }
  .recruit_btn a {
    width: 70px;
    height: 70px;
    padding: unset;
    line-height: 1.2;
  }
  .recruit_btn::before {
    width: 38px;
    height: 38px;
  }
}
#footer {
  position: relative;
  background-color: #f0f5de;
}
#footer .footer__warp {
  width: 70%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #footer .footer__warp {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer__warp {
    width: 90%;
  }
}
#footer .footer__warp {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#footer .footer__warp_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border: dotted 4px #82b376;
  border-radius: 20px;
  padding: 2rem 3rem;
}
#footer .footer__warp_content .he_logo {
  width: 300px;
  padding: 1rem;
  text-align: center;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}
#footer .footer__warp_content .he_logo span {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#footer .footer__warp_content--info {
  text-align: center;
  font-size: 1.25rem;
  line-height: normal;
}
#footer .footer__warp_content--info--address {
  margin-bottom: 1.5rem;
}
#footer .footer__warp_content--info--tel a, #footer .footer__warp_content--info--fax a {
  transition: all 0.3s ease;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__warp_content--info--tel a:hover, #footer .footer__warp_content--info--fax a:hover {
  color: #6faff4;
  font-weight: bold;
}
#footer .footer__warp .footer__nav {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__warp .footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
#footer .footer__warp .footer__nav ul > li {
  width: 100%;
}
#footer .footer__warp .footer__nav ul > li > a {
  display: block;
  padding: 10px 0 10px;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  border-bottom: 4px dotted #ddd;
  position: relative;
}
#footer .footer__warp .footer__nav ul > li > a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #82b376;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#footer .footer__warp .footer__nav ul > li > a p {
  display: inline-block;
}
#footer .footer__warp .footer__nav ul > li > a span {
  display: none;
}
#footer .footer__warp .footer__nav ul .btn {
  padding: 10px 0 10px;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
  border-bottom: 4px dotted #ddd;
  width: 100%;
}
#footer .footer__warp .footer__nav ul .btn a {
  color: #555;
}
#footer .footer__warp .footer__nav ul .btn a p {
  display: inline-block;
}
#footer .footer__warp .footer__nav ul .btn a p span {
  display: none;
}
#footer .footer__warp .footer__nav ul .btn::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #82b376;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#footer .footer__warp .footer__nav ul .menu-children {
  padding-left: 1rem;
  gap: 0;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box {
  margin-bottom: 1rem;
  width: 100%;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box:first-child {
  margin-top: 1rem;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box:last-child {
  margin-bottom: 0;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box p {
  font-weight: bold;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box li {
  border-bottom: none;
  padding: 2px 0 2px;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box li p {
  margin-bottom: 5px;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box li a {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  border-bottom: none;
  color: #555;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box li a span {
  display: inline-block;
}
#footer .footer__warp .footer__nav ul .menu-children .menu-box li::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #6faff4;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#footer .footer__copy {
  margin-top: 2rem;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #82b376;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

.sp-fixed-link {
  display: none;
}

@media screen and (max-width: 1280px) {
  #footer .footer__warp {
    padding-top: 4rem;
    padding-right: 3%;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 1180px) {
  #footer .footer__warp {
    width: 80%;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
    padding-right: unset;
  }
  #footer .footer__warp_content {
    padding: 2rem 3rem;
    width: 80%;
  }
}
@media screen and (max-width: 880px) {
  #footer {
    position: relative;
    margin: 4rem 0 0 0;
  }
}
@media screen and (max-width: 816px) {
  #footer .footer__warp {
    margin-bottom: 4rem;
  }
  #footer .footer__warp_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    padding-bottom: 70px;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  .sp-fixed-link {
    display: flex;
    position: fixed;
    bottom: -70px;
    /* 初期位置は画面外 */
    left: 0;
    z-index: 99;
    width: 100%;
    transition: bottom 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    /* transformを追加 */
    transform: translateY(100%);
    /* 初期位置は下に隠れる状態 */
  }
  .sp-fixed-link.hidden {
    display: none;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    transform: translateY(100%);
    /* スクロール中は下に隠れる */
    pointer-events: none;
  }
  .sp-fixed-link.page-open {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
    /* 下からスライドして表示される */
  }
  .sp-fixed-link.page-top {
    bottom: 0;
    opacity: 0;
    transform: translateY(0);
    /* 下からスライドして表示される */
    pointer-events: none;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-transform: capitalize;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    background-size: contain;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: none;
  }
  #sp_btn ul li {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    background-color: #82b376;
    border: 2px solid #49884c;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    margin-right: 0.5rem;
  }
  #sp_btn ul li:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer__warp nav {
    width: 100%;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 490px) {
  #footer .footer__warp {
    width: 90%;
  }
  #footer .footer__warp_content {
    width: 100%;
    padding: 1rem;
    gap: 1rem;
  }
  #footer .footer__warp_content .he_logo {
    width: 340px;
  }
  #footer .footer__warp_content--info {
    width: 100%;
  }
  #footer .footer__warp_content--info--address {
    font-size: 1rem;
  }
  #footer .footer__copy {
    padding-bottom: 80px;
  }
  #sp_btn ul li a i {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  #footer .footer__warp_content--info {
    width: 90%;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

header {
  background-color: transparent;
}
@media screen and (max-width: 490px) {
  header {
    background-color: #fff;
  }
}/*# sourceMappingURL=style.css.map */