@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Noto Sans JP", "LINESeedJP", sans-serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
.cotainer {
  padding: 2rem;
}

@media screen and (max-width: 480px) {
  .cotainer {
    padding: 1rem;
  }
}
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #0f1111;
}
.bgcolor div h2 {
  color: #e7b456;
}
.bgcolor div h2 b {
  color: #e7b456;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #e7b456;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}

h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}

h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
p {
  font-family: "Noto Sans JP", "LINESeedJP", sans-serif;
}

/*****************************************/
/**********  マーカー設定  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 #0f1111;
  text-emphasis: filled #0f1111;
  font-weight: bold;
}

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

.marker-h1 {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}
.marker-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(246, 173, 73, 0.8);
  border-radius: 30px;
  z-index: -1;
  transition: background-color 0.3s ease;
}

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

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

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

.decorate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
.decorate__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(95%);
}
.decorate__image--2 {
  background-image: url("../../img/home/bg1.jpg");
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 2rem 1rem;
  }
}

.wave-divider {
  width: 100%;
  line-height: 0;
  /* 高さのずれを防ぐ */
  overflow: hidden;
}
.wave-divider svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  preserveAspectRatio: none;
  position: absolute;
  z-index: 5;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #e7b456;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.section-title h2 span {
  display: inline-block;
}
.section-title h2 .en-title {
  display: block;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #4CA468;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 0.06em;
}

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

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

@media screen and (max-width: 1024px) {
  #header .header__warp {
    margin: 5px auto;
  }
  #header .container-header .header__contact {
    display: none;
  }
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box {
    margin-bottom: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box:first-child {
    margin-top: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box p {
    font-weight: bold;
    color: #333;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li {
    margin-bottom: 0;
    text-align: left;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li:last-child {
    margin-bottom: 0;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    padding: 5px 0;
    font-weight: bold;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::before {
    content: "●";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    margin-bottom: 2px;
    color: #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: #e7b456;
    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;
  }
}
@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: 5px;
  }
  header .container-header .header__sp .sp-nav ul .link-list {
    margin-top: 1rem;
  }
  header .container-header .header__sp .sp-nav ul > li > a {
    padding: 10px 0;
  }
  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%);
  z-index: 99998;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
#floating .pc li {
  margin: 0.25rem 0;
  list-style: none;
}
#floating .pc li a {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F58529 0%, #DD2A7B 50%, #8134AF 75%, #515BD4 100%);
  color: #ffffff;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 100%;
  border: 1px solid #ffffff;
}
#floating .pc li a span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
#floating .pc li a:hover {
  transform: translateX(-10px);
  opacity: 0.5;
}
#floating .pc li a i {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin-left: 2px;
}
#floating .sp {
  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;
    opacity: 0;
    pointer-events: none;
    border: none;
  }
  #floating .pc {
    display: none;
    margin: 0;
  }
  #floating .pc a {
    border-radius: 0;
    flex-direction: column;
    padding: 1rem;
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating .pc a:first-child {
    /* 最初の要素のカスタムスタイルが必要ならここに */
  }
  #floating .pc a:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  #floating .pc a:last-child {
    border-left: none;
  }
  #floating .pc a:hover {
    transform: none;
    background-color: #ffffff;
    color: #e7b456;
  }
  #floating .pc a span {
    display: block;
  }
  #floating .pc a i {
    margin-right: 0rem;
  }
  #floating .sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #floating .sp li {
    width: 100%;
    text-align: center;
    background-color: #e7b456;
    color: #ffffff;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  #floating .sp li a {
    border-radius: 0;
    display: flex;
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    flex-direction: column;
    padding: 1rem;
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating .sp li a:first-child {
    /* 最初の要素のカスタムスタイルが必要ならここに */
  }
  #floating .sp li a:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  #floating .sp li a:last-child {
    border-left: none;
  }
  #floating .sp li a:hover {
    transform: none;
    background-color: #ffffff;
    color: #e7b456;
  }
  #floating .sp li a span {
    display: block;
  }
  #floating .sp li a i {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
.blog-box {
  position: relative;
  overflow: hidden;
}
.blog-box .img-box1 {
  position: absolute;
  width: 10%;
  top: 35%;
  left: 3%;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .blog-box .img-box1 {
    top: 5%;
    width: 15%;
    min-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .blog-box .img-box1 {
    top: 1%;
  }
}
.blog-box .img-box1 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.25;
}
.blog-box .img-box2 {
  position: absolute;
  width: 10%;
  bottom: 10%;
  right: 3%;
  z-index: 6;
}
.blog-box .img-box2 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
@media screen and (max-width: 1500px) {
  .blog-box .img-box2 {
    top: 47%;
    bottom: auto;
  }
}
@media screen and (max-width: 1024px) {
  .blog-box .img-box2 {
    top: 45%;
    min-width: 130px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .blog-box .img-box2 {
    width: 20%;
    min-width: 100px;
    top: 50%;
  }
}
@media screen and (max-width: 480px) {
  .blog-box .img-box2 {
    top: 50%;
    width: 15%;
  }
}

#blog1 {
  padding: 2rem 0 0rem;
  background-color: #fff6e9;
  position: relative;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
#blog1 .wave-divider1 {
  width: 100%;
  line-height: 0;
  /* 高さのずれを防ぐ */
  overflow: hidden;
}
#blog1 .wave-divider1 svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  preserveAspectRatio: none;
  position: absolute;
  z-index: 0;
  bottom: 0%;
  transform: scaleX(-1);
  /* 必要に応じて基準点を中央に */
  transform-origin: center center;
  height: 40%;
}
#blog1 .wave-divider2 {
  width: 100%;
  line-height: 0;
  /* 高さのずれを防ぐ */
  overflow: hidden;
}
#blog1 .wave-divider2 svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  preserveAspectRatio: none;
  position: relative;
  z-index: 5;
  top: 1px;
}
#blog1 .container {
  max-width: 1200px;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
#blog1 .container .flex-box {
  display: flex;
  gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog1 .container .flex-box.is-show {
  opacity: 1;
  bottom: 0;
}
#blog1 .container .flex-box .left-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
#blog1 .container .flex-box .left-box .section-title {
  width: 100%;
}
#blog1 .container .flex-box .left-box .section-title h2 {
  margin: 0;
  padding-bottom: 0;
}
#blog1 .container .flex-box .left-box .section-title h2 .en-title {
  margin: 0;
}
#blog1 .container .flex-box .left-box .section-title::before {
  bottom: -45px;
}
#blog1 .container .flex-box .left-box .btn {
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog1 .container .flex-box .left-box .btn.is-show {
  opacity: 1;
  bottom: 0;
}
#blog1 .container .flex-box .left-box .btn a {
  display: inline-block;
  padding: 10px 4rem;
  color: #e7b456;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #e7b456;
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  background-color: #e7b456;
  color: #ffffff;
  border-radius: 50px;
}
#blog1 .container .flex-box .left-box .btn a:hover {
  background-color: #ffffff;
  color: #e7b456;
}
#blog1 .container .flex-box .blog__warp {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog1 .container .flex-box .blog__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#blog1 .container .flex-box .blog__warp--box--listbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list {
  width: 100%;
  padding: 10px;
  position: relative;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list a {
  height: 100%;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--images {
  display: none;
  margin-bottom: 1rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--images img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  margin: 5px 0 0;
  text-align: left;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--item time {
  color: #ffffff;
  font-weight: bold;
  background-color: #e7b456;
  padding: 2px 20px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--item--h3 {
  color: #e7b456;
  width: 100%;
  text-align: left;
  order: 2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #555;
  padding-bottom: 3px;
  border-bottom: 4px dotted rgba(231, 180, 86, 0.5);
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--item--time {
  order: 1;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog1 .container .flex-box .blog__warp--box--listbox--list--link--item--cat, #blog1 .container .flex-box .blog__warp--box--listbox--list--link--item--txt, #blog1 .container .flex-box .blog__warp--box--listbox--list--link--item--read {
  display: none;
}

@media screen and (max-width: 1024px) {
  #blog1 .container .flex-box .left-box .btn a {
    padding: 10px 3rem;
  }
}
@media screen and (max-width: 768px) {
  #blog1 .wave-divider1 svg {
    height: 20%;
  }
  #blog1 .container .flex-box {
    flex-direction: column;
    gap: 4rem;
    padding: 3rem;
    margin-bottom: 0;
  }
  #blog1 .container .flex-box .left-box {
    width: 100%;
  }
  #blog1 .container .flex-box .left-box .section-title {
    margin: 0 auto;
  }
  #blog1 .container .flex-box .left-box .btn a {
    padding: 10px 4rem;
  }
}
@media screen and (max-width: 768px) {
  #blog1 .container .flex-box {
    gap: 3rem;
    padding: 2rem 1rem;
  }
  #blog1 .container .flex-box .left-box {
    gap: 2rem;
  }
}
#blog2 {
  padding: 0rem 0 0rem;
  background-color: #F3F6ED;
  position: relative;
  overflow: hidden;
}
#blog2 .container {
  max-width: 1200px;
  position: relative;
  z-index: 5;
  padding: 0 2rem 0;
}
#blog2 .container .section-title::before {
  bottom: -45px;
}
#blog2 .container .section-title h2 {
  margin-top: 5px;
}
#blog2 .container .blog__warp {
  width: 95%;
  margin: 0 auto;
  padding: 0rem 0 5rem;
  position: relative;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog2 .container .blog__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#blog2 .container .blog__warp--box--listbox {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
#blog2 .container .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
}
#blog2 .container .blog__warp--box--listbox--list a {
  height: 100%;
}
#blog2 .container .blog__warp--box--listbox--list--link--images {
  margin-bottom: 1rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
#blog2 .container .blog__warp--box--listbox--list--link--images img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#blog2 .container .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  margin: 5px 0 0;
  text-align: left;
}
#blog2 .container .blog__warp--box--listbox--list--link--item time {
  color: #ffffff;
  font-weight: bold;
  background-color: #4CA468;
  padding: 2px 20px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#blog2 .container .blog__warp--box--listbox--list--link--item--h3 {
  color: #4CA468;
  width: 100%;
  text-align: left;
  order: 2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #555;
  padding-bottom: 3px;
  border-bottom: 4px dotted rgba(76, 164, 104, 0.5);
}
#blog2 .container .blog__warp--box--listbox--list--link--item--time {
  order: 1;
}
#blog2 .container .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog2 .container .blog__warp--box--listbox--list--link--item--cat, #blog2 .container .blog__warp--box--listbox--list--link--item--txt, #blog2 .container .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog2 .container .blog__warp__btn {
  text-align: right;
  margin: 3rem 0 0;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#blog2 .container .blog__warp__btn.is-show {
  opacity: 1;
  bottom: 0;
}
#blog2 .container .blog__warp__btn a {
  display: inline-block;
  padding: 10px 4rem;
  color: #4CA468;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #4CA468;
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  background-color: #4CA468;
  color: #ffffff;
  border-radius: 50px;
}
#blog2 .container .blog__warp__btn a:hover {
  background-color: #ffffff;
  color: #4CA468;
}

@media screen and (max-width: 1024px) {
  #blog2 .container .blog__warp {
    padding: 0rem 0rem 3rem;
  }
  #blog2 .container .blog__warp--box--listbox--list {
    width: 50%;
  }
  #blog2 .container .blog__warp--box--listbox--list:nth-child(3), #blog2 .container .blog__warp--box--listbox--list:nth-child(4), #blog2 .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #blog2 .container .blog__warp {
    padding: 0rem 0 3rem;
    width: 100%;
  }
  #blog2 .container .blog__warp__heading h2 {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #blog2 .container .blog__warp--box--listbox {
    gap: 1rem;
  }
  #blog2 .container .blog__warp--box--listbox--list {
    width: 80%;
  }
  #blog2 .container .blog__warp--box--listbox--list:nth-child(3), #blog2 .container .blog__warp--box--listbox--list:nth-child(4), #blog2 .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #blog2 {
    padding: 3rem 0;
  }
  #blog2 .container .blog__warp {
    padding: 1rem 0rem 1rem;
  }
  #blog2 .container .blog__warp__heading {
    margin: 0;
  }
  #blog2 .container .blog__warp__heading h2 {
    margin-bottom: 1rem;
  }
  #blog2 .container .blog__warp__heading .color-box {
    bottom: 90px;
    height: 200px;
  }
  #blog2 .container .blog__warp--box--listbox--list {
    width: 850%;
  }
  #blog2 .container .blog__warp--box--listbox--list:nth-child(2), #blog2 .container .blog__warp--box--listbox--list:nth-child(3), #blog2 .container .blog__warp--box--listbox--list:nth-child(4), #blog2 .container .blog__warp--box--listbox--list:nth-child(5) {
    display: 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;
}

.sp-fixed-link {
  opacity: 0;
}
.sp-fixed-link.page-open {
  opacity: 1;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link.scroll {
    opacity: 0;
  }
}
#main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100svh;
  overflow: hidden;
  padding: 0;
  padding-bottom: 20px;
  padding: 90px 2rem 2rem;
}
#main-visual .swiper-top {
  width: 100%;
  height: 100% !important;
  position: relative;
  opacity: 0;
  position: relative;
  filter: blur(3px) brightness(0.98);
  box-shadow: 0 12px 32px rgba(255, 200, 150, 0.13);
  transform: scale(0.98) rotate(-1deg);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), filter 0.5s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1), transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
#main-visual .swiper-top.is-show {
  opacity: 1;
  filter: blur(0) brightness(1);
  box-shadow: 0 4px 16px rgba(255, 200, 150, 0.09);
  transform: scale(1) rotate(0deg);
}
#main-visual .swiper-top .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
#main-visual .swiper-top .swiper-slide .copy1 {
  position: absolute;
  bottom: 15%;
  left: 0%;
  z-index: 12;
  width: -moz-fit-content;
  width: fit-content;
}
#main-visual .swiper-top .swiper-slide .copy1 h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: left;
}
#main-visual .swiper-top .swiper-slide .copy1 h1 span {
  display: block;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #64C7F1 30%, #AADCF7 90%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3rem 0.5rem 2rem;
  border-radius: 0 50px 50px 0;
}
#main-visual .swiper-top .swiper-slide .copy1 h1 span br {
  display: none;
}
#main-visual .swiper-top .swiper-slide .copy1 h1 span:last-child {
  margin-bottom: 0;
}
#main-visual .swiper-top .swiper-slide .logo-img1 {
  position: absolute;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1;
  bottom: 40%;
  left: 11%;
  display: inline-block;
  animation: floaty 4s ease-in-out infinite;
}
#main-visual .swiper-top .swiper-slide .logo-img1 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
  }
  50% {
    transform: translateY(-8px);
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.15));
  }
}
#main-visual .swiper-top .swiper-slide .logo-img2 {
  position: absolute;
  width: 100%;
  max-width: 170px;
  aspect-ratio: 1;
  bottom: 40%;
  left: 12%;
  display: inline-block;
  animation: floaty 4s ease-in-out infinite;
}
#main-visual .swiper-top .swiper-slide .logo-img2 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .swiper-top .swiper-slide .copy2 {
  position: absolute;
  bottom: 15%;
  left: 0%;
  z-index: 12;
  width: -moz-fit-content;
  width: fit-content;
}
#main-visual .swiper-top .swiper-slide .copy2 h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: left;
}
#main-visual .swiper-top .swiper-slide .copy2 h1 span {
  display: block;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #4CA468 10%, #C4DB6F 90%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3rem 0.5rem 2rem;
  border-radius: 0 50px 50px 0;
}
#main-visual .swiper-top .swiper-slide .copy2 h1 span br {
  display: none;
}
#main-visual .swiper-top .swiper-slide .copy2 h1 span:last-child {
  margin-bottom: 0;
}
#main-visual .swiper-top .swiper-slide__image {
  width: 100%;
  height: 100%;
}
#main-visual .swiper-top .swiper-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s ease-in-out;
  border-radius: 1rem;
}
#main-visual .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#main-visual .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 80px;
  height: 5px;
  opacity: 0.5;
  transition: opacity 0.3s;
  border-radius: 50px;
}
#main-visual .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #main-visual {
    padding: 100px 1rem 2rem;
  }
  #main-visual .swiper-top {
    opacity: 0;
    position: relative;
    filter: blur(3px) brightness(0.98);
    box-shadow: 0 12px 32px rgba(255, 200, 150, 0.13);
    transform: scale(0.98) rotate(-1deg);
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), filter 0.5s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1), transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
  #main-visual .swiper-top.is-show {
    opacity: 1;
    filter: blur(0) brightness(1);
    box-shadow: 0 4px 16px rgba(255, 200, 150, 0.09);
    transform: scale(1) rotate(0deg);
  }
  #main-visual .swiper-top .swiper-slide .copy1 h1 {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #main-visual .swiper-top .swiper-slide .copy1 h1 span {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  #main-visual .swiper-top .swiper-slide .logo-img1 {
    width: 25%;
    left: auto;
    right: 2%;
    bottom: 5%;
  }
  #main-visual .swiper-top .swiper-slide .logo-img2 {
    width: 20%;
    left: auto;
    right: 2%;
    bottom: 5%;
  }
  #main-visual .swiper-top .swiper-slide .copy2 h1 {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #main-visual .swiper-top .swiper-slide .copy2 h1 span {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  #main-visual {
    padding: 100px 1rem 1rem;
  }
  #main-visual .swiper-top .swiper-slide .copy1 {
    bottom: 10%;
  }
  #main-visual .swiper-top .swiper-slide .copy1 h1 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #main-visual .swiper-top .swiper-slide .copy1 h1 span {
    padding: 0.8rem 2rem 0.8rem 1rem;
    line-height: 1.1;
  }
  #main-visual .swiper-top .swiper-slide .copy1 h1 span br {
    display: block;
  }
  #main-visual .swiper-top .swiper-slide .logo-img1 {
    width: 35%;
    bottom: auto;
    top: 5%;
  }
  #main-visual .swiper-top .swiper-slide .logo-img2 {
    width: 25%;
    bottom: auto;
    top: 5%;
  }
  #main-visual .swiper-top .swiper-slide .copy2 {
    bottom: 10%;
  }
  #main-visual .swiper-top .swiper-slide .copy2 h1 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #main-visual .swiper-top .swiper-slide .copy2 h1 span {
    padding: 0.8rem 2rem 0.8rem 1rem;
    line-height: 1.1;
  }
  #main-visual .swiper-top .swiper-slide .copy2 h1 span br {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  #main-visual {
    padding: 80px 1rem 1rem;
  }
  #main-visual .swiper-pagination {
    bottom: 20px;
  }
}
#card-links {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#card-links::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  aspect-ratio: 1912/77;
  background: url("../../img/home/tape1.png") no-repeat center/cover;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 1500px) {
  #card-links::before {
    top: -10px;
  }
}
#card-links::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  aspect-ratio: 1912/77;
  background: url("../../img/home/tape2.png") no-repeat center/cover;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 1500px) {
  #card-links::after {
    bottom: -10px;
  }
}
#card-links .section-wave {
  position: absolute;
  width: 100%;
  height: 50vh;
  z-index: -1;
}
#card-links .section-wave svg {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#card-links .container {
  max-width: 1300px;
}
#card-links .container .link-box {
  padding: 8rem 0;
}
#card-links .container .link-box .one-box .card-link {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  width: 100%;
  margin: 0 auto 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  overflow: hidden;
  border: 2px solid #ddd;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  transition: opacity 2s, bottom 2s, box-shadow 0.3s, transform 0.3s;
}
#card-links .container .link-box .one-box .card-link.is-show {
  opacity: 1;
  bottom: 0;
}
#card-links .container .link-box .one-box .card-link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) scale(1.02);
}
#card-links .container .link-box .one-box .card-link__image {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  background: #4CA468;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 1rem;
}
#card-links .container .link-box .one-box .card-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#card-links .container .link-box .one-box .card-link__text {
  flex: 1;
  color: #4CA468;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2rem;
}
#card-links .container .link-box .one-box .card-link__text i {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  margin-top: 1rem;
}
#card-links .container .link-box .one-box .card-link__text .content {
  width: 100%;
}
#card-links .container .link-box .one-box .card-link__text .content .title {
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 5px dotted #ddd;
  line-height: 1.5;
}
#card-links .container .link-box .one-box .card-link__text .content .title p {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #0f1111;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  font-family: "Noto Sans JP", "LINESeedJP", sans-serif;
}
#card-links .container .link-box .one-box .card-link__text .content .title p .br {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #0f1111;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  display: inline-block;
}
#card-links .container .link-box .one-box .card-link__text .content .title .en {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
#card-links .container .link-box .one-box .card-link__text .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 1rem;
}
#card-links .container .link-box .one-box .card-link__text .content ul .left p {
  font-weight: bold;
  color: #333;
}
#card-links .container .link-box .one-box .card-link__text .content ul .center p {
  font-weight: bold;
  color: #333;
}
#card-links .container .link-box .one-box .card-link__text .content ul .right p {
  font-weight: bold;
  color: #333;
}
#card-links .container .link-box .one-box .card-link__text .content ul .right .content {
  margin-bottom: 1rem;
}
#card-links .container .link-box .one-box .card-link__text .content ul .right .content:last-child {
  margin-bottom: 0;
}
#card-links .container .link-box .one-box .card-link__text .content ul li {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #555;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#card-links .container .link-box .one-box .card-link__text .content ul li::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-bottom: 2px;
  color: #67dd8c;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#card-links .container .link-box .flex-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
#card-links .container .link-box .flex-box .card-link {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  width: 100%;
  margin: 0 auto 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  overflow: hidden;
  border: 2px solid #ddd;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  transition: opacity 2s, bottom 2s, box-shadow 0.3s, transform 0.3s;
}
#card-links .container .link-box .flex-box .card-link.is-show {
  opacity: 1;
  bottom: 0;
}
#card-links .container .link-box .flex-box .card-link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) scale(1.02);
}
#card-links .container .link-box .flex-box .card-link__image {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  background: #4CA468;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 1rem;
}
#card-links .container .link-box .flex-box .card-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#card-links .container .link-box .flex-box .card-link__text {
  flex: 1;
  color: #4CA468;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2rem;
}
#card-links .container .link-box .flex-box .card-link__text i {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  margin-top: 1rem;
}
#card-links .container .link-box .flex-box .card-link__text .content {
  width: 100%;
}
#card-links .container .link-box .flex-box .card-link__text .content .title {
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 5px dotted #ddd;
  line-height: 1.5;
}
#card-links .container .link-box .flex-box .card-link__text .content .title p {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #0f1111;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  font-family: "Noto Sans JP", "LINESeedJP", sans-serif;
}
#card-links .container .link-box .flex-box .card-link__text .content .title p .br {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #0f1111;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  display: inline-block;
}
#card-links .container .link-box .flex-box .card-link__text .content .title .en {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
#card-links .container .link-box .flex-box .card-link__text .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
#card-links .container .link-box .flex-box .card-link__text .content ul li {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #555;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#card-links .container .link-box .flex-box .card-link__text .content ul li::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-bottom: 2px;
  color: #67dd8c;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 1060px) and (max-width: 1500px) {
  #card-links::before {
    top: 0px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 1500px) {
  #card-links::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 1060px) {
  #card-links .container .link-box {
    padding: 5rem 0;
  }
  #card-links .container .link-box .one-box .card-link {
    margin: 0 auto 3rem;
  }
  #card-links .container .link-box .one-box .card-link__image {
    width: 170px;
    height: 170px;
  }
  #card-links .container .link-box .flex-box {
    grid-template-columns: 1fr;
  }
  #card-links .container .link-box .flex-box .card-link {
    margin: 0 auto;
  }
  #card-links .container .link-box .flex-box .card-link__image {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  #card-links .container .link-box .one-box .card-link__image {
    width: 150px;
    height: 150px;
  }
  #card-links .container .link-box .one-box .card-link__text .content ul li span {
    display: inline-block;
  }
  #card-links .container .link-box .flex-box .card-link__image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  #card-links .container .link-box .one-box .card-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  #card-links .container .link-box .one-box .card-link__image {
    width: 300px;
    height: 300px;
  }
  #card-links .container .link-box .one-box .card-link__text {
    margin-right: 0;
    gap: 0;
    width: 90%;
  }
  #card-links .container .link-box .one-box .card-link__text .content ul li span {
    display: inline-block;
  }
  #card-links .container .link-box .flex-box .card-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  #card-links .container .link-box .flex-box .card-link__image {
    width: 300px;
    height: 300px;
  }
  #card-links .container .link-box .flex-box .card-link__text {
    margin-right: 0;
    gap: 0;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #card-links .container .link-box {
    padding: 3rem 0;
  }
  #card-links .container .link-box .one-box .card-link {
    padding: 2rem 1rem;
  }
  #card-links .container .link-box .one-box .card-link__image {
    width: 280px;
    height: 280px;
  }
  #card-links .container .link-box .one-box .card-link__text {
    margin-right: 0;
    gap: 0;
    width: 95%;
  }
  #card-links .container .link-box .one-box .card-link__text i {
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  }
  #card-links .container .link-box .one-box .card-link__text .content ul li span {
    display: inline-block;
  }
  #card-links .container .link-box .flex-box .card-link {
    padding: 2rem 1rem;
  }
  #card-links .container .link-box .flex-box .card-link__image {
    width: 280px;
    height: 280px;
  }
  #card-links .container .link-box .flex-box .card-link__text {
    margin-right: 0;
    gap: 0;
    width: 95%;
  }
  #card-links .container .link-box .flex-box .card-link__text i {
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  }
  #card-links .container .link-box .flex-box .card-link__text .content ul li span {
    display: inline-block;
  }
}
@media screen and (max-width: 385px) {
  #card-links .container .link-box .one-box .card-link__image {
    width: 250px;
    height: 250px;
  }
  #card-links .container .link-box .flex-box .card-link__image {
    width: 250px;
    height: 250px;
  }
}
.faq-section {
  padding: 2rem 1rem 0;
  position: relative;
  background: #fffbf5;
}
.faq-section .faq-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-list {
    padding: 1rem 0 0;
  }
}
.faq-section .faq-list .faq-item {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(180, 200, 160, 0.1);
  padding: 3rem 3rem;
  transition: box-shadow 0.2s;
  border-radius: 10px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
.faq-section .faq-list .faq-item.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-list .faq-item {
    padding: 3rem 2rem;
  }
}
.faq-section .faq-list .faq-item dt {
  font-weight: bold;
  color: #4CA468;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 5px;
  border-bottom: 4px dotted #ddd;
}
.faq-section .faq-list .faq-item dt::before {
  content: "Q.";
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  color: #0baf3f;
}
.faq-section .faq-list .faq-item dd {
  color: #333;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.faq-section .faq-list .faq-item dd::before {
  content: "A.";
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: bold;
  color: #ffa600;
}
.faq-section .faq-list .faq-item dd .contents ul li {
  margin: 0.5rem 0;
}
.faq-section .faq-list .faq-item .faq-link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  background: #fffde7;
  border-radius: 50px;
  padding: 1rem 2rem;
  margin-top: 0.7em;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  text-decoration: none;
  transition: opacity 0.3s;
  font-weight: bold;
  background-color: #e7b456;
  text-align: center;
}
.faq-section .faq-list .faq-item .faq-link a span {
  display: inline-block;
}
.faq-section .faq-list .faq-item .faq-link a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
  .faq-section {
    padding: 2rem 1rem;
  }
  .faq-section .faq-list .faq-item {
    padding: 1.5rem;
  }
  .faq-section .faq-list .faq-item dt {
    line-height: 1.5;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  .faq-section .faq-list .faq-item dd {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    line-height: 1.5;
  }
  .faq-section .faq-list .faq-item dd::before {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #0f1111;
  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: #0f1111;
  border: solid 1px #0f1111;
  color: #e7b456;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #e7b456;
  color: #0f1111;
}

#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-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: #0f1111 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #0f1111 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #0f1111 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: #e7b456;
}
.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: #0f1111;
}
.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;
}

#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 40px;
  background-color: #e7b456;
  color: #ffffff;
  border: 1px solid #e7b456;
  padding: 15px;
  border-radius: 50%;
  /* 丸いボタン */
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  /* モダンなデザインのため少し大きめのフォント */
  width: 65px;
  /* タップしやすいように固定幅を指定 */
  height: 65px;
  /* タップしやすいように固定高さを指定 */
  display: flex;
  /* 中央揃えのためにflexboxを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態で透明に */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* フェードアウトと拡大のトランジション */
  z-index: 1000;
  /* 他の要素よりも前面に表示 */
}
#back-to-top i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}

#back-to-top.show {
  display: flex;
  /* 表示するためにdisplayをflexに */
  opacity: 1;
  /* 不透明に */
}

#back-to-top:hover {
  background-color: #ffffff;
  color: #e7b456;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 90px;
    right: 15px;
    font-size: 18px;
  }
}
#footer {
  position: relative;
  background-image: url("../../img/common/contents/footer.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 10rem;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
@media screen and (max-width: 1500px) {
  #footer {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 2rem;
  }
}
#footer .footer-section .footer__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 5rem;
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 1200px) {
  #footer .footer-section .footer__container {
    gap: 3rem;
  }
}
#footer .footer-section .footer__container .footer__info {
  width: 25%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer .footer-section .footer__container .footer__info .company .footer__logo {
  width: 100%;
  max-width: 400px;
  transition: opacity 0.3s;
}
#footer .footer-section .footer__container .footer__info .company .footer__logo:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__container .footer__info .company .footer__logo p {
  color: #4CA468;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: 900;
}
#footer .footer-section .footer__container .footer__info .company .footer__logo p span {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
}
#footer .footer-section .footer__container .footer__info .company .footer__address {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #333;
  font-weight: bold;
}
#footer .footer-section .footer__container .footer__info .company .footer__contact {
  margin-top: 1rem;
}
#footer .footer-section .footer__container .footer__info .company .footer__contact a {
  color: #ffffff;
  background-color: #4CA468;
  font-weight: bold;
  text-decoration: none;
  padding: 0.7rem 2rem 0.8rem;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  transition: color 0.3s, background-color 0.3s;
  border: 2px solid #4CA468;
  display: block;
  text-align: center;
  max-width: 300px;
}
#footer .footer-section .footer__container .footer__info .company .footer__contact a i {
  margin-right: 7px;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}
#footer .footer-section .footer__container .footer__info .company .footer__contact a:hover {
  color: #4CA468;
  background-color: #ffffff;
}
#footer .footer-section .footer__container .footer__info .company:last-child .footer__logo p {
  font-size: clamp(1.9rem, 1.86rem + 0.2vw, 2.1rem);
}
#footer .footer-section .footer__container .footer__external-links {
  width: 30%;
  max-width: 260px;
  min-width: 220px;
}
#footer .footer-section .footer__container .footer__external-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-section .footer__container .footer__external-links ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
  transition: opacity 0.3s;
  background: linear-gradient(135deg, #F58529 0%, #DD2A7B 50%, #8134AF 75%, #515BD4 100%);
  font-family: "Zen Maru Gothic", sans-serif;
  border: 2px solid #fff;
  width: 100%;
  max-width: 300px;
}
#footer .footer-section .footer__container .footer__external-links ul li a i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #fff;
}
#footer .footer-section .footer__container .footer__external-links ul li a:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__container .footer__nav {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-section .footer__container .footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
#footer .footer-section .footer__container .footer__nav ul > li {
  width: 100%;
}
#footer .footer-section .footer__container .footer__nav ul > li > a {
  display: block;
  padding: 10px 0 10px;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  border-bottom: 4px dotted #ddd;
  position: relative;
}
#footer .footer-section .footer__container .footer__nav ul > li > a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #e7b456;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#footer .footer-section .footer__container .footer__nav ul > li > a p {
  display: inline-block;
}
#footer .footer-section .footer__container .footer__nav ul > li > a span {
  display: none;
}
#footer .footer-section .footer__container .footer__nav ul .btn {
  padding: 10px 0 10px;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
  border-bottom: 4px dotted #ddd;
  width: 100%;
}
#footer .footer-section .footer__container .footer__nav ul .btn a {
  color: #555;
}
#footer .footer-section .footer__container .footer__nav ul .btn a p {
  display: inline-block;
}
#footer .footer-section .footer__container .footer__nav ul .btn a p span {
  display: none;
}
#footer .footer-section .footer__container .footer__nav ul .btn::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #e7b456;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children {
  padding-left: 1rem;
  gap: 0;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box {
  margin-bottom: 1rem;
  width: 100%;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box:first-child {
  margin-top: 1rem;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box:last-child {
  margin-bottom: 0;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box p {
  font-weight: bold;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box li {
  border-bottom: none;
  padding: 2px 0 2px;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box li p {
  margin-bottom: 5px;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box li a {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: none;
  color: #555;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box li a span {
  display: inline-block;
}
#footer .footer-section .footer__container .footer__nav ul .menu-children .menu-box li::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #e7b456;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  background-color: #e7b456;
  color: #fff;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
}
#footer .footer__copy br {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .footer__copy {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 1024px) {
  #footer .footer-section .footer__container {
    flex-direction: column;
    align-items: center;
    padding: 3rem 0 2rem;
  }
  #footer .footer-section .footer__container .footer__info {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #footer .footer-section .footer__container .footer__info .footer__logo p {
    text-align: center;
  }
  #footer .footer-section .footer__container .footer__info .footer__address p {
    text-align: center;
  }
  #footer .footer-section .footer__container .footer__external-links {
    width: 90%;
    min-width: 150px;
    max-width: 100%;
  }
  #footer .footer-section .footer__container .footer__external-links ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 768px;
    margin: 2rem auto;
  }
  #footer .footer-section .footer__container .footer__external-links ul li a {
    min-width: 180px;
    justify-content: center;
  }
  #footer .footer-section .footer__container .footer__nav nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
    max-width: 460px;
    justify-content: center;
    text-align: left;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__container {
    gap: 3rem;
  }
  #footer .footer-section .footer__container .footer__external-links ul {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #footer .footer-section .footer__container .footer__external-links ul li {
    width: 100%;
    max-width: 300px;
  }
  #footer .footer-section .footer__container .footer__external-links ul li a {
    width: 100%;
    max-width: 100%;
  }
  #footer .footer-section .footer__container .footer__nav {
    width: 90%;
  }
  #footer .footer-section .footer__container .footer__nav nav ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  #footer .footer-section .footer__warp--logo .text {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #footer .footer-section .footer__nav--warp nav ul li a {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}/*# sourceMappingURL=style.css.map */