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

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
  /*========= ページトップのためのCSS ===============*/
}
body header.header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 10%;
  height: 100%;
}
body header.header .mainvi .copy h1 {
  width: 100%;
}
body header.header .mainvi .copy h1 span {
  font-size: 3.6rem;
}
body header.header .mainvi .scroll span {
  top: -11rem;
}
body header.header .mainvi .scroll::after {
  height: 100px;
}
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner.inner-ss {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-s {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-m {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  padding: 0 1.5rem;
}
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: 3rem;
}
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: 2rem;
}
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: 1rem;
}
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: auto;
  right: 0;
  top: 0;
  display: block;
  color: white;
  font-size: 5.9rem;
}
body .content-wrap .company-wrap {
  display: block;
}
body .content-wrap .company-wrap .title {
  -ms-writing-mode: initial;
  writing-mode: initial;
  font-size: 5rem;
  font-weight: 300;
  padding-bottom: 2rem;
}
body .content-wrap .company-wrap .main-content {
  max-width: 100%;
  width: 100%;
}
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.2rem;
  line-height: 2;
  padding-bottom: 2rem;
}
body .content-wrap .company-wrap .main-content .text-detail .t-ja {
  font-size: 1rem;
}
body .content-wrap .bg-img {
  aspect-ratio: 16/10;
}
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 {
  justify-content: center;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li {
  width: 49.7%;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(4n) {
  margin-right: 1px;
}
body .content-wrap .modal-wrap .modal-body .thumb img {
  display: block;
  width: 100%;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
}
body .content-wrap .map {
  aspect-ratio: 1/1;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body footer.footer .inner {
  padding: 4rem 0;
}
body footer.footer .inner .head .logo img {
  max-width: 180px;
}
body footer.footer .inner .head .name {
  font-size: 1rem;
  font-weight: bold;
}
body #page-top a {
  width: 60px;
  height: 60px;
  font-size: 0.7rem;
}