@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: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #282828;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 374px) {
  body {
    zoom: 0.85;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

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

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

@media screen and (min-width: 1500px) {
  .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: 1500px) {
  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;
  }
  .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: #0292f4;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 999;
  transition-duration: 0.3s;
}
header.scroll {
  background: #fff;
}
@media screen and (max-width: 991px) {
  header {
    background: #fff;
    padding: 0 2rem;
    height: 7rem;
  }
}
header .logo {
  height: 100%;
  padding: 0 3.5rem 0 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .logo {
    padding: 0;
    height: auto;
  }
}
header .logo h1 {
  width: 22.4rem;
}
header .logo h1 a, header .logo h1 img {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 0 4rem;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    width: 25rem;
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav a {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  header nav a {
    display: block;
    padding: 1.5rem;
    width: 100%;
  }
}
header nav a::after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #0292f4;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  header nav a::after {
    display: none;
  }
}
header nav a.active {
  color: #0292f4;
}
@media screen and (max-width: 991px) {
  header nav a.active {
    background: #0292f4;
    color: #fff;
  }
}
header nav a.active::after {
  width: calc(100% + 5px);
}
@media (min-width: 992px) {
  header nav a:hover {
    color: #0292f4;
  }
  header nav a:hover::after {
    width: calc(100% + 5px);
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0292f4;
  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: 991px) {
  header .toggle {
    display: block;
  }
}

.title {
  position: relative;
  width: fit-content;
}
.title .en {
  color: rgba(2, 146, 244, 0.2);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 8rem;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 2.2rem;
  }
}
.title h3 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .title h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .title h3 {
    position: static;
    transform: translate(0);
    margin-top: 1.5rem;
  }
}
.title.white .en {
  color: rgba(249, 248, 255, 0.2);
}
.title.white h3 {
  color: #fff;
}
.title_bottom {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #0292f4;
}
.title_bottom .en {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #0292f4;
  letter-spacing: 0.04rem;
  font-weight: 600;
}
.title_bottom h3 {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

.more {
  width: 27.5rem;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.5rem 0 3.5rem;
  background: rgba(2, 146, 244, 0.7);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08rem;
  border-radius: 5rem;
  transition: 0.4s;
  border: 1px solid rgba(2, 146, 244, 0.7);
}
.more span {
  display: block;
  width: 4rem;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #0292f4;
  }
  .more:hover span {
    background: #0292f4;
    width: 7rem;
  }
}
.more.dark {
  background: rgba(40, 40, 40, 0.7);
  border: 0;
}
@media (min-width: 992px) {
  .more.dark:hover {
    color: #282828;
    background: #fff;
  }
  .more.dark:hover span {
    background: #282828;
  }
}

main {
  overflow: hidden;
}

.footer {
  padding: 9rem 0 8rem;
  background: #274961;
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
.footer_left .logo {
  width: 22.4rem;
}
.footer_left .add {
  margin-top: 4.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav a {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px) {
  .footer_nav a {
    font-size: 1.5rem;
  }
}
.footer .copy {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
}

.pagetop {
  width: 6rem;
  position: fixed;
  right: 4rem;
  bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .pagetop {
    right: 2rem;
  }
}
.pagetop img, .pagetop a {
  display: block;
}

#top .mv {
  background: url(../../images/top/mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  #top .mv {
    padding-bottom: 7rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
#top .mv_text {
  width: 35vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    width: 100%;
    align-items: flex-start;
    padding-left: 3rem;
  }
}
#top .mv_text h2, #top .mv_text p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
#top .mv_text h2 {
  font-size: 3.2vw;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
#top .mv_text p {
  margin-top: 3rem;
  font-size: 1.8vw;
  text-align: center;
}
@media screen and (max-width: 574px) {
  #top .mv_text p {
    font-size: 2.4rem;
  }
}
#top .mv_slider {
  width: 65vw;
}
@media screen and (max-width: 574px) {
  #top .mv_slider {
    width: 100%;
  }
}
#top .mv_slider .slider_image {
  overflow: hidden;
}
#top .mv_slider .slider_image img {
  height: calc(100vh - 20rem);
  object-fit: cover;
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  #top .mv_slider .slider_image img {
    height: 60rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_slider .slider_image img {
    height: 50rem;
  }
}
#top .mv_slider .slider_image.slick-current img {
  transform: scale(1);
}
#top .mv_slider .slider-reset-state img {
  transition: none !important;
  transform: scale(1.1) !important;
}
#top .mv .scroll {
  position: absolute;
  right: 2rem;
  bottom: 4rem;
  width: 14rem;
}
@media screen and (max-width: 991px) {
  #top .mv .scroll {
    zoom: 0.8;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .scroll {
    bottom: 43rem;
  }
}
#top .mv .scroll .text {
  animation: rotateAnimation 12s linear infinite;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top .mv .scroll .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
}
#top .business {
  padding: 20rem 0 19rem;
}
@media screen and (max-width: 1199px) {
  #top .business {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 991px) {
  #top .business {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1700px) {
  #top .business .container {
    max-width: 1650px;
  }
}
#top .business .title {
  margin: 0 auto;
}
#top .business .row {
  margin-top: 12rem;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #top .business .row {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .business .row {
    gap: 3rem;
  }
}
#top .business .row.rev {
  margin-top: 14rem;
}
@media screen and (max-width: 1199px) {
  #top .business .row.rev {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .business .row.rev {
    flex-direction: column-reverse;
  }
}
#top .business .row.rev .business_text {
  margin-right: 3rem;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  #top .business .row.rev .business_text {
    margin: 0;
  }
}
#top .business_text {
  background: #ddecfd;
  padding: 4rem;
  margin-left: 3rem;
}
@media screen and (max-width: 991px) {
  #top .business_text {
    margin: 0;
    padding: 3rem;
  }
}
#top .business_text .h4_title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #0292f4;
}
#top .business_text .h4_title .en {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #0292f4;
  letter-spacing: 0.04rem;
  font-weight: 600;
}
#top .business_text .h4_title h4 {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
#top .business_text .more {
  margin-top: 4rem;
  margin-left: auto;
}
#top .business_lead {
  margin-top: 2rem;
  font-size: 1.8rem;
}
#top .works {
  padding: 16rem 0;
  background: url(../../images/top/works_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #top .works {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 991px) {
  #top .works {
    padding: 8rem 0;
  }
}
#top .works .title {
  margin: 0 auto;
}
#top .works_lead {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1199px) {
  #top .works_lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  #top .works_lead {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #top .works_lead {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .works_lead {
    font-size: 1.6rem;
  }
}
#top .works .more {
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  #top .works .more {
    margin-top: 3rem;
  }
}
#top .news {
  padding: 16rem 0;
  background: url(../../images/top/news_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #top .news {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .news_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#top .news_title .more {
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  #top .news_title .more {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .news_title .more {
    width: 20rem;
    padding: 0 2rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .news_text {
    margin-top: 4rem;
  }
}
#top .news_text li {
  padding: 0 3.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #ddecfd;
}
@media screen and (max-width: 574px) {
  #top .news_text li {
    padding: 0 1rem;
  }
}
#top .news_text li:first-of-type {
  border-top: 1px solid #ddecfd;
}
#top .news_text li .pdf {
  display: block;
  width: 3.4rem;
}
@media (min-width: 992px) {
  #top .news_text li a:hover {
    opacity: 0.7;
  }
}
#top .news_item {
  width: calc(100% - 6.4rem);
  display: block;
  padding: 3rem 0;
}
@media screen and (max-width: 574px) {
  #top .news_item {
    padding: 2rem 0;
  }
}
#top .news_item .date span {
  margin-left: 2rem;
  color: #0292f4;
}
#top .news_item h4 {
  margin-top: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#top .blog {
  padding: 16rem 0;
  background: url(../../images/top/blog_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #top .blog {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .blog {
    padding: 8rem 0;
  }
}
#top .blog_box {
  margin: 8rem -1.5rem 0;
}
@media screen and (max-width: 767px) {
  #top .blog_box {
    margin-top: 4rem;
  }
}
#top .blog .slick-prev:before, #top .blog .slick-next:before {
  display: none;
}
#top .blog .slick-prev, #top .blog .slick-next {
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 574px) {
  #top .blog .slick-prev, #top .blog .slick-next {
    width: 4rem;
    height: 4rem;
  }
}
#top .blog .slick-prev {
  left: -1.5rem;
  z-index: 1;
}
@media screen and (max-width: 574px) {
  #top .blog .slick-prev {
    left: 0.5rem;
  }
}
#top .blog .slick-next {
  right: -1.5rem;
}
@media screen and (max-width: 574px) {
  #top .blog .slick-next {
    right: 0.5rem;
  }
}
#top .blog_item {
  margin: 0 1.5rem;
}
@media (min-width: 992px) {
  #top .blog_item:hover .blog_image img {
    transform: scale(1.1);
  }
}
#top .blog_image {
  overflow: hidden;
  background: #fff;
}
#top .blog_image img {
  aspect-ratio: 47/30;
  object-fit: contain;
  transition: 0.5s;
}
#top .blog_text {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
  padding: 4rem;
}
@media screen and (max-width: 991px) {
  #top .blog_text {
    padding: 2rem;
  }
}
#top .blog_text_bg {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 24rem;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #top .blog_text_bg {
    width: 18rem;
  }
}
#top .blog_text .date span {
  margin-left: 2rem;
  color: #0292f4;
}
#top .blog_text h4 {
  margin-top: 2rem;
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991px) {
  #top .blog_text h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#top .blog .more {
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  #top .blog .more {
    margin-top: 4rem;
  }
}

.subhead {
  height: 45rem;
  padding: 8rem 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subhead_text {
  position: relative;
}
.subhead_text .en {
  color: rgba(2, 146, 244, 0.2);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 10rem;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .subhead_text .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 2.2rem;
    text-align: center;
  }
}
.subhead_text h2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    position: static;
    transform: translate(0);
    margin-top: 1.5rem;
    font-size: 5rem;
  }
}

#news .subhead {
  background: url(../../images/news/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .subhead.blog {
  background: url(../../images/blog/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .subhead.detail {
  background: url(../../images/detail/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .news {
  padding: 10rem 0;
}
#news .news_list {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  #news .news_list {
    padding-right: 0;
  }
}
#news .news_list .paging {
  text-align: center;
  margin-top: 4rem;
}
#news .news_list .paging span.current, #news .news_list .paging span.paging-text {
  margin: 0px 2px;
  color: #0292f4;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #0292f4;
  text-decoration: none;
}
#news .news_list .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (min-width: 992px) {
  #news .news_list .paging span.paging-text a:hover {
    background: #0292f4;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#news .news_list .paging span.current {
  background: #0292f4;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#news .news_text {
  margin-top: 4rem;
}
#news .news_text li {
  border-bottom: 1px solid #ddecfd;
}
#news .news_text li:first-of-type {
  border-top: 1px solid #ddecfd;
}
#news .news_text li a {
  transition: 0.3s;
}
@media (min-width: 992px) {
  #news .news_text li a:hover {
    background: #ddecfd;
  }
}
#news .news_item {
  padding: 3rem 3.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #news .news_item {
    padding: 2rem 1rem;
  }
}
#news .news_item .date .cate {
  margin-left: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background: #0292f4;
  color: #fff;
  border-radius: 5rem;
  font-size: 1.3rem;
}
#news .news_item .date .new {
  margin-left: 2rem;
  color: #0292f4;
}
#news .news_item h4 {
  margin-top: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
#news .news_image {
  width: 25%;
  background: #f2f8ff;
}
#news .news_image img {
  aspect-ratio: 4/3;
  object-fit: contain;
}
#news .news_lead {
  width: 75%;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #news .news .category {
    margin-top: 3rem;
  }
}
#news .news .category h4 {
  font-size: 2rem;
  padding: 1rem;
  background: #ddecfd;
  border-radius: 0.5rem;
}
#news .news .category ul {
  margin-top: 1.5rem;
}
#news .news .category ul li a {
  padding: 1.5rem;
  border-bottom: 2px dashed #ddecfd;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: 0.3s;
}
#news .news .category ul li a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  background: #0292f4;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
#news .news .category ul li a.active {
  color: #0292f4;
}
#news .news .category ul li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #news .news .category ul li a:hover {
    color: #0292f4;
  }
  #news .news .category ul li a:hover::before {
    opacity: 1;
  }
}
#news .news .article {
  margin-top: 3rem;
}
#news .news .article h4 {
  font-size: 2rem;
  padding: 1rem;
  background: #ddecfd;
  border-radius: 0.5rem;
}
#news .news .article ul {
  margin-top: 1.5rem;
}
#news .news .article ul li a {
  padding: 1.5rem;
  border-bottom: 2px dashed #ddecfd;
  transition: 0.3s;
  display: block;
}
@media (min-width: 992px) {
  #news .news .article ul li a:hover {
    color: #0292f4;
  }
}
#news .news .detail_title {
  margin-top: 3rem;
}
#news .news .detail_title .date .cate {
  margin-left: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background: #0292f4;
  color: #fff;
  border-radius: 5rem;
  font-size: 1.3rem;
}
#news .news .detail_title .date .new {
  margin-left: 2rem;
  color: #0292f4;
}
#news .news .detail_title h4 {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
#news .news .detail_slider {
  margin-top: 3rem;
}
#news .news .detail_slider .slick-prev:before, #news .news .detail_slider .slick-next:before {
  display: none;
}
#news .news .detail_slider .thumbnail.thumb-static {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#news .news .detail_slider .thumbnail.thumb-static .thumbnail-img {
  width: 16.6666666667%;
}
@media screen and (max-width: 991px) {
  #news .news .detail_slider .thumbnail.thumb-static .thumbnail-img {
    width: 25%;
  }
}
#news .news .detail_slider .thumbnail {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  background: #fbfdff;
}
#news .news .detail_slider .thumbnail .slick-prev, #news .news .detail_slider .thumbnail .slick-next {
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(39, 73, 97, 0.4);
}
#news .news .detail_slider .thumbnail .slick-prev i, #news .news .detail_slider .thumbnail .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#news .news .detail_slider .thumbnail .slick-prev {
  left: 0;
  z-index: 1;
}
#news .news .detail_slider .thumbnail .slick-next {
  right: 0;
}
#news .news .detail_slider .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0 0.5rem;
}
#news .news .detail_slider .thumbnail-img img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: contain;
}
#news .news .detail_slider .thumbnail.stop .slick-track {
  transform: unset !important;
}
#news .news .detail_slider .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#news .news .detail_slider .thumbnail-img.slick-current {
  opacity: 1;
}
#news .news .detail_slider .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: #fbfdff;
}
#news .news .detail_slider .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 2/1;
}
#news .news .detail_slider .slider2 .slick-prev, #news .news .detail_slider .slider2 .slick-next {
  height: 4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(39, 73, 97, 0.4);
}
#news .news .detail_slider .slider2 .slick-prev i, #news .news .detail_slider .slider2 .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#news .news .detail_slider .slider2 .slick-prev {
  left: 10px;
  z-index: 1;
}
#news .news .detail_slider .slider2 .slick-next {
  right: 10px;
}
#news .news .detail_text {
  margin-top: 3rem;
}
#news .news .detail .download {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
#news .news .detail .download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 2rem;
  background: #0292f4;
  color: #fff;
  border-radius: 0.5rem;
  border: 2px solid #0292f4;
  transition-duration: 0.3s;
  font-weight: bold;
}
@media (min-width: 992px) {
  #news .news .detail .download a:hover {
    background: #fff;
    color: #0292f4;
  }
}
#news .news .detail .download a.pdf {
  background: #da2e2e;
  border: 2px solid #da2e2e;
}
@media (min-width: 992px) {
  #news .news .detail .download a.pdf:hover {
    color: #da2e2e;
  }
}
#news .news .detail .download a.excel {
  background: #428140;
  border: 2px solid #428140;
}
@media (min-width: 992px) {
  #news .news .detail .download a.excel:hover {
    color: #428140;
  }
}
#news .news .detail .download a.word {
  background: #0c7dc8;
  border: 2px solid #0c7dc8;
}
@media (min-width: 992px) {
  #news .news .detail .download a.word:hover {
    color: #0c7dc8;
  }
}
#news .news .detail .back {
  margin-top: 6rem;
}
#news .news .detail .back .more {
  width: 20rem;
}
@media (min-width: 992px) {
  #news .news .detail .back .more:hover {
    border: 1px solid rgba(40, 40, 40, 0.7);
  }
}

#business .subhead {
  background: url(../../images/business/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1500px) {
  #business .container {
    max-width: 1230px;
  }
}
#business .business {
  padding: 10rem 0;
}
#business .business:nth-of-type(2) {
  background: url(../../images/top/blog_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#business .business_main {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #business .business_main img {
    height: 30rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 574px) {
  #business .business_main img {
    height: 25rem;
  }
}
#business .business_text {
  margin-top: 3rem;
  font-size: 1.8rem;
}
#business .business ul {
  margin-top: 3rem;
}
#business .business ul li {
  display: flex;
}
#business .business ul li p {
  padding: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #business .business ul li p {
    font-size: 1.6rem;
  }
}
#business .business ul li .ttl {
  border-bottom: 1px solid #0292f4;
  color: #0292f4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  width: 15rem;
}
@media screen and (max-width: 574px) {
  #business .business ul li .ttl {
    width: 11rem;
  }
}
#business .business ul li .text {
  border-bottom: 1px solid #c3c3c3;
  width: calc(100% - 15rem);
}
@media screen and (max-width: 574px) {
  #business .business ul li .text {
    width: calc(100% - 11rem);
  }
}
#business .business_lead {
  margin-top: 3rem;
  line-height: 1.8;
}
#business .business .row {
  margin-top: 3rem;
  gap: 3rem 0;
}
#business .business_image .cap {
  margin-top: 1rem;
  text-align: center;
}
#business .facility {
  padding: 10rem 0;
}
#business .facility .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#business .facility_item h4 {
  margin-top: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#business .facility_item h4::before {
  content: "";
  width: 2rem;
  height: 5px;
  background: #0292f4;
  border-radius: 3rem;
  display: block;
}
#business .facility_item p {
  margin-top: 1.5rem;
  line-height: 1.8;
}

#works .subhead {
  background: url(../../images/works/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#works .works {
  padding: 10rem 0;
}
#works .works:nth-of-type(even) {
  background: url(../../images/top/blog_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#works .works .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#works .works .row table {
  width: 100%;
}
#works .works .row table th {
  background: #0292f4;
  color: #fff;
  border-right: #fff 1px solid;
  border-left: #0292f4 1px solid;
}
#works .works .row table th:last-of-type {
  border-right: #0292f4 1px solid;
}
#works .works .row table td {
  border-bottom: #0292f4 1px solid;
  border-right: #0292f4 1px solid;
  border-left: #0292f4 1px solid;
  background: #fff;
}
#works .works .row table td:first-of-type {
  white-space: nowrap;
}
#works .works .row table th, #works .works .row table td {
  padding: 15px;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company section {
  padding: 10rem 0;
}
#company section:nth-of-type(even) {
  background: #ddecfd;
}
#company .message {
  position: relative;
  z-index: 0;
}
#company .message_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60rem;
  max-width: 100%;
  padding: 0 3rem;
  z-index: -1;
  opacity: 0.3;
}
#company .message_box {
  text-align: center;
}
#company .message_box h3 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 991px) {
  #company .message_box h3 {
    font-size: 2.3rem;
  }
}
#company .message_text {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px) {
  #company .message_text {
    text-align: left;
  }
}
#company .message .name {
  margin-top: 2rem;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
#company .outline .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#company .outline_table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #company .outline_table table {
    border: 1px solid #0292f4;
  }
}
#company .outline_table table th {
  background: #0292f4;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .outline_table table tr:first-of-type td {
  border-top: #0292f4 1px solid;
}
#company .outline_table table tr:first-of-type th {
  border-top: #0292f4 1px solid;
}
#company .outline_table table tr:last-of-type th {
  border-color: #0292f4;
}
#company .outline_table table td {
  border-bottom: #0292f4 1px solid;
  border-right: #0292f4 1px solid;
  width: 75%;
  background: #fff;
}
#company .outline_table table th, #company .outline_table table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company .outline_table table th, #company .outline_table table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .gallery_box {
  margin-top: 4rem;
}
#company .gallery_box h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#company .gallery_box h4::before {
  content: "";
  width: 2rem;
  height: 5px;
  background: #0292f4;
  border-radius: 3rem;
  display: block;
}
#company .gallery_box .slide2 {
  margin-top: 3rem;
}
#company .gallery_box .slide2 .images {
  padding: 0 0.25rem;
}
#company .access iframe {
  margin-top: 4rem;
  width: 100%;
  height: 50rem;
  display: block;
}