@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.header .inner {
  padding: 0 1.5rem;
}
body header.header .inner .logo a {
  display: block;
  background: white;
  padding: 1rem 2rem;
}
body header.header .inner .logo a img {
  height: 3rem;
  width: auto;
}
body header.header .inner .sub-nav a {
  padding: 0.8rem 3rem 0.8rem 2rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
body header.header .inner .sub-nav a img {
  display: inline-block;
  margin-right: 1rem;
}
body header.header .mainvi {
  /* スクロールダウンの位置 */
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv_sp.svg);
}
body header.header .mainvi .scroll {
  display: none;
}
body .intro-wrap {
  position: relative;
  z-index: -1;
  margin-top: 0;
}
body .content-wrap {
  padding: 5rem 0;
}
body .content-wrap.spc-mb-5 {
  margin-bottom: 10rem;
}
body .content-wrap.spc-mt-5 {
  margin-top: 15rem;
}
body .content-wrap.spc-py-10 {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
body .content-wrap .inner {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap.sec-bg-img {
  background: url(../img/section_bg.png) center top;
}
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: 100%;
  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.2rem;
  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: 1.1rem;
  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: "";
  width: 50px;
  height: 55px;
}
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: "";
  width: 50px;
  height: 55px;
}
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: 2.2rem;
}
body .content-wrap .section-img {
  position: absolute;
}
body .content-wrap .section-img img {
  display: block;
  width: 100%;
  max-width: 100px;
  object-fit: contain;
}
body .content-wrap .section-img.footprints {
  display: none;
}
body .content-wrap .section-img.sec_company_01 {
  display: none;
}
body .content-wrap .section-img.sec_company_02 {
  width: 90%;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}
body .content-wrap .section-img.sec_company_02 img {
  max-width: 100%;
}
body .content-wrap .section-img.sec_table_01 {
  top: -15%;
  left: 0;
}
body .content-wrap .section-img.sec_table_02 {
  top: 7%;
  right: 0%;
}
body .content-wrap .section-img.sec_table_03 {
  bottom: -20%;
  left: 0;
}
body .content-wrap .section-img.sec_table_04 {
  bottom: 7%;
  right: 0;
}
body .content-wrap .section-img.sec_flow_01 {
  width: 90%;
  top: -18%;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
body .content-wrap .section-img.sec_flow_01 img {
  max-width: 90%;
  margin: 0 auto;
}
body .content-wrap .section-img.sec_access_01 {
  width: 90%;
  top: -62%;
  left: 50%;
  transform: translateX(-50%);
}
body .content-wrap .section-img.sec_access_01 img {
  max-width: 90%;
  margin: 0 auto;
}
body .content-wrap .section-img.sec_access_02 {
  top: -20%;
  right: 0;
}
body .content-wrap .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body .content-wrap .company-list li {
  width: calc(50% - 5px);
  height: 100%;
  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 {
  color: #EF9137;
  border-color: #EF9137;
}
body .content-wrap .company-list li a p {
  font-size: 0.9rem;
}
body .content-wrap .time-table-wrap {
  padding: 4rem 2rem;
}
body .content-wrap .flow-list {
  display: block;
  padding-bottom: 20rem;
}
body .content-wrap .flow-list li {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
body .content-wrap .access-wrap .access-detail img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
body .content-wrap .box-1col.box-1col-01 {
  display: block;
}
body .content-wrap .box-1col.box-1col-01 .thumb {
  width: 115%;
  margin-left: -15%;
}
body .content-wrap .box-1col.box-1col-01 .text {
  width: 100%;
  padding: 4rem 2rem;
  padding-bottom: 0;
}
body .content-wrap .box-1col.box-1col-01 .text > p {
  font-size: 1.5rem;
}
body .btn-wrap {
  width: 100%;
}
body .btn-wrap a {
  font-size: 1.5rem;
}
body footer.footer .inner {
  padding: 4rem 1.5rem;
}