@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: "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: 600px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #874b18;
  background: #fdfaf3;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  overflow-y: scroll;
}
html body main {
  overflow-x: clip;
}
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 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .img_bg {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 490px) {
  html {
    scroll-padding-top: 200px;
  }
}
@media screen and (max-width: 370px) {
  html {
    scroll-padding-top: 60px;
  }
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  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: 90%;
    padding: 2rem 2rem 0;
  }
}
@media screen and (max-width: 490px) {
  .layout_width {
    width: 100%;
    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: #595757;
}
.bgcolor div h2 {
  color: #ff9900;
}
.bgcolor div h2 b {
  color: #ff9900;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  position: relative;
  gap: 0.5em;
}
h2 .ja {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
h2 .en2 {
  font-size: 2.7rem;
  text-transform: uppercase;
  color: #874b18;
  line-height: 1;
  font-weight: bold;
  font-family: "Yomogi", "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1280px) {
  h2 .ja {
    font-size: 1rem;
  }
  h2 .en2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 420px) {
  h2 .ja .sbr {
    display: block;
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, #ff9900 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #ff4d4d;
  text-emphasis: filled #ff4d4d;
  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  ******/
/*****************************************/
.slide-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  max-width: 400px;
  margin: auto;
  padding: 15px 17px 15px;
  font-weight: bold;
  border: 1px solid #ff4d4d;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  background-color: #ff4d4d;
  color: #fff;
  border-radius: 5px;
}
.slide-btn i {
  font-size: 18px;
}
.slide-btn::before {
  content: "";
  background-color: #fff;
  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 {
  color: #ff4d4d;
}

@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 #ff4d4d;
    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;
  }
}
@media screen and (max-width: 400px) {
  .slide-btn {
    font-size: 0.8rem;
  }
}
.btn2 {
  width: -moz-fit-content;
  width: fit-content;
  color: #874b18;
  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: #874b18;
  z-index: 1;
}
.btn2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ff9900;
  transition: width 0.4s ease;
  z-index: 2;
}
.btn2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn2:hover {
  color: #ff4d4d;
}
.btn2 i {
  opacity: 0.8;
}
.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: #ff4d4d;
  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: #ffd400;
  font-weight: bold;
  margin: 4rem auto 4rem;
  display: flex;
  align-items: center;
}
.service-tit::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #ff4d4d;
  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: #ff9900;
  font-size: clamp(0.875rem, 4vw, 1.25rem);
}

.strong4 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  hanging-punctuation: first;
  display: inline-block;
}

.border {
  position: absolute;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  background-size: 720px;
  background-position: 0 0;
}

.bgi {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 40px;
  background: #efdccb;
  color: #874b18;
  border: 1px solid #efdccb;
  border-radius: 50px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.button:hover {
  background-color: #595757;
  color: #fff;
}

.he_logo .black {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: -0.5em;
}
.he_logo .blue {
  color: #007fdd;
}
.he_logo .char-0 {
  color: #6bcB77;
}
.he_logo .char-1 {
  color: #13c4fa;
}
.he_logo .char-2 {
  color: #ffd93d;
}
.he_logo .char-3 {
  color: #ff6b6b;
}

header {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 10px 5%;
  background-color: rgba(255, 255, 255, 0.6588235294);
  position: fixed;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
  filter: drop-shadow(0px 0px 1rem rgba(194, 186, 186, 0.3));
}
header .he_logo {
  width: 100%;
  max-width: 480px;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  color: #595757;
  font-weight: 900;
  padding: 5px 15px;
  transition: 0.3s ease;
  text-align: left;
}
header .he_logo .black {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: -0.5em;
}
header .he_logo .blue {
  color: #007fdd;
}
header .he_logo .char-0 {
  color: #6bcB77;
}
header .he_logo .char-1 {
  color: #13c4fa;
}
header .he_logo .char-2 {
  color: #ffd93d;
}
header .he_logo .char-3 {
  color: #ff6b6b;
}
header .he-box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
header .he-box .he_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin: 0 0px 0 0;
}
header .he-box .he_wrap nav ul {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  align-items: center;
  text-align: right;
}
header .he-box .he_wrap nav ul li p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
header .he-box .he_wrap nav ul li span {
  color: #595757;
  font-size: 11px;
  font-weight: 800;
}
header .he-box .he_wrap nav ul li a {
  position: relative;
  display: inline-block;
}
header .he-box .he_wrap nav ul li a::after {
  position: absolute;
  bottom: -5%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: #ff6fb1;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: 0.3s;
}
header .he-box .he_wrap nav ul li a:hover::after {
  transform: scale(1, 1);
}
header .he-box .he_wrap nav ul .li-contact {
  background-color: #ff4d4d;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
}
header .he-box .he_wrap nav ul .li-contact a {
  color: #fff;
}
header .he-box .he_wrap nav ul .li-contact a i {
  margin: 0 5px 0 0;
}
header .he-box .he_wrap nav ul .li-contact:hover {
  opacity: 0.7;
}
header .he-box .he_wrap nav ul .li-contact a::after {
  height: 0px;
}
header .he-box .he_wrap nav ul .active a::after {
  transform: scale(1, 1);
  width: 100%;
}
header .he-box .he_wrap .he_instagram {
  width: 25px;
  text-align: center;
  transition: opacity 0.3s ease;
}
header .he-box .he_wrap .he_instagram a i {
  font-size: 32px;
  font-size: 500;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .he-box .he_wrap .he_instagram a::after {
  display: none;
}
header .he-box .he_wrap .he_instagram:hover {
  opacity: 0.5;
}

/* 上部に固定させるスタイルを用意 */
@media screen and (max-width: 1280px) {
  header {
    z-index: 20;
    padding: 10px 30px 10 10px;
  }
  header .he_logo {
    max-width: 320px;
  }
  header .he-box .he_wrap nav ul {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 1120px) {
  header {
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .he-box .he_wrap nav {
    display: none;
  }
  header .he_logo {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  header .he_logo .black {
    font-size: 12px;
    margin-bottom: -1em;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 20px 0 10px;
    gap: 20px;
  }
  header .he_logo {
    padding: 10px 0px;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
  .header.fixed {
    padding: 0px 20px 0 0px !important;
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_about {
  background-image: url("../../img/common/heading/heading01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_features {
  background-image: url("../../img/common/heading/heading02.jpg");
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_daily {
  background-image: url("../../img/common/heading/heading03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_recruit {
  background-image: url("../../img/common/heading/heading04.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_guide {
  background-image: url("../../img/common/heading/heading05.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_news {
  background-image: url("../../img/common/heading/heading06.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_contact {
  background-image: url("../../img/common/heading/heading06.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 45vh;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#heading .heading__warp h1 {
  width: 80%;
  display: flex;
  color: #fff;
  flex-flow: column;
  transition: all ease 1s;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}
#heading .heading__warp h1 .ja {
  font-size: clamp(1rem, 2.5vw, 2.5rem);
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 1rem 0 0rem;
  transition: all ease 1s;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 810px) {
  #heading .heading__warp h1 .ja {
    font-size: 1.725rem;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 40vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    text-transform: uppercase;
    font-weight: bold;
  }
  #heading .heading__warp h1 .ja {
    width: 100%;
    font-size: 1.5rem;
    margin: 1rem 0 0;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #fff;
  /*動き*/
  transition: all 0.6s;
}
#g-nav .g-nav-icon {
  display: flex;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-left: 5px;
}
#g-nav .g-nav-icon a {
  padding: 0;
}
#g-nav .g-nav-icon a img {
  width: 30px;
  margin-right: 20px;
  transition: 0.4s;
}
#g-nav .g-nav-icon a img:hover {
  opacity: 0.5;
}
#g-nav .g-nav-icon a .youtube {
  width: 50px;
  margin-left: -5px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav ul li {
  list-style: none;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#g-nav ul li img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 2rem;
}
#g-nav ul li .closebtn {
  margin: 30px auto 0;
  color: #ffd400;
  font-weight: bold;
  border: 1px solid #efdccb;
  border-radius: 30px;
  width: 40%;
  padding: 4px 10px;
}
#g-nav ul li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 25px 0 5px 0;
  display: block;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
#g-nav ul li a:hover {
  opacity: 0.5;
}
#g-nav ul li p {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
}
#g-nav ul li p i {
  font-size: 30px;
}
#g-nav ul li span {
  font-weight: 600;
  font-size: 13px;
  color: #9d9d9d;
  line-height: 10px;
}
#g-nav ul li:first-child {
  margin: 0 auto 0.5rem;
}
#g-nav ul li:first-child a {
  width: 100%;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 900;
  padding: 5px 15px;
  transition: 0.3s ease;
  text-align: center;
}
#g-nav ul li:first-child a .black {
  color: #595757;
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: -0.5em;
  line-height: normal;
}
#g-nav ul li:first-child a .blue {
  color: #007fdd;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#g-nav ul li:first-child a .char {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#g-nav ul li:first-child a .char-0 {
  color: #6bcB77;
}
#g-nav ul li:first-child a .char-1 {
  color: #13c4fa;
}
#g-nav ul li:first-child a .char-2 {
  color: #ffd93d;
}
#g-nav ul li:first-child a .char-3 {
  color: #ff6b6b;
}
/*========= ボタンのためのCSS ===============*/
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 9999999;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}

.navicon {
  background: #595757;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #595757;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  background: #333;
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  background: #333;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn,
.menu-icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu-btn,
  .menu-icon {
    display: block;
  }
  #g-nav ul .he_instagram {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #g-nav ul {
    top: 50%;
  }
  #g-nav ul li a {
    padding: 20px 0 5px 0;
  }
  #g-nav ul li p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 420px) {
  #g-nav ul li:first-child a {
    padding: 5px 0px;
  }
  #g-nav ul li:first-child a .black {
    font-size: 16px;
  }
}
#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.25rem 0;
  border-right: none;
  width: 39px;
}
#floating li a {
  border: solid 2px #fff;
  border-right: none;
  text-transform: uppercase;
  background-color: #ffd400;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem 0.7rem 1rem 0.3rem;
  writing-mode: vertical-rl;
  font-weight: 500;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
  transition: all ease 0.5s;
}
#floating li a i {
  font-size: 1.2em;
}
#floating li a:hover {
  background-color: #fff;
  color: #ffd400;
}
#floating li:nth-child(2) a {
  background-color: #8fc322;
  border: solid 2px #fff;
}
#floating li:nth-child(2) a:hover {
  background-color: #fff;
  color: #8fc322;
}
#floating li:nth-child(3) a {
  background-color: #ff4d4d;
  border: solid 2px #fff;
}
#floating li:nth-child(3) a:hover {
  background-color: #fff;
  color: #ff4d4d;
}

@media screen and (max-width: 1024px) {
  #floating {
    display: none !important;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#song {
  padding: 15rem 0 5rem;
}
#song::before {
  content: "";
  top: -15rem;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #87ceeb 0%, #bfe7f7 40%, #eaf6fb 70%, #fdfaf3 100%);
  z-index: -2;
}
#song .nizi {
  background-image: url(../../img/about/nizi.png);
  top: -9rem;
  left: -11vw;
  width: 50%;
  aspect-ratio: 3/2;
  transform: rotate(-11deg);
  z-index: -1;
  opacity: 0.8;
}
#song .onpu {
  background-image: url(../../img/about/onpu.png);
  top: 10vh;
  right: 4vw;
  width: 20%;
  aspect-ratio: 3/2;
  transform: rotate(11deg);
  z-index: -1;
}
#song .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #song .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #song .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #song .section {
    width: 95%;
  }
}
#song .section_inner .wrap .songbox {
  writing-mode: vertical-rl;
  white-space: normal;
  line-height: 2.5;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: auto;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 0px 0px 2px rgba(211, 150, 59, 0.4);
}
#song .section_inner .wrap .songbox .name {
  display: block;
  margin-top: 17rem;
}
#song .section_inner .scroll-bar {
  display: none;
  text-align: right;
}
#song .yama {
  background-image: url(../../img/about/yama.png);
  bottom: -240px;
  right: -16vw;
  width: 55%;
  max-width: 610px;
  aspect-ratio: 3/2;
  z-index: -1;
  opacity: 0.6;
  transform: scaleX(-1);
}

@media (max-width: 1690px) {
  #song .section_inner .wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 2rem;
    height: 40em;
  }
  #song .section_inner .wrap .songbox .name {
    margin-top: 12rem;
  }
  #song .section_inner .simplebar-track .simplebar-scrollbar::before {
    background: rgba(153, 208, 253, 0.4588235294);
    /* ここでバーの色を設定 */
  }
  #song .section_inner .simplebar-track {
    background: rgba(221, 221, 221, 0.3960784314);
    /* バーの背景色を設定できます*/
    border-radius: 10px;
    /* バーに丸みをもたせる*/
  }
  #song .section_inner .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
    /* デフォルトだと薄くなっています。*/
  }
  #song .section_inner .songbox {
    display: inline-block;
    writing-mode: vertical-rl;
    line-height: 2.5;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    min-width: 1080px;
  }
  #song .section_inner .scroll-bar {
    display: block;
  }
}
@media (max-width: 1280px) {
  #song .nizi {
    top: -4rem;
  }
  #song .yama {
    bottom: -100px;
    right: -16vw;
    width: 45%;
  }
}
@media (max-width: 810px) {
  #song .nizi {
    width: 68%;
  }
  #song .onpu {
    top: 18vh;
  }
  #song .yama {
    bottom: -100px;
    right: -16vw;
    width: 45%;
  }
}
@media (max-width: 490px) {
  #song .nizi {
    width: 80%;
    top: 0rem;
    left: -2vw;
    transform: rotate(-2deg);
  }
  #song .onpu {
    top: 16vh;
    min-width: 110px;
  }
  #song .section_inner .wrap .songbox {
    font-size: 16px;
    line-height: 2;
  }
  #song .yama {
    bottom: -100px;
    right: -16vw;
    width: 45%;
  }
}
#greeting .section {
  position: relative;
  z-index: 2;
}
#greeting .section_inner {
  display: flex;
  flex-direction: column;
}
#greeting .section_inner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
}
#greeting .section_inner .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background-image: url(../../img/company/bgi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 45%;
  opacity: 0.3;
  z-index: -1;
}
#greeting .section_inner .wrap .textbox {
  flex: 1;
  padding-left: 6%;
  width: 100%;
  max-width: 875px;
}
#greeting .section_inner .wrap .textbox .catchphrase {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate {
  margin: 5px auto;
  font-size: clamp(1rem, 3.5vw, 1.725rem);
  color: #874b18;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #efdccb;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate.is-show::after {
  left: 152%;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate .emphasis {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: clamp(1.25rem, 5vw, 2rem);
  text-emphasis: filled dot #595757;
  -webkit-text-emphasis: filled dot #595757;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate .emphasis br {
  display: none;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate.inview .highlight::after {
  width: 100%;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .sp-br {
  display: none;
}
#greeting .section_inner .wrap .textbox .catchphrase_textbox .mbr {
  display: none;
}
#greeting .section_inner .wrap .textbox .text {
  line-height: 1.8;
  font-size: clamp(0.875rem, 4vw, 1rem);
}
#greeting .section_inner .wrap .textbox .text .strong2 {
  -webkit-text-emphasis: dot;
          text-emphasis: dot;
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over;
  color: #2c7f70;
}
#greeting .section_inner .wrap .textbox .text .name {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  text-align: right;
}
#greeting .section_inner .wrap .imgbox {
  flex: 1;
  aspect-ratio: 5/4;
  overflow: hidden;
  min-width: 370px;
  --slide-dir: 120%;
}
#greeting .section_inner .wrap .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#greeting .section_inner .wrap:nth-child(even) {
  flex-direction: row-reverse;
  padding-top: 4rem;
}
#greeting .section_inner .wrap:nth-child(even)::after {
  transform: scaleX(-1);
  background-position: 0% 79%;
}
#greeting .section_inner .wrap:nth-child(even) .textbox {
  padding-left: 0;
  padding-right: 6%;
}
#greeting .section_inner .wrap:nth-child(even) .imgbox {
  --slide-dir: -120%;
}
#greeting .section_inner .wrap:nth-child(even) .imgbox::after {
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}
#greeting .section_inner .wrap:nth-child(even) .imgbox img {
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1280px) {
  #greeting .section_inner .wrap .textbox {
    padding-top: 4rem;
  }
  #greeting .section_inner .wrap:nth-child(2)::after {
    height: 61vh;
    background-position: 0% 73%;
  }
}
@media screen and (max-width: 1211px) {
  #greeting .section_inner .wrap .textbox .title {
    margin-bottom: 2rem;
  }
  #greeting .section_inner .wrap .textbox .catchphrase_textbox .border-animate .emphasis br {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  #greeting .section_inner .wrap::after::after {
    height: 95vh;
  }
  #greeting .section_inner .wrap:nth-child(even) {
    padding-top: 0rem;
  }
  #greeting .section_inner .wrap:nth-child(even)::after {
    height: 81vh;
  }
}
@media screen and (max-width: 928px) {
  #greeting .section_inner .wrap {
    flex-direction: column;
    gap: 3rem;
  }
  #greeting .section_inner .wrap::after {
    height: 88vh;
  }
  #greeting .section_inner .wrap .textbox {
    padding-right: 6%;
  }
  #greeting .section_inner .wrap .textbox .text {
    width: 95%;
  }
  #greeting .section_inner .wrap .imgbox {
    aspect-ratio: 3/2;
    width: 80%;
    margin-left: auto;
  }
  #greeting .section_inner .wrap:nth-child(even) {
    padding-top: 2rem;
    flex-direction: column;
  }
  #greeting .section_inner .wrap:nth-child(even)::after {
    height: 100vh;
  }
  #greeting .section_inner .wrap:nth-child(even) .textbox {
    padding-left: 6%;
  }
  #greeting .section_inner .wrap:nth-child(even) .imgbox {
    margin-left: unset;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #greeting .section_inner .wrap::after {
    height: 70vh;
  }
  #greeting .section_inner .wrap .textbox .text {
    width: 100%;
  }
  #greeting .section_inner .wrap:nth-child(even)::after {
    height: 92vh;
  }
}
@media screen and (max-width: 480px) {
  #greeting .section_inner .wrap::after {
    height: 80vh;
  }
  #greeting .section_inner .wrap:nth-child(even)::after {
    background-position: 13% 80%;
    height: 100vh;
  }
}

#message .bard {
  aspect-ratio: 16/9;
  max-width: 410px;
  width: 35%;
  min-width: 240px;
  top: -6rem;
  left: -1vw;
  background-image: url(../../img/recruit/bard.png);
}
#message .bard02 {
  max-width: 260px;
  width: 15%;
  aspect-ratio: 1/1;
  min-width: 120px;
  bottom: 0rem;
  right: 50px;
  background-image: url(../../img/recruit/tori.png);
}
#message .kitune {
  max-width: 260px;
  width: 30%;
  min-width: 170px;
  aspect-ratio: 1/1;
  bottom: -5rem;
  right: 50px;
  background-image: url(../../img/about/kitune.png);
}
#message .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #message .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #message .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #message .section {
    width: 95%;
  }
}
#message .section {
  margin: 4rem auto;
}
#message .section_inner .wrap {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 4rem;
  border-radius: 1em;
  max-width: 1180px;
  margin: 0rem auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: 500;
}
#message .section_inner .wrap::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed #00bcd4;
  border-radius: 10px;
  margin: 0 auto;
}
#message .section_inner .wrap .textbox .name {
  display: block;
  margin-top: 2rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: 3%;
  text-align: end;
}
#message .section_inner .wrap:nth-of-type(2)::before {
  border: 2px dashed #ff9900;
}
@media screen and (max-width: 768px) {
  #message .bard {
    top: -3rem;
  }
  #message .kitune {
    right: 0;
  }
  #message .section_inner .wrap {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 490px) {
  #message .bard02 {
    right: 10px;
  }
  #message .section_inner .wrap {
    padding: 3rem 1.6rem;
    text-align: justify;
  }
}

#company {
  margin-top: 4rem;
}
#company .border {
  background-image: url(../../img/common/border01.png);
}
#company .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #company .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #company .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #company .section {
    width: 95%;
  }
}
#company .section_inner {
  padding-top: 1rem;
  border-radius: 1em;
  margin: 0rem auto;
  position: relative;
  font-weight: 500;
  gap: 3rem;
}
#company .section_inner__table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 2rem;
  line-height: 1.5;
}
#company .section_inner__table th,
#company .section_inner__table td {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}
#company .section_inner__table th {
  border-bottom: 1px solid #874b18;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
  background-color: #efdccb;
}
#company .section_inner__table th .sbr {
  display: none;
}
#company .section_inner__table td {
  background-color: #fff;
}
#company .section_inner__table tr:first-child th {
  border-radius: 20px 0 0 0;
}
#company .section_inner__table tr:first-child td {
  border-radius: 0 20px 0 0;
}
#company .section_inner__table tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 20px;
}
#company .section_inner__table tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 20px 0;
}
@media (max-width: 480px) {
  #company .section_inner__table th .sbr {
    display: block;
  }
}
#company .section_inner__table {
  max-width: 1080px;
}
#company .section_inner .access {
  max-width: 1080px;
  margin: 4rem auto;
}
#company .section_inner .access .mokomoko {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
#company .section_inner .access .mokomoko .maru {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #ff4d4d;
}
#company .section_inner .access .mokomoko .maru2 {
  margin-left: -10px;
}
#company .section_inner .access .mokomoko .maru3 {
  margin-left: -15px;
}
#company .section_inner .access .mokomoko .maru4 {
  margin-left: -15px;
}
#company .section_inner .access .mokomoko h4 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
#company .section_inner .access .mokomoko {
  margin: unset;
}
#company .section_inner .access p {
  margin-top: 1rem;
}
#company .section_inner .access p span {
  display: block;
}
#company .section_inner .access p span::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 14px;
}
#company .section_inner .access .map {
  height: 80%;
}
#company .section_inner .access .map iframe {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  min-height: 400px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #company .section_inner .access .map iframe {
    aspect-ratio: 2/1.3;
  }
}
#company .section_inner .access .map {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #company {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 550px) {
  #company .section_inner .access {
    margin-top: 4rem;
  }
}

#history .fukurou {
  background-image: url(../../img/about/fukurou.png);
  bottom: 1rem;
  right: 7%;
  width: 30%;
  max-width: 220px;
  aspect-ratio: 1/1;
  z-index: 0;
}
#history .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #history .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #history .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #history .section {
    width: 95%;
  }
}
#history .section {
  background-size: 20px 20px;
  border-radius: 10px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 193, 7, 0.1647058824) 0, #ffffff 2px, #ffffff 0, #ffffff 50%);
  padding: 3rem 0;
  border: 2px solid #ff9900;
  position: relative;
  z-index: -1;
}
#history .section .bgi {
  background-image: url(../../img/common/ana.png);
  width: 40px;
  height: 70px;
  top: -1.5rem;
}
#history .section .bgi.left {
  left: 10%;
}
#history .section .bgi.right {
  right: 10%;
}
#history .section .bgi.left {
  left: 5%;
}
#history .section .bgi.right {
  right: 5%;
}
#history .section_inner .history_ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  font-size: 1.1em;
  position: relative;
  z-index: 0;
}
#history .section_inner .history_ul .logomark {
  position: absolute;
  height: 100%;
  left: calc(100% + 6rem);
  top: 0;
  opacity: 0.5;
}
#history .section_inner .history_ul::before {
  content: "";
  width: 2px;
  height: calc(100% - 2rem);
  background-color: #efdccb;
  position: absolute;
  left: 10.275rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#history .section_inner .history_ul li {
  display: flex;
  align-items: center;
  gap: 4rem;
}
#history .section_inner .history_ul li .year {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  width: 6rem;
  color: #8fc322;
}
#history .section_inner .history_ul li .year .sbr {
  display: none;
}
#history .section_inner .history_ul li .square {
  display: block;
  height: 0.7em;
  width: 0.7em;
  border-radius: 50px;
  background-color: #ad8f75;
}

@media screen and (max-width: 1550px) {
  #history .section_inner .map_ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6rem;
  }
  #history .section_inner .map_ul iframe {
    height: 40vh;
  }
}
@media screen and (max-width: 1280px) {
  #history .fukurou {
    max-width: 170px;
  }
}
@media screen and (max-width: 1080px) {
  #history .fukurou {
    bottom: -2rem;
  }
}
@media screen and (max-width: 768px) {
  #history .sp_br {
    display: block;
  }
  #history .fukurou {
    bottom: -4rem;
    right: 1%;
  }
  #history .section {
    padding: 3rem 1rem;
  }
  #history .section_inner .history_ul {
    font-size: 1em;
  }
  #history .section_inner .history_ul::before {
    left: 8.25rem;
  }
  #history .section_inner .history_ul li {
    gap: 2rem;
  }
}
@media screen and (max-width: 670px) {
  #history .section_inner .history_ul::before {
    left: 5.75rem;
  }
  #history .section_inner .history_ul li .year {
    width: 3.5rem;
  }
  #history .section_inner .history_ul li .year .sbr {
    display: block;
  }
  #history .section_inner .history_ul li .event .sp_br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #history .section_inner .history_ul::before {
    left: 5.75rem;
  }
  #history .section_inner .history_ul li .event {
    width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  #history .section_inner .history_ul::before {
    left: 5.7rem;
    top: 49%;
  }
  #history .section_inner .map_ul {
    margin-top: 4rem;
  }
  #history .section_inner .map_ul .txt_m {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  #history .section_inner .history_ul li {
    gap: 1.5rem;
  }
  #history .section_inner .history_ul li .year {
    min-width: 4rem;
  }
  #history .section_inner .history_ul li .event .sp_br {
    display: none;
  }
  #history .section_inner .history_ul li .event {
    width: 52vw;
  }
}
#philosophy .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #philosophy .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #philosophy .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #philosophy .section {
    width: 95%;
  }
}
#philosophy .section_inner .philosophy {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
#philosophy .section_inner .philosophy .imgbox {
  width: 50%;
  position: relative;
}
#philosophy .section_inner .philosophy .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#ff4d4d 2px, #fdfaf3 2px);
  background-size: 20px 20px;
  transform: translate(-40px, 40px);
  z-index: -1;
}
#philosophy .section_inner .philosophy .imgbox img {
  border-radius: 10px;
}
#philosophy .section_inner .philosophy .in-flexbox {
  width: calc(100% - (50% + 58px));
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
#philosophy .section_inner .philosophy .in-flexbox .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#philosophy .section_inner .philosophy .in-flexbox .txtbox_txt {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  max-width: 540px;
  font-weight: 500;
  font-size: 20px;
}
#philosophy .section_inner .philosophy .in-flexbox .txtbox_txt .strong3 {
  font-size: 26px;
}
#philosophy .section_inner .philosophy .in-flexbox .txtbox ul {
  margin-top: 6rem;
}
#philosophy .section_inner .philosophy .in-flexbox .txtbox ul li {
  padding: 0.5em;
}
#philosophy .section_inner .philosophy .in-flexbox .txtbox ul li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 12px;
  color: #00c8d7;
}
#philosophy .section_inner .philosophy .in-flexbox .titbox {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
}
#philosophy .section_inner .philosophy .in-flexbox .titbox h3 {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: 600;
}
#philosophy .section_inner .philosophy .in-flexbox .titbox h4 {
  margin-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1620px) {
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt {
    font-size: 16px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt .strong3 {
    font-size: 24px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox ul {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1460px) {
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt {
    font-size: 14px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt .strong3 {
    font-size: 20px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox ul {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  #philosophy .section_inner .philosophy {
    flex-direction: column;
    gap: 3rem;
  }
  #philosophy .section_inner .philosophy .imgbox {
    width: 65%;
    margin-left: auto;
  }
  #philosophy .section_inner .philosophy .in-flexbox {
    width: 100%;
    max-width: 928px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  #philosophy {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .section_inner .philosophy {
    gap: 6rem;
  }
  #philosophy .section_inner .philosophy .imgbox {
    width: 80%;
  }
  #philosophy .section_inner .philosophy .in-flexbox {
    flex-direction: column-reverse;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt {
    margin-top: 1rem;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox .strong3 {
    font-size: 18px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox ul {
    margin-top: 2rem;
  }
  #philosophy .section_inner .philosophy .in-flexbox .titbox {
    writing-mode: horizontal-tb;
  }
  #philosophy .section_inner .philosophy .in-flexbox .titbox h4 {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .titbox h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  #philosophy .section_inner .philosophy {
    gap: 4rem;
  }
  #philosophy .section_inner .philosophy .imgbox {
    width: 90%;
  }
  #philosophy .section_inner .philosophy .imgbox::before {
    transform: translate(-30px, 20px);
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox {
    width: 96%;
    margin: 0 auto;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt {
    font-size: 13px;
  }
  #philosophy .section_inner .philosophy .in-flexbox .txtbox_txt .sbr {
    display: none;
  }
}

#environment img {
  border-radius: 10px;
}
#environment .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #environment .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #environment .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #environment .section {
    width: 95%;
  }
}
#environment .section_inner {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
#environment .section_inner .content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
#environment .section_inner .content .bgi {
  max-width: 380px;
  width: 80%;
  aspect-ratio: 3/2;
  top: 35%;
  right: -70px;
  z-index: 1;
}
#environment .section_inner .content .bgi.yama {
  background-image: url(../../img/about/yama02.png);
}
#environment .section_inner .content .bgi.yugu {
  background-image: url(../../img/about/yugu.png);
}
#environment .section_inner .content .bgi.book {
  background-image: url(../../img/about/book.png);
  top: 45%;
  max-width: 250px;
}
#environment .section_inner .content .m-img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#environment .section_inner .content .m-img img {
  aspect-ratio: 5/2;
  border-radius: 10px;
}
#environment .section_inner .content .m-img h5 {
  position: absolute;
  font-size: 2.75rem;
  top: -10px;
  left: 0rem;
  font-weight: 500;
  text-shadow: 3px 3px 1px rgb(255, 255, 255);
  color: #0f43db;
  padding: 2rem;
  border-radius: 0 0 10px 0;
  background-color: rgba(253, 250, 243, 0.7411764706);
}
#environment .section_inner .content .flexbox {
  display: flex;
  gap: 6rem;
}
#environment .section_inner .content .flexbox .textbox p {
  padding: 0rem 4rem 4rem 0;
}
#environment .section_inner .content .flexbox .textbox .in-imgbox {
  display: flex;
  gap: 2rem;
  width: 50%;
}
#environment .section_inner .content .flexbox .textbox .in-imgbox img {
  width: calc(100% - 1rem);
  flex: 1;
  display: block;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
#environment .section_inner .content .flexbox .subimg {
  border-radius: 10px;
  aspect-ratio: 4/5;
  max-width: 350px;
}
#environment .section_inner .content .flexbox .subimg.fast img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
#environment .section_inner .content:nth-child(2) .bgi {
  left: -70px;
}
#environment .section_inner .content:nth-child(2) .m-img h5 {
  color: #ff9900;
  right: 0rem;
  left: unset;
  border-radius: 0 0 0 10px;
}
#environment .section_inner .content:nth-child(2) .flexbox {
  flex-direction: row-reverse;
}
#environment .section_inner .content:nth-child(2) .flexbox p {
  padding: 0rem 0rem 4rem 0;
}
#environment .section_inner .content:nth-child(3) .m-img h5 {
  color: #8fc322;
}
@media screen and (max-width: 1280px) {
  #environment .section_inner .content .bgi {
    max-width: 300px;
  }
  #environment .section_inner .content .bgi.book {
    max-width: 200px;
    right: -20px;
  }
  #environment .section_inner .content .m-img h5 {
    font-size: 2rem;
  }
  #environment .section_inner .content .flexbox .textbox p {
    padding: 0rem 0rem 4rem 0;
  }
}
@media screen and (max-width: 980px) {
  #environment .section_inner .content .bgi {
    width: 30%;
    top: 35%;
    right: -30px;
  }
  #environment .section_inner .content .bgi.book {
    max-width: 200px;
    right: -20px;
  }
  #environment .section_inner .content .flexbox {
    gap: 2rem;
  }
  #environment .section_inner .content .flexbox .textbox p {
    padding: 0rem 0rem 2rem 0;
  }
}
@media screen and (max-width: 890px) {
  #environment .section_inner .content .bgi {
    width: 30%;
    top: 35%;
    right: -30px;
  }
  #environment .section_inner .content .bgi.book {
    max-width: 200px;
    right: -20px;
  }
  #environment .section_inner .content .m-img h5 {
    top: 0;
    padding: 1rem;
    font-size: 1.3rem;
  }
  #environment .section_inner .content .flexbox {
    gap: 2rem;
  }
  #environment .section_inner .content .flexbox .textbox p {
    padding: 0rem 0rem 2rem 0;
  }
}
@media screen and (max-width: 570px) {
  #environment .section_inner .content .m-img h5 {
    line-height: 1.3;
  }
  #environment .section_inner .content .m-img h5 span {
    display: block;
  }
}
@media screen and (max-width: 490px) {
  #environment .section_inner {
    gap: 7rem;
  }
  #environment .section_inner .content {
    gap: 2rem;
  }
  #environment .section_inner .content .bgi {
    display: none;
  }
  #environment .section_inner .content .m-img img {
    aspect-ratio: 5/3;
  }
  #environment .section_inner .content .m-img h5 {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  #environment .section_inner .content .flexbox {
    flex-direction: column;
  }
  #environment .section_inner .content .flexbox .textbox .in-imgbox {
    gap: 1rem;
  }
  #environment .section_inner .content .flexbox .textbox .in-imgbox img {
    width: calc(100% - 0.5rem);
  }
  #environment .section_inner .content .flexbox .subimg {
    aspect-ratio: 3/2;
    max-width: unset;
    width: 100%;
  }
  #environment .section_inner .content:nth-child(2) .flexbox {
    flex-direction: column;
  }
}

#goals .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #goals .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #goals .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #goals .section {
    width: 95%;
  }
}
#goals .section .top-txt {
  max-width: 1280px;
  width: 100%;
  margin: 0rem auto 2rem;
  padding-top: 4rem;
}
#goals .section .top-txt .tit-tp {
  font-size: 1.725rem;
  text-align: center;
  line-height: 1.3;
}
#goals .section .top-txt .tit-tp .strong5 {
  font-size: 3rem;
  font-weight: 500;
}
#goals .section .top-txt .tit-tp .strong5 .sbr {
  display: none;
}
#goals .section .top-txt .tit-tp .strong5.yellow {
  color: #ffd400;
  padding: 0 5px;
}
#goals .section .top-txt .tit-tp .strong5.blue {
  color: #56bfff;
  padding: 0 5px;
}
#goals .section .top-txt .tit-tp .strong5.red {
  color: #ff7676;
  padding: 0 5px;
}
#goals .section .top-txt .strong4 {
  text-align: center;
  display: block;
  line-height: normal;
}
#goals .section .top-txt .strong4 .sbr {
  display: none;
}
#goals .section .top-txt p {
  margin: 0 5rem;
}
#goals .section_inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#goals .section_inner .wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
#goals .section_inner .wrap h5 {
  padding: 0.6rem 2rem;
  background-color: #ffeb87;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  font-size: 1.75rem;
  font-weight: 500;
}
#goals .section_inner .wrap h5 .number {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 99em;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px dashed #874b18;
}
#goals .section_inner .wrap .textbox {
  background-color: #fff;
  padding: 2rem 1.7rem;
}
#goals .section_inner .wrap .textbox .strong4 .sbr {
  display: none;
}
#goals .section_inner .wrap .textbox ul {
  padding-left: 1rem;
  margin-top: 2rem;
}
#goals .section_inner .wrap .textbox ul li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
#goals .section_inner .wrap .textbox ul li::before {
  content: "●";
  display: block;
  margin-right: 1em;
  font-size: 6px;
}
#goals .section_inner .wrap:nth-child(2) h5 {
  background-color: #96d7ff;
}
#goals .section_inner .wrap:nth-child(3) h5 {
  background-color: #fb9f9f;
}
#goals .section .bottom-txt {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  max-width: 1024px;
  width: 100%;
  margin: 2rem auto;
}
#goals .section .bottom-txt .strong {
  font-size: 1.725rem;
}
@media screen and (max-width: 1295px) {
  #goals .section .top-txt p {
    margin: 0 0rem;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 2.725rem;
  }
}
@media screen and (max-width: 1280px) {
  #goals .section .top-txt p {
    margin: 0 0rem;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 2.5rem;
  }
  #goals .section .top-txt .strong4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1180px) {
  #goals .section .top-txt .tit-tp {
    font-size: 1.5rem;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 2.25rem;
  }
  #goals .section .top-txt .strong4 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1080px) {
  #goals .section .top-txt .tit-tp {
    text-align: center;
  }
  #goals .section .top-txt .strong4 .sbr {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 1.725rem;
  }
  #goals .section .bottom-txt {
    font-size: 1rem;
  }
  #goals .section .bottom-txt .strong {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 680px) {
  #goals .section .top-txt {
    padding-top: 0rem;
  }
  #goals .section .top-txt .tit-tp {
    font-size: 1.15rem;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 1.5rem;
  }
  #goals .section .top-txt .strong4 {
    font-size: 1rem;
  }
  #goals .section_inner .wrap .textbox .strong4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  #goals .section .top-txt .tit-tp {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 1.25rem;
  }
  #goals .section .top-txt .tit-tp .strong5.red, #goals .section .top-txt .tit-tp .strong5.blue, #goals .section .top-txt .tit-tp .strong5.yellow {
    padding: 0;
  }
  #goals .section .top-txt .strong4 {
    font-size: 1rem;
    text-align: left;
  }
  #goals .section .top-txt .strong4 .sbr {
    display: none;
  }
  #goals .section .wrap .textbox .strong4 .sbr {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #goals .section .top-txt .space {
    display: none;
  }
  #goals .section .top-txt .tit-tp {
    font-size: 14px;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 1.1rem;
  }
  #goals .section .top-txt .tit-tp .strong5.red, #goals .section .top-txt .tit-tp .strong5.blue, #goals .section .top-txt .tit-tp .strong5.yellow {
    padding: 0;
  }
  #goals .section .wrap .textbox {
    padding: 2rem 1rem;
  }
  #goals .section .wrap h5 {
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 400px) {
  #goals .section .top-txt .tit-tp {
    font-size: 13px;
  }
  #goals .section .top-txt .tit-tp .strong5 {
    font-size: 1rem;
  }
  #goals .section .top-txt .strong4 {
    font-size: 14px;
  }
  #goals .section .bottom-txt {
    font-size: 14px;
  }
  #goals .section .bottom-txt .strong {
    font-size: 1rem;
  }
}

#security .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #security .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #security .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #security .section {
    width: 95%;
  }
}
#security .section .kuma {
  background-image: url(../../img/about/kuma.png);
  top: -11rem;
  right: -120px;
  width: 30%;
  max-width: 250px;
  aspect-ratio: 4/5;
}
#security .section_inner {
  max-width: 1080px;
  margin: 0 auto;
}
#security .section_inner ul {
  margin: 4rem 0 2rem;
}
#security .section_inner ul li {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px dashed #efdccb;
}
#security .section_inner ul li .imgbox {
  width: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #ffe3e3;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
}
#security .section_inner ul li .imgbox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #ffe3e3;
  border-right: 0;
  z-index: -1;
}
#security .section_inner ul li .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
}
#security .section_inner ul li p {
  flex: 1;
}
#security .section_inner .b-txt {
  font-weight: 500;
  font-size: 1.25rem;
}
#security .risu {
  background-image: url(../../img/about/risu.png);
  bottom: -7rem;
  left: 5%;
  width: 30%;
  max-width: 200px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1280px) {
  #security .section .kuma {
    right: -4vw;
    width: 20%;
    min-width: 150px;
  }
  #security .risu {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #security {
    padding-top: 6rem;
  }
  #security .section_inner ul li {
    font-size: 1rem;
    gap: 2rem;
  }
  #security .section_inner ul li .imgbox {
    width: 85px;
  }
  #security .section_inner .b-txt {
    font-size: 1rem;
  }
  #security .risu {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #security .section_inner ul li {
    padding: 1rem 0;
    font-size: 14px;
    gap: 1.5rem;
  }
  #security .section_inner ul li .imgbox {
    width: 65px;
    padding: 0.7rem;
  }
  #security .section_inner ul li .imgbox::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #ffe3e3;
  }
  #security .risu {
    min-width: 100px;
    bottom: -5rem;
    left: 3%;
  }
}
@media screen and (max-width: 400px) {
  #security .section_inner .b-txt {
    font-size: 12px;
  }
}

#solution .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #solution .section {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #solution .section {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #solution .section {
    width: 95%;
  }
}
#solution .section_inner {
  max-width: 1080px;
  margin: 0 auto;
}
#solution .section_inner h3 {
  background-color: #efdccb;
  padding: 1rem;
  border-radius: 5px;
  font-weight: 500;
  border-left: 10px solid;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#solution .section_inner .textbox {
  margin: 16px auto 50px;
}
#solution .section_inner .list1 {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
#solution .section_inner .list1 li {
  padding: 0.5rem 0;
}
#solution .section_inner .list1 li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 14px;
}
#solution .section_inner .list2 {
  margin: 4rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  row-gap: 1rem;
}
#solution .section_inner .list2 li {
  width: 100%;
  max-width: 520px;
  text-align: center;
  padding: 0;
}
#solution .section_inner .list2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 40px;
}
#solution .section_inner .btn-box .slide-btn {
  margin: unset;
}
#solution .section_inner .btn-box .slide-btn .sbr {
  display: none;
}
#solution .section_inner .reception {
  margin: 40px auto;
  border-bottom: 1px solid #ad8f75;
  border-top: 1px solid #ad8f75;
  padding: 35px;
}
@media screen and (max-width: 580px) {
  #solution .section_inner .reception {
    padding: 25px;
  }
}
@media screen and (max-width: 480px) {
  #solution .section_inner .reception {
    padding: 25px 12px;
  }
}
@media screen and (max-width: 768px) {
  #solution .section {
    padding-top: 3rem;
  }
  #solution .section_inner .textbox {
    margin: 18px auto 40px;
  }
  #solution .section_inner .list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #solution .section .btn-box .slide-btn {
    margin: 0 auto;
    line-height: normal;
  }
  #solution .section .btn-box .slide-btn .sbr {
    display: block;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  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: #595757;
  border: solid 1px #595757;
  color: #ff9900;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #efdccb;
  color: #ff4d4d;
}

#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: "Zen Maru Gothic", 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;
}

.calender__content table {
  border: #ff4d4d 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #ff4d4d 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #ff4d4d 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: #efdccb;
}
.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: #ff4d4d;
}
.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;
  margin-bottom: 20px;
}
.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 .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: #56c6fd;
  border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #ffffff;
}
.pagetop a:hover {
  background-color: #ffffff;
  border: 1px solid #56c6fd;
}
.pagetop a:hover i {
  color: #56c6fd;
}

@media screen and (max-width: 1024px) {
  .pagetop {
    bottom: calc(75px + 1.5rem);
  }
}
@media screen and (max-width: 480px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 1.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  z-index: 0;
  background-color: #bbd761;
  padding-top: 2rem;
}
#footer .footer__warp {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #footer .footer__warp {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__warp {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #footer .footer__warp {
    width: 95%;
  }
}
#footer .footer__warp {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-bottom: 1rem;
}
#footer .footer__warp_content {
  display: flex;
  align-items: center;
  gap: 5rem;
}
#footer .footer__warp_content .he_logo {
  max-width: 470px;
  background-color: #fdfaf3;
  padding: 1rem;
  text-align: center;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}
#footer .footer__warp_content--info {
  color: #fff;
  font-size: 1.25rem;
  line-height: normal;
}
#footer .footer__warp_content--info--tel {
  margin-top: 0.5rem;
}
#footer .footer__warp_content--info--tel a {
  transition: all 0.3s ease;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
#footer .footer__warp_content--info--tel a:hover {
  color: #ff4d4d;
  font-weight: bold;
}
#footer .footer__warp_content--info .btn-box {
  margin-top: 1.5rem;
}
#footer .footer__warp_content--info .btn-box .slide-btn {
  border: 1px solid #874b18;
  background-color: #fff9f3;
  color: #874b18;
}
#footer .footer__warp_content--info .btn-box .slide-btn .sbr {
  display: none;
}
#footer .footer__warp nav .nav_list {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#footer .footer__warp nav .nav_list .col1 {
  grid-column: 1;
}
#footer .footer__warp nav .nav_list .col2 {
  grid-column: 2;
}
#footer .footer__warp nav .nav_list li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
  list-style: none;
  display: flex;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
#footer .footer__warp nav .nav_list li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  /* fa-circle-chevron-right のコード */
  font-weight: 900;
  /* solidは900 */
  margin-right: 8px;
  transition: transform 0.3s ease;
}
#footer .footer__warp nav .nav_list li span {
  display: none;
}
#footer .footer__warp nav .nav_list li:hover {
  color: #F4F6F6;
}
#footer .footer__warp nav .nav_list li:hover::before {
  transform: translateX(5px);
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #bf9e4f;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

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

@media screen and (max-width: 1400px) {
  #footer .footer__warp {
    width: 80%;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  #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: 1080px) {
  #footer .footer_deco {
    bottom: 30%;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer__copy {
    padding-bottom: 70px;
  }
  .sp-fixed-link {
    display: none;
    display: flex;
    position: fixed;
    bottom: -70px;
    /* 初期位置は画面外 */
    left: 0;
    z-index: 19;
    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: -moz-max-content;
    height: max-content;
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #ff9900;
    border-right: 1px solid #ad8f75;
  }
  #sp_btn ul li:last-child {
    border-right: none;
  }
  #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: 980px) {
  #footer .footer__warp nav .nav_list {
    grid-template-columns: repeat(3, max-content);
  }
}
@media screen and (max-width: 928px) {
  #footer .footer__bg::before {
    height: 50%;
  }
  #footer .footer_deco {
    bottom: 50%;
  }
  #footer .footer__warp_content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  #footer .footer__warp_content--info .btn-box .slide-btn .sbr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
  }
  #footer .footer__bg::before {
    height: 71%;
  }
  #footer .footer_deco {
    bottom: 70%;
  }
  #footer .footer__warp_content .he_logo {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    padding-bottom: 70px;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 490px) {
  #footer .footer_deco {
    bottom: 80%;
  }
  #footer .footer__bg::before {
    height: 81%;
  }
  #footer .footer__warp {
    width: 90%;
  }
  #footer .footer__warp_content--info {
    width: 100%;
  }
  #footer .footer__warp_content--info--address {
    font-size: 1rem;
  }
  #footer .footer__warp_content--info .btn-box .slide-btn {
    min-width: 340px;
    padding: 5px 0px;
  }
  #footer .footer__warp nav {
    width: 100%;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    justify-content: center;
    grid-template-columns: repeat(2, max-content);
  }
  #footer .footer__copy {
    padding-bottom: 60px;
  }
  #sp_btn ul li a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 420px) {
  #sp_btn ul li a {
    font-size: 14px;
  }
}
.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;
}/*# sourceMappingURL=style.css.map */