@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: #000;
  letter-spacing: 0.07rem;
  padding-top: 10rem;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

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

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

@media 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: 1199px) {
  .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;
  }
  .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: #194f99;
    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);
    }
  }
}
@media screen and (min-width: 1500px) {
  .container, .container-xl {
    max-width: 1320px;
  }
}
@media screen and (max-width: 767px) {
  .container, .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  background: #194f99;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.064rem;
  line-height: 1;
  color: #fff;
}
@media (hover: hover) {
  .more:hover {
    background: rgb(19.2696629213, 60.8921348315, 117.9303370787);
  }
}
.more i {
  font-size: 1.2rem;
}
.more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 44px;
  transform: translateY(-50%);
}
.more.white {
  background: #fff;
  color: #194f99;
}
@media (hover: hover) {
  .more.white:hover {
    background: rgb(239.7, 239.7, 239.7);
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4.8rem;
  background: #194f99;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  letter-spacing: 0.096rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pill {
    padding: 1rem 3.2rem;
    font-size: 1.8rem;
  }
}
.pill.skyblue {
  background: #01b0ff;
}
.pill.white {
  background: #fff;
  color: #194f99;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding-left: 2.4rem;
  background: #fff;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.06);
  transition-duration: 0.3s;
}
@media screen and (max-width: 1199px) {
  .header {
    height: 7rem;
    padding: 0 2rem;
  }
}
.header_logo a {
  display: block;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .header_logo a:hover {
    opacity: 0.7;
  }
}
.header_logo img {
  display: block;
  height: 9.3rem;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .header_logo img {
    height: 5.6rem;
  }
}
.header_right {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .header_right {
    gap: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header_nav {
    position: fixed;
    top: 7rem;
    right: 0;
    max-width: 40rem;
    width: 100%;
    height: calc(100vh - 7rem);
    height: calc(100svh - 7rem);
    padding-bottom: 4rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #194f99;
    transform: translateX(100%);
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 1199px) {
  .header_nav.open {
    transform: translateX(0);
  }
  .header_nav.open > ul > li {
    opacity: 1;
    transform: none;
  }
  .header_nav.open > ul > li:nth-child(1) {
    transition-delay: 0.06s;
  }
  .header_nav.open > ul > li:nth-child(2) {
    transition-delay: 0.12s;
  }
  .header_nav.open > ul > li:nth-child(3) {
    transition-delay: 0.18s;
  }
  .header_nav.open > ul > li:nth-child(4) {
    transition-delay: 0.24s;
  }
  .header_nav.open > ul > li:nth-child(5) {
    transition-delay: 0.3s;
  }
}
.header_nav > ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header_nav > ul {
    flex-direction: column;
    align-items: stretch;
    padding: 2rem 0 0;
  }
}
.header_nav > ul > li {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header_nav > ul > li {
    opacity: 0;
    transform: translateY(1.2rem);
    transition-property: opacity, transform;
    transition-duration: 0.45s;
  }
}
.header_nav > ul > li:not(:last-child) {
  padding-right: 1.6rem;
  border-right: 0.1rem solid #325b8d;
}
@media screen and (max-width: 1199px) {
  .header_nav > ul > li:not(:last-child) {
    padding-right: 0;
    border-right: none;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.18);
  }
}
.header_nav > ul > li:not(:first-child) {
  padding-left: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .header_nav > ul > li:not(:first-child) {
    padding-left: 0;
  }
}
.header_nav > ul > li > a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #325b8d;
}
@media (hover: hover) {
  .header_nav > ul > li > a:hover {
    color: #194f99;
  }
}
.header_nav > ul > li > a.active {
  color: #194f99;
}
@media screen and (max-width: 1199px) {
  .header_nav > ul > li > a {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 2rem 2.4rem;
    font-family: "Noto Serif JP", serif;
    font-size: 1.7rem;
    color: #fff;
  }
  .header_nav > ul > li > a::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    background: #01b0ff;
  }
}
@media screen and (max-width: 1199px) and (hover: hover) {
  .header_nav > ul > li > a:hover {
    color: #01b0ff;
  }
}
@media screen and (max-width: 1199px) {
  .header_nav > ul > li > a.active {
    color: #01b0ff;
  }
}
.header_nav-foot {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header_nav-foot {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 40rem;
    max-width: 100%;
    margin-top: 3.2rem;
    padding: 0 2.4rem;
  }
}
.header_nav-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  min-height: 44px;
  padding: 1.2rem 2rem;
  border: 0.1rem solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
}
.header_nav-tel i {
  font-size: 1.8rem;
}
.header_nav-tel span {
  font-size: 2rem;
}
.header_nav-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 44px;
  padding: 1.2rem 2rem;
  background: #01b0ff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .header_nav-lang:hover {
    background: rgb(0, 148.2677165354, 215.2);
    color: #fff;
  }
}
.header_nav-lang i {
  font-size: 1.8rem;
}
@media (hover: hover) {
  .header_nav-has-child:hover .nav_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (hover: hover) and (max-width: 1199px) {
  .header_nav-has-child:hover .nav_dropdown {
    transform: none;
  }
}
.header_side {
  display: flex;
  flex-direction: column;
  width: 20rem;
  height: 10rem;
}
@media screen and (max-width: 1199px) {
  .header_side {
    display: none;
  }
}
.header_side-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
}
.header_side-item.tel {
  background: #18519e;
  font-size: 1.8rem;
}
.header_side-item.tel i {
  font-size: 1.7rem;
}
.header_side-item.lang {
  background: #01b0ff;
  font-size: 2.2rem;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .header_side-item.lang:hover {
    background: rgb(0, 148.2677165354, 215.2);
    color: #fff;
  }
}
.header_side-item.lang i {
  font-size: 2rem;
}
.header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
.header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #194f99;
  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;
  }
}

.nav_dropdown {
  position: absolute;
  top: 100%;
  left: 1.6rem;
  transform: translateY(-0.5rem);
  width: 26rem;
  padding: 0.8rem 0;
  background: #194f99;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.25s;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .nav_dropdown {
    position: static;
    transform: none;
    width: auto;
    padding: 0 0 1.6rem 4.6rem;
    background: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
}
.nav_dropdown li {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1199px) {
  .nav_dropdown li {
    border-top: none;
  }
}
.nav_dropdown li:first-child {
  border-top: none;
}
.nav_dropdown a {
  display: block;
  padding: 1.2rem 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media (hover: hover) {
  .nav_dropdown a:hover {
    color: #01b0ff;
  }
}
@media screen and (max-width: 1199px) {
  .nav_dropdown a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.82);
    white-space: normal;
  }
  .nav_dropdown a::before {
    content: "";
    width: 0.8rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1199px) and (hover: hover) {
  .nav_dropdown a:hover {
    color: #fff;
  }
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 12rem 1rem;
  text-align: center;
  background: url(../../images/top/machine_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 6rem 1rem;
  }
}
.contact_bg-overlay {
  position: absolute;
  inset: 0;
  background: #2c5388;
  mix-blend-mode: multiply;
}
.contact_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .contact_inner {
    gap: 4rem;
  }
}
.contact_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.contact_en {
  font-family: "Noto Serif JP", serif;
  font-size: 8.8rem;
  line-height: 1;
  letter-spacing: 0.352rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_en {
    font-size: 5.2rem;
  }
}
.contact_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  color: #fff;
}
.contact_label {
  font-size: 1.6rem;
  letter-spacing: 0.064rem;
}
.contact_tel {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 5rem;
  padding: 1rem 3.2rem;
  border: 0.1rem solid #fff;
}
.contact_tel i {
  font-size: 2rem;
}
.contact_tel span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
}

.footer {
  background: #fff;
}
.footer_inner {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 5rem 0;
  }
}
.footer_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 3.3rem;
  row-gap: 4rem;
}
@media screen and (max-width: 991px) {
  .footer_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer_logo {
    margin: 0 auto;
  }
}
.footer_logo img {
  display: block;
  width: 35.4rem;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .footer_logo img {
    margin: 0 auto;
  }
}
.footer_address {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 574px) {
  .footer_address {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer_address a:hover {
    color: #194f99;
  }
}
.footer_nav {
  display: flex;
  gap: 3.3rem;
}
@media screen and (max-width: 991px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav-col {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #000;
}
.footer_nav-col > li:not(:first-child) {
  margin-top: 2.4rem;
}
@media (hover: hover) {
  .footer_nav-col > li a:hover {
    color: #194f99;
  }
}
.footer_nav-col > li a.active {
  color: #194f99;
}
.footer_nav-child {
  margin-top: 2.4rem;
}
.footer_nav-child li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
}
.footer_nav-child li:not(:first-child) {
  margin-top: 1.6rem;
}
.footer_nav-child li::before {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background: #2b2b2b;
}
@media (hover: hover) {
  .footer_nav-child li a:hover {
    color: #194f99;
  }
}
.footer_bottom {
  padding-bottom: 4.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}

#top .mv {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 10rem);
  height: calc(100svh - 10rem);
}
@media screen and (max-width: 1199px) {
  #top .mv {
    height: calc(100vh - 7rem);
    height: calc(100svh - 7rem);
  }
}
@media screen and (max-width: 574px) {
  #top .mv {
    height: 50svh;
    min-height: 56rem;
  }
}
#top .mv .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top .mv .slider_image {
  height: 100%;
}
#top .mv .slider_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .mv .slider .slick-list,
#top .mv .slider .slick-track {
  height: 100%;
}
#top .mv .slider .slick-slide {
  height: 100%;
}
#top .mv .slider .slick-slide > div {
  height: 100%;
}
#top .mv .container {
  position: relative;
  z-index: 1;
}
#top .mv_catch {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1.2rem #000;
}
@media screen and (max-width: 1400px) {
  #top .mv_catch {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_catch {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_catch {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_catch {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_catch {
    font-size: 2.2rem;
  }
}
#top .about {
  position: relative;
  padding: 12rem 0 0;
}
@media screen and (max-width: 991px) {
  #top .about {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 6rem 0 0;
  }
}
#top .about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 12.7rem);
  object-fit: cover;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  #top .about_bg {
    height: calc(100% - 9rem);
  }
}
@media screen and (max-width: 767px) {
  #top .about_bg {
    height: calc(100% - 6rem);
  }
}
#top .about .container {
  position: relative;
  z-index: 1;
}
#top .about_body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top .about_body {
    gap: 2.4rem;
  }
}
#top .about_head {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top .about_head {
    gap: 1.6rem;
  }
}
#top .about_en {
  font-family: "Noto Serif JP", serif;
  font-size: 9.6rem;
  line-height: 1;
  color: #194f99;
}
@media screen and (max-width: 991px) {
  #top .about_en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_en {
    font-size: 3.6rem;
  }
}
#top .about_sub {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #01b0ff;
}
@media screen and (max-width: 991px) {
  #top .about_sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_sub {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #top .about_sub br {
    display: none;
  }
}
#top .about_text {
  font-size: 1.7rem;
  line-height: 2.4;
}
@media screen and (max-width: 991px) {
  #top .about_text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#top .about_photos {
  display: flex;
  gap: 2.4rem;
  width: 118.3rem;
  max-width: 100%;
  margin-top: 7.5rem;
}
@media screen and (max-width: 991px) {
  #top .about_photos {
    gap: 1.6rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_photos {
    gap: 1.2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_photos {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#top .about_photos li {
  flex: 1;
  aspect-ratio: 378/292;
}
#top .about_photos li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .strengths {
  position: relative;
  margin-top: -12.7rem;
  padding-bottom: 19.8rem;
}
@media screen and (max-width: 991px) {
  #top .strengths {
    margin-top: -9rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths {
    margin-top: -6rem;
    padding-bottom: 8rem;
  }
}
#top .strengths_band {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35.3rem;
  background: #194f99;
}
@media screen and (max-width: 991px) {
  #top .strengths_band {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_band {
    height: 12rem;
  }
}
#top .strengths_bg {
  position: absolute;
  top: 28.4rem;
  right: 0;
  bottom: 12rem;
  background: #01b0ff;
  mix-blend-mode: multiply;
  left: calc(2rem + -9.6rem);
}
@media screen and (min-width: 576px) {
  #top .strengths_bg {
    left: calc((100% - 540px) / 2 + 2rem + -9.6rem);
  }
}
@media screen and (min-width: 768px) {
  #top .strengths_bg {
    left: calc((100% - 720px) / 2 + 12px + -9.6rem);
  }
}
@media screen and (min-width: 992px) {
  #top .strengths_bg {
    left: calc((100% - 960px) / 2 + 12px + -9.6rem);
  }
}
@media screen and (min-width: 1200px) {
  #top .strengths_bg {
    left: calc((100% - 1140px) / 2 + 12px + -9.6rem);
  }
}
@media screen and (min-width: 1400px) {
  #top .strengths_bg {
    left: calc((100% - 1320px) / 2 + 12px + -9.6rem);
  }
}
@media screen and (max-width: 1199px) {
  #top .strengths_bg {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  #top .strengths_bg {
    top: 20rem;
    bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_bg {
    top: 12rem;
    bottom: 4rem;
  }
}
#top .strengths .container {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 19.9rem 0 0;
}
@media screen and (max-width: 991px) {
  #top .strengths .container {
    padding-top: 23rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths .container {
    padding-top: 15rem;
  }
}
#top .strengths_en {
  position: absolute;
  top: 43.8rem;
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-100%);
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.792rem;
  white-space: nowrap;
  color: #fff;
  left: calc(2rem + 0rem);
}
@media screen and (min-width: 576px) {
  #top .strengths_en {
    left: calc((100% - 540px) / 2 + 2rem + 0rem);
  }
}
@media screen and (min-width: 768px) {
  #top .strengths_en {
    left: calc((100% - 720px) / 2 + 12px + 0rem);
  }
}
@media screen and (min-width: 992px) {
  #top .strengths_en {
    left: calc((100% - 960px) / 2 + 12px + 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #top .strengths_en {
    left: calc((100% - 1140px) / 2 + 12px + 0rem);
  }
}
@media screen and (min-width: 1400px) {
  #top .strengths_en {
    left: calc((100% - 1320px) / 2 + 12px + 0rem);
  }
}
@media screen and (max-width: 1199px) {
  #top .strengths_en {
    top: 40rem;
    font-size: 5.6rem;
    letter-spacing: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  #top .strengths_en {
    position: static;
    transform: none;
    margin-left: 3.2rem;
    font-size: 4.8rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_en {
    margin-left: 2rem;
    font-size: 3.2rem;
    letter-spacing: 0.35rem;
  }
}
#top .strengths_card {
  position: relative;
  z-index: 1;
  padding: 10rem 0 10rem 11rem;
  background: #fff;
  margin-left: calc(2rem + 11rem);
}
@media screen and (min-width: 576px) {
  #top .strengths_card {
    margin-left: calc((100% - 540px) / 2 + 2rem + 11rem);
  }
}
@media screen and (min-width: 768px) {
  #top .strengths_card {
    margin-left: calc((100% - 720px) / 2 + 12px + 11rem);
  }
}
@media screen and (min-width: 992px) {
  #top .strengths_card {
    margin-left: calc((100% - 960px) / 2 + 12px + 11rem);
  }
}
@media screen and (min-width: 1200px) {
  #top .strengths_card {
    margin-left: calc((100% - 1140px) / 2 + 12px + 11rem);
  }
}
@media screen and (min-width: 1400px) {
  #top .strengths_card {
    margin-left: calc((100% - 1320px) / 2 + 12px + 11rem);
  }
}
@media screen and (max-width: 1199px) {
  #top .strengths_card {
    padding: 8rem 0 8rem 6rem;
  }
}
@media screen and (max-width: 991px) {
  #top .strengths_card {
    margin: 3.2rem 3.2rem 0;
    padding: 6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_card {
    margin: 2.4rem 2rem 0;
    padding: 4rem 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .strengths_card {
    padding: 3.2rem 2rem;
  }
}
#top .strengths_card-inner {
  width: 107.6rem;
  max-width: 100%;
}
#top .strengths_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  color: #156edd;
}
@media screen and (max-width: 991px) {
  #top .strengths_heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_heading {
    font-size: 3.2rem;
  }
}
#top .strengths_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #top .strengths_list {
    gap: 2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_list {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
}
#top .strengths_item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 2.4rem;
  background: #fff;
  border-top: 0.4rem solid #01b0ff;
  filter: drop-shadow(0 0.2rem 0.35rem rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  #top .strengths_item {
    gap: 2rem;
    padding: 2.8rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .strengths_item {
    gap: 1.6rem;
  }
}
#top .strengths_item-head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  #top .strengths_item-head {
    gap: 1.2rem;
  }
}
#top .strengths_item-tag {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#top .strengths_item-tag::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  background: #01b0ff;
}
#top .strengths_item-num {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  color: #2b2b2b;
}
@media screen and (max-width: 991px) {
  #top .strengths_item-num {
    font-size: 2.4rem;
  }
}
#top .strengths_item-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06rem;
  color: #325b8d;
}
@media screen and (max-width: 991px) {
  #top .strengths_item-catch {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
#top .strengths_item-line {
  height: 0.1rem;
  background: #e6e6e6;
}
#top .strengths_item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #194f99;
}
@media screen and (max-width: 991px) {
  #top .strengths_item-title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
#top .strengths_item-text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 991px) {
  #top .strengths_item-text {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}
#top .technology {
  position: relative;
  overflow: hidden;
  padding: 12rem 1rem;
  background: url(../../images/top/technology_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  #top .technology {
    padding: 8rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology {
    padding: 6rem 1rem;
  }
}
#top .technology_bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(61, 168, 255, 0.5);
}
#top .technology_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.2rem;
}
@media screen and (max-width: 991px) {
  #top .technology_inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_inner {
    gap: 4rem;
  }
}
#top .technology_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top .technology_head {
    gap: 2.4rem;
  }
}
#top .technology_en {
  font-family: "Noto Serif JP", serif;
  font-size: 8.8rem;
  line-height: 1;
  letter-spacing: 0.352rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .technology_en {
    font-size: 6.4rem;
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_en {
    font-size: 4.8rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .technology_en {
    font-size: 3.8rem;
    letter-spacing: 0.15rem;
  }
}
#top .technology_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6rem;
  max-width: 107.8rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #top .technology_list {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_list {
    grid-template-columns: 1fr;
  }
}
#top .technology_item {
  display: flex;
  background: #194f99;
}
#top .technology_item-link {
  display: block;
  width: 100%;
  color: #fff;
}
@media (hover: hover) {
  #top .technology_item-link:hover span {
    background: #fff;
    color: #194f99;
  }
}
#top .technology_item-head {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  height: 28.5rem;
  background: #1997bf;
}
@media screen and (max-width: 991px) {
  #top .technology_item-head {
    gap: 2rem;
    height: 22rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_item-head {
    height: 20rem;
  }
}
#top .technology_item-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
#top .technology_item-en {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.32rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .technology_item-en {
    font-size: 4.8rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_item-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .technology_item-en {
    font-size: 4.4rem;
  }
}
#top .technology_item-tag {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.128rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .technology_item-tag {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_item-tag {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .technology_item-tag {
    font-size: 2rem;
  }
}
#top .technology_item-btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
  color: #fff;
  transition-duration: 0.2s;
}
@media screen and (max-width: 991px) {
  #top .technology_item-btn {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
#top .technology_item-text {
  padding: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.064rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .technology_item-text {
    padding: 2.4rem 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .technology_item-text {
    padding: 2.4rem;
  }
}
#top .company {
  position: relative;
  padding: 12rem 0 21.6rem;
}
@media screen and (max-width: 991px) {
  #top .company {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .company {
    padding: 6rem 0;
  }
}
#top .company .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
#top .company_band {
  position: absolute;
  top: calc(50% + 1.7rem);
  left: 0;
  right: 0;
  bottom: -9.6rem;
  background: #194f99;
}
@media screen and (max-width: 991px) {
  #top .company_band {
    display: none;
  }
}
#top .company_inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.1rem;
  padding-left: calc(2rem + 0rem);
}
@media screen and (min-width: 576px) {
  #top .company_inner {
    padding-left: calc((100% - 540px) / 2 + 2rem + 0rem);
  }
}
@media screen and (min-width: 768px) {
  #top .company_inner {
    padding-left: calc((100% - 720px) / 2 + 12px + 0rem);
  }
}
@media screen and (min-width: 992px) {
  #top .company_inner {
    padding-left: calc((100% - 960px) / 2 + 12px + 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #top .company_inner {
    padding-left: calc((100% - 1140px) / 2 + 12px + 0rem);
  }
}
@media screen and (min-width: 1400px) {
  #top .company_inner {
    padding-left: calc((100% - 1320px) / 2 + 12px + 0rem);
  }
}
@media screen and (max-width: 991px) {
  #top .company_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-left: 0;
  }
}
#top .company_text {
  position: relative;
  flex: 0 0 63.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6.4rem;
}
@media screen and (max-width: 1199px) {
  #top .company_text {
    flex: 0 0 52rem;
    gap: 4.8rem;
  }
}
@media screen and (max-width: 991px) {
  #top .company_text {
    flex: none;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }
}
#top .company_head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3.2rem;
}
@media screen and (max-width: 991px) {
  #top .company_head {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    padding: 5rem 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .company_head {
    gap: 2.4rem;
    padding: 4rem 2rem 0;
  }
}
#top .company_en {
  font-family: "Noto Serif JP", serif;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0.32rem;
  text-align: right;
  color: #194f99;
}
@media screen and (max-width: 1199px) {
  #top .company_en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .company_en {
    font-size: 5.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #top .company_en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .company_en {
    font-size: 3.4rem;
  }
}
#top .company_list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #top .company_list {
    margin-top: -2rem;
    padding: 6rem 3.2rem;
    background: #194f99;
  }
}
@media screen and (max-width: 767px) {
  #top .company_list {
    padding: 5rem 2rem;
  }
}
#top .company_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 2.4rem;
  background: #fff;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  #top .company_item {
    gap: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .company_item {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .company_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
#top .company_item-name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.088rem;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #top .company_item-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .company_item-name {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
#top .company_photo {
  position: relative;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  #top .company_photo {
    order: -1;
    flex: none;
  }
}
#top .company_photo img {
  display: block;
  width: 100%;
  height: auto;
}
#top .contact {
  position: relative;
  overflow: hidden;
  padding: 12rem 1rem;
  text-align: center;
  background: url(../../images/top/machine_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  #top .contact {
    padding: 8rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  #top .contact {
    padding: 6rem 1rem;
  }
}
#top .contact_bg-overlay {
  position: absolute;
  inset: 0;
  background: #2c5388;
  mix-blend-mode: multiply;
}
#top .contact_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.6rem;
}
@media screen and (max-width: 991px) {
  #top .contact_inner {
    gap: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .contact_inner {
    gap: 3.6rem;
  }
}
#top .contact_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top .contact_head {
    gap: 2.4rem;
  }
}
#top .contact_en {
  font-family: "Noto Serif JP", serif;
  font-size: 8.8rem;
  line-height: 1;
  letter-spacing: 0.352rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .contact_en {
    font-size: 6.4rem;
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  #top .contact_en {
    font-size: 4.8rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .contact_en {
    font-size: 3.8rem;
  }
}
#top .contact_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .contact_phone {
    gap: 2.4rem;
  }
}
#top .contact_label {
  font-size: 1.6rem;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  #top .contact_label {
    font-size: 1.5rem;
  }
}
#top .contact_tel {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 5rem;
  padding: 1rem 3.2rem;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  #top .contact_tel {
    gap: 1.2rem;
    height: 4.6rem;
    padding: 1rem 2.4rem;
  }
}
#top .contact_tel i {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top .contact_tel i {
    font-size: 1.7rem;
  }
}
#top .contact_tel span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #top .contact_tel span {
    font-size: 2rem;
  }
}

.page_head {
  position: relative;
  overflow: hidden;
  height: 38rem;
}
@media screen and (max-width: 1199px) {
  .page_head {
    height: 32rem;
  }
}
@media screen and (max-width: 991px) {
  .page_head {
    height: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .page_head {
    height: 20rem;
  }
}
@media screen and (max-width: 574px) {
  .page_head {
    height: 17rem;
  }
}
.page_head-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_head-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0));
}
.page_head .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.page_head-inner {
  display: flex;
  align-items: flex-end;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .page_head-inner {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .page_head-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
.page_head-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.48rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .page_head-title {
    font-size: 3.6rem;
    letter-spacing: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .page_head-title {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 574px) {
  .page_head-title {
    font-size: 2.4rem;
  }
}
.page_head-en {
  padding-bottom: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.28rem;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .page_head-en {
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}

.sec_band {
  padding: 7rem 0 3.6rem;
  background: url(../../images/common/band_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  .sec_band {
    padding: 5.6rem 0 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_band {
    padding: 4rem 0 2.8rem;
  }
}
.sec_band-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
  padding: 2.4rem 6rem;
  border-top: 1.2rem solid #01b0ff;
  background: rgba(44, 83, 136, 0.78);
}
@media screen and (max-width: 991px) {
  .sec_band-box {
    min-height: 13rem;
    padding: 2rem 4rem;
    border-top-width: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_band-box {
    min-height: 8.4rem;
    padding: 1.6rem 2.4rem;
    border-top-width: 0.8rem;
  }
}
.sec_band-no {
  position: absolute;
  left: 4.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 991px) {
  .sec_band-no {
    left: 2.4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_band-no {
    left: 1.6rem;
    font-size: 1.6rem;
  }
}
.sec_band-en {
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .sec_band-en {
    font-size: 5rem;
    letter-spacing: 0.45rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_band-en {
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_band-en {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 574px) {
  .sec_band-en {
    letter-spacing: 0.12rem;
  }
}
.sec_band-label {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: -2.4rem auto 0;
  padding: 1.3rem 5.6rem;
  background: #0b2759;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.12rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_band-label {
    margin-top: -1.8rem;
    padding: 0.9rem 3.2rem;
    font-size: 1.3rem;
  }
}

.sec_head {
  margin-top: 7.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e6e6e6;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16rem;
  text-align: center;
  color: #194f99;
}
@media screen and (max-width: 1199px) {
  .sec_head {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_head {
    margin-top: 5.6rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_head {
    margin-top: 4rem;
    padding-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 574px) {
  .sec_head {
    font-size: 1.8rem;
  }
}
.sec_head.sub {
  margin-top: 8.8rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 991px) {
  .sec_head.sub {
    margin-top: 6.4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_head.sub {
    margin-top: 4.8rem;
    font-size: 1.8rem;
  }
}
.sec_head-en {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.12rem;
  text-align: center;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  .sec_head-en {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
  }
}

.cat_head {
  margin-top: 8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.6rem;
  text-align: center;
  color: #194f99;
}
@media screen and (max-width: 991px) {
  .cat_head {
    margin-top: 6.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cat_head {
    margin-top: 4.8rem;
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
  }
}
.cat_head.first {
  margin-top: 0;
}

.blue_band {
  margin-top: 5.6rem;
  padding: 6.4rem 0;
  background: #194f99;
  background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.07) 0 6%, rgba(255, 255, 255, 0) 6% 18%, rgba(255, 255, 255, 0.05) 18% 22%, rgba(255, 255, 255, 0) 22% 46%, rgba(255, 255, 255, 0.06) 46% 54%, rgba(255, 255, 255, 0) 54% 74%, rgba(255, 255, 255, 0.04) 74% 80%, rgba(255, 255, 255, 0) 80%);
}
@media screen and (max-width: 991px) {
  .blue_band {
    margin-top: 4.4rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .blue_band {
    margin-top: 3.2rem;
    padding: 3.6rem 0;
  }
}

.navy_band {
  margin-top: 5.6rem;
  padding: 6.4rem 0;
  background: #16457d;
}
@media screen and (max-width: 991px) {
  .navy_band {
    margin-top: 4.4rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .navy_band {
    margin-top: 3.2rem;
    padding: 3.6rem 0;
  }
}

.lead_visual .fig_box {
  position: relative;
  z-index: 1;
  margin-bottom: -25.6rem;
}
@media screen and (max-width: 1199px) {
  .lead_visual .fig_box {
    margin-bottom: -20rem;
  }
}
@media screen and (max-width: 991px) {
  .lead_visual .fig_box {
    margin-bottom: -12rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_visual .fig_box {
    margin-bottom: -6rem;
  }
}
.lead_visual .fig_box img {
  width: 100%;
  aspect-ratio: 1130/487;
  object-fit: cover;
  object-position: center 40%;
}
@media screen and (max-width: 767px) {
  .lead_visual .fig_box img {
    aspect-ratio: 16/9;
  }
}
.lead_visual .blue_band,
.lead_visual .navy_band {
  margin-top: 0;
  padding: 29.6rem 0 11.2rem;
}
@media screen and (max-width: 1199px) {
  .lead_visual .blue_band,
  .lead_visual .navy_band {
    padding: 24rem 0 8rem;
  }
}
@media screen and (max-width: 991px) {
  .lead_visual .blue_band,
  .lead_visual .navy_band {
    padding: 16rem 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_visual .blue_band,
  .lead_visual .navy_band {
    padding: 9.6rem 0 4rem;
  }
}
.lead_visual .bottom_text {
  max-width: 100%;
  margin-top: 0;
}

.dark_band {
  position: relative;
  padding: 5.6rem 0 6.4rem;
  background: url(../../images/common/dark_band_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  .dark_band {
    padding: 4.8rem 0 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .dark_band {
    padding: 3.6rem 0 4rem;
  }
}
.dark_band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(63, 92, 104, 0.88);
}
.dark_band .container {
  position: relative;
}

.gray_box {
  margin-top: 4rem;
  padding: 4.8rem 5.6rem;
  background: #eee;
}
@media screen and (max-width: 991px) {
  .gray_box {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .gray_box {
    margin-top: 2.8rem;
    padding: 2.4rem 2rem;
  }
}
.gray_box .bottom_text {
  margin-top: 0;
  color: #16457d;
}

.white_box {
  margin-top: 3.2rem;
  padding: 3.2rem 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .white_box {
    margin-top: 2.4rem;
    padding: 2rem 1.6rem;
  }
}

.head_box {
  margin-top: 3.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .head_box {
    margin-top: 2.4rem;
  }
}
.head_box_bar {
  width: 44%;
  margin: 0 auto;
  padding: 1.4rem 2rem;
  background: #16457d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .head_box_bar {
    width: 60%;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .head_box_bar {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.16rem;
  }
}
.head_box_body {
  padding: 3.2rem 6.4rem 4.8rem;
}
@media screen and (max-width: 991px) {
  .head_box_body {
    padding: 2.8rem 3.2rem 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .head_box_body {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.bottom_section {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .bottom_section {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom_section {
    padding: 5rem 0;
  }
}

.bottom_text {
  max-width: 104rem;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 991px) {
  .bottom_text {
    margin-top: 2.8rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .bottom_text {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.bottom_text.center {
  margin-left: auto;
  margin-right: auto;
}
.bottom_text.white {
  color: #fff;
}

.fig_box {
  margin-top: 5.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fig_box {
    margin-top: 3.6rem;
  }
}
.fig_box img {
  width: auto;
  max-width: 100%;
}
.fig_box.narrow img {
  width: 100%;
  max-width: 62rem;
}

.photo_grid {
  display: grid;
  gap: 2.4rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 991px) {
  .photo_grid {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .photo_grid {
    gap: 1.6rem;
    margin-top: 3.6rem;
  }
}
.photo_grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 574px) {
  .photo_grid.col2 {
    grid-template-columns: 1fr;
  }
}
.photo_grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 574px) {
  .photo_grid.col3 {
    grid-template-columns: 1fr;
  }
}
.photo_grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .photo_grid.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.photo_grid li img {
  display: block;
  width: 100%;
}

.scroll_note {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll_note {
    display: block;
    margin-top: 2.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: right;
    color: #325b8d;
  }
}
.scroll_note i {
  margin-right: 0.4rem;
}

.table_wrap {
  margin-top: 3.2rem;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table_wrap {
    margin-top: 2.4rem;
  }
}

.table_basic {
  width: 100%;
  border-collapse: collapse;
}
.table_basic th,
.table_basic td {
  padding: 2.4rem 2rem;
  border-top: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .table_basic th,
  .table_basic td {
    padding: 1.4rem 0 1.4rem 1.2rem;
  }
}
.table_basic tr:last-child th,
.table_basic tr:last-child td {
  border-bottom: 0.1rem solid #e6e6e6;
}
.table_basic th {
  width: 20%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #325b8d;
}
@media screen and (max-width: 991px) {
  .table_basic th {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .table_basic th {
    width: 26%;
    padding-left: 0;
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
  }
}
.table_basic td {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: left;
  vertical-align: middle;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  .table_basic td {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.table_data {
  width: 100%;
  min-width: 64rem;
  border-collapse: collapse;
}
.table_data th,
.table_data td {
  padding: 1.6rem 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table_data th,
  .table_data td {
    padding: 1.2rem 1rem;
  }
}
.table_data th {
  background: #16457d;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table_data th {
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
  }
}
.table_data td {
  border-bottom: 0.1rem solid #e6e6e6;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  .table_data td {
    font-size: 1.4rem;
  }
}

.tab_box {
  display: none;
}
.tab_box.active {
  display: block;
}

#mold .bottom_section {
  padding: 0 0 10rem;
}
@media screen and (max-width: 991px) {
  #mold .bottom_section {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #mold .bottom_section {
    padding-bottom: 5.6rem;
  }
}
#mold .bottom_section:first-of-type {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #mold .bottom_section:first-of-type {
    padding-bottom: 1.6rem;
  }
}
#mold .mold_type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #16457d;
}
@media screen and (max-width: 991px) {
  #mold .mold_type {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #mold .mold_type {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.04rem;
  }
}

#machine .bottom_section {
  padding: 0;
}
#machine .bottom_section + .bottom_section {
  padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #machine .bottom_section + .bottom_section {
    padding-top: 4rem;
  }
}
#machine .bottom_section:last-of-type {
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  #machine .bottom_section:last-of-type {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #machine .bottom_section:last-of-type {
    padding-bottom: 5.6rem;
  }
}
#machine .machine_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  #machine .machine_list {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #machine .machine_list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
#machine .machine_item-img {
  aspect-ratio: 3/2;
}
#machine .machine_item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#machine .machine_item-title {
  margin-top: 2.8rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #machine .machine_item-title {
    font-size: 1.7rem;
    letter-spacing: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  #machine .machine_item-title {
    margin-top: 1.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
}
#machine .machine_item-text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.06rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #machine .machine_item-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

#company .bottom_section {
  padding: 0 0 10rem;
}
@media screen and (max-width: 991px) {
  #company .bottom_section {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #company .bottom_section {
    padding-bottom: 5.6rem;
  }
}
#company .company_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  margin: 6.4rem 0;
  padding: 0 2rem;
}
@media screen and (max-width: 991px) {
  #company .company_tabs {
    margin: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #company .company_tabs {
    gap: 1.2rem;
    margin: 3.6rem 0;
  }
}
#company .company_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32rem;
  padding: 1.6rem 3.2rem;
  border: 0.1rem solid #194f99;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
  color: #194f99;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 991px) {
  #company .company_tab {
    min-width: 26rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #company .company_tab {
    flex: 1 1 100%;
    min-width: 0;
    padding: 1.2rem 1.6rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  #company .company_tab:hover {
    background: rgba(25, 79, 153, 0.08);
  }
}
#company .company_tab.active {
  background: #194f99;
  color: #fff;
}
#company .fig_box img {
  width: 100%;
  max-height: calc(100vh - 10rem);
  max-height: calc(100svh - 10rem);
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #company .fig_box img {
    max-height: calc(100vh - 7rem);
    max-height: calc(100svh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #company .scroll_note + .table_wrap {
    margin-top: 0.8rem;
  }
}
#company .table_wrap {
  margin-top: 7.2rem;
}
@media screen and (max-width: 991px) {
  #company .table_wrap {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  #company .table_wrap {
    margin-top: 3.6rem;
  }
}
#company .table_wrap.tight {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #company .table_wrap.tight {
    margin-top: 2rem;
  }
}
#company .access {
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  #company .access {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #company .access {
    margin-top: 5.6rem;
  }
}
#company .access_en {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.5rem;
  text-align: center;
  color: #0b2759;
}
@media screen and (max-width: 991px) {
  #company .access_en {
    font-size: 2.6rem;
    letter-spacing: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  #company .access_en {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
#company .access_title {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  text-align: center;
  color: #156edd;
}
@media screen and (max-width: 991px) {
  #company .access_title {
    font-size: 2.2rem;
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  #company .access_title {
    margin-top: 1.2rem;
    font-size: 1.7rem;
    letter-spacing: 0.12rem;
  }
}
#company .access_address {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  #company .access_address {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
#company .access_map {
  position: relative;
  aspect-ratio: 1130/487;
}
@media screen and (max-width: 767px) {
  #company .access_map {
    aspect-ratio: 4/3;
  }
}
#company .access_map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#company .access_note {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.06rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #company .access_note {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#company .access_btn {
  display: flex;
  width: fit-content;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  #company .access_btn {
    margin-top: 2.4rem;
  }
}
#company .thailand_photos-main img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center top;
  max-height: calc(100vh - 10rem);
  max-height: calc(100svh - 10rem);
}
@media screen and (max-width: 1199px) {
  #company .thailand_photos-main img {
    max-height: calc(100vh - 7rem);
    max-height: calc(100svh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  #company .thailand_photos-main img {
    aspect-ratio: 3/2;
  }
}
#company .thailand_photos-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 991px) {
  #company .thailand_photos-list {
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #company .thailand_photos-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 1.2rem;
  }
}
#company .thailand_photos-list img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

#strengths .bottom_text {
  max-width: none;
}
#strengths .bottom_section {
  padding: 0 0 10rem;
}
@media screen and (max-width: 991px) {
  #strengths .bottom_section {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #strengths .bottom_section {
    padding-bottom: 5.6rem;
  }
}
#strengths .resin_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 991px) {
  #strengths .resin_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #strengths .resin_list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
#strengths .resin_item {
  min-width: 0;
  border: 0.1rem solid #e6e6e6;
  background: #fff;
}
#strengths .resin_item-name {
  padding: 1.2rem 1.6rem;
  background: #16457d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #strengths .resin_item-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #strengths .resin_item-name {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }
}
#strengths .resin_item-text {
  padding: 2.4rem 2rem;
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: center;
  color: #16457d;
}
@media screen and (max-width: 767px) {
  #strengths .resin_item-text {
    padding: 1.8rem 1.4rem;
    font-size: 1.4rem;
  }
}
#strengths .parts_list {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.06rem;
  color: #16457d;
}
@media screen and (max-width: 767px) {
  #strengths .parts_list {
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*# sourceMappingURL=style.css.map */
