@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
a:hover {
  color: #EF9137;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header {
  position: relative;
}
body header.header.top {
  height: 90vh;
}
body header.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  z-index: 99;
}
body header.header .inner .logo a {
  display: block;
  background: white;
  padding: 1rem 2rem;
  border-radius: 0 0 20px 20px;
}
body header.header .inner .logo a img {
  height: 3rem;
  width: auto;
}
body header.header .inner .sub-nav a {
  background-image: linear-gradient(90deg, rgb(255, 129, 35), rgb(255, 210, 54));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  padding: 0.8rem 3rem 0.8rem 2rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.3);
}
body header.header .inner .sub-nav a:hover {
  opacity: 0.8;
}
body header.header .inner .sub-nav a img {
  display: inline-block;
  margin-right: 1rem;
}
body header.header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  /* スクロールダウンの位置 */
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
body header.header .mainvi .scroll {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -3%;
  border: 1px solid black;
  border-radius: 100rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
body header.header .mainvi .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: 45px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
body header.header .mainvi .scroll::after {
  background-color: #ccc;
  bottom: 45px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
body .intro-wrap {
  position: relative;
  z-index: -1;
  margin-top: -9%;
}
body .intro-wrap img {
  display: block;
  width: 100%;
}
body .content-wrap {
  padding: 5rem 0;
}
body .content-wrap.spc-mb-5 {
  margin-bottom: 5rem;
}
body .content-wrap.spc-mt-5 {
  margin-top: 5rem;
}
body .content-wrap.spc-py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
body .content-wrap .inner {
  position: relative;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (min-width: 678px) and (max-width: 1500px) {
  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.sec-bg-img {
  background: url(../img/section_bg.png) no-repeat center top;
  background-size: cover;
}
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 {
  position: relative;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  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: 2.3rem;
  font-weight: bold;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
}
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: 0.9rem;
  letter-spacing: 0.4rem;
}
body .content-wrap h1.section-title::before,
body .content-wrap h2.section-title::before,
body .content-wrap h3.section-title::before,
body .content-wrap h4.section-title::before,
body .content-wrap h5.section-title::before,
body .content-wrap h6.section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/icon_ttl_bef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 88px;
}
body .content-wrap h1.section-title::after,
body .content-wrap h2.section-title::after,
body .content-wrap h3.section-title::after,
body .content-wrap h4.section-title::after,
body .content-wrap h5.section-title::after,
body .content-wrap h6.section-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/icon_ttl_aft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 88px;
}
body .content-wrap h1.lead-text,
body .content-wrap h2.lead-text,
body .content-wrap h3.lead-text,
body .content-wrap h4.lead-text,
body .content-wrap h5.lead-text,
body .content-wrap h6.lead-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
body .content-wrap .section-img {
  position: absolute;
}
body .content-wrap .section-img img {
  display: block;
  width: 100%;
  max-width: 30vw;
  object-fit: contain;
}
body .content-wrap .section-img.footprints {
  top: -50%;
  right: -20%;
}
body .content-wrap .section-img.sec_company_01 {
  top: -15%;
  left: -15%;
}
body .content-wrap .section-img.sec_company_02 {
  bottom: -20%;
  right: -27%;
}
body .content-wrap .section-img.sec_company_02 img {
  max-width: 80%;
}
body .content-wrap .section-img.sec_table_01 {
  top: -20%;
  left: -15%;
}
body .content-wrap .section-img.sec_table_02 {
  top: -20%;
  right: 0%;
}
body .content-wrap .section-img.sec_table_03 {
  bottom: -22%;
  left: -30%;
}
body .content-wrap .section-img.sec_table_04 {
  bottom: -10%;
  right: -40%;
}
body .content-wrap .section-img.sec_flow_01 {
  top: -10%;
  right: -15%;
}
body .content-wrap .section-img.sec_access_01 {
  top: -21%;
  left: -15%;
}
body .content-wrap .section-img.sec_access_02 {
  top: -20%;
  right: -15%;
}
body .content-wrap .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content-wrap .company-list li {
  width: calc(33.3333333333% - 5px);
  margin-bottom: 10px;
}
body .content-wrap .company-list li a {
  display: flex;
  justify-content: space-between;
  border: 2px solid #EF9137;
  padding: 1rem 0.5rem 1rem 1.5rem;
  transition: all 0.3s;
}
body .content-wrap .company-list li a:hover {
  opacity: 0.7;
}
body .content-wrap .company-list li a p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #205B99;
}
body .content-wrap .time-table-wrap {
  padding: 4rem;
  border-radius: 10px;
}
body .content-wrap .time-table-wrap .table-body img {
  display: block;
  width: 100%;
}
body .content-wrap .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content-wrap .flow-list li {
  width: calc(33.3333333333% - 12px);
}
body .content-wrap .flow-list li img {
  display: block;
  width: 100%;
}
body .content-wrap .access-wrap .map-text {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
body .content-wrap .access-wrap .map {
  margin-bottom: 3rem;
}
body .content-wrap .access-wrap .map iframe {
  border: 8px solid #205B99;
  border-radius: 20px;
  width: 100%;
  height: 400px;
}
body .content-wrap .access-wrap .access-detail img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
body .content-wrap .box-1col.box-1col-01 {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -20%;
}
body .content-wrap .box-1col.box-1col-01 .thumb {
  width: 60%;
}
body .content-wrap .box-1col.box-1col-01 .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2/1;
}
body .content-wrap .box-1col.box-1col-01 .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 3rem 8rem 2rem;
}
body .content-wrap .box-1col.box-1col-01 .text > p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}
body .content-wrap .box-1col.box-1col-01 .text .btn-wrap {
  margin: 0;
}
body .content-wrap .box-1col.thumb-1col img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
body .content-wrap .box-1col.thumb-1col h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
body .btn-wrap {
  width: 410px;
  margin: 0 auto;
}
body .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  padding: 1.5rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.3);
}
body .btn-wrap a:hover {
  opacity: 0.8;
}
body .btn-wrap a img {
  display: inline-block;
  margin-right: 1rem;
}
body .btn-wrap.main-color a {
  background-image: linear-gradient(90deg, rgb(255, 129, 35), rgb(255, 210, 54));
}
body .btn-wrap.reverse-color a {
  background-image: linear-gradient(90deg, rgb(13, 83, 148), rgb(5, 138, 253));
}
body .btn-wrap.center a {
  justify-content: center;
}
body footer.footer .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 0;
}
body footer.footer .inner .text {
  text-align: center;
}
body footer.footer .inner .text p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
}
body footer.footer .inner .text p.main {
  font-size: 1.1rem;
}
body footer.footer .inner .text p.font-b {
  font-weight: bold;
}
body footer.footer .inner .text p.font-med {
  font-weight: 500;
}
body footer.footer .inner .text p.time {
  letter-spacing: 0.1rem;
}
body footer.footer .inner .text p.oswald {
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 678px) and (max-width: 1500px) {
  body footer.footer .inner.inner {
    padding: 4rem 40px;
  }
}
body footer.footer .copyright {
  background: #0B60AD;
}
body footer.footer .copyright p {
  letter-spacing: 0.1rem;
}

/*==================================================
anime
==================================================*/
/* fadeUp */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeTrigger {
  opacity: 0;
}

.loader-bg {
  align-items: center;
  background-color: #F7F7F7;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

.loader img {
  height: auto;
  width: 200px;
}