@charset "UTF-8";

:root {
}
body {
  background-color: #fff;
}
.pic-single {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

/*====KV AREA=====================*/
.kv-area {
  position: relative;
  aspect-ratio: 1440 / 678;
  background-color: #231815;
  position: relative;
}
.kv-area__inner {
  max-width: inherit;
  padding: 0 56px;
  position: relative;
}
/* .kv-area__inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
} */
.kv-image {
  display: grid;
  grid-template-columns: 100%;
  gap: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kv-image__pic {
  position: relative;
}
.kv-image__pic.pic01 {
  background-color: #00233f;
  background-image: linear-gradient(90deg, #00233f 0%, #00233f 50%, #231815 50%, #231815 100%);
  position: relative;
}
.kv-image__pic::before {
  content: "";
  display: block;
  width: 1216px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kv-image__pic.pic01::before {
  margin-left: auto;
  margin-right: 168px;
  background-image: url(/assets/img/index/pic_kv1.png);
}
.kv-image__pic.pic02::before {
  margin-left: 168px;
  margin-right: auto;
  background-image: url(/assets/img/index/pic_kv2.png);
}
.kv-text .lead {
  display: block;
  /* width: 1188px; */
  width: 1000px;
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
.kv-text .copyright {
  display: block;
  /* width: 628px; */
  width: 550px;
  margin-top: 40px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.kv-text .lead img,
.kv-text .copyright img {
  width: 100%;
}

/*====MAIN=====================*/
section + section {
  margin-top: 96px;
}
.section__block {
  position: relative;
}
.section__block__inner {
  padding: var(--globalContentPadding);
}
.section__title-block .section__block__inner {
  max-width: var(--globalContentWidth);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}
.section__content-block .section__block__inner {
  max-width: var(--globalContentWidth);
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
h3.section-title {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.section-title::before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background-color: #00467e;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translate(-100%, -50%);
}
h3.section-title::before {
  display: none;
}
.section-title__main {
  font-family: "Prata", serif;
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
}
h3.section-title .section-title__main {
  color: #00467e;
  font-size: 4.8rem;
}
.section-title__sub {
  margin-top: 0.75em;
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
}
h3.section-title .section-title__sub {
  padding-left: 0.5em;
  color: #00467e;
  font-size: 2rem;
  line-height: 1.2;
}

/* section-banner */
.section-banner {
  background-color: #231815;
}
.section-banner .section__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* section-greeting */
.section-greeting {
  position: relative;
}
.section-greeting .section__content-block {
  padding-bottom: 72px;
  color: #fff;
  position: relative;
}
.section-greeting .section__content-block::before {
  content: "";
  display: block;
  width: 82.638888888888%;
  height: 100%;
  background-color: #00467e;
  position: absolute;
  top: 0;
  left: 0;
}
.section-greeting .section__content-block .section__block__inner {
  padding-top: 64px;
  position: relative;
  z-index: 1;
}
.section-greeting .section__content-block .text-block {
  width: 50%;
  font-size: 2.4rem;
  font-weight: 400;
}
.section-greeting .section__content-block .text-block p {
  font-size: 2.2rem;
  line-height: 1.6;
}
.section-greeting .signature-ceo {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-top: 48px;
  font-weight: 500;
}
.section-greeting .signature-ceo .name {
  font-size: 3.4rem;
}
.section-greeting .section__picture-main {
  width: 659.71px;
  position: absolute;
  left: 54.1666666666%;
  top: 0;
}

/* section-overview */
.section-overview .tablewrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 32px;
}
.table-overview tr {
  border-bottom: 1px solid #cbd5e1;
}
.table-overview th,
.table-overview td {
  padding: 16px 0;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.table-overview th {
  width: 146px;
  color: #00467e;
  font-weight: bold;
  position: relative;
}
.table-overview th::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - (16px * 2));
  background-color: #00467e;
  position: absolute;
  top: 16px;
  right: 0;
  transform: translate(50%, 0);
}
.table-overview td {
  padding-left: 24px;
}

/* section-access */
.section-access {
  min-height: 640px;
  position: relative;
}
.section-access .section__inner::before {
  content: "";
  display: block;
  width: 82.638888888888%;
  height: 100%;
  background-color: #f1f5f9;
  position: absolute;
  top: 0;
  left: 0;
}
.section-access .section__title-block .section__block__inner {
  padding-top: 72px;
}
.section-access .section__content-block .section__block__inner {
  padding-top: 40px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}
.section-access .section__content-block .text-block {
  width: 50%;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-access .section__picture-main {
  aspect-ratio: 776 / 388;
  width: 776px;
  position: absolute;
  left: 46.111111111111%;
  top: -80px;
}
.section-access .btnwrapper {
  margin-top: 48px;
}
.section-access .c-gmap {
  height: 100%;
  position: relative;
  z-index: 1;
}
.section-access .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 324px;
  height: 76px;
  border: 2px solid #00467e;
  background-color: #00467e;
  color: #fff;
  font-family: "Prata", serif;
  font-size: 3.2rem;
  position: relative;
}
.section-access .btn-primary::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.section-access .btn-primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #00467e;
}
.section-access .btn-primary:hover::after {
  height: 2px;
  background-color: #00467e;
  animation: clipAnimation 2s infinite;
}
@keyframes clipAnimation {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  20% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  30% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  80%,
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

/* section-contact */
.section-contact {
  background-color: #00233f;
}
.section-contact .section__inner {
  padding-top: 80px;
  padding-bottom: 64px;
}
.section-contact .box-horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  max-width: var(--globalContentWidth);
  margin: 0 auto;
}
.section-contact .section__title-block .section__block__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.section-contact .section-title::before {
  background-color: #fff;
}
.section-contact .section-title__main,
.section-contact .section-title__sub {
  color: #fff;
}
.section-contact .section__content-block .section__block__inner {
  padding: 0;
}
.section-contact .box-contact {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
  padding: 56px 64px 48px;
  background-color: #00467e;
}
.section-contact .contact__name,
.section-contact .contact__tel,
.section-contact .contact__hour {
  color: #fff;
}
.section-contact .contact__name {
  font-size: 2.4rem;
}
.section-contact .contact__tel {
  margin-top: 16px;
  font-family: "Prata", serif;
  font-size: 4.8rem;
}
.section-contact .contact__tel a {
  color: #fff !important;
  text-decoration: none !important;
}
.section-contact .contact__hour {
  margin-top: 20px;
  font-size: 1.6rem;
}

/*====アニメーション用=====================*/
.kv-area.is-animated {
  opacity: 0;
}
.kv-area.animated {
  opacity: 1;
  animation: fadeInColor 2.4s 0.4s ease-in forwards;
  opacity: 0;
  filter: grayscale(100%);
}
.kv-area.animated .kv-image__pic {
  animation: blurAnimation 2.4s 0.4s ease-in forwards;
}
@keyframes blurAnimation {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes fadeInColor {
  0% {
    opacity: 0;
    filter: grayscale(100%);
  }
  70% {
    opacity: 1;
    filter: grayscale(100%);
  }
  100% {
    opacity: 1;
    filter: grayscale(0%);
  }
}

.section-title__main span,
.section-title__sub span {
  opacity: 0;
  transition: opacity 0.2s;
}
