@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.visual {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .visual {
    margin-bottom: 50px;
  }
}
.visual .visual-content {
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 208px 60px 67px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content {
    padding: 160px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content {
    padding: 100px 20px 25px;
  }
}
.visual .visual-content:after {
  content: "";
  position: absolute;
  top: 57px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content:after {
    top: 35px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content:after {
    top: 20px;
    left: calc(50% - 33px);
    width: 66px;
    height: 66px;
  }
}
.visual .visual-content .visual-num {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.001em;
  width: 230px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1374CA;
  margin: 0 auto 25px;
  background: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content .visual-num {
    font-size: 22px;
    width: 200px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content .visual-num {
    font-size: 18px;
    width: 170px;
    height: 34px;
    margin: 0 auto 20px;
  }
}
.visual .visual-content .visual-title {
  color: #fff;
  font-size: 45px;
  font-size: 2.3vw;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.88;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content .visual-title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content .visual-title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 430px) {
  .visual .visual-content .visual-title {
    font-size: 22px;
  }
}
.visual .visual-content.--01 {
  background-image: url("../img/story/01/img_kvback.jpg");
}
.visual .visual-content.--01:after {
  background-image: url("../img/story/01/img_illust01.svg");
}
.visual .visual-content.--02 {
  background-image: url("../img/story/02/img_kvback.jpg");
}
.visual .visual-content.--02:after {
  background-image: url("../img/story/02/img_illust01.svg");
}
.visual .visual-content.--03 {
  background-image: url("../img/story/03/img_kvback.jpg");
}
.visual .visual-content.--03:after {
  background-image: url("../img/story/03/img_illust01.svg");
}

.story-content .content-left {
  padding: 0 20% 0 45%;
  min-height: 600px;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .story-content .content-left {
    padding: 0 5% 0 45%;
    min-height: 450px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .story-content .content-left {
    min-height: 400px;
    padding: 0 10% 0 45%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-left {
    min-height: 400px;
    padding: 0 5% 0 45%;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-left {
    min-height: 0;
    height: auto;
    padding: 330px 20px 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .story-content .content-left {
    padding: 280px 20px 0;
  }
}
.story-content .content-left .content-left__catch {
  padding: 0 5%;
  height: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .story-content .content-left .content-left__catch {
    max-width: 660px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-left .content-left__catch {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-left .content-left__catch {
    display: block;
    width: 100%;
    padding: 0 5px 0;
    height: auto;
  }
}
.story-content .content-left .content-left__catch h3 {
  font-size: 1.65vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.001em;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .story-content .content-left .content-left__catch h3 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-left .content-left__catch h3 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-left .content-left__catch h3 {
    font-size: 3.9vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .story-content .content-left .content-left__catch h3 {
    font-size: 19px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.story-content .content-left .content-left__catch p {
  line-height: 2;
}
.story-content .content-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  min-height: 600px;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .story-content .content-left:after {
    min-height: 450px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .story-content .content-left:after {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-left:after {
    min-height: 0;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 430px) {
  .story-content .content-left:after {
    width: 100%;
    height: 250px;
  }
}
.story-content .content-item__wrap .content-item {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-item__wrap .content-item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-item__wrap .content-item {
    margin-bottom: 50px;
  }
}
.story-content .content-item__wrap .content-item h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.001em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-item__wrap .content-item h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-item__wrap .content-item h3 {
    font-size: 3.9vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .story-content .content-item__wrap .content-item h3 {
    font-size: 19px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.story-content .content-item__wrap .content-item p {
  line-height: 2;
}
.story-content .content-img__back1 {
  width: 100%;
  height: 650px;
  background-position: center;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-img__back1 {
    height: 450px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-img__back1 {
    height: 300px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .story-content .content-img__back1 {
    height: 250px;
  }
}
.story-content .content-img__back2 {
  width: 100%;
  height: 650px;
  background-position: center;
  background-size: cover;
  margin-bottom: 200px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-content .content-img__back2 {
    height: 450px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .story-content .content-img__back2 {
    height: 300px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .story-content .content-img__back2 {
    height: 250px;
  }
}
.story-content.--01 .content-img__back1 {
  background-image: url("../img/story/01/img01.jpg");
}
.story-content.--01 .content-left:after {
  background-image: url("../img/story/01/img02.jpg");
}
.story-content.--01 .content-img__back2 {
  background-image: url("../img/story/01/img03.jpg");
}
.story-content.--02 .content-img__back1 {
  background-image: url("../img/story/02/img01.jpg");
}
.story-content.--02 .content-left:after {
  background-image: url("../img/story/02/img02.jpg");
}
.story-content.--02 .content-img__back2 {
  background-image: url("../img/story/02/img03.jpg");
}
.story-content.--03 .content-img__back1 {
  background-image: url("../img/story/03/img01.jpg");
}
.story-content.--03 .content-left:after {
  background-image: url("../img/story/03/img02.jpg");
}
.story-content.--03 .content-img__back2 {
  background-image: url("../img/story/03/img03.jpg");
}

.story-link .story-sub {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-link .story-sub {
    font-size: 26px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .story-link .story-sub {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.story-link .story-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .story-link .story-link__wrap {
    display: block;
  }
}
.story-link .story-link__wrap .story-link__content {
  width: 50%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .story-link .story-link__wrap .story-link__content {
    width: 100%;
  }
}
.story-link .story-link__wrap .story-link__content:hover {
  opacity: 0.8;
}
.story-link .story-link__wrap .story-link__content a {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-link .story-link__wrap .story-link__content a {
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .story-link .story-link__wrap .story-link__content a {
    width: 100%;
    min-height: 300px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.story-link .story-link__wrap .story-link__content a div {
  text-align: center;
}
.story-link .story-link__wrap .story-link__content a div .story-num {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.001em;
  width: 180px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1374CA;
  margin: 0 auto 48px;
  background: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-link .story-link__wrap .story-link__content a div .story-num {
    font-size: 20px;
    width: 140px;
    height: 36px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 768px) {
  .story-link .story-link__wrap .story-link__content a div .story-num {
    font-size: 16px;
    width: 110px;
    height: 30px;
    margin: 0 auto 20px;
  }
}
.story-link .story-link__wrap .story-link__content a div .story-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.83;
  margin-bottom: 57px;
  height: 13vw;
  max-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .story-link .story-link__wrap .story-link__content a div .story-title {
    font-size: 2.3vw;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .story-link .story-link__wrap .story-link__content a div .story-title {
    display: block;
    height: auto;
    max-height: auto;
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.story-link .story-link__wrap .story-link__content a div .icon {
  margin-left: -50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .story-link .story-link__wrap .story-link__content a div .icon {
    margin-left: -25px;
  }
}
.story-link.--01 .story-link__content {
  background-image: url("../img/story/01/img_other01.jpg");
}
.story-link.--01 .story-link__content:last-child {
  background-image: url("../img/story/01/img_other02.jpg");
}