@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "M_PLUS_Rounded_1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url("../../font/M_PLUS_Rounded_1c/woff2/MPLUSRounded1c-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "M_PLUS_Rounded_1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  src: url("../../font/M_PLUS_Rounded_1c/woff2/MPLUSRounded1c-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "M_PLUS_Rounded_1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url("../../font/M_PLUS_Rounded_1c/woff2/MPLUSRounded1c-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "M_PLUS_Rounded_1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  src: url("../../font/M_PLUS_Rounded_1c/woff2/MPLUSRounded1c-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Mochiy_Pop_P_One";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Mochiy_Pop_P_One/woff2/MochiyPopPOne-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "M_PLUS_Rounded_1c", sans-serif;
  color: #311a03;
  background: #f8ead5;
  -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;
  position: relative;
  z-index: -1;
}
html body .contents__wrap--text p span {
  display: inline-block;
}
html body .animate__fadeIn {
  transform: none !important;
}
html body p {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html body a {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}

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

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

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

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 5rem auto;
  padding: 0 4rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 4rem;
  margin: 3rem auto;
}

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

@media screen and (max-width: 1280px) {
  .layout_width {
    margin: 5rem auto;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .layout_width_1024 {
    padding: 0 4rem;
    margin: 4rem auto;
  }
}
@media screen and (max-width: 768px) {
  .layout_width {
    margin: 4rem auto;
    padding: 0 2rem;
  }
  .layout_width_1024 {
    padding: 0 2rem;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 600px) {
  .layout_width {
    margin: 2rem auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .layout_width {
    margin: 2rem auto;
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  overflow: hidden;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #feb25e;
}
.bgcolor div h2 {
  color: #ff9e2f;
}
.bgcolor div h2 b {
  color: #ff9e2f;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.main-ttl h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.main-ttl h2 p {
  text-transform: uppercase;
  font-size: clamp(2.2rem, 2.16rem + 0.2vw, 2.4rem);
  line-height: clamp(2.5rem, 2.46rem + 0.2vw, 2.7rem);
  font-family: "Mochiy_Pop_P_One";
  margin: 0.5rem 0 0 0;
}
.main-ttl h2 p::first-letter {
  color: #feb25e;
}
.main-ttl h2 span {
  text-transform: uppercase;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: 2;
  font-family: "Mochiy_Pop_P_One";
}
.main-ttl h2 span::first-letter {
  color: #feb25e;
}

@media screen and (max-width: 768px) {
  .main-ttl h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #feb25e;
  text-emphasis: filled #feb25e;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  -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;
  padding: 0 30px;
}
#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;
}

#recruit-main {
  position: relative;
  overflow: hidden;
}
#recruit-main::before {
  position: absolute;
  background-image: url("../../img/common/bg03.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  top: 0;
  content: "";
  z-index: -5;
  position: fixed;
  opacity: 0.4;
}
#recruit-main::after {
  position: absolute;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -6;
  position: fixed;
}

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

/* 初期だけ非表示（JS無効時は効かせない） */
.js #header {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

/* 表示に戻す。`.is-ready` が付けば即解除 */
.is-ready #header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* アニメーション */
#header {
  will-change: transform, opacity;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

header {
  width: 100%;
  z-index: 9999;
  position: fixed !important;
  position: absolute !important;
  /* 初期は absolute（メインビジュアル直下） */
  top: auto;
  left: 0;
  transition: all 0.3s ease;
}
header.fixed {
  position: fixed !important;
  top: 0;
  animation: slideDown 0.3s ease;
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #311a03;
}
header.fixed .container-header .header__nav .nav__list li a span {
  color: #ff9e2f;
}
header.fixed .header__logo a {
  color: #feb25e;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::before {
  background-color: #ff9e2f;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::after {
  background-color: #ff9e2f;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line {
  background-color: #ff9e2f;
}
header .header__warp {
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 98%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 0 2rem;
  box-sizing: border-box;
  height: 90px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  header .header__warp {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}
header .header__logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 200px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  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: transparent;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(59, 59, 59) 100%);
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
}
header .header__logo a p span {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  header .container-header {
    justify-content: space-between;
  }
}
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;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  header .container-header .header__nav .nav__list {
    gap: 1rem;
  }
}
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 i {
  font-size: 20px;
}
header .container-header .header__nav .nav__list li > a .fa-house {
  color: #ff9e2f;
}
header .container-header .header__nav .nav__list li > a .fa-school {
  color: #6ac7e6;
}
header .container-header .header__nav .nav__list li > a .fa-clipboard-list {
  color: #f17296;
}
header .container-header .header__nav .nav__list li > a .fa-clock {
  color: #72f1b6;
}
header .container-header .header__nav .nav__list li > a .fa-music {
  color: #e66a6a;
}
header .container-header .header__nav .nav__list li > a .fa-id-badge {
  color: #b1a0fe;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__nav .nav__list li > a p span {
  color: #ff9e2f;
}
header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff9e2f;
  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 .sns-box a {
  align-items: center;
  display: inline-block;
  display: block;
  transition: all 0.5s;
}
header .container-header .header__nav .nav__list .sns-box a .fa-instagram {
  border-radius: 5px;
  font-size: 30px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
header .container-header .header__nav .nav__list .sns-box a:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
header .container-header .header__nav .nav__list li.has-mega-menu {
  position: relative;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-surface);
  border: 1px solid var(--color-card-border);
  border-radius: var(--radius-base);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateX(-50%) translateY(-10px);
  min-width: 220px;
  z-index: 1000;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li {
  padding: 0;
  opacity: 0;
  margin-top: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  text-align: left;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li:nth-child(1) {
  transition-delay: 0.05s;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li:nth-child(2) {
  transition-delay: 0.1s;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li:nth-child(3) {
  transition-delay: 0.15s;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li:nth-child(4) {
  transition-delay: 0.2s;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li:nth-child(5) {
  transition-delay: 0.25s;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li a {
  display: block;
  padding: 5px 10px;
  color: #ff9e2f;
  font-size: var(--font-size-sm);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
  white-space: nowrap;
  position: relative;
  text-align: left;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li a i {
  font-size: 13px;
  margin-right: 5px;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--color-primary);
  transition: height 0.3s ease;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li a::after {
  display: none;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li a:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  padding-left: 1.8rem;
}
header .container-header .header__nav .nav__list li.has-mega-menu .mega-menu ul li a:hover::before {
  height: 70%;
}
header .container-header .header__nav .nav__list li.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
header .container-header .header__nav .nav__list li.has-mega-menu:hover .mega-menu ul li {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  header .container-header .header__nav {
    display: none;
  }
}
header .container-header .contact-box {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  background-color: #ff9e2f;
  color: #311a03;
  min-width: 200px;
  border: 2px solid #ff9e2f;
  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: #311a03;
  color: #ff9e2f;
}
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: 1000000;
}
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: 28px;
  height: 3px;
  background: #ff9e2f;
  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: #ff9e2f;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #ff9e2f;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 10px;
}
header .container-header .header__sp .sp-nav ul .header__logo {
  margin: 0;
}
header .container-header .header__sp .sp-nav ul > li {
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 10px 0 10px;
  font-size: 1.2em;
  color: #311a03;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: block;
  font-size: 1rem;
}
header .container-header .header__sp .sp-nav ul > li > a p span {
  display: block;
  font-size: 13px;
}
header .container-header .header__sp .sp-nav ul > li > a:hover p {
  color: #ff9e2f;
  transition: all 0.4s;
}
@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;
}
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: #ff9e2f;
  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);
}
header .container-header .header__sp {
  display: none;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-image: url("../../img/common/bg02.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 3rem 3rem;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  gap: 0;
}
header .container-header .header__sp .sp-nav ul .header__logo {
  margin-bottom: 1rem;
}
header .container-header .header__sp .sp-nav ul > li {
  width: 100%;
  margin-bottom: 0.5rem;
  border-top: 1px dashed #ff9e2f;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link {
  display: block;
  padding: 12px 0;
  font-size: 12px;
  color: #311a03;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  transition: color 0.3s ease;
  position: relative;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link p {
  display: block;
  font-size: 12px;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link p span {
  display: none;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link:hover {
  color: #ff9e2f;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children {
  display: block;
  max-height: none;
  opacity: 1;
  overflow: visible;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li {
  border: none;
  margin-bottom: 0.3rem;
  opacity: 1;
  transform: translateX(0);
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li a {
  display: block;
  font-size: 12px;
  padding: 8px 1.5rem;
  color: rgba(49, 26, 3, 0.85);
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #ff9e2f;
  font-size: 0.6em;
  display: inline-block;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li a::after {
  display: none;
}
header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li a:hover {
  color: #ff9e2f;
  transform: translateX(5px);
}
header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a {
  display: block;
  padding: 12px 0;
  font-size: 12px;
  color: #311a03;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  transition: color 0.3s ease;
}
header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a p {
  display: block;
  font-size: 12px;
}
header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a p span {
  display: none;
  font-size: 13px;
  color: rgba(49, 26, 3, 0.7);
}
header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a:hover {
  color: #ff9e2f;
}
header .container-header .header__sp .sp-nav ul .sns-box a {
  align-items: center;
  display: inline-block;
  display: block;
  transition: all 0.5s;
}
header .container-header .header__sp .sp-nav ul .sns-box a .fa-instagram {
  border-radius: 5px;
  font-size: 30px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav {
    padding: 70px 2rem 2rem;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link {
    padding: 5px 0;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link p {
    font-size: 0.95rem;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link p span {
    font-size: 12px;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children {
    padding: 0;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li a {
    font-size: 0.9rem;
    padding: 6px 1rem;
  }
  header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a {
    padding: 10px 0;
  }
  header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a p {
    font-size: 0.95rem;
  }
  header .container-header .header__sp .sp-nav ul > li:not(.menu-parent) > a p span {
    font-size: 12px;
  }
  header .container-header .header__sp .sp-nav ul .sns-box a {
    align-items: center;
    display: inline-block;
    display: block;
    transition: all 0.5s;
  }
  header .container-header .header__sp .sp-nav ul .sns-box a .fa-instagram {
    border-radius: 5px;
    font-size: 30px;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  header .container-header .header__sp .sp-nav {
    padding: 60px 1.5rem 1.5rem;
  }
  header .container-header .header__sp .sp-nav ul .header__logo {
    margin-bottom: 5px;
  }
  header .container-header .header__sp .sp-nav ul > li {
    margin-bottom: 0.3rem;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .parent-link p {
    font-size: 0.9rem;
  }
  header .container-header .header__sp .sp-nav ul > li.menu-parent .menu-children li a {
    font-size: 0.85rem;
  }
  header .container-header .header__sp .sp-nav ul .sns-box a i {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .header__warp .header__logo a p {
    font-size: 20px;
  }
  .header__warp .header__logo a p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header__warp {
    margin: 5px auto;
    height: 50px;
  }
  #header .header__logo a p {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #header .header__logo a p span {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #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: 12px;
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    padding: 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: #e7b456;
    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: #ff9e2f;
    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: 480px) {
  #header .header__warp {
    padding: 0 10px;
  }
  #header .container-header .header__sp .sp-nav {
    padding: 3rem;
  }
  #header .container-header .header__sp .sp-nav ul > li > a p {
    font-size: 12px;
  }
  #header .container-header .header__sp .sp-nav ul .sns-box a i {
    font-size: 35px;
  }
}
@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: 1rem;
  }
  header .container-header .header__sp .sp-nav ul .menu-parent .btn a {
    padding: 5px 0;
  }
  header .container-header .header__sp .sp-nav ul {
    gap: 0;
  }
  header .container-header .header__sp .sp-nav ul .link-list {
    margin-top: 1rem;
  }
  header .container-header .header__sp .sp-nav ul > li > a {
    padding: 5px 0;
  }
  header .container-header .header__sp .sp-nav ul > li > a p {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 998;
  opacity: 0;
}
#floating li {
  display: block;
  margin: 1.25rem 0;
  box-shadow: -2px 2px 10px rgba(255, 255, 255, 0.4784313725);
  border-right: none;
}
#floating li a {
  text-transform: uppercase;
  background-color: #ff9e2f;
  color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem 0.5rem 1rem 0.5rem;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
}
#floating li a i {
  font-size: 20px;
  margin-bottom: 10px;
}
#floating li a::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#floating li a:hover {
  background-color: #ff9e2f;
  color: #f8ead5;
  transition: ease 0.4s;
}
#floating .tel {
  display: none;
}

@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  #floating .tel {
    display: block;
  }
  #floating li {
    display: block;
    width: 100%;
    margin: 0;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
  }
  #floating li:nth-child(2) {
    border-right: none;
  }
  #floating li a {
    writing-mode: unset;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 1rem;
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating li a:hover {
    transform: none;
    background-color: #ff9e2f;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #311a03;
  }
  #floating li a span {
    display: block;
    writing-mode: horizontal-tb;
  }
  #floating li a i {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#pdf .section__title {
  margin-block-end: 45px;
}
#pdf .section h3 {
  font-size: 1.75em;
  margin-block-end: 30px;
}
#pdf .section__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 100%;
}
#pdf .section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#pdf .section__list .inner {
  width: 100%;
}
#pdf .section__list .inner a {
  width: 100%;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border: 2px solid blue;
  border-radius: 30px;
  background-color: blue;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#pdf .section__list .inner a::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#pdf .section__list .inner a:hover {
  background-color: #fff;
  color: blue;
}
#pdf .section__list .inner:not(:has(a)) {
  display: none;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader p {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#mainvisual {
  padding: 0;
  height: 80vh;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-image: url("../../img/common/bg02.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  /* スライドの背景画像のスタイル */
}
#mainvisual .header__logo {
  width: 500px;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  z-index: 30;
}
#mainvisual::before {
  position: absolute;
  background-image: url("../../img/common/sun.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 133/132;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 15%;
  -o-object-position: center center;
     object-position: center center;
  content: "";
  z-index: 1;
  animation: shake 5s infinite;
  transform: rotate(10deg);
}
#mainvisual::after {
  position: absolute;
  background-image: url("../../img/common/deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 701/356;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  right: 0;
  width: 20%;
  content: "";
  z-index: 0;
  animation: shakeleft 5s infinite;
  transform: rotate(-10deg);
}
@keyframes shake {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes shakeleft {
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
#mainvisual #cloud {
  width: 100%;
  height: 500px;
  background: url("../../img/home/clouds.png");
  background-size: contain;
  background-repeat: no-repeat;
  /* 必要に応じて調整 */
  position: relative;
  animation: floatY 5s ease-in-out infinite alternate-reverse;
}
#mainvisual .swiper {
  height: auto;
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
}
#mainvisual .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#mainvisual .swiper-slide {
  position: relative;
  z-index: 1;
}
#mainvisual .swiper-slide::before {
  position: absolute;
  background-image: url("../../img/home/mainvisual/mainvisual__2.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 20%;
  left: 60%;
  translate: -50% 0;
  width: 50%;
  /* height: auto; */
  aspect-ratio: 2710/1024;
  -o-object-fit: contain;
     object-fit: contain;
  content: "";
  z-index: 5;
  animation: floatY 3s ease-in-out infinite;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
    /* 上下への揺れ幅、好みで調整 */
  }
  100% {
    transform: translateY(0);
  }
}
#mainvisual .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #feb25e;
}
#mainvisual .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
#mainvisual .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #feb25e;
}
#mainvisual .mainvisual__scroll .scroll_down {
  position: absolute;
  bottom: 8%;
  left: 50%;
  z-index: 10;
}
#mainvisual .mainvisual__scroll .scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 55px;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
#mainvisual .mainvisual__scroll .scroll_down:before {
  content: "";
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #feb25e;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 160px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#mainvisual .mainvisual__scroll .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 120px;
  background: #fff;
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1280px) {
  #mainvisual {
    height: 60vh;
  }
  #mainvisual .swiper .swiper-textbox > h2 .big {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
  #mainvisual .swiper .swiper-textbox p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #mainvisual .swiper .swiper-textbox .en {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainvisual {
    height: 55vh;
  }
  #mainvisual .header__logo {
    width: 400px;
    top: 50%;
  }
  #mainvisual::before {
    top: 10%;
    left: 0;
    width: 15%;
  }
  #mainvisual::after {
    top: 10%;
    right: 0;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: 50vh;
  }
  #mainvisual .header__logo {
    width: 350px;
    top: 50%;
  }
  #mainvisual::before {
    top: 25%;
    left: 0;
    width: 15%;
  }
  #mainvisual::after {
    top: 25%;
    right: 0;
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual {
    height: 35vh;
  }
  #mainvisual .header__logo {
    width: 300px;
  }
  #mainvisual::before {
    top: 25%;
    left: 0;
    width: 15%;
  }
  #mainvisual::after {
    top: 25%;
    right: 0;
    width: 20%;
  }
}
#top-item {
  padding: 50px;
  overflow: hidden;
}
#top-item .top-item_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#top-item .top-item_wrap ul,
#top-item .top-item_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top-item .top-item_wrap ul li,
#top-item .top-item_wrap ol li {
  width: calc(33.3333333333% - 100px);
  overflow: hidden;
  border-radius: 20px;
}
#top-item .top-item_wrap ul li .top-item_img,
#top-item .top-item_wrap ol li .top-item_img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all;
  aspect-ratio: 4/3;
  border-radius: 20px;
}
#top-item .top-item_wrap ul li .top-item_img:hover,
#top-item .top-item_wrap ol li .top-item_img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
#top-item .top-item_wrap ul li .top-item_img img,
#top-item .top-item_wrap ol li .top-item_img img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
#top-item .top-item_wrap ul li .top-item_img h5,
#top-item .top-item_wrap ol li .top-item_img h5 {
  width: 300px;
  padding: 26px;
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  white-space: nowrap;
  transform: translateY(-50%) translateX(-50%);
  line-height: normal;
  text-align: center;
  z-index: 20;
  font-family: "Mochiy_Pop_P_One";
}
#top-item .top-item_wrap ul li .top-item_img h5::after,
#top-item .top-item_wrap ol li .top-item_img h5::after {
  content: "";
  background-image: url("../../img/event/ttlbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 617/231;
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0px;
  z-index: -1;
}
#top-item .top-item_wrap ul li .top-item_img h5 span,
#top-item .top-item_wrap ol li .top-item_img h5 span {
  font-size: 15px;
}
#top-item .top-item_wrap ul li .img01::after,
#top-item .top-item_wrap ol li .img01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 287/367;
  z-index: 20;
}
#top-item .top-item_wrap ul li .img01::before,
#top-item .top-item_wrap ol li .img01::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 380/565;
  z-index: 22;
}
#top-item .top-item_wrap ul li .img02::after,
#top-item .top-item_wrap ol li .img02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 274/208;
  z-index: 20;
}
#top-item .top-item_wrap ul li .img02::before,
#top-item .top-item_wrap ol li .img02::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 380/565;
  z-index: 22;
}
#top-item .top-item_wrap ul li .img03::after,
#top-item .top-item_wrap ol li .img03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 325/493;
  z-index: 20;
}
#top-item .top-item_wrap ul li .img03::before,
#top-item .top-item_wrap ol li .img03::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem08.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 380/565;
  z-index: 22;
}
#top-item .top-item_wrap ul li .img04::after,
#top-item .top-item_wrap ol li .img04::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  content: "";
  background-image: url("../../img/home/topitem04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 370/339;
  z-index: 20;
}
#top-item .top-item_wrap ul li .img04::before,
#top-item .top-item_wrap ol li .img04::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem09.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 380/565;
  z-index: 22;
}
#top-item .top-item_wrap ul li .img05::after,
#top-item .top-item_wrap ol li .img05::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  content: "";
  background-image: url("../../img/home/topitem05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 453/389;
  z-index: 20;
}
#top-item .top-item_wrap ul li .img05::before,
#top-item .top-item_wrap ol li .img05::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  content: "";
  background-image: url("../../img/home/topitem10.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 380/565;
  z-index: 22;
}

@media screen and (max-width: 1280px) {
  #top-item .top-item_wrap ul li {
    width: calc(50% - 100px);
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 20px;
    white-space: nowrap;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item_wrap ul {
    flex-direction: column;
  }
  #top-item .top-item_wrap ul li {
    width: 80%;
    height: 280px;
    margin: auto;
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 20px;
    white-space: nowrap;
    line-height: normal;
  }
  #top-item .top-item_wrap ul li .top-item_img img {
    aspect-ratio: 520/230;
  }
}
@media screen and (max-width: 480px) {
  #top-item .top-item_wrap ul li {
    width: 100%;
    height: 100%;
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 20px;
    white-space: nowrap;
    line-height: normal;
  }
}
#top-news {
  position: relative;
  padding-top: 150px;
}
#top-news::before {
  position: absolute;
  background-image: url("../../img/common/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -1;
  position: fixed;
}
#top-news .main-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#top-news .main-ttl::before {
  position: absolute;
  background-image: url("../../img/event/ttlbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 617/294;
  top: -65px;
  left: -130px;
  width: 200%;
  content: "";
  z-index: 0;
}
#top-news .main-ttl h2 p::first-letter {
  color: #ff9e2f;
}
#top-news .main-ttl h2 span {
  z-index: 1;
}
#top-news .main-ttl h2 span::first-letter {
  color: #ff9e2f;
}

.blog #blog .blog__warp--box--listbox--list--link--item--time {
  background-color: #ff9e2f;
  padding: 0.1rem 0.5rem 0.1rem;
  color: #fff;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
.blog #blog .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
.blog #blog .blog__warp--box--listbox--list--link--item--cat,
.blog #blog .blog__warp--box--listbox--list--link--item--txt,
.blog #blog .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
.blog #blog .blog__warp--box--listbox {
  display: flex;
  gap: 3rem;
}
.blog #blog .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
  grid-column: 2/3;
  justify-self: center;
}
.blog #blog .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 1.5rem);
  transition: 0.3s ease;
}
.blog #blog .blog__warp--box--listbox--list:hover {
  background-color: #f1f1f1;
}
.blog #blog .blog__warp--box--listbox--list--link--images {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog #blog .blog__warp--box--listbox--list--link--images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}
.blog #blog .blog__warp--box--listbox--list--link--item {
  display: flex;
  gap: 0.5rem;
  flex-flow: column;
  padding-top: 0.5rem;
}
.blog #blog .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;
}
.blog #blog .blog__warp--box--listbox--list--link--item--h3 b {
  font-weight: 400;
}
.blog #blog .blog__warp--box--listbox--list--link--item--time {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.blog .btn03 {
  position: relative;
  border: none;
  border-bottom: 2px solid black;
  width: 150px;
  max-width: 90%;
  padding: 10px 20px;
  margin: 2rem auto;
}
.blog .btn03 a::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #feb25e;
  rotate: 40deg;
  position: absolute;
  right: -3px;
  bottom: 9px;
}
.blog .btn03:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .blog #blog .blog__warp--box--listbox--list {
    width: calc(50% - 1.5rem);
  }
  .blog #blog .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
    grid-column: 2/2;
    justify-self: center;
  }
  .blog #blog .blog__warp--box--listbox--list:nth-child(3), .blog #blog .blog__warp--box--listbox--list:nth-child(4), .blog #blog .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .blog #blog .blog__warp--box--listbox {
    grid-template-columns: 1fr;
  }
  .blog #blog .blog__warp--box--listbox--list {
    width: 100%;
  }
  .blog #blog .blog__warp--box--listbox--list:nth-child(2), .blog #blog .blog__warp--box--listbox--list:nth-child(3), .blog #blog .blog__warp--box--listbox--list:nth-child(4), .blog #blog .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  .blog #blog .blog__warp--box--listbox--list--link--item--h3 {
    line-height: 1.5;
  }
}

#blog .blog__warp--box--listbox--list--link--item--time {
  background-color: #ff9e2f;
  padding: 0.1rem 0.5rem 0.1rem;
  color: #fff;
  border-radius: 10px;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#blog .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--cat,
#blog .blog__warp--box--listbox--list--link--item--txt,
#blog .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog .blog__warp--box--listbox {
  margin-top: 50px;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
#blog .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
  grid-column: 2/3;
  justify-self: center;
}
#blog .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 1.5rem);
  transition: 0.3s ease;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 3px dashed #ff9e2f;
}
#blog .blog__warp--box--listbox--list--link--images {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blog__warp--box--listbox--list--link--images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blog__warp--box--listbox--list--link--item {
  display: flex;
  gap: 0.5rem;
  flex-flow: column;
  padding-top: 0.5rem;
}
#blog .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;
}
#blog .blog__warp--box--listbox--list--link--item--h3 b {
  font-weight: 400;
}
#blog .blog__warp--box--listbox--list--link--item--time {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.btn02 {
  position: relative;
  border: none;
  border-bottom: 1px solid #311a03;
  width: 150px;
  max-width: 90%;
  padding: 10px 0;
  margin: 2rem auto;
}

.btn02::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #666;
  rotate: 40deg;
  position: absolute;
  right: -3px;
  bottom: 9px;
}

.btn02:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
  #top-news {
    padding-top: 20px;
  }
  #blog .blog__warp--box--listbox--list {
    width: calc(50% - 1.5rem);
  }
  #blog .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
    grid-column: 4/2;
    justify-self: center;
  }
  #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;
  }
}
@media screen and (max-width: 768px) {
  #topics .section {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  #blog .blog__warp--box--listbox {
    gap: 1rem;
  }
  #blog .blog__warp--box--listbox--list {
    width: calc(50% - 1.5rem);
  }
  #blog .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
    grid-column: 4/2;
    justify-self: center;
  }
  #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;
  }
}
@media screen and (max-width: 600px) {
  #top-news .main-ttl {
    margin: 0 auto;
  }
  #top-news .main-ttl::before {
    top: -25px;
    left: -75px;
    width: 190%;
  }
  #top-news .main-ttl h2 p {
    font-size: 24px;
  }
  #top-news .main-ttl h2 span {
    font-size: 20px;
  }
}
#top-about {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#top-about .contents {
  background-color: #b6e5f7;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  margin: 2rem auto 5rem;
}
#top-about .contents::after {
  position: absolute;
  background-image: url("../../img/recruit/deco02.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 205/326;
  -o-object-fit: cover;
     object-fit: cover;
  top: -10%;
  left: 0;
  width: 15%;
  content: "";
  z-index: 10;
  animation: shakeleft 5s infinite;
  transform: rotate(-10deg);
}
#top-about .contents::before {
  position: absolute;
  background-image: url("../../img/common/sun2.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 133/132;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  width: 18%;
  content: "";
  z-index: 10;
  animation: shake 5s infinite;
  transform: rotate(10deg);
}
@keyframes shakeleft {
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
#top-about .aboutttl {
  margin: 0;
  font-size: 30px;
  letter-spacing: normal;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 2;
  font-family: "Mochiy_Pop_P_One";
}
#top-about .aboutttl br {
  display: none;
}
#top-about .aboutttl .fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #fff;
  text-shadow: rgb(255, 158, 47) 5px 0px 0px, rgb(255, 158, 47) 4.90033px 0.993347px 0px, rgb(255, 158, 47) 4.60531px 1.94709px 0px, rgb(255, 158, 47) 4.12668px 2.82321px 0px, rgb(255, 158, 47) 3.48353px 3.58678px 0px, rgb(255, 158, 47) 2.70151px 4.20736px 0px, rgb(255, 158, 47) 1.81179px 4.6602px 0px, rgb(255, 158, 47) 0.849836px 4.92725px 0px, rgb(255, 158, 47) -0.145998px 4.99787px 0px, rgb(255, 158, 47) -1.13601px 4.86924px 0px, rgb(255, 158, 47) -2.08073px 4.54649px 0px, rgb(255, 158, 47) -2.94251px 4.04248px 0px, rgb(255, 158, 47) -3.68697px 3.37732px 0px, rgb(255, 158, 47) -4.28444px 2.57751px 0px, rgb(255, 158, 47) -4.71111px 1.67494px 0px, rgb(255, 158, 47) -4.94996px 0.7056px 0px, rgb(255, 158, 47) -4.99147px -0.291871px 0px, rgb(255, 158, 47) -4.83399px -1.27771px 0px, rgb(255, 158, 47) -4.48379px -2.2126px 0px, rgb(255, 158, 47) -3.95484px -3.05929px 0px, rgb(255, 158, 47) -3.26822px -3.78401px 0px, rgb(255, 158, 47) -2.4513px -4.35788px 0px, rgb(255, 158, 47) -1.53666px -4.75801px 0px, rgb(255, 158, 47) -0.560763px -4.96845px 0px, rgb(255, 158, 47) 0.437495px -4.98082px 0px, rgb(255, 158, 47) 1.41831px -4.79462px 0px, rgb(255, 158, 47) 2.34258px -4.41727px 0px, rgb(255, 158, 47) 3.17346px -3.86382px 0px, rgb(255, 158, 47) 3.87783px -3.15633px 0px, rgb(255, 158, 47) 4.4276px -2.32301px 0px, rgb(255, 158, 47) 4.80085px -1.39708px 0px, rgb(255, 158, 47) 4.98271px -0.415447px 0px;
}
#top-about .aboutttl .fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #ff9e2f;
}
#top-about .aboutttl .fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #ff9e2f;
}
#top-about .aboutttl .deco {
  position: relative;
  z-index: 2;
  font-size: 60px;
  margin-left: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#top-about .aboutttl .deco::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -24px;
  z-index: -1;
  display: inline-block;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
#top-about .aboutttl .deco:nth-child(2) {
  color: #ff9e2f;
}
#top-about .aboutttl .deco:nth-child(3) {
  color: #6ac7e6;
}
#top-about .aboutttl .deco:nth-child(4) {
  color: #f17296;
}
#top-about .aboutttl .deco:nth-child(5) {
  color: #72f1b6;
}
#top-about .aboutttl .deco:nth-child(7) {
  color: #e66a6a;
}
#top-about .aboutttl .deco:nth-child(8) {
  color: #b1a0fe;
}
#top-about .aboutttl .deco:nth-child(9) {
  color: #fea0ea;
}
#top-about .contents__wrap--text {
  position: relative;
  background-color: #fff;
  padding: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  border: dashed 2px #ff9e2f;
}
#top-about .contents__wrap--text p {
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  @keyframes shakeleft {}
  @keyframes shake {}
  #top-about .aboutttl .deco {
    font-size: 50px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 600px) {
  #top-about .contents {
    padding: 50px 10px;
  }
  #top-about .contents::after {
    top: -6%;
    left: 20px;
  }
  #top-about .aboutttl {
    white-space: nowrap;
  }
  #top-about .aboutttl br {
    display: block;
  }
  #top-about .aboutttl .deco::before {
    top: -7px;
    left: -17px;
    z-index: -1;
    display: inline-block;
    width: 90px;
    height: 90px;
  }
}
#top-guide {
  position: relative;
  overflow: hidden;
}
#top-guide .contents {
  background-image: url("../../img/home/top-aboutbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50px;
  position: relative;
}
#top-guide .contents::before {
  position: absolute;
  background-image: url("../../img/home/deco03.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 343/333;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0px;
  left: 3%;
  width: 15%;
  content: "";
  z-index: 2;
  animation: shake 5s infinite;
  transform: rotate(10deg);
}
#top-guide .contents::after {
  position: absolute;
  background-image: url("../../img/home/deco04.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 230/394;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0px;
  width: 10%;
  right: 3%;
  content: "";
  z-index: 2;
  animation: shakeleft 5s infinite;
  transform: rotate(-10deg);
}
@keyframes shakeleft {
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
#top-guide .contents__wrap {
  background-color: #fff;
  padding: 20px 0;
}
#top-guide .contents__wrap--text {
  width: 70%;
  margin: 50px auto;
}
#top-guide .contents__wrap--text .border {
  border-bottom: dashed 2px #6ac7e6;
  font-weight: 500;
  padding: 5px 0;
}
#top-guide .contents__wrap--text p {
  padding: 10px 0;
  line-height: 1.8;
}
#top-guide .contents__wrap--text p .big {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 500;
}
#top-guide .contents__wrap--text p .time {
  padding: 0 5px;
  background-color: #6ac7e6;
  font-weight: 500;
  color: #fff;
  margin: 0 5px;
}
#top-guide .contents__wrap--guide h3 {
  text-align: center;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f8ead5;
  padding: 20px;
}
#top-guide .contents__wrap--guide h3::before {
  position: absolute;
  background-image: url("../../img/home/deco01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 166/133;
  width: 18%;
  top: -20%;
  left: -5%;
  content: "";
}
#top-guide .contents__wrap--guide h3::after {
  position: absolute;
  background-image: url("../../img/home/deco02.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 166/133;
  width: 18%;
  bottom: -20%;
  right: -10%;
  content: "";
}
#top-guide .contents__wrap--guide h3 i {
  margin-left: 5px;
}
#top-guide .contents__wrap--guide .btn01 {
  margin-top: 20px;
}
#top-guide .contents__wrap--guide .btn01 a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#4fb5ef, #0076b9 100%);
  border: 1px solid #005e94;
  border-radius: 12px;
  box-shadow: inset 0 0 2px rgb(255, 255, 255), 0 4px 4px rgb(175, 175, 175);
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 20px 0 70px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: auto;
}
#top-guide .contents__wrap--guide .btn01 a.btn_01:hover {
  opacity: 0.7;
}
#top-guide .contents__wrap--guide .btn01 a.btn_01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
#top-guide .contents__wrap--guide .btn01 a.btn_01::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #005e94;
  box-shadow: 0 0 2px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}
#top-guide .contents__wrap--guide .btn01 a br {
  display: none;
}

@media screen and (max-width: 768px) {
  #top-guide .contents__wrap--text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #top-guide .contents__wrap--text {
    width: 90%;
  }
  #top-guide .contents__wrap--guide .btn01 a br {
    display: block;
  }
  #top-guide .contents__wrap--guide .btn01 a.btn_01 {
    text-align: center;
    height: 50px;
  }
}
#availability {
  position: relative;
  overflow: hidden;
}
#availability .contents {
  background-color: #0a5f4a;
  border: 30px solid #f8ead5;
}
#availability .contents .main-ttl {
  margin-bottom: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#availability .contents .main-ttl::before {
  position: absolute;
  background-image: url("../../img/event/ttlbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 617/294;
  top: -70px;
  left: -100px;
  width: 160%;
  content: "";
  z-index: 0;
}
#availability .contents .main-ttl h2 {
  z-index: 2;
}
#availability .contents .main-ttl h2 p {
  z-index: 2;
}
#availability .contents .main-ttl h2 p::first-letter {
  color: #f17296;
}
#availability .contents .main-ttl h2 span {
  z-index: 2;
}
#availability .contents .main-ttl h2 span::first-letter {
  color: #f17296;
}
#availability .contents__wrap--guide {
  padding: 50px 0;
}
#availability .contents__wrap--guide h3 {
  font-weight: 500;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
#availability .contents__wrap--guide h3 span {
  display: inline-block;
}
#availability .contents__wrap--guide .btn01 {
  margin: 40px 0;
}
#availability .contents__wrap--guide .btn01 a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#4fb5ef, #0076b9 100%);
  border: 1px solid #005e94;
  border-radius: 12px;
  box-shadow: inset 0 0 2px rgb(255, 255, 255), 0 4px 4px rgb(175, 175, 175);
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 20px 0 70px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: auto;
}
#availability .contents__wrap--guide .btn01 a.btn_01:hover {
  opacity: 0.7;
}
#availability .contents__wrap--guide .btn01 a.btn_01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
#availability .contents__wrap--guide .btn01 a.btn_01::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #005e94;
  box-shadow: 0 0 2px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}
#availability .contents__wrap--guide .btn01 a {
  height: 50px;
}
#availability .contents__wrap--guide .btn01 a br {
  display: none;
}
@media screen and (max-width: 600px) {
  #availability .contents__wrap--guide .btn01 a.btn_01 {
    height: 50px;
    text-align: center;
    padding: 0 20px 0 60px;
  }
  #availability .contents__wrap--guide .btn01 a.btn_01 br {
    display: block;
  }
}
#availability .contents__wrap--guide .info {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  #availability .contents .main-ttl::before {
    top: -37px;
    left: -65px;
    width: 160%;
  }
  #availability .contents .main-ttl h2 p {
    font-size: 24px;
  }
  #availability .contents .main-ttl h2 span {
    font-size: 20px;
  }
  #availability .contents__wrap--guide {
    padding: 0px 0 30px;
  }
}
#top-greeting {
  padding: 50px 0 0;
  background-color: rgba(255, 255, 255, 0.6980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#top-greeting .contents .main-ttl {
  margin-bottom: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#top-greeting .contents .main-ttl::after {
  position: absolute;
  content: "";
  aspect-ratio: 701/356;
  width: 43%;
  top: -50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url("../../img/common/deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#top-greeting .contents .main-ttl h2 p::first-letter {
  color: #f17272;
}
#top-greeting .contents .main-ttl h2 p br {
  display: none;
}
#top-greeting .contents .main-ttl h2 span::first-letter {
  color: #f17272;
}
#top-greeting .contents__wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#top-greeting .contents__wrap figure {
  width: 48%;
}
#top-greeting .contents__wrap figure img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top-greeting .contents__wrap--text {
  width: 48%;
  padding: 50px 0;
}
#top-greeting .contents__wrap--text p {
  line-height: 1.8;
  padding: 10px 0;
}
#top-greeting .contents__wrap--text .big {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #top-greeting .contents .main-ttl::after {
    width: 75%;
    top: -4%;
  }
  #top-greeting .contents .main-ttl h2 p {
    font-size: 24px;
  }
  #top-greeting .contents .main-ttl h2 p br {
    display: block;
  }
  #top-greeting .contents__wrap {
    flex-direction: column;
  }
  #top-greeting .contents__wrap figure {
    width: 80%;
    margin: auto;
  }
  #top-greeting .contents__wrap--text {
    padding: 1rem 0;
    width: 90%;
    margin: auto;
  }
}
#contact {
  padding-top: 100px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  line-height: 2;
  position: relative;
  overflow: hidden;
}
#contact .main-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
#contact .main-ttl::before {
  position: absolute;
  background-image: url("../../img/event/ttlbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 617/294;
  top: -65px;
  left: -130px;
  width: 200%;
  content: "";
  z-index: 0;
}
#contact .main-ttl h2 p::first-letter {
  color: #ff9e2f;
}
#contact .main-ttl h2 span {
  z-index: 1;
}
#contact .main-ttl h2 span::first-letter {
  color: #ff9e2f;
}
#contact .layout_width {
  background-color: #f8ead5;
  padding: 50px;
  border-radius: 30px;
  border: 5px solid #feb25e;
  position: relative;
  width: 90%;
}
#contact .layout_width::before {
  position: absolute;
  background-image: url("../../img/home/contact02.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -8%;
  left: -1%;
  width: 11%;
  aspect-ratio: 204/223;
  -o-object-fit: contain;
     object-fit: contain;
  content: "";
  z-index: 0;
  animation: shakeleft 5s infinite;
  transform: rotate(-10deg);
}
#contact .layout_width::after {
  position: absolute;
  background-image: url("../../img/home/contact01.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -8%;
  right: -1%;
  width: 15%;
  aspect-ratio: 213/171;
  -o-object-fit: contain;
     object-fit: contain;
  content: "";
  z-index: 0;
  animation: shake 5s infinite;
  transform: rotate(10deg);
}
#contact .layout_width_1024 {
  max-width: 1000px;
  width: 80%;
  margin: auto;
}
#contact .contact__warp {
  max-width: 1024px;
}
#contact .contact__warp--tel {
  text-align: center;
}
#contact .contact__warp--tel h3 {
  background-color: #311a03;
  text-align: center;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 50px;
}
#contact .contact__warp--tel h3 span {
  display: inline-block;
}
#contact .contact__warp--tel--info {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
}
#contact .contact__warp--tel--info a {
  background-color: #feb25e;
  padding: 5px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 10px;
}
#contact .contact__warp--tel--info a:hover {
  background-color: #311a03;
  transition: all 0.4s;
}
#contact .contact__warp--mail {
  text-align: center;
  margin-top: 50px;
}
#contact .contact__warp--mail h3 {
  background-color: #311a03;
  text-align: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  color: #ededed;
  margin-bottom: 20px;
}
#contact .contact__warp .mtitle_icon {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(61, 44, 30, 0.3);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .contact__warp .mtitle_icon img {
  width: 100px;
}
#contact .contact__warp .mtitle_icon .ja {
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
}
#contact .contact__warp .mtitle_icon--info {
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #dedede;
  padding: 2rem;
  margin: 0 auto 2rem;
  background-color: #ff9e2f;
}
#contact .contact__warp .mtitle_icon--info p {
  line-height: 1.2;
  text-align: center;
}
#contact .contact__warp .mtitle_icon--info p .br {
  display: none;
}
#contact .contact__warp .mtitle_icon--attention {
  padding: 2rem;
  border: solid 1px #dedede;
  margin: 0 0 2rem;
  background-color: #ff9e2f;
}
#contact .contact__warp .mtitle_icon--attention p {
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 0.5rem;
}
#contact .contact__warp .mtitle_icon--attention p:last-child {
  margin: 0;
}
#contact .contact__warp .mtitle_icon--attention p::before {
  content: "※";
}
#contact .contact__warp--formbox {
  width: 100%;
  display: flex;
  flex-flow: column;
}
#contact .contact__warp--formbox .columnbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#contact .contact__warp--formbox .columnbox .two__columnbox {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#contact .contact__warp--formbox .columnbox .two__columnbox:nth-child(2) .contact__warp--formbox--list--title {
  justify-content: center;
}
#contact .contact__warp--formbox--list {
  display: flex;
  align-items: stretch;
  margin: 0 0 1rem;
  width: 100%;
}
#contact .contact__warp--formbox--list--title {
  width: 300px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  background-color: #f17296;
  padding: 0 1rem;
}
#contact .contact__warp--formbox--list--title p {
  margin: 0 0 0 1rem;
  color: #fff;
  font-weight: 500;
}
#contact .contact__warp--formbox--list--title span {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #feb25e;
  color: #fff;
  padding: 0 0.25rem;
}
#contact .contact__warp--formbox--list--title .small {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  margin: 5px 0 0;
}
#contact .contact__warp--formbox--list--title .nin {
  background-color: #333333;
}
#contact .contact__warp--formbox--list--contents {
  width: calc(100% - (200px - 0.5rem));
  display: flex;
  align-items: center;
  padding: 0 0rem;
  margin: 0 0 0 0.5rem;
}
#contact .contact__warp--formbox--list--contents .text,
#contact .contact__warp--formbox--list--contents .mail,
#contact .contact__warp--formbox--list--contents .tel {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border: solid 1px #dedede;
  color: black;
}
#contact .contact__warp--formbox--list--contents .zipcode {
  width: 60%;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border: solid 1px #dedede;
  color: black;
}
#contact .contact__warp--formbox--list--contents .address_button {
  margin-left: 1rem;
  padding: 0.5rem 10px;
  background-color: #feb25e;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .contact__warp--formbox--list--contents textarea {
  width: 100%;
  height: 150px;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents ::-moz-placeholder {
  color: #e0e0e0;
}
#contact .contact__warp--formbox--list--contents ::placeholder {
  color: #e0e0e0;
}
#contact .contact__warp--formbox--list--contents label {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ff9e2f;
  margin: 0 0.5rem 0 0;
  transition: all ease 0.5s;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-align: center;
  color: #311a03;
  font-weight: normal;
  display: block;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents label:last-child {
  margin: 0;
}
#contact .contact__warp--formbox--list--contents label:hover {
  background-color: #feb25e;
  color: #ff9e2f;
}
#contact .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
  background-color: #feb25e;
  color: #ff9e2f;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents input[type=radio]:checked + label {
  background-color: #feb25e;
  color: #ff9e2f;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents--checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
#contact .contact__warp--formbox--list--contents--checkbox li {
  width: calc(33.3333333333% - 0.6666666667rem);
  display: flex;
}
#contact .contact__warp--formbox--list--contents--checkbox li label {
  width: 100%;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list .attention {
  font-size: 0.8rem;
}
#contact .contact__warp--formbox--list .filebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#contact .contact__warp--formbox--list .filebox input[type=file] {
  width: 48%;
  color: rgb(31, 41, 55);
  cursor: pointer;
  border: 1px solid rgb(191, 194, 199);
  padding-right: 0.5rem;
  background-color: #ff9e2f;
  margin: 0 0 0.5rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .contact__warp--formbox--list .filebox ::file-selector-button,
#contact .contact__warp--formbox--list .filebox ::-webkit-file-upload-button {
  background-color: rgb(209, 213, 219);
  color: rgb(31, 41, 55);
  border: none;
  cursor: pointer;
  border-right: 1px solid rgb(191, 194, 199);
  padding: 0.25rem 1rem;
  margin-right: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .contact__warp--formbox--list .filebox .file_attention {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  word-break: break-all;
}
#contact .contact__warp--privacy {
  margin: 2rem 0 0 0;
}
#contact .contact__warp--privacy h2 {
  border-bottom: solid 1px #feb25e;
  margin: 0 0 2rem 0;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
#contact .contact__warp--privacy h2::after {
  display: none;
}
#contact .contact__warp--privacy h2 > p {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}
#contact .contact__warp--privacy h2 > p > b {
  display: inline-block;
  font-weight: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#contact .contact__warp--privacy--box {
  padding: 2rem 2rem;
  border: solid 1px rgba(0, 160, 233, 0.1);
  height: 300px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: #fff;
}
#contact .contact__warp--privacy--box > p {
  margin: 0 0 1rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--fast {
  line-height: 1.4;
  margin: 0 0 1rem;
}
#contact .contact__warp--privacy--box--listbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#contact .contact__warp--privacy--box--listbox--list {
  width: 100%;
  margin: 0 0 1rem;
}
#contact .contact__warp--privacy--box--listbox--list h3 {
  padding-bottom: 8px;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #feb25e;
}
#contact .contact__warp--privacy--box--listbox--list h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #6ac7e6;
  /*ピンク*/
}
#contact .contact__warp--privacy--box--listbox--list h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f8ead5;
  /*薄ピンク*/
}
#contact .contact__warp--privacy--box--listbox--list > p {
  margin: 0.5rem 0;
  line-height: 1.4;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  counter-reset: cnt;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
  margin: 0 0 0.5rem;
  line-height: 1.1;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1rem;
  padding: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
  display: marker;
  content: "" counter(cnt) ".";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
  margin: 0 0.05rem 0 0.1rem;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
  margin: 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: kana;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
  counter-increment: kana;
  margin: 0 0 0.5rem;
  line-height: 1.1;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
  display: marker;
  content: "(" counter(kana, katakana) ")";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: marusu;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
  line-height: 1.1;
  padding-left: 30px;
  position: relative;
  counter-increment: marusu;
  margin: 0 0 0.5rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
  margin: 0 0 0 0.05rem;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
  margin: 0.05rem 0 0 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
  margin: 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
  content: counter(marusu, lower-roman) ".";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#contact .contact__warp--privacy--box--listbox--list--table {
  width: 100%;
  height: auto;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin: 1rem 0 0 0;
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr {
  border: solid 0.5px black;
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
  width: 120px;
  background-color: #6ac7e6;
  color: #ffffff;
  padding: 0.25rem 1rem;
  font-weight: normal;
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
  width: calc(100% - 120px);
  padding: 0.25rem 1rem;
}
#contact .contact__warp--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
#contact .contact__warp--privacy--checks--checkbox {
  color: #feb25e;
}
#contact .contact__warp--privacy--checks input[type=checkbox] {
  display: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #311a03;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #feb25e;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
#contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
#contact .contact__warp--privacy--attention {
  margin: 2rem 0;
  border: 2px dashed #feb25e;
  padding: 10px 50px;
}
#contact .contact__warp--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: 2;
}
#contact .contact__warp--privacy--attention p span {
  display: inline-block;
}
#contact .contact__warp--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4rem;
}
#contact .contact__warp--submit--button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  background-color: #feb25e;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #feb25e;
}
#contact .contact__warp--submit--button:hover {
  background-color: #fff;
  border: 2px solid #feb25e;
  color: #feb25e;
  opacity: 0.8;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact__warp {
    padding: 30px 50px;
  }
  #contact .contact__warp--tel {
    width: 100%;
    margin: 0 auto;
  }
  #contact .contact__warp--tel--info {
    width: 100%;
  }
  #contact .contact__warp--tel--info p {
    line-height: 1.5;
    text-align: center;
  }
  #contact .contact__warp--tel--info p .br {
    display: block;
  }
  #contact .contact__warp--tel--info a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    margin: 1rem auto 0;
  }
  #contact .contact__warp--tel--info a i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    margin: 0 0.5rem 0 0;
  }
  #contact .contact__warp--tel--attention {
    padding: 2rem;
    margin: 0 0 2rem;
  }
  #contact .contact__warp--tel--attention p {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 0.5rem;
    color: #fff;
  }
  #contact .contact__warp--tel--attention p:last-child {
    margin: 0;
  }
  #contact .contact__warp--tel--attention p::before {
    content: "※";
  }
  #contact .contact__warp--formbox--list {
    flex-direction: column;
  }
  #contact .contact__warp--formbox--list--title {
    width: 100%;
  }
  #contact .contact__warp--formbox--list--contents {
    width: 100%;
    margin: 0;
  }
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: 100%;
  }
  #contact .contact__warp--formbox .columnbox {
    flex-flow: column;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:last-child {
    margin: 0 0 0rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:nth-child(2) .contact__warp--formbox--list--title {
    justify-content: left;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 1rem 0 1rem;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy--box {
    padding: 0 2rem 2rem 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box p {
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #contact .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list h3 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
  }
  #contact .contact__warp--privacy--box--listbox--list h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*薄ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #contact .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    font-weight: normal;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
  }
  #contact .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: 0;
    padding-left: 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  #contact .layout_width {
    width: 100%;
    padding: 50px 20px;
  }
  #contact .contact__warp {
    padding: 0;
  }
  #contact .contact__warp--tel {
    width: 100%;
    margin: 0 auto;
  }
  #contact .contact__warp--tel h3 {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    margin-bottom: 10px;
  }
  #contact .contact__warp--tel--info {
    width: 100%;
  }
  #contact .contact__warp--tel--info p {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    line-height: 2.2;
    text-align: center;
  }
  #contact .contact__warp--tel--info p .br {
    display: block;
  }
  #contact .contact__warp--tel--info a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    margin: 0 auto;
    padding: 0 10px;
  }
  #contact .contact__warp--tel--info a i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    margin: 0 0.5rem 0 0;
  }
  #contact .contact__warp--tel--attention {
    padding: 2rem;
    border: solid 1px #dedede;
    margin: 0 0 2rem;
  }
  #contact .contact__warp--tel--attention p {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--tel--attention p:last-child {
    margin: 0;
  }
  #contact .contact__warp--tel--attention p::before {
    content: "※";
  }
  #contact .contact__warp--formbox--list--contents {
    margin: 0;
  }
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: 100%;
  }
  #contact .contact__warp--formbox .columnbox {
    flex-flow: column;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:last-child {
    margin: 0 0 0rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:nth-child(2) .contact__warp--formbox--list--title {
    justify-content: left;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 1rem 0 1rem;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 1px #311a03;
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy--box {
    padding: 0 2rem 2rem 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box p {
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #contact .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list h3 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
  }
  #contact .contact__warp--privacy--box--listbox--list h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*薄ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #contact .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    font-weight: normal;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
  }
  #contact .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
    padding: 10px;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: 1.5;
  }
}
#contact .simplebar-track {
  background: rgba(224, 243, 255, 0.7725490196);
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}
#contact .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}
#contact .simplebar-track .simplebar-scrollbar::before {
  background: #6ac7e6;
  /* ここでバーの色を設定 */
}

@media screen and (max-width: 1024px) {
  #contact .layout_width::before {
    top: -10%;
    right: -1%;
    width: 19%;
  }
  #contact .layout_width::after {
    width: 22%;
    top: -9%;
  }
  @keyframes shakeleft {}
  @keyframes shake {}
}
@media screen and (max-width: 768px) {
  #contact .layout_width::before {
    top: -5%;
  }
  #contact .layout_width::after {
    top: -4%;
  }
  @keyframes shakeleft {}
  @keyframes shake {}
}
@media screen and (max-width: 600px) {
  #contact .main-ttl::before {
    top: -44px;
    left: -95px;
    width: 193%;
  }
  #contact .main-ttl h2 p {
    font-size: 24px;
  }
  #contact .main-ttl h2 span {
    font-size: 20px;
  }
  #contact .layout_width::before {
    top: -3%;
  }
  #contact .layout_width::after {
    top: -3%;
  }
  @keyframes shakeleft {}
  @keyframes shake {}
}
@keyframes shakeleft {
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #feb25e;
  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: #feb25e;
  border: solid 1px #feb25e;
  color: #ff9e2f;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ff9e2f;
  color: #feb25e;
}

#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: "Montserrat", 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 {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#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__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#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__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__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 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#gallery_2 .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
#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 table {
  border: #feb25e 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #feb25e 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #feb25e 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: #ff9e2f;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
  container-type: inline-size;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #feb25e;
}
.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;
}
@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: 999;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #feb25e;
  border: solid 1px #feb25e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #ff9e2f;
}
.pagetop a:hover {
  background-color: #ff9e2f;
}
.pagetop a:hover i {
  color: #ff9e2f;
}

@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;
  overflow: hidden;
  color: #fff;
  z-index: 10;
  background-color: #8ec443;
  top: -1px;
}
#footer .footer-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer-section .footer__warp {
  width: 95%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-radius: 20px;
  gap: 3rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box {
  gap: 2rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--address {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--address p,
#footer .footer-section .footer__warp .content-left .footer__warp--box--address a {
  margin: 0;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--address a {
  font-weight: bold;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox {
  flex: 1;
  text-align: center;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox p {
  font-weight: 500;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox a {
  display: inline-block;
  margin: 0.5rem 0.5rem;
  padding: 10px;
  color: #fff;
  border: 2px solid #ff9e2f;
  text-decoration: none;
  font-size: 1.2rem;
  background-color: #ff9e2f;
  font-weight: bold;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3960784314);
  transition: background-color 0.5s ease, color 0.5s ease;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox a i {
  margin-right: 0.5rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox a:hover {
  background-color: #fff;
  border: 2px solid #feb25e;
  color: #feb25e;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox .small {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox .small a {
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--business_hours {
  text-align: center;
  margin: 0.5rem 0 1rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--business_hours h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  font-weight: bold;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--business_hours p {
  font-size: 1.5rem;
  font-weight: 500;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contact-page {
  margin: 1.5rem 0 0rem;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  border: 1px solid #311a03;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--contact-page:hover {
  color: #F4F6F6;
  border-color: #F4F6F6;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--link {
  display: flex;
  gap: 1rem;
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--link a {
  color: #311a03;
  transition: background-color 0.5s ease, color 0.5s ease;
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--link a i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin-right: 0.5rem;
}
#footer .footer-section .footer__warp .content-left .footer__warp--box--link a:hover {
  color: #6ac7e6;
}
#footer .footer-section .footer__warp .content-right {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-section .footer__warp .content-right .logo {
  padding: 10px 20px;
  width: 400px;
}
#footer .footer-section .footer__warp .content-right .logo p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  font-weight: 700;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px dashed #ff9e2f;
  line-height: 1.8;
}
#footer .footer-section .footer__warp .content-right .logo p span {
  display: inline-block;
}
#footer .footer-section .footer__warp .content-right .logo:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
#footer .footer-section .footer__nav {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
#footer .footer-section .footer__nav--warp {
  max-width: 1400px;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
#footer .footer-section .footer__nav--warp nav ul li {
  padding: 0.5rem 1rem;
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
#footer .footer-section .footer__nav--warp nav ul li a {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.5s ease, color 0.5s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
#footer .footer-section .footer__nav--warp nav ul li a span {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  font-weight: normal;
  display: block;
  padding-top: 10px;
}
#footer .footer-section .footer__nav--warp nav ul li a:hover {
  color: #ff9e2f;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: 1.5;
  background-color: #ff9e2f;
  font-weight: bold;
}
#footer .footer__copy br {
  display: none;
}
@media (max-width: 768px) {
  #footer .footer__copy {
    padding-bottom: 80px;
  }
}
#footer .pagetop {
  position: fixed;
  bottom: 67px;
  right: 20px;
  z-index: 1000;
}
#footer .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #f8ead5;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
#footer .pagetop a:hover {
  background-color: #F4F6F6;
  color: #6ac7e6;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

@media screen and (max-width: 1024px) {
  #footer .footer-section .footer__warp .content-right .logo {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-section .footer__warp {
    gap: 1rem;
  }
  #footer .footer-section .footer__warp .content-right .logo {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .content-left .footer__warp--box--contactbox .small span {
    display: inline-block;
  }
  #footer .footer-section .footer__warp .content-right .logo {
    width: 250px;
  }
  #footer .pagetop {
    bottom: 77px;
    right: 6px;
  }
}
.err {
  padding-top: 150px;
}
.err h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  background-color: #ff9e2f;
  padding: 5px 0;
}
.err h2 span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
.err .err__warp {
  padding: 1rem 3rem;
}
.err .err__warp--comment {
  margin: 2rem 1rem 0;
  line-height: normal;
  text-align: center;
}
.err .err__warp--comment p {
  line-height: 1.5;
  padding-bottom: 10px;
  color: #311a03;
}
.err .err__warp--address {
  margin: 2rem 0;
  padding: 1rem;
}
.err .err__warp--address table {
  width: 100%;
  border: solid 1px #dedede;
}
.err .err__warp--address table tbody tr th {
  width: 100px;
  background-color: #feb25e;
  color: #311a03;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: solid 1px #dedede;
}
.err .err__warp--address table tbody tr td {
  background-color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  width: calc(100% - 140px);
  padding: 1rem;
  border-bottom: solid 1px #dedede;
  color: black;
}
@media screen and (max-width: 1024px) {
  .err {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .err h2 {
    margin-top: 1rem;
  }
  .err h2 span {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  .err .err__warp {
    padding: 2rem 1rem;
  }
  .err .err__warp--comment {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .err .err__warp {
    padding: 1rem 1rem;
  }
  .err .err__warp--address table tbody tr th {
    width: 90px;
  }
  .err .err__warp--address table tbody tr td {
    width: calc(100% - 90px);
  }
}

.thanks {
  padding: 150px 0 50px;
  overflow: hidden;
}
.thanks .section {
  max-width: 1024px;
  padding: 0 50px;
  margin: 0 auto;
}
.thanks img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.thanks .thanks-img {
  width: 100%;
  text-align: center;
}
.thanks h2 {
  color: #311a03;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: normal;
}
.thanks h2 span {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #ff9e2f;
}
.thanks h2 br {
  display: none;
}
.thanks .thanks__warp--comment {
  margin: 2rem 0 0 0;
  text-align: center;
  line-height: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}
.thanks .thanks__warp--comment p span {
  display: inline-block;
}
.thanks .thanks__warp--message {
  margin: 2rem auto;
  border: solid 1px #e0dede;
  background-color: #fff;
  padding: 2rem;
  width: 600px;
}
.thanks .thanks__warp--message p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  margin-bottom: 10px;
  line-height: 1.8;
}
.thanks .thanks__warp--message p span {
  display: inline-block;
}
.thanks .thanks__warp--message .marker_type2 {
  margin: 0rem 0.15rem 0;
}
@media screen and (max-width: 1024px) {
  .thanks {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .thanks .section {
    padding: 0 20px;
  }
  .thanks h2 br {
    display: block;
  }
  .thanks .thanks__warp--comment {
    margin: 4rem 1rem 0;
    white-space: wrap;
    text-align: left;
    line-height: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  .thanks .thanks__warp--comment br {
    display: none;
  }
  .thanks .thanks__warp--message {
    width: 90%;
  }
  .thanks .thanks__warp--message p {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}
@media screen and (max-width: 480px) {
  .thanks {
    padding-top: 0;
  }
  .thanks .section {
    padding: 0px 1rem;
  }
  .thanks img {
    width: 200px;
  }
  .thanks h2 {
    font-size: 1.2rem;
    width: 100%;
  }
  .thanks .thanks__warp--comment {
    margin: 4rem 1rem 0;
    white-space: wrap;
    text-align: left;
    line-height: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  .thanks .thanks__warp--comment br {
    display: none;
  }
  .thanks .thanks__warp--message {
    padding: 1rem;
  }
  .thanks .thanks__warp--message p {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}

.main-ttl03 {
  margin-bottom: 50px;
  text-align: center;
  background-color: #fff;
  width: 70%;
  margin: auto;
  border-radius: 30px;
}
.main-ttl03 h2 {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 20px;
  border-bottom: 5px solid #ff9e2f;
  border-right: 5px solid #ff9e2f;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-family: "Mochiy_Pop_P_One";
  border-radius: 30px;
}
.main-ttl03 h2 br {
  display: none;
}
.main-ttl03 h2::before, .main-ttl03 h2::after {
  position: absolute;
  content: "";
  left: 1em;
  width: 0;
  height: 0;
  border-width: 14px 24px 0;
  border-style: solid;
}
.main-ttl03 h2::before {
  bottom: -17px;
  border-color: #ff9e2f transparent transparent;
}
.main-ttl03 h2::after {
  bottom: -12px;
  border-color: #fff transparent transparent;
}
@media screen and (max-width: 1024px) {
  .main-ttl03 {
    width: 90%;
  }
  .main-ttl03 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main-ttl03 {
    width: 90%;
  }
  .main-ttl03 h2 {
    font-size: 20px;
  }
  .main-ttl03 h2 br {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .main-ttl03 {
    width: 100%;
  }
  .main-ttl03 h2 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */