@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #222328;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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: 1230px;
  }
  .container-xl {
    max-width: 1230px;
  }
}
@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: 1919px) {
  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: #192e77;
    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: 8.7rem;
  padding: 0 6rem;
  z-index: 99;
  color: #fff;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 3rem;
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 2rem;
  }
}
header .header_inner {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #fff;
  width: 100%;
}
header .header_contents {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 1919px) {
  header .header_contents {
    gap: 3rem;
  }
}
header .logo {
  width: 32rem;
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 28rem;
  }
}
header .logo a, header .logo img {
  display: block;
}
header .logo h1 {
  padding: 1rem 3rem;
  border-radius: 1rem;
  transition-duration: 0.3s;
  background: #fff;
}
header nav {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    color: #192e77;
    flex-direction: column;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  header nav.open {
    pointer-events: all;
    opacity: 1;
  }
}
header nav > a {
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header nav > a {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
header nav > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 100%);
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav > a::after {
    background: #192e77;
  }
}
header nav > a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  header nav > a::before {
    background: #192e77;
  }
}
@media (hover: hover) {
  header nav > a:hover::before {
    width: 100%;
  }
}
header nav > a.active:after {
  opacity: 1;
}
header nav > a.active::before {
  display: none;
}
header nav .header_contact {
  display: none;
}
@media screen and (max-width: 1199px) {
  header nav .header_contact {
    display: flex;
  }
}
header nav .header_contact a {
  font-size: 1.8rem;
  height: 5.5rem;
  width: 18rem;
}
header .header_right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  header .header_contact {
    display: none;
  }
}
header .header_contact a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16rem;
  height: 3.6rem;
  padding: 0 2rem;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #192e77;
}
header .header_contact a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #192e77;
  border-radius: 50%;
  transition: 0.4s;
}
@media (hover: hover) {
  header .header_contact a:hover::after {
    transform: scale(2);
  }
}
header .header_contact a.active::after {
  transform: scale(2);
}
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.scroll, header.open {
  color: #192e77;
}
header.scroll .logo .df, header.open .logo .df {
  display: none;
}
header.scroll .logo .sc, header.open .logo .sc {
  display: block;
}
header.scroll .header_inner, header.open .header_inner {
  border-bottom: 1px solid #192e77;
}
header.scroll nav a::after, header.open nav a::after {
  background: #192e77;
}
header.scroll nav a::before, header.open nav a::before {
  background: #192e77;
}
header.scroll .header_contact a, header.open .header_contact a {
  background: #192e77;
  color: #fff;
}
header.scroll .header_contact a::after, header.open .header_contact a::after {
  background: #fff;
}
header.scroll .toggle span, header.open .toggle span {
  background: #192e77;
}

.title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 1919px) {
  .title .en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 6rem;
  }
}
.title h3 {
  margin-top: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  .title h3 {
    margin-top: 1.5rem;
  }
}
.title_bottom h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}
.title_bottom .en {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #192e77;
}
.title_bottom .en::before {
  content: "";
  width: 1rem;
  height: 2px;
  background: #192e77;
  display: block;
}
.title_bottom.center {
  text-align: center;
}
.title_bottom.center .en {
  justify-content: center;
}
.title_bottom.center .en::after {
  content: "";
  width: 1rem;
  height: 2px;
  background: #192e77;
  display: block;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  height: 4.8rem;
  background: #192e77;
  color: #fff;
  border-radius: 1rem;
  transition: 0.4s;
  gap: 2.4rem;
  width: fit-content;
}
.more::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  transition: 0.4s;
}
@media (hover: hover) {
  .more:hover {
    box-shadow: 0px 2px 12px 0px rgba(78, 87, 119, 0.3);
    color: #fff;
  }
  .more:hover::after {
    transform: scale(2);
  }
}
.more.white {
  background: #fff;
  color: #192e77;
}
.more.white::after {
  background: #192e77;
}
@media (hover: hover) {
  .more.white:hover {
    color: #192e77;
  }
}

.footer {
  padding: 0 6rem;
  background: url(../../images/common/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 574px) {
  .footer {
    padding: 0;
  }
}
.footer .footer_contact {
  width: 100%;
  height: 40rem;
  background: #192e77;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .footer_contact {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 574px) {
  .footer .footer_contact {
    padding: 0;
  }
}
.footer .footer_contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/contact_bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 574px) {
  .footer .footer_contact::after {
    background-size: auto 40%;
    background-position: right bottom;
  }
}
.footer .footer_contact .row {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1919px) {
  .footer .footer_contact .container {
    max-width: 1690px;
  }
}
.footer .contact_text p {
  margin-top: 3.5rem;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer .contact_text p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .footer .contact_more {
    margin-top: 4rem;
  }
}
.footer .contact_more .more {
  margin-left: auto;
  font-weight: 500;
}
.footer_bottom {
  padding: 12rem 0 6rem;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.footer_left .logo {
  width: 8rem;
}
.footer_right {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer_right a {
  font-size: 1.4rem;
}
.footer .copy {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  margin-top: 6rem;
}
.footer .pagetop {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  width: 1.8rem;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .footer .pagetop {
    right: 3rem;
    bottom: 3rem;
    width: 1.8rem;
  }
}

#top {
  overflow: hidden;
}
@media screen and (min-width: 1919px) {
  #top .container {
    max-width: 1690px;
  }
}
#top .mv {
  position: relative;
  height: 100vh;
  width: 100%;
}
#top .mv.filter .slider::before {
  background-color: rgba(2, 6, 20, 0.4);
}
#top .mv .slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
#top .mv .slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(2, 6, 20, 0);
  transition: 0.8s;
}
#top .mv .slider img {
  height: 100vh;
  object-fit: cover;
  transform: scale(1.1);
}
#top .mv .slider .slick-current img {
  transform: scale(1);
  animation: scaleup 6s 0.5s ease-in-out forwards;
}
#top .mv .slider .slick-slide img {
  backface-visibility: hidden;
}
@keyframes scaleup {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#top .mv_text {
  position: absolute;
  left: 0;
  bottom: 10rem;
  padding: 0 8rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1199px) {
  #top .mv_text {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text {
    padding: 0 2rem;
  }
}
#top .mv_text h2 {
  font-size: 8.8rem;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
@media screen and (max-width: 1919px) {
  #top .mv_text h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text h2 {
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 3rem;
  }
}
#top .mv_text h2 small {
  font-size: 4.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #top .mv_text h2 small {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 small {
    font-size: 2.4rem;
  }
}
#top .mv_text p {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: 0.12rem;
  color: #d0d2d9;
}
@media screen and (max-width: 991px) {
  #top .mv_text p {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}
#top .mv .scroll_bar {
  position: absolute;
  bottom: -5vw;
  right: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
#top .mv .scroll_bar .text {
  line-height: 1;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}
#top .mv .scroll_bar .bar {
  width: 1px;
  height: 22.7rem;
}
#top .mv .scroll_bar .bar::after {
  content: "";
  width: 1px;
  height: 22.7rem;
  background: #fff;
  display: block;
  animation: scroll_bar 1.5s infinite;
  display: inline-block;
}
@keyframes scroll_bar {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
#top .about {
  padding: 32rem 0 49rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #top .about {
    padding: 5rem 0 30rem;
  }
}
#top .about_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #top .about_text {
    gap: 3rem;
  }
}
#top .about_text.is-show p .fadein_bottom {
  transform: translateY(0);
  opacity: 1;
}
#top .about_text.is-show p .fadein_bottom.delay1 {
  transition-delay: 0.2s;
}
#top .about_text.is-show p .fadein_bottom.delay2 {
  transition-delay: 0.4s;
}
#top .about_text.is-show p .fadein_bottom.delay3 {
  transition-delay: 0.6s;
}
#top .about_text.is-show p .fadein_bottom.delay4 {
  transition-delay: 0.8s;
}
#top .about_text.is-show p .fadein_bottom.delay5 {
  transition-delay: 1s;
}
#top .about_text.is-show p .fadein_bottom.delay6 {
  transition-delay: 1.2s;
}
#top .about_text.is-show p .fadein_bottom.delay7 {
  transition-delay: 1.4s;
}
#top .about_text.is-show p .fadein_bottom.delay8 {
  transition-delay: 1.6s;
}
#top .about p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 2.2;
}
#top .about p span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top .about p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about p {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
#top .about_image_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(37%);
}
#top .about_image_inner {
  display: inline-block;
  white-space: nowrap;
  animation: loop-slide 30s linear infinite;
}
#top .about_image_inner img {
  height: auto;
  display: inline-block;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top .business {
  padding: 43.6rem 0 0;
  position: relative;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 991px) {
  #top .business {
    padding-top: 28rem;
  }
}
@media screen and (max-width: 574px) {
  #top .business {
    padding-top: 22rem;
  }
}
#top .business::after {
  content: "";
  background: url(../../images/top/business_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .business .row {
    flex-direction: column-reverse;
    gap: 3rem 0;
  }
}
#top .business_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 7rem;
}
@media screen and (max-width: 1919px) {
  #top .business_text {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .business_text {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .business_list {
    margin-top: 5rem;
  }
}
#top .business_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem;
  border-bottom: 1px solid #b8b9bf;
  transition: 0.4s;
}
@media screen and (max-width: 1919px) {
  #top .business_item {
    padding: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .business_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #top .business_item {
    padding: 2rem 0;
    flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .business_item {
    flex-direction: column;
    gap: 1rem;
  }
}
#top .business_item-text h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
#top .business_item-text p {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #84858a;
}
@media screen and (max-width: 1919px) {
  #top .business_item-text p {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  #top .business_item:hover {
    box-shadow: 0px 2px 12px 0px rgba(78, 87, 119, 0.3);
    background: #f2f4fa;
    border-bottom: 1px solid transparent;
  }
  #top .business_item:hover .business_more::after {
    transform: scale(2);
  }
}
#top .business_more {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #top .business_more {
    margin-left: auto;
  }
}
#top .business_more::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #192e77;
  border-radius: 50%;
  display: block;
  transition: 0.4s;
}
#top .business_image {
  position: relative;
}
#top .business_image img {
  min-height: 48.7rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .business_image img {
    min-height: 55rem;
  }
}
@media screen and (max-width: 767px) {
  #top .business_image img {
    height: 30rem;
    min-height: 0;
  }
}
#top .business_image .second {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
#top .business_image .second.is-active {
  opacity: 1;
}
#top .choose {
  padding: 42rem 0 34rem;
  background: url(../../images/top/choose_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  #top .choose {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .choose {
    padding: 15rem 0;
  }
}
#top .choose .row {
  justify-content: flex-end;
}
#top .choose_text h4 {
  margin-top: 8rem;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.45;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1919px) {
  #top .choose_text h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .choose_text h4 {
    font-size: 2.6rem;
  }
}
#top .choose_text p {
  margin-top: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #top .choose_text p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 574px) {
  #top .choose_text p br {
    display: none;
  }
}
#top .choose_text .more {
  margin-top: 7rem;
}
@media screen and (max-width: 574px) {
  #top .choose_text .more {
    margin-top: 4rem;
  }
}
#top .case {
  padding-bottom: 16rem;
  background: #fff;
}
@media screen and (max-width: 574px) {
  #top .case {
    padding-bottom: 10rem;
  }
}
#top .case_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#top .case .row {
  margin: 11.5rem -25px 0;
}
@media screen and (max-width: 1199px) {
  #top .case .row {
    margin: 11.5rem -15px 0;
  }
}
@media screen and (max-width: 991px) {
  #top .case .row {
    margin-top: 6rem;
    gap: 2rem;
  }
}
#top .case .row .col-12 {
  padding: 0 25px;
}
@media screen and (max-width: 1199px) {
  #top .case .row .col-12 {
    padding: 0 15px;
  }
}
#top .case_item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14rem 0;
}
@media screen and (max-width: 1199px) {
  #top .case_item {
    border-radius: 7rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .case_item {
    border-radius: 4rem 0;
  }
}
#top .case_item img {
  transition: 0.5s;
}
@media screen and (max-width: 1199px) {
  #top .case_item img {
    height: 32rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  #top .case_item img {
    height: 28rem;
  }
}
@media (hover: hover) {
  #top .case_item:hover img {
    transform: scale(1.1);
  }
}
#top .case_image {
  overflow: hidden;
}
#top .case_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6rem;
  color: #fff;
  background-image: linear-gradient(0deg, rgb(34, 35, 40) 0%, rgba(34, 35, 40, 0.5) 65%, rgba(34, 35, 40, 0) 100%);
}
@media screen and (max-width: 1919px) {
  #top .case_text {
    padding: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .case_text {
    padding: 2rem;
  }
}
#top .case_text .category {
  padding: 0.8rem 1.3rem;
  color: #fff;
  width: fit-content;
}
#top .case_text .category.cate01 {
  background: #4c5d98;
}
#top .case_text .category.cate02 {
  background: #5fa079;
}
#top .case_text .category.cate03 {
  background: #c88352;
}
#top .case_text h4 {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #top .case_text h4 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .case_text h4 {
    font-size: 1.8rem;
  }
}
#top .case_text .name {
  margin-top: 1.5rem;
  color: #d0d2d9;
}
#top .news {
  padding-bottom: 10rem;
  background: #fff;
}
@media screen and (max-width: 991px) {
  #top .news_list {
    margin-top: 3rem;
  }
}
#top .news_top {
  padding: 3.2rem;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #b8b9bf;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #top .news_top {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #top .news_top {
    flex-wrap: wrap;
  }
}
#top .news_top .date {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04rem;
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  #top .news_top .date {
    width: 10rem;
  }
}
@media screen and (max-width: 574px) {
  #top .news_top .date {
    width: 100%;
  }
}
#top .news_top h4 {
  width: calc(100% - 14.7rem);
  padding-right: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #top .news_top h4 {
    width: calc(100% - 11.3rem);
  }
}
@media screen and (max-width: 574px) {
  #top .news_top h4 {
    width: calc(100% - 1.3rem);
    padding-right: 2rem;
  }
}
#top .news_top .icon {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  display: block;
}
#top .news_top .icon::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #222328;
}
#top .news_top .icon::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #222328;
  transition: 0.5s;
}
#top .news_top .icon.show::after {
  height: 0;
}
#top .news_detail {
  padding: 3.2rem;
  background: #f2f4fa;
  display: none;
}
@media screen and (max-width: 767px) {
  #top .news_detail {
    padding: 2rem;
  }
}
#top .news_detail div {
  width: calc(100% - 14.7rem);
  padding-right: 5rem;
  margin-left: 13.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top .news_detail div {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
  }
}

.subhead {
  height: 40rem;
  position: relative;
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 35rem;
  }
}
.subhead_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 8.5rem 0 4rem;
  border-radius: 0 1.5rem 0 0;
  background: #fff;
}
@media screen and (max-width: 574px) {
  .subhead_text {
    padding: 3rem 5rem 0 3rem;
  }
}
.subhead_text::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 1px;
  bottom: 0;
  transform: translateX(100%);
  background: url(../../images/common/edge.svg) no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.subhead_text .en {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #192e77;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.subhead_text .en .icon {
  display: block;
  width: 2rem;
}
.subhead_text .en .icon img {
  display: block;
}
.subhead_text h2 {
  font-family: "Shippori Mincho", serif;
  margin-top: 0.5rem;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 3.2rem;
  }
}

#business .subhead {
  background: url(../../images/business/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #business .subhead {
    background-position: 10% center;
  }
}
#business .about {
  padding: 10rem 0;
  background: url(../../images/top/business_bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
#business .about .row {
  align-items: center;
  gap: 3rem 0;
}
#business .about_text p {
  line-height: 2;
  font-weight: 500;
}
#business .about_text p span {
  color: #192e77;
}
#business .brand {
  padding: 5rem 0;
}
#business .brand_lead {
  align-items: center;
  gap: 3rem 0;
}
#business .brand_text p {
  margin-top: 3rem;
  line-height: 1.8;
}
#business .brand_box {
  margin-top: 7rem;
}
@media screen and (max-width: 991px) {
  #business .brand_box {
    gap: 2rem 0;
  }
}
#business .brand_item {
  padding: 3rem;
  background: #f2f4fa;
  height: 100%;
  box-shadow: 0px 2px 12px 0px rgba(78, 87, 119, 0.1);
}
#business .brand_item h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #192e77;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #192e77;
}
@media screen and (max-width: 1199px) {
  #business .brand_item h4 {
    font-size: 1.8rem;
  }
}
#business .brand_item p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
#business .dev {
  padding: 5rem 0 10rem;
}
#business .dev_lead {
  align-items: center;
  gap: 3rem 0;
}
#business .dev_text p {
  margin-top: 3rem;
  line-height: 1.8;
}
#business .dev_box {
  margin-top: 7rem;
}
@media screen and (max-width: 991px) {
  #business .dev_box {
    gap: 2rem 0;
  }
}
#business .dev_item {
  padding: 3rem;
  background: #f2f4fa;
  height: 100%;
  box-shadow: 0px 2px 12px 0px rgba(78, 87, 119, 0.1);
  position: relative;
}
#business .dev_item .num {
  font-size: 1.8rem;
  color: #fff;
  background: #192e77;
  text-align: center;
  width: fit-content;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  font-weight: 500;
  margin: 0 auto;
}
#business .dev_item h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #192e77;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #192e77;
  line-height: 1.5;
  height: 7.6rem;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #business .dev_item h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  #business .dev_item h4 {
    height: auto;
  }
}
#business .dev_item p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

#choose .subhead {
  background: url(../../images/choose/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#choose .strength {
  padding: 10rem 0;
}
#choose .strength ol {
  list-style: none;
  padding: 0;
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  #choose .strength ol {
    flex-direction: column;
  }
}
#choose .strength ol li {
  padding: 2rem;
  background: #f2f4fa;
  box-shadow: 0px 2px 12px 0px rgba(78, 87, 119, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex: 1;
}
#choose .strength ol li .num {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #192e77;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
#choose .strength ol li p {
  width: calc(100% - 6rem);
  line-height: 1.8;
}
#choose .strength_box {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 574px) {
  #choose .strength_box {
    text-align: left;
  }
}
#choose .strength_box p:first-of-type {
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  #choose .strength_box p .lg {
    display: none;
  }
}
#choose .strength_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 2rem 0;
}
@media screen and (max-width: 574px) {
  #choose .strength_box ul {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
#choose .strength_box ul li {
  padding: 2rem;
  background: #192e77;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  #choose .strength_box ul li {
    width: 100%;
    text-align: center;
    padding: 1.5rem 2rem;
  }
}
#choose .service {
  padding: 10rem 0;
  background: url(../../images/top/choose_bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 574px) {
  #choose .service {
    padding-top: 3rem;
  }
}
#choose .service .row {
  align-items: center;
  gap: 3rem 0;
}
#choose .service_text {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #choose .service_text {
    padding: 0;
  }
}
#choose .service_text p {
  margin-top: 3rem;
  line-height: 1.8;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company .bg {
  background: url(../../images/top/business_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
#company section {
  padding: 10rem 0;
}
#company section .container > .row {
  gap: 3rem 0;
}
#company .philosophy {
  padding: 10rem 0 5rem;
}
#company .philosophy p {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
#company .message {
  padding-bottom: 3rem;
}
#company .message_item .row {
  gap: 3rem 0;
}
#company .message_text h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #company .message_text h4 {
    font-size: 2rem;
  }
}
#company .message_text p {
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
#company .message_image p {
  margin-top: 1rem;
  text-align: center;
}
#company .profile table {
  width: 100%;
}
#company .profile table th {
  color: #192e77;
  border-bottom: #192e77 1px solid;
  width: 20%;
  font-weight: 500;
  vertical-align: text-top;
  line-height: 1.8;
  white-space: nowrap;
}
#company .profile table tr:last-of-type th {
  border-color: #192e77;
}
#company .profile table td {
  border-bottom: #b8b9bf 1px solid;
  width: 80%;
  line-height: 1.8;
}
#company .profile table th, #company .profile table td {
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 574px) {
  #company .profile table th, #company .profile table td {
    padding: 2rem 0.5rem;
  }
}

#case .subhead {
  background: url(../../images/case/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#case .case_wrap {
  padding: 10rem 0;
  background: url(../../images/top/business_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
#case .links {
  position: sticky;
  left: 0;
  top: 10rem;
}
@media screen and (max-width: 991px) {
  #case .links ul {
    display: flex;
    gap: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #case .links ul {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  #case .links ul li {
    flex: 1;
  }
}
#case .links ul li a {
  display: flex;
  align-items: center;
  padding: 2rem 0.5rem;
  border-bottom: 1px solid #b8b9bf;
  color: #b8b9bf;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  gap: 1.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  #case .links ul li a {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 991px) {
  #case .links ul li a {
    color: #192e77;
  }
}
#case .links ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #b8b9bf;
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  #case .links ul li a::before {
    background: #192e77;
  }
}
@media screen and (min-width: 992px) {
  #case .links ul li a.active {
    color: #192e77;
  }
  #case .links ul li a.active::before {
    background: #192e77;
    transform: scale(1.8);
  }
}
@media (hover: hover) {
  #case .links ul li a:hover {
    color: #192e77;
  }
  #case .links ul li a:hover::before {
    background: #192e77;
    transform: scale(1.8);
  }
}
@media screen and (max-width: 991px) {
  #case .case#case01 {
    margin-top: 5rem;
  }
}
#case .case_box {
  margin-top: 4rem;
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #case .case_box:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
#case .case_text h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
#case .case_text p {
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
#case .case#case02 {
  margin-top: 10rem;
}
#case .soon {
  padding: 18rem 0;
}
@media screen and (max-width: 767px) {
  #case .soon {
    padding: 10rem 0;
  }
}
#case .soon p {
  text-align: center;
  font-weight: 500;
}

#contact {
  overflow: hidden;
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .bg {
  background: url(../../images/top/business_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
#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 .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 .contact {
  position: relative;
  z-index: 0;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 7rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #192e77 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #192e77;
}
#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: 1rem;
  }
}
#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 #192e77;
  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 #192e77;
  background: #fff;
  padding: 20px 10px;
  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: #192e77;
  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 {
  border: 0;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}
@media (hover: hover) {
  #contact .form_wrap form .submit button:hover {
    color: #fff;
  }
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .submit button {
    text-align: left;
    height: 6.5rem;
  }
}
#contact .form_wrap form .confirm {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  transition: 0.3s;
  gap: 2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #contact .form_wrap form .confirm button {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm button {
    font-size: 1.5rem;
    gap: 1rem;
    padding: 1rem 2rem;
  }
}
@media (hover: hover) {
  #contact .form_wrap form .confirm button:hover {
    color: #fff;
  }
}
#contact .form_wrap form .confirm button[type=button] {
  background: #f2f4fa;
  font-weight: bold;
  transition: 0.3s;
  flex-direction: row-reverse;
  color: #192e77;
}
#contact .form_wrap form .confirm button[type=button]::after {
  background: #192e77;
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm button[type=button] {
    font-size: 1.5rem;
  }
}