@charset "UTF-8";
/*-----------------------------------------
    Reset
-----------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/*-----------------------------------------
    Color
-----------------------------------------*/
/*-----------------------------------------
    font-family
-----------------------------------------*/
/*-----------------------------------------
    font-size
-----------------------------------------*/
/*-----------------------------------------
    Width
-----------------------------------------*/
/*-----------------------------------------
    Height
-----------------------------------------*/
/*-----------------------------------------
    z-index
-----------------------------------------*/
/*-----------------------------------------
    Mixin
-----------------------------------------*/
/*-----------------------------------------
    スマホでhover無効化
-----------------------------------------*/
* {
  line-height: 1.7;
  font-family: "baileywick-jf-gothic", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  scroll-behavior: smooth;
}

/*** フェードインzアニメーション  ***/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #FDFCFB;
  animation: fadeIn 1.5s forwards;
  color: #474644;
}
body.hidden {
  overflow: hidden;
}

.sp-width {
  max-width: 480px;
  margin: auto;
  position: relative;
  background-color: #f9f9f9;
}

.bg-gray {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #EDEDED;
  z-index: -9999;
  pointer-events: none;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  font-weight: 600;
  line-height: 1.4;
}

h3 {
  color: #474644;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 0.875rem;
}

p {
  letter-spacing: 0.05rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

span {
  font-weight: 400;
}

li {
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-size: 13px;
}

button {
  font-weight: 400;
  letter-spacing: 0.1rem;
}

dt {
  font-weight: 400;
}

.contents-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(4rem);
  transition: opacity 1s, visibility 1s, transform 1s ease;
}
.contents-hidden.fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.contents-hidden_out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility 1s;
  will-change: opacity, visibility;
}
.contents-hidden_out.fadein {
  opacity: 1;
  visibility: visible;
}

.contents-hidden_blur {
  opacity: 0;
  visibility: hidden;
  -ms-filter: blur(10px);
  filter: blur(10px);
  transition: opacity 1.5s, visibility 1.5s, filter 2s;
}
.contents-hidden_blur.fadein {
  opacity: 1;
  visibility: visible;
  -ms-filter: blur(0);
  filter: blur(0);
}

.hide {
  transition: all 0.3s ease;
  transform: translateY(-100%); /* 上に消えるようにする */
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-up-trigger {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s, transform 0.8s ease-out;
}
.fade-up-trigger.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-group .fade-up-trigger:nth-child(1) {
  transition-delay: 0.2s;
}
.fade-up-group .fade-up-trigger:nth-child(2) {
  transition-delay: 0.4s;
}
.fade-up-group .fade-up-trigger:nth-child(3) {
  transition-delay: 0.6s;
}
.fade-up-group .fade-up-trigger:nth-child(4) {
  transition-delay: 0.8s;
}
.fade-up-group .fade-up-trigger:nth-child(5) {
  transition-delay: 1s;
}
.fade-up-group .fade-up-trigger:nth-child(6) {
  transition-delay: 1.2s;
}
.fade-up-group .fade-up-trigger:nth-child(7) {
  transition-delay: 1.4s;
}
.fade-up-group .fade-up-trigger:nth-child(8) {
  transition-delay: 1.6s;
}
.fade-up-group .fade-up-trigger:nth-child(9) {
  transition-delay: 1.8s;
}
.fade-up-group .fade-up-trigger:nth-child(10) {
  transition-delay: 2s;
}

.fade-up {
  opacity: 0;
  transform: translateY(2rem);
  animation: fadeInUp 0.7s ease-out forwards;
  animation-delay: 0.3s;
}

.section__inner {
  max-width: 87.5rem;
  margin: auto;
  z-index: 0;
  position: relative;
}

/* ===============================================
# header
=============================================== */
.header {
  position: fixed;
  top: 0;
  z-index: 1200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 6rem;
  max-width: 480px;
  margin: auto;
}
.header .header__logo svg {
  width: auto;
  height: 2rem;
  vertical-align: middle;
}
.header .header__logo svg path {
  fill: #f9f9f9;
  transition: fill 0.3s ease;
}
.header .openbtn {
  position: relative;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  background-color: #474644;
  z-index: 1900;
  border-radius: 0.25rem;
}
.header .openbtn span {
  display: inline-block;
  transition: all 0.3s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0.07rem;
  background: #f9f9f9;
  width: 50%;
}
.header .openbtn span:nth-of-type(1) {
  top: 0.95rem;
}
.header .openbtn span:nth-of-type(2) {
  top: 1.5rem;
}
.header .openbtn span:nth-of-type(3) {
  top: 2.05rem;
}
.header .openbtn.active span:nth-of-type(1) {
  top: 1.5rem;
  transform: translate(-50%, 0) rotate(45deg);
}
.header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .openbtn.active span:nth-of-type(3) {
  top: 1.5rem;
  transform: translate(-50%, 0) rotate(-45deg);
}
.header .header-nav__wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .header-nav__wrapper .header-nav__lists {
  display: none;
}
.header .header-nav__wrapper .header-nav__list {
  position: relative;
  transition: all 0.3s;
  display: flex;
}
.header .header-nav__wrapper .header-nav__list .header-nav__list-child-lineup {
  color: #f9f9f9;
}
.header .header-nav__wrapper .header-nav__list .header-nav__list-child {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  cursor: pointer;
  width: 7.6rem;
  color: #f9f9f9;
}
.header .header-nav__wrapper .header-nav__list .header-nav__list-child span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.header .header-nav__wrapper .header-nav__list .header-nav__list-child span:first-child {
  transform: translateY(0);
}
.header .header-nav__wrapper .header-nav__list .header-nav__list-child span:last-child {
  position: absolute;
  transform: translateY(100%);
}
.header .header-nav__wrapper .header-nav__list .header-nav__list-child-lineup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-nav__wrapper .header-nav__list .header-nav__list-child-lineup:hover + .header-nav-dropdown__lists {
    visibility: visible;
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .header-nav__wrapper .header-nav__list .header-nav__list-child:hover span:first-child {
    transform: translateY(-100%);
  }
  .header .header-nav__wrapper .header-nav__list .header-nav__list-child:hover span:last-child {
    transform: translateY(0);
  }
}
.header .header-nav__wrapper .header-nav-dropdown__lists {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 2rem;
  right: -75%;
  background-color: #FDFCFB;
  padding: 2rem 4%;
  display: flex;
  gap: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .header .header-nav__wrapper .header-nav-dropdown__lists:hover {
    visibility: visible;
    opacity: 1;
  }
}
.header .header-nav__wrapper .header-nav-dropdown__list {
  width: 12rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-nav__wrapper .header-nav-dropdown__list:hover {
    opacity: 0.7;
  }
}
.header .header-nav__wrapper .header-nav-dropdown__list a {
  display: block;
  text-decoration: none;
  color: #474644;
}
.header .header-nav__wrapper .header-nav-dropdown__list .dropdown-thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.header .header-nav__wrapper .header-nav-dropdown__list .dropdown-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.header .header-nav__wrapper .header-nav-dropdown__list .dropdown-info {
  padding-top: 0.5rem;
}
.header .header-nav__wrapper .header-nav-dropdown__list .dropdown-info .dropdown-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
.header .header-nav__wrapper .header-nav-dropdown__list .dropdown-info .dropdown-slug {
  display: block;
  font-size: 0.625rem;
  color: #9B8362;
  margin-top: 0.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-nav__wrapper .header-nav-dropdown__list:hover .dropdown-thumbnail img {
    transform: scale(1.05);
  }
}
.header .header-nav__wrapper .dli-chevron-down {
  transition: transform 0.3s ease;
}
.header .header-black {
  background-color: #474644;
}
.header .header-g-nav {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: flex;
  pointer-events: none;
  transition: 0.3s ease-in;
}
.header .header-g-nav.panelactive {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease-in;
}
.header .header-g-nav .header-g-nav-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100vh;
  background-color: #FAFAFA;
  overflow: auto;
  -ms-overflow-scrolling: touch;
}
.header .header-g-nav li.header-g-nav-list_sns {
  display: flex;
}
.header .header-g-nav .header-g-nav-list ul {
  background-color: #FAFAFA;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 20px 60px;
}
.header .menu__wrapper {
  background-color: #f9f9f9;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  padding: 5rem 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  margin: 0 auto;
}
.header .menu__wrapper .menu__inner-request {
  width: 100%;
  padding-bottom: 3rem;
}
.header .menu__wrapper .menu__inner-request ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header .menu__wrapper .menu__inner-request .menu__item-request {
  width: 100%;
  max-width: 20rem;
}
.header .menu__wrapper .menu__inner-request .menu__item-request .contact {
  background-color: #9F8A53;
}
.header .menu__wrapper .menu__inner-request .menu__item-request .consultation {
  background-color: #474644;
}
.header .menu__wrapper .menu__inner-request .menu__item-request a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 2.5rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .menu__wrapper .menu__inner-request .menu__item-request a:hover {
    opacity: 0.8;
  }
}
.header .menu__wrapper .menu__inner-request .menu__item-request a svg {
  width: 1.25rem;
  height: auto;
  color: #f9f9f9;
}
.header .menu__wrapper .menu__inner-request .menu__item-request a p {
  color: #f9f9f9;
  font-size: 0.875rem;
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .header .menu__wrapper .menu__inner-request .menu__item-request a:hover .arrow-right.initial {
    transform: translateX(200%);
  }
  .header .menu__wrapper .menu__inner-request .menu__item-request a:hover .arrow-right.hover {
    transform: translateX(0);
  }
}
.header .menu__wrapper .menu__inner {
  width: 100%;
}
.header .menu__wrapper .menu__inner .menu__item {
  padding: 1.25rem 0.5rem;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.header .menu__wrapper .menu__inner .menu__item a,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .menu__wrapper .menu__inner .menu__item a:hover,
  .header .menu__wrapper .menu__inner .menu__item .menu__toggle:hover {
    color: #036EB8;
  }
  .header .menu__wrapper .menu__inner .menu__item a:hover .arrow-right.initial,
  .header .menu__wrapper .menu__inner .menu__item .menu__toggle:hover .arrow-right.initial {
    transform: translateX(200%);
  }
  .header .menu__wrapper .menu__inner .menu__item a:hover .arrow-right.hover,
  .header .menu__wrapper .menu__inner .menu__item .menu__toggle:hover .arrow-right.hover {
    transform: translateX(0);
  }
}
.header .menu__wrapper .menu__inner .menu__item a.menu__toggle,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle.menu__toggle {
  position: relative;
  padding: 0;
  padding-right: 1.75rem;
  background: none;
  border: 0;
  text-align: left;
  color: #474644;
  cursor: pointer;
}
.header .menu__wrapper .menu__inner .menu__item a.menu__toggle::before, .header .menu__wrapper .menu__inner .menu__item a.menu__toggle::after,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle.menu__toggle::before,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle.menu__toggle::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 0.75rem;
  height: 1.5px;
  background-color: #474644;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.header .menu__wrapper .menu__inner .menu__item a.menu__toggle::before,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle.menu__toggle::before {
  transform: translateY(-50%);
}
.header .menu__wrapper .menu__inner .menu__item a.menu__toggle::after,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle.menu__toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.header .menu__wrapper .menu__inner .menu__item a.menu__toggle.is-open::after,
.header .menu__wrapper .menu__inner .menu__item .menu__toggle.menu__toggle.is-open::after {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}
.header .menu__wrapper .menu__inner .menu__item .menu__item-text p {
  font-size: 13px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.header .menu__wrapper .menu__inner .menu__item .menu__item-text span {
  font-size: 0.75rem;
  color: #919086;
}
.header .menu__wrapper .menu__inner .menu__item .menu__child {
  display: none;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 0.25rem;
}
.header .menu__wrapper .menu__inner .menu__item .menu__child-item {
  margin-top: 0.5rem;
}
.header .menu__wrapper .menu__inner .menu__item .menu__child-item::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.1rem;
  vertical-align: middle;
  background-color: #474644;
  margin-right: 0.5rem;
}
.header .menu__wrapper .menu__inner .menu__item .menu__child-item a {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  width: auto;
  display: inline;
}

.top-catalog-fixed-btn__wrapper {
  position: fixed;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  padding-right: 1rem;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .top-catalog-fixed-btn__wrapper {
    display: none;
  }
}

.top-catalog-fixed-btn {
  display: block;
  margin-left: auto;
  width: 6.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.top-catalog-fixed-btn.is-show {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) and (pointer: fine) {
  .top-catalog-fixed-btn:hover {
    opacity: 0.7;
  }
}
.top-catalog-fixed-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.color-change-hover a {
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .color-change-hover a:hover {
    color: #036EB8;
  }
  .color-change-hover a:hover svg {
    color: #036EB8;
  }
}
.color-change-hover svg {
  transition: color 0.2s ease-in-out;
}

.opacity-hover a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .opacity-hover a:hover {
    opacity: 0.6;
  }
}

.img-hover .item-title {
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .img-hover:hover .item-title {
    color: #036EB8;
  }
  .img-hover:hover .thumbnail img {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
.img-hover .thumbnail {
  aspect-ratio: 4/3;
  background-color: #f9f9f9;
  overflow: hidden;
}
.img-hover .thumbnail img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #f9f9f9;
  line-height: 1;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.65rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.underline {
  text-decoration: underline;
}

.icon-wrap {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #474644;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 0.15rem;
  transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.request-btn {
  display: none;
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .request-btn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.request-btn .request-btn__wrapper {
  border-radius: 2.5rem;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.request-btn .request-btn__wrapper.contact {
  background-color: #9F8A53;
}
.request-btn .request-btn__wrapper.consultation {
  background-color: #474644;
}
@media (hover: hover) and (pointer: fine) {
  .request-btn .request-btn__wrapper:hover {
    opacity: 0.8;
  }
}
.request-btn .request-btn__inner {
  padding: 1.5rem 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.request-btn .request-btn__inner svg {
  width: 1rem;
  height: auto;
  color: #f9f9f9;
}
.request-btn .request-btn__inner p {
  color: #f9f9f9;
  font-size: 0.875rem;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.05em;
  line-height: 1;
}

.request-btn-sp {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.request-btn-sp.is-show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .request-btn-sp.is-show {
    display: none;
  }
}
.request-btn-sp a {
  flex: 1;
}
.request-btn-sp svg {
  width: 1rem;
  color: #f9f9f9;
}
.request-btn-sp .request-btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4rem;
  background-color: #474644;
  color: #f9f9f9;
  z-index: 1000;
  border-right: 0.025rem solid #f9f9f9;
  transition: opacity 0.3s ease;
}
.request-btn-sp .request-btn__wrapper:last-child {
  border-right: 0;
}
.request-btn-sp .request-btn__wrapper.contact {
  background-color: #9F8A53;
}
.request-btn-sp .request-btn__wrapper.consultation {
  background-color: #474644;
}
.request-btn-sp .request-btn__wrapper.tel {
  background-color: #919086;
}
@media (hover: hover) and (pointer: fine) {
  .request-btn-sp .request-btn__wrapper:hover {
    opacity: 0.8;
  }
}
.request-btn-sp .request-btn__wrapper .request-btn__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pc-top-wrap__left,
.pc-top-wrap__right {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc-top-wrap__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    width: calc((100vw - 480px) / 2);
    max-width: 520px;
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pc-top-wrap__left.is-fixed-width {
    margin: 0 auto;
  }
  .site-logo {
    display: block;
    text-align: center;
    max-width: 380px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem 2rem;
    border-radius: 0 0 2.5rem;
    background-color: #f9f9f9;
  }
  .site-logo img {
    width: 14rem;
    height: auto;
    display: inline-block;
  }
  .pc-top-wrap__left-center p {
    color: #ADADAD;
    letter-spacing: 0.1rem;
  }
  .pc-top-wrap__left-center h1 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
  }
  .pc-top-wrap__left-bottom {
    bottom: 2rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    max-width: 400px;
  }
  .pc-top-wrap__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10.4166666667dvh;
    position: fixed;
    top: 0;
    right: 0;
    width: calc((100vw - 480px) / 2);
    height: 100%;
    padding-top: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
  }
  .pc-top-wrap__right.is-fixed-width {
    margin: 0 auto;
  }
  .g-nav__inner {
    position: relative;
    z-index: 1;
  }
  .g-nav__inner .menu__inner {
    width: 100%;
  }
  .g-nav__inner .g-nav__item {
    display: block;
    color: #474644;
    font-weight: 400;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    border-bottom: 0.05rem solid #9B8362;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .g-nav__inner .g-nav__item:last-child {
    margin-bottom: 0;
  }
  .g-nav__inner .g-nav__item a,
  .g-nav__inner .g-nav__item .menu__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #474644;
    transition: color 0.3s ease;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .g-nav__inner .g-nav__item a:hover,
  .g-nav__inner .g-nav__item .menu__toggle:hover {
    color: #036EB8;
  }
}
@media screen and (min-width: 1024px) {
  .g-nav__inner .g-nav__item .menu__toggle {
    position: relative;
    padding: 0 1.75rem 0 0;
    background: none;
    border: 0;
    text-align: left;
    cursor: pointer;
  }
  .g-nav__inner .g-nav__item .menu__toggle::before, .g-nav__inner .g-nav__item .menu__toggle::after {
    content: "";
    position: absolute;
    right: 0.25rem;
    top: 50%;
    width: 0.75rem;
    height: 1.5px;
    background-color: #474644;
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .g-nav__inner .g-nav__item .menu__toggle::before {
    transform: translateY(-50%);
  }
  .g-nav__inner .g-nav__item .menu__toggle::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .g-nav__inner .g-nav__item .menu__toggle.is-open::after {
    transform: translateY(-50%) rotate(90deg) scaleX(0);
  }
  .g-nav__inner .g-nav__item .menu__item-text p {
    font-size: 13px;
    letter-spacing: 0.1rem;
    font-weight: 600;
  }
  .g-nav__inner .g-nav__item .menu__child {
    display: none;
    padding-top: 0.75rem;
    padding-left: 0.75rem;
  }
  .g-nav__inner .g-nav__item .menu__child-item {
    margin-top: 0.5rem;
  }
  .g-nav__inner .g-nav__item .menu__child-item::before {
    content: "";
    display: inline-block;
    width: 0.625rem;
    height: 0.1rem;
    vertical-align: middle;
    background-color: #474644;
    margin-right: 0.5rem;
  }
  .g-nav__inner .g-nav__item .menu__child-item a {
    display: inline;
    width: auto;
    font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  }
  .pc-top-house-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .pc-top-house-img img {
    max-width: 300px;
  }
}
.back-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .back-text {
    display: block;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    overflow: visible;
    color: #f3f3f3;
    font-size: 12rem;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.35s ease;
  }
  .back-text.is-ready {
    opacity: 1;
  }
}

/* ===============================================
# top-view
=============================================== */
@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.top-view__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-view__wrapper {
    overflow: visible;
  }
}
.top-view__wrapper .top-view-main-img {
  display: flex;
  justify-content: center;
  width: calc(100% + 3rem);
  max-width: 560px;
  margin-inline: -1.5rem;
  overflow: hidden;
}
.top-view__wrapper .top-view-main-img img {
  transform: scale(0);
  transform-origin: center center;
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.18, 1.2, 0.32, 1), opacity 1s ease-out;
  transition-delay: 1s;
}
.top-view__wrapper .top-view-main-img img.is-loaded {
  transform: scale(1);
  opacity: 1;
}
.top-view__wrapper .top-view__inner {
  position: absolute;
  bottom: 0;
  left: 4%;
  color: #f9f9f9;
  transform: translateY(-45%);
  letter-spacing: 5px;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .top-view__wrapper .top-view__inner {
    left: 3.125rem;
  }
}
.top-view__wrapper .top-view__inner h1 {
  padding-bottom: clamp(1rem, 0.5rem + 1.6vw, 1.5rem);
  font-size: clamp(1.5rem, 0.75rem + 2.4vw, 2.25rem);
  line-height: 1.6;
}
.top-view__wrapper .top-view__inner .top-view__item hr {
  width: clamp(2.5rem, 1rem + 4.8vw, 4rem);
}
.top-view__wrapper .top-view__inner .top-view__item p {
  color: #f9f9f9;
  letter-spacing: 0.15rem;
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  padding-top: clamp(1.5rem, 1rem + 1.6vw, 2rem);
  line-height: 2;
}
.top-view__wrapper .top-view_hidden {
  opacity: 0; /* 非表示 */
  visibility: hidden; /* レイアウトから除外 */
  transition: opacity 0.5s ease, visibility 0.5s ease; /* スムーズなフェードイン */
}
.top-view__wrapper .top-view_visible {
  opacity: 1; /* 表示 */
  visibility: visible; /* レイアウトに含む */
}
.top-view__wrapper .eachTextAnime span {
  opacity: 0; /* 初期状態で透明 */
  visibility: hidden; /* 完全に非表示 */
  display: inline-block; /* 必須: アニメーション時に要素が崩れないように */
}
.top-view__wrapper .eachTextAnime.appeartext span {
  visibility: visible; /* 表示可能に */
  animation: text_anime_on 1s ease-out forwards; /* アニメーション適用 */
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-view__wrapper .top-view-news__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .top-view__wrapper .top-view-news__inner {
    bottom: 2rem;
    width: 50%;
    right: 3rem;
    left: auto;
    border-radius: 2.5rem;
    overflow: hidden;
  }
}
.top-view__wrapper .top-view-news__inner .top-view-news__label {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-view__wrapper .top-view-news__inner .top-view-news__label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #919086;
    padding: 0.75rem 1.5rem;
  }
  .top-view__wrapper .top-view-news__inner .top-view-news__label span {
    color: #f9f9f9;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
}
.top-view__wrapper .top-view-news__inner .top-view-news__content {
  background-color: #f9f9f9;
  flex-grow: 1;
}
.top-view__wrapper .top-view-news__inner .top-view-news__content a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1rem;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top-view__wrapper .top-view-news__inner .top-view-news__content a:hover {
    background-color: rgba(71, 70, 68, 0.03);
  }
}
.top-view__wrapper .top-view-news__inner .top-view-news__content .date {
  font-size: 0.75rem;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}
.top-view__wrapper .top-view-news__inner .top-view-news__content h3 {
  font-size: 0.875rem;
  color: #474644;
  padding: 0;
}

.tagline {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.tagline .tagline__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 58px;
}
.tagline .site-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tagline .site-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1rem;
  background-color: #FEFEFE;
  border: 0.875px solid #474644;
  border-radius: 0.625rem;
  text-align: left;
}
.tagline .site-list__check {
  width: 15px;
  flex-shrink: 0;
}
.tagline .site-list__title {
  font-size: 14px;
  margin: 0;
}
.tagline .site-list__img {
  width: 60px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.tagline .tagline-logo {
  width: 222px;
}
.tagline .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 0.2em;
}
.tagline .text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2.5;
}
.tagline .group-photo {
  margin-top: 30px;
  position: relative;
  overflow: visible;
}
.tagline .group-photo .set {
  border-radius: 0.625rem;
  border: 0.875px solid #474644;
}
.tagline .group-photo .fukidashi,
.tagline .group-photo .president {
  will-change: transform, opacity;
}
.tagline .fukidashi {
  position: absolute;
  bottom: -45px;
  right: 80px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  opacity: 0;
  transform: translate(1.5rem, 1.5rem) scale(0);
  transform-origin: right bottom;
}
.tagline .fukidashi.is-show {
  animation: fukidashiPop 0.65s cubic-bezier(0.2, 1.3, 0.35, 1) forwards;
}
.tagline .president {
  position: absolute;
  bottom: -135px;
  right: -20px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(4rem, -4rem, 0) rotate(4deg);
  backface-visibility: hidden;
}
.tagline .president.is-show {
  visibility: visible;
  animation: presidentArc 2s cubic-bezier(0.25, 0.7, 0.25, 1) forwards;
}
.tagline .president.is-float {
  opacity: 1;
  visibility: visible;
  animation: presidentFloat 2s ease-in-out infinite;
}

@keyframes presidentArc {
  0% {
    opacity: 0;
    transform: translate3d(4rem, -4rem, 0) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes presidentFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.55rem, 0);
  }
}
@keyframes fukidashiPop {
  0% {
    opacity: 0;
    transform: translate(1.5rem, 1.5rem) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.loop {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-inline: auto;
  white-space: nowrap;
}
.loop .loop-text {
  animation: loop 15s linear infinite;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-size: 5rem;
  color: #ededed;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 2.5rem;
  letter-spacing: 0.1em;
}
.loop .loop-text2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 15s -7.5s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ===============================================
# 汎用で使うスタイル
=============================================== */
.item-title {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}

.section-title {
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 1.5rem;
  position: relative;
}
.section-title h2 {
  font-size: 2.188rem;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.section-title h2 .char {
  font-weight: 500;
  display: inline-block;
  transform: translateY(100%);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-title h2.animate .char {
  transform: translateY(0);
}
.section-title h2 .section-cp {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #474644;
  letter-spacing: 0.05em;
}

.section-title h2 .char:nth-child(1) {
  transition-delay: 0.08s;
}

.section-title h2 .char:nth-child(2) {
  transition-delay: 0.16s;
}

.section-title h2 .char:nth-child(3) {
  transition-delay: 0.24s;
}

.section-title h2 .char:nth-child(4) {
  transition-delay: 0.32s;
}

.section-title h2 .char:nth-child(5) {
  transition-delay: 0.4s;
}

.section-title h2 .char:nth-child(6) {
  transition-delay: 0.48s;
}

.section-title h2 .char:nth-child(7) {
  transition-delay: 0.56s;
}

.section-title h2 .char:nth-child(8) {
  transition-delay: 0.64s;
}

.section-title h2 .char:nth-child(9) {
  transition-delay: 0.72s;
}

.section-title h2 .char:nth-child(10) {
  transition-delay: 0.8s;
}

.section-title h2 .char:nth-child(11) {
  transition-delay: 0.88s;
}

.section-title h2 .char:nth-child(12) {
  transition-delay: 0.96s;
}

.section-title h2 .char:nth-child(13) {
  transition-delay: 1.04s;
}

.section-title h2 .char:nth-child(14) {
  transition-delay: 1.12s;
}

.section-title h2 .char:nth-child(15) {
  transition-delay: 1.2s;
}

.section-title h2 .char:nth-child(16) {
  transition-delay: 1.28s;
}

.section-title h2 .char:nth-child(17) {
  transition-delay: 1.36s;
}

.section-title h2 .char:nth-child(18) {
  transition-delay: 1.44s;
}

.section-title h2 .char:nth-child(19) {
  transition-delay: 1.52s;
}

.section-title h2 .char:nth-child(20) {
  transition-delay: 1.6s;
}

.category {
  display: inline-block;
  font-size: clamp(0.625rem, 0.5rem + 0.4vw, 0.75rem);
  padding: 0.1rem 1rem 0;
  border: 0.08rem solid #474644;
  border-radius: 2rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .sp-img {
    display: none;
  }
}

.pc-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-img {
    display: block;
  }
}

.thumbnail {
  border: 0.75px solid #474644;
  border-radius: 0.625rem;
}
.thumbnail img {
  border-radius: 0.625rem;
}

.section__wrapper {
  position: relative;
  margin-top: 5rem;
}

.highlight {
  color: #F8B62D;
  font-weight: 600;
}

.highlight-blue {
  color: #036EB8;
  font-weight: 600;
}

.no {
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  font-weight: 600;
  font-size: 0.625rem;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ===============================================
# event
=============================================== */
.event .title-img {
  position: absolute;
  top: -10px;
  left: 35%;
  width: 70px;
  height: auto;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 0.75s cubic-bezier(0.22, 1.35, 0.32, 1), opacity 0.3s ease-out;
}
.event .title-img.is-show {
  opacity: 1;
  transform: scale(1);
  animation: eventTitleFloat 3.2s ease-in-out 0.9s infinite;
}

@keyframes eventTitleFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-0.5rem) scale(1);
  }
}
.event__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.event__inner #iemiru-cms-index-page .index-page__events-event {
  padding: 0;
  border-radius: 0;
  background: transparent;
  transition: opacity 0.2s ease;
}
.event__inner #iemiru-cms-index-page .index-page__events-event:hover {
  background: transparent;
  opacity: 0.7;
}
.event__inner #iemiru-cms-index-page .index-page__events-event .index-page__events-event-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
}
.event__inner #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-content {
  margin-top: 0;
}
.event__inner #iemiru-cms-index-page .label-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  border: 0.75px solid #474644;
  font-size: 0.625rem;
  padding: 0.15rem 0.75rem;
  min-width: 64px;
  min-height: 1.4rem;
}
.event__inner #iemiru-cms-index-page .label-event-black {
  background: #474644;
}
.event__inner #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image {
  border-radius: 0.675rem;
  border: 0.875px solid #474644;
}
.event__inner #iemiru-cms-index-page body, .event__inner #iemiru-cms-index-page div, .event__inner #iemiru-cms-index-page span, .event__inner #iemiru-cms-index-page object, .event__inner #iemiru-cms-index-page iframe, .event__inner #iemiru-cms-index-page h1, .event__inner #iemiru-cms-index-page h2, .event__inner #iemiru-cms-index-page h3, .event__inner #iemiru-cms-index-page h4, .event__inner #iemiru-cms-index-page h5, .event__inner #iemiru-cms-index-page h6, .event__inner #iemiru-cms-index-page p, .event__inner #iemiru-cms-index-page blockquote, .event__inner #iemiru-cms-index-page pre, .event__inner #iemiru-cms-index-page abbr, .event__inner #iemiru-cms-index-page address, .event__inner #iemiru-cms-index-page cite, .event__inner #iemiru-cms-index-page code, .event__inner #iemiru-cms-index-page del, .event__inner #iemiru-cms-index-page dfn, .event__inner #iemiru-cms-index-page em, .event__inner #iemiru-cms-index-page img, .event__inner #iemiru-cms-index-page ins, .event__inner #iemiru-cms-index-page kbd, .event__inner #iemiru-cms-index-page q, .event__inner #iemiru-cms-index-page samp, .event__inner #iemiru-cms-index-page small, .event__inner #iemiru-cms-index-page strong, .event__inner #iemiru-cms-index-page sub, .event__inner #iemiru-cms-index-page sup, .event__inner #iemiru-cms-index-page var, .event__inner #iemiru-cms-index-page b, .event__inner #iemiru-cms-index-page i, .event__inner #iemiru-cms-index-page dl, .event__inner #iemiru-cms-index-page dt, .event__inner #iemiru-cms-index-page dd, .event__inner #iemiru-cms-index-page ol, .event__inner #iemiru-cms-index-page ul, .event__inner #iemiru-cms-index-page li, .event__inner #iemiru-cms-index-page fieldset, .event__inner #iemiru-cms-index-page form, .event__inner #iemiru-cms-index-page label, .event__inner #iemiru-cms-index-page legend, .event__inner #iemiru-cms-index-page table, .event__inner #iemiru-cms-index-page caption, .event__inner #iemiru-cms-index-page tbody, .event__inner #iemiru-cms-index-page tfoot, .event__inner #iemiru-cms-index-page thead, .event__inner #iemiru-cms-index-page tr, .event__inner #iemiru-cms-index-page th, .event__inner #iemiru-cms-index-page td, .event__inner #iemiru-cms-index-page article, .event__inner #iemiru-cms-index-page aside, .event__inner #iemiru-cms-index-page canvas, .event__inner #iemiru-cms-index-page details, .event__inner #iemiru-cms-index-page figcaption, .event__inner #iemiru-cms-index-page figure, .event__inner #iemiru-cms-index-page footer, .event__inner #iemiru-cms-index-page header, .event__inner #iemiru-cms-index-page hgroup, .event__inner #iemiru-cms-index-page menu, .event__inner #iemiru-cms-index-page nav, .event__inner #iemiru-cms-index-page section, .event__inner #iemiru-cms-index-page summary, .event__inner #iemiru-cms-index-page time, .event__inner #iemiru-cms-index-page mark, .event__inner #iemiru-cms-index-page audio, .event__inner #iemiru-cms-index-page video {
  font-family: "baileywick-jf-gothic", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.event__inner #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-date {
  height: auto !important;
  font-size: 0.75rem;
}
.event__inner #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-name {
  height: auto !important;
  font-size: 0.875rem;
}
.event__inner #iemiru-cms-index-page .index-page__events-event .index-page__events-event-address {
  height: auto !important;
  position: relative;
  font-size: 0.75rem;
  padding-left: 1.25rem; /* Adjust for the size of the icon */
}
.event__inner #iemiru-cms-index-page .index-page__events-event .index-page__events-event-address::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem; /* Adjust size */
  height: 1rem; /* Adjust size */
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" xml:space="preserve"><style type="text/css">.st0{fill:%234B4B4B;}</style><g><path class="st0" d="M256,0C139.563,0,45.172,94.406,45.172,210.828S210.875,512,256,512c45.109,0,210.828-184.75,210.828-301.172 S372.438,0,256,0z M256,307.594c-53.453,0-96.766-43.328-96.766-96.766c0-53.453,43.313-96.766,96.766-96.766 c53.438,0,96.766,43.313,96.766,96.766C352.766,264.266,309.438,307.594,256,307.594z"/></g></svg>') no-repeat center;
  background-size: contain;
}

.event__item {
  width: 100%;
}
.event__item a {
  display: block;
  position: relative;
}
.event__item.event-ended .thumbnail .overlay {
  opacity: 1;
}
.event__item .thumbnail {
  aspect-ratio: 4/3;
  position: relative;
}
.event__item .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  opacity: 0;
}
.event__item .thumbnail img {
  -o-object-position: top;
     object-position: top;
}
.event__item .item-title {
  margin-top: 0.5rem;
}
.event__item .event__new-icon {
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
  width: 4rem;
  height: auto;
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
}

.event__info {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  line-height: 1.2;
  gap: 0.5rem 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-top: 0.625rem;
}
.event__info dt {
  width: 2.5rem;
  border: 1px solid #474644;
  color: #f9f9f9;
  background-color: #474644;
  border-radius: 2.5rem;
  padding: 0.1rem;
  text-align: center;
  font-size: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event__info dd {
  width: calc(100% - 3.2rem);
  padding-left: 0.625rem;
  font-size: 11px;
}

.event__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
}

.event__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFEFE;
  border-radius: 2.5rem;
  border: 0.75px solid #474644;
  font-size: 0.625rem;
  padding: 0.15rem 0.75rem;
  min-width: 64px;
  min-height: 1.4rem;
}

.contact-btn {
  min-width: 80%;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  background-color: #f9f9f9;
  color: #474644;
  border-radius: 40px;
  padding: 1rem;
  margin-top: 2rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .contact-btn {
    min-width: 18.75rem;
    margin-top: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-btn:hover {
    background-color: #474644;
    color: #f9f9f9;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
}

#event-form .section__wrapper,
#contact-form .section__wrapper {
  padding-left: 0;
  padding-right: 0;
}

#event-form {
  margin-top: 2.5rem;
}

.top-spec {
  padding-left: 20px;
  padding-right: 20px;
}

.top-spec__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.top-spec__item {
  background-color: #474644;
  color: #f9f9f9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  border-radius: 0.625rem;
  font-weight: 600;
  width: calc(50% - 7.5px);
  height: 100px;
  line-height: 1.5;
}
.top-spec__item .small {
  font-size: 0.625rem;
  font-weight: 600;
}

.top-spec-text {
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
}

/* ===============================================
# about
=============================================== */
.about .section__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.about .title {
  font-size: 1.125rem;
}
.about .about-slick {
  position: relative;
}
.about .about-slick .slick-dots li button:before {
  font-size: 11px;
  color: #D9D9D9;
  opacity: 1;
}
.about .about-slick .slick-dots li.slick-active button:before {
  color: #F8B62D;
  opacity: 1;
  transform: scale(1.5);
}
.about .title-img01,
.about .title-img02 {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 0.75s cubic-bezier(0.22, 1.35, 0.32, 1), opacity 0.3s ease-out;
}
.about .title-img01.is-show,
.about .title-img02.is-show {
  opacity: 1;
  transform: scale(1);
}
.about .title-img01 {
  position: absolute;
  top: -65px;
  left: 25px;
  width: 83px;
}
.about .title-img02 {
  position: absolute;
  bottom: 50px;
  right: -10px;
  width: 83px;
}
.about .section-title {
  padding: 0;
}
.about .about-slick__item img {
  aspect-ratio: 3/4;
  border-radius: 200px 200px 10px 10px;
}
.about .text {
  margin-top: 20px;
  line-height: 2.2;
}

/* ===============================================
# strong-point
=============================================== */
.strong-point .section__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.strong-point .title-img01,
.strong-point .title-img02 {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 0.75s cubic-bezier(0.22, 1.35, 0.32, 1), opacity 0.3s ease-out;
}
.strong-point .title-img01.is-show,
.strong-point .title-img02.is-show {
  opacity: 1;
  transform: scale(1);
}
.strong-point .title-img01 {
  position: absolute;
  top: -40px;
  right: 60px;
  width: 45px;
}
.strong-point .title-img02 {
  position: absolute;
  top: 0;
  right: 10px;
  width: 52px;
}
.strong-point__number {
  border: 0.75px solid #036EB8;
  display: inline-block;
  padding: 0 0.875rem;
  border-radius: 2.5rem;
  margin-top: 20px;
  color: #036EB8;
  background-color: #f9f9f9;
  font-size: 0.75rem;
}
.strong-point__title {
  margin-top: 0.625rem;
}
.strong-point__text {
  margin-top: 0.4rem;
}
.strong-point .thumbnail img {
  border-radius: 0.625rem;
}
.strong-point__item .thumbnail {
  aspect-ratio: auto;
}

.view-more-button {
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #474644;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 0.625rem;
  position: relative;
  margin-right: 1.2rem;
  letter-spacing: 1.5px;
}
.view-more-button .view-more-button__arrow {
  position: absolute;
  right: -1.2rem;
  top: 50%;
  width: 0.8rem;
  height: 1px;
  background-color: #474644;
  transform: translateY(-50%);
}
.view-more-button .view-more-button__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid #474644;
  border-right: 1px solid #474644;
  transform: translateY(-50%) rotate(45deg);
}

/* ===============================================
# concept
=============================================== */
.page-concept {
  overflow: hidden;
}

.page-concept_catch {
  text-align: center;
  position: relative;
  padding-bottom: 0.625rem;
  height: 100%;
}
.page-concept_catch .title {
  font-size: 26px;
  letter-spacing: 0.4rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.page-concept_catch .text {
  margin-top: 20px;
  line-height: 2.2;
}
.page-concept_catch-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.page-concept__hero-image {
  width: 120%;
  max-width: none;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================================
# works
=============================================== */
.works {
  position: relative;
  overflow: hidden;
}
.works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 50%;
  background-color: #F2EFE7;
  z-index: 0;
  transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works .section__wrapper {
  position: relative;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474644;
  border-radius: 20px;
}
.works .section__inner .section-title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.works .section__inner .section-title h2 {
  color: #f9f9f9;
}
.works .section__inner .section-title .section-cp {
  color: #f9f9f9;
}
.works .title-img {
  position: absolute;
  top: -145px;
  right: -15px;
  width: 188px;
}
.works .works-slider {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.works .works-slider .slick-slide {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.works .works-slider .slick-current {
  opacity: 1;
}
.works .works-slider .slick-dots li {
  margin: 0 5px;
}
.works .works-slider .slick-dots li button:before {
  font-size: 11px;
  color: #D9D9D9;
  opacity: 1;
}
.works .works-slider .slick-dots li.slick-active button:before {
  color: #F8B62D;
  opacity: 1;
  transform: scale(1.5);
}
.works .button-prev,
.works .button-next {
  display: flex;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  top: -5rem;
  z-index: 10;
  transition: background-color 0.2s ease;
}
.works .button-prev::after,
.works .button-next::after {
  display: none;
}
.works .button-prev .arrow-right,
.works .button-next .arrow-right {
  position: relative;
  width: 0.75rem;
  height: 1.5px;
  background-color: #f9f9f9;
  margin: auto;
}
.works .button-prev .arrow-right::after,
.works .button-next .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f9f9f9;
  border-right: 1.5px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .works .button-prev:hover,
  .works .button-next:hover {
    background: #474644;
  }
  .works .button-prev:hover .arrow-right,
  .works .button-next:hover .arrow-right {
    background-color: #f9f9f9;
  }
  .works .button-prev:hover .arrow-right::after,
  .works .button-next:hover .arrow-right::after {
    border-color: #f9f9f9;
  }
}
.works .category {
  background-color: #f9f9f9;
  color: #474644;
  margin-top: 1rem;
}
.works .button-prev {
  left: 35px;
}
.works .button-prev .arrow-right {
  transform: rotate(180deg);
}
.works .button-next {
  right: 35px;
}
.works .button-more {
  margin-top: 2.5rem;
}
.works .button-more a {
  border: 0.075rem solid #f9f9f9;
}
@media (hover: hover) and (pointer: fine) {
  .works:hover .item-title {
    color: #f9f9f9;
  }
}

.works__item {
  padding-left: 10px;
  padding-right: 10px;
}
.works__item .thumbnail {
  aspect-ratio: 3/4;
}
.works__item .thumbnail img {
  aspect-ratio: 3/4;
}
.works__item .item-title {
  color: #f9f9f9;
  margin-top: 0.625rem;
}

/* ===============================================
# consultation-banner
=============================================== */
.consultation-banner .section__inner,
.maintenance-banner .section__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.consultation-banner a,
.maintenance-banner a {
  display: block;
  text-align: center;
}
.consultation-banner .thumbnail,
.maintenance-banner .thumbnail {
  border: 0;
}
.consultation-banner .banner__lead,
.maintenance-banner .banner__lead {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.consultation-banner .banner__lead:before, .consultation-banner .banner__lead:after,
.maintenance-banner .banner__lead:before,
.maintenance-banner .banner__lead:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #474644;
  width: 1px;
  height: 1.2em;
  margin: 0 0.08em;
  vertical-align: middle;
}
.consultation-banner .banner__lead:before,
.maintenance-banner .banner__lead:before {
  transform: rotate(-25deg);
}
.consultation-banner .banner__lead:after,
.maintenance-banner .banner__lead:after {
  transform: rotate(25deg);
}
.consultation-banner .title-cp,
.maintenance-banner .title-cp {
  color: #f9f9f9;
  font-size: 1rem;
  letter-spacing: 0.25em;
}
.consultation-banner .title,
.maintenance-banner .title {
  font-size: 20px;
  font-weight: 600;
}
.consultation-banner .banner__inner,
.maintenance-banner .banner__inner {
  position: relative;
  background-color: #BCDBEE;
  border-radius: 0.625rem;
  padding: 0.625rem;
}
.consultation-banner .banner-line,
.maintenance-banner .banner-line {
  position: relative;
  border-radius: 0.625rem;
  padding: 20px;
}
.consultation-banner .banner-line::before,
.maintenance-banner .banner-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed #f9f9f9;
  border-radius: inherit;
  pointer-events: none;
}
.consultation-banner .title-img,
.maintenance-banner .title-img {
  position: absolute;
  bottom: -40px;
  left: -10px;
  width: 132px;
}

.maintenance-banner .banner__inner {
  background-color: #E9D1B1;
}

/* ===============================================
# voice
=============================================== */
.voice {
  position: relative;
}
.voice .section__wrapper {
  position: relative;
  margin-top: 5rem;
  z-index: 0;
}
.voice .section__inner {
  position: static;
}
.voice .section__inner .section-title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.voice .section__inner .section-title h2 {
  text-align: center;
}
.voice .section__inner .section-title .section-cp {
  text-align: center;
}
.voice .title-img {
  position: absolute;
  top: -130px;
  left: 15px;
  width: 145px;
  z-index: 5;
  pointer-events: none;
}
.voice .voice-slider {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.voice .voice-slider .slick-slide {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.voice .voice-slider .slick-current {
  opacity: 1;
}
.voice .voice-slider .slick-dots li button:before {
  font-size: 11px;
  color: #D9D9D9;
  opacity: 1;
}
.voice .voice-slider .slick-dots li.slick-active button:before {
  color: #F8B62D;
  opacity: 1;
  transform: scale(1.5);
}
.voice .button-prev,
.voice .button-next {
  display: flex;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  top: -5rem;
  z-index: 10;
  transition: background-color 0.2s ease;
}
.voice .button-prev::after,
.voice .button-next::after {
  display: none;
}
.voice .button-prev .arrow-right,
.voice .button-next .arrow-right {
  position: relative;
  width: 0.75rem;
  height: 1.5px;
  background-color: #f9f9f9;
  margin: auto;
}
.voice .button-prev .arrow-right::after,
.voice .button-next .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f9f9f9;
  border-right: 1.5px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .voice .button-prev:hover,
  .voice .button-next:hover {
    background: #474644;
  }
  .voice .button-prev:hover .arrow-right,
  .voice .button-next:hover .arrow-right {
    background-color: #f9f9f9;
  }
  .voice .button-prev:hover .arrow-right::after,
  .voice .button-next:hover .arrow-right::after {
    border-color: #f9f9f9;
  }
}
.voice .category {
  background-color: #f9f9f9;
  color: #474644;
  margin-top: 1rem;
  border: 0.75px solid #474644;
  border-radius: 2.5rem;
}
.voice .button-prev {
  left: 35px;
}
.voice .button-prev .arrow-right {
  transform: rotate(180deg);
}
.voice .button-next {
  right: 35px;
}
.voice .button-more {
  margin-top: 2.5rem;
}

.voice__item {
  padding-left: 10px;
  padding-right: 10px;
}
.voice__item .thumbnail {
  aspect-ratio: 3/4;
}
.voice__item .thumbnail img {
  aspect-ratio: 3/4;
}
.voice__item .item-title {
  margin-top: 0.625rem;
}

/* ===============================================
# youtube
=============================================== */
.youtube {
  position: relative;
}
.youtube .section__wrapper {
  position: relative;
  margin-top: 5rem;
  z-index: 0;
}
.youtube .section__inner {
  position: static;
}
.youtube .section__inner .section-title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.youtube .section__inner .section-title h2 {
  text-align: center;
}
.youtube .section__inner .section-title .section-cp {
  text-align: center;
}
.youtube .youtube-slider {
  position: relative;
  margin-top: 2rem;
}
.youtube .youtube-slider .slick-slide {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.youtube .youtube-slider .slick-current {
  opacity: 1;
}
.youtube .youtube-slider .slick-dots li button:before {
  font-size: 11px;
  color: #D9D9D9;
  opacity: 1;
}
.youtube .youtube-slider .slick-dots li.slick-active button:before {
  color: #F8B62D;
  opacity: 1;
  transform: scale(1.5);
}
.youtube .youtube__item {
  padding-left: 10px;
  padding-right: 10px;
}
.youtube .youtube__embed {
  border: 0.75px solid #474644;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #f9f9f9;
  aspect-ratio: 16/9;
}
.youtube .youtube__embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.youtube .youtube__embed a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  text-decoration: underline;
}
.youtube .button-prev,
.youtube .button-next {
  display: flex;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  top: -5rem;
  z-index: 10;
  transition: background-color 0.2s ease;
}
.youtube .button-prev::after,
.youtube .button-next::after {
  display: none;
}
.youtube .button-prev .arrow-right,
.youtube .button-next .arrow-right {
  position: relative;
  width: 0.75rem;
  height: 1.5px;
  background-color: #f9f9f9;
  margin: auto;
}
.youtube .button-prev .arrow-right::after,
.youtube .button-next .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f9f9f9;
  border-right: 1.5px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .youtube .button-prev:hover,
  .youtube .button-next:hover {
    background: #474644;
  }
  .youtube .button-prev:hover .arrow-right,
  .youtube .button-next:hover .arrow-right {
    background-color: #f9f9f9;
  }
  .youtube .button-prev:hover .arrow-right::after,
  .youtube .button-next:hover .arrow-right::after {
    border-color: #f9f9f9;
  }
}
.youtube .button-prev {
  left: 35px;
}
.youtube .button-prev .arrow-right {
  transform: rotate(180deg);
}
.youtube .button-next {
  right: 35px;
}

/* ===============================================
# product
=============================================== */
.product .product__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
  flex-direction: column;
}
.product .thumbnail {
  border-radius: 0 0.625rem 0.625rem 0;
  margin-right: 40px;
  position: relative;
  z-index: 1;
  border-left: none;
}
.product .thumbnail img {
  border-radius: 0 0.625rem 0.625rem 0;
}
.product .product__item-info {
  background-image: linear-gradient(315deg, #474644 25%, transparent 25%, transparent 50%, #474644 50%, #474644 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  background-color: #4d4d4c;
  margin-left: 40px;
  padding: 2rem 2rem;
  border-radius: 0 0 0 0.625rem;
  position: relative;
}
.product .product__item-info::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 66px;
  height: 40px;
  background-image: linear-gradient(315deg, #474644 25%, transparent 25%, transparent 50%, #474644 50%, #474644 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  background-color: #4d4d4c;
  pointer-events: none; /* オーバーレイがクリックを邪魔しないようにする */
  z-index: 0;
}
.product .product__item-info .item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .product__item-info .item-title {
  font-size: 1.25rem;
  padding: 0;
  margin-top: 0;
  line-height: 1.4;
  color: #f9f9f9;
}
.product .product__item-info .item-slug {
  color: #7DCEF4;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.product .product__item-info .text {
  color: #f9f9f9;
  padding-top: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .product .product__item:hover .item-title-animation {
    text-shadow: 0 0 0 #474644, 0 4em 0 #474644; /* 2つの影の位置を上方向に1.5emずつずらす */
  }
  .product .product__item:hover .arrow-right.initial {
    transform: translateX(200%);
  }
  .product .product__item:hover .arrow-right.hover {
    transform: translateX(0);
  }
}
.product .product__number {
  position: absolute;
  top: 0;
  left: 0;
  color: #f9f9f9;
  z-index: 2;
  font-size: 65px;
  line-height: 1;
}
.product .view-more-button {
  border-bottom: 1px solid #f9f9f9;
  color: #f9f9f9;
}
.product .view-more-button .view-more-button__arrow {
  background-color: #f9f9f9;
}
.product .view-more-button .view-more-button__arrow::after {
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.product .title-img {
  position: absolute;
  top: -25px;
  right: 10px;
  width: 140px;
}

.item-title-animation {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  /*
   影の設定
   1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
   2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -4em 0 #474644, 0 0 0 #474644;
  transition: text-shadow 0.5s;
}

.arrow-animation {
  width: 2rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.arrow-animation .arrow-wrapper {
  position: relative;
  width: 1rem;
  height: 1px;
}
.arrow-animation .arrow-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  transition: transform 0.4s cubic-bezier(0.92, -0.01, 0.26, 0.98), background-color 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
}
.arrow-animation .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
}
.arrow-animation .arrow-right.initial {
  transform: translateX(0);
}
.arrow-animation .arrow-right.hover {
  transform: translateX(-200%);
}
.arrow-animation .arrow-right.hover::after {
  border-top: 1px solid #474644;
  border-right: 1px solid #474644;
}

/* ===============================================
# page-lineup
=============================================== */
.page-lineup__content {
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(1rem, 0.5rem + 1.6vw, 1.5rem) 2.5rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    margin-top: 5rem;
  }
}
.page-lineup__content-left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-lineup__content-left {
    width: 45%;
  }
}
.page-lineup__content-left .title {
  font-size: clamp(1.5rem, 1.125rem + 1.2vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
}
.page-lineup__content-left .text {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: clamp(1rem, 0.5rem + 1.6vw, 1.5rem);
}
.page-lineup__content-right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-lineup__content-right {
    width: 55%;
  }
}
.page-lineup__content-right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lineup-title {
  text-align: center;
  width: 100%;
  margin-bottom: clamp(1.5rem, 0rem + 4.8vw, 3rem);
  grid-column: 1/-1;
}
.lineup-title h2 {
  display: inline-block;
  position: relative;
}
.lineup-title h2::before {
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
.lineup-title h2::after {
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
.lineup-title .title-en {
  display: block;
  font-size: clamp(1.75rem, 0.5rem + 4vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-top: 0.5rem;
}
.lineup-title .title-jp {
  display: inline-block;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  color: #036EB8;
  margin-top: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  border: 1px solid #036EB8;
  position: relative;
  background-color: #f9f9f9;
}

.page-lineup-point {
  padding: 5rem 4%;
  background-color: #F2EFE7;
}
.page-lineup-point__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 0rem + 4.8vw, 3rem) clamp(1rem, -1rem + 6.4vw, 3rem);
}
@media screen and (min-width: 1024px) {
  .page-lineup-point__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-lineup-point__item .img-wrapper {
  margin-bottom: 1rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.page-lineup-point__item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.page-lineup-point__item .title {
  line-height: 1.6;
}
.page-lineup-point__item .text {
  margin-top: 0.5rem;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 1.8;
}

/* ===============================================
# blog
=============================================== */
.blog .title-img {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 110px;
  height: auto;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 0.75s cubic-bezier(0.22, 1.35, 0.32, 1), opacity 0.3s ease-out;
}
.blog .title-img.is-show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.blog__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog__item {
  width: 100%;
}
.blog__item-content {
  width: 100%;
}
.blog__item-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog__item .thumbnail {
  width: 6.5rem;
  flex-shrink: 0;
}
.blog__item:first-child .blog__item-link {
  flex-direction: column;
  margin-bottom: 10px;
}
.blog__item:first-child .thumbnail {
  width: 100%;
}
.blog__item-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.blog__item .item-title {
  margin-top: 0.5rem;
}

.date {
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

/* ===============================================
# button design
=============================================== */
.button-more {
  margin: 2.5rem 0 0 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.button-more a {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 1.5rem;
  border: 0.075rem solid #474644;
  background-color: #474644;
  color: #f9f9f9;
  border-radius: 0.625rem;
  min-width: 12rem;
  position: relative;
  transition: background-color 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98), color 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
  letter-spacing: 0.1rem;
  overflow: hidden;
  font-size: 0.75rem;
}
.button-more a .button-more__text-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 1.5em;
  border-right: 1px solid #f9f9f9;
  transition: border-right 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
  margin-right: 0.25rem;
}
.button-more a .button-more__text {
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
}
.button-more a .button-more__text-hover {
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
}
@media (hover: hover) and (pointer: fine) {
  .button-more a:hover {
    background-color: #f9f9f9;
    color: #474644;
  }
  .button-more a:hover .button-more__text-wrapper {
    border-right: 1px solid #474644;
    transition: border-right 0.5s cubic-bezier(0.92, -0.01, 0.26, 0.98);
  }
  .button-more a:hover .button-more__text {
    transform: translateY(-100%);
  }
  .button-more a:hover .button-more__text-hover {
    transform: translateY(0);
  }
  .button-more a:hover .arrow-right {
    background-color: #474644;
  }
  .button-more a:hover .arrow-right.initial {
    transform: translateX(200%);
  }
  .button-more a:hover .arrow-right.hover {
    transform: translateX(0);
  }
}

.button-with-arrow {
  position: relative;
  margin: 2.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #f9f9f9;
  background-color: #474644;
  border-radius: 2.5rem;
  width: 16rem;
  height: 4rem;
  letter-spacing: 0.1rem;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  transition: all 0.2s, color 0.2s ease-in-out;
}
@media screen and (min-width: 480px) {
  .button-with-arrow {
    width: 22rem;
  }
}
.button-with-arrow .arrow-right {
  position: absolute;
  top: 50%;
  right: 2rem;
  background-color: #f9f9f9;
  width: 0.55rem;
  height: 0.4763139721rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .button-with-arrow .arrow-right {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.button-with-arrow .arrow-bottom {
  position: absolute;
  top: 50%;
  right: 2rem;
  background-color: #f9f9f9;
  width: 0.6rem;
  height: 0.4763139721rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .button-with-arrow .arrow-bottom {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-with-arrow:hover {
    opacity: 0.8;
  }
}

/* ===============================================
# pagination
=============================================== */
.pagination {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination .pagination-links .page-numbers {
  width: 30px;
  height: 35px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #f9f9f9;
  border: solid 0.07rem #ADADAD;
  color: #474644;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-size: 13px;
}
.pagination .pagination-links .page-numbers.dots {
  background: transparent;
  border: none;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .pagination-links .page-numbers:hover {
    background: #474644;
    color: #f9f9f9;
  }
  .pagination .pagination-links .page-numbers:hover .pagination-arrow {
    background-color: #f9f9f9;
  }
  .pagination .pagination-links .page-numbers:hover .pagination-arrow::after {
    border-color: #f9f9f9;
  }
}
.pagination .pagination-links .page-numbers.prev, .pagination .pagination-links .page-numbers.next {
  background: #EFEFEF;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .pagination-links .page-numbers.prev:hover, .pagination .pagination-links .page-numbers.next:hover {
    background: #474644;
  }
}
.pagination .pagination-links .current {
  background: #474644;
  color: #f9f9f9;
  pointer-events: none;
}
.pagination .pagination-arrow {
  position: relative;
  display: inline-block;
  background-color: #474644;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.pagination .pagination-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #474644;
  border-right: 1px solid #474644;
  transition: all 0.3s ease;
}
.pagination .pagination-arrow.prev::after {
  left: -1px;
  transform: translateY(-50%) rotate(-135deg);
}
.pagination .pagination-arrow.next::after {
  right: -1px;
  transform: translateY(-50%) rotate(45deg);
}

/* ===============================================
# archive
=============================================== */
.archive .event__inner {
  padding-left: 0;
  padding-right: 0;
}
.archive .works__inner,
.archive .voice__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.archive .blog__inner,
.archive .maintenance-column__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  padding-left: 0;
  padding-right: 0;
}
.archive .works__item,
.archive .voice__item,
.archive .blog__item,
.archive .maintenance-column__item {
  width: 100%;
  padding: 0;
  width: calc(50% - 0.5rem);
}
.archive .works__item .category,
.archive .voice__item .category,
.archive .blog__item .category,
.archive .maintenance-column__item .category {
  margin-top: 1rem;
}
.archive .works__item .item-title,
.archive .voice__item .item-title,
.archive .blog__item .item-title,
.archive .maintenance-column__item .item-title {
  color: #474644;
}
.archive .blog__item .thumbnail,
.archive .maintenance-column__item .thumbnail {
  width: 100%;
}
.archive .blog__item .blog__item-content,
.archive .maintenance-column__item .blog__item-content {
  margin-top: 1rem;
}
.archive .blog__item .category,
.archive .maintenance-column__item .category {
  margin-top: 0;
}
.archive .news__inner {
  padding-left: 0;
  padding-right: 0;
}
.archive .news__item {
  border-bottom: 0.05rem solid #BDB6AC;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .archive .news__item {
    width: 100%;
  }
}
.archive .news__item-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.archive .staff__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
}
.archive .staff__inner .staff__item {
  width: calc(50% - 0.63rem);
}
.archive .media-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.archive .media-modal.is-open {
  display: block;
}
.archive .media-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.archive .media-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(90vw, 56rem);
  margin: auto;
  background: #f9f9f9;
  border-radius: 0.625rem;
  padding: 2.8rem 1.5rem 1.5rem;
  top: 48%;
  transform: translateY(-50%);
  max-height: 85vh;
  overflow-y: auto;
  max-width: 420px;
}
.archive .media-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.archive .staff-modal__content {
  margin-top: 1rem;
}

.other-works {
  padding-top: 5rem;
}
.other-works .page-section__inner {
  padding-bottom: 0;
}
.other-works .works__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
.other-works .works__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .other-works .works__item {
    width: calc(33.33% - 1rem);
  }
}
.other-works .works__item .thumbnail {
  aspect-ratio: 4/3;
  position: relative;
}
.other-works .works__item .category {
  margin-top: 1rem;
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  padding: 0.2rem 1rem;
}

.page-lineup-works {
  padding: 5rem 4% 0;
}
.page-lineup-works .works-slider__wrapper {
  background-color: #F2EFE7;
  padding: clamp(2.5rem, 1rem + 4.8vw, 4rem) clamp(1rem, -2rem + 9.6vw, 4rem);
}
.page-lineup-works .lineup-works-slider {
  position: relative;
  max-width: 62.5rem;
  margin: auto;
}
.page-lineup-works .lineup-works-slider .slide-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 1.6;
}
.page-lineup-works .single-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-lineup-works .single-date svg {
  color: #036EB8;
  width: 1.5rem;
}
.page-lineup-works .page-lineup-works-data {
  max-width: 62.5rem;
  margin: auto;
  margin-top: clamp(1.5rem, 0rem + 4.8vw, 3rem);
}
.page-lineup-works .page-lineup-works-data .single-date {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-lineup-works .page-lineup-works-data .single-works-place,
.page-lineup-works .page-lineup-works-data .single-voice-family {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
}
.page-lineup-works .page-lineup-works-data .single-works-place svg,
.page-lineup-works .page-lineup-works-data .single-voice-family svg {
  width: 0.875rem;
  fill: #9F8A53;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup-works .single-list dt {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-lineup-works .single-list dd {
    width: calc(50% - 12rem - 1rem);
    margin-right: 0.5rem;
  }
}

.page-lineup-flow {
  margin-top: 5rem;
  padding: 5rem 4%;
  background-color: #F2EFE7;
}
.page-lineup-flow .flow__items {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  flex-direction: column;
  margin-top: 5rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__items {
    gap: 1.5rem;
    flex-direction: row;
    justify-content: center;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.page-lineup-flow .flow__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0.5rem 1rem;
  background-color: #F8F8F8;
  gap: 0.5rem;
  position: relative;
  height: 5rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__item {
    flex-direction: column;
    width: 5rem;
    height: 32rem;
    gap: 1rem;
    padding: clamp(1rem, 0.5rem + 1.6vw, 1.5rem) 1.5rem;
  }
}
.page-lineup-flow .flow__item:first-child::before {
  content: "無料";
  position: absolute;
  top: 0;
  left: -2.5rem;
  background-color: #474644;
  color: #f9f9f9;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  letter-spacing: 0.3rem;
  text-align: center;
  padding: 0.25rem;
  font-weight: 500;
  z-index: 1;
  writing-mode: vertical-rl;
  width: auto;
  height: 11.5rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__item:first-child::before {
    top: -3.5rem;
    left: 0;
    width: 11.5rem;
    height: auto;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    padding: 0.25rem 1rem;
  }
}
.page-lineup-flow .flow__item:not(:first-child)::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1.5rem;
  background-color: #9F8A53;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__item:not(:first-child)::after {
    bottom: 50%;
    left: -1.5rem;
    width: 1.5rem;
    height: 1px;
  }
}
.page-lineup-flow .flow__item .flow-number {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  letter-spacing: 0.1em;
  color: #036EB8;
}
.page-lineup-flow .flow__item .flow-title {
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__item .flow-title {
    writing-mode: vertical-rl;
  }
}
.page-lineup-flow .flow__item .flow-text {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  color: #919086;
  line-height: 1.6;
}
.page-lineup-flow .flow__item .flow-icon {
  width: 2rem;
  height: 2rem;
  border: 0.05rem solid #BDB6AC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__item .flow-icon {
    writing-mode: vertical-rl;
    width: 3rem;
    height: 3rem;
  }
}
.page-lineup-flow .flow__item .flow-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow__item .flow-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.page-lineup-flow .flow-period {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  background-color: #9B8362;
  color: #9B8362;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 1px;
  height: 50.5rem;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow-period {
    width: 50.5rem;
    height: 1px;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-lineup-flow .flow-period::before, .page-lineup-flow .flow-period::after {
  content: "";
  position: absolute;
}
.page-lineup-flow .flow-period::before {
  bottom: 0;
  left: 50%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  width: 1px;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow-period::before {
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-lineup-flow .flow-period::after {
  right: -0.5rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #9B8362;
  border-bottom: 1px solid #9B8362;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow-period::after {
    border-top: 1px solid #9B8362;
    border-right: 1px solid #9B8362;
    border-bottom: none;
    right: 0;
    bottom: -0.5rem;
    transform: translateY(-50%) rotate(45deg);
  }
}
.page-lineup-flow .flow-period span {
  position: absolute;
  background-color: #f9f9f9;
  bottom: 50%;
  transform: translateY(50%);
  right: -1rem;
  color: #9B8362;
  padding: 2rem 0.25rem;
  border-radius: 2rem;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  border: 0.05rem solid #9B8362;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
@media screen and (min-width: 1024px) {
  .page-lineup-flow .flow-period span {
    bottom: -1rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 0.25rem 2rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
  }
}

.lineup-reform .page-lineup-flow .flow__items {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  flex-direction: column;
  margin-top: 5rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__items {
    gap: 3rem;
    flex-direction: row;
    justify-content: center;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.lineup-reform .page-lineup-flow .flow__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0.5rem 1rem;
  background-color: #F8F8F8;
  gap: 0.5rem;
  position: relative;
  height: 5rem;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__item {
    flex-direction: column;
    width: 6.5rem;
    height: 32rem;
    gap: 1rem;
    padding: clamp(1rem, 0.5rem + 1.6vw, 1.5rem) 1.5rem;
  }
}
.lineup-reform .page-lineup-flow .flow__item:first-child::before {
  content: "無料";
  position: absolute;
  top: 0;
  left: -2.5rem;
  background-color: #474644;
  color: #f9f9f9;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  letter-spacing: 0.3rem;
  text-align: center;
  padding: 0.25rem;
  font-weight: 500;
  z-index: 1;
  writing-mode: vertical-rl;
  width: auto;
  height: 11.5rem;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__item:first-child::before {
    top: -3.5rem;
    left: 0;
    width: 16rem;
    height: auto;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    padding: 0.25rem 1rem;
  }
}
.lineup-reform .page-lineup-flow .flow__item:not(:first-child)::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1.5rem;
  background-color: #9F8A53;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__item:not(:first-child)::after {
    bottom: 50%;
    left: -3rem;
    width: 3rem;
    height: 1px;
  }
}
.lineup-reform .page-lineup-flow .flow__item .flow-number {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  letter-spacing: 0.1em;
  color: #036EB8;
}
.lineup-reform .page-lineup-flow .flow__item .flow-title {
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__item .flow-title {
    writing-mode: vertical-rl;
  }
}
.lineup-reform .page-lineup-flow .flow__item .flow-text {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  color: #919086;
  line-height: 1.6;
}
.lineup-reform .page-lineup-flow .flow__item .flow-icon {
  width: 2rem;
  height: 2rem;
  border: 0.05rem solid #BDB6AC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__item .flow-icon {
    writing-mode: vertical-rl;
    width: 3rem;
    height: 3rem;
  }
}
.lineup-reform .page-lineup-flow .flow__item .flow-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow__item .flow-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.lineup-reform .page-lineup-flow .flow-period {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  background-color: #9B8362;
  color: #9B8362;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 1px;
  height: 37.5rem;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow-period {
    width: 54rem;
    height: 1px;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lineup-reform .page-lineup-flow .flow-period::before, .lineup-reform .page-lineup-flow .flow-period::after {
  content: "";
  position: absolute;
}
.lineup-reform .page-lineup-flow .flow-period::before {
  bottom: 0;
  left: 50%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  width: 1px;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow-period::before {
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.lineup-reform .page-lineup-flow .flow-period::after {
  right: -0.5rem;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #9B8362;
  border-bottom: 1px solid #9B8362;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow-period::after {
    border-top: 1px solid #9B8362;
    border-right: 1px solid #9B8362;
    border-bottom: none;
    right: 0;
    bottom: -0.5rem;
    transform: translateY(-50%) rotate(45deg);
  }
}
.lineup-reform .page-lineup-flow .flow-period span {
  position: absolute;
  background-color: #f9f9f9;
  bottom: 50%;
  transform: translateY(50%);
  right: -1rem;
  color: #9B8362;
  padding: 2rem 0.25rem;
  border-radius: 2rem;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  border: 0.05rem solid #9B8362;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
@media screen and (min-width: 1024px) {
  .lineup-reform .page-lineup-flow .flow-period span {
    bottom: -1rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 0.25rem 2rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
  }
}

.page-lineup-faq {
  padding: 5rem 4% 0;
}
.page-lineup-faq .faq__item {
  margin-bottom: clamp(1.25rem, 0.5rem + 2.4vw, 2rem);
}
.page-lineup-faq .faq__item .faq__question {
  display: flex;
  align-items: center;
  padding: clamp(1rem, 0.5rem + 1.6vw, 1.5rem) 1.5rem;
  cursor: pointer;
  position: relative;
  background-color: #F2EFE7;
}
.page-lineup-faq .faq__item .faq__question .question-label {
  width: 2rem;
  height: 2rem;
  background-color: #474644;
  color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
.page-lineup-faq .faq__item .faq__question .question-text {
  flex-grow: 1;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  padding-right: 3rem;
  font-weight: 500;
}
.page-lineup-faq .faq__item .faq__question .toggle-icon {
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
}
.page-lineup-faq .faq__item .faq__question .toggle-icon::before, .page-lineup-faq .faq__item .faq__question .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #474644;
  transition: transform 0.3s ease;
}
.page-lineup-faq .faq__item .faq__question .toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  transform: translateY(-50%);
}
.page-lineup-faq .faq__item .faq__question .toggle-icon::after {
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  transform: translateX(-50%);
}
.page-lineup-faq .faq__item .faq__question.is-open .toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.page-lineup-faq .faq__item .faq__answer {
  display: none;
  padding: 1.5rem;
  border: 0.1rem solid #F2EFE7;
}
.page-lineup-faq .faq__item .faq__answer p {
  line-height: 1.8;
}

/* ===============================================
# page
=============================================== */
.page-section__wrapper {
  padding-top: 5rem;
  color: #474644;
}
.page-section__wrapper .page-thumbnail {
  position: relative;
  width: calc(100% - 20px);
  margin-left: auto;
  border-radius: 0.625rem 0 0 0.625rem;
  border-top: 0.75px solid #474644;
  border-left: 0.75px solid #474644;
  border-right: 0;
  border-bottom: 0.75px solid #474644;
}
.page-section__wrapper .page-thumbnail img {
  height: 220px;
  border-radius: 0.625rem 0 0 0.625rem;
}

.page-section-title {
  margin-top: 30px;
}
.page-section-title h2 {
  font-size: 0.75rem;
}
.page-section-title .section-cp {
  font-size: 35px;
  display: block;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 600;
}

.page-section__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  max-width: 87.5rem;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  color: #474644;
  gap: 0.5rem 0;
}
.breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.breadcrumb li a {
  border-bottom: 0.08rem solid #474644;
}

.page-category {
  margin-bottom: 2.5rem;
  background-color: #F0f0f0;
  border-radius: 0.25rem;
  padding: 1.25rem;
}
.page-category .category-title-cp {
  text-align: center;
  display: block;
  font-size: 0.625rem;
}
.page-category .category-title {
  font-size: 20px;
  padding-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}
.page-category .category__tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-category .category__tab li a {
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 0.07rem solid #474644;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .page-category .category__tab li a:hover {
    background-color: #474644;
    color: #f9f9f9;
  }
}
.page-category .category__tab li.category__tab-b {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: #474644;
  color: #f9f9f9;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

/* ===============================================
# single
=============================================== */
:where(.wp-block-columns) {
  margin-bottom: 0;
}

.single-section__wrapper {
  padding-top: 6rem;
  color: #474644;
}
.single-section__wrapper .item-title {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-section__wrapper .single-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.single-section__wrapper .single-date svg {
  color: #036EB8;
  width: 1.5rem;
}
.single-section__wrapper .contact-btn {
  min-width: 18.75rem;
  border: 0.05rem solid #474644;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-section__wrapper .brand-name {
  margin-left: 1rem;
}

.single-section__inner {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single-section__inner .thumbnail {
  position: relative;
}
.single-section__inner .thumbnail img {
  aspect-ratio: 4/3;
}
.single-section__inner .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single-section__inner .event-ended .thumbnail .overlay {
  opacity: 1;
}
.single-section__inner .event-ended .button-with-arrow {
  display: none;
}
.single-section__inner .event-ended #event-form {
  display: none;
}
.single-section__inner #event-form .section__inner {
  padding-left: 0;
  padding-right: 0;
}

.single-contents__inner .item-title:not(:first-child) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.single-section__item .wp-block-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0.75px solid #474644;
  border-radius: 0.625rem;
}
.single-section__item .wp-block-image img {
  border-radius: 0.625rem;
}
.single-section__item .wp-block-embed iframe {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0.75px solid #474644;
  border-radius: 0.625rem;
}
.single-section__item h2.wp-block-heading {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.single-section__item h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #7DCEF4;
  border: 1px solid #474644;
  border-radius: 50%;
}
.single-section__item h3.wp-block-heading {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.single-section__item p {
  line-height: 2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.single-section__item .single-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.single-section__item ul.wp-block-list {
  list-style: disc;
  padding: 1rem;
}
.single-section__item ol.wp-block-list {
  list-style: auto;
  padding: 1rem;
}

.works__info,
.voice__info {
  margin-top: 2.5rem;
}
.works__info .works__info-title,
.works__info .voice__info-title,
.voice__info .works__info-title,
.voice__info .voice__info-title {
  font-size: 20px;
  display: flex;
  gap: 0.875rem;
  align-items: center;
  letter-spacing: 0.1rem;
}
.works__info .works__info-title span,
.works__info .voice__info-title span,
.voice__info .works__info-title span,
.voice__info .voice__info-title span {
  font-size: 0.625rem;
}
.works__info .works__info-item,
.works__info .voice__info-item,
.voice__info .works__info-item,
.voice__info .voice__info-item {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-bottom: none;
  font-size: 0.75rem;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.works__info .works__info-item dt,
.works__info .voice__info-item dt,
.voice__info .works__info-item dt,
.voice__info .voice__info-item dt {
  width: 90px;
  border-right: none;
  padding: 0.875rem 0.25rem;
  font-weight: 600;
}
.works__info .works__info-item dd,
.works__info .voice__info-item dd,
.voice__info .works__info-item dd,
.voice__info .voice__info-item dd {
  width: calc(100% - 90px);
  padding: 0.875rem 0.25rem;
  text-align: left;
}

.single-event .single-contents__item {
  margin-top: 2.5rem;
}
.single-event .single-contents__item h2.wp-block-heading {
  margin-top: 1.5rem;
}

.event-point {
  border: 0.1rem solid #036EB8;
  border-radius: 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.event-point h3 {
  color: #f9f9f9;
  text-align: center;
  background-color: #036EB8;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.event-point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  padding: 2rem;
}
.event-point ul li {
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  background-image: repeating-linear-gradient(90deg, #DC915C, #DC915C 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding: 0.5rem;
  font-weight: 600;
}
.event-point ul li::before {
  content: "";
  background: url("img/check.png") no-repeat center center/contain;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: sub;
  margin-right: 0.5rem;
}

.event-map {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.prenext {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px 0;
  max-width: 75rem;
  margin: auto;
  margin: 3.5rem auto 2.5rem;
}
.prenext .pre,
.prenext .next {
  width: 100%;
}
.prenext .pre {
  display: flex;
}
.prenext .next {
  display: flex;
}
.prenext .prenext__item {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  transition: all 0.3s ease;
  align-items: center;
  padding: 20px;
  border: 1px solid #ADADAD;
  border-radius: 0.625rem;
}
@media (hover: hover) and (pointer: fine) {
  .prenext .prenext__item:hover .prenext__thumbnail img {
    transform: scale(1.05);
  }
  .prenext .prenext__item:hover .prenext__title {
    opacity: 0.8;
  }
}
.prenext .prenext__thumbnail {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 0.75px solid #474644;
}
.prenext .prenext__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.prenext .prenext__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  gap: 0.5rem;
}
.prenext .prenext__category {
  display: inline-block;
  font-size: clamp(0.625rem, 0.5rem + 0.4vw, 0.75rem);
  padding: 0 1rem;
  border: 0.08rem solid #474644;
  border-radius: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.prenext .prenext__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  transition: opacity 0.3s ease;
}
.prenext .dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.prenext .dli-arrow-left,
.prenext .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #474644;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
.prenext .dli-arrow-left::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}
.prenext .contents-back {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
.prenext .contents-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.prenext .contents-back a span {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
}
.prenext .contents-back .list-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.prenext .contents-back .list-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #474644;
  flex-shrink: 0;
}
.prenext .contents-back .list-icon span {
  display: block;
  width: 0.8rem;
  height: 1px;
  background-color: #f9f9f9;
}

.single-works .thumbnail img,
.single-voice .thumbnail img {
  aspect-ratio: 4/5;
}
.single-works .category,
.single-voice .category {
  margin-top: 20px;
}
.single-works .item-title,
.single-voice .item-title {
  margin-top: 0.25rem;
}

.single-blog .blog__item-info {
  margin-top: 20px;
}
.single-blog .item-title {
  margin-top: 0.25rem;
}

/* ===============================================
# strong point
=============================================== */
.page-strong-point .top-spec__inner {
  margin-top: 30px;
}

.strong-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
}

/* ===============================================
# company
=============================================== */
.company__wrapper .company__item {
  width: 100%;
}
.company__wrapper .company__item tr {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.company__wrapper .company__item th {
  display: block;
  width: 100%;
  padding: 1rem 0.25rem 0;
  letter-spacing: 0.1rem;
  font-size: 0.875rem;
}
.company__wrapper .company__item td {
  display: block;
  width: 100%;
  padding: 0.25rem 0.25rem 1rem;
  letter-spacing: 0.1rem;
  font-size: 13px;
}
.company__wrapper .company__item-content {
  padding-top: clamp(1.5rem, 0.5rem + 3.2vw, 2.5rem);
}

.company-map {
  margin-top: 60px;
}
.company-map .page-section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.company-message {
  margin-top: 60px;
}
.company-message .thumbnail {
  margin-top: 1rem;
}
.company-message .text {
  margin-top: 20px;
}
.company-message .company-message-name {
  margin-top: 30px;
  text-align: right;
}
.company-message .company-message-name h3 {
  font-size: 22px;
}

.company-zeh {
  margin-top: 60px;
}
.company-zeh .zeh-table {
  margin-top: 1rem;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #9ea3a8;
}
.company-zeh .zeh-table tr {
  background-image: none;
}
.company-zeh .zeh-table th,
.company-zeh .zeh-table td {
  display: table-cell;
  width: auto;
  padding: 1rem 0.35rem;
  border: 1px solid #9ea3a8;
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 12px;
  vertical-align: middle;
}
.company-zeh .zeh-table thead th {
  background-color: #D7E2EB;
  font-weight: 500;
}
.company-zeh .zeh-table thead th:first-child,
.company-zeh .zeh-table tbody th {
  background-color: #D7E2EB;
  font-weight: 600;
}
.company-zeh .zeh-table tbody td {
  background-color: #f9f9f9;
}

.map {
  width: 100%;
}
.map iframe {
  aspect-ratio: 4/3;
}

.company-staff {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.company-staff .staff__inner {
  margin-top: 1rem;
}
.company-staff .staff__inner .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.company-staff .staff__inner .slick-dots li {
  margin: 0;
}
.company-staff .staff__inner .slick-dots li button:before {
  font-size: 11px;
  color: #D9D9D9;
  opacity: 1;
}
.company-staff .staff__inner .slick-dots li.slick-active button:before {
  color: #F8B62D;
  opacity: 1;
  transform: scale(1.5);
}
.company-staff .staff__inner .slick-list {
  overflow: visible;
}
.company-staff .staff__inner .slick-track {
  display: flex;
  align-items: stretch;
}
.company-staff .staff__inner .slick__slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: auto;
}
.company-staff .staff__inner .slick-slide {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.company-staff .staff__inner .slick-current {
  opacity: 1;
}
.company-staff .button-more {
  margin-top: 3.5rem;
  padding-right: 0;
}
.company-staff .button-prev,
.company-staff .button-next {
  display: flex;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  top: 47%;
  z-index: 10;
  transition: background-color 0.2s ease;
  transform: translateY(-50%);
}
.company-staff .button-prev::after,
.company-staff .button-next::after {
  display: none;
}
.company-staff .button-prev .arrow-right,
.company-staff .button-next .arrow-right {
  position: relative;
  width: 0.75rem;
  height: 1.5px;
  background-color: #f9f9f9;
  margin: auto;
}
.company-staff .button-prev .arrow-right::after,
.company-staff .button-next .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f9f9f9;
  border-right: 1.5px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .company-staff .button-prev:hover,
  .company-staff .button-next:hover {
    background: #474644;
  }
  .company-staff .button-prev:hover .arrow-right,
  .company-staff .button-next:hover .arrow-right {
    background-color: #f9f9f9;
  }
  .company-staff .button-prev:hover .arrow-right::after,
  .company-staff .button-next:hover .arrow-right::after {
    border-color: #f9f9f9;
  }
}
.company-staff .category {
  background-color: #f9f9f9;
  color: #474644;
  margin-top: 1rem;
}
.company-staff .button-prev {
  left: 50px;
}
.company-staff .button-prev .arrow-right {
  transform: rotate(180deg);
}
.company-staff .button-next {
  right: 50px;
}
.company-staff .media-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.company-staff .media-modal.is-open {
  display: block;
}
.company-staff .media-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.company-staff .media-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(90vw, 56rem);
  margin: auto;
  background: #f9f9f9;
  border-radius: 0.625rem;
  padding: 2.8rem 1.5rem 1.5rem;
  top: 48%;
  transform: translateY(-50%);
  max-height: 85vh;
  overflow-y: auto;
  max-width: 420px;
}
.company-staff .media-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.company-staff .staff-modal__content {
  margin-top: 1rem;
}

.staff__item {
  height: 100%;
}
.staff__item .thumbnail {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.staff__item .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__item .staff__item-bottom {
  text-align: center;
  margin-bottom: 1rem;
}
.staff__item .staff__slug {
  font-size: 0.625rem;
  color: #ADADAD;
  text-transform: uppercase;
}

.staff-modal__item-bottom {
  text-align: center;
}
.staff-modal__item-bottom .staff-modal__slug {
  font-size: 0.625rem;
  color: #ADADAD;
  text-transform: uppercase;
}

.staff-modal__body .thumbnail {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: auto;
}
.staff-modal__body .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 35px;
  height: 35px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.staff-modal__nav::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 1.5px;
  background-color: #f9f9f9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.staff-modal__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f9f9f9;
  border-right: 1.5px solid #f9f9f9;
  transform: translate(-12%, -50%) rotate(45deg);
}
.staff-modal__nav:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .staff-modal__nav:hover {
    background: #474644;
  }
}

.staff-modal__nav--prev {
  left: 0.5rem;
}
.staff-modal__nav--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.staff-modal__nav--prev::after {
  transform: translate(-88%, -50%) rotate(-135deg);
}

.staff-modal__nav--next {
  right: 0.5rem;
}

.staff-modal__meta {
  padding-bottom: 1rem;
}
.staff-modal__meta dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  font-size: 0.75rem;
}
.staff-modal__meta dt {
  font-weight: 600;
  width: 4rem;
  flex-basis: auto;
}
.staff-modal__meta dd {
  width: calc(100% - 4rem);
}

.staff-modal__footer {
  margin-top: 1.25rem;
  text-align: center;
}

.staff-modal__close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  padding: 0.6rem 1.4rem;
  border: 0;
  border-radius: 0.35rem;
  background-color: #474644;
  color: #f9f9f9;
  font-size: 0.75rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  width: 80%;
}
@media (hover: hover) and (pointer: fine) {
  .staff-modal__close-button:hover {
    opacity: 0.85;
  }
}

.company-history {
  margin-top: 60px;
}

.company-media {
  margin-top: 60px;
}
.company-media .media__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.company-media .media__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.company-media .media__item.is-hidden {
  display: none;
}
.company-media .media__thumb {
  width: 6rem;
  flex-shrink: 0;
}
.company-media .media__thumb img {
  aspect-ratio: 4/3;
  border-radius: 0.375rem;
}
.company-media .media__thumb-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.company-media .media__content {
  width: calc(100% - 7rem);
}
.company-media .media__date {
  display: block;
  font-size: 0.75rem;
  color: #474644;
  line-height: 1.4;
}
.company-media .media__title {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.company-media .media__load-more {
  margin-left: 0;
  margin-right: 0;
}
.company-media .media__load-more button {
  display: block;
  width: 100%;
  position: relative;
  border: 0.075rem solid #474644;
  border-radius: 0.625rem;
  background-color: #474644;
  color: #f9f9f9;
  padding: 0.875rem 3.25rem 0.875rem 1.5rem;
  transition: opacity 0.2s ease;
  font-size: 0.875rem;
}
.company-media .media__load-more button::before, .company-media .media__load-more button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.8rem;
  height: 2px;
  background-color: currentColor;
  transform: translateY(-50%);
}
.company-media .media__load-more button::after {
  transform: translateY(-50%) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .company-media .media__load-more button:hover {
    opacity: 0.8;
  }
}
.company-media .media-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.company-media .media-modal.is-open {
  display: block;
}
.company-media .media-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.company-media .media-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(90vw, 56rem);
  margin: auto;
  background: #f9f9f9;
  border-radius: 0.625rem;
  padding: 2.8rem 1.5rem 1.5rem;
  top: 48%;
  transform: translateY(-50%);
  aspect-ratio: 4/3;
  isplay: flex;
}
.company-media .media-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.company-media .media-modal__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===============================================
# contact
=============================================== */
.page-contact .footer-contact__tel {
  background-color: #F0f0f0;
}

.contact-form {
  background-color: #F0f0f0;
}

/* ===============================================
# catalog
=============================================== */
.catalog .top-title, .catalog .top-text {
  text-align: center;
}
.catalog .top-title {
  font-size: 1.125rem;
}
.catalog .top-text {
  margin-top: 0.625rem;
}
.catalog .catalog-form-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  gap: 0.625rem;
  margin: 1.5rem auto 0;
  background-color: #474644;
  color: #f9f9f9;
  border-radius: 0.625rem;
  max-width: 80%;
  height: 4rem;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.catalog .catalog-form-btn__icon {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.catalog .catalog-form-btn span:not(.catalog-form-btn__arrow) {
  flex: 1;
}
.catalog .catalog-form-btn__arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #f9f9f9;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-20%);
}
@media (hover: hover) and (pointer: fine) {
  .catalog .catalog-form-btn:hover {
    opacity: 0.75;
  }
}
.catalog .catalog-tel {
  margin-top: 30px;
}
.catalog .catalog-tel .footer-contact__tel {
  background-color: #F0f0f0;
}
.catalog .page-product__inner .page-product__item .sticky-note h3 {
  text-align: center;
}
.catalog .page-product__inner .page-product__item .sticky-note .catalog-no {
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
.catalog .page-product__inner .page-product__item .sticky-note__item li {
  margin-top: 0.625rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* ===============================================
# footer
=============================================== */
.footer-contact__lists {
  margin-top: 40px;
}
.footer-contact__lists .footer-contact__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 0.625rem;
  padding: 15px 20px;
  margin-top: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .footer-contact__lists .footer-contact__list:hover .arrow {
    background: #474644;
  }
  .footer-contact__lists .footer-contact__list:hover .arrow .arrow-right {
    background-color: #f9f9f9;
  }
  .footer-contact__lists .footer-contact__list:hover .arrow .arrow-right::after {
    border-color: #f9f9f9;
  }
}
.footer-contact__lists .footer-contact__list .footer-contact-img {
  width: 70px;
}
.footer-contact__lists .footer-contact__list .title {
  margin-left: 10px;
}
.footer-contact__lists .footer-contact__list .title .title-cp {
  display: block;
  font-size: 0.625rem;
  color: #036EB8;
  font-weight: 500;
}
.footer-contact__lists .footer-contact__list-flex {
  display: flex;
  align-items: center;
}
.footer-contact__lists .arrow {
  display: flex;
  width: 25px;
  height: 25px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  top: -5rem;
  z-index: 10;
  transition: background-color 0.2s ease;
}
.footer-contact__lists .arrow .arrow-right {
  position: relative;
  width: 0.4rem;
  height: 1px;
  background-color: #f9f9f9;
  margin: auto;
}
.footer-contact__lists .arrow .arrow-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
}

.footer {
  background-color: #E8E8E8;
  border-radius: 2.5rem 2.5rem 0 0;
}
.footer .footer-contact__inner .section-title {
  text-align: center;
}
.footer .footer-contact__inner .text {
  text-align: center;
}
.footer .footer-contact__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 90%;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
  background-color: #474644;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contact__wrapper {
    bottom: 150px;
    height: 300px;
  }
}
.footer .footer-contact__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-contact__wrapper:hover::before {
    left: 0;
  }
}
.footer .footer-contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 6%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contact__btn {
    padding: 2rem 4%;
  }
}
.footer .footer-contact__btn .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.footer .footer-contact__btn .section-title h2 {
  color: #f9f9f9;
}
.footer .arrow-animation {
  position: relative;
  width: 3rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .footer .arrow-animation {
    width: 3.5rem;
    height: 2.5rem;
  }
}
.footer .arrow-animation .arrow-right {
  position: absolute;
  width: 1.25rem;
  height: 1px;
  background-color: #474644;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .arrow-animation .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #474644;
  border-right: 1px solid #474644;
  transform: translateY(-50%) rotate(45deg);
}
.footer .arrow-animation .arrow-right.initial {
  transform: translateX(0);
}
.footer .arrow-animation .arrow-right.hover {
  transform: translateX(-250%);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-contact__wrapper:hover .arrow-animation .arrow-right.initial {
    transform: translateX(200%);
  }
  .footer .footer-contact__wrapper:hover .arrow-animation .arrow-right.hover {
    transform: translateX(0);
  }
}
.footer .contact-text {
  font-size: clamp(1.75rem, 0.5rem + 4vw, 3rem);
}
.footer .contact-text .section-cp {
  display: block;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
}
.footer .section__wrapper {
  padding: 5rem 4% 2.5rem;
}
.footer .footer-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.footer .footer-policy__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  gap: 2rem;
}
.footer .footer-policy__wrapper .footer-policy__items {
  display: flex;
  gap: 2rem;
  margin: 0;
}
.footer .footer-policy__wrapper .footer-policy__items a {
  border-bottom: 0.08rem solid #474644;
  font-size: 13px;
}
.footer .footer-copy__wrapper {
  text-align: center;
  padding: 1.5rem 0 2.5rem;
}
.footer .footer-copy__wrapper p {
  font-size: 0.625rem;
}
.footer .footer-policy__inner {
  padding: 2.5rem 20px 0;
}
.footer .footer-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.footer .footer-menu__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0;
  padding-right: 1.75rem;
  background: none;
  border: 0;
  color: #474644;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.footer .footer-menu__toggle::before, .footer .footer-menu__toggle::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 0.75rem;
  height: 1.5px;
  background-color: #474644;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.footer .footer-menu__toggle::before {
  transform: translateY(-50%);
}
.footer .footer-menu__toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.footer .footer-menu__toggle.is-open::after {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}
.footer .footer-menu__child {
  display: none;
  padding-bottom: 1rem;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
}
.footer .footer-menu__item-child {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  padding-bottom: 0.25rem;
}
.footer .footer-menu__item-child::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.1rem;
  vertical-align: middle;
  background-color: #373329;
  margin-right: 0.5rem;
}
.footer .footer-menu__item {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.footer .footer-menu__item-link {
  display: flex;
  padding: 0.875rem 0.25rem;
  font-size: 13px;
  font-weight: 600;
}
.footer .footer-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.footer-contact__tel {
  display: block;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 0.625rem;
  padding: 30px 20px;
  margin-top: 12px;
  position: relative;
}
.footer-contact__tel .tel {
  font-size: 2rem;
  color: #036EB8;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.footer-contact__tel .hours {
  font-size: 0.625rem;
}
.footer-contact__tel .footer-contact-img {
  position: absolute;
  bottom: -30px;
  right: 8px;
  width: 70px;
}

.arrow-btn-img {
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-menu-logo__inner,
.footer-logo__inner {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
  gap: 2.5rem;
  background-color: #f9f9f9;
  padding-top: 55px;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 14rem;
  height: auto;
  margin-bottom: 1rem;
}

.footer-company .circle {
  border: 0.08rem solid #474644;
  border-radius: 2.5rem;
  padding: 0.1rem 0.5rem;
  margin-right: 0.875rem;
  display: block;
  width: 5.5rem;
  text-align: center;
  font-size: clamp(0.625rem, 0.5rem + 0.4vw, 0.75rem);
}
.footer-company p .footer-tel {
  display: block;
  margin-top: 0.5rem;
  font-weight: 600;
}
.footer-company p .footer-tel a {
  font-size: 200%;
  font-weight: 500;
}
.footer-company .footer-hours,
.footer-company .footer-closed {
  margin-top: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-sns__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
  padding-top: 1.5rem;
}
.footer-sns__items li {
  display: inline-block;
}
.footer-sns__items li img {
  width: 2rem;
  margin-bottom: 0;
}

.g-menu-logo__inner {
  padding: 4rem 0 0;
  flex-direction: column;
}

/* ===============================================
# order-house
=============================================== */
.page-product .product-img__wrapper {
  margin-top: 50px;
}
.page-product .product-main-contents .product-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 25px;
  letter-spacing: 0.1em;
}
.page-product .product-main-contents .product-text {
  margin-top: 20px;
  line-height: 2;
}
.page-product .price-plan-text {
  margin-top: 0.625rem;
}
.page-product .price-plan-text p {
  font-size: 11px;
}
.page-product .page-product-tabs {
  margin-top: 30px;
}
.page-product .page-product-tabs__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-product .page-product-tabs__labels {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0 20px;
}
.page-product .page-product-tabs__label {
  flex: 1;
  text-align: center;
  padding: 0.75rem 0.5rem;
  border: 1.5px solid #E5EBEF;
  border-radius: 0.625rem;
  background-color: #E5EBEF;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #7BA4C1;
  letter-spacing: 0.1em;
}
.page-product .page-product-tabs__panel {
  display: none;
}
.page-product #product-tab-sline:checked ~ .page-product-tabs__labels label[for=product-tab-sline],
.page-product #product-tab-kinoka:checked ~ .page-product-tabs__labels label[for=product-tab-kinoka],
.page-product #product-tab-ecomama:checked ~ .page-product-tabs__labels label[for=product-tab-ecomama] {
  background-color: #036EB8;
  color: #f9f9f9;
}
.page-product #product-tab-sline:checked ~ .page-product-tabs__panels .page-product-tabs__panel--sline,
.page-product #product-tab-kinoka:checked ~ .page-product-tabs__panels .page-product-tabs__panel--kinoka,
.page-product #product-tab-ecomama:checked ~ .page-product-tabs__panels .page-product-tabs__panel--ecomama {
  display: block;
}

/* ===============================================
# standard-house
=============================================== */
.standard-house .page-product__inner .page-product__item {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.standard-house .page-product__inner .page-product__item h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.standard-house .page-product__inner .page-product__item .thumbnail {
  margin-bottom: 0;
}
.standard-house .standard-img {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.standard-house .standard-img__list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.standard-house .standard-img__list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.standard-house .standard-img__list .slick-dots li {
  margin: 0;
}
.standard-house .standard-img__list .slick-dots li button:before {
  font-size: 11px;
  color: #D9D9D9;
  opacity: 1;
}
.standard-house .standard-img__list .slick-dots li.slick-active button:before {
  color: #F8B62D;
  opacity: 1;
  transform: scale(1.5);
}
.standard-house .standard-img__list .slick-list {
  overflow: hidden;
}
.standard-house .standard-img__list .slick-track {
  display: flex;
  align-items: stretch;
}
.standard-house .standard-img__list .slick__slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: auto;
}
.standard-house .standard-img__item {
  width: 100%;
  list-style: none;
}
.standard-house .standard-img__item .thumbnail {
  margin: 0;
  border-radius: 0.625rem;
  overflow: hidden;
}
.standard-house .standard-img__item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.plan-img-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.plan-img-modal.is-open {
  display: block;
}
.plan-img-modal .plan-img-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.plan-img-modal .plan-img-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(90vw, 52rem);
  margin: auto;
  background: #f9f9f9;
  border-radius: 0.625rem;
  padding: 2.8rem 1.5rem 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.plan-img-modal .plan-img-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.plan-img-modal .plan-img-modal__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-product__item {
  position: relative;
}
.page-product__item .button-prev,
.page-product__item .button-next {
  display: flex;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #036EB8;
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  top: 42%;
  z-index: 10;
  transition: background-color 0.2s ease;
  transform: translateY(-50%);
}
.page-product__item .button-prev::after,
.page-product__item .button-next::after {
  display: none;
}
.page-product__item .button-prev .arrow-right,
.page-product__item .button-next .arrow-right {
  position: relative;
  width: 0.75rem;
  height: 1.5px;
  background-color: #f9f9f9;
  margin: auto;
}
.page-product__item .button-prev .arrow-right::after,
.page-product__item .button-next .arrow-right::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f9f9f9;
  border-right: 1.5px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-product__item .button-prev:hover,
  .page-product__item .button-next:hover {
    background: #474644;
  }
  .page-product__item .button-prev:hover .arrow-right,
  .page-product__item .button-next:hover .arrow-right {
    background-color: #f9f9f9;
  }
  .page-product__item .button-prev:hover .arrow-right::after,
  .page-product__item .button-next:hover .arrow-right::after {
    border-color: #f9f9f9;
  }
}
.page-product__item .button-prev {
  left: 10px;
}
.page-product__item .button-prev .arrow-right {
  transform: rotate(180deg);
}
.page-product__item .button-next {
  right: 10px;
}

.page-product__inner {
  background-color: #F0f0f0;
  border-radius: 0.625rem;
  margin-top: 30px;
}
.page-product__inner .button-more {
  padding: 0;
}
.page-product__inner .footer-contact__lists {
  margin-top: 0;
}
.page-product__inner .footer-contact__lists .footer-contact__list {
  border: #919086 1px solid;
  border-radius: 0.625rem;
  padding: 25px 20px;
}
.page-product__inner .footer-contact__lists .footer-contact__list .footer-contact-img {
  width: 50px;
}
.page-product__inner .footer-contact__lists .footer-contact__list .title {
  font-size: 0.875rem;
  position: static;
  background-image: none;
  padding: 0;
  margin-bottom: 0;
}
.page-product__inner .footer-contact__lists .footer-contact__list .title::before {
  content: none;
}
.page-product__inner .title {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  padding: 20px;
  padding-left: 40px;
}
.page-product__inner .title::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #7DCEF4;
  border: 1px solid #474644;
  border-radius: 50%;
}
.page-product__inner .page-product__item {
  padding: 20px 20px 30px;
}
.page-product__inner .page-product__item h3 {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.page-product__inner .page-product__item .thumbnail {
  margin-bottom: 20px;
}
.page-product__inner .page-product__item .spec-lists .thumbnail {
  margin: 0;
}
.page-product__inner .page-product__item .zeh-thumbnail {
  border: none;
}
.page-product__inner .page-product__item .text {
  margin-bottom: 20px;
}
.page-product__inner .page-product__item .spec-list-sub .text {
  margin-bottom: 0;
}
.page-product__inner .page-product__item .plan-accordion {
  margin-top: 1rem;
}
.page-product__inner .page-product__item .plan-accordion .thumbnail {
  margin-bottom: 0;
}
.page-product__inner .page-product__item .plan-accordion__toggle {
  width: 100%;
  border: 0.875px solid #474644;
  border-radius: 0.625rem;
  background-color: #474644;
  color: #f9f9f9;
  padding: 0.9rem 1rem;
  font-size: 0.75rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.page-product__inner .page-product__item .plan-accordion__toggle::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
}
.page-product__inner .page-product__item .plan-accordion__toggle.is-open::after {
  content: "-";
}
.page-product__inner .page-product__item .plan-accordion__content {
  display: none;
  background-color: #f9f9f9;
  border: 0.875px solid #BDB6AC;
  border-top: 0;
  border-radius: 0 0 0.625rem 0.625rem;
}
.page-product__inner .page-product__item .plan-accordion__inner {
  padding: 1rem 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-product__inner .page-product__item .plan-accordion__inner .title {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  padding-left: 30px;
  font-size: 1rem;
}
.page-product__inner .page-product__item .plan-accordion__inner .title::before {
  left: 10px;
}
.page-product__inner .page-product__item .plan-accordion__inner .plan-img-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  display: block;
  width: 100%;
}
.page-product__inner .page-product__item .plan-accordion__inner .plan-img-trigger img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-product__inner .page-product__item .plan-accordion__inner .plan-img-trigger:hover img {
    opacity: 0.85;
  }
}
.page-product__inner .page-product__item .price {
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
}
.page-product__inner .page-product__item .price .big {
  font-size: 160%;
  font-weight: 600;
}
.page-product__inner .page-product__tips {
  margin-top: 30px;
}
.page-product__inner .page-product__tips .tips-main-title {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 20px;
  background-color: #f9f9f9;
  display: inline-block;
  margin: 0;
  border-radius: 0.625rem 0.625rem 0 0;
}
.page-product__inner .page-product__tips .page-product__tips__inner {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 0 0.625rem 0.625rem 0.625rem;
}
.page-product__inner .page-product__tips .page-product__tips-check li {
  padding-left: 1.2rem;
  position: relative;
  margin-top: 0.5rem;
}
.page-product__inner .page-product__tips .page-product__tips-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.8rem;
  height: 0.4rem;
  border-left: 2px solid #036EB8;
  border-bottom: 2px solid #036EB8;
  transform: rotate(-45deg);
}
.page-product__inner .page-product__tips .page-product__tips-annotation {
  margin-top: 20px;
  padding-top: 15px;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.page-product__inner .page-product__tips .page-product__tips-annotation li {
  margin-top: 0.25rem;
  font-size: 0.625rem;
}
.page-product__inner .page-product__tips .tips-title__flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-product__inner .page-product__tips .tips-title__flex .tips-title {
  margin: 0;
}
.page-product__inner .page-product__tips .tips-sub-title {
  color: #036EB8;
  font-weight: 600;
  font-size: 11px;
  margin-top: 0.5rem;
}
.page-product__inner .page-product__tips2 {
  position: relative;
  border: 0.875px solid #474644;
  margin-top: 30px;
}
.page-product__inner .page-product__tips2 .page-product__tips2__item {
  padding: 20px;
}
.page-product__inner .page-product__tips2 .page-product__tips2__item .text {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.page-product__inner .page-product__tips2 h3 {
  position: absolute;
  top: -13px;
  left: 15px;
  background-color: #F0f0f0;
  padding: 0 5px;
  font-weight: 600;
  color: #036EB8;
}
.page-product__inner .page-product__tips2 .page-product__tips2-state {
  margin-top: 10px;
}
.page-product__inner .page-product__tips2 .page-product__tips2-state h4 {
  font-weight: 600;
  font-size: 11px;
}
.page-product__inner .page-product__tips2 .page-product__tips2-state p {
  color: #036EB8;
  font-weight: 600;
  font-size: 11px;
}
.page-product__inner .quality-video {
  margin-top: 30px;
  background-color: #f9f9f9;
  border-radius: 0.625rem;
  border: 1px solid #036EB8;
}
.page-product__inner .quality-video h3 {
  margin-bottom: 0;
}
.page-product__inner .quality-video__title {
  margin: 0;
  font-size: 0.875rem;
  color: #f9f9f9;
  font-weight: 600;
  letter-spacing: 0.05rem;
  background-color: #036EB8;
  padding: 10px 20px;
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
}
.page-product__inner .quality-video__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 20px;
}
.page-product__inner .quality-video__item {
  border: 0.875px solid #474644;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #f9f9f9;
  aspect-ratio: 16/9;
}
.page-product__inner .quality-video__item iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.page-product__inner .sticky-note {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-top: 5px solid #F8B62D;
}
.page-product__inner .sticky-note__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.page-product__inner .sticky-note-text {
  font-size: 0.75rem;
  line-height: 1.8;
}
.page-product__inner .sticky-note__note {
  margin-top: 0.625rem;
  font-size: 0.625rem;
}
.page-product__inner .healthy-color-jis {
  margin-top: 30px;
}
.page-product__inner .healthy-color-jis-lists {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.page-product__inner .page-product__tips-reason .page-product__tips-reason__item {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  margin-top: 20px;
  padding-top: 20px;
}
.page-product__inner .page-product__tips-reason .page-product__tips-reason__item:last-child {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px), repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 0.75px, 100% 0.75px;
  padding-bottom: 20px;
}
.page-product__inner .page-product__tips-reason .tips-title {
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: 600;
}
.page-product__inner .page-product__tips-reason .text {
  font-size: 0.625rem;
  margin-top: 5px;
  margin-bottom: 0;
}
.page-product__inner .page-product__tips-reason .page-product__tips-texture__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  padding: 20px 0.25rem;
}
.page-product__inner .page-product__tips-reason .page-product__tips-texture__item img {
  aspect-ratio: 1/1;
  width: 60px;
  border: 0.05px solid #ADADAD;
  border-radius: 0.25rem;
}
.page-product__inner .page-product__tips-reason .page-product__tips-texture__item .page-product__tips-texture__item-text {
  width: calc(100% - 60px - 1rem);
}
.page-product__inner .page-product__tips-reason .page-product__tips-texture__item .tips-texture-title {
  font-size: 11px;
  font-weight: 600;
  color: #036EB8;
}
.page-product__inner .reason-no {
  color: #036EB8;
  border: 0.875px solid #036EB8;
  padding: 4px 15px;
  border-radius: 2.5rem;
  font-weight: 600;
  font-size: 0.625rem;
  min-width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
}
.page-product__inner .flow-step__lists {
  padding-top: 20px;
}
.page-product__inner .flow-step__lists .flow-step__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}
.page-product__inner .flow-step__lists img {
  width: 1rem;
}
.page-product__inner .flow-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-left: auto;
  flex-shrink: 0;
  border: 0.75px solid #474644;
  border-radius: 50%;
  background-color: #f9f9f9;
}
.page-product__inner .flow-arrow::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 1px;
  background-color: #474644;
  left: 35%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.page-product__inner .flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.45rem;
  width: 0.26rem;
  height: 0.26rem;
  border-top: 1px solid #474644;
  border-right: 1px solid #474644;
  transform: translateY(-50%) rotate(45deg);
}
.page-product__inner .flow-works {
  margin-top: 1rem;
  display: block;
  position: relative;
}
.page-product__inner .flow-works .flow-arrow {
  position: absolute;
  right: 0.8rem;
  bottom: 0.5rem;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  transform: scale(1.8);
}
.page-product__inner .flow-works .flow-arrow::before {
  background-color: #f9f9f9;
}
.page-product__inner .flow-works .flow-arrow::after {
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.page-product__inner .strong-point__number {
  margin: 20px 20px 0;
}
.page-product__inner .flow-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.page-product__inner .flow-title .flow-no {
  border: 0.875px solid #474644;
  border-radius: 2.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ===============================================
# flow
=============================================== */
.flow .flow-tel .footer-contact__tel {
  margin-top: 30px;
  background-color: #F0f0f0;
}
.flow .page-product__inner .title {
  padding-top: 10px;
}
.flow .page-product__inner .title::before {
  top: calc(50% - 5px);
}
.flow .page-product__inner .flow-title:not(:first-child) {
  margin-top: 20px;
}
.flow .flow-after .page-product__item h3 {
  text-align: center;
}
.flow .flow-after .flow-after__link {
  background-color: #474644;
  color: #f9f9f9;
  font-size: 0.875rem;
  padding: 20px;
  display: block;
  text-align: center;
  margin-top: 15px;
  border-radius: 0.625rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .flow .flow-after .flow-after__link:hover {
    opacity: 0.7;
  }
}

/* ===============================================
# after-follow
=============================================== */
.image-scroll__container {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 20px;
}
.image-scroll__container .image-inner {
  width: 48rem;
}

.after-follow .after-follow__guarantee {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.after-follow .after-follow__guarantee span {
  font-weight: 600;
}
.after-follow .after-follow__guarantee .big {
  font-size: 200%;
  margin-right: 0.2rem;
}
.after-follow .page-product__tips__inner .spec-list .text {
  margin-bottom: 0;
}

.price-plan {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-top: 20px;
}
.price-plan .pentagon {
  position: relative;
  width: 100px;
  height: 75px;
  background-color: #EAB13A;
  margin-top: 30px;
}
.price-plan .pentagon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 30px solid #EAB13A;
  position: absolute;
  top: -30px;
  left: 0;
  transform-origin: top left;
}
.price-plan .pentagon .price-plan__cp {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  color: #f9f9f9;
}
.price-plan .pentagon .price-plan__cp p {
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.price-plan .pentagon .price-plan__cp p span {
  font-size: 2.25rem;
  line-height: 1;
}
.price-plan .price-plan__txt {
  padding-top: 0.5rem;
  text-align: center;
}
.price-plan .price-plan__txt p {
  font-size: 0.625rem;
}
.price-plan .price-plan__txt span {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-right: 0.1rem;
  font-weight: 500;
  color: #036EB8;
}

.plan-terms {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ADADAD;
}
.plan-terms .plan-terms-lists {
  margin-top: 0.625rem;
}
.plan-terms .plan-terms-lists .plan-terms-list {
  font-size: 0.75rem;
  margin-top: 0.2rem;
}

.spec-lists,
.spec-lists-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 20px;
}
.spec-lists .spec-list,
.spec-lists .spec-list-sub,
.spec-lists-sub .spec-list,
.spec-lists-sub .spec-list-sub {
  width: calc(50% - 0.5rem);
  text-align: center;
}
.spec-lists .spec-list-sub,
.spec-lists-sub .spec-list-sub {
  background-color: #f9f9f9;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.spec-lists .spec-list-sub .text,
.spec-lists-sub .spec-list-sub .text {
  line-height: 1.2;
}
.spec-lists .text,
.spec-lists-sub .text {
  text-align: center;
  font-size: 11px;
  margin-top: 0.25rem;
  line-height: 1.6;
}

/* ===============================================
# sitemap
=============================================== */
.sitemap__wrapper .sitemap__item {
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  color: #474644;
}
.sitemap__wrapper .sitemap__item .sitemap__item-link {
  display: block;
  padding: 1rem 0.25rem;
  font-size: 13px;
  font-weight: 500;
}
.sitemap__wrapper .sitemap__item .sitemap__item-child {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.25rem 1rem;
  gap: 0.25rem 0;
}
.sitemap__wrapper .sitemap__item .sitemap__item-child li {
  font-size: 0.75rem;
}
.sitemap__wrapper .sitemap__item .sitemap__item-child li:not(:last-child)::after {
  content: "／";
  color: #919086;
  margin: 0px 0.25rem;
}

/* ===============================================
# privacy policy
=============================================== */
.policy__wrapper .policy__item-cp {
  padding-bottom: 30px;
  font-weight: 400;
}
.policy__wrapper .policy__item:not(:last-child) {
  padding-bottom: 40px;
}
.policy__wrapper .policy__item h2 {
  font-size: 0.875rem;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
  padding-bottom: 1rem;
  font-weight: 600;
}
.policy__wrapper .policy__item p {
  padding-top: 20px;
  font-weight: 400;
  font-size: 0.75rem;
}
.policy__wrapper .policy__item a {
  font-weight: 400;
}

/* ===============================================
# form
=============================================== */
.form {
  margin-top: 4rem;
  background-color: #F0f0f0;
  border-radius: 0.625rem;
}
.form .form-main-title {
  position: relative;
  padding: 30px 20px;
  padding-left: 58px;
  position: relative;
  background-image: repeating-linear-gradient(90deg, #ADADAD, #ADADAD 4px, transparent 4px, transparent 7px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.75px;
}
.form .form-main-title::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 20px;
  transform: translateY(-50%);
  background: url("img/icon-mail.png") no-repeat center center/contain;
}
.form .form-inner {
  padding: 20px;
}
.form .form-attention {
  padding-left: 1rem;
}
.form .form-attention li {
  list-style: disc;
}
.form .form-attention li p {
  font-size: 0.625rem;
}
.form .p-country-name {
  display: none;
}
.form .CF7_table {
  margin: auto;
}
.form .CF7_table .form-title {
  font-size: clamp(1.125rem, 0.75rem + 1.2vw, 1.5rem);
  border-bottom: 0.08rem solid #474644;
  padding-bottom: 0.25rem;
  letter-spacing: 0.15rem;
  margin-bottom: clamp(2.5rem, 2rem + 1.6vw, 3rem);
}
.form .CF7_table .form-main-title {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.form .CF7_table .form-main-title i {
  margin-right: 0.25rem;
}
.form .CF7_table .form-inner {
  padding-bottom: 2.5rem;
}
.form .CF7_table h3 {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  flex-wrap: wrap;
  font-weight: 600;
  color: #474644;
  margin-bottom: 1rem;
}
.form .CF7_table .CF7_req {
  color: #f9f9f9;
  background-color: #aa2626;
  font-size: 0.625rem;
  border-radius: 0.2rem;
  padding: 0.2rem 0.5rem;
  margin-right: 0.25rem;
}
.form .CF7_table .optional {
  background-color: #dbdbdb;
  color: #6e6c69;
  font-size: 0.625rem;
  border-radius: 0.2rem;
  padding: 0.2rem 0.5rem;
  margin-right: 0.25rem;
}
.form .CF7_table .form-item {
  margin: 1.5rem 0;
}
.form .CF7_table .form-item a {
  margin-left: 0.625rem;
  padding: 6px 15px;
  background-color: #474644;
}
.form .CF7_table .form-item p {
  margin-bottom: 0.625rem;
}
.form .CF7_table .form-item textarea {
  width: 100%;
  height: 16rem;
  resize: vertical;
  background-color: #fff;
  padding: 0.625rem;
}
.form .CF7_table input,
.form .CF7_table select {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.875rem 1rem;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  position: relative;
}
.form .CF7_table input[name=last_name2],
.form .CF7_table input[name=first_name2],
.form .CF7_table input[name=last_name_kana2],
.form .CF7_table input[name=first_name_kana2],
.form .CF7_table input[name=personal_postal_code] {
  width: 100%;
}
.form .CF7_table input[type=submit]:disabled {
  background-color: #ddd;
  text-align: center;
}
.form .CF7_table input[type=submit] {
  padding: 1rem;
  width: 250px;
  border: 0;
  background-color: #474644;
  color: #f9f9f9;
}
.form .CF7_table input[type=checkbox] {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.08rem solid #474644;
  padding: 0;
  margin-right: 0.25rem;
}
.form .CF7_table input[type=checkbox]:checked {
  border: 0.08rem solid #036EB8;
  background-color: #036EB8;
}
.form .CF7_table input[type=checkbox]:checked:before {
  position: absolute;
  top: 0.05rem;
  left: 0.25rem;
  transform: rotate(50deg);
  width: 0.25rem;
  height: 0.5rem;
  border-right: 0.1rem solid #f9f9f9;
  border-bottom: 0.1rem solid #f9f9f9;
  content: "";
}
.form .CF7_table input::-moz-placeholder {
  color: #ADADAD;
  font-size: 0.75rem;
}
.form .CF7_table input::placeholder {
  color: #ADADAD;
  font-size: 0.75rem;
}
.form .CF7_table span[data-name=date_1],
.form .CF7_table span[data-name=date_2] {
  position: relative;
}
.form .CF7_table span[data-name=date_1] input,
.form .CF7_table span[data-name=date_2] input,
.form .CF7_table span[data-name=date_1] select,
.form .CF7_table span[data-name=date_2] select {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .form .CF7_table span[data-name=date_1] input,
  .form .CF7_table span[data-name=date_2] input,
  .form .CF7_table span[data-name=date_1] select,
  .form .CF7_table span[data-name=date_2] select {
    width: 100%;
  }
}
.form .CF7_table span[data-name=form_4a] select,
.form .CF7_table span[data-name=form_6a] select {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .form .CF7_table span[data-name=form_4a] select,
  .form .CF7_table span[data-name=form_6a] select {
    width: 100%;
  }
}
.form .CF7_table .form-item-box1 {
  margin-bottom: 1.5rem;
}
.form .CF7_table .form-item-m {
  display: block;
  font-size: 0.75rem;
  color: #474644;
  margin-top: 1rem;
}
.form .form-acceptance .CF7_req {
  margin: 0 0.25rem;
}
.form .form-policy__wrapper .policy__inner {
  padding: 3rem 2.5rem;
}
.form .form-policy__wrapper .poricy-cp {
  padding-bottom: 1.875rem;
}
.form .form-policy__wrapper h2 {
  font-size: 1.25rem;
  border-bottom: 0.1rem solid #919086;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.form .form-policy__wrapper p {
  font-size: 0.75rem;
}
.form .wpcf7-form-control-wrap[data-name=question] {
  width: 100%;
}
.form input[type=date] {
  position: relative;
}
.form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.CF7_btn {
  text-align: center;
  margin: auto;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.form-item-name-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.form-item-name-flex .form-item-input {
  display: flex;
  align-items: center;
}
.form-item-name-flex .form-item-input .name {
  width: 2.5rem;
}

.wpcf7-list-item {
  margin: 0 1em 1em 0;
}

span[data-name=form_1a] .wpcf7-list-item label,
span[data-name=interested_catalog] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  min-width: 25%;
}

span[data-name=form_1a] label,
span[data-name=date] label,
span[data-name=interested_catalog] label {
  padding: 0.85rem 1rem !important;
  border-radius: 2px;
  background-color: #fff;
  display: block;
}

span[data-name=way] label {
  padding: 0.85rem 1rem;
  border-radius: 2px;
  background-color: #fff;
  display: block;
}

span[data-name=form_1a] label,
span[data-name=date] label,
span[data-name=interested_catalog] label {
  display: flex;
}

.CF7_table input[type=radio] {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #474644;
  border-radius: 15px;
  background: transparent;
  opacity: 1;
  padding: 0;
  margin-right: 0.25rem;
  position: relative;
}

input[type=radio]:checked {
  background-color: #f9f9f9;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #036EB8;
  border-radius: 50%;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
}

.form-acceptance {
  padding-bottom: 1.5rem;
  text-align: center;
}
.form-acceptance .wpcf7-list-item {
  margin: 0;
}

.form-acceptance p {
  text-align: center;
  margin: auto;
}

.form-acceptanc label {
  padding: 0;
  border-radius: 0;
  border: 0;
}

.form-policy__wrapper {
  width: 100%;
  height: 14rem;
  background-color: #BDB6AC;
  overflow: scroll;
  overflow-x: hidden;
  border: 0.1rem solid #919086;
  border-radius: 0.2rem;
}

.form-policy__wrapper .contents-policy__item h2 {
  text-align: left;
  font-size: clamp(1rem, 0.75rem + 0.8vw, 1.25rem);
  padding: 0.5rem 0;
  font-weight: 500;
  background-color: #BDB6AC;
  color: #474644;
}

.form-policy__wrapper .contents-policy__item:not(:last-child) {
  padding-bottom: 2.5rem;
}

.recaptcha-text {
  font-size: 0.625rem;
  text-align: center;
  padding-top: 1rem;
}

.recaptcha-text a {
  font-size: 0.625rem;
  text-decoration: underline;
  color: #474644;
}

span[data-name=time1],
span[data-name=time2],
span[data-name=form_4a],
span[data-name=form_6a] {
  width: 10rem;
  position: relative;
}

span[data-name=time1]::after,
span[data-name=time2]::after,
span[data-name=date_1]::after,
span[data-name=date_2]::after,
span[data-name=form_4a]::after,
span[data-name=form_6a]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1rem solid #474644;
  border-bottom: 0.1rem solid #474644;
  transform: rotate(45deg) translateY(-50%);
}

span[data-name=form_4a]::after,
span[data-name=form_6a]::after {
  top: 0.25rem;
}

.time-select {
  margin-top: 1.5rem;
}
.time-select p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wpcf7-form-control-wrap {
  position: inherit;
}

span[data-name=acceptance] label {
  display: block;
  font-weight: 600;
  padding: 0.625rem;
}

/* ===============================================
# thanks
=============================================== */
.thanks__wrapper {
  text-align: center;
}
.thanks__wrapper .section-title {
  flex-direction: column;
  gap: 1rem;
}
.thanks__wrapper .section-title h3 {
  font-size: clamp(1.125rem, 0.75rem + 1.2vw, 1.5rem);
  color: #919086;
}
.thanks__wrapper .section-title span {
  position: relative;
  font-size: clamp(1rem, 0.75rem + 0.8vw, 1.25rem);
  letter-spacing: 0.2rem;
  color: #919086;
}
.thanks__wrapper .section-title span::before, .thanks__wrapper .section-title span::after {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 100%;
  top: 0;
  background-color: #919086;
}
.thanks__wrapper .section-title span::before {
  left: -1.5rem;
  transform: translate(-50%) rotate(-15deg);
}
.thanks__wrapper .section-title span::after {
  right: -1.5rem;
  transform: translate(-50%) rotate(15deg);
}

/* ===============================================
# 404
=============================================== */
.page-error {
  text-align: center;
}
.page-error .page-section__wrapper {
  padding-top: 8rem;
}
.page-error h1 {
  font-size: 6rem;
  color: #BDB6AC;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-error h1 {
    font-size: 3rem;
  }
}
.page-error p {
  margin-top: 1rem;
}

.button-circle a {
  display: block;
  border: 0.1rem solid #474644;
  border-radius: 2.5rem;
  margin-top: 3rem;
  padding: 1rem 5rem;
  transition: 0.2s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .button-circle a:hover {
    color: #f9f9f9;
    background-color: #474644;
  }
}
@media screen and (max-width: 767px) {
  .button-circle a {
    width: 65vw;
    padding: 1rem;
  }
}/*# sourceMappingURL=style.css.map */