@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: "NotoSerifJP-VariableFont_wght";
  font-weight: 400;
  src: url("../../font/NotoSerifJP-VariableFont_wght.ttf/woff2/NotoSerifJP-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 400;
  src: url("../../font/BIZ_UDPGothic/woff2/BIZUDPGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  src: url("../../font/BIZ_UDPGothic/woff2/BIZUDPGothic-Bold.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #0f1111;
  background: #ffffff;
  -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;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  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  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 5rem 0 5rem;
}

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

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
h2 p {
  text-transform: uppercase;
  font-size: clamp(2.2rem, 2.16rem + 0.2vw, 2.4rem);
  line-height: 1.5;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  margin: 0.5rem 0 0 0;
}
h2 p::first-letter {
  color: #255eab;
}
h2 span {
  text-transform: uppercase;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
}
h2 span::first-letter {
  color: #eb3f55;
}

@media screen and (max-width: 768px) {
  h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  h2 p {
    font-size: 1.5rem;
  }
  h2 span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 378px) {
  h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  h2 p {
    font-size: 1.25rem;
  }
  h2 span {
    font-size: 0.75rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/*******  見出し[h3]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 2rem;
  font-weight: 600;
  color: #255eab;
}
h3::first-letter {
  color: #eb3f55;
}

@media screen and (max-width: 768px) {
  h3 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  テキスト部分設定 start*********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.subtext {
  margin: 20px auto;
  text-align: center;
  color: #255eab;
  font-weight: 600;
  letter-spacing: 4px;
}

.accent-text {
  font-size: 1.5rem;
  display: inline-block;
  color: #255eab;
  line-height: 1.8;
}
.accent-text::first-letter {
  color: #eb3f55;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[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 #595757;
  text-emphasis: filled #595757;
  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);
}

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

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

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

.he-instagram a i {
  font-size: 20px;
}
.he-instagram a {
  color: #fff;
  background: linear-gradient(to right, rgb(247, 206, 0), rgb(246, 37, 2) 45%, rgb(182, 47, 82) 75%, rgb(113, 58, 166));
  padding: 2px 10px 0;
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  bottom: 7px;
}
.he-instagram a:hover {
  opacity: 0.5;
}

header {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-right: 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
header .he_logo {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
  width: 270px;
  padding: 5px 0;
  background-color: #fff;
  margin-top: 20px;
}
header .he_logo img {
  max-width: 100%;
  width: 210px;
  padding: 5px 15px;
}
header .he-box {
  position: relative;
}
header .he-box .he_wrap {
  transition: opacity 1s ease-out, transform 1s ease-out;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
header .he-box .he_wrap nav {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
}
header .he-box .he_wrap nav ul {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  color: #255eab;
  align-items: center;
}
header .he-box .he_wrap nav ul .sns {
  padding: 0.725rem;
}
header .he-box .he_wrap nav ul .sns i {
  color: #fff;
  font-size: 1.7rem;
}
header .he-box .he_wrap nav ul li {
  font-weight: 400;
}
header .he-box .he_wrap nav ul li .u-txt {
  margin-top: 50px;
}
header .he-box .he_wrap nav ul li .btn {
  position: relative;
  display: inline-block;
  background-color: #255eab;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  margin: 10px auto;
}
header .he-box .he_wrap nav ul li .btn .btn__text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: top 0.3s ease;
  color: #ffffff;
}
header .he-box .he_wrap nav ul li .btn .entext {
  color: #eb3f55;
  font-size: 14px;
}
header .he-box .he_wrap nav ul li .btn .btn__text:nth-child(2) {
  top: -100%;
}
header .he-box .he_wrap nav ul li .btn:hover {
  background-color: #fff;
  border: 2px solid #255eab;
}
header .he-box .he_wrap nav ul li .btn:hover .btn__text:nth-child(1) {
  top: 100%;
}
header .he-box .he_wrap nav ul li .btn:hover .btn__text:nth-child(2) {
  top: 0;
}
header .he-box .he_wrap nav ul .he-Instagram,
header .he-box .he_wrap nav ul .he-facebook,
header .he-box .he_wrap nav ul .he-line,
header .he-box .he_wrap nav ul .he-x,
header .he-box .he_wrap nav ul .he-youtube {
  margin-left: -22px;
}
header .he-box .he_wrap nav ul .he-Instagram a i,
header .he-box .he_wrap nav ul .he-facebook a i,
header .he-box .he_wrap nav ul .he-line a i,
header .he-box .he_wrap nav ul .he-x a i,
header .he-box .he_wrap nav ul .he-youtube a i {
  font-size: 20px;
}
header .he-box .he_wrap nav ul .he-Instagram a,
header .he-box .he_wrap nav ul .he-facebook a,
header .he-box .he_wrap nav ul .he-line a,
header .he-box .he_wrap nav ul .he-x a,
header .he-box .he_wrap nav ul .he-youtube a {
  color: #fff;
  background: linear-gradient(to right, rgb(247, 206, 0), rgb(246, 37, 2) 45%, rgb(182, 47, 82) 75%, rgb(113, 58, 166));
  padding: 2px 10px 0px;
  aspect-ratio: 1/1;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}
header .he-box .he_wrap nav ul .he-Instagram a:hover,
header .he-box .he_wrap nav ul .he-facebook a:hover,
header .he-box .he_wrap nav ul .he-line a:hover,
header .he-box .he_wrap nav ul .he-x a:hover,
header .he-box .he_wrap nav ul .he-youtube a:hover {
  opacity: 0.5;
}
header .he-box .he_wrap nav ul .he-Instagram a::after,
header .he-box .he_wrap nav ul .he-facebook a::after,
header .he-box .he_wrap nav ul .he-line a::after,
header .he-box .he_wrap nav ul .he-x a::after,
header .he-box .he_wrap nav ul .he-youtube a::after {
  position: absolute;
  height: 0px;
}
header .he-box .he_wrap nav ul .he-facebook a {
  background: #3b5998;
}
header .he-box .he_wrap nav ul .he-line a {
  background: #00b900;
}
header .he-box .he_wrap nav ul .he-x a {
  background: #000000;
}
header .he-box .he_wrap nav ul .he-youtube a {
  background: #c4302b;
}
header .he-box .he_wrap nav ul .active a::after {
  transform: scale(1, 1);
  width: 100%;
  /*X方向にスケール拡大*/
}
header .he-box .sns-icons {
  display: none;
}

/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}

/* クラスfixedが付与されたときのヘッダーの高さを指定 */
.fixed .header-nav-item-link {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1362px) {
  header .he_logo {
    width: 300px;
  }
}
@media screen and (max-width: 1280px) {
  header {
    background-color: #255eab;
    background-color: unset;
    z-index: 20;
  }
  header .he_logo {
    width: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  header .openbtn .navbtn {
    background-color: #255eab;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  header .he-box .he_wrap nav ul li p {
    font-size: 13px;
  }
  header .he-box .he_wrap nav ul li a::after {
    height: 2px;
  }
  header .he-box .sns-icons {
    display: block;
    position: absolute;
    top: -22px;
    right: 60px;
    z-index: 9999;
  }
  .header.fixed {
    background: #fff;
    background-color: white;
    background-color: #ff2944;
    padding: 0px 30px 0 15px;
  }
  .header.fixed .navbtn {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 928px) {
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0px 30px 0 0px;
  }
  header .he-box .sns-icons {
    top: -36px;
    right: 50px;
  }
  .header.fixed {
    background: #ff2944;
    padding: 0px 20px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 20px 0 10px;
    gap: 20px;
  }
  header .he_logo {
    width: 130px;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
  header .he-box .sns-icons {
    top: -30px;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  /* 右端に配置 */
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  /* 初期状態では非表示 */
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0s 0.6s;
  /* フェードイン効果 */
  /* アクティブ状態でフェードイン */
}
#g-nav.panelactive {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0s;
}
#g-nav .logo {
  width: 100px;
  padding-bottom: 1rem;
  pointer-events: none;
}
#g-nav {
  /* ナビゲーションリスト：上下左右中央に配置 */
}
#g-nav #g-nav {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav {
  /* メニューアイテム */
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #595757;
  font-weight: bold;
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
#g-nav li a:hover {
  opacity: 0.5;
}

/* ハンバーガーメニュー用のボタン */
.openbtn {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  margin: 0 auto;
  height: 50px;
  border-radius: 30px;
}
.openbtn i {
  padding-top: 10px;
  font-size: 20px;
}
.openbtn .navbtn {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #595757;
  width: 45%;
}
.openbtn .navbtn:nth-of-type(1) {
  top: 15px;
}
.openbtn .navbtn:nth-of-type(2) {
  top: 23px;
}
.openbtn .navbtn:nth-of-type(3) {
  top: 31px;
}
.openbtn.active .navbtn:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  z-index: 9999999;
  background-color: #132b88;
}
.openbtn.active .navbtn:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  z-index: 9999999;
  background-color: #132b88;
}

/* ナビゲーションの縦スクロール */
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list .logo-b {
  width: 180px;
  display: block;
  margin: 20px auto 35px;
}

#g-nav.panelactive {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-nav #g-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: -4vh;
}

.u-txt2 {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-bottom: 1.5rem;
}

.ul-list {
  width: 100%;
  margin-top: 60px;
}
.ul-list::before {
  content: "";
  background-color: #255eab;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.ul-list .other-companies {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-flow: column;
  gap: 20px;
  list-style: none;
  width: 70%;
  margin: 0 auto;
  padding: 20px 0 20px;
}
.ul-list .other-companies .ec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.ul-list .other-companies .ec a {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.ul-list .other-companies .ec a p {
  margin: 0 0 4px;
  font-size: 11px;
  color: #fff;
}
.ul-list .other-companies .ec a b {
  font-size: 7px;
  color: #fff;
}
.ul-list .other-companies .ec a i {
  margin-left: 4px;
  font-size: 12px;
}
.ul-list .other-companies .ec:hover {
  transform: translateY(-3px);
}

/* スマホなどのレスポンシブ対応 */
@media screen and (max-width: 1129px) {
  .other-companies {
    gap: 0px;
  }
}
@media screen and (max-width: 1025px) {
  .openbtn {
    top: -25px;
    right: 5px;
    cursor: pointer;
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .openbtn {
    top: -25px;
    right: 5px;
    cursor: pointer;
    display: block !important;
  }
}
@media screen and (max-width: 928px) {
  .header_wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 742px) {
  .other-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block !important;
    /* 必要なら表示 */
    position: fixed;
    /* 固定表示 */
    top: 10px;
    /* 上端に配置 */
    right: 20px;
    /* 右端からの距離 */
    z-index: 999999;
    /* 最前面に表示 */
    width: 50px;
    /* サイズを指定 */
    height: 50px;
    /* サイズを指定 */
    /* 背景色を透明に */
    cursor: pointer;
  }
  .other-companies {
    gap: 20px 10px;
    width: 100%;
    margin: 20px auto;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 10px;
    right: 10px;
  }
  .openbtn > .navbtn {
    left: 12px;
    height: 2px;
    width: 45%;
    border-radius: 2px;
  }
  .openbtn > .navbtn:nth-of-type(1) {
    top: 13px;
  }
  .openbtn > .navbtn:nth-of-type(2) {
    top: 21px;
  }
  .openbtn > .navbtn:nth-of-type(3) {
    top: 29px;
  }
  .swiper-wrapper03 {
    top: -10%;
    right: 10%;
    width: 130px;
  }
}
@media screen and (max-width: 426px) {
  .ul-list {
    margin-top: 0px;
  }
  .ul-list .other-companies {
    gap: 10px;
  }
}
@media screen and (max-width: 378px) {
  #g-nav .ul-list .other-companies {
    width: 85%;
    gap: 15px;
  }
  #g-nav .ul-list::before {
    top: 51%;
    height: 65%;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  display: none;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border: solid 2px #ffffff;
  border-right: none;
}
#floating li a {
  text-transform: uppercase;
  background-color: #255eab;
  color: #fff;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem 0.5rem;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
  transition: all ease 0.5s;
}
#floating li a i {
  margin-bottom: 0.5rem;
}
#floating li:hover a {
  background-color: #ffffff;
  color: red;
}
#floating li:hover {
  border-color: #255eab;
  border-right: none;
}

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

#subslider,
section[id^=top-main] {
  position: relative;
  padding-bottom: 0;
}
#subslider .subslider_wrap,
section[id^=top-main] .subslider_wrap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#subslider .swiper,
section[id^=top-main] .swiper {
  width: 100%;
  height: calc(100vh - 60px);
  clip-path: polygon(50% 5%, 100% 23%, 100% 100%, 0% 100%, 0% 23%);
  position: relative;
}
#subslider .swiper .slider-overlay,
section[id^=top-main] .swiper .slider-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.678);
  padding: 60px 40px 50px;
  font-family: "NotoSerifJP-VariableFont_wght", sans-serif;
  font-size: 2rem;
  line-height: normal;
  font-weight: bold;
}
#subslider .swiper .slider-overlay .main-message,
section[id^=top-main] .swiper .slider-overlay .main-message {
  margin-bottom: 35px;
}
#subslider .swiper .slider-overlay .three-border,
section[id^=top-main] .swiper .slider-overlay .three-border {
  display: flex;
  height: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#subslider .swiper .slider-overlay .three-border .border1,
section[id^=top-main] .swiper .slider-overlay .three-border .border1 {
  width: 33.3333333333%;
  height: 5px;
  background-color: #255eab;
}
#subslider .swiper .slider-overlay .three-border .border2,
section[id^=top-main] .swiper .slider-overlay .three-border .border2 {
  width: 33.3333333333%;
  height: 5px;
  background-color: #fff;
}
#subslider .swiper .slider-overlay .three-border .border3,
section[id^=top-main] .swiper .slider-overlay .three-border .border3 {
  width: 33.3333333333%;
  height: 5px;
  background-color: #eb3f55;
}
#subslider .swiper .slider-overlay .company-name-en,
#subslider .swiper .slider-overlay .company-name-ja,
section[id^=top-main] .swiper .slider-overlay .company-name-en,
section[id^=top-main] .swiper .slider-overlay .company-name-ja {
  text-align: center;
}
#subslider .swiper .slider-overlay .company-name-en,
section[id^=top-main] .swiper .slider-overlay .company-name-en {
  margin-top: 20px;
}
#subslider .swiper .slider-overlay .company-name-ja,
section[id^=top-main] .swiper .slider-overlay .company-name-ja {
  font-size: 14px;
}
#subslider .swiper .swiper-wrapper,
section[id^=top-main] .swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  transition-timing-function: linear;
}
#subslider .swiper .swiper-slide,
section[id^=top-main] .swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
}
#subslider .swiper .swiper-img,
section[id^=top-main] .swiper .swiper-img {
  width: 100%;
  height: auto;
}
#subslider .swiper .swiper-img img,
section[id^=top-main] .swiper .swiper-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
}
#subslider .slider-overlay-text,
section[id^=top-main] .slider-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 20;
  width: 90%;
  max-width: 800px;
  padding: 20px;
}
#subslider .slider-overlay-text .main-message,
section[id^=top-main] .slider-overlay-text .main-message {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
#subslider .slider-overlay-text .company-name-en,
section[id^=top-main] .slider-overlay-text .company-name-en {
  margin-top: 20px;
  font-size: 1.5rem;
}
#subslider .slider-overlay-text .company-name-ja,
section[id^=top-main] .slider-overlay-text .company-name-ja {
  font-size: 1.2rem;
}
#subslider .slider-overlay-text .three-border,
section[id^=top-main] .slider-overlay-text .three-border {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}
#subslider .slider-overlay-text .three-border span,
section[id^=top-main] .slider-overlay-text .three-border span {
  width: 40px;
  height: 3px;
  background-color: white;
  display: block;
}

@media screen and (max-width: 1500px) {
  #subslider .home_bg {
    position: absolute;
    bottom: 60%;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #subslider .home_bg {
    position: absolute;
    bottom: 70%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #subslider .home_bg {
    position: absolute;
    bottom: 70%;
    width: 100%;
  }
  #top-main .swiper .slider-overlay {
    top: 60%;
    padding: 30px 20px 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 928px) {
  #subslider {
    padding: 8rem 0;
  }
  #subslider::after {
    bottom: -90px;
    left: 0;
    width: 200px;
    height: 200px;
  }
  #subslider::before {
    top: 0;
    right: 0;
    width: 250px;
    height: 200px;
  }
}
@media screen and (max-width: 625px) {
  #top-main .swiper .main-message {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 430px) {
  #subslider {
    padding: 6rem 0 8rem;
  }
  #subslider::after {
    bottom: -40px;
    left: 0;
    width: 180px;
    height: 150px;
  }
  #subslider::before {
    top: 0;
    right: 0;
    width: 200px;
    height: 150px;
  }
  #subslider .slider img {
    height: 150px;
  }
  #subslider li img {
    height: 300px;
  }
  #top-main .swiper .slider-overlay {
    font-size: 1.2rem;
  }
  #top-main .swiper .slider-overlay .main-message {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  #top-main .swiper .slider-overlay {
    width: 65%;
    top: 57%;
    padding: 15px 13px 15px;
  }
  #top-main .swiper .slider-overlay .main-message {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 378px) {
  #top-main .swiper .slider-overlay {
    width: 65%;
    top: 57%;
    padding: 15px 13px 15px;
  }
  #top-main .swiper .slider-overlay .main-message {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
#greeting {
  padding: 6rem 0 0;
  background-color: #ffffff;
}
#greeting h2 {
  margin-bottom: 50px;
}
#greeting .sp_br {
  display: none;
}
#greeting .sp_br_2 {
  display: none;
}
#greeting .pc_txt {
  font-size: 24px;
  line-height: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #0f1111;
  -moz-text-align-last: left;
       text-align-last: left;
}
#greeting .sp_txt {
  display: none;
}
#greeting .pc_view {
  display: flex;
  gap: 10rem;
  justify-content: center;
  align-items: center;
}
#greeting .pc_view .p_txt_big {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
#greeting .greeting_p_wrap {
  margin-top: -4rem;
  position: relative;
}
#greeting .greeting_p_wrap .space {
  display: block;
  height: 4rem;
}
#greeting .greeting_wrap {
  text-align: center !important;
}
#greeting .greeting_wrap__p {
  padding-bottom: 4rem;
}
#greeting .greeting_wrap__block {
  position: relative;
  padding: 6rem 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}
#greeting .greeting_wrap__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/home/bg_img_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(6px);
  transform: scale(1.1);
  z-index: -1;
}
#greeting .greeting_wrap__block--img {
  width: 32%;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  justify-content: center;
}
#greeting .greeting_wrap__block--img img {
  width: 100%;
  margin: 0 0px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  border-radius: 0 50px 0 50px;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.2);
}
#greeting .greeting_wrap__block--img .img-002 {
  margin-left: 6rem;
  /* 2つ目の画像を20px下に配置 */
}

@media screen and (max-width: 1450px) {
  #greeting .pc_view .greeting_p_wrap {
    width: 40%;
  }
  #greeting .pc_view .greeting_p_wrap::after {
    top: 380px;
  }
}
@media screen and (max-width: 1100px) {
  #greeting {
    padding: 4rem 0;
  }
  #greeting h2 p {
    text-align: center;
  }
  #greeting .sp_br {
    display: block;
  }
  #greeting .pc_txt {
    display: none;
  }
  #greeting .sp_txt {
    display: block;
  }
  #greeting .pc_view {
    display: block;
    gap: 10rem;
    justify-content: center;
    align-items: center;
  }
  #greeting .pc_view .p_txt_big {
    color: #fff;
    text-shadow: unset;
  }
  #greeting .greeting_p_wrap {
    width: 50%;
    min-width: 520px;
    margin: 4rem auto;
  }
  #greeting .sp_txt .space {
    height: 2rem;
  }
  #greeting .greeting_wrap__block {
    padding: 2rem 0 0;
    background-image: unset;
  }
  #greeting .greeting_wrap__block--img {
    width: 100%;
    gap: 1.5rem;
  }
  #greeting .greeting_wrap__block--img img {
    width: 80%;
    margin: 0 auto;
    min-width: 200px;
    height: 250px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    z-index: 1;
    box-shadow: unset;
  }
  #greeting .greeting_wrap__block--img .img-002 {
    display: none;
    margin: 0 auto;
    /* 2つ目の画像を20px下に配置 */
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting_p_wrap {
    width: 80%;
    min-width: 420px;
    margin: 3rem auto;
  }
  #greeting ::after {
    right: -7px !important;
  }
  #greeting .greeting_wrap__block--img img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #greeting {
    padding: 4rem 0 2rem;
  }
  #greeting h2 p {
    font-size: 1.75rem;
  }
  #greeting .sp_br_2 {
    display: block;
  }
  #greeting .sp_br_3 {
    display: none;
  }
  #greeting .space2 {
    display: block;
    height: 0.8rem;
  }
  #greeting .p_sp {
    line-height: 2rem;
  }
  #greeting .greeting_wrap__p {
    padding-bottom: 2rem;
  }
  #greeting .greeting_wrap__block--img img {
    border-radius: 0 40px 0 40px;
  }
  #greeting .greeting_p_wrap {
    width: 100%;
    min-width: 300px;
    margin: 3rem auto;
  }
  #greeting .greeting_p_wrap::before {
    top: -10px;
    left: 0px;
  }
  #greeting .greeting_p_wrap::after {
    top: 140px;
    right: 0px;
  }
}
@media screen and (max-width: 378px) {
  #greeting h2 p {
    font-size: 1.5rem;
  }
}
#link {
  margin: 5rem auto 0rem;
}
#link h3 {
  display: none;
}
#link .link_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#link .link_wrap ul li.inner {
  height: 300px;
}
#link .link_wrap ul li.inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#link .link_wrap ul li.inner a figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#link .link_wrap ul li.inner a figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#link .link_wrap ul li.inner a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 150px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 50px;
  color: #255eab;
  z-index: 2;
  overflow: hidden;
}
#link .link_wrap ul li.inner a p::first-letter {
  color: #eb3f55;
}
#link .link_wrap ul li.inner a p span {
  font-size: 1rem;
  display: inline-block;
}
#link .link_wrap ul li.inner a p span::first-letter {
  color: #eb3f55;
}
#link .link_wrap ul li.inner a p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: -1;
  transition: width 0.5s ease;
  transform-origin: left;
}
#link .link_wrap ul li.inner a:hover p::before {
  box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.685);
  width: 0;
  transform-origin: left;
}
#link .link_wrap ul li.inner a:hover:hover p,
#link .link_wrap ul li.inner a:hover span {
  text-shadow: 1px 1px 7px white;
}

@media screen and (max-width: 768px) {
  #link .link_wrap ul {
    grid-template-columns: 1fr;
  }
}
#company .link_wrap .other-companies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  margin-bottom: 40px;
}
#company .link_wrap .other-companies li.ec {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #255eab;
  color: #fff;
  border: double 5px #ffffff;
}
#company .link_wrap .other-companies li.ec a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0.75rem;
}
#company .link_wrap .other-companies li.ec a p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#company .link_wrap .other-companies li.ec a b {
  font-size: 0.9rem;
  color: #ffffff;
}
#company .link_wrap .other-companies li.ec a i {
  margin-left: 0.3rem;
}
#company .link_wrap .other-companies li.ec:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  background-color: #fff;
  color: #255eab;
  border: double 5px #255eab;
}
#company .link_wrap .other-companies li.ec:hover b {
  color: #255eab;
}

@media screen and (max-width: 793px) {
  #company .link_wrap .other-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 597px) {
  #company .link_wrap .other-companies {
    grid-template-columns: 1fr;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #132b88;
  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: #132b88;
  border: solid 1px #132b88;
  color: #eb3f55;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #f9f8f5;
  color: #595757;
}

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

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

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

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

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

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

@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;
  }
}
#sp_btn {
  display: none;
}
#sp_btn ul {
  display: none;
}

.footer__image img {
  opacity: 0.4;
}

#footer {
  position: relative;
}
#footer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../img/common/base.jpg);
  background-size: cover;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.3;
  background-position: bottom;
}
#footer .sp_br {
  display: none;
}
#footer .name_footer {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #595757;
  font-weight: bold;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
#footer .name_footer span {
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
#footer .footer__warp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}
#footer .footer__warp--box {
  width: 100%;
  max-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 2rem;
  margin-top: 20px;
}
#footer .footer__warp--box--address {
  width: 100%;
  text-align: center;
}
#footer .footer__warp--box--address p {
  margin: 5px auto;
  font-weight: 600;
}
#footer .footer__warp--box--contactbox {
  width: 285px;
  height: 40px;
  border: 1px solid #255eab;
  font-size: 18px;
  background-color: #255eab;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#footer .footer__warp--box--contactbox:hover {
  background-color: #ffffff;
  color: #255eab;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#footer .footer__warp--box--contactbox02 {
  width: 285px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#footer .footer__warp--box--logo {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__warp--box--logo .logo {
  width: 250px;
}
#footer .footer__warp--box--logo .text {
  color: #0f1111;
  /* ダークグレーで落ち着いた印象 */
  font-size: 1.3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  padding: 0.7rem 0.9rem 0.5rem 1rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  /* 擬似要素の下に隠れないように設定 */
}
#footer .footer__warp--box--logo a {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__warp--box--logo a figure {
  width: 90%;
  height: auto;
}
#footer .footer__warp--box--logo a figure img {
  width: 100%;
  max-height: 80px;
}
#footer .footer__warp--box--address {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 0;
  color: #595757;
  font-weight: 500;
}
#footer .footer__warp--box--address p {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__nav {
  padding: 1rem 0;
  text-align: center;
  color: #f4f6f6;
  background-color: #255eab;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#footer .footer__nav--warp--sns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem;
  gap: 30px;
}
#footer .footer__nav--warp--sns li {
  padding: 0 0.25rem;
}
#footer .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#footer .footer__nav--warp nav ul li {
  padding: 0.25rem 1rem;
}
#footer .footer__nav--warp nav ul li a {
  width: 100%;
  display: block;
}
#footer .footer__nav--warp nav ul li:last-child {
  border-right: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #f4f6f6;
  background-color: #eb3f55;
  border-top: 5px solid #fff;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#footer .footer__sp {
  display: none;
}

.company .other-companies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  margin-bottom: 40px;
}
.company .other-companies li.ec {
  list-style: none;
  width: 100%;
  max-width: 260px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
}
.company .other-companies li.ec a {
  text-decoration: none;
  color: inherit;
  padding: 0.75rem;
  display: block;
  width: 100%;
}
.company .other-companies li.ec a p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.company .other-companies li.ec a b {
  font-size: 0.9rem;
  color: #555;
}
.company .other-companies li.ec a i {
  margin-left: 0.3rem;
}
.company .other-companies li.ec:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

@media screen and (max-width: 1280px) {
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 880px) {
  #footer {
    position: relative;
    margin: 0rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
    padding-bottom: 35px;
  }
  #footer .pc_txt {
    display: none;
  }
  #footer .footer__nav--warp nav ul {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  }
  #footer .footer__nav--warp nav ul li {
    padding: 0.25rem 1rem;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  .sp-fixed-link {
    display: flex;
    position: fixed;
    bottom: -70px;
    /* 初期位置は画面外 */
    left: 0;
    z-index: 9;
    width: 100%;
    transition: bottom 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    /* transformを追加 */
    transform: translateY(100%);
    /* 初期位置は下に隠れる状態 */
  }
  .sp-fixed-link.hidden {
    display: none;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    transform: translateY(100%);
    /* スクロール中は下に隠れる */
    pointer-events: none;
  }
  .sp-fixed-link.page-open {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
    /* 下からスライドして表示される */
  }
  .sp-fixed-link.page-top {
    bottom: 0;
    opacity: 0;
    transform: translateY(0);
    /* 下からスライドして表示される */
    pointer-events: none;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #255eab;
    border-top: 1px solid #fff;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #f4faff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    font-size: 20px;
  }
  #sp_btn ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #sp_btn ul li:nth-child(2) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(2) span {
    font-size: 12px;
  }
  #sp_btn ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
  #sp_btn ul li:nth-child(3) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(3) span {
    font-size: 11px;
  }
  #sp_btn ul li:nth-child(4) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(4) span {
    font-size: 11px;
  }
  #sp_btn ul li:nth-child(1) i {
    padding: 0 0 3px;
    font-size: 17px;
  }
  #footer .footer__copy {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 714px) {
  #footer .footer__warp .company .other-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  #footer .footer__nav--warp nav ul {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .footer__nav--warp nav ul li {
    width: 33.3333333333%;
    padding: 0.25rem 1rem;
    border-right: none;
  }
}
@media screen and (max-width: 514px) {
  #footer .footer__warp .company .other-companies {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #footer .sp_br {
    display: block;
  }
  #footer .name_footer {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    line-height: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #footer .name_footer span {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  #footer .footer__warp--box {
    width: 100%;
    max-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 4rem 2rem;
  }
  #footer .footer__warp--box--logo {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer__warp--box--logo a {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer__warp--box--logo a figure {
    width: 90%;
    height: auto;
  }
  #footer .footer__warp--box--logo a figure img {
    width: 100%;
    height: auto;
  }
  #footer .footer__warp--box--address {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2rem 0;
  }
  #footer .footer__warp--box--address p {
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .footer__warp--box--contactbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 0.5rem;
  }
  #footer .footer__warp--box--contactbox a i {
    margin: 0 0.5rem 0 0;
  }
  #footer .footer__warp--box--contactbox02 {
    margin-top: 15px;
  }
  #footer .footer__nav--warp nav ul {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .footer__nav--warp nav ul li {
    width: 50%;
    padding: 0.25rem 1rem;
    border-right: none;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */