main {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 15px;
  }
}
main .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  main .inner {
    margin: 0 auto;
  }
}

.breadcrumbs {
  color: #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.6666666667vw 0;
  }
}
.breadcrumbs .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .inner {
    align-items: center;
  }
}
.breadcrumbs span.this {
  color: var(--black);
}
.breadcrumbs .arrow {
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .arrow {
    margin: 0 15px;
  }
}
.breadcrumbs .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .arrow::before {
    width: 8px;
    height: 8px;
  }
}
.breadcrumbs a {
  color: #cccccc;
}

.pagettl {
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
@media screen and (max-width: 1500px) {
  .pagettl {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .pagettl {
    padding: 0;
    height: 37.3333333333vw;
  }
}
.pagettl-bg {
  background: url(../img/headbg01.png);
  background-repeat: no-repeat;
  background-position: center bottom -8px;
}
@media screen and (max-width: 767px) {
  .pagettl-bg {
    background-size: 160% auto;
  }
}
.pagettl-box {
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagettl-box {
    width: 90%;
  }
}
.pagettl-txt {
  font-size: 18px;
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagettl-txt {
    font-size: 2.4vw;
    padding-top: 1.3333333333vw;
  }
}
.pagettl-txt02 {
  font-size: 60px;
  line-height: 1.2;
  padding-top: 5px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagettl-txt02 {
    height: 2.1333333333vw;
    font-size: 8vw;
    padding-top: 0.6666666667vw;
  }
}

#story01 {
  position: relative;
  height: 720px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #story01 {
    height: auto;
  }
}
#story01 .story-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/storybg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #story01 .story-bg {
    position: static;
    height: 380px;
  }
}
#story01 .story-box {
  position: absolute;
  text-transform: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(17, 92, 169, 0) 0%, rgba(17, 92, 169, 0) calc(30% - 200px), rgba(17, 92, 169, 0.8) calc(30% + 100px), rgba(17, 92, 169, 0.8) 100%);
  height: 100%;
  width: 66.6vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #story01 .story-box {
    align-items: flex-start;
    padding-top: 110px;
    padding-bottom: 40px;
    padding-inline: 5%;
    margin-top: -30%;
    background: linear-gradient(180deg, rgba(17, 92, 169, 0) 0%, rgba(17, 92, 169, 0) calc(30% - 200px), rgb(17, 92, 169) 20%, rgb(17, 92, 169) 100%);
    position: static;
    height: auto;
    width: 100%;
  }
}
#story01 .story-ttl {
  max-width: 520px;
  font-size: 34px;
  line-height: 60px;
  margin-bottom: 35px;
}
#story01 .story-ttl span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #story01 .story-ttl {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
#story01 .story-txt {
  max-width: 520px;
}
#story01 .story-txt span.in-line-blok {
  display: inline-block;
}
#story01 .story-txt span.border {
  width: 26px;
  margin: 5px 0px;
  color: #fff;
  height: 1px;
  display: inline-block;
  background: #fff;
}

#story02 {
  margin: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  #story02 {
    margin: 70px 0;
  }
}
#story02 .story-ttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: var(--blue);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #story02 .story-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#story02 .story-txt {
  max-width: 700px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #story02 .story-txt {
    margin-bottom: 50px;
  }
}
#story02 .story-flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px 105px 80px;
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox {
    display: block;
    width: 100%;
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox {
    margin: 0 0 70px 0;
  }
}
#story02 .story-flexbox02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 20px 95px 25px;
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox02 {
    display: block;
    width: 100%;
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox02 {
    margin: 0 0 70px 0;
  }
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox-content {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
  }
}
#story02 .story-flexbox-contentbox {
  margin: 0 auto;
  position: relative;
}
#story02 .story-flexbox-content-ttl {
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--blue);
  height: 160px;
  padding-left: 80px;
  margin-top: 30px;
  width: 380px;
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox-content-ttl {
    width: 100%;
    padding-left: 127px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox-content-ttl {
    font-size: 20px;
    height: 95px;
    padding-left: 80px;
    margin-top: 5px;
    width: 100%;
  }
}
#story02 .story-flexbox-content-num {
  width: 160px;
  height: 160px;
  border: solid 1px #94c9ff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94c9ff;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: -47px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox-content-num {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox-content-num {
    width: 100px;
    height: 100px;
    font-size: 28px;
    left: 0;
  }
}
#story02 .story-flexbox-content-txt {
  margin-top: 30px;
  width: 380px;
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox-content-txt {
    width: 100%;
  }
}
#story02 .story-flexbox03 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox03 {
    margin-bottom: 60px;
  }
}
#story02 .story-flexbox03-content {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 20px;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox03-content {
    width: 100%;
  }
}
#story02 .story-flexbox03-content-img {
  border-right: solid 1px #e5e5e5;
  width: 40%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox03-content-img {
    text-align: center;
  }
  #story02 .story-flexbox03-content-img img {
    max-width: 100%;
  }
}
#story02 .story-flexbox03-content-area {
  width: 60%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #story02 .story-flexbox03-content-area {
    padding: 0 20px;
  }
}
#story02 .story-flexbox03-content-ttl {
  font-size: 18px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox03-content-ttl {
    font-size: 17px;
  }
}
#story02 .story-flexbox03-content-ttl span {
  display: inline-block;
}
#story02 .story-flexbox03-content-txt {
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox03-content-txt {
    font-size: 14px;
  }
}
#story02 .story-flexbox04 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #story02 .story-flexbox04 {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
