@charset "utf-8";

/*========= レイアウト ===============*/
body {
  background-color: #fff;
}

small {
  color: #fff;
  display: block;
  text-align: center;
}
#header {
  width: 100vw;
}

section {
  width: 100%;
}

h2 {
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.sec_ttlbox {
  background-color: #3d4857;
  width: 960px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.2rem;
  }
  .sec_ttlbox {
    width: 80vw;
  }
}

/*========= hero ===============*/
.hero {
  height: 600px;
  background-image: url(../images/access/main-min.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  display: flex;
  justify-content: center;
}
.hero_txtbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 160px;
  padding-bottom: 50px;
  width: 960px;
}
.hero_read,
.hero_txt {
  text-align: left;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}
.hero_read {
  font-size: 1.5rem;
}
.hero_txt {
  font-size: 2.3rem;
  text-shadow: 1px 2px 3px #000;
}

@media screen and (max-width: 1024px) {
  .hero {
    height: 55vh;
  }
  .hero_txtbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 10%;
    width: 80vw;
  }
  .hero_read {
    font-size: 1rem;
  }
  .hero_txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/*========= 各section 共通 ===============*/
.sec_wrap {
  width: 960px;
  margin: 0 auto;
}
.sec_txtbox2 p {
  font-size: 0.9rem;
}

@media screen and (max-width: 1024px) {
  .sec_wrap {
    width: 80vw;
  }
  .sec_ttl {
    width: 80vw;
  }
  .sec_box {
    width: 80vw;
  }
  .sec_box img {
    width: 100%;
    border-radius: 5px;
  }
  .sec_txtbox2 p {
    font-size: 0.8rem;
  }
  .sec_ttlbox span {
    font-size: 0.88rem;
  }
}

/*========= section 1 ===============*/
.sec_01 {
  width: 960px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}
.sec_01 img {
  width: 350px;
  height: 30px;
}
.ttlbox {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .sec_01 {
    width: 80vw;
  }
  .sec_01 img {
    width: 100%;
  }
  .ttlbox {
    margin-top: 40px;
  }
}

/*========= section 2 ===============*/
.sec_02 img {
  width: 100%;
}
.rail_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rail_box img {
  width: 660px;
}
@media screen and (max-width: 1024px) {
  .rail_box img {
    width: 80vw;
  }
}

/*========= section 3 ===============*/
.sec_03 img {
  width: 100%;
}

/*========= section 4 ===============*/
.sec_04 img {
  width: 100%;
}
.sec_04_box {
  display: block;
  align-items: flex-start;
}
.sec_04_box img {
  width: 450px;
  border-radius: 5px;
}
.access_time img {
  width: 280px;
  height: 46px;
}
.sec_04_box p {
  margin: 10px auto;
}

@media screen and (max-width: 1024px) {
  .sec_04_box img {
    width: 80vw;
  }
  .access_time img {
    width: 60%;
  }
}
