@charset "UTF-8";
/******************************* Preface ***************************************/
a:hover {
  color: #1B1F27;
}

html {
  scroll-behavior: smooth;
}

/********************************* body ***************************************/
body {
  color: white;
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
  /*========= ページトップのためのCSS ===============*/
  /*リンクの形状*/
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
body a:hover {
  opacity: 0.7;
}
body header {
  position: relative;
}
body header.header {
  position: relative;
  z-index: 100;
}
body header.header.top {
  height: 100vh;
}
body header.header .inner {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem;
  z-index: 100;
}
body header.header .inner > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  /* mix-blend-mode: multiply; */
  background-color: #1B1F27;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
body header.header .inner > .bg.scrolled {
  opacity: 0.5;
}
body header.header .inner .logo {
  margin-right: auto;
  flex: none;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  display: block;
  height: 1.8rem;
  margin: 0 auto;
}
body header.header .inner .icon-wrap {
  display: flex;
}
body header.header .inner .icon-wrap a {
  display: block;
  padding-right: 1em;
}
body header.header .inner .icon-wrap a:last-child {
  padding-right: 0;
}
body header.header .inner .icon-wrap a img {
  display: block;
  width: 30px;
}
body header.header .mainvi {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
body header.header .mainvi .slider {
  height: 100%;
  width: 100%;
}
body header.header .mainvi .slider div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  filter: brightness(70%);
}
body header.header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 260px;
  height: 100%;
}
body header.header .mainvi .copy h1 {
  width: 100%;
}
body header.header .mainvi .copy h1 span {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: white;
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
body header.header .mainvi .copy h1 span.t-green {
  display: inline-block;
  color: #5C8F47;
}
body header.header .mainvi .scroll {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  color: white;
  font-weight: bold;
  animation: scrollFlash 3s linear infinite;
}
body header.header .mainvi .scroll span {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 50%;
  top: -6rem;
  transform: translateX(50%);
  color: white;
  font-size: 0.9rem;
}
body header.header .mainvi .scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
body header.header .mainvi .scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: white;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner.inner-ss {
  padding: 0 250px;
}
body .content-wrap .inner.inner-s {
  padding: 0 145px;
}
body .content-wrap .inner.inner-m {
  padding: 0 100px;
}
body .content-wrap .inner.inner-l {
  padding: 0 50px;
}
@media screen and (min-width: 678px) and (max-width: 1024px) {
  body .content-wrap .inner.inner-ss {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-s {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-m {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-l {
    padding: 0 40px;
  }
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 4rem;
}
body .content-wrap h1.section-title span,
body .content-wrap h2.section-title span,
body .content-wrap h3.section-title span,
body .content-wrap h4.section-title span,
body .content-wrap h5.section-title span,
body .content-wrap h6.section-title span {
  display: block;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 3rem;
  font-weight: bold;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 1.1rem;
  font-weight: 500;
}
body .content-wrap h1.section-title-01,
body .content-wrap h2.section-title-01,
body .content-wrap h3.section-title-01,
body .content-wrap h4.section-title-01,
body .content-wrap h5.section-title-01,
body .content-wrap h6.section-title-01 {
  position: relative;
  height: 5rem;
}
body .content-wrap h1.section-title-01 span,
body .content-wrap h2.section-title-01 span,
body .content-wrap h3.section-title-01 span,
body .content-wrap h4.section-title-01 span,
body .content-wrap h5.section-title-01 span,
body .content-wrap h6.section-title-01 span {
  position: absolute;
  left: calc(50% - 331px + 326px);
  top: 10px;
  display: block;
  color: white;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  z-index: 1;
}
body .content-wrap .company-wrap {
  display: flex;
  justify-content: center;
}
body .content-wrap .company-wrap .title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #4C4948;
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
body .content-wrap .company-wrap .main-content {
  max-width: 920px;
  width: 920px;
}
body .content-wrap .company-wrap .main-content .text-detail .sub-title {
  font-weight: 700;
  font-size: 1.9rem;
  padding-bottom: 2rem;
  line-height: 1;
}
body .content-wrap .company-wrap .main-content .text-detail .t-en {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2;
  padding-bottom: 2rem;
}
body .content-wrap .company-wrap .main-content .text-detail .t-ja {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}
body .content-wrap .bg-img {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/7.5;
}
body .content-wrap .bg-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul {
  display: flex;
  flex-wrap: wrap;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li {
  position: relative;
  width: 24.9%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 5/4;
  border-radius: 3px;
  margin-right: 1px;
  margin-bottom: 1px;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(4n) {
  margin-right: 0;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 3px;
  background: rgba(27, 31, 39, 0.3);
}
body .content-wrap .modal-wrap .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
  height: 100%;
}
body .content-wrap .modal-wrap .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .content-wrap .modal-wrap .btn:focus {
  box-shadow: none;
}
body .content-wrap .modal-wrap .btn img {
  width: 30px;
  opacity: 0.7;
}
body .content-wrap .modal-wrap .modal-content {
  background: none;
  pointer-events: none;
}
body .content-wrap .modal-wrap .modal-header {
  border-bottom: none;
}
body .content-wrap .modal-wrap .modal-header .close span {
  display: block;
  background: white;
  border-radius: 10rem;
  padding: 0.3rem;
}
body .content-wrap .modal-wrap .modal-body {
  text-align: center;
}
body .content-wrap .modal-wrap .modal-body img {
  pointer-events: auto;
  max-width: 100%;
}
body .content-wrap .modal-wrap .modal-dialog-fluid {
  max-width: inherit;
  margin: 0;
}
body .content-wrap .table tr {
  color: white;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
  border-color: #4C4948;
  font-weight: 400;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
  border-color: #4C4948;
}
body .content-wrap .table tr td a:hover {
  color: white;
  opacity: 0.7;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  filter: grayscale(100%);
}
body footer.footer .inner {
  background: black;
  padding: 4rem 0;
}
body footer.footer .inner .head {
  padding-bottom: 4rem;
}
body footer.footer .inner .head .logo img {
  display: block;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}
body footer.footer .inner .head .name {
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
body footer.footer .inner .head .add {
  font-size: 0.8rem;
}
body footer.footer .inner .link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer.footer .inner .link-wrap a {
  display: block;
  color: white;
  font-size: 0.9rem;
  padding-right: 2em;
  letter-spacing: 0.1em;
}
body footer.footer .inner .link-wrap a:last-child {
  padding-right: 0;
}
body footer.footer .inner .link-wrap a.icon {
  display: flex;
}
body footer.footer .inner .link-wrap a.icon img {
  display: block;
  width: 12px;
  margin: 0 0.5rem;
}
body footer.footer .copyright {
  background: black;
  color: white;
  padding: 1rem 0 1.5rem;
}
body #page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5C8F47;
  border-radius: 100rem;
  width: 120px;
  height: 120px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
body #page-top a::before {
  content: url(../img/aroow_top.png);
  display: block;
}
body #page-top a:hover {
  background: #777;
}
body #page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px);
}
body #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}