@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "SawarabiMincho-Regular", serif;
  font-weight: normal;
  font-style: normal;
  src: url("../../font/SawarabiMincho-Regular/woff2/SawarabiMincho-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Zen Old Mincho", serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 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: #C81D1D;
}
.bgcolor div h2 b {
  color: #C81D1D;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-family: "SawarabiMincho-Regular", serif;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #C81D1D;
  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: "SawarabiMincho-Regular", 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: "SawarabiMincho-Regular", 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: "Zen Old Mincho", 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: 1rem 0;
  width: 100%;
  background: linear-gradient(170deg, #cfd1d4, #e3e4e5, #bfc1c3, #e8e9ea, #cfd1d4);
}
#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%;
  -webkit-clip-path: inset(0);
  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;
  }
}

.section-title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  text-align: left;
  border-bottom: 2px solid #fff;
  z-index: 5;
  padding-bottom: 5px;
}
.section-title .section-en {
  display: block;
  font-size: clamp(3.8rem, 3.36rem + 2.2vw, 6rem);
  font-weight: 900;
  color: rgba(157, 55, 55, 0.5);
  letter-spacing: 0.15em;
  position: absolute;
  top: -0.9em;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .section-title .section-en {
    font-size: clamp(3rem, 2.9rem + 1vw, 4rem);
  }
}

.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(0, 0, 0, 0.7);
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #fff;
}
header.fixed .container-header .header__nav .nav__list li a span {
  color: #C81D1D;
  font-weight: 900;
}
header.fixed .header__logo a {
  color: #0f1111;
}
header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  box-sizing: border-box;
}
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: 200px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333), 0 0 2px #fff;
  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;
  color: #ffffff;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header .header__nav .nav__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li {
  position: relative;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  font-weight: 900;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
}
header .container-header .header__nav .nav__list li > a span {
  transition: color 0.3s ease;
}
header .container-header .header__nav .nav__list li > a:hover {
  opacity: 0.5;
}
header .container-header .header__nav .nav__list li .mega-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #f5f5f5;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
  min-width: 0;
  padding: 10px 0;
  z-index: 100;
  width: 100%;
  min-width: 140px;
}
header .container-header .header__nav .nav__list li .mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li .mega-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: #00307c;
  text-decoration: none;
  font-size: 0.9em;
}
header .container-header .header__nav .nav__list li .mega-menu ul li a span {
  display: inline-block;
}
header .container-header .header__nav .nav__list li .mega-menu ul li a:hover {
  background: #eeeeee;
  color: #0072ce;
}
header .container-header .header__nav .nav__list li:hover .mega-menu, header .container-header .header__nav .nav__list li:focus-within .mega-menu {
  display: block;
}
header .container-header .header__nav .nav__list .nav__item--tel {
  background-color: #ffffff;
  transition: background-color 0.3s;
}
header .container-header .header__nav .nav__list .nav__item--tel .link--tel {
  padding: 0.5rem 1.5rem;
  color: #333;
}
header .container-header .header__nav .nav__list .nav__item--tel:hover {
  opacity: 1;
  background-color: #333;
}
header .container-header .header__nav .nav__list .nav__item--tel:hover .link--tel {
  opacity: 1;
  color: #ffffff;
}
header .container-header .header__nav .nav__list .nav__item--contact {
  background-color: #C81D1D;
  transition: background-color 0.3s;
}
header .container-header .header__nav .nav__list .nav__item--contact .link--contact {
  padding: 0.5rem 1.5rem;
  color: #ffffff;
}
header .container-header .header__nav .nav__list .nav__item--contact:hover {
  opacity: 1;
  background-color: #ffffff;
}
header .container-header .header__nav .nav__list .nav__item--contact:hover .link--contact {
  opacity: 1;
  color: #C81D1D;
  width: 100%;
  max-width: 200px;
}
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: #C81D1D;
  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);
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, #cfd1d4, #e3e4e5, #bfc1c3, #e8e9ea, #cfd1d4);
  border-bottom: 4px solid #f9f9f9;
  z-index: 10000;
  padding: 5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20%);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
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: 1px solid #aaa;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 1rem 0 10px;
  font-size: 1.2em;
  color: #333;
  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: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #C81D1D;
  font-size: 1em;
  min-width: 1em;
  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;
}
header .container-header .header__sp .sp-nav ul > li ul {
  display: none;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header .link-contents {
  display: none;
}
@media screen and (max-width: 1450px) {
  header .link-contents {
    display: block;
  }
}
header .link-contents .link__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1450px) {
  header .link-contents .link__list {
    justify-content: flex-end;
    margin-right: 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 500px) {
  header .link-contents .link__list {
    gap: 0.5rem;
    width: 95%;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
header .link-contents .link__list .item--tel {
  background-color: #ffffff;
  transition: background-color 0.3s;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
@media screen and (max-width: 1450px) {
  header .link-contents .link__list .item--tel {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  header .link-contents .link__list .item--tel {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    padding: 1rem;
    text-align: center;
  }
  header .link-contents .link__list .item--tel i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 400px) {
  header .link-contents .link__list .item--tel {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    padding: 0.5rem;
    text-align: center;
  }
  header .link-contents .link__list .item--tel i {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
header .link-contents .link__list .item--tel .link--tel {
  color: #333;
}
header .link-contents .link__list .item--tel:hover {
  opacity: 1;
  background-color: #333;
}
header .link-contents .link__list .item--tel:hover .link--tel {
  opacity: 1;
  color: #ffffff;
}
header .link-contents .link__list .item--contact {
  background-color: #C81D1D;
  transition: background-color 0.3s;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
@media screen and (max-width: 1450px) {
  header .link-contents .link__list .item--contact {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  header .link-contents .link__list .item--contact {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    padding: 1rem;
    text-align: center;
  }
  header .link-contents .link__list .item--contact i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 400px) {
  header .link-contents .link__list .item--contact {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    padding: 0.5rem;
    text-align: center;
  }
  header .link-contents .link__list .item--contact i {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
header .link-contents .link__list .item--contact .link--contact {
  color: #ffffff;
}
header .link-contents .link__list .item--contact:hover {
  opacity: 1;
  background-color: #ffffff;
}
header .link-contents .link__list .item--contact:hover .link--contact {
  opacity: 1;
  color: #C81D1D;
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 1450px) {
  #header .header__warp {
    padding: 0 5px;
    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;
  }
}
@media screen and (max-width: 480px) {
  #header .header__warp {
    padding: 0 5px;
    margin: 5px;
  }
  #header .container-header .header__sp .sp-nav {
    padding: 3rem;
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_sample {
  background-image: url("../../img/common/heading/heading_sample.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.heading_car-purchase {
  background-image: url("../../img/common/heading/car-purchase.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_price-list {
  background-image: url("../../img/common/heading/price-list.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
  overflow: hidden;
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#heading .heading__warp h1 {
  display: flex;
  flex-flow: column-reverse;
  transition: all ease 1s;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
  font-weight: 900;
  background: linear-gradient(120deg, #e6e6e6, #b0b0b0, #ffffff, #b0b0b0, #e6e6e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  overflow: hidden;
  animation: shine 4s linear infinite;
}
#heading .heading__warp h1 p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  margin: 1rem 0 0 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  transition: all ease 1s;
}
#heading .heading__warp h1 span {
  font-size: clamp(2.4rem, 2.36rem + 0.2vw, 2.6rem);
  transition: all ease 1s;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "SawarabiMincho-Regular", serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 40vh;
  }
  #heading .heading__warp h1 span {
    font-size: clamp(1.9rem, 1.86rem + 0.2vw, 2.1rem);
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 35vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 380px) {
  #heading {
    height: 60vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    margin: 1rem 0 0;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 99998;
  opacity: 0;
}
#floating ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#floating ul li a {
  display: flex;
  align-items: center;
  width: 65px;
  /* アイコンだけの幅 */
  background: linear-gradient(145deg, #cfd1d4, #e3e4e5, #bfc1c3, #e8e9ea, #cfd1d4);
  color: #333;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s, color 0.3s, box-shadow 0.3s;
  margin-left: auto;
  -webkit-clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 75px 100%, 15px 100%, 0% 50%);
          clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 75px 100%, 15px 100%, 0% 50%);
}
#floating ul li a i {
  font-size: 25px;
  margin-right: 0;
  flex-shrink: 0;
  transition: color 0.3s, margin-left 0.3s opacity 0.3s ease;
  margin-left: -2px;
  margin-top: 0px;
  padding-left: 5px;
}
#floating ul li a .label {
  opacity: 0;
  margin-left: 0;
  transition: opacity 0.2s, margin-left 0.2s, color 0.2s;
  white-space: nowrap;
  color: inherit;
  font-family: "SawarabiMincho-Regular", serif;
  font-weight: bold;
}
#floating ul li a:hover, #floating ul li a:focus {
  width: 230px;
  /* テキスト分広がる */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #floating ul li a:hover i, #floating ul li a:focus i {
    margin-left: 0 !important;
  }
}
#floating ul li a:hover .label, #floating ul li a:focus .label {
  opacity: 1;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  #floating ul li a:hover .label, #floating ul li a:focus .label {
    margin-left: 0 !important;
    opacity: 0.5;
  }
}
#floating ul li.instagram a {
  color: #E1306C;
}
#floating ul li.instagram a i {
  margin-left: 2px;
  margin-top: 1px;
}
#floating ul li.instagram a:hover, #floating ul li.instagram a:focus {
  background: #E4405F;
  color: #fff;
  opacity: 1;
}
#floating ul li.line a {
  color: #06C755;
}
#floating ul li.line a i {
  margin-left: 1px;
  margin-top: 1px;
}
#floating ul li.line a:hover, #floating ul li.line a:focus {
  background: #06C755;
  color: #fff;
  opacity: 1;
}
#floating ul li.goo a {
  color: #C80000;
}
#floating ul li.goo a i {
  margin-left: 1px;
  margin-top: 0px;
}
#floating ul li.goo a:hover, #floating ul li.goo a:focus {
  background: #C80000;
  color: #fff;
  opacity: 1;
}
#floating ul li.kuruma a {
  color: #0071bc;
}
#floating ul li.kuruma a i {
  margin-left: -1px;
  margin-top: 0px;
}
#floating ul li.kuruma a:hover, #floating ul li.kuruma a:focus {
  background: #0071bc;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
  #floating ul {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    width: 100%;
    margin: 0;
  }
  #floating li {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
  }
  #floating li a {
    width: 100% !important;
    height: 65px;
    padding: 10px 0;
    font-size: 13px;
    box-shadow: none;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    justify-content: center;
  }
  #floating li a .label {
    display: none;
  }
  #floating li a i {
    font-size: 22px;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
    margin-left: 0 !important;
  }
  #floating li a:hover, #floating li a:focus {
    opacity: 0.7;
  }
  #floating li a:hover i, #floating li a:focus i {
    margin-left: 0 !important;
  }
}

#purchase-merit {
  background: #f0f0f0;
  padding: 4rem 0;
}
#purchase-merit .container {
  margin: 0 auto;
  max-width: 1200px;
}
#purchase-merit .container .merit-title {
  text-align: center;
  margin: 0 auto 5rem;
  position: relative;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  background: none;
  border: none;
  display: block;
}
#purchase-merit .container .merit-balloon {
  display: inline-block;
  position: relative;
  padding: 1rem;
  background: #fff;
  color: #232325;
  font-weight: 900;
  line-height: 1.4;
  z-index: 1;
  width: 100%;
  border-bottom: 5px solid #C81D1D;
}
#purchase-merit .container .merit-balloon span {
  color: #C81D1D;
}
#purchase-merit .container .merit-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
#purchase-merit .container .merit-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -37px;
  border: 16px solid;
  border-color: transparent;
  border-top-color: #C81D1D;
  margin-left: -16px;
}
#purchase-merit .container .merit-flex {
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 5rem;
  margin: 3rem auto 0;
  padding: 2rem 0 0;
}
#purchase-merit .container .merit-flex .merit-card {
  position: relative;
  background: #fff;
  border: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1.5rem 0;
  position: relative;
  border-radius: 15px;
  gap: 5px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#purchase-merit .container .merit-flex .merit-card.is-show {
  opacity: 1;
  bottom: 0;
}
#purchase-merit .container .merit-flex .merit-card .merit-badge-bubble {
  /* ...省略... */
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: #C81D1D;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  transition: transform 0.3s, box-shadow 0.3s;
  font-weight: bold;
}
#purchase-merit .container .merit-flex .merit-card .merit-img {
  width: 70%;
  aspect-ratio: 1;
  margin: -36px auto 18px auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#purchase-merit .container .merit-flex .merit-card .merit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#purchase-merit .container .merit-flex .merit-card .merit-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 2px dashed #ddd;
}
#purchase-merit .container .merit-flex .merit-card .merit-caption .merit-num {
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #C81D1D;
  text-shadow: 0 2px 6px rgba(51, 51, 51, 0.6);
  background: linear-gradient(45deg, #C81D1D, #b03030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  padding: 8px 20px;
  border: 2px solid #C81D1D;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
}
#purchase-merit .container .merit-flex .merit-card .merit-caption .merit-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #C81D1D;
  z-index: -1;
  transition: background 0.3s ease;
}
#purchase-merit .container .merit-flex .merit-card .merit-caption .merit-num:hover::before {
  border-left-color: #b03030;
}
#purchase-merit .container .merit-flex .merit-card .merit-caption .merit-text {
  color: #232323;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.3;
  font-family: inherit;
  font-weight: bold;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#purchase-merit .container .merit-flex .merit-card .merit-caption .merit-text span {
  color: #C81D1D;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 480px) {
  #purchase-merit {
    padding: 2rem 0;
  }
  #purchase-merit .container .merit-title {
    margin-bottom: 3rem;
  }
  #purchase-merit .container .merit-balloon span {
    display: inline-block;
  }
  #purchase-merit .container .merit-flex .merit-card {
    width: 80%;
  }
  #purchase-merit .container .merit-flex .merit-card .merit-badge-bubble {
    width: 65px;
    height: 65px;
  }
  #purchase-merit .container .merit-flex .merit-card .merit-caption .merit-text span {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}
/* 2.1 あなたの愛車を高価買取！セクション */
#purchase {
  background: #151515;
  padding: 1rem;
}
#purchase .container {
  max-width: 1200px;
  margin: 2rem auto;
  box-sizing: border-box;
  background-color: #f0f0f0;
  padding: 3rem;
}
#purchase .container .purchase-hero {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  position: relative;
  max-width: 1024px;
  margin: 0rem auto;
}
#purchase .container .purchase-hero .section-title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #0f1111;
  letter-spacing: 0.14em;
  margin: 5rem 0 0rem;
  padding: 1rem;
  text-align: left;
  border-bottom: none;
  z-index: 5;
  width: 100%;
  padding-left: 15px;
  border-left: 4px solid #C81D1D;
  line-height: 1;
  background: linear-gradient(135deg, #ebebeb 60%, #fff 100%);
}
#purchase .container .purchase-hero .section-title span {
  color: #C81D1D;
  display: inline-block;
}
#purchase .container .purchase-hero .section-title .section-en {
  display: block;
  font-size: clamp(3rem, 2.9rem + 1vw, 4rem);
  font-weight: 900;
  color: rgba(157, 55, 55, 0.4);
  letter-spacing: 0.15em;
  line-height: 1;
  position: absolute;
  top: -80px;
  left: 0%;
  z-index: -1;
}
#purchase .container .purchase-hero .purchase-hero-img {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#purchase .container .purchase-hero .purchase-hero-img .top-image {
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#purchase .container .purchase-hero .purchase-hero-img .top-image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #C81D1D;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#purchase .container .purchase-hero .purchase-hero-img .top-image.is-show::after {
  left: 152%;
}
#purchase .container .purchase-hero .purchase-hero-img .top-image img {
  width: 100%;
  aspect-ratio: 2/0.7;
  min-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#purchase .container .purchase-hero .purchase-hero-img .bottom-images {
  display: flex;
  flex: 1 1 100%;
  gap: 1rem;
}
#purchase .container .purchase-hero .purchase-hero-img .bottom-images .bottom-image {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#purchase .container .purchase-hero .purchase-hero-img .bottom-images .bottom-image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #C81D1D;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#purchase .container .purchase-hero .purchase-hero-img .bottom-images .bottom-image.is-show::after {
  left: 152%;
}
#purchase .container .purchase-hero .purchase-hero-img .bottom-images .bottom-image img {
  width: 100%;
  aspect-ratio: 2/1.2;
  min-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
}
#purchase .container .purchase-hero .purchase-hero-content {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#purchase .container .purchase-hero .purchase-hero-content.is-show {
  opacity: 1;
  bottom: 0;
}
#purchase .container .purchase-hero .purchase-hero-content .section-desc {
  padding-top: 1rem;
}
#purchase .container .purchase-hero .purchase-hero-content .section-desc p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #0f1111;
  letter-spacing: 0.03em;
  text-align: justify;
}
#purchase .container .purchase-hero .purchase-hero-content .section-desc p span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #purchase .container .purchase-hero .section-title {
    line-height: 1.2;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 627px) {
  #purchase .container .purchase-hero .section-title {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  #purchase .container .purchase-hero .section-title .section-en {
    font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
    top: -60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 627px) {
  #purchase .container .purchase-hero .section-title .section-en {
    top: -105px;
  }
}
@media screen and (max-width: 768px) {
  #purchase .container .purchase-hero .purchase-hero-img .top-image img {
    min-height: 0;
  }
  #purchase .container .purchase-hero .purchase-hero-img .bottom-images .bottom-image img {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  #purchase .container {
    padding: 2rem;
  }
  #purchase .container .purchase-hero .section-title {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 366px) {
  #purchase .container .purchase-hero .section-title {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  #purchase .container .purchase-hero .section-title .section-en {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
    top: -90px;
  }
}
@media screen and (max-width: 480px) and (max-width: 366px) {
  #purchase .container .purchase-hero .section-title .section-en {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
    top: -75px;
  }
}
@media screen and (max-width: 480px) {
  #purchase .container .purchase-hero .purchase-hero-img .top-image img {
    aspect-ratio: 2/1;
  }
  #purchase .container .purchase-hero .purchase-hero-img .bottom-images {
    flex-direction: column;
  }
  #purchase .container .purchase-hero .purchase-hero-img .bottom-images .bottom-image img {
    aspect-ratio: 2/1;
  }
}
#reason {
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 0 0 4rem 0;
  overflow: hidden;
}
#reason .decorate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
#reason .decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
#reason .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(70%);
}
#reason .decorate__image--2 {
  background-image: url("../../img/car-purchase/reason-bg.jpg");
  opacity: 1;
}
#reason .container {
  max-width: 1200px;
  margin: 0 auto;
}
#reason .reason-title {
  text-align: center;
  margin: 0 auto 5rem;
  position: relative;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  background: none;
  border: none;
  display: block;
}
#reason .reason-balloon {
  display: inline-block;
  position: relative;
  padding: 1rem;
  background: #fff;
  color: #232325;
  font-weight: 900;
  line-height: 1.4;
  z-index: 1;
  width: 100%;
  border-bottom: 5px solid #C81D1D;
}
#reason .reason-balloon span {
  color: #C81D1D;
}
#reason .reason-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
#reason .reason-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -37px;
  border: 16px solid;
  border-color: transparent;
  border-top-color: #C81D1D;
  margin-left: -16px;
}
#reason .reason-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 2.5rem;
  align-items: stretch;
}
#reason .reason-card {
  background: linear-gradient(120deg, #fff 70%, #dad8d8 100%);
  border: 2px solid #C81D1D;
  box-shadow: 0 4px 24px rgba(200, 29, 29, 0.0941176471);
  border-radius: 1.2rem;
  width: 350px;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#reason .reason-card.is-show {
  opacity: 1;
  bottom: 0;
}
#reason .reason-badge {
  /* ...省略... */
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: #C81D1D;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  transition: transform 0.3s, box-shadow 0.3s;
  font-weight: bold;
}
#reason .reason-illust {
  margin: 1.2rem 0 1.1rem 0;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#reason .reason-illust img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
#reason .reason-card-title {
  font-weight: 900;
  color: #C81D1D;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  letter-spacing: 0.08em;
}
#reason .reason-card-title span {
  display: inline-block;
}
#reason .reason-card-desc {
  color: #0f1111;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: justify;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.5;
}
#reason .reason-highlight {
  color: #C81D1D;
  font-weight: 900;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-top: 1rem;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1.5;
}
#reason .reason-highlight span {
  display: block;
}

@media screen and (max-width: 768px) {
  #reason .reason-title {
    margin-bottom: 4rem;
  }
  #reason .reason-cards {
    gap: 4rem;
  }
  #reason .reason-card {
    min-width: 350px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #reason {
    margin: 2rem 0 0 0;
  }
  #reason .reason-card {
    width: 85%;
    min-width: 260px;
    padding: 1.5rem;
  }
  #reason .reason-badge {
    width: 65px;
    height: 65px;
  }
}
#flow {
  background-color: #151515;
}
#flow .container {
  padding: 5rem 1rem;
}
#flow .container .section-title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.14em;
  margin-bottom: 2rem;
  text-align: left;
  border-bottom: none;
  z-index: 5;
  width: 100%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}
#flow .container .section-title .section-en {
  display: block;
  font-size: clamp(3rem, 2.9rem + 1vw, 4rem);
  font-weight: 900;
  color: rgba(157, 55, 55, 0.5);
  letter-spacing: 0.15em;
  text-shadow: none;
  position: absolute;
  top: -0.9em;
  z-index: -1;
}
#flow .container .flow_design03 {
  margin-left: 20px;
  margin-bottom: 3rem;
  padding: 2rem 0;
  width: 95%;
  margin: 0 auto 3rem;
}
#flow .container .flow_design03 ul {
  padding: 0;
}
#flow .container .flow_design03 li {
  list-style-type: none;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#flow .container .flow_design03 li.is-show {
  opacity: 1;
  bottom: 0;
}
#flow .container .flow_design03 dd {
  margin-left: 0;
}
#flow .container .flow_design03 .flow03 {
  position: relative;
}
#flow .container .flow_design03 .flow03::before {
  content: "";
  width: 13px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
#flow .container .flow_design03 .flow03 > li {
  position: relative;
}
#flow .container .flow_design03 .flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}
#flow .container .flow_design03 .flow03 > li .icon03 {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
#flow .container .flow_design03 .flow03 > li dl {
  padding-left: 70px;
  position: relative;
}
#flow .container .flow_design03 .flow03 > li dl::before, #flow .container .flow_design03 .flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
#flow .container .flow_design03 .flow03 > li dl::before {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background: #C81D1D;
  border-radius: 50%;
  left: -8px;
  box-shadow: 0 2px 8px rgba(200, 29, 29, 0.2);
}
#flow .container .flow_design03 .flow03 > li dl::after {
  width: 7%;
  border-bottom: 2px dashed #C81D1D;
  left: 0px;
  top: 17px;
}
#flow .container .flow_design03 .flow03 > li dl dt {
  font-weight: 700;
  color: #C81D1D;
  margin-bottom: 0.5em;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 5px 1rem;
  background-color: #fff;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#flow .container .flow_design03 .flow03 > li dl dd {
  color: #fff;
  margin-bottom: 0.3em;
  letter-spacing: 0.01em;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#flow .container .flow_design03 .flow03 > li dl dd .tel-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem auto;
  flex-wrap: wrap;
}
#flow .container .flow_design03 .flow03 > li dl dd .tel-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 2rem;
  background: #C81D1D;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  border-radius: 2em;
  text-decoration: none;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  border: 2px solid #C81D1D;
}
#flow .container .flow_design03 .flow03 > li dl dd .tel-link:hover {
  background: #fff;
  color: #C81D1D;
}
#flow .container .flow_design03 .flow03 > li dl dd .tel-link .tel-icon {
  display: inline-block;
  width: 1rem;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-links {
  display: flex;
  gap: 1rem;
  margin: 1rem auto;
  flex-wrap: wrap;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 2rem;
  background: #C81D1D;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  border-radius: 2em;
  text-decoration: none;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  border: 2px solid #C81D1D;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-link:hover {
  background: #fff;
  color: #C81D1D;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-link .mail-icon {
  display: inline-block;
  width: 1rem;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-link--line {
  background: #00c300;
  box-shadow: 0 2px 8px rgba(0, 195, 0, 0.1333333333);
  color: #fff;
  position: relative;
  border: none;
  border: 2px solid #00c300;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-link--line:hover {
  background: #fff;
  color: #00c300;
}
#flow .container .flow_design03 .flow03 > li dl dd .flow-link--line .line-icon {
  display: inline-block;
  width: 1rem;
  margin-right: 0.5em;
  vertical-align: middle;
}
#flow .container .flow-summary {
  background-color: #eee;
  padding: 2rem;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#flow .container .flow-summary.is-show {
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  #flow .container .flow_design03 {
    width: 85%;
  }
  #flow .container .flow_design03 .flow03 > li dl::after {
    width: 100%;
  }
  #flow .container .flow_design03 .flow03 > li dl dt {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #flow .container {
    padding-bottom: 3rem;
  }
  #flow .container .flow_design03 {
    width: 95%;
    margin-bottom: 2rem;
  }
  #flow .container .flow_design03 .flow03 > li dl {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 670px) {
  #flow .container .flow_design03 .flow03 > li dl dd .tel-links {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 670px) {
  #flow .container .flow_design03 .flow03 > li dl dd .flow-links {
    flex-direction: column-reverse;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  #flow .container .flow-summary {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #flow .container {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 350px) {
  #flow .container .section-title .section-en {
    font-size: clamp(2.9rem, 2.86rem + 0.2vw, 3.5rem);
  }
}
@media screen and (max-width: 480px) {
  #flow .container .flow_design03 .flow03 > li dl {
    padding-left: 1.5rem;
  }
  #flow .container .flow_design03 .flow03 > li dl dt {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    padding: 5px 0.8rem;
  }
  #flow .container .flow_design03 .flow03 > li dl dt p span {
    display: inline-block;
  }
  #flow .container .flow_design03 .flow03 > li dl dd {
    text-align: justify;
  }
  #flow .container .flow_design03 .flow03 > li dl dd .tel-links {
    width: 100%;
    max-width: 270px;
  }
  #flow .container .flow_design03 .flow03 > li dl dd .tel-link {
    width: 100%;
    justify-content: center;
  }
  #flow .container .flow_design03 .flow03 > li dl dd .flow-links {
    width: 100%;
    max-width: 270px;
  }
  #flow .container .flow_design03 .flow03 > li dl dd .flow-link {
    width: 100%;
    justify-content: center;
    padding: 0.5rem 1rem;
  }
  #flow .container .flow-summary {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    text-align: justify;
  }
}
#quoteform {
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
#quoteform .container {
  padding: 5rem 1rem 0;
}
#quoteform .container .section-title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #0f1111;
  letter-spacing: 0.14em;
  margin-bottom: 2rem;
  text-align: left;
  border-bottom: none;
  z-index: 5;
  width: 100%;
}
#quoteform .container .section-title .section-en {
  display: block;
  font-size: clamp(3.2rem, 2.94rem + 1.3vw, 4.5rem);
  font-weight: 900;
  color: rgba(157, 55, 55, 0.5);
  letter-spacing: 0.15em;
  text-shadow: none;
  position: absolute;
  top: -0.9em;
  z-index: -1;
}
#quoteform .container .lead {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 2rem;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  padding: 1rem;
}
#quoteform .container .lead.is-show {
  opacity: 1;
  bottom: 0;
}
#quoteform .container .lead p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: bold;
  text-align: center;
}
#quoteform .container .lead p span {
  display: inline-block;
}
#quoteform .container .contact__warp {
  padding: 0rem;
}
#quoteform .container .contact__warp--formbox {
  width: 95%;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  max-width: 1024px;
  padding: 60px 70px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 2px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#quoteform .container .contact__warp--formbox.is-show {
  opacity: 1;
  bottom: 0;
}
#quoteform .container .contact__warp--formbox .section-title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #0f1111;
  letter-spacing: 0.14em;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: none;
  z-index: 5;
  width: 100%;
}
#quoteform .container .contact__warp--formbox .section-title .section-en {
  display: block;
  font-size: clamp(3.2rem, 2.94rem + 1.3vw, 4.5rem);
  font-weight: 900;
  color: rgba(157, 55, 55, 0.5);
  letter-spacing: 0.15em;
  text-shadow: none;
  position: absolute;
  top: -0.8em;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
#quoteform .container .contact__warp--formbox--list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
#quoteform .container .contact__warp--formbox--list--title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
#quoteform .container .contact__warp--formbox--list--title p {
  margin-left: 1rem;
  font-size: 1rem;
  color: #666;
}
#quoteform .container .contact__warp--formbox--list--title span {
  font-size: 0.75rem;
  color: #ff6347;
  padding: 0.25rem 0.5rem;
}
#quoteform .container .contact__warp--formbox--list--contents {
  display: flex;
  align-items: center;
  padding: 0;
}
#quoteform .container .contact__warp--formbox--list--contents input[type=text],
#quoteform .container .contact__warp--formbox--list--contents input[type=email],
#quoteform .container .contact__warp--formbox--list--contents input[type=tel],
#quoteform .container .contact__warp--formbox--list--contents select,
#quoteform .container .contact__warp--formbox--list--contents textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#quoteform .container .contact__warp--formbox--list--contents input[type=text]:focus,
#quoteform .container .contact__warp--formbox--list--contents input[type=email]:focus,
#quoteform .container .contact__warp--formbox--list--contents input[type=tel]:focus,
#quoteform .container .contact__warp--formbox--list--contents select:focus,
#quoteform .container .contact__warp--formbox--list--contents textarea:focus {
  border-bottom-color: #0f1111;
  outline: none;
}
#quoteform .container .contact__warp--formbox--list--contents input[type=file] {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
#quoteform .container .contact__warp--formbox--list--contents .image-preview {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#quoteform .container .contact__warp--formbox--list--contents .image-preview img {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  /* サムネイル画像を整形 */
}
#quoteform .container .contact__warp--formbox--list--contents input[type=date] {
  width: 80%;
  padding: 0.75rem;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#quoteform .container .contact__warp--formbox--list--contents input[type=date]:focus {
  border-bottom-color: #0f1111;
  outline: none;
}
#quoteform .container .contact__warp--formbox--list--contents .time_period {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  white-space: nowrap;
}
#quoteform .container .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
  margin-right: 2rem;
}
#quoteform .container .contact__warp--formbox--list--contents .time_period input[type=radio] {
  margin: 0;
}
#quoteform .container .contact__warp--formbox--list--contents .time_period label {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #333;
  font-weight: 500;
  padding: 0.5rem;
  transition: opacity 0.3s ease;
}
#quoteform .container .contact__warp--formbox--list--contents .time_period label:hover {
  opacity: 0.5;
}
#quoteform .container .contact__warp--formbox--list--contents .time_period input[type=date] {
  margin-left: 1rem;
  width: auto;
}
#quoteform .container .contact__warp--formbox--list--contents ::-moz-placeholder {
  color: #aaa;
}
#quoteform .container .contact__warp--formbox--list--contents ::placeholder {
  color: #aaa;
}
#quoteform .container .contact__warp--formbox--list--contents input[type=radio]:checked + label,
#quoteform .container .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
  background-color: #e0e0e0;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#quoteform .container .contact__warp--formbox--list--contents--checkbox {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#quoteform .container .contact__warp--formbox--list--contents--checkbox li {
  width: calc(33.3333333333% - 0.6666666667rem);
}
#quoteform .container .contact__warp--formbox--list--contents--checkbox li label {
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #ccc;
  transition: border-color 0.3s ease;
}
#quoteform .container .contact__warp--formbox--list--contents--checkbox li label:hover {
  border-bottom-color: #007bff;
}
#quoteform .container .contact__warp--formbox--list--contents#date-time {
  position: relative;
}
#quoteform .container .contact__warp--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#quoteform .container .contact__warp--formbox--list .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#quoteform .container .contact__warp--formbox--list .form-group input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#quoteform .container .contact__warp--formbox--list .checkbox-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 1rem;
}
#quoteform .container .contact__warp--formbox--list .checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* ラベルにカーソルを当てるとクリック可能な状態にする */
  color: #0f1111;
  font-weight: 400;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#quoteform .container .contact__warp--formbox--list .form-group input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#quoteform .container .contact__warp--formbox--list .radio-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#quoteform .container .contact__warp--formbox--list .radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* ラベルにカーソルを当てるとクリック可能な状態にする */
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  margin-right: 2rem;
  color: #0f1111;
}
#quoteform .container .contact__warp--privacy {
  width: 90%;
  margin: 2rem auto 0;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#quoteform .container .contact__warp--privacy.is-show {
  opacity: 1;
  bottom: 0;
}
#quoteform .container .contact__warp--privacy h2 {
  border-bottom: solid 0.5px #0f1111;
  margin: 0 0 2rem 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}
#quoteform .container .contact__warp--privacy h2::after {
  display: none;
}
#quoteform .container .contact__warp--privacy h2 > p {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: 1.2;
  color: #0f1111;
}
#quoteform .container .contact__warp--privacy h2 > p > b {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#quoteform .container .contact__warp--privacy h3 {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  text-align: left;
  margin: 0;
}
#quoteform .container .contact__warp--privacy h4 {
  line-height: 1.5;
}
#quoteform .container .contact__warp--privacy strong {
  line-height: 1.5;
}
#quoteform .container .contact__warp--privacy--box {
  padding: 2rem;
  margin: 0 5rem;
  border: solid 1px rgba(0, 160, 233, 0.1);
  height: 400px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: #ffffff;
}
#quoteform .container .contact__warp--privacy--box > p {
  margin: 0 0 1rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#quoteform .container .contact__warp--privacy--box--fast {
  line-height: 1.4;
  margin: 0 0 1rem;
}
#quoteform .container .contact__warp--privacy--box--listbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#quoteform .container .contact__warp--privacy--box--listbox--list {
  width: 100%;
  margin: 0 0 1rem;
}
#quoteform .container .contact__warp--privacy--box--listbox--list h4 {
  padding-bottom: 8px;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #0f1111;
}
#quoteform .container .contact__warp--privacy--box--listbox--list h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0f1111;
  /*ピンク*/
}
#quoteform .container .contact__warp--privacy--box--listbox--list h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  /*薄ピンク*/
}
#quoteform .container .contact__warp--privacy--box--listbox--list > p {
  margin: 0.5rem 0;
  line-height: 1.4;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  counter-reset: cnt;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li {
  margin: 0 0 0.5rem;
  line-height: 1.5;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1rem;
  padding: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
  display: marker;
  content: "" counter(cnt) ".";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
  margin: 0 0.05rem 0 0.1rem;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
  margin: 0;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: kana;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
  counter-increment: kana;
  margin: 0 0 0.5rem;
  line-height: 1.1;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
  display: marker;
  content: "(" counter(kana, katakana) ")";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: marusu;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
  line-height: 1.1;
  padding-left: 30px;
  position: relative;
  counter-increment: marusu;
  margin: 0 0 0.5rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
  margin: 0 0 0 0.05rem;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
  margin: 0.05rem 0 0 0;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
  margin: 0;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
  content: counter(marusu);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
  content: "";
  border: 1px solid #0f1111;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 49%;
  left: -22px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
}
#quoteform .container .contact__warp--privacy--box--listbox--list--table {
  width: 100%;
  height: auto;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin: 1rem 0 0 0;
}
#quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr th {
  width: 120px;
  background-color: rgba(255, 217, 0, 0.1);
  padding: 0.25rem 1rem;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 217, 0, 0.1);
}
#quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr td {
  width: calc(100% - 120px);
  padding: 0.25rem 1rem;
  border-bottom: solid 1px rgba(255, 217, 0, 0.1);
}
#quoteform .container .contact__warp--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
#quoteform .container .contact__warp--privacy--checks--checkbox {
  color: #0f1111;
}
#quoteform .container .contact__warp--privacy--checks input[type=checkbox] {
  display: none;
}
#quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Zen Old Mincho", serif;
  color: #0f1111;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #0f1111;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
#quoteform .container .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
#quoteform .container .contact__warp--privacy--attention {
  margin: 2rem 0;
}
#quoteform .container .contact__warp--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  width: 80%;
  text-align: justify;
  line-height: 1.5;
  margin: 0 auto;
}
#quoteform .container .contact__warp--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4rem;
}
#quoteform .container .contact__warp--submit--button {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  background-color: #C81D1D;
  color: #ffffff;
  border: 1px solid #C81D1D;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
#quoteform .container .contact__warp--submit--button:hover {
  background-color: #ffffff;
  color: #C81D1D;
}

@media screen and (max-width: 1024px) {
  #quoteform .container .contact__warp {
    padding: 0rem;
  }
  #quoteform .container .contact__warp--formbox {
    padding: 3rem 5rem;
  }
  #quoteform .container .contact__warp--formbox--list--contents {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #quoteform .container .contact__warp--formbox--list .filebox input[type=file] {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li {
    width: calc(50% - 0.5rem);
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #quoteform .container .contact__warp--formbox {
    padding: 2rem 3rem;
  }
  #quoteform .container .contact__warp--formbox--list {
    display: flex;
    flex-flow: column;
  }
  #quoteform .container .contact__warp--formbox--list--title {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    margin: 0 0 0.25rem;
    padding-left: 0;
  }
  #quoteform .container .contact__warp--formbox--list--title p {
    margin: 0 0 0 1rem;
  }
  #quoteform .container .contact__warp--formbox--list--title label {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #quoteform .container .contact__warp--formbox--list--title span {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.25rem;
  }
  #quoteform .container .contact__warp--formbox--list--contents {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=text],
  #quoteform .container .contact__warp--formbox--list--contents input[type=email],
  #quoteform .container .contact__warp--formbox--list--contents input[type=tel],
  #quoteform .container .contact__warp--formbox--list--contents select,
  #quoteform .container .contact__warp--formbox--list--contents textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=text]:focus,
  #quoteform .container .contact__warp--formbox--list--contents input[type=email]:focus,
  #quoteform .container .contact__warp--formbox--list--contents input[type=tel]:focus,
  #quoteform .container .contact__warp--formbox--list--contents select:focus,
  #quoteform .container .contact__warp--formbox--list--contents textarea:focus {
    border-bottom-color: #0f1111;
    outline: none;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=date] {
    width: 80%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=date]:focus {
    border-bottom-color: #0f1111;
    outline: none;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period {
    display: flex;
    align-items: flex-end;
    gap: 0rem;
    white-space: nowrap;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
    margin-right: 2rem;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period input[type=radio] {
    margin: 0;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period label:hover {
    opacity: 0.5;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period input[type=date] {
    margin-left: 1rem;
    width: auto;
  }
  #quoteform .container .contact__warp--formbox--list--contents ::-moz-placeholder {
    color: #aaa;
  }
  #quoteform .container .contact__warp--formbox--list--contents ::placeholder {
    color: #aaa;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=radio]:checked + label,
  #quoteform .container .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li label {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li label:hover {
    border-bottom-color: #007bff;
  }
  #quoteform .container .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 0.5px #0f1111;
    margin: 0 0 2rem 0;
  }
  #quoteform .container .contact__warp--privacy--box {
    padding: 2rem 2rem 2rem 1rem;
    margin: 0 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #quoteform .container .contact__warp--privacy--box p {
    margin: 0 0 1rem;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #quoteform .container .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list h4 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
    color: #0f1111;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    padding-left: 0px;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    content: counter(marusu);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
    content: "";
    border: 1px solid #0f1111;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 49%;
    left: -22px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    padding: 0.25rem 1rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #quoteform .container .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #quoteform .container .contact__warp--privacy--checks--checkbox {
    color: #0f1111;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Zen Old Mincho", serif;
    color: #0f1111;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #0f1111;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #quoteform .container .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #quoteform .container .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    line-height: 1.5;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #quoteform .container .contact__warp--tel {
    width: 90%;
    margin: 0 auto;
  }
  #quoteform .container .contact__warp--tel--info {
    width: 100%;
    margin: 0rem 0rem 0rem;
    padding: 0;
    text-align: center;
  }
  #quoteform .container .contact__warp--tel--info p {
    line-height: 1.5;
    text-align: center;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    margin-bottom: 3rem;
  }
  #quoteform .container .contact__warp--tel--info p .br {
    display: block;
  }
  #quoteform .container .contact__warp--tel--info a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    font-family: "Zen Old Mincho", serif;
    color: #0f1111;
    margin: 1rem auto;
  }
  #quoteform .container .contact__warp--tel--info a i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    margin: 0 0.5rem 0 0;
  }
  #quoteform .container .contact__warp--tel--attention {
    padding: 2rem;
    border: solid 1px #dedede;
    margin: 0 0 2rem;
  }
  #quoteform .container .contact__warp--tel--attention p {
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 0.5rem;
  }
  #quoteform .container .contact__warp--tel--attention p:last-child {
    margin: 0;
  }
  #quoteform .container .contact__warp--tel--attention p::before {
    content: "※";
  }
  #quoteform .container .contact__warp--formbox {
    padding: 2rem;
  }
  #quoteform .container .contact__warp--formbox--list--contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=text],
  #quoteform .container .contact__warp--formbox--list--contents input[type=email],
  #quoteform .container .contact__warp--formbox--list--contents input[type=tel],
  #quoteform .container .contact__warp--formbox--list--contents select,
  #quoteform .container .contact__warp--formbox--list--contents textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    transition: border-color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=text]:focus,
  #quoteform .container .contact__warp--formbox--list--contents input[type=email]:focus,
  #quoteform .container .contact__warp--formbox--list--contents input[type=tel]:focus,
  #quoteform .container .contact__warp--formbox--list--contents select:focus,
  #quoteform .container .contact__warp--formbox--list--contents textarea:focus {
    border-bottom-color: #0f1111;
    outline: none;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=date] {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=date]:focus {
    border-bottom-color: #0f1111;
    outline: none;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    white-space: nowrap;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
    margin-right: 2rem;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period input[type=radio] {
    margin: 0;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period label:hover {
    opacity: 0.5;
  }
  #quoteform .container .contact__warp--formbox--list--contents .time_period input[type=date] {
    margin-left: 1rem;
    width: auto;
  }
  #quoteform .container .contact__warp--formbox--list--contents ::-moz-placeholder {
    color: #aaa;
  }
  #quoteform .container .contact__warp--formbox--list--contents ::placeholder {
    color: #aaa;
  }
  #quoteform .container .contact__warp--formbox--list--contents input[type=radio]:checked + label,
  #quoteform .container .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox {
    width: 100%;
    display: flex;
    gap: 0rem;
    flex-wrap: wrap;
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li label {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
  }
  #quoteform .container .contact__warp--formbox--list--contents--checkbox li label:hover {
    border-bottom-color: #007bff;
  }
  #quoteform .container .contact__warp--privacy {
    width: 95%;
  }
  #quoteform .container .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 1px #0f1111;
    margin: 0 0 2rem 0;
  }
  #quoteform .container .contact__warp--privacy--box {
    padding: 0 2rem 2rem 1rem;
    margin: 2rem 0;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #quoteform .container .contact__warp--privacy--box p {
    margin: 0 0 1rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list h4 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    color: #0f1111;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    padding-left: 0px;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    content: counter(marusu);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
    content: "";
    border: 1px solid #0f1111;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 49%;
    left: -22px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    padding: 0.25rem 1rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #quoteform .container .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #quoteform .container .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #quoteform .container .contact__warp--privacy--checks--checkbox {
    color: #0f1111;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Zen Old Mincho", serif;
    color: #0f1111;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #0f1111;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #quoteform .container .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #quoteform .container .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #quoteform .container .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    line-height: 1.5;
  }
}
.simplebar-track {
  background: #E5E5E5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #0f1111;
  /* ここでバーの色を設定 */
}

#thanks {
  background-color: #eee;
  padding: 1rem;
}
#thanks .thanks__warp {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#thanks .thanks__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#thanks .thanks__warp h2 span {
  display: inline-block;
}
#thanks .thanks__warp--comment {
  margin: 0rem 0 0 0;
}
#thanks .thanks__warp--comment p {
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  text-align: justify;
}
#thanks .thanks__warp--message {
  margin: 2rem 0;
  border: solid 1px #C81D1D;
  padding: 2rem;
  background-color: #ffffff;
}
#thanks .thanks__warp--message p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

#err {
  padding: 1rem;
  background-color: #151515;
}
#err .err__warp {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#err .err__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#err .err__warp--comment {
  margin: 0rem 0 0 0;
  color: #ffffff;
}
#err .err__warp--address {
  margin: 2rem 0;
  border: solid 1px #C81D1D;
  padding: 1rem;
}
#err .err__warp--address table {
  width: 100%;
}
#err .err__warp--address table tbody tr th {
  width: 140px;
  background-color: #0f1111;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#err .err__warp--address table tbody tr td {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  width: calc(100% - 140px);
  padding: 1rem;
  border-bottom: solid 1px #0f1111;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  #err .err__warp--address table tbody tr th {
    width: 90px;
  }
  #err .err__warp--address table tbody tr td {
    width: calc(100% - 90px);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #0f1111;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          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: #C81D1D;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #C81D1D;
  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-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

#calender {
  background: #222222;
}
#calender .container .section-title {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: none;
  z-index: 5;
  padding-bottom: 5px;
  width: 100%;
}
#calender .container .section-title .section-en {
  display: block;
  font-weight: 900;
  color: rgba(157, 55, 55, 0.5);
  letter-spacing: 0.15em;
  position: absolute;
  top: -0.9em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#calender .container .calender__content table {
  border: #0f1111 1px solid;
  width: 100%;
}
#calender .container .calender__content table tbody tr {
  border-bottom: #0f1111 1px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
#calender .container .calender__content table tbody tr th,
#calender .container .calender__content table tbody tr td {
  border-right: #0f1111 1px solid;
}
#calender .container .calender__content table tbody tr th:last-child,
#calender .container .calender__content table tbody tr td:last-child {
  border-right: none;
}
#calender .container .calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #C81D1D;
  color: #ffffff;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#calender .container .calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  aspect-ratio: 2/1.7;
  padding: 5px;
  padding-top: 0;
  background-color: #ffffff;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  #calender .container .calender__content table tbody tr td {
    aspect-ratio: auto;
  }
}
#calender .container .calender__content table tbody tr td .date {
  font-weight: bold;
  color: #0f1111;
}
#calender .container .calender__content table tbody tr td.sat .date {
  color: blue;
}
#calender .container .calender__content table tbody tr td.holiday .date, #calender .container .calender__content table tbody tr td.sun .date {
  color: red;
}
#calender .container .calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
#calender .container .calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
#calender .container .calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
#calender .container .calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
#calender .container .calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
#calender .container .calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
@container (max-width: 60px) {
  #calender .container .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
#calender .container .calender__content table tbody tr:last-child {
  border-bottom: none;
}
#calender .container .calender__content .event-button {
  background: #7E2326;
  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 .container .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 .container .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: 80%;
}
#calender .container .calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
#calender .container .calender__content .modal-title {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 20px;
  color: #0f1111;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#calender .container .calender__content .modal-events {
  margin-top: 10px;
}
#calender .container .calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
#calender .container .calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
#calender .container .calender__content .cms_calendar.current-month {
  display: block;
}
#calender .container .calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#calender .container .calender__content .d_null {
  background-color: #ddd;
}
#calender .container .calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
#calender .container .calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
#calender .container .calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
#calender .container .calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background-color: #C81D1D;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border: 1px solid #C81D1D;
  transition: all 0.3s;
}
#calender .container .calender__content .btn:hover {
  color: #C81D1D;
  background-color: #ffffff;
}
#calender .container .calender__content .calender__note {
  margin-top: 30px;
}
#calender .container .calender__content h3 {
  color: #fff;
}
#calender .container .calender__content .section__note .wrap-note {
  background-color: #fff;
  padding: 1rem;
}

#calender {
  padding: 0 0 2rem;
  overflow: hidden;
}
#calender .container {
  padding: 2rem 1rem;
}
#calender .container .section {
  width: 90%;
  max-width: 1280px;
  margin-inline: auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#calender .container .section.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #calender .container .section {
    width: 100%;
  }
}

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: 20px;
  background-color: #C81D1D;
  color: #ffffff;
  border: 1px solid #C81D1D;
  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: #C81D1D;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 90px;
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #back-to-top {
    right: 15px;
    font-size: 18px;
  }
}
/* レスポンシブ対応: 画面幅が400px以下の場合 */
@media (max-width: 400px) {
  #back-to-top {
    bottom: 90px;
    right: 10px;
  }
}
#footer {
  position: relative;
  background-image: url("../../img/common/contents/footer.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .footer-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding-top: 3rem;
}
#footer .footer-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#footer .footer-section .footer__warp {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer-section .footer__warp--logo {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5rem 0 2rem;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#footer .footer-section .footer__warp--logo img {
  width: 100%;
  margin: 0.5rem 0;
}
#footer .footer-section .footer__warp--logo:hover {
  transform: scale(1.05);
  /* ホバー時に少し拡大 */
  opacity: 0.7;
  /* ホバー時に透明度を少し下げる */
}
#footer .footer-section .footer__warp--logo .text {
  color: #fff;
  transition: color 0.5s;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: bold;
  z-index: 1;
  /* 擬似要素の下に隠れないように設定 */
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
#footer .footer-section .footer__warp--logo .text span {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  margin-right: 1rem;
}
#footer .footer-section .footer__warp .footer__warp--box {
  gap: 2rem;
}
#footer .footer-section .footer__warp .footer__warp--box--logo-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#footer .footer-section .footer__warp .footer__warp--box--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* テキストを中央揃え */
  color: #0f1111;
  width: 90%;
  margin: 0 auto 1rem;
  max-width: 250px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333), 0 0 2px #fff;
  padding: 0.2em 0.2em;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
}
#footer .footer-section .footer__warp .footer__warp--box--logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0.1em 0;
  position: relative;
  z-index: 2;
  text-align: left;
  color: #ffffff;
}
#footer .footer-section .footer__warp .footer__warp--box--logo:hover {
  opacity: 0.7;
}
#footer .footer-section .footer__warp .footer__warp--box--logo:hover::after {
  opacity: 1;
}
#footer .footer-section .footer__warp .footer__warp--box--address {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .footer__warp--box--address p,
#footer .footer-section .footer__warp .footer__warp--box--address a {
  margin: 0.5rem 0;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
}
#footer .footer-section .footer__warp .footer__warp--box--address a {
  font-weight: bold;
}
#footer .footer-section .footer__warp .footer__warp--box--hours {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .footer__warp--box--hours p,
#footer .footer-section .footer__warp .footer__warp--box--hours a {
  margin: 0.5rem 0;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
}
#footer .footer-section .footer__warp .footer__warp--box--hours a {
  font-weight: bold;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox {
  flex: 1;
  text-align: center;
  line-height: 1.5;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0.5rem;
  padding: 1rem 2.4rem;
  border-radius: 36px;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #030303;
  background: linear-gradient(120deg, #e6e6e6 0%, #b0b0b0 30%, #fff 50%, #b0b0b0 70%, #e6e6e6 100%);
  border: 2px solid #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.22s, color 0.18s, border 0.18s, box-shadow 0.3s, transform 0.3s;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 60%;
  height: 220%;
  background: linear-gradient(120deg, transparent 0%, #fff 45%, #fff 55%, transparent 100%);
  opacity: 0.25;
  transform: rotate(15deg);
  pointer-events: none;
  transition: opacity 0.18s;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a i {
  margin-right: 0.5rem;
  font-size: 1.2em;
  color: #030303;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5333333333));
  transition: color 0.18s, filter 0.18s;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a:hover, #footer .footer-section .footer__warp .footer__warp--box--contactbox a:focus {
  color: #C81D1D;
  border-color: #C81D1D;
  transform: translateY(-2px) scale(1.06);
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a:hover i, #footer .footer-section .footer__warp .footer__warp--box--contactbox a:focus i {
  color: #C81D1D;
}
#footer .footer-section .footer__warp .footer__warp--box--contactbox a:hover::before, #footer .footer-section .footer__warp .footer__warp--box--contactbox a:focus::before {
  opacity: 0.45;
  animation: metallic-gloss 1.2s linear 1;
}
@keyframes metallic-gloss {
  0% {
    left: -60%;
    opacity: 0.25;
  }
  60% {
    left: 100%;
    opacity: 0.7;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
#footer .footer-section .footer__warp .footer__warp--box--map {
  max-width: 1024px;
  margin: 2rem auto 0;
}
#footer .footer-section .footer__warp .footer__warp--box--map iframe {
  width: 100%;
  max-width: 1024px;
  aspect-ratio: 2/0.6;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box--map iframe {
    aspect-ratio: 2/1.3;
  }
}
#footer .footer-section .footer__nav {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
#footer .footer-section .footer__nav--warp {
  max-width: 800px;
  margin: 0 auto;
}
#footer .footer-section .footer__nav--warp nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
#footer .footer-section .footer__nav--warp nav ul li {
  padding: 0.5rem 1rem;
}
#footer .footer-section .footer__nav--warp nav ul li a {
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
#footer .footer-section .footer__nav--warp nav ul li a span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  font-weight: normal;
}
#footer .footer-section .footer__nav--warp nav ul li a:hover {
  opacity: 0.5;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  background-color: #7E2326;
  color: #fff;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
}
@media (max-width: 768px) {
  #footer .footer__copy {
    padding-bottom: 80px;
  }
}
#footer .pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
}
#footer .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #71706F;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
#footer .pagetop a:hover {
  background-color: #7E2326;
  color: #DAD8D8;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

@media screen and (max-width: 1107px) {
  #footer .footer-section {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-section .footer__warp .footer__warp--box {
    flex-direction: column;
    padding: 1rem 1rem 1rem;
  }
  #footer .footer-section .footer__warp .footer__warp--box--logo {
    margin-bottom: 0.5rem;
  }
  #footer .footer-section .footer__warp .footer__warp--box--logo figure {
    margin: 0;
  }
  #footer .footer-section .footer__warp .footer__warp--box--address p {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--box .facility1__logo {
    width: 100%;
  }
  #footer .footer-section .footer__warp .footer__warp--box .facility1__address {
    width: 280px;
    margin: 0 auto;
  }
  #footer .footer__copy br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer__warp--box {
    flex-direction: column;
    line-height: 3;
    padding-bottom: 0;
  }
  #footer .footer__warp--box--contactbox span {
    display: none;
  }
}
@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 */