@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: #303030;
  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 screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@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: 0.6s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0101FD;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
main {
  background: url(../../images/common/bg.jpg) repeat;
  background-position: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 10rem;
  width: 100%;
  background: #fff;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  header {
    height: 7rem;
  }
}
header .container-lg {
  height: 100%;
}
header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .header_inner .logo {
  width: 28.2rem;
}
@media screen and (max-width: 991px) {
  header .header_inner .logo {
    width: 24rem;
  }
}
header .header_inner nav {
  display: flex;
  gap: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  header .header_inner nav {
    gap: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  header .header_inner 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 .header_inner nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header .header_inner nav > a {
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  header .header_inner nav > a:hover {
    color: #0101FD;
  }
}
header .header_inner nav > a.active {
  color: #0101FD;
}
@media screen and (max-width: 991px) {
  header .header_inner nav > a {
    padding: 1.5rem;
  }
}
header .header_inner nav .dropdown {
  position: relative;
}
header .header_inner nav .dropdown span {
  display: flex;
  align-items: center;
  transition: 0.3s;
  height: 100%;
}
@media screen and (max-width: 991px) {
  header .header_inner nav .dropdown span {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  header .header_inner 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 .header_inner nav .dropdown span.active {
  color: #0101FD;
}
@media screen and (max-width: 991px) {
  header .header_inner nav .dropdown span.active::after {
    transform: rotate(180deg);
  }
}
@media (hover: hover) {
  header .header_inner nav .dropdown:hover span {
    color: #0101FD;
  }
  header .header_inner nav .dropdown:hover > ul {
    opacity: 1;
    pointer-events: all;
  }
}
header .header_inner 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: 991px) {
  header .header_inner nav .dropdown > ul {
    display: none;
    transition: 0s;
    position: static;
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
  }
}
header .header_inner nav .dropdown > ul > li {
  width: 100%;
}
header .header_inner 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 .header_inner nav .dropdown > ul > li a:hover {
    color: #0101FD;
  }
}
header .header_inner nav .dropdown > ul > li ul {
  padding-left: 1.6rem;
}
header .header_inner nav .dropdown > ul > li ul li {
  font-size: 1.4rem;
}
header .header_inner nav .dropdown > ul > li ul li a {
  padding: 0.8rem 1rem;
}
header .header_inner nav .tel {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  header .header_inner nav .tel {
    padding: 1.5rem;
    display: block;
  }
}
header .header_inner nav .tel-link {
  padding: 0;
  display: block;
}
header .header_inner nav .tel .num {
  font-size: 2.2rem;
}
header .header_inner nav .tel small {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
header .header_inner .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .header_inner .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0101FD;
  position: absolute;
  transition-duration: 0.4s;
}
header .header_inner .toggle span:nth-of-type(1) {
  top: 0;
}
header .header_inner .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .header_inner .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .header_inner .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .header_inner .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  header .header_inner .toggle {
    display: block;
  }
}

.more {
  display: block;
  padding: 1.5rem 3rem;
  background: #0101FD;
  color: #fff;
  border: 1px solid #0101FD;
  border-radius: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (hover: hover) {
  .more:hover {
    color: #0101FD;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .more {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
}

.footer {
  padding: 8rem 0;
  background: #F6FAFF;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    text-align: center;
  }
}
.footer_left .logo {
  width: 28.2rem;
}
.footer_left .add {
  margin-top: 4.5rem;
  line-height: 1.8;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_right {
    align-items: center;
    gap: 4rem;
  }
}
.footer_nav {
  display: flex;
  gap: 3.2rem;
}
.footer_nav a, .footer_nav span {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .footer_nav a, .footer_nav span {
    font-size: 1.5rem;
  }
}
.footer_nav ul {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
.footer_nav ul li a {
  line-height: 1.8;
  font-size: 1.4rem;
}
.footer .copy {
  text-align: right;
  font-size: 1.3rem;
}

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

.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;
}
@media screen and (max-width: 991px) {
  #top {
    margin-top: 7rem;
  }
}
#top .mv {
  position: relative;
}
#top .mv img {
  height: calc(100vh - 10rem);
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  #top .mv img {
    object-position: 10% center;
  }
}
@media screen and (max-width: 991px) {
  #top .mv 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;
}
#top .mv_text h2 {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  color: #0101FD;
  font-weight: 900;
  font-size: 5.6rem;
}
@media screen and (max-width: 1400px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 3.2rem;
  }
}
#top .about {
  margin-top: 10rem;
}
#top .about_inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  #top .about_inner {
    flex-direction: column;
  }
}
#top .about_image {
  width: 26.6rem;
}
#top .about_text {
  flex: 1;
}
#top .about_text h3 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 4.8rem;
  color: #0101FD;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0095FF;
}
@media screen and (max-width: 991px) {
  #top .about_text h3 {
    font-size: 3.6rem;
  }
}
#top .about_text p {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #top .about_text p {
    font-size: 1.6rem;
  }
}
#top .service {
  padding: 7rem 0;
}
#top .service .row {
  gap: 4rem 0;
  align-items: center;
}
#top .service_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #top .service_text {
    padding-left: 0;
  }
}
#top .service_text h3 {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #303030;
  gap: 2.7rem;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  #top .service_text h3 {
    gap: 1.5rem;
  }
}
#top .service_text h3 img {
  width: 5.3rem;
}
@media screen and (max-width: 991px) {
  #top .service_text h3 img {
    width: 4rem;
  }
}
#top .service_text h3 span {
  flex: 1;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #top .service_text h3 span {
    font-size: 2.4rem;
  }
}
#top .service_text p {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 991px) {
  #top .service_text p {
    font-size: 1.6rem;
  }
}
#top .service .more_box {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem 2.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #top .service .more_box {
    gap: 1rem 1.6rem;
  }
}
#top .service_list.row {
  margin-top: 6rem;
  gap: 1rem 0;
  justify-content: center;
}
#top .service_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  height: 12rem;
  background: #F3FCFF;
  border: 2px solid #6EB2FF;
  border-radius: 10rem;
  position: relative;
  transition: 0.3s;
}
#top .service_item .op {
  transition: 0.3s;
}
#top .service_item img {
  width: 6.2rem;
}
#top .service_item p {
  font-size: 2.2rem;
  font-weight: bold;
}
#top .service_item .file {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
#top .service_item .file img {
  width: auto;
  height: 10rem;
}
@media (hover: hover) {
  #top .service a.service_item:hover .op {
    opacity: 0;
  }
  #top .service a.service_item:hover .file {
    opacity: 1;
  }
}
#top .company {
  margin-bottom: 7rem;
}
#top .company .row {
  gap: 1.6rem 0;
}
#top .company_item {
  position: relative;
  overflow: hidden;
  display: block;
}
#top .company_item img {
  transition: 0.5s;
}
@media (hover: hover) {
  #top .company_item:hover img {
    transform: scale(1.1);
  }
}
#top .company_item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  color: #0101FD;
  font-weight: bold;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
#top .company .map {
  margin-top: 7rem;
}
#top .company .map iframe {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 574px) {
  #top .company .map iframe {
    height: 35rem;
  }
}

.subhead {
  margin-top: 10rem;
  padding: 8rem 0;
}
@media screen and (max-width: 991px) {
  .subhead {
    margin-top: 7rem;
  }
}
.subhead_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subhead_text h2 {
  font-weight: 900;
  color: #0101FD;
  font-size: 6rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: fit-content;
  padding-bottom: 1rem;
  border-bottom: 3px solid #0101FD;
}
.subhead_text h2 img {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .subhead_text h2 img {
    width: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead_text h2 {
    font-size: 4rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 3.2rem;
  }
}

#service .service {
  padding-bottom: 10rem;
}
#service .service h3 {
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: 2px solid #303030;
}
@media screen and (max-width: 767px) {
  #service .service h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #service .service h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #service .service h3 br {
    display: none;
  }
}
@media screen and (max-width: 574px) {
  #service .service h3 span {
    margin-left: 1rem;
  }
}
#service .service ul {
  width: fit-content;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  padding-left: 2.6rem;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  #service .service ul {
    padding-left: 3.2rem;
  }
}
#service .service ul li {
  list-style: disc;
  color: #0101FD;
  text-decoration: underline;
  font-weight: bold;
  font-size: 2.4rem;
  cursor: pointer;
  line-height: 1.8;
}
@media screen and (max-width: 574px) {
  #service .service ul li {
    font-size: 1.8rem;
  }
}
#service .modal_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.7);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
#service .modal_box.is-open {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 574px) {
  #service .modal_box {
    padding-bottom: 5rem;
  }
}
#service .modal_box .modal_inner {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 574px) {
  #service .modal_box .modal_inner {
    height: 70vh;
  }
}
#service .modal_box i {
  color: #fff;
  margin-left: auto;
  display: block;
  width: fit-content;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 2.4rem;
}
#service .modal_box img {
  height: 90vh;
  object-fit: contain;
  max-width: 90vw;
}
@media screen and (max-width: 991px) {
  #service .modal_box img {
    height: 70vh;
  }
}
@media screen and (max-width: 574px) {
  #service .modal_box img {
    max-height: calc(100% - 2.4rem);
    height: auto;
  }
}

#company {
  overflow: visible;
}
#company h3 {
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: 2px solid #303030;
}
@media screen and (max-width: 767px) {
  #company h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #company h3 {
    font-size: 1.8rem;
  }
}
#company h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  #company h4 {
    font-size: 2rem;
  }
}
#company table {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #company table {
    border: 1px solid #0101FD;
  }
}
#company table th {
  background: #0101FD;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company table tr:first-of-type td {
  border-top: #0101FD 1px solid;
}
#company table tr:first-of-type th {
  border-top: #0101FD 1px solid;
}
#company table tr:last-of-type th {
  border-color: #0101FD;
}
#company table td {
  border-bottom: #0101FD 1px solid;
  border-right: #0101FD 1px solid;
  width: 75%;
  background: #fff;
  line-height: 1.8;
}
#company table th, #company table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company table th, #company table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company section {
  padding: 0 0 10rem;
}
#company .outline_box {
  margin-top: 4rem;
}
#company .outline_box h4 {
  text-align: center;
}
#company .about .row {
  margin-top: 4rem;
  gap: 4rem 0;
}
#company .about_image {
  position: sticky;
  top: 12rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  #company .about_image img {
    max-width: 40rem;
    margin: 0 auto;
  }
}

#works .works {
  padding-bottom: 10rem;
}
#works .works h3 {
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: 2px solid #303030;
}
@media screen and (max-width: 767px) {
  #works .works h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #works .works h3 {
    font-size: 1.8rem;
  }
}
#works .works h4 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 1rem solid #0101FD;
}
#works .works ul {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#works .works ul li a {
  display: block;
  padding: 1rem;
  color: #0101FD;
  border: 1px solid #0101FD;
  background: #fff;
}
#works .works ul li a.active {
  background: #0101FD;
  color: #fff;
}
@media (hover: hover) {
  #works .works ul li a:hover {
    background: #0101FD;
    color: #fff;
  }
}
#works .works_box {
  margin-top: 4rem;
}
#works .works_box .row {
  margin-top: 3rem;
  gap: 6rem 0;
}
#works .works_item {
  display: block;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 100%;
}
#works .works_image {
  background: #F6FAFF;
}
#works .works_image img {
  aspect-ratio: 6/4;
  object-fit: contain;
}
#works .works_text {
  padding: 1.6rem;
}
#works .works_text .category {
  border: 1px solid #0101FD;
  color: #0101FD;
  width: fit-content;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
#works .works_text h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid;
  line-height: 1.5;
}
#works .works_text p {
  margin-top: 1.6rem;
  line-height: 1.8;
  font-size: 1.5rem;
}