@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: #3f3b3a;
  letter-spacing: 0.07rem;
  background: #fafcfc;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
  display: block;
}

p {
  margin: 0;
}

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

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

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
  .container-xl {
    max-width: 1500px;
  }
}
@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 {
  padding-top: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1600px) {
  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: 1s;
    transform: translateY(-25px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(25px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-25px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(25px);
  }
  .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;
  }
}
.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;
  }
}
main {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 90;
  height: 8rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1600px) {
  header {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header .logo {
  width: 36rem;
}
@media screen and (max-width: 1700px) {
  header .logo {
    width: 30rem;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 22rem;
  }
}
header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  header nav {
    gap: 4rem;
  }
}
@media screen and (max-width: 1600px) {
  header nav {
    position: fixed;
    top: 8rem;
    right: 0;
    width: 350px;
    height: calc(100vh - 8rem);
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 3.2rem 2.4rem 5rem;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s;
    z-index: 89;
  }
  header nav.open {
    transform: translateX(0);
  }
}
header nav .dropdown {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav > a, header nav .dropdown span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
header nav > a::before, header nav .dropdown span::before {
  content: "";
  width: 0;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  opacity: 0.3;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  header nav > a::before, header nav .dropdown span::before {
    display: none;
  }
}
header nav > a.active::before, header nav .dropdown span.active::before {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  header nav > a.active, header nav .dropdown span.active {
    color: #428e6d;
  }
}
@media screen and (max-width: 1600px) {
  header nav > a {
    width: 100%;
    padding: 1.8rem 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  header nav > a:hover::before, header nav .dropdown:hover::before {
    width: 100%;
  }
  header nav > a:hover span::before, header nav .dropdown:hover span::before {
    width: 100%;
  }
}
header nav .dropdown {
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 1600px) {
  header nav .dropdown {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
  }
}
header nav .dropdown span {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  header nav .dropdown span {
    width: 100%;
    padding: 1.8rem 0;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  header nav .dropdown span::before {
    display: none;
  }
  header nav .dropdown span::after {
    transition: transform 0.3s;
  }
  header nav .dropdown span.open::after {
    transform: rotate(180deg);
  }
}
header nav .dropdown span::after {
  content: "";
  width: 1.5rem;
  height: 1.3rem;
  background: #3f3b3a;
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: 0.3s;
}
header nav .dropdown ul {
  position: absolute;
  left: 50%;
  bottom: 0.05rem;
  transform: translateY(100%) translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 3.2rem 2.4rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  header nav .dropdown ul {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: all;
    padding: 0 0 2rem 1.6rem;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    gap: 1.6rem;
    transition: 0s;
  }
}
header nav .dropdown ul li {
  white-space: nowrap;
}
header nav .dropdown ul li a {
  transition: 0.3s;
}
@media (hover: hover) {
  header nav .dropdown ul li a:hover {
    color: #428e6d;
  }
}
@media screen and (max-width: 1600px) {
  header nav .dropdown ul li a {
    display: block;
    padding: 1.4rem 0;
  }
}
@media (hover: hover) {
  header nav .dropdown:hover span::after {
    transform: translateY(3px);
  }
  header nav .dropdown:hover ul {
    opacity: 1;
    pointer-events: all;
  }
}
header nav .tel {
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  header nav .tel {
    width: 100%;
    margin-top: 2.4rem;
    text-align: center;
  }
}
header nav .tel-link {
  display: block;
}
header nav .tel_btn {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1600px) {
  header nav .tel_btn {
    justify-content: center;
    font-size: 2.4rem;
  }
}
header nav .tel_icon {
  width: 2.3rem;
}
header nav .tel p {
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1600px) {
  header nav .tel p {
    margin-top: 0.8rem;
  }
}
header nav .mail {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  background: #428e6d;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  header nav .mail {
    width: 100%;
    height: 5.2rem;
    margin-top: 1.6rem;
    border-radius: 1rem;
  }
}
header nav .mail::before {
  display: none;
}
@media (hover: hover) {
  header nav .mail:hover {
    opacity: 0.7;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #428e6d;
  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: 1600px) {
  header .toggle {
    display: block;
  }
}

.title {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 574px) {
  .title {
    font-size: 2.8rem;
  }
}
.title.center {
  text-align: center;
}

.more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem 3.2rem 2rem 4rem;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2rem;
  overflow: hidden;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .more {
    font-size: 2rem;
    padding: 1.8rem 2.4rem 1.8rem 3rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .more {
    font-size: 1.8rem;
    padding: 1.4rem 2rem 1.4rem 2.4rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .more {
    padding: 1.4rem 2rem 1.4rem 2.4rem;
    border-radius: 1.4rem;
    gap: 1.6rem;
  }
}
.more span {
  flex: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .more:hover .arrow {
    background: #fff;
    color: #428e6d;
  }
  .more:hover span {
    transform: scale(1.05);
  }
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  color: #fff;
  background: #428e6d;
  transition: 0.3s;
  border: 2px solid #428e6d;
}
@media screen and (max-width: 991px) {
  .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.arrow i {
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  .arrow i {
    font-size: 1.6rem;
  }
}

.footer_contact {
  padding: 13.6rem 0;
}
@media screen and (max-width: 991px) {
  .footer_contact {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact {
    padding: 6rem 0;
  }
}
.footer_contact .row {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer_contact .row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact .title {
    text-align: center;
  }
}
.footer_contact-box {
  display: flex;
  align-items: center;
  gap: 14rem;
}
@media screen and (max-width: 1600px) {
  .footer_contact-box {
    gap: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer_contact-box {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact-box {
    flex-direction: row;
    align-items: center;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact-box {
    gap: 3.2rem;
    flex-direction: column;
    margin: 3.2rem auto 0;
  }
}
.footer_contact-box .tel {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.footer_contact-box .tel_icon {
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #428e6d;
  border-radius: 50%;
}
@media screen and (max-width: 1600px) {
  .footer_contact-box .tel_icon {
    width: 4rem;
    height: 4rem;
  }
}
.footer_contact-box .tel_icon img {
  width: 2.3rem;
}
@media screen and (max-width: 1600px) {
  .footer_contact-box .tel_icon img {
    width: 1.8rem;
  }
}
.footer_contact-box .tel_num {
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .footer_contact-box .tel_num {
    font-size: 3.6rem;
  }
}
.footer_contact-box .tel_num p {
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.footer_contact-box .mail {
  display: flex;
  align-items: center;
  padding: 2rem 3.2rem 2rem 4rem;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1rem;
  transition: 0.3s;
  gap: 8.8rem;
}
@media screen and (max-width: 1600px) {
  .footer_contact-box .mail {
    gap: 2.4rem;
    padding: 2rem 2.4rem 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact-box .mail {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact-box .mail {
    padding: 1.6rem 2rem 1.6rem 2.4rem;
    border-radius: 1.4rem;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .footer_contact-box .mail:hover {
    opacity: 0.7;
  }
}
.footer_bottom {
  padding: 8rem 0 4rem;
  background: url(../../images/common/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    padding: 5rem 0 3rem;
  }
}
.footer_bottom a {
  transition: 0.3s;
}
@media (hover: hover) {
  .footer_bottom a:hover {
    opacity: 0.7;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.footer_left .logo {
  width: 36rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    width: 30rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_left .logo {
    width: 28rem;
  }
}
.footer_left .add {
  margin-top: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px) {
  .footer_left .add {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_left .add {
    margin-top: 2.4rem;
  }
}
.footer_right {
  width: 44.6rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    gap: 4rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer_right .d-flex {
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer_right .d-flex {
    flex-wrap: wrap;
    gap: 4rem 3rem;
  }
}
.footer_right .footer_nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer_right .footer_nav li {
  letter-spacing: 0.1rem;
}
.footer_right .footer_nav li p {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: -1.2rem;
  width: fit-content;
}
.footer .copy {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    margin-top: 3.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  .footer .copy {
    font-size: 1.2rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}

.page_header {
  padding: 6rem 0;
  margin-top: 8rem;
  background: linear-gradient(135deg, #f0f5f3 0%, #e4eeea 100%);
}
@media screen and (max-width: 767px) {
  .page_header {
    padding: 4rem 0;
  }
}
.page_header .works_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3.2rem;
}
.page_header .works_nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #428e6d;
  color: #428e6d;
  border-radius: 2.4rem;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) {
  .page_header .works_nav a:hover {
    background: #428e6d;
    color: #fff;
  }
}

.section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 574px) {
  .section {
    padding: 4rem 0;
  }
}

.section_title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  letter-spacing: 0.1rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #428e6d;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.section--bg {
  background: #f0f5f3;
}

.section_lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 4rem;
}

.table_scroll {
  overflow-x: auto;
}

.btn_group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.btn_group--center {
  justify-content: center;
  align-items: center;
}

.sub_title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 3.2rem;
}

.more--wide {
  min-width: 28rem;
}

.text_green {
  color: #428e6d;
}

.link_green {
  color: #428e6d;
  text-decoration: underline;
}

.text_red {
  color: #c0392b;
}

.p-country-name {
  display: none;
}

.mb_2 {
  margin-bottom: 2rem;
}

.mb_4 {
  margin-bottom: 4rem;
}

.mb_title {
  margin-bottom: 3.2rem;
}

#top {
  margin-top: 10.8rem;
}
@media screen and (max-width: 991px) {
  #top {
    margin-top: 8rem;
  }
}
#top img {
  border-radius: 1.6rem;
}
@media screen and (max-width: 574px) {
  #top img {
    border-radius: 0.8rem;
    min-height: 36rem;
    object-fit: cover;
  }
}
#top .mv {
  padding: 0 3rem;
}
@media screen and (max-width: 991px) {
  #top .mv {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv {
    padding: 0 0.8rem;
  }
}
#top .mv_left {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #top .mv_left {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_left {
    gap: 2rem;
  }
}
#top .mv_left-text {
  position: relative;
  z-index: 0;
  flex: 1;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  #top .mv_left-text {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_left-text {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_left-text {
    padding: 0 1.2rem;
  }
}
#top .mv_left-text .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
#top .mv_left-text h2 {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #top .mv_left-text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_left-text h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_left-text h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_left-text h2 {
    font-size: 2.4rem;
  }
}
#top .mv_left-text p {
  margin-top: 8rem;
  line-height: 2.4;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1199px) {
  #top .mv_left-text p {
    font-size: 1.6rem;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_left-text p {
    font-size: 1.8rem;
    margin-top: 4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_left-text p {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_left-text p {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_left-text p .sp_none {
    display: none;
  }
}
#top .mv_right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  #top .mv_right {
    margin-top: 3rem;
    gap: 1.6rem;
  }
}
#top .mv_right-top {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 574px) {
  #top .mv_right-top {
    gap: 1.6rem;
  }
}
#top .mv_right-top img {
  width: calc(50% - 1.5rem);
  min-height: 30rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #top .mv_right-top img {
    min-height: 18rem;
    max-height: 30rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_right-top img {
    width: calc(50% - 0.8rem);
    min-height: 0;
  }
}
#top .mv_right-center img {
  min-height: 35rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #top .mv_right-center img {
    min-height: 22rem;
    max-height: 36rem;
  }
}
#top .mv_right-bottom img {
  min-height: 56rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .mv_right-bottom img {
    min-height: 40rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_right-bottom img {
    min-height: 26rem;
    max-height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_right-bottom img {
    max-height: 26rem;
  }
}
#top section {
  margin: 3rem 3rem 0;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #top section {
    margin: 2rem 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top section {
    margin: 1.6rem 1.2rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top section {
    margin: 1.2rem 0.8rem 0;
    border-radius: 1.2rem;
  }
}
#top .news {
  background: url(../../images/top/news_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
}
@media screen and (max-width: 991px) {
  #top .news {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .news {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .news {
    padding: 6rem 0;
  }
}
#top .news .row {
  justify-content: center;
}
#top .news .tab {
  margin-top: 6.4rem;
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top .news .tab {
    margin-top: 4rem;
  }
}
#top .news .tab li {
  width: calc(25% - 0.75px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #top .news .tab li {
    width: calc(50% - 0.75px);
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .news .tab li {
    height: 5rem;
    font-size: 1.4rem;
  }
}
#top .news .tab li.active {
  background: #428e6d;
  color: #fff;
}
@media (hover: hover) {
  #top .news .tab li:hover {
    background: #428e6d;
    color: #fff;
  }
}
#top .news .tab_box_wrap {
  margin-top: 1.6rem;
}
#top .news .tab_box {
  display: none;
}
#top .news .tab_box.active {
  display: block;
}
#top .news .tab_box ul {
  max-height: 64rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4.4rem 4rem;
  background: #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top .news .tab_box ul {
    padding: 2.4rem 2rem;
  }
}
#top .news_item {
  border-top: 1px solid #aaaaaa;
  padding: 3.6rem 0;
}
@media screen and (max-width: 767px) {
  #top .news_item {
    padding: 2.4rem 0;
  }
}
#top .news_item:first-of-type {
  border-top: 0;
}
#top .news_item-date {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #top .news_item-date {
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
#top .news_item-date .date {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#top .news_item-date .new {
  display: block;
  background: #8fc31f;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#top .news_item-date .cate {
  padding: 0.2rem 0.9rem;
  background: #dcdcdc;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#top .news_item-text {
  margin-top: 1.6rem;
}
#top .news_item .file {
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem 1.6rem;
  flex-wrap: wrap;
}
#top .news_item .file a {
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 23rem;
  max-width: 100%;
  background: #a0a0a0;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  #top .news_item .file a:hover {
    opacity: 0.7;
  }
}
#top .news_item .image {
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem 1.6rem;
  flex-wrap: wrap;
}
#top .news_item .image_box {
  background: #fdfffa;
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 574px) {
  #top .news_item .image_box {
    width: calc(50% - 0.8rem);
  }
}
#top .news_item .image_box img {
  aspect-ratio: 115/77;
  border-radius: 1.6rem;
  object-fit: contain;
}
#top .service {
  padding: 3rem;
  background: url(../../images/top/service_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #top .service {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service {
    padding: 2.4rem 0.8rem;
  }
}
#top .service .row {
  align-items: center;
}
#top .service_image {
  margin-left: calc(-1 * ((100vw - 100%) / 2 - 7rem));
  width: calc(50vw - 7rem);
  padding-right: 4.5rem;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  #top .service_image {
    margin-left: calc(-1 * ((100vw - 100%) / 2 - 3rem));
    width: calc(50vw - 3rem);
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .service_image {
    margin-left: 0;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 3.2rem;
    gap: 1.6rem;
  }
  #top .service_image img {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 574px) {
  #top .service_image {
    flex-direction: column;
  }
  #top .service_image img {
    width: 100%;
  }
}
#top .service_text {
  padding-left: 5.4rem;
}
@media screen and (max-width: 1199px) {
  #top .service_text {
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  #top .service_text {
    padding-left: 0;
  }
}
#top .service_text p {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1199px) {
  #top .service_text p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .service_text p {
    font-size: 1.6rem;
  }
}
#top .service_text p:first-of-type {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1199px) {
  #top .service_text p:first-of-type {
    margin-top: 2.4rem;
  }
}
#top .service_text .more_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 991px) {
  #top .service_text .more_wrap {
    margin-top: 3.2rem;
  }
}
#top .service_text .more_wrap .more .arrow {
  background: #e98acd;
  border: 2px solid #e98acd;
}
@media (hover: hover) {
  #top .service_text .more_wrap .more:hover .arrow {
    color: #e98acd;
    background: #fff;
  }
}
#top .life {
  padding: 12rem 0;
}
@media screen and (max-width: 991px) {
  #top .life {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .life {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .life {
    padding: 5rem 0;
  }
}
#top .life_inner {
  display: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 136rem;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 991px) {
  #top .life_inner {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .life_inner {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    max-width: 60rem;
  }
}
#top .life_item {
  flex: 1;
  padding: 3.2rem 3.2rem 4rem 3.2rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  #top .life_item {
    padding: 2.4rem 2.4rem 3.2rem;
  }
}
#top .life_item-image {
  overflow: hidden;
  border-radius: 1.6rem;
}
#top .life_item-image img {
  transition: 0.5s;
}
#top .life_item-text {
  padding: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
#top .life_item-text p {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  #top .life_item-text p {
    font-size: 2rem;
  }
}
#top .life_item-text .arrow {
  background: #f1db15;
  border-color: #f1db15;
}
@media (hover: hover) {
  #top .life_item:hover img {
    transform: scale(1.1);
  }
  #top .life_item:hover .arrow {
    background: #fff;
    color: #f1db15;
  }
}
#top .guide {
  background: url(../../images/top/guide_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#top .guide_image {
  flex-direction: row;
}
#top .guide_image img {
  width: calc(50% - 1.5rem);
}
#top .guide .service_text .more_wrap .more .arrow {
  background: #79428e;
  border: 2px solid #79428e;
}
@media (hover: hover) {
  #top .guide .service_text .more_wrap .more:hover .arrow {
    color: #79428e;
    background: #fff;
  }
}
#top .recruit {
  background: url(../../images/top/recruit_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #top .recruit_image img {
    width: 100%;
  }
}
#top .recruit .service_text .more_wrap .more .arrow {
  background: #424d8e;
  border: 2px solid #424d8e;
}
@media (hover: hover) {
  #top .recruit .service_text .more_wrap .more:hover .arrow {
    color: #424d8e;
    background: #fff;
  }
}

#about .greeting_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #about .greeting_wrap {
    flex-direction: column;
    gap: 3.2rem;
  }
}
#about .greeting_image {
  width: 42rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #about .greeting_image {
    width: 100%;
    margin: 0 auto;
  }
}
#about .greeting_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
@media screen and (max-width: 574px) {
  #about .greeting_image img {
    border-radius: 0.8rem;
  }
}
#about .greeting_text {
  flex: 1;
}
#about .greeting_text p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
#about .greeting_name {
  margin-top: 3.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
#about .greeting_name span {
  display: block;
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 0.4rem;
}
#about .greeting_name + .greeting_name {
  margin-top: 2rem;
}
#about .section_lead {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
#about .section_lead.circle {
  position: relative;
}
#about .section_lead > span {
  position: relative;
  z-index: -1;
}
#about .section_lead > span::before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #FFF1C0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(0%) translateY(-50%);
  z-index: -2;
  opacity: 0.7;
}
#about .section_lead > span::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #FCE5E8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-100%) translateY(-50%);
  z-index: -2;
  opacity: 0.7;
}
#about .section_lead > span > span {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #D6E9CD;
  opacity: 0.7;
}
#about .ideology_wrap {
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 991px) {
  #about .ideology_wrap {
    flex-direction: column;
    gap: 2.4rem;
  }
}
#about .ideology_item {
  flex: 1;
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem 3.2rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#about .ideology_item-num {
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #f0f5f3;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0 auto 1.6rem;
}
#about .ideology_item-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 991px) {
  #about .ideology_item-title {
    font-size: 2rem;
  }
}
#about .ideology_item p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #555;
  text-align: justify;
}
#about .history_table {
  width: 100%;
  border-collapse: collapse;
}
#about .history_table tr {
  border-bottom: 1px solid #e0e8e4;
}
#about .history_table tr:first-child {
  border-top: 1px solid #e0e8e4;
}
#about .history_table td {
  padding: 1.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 574px) {
  #about .history_table td {
    padding: 1.4rem 1rem;
  }
}
#about .history_table td:first-child {
  white-space: nowrap;
  width: 16rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
}
@media screen and (max-width: 574px) {
  #about .history_table td:first-child {
    width: 10rem;
  }
}

#outline .outline_table {
  width: 100%;
  border-collapse: collapse;
}
#outline .outline_table tr {
  border-bottom: 1px solid #e0e8e4;
}
#outline .outline_table tr:first-child {
  border-top: 1px solid #e0e8e4;
}
#outline .outline_table th {
  width: 22rem;
  padding: 2.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  background: #f0f5f3;
  color: #3f3b3a;
  vertical-align: top;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #outline .outline_table th {
    display: block;
    width: 100%;
    padding: 1.4rem 1.6rem;
  }
}
#outline .outline_table td {
  padding: 2.2rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #outline .outline_table td {
    display: block;
    width: 100%;
    padding: 1rem 1.6rem 1.4rem;
  }
}
#outline .facility_map img {
  max-width: 70rem;
  margin: 0 auto;
}
#outline .map_wrap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #outline .map_wrap {
    padding-bottom: 70%;
  }
}
#outline .map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#outline .access_info {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#outline .access_info-item {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.8;
}
#outline .access_info-item dt {
  font-weight: 700;
  color: #428e6d;
  white-space: nowrap;
  min-width: 8rem;
}

#works .works_lead {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 3.2rem;
}
#works #section10 .works_date {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 574px) {
  #works #section10 .works_date {
    font-size: 1.2rem;
  }
}
#works .works_intro {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}
#works .works_subtitle {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
  border-left: 4px solid #428e6d;
}
#works .service_cards {
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #works .service_cards {
    flex-direction: column;
    gap: 2.4rem;
  }
}
#works .service_card {
  flex: 1;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}
#works .service_card-image {
  aspect-ratio: 16/9;
  background: #e8ede9;
}
#works .service_card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works .service_card-body {
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  #works .service_card-body {
    padding: 2rem;
  }
}
#works .service_card-title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 1.6rem;
}
#works .service_card p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
}
#works .policy_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#works .policy_item {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem 3.2rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  #works .policy_item {
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem;
  }
}
#works .policy_item-num {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #428e6d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#works .policy_item-body {
  flex: 1;
  padding-top: 0.4rem;
}
#works .policy_item-title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 0.8rem;
}
#works .policy_item p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
}
#works .management_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
#works .management_item {
  background: #fff;
  border-radius: 1.2rem;
  padding: 3.2rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #428e6d;
}
@media screen and (max-width: 767px) {
  #works .management_item {
    padding: 2rem;
  }
}
#works .management_item-title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 1.2rem;
}
#works .management_item p {
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}
#works .restraint_wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#works .restraint_item-header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #e0e8e4;
}
@media screen and (max-width: 574px) {
  #works .restraint_item-header {
    align-items: flex-start;
  }
}
#works .restraint_item-num {
  flex-shrink: 0;
  background: #428e6d;
  color: #fff;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#works .restraint_item-title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #works .restraint_item-title {
    font-size: 1.6rem;
  }
}
#works .restraint_item p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.4rem;
}
#works .restraint_item p:last-child {
  margin-bottom: 0;
}
#works .restraint_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.6rem 0;
  padding-left: 0;
  list-style: none;
}
#works .restraint_list li {
  font-size: 1.6rem;
  line-height: 1.8;
}
#works .restraint_note {
  background: #fafcfc;
  border: 1px solid #d8e5df;
  border-radius: 0.8rem;
  padding: 2rem 2.4rem;
  margin: 1.6rem 0;
}
#works .restraint_note p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 0.8rem;
}
#works .restraint_note p:last-child {
  margin-bottom: 0;
}
#works .restraint_note .restraint_list {
  margin-top: 0.8rem;
}
#works .restraint_note .restraint_list li {
  font-size: 1.4rem;
}
#works .restraint_sub {
  background: #f0f5f3;
  border-radius: 0.8rem;
  padding: 2rem 2.4rem;
  margin: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  #works .restraint_sub {
    padding: 1.6rem;
  }
}
#works .restraint_sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3f3b3a;
  margin-bottom: 1rem;
}
#works .restraint_sub p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 0.8rem;
}
#works .restraint_sub p:last-child {
  margin-bottom: 0;
}
#works .restraint_sub ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
#works .restraint_sub ul li {
  font-size: 1.6rem;
  line-height: 1.8;
}
#works .restraint_sub dl {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#works .restraint_sub dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #428e6d;
  margin-top: 1.2rem;
}
#works .restraint_sub dt:first-child {
  margin-top: 0;
}
#works .restraint_sub dd {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 0;
  padding-left: 1.6rem;
}
#works .addendum {
  margin-top: 4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #e0e8e4;
}
#works .addendum p {
  font-size: 1.4rem;
  color: #888;
  line-height: 1.9;
}
#works .disaster_notes {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
}
#works .disaster_notes-item {
  display: flex;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
#works .disaster_notes-num {
  flex-shrink: 0;
  font-weight: 700;
  color: #428e6d;
}
#works .works_table {
  width: 100%;
  border-collapse: collapse;
}
#works .works_table th, #works .works_table td {
  border: 1px solid #d8e5df;
  padding: 1.4rem 1.8rem;
  font-size: 1.6rem;
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #works .works_table th, #works .works_table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
#works .works_table th {
  background: #428e6d;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#works .works_table td {
  text-align: center;
}
#works .works_table td:first-child {
  background: #fffcf3;
}
#works .works_table td.text-left {
  text-align: left;
}
#works .privacy_box {
  background: #fff;
  border: 1px solid #d8e5df;
  border-radius: 1.6rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #works .privacy_box {
    padding: 2.4rem 2rem;
  }
}
#works .privacy_box p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}
#works .privacy_box p:last-child {
  margin-bottom: 0;
}
#works .privacy_box a {
  color: #428e6d;
}
#works .privacy_items {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 2.4rem 0;
}
#works .privacy_item {
  border-left: 4px solid #428e6d;
  padding: 1.6rem 2rem;
  background: #f8fbf9;
  border-radius: 0 0.8rem 0.8rem 0;
}
#works .privacy_item-title {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 0.8rem;
}
#works .privacy_item p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 0;
  color: #555;
}
#works .privacy_item a {
  color: #428e6d;
}
#works .privacy_signature {
  margin-top: 2.4rem;
  text-align: right;
}
#works .privacy_signature p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}
#works .privacy_purpose h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
}
#works .privacy_purpose {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e0e8e4;
}
#works .privacy_purpose-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 2rem;
}
#works .privacy_purpose-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}
#works .privacy_purpose p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 1.2rem;
}
#works .privacy_purpose ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.6rem;
}
#works .privacy_purpose ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 1.6rem;
  position: relative;
}
#works .privacy_purpose ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #428e6d;
}
#works .privacy_purpose .privacy_signature {
  margin-top: 2.4rem;
}
#works .complaint_steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 3.2rem;
}
#works .complaint_step {
  display: flex;
  gap: 0;
  align-items: flex-start;
  border-bottom: 1px solid #e0e8e4;
  padding: 2.4rem 0;
}
#works .complaint_step:first-child {
  border-top: 1px solid #e0e8e4;
}
#works .complaint_step dt {
  flex-shrink: 0;
  width: 26rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #428e6d;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-right: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  #works .complaint_step dt {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  #works .complaint_step dt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.8rem;
  }
}
#works .complaint_step dd {
  flex: 1;
  margin: 0;
}
#works .complaint_step dd p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 0.8rem;
}
#works .complaint_step dd p:last-child {
  margin-bottom: 0;
}
#works .complaint_step dd ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0.8rem 0 1.2rem;
  padding-left: 1.6rem;
}
#works .complaint_step dd ul li {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 767px) {
  #works .complaint_step {
    flex-direction: column;
  }
}
#works .complaint_book {
  background: #f0f5f3;
  border-radius: 1.2rem;
  padding: 2.4rem 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #works .complaint_book {
    padding: 2rem;
  }
}
#works .complaint_book p {
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
  margin-bottom: 1.2rem;
}
#works .complaint_book p:last-child {
  margin-bottom: 0;
}
#works .complaint_pamphlet {
  background: #fff;
  border: 1px solid #d8e5df;
  border-radius: 1.6rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #works .complaint_pamphlet {
    padding: 2.4rem 2rem;
  }
}
#works .complaint_pamphlet-title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 0.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #428e6d;
}
#works .complaint_pamphlet-date {
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 2.4rem;
  text-align: right;
}
#works .complaint_pamphlet p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}
#works .complaint_pamphlet p:last-child {
  margin-bottom: 0;
}
#works .complaint_pamphlet ol {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 1.6rem 0;
}
#works .complaint_pamphlet ol li {
  font-size: 1.6rem;
  line-height: 1.9;
}
#works .complaint_persons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 2rem 0;
  padding-left: 0;
  list-style: none;
}
#works .complaint_persons li {
  display: flex;
  gap: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #works .complaint_persons li {
    flex-direction: column;
    gap: 0.2rem;
  }
}
#works .complaint_persons li strong {
  flex-shrink: 0;
  min-width: 18rem;
  color: #428e6d;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #works .complaint_persons li strong {
    min-width: auto;
  }
}
#works .disclosure_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
#works .disclosure_group {
  flex: 1 1 28rem;
  padding: 3.2rem;
  scroll-margin-top: 8rem;
  border: 1px solid #d8e5df;
  border-radius: 1.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #works .disclosure_group {
    flex: 1 1 100%;
    padding: 2.4rem 2rem;
  }
}
#works .disclosure_group-title {
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #d8e5df;
  margin-bottom: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #428e6d;
}
#works .disclosure_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#works .disclosure_link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  background: #f0f5f3;
  font-size: 1.5rem;
  transition: background 0.2s;
}
@media (hover: hover) {
  #works .disclosure_link:hover {
    background: #e0ede7;
  }
}
#works .disclosure_link i {
  flex-shrink: 0;
  font-size: 1.8rem;
}
#works .disclosure_link i.fa-file-pdf {
  color: #e03c3c;
}
#works .disclosure_link i.fa-file-word {
  color: #2b5cc8;
}
#works .disclosure_link i.fa-file-excel {
  color: #217a45;
}

#life .annual_intro {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  #life .annual_intro {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #life .annual_intro {
    flex-direction: column;
    gap: 3rem;
  }
}
#life .annual_intro-text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
#life .annual_intro-text p + p {
  margin-top: 1.6rem;
}
#life .annual_intro-image {
  width: 56rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  #life .annual_intro-image {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  #life .annual_intro-image {
    width: 100%;
    margin: 0 auto;
  }
}
#life .annual_intro-image img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
#life .life_anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 5rem;
}
#life .life_anchor-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.4rem;
  border: 2px solid #428e6d;
  border-radius: 10rem;
  background: #fff;
  color: #428e6d;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-decoration: none;
  transition: 0.3s;
}
#life .life_anchor-btn::after {
  content: "▶";
  font-size: 1rem;
}
@media (hover: hover) {
  #life .life_anchor-btn:hover {
    background: #428e6d;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #life .life_anchor-btn {
    padding: 0.8rem 1.8rem;
  }
}
#life .annual_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  #life .annual_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 574px) {
  #life .annual_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
#life .annual_item {
  position: relative;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0px 3px 12px rgba(66, 142, 109, 0.08);
}
#life .annual_item-head {
  background: #428e6d;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#life .annual_item-body {
  padding: 1.6rem 1.8rem;
  min-height: 12rem;
}
#life .annual_item-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#life .annual_item-list li {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1.2rem;
  position: relative;
}
#life .annual_item-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #428e6d;
}
#life .annual_item-illust {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  width: 9.5rem;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #life .annual_item-illust {
    width: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  #life .annual_item-illust {
    opacity: 0;
  }
}
@media screen and (max-width: 574px) {
  #life .annual_item-illust {
    opacity: 1;
    width: 4.4rem;
    right: 1rem;
  }
}
#life .annual_item-illust img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
#life .annual_photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #life .annual_photos {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #life .annual_photos {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
#life .annual_photo {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0px 3px 12px rgba(66, 142, 109, 0.08);
}
#life .annual_photo-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#life .annual_photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#life .annual_photo-name {
  padding: 1.2rem;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  background: #fff;
}
#life .monthly_photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #life .monthly_photos {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 574px) {
  #life .monthly_photos {
    grid-template-columns: 1fr;
  }
}
#life .monthly_photo {
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#life .monthly_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#life .monthly_table {
  width: 100%;
  border-collapse: collapse;
}
#life .monthly_table tr {
  border-bottom: 1px solid #e0e8e4;
}
#life .monthly_table tr:first-child {
  border-top: 1px solid #e0e8e4;
}
#life .monthly_table td {
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 574px) {
  #life .monthly_table td {
    padding: 1rem;
  }
}
#life .monthly_table-label {
  white-space: nowrap;
  width: 12rem;
  font-weight: 700;
  color: #428e6d;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 574px) {
  #life .monthly_table-label {
    width: 9rem;
  }
}
#life .monthly_table-freq {
  display: block;
  font-weight: 700;
  color: #428e6d;
  margin-right: 0.8rem;
}
#life .weekly_table {
  width: 100%;
  border-collapse: collapse;
}
#life .weekly_table th, #life .weekly_table td {
  border: 1px solid #d8e5df;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #life .weekly_table th, #life .weekly_table td {
    padding: 0.8rem;
  }
}
#life .weekly_table th {
  background: #428e6d;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
#life .weekly_table-day {
  font-weight: 700;
  color: #428e6d;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  white-space: nowrap;
  width: 6rem;
  background: #f0f5f3;
}
#life .weekly_table-day--other {
  color: #3f3b3a;
}
#life .daily_panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #life .daily_panel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#life .daily_panel-col {
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}
#life .daily_panel-head {
  padding: 1.4rem 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #428e6d;
}
#life .daily_panel-col--am #life .daily_panel-head {
  background: #428e6d;
}
#life .daily_panel-col--pm #life .daily_panel-head {
  background: #f08a4b;
}
#life .daily_panel-list {
  padding: 2rem 3.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 574px) {
  #life .daily_panel-list {
    padding: 1.6rem;
  }
}
#life .daily_panel-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  position: relative;
  padding: 1.6rem 0 1.6rem 1.8rem;
  border-left: 1px solid #428e6d;
}
#life .daily_panel-item:first-of-type {
  padding-top: 0;
}
#life .daily_panel-item:first-of-type::before {
  top: 0.8rem;
}
#life .daily_panel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.4rem;
  transform: translateX(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #428e6d;
  flex-shrink: 0;
}
#life .daily_panel-col--pm #life .daily_panel-item::before {
  background: #f08a4b;
}
#life .daily_panel-time {
  width: 6rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #428e6d;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  white-space: nowrap;
  line-height: 1.6;
}
#life .daily_panel-col--pm #life .daily_panel-time {
  color: #f08a4b;
}
#life .daily_panel-content {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3f3b3a;
  padding-top: 0.1rem;
}

#news .news_year {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
  border-left: 4px solid #428e6d;
}
@media screen and (max-width: 767px) {
  #news .news_year {
    font-size: 1.8rem;
  }
}
#news .row {
  align-items: center;
}
#news .news_image img {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0px 3px 12px rgba(66, 142, 109, 0.08);
}
#news .news_year_group {
  margin-top: 4rem;
}
#news .news_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 574px) {
  #news .news_grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#news .news_card {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
  box-shadow: 0px 3px 12px rgba(66, 142, 109, 0.08);
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  #news .news_card:hover {
    box-shadow: 0px 8px 24px rgba(66, 142, 109, 0.18);
    transform: translateY(-2px);
  }
}
#news .news_card-thumbnail {
  width: 8rem;
  height: 10rem;
  flex-shrink: 0;
  background: #f2f9ff;
  border-radius: 0.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news .news_card-thumbnail .word_icon {
  color: #2459b5;
  font-size: 3.2rem;
}
#news .news_card-body {
  flex: 1;
}
#news .news_card-date {
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 0.6rem;
}
#news .news_card-title {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  line-height: 1.5;
}
#news .news_card-pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #428e6d;
  font-weight: 500;
}

#admission .page_header .admission_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3.2rem;
}
#admission .page_header .admission_nav a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #fff;
  border: 1px solid #428e6d;
  color: #428e6d;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;
}
@media (hover: hover) {
  #admission .page_header .admission_nav a:hover {
    background: #428e6d;
    color: #fff;
  }
}
#admission .row {
  align-items: center;
}
#admission .admission_image img {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0px 3px 12px rgba(66, 142, 109, 0.08);
}
#admission .admission_lead {
  font-size: 1.7rem;
  line-height: 2.2;
  color: #555;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #admission .admission_lead {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
#admission .sub_title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
  border-left: 4px solid #428e6d;
}
#admission .admission_target {
  background: #f0f5f3;
  border-left: 4px solid #428e6d;
  border-radius: 0 1.2rem 1.2rem 0;
  padding: 2.8rem 3.2rem;
  margin-bottom: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #admission .admission_target {
    padding: 2rem 2rem 2rem 2.4rem;
    margin-bottom: 3rem;
  }
}
#admission .admission_target-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
#admission .admission_target p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.6rem;
}
#admission .admission_target p:last-child {
  margin-bottom: 0;
}
#admission .service_num_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 5rem;
  padding-left: 0;
  list-style: none;
  counter-reset: service-num;
}
@media screen and (max-width: 767px) {
  #admission .service_num_list {
    margin-bottom: 3.2rem;
  }
}
#admission .service_num_list li {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 1.8rem 2.4rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #admission .service_num_list li {
    padding: 1.4rem 1.6rem;
    font-size: 1.5rem;
  }
}
#admission .service_num_list li::before {
  counter-increment: service-num;
  content: counter(service-num);
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #428e6d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#admission .apply_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: apply-num;
}
#admission .apply_list li {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #admission .apply_list li {
    font-size: 1.5rem;
  }
}
#admission .apply_list li::before {
  counter-increment: apply-num;
  content: "0" counter(apply-num);
  position: absolute;
  left: 0;
  color: #428e6d;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#admission h5 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #admission h5 {
    font-size: 1.5rem;
  }
}
#admission .download_box {
  background: #f0f5f3;
  border-radius: 1.6rem;
  padding: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #admission .download_box {
    padding: 3rem 2rem;
  }
}
#admission .download_box p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}
#admission .download_btn {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  background: #428e6d;
  color: #fff;
  border-radius: 1rem;
  padding: 1.6rem 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  transition: 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  #admission .download_btn:hover {
    opacity: 0.8;
    color: #fff;
  }
}
#admission .fee_table {
  width: 100%;
  border-collapse: collapse;
}
#admission .fee_table th, #admission .fee_table td {
  border: 1px solid #d8e5df;
  padding: 1.4rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #admission .fee_table th, #admission .fee_table td {
    padding: 0.8rem;
    font-size: 1.3rem;
  }
}
#admission .fee_table th {
  background: #428e6d;
  color: #fff;
  font-weight: 700;
}
#admission .fee_table th.sub {
  background: #5aa882;
}
#admission .fee_table td.label {
  background: #f0f5f3;
  font-weight: 700;
  text-align: left;
}
#admission .fee_table td.note {
  text-align: left;
  font-size: 1.3rem;
  color: #666;
}
#admission .note_text {
  font-size: 1.3rem;
  color: #888;
  line-height: 1.8;
  margin-top: 1.2rem;
}
#admission .pack_box {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #admission .pack_box {
    padding: 2.4rem 2rem;
    margin-top: 3rem;
  }
}
#admission .pack_box-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  margin-bottom: 2.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #d8e5df;
}
@media screen and (max-width: 767px) {
  #admission .pack_box-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
#admission .pack_box-section {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  #admission .pack_box-section {
    margin-bottom: 2rem;
  }
}
#admission .pack_box-label {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  margin-bottom: 1rem;
}
#admission .pack_box-desc {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
#admission .pack_box-note {
  font-size: 1.5rem;
  color: #555;
  margin-top: 1.2rem;
}
#admission .pack_box-item {
  padding-top: 2.4rem;
  border-top: 1px solid #d8e5df;
}
#admission .pack_box-item p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 0.6rem;
}
#admission .pack_box-item p:last-child {
  margin-bottom: 0;
}
#admission .pack_box .pack_fee_table {
  max-width: 36rem;
  margin-top: 1.6rem;
}

#recruit .recruit_message {
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 5px 24px rgba(66, 142, 109, 0.1);
}
#recruit .recruit_message-inner {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-inner {
    flex-direction: column;
  }
}
#recruit .recruit_message-image {
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-image {
    width: 100%;
  }
}
#recruit .recruit_message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  background: #e8ede9;
  min-height: 36rem;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-image img {
    min-height: 28rem;
  }
}
#recruit .recruit_message-body {
  flex: 1;
  padding: 5rem 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-body {
    padding: 3.2rem 2.4rem;
  }
}
#recruit .recruit_message-body p + p {
  margin-top: 1.6rem;
}
#recruit .recruit_message-catch {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message-catch {
    font-size: 2.2rem;
  }
}
#recruit .recruit_message p {
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}
#recruit .feature_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  #recruit .feature_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 574px) {
  #recruit .feature_grid {
    grid-template-columns: 1fr;
  }
}
#recruit .feature_item {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem 2.4rem;
  text-align: center;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}
#recruit .feature_item-icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #f0f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
  color: #428e6d;
  font-size: 2.4rem;
}
#recruit .feature_item-title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #3f3b3a;
  margin-bottom: 1.2rem;
}
#recruit .feature_item p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #666;
}
#recruit .voice_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
#recruit .voice_item {
  display: flex;
  gap: 3.2rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  #recruit .voice_item {
    flex-direction: column;
    gap: 2rem;
    padding: 2.4rem;
  }
}
#recruit .voice_photo {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #e8ede9;
  flex-shrink: 0;
  overflow: hidden;
}
#recruit .voice_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit .voice_profile {
  font-size: 1.4rem;
  color: #428e6d;
  font-weight: 700;
  margin-bottom: 1rem;
}
#recruit .voice_quote {
  font-size: 1.6rem;
  line-height: 2;
  color: #3f3b3a;
  padding-left: 1.6rem;
  border-left: 3px solid #428e6d;
}
#recruit .apply_title {
  text-align: center;
}
#recruit .apply_box {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem;
  box-shadow: 0 3px 12px rgba(66, 142, 109, 0.08);
}
@media screen and (max-width: 767px) {
  #recruit .apply_box {
    padding: 2.4rem 2rem;
  }
}
#recruit .apply_box p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .apply_box p {
    text-align: left;
    font-size: 1.45rem;
  }
}
#recruit .apply_box p:last-of-type {
  margin-bottom: 3.2rem;
}
#recruit .btn_group {
  justify-content: center;
}
#recruit .btn_group .tel-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .apply_tel {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#recruit .apply .more_btn .more {
  width: 40rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 574px) {
  #recruit .apply .more_btn .more {
    width: 100%;
  }
}

#recruitment .req_table {
  width: 100%;
  border-collapse: collapse;
}
#recruitment .req_table tr {
  border-bottom: 1px solid #e0e8e4;
}
#recruitment .req_table tr:first-child {
  border-top: 1px solid #e0e8e4;
}
#recruitment .req_table th {
  width: 20rem;
  padding: 2rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  background: #f0f5f3;
  color: #3f3b3a;
  vertical-align: top;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #recruitment .req_table th {
    display: block;
    width: 100%;
    padding: 1.4rem 1.6rem 0.6rem;
  }
}
#recruitment .req_table td {
  padding: 2rem 2.4rem;
  font-size: 1.5rem;
  line-height: 1.9;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #recruitment .req_table td {
    display: block;
    width: 100%;
    padding: 0.4rem 1.6rem 1.6rem;
  }
}
#recruitment .req_table td strong {
  color: #428e6d;
}
#recruitment .salary_box {
  background: #428e6d;
  color: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem 3.2rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.8rem;
}
#recruitment .salary_box-num {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
}
#recruitment .salary_box-unit {
  font-size: 1.8rem;
  font-weight: 500;
}
#recruitment .salary_note {
  font-size: 1.4rem;
  color: #888;
  margin-top: 0.8rem;
}
#recruitment .salary_note--sm {
  margin-top: 0.4rem;
}
#recruitment .tel_large {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
}
#recruitment .reception_note {
  font-size: 1.4rem;
  color: #888;
  margin-top: 0.4rem;
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2rem;
  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 .title_bottom .en {
  font-size: 2rem;
}
#contact .title_bottom h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 574px) {
  #contact .title_bottom h3 {
    font-size: 2.6rem;
  }
}
@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.4rem 2rem;
  border: 1px solid #428e6d;
  border-radius: 0.8rem;
  background: #fff;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #428e6d;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn i {
  margin-right: 15px;
  font-size: 30px;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn i {
    font-size: 2rem;
  }
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  text-align: center;
}
#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 .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form .info {
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .info {
    flex-direction: column;
  }
}
#contact .form_wrap form .info .ttl {
  background: #428e6d;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 2rem 2rem;
}
#contact .form_wrap form .info_text {
  padding: 2rem 2rem;
  border: 1px solid #428e6d;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 4rem;
}
#contact .form_wrap form .info_text h4 {
  font-weight: bold;
  font-size: 2.2rem;
}
#contact .form_wrap form .info_text p {
  flex: 1;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form .info_text p {
    width: 100%;
    flex: none;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin: 5rem 0;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #428e6d 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #428e6d;
}
#contact .form_wrap form table th.top {
  vertical-align: text-top;
}
#contact .form_wrap form table th.top .requied {
  top: 2rem;
  transform: translateY(0);
}
#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: #b1a4a4 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1.5rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td .check_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#contact .form_wrap form table td .check_wrapper h4 {
  color: #428e6d;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid;
  width: 100%;
}
#contact .form_wrap form table td .check_wrapper .check_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#contact .form_wrap form table td .check_wrapper .check_box label {
  margin: 0;
}
#contact .form_wrap form table td .check_wrapper .check_box input {
  margin-right: 1rem;
  width: fit-content;
}
#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;
  margin-top: 1rem;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td label input[type=radio] {
    margin-right: 5px;
  }
}
#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 .privacy_ttl {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #428e6d;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .privacy_ttl {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #428e6d;
  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: #428e6d;
  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;
  text-align: center;
}
#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: #428e6d;
  color: #fff;
  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: #fff;
  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: #428e6d;
  color: #fff;
  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;
  }
}