@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Yu Gothic", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1344px;
    margin: 0 auto;
  }
}
@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0A59A2;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 99;
  padding: 0 3rem;
  height: 10rem;
}
@media screen and (max-width: 1500px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1400px) {
  header {
    height: 8rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
@media print {
  header {
    position: absolute;
    z-index: 0.5;
    padding: 0 1rem;
  }
}
header .logo {
  width: 35rem;
}
@media screen and (max-width: 1500px) {
  header .logo {
    width: 30rem;
  }
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 22rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 1400px) {
  header nav {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25rem;
    flex-direction: column;
    gap: 0;
    transform: translateY(100%) translateX(100%);
    background: #FFFFFF;
    height: auto;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header nav > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav > a {
    font-size: 1.6rem;
    padding: 1.5rem;
    width: 100%;
    justify-content: flex-start;
  }
}
header nav > a::after {
  content: "";
  width: 0;
  height: 4px;
  background: #0A59A2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav > a::after {
    display: none;
  }
}
@media (min-width: 992px) {
  header nav > a:hover {
    color: #0A59A2;
  }
  header nav > a:hover::after {
    width: 100%;
  }
}
header nav > a.active {
  color: #0A59A2;
}
header nav > a.active::after {
  width: 100%;
}
header nav .dropdown {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown {
    height: auto;
    width: 100%;
  }
}
header nav .dropdown > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  header nav .dropdown > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav .dropdown > a {
    font-size: 1.6rem;
    height: auto;
    width: 100%;
    display: block;
    padding: 1.5rem;
    position: relative;
  }
}
header nav .dropdown > a::after {
  content: "";
  width: 0;
  height: 4px;
  background: #0A59A2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown > a::after {
    display: none;
  }
}
@media (min-width: 992px) {
  header nav .dropdown > a:hover {
    color: #0A59A2;
  }
  header nav .dropdown > a:hover::after {
    width: 100%;
  }
}
header nav .dropdown > a.active {
  color: #0A59A2;
}
header nav .dropdown > a.active::after {
  width: 100%;
}
header nav .dropdown_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  transform: translateY(100%);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown_menu {
    opacity: 1;
    pointer-events: all;
    position: static;
    width: 100%;
    transform: translate(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    display: none;
  }
}
header nav .dropdown_menu li a {
  display: block;
  white-space: nowrap;
  padding: 1.5rem 2rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #F2EEE6;
  transition: 0.3s;
}
@media (min-width: 992px) {
  header nav .dropdown_menu li a:hover {
    background: #0A59A2;
    color: #FFFFFF;
  }
}
header nav .dropdown_menu li a.active {
  background: #0A59A2;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  header nav .dropdown_menu li a {
    font-size: 1.5rem;
  }
}
header nav .dropdown_menu li:last-of-type a {
  border-bottom: 0;
}
@media (min-width: 992px) {
  header nav .dropdown:hover .dropdown_menu {
    opacity: 1;
    pointer-events: all;
  }
}
header nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
header nav .nav_btn .tel, header nav .nav_btn .mail {
  width: 19.5rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  background: #0A59A2;
  border: 2px solid #0A59A2;
  color: #FFFFFF;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header nav .nav_btn .tel, header nav .nav_btn .mail {
    width: 17rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn .tel, header nav .nav_btn .mail {
    width: 100%;
    gap: 1.5rem;
  }
}
header nav .nav_btn .tel .icon, header nav .nav_btn .mail .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-top: 2px;
}
header nav .nav_btn .tel .icon i, header nav .nav_btn .mail .icon i {
  font-size: 1.2rem;
}
header nav .nav_btn .tel {
  background: #DF4E40;
  border-color: #DF4E40;
  font-family: "Arima", system-ui;
  font-size: 1.8rem;
}
header nav .nav_btn .tel .num {
  display: block;
  padding-top: 6px;
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn .tel-link {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  header nav .nav_btn .mail:hover {
    background: #FFFFFF;
    color: #0A59A2;
  }
  header nav .nav_btn .mail:hover .icon {
    background: #0A59A2;
    color: #FFFFFF;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0A59A2;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

main {
  overflow: hidden;
}

.title .en {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .title .en {
    font-size: 1.7rem;
  }
}
.title h3 {
  margin-top: 1.5rem;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .title h3 {
    font-size: 2.8rem;
  }
}
.title h3 .red {
  color: #DF4E40;
}
.title.center {
  text-align: center;
}
.title.white {
  color: #FFFFFF;
}

.more {
  display: block;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
  position: relative;
  width: 16rem;
  transition: 0.3s;
}
.more::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333333;
  transform: rotate(45deg) translateY(-4px) translateX(-2px);
  transition: 0.3s;
}
@media (min-width: 992px) {
  .more:hover {
    color: #0A59A2;
    border-color: #0A59A2;
    width: 17rem;
  }
  .more:hover::after {
    background: #0A59A2;
  }
}

.footer_contact {
  padding: 12rem 0;
  background: url(../../images/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .title {
    margin-bottom: 3rem;
  }
}
.footer_contact .contact_item {
  padding: 3.5rem 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
}
.footer_contact .contact_item h4 {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.7rem;
}
.footer_contact .contact_wrap .row {
  gap: 1rem 0;
}
.footer_contact .contact_btn {
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  background: #0A59A2;
  border: 2px solid #0A59A2;
  color: #FFFFFF;
  line-height: 1;
  transition: 0.3s;
}
.footer_contact .contact_btn .icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-top: 2px;
}
.footer_contact .contact_btn .icon i {
  font-size: 1.5rem;
}
.footer_contact .contact_btn.tel {
  background: #DF4E40;
  border-color: #DF4E40;
  font-family: "Arima", system-ui;
  font-size: 2.8rem;
  font-weight: 600;
}
.footer_contact .contact_btn.tel .num {
  display: block;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .footer_contact .contact_btn.mail:hover {
    background: #FFFFFF;
    color: #0A59A2;
  }
  .footer_contact .contact_btn.mail:hover .icon {
    background: #0A59A2;
    color: #FFFFFF;
  }
}
.footer_bottom {
  padding: 3.5rem 0 5rem;
  background: #99433A;
  color: #FFFFFF;
}
.footer_nav {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav .nav_inner {
  display: flex;
  align-items: center;
}
.footer_nav .nav_inner a {
  display: block;
  flex: 1;
  text-align: center;
  border-left: 1px solid #FFFFFF;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.footer_nav .nav_inner a:last-of-type {
  border-right: 1px solid #FFFFFF;
}
.footer_info {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  .footer_info {
    margin-top: 0;
  }
}
.footer_info .logo {
  width: 30rem;
  margin: 0 auto;
}
.footer_info .logo img {
  display: block;
}
.footer_info .add {
  text-align: center;
  margin-top: 3.2rem;
}
.footer_info .copy {
  text-align: center;
  margin-top: 3rem;
}

.pagetop {
  width: 4.5rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

#top {
  overflow: visible;
}
#top section {
  overflow: hidden;
}
#top .mv {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #top .mv {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv {
    margin-top: 7rem;
  }
}
#top .mv .slider_image {
  height: calc(100vh - 10rem);
}
@media screen and (max-width: 1400px) {
  #top .mv .slider_image {
    height: calc(100vh - 8rem);
  }
}
@media screen and (max-width: 1199px) {
  #top .mv .slider_image {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider_image {
    height: 60vh;
  }
}
#top .mv .slider_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#top .mv_text h2 {
  color: #FFFFFF;
  font-size: 3.7rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 2rem;
  }
}
#top .mv_text h2 .en {
  display: block;
  font-size: 10rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 .en {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 .en {
    font-size: 6rem;
  }
}
#top .about {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 7rem 0;
  }
}
#top .about .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .about .row {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
#top .about_text {
  padding-right: 6.4rem;
}
@media screen and (max-width: 991px) {
  #top .about_text {
    padding-right: 0;
  }
}
#top .about_text h3 {
  font-family: "EB Garamond", serif;
  font-size: 5.7rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  #top .about_text h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about_text h3 {
    font-size: 4.5rem;
  }
}
#top .about_text p {
  margin-top: 3rem;
  line-height: 2.2;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  #top .about_text p {
    font-size: 1.6rem;
  }
}
#top .about_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 12px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #top .about_image {
    margin: 0;
    padding: 0 12px;
    width: 100%;
  }
}
#top .feature {
  margin-bottom: 12rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #top .feature {
    margin-bottom: 7rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #top .feature .row {
    gap: 3rem 0;
  }
}
#top .feature_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 12px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #top .feature_image {
    width: 100vw;
    margin: 0 -12px;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    padding: 0;
  }
}
#top .feature_image img {
  display: block;
  position: sticky;
  top: 12rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .feature_image img {
    width: 100vw;
  }
}
#top .feature_text {
  padding-left: 8rem;
}
@media screen and (max-width: 991px) {
  #top .feature_text {
    padding-left: 3rem;
  }
}
#top .feature_text ul {
  margin-top: 4.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #top .feature_text ul {
    margin-top: 3rem;
  }
}
#top .feature_text ul li {
  padding: 2.5rem 2.5rem 2.5rem 5rem;
  background: #F2EEE6;
  border-radius: 1rem;
  position: relative;
}
#top .feature_text ul li .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  background: #DF4E40;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 2.2rem;
  font-family: "Arima", system-ui;
  font-weight: 600;
  line-height: 1;
}
#top .feature_text ul li h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 991px) {
  #top .feature_text ul li h4 {
    font-size: 2rem;
  }
}
#top .feature_text ul li p {
  margin-top: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
#top .feature_text .more {
  margin: 3rem 0 0 auto;
}
#top .product {
  padding: 12rem 0;
  background: #F2EEE6;
}
@media screen and (max-width: 767px) {
  #top .product {
    padding: 7rem 0;
  }
}
#top .product .more {
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  #top .product .more {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  #top .product_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
#top .product_list {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc(75% + (100vw - 100%) / 2);
  padding-left: 12px;
  padding-right: 0;
  max-width: 100vw;
}
@media screen and (max-width: 1400px) {
  #top .product_list {
    width: calc(66.66666667% + (100vw - 100%) / 2);
  }
}
@media screen and (max-width: 991px) {
  #top .product_list {
    width: calc(100% + (100vw - 100%) / 2);
    margin-top: 3rem;
  }
}
#top .product_item {
  margin: 0 1.2rem;
  padding: 1rem 1rem 1.5rem 1rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  display: block;
}
@media screen and (max-width: 1400px) {
  #top .product_item {
    margin: 0 0.6rem;
  }
}
@media (min-width: 992px) {
  #top .product_item:hover .product_image img {
    transform: scale(1.1);
  }
  #top .product_item:hover .product_more {
    background: #DF4E40;
    color: #FFFFFF;
    border-color: #DF4E40;
  }
}
#top .product_image {
  background: #F2EEE6;
  aspect-ratio: 53/50;
  overflow: hidden;
}
#top .product_image img {
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
#top .product_text {
  padding: 0 0.5rem;
  margin-top: 2rem;
}
#top .product_text .tag {
  padding: 0 1.5rem;
  background: #DF4E40;
  color: #FFFFFF;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
#top .product_text h4 {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1400px) {
  #top .product_text h4 {
    font-size: 1.8rem;
  }
}
#top .product_more {
  margin-top: 1.5rem;
  width: fit-content;
  margin-left: auto;
  padding: 0 2rem;
  border: 1px solid #333333;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.14rem;
  transition: 0.3s;
}
#top .links {
  margin-top: 11rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #top .links {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
#top .links .row {
  gap: 4rem 0;
}
#top .links_item {
  padding: 0 3rem;
  display: block;
}
@media screen and (max-width: 1199px) {
  #top .links_item {
    padding: 0 2rem;
  }
}
#top .links_inner {
  padding-bottom: 2rem;
  border-bottom: 1px solid #333333;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  #top .links_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #top .links_inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 574px) {
  #top .links_inner {
    flex-direction: column;
  }
}
#top .links_image {
  width: 47%;
}
@media screen and (max-width: 1199px) {
  #top .links_image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .links_image {
    width: 47%;
  }
}
@media screen and (max-width: 574px) {
  #top .links_image {
    width: 100%;
  }
}
#top .links_text {
  width: 53%;
  padding-left: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #top .links_text {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .links_text {
    width: 53%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .links_text {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
#top .links_text i {
  font-size: 1.9rem;
}
#top .instagram {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  #top .instagram {
    padding: 7rem 0;
  }
}
#top .instagram .tagcolle-btn {
  border-radius: 0;
  border: 1px solid #333333;
  background: #FFFFFF;
  padding: 1.3rem 8rem 1rem;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0);
  margin-top: 4rem;
}
@media screen and (max-width: 574px) {
  #top .instagram .tagcolle-btn {
    padding: 1.3rem 4rem 1rem;
  }
}
#top .instagram .tagcolle-btn i {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  #top .instagram .tagcolle-btn:hover {
    background: #DF4E40;
    color: #FFFFFF;
    border-color: #DF4E40;
  }
}

.subhead {
  margin-top: 10rem;
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .subhead {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 30rem;
  }
}
.subhead_text {
  text-align: center;
}
.subhead_text .en {
  font-family: "EB Garamond", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 1.7rem;
  }
}
.subhead_text h2 {
  margin-top: 1.5rem;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 2.8rem;
  }
}
.subhead_text h2 .red {
  color: #DF4E40;
}

#product {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #product {
    overflow: hidden;
  }
}
#product .subhead {
  background: url(../../images/product/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#product section {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  #product section {
    padding: 7rem 0;
  }
}
#product section .category {
  position: sticky;
  top: 12rem;
  left: 0;
  background: #F2EEE6;
}
#product section .category li a {
  padding: 1.5rem;
  display: block;
  font-weight: 600;
  transition: 0.3s;
}
#product section .category li a.active {
  background: #DF4E40;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #product section .category li a:hover {
    background: #DF4E40;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  #product section .product {
    margin-top: 4rem;
  }
}
#product section .product h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  #product section .product h3 {
    font-size: 2.4rem;
  }
}
#product section .product .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#product section .product_item {
  border-radius: 0.5rem;
  display: block;
  padding: 1rem 1rem 1.5rem 1rem;
  background: rgba(249, 246, 240, 0.8);
  height: 100%;
}
@media screen and (max-width: 1400px) {
  #product section .product_item {
    margin: 0 0.6rem;
  }
}
@media (min-width: 992px) {
  #product section .product_item:hover .product_image img {
    transform: scale(1.1);
  }
  #product section .product_item:hover .product_more {
    background: #DF4E40;
    color: #FFFFFF;
    border-color: #DF4E40;
  }
}
#product section .product_image {
  background: #F2EEE6;
  aspect-ratio: 53/50;
  position: relative;
  overflow: hidden;
}
#product section .product_image img {
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
#product section .product_image .tag {
  padding: 0 1.5rem;
  background: #DF4E40;
  color: #FFFFFF;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
#product section .product_text {
  margin-top: 2rem;
}
#product section .product_text h4 {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
#product section .product_more {
  margin-top: 1.5rem;
  width: fit-content;
  margin-left: auto;
  padding: 0 2rem;
  border: 1px solid #333333;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.14rem;
  transition: 0.3s;
}
#product section .product .paging {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 5rem;
}
#product section .product .paging span.current, #product section .product .paging span.paging-text a {
  color: #0A59A2;
  border: 1px solid #0A59A2;
  text-decoration: none;
  font-family: "Arima", system-ui;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
}
#product section .product .paging span.current i, #product section .product .paging span.paging-text a i {
  display: block;
  margin-top: -3px;
  font-size: 1.5rem;
}
#product section .product .paging span.paging-text a {
  transition-duration: 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  #product section .product .paging span.paging-text a:hover {
    background: #0A59A2;
    color: #fff;
  }
}
#product section .product .paging span.current {
  background: #0A59A2;
  color: #fff;
  zoom: 1;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  #product .detail .container {
    max-width: 824px;
  }
}
#product .detail h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
  margin-bottom: 2rem;
}
#product .detail_slider .thumbnail {
  margin-top: 1rem;
}
#product .detail_slider .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 8/5;
  background: #F2EEE6;
}
#product .detail_slider .thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#product .detail_slider .thumbnail.stop .slick-track {
  transform: unset !important;
}
#product .detail_slider .thumbnail-img.slick-current {
  opacity: 1;
}
#product .detail_slider .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 8/5;
  background: #F2EEE6;
}
#product .detail_slider .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#product .detail_text {
  margin-top: 3rem;
}
#product .detail .file {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#product .detail .file_item {
  width: fit-content;
  padding: 1rem 2rem;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #333333;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #product .detail .file_item:hover {
    background: #DF4E40;
    color: #FFFFFF;
    border-color: #DF4E40;
  }
}
#product .detail .back {
  margin-top: 4rem;
}
#product .detail .back a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  gap: 2rem;
  width: fit-content;
  background: #0A59A2;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border: 1px solid #0A59A2;
  transition: 0.3s;
}
#product .detail .back a i {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  #product .detail .back a:hover {
    background: white;
    color: #0A59A2;
  }
}

#feature .subhead {
  background: url(../../images/feature/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#feature .feature {
  padding: 12rem 0;
  background: #F2EEE6;
}
@media screen and (max-width: 767px) {
  #feature .feature {
    padding: 7rem 0;
  }
}
#feature .feature .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  position: relative;
  z-index: 0;
}
#feature .feature_item {
  align-items: flex-end;
}
#feature .feature_item .col-xl-6 {
  margin-left: -16.66666667%;
}
@media screen and (max-width: 1199px) {
  #feature .feature_item .col-xl-6 {
    margin-left: -33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_item .col-xl-6 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_item.rev {
    flex-direction: column-reverse;
  }
}
#feature .feature_item.rev .col-xl-6 {
  margin-right: -16.66666667%;
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  #feature .feature_item.rev .col-xl-6 {
    margin-right: -33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_item.rev .col-xl-6 {
    margin-right: 0;
  }
}
#feature .feature_item.rev .col-xl-6 .feature_text .num {
  right: auto;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  #feature .feature_item.rev .col-xl-6 .feature_text .num {
    left: auto;
    right: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #feature .feature_item.rev .col-xl-6 .feature_text .num {
    right: 2rem;
  }
}
#feature .feature_image {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #feature .feature_image {
    height: 60rem;
  }
  #feature .feature_image img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature_image {
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #feature .feature_image {
    height: auto;
  }
}
#feature .feature_text {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 4rem;
  position: relative;
}
@media screen and (max-width: 574px) {
  #feature .feature_text {
    padding: 3rem 2rem;
  }
}
#feature .feature_text .num {
  font-family: "Arima", system-ui;
  font-weight: 600;
  font-size: 4rem;
  color: #DF4E40;
  position: absolute;
  right: 4rem;
  top: 0;
  transform: translateY(-45%);
}
@media screen and (max-width: 574px) {
  #feature .feature_text .num {
    right: 2rem;
  }
}
#feature .feature_text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 574px) {
  #feature .feature_text h3 {
    font-size: 2.2rem;
  }
}
#feature .feature_box h4 {
  font-weight: 600;
  color: #0A59A2;
  font-size: 2rem;
}
@media screen and (max-width: 574px) {
  #feature .feature_box h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#feature .feature_box p {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  #feature .feature_box p {
    line-height: 1.6;
    letter-spacing: 0.07rem;
  }
}

#hygiene .subhead {
  background: url(../../images/hyginene/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#hygiene .feature {
  padding: 12rem 0;
  background: #F2EEE6;
}
@media screen and (max-width: 767px) {
  #hygiene .feature {
    padding: 7rem 0;
  }
}
#hygiene .feature .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  z-index: 0;
  position: relative;
}
#hygiene .feature_item {
  align-items: flex-end;
}
#hygiene .feature_item .col-xl-6 {
  margin-left: -16.66666667%;
}
@media screen and (max-width: 1199px) {
  #hygiene .feature_item .col-xl-6 {
    margin-left: -33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  #hygiene .feature_item .col-xl-6 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #hygiene .feature_item.rev {
    flex-direction: column-reverse;
  }
}
#hygiene .feature_item.rev .col-xl-6 {
  margin-right: -16.66666667%;
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  #hygiene .feature_item.rev .col-xl-6 {
    margin-right: -33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  #hygiene .feature_item.rev .col-xl-6 {
    margin-right: 0;
  }
}
#hygiene .feature_item.rev .col-xl-6 .feature_text .num {
  right: auto;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  #hygiene .feature_item.rev .col-xl-6 .feature_text .num {
    left: auto;
    right: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #hygiene .feature_item.rev .col-xl-6 .feature_text .num {
    right: 2rem;
  }
}
#hygiene .feature_image {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #hygiene .feature_image {
    height: 60rem;
  }
  #hygiene .feature_image img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #hygiene .feature_image {
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #hygiene .feature_image {
    height: auto;
  }
}
#hygiene .feature_text {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 4rem;
  position: relative;
}
@media screen and (max-width: 574px) {
  #hygiene .feature_text {
    padding: 3rem 2rem;
  }
}
#hygiene .feature_text .num {
  font-family: "Arima", system-ui;
  font-weight: 600;
  font-size: 4rem;
  color: #DF4E40;
  position: absolute;
  right: 4rem;
  top: 0;
  transform: translateY(-45%);
}
@media screen and (max-width: 574px) {
  #hygiene .feature_text .num {
    right: 2rem;
  }
}
#hygiene .feature_text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 574px) {
  #hygiene .feature_text h3 {
    font-size: 2.2rem;
  }
}
#hygiene .feature_box h4 {
  font-weight: 600;
  color: #0A59A2;
  font-size: 2rem;
}
@media screen and (max-width: 574px) {
  #hygiene .feature_box h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#hygiene .feature_box p {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  #hygiene .feature_box p {
    line-height: 1.6;
    letter-spacing: 0.07rem;
  }
}
#hygiene .facility {
  padding: 10rem 0;
}
#hygiene .facility h3 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
#hygiene .facility_lead {
  margin-top: 3rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 574px) {
  #hygiene .facility_lead {
    text-align: left;
    font-feature-settings: "palt";
  }
}
#hygiene .facility .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #hygiene .facility .row {
    gap: 3rem 0;
  }
}
@media screen and (max-width: 574px) {
  #hygiene .facility .row {
    gap: 1rem 0;
  }
}
#hygiene .facility_item {
  padding: 1rem 1rem 1.5rem 1rem;
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #fffcf7;
}
#hygiene .facility_text {
  margin-top: 2rem;
}
#hygiene .facility_text h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #0A59A2;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0A59A2;
}
#hygiene .facility_text p {
  margin-top: 1.5rem;
}
#hygiene .flow {
  padding: 10rem 0;
  background: #F2EEE6;
}
#hygiene .flow h3 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
#hygiene .flow_lead {
  margin-top: 3rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 574px) {
  #hygiene .flow_lead {
    text-align: left;
    font-feature-settings: "palt";
  }
}
#hygiene .flow_flex {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #hygiene .flow_flex {
    gap: 3rem;
    margin-top: 3rem;
  }
}
#hygiene .flow_box {
  width: 48%;
  padding: 4rem 3rem;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #hygiene .flow_box {
    width: 100%;
  }
}
#hygiene .flow_box h4 {
  font-size: 2.4rem;
  color: #0A59A2;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0A59A2;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #hygiene .flow_box h4 {
    font-size: 2rem;
  }
}
#hygiene .flow_box ul {
  margin-top: 2rem;
}
#hygiene .flow_box ul li {
  display: flex;
  padding-bottom: 3rem;
  position: relative;
}
#hygiene .flow_box ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2.5rem;
  background: #DF4E40;
  display: block;
}
#hygiene .flow_box ul li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DF4E40;
  color: #FFFFFF;
  font-family: "Arima", system-ui;
  font-weight: 600;
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding-top: 5px;
}
#hygiene .flow_text {
  width: calc(100% - 5rem);
  padding-left: 5rem;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #hygiene .flow_text {
    padding-left: 2rem;
  }
}
#hygiene .flow_text h5 {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.5;
}
#hygiene .flow_text h5::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background: #333333;
  border-radius: 50%;
}
#hygiene .flow_text p {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company section {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #company section {
    padding: 7rem 0;
  }
}
#company section:nth-of-type(even) {
  background: #F2EEE6;
}
@media screen and (min-width: 1200px) {
  #company section .container {
    max-width: 1024px;
  }
}
#company .message_text {
  margin-top: 3rem;
  line-height: 1.8;
  text-align: justify;
}
#company .company table {
  width: 100%;
  margin-top: 4rem;
}
#company .company table tr:last-of-type td, #company .company table tr:last-of-type th {
  border-bottom: 1px solid #0A59A2;
}
@media screen and (max-width: 767px) {
  #company .company table tr:last-of-type th {
    border-bottom: 0;
  }
}
#company .company table th {
  padding: 3rem 5rem 3rem 2rem;
  width: 21rem;
  font-size: 1.6rem;
  border-top: 1px solid #0A59A2;
  color: #0A59A2;
}
@media screen and (max-width: 767px) {
  #company .company table th {
    padding: 2rem 1rem 0;
  }
}
#company .company table td {
  width: calc(100% - 21rem);
  padding: 3rem 2rem 3rem 0;
  font-size: 1.6rem;
  border-top: 1px solid #0A59A2;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #company .company table td {
    padding: 1rem 1rem 2rem 1rem;
    border-top: 0;
  }
}
#company .company table td .bold {
  display: inline-block;
  font-weight: 600;
  padding: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
#company .company table td .bold:last-of-type {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #company .company table th, #company .company table td {
    width: 100%;
    display: block;
  }
}
#company .history ul {
  margin-top: 4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 574px) {
  #company .history ul {
    padding-left: 1rem;
  }
}
#company .history ul li {
  padding-bottom: 6rem;
  display: flex;
  align-items: baseline;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 574px) {
  #company .history ul li {
    flex-direction: column;
    gap: 1rem;
  }
}
#company .history ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #0A59A2;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
}
#company .history ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0.4em;
  left: 0.45rem;
  background: #0A59A2;
  position: absolute;
}
#company .history ul li .year {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  width: 9.5rem;
  color: #0A59A2;
}
#company .history_text {
  font-weight: 600;
  padding-left: 3rem;
  width: calc(100% - 9.5rem);
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #company .history_text {
    width: 100%;
    padding-left: 0;
  }
}
#company .access iframe {
  width: 100%;
  height: 45rem;
  margin-top: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #company .access iframe {
    height: 37rem;
  }
}
#company .access .more {
  margin-top: 3rem;
  margin-left: auto;
}
#company .group .row {
  gap: 4rem 0;
}
#company .group_info {
  margin-top: 4rem;
}
#company .group_info h4 {
  color: #0A59A2;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
#company .group_info .add {
  margin-top: 2rem;
  font-size: 1.7rem;
  line-height: 1.7;
}
#company .group_info .more {
  margin-top: 2rem;
}
#company .group .map iframe {
  width: 100%;
  height: 35rem;
  display: block;
}
#company .group .map .more {
  margin-top: 2rem;
  margin-left: auto;
}

#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#contact .title h3 {
  line-height: 1.4;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel_lead {
  margin-top: 2rem;
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2.5rem 1rem 2rem;
  border: 1px solid #0A59A2;
  background: #0A59A2;
  border-radius: 0.5rem;
}
#contact .tel .tel_wrap.bg_red {
  background: #DF4E40;
  border-color: #DF4E40;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Arima", system-ui;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 8rem 0;
  background: #F2EEE6;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #FFFFFF;
  border-radius: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #0A59A2;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #0A59A2;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #0A59A2;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #0A59A2;
  color: #FFFFFF;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #FFFFFF;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #0A59A2;
  color: #FFFFFF;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */