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: #2B2B2B;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

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

p {
  margin: 0;
}

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

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

@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: 99;
  padding: 0 3rem;
  background: #fff;
  height: 10rem;
}
@media screen and (max-width: 1400px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header .logo {
  width: 39.7rem;
}
@media screen and (max-width: 1460px) {
  header .logo {
    width: 30rem;
  }
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 26rem;
  }
}
header nav {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1400px) {
  header nav {
    gap: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 1px;
    transform: translateY(100%);
    background: #fff;
    max-width: 100%;
    gap: 0;
    width: 30rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    max-height: calc(100dvh - 15rem);
    overflow: auto;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header nav > a {
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  header nav > a:hover {
    color: #0A978C;
  }
}
header nav > a.active {
  color: #0A978C;
}
@media screen and (max-width: 1199px) {
  header nav > a {
    padding: 1.5rem;
  }
}
header nav .dropdown {
  position: relative;
}
header nav .dropdown span {
  display: flex;
  align-items: center;
  transition: 0.3s;
  height: 100%;
}
@media (hover: hover) {
  header nav .dropdown span:hover {
    color: #0A978C;
  }
}
@media screen and (max-width: 1199px) {
  header nav .dropdown span {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  header nav .dropdown span::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    transition: 0.5s;
  }
}
header nav .dropdown span.active {
  color: #0A978C;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown span.active::after {
    transform: rotate(180deg);
  }
}
@media (hover: hover) {
  header nav .dropdown:hover > ul {
    opacity: 1;
    pointer-events: all;
  }
}
header nav .dropdown > ul {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown > ul {
    display: none;
    transition: 0s;
    position: static;
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
  }
}
header nav .dropdown > ul > li {
  width: 100%;
}
header nav .dropdown > ul > li a {
  white-space: nowrap;
  display: block;
  padding: 1rem 1.6rem;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}
@media (hover: hover) {
  header nav .dropdown > ul > li a:hover {
    color: #0A978C;
  }
}
header nav .dropdown > ul > li ul {
  padding-left: 1.6rem;
}
header nav .dropdown > ul > li ul li {
  font-size: 1.4rem;
}
header nav .dropdown > ul > li ul li a {
  padding: 0.8rem 1rem;
}
header nav .nav_contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_contact {
    flex-direction: column;
    padding: 1rem 0 1.5rem;
  }
}
header nav .nav_contact .tel {
  color: #0A978C;
  font-weight: bold;
}
header nav .nav_contact .tel i {
  margin-right: 0.5rem;
}
header nav .nav_contact .line {
  width: 3.5rem;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  header nav .nav_contact .line:hover {
    opacity: 0.7;
  }
}
header nav .nav_contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #0A978C;
  border: 1px solid #0A978C;
  color: #fff;
  border-radius: 5rem;
  padding: 1rem 2rem;
  transition: 0.3s;
}
@media (hover: hover) {
  header nav .nav_contact .mail:hover {
    background: #fff;
    color: #0A978C;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0A978C;
  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 {
  text-align: center;
  position: relative;
  z-index: 0;
}
.title .en {
  color: #0A978C;
  line-height: 1;
  font-weight: bold;
}
.title .en_bg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(218, 234, 233, 0.7);
  font-weight: bold;
  font-size: 12.6rem;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 574px) {
  .title .en_bg {
    font-size: 7rem;
  }
}
.title h3 {
  margin-top: 1.6rem;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  .title h3 {
    font-size: 3.2rem;
  }
}
.title.white .en, .title.white h3 {
  color: #fff;
}
.title.white .en_bg {
  color: #13836A;
}
.title_bottom h3 {
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .title_bottom h3 {
    font-size: 3.2rem;
  }
}
.title_bottom h3::after {
  content: "";
  width: 7rem;
  height: 3px;
  background: linear-gradient(90deg, #0A978C 0%, #0A976A 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.title_bottom h3 small {
  font-size: 60%;
  display: inline-block;
}

.more {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #0A978C;
  color: #0A978C;
  line-height: 1;
  width: fit-content;
  transition: 0.3s;
}
@media (hover: hover) {
  .more:hover {
    background: #0A978C;
    color: #fff;
  }
}

.footer {
  overflow: hidden;
}
.footer_contact {
  padding: 6rem 0;
  background: linear-gradient(90deg, #0A978C 0%, #0A976A 100%);
}
.footer_contact-text {
  margin: 6.4rem 0 4rem;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_contact-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact-text .lg, .footer_contact-text .sp_none {
    display: none;
  }
}
.footer_contact .row {
  gap: 1rem 0;
}
.footer_contact .tel, .footer_contact .mail, .footer_contact .line {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  height: 12rem;
}
.footer_contact .tel p, .footer_contact .mail p, .footer_contact .line p {
  text-align: center;
  font-size: 1.4rem;
}
.footer_contact .tel_num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Figtree", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.footer_contact .tel_num .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0A978C;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
}
.footer_contact .mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 5rem;
  color: #fff;
  background: #0A978C;
  border: 1px solid #0A978C;
  width: 25rem;
  height: 4rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer_contact .mail_btn:hover {
    background: #fff;
    color: #0A978C;
  }
}
.footer_contact .line_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  color: #06C755;
  font-size: 2rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer_contact .line_btn:hover {
    opacity: 0.7;
  }
}
.footer_contact .line_btn img {
  width: auto;
  height: 4rem;
}
.footer_bottom {
  padding: 6rem 0;
  background: #F3FBFB;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    justify-content: center;
    text-align: center;
  }
}
.footer_left .logo {
  width: 40rem;
}
@media screen and (max-width: 574px) {
  .footer_left .logo {
    width: 30rem;
    margin: 0 auto;
  }
}
.footer_left .add {
  margin-top: 4rem;
  line-height: 1.8;
}
.footer_right {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .footer_right {
    display: none;
  }
}
.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer_nav a {
  font-size: 1.4rem;
}
.footer_nav > li > ul {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer_nav > li > ul li ul {
  margin-top: 1rem;
  padding-left: 1.6rem;
}
.footer .copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 1.2rem;
  color: #778e8e;
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
}
.pagetop a {
  display: block;
}

.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 {
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #top {
    margin-top: 7rem;
  }
}
#top .mv {
  position: relative;
}
#top .mv .slider img {
  height: calc(100vh - 10rem);
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .mv .slider img {
    height: calc(100vh - 7rem);
  }
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 0;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    padding: 0 2rem;
  }
}
#top .mv_text-image {
  width: 84rem;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-height: 980px) {
  #top .mv_text-image {
    width: 60rem;
  }
}
@media screen and (max-height: 730px) {
  #top .mv_text-image {
    width: 50rem;
    top: 37%;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text-image {
    width: 70rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text-image {
    width: 45rem;
  }
}
#top .mv_text h2 {
  text-align: center;
  font-weight: bold;
  font-size: 9rem;
  line-height: 1.3;
}
@media screen and (max-height: 980px) {
  #top .mv_text h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
#top .mv_text h2 span {
  font-size: 13rem;
}
@media screen and (max-height: 980px) {
  #top .mv_text h2 span {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 span {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 span {
    font-size: 5rem;
  }
}
#top .mv_text .en {
  margin-top: 2.4rem;
  font-family: "Figtree", sans-serif;
  font-size: 2.3rem;
}
@media screen and (max-height: 980px) {
  #top .mv_text .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    text-align: center;
    font-size: 1.8rem;
  }
}
#top .about {
  padding: 10rem 0 12rem;
  background: #F3FBFB;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding: 7rem 0;
  }
}
#top .about_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #top .about_inner {
    flex-direction: column-reverse;
  }
}
#top .about_text {
  padding: 4rem 5rem;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(141, 161, 159, 0.2);
  width: 64%;
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
@media screen and (max-width: 1199px) {
  #top .about_text {
    padding: 4rem 3rem;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about_text {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text {
    padding: 3rem 2rem;
  }
}
#top .about_text h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0A978C;
}
@media screen and (max-width: 991px) {
  #top .about_text h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text h3 {
    font-size: 2.2rem;
  }
}
#top .about_text h3::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: #0A978C;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 574px) {
  #top .about_text h3::before {
    width: 1.6rem;
  }
}
#top .about_text ul {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
#top .about_text ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #FABC66;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  #top .about_text ul li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_text ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text ul li {
    align-items: baseline;
    font-size: 1.8rem;
  }
}
#top .about_text ul li i {
  color: #0A978C;
}
#top .about_text ul li span {
  color: #0A978C;
}
#top .about_image {
  width: 50%;
  margin-left: -14%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .about_image {
    width: 100%;
    margin-left: 0;
  }
}
#top .about_image::after {
  content: "";
  width: 11rem;
  height: 11rem;
  background: #0A978C;
  display: block;
  position: absolute;
  right: -1rem;
  top: -1rem;
  z-index: -1;
}
#top .solution {
  position: relative;
  padding: 9rem 0 6rem;
  background: linear-gradient(90deg, #0A978C 0%, #0A976A 100%);
  color: #fff;
  z-index: 0;
}
#top .solution::after {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 10rem;
  height: 4rem;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #F3FBFB;
}
#top .solution_image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}
#top .solution_image img {
  height: 100%;
  object-fit: cover;
}
#top .solution h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #top .solution h3 {
    font-size: 2.4rem;
  }
}
#top .solution h3 span {
  position: relative;
}
#top .solution h3 .dot::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #FABC66;
  border-radius: 50%;
}
#top .solution h3 .yellow {
  color: #FABC66;
}
#top .solution h3 .yellow::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
#top .solution p {
  margin-top: 3.6rem;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #top .solution p {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (max-width: 574px) {
  #top .solution p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .solution p .sp_none {
    display: none;
  }
}
#top .feature {
  padding: 10rem 0;
  background: #F3FBFB;
}
#top .feature .row {
  margin-top: 4.8rem;
  gap: 3rem 0;
}
#top .feature_item {
  background: #fff;
  padding: 2.4rem;
  box-shadow: 0 4px 4px 0 rgba(141, 161, 159, 0.2);
  height: 100%;
}
@media screen and (max-width: 991px) {
  #top .feature_item {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_item {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#top .feature_image {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #top .feature_image {
    width: 40%;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_image {
    width: 100%;
  }
}
#top .feature_image .num {
  position: absolute;
  left: 1rem;
  top: 0;
  font-family: "Figtree", sans-serif;
  font-size: 9.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  #top .feature_image .num {
    font-size: 6rem;
  }
}
#top .feature_text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 991px) {
  #top .feature_text {
    margin: 0;
    width: calc(60% - 3rem);
  }
}
@media screen and (max-width: 574px) {
  #top .feature_text {
    width: 100%;
  }
}
#top .feature_text h4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0A978C;
}
@media screen and (max-width: 991px) {
  #top .feature_text h4 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_text h4 {
    align-items: center;
  }
}
#top .feature_text h4 span {
  position: relative;
}
#top .feature_text h4 span::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #FABC66;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
}
#top .feature p {
  margin-top: 2.4rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
#top .service {
  padding: 19rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #top .service {
    padding: 10rem 0;
  }
}
#top .service::after {
  content: "";
  width: 37%;
  height: calc(100% - 20rem);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #0A978C 0%, #0A976A 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .service::after {
    width: 40%;
    top: 5rem;
    height: 40%;
    transform: translate(0);
  }
}
#top .service .row {
  align-items: center;
  gap: 3rem 0;
}
#top .service_text {
  padding-left: 5rem;
}
@media screen and (max-width: 1400px) {
  #top .service_text {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #top .service_text {
    padding-left: 0;
  }
}
#top .service_text h3 {
  font-size: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  #top .service_text h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  #top .service_text h3 {
    font-size: 2.8rem;
  }
}
#top .service_text p {
  margin-top: 3.6rem;
  line-height: 2.3;
}
@media screen and (max-width: 991px) {
  #top .service_text p {
    margin-top: 2.4rem;
  }
}
#top .service_text .more {
  margin-top: 2rem;
  margin-left: auto;
}
#top .works {
  padding: 10rem 0;
  background: #F3FBFB;
}
#top .works_slider {
  margin-top: 6.4rem;
  position: relative;
}
#top .works_slider .prev, #top .works_slider .next {
  position: absolute;
  top: 50%;
  width: 4rem;
  z-index: 1;
  cursor: pointer;
}
#top .works_slider .prev {
  transform: translateY(-50%) translateX(-50%);
  left: 0;
}
@media screen and (max-width: 574px) {
  #top .works_slider .prev {
    transform: translateY(-50%);
  }
}
#top .works_slider .next {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
@media screen and (max-width: 574px) {
  #top .works_slider .next {
    transform: translateY(-50%);
  }
}
#top .works .slick-list {
  padding-bottom: 1rem;
}
#top .works_item {
  display: block;
  border-radius: 1rem 1rem 4rem 1rem;
  box-shadow: 0 4px 4px 0 rgba(141, 161, 159, 0.2);
  overflow: hidden;
  background: #fff;
  margin: 0 1.2rem;
}
@media (hover: hover) {
  #top .works_item:hover img {
    transform: scale(1.1);
  }
}
#top .works_image {
  overflow: hidden;
}
#top .works_image img {
  transition: 0.5s;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
#top .works_text {
  padding: 1.6rem;
}
#top .works_text h4 {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
#top .works_text div {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.3rem;
}
#top .works_category {
  display: block;
  padding: 0.5rem 1.5rem;
  background: #fff;
  border-radius: 4rem;
  border: 1px solid #0A978C;
  color: #0A978C;
  font-size: 1.1rem;
  line-height: 1.5;
  width: fit-content;
}
#top .links {
  padding: 10rem 0;
  display: flex;
}
@media screen and (max-width: 991px) {
  #top .links {
    flex-direction: column;
  }
}
#top .links_item {
  display: block;
  flex: 1;
  overflow: hidden;
  position: relative;
}
#top .links_item img {
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  #top .links_item img {
    height: 30rem;
    object-fit: cover;
  }
}
@media (hover: hover) {
  #top .links_item:hover img {
    transform: scale(1.1);
  }
}
#top .links_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .links_text-title {
  color: #fff;
}
#top .links_text-title .en {
  font-weight: bold;
  line-height: 1;
}
#top .links_text-title h3 {
  margin-top: 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
}
#top .links_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
}
#top .links_text .arrow i {
  font-size: 1.9rem;
}

.subhead {
  margin-top: 10rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 30rem;
  }
}
.subhead::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #0A978C 0%, #0A976A 100%);
  opacity: 0.7;
}
.subhead_text {
  text-align: center;
  position: relative;
  z-index: 2;
}
.subhead_text .en {
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.subhead_text .en_bg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(19, 131, 106, 0.5);
  font-weight: bold;
  font-size: 12.6rem;
  line-height: 1;
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 574px) {
  .subhead_text .en_bg {
    font-size: 6rem;
  }
}
.subhead_text h2 {
  margin-top: 1.6rem;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 3.2rem;
  }
}

#service .subhead {
  background: url(../../images/service/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service h4 {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0A978C;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #0A978C;
  line-height: 1.5;
}
#service .list {
  padding: 10rem 0;
  background: #F3FBFB;
}
#service .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  margin: 4rem -1.2rem 0;
}
@media screen and (max-width: 574px) {
  #service .list ul {
    margin: 4rem -0.6rem 0;
  }
}
#service .list ul li {
  width: 25%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1199px) {
  #service .list ul li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  #service .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #service .list ul li {
    padding: 0 0.6rem;
    font-size: 1.4rem;
  }
}
#service .list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #0A978C;
  padding: 1.6rem 2rem;
  color: #0A978C;
  transition: 0.3s;
}
@media (hover: hover) {
  #service .list ul li a:hover {
    background: #0A978C;
    color: #fff;
  }
}
@media screen and (max-width: 1400px) {
  #service .list ul li a {
    padding: 1.6rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #service .list ul li a {
    height: 100%;
  }
}
#service .flat {
  padding: 10rem 0;
}
#service .flat_lead {
  margin-top: 2rem;
  line-height: 2;
  letter-spacing: 0.06rem;
  font-size: 1.8rem;
}
#service .flat .calculation {
  padding: 4rem;
  background: #F3FBFB;
  margin-top: 4rem;
}
@media screen and (max-width: 574px) {
  #service .flat .calculation {
    padding: 3rem 1.6rem;
  }
}
#service .flat .calculation h4 {
  margin-top: 0;
}
#service .flat .calculation_text {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0A978C;
  line-height: 2;
}
#service .flat .calculation_text img {
  display: inline-block;
  padding-bottom: 0.6rem;
  margin: 0 0.5rem;
  width: 3rem;
}
#service .flat .calculation_image {
  max-width: 100rem;
  margin: 4rem auto 0;
}
#service .flat .calculation_image2 {
  max-width: 100rem;
  margin: 8rem auto 0;
}
#service .flat .calculation .caption {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#service .flat .calculation .caption li {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
  color: #5b6565;
}
#service .flat .calculation .caption li span {
  white-space: nowrap;
}
#service .price .table_wrap {
  margin-top: 4rem;
}
#service .price_box {
  margin-top: 2.4rem;
}
#service .price_box h5 {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
#service .price_box h5 small {
  display: inline-block;
}
@media screen and (max-width: 574px) {
  #service .price_box .wrapper {
    overflow: auto;
  }
}
#service .price_box table {
  width: 100%;
  margin-top: 1rem;
  table-layout: fixed;
}
@media screen and (max-width: 991px) {
  #service .price_box table {
    table-layout: auto;
  }
}
@media screen and (max-width: 574px) {
  #service .price_box table {
    width: 70rem;
  }
}
#service .price_box table thead th {
  padding: 1.5rem;
  background: #F3FBFB;
  border: 1px solid #cddede;
  text-align: center;
  white-space: nowrap;
}
#service .price_box table tbody th, #service .price_box table tbody td {
  padding: 1.5rem;
  border: 1px solid #cddede;
  text-align: center;
}
#service .price_box table tbody th {
  background: #0A978C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .price_box table tbody th {
    writing-mode: vertical-rl;
  }
}
#service .price .caption ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
#service .price .caption ul li {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
  color: #5b6565;
}
#service .price .caption ul li span {
  white-space: nowrap;
}
#service .document {
  padding: 10rem 0;
  background: #F3FBFB;
  margin-top: 10rem;
}
#service .document .row {
  margin-top: 4rem;
  gap: 1.6rem 0;
}
#service .document_item {
  background: #fff;
  padding: 4rem;
}
#service .document_item h4 {
  margin-top: 0;
}
#service .document_item ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
#service .document_item ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #FABC66;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  #service .document_item ul li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  #service .document_item ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #service .document_item ul li {
    align-items: baseline;
    font-size: 1.8rem;
  }
}
#service .document_item ul li i {
  color: #0A978C;
}
#service .document_text {
  margin-top: 3rem;
  text-align: center;
}
#service .document_text .more {
  margin: 2rem auto 0;
}
#service .flow {
  padding: 10rem 0;
}
#service .flow ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#service .flow ul li {
  display: flex;
  position: relative;
}
#service .flow ul li::after {
  content: "";
  width: 2rem;
  height: 1rem;
  background: #0A978C;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#service .flow ul li:last-of-type::after {
  display: none;
}
#service .flow ul li .step {
  background: #0A978C;
  color: #fff;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 574px) {
  #service .flow ul li .step {
    width: 10rem;
    font-size: 1.8rem;
  }
}
#service .flow ul li .text {
  border: 1px solid #0A978C;
  padding: 1.6rem 2rem;
  width: calc(100% - 20rem);
}
@media screen and (max-width: 574px) {
  #service .flow ul li .text {
    width: calc(100% - 10rem);
  }
}
#service .flow ul li .text > p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0A978C;
}
#service .flow ul li .text .caption {
  display: flex;
  align-items: center;
  gap: 1rem 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #service .flow ul li .text .caption {
    flex-direction: column;
    align-items: flex-start;
  }
}
#service .flow ul li .text .caption p {
  padding: 1rem 2rem;
  background: #F3FBFB;
  color: #fa932e;
  font-weight: bold;
  border: 1px solid #0A978C;
}
#service .flow_text {
  margin-top: 3rem;
  text-align: center;
}
#service .flow_text .more {
  margin: 2rem auto 0;
}
#service .service {
  padding: 10rem 0;
  background: #F3FBFB;
}
#service .service ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#service .service_item {
  padding: 4rem;
  background: #fff;
}
@media screen and (max-width: 574px) {
  #service .service_item {
    padding: 3rem 1.6rem;
  }
}
#service .service_item p {
  margin-top: 2.4rem;
  line-height: 2.4;
}
#service .service .more {
  margin-top: 3rem;
  margin-left: auto;
}

#works .subhead {
  background: url(../../images/works/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#works .list {
  padding: 10rem 0;
  background: #F3FBFB;
}
#works .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 0;
  margin: 0 -1.2rem 0;
}
@media screen and (max-width: 574px) {
  #works .list ul {
    margin: 0 -0.6rem 0;
  }
}
#works .list ul li {
  padding: 0 1.2rem;
  width: 33.33333%;
}
@media screen and (max-width: 991px) {
  #works .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #works .list ul li {
    padding: 0 0.6rem;
    font-size: 1.4rem;
  }
}
#works .list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #0A978C;
  padding: 1.6rem 2rem;
  color: #0A978C;
  transition: 0.3s;
}
@media (hover: hover) {
  #works .list ul li a:hover {
    background: #0A978C;
    color: #fff;
  }
}
@media screen and (max-width: 1400px) {
  #works .list ul li a {
    padding: 1.6rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #works .list ul li a {
    height: 100%;
  }
}
#works .works {
  padding: 10rem 0;
}
#works .works .tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 1rem 2rem;
}
#works .works .tab li a {
  cursor: pointer;
  padding: 1rem 2rem;
  background: #F3FBFB;
  color: #0A978C;
  font-weight: 600;
  transition: 0.3s;
}
#works .works .tab li a.active {
  color: #fff;
  background: #0A978C;
}
@media (hover: hover) {
  #works .works .tab li a:hover {
    color: #fff;
    background: #0A978C;
  }
}
#works .works .tab_box_wrap {
  margin-top: 4rem;
}
#works .works .tab_box_wrap h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0A978C;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #0A978C;
  line-height: 1.5;
}
#works .works .tab_box_wrap .paging {
  text-align: center;
  margin-top: 4rem;
}
#works .works .tab_box_wrap .paging span.current, #works .works .tab_box_wrap .paging span.paging-text {
  margin: 0px 2px;
  color: #0A978C;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #0A978C;
  font-family: "Figtree", sans-serif;
  text-decoration: none;
}
#works .works .tab_box_wrap .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  #works .works .tab_box_wrap .paging span.paging-text a:hover {
    background: #0A978C;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#works .works .tab_box_wrap .paging span.current {
  background: #0A978C;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#works .works_item {
  margin-top: 4rem;
}
#works .works_item .row {
  gap: 3rem 0;
  align-items: center;
}
#works .works_slider .thumbnail-img {
  opacity: 0.7;
  width: 100%;
}
#works .works_slider .thumbnail-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 10/7;
}
#works .works_slider .thumbnail {
  margin-top: 1rem;
}
@media (min-width: 575px) {
  #works .works_slider .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#works .works_slider .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#works .works_slider .thumbnail-img.slick-current {
  opacity: 1;
}
#works .works_slider .slick-img {
  position: relative;
  width: 100%;
}
#works .works_slider .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 10/7;
}
#works .works_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #works .works_text {
    padding-left: 0;
  }
}
#works .works_text h5 {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
#works .works_text div {
  margin-top: 1rem;
  font-weight: 400;
}
#works .works_text .download {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}
#works .works_category {
  display: block;
  padding: 0.5rem 1.5rem;
  background: #fff;
  border-radius: 4rem;
  border: 1px solid #0A978C;
  color: #0A978C;
  font-size: 1.1rem;
  line-height: 1.5;
  width: fit-content;
}
#works .faq {
  padding: 10rem 0;
  background: #F3FBFB;
}
#works .faq ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#works .faq ul li {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
#works .faq ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
  color: #0A978C;
  font-family: "Figtree", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50%;
}
#works .faq ul li .question {
  cursor: pointer;
}
#works .faq ul li .question, #works .faq ul li .answer_inner {
  background: #0A978C;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 5rem 1.6rem 2rem;
  position: relative;
}
#works .faq ul li .question .arrow, #works .faq ul li .answer_inner .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.5s;
}
#works .faq ul li .question .arrow.active, #works .faq ul li .answer_inner .arrow.active {
  transform: translateY(-50%) rotate(180deg);
}
#works .faq ul li .question h4, #works .faq ul li .answer_inner h4 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #works .faq ul li .question h4, #works .faq ul li .answer_inner h4 {
    font-size: 1.8rem;
  }
}
#works .faq ul li .question h4, #works .faq ul li .question p, #works .faq ul li .answer_inner h4, #works .faq ul li .answer_inner p {
  flex: 1;
}
#works .faq ul li .answer {
  display: none;
}
#works .faq ul li .answer_inner {
  background: #fff;
  color: #2B2B2B;
}
#works .faq ul li .answer_inner .icon {
  background: #0A978C;
  color: #fff;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  #company .container {
    max-width: 1140px;
  }
}
#company section {
  padding: 10rem 0;
}
#company section.outline {
  background: #F3FBFB;
}
#company .message .row {
  margin-top: 4rem;
  gap: 3rem 0;
  align-items: center;
}
#company .message_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #company .message_text {
    padding-left: 0;
  }
}
#company .message_text p {
  line-height: 2;
  text-align: justify;
}
#company .message_text .name {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.8rem;
}
#company .outline table {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #company .outline table {
    border: 1px solid #0A978C;
  }
}
#company .outline table th {
  background: #0A978C;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .outline table tr:first-of-type td {
  border-top: #0A978C 1px solid;
}
#company .outline table tr:first-of-type th {
  border-top: #0A978C 1px solid;
}
#company .outline table tr:last-of-type th {
  border-color: #0A978C;
}
#company .outline table td {
  border-bottom: #0A978C 1px solid;
  border-right: #0A978C 1px solid;
  width: 75%;
}
#company .outline table th, #company .outline table td {
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  #company .outline table th, #company .outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .access_text {
  margin-top: 4rem;
}
#company .access .row {
  margin-top: 2.4rem;
  gap: 3rem 0;
}
#company .access_map iframe {
  width: 100%;
  height: 35rem;
}
#company .access_map .more {
  margin-top: 1rem;
  margin-left: auto;
}
#company .access_image img {
  height: 35rem;
  object-fit: cover;
}
#company .access .map {
  margin: 4rem auto 0;
  max-width: 60rem;
}

#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 .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  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;
  }
}
#contact .tel {
  padding: 10rem 0;
  background: #F3FBFB;
}
@media screen and (max-width: 767px) {
  #contact .tel {
    padding: 7rem 0;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  background: #0A978C;
  color: #fff;
  border-radius: 1rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
}
@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: 10rem 0;
  background: url(../../images/common/bg.jpg) repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .contact .line p {
  margin-bottom: 1rem;
}
#contact .contact .line_btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #06C755;
  color: #fff;
  width: fit-content;
  padding: 0.5rem 1.6rem;
  border-radius: 0.5rem;
  font-size: 2rem;
  transition: 0.3s;
}
@media (hover: hover) {
  #contact .contact .line_btn:hover {
    opacity: 0.7;
  }
}
#contact .contact .line_btn img {
  width: auto;
  height: 4rem;
}
#contact .form_wrap {
  background: #fff;
  border-radius: 1rem;
}
#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;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #0A978C 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #0A978C;
}
#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 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], #contact .form_wrap form table td label input[type=checkbox] {
  margin-right: 10px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td label input[type=radio], #contact .form_wrap form table td label input[type=checkbox] {
    margin-right: 5px;
  }
}
#contact .form_wrap form table td .day {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td .day {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td .day > span {
    display: block;
    width: 100%;
  }
}
#contact .form_wrap form table td .day label {
  margin: 0;
}
#contact .form_wrap form table td .day label input {
  width: 5rem;
  margin-right: 0.5rem;
}
#contact .form_wrap form table td .day select {
  width: auto;
}
#contact .form_wrap form table td select {
  padding: 5px;
  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], #contact .form_wrap form table td label input[type=checkbox] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #0A978C;
  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 #0A978C;
  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: #0A978C;
  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: #0A978C;
  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: #0A978C;
  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;
  }
}