@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: #222222;
  letter-spacing: 0.05rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 359px) {
  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: #1c4dad;
    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: auto;
  padding: 3rem 5rem;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
}
@media print {
  header {
    position: absolute;
  }
}
@media screen and (max-width: 1500px) {
  header {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 2rem;
    height: 7rem;
  }
}
header .logo {
  width: 26.2rem;
}
@media screen and (max-width: 1500px) {
  header .logo {
    width: 24rem;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 20rem;
  }
}
header .logo .sc {
  display: none;
}
header .header_right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  header .header_right {
    gap: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  header .header_right {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    flex-direction: column-reverse;
    background: #fff;
    color: #222222;
    width: 25rem;
    transition: 0.5s;
  }
  header .header_right.open {
    transform: translateY(100%);
  }
}
header .header_right .right_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 1199px) {
  header .header_right .right_top {
    flex-direction: column;
    padding-bottom: 1.5rem;
    gap: 1rem;
  }
}
header .header_right .right_top .tel {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}
header .header_right .right_top .tel i {
  margin-right: 7px;
  font-size: 2rem;
}
header .header_right .right_top .tel-link {
  display: block;
}
header .header_right .right_top .langage {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .header_right .right_top .langage a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.6rem;
  border-radius: 6rem;
  border: 1px solid #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 992px) {
  header .header_right .right_top .langage a:hover {
    background: #1c4dad;
    border-color: #1c4dad;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  header .header_right .right_top .langage a {
    border-color: #222222;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header .header_right .right_top .langage a:hover {
    color: #fff;
  }
}
header .header_right nav {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 1199px) {
  header .header_right nav {
    flex-direction: column;
  }
}
header .header_right nav a {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1199px) {
  header .header_right nav a {
    display: block;
    width: 100%;
    padding: 1.5rem;
  }
}
header .header_right nav a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header .header_right nav a::after {
    display: none;
  }
}
header .header_right nav a.active::after {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header .header_right nav a.active {
    background: #1c4dad;
    color: #fff;
  }
}
@media (min-width: 992px) {
  header .header_right nav a:hover::after {
    width: 100%;
  }
}
header .header_right nav a.contact {
  display: block;
  padding: 1.5rem 3.5rem;
  background: #1c4dad;
  color: #fff;
  font-weight: 500;
  border-radius: 5rem;
  border: 2px solid #1c4dad;
  transition: 0.3s;
}
header .header_right nav a.contact::after {
  display: none;
}
@media (min-width: 992px) {
  header .header_right nav a.contact:hover {
    background: #fff;
    color: #1c4dad;
  }
}
@media screen and (max-width: 1199px) {
  header .header_right nav a.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 1rem 3rem;
    margin-top: 1rem;
  }
}
header .header_right nav a.contact.active {
  background: #fff;
  color: #1c4dad;
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  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;
  }
}
header.sc {
  background: #fff;
  color: #222222;
  height: 12rem;
}
@media screen and (max-width: 1199px) {
  header.sc {
    height: 7rem;
  }
}
header.sc .logo .df {
  display: none;
}
header.sc .logo .sc {
  display: block;
}
header.sc .header_right {
  gap: 1rem;
}
header.sc .header_right .right_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5rem;
}
header.sc .header_right .right_top .langage {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header.sc .header_right .right_top .langage a {
  border: 1px solid #222222;
}
@media (min-width: 992px) {
  header.sc .header_right .right_top .langage a:hover {
    background: #1c4dad;
    border-color: #1c4dad;
  }
}
header.sc .header_right nav > a {
  position: relative;
}
header.sc .header_right nav > a::after {
  background: #222222;
}
header.sc .header_right nav > a.contact {
  padding: 1rem 3rem;
}
header.sc .toggle span {
  background: #1c4dad;
}

main {
  overflow: hidden;
}

.title .en {
  font-family: "Outfit", sans-serif;
  font-size: 8rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .title .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 4rem;
  }
}
.title h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.title h3 .icon {
  width: 2.5rem;
  display: block;
}
@media screen and (max-width: 574px) {
  .title h3 .icon {
    width: 2rem;
  }
}
.title h3 .text {
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.title.center {
  width: fit-content;
  margin: 0 auto;
}
.title.center h3 {
  justify-content: center;
}

.more {
  display: block;
  width: 20rem;
  padding: 1.6rem 3rem;
  position: relative;
  color: #1c4dad;
  border: 1px solid #1c4dad;
  border-radius: 5rem;
  font-weight: 500;
  transition: 0.3s;
}
.more .arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c4dad;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .more:hover {
    background: #1c4dad;
    color: #fff;
  }
  .more:hover .arrow {
    background: #2e60c2;
  }
}
.more.rev {
  background: #1c4dad;
  color: #fff;
}
.more.rev .arrow {
  background: #2e60c2;
}
@media (min-width: 992px) {
  .more.rev:hover {
    background: #fff;
    color: #1c4dad;
  }
  .more.rev:hover .arrow {
    background: #1c4dad;
  }
}

.footer {
  padding: 11rem 0 8rem;
  background: #0b2c6e;
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer .logo {
  width: 33rem;
}
.footer_left .tel {
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 6rem;
}
.footer_left .tel-link {
  display: block;
}
.footer_left .tel i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.footer_left .add {
  margin-top: 3.5rem;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.footer_left .add .ttl {
  font-weight: 500;
}
.footer_left .add .text {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .footer_right {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 1rem 3rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_nav a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
.footer .langage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.footer .langage a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.6rem;
  border-radius: 6rem;
  border: 1px solid #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .footer .langage a:hover {
    background: #1c4dad;
    border-color: #1c4dad;
  }
}
.footer .copy {
  border-top: 1px solid #374f7d;
  margin-top: 8rem;
  padding-top: 3rem;
  text-align: center;
  font-size: 1.4rem;
  color: #9faac1;
}

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

#top .mv {
  position: relative;
}
#top .mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0f3580;
  opacity: 0.32;
}
#top .mv video {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  #top .mv video {
    aspect-ratio: auto;
    height: 80rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv video {
    height: 60rem;
  }
}
#top .mv_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#top .mv_text_icon {
  max-width: 31vw;
}
@media screen and (max-width: 1199px) {
  #top .mv_text_icon {
    max-width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text_icon {
    max-width: 47vw;
  }
}
#top .mv_title {
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #top .mv_title {
    left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title {
    left: 3rem;
  }
}
#top .mv_title .en {
  font-family: "Outfit", sans-serif;
  font-size: 13rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  #top .mv_title .en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title .en {
    font-size: 12vw;
  }
}
#top .mv_title h2 {
  margin-top: 4rem;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 1500px) {
  #top .mv_title h2 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_title h2 {
    font-size: 4vw;
    margin-top: 2rem;
  }
}
#top .about {
  padding: 9rem 0 15rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding: 7rem 0 10rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about {
    padding: 5rem 0 7rem;
  }
}
#top .about_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19vw;
}
@media screen and (max-width: 1500px) {
  #top .about_bg {
    width: 15rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_bg {
    width: 12rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about_bg {
    width: 10vw;
    z-index: -1;
  }
}
#top .about .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 991px) {
  #top .about .row {
    flex-direction: column-reverse;
  }
}
#top .about_text {
  padding-right: 7.5rem;
}
@media screen and (max-width: 1500px) {
  #top .about_text {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_text {
    padding-right: 0;
  }
}
#top .about_text h4 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin-top: 7rem;
}
@media screen and (max-width: 1500px) {
  #top .about_text h4 {
    font-size: 2.6rem;
    margin-top: 3rem;
  }
}
#top .about_lead {
  margin-top: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1500px) {
  #top .about_lead {
    margin-top: 3rem;
  }
}
#top .about_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 15px;
}
@media screen and (max-width: 1199px) {
  #top .about_image {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
#top .choose {
  padding: 15rem 0;
  background: #f4f4f4;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .choose {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .choose {
    padding: 7rem 0;
  }
}
#top .choose_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 34vw;
  z-index: -1;
}
#top .choose .row {
  margin-top: 7rem;
  gap: 3rem 0;
}
#top .choose_item {
  display: block;
  position: relative;
  padding: 7rem 4rem 5rem 4rem;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  #top .choose_item {
    padding: 6rem 2rem 3rem;
  }
}
#top .choose_item .point {
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c4dad;
  color: #fff;
  border-radius: 0 0 1rem 0;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  #top .choose_item .point {
    width: 17rem;
  }
}
@media (min-width: 992px) {
  #top .choose_item:hover .choose_text .more {
    background: #1c4dad;
    color: #fff;
  }
  #top .choose_item:hover .choose_text .more .arrow {
    background: #2e60c2;
  }
}
#top .choose_text {
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  #top .choose_text {
    margin-top: 2rem;
  }
}
#top .choose_text h4 {
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #top .choose_text h4 {
    font-size: 2rem;
  }
}
#top .choose_text .more {
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 1199px) {
  #top .choose_text .more {
    margin-top: 2rem;
  }
}
#top .product {
  padding: 15rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .product {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .product {
    padding: 7rem 0;
  }
}
#top .product_bg {
  position: absolute;
  right: -150px;
  top: 0;
  width: 43vw;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #top .product_bg {
    right: -48rem;
    width: 76vw;
  }
}
#top .product_top {
  display: flex;
  align-items: flex-end;
  gap: 20rem;
}
@media screen and (max-width: 767px) {
  #top .product_top {
    gap: 3rem;
    justify-content: space-between;
  }
}
#top .product .slider_wrap {
  margin-top: 7rem;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
}
@media screen and (max-width: 574px) {
  #top .product .slider_wrap {
    margin-right: 0;
    width: 100%;
  }
}
#top .product .slider_wrap .slide2 {
  will-change: transform;
}
#top .product .slide2 .product_item {
  margin-right: 24px;
}
@media screen and (max-width: 574px) {
  #top .product .slide2 .product_item {
    margin-right: 0;
  }
}
#top .product .slide2 .slick-track {
  display: flex;
}
#top .product .slick-prev, #top .product .slick-next {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #ababab;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 991px) {
  #top .product .slick-prev, #top .product .slick-next {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .product .slick-prev, #top .product .slick-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
#top .product .slick-prev:before, #top .product .slick-next:before {
  content: "";
  width: 2.7rem;
  height: 2.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  #top .product .slick-prev:before, #top .product .slick-next:before {
    width: 2rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .product .slick-prev:before, #top .product .slick-next:before {
    width: 1.2rem;
  }
}
#top .product .slick-prev:before {
  background: url(../../images/top/arrow_left.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#top .product .slick-next:before {
  background: url(../../images/top/arrow_right.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#top .product .slick-prev {
  left: 0;
  z-index: 1;
  transform: translate(-50%, -80%);
}
@media screen and (max-width: 574px) {
  #top .product .slick-prev {
    left: 1.5rem;
    transform: translate(0, -80%);
  }
}
#top .product .slick-next {
  right: 5rem;
  transform: translate(0, -80%);
}
@media screen and (max-width: 574px) {
  #top .product .slick-next {
    right: 1.5rem;
  }
}
#top .product .slider_wrap .slick-list {
  overflow: hidden;
  padding-left: 18.1vw;
  padding-right: 0;
}
@media screen and (max-width: 1919px) {
  #top .product .slider_wrap .slick-list {
    padding-left: 19.1vw;
  }
}
@media screen and (max-width: 1700px) {
  #top .product .slider_wrap .slick-list {
    padding-left: 20vw;
  }
}
@media screen and (max-width: 1500px) {
  #top .product .slider_wrap .slick-list {
    padding: 0;
  }
}
#top .product_item {
  display: block;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 992px) {
  #top .product_item:hover .product_image img {
    transform: scale(1.1);
  }
}
#top .product_image {
  overflow: hidden;
  aspect-ratio: 15/11;
}
#top .product_image img {
  transition: 0.5s;
  object-fit: cover;
  aspect-ratio: 15/11;
}
#top .product_text {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .product_text h4 {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
#top .product_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #1c4dad;
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
}
#top .news {
  padding: 15rem 0;
  background: #f4f4f4;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .news {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .news {
    padding: 7rem 0;
  }
}
#top .news_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30vw;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #top .news_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#top .news_title .more {
  margin-top: 7rem;
}
@media screen and (max-width: 991px) {
  #top .news_title .more {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  #top .news_list {
    margin-top: 3rem;
  }
}
#top .news_list li a {
  display: flex;
  align-items: center;
  padding: 3.5rem 4rem 3.5rem 1rem;
  border-bottom: 1px solid #d6d6d6;
  gap: 2.5rem;
  position: relative;
  transition: 0.3s;
  flex-wrap: wrap;
}
#top .news_list li a .date {
  font-weight: 500;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
#top .news_list li a .category {
  padding: 1rem;
  border: 1px solid #1c4dad;
  color: #1c4dad;
  border-radius: 5rem;
  font-size: 1.4rem;
  min-width: 12.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
#top .news_list li a .new {
  margin-left: 2.5rem;
  color: #c82c2c;
}
@media screen and (max-width: 767px) {
  #top .news_list li a .new {
    display: none;
  }
}
#top .news_list li a .new.sp {
  margin: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  #top .news_list li a .new.sp {
    display: block;
  }
}
#top .news_list li a h4 {
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-right: 3rem;
  width: calc(100% - 27.8rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top .news_list li a h4 {
    width: 100%;
  }
}
#top .news_list li a i {
  color: #818181;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .news_list li a:hover {
    background: #fff;
  }
  #top .news_list li a:hover i {
    transform: translate(5px, -50%);
  }
}
#top .manu {
  padding: 15rem 0;
}
@media screen and (max-width: 1199px) {
  #top .manu {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .manu {
    padding: 7rem 0;
  }
}
#top .manu .row-top {
  margin-top: 7rem;
}
#top .manu .logo-row {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 5rem 0;
}
#top .manu .logo-row .logo-track {
  display: flex;
  align-items: center;
  gap: 4rem;
  animation: scroll-left 70s linear infinite;
  will-change: transform;
}
#top .manu .logo-row .logo-track li {
  flex: 0 0 auto;
}
#top .manu .logo-row .logo-track li a {
  display: block;
}
#top .manu .logo-row .logo-track li a img {
  width: auto;
  height: auto;
  zoom: 1.4;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  #top .manu .logo-row .logo-track li a img {
    zoom: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #top .manu .logo-row .logo-track li a img {
    zoom: 1;
  }
}
#top .manu .logo-row.row-top .logo-track {
  animation-name: scroll-left;
}
#top .manu .logo-row.row-bottom .logo-track {
  animation-name: scroll-right;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
#top .movie {
  padding: 15rem 0;
  position: relative;
  z-index: 0;
  border-top: 1px solid #818181;
}
@media screen and (max-width: 1199px) {
  #top .movie {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .movie {
    padding: 7rem 0;
  }
}
#top .movie_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 32vw;
}
#top .movie iframe {
  max-width: 1080px;
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
#top .access {
  position: relative;
  z-index: 0;
}
#top .access_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .access_bg {
    width: 30vw;
  }
}
#top .access_text {
  display: flex;
  align-items: flex-end;
  gap: 12rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #top .access_text {
    gap: 2rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 574px) {
  #top .access_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-bottom: 4rem;
  }
}
#top .access_text .address h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#top .access_text .address p {
  margin-top: 1rem;
  letter-spacing: 0.1rem;
}
#top .access iframe {
  width: 100%;
  height: 60rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #top .access iframe {
    height: 40rem;
  }
}

.subhead {
  margin-top: 12rem;
  padding: 5rem 0;
}
.subhead_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.subhead_title .en {
  font-family: "Outfit", sans-serif;
  font-size: 8rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .subhead_title .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_title .en {
    font-size: 4rem;
  }
}
.subhead_title h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.subhead_title h2 .icon {
  width: 2.5rem;
  display: block;
}
@media screen and (max-width: 574px) {
  .subhead_title h2 .icon {
    width: 2rem;
  }
}
.subhead_title h2 .text {
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.subhead .bread ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.subhead .bread ul .parent {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.subhead .bread ul .parent i {
  color: #1c4dad;
}
@media (min-width: 992px) {
  .subhead .bread ul .parent a:hover {
    opacity: 0.7;
  }
}
.subhead .bread ul .child {
  opacity: 0.6;
}
.subhead_image {
  margin-top: 4rem;
  height: 60rem;
}
@media screen and (max-width: 1199px) {
  .subhead_image {
    height: 45rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_image {
    height: 35rem;
  }
}
.subhead_image img {
  height: 100%;
  object-fit: cover;
}

#news {
  padding-bottom: 8rem;
}
#news .row {
  gap: 5rem 0;
  margin-top: 5rem;
}
#news .category_list {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #news .category_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    border-right: 0;
  }
}
#news .category_list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #news .category_list li {
    width: 50%;
    border-right: 1px solid #ddd;
  }
}
#news .category_list li a {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
  font-weight: 500;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  #news .category_list li a {
    justify-content: center;
    padding-left: 0.5rem;
  }
}
#news .category_list li a::before {
  content: "";
  width: 1rem;
  height: 3px;
  background: #1c4dad;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
#news .category_list li a.active {
  color: #222222;
}
#news .category_list li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #news .category_list li a:hover {
    color: #222222;
  }
  #news .category_list li a:hover::before {
    opacity: 1;
  }
}
#news .category_list li:last-of-type a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #news .category_list li:last-of-type a {
    border-bottom: 1px solid #ddd;
  }
}
#news .news_box h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #1c4dad;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  #news .news_list {
    margin-top: 3rem;
  }
}
#news .news_list li a {
  display: flex;
  align-items: center;
  padding: 3.5rem 4rem 3.5rem 1rem;
  border-bottom: 1px solid #d6d6d6;
  gap: 2.5rem;
  position: relative;
  transition: 0.3s;
  flex-wrap: wrap;
}
#news .news_list li a > div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 32.5rem;
}
#news .news_list li a .date {
  font-weight: 500;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
#news .news_list li a .category {
  padding: 1rem;
  border: 1px solid #1c4dad;
  color: #1c4dad;
  border-radius: 5rem;
  font-size: 1.4rem;
  min-width: 12.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
#news .news_list li a .new {
  color: #c82c2c;
}
#news .news_list li a h4 {
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-right: 3rem;
  width: calc(100% - 35rem);
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #news .news_list li a h4 {
    width: 100%;
  }
}
#news .news_list li a i {
  color: #818181;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (min-width: 992px) {
  #news .news_list li a:hover {
    background: #fff;
  }
  #news .news_list li a:hover i {
    transform: translate(5px, -50%);
  }
}
#news .paging {
  text-align: center;
  margin-top: 3rem;
}
#news .paging span.current, #news .paging span.paging-text {
  margin: 0px 2px;
  color: #1c4dad;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #1c4dad;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
#news .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (min-width: 992px) {
  #news .paging span.paging-text a:hover {
    background: #1c4dad;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#news .paging span.current {
  background: #1c4dad;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 1500px) {
  #news .detail .container {
    max-width: 1140px;
  }
}
#news .detail_title .category {
  padding: 0.5rem 1rem;
  border: 1px solid #1c4dad;
  color: #1c4dad;
  border-radius: 5rem;
  font-size: 1.4rem;
  width: 12.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
#news .detail_title h3 {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1c4dad;
}
#news .detail_item {
  margin-top: 2rem;
}
#news .detail_item .text {
  font-weight: 500;
}
#news .detail_item .image {
  margin-top: 3rem;
  aspect-ratio: 2/1;
  background: #f4f4f4;
}
#news .detail_item .image img {
  aspect-ratio: 2/1;
  object-fit: contain;
}
#news .detail_item .image_alt {
  margin-top: 1rem;
  font-size: 1.5rem;
}
#news .detail .file {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#news .detail .file a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border: 2px solid;
  border-radius: 5rem;
  font-weight: 500;
  transition: 0.3s;
}
#news .detail .file a.pdf {
  color: #fff;
  background: #c82c2c;
  border-color: #c82c2c;
}
@media (min-width: 992px) {
  #news .detail .file a.pdf:hover {
    background: #fff;
    color: #c82c2c;
  }
}
#news .detail .file a.excel {
  color: #fff;
  background: #147d07;
  border-color: #147d07;
}
@media (min-width: 992px) {
  #news .detail .file a.excel:hover {
    background: #fff;
    color: #147d07;
  }
}
#news .detail .file a.word {
  color: #fff;
  background: #1657cf;
  border-color: #1657cf;
}
@media (min-width: 992px) {
  #news .detail .file a.word:hover {
    background: #fff;
    color: #1657cf;
  }
}
#news .detail .back {
  margin-top: 3rem;
}
#news .detail .back a {
  display: block;
  width: 20rem;
  padding: 1.6rem 3rem;
  position: relative;
  text-align: right;
  color: #1c4dad;
  border: 1px solid #1c4dad;
  border-radius: 5rem;
  font-weight: 600;
  transition: 0.3s;
}
#news .detail .back a .arrow {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c4dad;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #news .detail .back a:hover {
    background: #1c4dad;
    color: #fff;
  }
  #news .detail .back a:hover .arrow {
    background: #2e60c2;
  }
}

#reason .reason {
  padding-top: 5rem;
}
#reason .reason h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #reason .reason h3 {
    font-size: 2.8rem;
    text-align: center;
  }
}
#reason .reason h3::before, #reason .reason h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  background: #1c4dad;
}
#reason .reason_box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #reason .reason_box {
    margin-top: 5rem;
  }
}
#reason .reason_box .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #reason .reason_box .row.rev {
    flex-direction: column-reverse;
  }
}
#reason .reason_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #reason .reason_image {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
#reason .reason_image.rev {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  margin-left: 0;
  padding-left: 15px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #reason .reason_image.rev {
    margin: 0;
    padding: 0 15px;
  }
}
#reason .reason_title .en {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1c4dad;
}
#reason .reason_title h4 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 1rem;
}
#reason .reason_lead {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
#reason .reason_lead span {
  font-weight: bolder;
}
#reason .reason h5 {
  margin-top: 1.5rem;
  color: #1c4dad;
  font-weight: bold;
  font-size: 2rem;
}

.link {
  margin-top: 10rem;
  padding: 10rem 0;
  background: #f4f4f4;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .link {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  .link {
    padding: 7rem 0;
  }
}
.link .row {
  gap: 2rem 0;
}
.link_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30vw;
  z-index: -1;
}
.link_item {
  position: relative;
  display: block;
  overflow: hidden;
}
.link_item img {
  aspect-ratio: 5/2;
  object-fit: cover;
  transition: 0.5s;
}
.link_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0f3580;
  opacity: 0.32;
}
@media (min-width: 992px) {
  .link_item:hover img {
    transform: scale(1.1);
  }
  .link_item:hover .link_text .arrow {
    background: #1c4dad;
  }
}
.link_text {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem;
}
@media screen and (max-width: 574px) {
  .link_text {
    padding: 2rem;
  }
}
.link_text p {
  font-weight: bold;
  font-size: 3rem;
}
.link_text .arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  transition: 0.3s;
}

#product .product {
  padding: 5rem 0 10rem;
}
#product .product .category_list {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #product .product .category_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    border-bottom: 0;
    border-right: 0;
  }
}
#product .product .category_list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #product .product .category_list li {
    width: 50%;
    border-right: 1px solid #ddd;
  }
}
#product .product .category_list li a {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
  font-weight: 500;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  #product .product .category_list li a {
    justify-content: center;
    padding-left: 0.5rem;
  }
}
#product .product .category_list li a::before {
  content: "";
  width: 1rem;
  height: 3px;
  background: #1c4dad;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
#product .product .category_list li a.active {
  color: #222222;
}
#product .product .category_list li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #product .product .category_list li a:hover {
    color: #222222;
  }
  #product .product .category_list li a:hover::before {
    opacity: 1;
  }
}
#product .product .category_list li:last-of-type a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #product .product .category_list li:last-of-type a {
    border-bottom: 1px solid #ddd;
  }
}
#product .product_list {
  gap: 3rem 0;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #product .product_list {
    padding-left: 0;
  }
}
#product .product_item {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #818181;
  height: 100%;
}
#product .product_item a {
  display: block;
}
#product .product_image {
  position: relative;
  overflow: hidden;
}
#product .product_image .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 3rem;
  background: #1c4dad;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 0 0 1rem 0;
}
#product .product_image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #product .product_image:hover img {
    transform: scale(1.1);
  }
}
#product .product_text {
  padding: 2rem 1rem 0;
}
#product .product_text h3 {
  font-weight: bold;
  font-size: 2.2rem;
}
#product .product_lead {
  margin-top: 1rem;
}
#product .product .more {
  margin: 2rem auto 0;
}
#product .detail {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1500px) {
  #product .detail .container {
    max-width: 1140px;
  }
}
#product .detail_title .category {
  padding: 0.5rem 1rem;
  border: 1px solid #1c4dad;
  color: #1c4dad;
  border-radius: 5rem;
  font-size: 1.4rem;
  width: 12.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
#product .detail_title h3 {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1c4dad;
}
#product .detail_item {
  margin-top: 2rem;
}
#product .detail_item .text {
  font-weight: 500;
}
#product .detail_item .image {
  margin-top: 3rem;
  aspect-ratio: 2/1;
  background: #f4f4f4;
}
#product .detail_item .image img {
  aspect-ratio: 2/1;
  object-fit: contain;
}
#product .detail_item .image_alt {
  margin-top: 1rem;
  font-size: 1.5rem;
}
#product .detail .file {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#product .detail .file a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border: 2px solid;
  border-radius: 5rem;
  font-weight: 500;
  transition: 0.3s;
}
#product .detail .file a.pdf {
  color: #fff;
  background: #c82c2c;
  border-color: #c82c2c;
}
@media (min-width: 992px) {
  #product .detail .file a.pdf:hover {
    background: #fff;
    color: #c82c2c;
  }
}
#product .detail .file a.excel {
  color: #fff;
  background: #147d07;
  border-color: #147d07;
}
@media (min-width: 992px) {
  #product .detail .file a.excel:hover {
    background: #fff;
    color: #147d07;
  }
}
#product .detail .file a.word {
  color: #fff;
  background: #1657cf;
  border-color: #1657cf;
}
@media (min-width: 992px) {
  #product .detail .file a.word:hover {
    background: #fff;
    color: #1657cf;
  }
}
#product .detail .back {
  margin-top: 3rem;
}
#product .detail .back a {
  display: block;
  width: 20rem;
  padding: 1.6rem 3rem;
  position: relative;
  text-align: right;
  color: #1c4dad;
  border: 1px solid #1c4dad;
  border-radius: 5rem;
  font-weight: 600;
  transition: 0.3s;
}
#product .detail .back a .arrow {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c4dad;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #product .detail .back a:hover {
    background: #1c4dad;
    color: #fff;
  }
  #product .detail .back a:hover .arrow {
    background: #2e60c2;
  }
}

#manu .manu {
  padding: 5rem 0;
}
#manu .manu .row {
  gap: 4rem 0;
}
#manu .manu_logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
#manu .manu_logo img {
  display: block;
  zoom: 1.2;
  width: auto;
  max-width: 100%;
}
#manu .manu_item {
  background: #f8faff;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#manu .manu_text {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
#manu .manu_link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
#manu .manu_link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: #1c4dad;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1c4dad;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #manu .manu_link a:hover {
    background: #fff;
    color: #1c4dad;
  }
}

#company {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #company {
    overflow: hidden;
  }
}
#company .category_list {
  border: 1px solid #ddd;
  position: sticky;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #company .category_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    border-bottom: 0;
  }
}
#company .category_list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #company .category_list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #company .category_list li:nth-of-type(odd) {
    border-right: 1px solid #ddd;
  }
}
#company .category_list li a {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
  font-weight: 500;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  #company .category_list li a {
    justify-content: center;
    padding-left: 0.5rem;
  }
}
#company .category_list li a::before {
  content: "";
  width: 1rem;
  height: 3px;
  background: #1c4dad;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
#company .category_list li a.active {
  color: #222222;
}
#company .category_list li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #company .category_list li a:hover {
    color: #222222;
  }
  #company .category_list li a:hover::before {
    opacity: 1;
  }
}
#company .category_list li:last-of-type a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #company .category_list li:last-of-type a {
    border-bottom: 1px solid #ddd;
  }
}
#company .company {
  padding: 5rem 0 10rem;
}
#company .company_title .en {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1c4dad;
}
#company .company_title h3 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 1rem;
}
#company .company .name {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}
@media screen and (max-width: 1199px) {
  #company .company .name {
    margin-top: 1rem;
  }
}
#company .company .name span {
  margin-bottom: -1rem;
}
@media screen and (max-width: 1199px) {
  #company .company .name span img {
    width: 10rem;
  }
}
#company section {
  padding: 3rem 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  #company section {
    padding-left: 0;
  }
}
#company .message {
  padding-top: 0;
}
#company .message_catch {
  margin-bottom: 3rem;
  text-align: center;
}
#company .message_catch img {
  width: auto;
  max-width: 100%;
}
#company .message .row {
  gap: 3rem 0;
}
#company .message_text {
  margin-top: 3rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
#company .outline table, #company .history table {
  width: 100%;
  margin: 30px 0;
  font-feature-settings: "palt";
}
#company .outline table th, #company .history table th {
  color: #1c4dad;
  border-bottom: #1c4dad 1px solid;
  width: 25%;
  vertical-align: text-top;
  white-space: nowrap;
}
#company .outline table td, #company .history table td {
  border-bottom: #222222 1px solid;
  width: 75%;
  font-weight: 500;
  line-height: 1.8;
}
#company .outline table td strong, #company .history table td strong {
  font-weight: 600;
}
#company .outline table td ul, #company .history table td ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 450px) {
  #company .outline table td ul, #company .history table td ul {
    gap: 1.5rem;
  }
}
#company .outline table td li, #company .history table td li {
  display: flex;
}
@media screen and (max-width: 450px) {
  #company .outline table td li, #company .history table td li {
    flex-direction: column;
  }
}
#company .outline table td li span, #company .history table td li span {
  width: 14rem;
}
#company .outline table th, #company .outline table td, #company .history table th, #company .history table td {
  padding: 3rem 15px;
}
#company .access .address {
  margin-top: 3rem;
}
#company .access .address h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#company .access .address p {
  margin-top: 1rem;
  letter-spacing: 0.1rem;
}
#company .access iframe {
  width: 100%;
  height: 60rem;
  display: block;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #company .access iframe {
    height: 40rem;
  }
}

#csr {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #csr {
    overflow: hidden;
  }
}
#csr .company {
  padding: 5rem 0 10rem;
}
#csr .company_title .en {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1c4dad;
}
#csr .company_title h3 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 1rem;
}
#csr .company .name {
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.8rem;
}
#csr .category_list {
  border: 1px solid #ddd;
  position: sticky;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #csr .category_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    border-bottom: 0;
    border-right: 0;
  }
}
#csr .category_list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #csr .category_list li {
    width: 50%;
    border-right: 1px solid #ddd;
  }
}
#csr .category_list li a {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
  font-weight: 500;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  #csr .category_list li a {
    justify-content: center;
    padding-left: 0.5rem;
  }
}
#csr .category_list li a::before {
  content: "";
  width: 1rem;
  height: 3px;
  background: #1c4dad;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
#csr .category_list li a.active {
  color: #222222;
}
#csr .category_list li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #csr .category_list li a:hover {
    color: #222222;
  }
  #csr .category_list li a:hover::before {
    opacity: 1;
  }
}
#csr .category_list li:last-of-type a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #csr .category_list li:last-of-type a {
    border-bottom: 1px solid #ddd;
  }
}
#csr section {
  padding: 3rem 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  #csr section {
    padding-left: 0;
  }
}
#csr .sdgs_lead {
  margin-top: 2rem;
}
#csr .sdgs_lead p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
#csr .sdgs_lead .name {
  text-align: right;
  margin-top: 2rem;
  font-weight: 500;
}
#csr .sdgs h4 {
  margin-top: 4rem;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 1rem solid #1c4dad;
}
#csr .sdgs_box {
  margin-top: 5rem;
  padding-bottom: 3rem;
}
#csr .sdgs_box h5 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1c4dad;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1c4dad;
  letter-spacing: 0.1rem;
}
#csr .sdgs_box_lead {
  margin-top: 1rem;
  font-weight: 500;
}
#csr .sdgs_box .row {
  margin-top: 3rem;
}
#csr .sdgs_box_icon {
  display: flex;
  gap: 1.5%;
}
@media screen and (max-width: 767px) {
  #csr .sdgs_box_icon {
    margin-top: 3rem;
  }
}
#csr .sdgs_box_icon img {
  display: block;
  width: 30%;
}
#csr .sdgs_box_text h6 {
  font-weight: bold;
  font-size: 2rem;
  color: #0b2c6e;
}
#csr .sdgs_box_text ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#csr .sdgs_box_text ul li {
  font-weight: 500;
  display: flex;
}
#csr .social .company_title {
  margin-bottom: -2rem;
}
#csr .social_box {
  margin-top: 5rem;
  align-items: center;
}
#csr .social_text h4 {
  margin-top: 4rem;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 1rem solid #1c4dad;
}
#csr .social_lead {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
#csr .sponsor {
  padding-bottom: 10rem;
}
#csr .sponsor_lead {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  #csr .sponsor_lead {
    font-size: 1.6rem;
  }
}
#csr .sponsor .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#csr .sponsor_text {
  padding-left: 2rem;
}
@media screen and (max-width: 1199px) {
  #csr .sponsor_text {
    padding-left: 0;
  }
}
#csr .sponsor .name h4 {
  font-size: 2.8rem;
  font-weight: bold;
}
#csr .sponsor .name .en {
  font-size: 1.7rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-top: 1rem;
  color: #ccc;
}
#csr .sponsor .name_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#csr .sponsor .name_wrap .sns {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
#csr .sponsor .name_wrap .sns a {
  display: block;
}
#csr .sponsor .name_wrap .sns a img {
  width: 4rem;
  display: block;
}
#csr .sponsor .name_wrap .sns a i {
  font-size: 4rem;
  color: #1c4dad;
}
@media (min-width: 992px) {
  #csr .sponsor .name_wrap .sns a:hover {
    opacity: 0.6;
  }
}
#csr .sponsor table {
  width: 100%;
  font-feature-settings: "palt";
  margin-top: 2rem;
}
#csr .sponsor table th {
  color: #1c4dad;
  border-bottom: #1c4dad 1px solid;
  width: 25%;
  vertical-align: text-top;
  white-space: nowrap;
}
#csr .sponsor table td {
  border-bottom: #222222 1px solid;
  width: 75%;
  font-weight: 500;
  line-height: 1.8;
}
#csr .sponsor table td strong {
  font-weight: 600;
}
#csr .sponsor table td ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 450px) {
  #csr .sponsor table td ul {
    gap: 1.5rem;
  }
}
#csr .sponsor table td li {
  display: flex;
}
@media screen and (max-width: 450px) {
  #csr .sponsor table td li {
    flex-direction: column;
  }
}
#csr .sponsor table td li span {
  width: 14rem;
}
#csr .sponsor table th, #csr .sponsor table td {
  padding: 2rem 1rem;
}
#csr .sponsor .award h5 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 4rem;
  padding-left: 1rem;
  border-left: 1rem solid #1c4dad;
}
#csr .sponsor .award table {
  margin-top: 0;
}
#csr .sponsor .media {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2em 3rem;
}
#csr .sponsor .media h5 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #1c4dad;
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .title_bottom .en {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1c4dad;
}
#contact .title_bottom h3 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 1rem;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 4rem;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #1c4dad;
  background: #1c4dad;
  border-radius: 0.5rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 8rem 0;
  background: #f4f4f4;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .contact_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 34vw;
  z-index: -1;
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #1c4dad;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #1c4dad;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #1c4dad;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #1c4dad;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #1c4dad;
  color: #fff;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fff;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #1c4dad;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */