@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: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.07rem;
}
@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 (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@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;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 13rem;
  padding: 0 3rem;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header {
    padding: 0 1.8rem;
  }
}
header.scroll {
  height: 7rem;
}
header.scroll::after {
  opacity: 1;
}
header.scroll .logo {
  width: 5rem;
}
header.scroll nav > a.active {
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.4;
}
@media (hover: hover) {
  header.scroll nav > a:hover {
    color: #fff;
    mix-blend-mode: normal;
    opacity: 0.4;
  }
}
header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 35, 14, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
header .logo {
  width: 9.1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header .logo {
    position: relative;
    z-index: 2;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1400px) {
  header nav {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: url(../../images/common/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header nav > a {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  transition: 0.2s;
}
header nav > a.active {
  opacity: 0.6;
}
@media (hover: hover) {
  header nav > a:hover {
    opacity: 0.6;
    color: #fff;
  }
}
@media screen and (max-width: 1400px) {
  header nav > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav > a {
    font-size: 1.8rem;
  }
}
header nav .tel {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  header nav .tel {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  header nav .tel:hover {
    opacity: 1;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  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;
  }
}

.title {
  position: relative;
}
.title .en {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) rotate(-7.8deg);
  font-family: "Birthstone Bounce", cursive;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
  color: #113F29;
  letter-spacing: 0.7rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .title .en {
    font-size: 13rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 7rem;
    bottom: 5rem;
  }
}
.title h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  color: #fff;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .title h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 574px) {
  .title h3 {
    font-size: 2.4rem;
  }
}
.title h3::after {
  content: "";
  width: 15rem;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title.left {
  width: fit-content;
}
.title.left .en {
  bottom: 5rem;
  left: -2rem;
  transform: rotate(-7.8deg);
}
.title.left h3 {
  text-align: left;
}
.title.left h3::after {
  content: "";
  transform: translate(0);
  left: 0;
}
.title.black h3 {
  color: #03230E;
}
.title.black h3::after {
  background: #03230E;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #03230E;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .more {
    zoom: 0.8;
  }
}
.more .arrow {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  border: 1px solid #03230E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.more .arrow svg path {
  stroke: #03230E;
  fill: #03230E;
  transition: 0.4s;
}
@media (hover: hover) {
  .more:hover .arrow {
    background: #03230E;
    transform: scale(1.2);
  }
  .more:hover .arrow svg path {
    stroke: #fff;
    fill: #fff;
  }
}
.more.small {
  zoom: 0.7;
}
.more.white {
  color: #fff;
}
.more.white .arrow {
  border: 1px solid #fff;
}
.more.white .arrow svg path {
  stroke: #fff;
  fill: #fff;
}
@media (hover: hover) {
  .more.white:hover .arrow {
    background: #fff;
    transform: scale(1.2);
  }
  .more.white:hover .arrow svg path {
    stroke: #03230E;
    fill: #03230E;
  }
}

.footer {
  padding-bottom: 8rem;
}
.footer_contact img {
  height: 52rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .footer_contact img {
    object-position: 20% center;
  }
}
.footer_contact-inner {
  padding: 0 2rem;
}
.footer .contact_box {
  max-width: 106rem;
  margin: -10rem auto 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
.footer .contact_box h3 {
  text-align: center;
  font-weight: 600;
  font-size: 4rem;
  font-family: "Noto Serif", serif;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer .contact_box h3 {
    font-size: 3rem;
  }
}
.footer .contact_box h3::after {
  content: "";
  width: 8rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer .contact_box .contact_flex {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 574px) {
  .footer .contact_box .contact_flex {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
  }
}
.footer .contact_box .contact_flex .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 6rem;
  font-family: "Noto Serif", serif;
  font-size: 2.6rem;
  border: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .footer .contact_box .contact_flex .tel {
    font-size: 2.4rem;
    width: 24rem;
  }
}
.footer .contact_box .contact_flex .tel small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer .contact_box .contact_flex .tel small {
    font-size: 1.6rem;
  }
}
.footer .contact_box .contact_flex .mail {
  background: #05381F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 28rem;
  height: 6rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1.8rem;
  border: 2px solid #05381F;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer .contact_box .contact_flex .mail:hover {
    background: #fff;
    color: #05381F;
  }
  .footer .contact_box .contact_flex .mail:hover svg path {
    fill: #05381F;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact_box .contact_flex .mail {
    width: 24rem;
    font-size: 1.6rem;
  }
}
.footer_bottom {
  margin-top: 5rem;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
.footer_left .logo {
  width: 29.6rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
.footer_left .add {
  margin-top: 2rem;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .footer_left .add {
    text-align: center;
  }
}
.footer_left .insta {
  margin-top: 3rem;
  display: block;
  width: 13.2rem;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .footer_left .insta {
    margin: 3rem auto 0;
  }
}
.footer_left .insta img {
  display: block;
}
@media (hover: hover) {
  .footer_left .insta:hover {
    opacity: 0.7;
  }
}
.footer_right {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1400px) {
  .footer_right {
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-family: "Noto Serif", serif;
}
.footer_nav > li {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer_nav > li .child {
  padding-left: 1rem;
  line-height: 2.1;
}
@media (hover: hover) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer .copy {
  font-size: 1.3rem;
  color: rgba(34, 34, 34, 0.6);
}
@media screen and (max-width: 991px) {
  .footer .copy {
    margin-top: 4rem;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4.5rem;
  z-index: 99;
}
.pagetop img, .pagetop a {
  display: block;
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: hidden;
}
.lightbox-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}
.lightbox-modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  margin: auto;
  cursor: default;
}
.lightbox-modal__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.8;
  z-index: 10;
  user-select: none;
}
.lightbox-modal__nav:hover {
  opacity: 1;
}
.lightbox-modal__nav.prev {
  left: 20px;
}
.lightbox-modal__nav.next {
  right: 20px;
}
.lightbox-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}
.lightbox-modal__close:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lightbox-modal__nav {
    font-size: 1.5rem;
    padding: 5px;
  }
  .lightbox-modal__nav.prev {
    left: 10px;
  }
  .lightbox-modal__nav.next {
    right: 10px;
  }
  .lightbox-modal__close {
    font-size: 2rem;
    top: 10px;
    right: 10px;
  }
}
#top {
  overflow: hidden;
}
#top .mv {
  position: relative;
  z-index: 0;
}
#top .mv::after {
  content: "";
  width: 100%;
  height: 35rem;
  background: url(../../images/top/mv_bg.png) repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top .mv::before {
  content: "";
  width: 100%;
  height: 35rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(21, 72, 47, 0) 0%, #204c35 83.17%, #204d36 100%);
  z-index: 1;
}
#top .mv .slider img {
  height: 100vh;
  object-fit: cover;
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Noto Serif", serif;
  color: #fff;
  z-index: 2;
  width: 100%;
}
#top .mv_text h2 {
  font-size: 4.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    text-align: center;
    font-feature-settings: "palt";
    font-size: 3.2rem;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5;
  }
}
#top .mv_text .en {
  margin-top: 3rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    font-size: 1.8rem;
  }
}
#top .mv_text .en span {
  font-size: 6.5rem;
  letter-spacing: 0.13rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top .mv_text .en span {
    font-size: 4rem;
  }
}
#top .about {
  padding: 15rem 0 12rem;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #top .about {
    padding: 13rem 0 7rem;
  }
}
#top .about_text {
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  #top .about_text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text {
    text-align: justify;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text br {
    display: none;
  }
}
#top .about_lead {
  text-align: center;
  margin-top: 3rem;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  #top .about_lead {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  #top .about_lead .lg, #top .about_lead .sp_none {
    display: none;
  }
}
#top .feature {
  padding: 20rem 0 12rem;
  background: url(../../images/top/feature_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #top .feature {
    padding: 13rem 0 7rem;
  }
}
#top .feature .title .en {
  color: #4C6B5C;
}
@media screen and (max-width: 991px) {
  #top .feature .row {
    gap: 4.8rem;
  }
}
#top .feature_list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-left: 4rem;
}
@media screen and (max-width: 991px) {
  #top .feature_list {
    padding-left: 0;
  }
}
#top .feature_item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 574px) {
  #top .feature_item {
    flex-direction: column;
    gap: 2rem;
  }
}
#top .feature_image {
  width: 18rem;
}
@media screen and (max-width: 574px) {
  #top .feature_image {
    width: 100%;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_image img {
    height: 20rem;
    object-fit: cover;
  }
}
#top .feature_text {
  flex: 1;
  color: #fff;
}
#top .feature_text h4 {
  font-size: 2.4rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #top .feature_text h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .feature_text h4 {
    line-height: 1.5;
  }
}
#top .feature_text h4::after {
  content: "";
  width: 6rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#top .feature_text p {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06rem;
}
#top .service {
  padding: 10rem 0;
}
#top .service_inner {
  max-width: 175rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #top .service_inner {
    width: 100%;
    padding: 0 20px;
  }
}
#top .service_main {
  display: flex;
  flex-wrap: wrap;
}
#top .service_sub {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
#top .service_sub .service_item {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  #top .service_sub .service_item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  #top .service_sub .service_item {
    width: 50%;
  }
}
#top .service_sub .service_item .en {
  font-size: 4rem;
  top: -1rem;
}
@media screen and (max-width: 1400px) {
  #top .service_sub .service_item .en {
    font-size: 3rem;
  }
}
#top .service_sub .service_item h3 {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1750px) {
  #top .service_sub .service_item h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1400px) {
  #top .service_sub .service_item h3 {
    font-size: 1.8rem;
  }
}
#top .service_sub .service_item .more_2 {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1400px) {
  #top .service_sub .service_item .more_2 {
    font-size: 1.6rem;
  }
}
#top .service_sub .service_text {
  padding-top: 2rem;
}
#top .service_item {
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #top .service_item {
    width: 100%;
  }
}
#top .service_item img {
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #top .service_item img {
    height: 20rem;
    object-fit: cover;
  }
}
#top .service_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 40, 29, 0.65);
  mix-blend-mode: darken;
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 0;
}
@media (hover: hover) {
  #top .service_item:hover img {
    transform: scale(1.1);
  }
  #top .service_item:hover::after {
    opacity: 0;
  }
}
#top .service_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 1199px) {
  #top .service_text {
    padding-top: 4rem;
  }
}
#top .service_text .en {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-7.8deg);
  font-family: "Birthstone Bounce", cursive;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #5E7E6F;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #top .service_text .en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text .en {
    font-size: 4rem;
    top: 0;
  }
}
#top .service_text h3 {
  font-family: "Noto Serif", serif;
  font-size: 5rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 1400px) {
  #top .service_text h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text h3 {
    font-size: 3rem;
  }
}
#top .service_text .more_2 {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  gap: 1rem;
}
#top .service_text .more_2::before, #top .service_text .more_2::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 1750px) {
  #top .service_text .more_2 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  #top .service_text .more_2 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text .more_2 {
    margin-top: 1.5rem;
  }
}
#top .service .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  gap: 2.4rem;
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #03230E;
}
@media screen and (max-width: 1199px) {
  #top .service .more_btn {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  #top .service .more_btn {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #top .service .more_btn {
    font-size: 2.4rem;
    gap: 1.8rem;
  }
}
#top .service .more_btn .arrow {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  border: 1px solid #03230E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 574px) {
  #top .service .more_btn .arrow {
    zoom: 0.8;
  }
}
#top .service .more_btn .arrow svg path {
  stroke: #03230E;
  fill: #03230E;
  transition: 0.4s;
}
@media (hover: hover) {
  #top .service .more_btn:hover .arrow {
    background: #03230E;
    transform: scale(1.2);
  }
  #top .service .more_btn:hover .arrow svg path {
    stroke: #fff;
    fill: #fff;
  }
}
#top .link {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #top .link {
    padding: 7rem 0;
  }
}
#top .link_inner {
  max-width: 175rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top .link_inner {
    width: 100%;
    padding: 0 20px;
  }
}
#top .link_item {
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #top .link_item {
    width: 100%;
  }
}
#top .link_item img {
  transition: 0.5s;
}
#top .link_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 40, 29, 0.35);
  mix-blend-mode: darken;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  #top .link_item:hover img {
    transform: scale(1.1);
  }
  #top .link_item:hover::after {
    opacity: 0;
  }
}
#top .link_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding-top: 8rem;
}
#top .link_text .en {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-7.8deg);
  font-family: "Birthstone Bounce", cursive;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #5E7E6F;
  z-index: -1;
}
#top .link_text h3 {
  font-family: "Noto Serif", serif;
  font-size: 5rem;
  letter-spacing: 0.25rem;
}
#top .link_text .more_2 {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  gap: 1rem;
}
#top .link_text .more_2::before, #top .link_text .more_2::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #fff;
  display: block;
}
#top .works {
  padding: 20rem 0 12rem;
  background: url(../../images/top/works_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  #top .works {
    padding: 15rem 0 10rem;
  }
}
@media screen and (max-width: 574px) {
  #top .works {
    padding: 13rem 0 7rem;
  }
}
#top .works_wrap {
  color: #fff;
  margin-top: 6rem;
}
#top .works_image {
  overflow: hidden;
}
#top .works_image img {
  aspect-ratio: 3/2;
  object-fit: contain;
  transition: 0.4s;
}
#top .works_item {
  padding: 0 1.5rem;
}
@media screen and (max-width: 574px) {
  #top .works_item {
    padding: 0 0.8rem;
  }
}
@media (hover: hover) {
  #top .works_item:hover img {
    transform: scale(1.1);
  }
}
#top .works_text {
  margin-top: 2.4rem;
}
#top .works_text .category {
  padding: 1rem;
  border: 1px solid #fff;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.06rem;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  #top .works_text .category {
    padding: 0.5rem 1rem;
  }
}
#top .works_text h4 {
  margin-top: 1.8rem;
  font-family: "Noto Serif", serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1400px) {
  #top .works_text h4 {
    font-size: 2rem;
  }
}
#top .works .more {
  margin: 6rem auto 0;
}
#top .recruit {
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .recruit {
    padding: 8rem 0;
  }
}
#top .recruit_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2 + 41.66666667%);
  padding-left: 1.2rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #top .recruit_image {
    width: 100%;
    padding: 0 1.2rem;
    margin: 0;
    position: relative;
    z-index: 2;
  }
}
#top .recruit .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .recruit .row {
    flex-direction: column-reverse;
    gap: 6rem;
  }
}
#top .recruit_text {
  padding-right: 3.6rem;
}
@media screen and (max-width: 991px) {
  #top .recruit_text {
    padding-right: 1.5rem;
  }
}
#top .recruit_text .title .en {
  color: #DEF0E7;
}
#top .recruit_text h4 {
  margin-top: 5rem;
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top .recruit_text h4 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .recruit_text h4 {
    font-size: 2rem;
  }
}
#top .recruit_text p {
  margin-top: 3.6rem;
  line-height: 2;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  #top .recruit_text p {
    margin-top: 2rem;
  }
}
#top .recruit_text .more {
  margin-left: auto;
  margin-top: 3.6rem;
}
#top .company {
  display: flex;
}
@media screen and (max-width: 767px) {
  #top .company {
    flex-wrap: wrap;
  }
}
#top .company > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top .company > * {
    width: 100%;
  }
}
#top .company_item {
  position: relative;
  overflow: hidden;
}
#top .company_item img {
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  #top .company_item img {
    height: 40rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #top .company_item img {
    height: 30rem;
  }
}
@media (hover: hover) {
  #top .company_item:hover img {
    transform: scale(1.1);
  }
  #top .company_item:hover .more .arrow {
    background: #fff;
    transform: scale(1.2);
  }
  #top .company_item:hover .more .arrow svg path {
    stroke: #03230E;
    fill: #03230E;
  }
}
#top .company_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 6rem;
}
#top .company_title {
  color: #fff;
}
#top .company_title .en {
  font-family: "Noto Serif", serif;
  font-size: 5rem;
  line-height: 1;
}
#top .company_title h3 {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
}
#top .company .more {
  margin-top: 3.6rem;
}
#top .company .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top .company .map iframe {
    height: 30rem;
  }
}
#top .news {
  padding: 18rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #top .news {
    padding: 15rem 0 8rem;
  }
}
#top .news_left .title .en {
  color: #DEF0E7;
}
#top .news_left .title h3 {
  color: #03230E;
}
#top .news_left .title h3::after {
  background: #03230E;
}
#top .news_left .category {
  margin-top: 6.4rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  #top .news_left .category {
    padding-right: 0;
    margin-top: 4rem;
  }
}
#top .news_left .category .en {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D0D4D8;
}
#top .news_left .category ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top .news_left .category ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#top .news_left .category ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
  cursor: pointer;
}
#top .news_left .category ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #ED6F2D;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
#top .news_left .category ul li.active {
  color: #ED6F2D;
}
#top .news_left .category ul li.active::before {
  opacity: 1;
}
@media (hover: hover) {
  #top .news_left .category ul li:hover {
    color: #ED6F2D;
  }
  #top .news_left .category ul li:hover::before {
    opacity: 1;
  }
}
#top .news_item {
  padding: 4rem 3rem;
  border-top: 1px solid #D0D4D8;
}
@media screen and (max-width: 1199px) {
  #top .news_item {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  #top .news_item:first-of-type {
    border-top: 0;
  }
}
#top .news_item:last-of-type {
  border-bottom: 1px solid #D0D4D8;
}
#top .news_wrap {
  max-height: 80rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  #top .news_wrap {
    max-height: 70rem;
  }
}
@media screen and (max-width: 767px) {
  #top .news_wrap {
    max-height: 50rem;
    margin-top: 6.4rem;
  }
}
#top .news_wrap .news_list {
  display: none;
}
#top .news_wrap .news_list.active {
  display: block;
}
#top .news_top .date {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Noto Serif", serif;
  color: #6B6B6B;
}
#top .news_top .date p {
  font-size: 1.4rem;
  color: #6B6B6B;
}
#top .news_top .date div {
  padding: 0.25rem 1.5rem;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  font-size: 1.4rem;
}
#top .news_top .date span {
  color: #D90D0D;
  font-size: 1.4rem;
}
#top .news_top h4 {
  margin-top: 1.6rem;
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  word-break: break-all;
  line-height: 1.5;
}
#top .news_detail {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #F5F5F5;
}
#top .news_detail .row {
  margin-top: 1.6rem;
}
#top .news_text {
  word-break: break-all;
}
#top .news_image {
  background: #F5F5F5;
}
#top .news_image img {
  aspect-ratio: 4/3;
  object-fit: contain;
}
#top .news .download {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
#top .news .download a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background: #05381F;
  color: #fff;
  gap: 1rem;
  border: 1px solid #05381F;
  transition: 0.4s;
}
#top .news .download a svg path {
  stroke: #fff;
  fill: #fff;
  transition: 0.4s;
}
@media (hover: hover) {
  #top .news .download a:hover {
    background: #fff;
    color: #05381F;
  }
  #top .news .download a:hover svg path {
    stroke: #05381F;
    fill: #05381F;
  }
}
#top .instagram {
  padding: 22rem 0 12rem;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #top .instagram {
    padding: 15rem 0 8rem;
  }
}
#top .instagram .title {
  margin-bottom: 4rem;
}
#top .instagram .insta_more {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 8rem;
  position: relative;
  width: fit-content;
  margin: 3rem auto 0;
}
#top .instagram .insta_more .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
#top .instagram .insta_more .arrow i {
  font-family: "Font Awesome 6 Free";
}

.subhead {
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
}
@media screen and (max-width: 574px) {
  .subhead {
    padding-top: 10rem;
    height: 35rem;
  }
}
.subhead_text {
  position: relative;
}
.subhead_text .en {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) rotate(-7.8deg);
  font-family: "Birthstone Bounce", cursive;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
  color: #256546;
  letter-spacing: 0.7rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .subhead_text .en {
    font-size: 13rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 7rem;
    bottom: 5rem;
  }
}
.subhead_text h2 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  color: #fff;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .subhead_text h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 2.4rem;
  }
}
.subhead_text h2::after {
  content: "";
  width: 15rem;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#service .subhead {
  background: url(../../images/service/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service .message {
  padding: 10rem 0;
  position: relative;
  z-index: 0;
  color: #fff;
}
#service .message::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  mix-blend-mode: multiply;
}
#service .message h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
}
#service .message h3::after {
  content: "";
  width: 15rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#service .message p {
  margin-top: 3rem;
  text-align: center;
  line-height: 2.5;
}
#service .service {
  padding: 10rem 0;
}
@media screen and (max-width: 1199px) {
  #service .service {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 1199px) {
  #service .service .container > .row {
    gap: 4rem 0;
  }
}
#service .service .category_list {
  position: sticky;
  top: 10rem;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #service .service .category_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
  }
}
#service .service .category_list li a {
  display: flex;
  align-items: baseline;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid;
  gap: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #service .service .category_list li a {
    border: 1px solid;
    color: #03230E;
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #service .service .category_list li a br {
    display: none;
  }
}
#service .service .category_list li a::before {
  content: "●";
  display: block;
  color: #ED6F2D;
  transform: scale(0.6);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #service .service .category_list li a::before {
    display: none;
  }
}
#service .service .category_list li a.active {
  color: #ED6F2D;
}
@media screen and (max-width: 1199px) {
  #service .service .category_list li a.active {
    color: #03230E;
  }
}
#service .service .category_list li a.active::before {
  opacity: 1;
}
@media (hover: hover) {
  #service .service .category_list li a:hover {
    color: #ED6F2D;
  }
  #service .service .category_list li a:hover::before {
    opacity: 1;
  }
}
#service .service .col-xl-9 > * {
  padding-left: 3rem;
}
@media screen and (max-width: 1199px) {
  #service .service .col-xl-9 > * {
    padding-left: 0;
  }
}
#service .service .col-xl-9 > section {
  padding-bottom: 5rem;
  padding-top: 5rem;
  border-bottom: 1px solid #c2d1ca;
}
#service .service_sub {
  padding-bottom: 5rem;
  padding-top: 5rem;
  border-bottom: 1px solid #c2d1ca;
}
#service .service_sub .row {
  gap: 4rem 0;
}
#service .service_sub h3 {
  line-height: 1.5;
  font-size: 2rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #service .service_sub h3 {
    height: auto;
  }
}
#service .service_sub h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#service .service_sub .service_text h4 {
  line-height: 1.5;
  height: 5.1rem;
}
@media screen and (max-width: 767px) {
  #service .service_sub .service_text h4 {
    height: auto;
  }
}
#service .service_sub .service_text h4::before {
  display: none;
}
#service .service_sub .service_text .more {
  zoom: 0.5;
}
#service .service_sub .service_text .more_wrap .more {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #service .service_item .row {
    gap: 2.4rem 0;
  }
}
#service .service_item .row .service_image {
  height: 100%;
}
#service .service_item .row .service_image img {
  height: 100%;
  object-fit: cover;
}
#service .service_image {
  border-radius: 1rem;
  overflow: hidden;
}
#service .service_text h3 {
  font-family: "Noto Serif", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 1.5rem;
}
#service .service_text h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#service .service_text-box {
  padding: 1.5rem 0;
}
#service .service_text-box h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  color: #05381F;
  font-size: 1.7rem;
}
@media screen and (max-width: 574px) {
  #service .service_text-box h4 {
    line-height: 1.5;
  }
}
#service .service_text-box h4::before {
  content: "";
  width: 1.5rem;
  height: 3px;
  background: #05381F;
  border-radius: 1rem;
}
#service .service_text-box p {
  margin-top: 1.5rem;
  line-height: 2;
  font-size: 1.4rem;
}
#service .service_text-box:last-of-type {
  border-top: 1px solid #eee;
}
#service .service_text-box:first-of-type {
  border: 0;
}
#service .service .more_wrap .more {
  margin: 3rem 0 0 auto;
}
#service .service_illust {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #service .service_illust {
    gap: 0 !important;
  }
}
#service .service .other {
  border-bottom: 0 !important;
}
#service .service .other h3 {
  font-family: "Noto Serif", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 1.5rem;
}
#service .service .other h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#service .service .other .row {
  gap: 4rem 0;
}
#service .service .other h4 {
  line-height: 1.5;
  height: 6rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  #service .service .other h4 {
    height: auto;
  }
}
#service .service .other .service_text h5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  color: #05381F;
  font-size: 1.7rem;
  line-height: 1.5;
  border-left: 0.7rem solid #03230E;
  padding-left: 1rem;
  height: 5.1rem;
}
@media screen and (max-width: 767px) {
  #service .service .other .service_text h5 {
    height: auto;
  }
}
#service .service .other .service_text .more {
  zoom: 0.5;
}
#service .service .other .service_text .more_wrap .more {
  margin-top: 0;
}

#flow_faq .subhead {
  background: url(../../images/flow/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#flow_faq .wrapper {
  padding: 10rem 0;
}
#flow_faq .category_list {
  position: sticky;
  top: 10rem;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #flow_faq .category_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
  }
}
#flow_faq .category_list li a {
  display: flex;
  align-items: baseline;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid;
  gap: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #flow_faq .category_list li a {
    border: 1px solid;
    color: #03230E;
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #flow_faq .category_list li a br {
    display: none;
  }
}
#flow_faq .category_list li a::before {
  content: "●";
  display: block;
  color: #ED6F2D;
  transform: scale(0.6);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #flow_faq .category_list li a::before {
    display: none;
  }
}
#flow_faq .category_list li a.active {
  color: #ED6F2D;
}
@media screen and (max-width: 1199px) {
  #flow_faq .category_list li a.active {
    color: #03230E;
  }
}
#flow_faq .category_list li a.active::before {
  opacity: 1;
}
@media (hover: hover) {
  #flow_faq .category_list li a:hover {
    color: #ED6F2D;
  }
  #flow_faq .category_list li a:hover::before {
    opacity: 1;
  }
}
#flow_faq section {
  padding-bottom: 5rem;
  padding-top: 5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #flow_faq section {
    padding-left: 0;
  }
}
#flow_faq section.flow {
  padding-top: 0;
  border-bottom: 1px solid #c2d1ca;
}
#flow_faq section h3 {
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  #flow_faq section h3 {
    font-size: 2.6rem;
  }
}
#flow_faq section h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #flow_faq .flow {
    margin-top: 4rem;
  }
}
#flow_faq .flow ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
  position: relative;
}
#flow_faq .flow ul::after {
  content: "";
  width: 10px;
  height: 100%;
  background: #05381F;
  position: absolute;
  top: 0;
  left: 10.5rem;
  z-index: 1;
}
@media screen and (max-width: 574px) {
  #flow_faq .flow ul::after {
    display: none;
  }
}
#flow_faq .flow ul li {
  display: flex;
  gap: 2.4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 574px) {
  #flow_faq .flow ul li {
    flex-direction: column;
  }
}
#flow_faq .flow ul li.polish {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
#flow_faq .flow ul li.polish .polish_in {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 574px) {
  #flow_faq .flow ul li.polish .polish_in {
    flex-direction: column;
  }
}
#flow_faq .flow_image {
  width: 22rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 574px) {
  #flow_faq .flow_image {
    width: 100%;
  }
}
#flow_faq .flow_image img {
  border-radius: 1rem;
  display: block;
  height: 100%;
  object-fit: cover;
}
#flow_faq .flow_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#flow_faq .flow_text h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #05381F;
}
#flow_faq .flow_text h4 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #05381F;
  color: #fff;
  font-family: "Noto Serif", serif;
  border-radius: 1rem;
  font-size: 1.8rem;
}
#flow_faq .flow_text p {
  line-height: 2;
}
#flow_faq .flow_text .step h5 {
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #03230E;
  color: #03230E;
}
#flow_faq .flow_text .step p {
  margin-top: 1rem;
}
#flow_faq .faq ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#flow_faq .faq ul li {
  padding: 2.4rem;
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
@media screen and (max-width: 574px) {
  #flow_faq .faq ul li {
    padding: 1.6rem;
  }
}
#flow_faq .faq ul li .en {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05381F;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 1rem;
}
#flow_faq .faq ul li .question {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#flow_faq .faq ul li .question h4 {
  flex: 1;
  font-family: "Noto Serif", serif;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #flow_faq .faq ul li .question h4 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 574px) {
  #flow_faq .faq ul li .question h4 {
    font-size: 1.8rem;
  }
}
#flow_faq .faq ul li .answer {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #c2d1ca;
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
#flow_faq .faq ul li .answer .en {
  background: #ED6F2D;
}
#flow_faq .faq ul li .answer p {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 574px) {
  #flow_faq .faq ul li .answer p {
    font-size: 1.4rem;
  }
}
#flow_faq .faq_contact {
  margin-top: 5.6rem;
  text-align: center;
}
#flow_faq .faq_contact p {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 574px) {
  #flow_faq .faq_contact p {
    font-size: 1.8rem;
  }
}
#flow_faq .faq_contact .more {
  margin: 2.4rem auto 0;
}

#works .subhead {
  background: url(../../images/works/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#works .works {
  padding-left: 3rem;
}
@media screen and (max-width: 1199px) {
  #works .works {
    padding-left: 0;
    margin-top: 4rem;
  }
}
#works .works_wrapper {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #works .works_wrapper {
    padding: 6rem 0;
  }
}
#works .works_wrapper ul {
  position: sticky;
  top: 10rem;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #works .works_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
  }
}
#works .works_wrapper ul li a {
  display: flex;
  align-items: baseline;
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid;
  gap: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #works .works_wrapper ul li a {
    border: 1px solid;
    color: #03230E;
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 574px) {
  #works .works_wrapper ul li a {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #works .works_wrapper ul li a br {
    display: none;
  }
}
#works .works_wrapper ul li a::before {
  content: "●";
  display: block;
  color: #ED6F2D;
  transform: scale(0.6);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #works .works_wrapper ul li a::before {
    display: none;
  }
}
#works .works_wrapper ul li a.active {
  color: #ED6F2D;
}
@media screen and (max-width: 1199px) {
  #works .works_wrapper ul li a.active {
    color: #03230E;
  }
}
#works .works_wrapper ul li a.active::before {
  opacity: 1;
}
@media (hover: hover) {
  #works .works_wrapper ul li a:hover {
    color: #ED6F2D;
  }
  #works .works_wrapper ul li a:hover::before {
    opacity: 1;
  }
}
#works .works h3 {
  line-height: 1.5;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  #works .works h3 {
    font-size: 2.4rem;
  }
}
#works .works h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#works .works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 574px) {
  #works .works_list {
    gap: 4rem 1.6rem;
  }
}
#works .works_image {
  overflow: hidden;
}
#works .works_image img {
  aspect-ratio: 3/2;
  object-fit: contain;
  transition: 0.4s;
}
#works .works_item {
  color: #03230E;
  width: calc(33.3333% - 1.6rem);
}
@media screen and (max-width: 767px) {
  #works .works_item {
    width: calc(50% - 1.2rem);
  }
}
@media screen and (max-width: 574px) {
  #works .works_item {
    width: calc(50% - 0.8rem);
  }
}
@media (hover: hover) {
  #works .works_item:hover img {
    transform: scale(1.1);
  }
}
#works .works_text {
  margin-top: 1.6rem;
}
#works .works_text .category {
  padding: 0.5rem 1rem;
  border: 1px solid #03230E;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.06rem;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  #works .works_text .category {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #works .works_text .category {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
#works .works_text h4 {
  margin-top: 1.8rem;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1400px) {
  #works .works_text h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #works .works_text h4 {
    font-size: 1.6rem;
  }
}
#works .works .paging {
  text-align: center;
  margin-top: 4rem;
}
#works .works .paging span.current, #works .works .paging span.paging-text {
  margin: 0px 2px;
  color: #03230E;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #03230E;
  text-decoration: none;
}
#works .works .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  #works .works .paging span.paging-text a:hover {
    background: #03230E;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#works .works .paging span.current {
  background: #03230E;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#works .detail {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #works .detail {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1550px) {
  #works .detail .container {
    max-width: 1140px;
  }
}
#works .detail h3 {
  line-height: 1.5;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  #works .detail h3 {
    font-size: 2.4rem;
  }
}
#works .detail h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#works .detail_text {
  margin-top: 3rem;
}
#works .detail .ba {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
#works .detail .ba_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 574px) {
  #works .detail .ba_item {
    flex-direction: column;
    gap: 1rem;
  }
}
#works .detail .ba_item > div {
  position: relative;
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 574px) {
  #works .detail .ba_item > div {
    width: 100%;
  }
}
#works .detail .ba .arrow {
  width: 3rem;
}
@media screen and (max-width: 574px) {
  #works .detail .ba .arrow {
    transform: rotate(90deg);
  }
}
#works .detail .ba .arrow svg path {
  stroke: #03230E;
  fill: #03230E;
}
#works .detail .ba_image {
  background: #f4f8f6;
  position: relative;
}
#works .detail .ba_image img {
  aspect-ratio: 3/2;
  object-fit: contain;
}
#works .detail .ba_image div {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 2rem;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  color: #fff;
  z-index: 1;
}
#works .detail .ba_image div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.8;
  border-radius: 0 0.5rem 0 0;
}
#works .detail .ba_image div.before_text::after {
  background: #ED6F2D;
}
#works .detail .ba_image div.after_text::after {
  background: #03230E;
}
#works .detail_image {
  margin-top: 3rem;
}
#works .detail_image .slick-prev:before, #works .detail_image .slick-next:before {
  display: none;
}
#works .detail_image .thumbnail.thumb-static {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#works .detail_image .thumbnail.thumb-static .thumbnail-img {
  width: 20%;
}
@media screen and (max-width: 991px) {
  #works .detail_image .thumbnail.thumb-static .thumbnail-img {
    width: 33.3333333333%;
  }
}
#works .detail_image .thumbnail {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  background: #f4f8f6;
}
#works .detail_image .thumbnail .slick-prev, #works .detail_image .thumbnail .slick-next {
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#works .detail_image .thumbnail .slick-prev i, #works .detail_image .thumbnail .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#works .detail_image .thumbnail .slick-prev {
  left: 0;
  z-index: 1;
}
#works .detail_image .thumbnail .slick-next {
  right: 0;
}
#works .detail_image .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0 0.5rem;
  background: rgba(255, 255, 255, 0.6);
}
#works .detail_image .thumbnail-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 575px) {
  #works .detail_image .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#works .detail_image .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#works .detail_image .thumbnail-img.slick-current {
  opacity: 1;
}
#works .detail_image .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: #f4f8f6;
}
#works .detail_image .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 2/1;
}
#works .detail_image .slider2 .slick-prev, #works .detail_image .slider2 .slick-next {
  height: 4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#works .detail_image .slider2 .slick-prev i, #works .detail_image .slider2 .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#works .detail_image .slider2 .slick-prev {
  left: 10px;
  z-index: 1;
}
#works .detail_image .slider2 .slick-next {
  right: 10px;
}
#works .detail .download {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#works .detail .download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #fff;
  color: #05381F;
  border: 2px solid #05381F;
  border-radius: 0.5rem;
  transition: 0.3s;
}
@media (hover: hover) {
  #works .detail .download a:hover {
    background: #05381F;
    color: #fff;
  }
}
#works .detail .back {
  width: 27rem;
  height: 5.8rem;
  background: #05381F;
  color: #fff;
  border-radius: 5rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 3rem;
  align-items: center;
  border: 2px solid #05381F;
  transition: 0.3s;
  margin-top: 3rem;
}
#works .detail .back svg {
  display: block;
  width: 1.8rem;
  transition: 0.3s;
  transform: rotate(180deg);
}
#works .detail .back svg path {
  transition: 0.3s;
}
@media (hover: hover) {
  #works .detail .back:hover {
    background: #fff;
    color: #05381F;
  }
  #works .detail .back:hover svg {
    transform: translateX(-5px) rotate(180deg);
  }
  #works .detail .back:hover svg path {
    fill: #05381F !important;
    stroke: #05381F !important;
  }
}

#recruit .subhead {
  background: url(../../images/recruit/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#recruit section {
  padding: 5rem 0;
}
@media screen and (max-width: 574px) {
  #recruit section {
    padding: 3rem 0;
  }
}
#recruit .main {
  text-align: center;
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 5rem;
}
@media screen and (max-width: 574px) {
  #recruit .main {
    padding: 6rem 0;
    margin-bottom: 3rem;
  }
}
#recruit .main h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
  color: #fff;
  line-height: 1.5;
}
#recruit .main h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#recruit .main p {
  margin-top: 2rem;
  line-height: 2.4;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  #recruit .main p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #recruit .main p {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  #recruit .main p br {
    display: none;
  }
}
#recruit .feature .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #recruit .feature .row {
    gap: 3rem;
  }
}
#recruit .feature.rev {
  margin-bottom: 5rem;
}
@media screen and (max-width: 574px) {
  #recruit .feature.rev {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .feature.rev .row {
    flex-direction: column-reverse;
  }
}
#recruit .feature.rev .feature_text {
  padding-right: 3rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #recruit .feature.rev .feature_text {
    padding: 0;
  }
}
#recruit .feature_image img {
  border-radius: 1rem;
}
#recruit .feature_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .feature_text {
    padding: 0;
  }
}
#recruit .feature_text h3 {
  line-height: 1.5;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  #recruit .feature_text h3 {
    font-size: 2.4rem;
  }
}
#recruit .feature_text h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#recruit .feature_text p {
  line-height: 2;
  text-align: justify;
  font-size: 1.7rem;
}
#recruit .welfare {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #recruit .welfare {
    padding: 6rem 0;
  }
}
#recruit .welfare h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 3.2rem;
  padding-bottom: 2rem;
  position: relative;
  color: #fff;
}
#recruit .welfare h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  #recruit .welfare .col-xl-2 {
    width: 20%;
  }
}
#recruit .welfare .row {
  margin-top: 4rem;
  gap: 3rem 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #recruit .welfare .row {
    justify-content: flex-start;
  }
}
#recruit .welfare_item {
  background: #fff;
  height: 100%;
  border-radius: 1rem;
  padding: 1.6rem;
}
@media screen and (max-width: 574px) {
  #recruit .welfare_item {
    padding: 0.8rem;
  }
}
#recruit .welfare_item .icon {
  width: 90%;
  margin: 0 auto;
}
#recruit .welfare_item p {
  margin-top: 1.2rem;
  text-align: center;
  color: #05381F;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 574px) {
  #recruit .welfare_item p {
    font-size: 1.5rem;
  }
}
#recruit .welfare_item p small {
  font-size: 70%;
}
#recruit .recruit_contact {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #recruit .recruit_contact {
    padding: 6rem 0;
  }
}
#recruit .recruit_contact p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  line-height: 2;
}
@media screen and (max-width: 574px) {
  #recruit .recruit_contact p {
    font-size: 1.8rem;
  }
}
#recruit .recruit_contact .more {
  margin: 3rem auto 0;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company h3 {
  line-height: 1.5;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  #company h3 {
    font-size: 2.4rem;
  }
}
#company h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#company h3.center {
  text-align: center;
  justify-content: center;
}
#company h3.center::after {
  left: 50%;
  transform: translateX(-50%);
}
#company section {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #company section {
    padding: 6rem 0;
  }
}
#company section:nth-of-type(odd) {
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#company section:nth-of-type(odd) h3 {
  color: #fff;
}
#company section:nth-of-type(odd) h3::after {
  background: #fff;
}
#company .message .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #company .message .row {
    flex-direction: column-reverse;
  }
}
#company .message_text {
  padding-right: 3rem;
}
#company .message p {
  line-height: 2.5;
}
#company .message .name {
  font-family: "Noto Serif", serif;
  margin-top: 2rem;
  font-size: 1.8rem;
}
#company .message_image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1200px) {
  #company .outline .container {
    max-width: 960px;
  }
}
#company .outline table {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #company .outline table {
    border: 1px solid #05381F;
  }
}
#company .outline table th {
  background: #05381F;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .outline table tr:first-of-type td {
  border-top: #05381F 1px solid;
}
#company .outline table tr:first-of-type th {
  border-top: #05381F 1px solid;
}
#company .outline table tr:last-of-type th {
  border-color: #05381F;
}
#company .outline table td {
  border-bottom: #05381F 1px solid;
  border-right: #05381F 1px solid;
  width: 75%;
}
#company .outline table th, #company .outline table td {
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  #company .outline table th, #company .outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .access iframe {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 4rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #company .access iframe {
    height: 34rem;
  }
}
#company .access .more {
  margin: 4rem 0 0 auto;
}
#company .root .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#company .root_item {
  position: relative;
}
#company .root_item .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05381F;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  border-bottom-right-radius: 1rem;
}
#company .root_item p {
  margin-top: 1.4rem;
  line-height: 1.8;
}

#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact h3 {
  line-height: 1.5;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  #contact h3 {
    font-size: 2.4rem;
  }
}
#contact h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
}
@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 {
  padding: 80px 0;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #contact .tel {
    padding: 60px 0;
  }
}
#contact .tel h3 {
  color: #fff;
}
#contact .tel h3::after {
  background: #fff;
}
@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: space-between;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #05381F;
  background: #05381F;
  border-radius: 0.5rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
}
@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;
}
@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 table {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table {
    border: 1px solid #05381F;
  }
}
#contact .form_wrap form table th {
  background: #05381F;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
  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 {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
  }
}
#contact .form_wrap form table tr:first-of-type td {
  border-top: #05381F 1px solid;
}
#contact .form_wrap form table tr:first-of-type th {
  border-top: #05381F 1px solid;
}
#contact .form_wrap form table tr:last-of-type th {
  border-color: #05381F;
}
#contact .form_wrap form table td {
  border-bottom: #05381F 1px solid;
  border-right: #05381F 1px solid;
  width: 75%;
  background: #fff;
}
#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%;
}
#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%;
    padding-top: 0;
  }
  #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;
  }
}
#contact .form_wrap form table th, #contact .form_wrap form table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #05381F;
  margin-bottom: 20px;
}
@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 #05381F;
  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: #05381F;
  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: #05381F;
  color: #fff;
  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: #eee;
  margin-right: 30px;
  color: #222222;
  border: 1px solid #eee;
  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: #05381F;
  position: relative;
  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;
  }
}

#size .subhead {
  background: url(../../images/size/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#size .link {
  padding: 10rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 574px) {
  #size .link {
    padding: 5rem 2rem;
  }
}
#size .link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background: #05381F;
  color: #fff;
  border-radius: 5rem;
  font-size: 2.4rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  width: 24rem;
}
#size .link a i {
  font-size: 1.4rem;
}
#size .size {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) repeat;
  background-size: contain;
  background-position: center;
}
#size .size h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
  color: #fff;
}
#size .size h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#size .size .t_wrap {
  width: 100%;
  margin: 3rem 0 4rem;
  overflow: auto;
  border: 1px solid #e0e0e0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 574px) {
  #size .size .t_wrap {
    max-height: 70vh;
  }
}
#size .size .t_wrap table {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0;
}
#size .size .t_wrap table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #f8f9fa;
}
#size .size .t_wrap table thead tr.t_content th {
  padding: 12px 8px;
  font-size: 14px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 2px solid #ccc;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: inherit;
}
#size .size .t_wrap table thead tr.t_content th:first-child {
  border-left: none;
}
#size .size .t_wrap table tbody tr.article th, #size .size .t_wrap table tbody tr.article td {
  padding: 15px 10px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  font-size: 13px;
  background-color: #fff;
}
#size .size .t_wrap table tbody tr.article th:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  border-right: 2px solid #eee;
}
#size .size .t_wrap table tbody tr.article th .img_wrap {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  #size .size .t_wrap table tbody tr.article th .img_wrap {
    width: 5rem;
  }
}
#size .size .t_wrap table tbody tr.article th .img_wrap img {
  width: 100%;
  height: auto;
}
#size .size .t_wrap table tbody tr.article td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#size .size .t_wrap table tbody tr.article td ul li {
  line-height: 1.4;
  margin-bottom: 4px;
}
@media screen and (max-width: 574px) {
  #size .size .t_wrap table tbody tr.article td ul li {
    font-size: 1.3rem;
  }
}

#price .subhead {
  background: url(../../images/price/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#price .wrapper {
  padding: 10rem 0;
}
#price .category_list {
  position: sticky;
  top: 10rem;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #price .category_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
  }
}
#price .category_list li a {
  display: flex;
  align-items: baseline;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid;
  gap: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #price .category_list li a {
    border: 1px solid;
    color: #03230E;
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #price .category_list li a br {
    display: none;
  }
}
#price .category_list li a::before {
  content: "●";
  display: block;
  color: #ED6F2D;
  transform: scale(0.6);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #price .category_list li a::before {
    display: none;
  }
}
#price .category_list li a.active {
  color: #ED6F2D;
}
@media screen and (max-width: 1199px) {
  #price .category_list li a.active {
    color: #03230E;
  }
}
#price .category_list li a.active::before {
  opacity: 1;
}
@media (hover: hover) {
  #price .category_list li a:hover {
    color: #ED6F2D;
  }
  #price .category_list li a:hover::before {
    opacity: 1;
  }
}
#price section {
  padding-bottom: 5rem;
  padding-top: 5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #price section {
    padding-left: 0;
  }
}
#price section#price01 {
  padding-top: 0;
  border-bottom: 1px solid #c2d1ca;
}
@media screen and (max-width: 991px) {
  #price section#price01 {
    padding-top: 4rem;
  }
}
#price section h3 {
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #03230E;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  #price section h3 {
    font-size: 2.6rem;
  }
}
#price section h3 small {
  font-size: 1.8rem;
  display: inline-block;
}
#price section h3::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #03230E;
  position: absolute;
  left: 0;
  bottom: 0;
}
#price .price_lead {
  line-height: 2;
}
#price .price_box {
  margin-top: 4rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #price .price_box {
    flex-direction: column;
  }
}
#price .price_item {
  flex: 1;
}
#price .price_title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #05381F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
#price .price_title::before, #price .price_title::after {
  content: "";
  width: 2rem;
  height: 3px;
  background: #05381F;
  display: block;
}
#price .price table {
  width: 100%;
}
#price .price table th[colspan] {
  background: #05381F;
  color: #fff;
  text-align: center;
}
#price .price table th[colspan] span p {
  font-size: 1.3rem;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 574px) {
  #price .price table td[colspan] p {
    text-align: left;
  }
}
#price .price table th, #price .price table td {
  padding: 1.5rem;
  border: 1px solid #05381F;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #price .price table th, #price .price table td {
    font-size: 1.5rem;
  }
}