@charset "utf-8";

p {
  font-size: 1.68rem;
  line-height: 2.6;
  letter-spacing: 0.2rem;
}

section:not(:last-of-type) {
  margin-bottom: 200px !important;
}

section:last-of-type {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: max(2.33vw, 16px);
    letter-spacing: 0;
  }

  section:last-of-type {
    padding-bottom: 8vh;
  }

  section:not(:last-of-type) {
    margin-bottom: 12vh !important;
  }
}
@media screen and (max-width: 599px) {
  p {
    font-size: max(3.46vw, 13px);
  }
}

/*-----------------------

	class

-----------------------*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_C {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
}

.p_ab {
  position: absolute;
}

/*-----------------------

	header

-----------------------*/
.main_V {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 8%;
}

.main_V h1 {
  position: absolute;
  width: 23.46%;
  right: 4%;
  top: 4%;
}

.main_V h2 img {
  display: block;
  width: 100%;
  height: auto;
}

#story02 .main_V h2 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main_V {
    margin-bottom: 12%;
  }

  .main_V h1 {
    width: 50%;
    top: 4%;
  }
}

/*-----------------------

	story01

-----------------------*/
#story01 h4 {
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
}

/* ---- sec_01 ----*/
#story01 .sec_01 h3 {
  text-align: center;
  margin-bottom: 8%;
}

#story01 .sec_01 .flex p {
  width: 54%;
}

#story01 .sec_01 .flex ul {
  width: 42%;
}

#story01 .sec_01 .flex ul li:not(:last-child) {
  margin-bottom: 20px;
}

/* ---- sec_02 ----*/
#story01 .sec_02 .flex {
  margin-bottom: 4%;
  justify-content: start;
  align-items: center;
}

#story01 .sec_02 .flex img {
  width: 60%;
}

#story01 .sec_02 .flex h4 {
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* ---- sec_03 ----*/
#story01 .sec_03 {
  position: relative;
}

#story01 .sec_03 .box01 {
  width: 66%;
  margin-bottom: 10%;
}

#story01 .sec_03 .box01 h4 {
  width: 40%;
  margin-bottom: 4%;
}

#story01 .sec_03 ul {
  position: absolute;
  top: 0;
  right: 8px;
  width: 38%;
}

#story01 .sec_03 ul li {
  margin-bottom: 20px;
}

/* ---- sec_04 ----*/
#story01 .sec_04 {
  position: relative;
}

#story01 .sec_04 h4 {
  margin: 0 auto;
}

#story01 .sec_04 ul {
  position: relative;
  height: 430px;
}

#story01 .sec_04 ul li {
  position: absolute;
}

#story01 .sec_04 .acc01 {
  width: 40%;
  bottom: 90px;
  left: 20px;
}

#story01 .sec_04 .acc02 {
  bottom: 0;
  width: 30%;
  right: 0;
}

/* ---- sec_05 ----*/
#story01 .sec_05 .inner figure {
  width: 41%;
}

#story01 .sec_05 .box01 {
  width: 56%;
}

#story01 .sec_05 .box01 h4 {
  margin: 0 auto 4%;
}

/* ---- sec_07 ----*/
#story01 .sec_07>figure {
  text-align: center;
  margin-bottom: 8%;
  padding: 0 2%;
}

#story01 .sec_07 .box01 {
  width: 30%;
}

#story01 .sec_07 .box01 img {
  transform: translate(-30px, 0px);
}

#story01 .sec_07 h4 {
  margin: 0 auto 180px;
}

#story01 .sec_07 .flex>p {
  width: 60%;
}

#story01 .sec_07 .acc01 {
  display: block;
  margin: 0 auto;
  padding: 0 2%;
}

/* ---- sec_08 ----*/
#story01 .sec_08 h4 {
  margin: 0 auto;
}

#story01 .sec_08 figure {
  text-align: center;
  margin-bottom: 8%;
  padding: 0 2%;
}

@media screen and (max-width: 768px) {
  #story01 h4 {
    font-size: 2.4rem;
  }

  #story01 .sec_01 h3 {
    margin-bottom: 8vh;
  }

  #story01 .sec_01 h3 img {
    width: 25%;
  }

  #story01 .sec_01 .flex p {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story01 .sec_01 .flex ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4vh;
  }

  #story01 .sec_01 .flex ul li {
    width: 50%;
  }

  #story01 .sec_02 .flex {
    margin-bottom: 5vh;
  }

  #story01 .sec_02>p {
    margin-bottom: 4vh;
  }

  #story01 .sec_02 img.is_sp {
    width: 90%;
    margin: 0 auto;
  }

  #story01 .sec_03 .box01 {
    width: 100%;
    margin-bottom: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story01 .sec_03 .box01 h4 {
    width: auto;
    margin-bottom: 5vh;
  }

  #story01 .sec_03 ul {
    position: static;
    width: 100%;
    text-align: center;
  }

  #story01 .sec_04 .flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story01 .sec_04 h4 {
    width: 100%;
    margin-bottom: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story01 .sec_04 ul {
    position: static;
    height: auto;
    margin-top: 4vh;
  }

  #story01 .sec_04 ul li {
    position: static;
  }

  #story01 .sec_04 .acc01 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  #story01 .sec_04 .acc02 {
    width: 100%;
    text-align: center;
  }

  #story01 .sec_05 .box01 h4 {
    margin-bottom: 5vh;
  }

  #story01 .sec_05 .box01 {
    width: 100%;
    margin-bottom: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story01 .sec_05 .inner figure {
    width: 100%;
    text-align: center;
  }

  #story01 .sec_07>figure {
    margin-bottom: 8vh;
  }

  #story01 .sec_07 .box01 {
    width: 100%;
  }

  #story01 .sec_07 h4 {
    margin-bottom: 5vh;
  }

  #story01 .sec_07 .flex>p {
    width: 100%;
    margin-bottom: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story01 .sec_07 .sp_only_img {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 20px;
  }

  #story01 .sec_08 .flex img {
    width: 100%;
    margin-bottom: 8vh;
  }

  #story01 .sec_08 figure {
    margin-top: 4vh;
  }
}

/*-----------------------

	story02

-----------------------*/
#story02 {
  background-color: #84bbb6;
  color: #fff;
}

#story02 h4 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 2.2;
  letter-spacing: 1rem;
}

/* ---- sec_01 ----*/
#story02 .sec_01 h3 {
  text-align: center;
  margin-bottom: 4%;
  width: 42%;
  margin: 0 auto 4%;
}


#story02 .sec_01 .acc01 {
  margin-bottom: 8%;
  transform: translate(-70px, 0);
}

#story02 .sec_01 ul {
  position: relative;
  max-width: 1000px;
  height: 340px;
  margin: 0 auto;
}

#story02 .sec_01 ul li {
  position: absolute;
}

#story02 .sec_01 ul li:first-child {
  bottom: 200px;
  right: 0;
  width: 45%;
}

#story02 .sec_01 ul li:last-child {
  bottom: 0;
  left: 0;
}

/* ---- sec_02 ----*/
#story02 .sec_02 .flex {
  margin-bottom: 18%;
  align-items: center;
}

#story02 .sec_02 .flex>p {
  width: 60%;
}

#story02 .sec_02 .flex>h4 {
  width: 34%;
}

#story02 .sec_02 .box01 {
  position: relative;
}

#story02 .sec_02 .img01,
#story02 .sec_02 .img02 {
  position: absolute;
}

#story02 .sec_02 .img01 {
  top: -90px;
  right: 0;
  width: 31%;
}

#story02 .sec_02 .img02 {
  right: 0;
  bottom: -270px;
  width: 46%;
}

#story02 .sec_02 .acc01 {
  margin-top: 18%;
}

/* ---- sec_03 ----*/
#story02 .sec_03 .box01 {
  width: 55%;
}

#story02 .sec_03 h4 {
  margin-bottom: 18%;
}

#story02 .sec_03 .flex .img01 {
  width: 38%;
}

#story02 .sec_03>p {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  max-width: 1000px;
  margin: 0 auto 4%;
  padding: 0 2%;
}

#story02 .sec_03 .acc01 {
  text-align: center;
  padding: 0 2%;
}

/* ---- sec_04 ----*/
#story02 .sec_04 .box01 {
  align-items: center;
  margin-bottom: 8%;
}

#story02 .sec_04 h4 {
  width: 45%;
}

#story02 .sec_04 .box01 figure {
  width: 50%;
}

#story02 .sec_04 p:nth-of-type(1) {
  width: 45%;
}

#story02 .sec_04 p:nth-of-type(2) {
  width: 50%;
  margin-top: 12%;
}

/* ---- sec_06 ----*/
#story02 .sec_06 h4 {
  width: 33%;
}

#story02 .sec_06 .flex>p {
  width: 63%;
}

#story02 .sec_06 .box01 {
  position: relative;
  height: 480px;
  margin-bottom: 8%;
}


#story02 .sec_06 .box01 .img01 {
  top: -40px;
  right: 0;
  width: 60%;
}

#story02 .sec_06 .box01 .acc01 {
  bottom: 120px;
  left: -110px;
}

#story02 .sec_06 .img02 {
  display: block;
  text-align: center;
  padding: 0 2%;
  margin: 0 auto 4%;
}

#story02 .sec_06 .box02 {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 12%;
  padding-bottom: 600px;
}

#story02 .sec_06 .box02 .img03 {
  right: 0;
  width: 48%;
}

#story02 .sec_06 .box02 .img04 {
  left: 0;
  top: 345px;
  width: 35%;
}

/* ---- sec_07 ----*/
#story02 .sec_07 .flex {
  margin-bottom: 8%;
  align-items: center;
}

#story02 .sec_07 .flex>p {
  width: 60%;
}

#story02 .sec_07 .flex>h4 {
  width: 34%;
}

#story02 .sec_07 .flex .acc01 {
  width: 38%;
  margin-bottom: 8%;
}

/* ---- snap ----*/
#story02 .snap_ttl_bg {
  background-color: #84bbb6;
}

#story02 .snap h5 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #story02 h4 {
    font-size: 2.4rem;
    letter-spacing: 0.8rem;
    line-height: 1.8;
  }

  #story02 .sec_01 h3 {
    width: 67%;
    margin: 0 auto 8vh;
  }

  #story02 .sec_01 .acc01 {
    width: 68%;
    transform: none;
  }

  #story02 .sec_01 p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vh;
  }

  #story02 .sec_01 ul {
    height: auto;
  }

  #story02 .sec_01 ul li {
    position: static;
  }

  #story02 .sec_01 ul li:first-child {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  #story02 .sec_01 ul li:last-child {
    padding: 0 20px;
    width: 90%;
  }

  #story02 .sec_02 .flex {
    margin-bottom: 4vh;
  }

  #story02 .sec_02 .flex>p {
    width: 100%;
    margin-bottom: 8vh;
  }

  #story02 .sec_02 .flex>h4 {
    width: 100%;
  }

  #story02 .sec_02 .img01,
  #story02 .sec_02 .img02 {
    position: static;
  }

  #story02 .sec_02 .img01 {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 4vh;
    margin-bottom: 20px;
    text-align: right;
  }

  #story02 .sec_02 .img02 {
    width: 100%;
    text-align: right;
  }

  #story02 .sec_03 .box01 {
    width: 100%;
  }

  #story02 .sec_03 h4 {
    margin-bottom: 8vh;
  }

  #story02 .sec_03 .flex .img01 {
    width: 100%;
    text-align: center;
  }

  #story02 .sec_03>p {
    justify-content: start;
    align-items: start;
    padding: 0 4%;
  }

  #story02 .sec_04 .box01 figure {
    width: 100%;
    order: 0;
    margin-bottom: 8vh;
  }

  #story02 .sec_04 h4 {
    width: 100%;
    order: 1;
  }

  #story02 .sec_04 p:nth-of-type(1) {
    width: 100%;
    order: 1;
    text-align: center;
  }

  #story02 .sec_04 p:nth-of-type(2) {
    width: 100%;
    order: 0;
    margin-bottom: 4vh;
    margin-top: 0;
  }

  #story02 .sec_06 h4 {
    width: 100%;
  }

  #story02 .sec_06 .sp_acc {
    width: 55%;
    margin: 0 auto 8vh;
    text-align: center;
  }

  #story02 .sec_06 .flex>p {
    width: 100%;
  }

  #story02 .sec_06 .box01 {
    height: auto;
    margin-bottom: 20px;
  }

  #story02 .sec_06 .box01 .img01 {
    position: static;
    width: 80%;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }

  #story02 .sec_06 .img02 {
    padding: 0 4%;
    margin-bottom: 4vh;
  }

  #story02 .sec_06 .box02 {
    height: auto;
    padding: 0;
  }

  #story02 .sec_06 .box02 .img03 {
    position: static;
    width: 80%;
    margin: 0 auto 8%;
  }

  #story02 .sec_06 .box02 .img04 {
    position: static;
    margin-left: 44%;
    width: 50%;
    text-align: right;
  }

  #story02 .sec_07 .flex>p {
    width: 100%;
    margin-bottom: 8vh;
  }

  #story02 .sec_07 .flex>h4 {
    width: 100%;
  }

  #story02 .sec_07 .flex .acc01 {
    width: 68%;
    margin-right: 0;
    margin-left: auto;
  }
}

/*-----------------------

	story03

-----------------------*/
#story03 {
  background-color: #ddb581;
  color: #fff;
}

#story03 h4 {
  text-align: center;
  margin: 0 auto 8%;
}

@media screen and (max-width: 599px) {
  #story03 h4 {
    margin-bottom: 12%;
  }
}

/* ---- sec_01 ----*/
#story03 .sec_01 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}

#story03 .sec_01 h3 {
  text-align: center;
  max-width: 455px;
  width: 60%;
  margin: 0 auto 12%;
}

#story03 .sec_01 .wrap .img01 {
  display: block;
  width: 38.57%;
  margin-bottom: 27px;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  #story03 .sec_01 .wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story03 .sec_01 .wrap .img01 {
    width: 80%;
    margin: 2vh auto;
  }
}

/* ---- sec_02 ----*/
#story03 .sec_02 h4 {
  width: 60.65%;
}

#story03 .sec_02 .main_character01 {
  text-align: center;
  margin: 0 auto 12%;
  max-width: 800px;
  width: 80%;
}

#story03 .sec_02 .wrap .img02 {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  margin-top: -10%;
  width: 78%;
  margin-bottom: 12%;
}

#story03 .sec_02 .wrap .img03 {
  width: 80%;
  margin-bottom: 12%;
}

#story03 .sec_02 .wrap .img04 {
  width: 90%;
  margin: 0 auto 12%;
  text-align: center;
}

#story03 .sec_02 .wrap p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-left: 46%;
}

#story03 .sec_02 .wrap .img05 {
  margin-top: -8%;
}

@media screen and (max-width: 599px) {
  #story03 .sec_02 .main_character01 {
    width: 94%;
  }

  #story03 .sec_02 .wrap .img02 {
    margin: 2vh auto 5vh;
    width: 94%;
  }

  #story03 .sec_02 .wrap .img03 {
    width: 94%;
    margin: 0 auto 5vh;
  }

  #story03 .sec_02 .wrap .img04 {
    width: 100%;
  }

  #story03 .sec_02 .wrap p:nth-of-type(1),
  #story03 .sec_02 .wrap p:nth-of-type(2) {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  #story03 .sec_02 .wrap .img05 {
    margin-top: 4vh;
  }
}

/* ---- sec_03 ----*/
#story03 .sec_03 h4 {
  width: 82%;
}

#story03 .sec_03 .img06 {
  margin-bottom: 12%;
}

#story03 .sec_03 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8%;
}

#story03 .sec_03 .wrap .img07 {
  width: 34.94%;
}

#story03 .sec_03 .wrap p {
  width: 65%;
}

#story03 .sec_03 .img08 {
  width: 50.6%;
  margin: 0 auto;
  padding-left: 90px;
}

@media screen and (max-width: 599px) {
  #story03 .sec_03 .wrap p {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  #story03 .sec_03 .wrap .img07 {
    width: 74.94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 4vh;
  }

  #story03 .sec_03 .img08 {
    width: 60.6%;
    margin: 0;
    padding: 0;
  }
}

/* ---- sec_05 ----*/
#story03 .sec_05 h4 {
  width: 45.7%;
}

#story03 .sec_05 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#story03 .sec_05 .img10 {
  margin-bottom: 8%;
}

#story03 .sec_05 .wrap>p {
  width: 48%;
  margin-top: 30px;
}

#story03 .sec_05 .wrap .img11 {
  width: 52%;
}

@media screen and (max-width: 599px) {
  #story03 .sec_05 .wrap>p {
    width: 100%;
    margin-top: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story03 .sec_05 .wrap .img11 {
    width: 80%;
    margin: 4vh auto 0;
  }
}

/* ---- sec_06 ----*/
#story03 .sec_06 h4 {
  width: 50.76%;
}

#story03 .sec_06 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 8%;
}

#story03 .sec_06 .wrap .img12 {
  width: 36%;
}

#story03 .sec_06 .wrap>p {
  width: 56%;
}

@media screen and (max-width: 599px) {
  #story03 .sec_06 .wrap .img12 {
    width: 80%;
    margin-bottom: 12%;
  }

  #story03 .sec_06 .wrap>p {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story03 .sec_06 .img13 {
    margin: 0 calc(50% - 50vw);
  }
}

/* ---- sec_07 ----*/
#story03 .sec_07 h4 {
  width: 60.57%;
}

#story03 .sec_07 .img14 {
  margin-bottom: 8%;
}

/*-----------------------

	story04

-----------------------*/
#story04 {
  background-color: #3e3a3a;
  color: #fff;
}

/* ---- sec_01 ----*/
#story04 .sec_01 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#story04 .sec_01 h3 {
  text-align: center;
  margin: 0 auto 12%;
  max-width: 320px;
  width: 42%;
}

#story04 .sec_01 .wrap .img01 {
  width: 42%;
  margin-bottom: 27px;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  #story04 .sec_01 h3 {
    width: 50%;
  }

  #story04 .sec_01 .wrap {
    display: block;
  }

  #story04 .sec_01 .wrap>p {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story04 .sec_01 .wrap .img01 {
    width: 88%;
    margin: 4vh auto 0;
  }
}

/* ---- sec_02 ----*/
#story04 .sec_02 .ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}

#story04 .sec_02 .ttl_wrap h4 {
  width: 4.1%;
  margin: 0 3%;
}

#story04 .sec_02 .ttl_wrap .img02 {
  width: 80.8%;
  max-width: 720px;
}

#story04 .sec_02 .wrap {
  display: flex;
  align-items: center;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

#story04 .sec_02 .wrap .img03 {
  width: 43.92%;
  max-width: 600px;
  margin-right: 6%;
}

#story04 .sec_02 .wrap>p {
  padding-right: 2rem;
}

@media screen and (max-width: 599px) {
  #story04 .sec_02 .ttl_wrap {
    margin-bottom: 12%;
  }

  #story04 .sec_02 .ttl_wrap h4 {
    order: 1;
    text-align: center;
    margin: 0 auto 8%;
    width: 6.1%;
  }

  #story04 .sec_02 .ttl_wrap .img02 {
    width: 100%;
    order: 2;
  }

  #story04 .sec_02 .wrap {
    display: block;
    padding: 0 4%;
  }

  #story04 .sec_02 .wrap .img03 {
    width: 100%;
    margin: 0 auto 12%;
  }

  #story04 .sec_02 .wrap>p {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

/* ---- sec_03 ----*/
#story04 .sec_03 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}

#story04 .sec_03 .ttl_wrap h4 {
  width: 4.1%;
  margin: 0 auto;
}

#story04 .sec_03 .ttl_wrap .img04 {
  width: 59.8%;
}

#story04 .sec_03 .wrap {
  display: flex;
  align-items: center;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

#story04 .sec_03 .wrap .img05 {
  width: 67.6%;
  max-width: 650px;
  margin-right: 50px;
}

#story04 .sec_03 .wrap>p {
  padding-right: 2rem;
}

@media screen and (max-width: 599px) {
  #story04 .sec_03 .ttl_wrap {
    display: block;
    margin-bottom: 8%;
  }

  #story04 .sec_03 .ttl_wrap h4 {
    margin: 0 auto 8%;
    width: 6.1%;
  }

  #story04 .sec_03 .ttl_wrap .img04 {
    width: 90%;
    margin: 0 auto;
  }

  #story04 .sec_03 .wrap {
    display: block;
    padding: 0 4%;
  }

  #story04 .sec_03 .wrap .img05 {
    width: 100%;
    margin-bottom: 12%;
  }

  #story04 .sec_03 .wrap>p {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

/* ---- sec_04 ----*/
#story04 .sec_04 {
  position: relative;
  padding-top: 240px;
}

#story04 .sec_04 h4 {
  position: absolute;
  right: 5%;
  bottom: 31%;
  width: 4.2%;
}

#story04 .sec_04 .wrap .img06 {
  max-width: 700px;
  margin: 0 auto 4%;
  width: 73.8%;
}

#story04 .sec_04 .wrap>p {
  max-width: 700px;
  width: 73.8%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  #story04 .sec_04 {
    padding: 0;
  }

  #story04 .sec_04 h4 {
    position: static;
    width: 5.2%;
    margin: 0 auto 8%;
  }

  #story04 .sec_04 .wrap .img06 {
    width: 90%;
    margin: 0 auto 12%;
  }

  #story04 .sec_04 .wrap>p {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* ---- sec_05 ----*/
#story04 .sec_05 {
  overflow: hidden;
}

#story04 .sec_05 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

#story04 .sec_05 .ttl_wrap h4 {
  width: 13.9%;
  margin-right: 7%;
  margin-left: 1.6rem;
}

#story04 .sec_05 .ttl_wrap .img07 {
  width: 84.6%;
}

#story04 .sec_05 .wrap {
  display: flex;
  flex-wrap: wrap;
}

#story04 .sec_05 .wrap .img08 {
  width: 45.2%;
  margin-right: 5%;
}

#story04 .sec_05 .wrap>p {
  width: 49%;
}

#story04 .sec_05 .img09 {
  text-align: right;
  position: relative;
  right: -5%;
  margin-bottom: 12%;
}

#story04 .sec_05 .img09 img {
  width: 39.9%;
}

@media screen and (max-width: 599px) {
  #story04 .sec_05 .ttl_wrap {
    display: block;
    margin-bottom: 12%;
  }

  #story04 .sec_05 .ttl_wrap h4 {
    margin: 0 auto 8%;
    width: 18.9%;
  }

  #story04 .sec_05 .ttl_wrap .img07 {
    width: 90%;
    margin: 0 auto;
  }

  #story04 .sec_05 .wrap>p {
    width: 100%;
    order: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
  }

  #story04 .sec_05 .wrap .img08 {
    order: 2;
    margin: 0 0 8% 0;
  }

  #story04 .sec_05 .img09 {
    position: static;
  }

  #story04 .sec_05 .img09 img {
    width: 60%;
  }
}

/* ---- sec_07 ----*/
#story04 .sec_07 .ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#story04 .sec_07 .ttl_wrap .img11 {
  width: 49.4%;
  ;
}

#story04 .sec_07 .ttl_wrap h4 {
  width: 13.9%;
  margin-left: 8%;
  margin-right: 2rem;
}

#story04 .sec_07 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -7%;
  margin-bottom: 12%;
}

#story04 .sec_07 .wrap .img12 {
  width: 49.2%;
}

#story04 .sec_07 .wrap>p {
  width: 45%;
}

@media screen and (max-width: 599px) {
  #story04 .sec_07 .ttl_wrap .img11 {
    width: 84%;
    order: 2;
  }

  #story04 .sec_07 .ttl_wrap h4 {
    order: 1;
    width: 18.9%;
    margin: 0 auto 8%;
  }

  #story04 .sec_07 .wrap {
    margin-top: 12%;
  }

  #story04 .sec_07 .wrap>p {
    width: 100%;
    order: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
  }

  #story04 .sec_07 .wrap .img12 {
    order: 2;
    width: 80.2%;
  }
}

/* ---- sec_08 ----*/
#story04 .sec_08 .wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 12%;
}

#story04 .sec_08 .wrap h4 {
  margin-right: 10%;
  width: 13.9%;
}

#story04 .sec_08 .wrap p {
  width: 58%;
}

#story04 .sec_08 .img14 {
  text-align: right;
  width: 88.3%;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  #story04 .sec_08 .wrap {
    display: block;
  }

  #story04 .sec_08 .wrap h4 {
    width: 18.9%;
    margin: 0 auto 8%;
  }

  #story04 .sec_08 .wrap p {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story04 .sec_08 .img14 {
    width: 100%;
  }
}

/*-----------------------

	story05

-----------------------*/
#story05 section:not(.st_mov) {
  max-width: 1920px;
  margin: 0 auto;
}

#story05 .main_V {
  margin-bottom: 0;
}

/* ---- sec_01 ----*/
#story05 .sec_01 {
  position: relative;
}

#story05 .sec_01 h3 {
  position: absolute;
  max-width: 346px;
  margin: 0 auto;
  text-align: center;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  width: 34%;
}

#story05 .sec_01 p {
  position: absolute;
  right: 100px;
  top: 45%;
  color: #fff;
}

@media screen and (max-width: 599px) {
  #story05 .sec_01 h3 {
    position: static;
    max-width: 346px;
    margin: 12% auto;
    text-align: center;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 44%;
  }

  #story05 .sec_01 p {
    position: absolute;
    top: 34%;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    right: auto;
  }
}

/* ---- sec_02 ----*/
#story05 .sec_02 .img01 {
  margin-top: -200px;
  margin-bottom: 80px;
}

#story05 .sec_02 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

#story05 .sec_02 .wrap h4 {
  max-width: 194px;
  width: 19.4%;
  margin-right: 14%;
}

@media screen and (max-width: 768px) {
  #story05 .sec_02 .img01 {
    margin-top: -12vh;
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 599px) {
  #story05 .sec_02 .wrap {
    flex-direction: column;
    margin-bottom: 12%;
  }

  #story05 .sec_02 .wrap h4 {
    margin-right: 0;
    width: 30%;
    margin-bottom: 8%;
  }
}

/* ---- sec_03 ----*/
#story05 .sec_03 {
  position: relative;
  margin-top: -200px;
}

#story05 .sec_03 h4 {
  position: absolute;
  max-width: 193px;
  width: 19.3%;
  bottom: 60%;
  left: 17%;
}

#story05 .sec_03 p {
  position: relative;
  top: -350px;
}

@media screen and (max-width: 768px) {
  #story05 .sec_03 .img03 {
    margin-top: -12vh;
    margin-bottom: 12%;
  }

  #story05 .sec_03 p {
    position: static;
    top: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story05 .sec_03 p .wht {
    color: #000;
  }

  #story05 .sec_03 h4 {
    width: 20.3%;
    top: 7%;
    left: 12%;
  }
}

/* ---- sec_04 ----*/
#story05 .st_mov {
  margin-top: -340px;
}

@media screen and (max-width: 768px) {
  #story05 .st_mov {
    margin-top: 0;
  }
}

/* ---- sec_05 ----*/
#story05 .sec_05 {
  position: relative;
  margin-top: 50px;
}

#story05 .sec_05 h4 {
  position: absolute;
  max-width: 52px;
  right: 20%;
  width: 3.2%;
  margin-top: 12%;
  z-index: 2;
}

#story05 .sec_05 .wrap {
  position: relative;

}

#story05 .sec_05 .wrap>p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}

#story05 .sec_05 .img06 {
  max-width: 750px;
  margin-top: 200px;
  margin: 200px auto;
}

@media screen and (max-width: 768px) {
  #story05 .sec_05 h4 {
    width: 5.2%;
    right: 10%;
  }

  #story05 .sec_05 .wrap>p {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
  }

  #story05 .sec_05 .img06 {
    margin-top: 12%;
  }
}

/* ---- sec_06 ----*/
#story05 .sec_06 {
  position: relative;
}

#story05 .sec_06 h4 {
  max-width: 169px;
  width: 16.9%;
  position: absolute;
  margin-top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#story05 .sec_06 .wrap {
  position: relative;
}

#story05 .sec_06 p {
  position: absolute;
  bottom: 38%;
  left: 12%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #story05 .sec_06 h4 {
    width: 20.9%;
  }

  #story05 .sec_06 p {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    color: #000;
    margin: 12% auto;
  }
}

/* ---- sec_07 ----*/
#story05 .sec_07 h4 {
  max-width: 196px;
  width: 19.6%;
  text-align: center;
  margin: 0 auto 80px;
}

#story05 .sec_07 .wrap {
  position: relative;
}

#story05 .sec_07 .wrap>p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  #story05 .sec_07 h4 {
    width: 22.6%;
    margin-bottom: 12vh;
  }

  #story05 .sec_07 .sp_txt {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    color: #000;
    margin: 12% auto 0;
  }
}

/*-----------------------

	story06

-----------------------*/
#story06 .w_img {
  max-width: 1920px;
  margin: 0 auto;
}

#story06 .grn {
  color: #63b1a7;
}

#story06 .blu {
  color: #599bc5;
}

/* sec01 */
#story06 .sec_01 h3 {
  max-width: 370px;
  width: 37%;
  margin-bottom: 90px;
  padding-left: 4%;
}

#story06 .sec_01 .img01 {
  margin-bottom: 120px;
}

#story06 .sec_01 .img02 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #story06 .sec_01 h3 {
    width: 47%;
    margin-top: 22%;
    margin-bottom: 22%;
  }
}

/* sec02 */
#story06 .sec_02 h4 {
  max-width: 330px;
  width: 33%;
  margin-right: 4%;
}

#story06 .sec_02 .wrap {
  display: flex;
  justify-content: space-between;
}

#story06 .sec_02 .img03 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #story06 .sec_02 .wrap {
    flex-direction: column;
  }

  #story06 .sec_02 h4 {
    width: 43%;
    margin-bottom: 18%;
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  #story06 .sec_02 h4 {
    width: 63%;
    min-width: 164px;
  }
}

/* sec03 */
#story06 .sec_03 .wrap {
  max-width: 1500px;
  margin: 0 auto;
}

#story06 .sec_03 h4 {
  max-width: 159px;
  width: 28.6%;
  margin-left: auto;
  margin-right: 6%;
  position: relative;
  top: 50px;
}

#story06 .sec_03 .inner_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#story06 .sec_03 .img04 {
  max-width: 750px;
  margin-right: auto;
  width: 50%;
}

#story06 .sec_03 .img04+p {
  margin-right: auto;
  margin-left: 4%;
  padding-right: 2%;
}

#story06 .sec_03 .img05 {
  margin-top: 120px;
}

#story06 .sec_03 .img06 {
  max-width: 1070px;
  margin: 200px auto 0;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #story06 .sec_03 .inner_wrap {
    flex-direction: column;
  }

  #story06 .sec_03 h4 {
    top: 0;
    margin-right: 10%;
    min-width: 79px;
  }

  #story06 .sec_03 .img04 {
    order: 2;
    width: 90%;
    margin: 8% auto 0;
  }

  #story06 .sec_03 .img04+p {
    order: 1;
    margin-top: 8%;
  }

  #story06 .sec_03 .img05 {
    margin-top: 18%;
  }

  #story06 .sec_03 .img06 {
    margin-top: 18%;
  }
}

/* sec05 */
#story06 .sec_05 .wrap {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 180px auto 0;

}

#story06 .sec_05 .wrap .ttl_wrap {
  margin-right: 4%;
  width: 53%;
  padding-left: 2%;
}

#story06 .sec_05 .wrap .ttl_wrap h4 {
  max-width: 327px;
  width: 88%;
}

#story06 .sec_05 .wrap .ttl_wrap .img08 {
  max-width: 430px;
  margin-top: 100px;
}

#story06 .sec_05 .img09 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #story06 .sec_05 .wrap {
    flex-direction: column;
    margin: 18% auto 0;
  }

  #story06 .sec_05 .wrap .ttl_wrap {
    margin-right: 0;
    padding-left: 4%;
    width: 100%;
  }

  #story06 .sec_05 .wrap>p {
    padding: 0 4%;
  }

  #story06 .sec_05 .wrap .ttl_wrap h4 {
    width: 60%;
    margin-bottom: 18%;
    min-width: 160px;
  }

  #story06 .sec_05 .img08 {
    margin: 12% auto 0;
    width: 70%;
  }

  #story06 .sec_05 .img09 {
    margin-top: 18%;
  }

}

/* sec06 */
#story06 .sec_06 .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 200px;
  flex-direction: row-reverse;
}

#story06 .sec_06 h4 {
  max-width: 160px;
}

#story06 .sec_06 h4+p {
  margin-top: 80px;
}

#story06 .sec_06 .img11 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #story06 .sec_06 .wrap {
    flex-direction: column;
    margin-top: 18%;
  }

  #story06 .sec_06 h4 {
    width: 33%;
    min-width: 80px;
    margin-left: auto;
    margin-right: 10%;
  }

  #story06 .sec_06 h4+p {
    margin-top: 18%;
  }
}

/* sec07 */
#story06 .sec_07 .wrap {
  max-width: 750px;
  margin: 180px auto 0;
  padding: 0 1.4rem;
}

#story06 .sec_07 h4 {
  max-width: 370px;
  margin-bottom: 120px;
  width: 66.33%;
}

#story06 .sec_07 .img13 {
  max-width: 750px;
  margin: 120px auto 0;

}

@media screen and (max-width: 768px) {
  #story06 .sec_07 .wrap {
    padding: 0 4%;
    margin: 18% auto 0;
  }

  #story06 .sec_07 h4 {
    min-width: 184px;
    width: 80%;
    margin-bottom: 18%;
  }
}

/*-----------------------

	story07

-----------------------*/
#story07 .sec_01 h3 {
  max-width: 686px;
  width: 62.4%;
  text-align: center;
  margin: 0 auto;
}

#story07 .sec_01 .sec01_wrap {
  position: relative;
  margin-top: 135px;
}

#story07 .sec_01 .sec01_wrap .sec01_txt {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#story07 .sec_01 .sec01_wrap .sec01_txt>p {
  position: absolute;
  bottom: 54px;
  padding-left: 1.4rem;
  color: #fff;
}

#story07 .sec_01 .sec01_bg {
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #story07 .sec_01 .sec01_wrap .sec01_txt>p {
    position: static;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12%;
  }
}

@media screen and (max-width: 599px) {
  #story07 .sec_01 h3 {
    margin: 18% auto;
  }
}

/* sec02 */
#story07 .sec_02 .sec02_wrap {
  position: relative;
  margin-top: -201px;
}

#story07 .sec_02 .sec02_txt_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#story07 .sec_02 .sec02_txt {
  padding-left: 1.4rem;
  position: absolute;
}

#story07 .sec_02 h4 {
  max-width: 445px;
  width: 88.7%;
  margin-bottom: 100px;
  padding-top: 280px;
}

#story07 .sec_02 .sec02_img {
  max-width: 1920px;
  margin: 0 auto;
}

#story07 .sec_02 .sec02_img:before {
  content: "";
  display: block;
  background-color: #b3babd;
  width: 100%;
  height: 370px;
}

#story07 .sec_02 .sec02_img02 {
  max-width: 768px;
  width: 76.8%;
  margin: 240px auto 0;
}

#story07 .sec_02 .sec02_img_box {
  max-width: 1920px;
  margin: 120px auto 0;
  position: relative;
}

#story07 .sec_02 .sec02_img_box>.sec02_img_item01 {
  position: absolute;
  right: 0;
  max-width: 417px;
  width: 31.8%;
}

#story07 .sec_02 .sec02_img_box>.sec02_img_item02 {
  max-width: 450px;
  margin-left: 8%;
  padding-top: 10%;
  width: 45%;
}

@media screen and (max-width: 768px) {
  #story07 .sec_02 .sec02_wrap {
    margin-top: 0;
  }

  #story07 .sec_02 .sec02_txt {
    position: relative;
  }

  #story07 .sec_02 h4 {
    padding-top: 12%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 50%;
  }

  #story07 .sec_02 .sec02_img {
    position: relative;
    top: 0;
    z-index: -1;
  }

  #story07 .sec_02 .sec02_img:before {
    content: "";
    display: block;
    background-color: #b3babd;
    width: 100%;
    height: 100px;
    padding-top: 46%;
  }

  #story07 .sec_02 .sec02_txt_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
  }

  #story07 .sec_02 .sec02_img02 {
    margin: 12% auto 0;
  }
}

@media screen and (max-width: 768px) {
  #story07 .sec_02 h4 {
    width: 88.3%;
  }

  #story07 .sec_02 .sec02_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    padding-top: 56%;
  }

  #story07 .sec_02 .sec02_img_acc {
    max-width: 352px;
    width: 37%;
    margin-left: auto;
    margin-right: 6%;
    margin-top: 8%;
  }
}

@media screen and (max-width: 599px) {
  #story07 .sec_02 .sec02_img_box {
    margin-top: 18%;
  }

  #story07 .sec_02 .sec02_img_box>.sec02_img_item01 {
    right: 4%;
    width: 51.8%;
  }

  #story07 .sec_02 .sec02_img_box>.sec02_img_item02 {
    padding-top: 40%;
    width: 65%;
  }

}

/* sec03 */
#story07 .sec_03 h4 {
  max-width: 397px;
  width: 42%;
  margin-bottom: 100px;
}

#story07 .sec_03 .sec03_img_box {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

#story07 .sec_03 .sec03_img_box .sec03_img_item01 {
  position: relative;
  z-index: -1;
  top: -270px;
}

#story07 .sec_03 .sec03_img_box .sec03_img_item02 {
  margin-top: -80px;
}

#story07 .sec_03 .sec03_img_box .sec03_img_item03 {
  max-width: 689px;
  width: 68.9%;
  margin: 200px auto 0;
}

@media screen and (max-width: 768px) {
  #story07 .sec_03 h4 {
    margin-bottom: 8%;
  }

  #story07 .sec_03 .sec03_img_box .sec03_img_item01 {
    top: -200px;
  }
}

@media screen and (max-width: 599px) {
  #story07 .sec_03 .sec03_img_box .sec03_img_item01 {
    position: static;
    margin-top: 12%;
  }

  #story07 .sec_03 .sec03_img_box .sec03_img_item02 {
    margin-top: 8%;
  }

  #story07 .sec_03 .sec03_img_box .sec03_img_item03 {
    margin: 12% auto 0;
  }

  #story07 .sec_03 h4 {
    width: 78%;
    margin: 0 auto 12%;
  }

  #story07 .sec_03 h4+p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story07 .sec_03 h4+p .wht {
    color: #333;
  }
}

/* sec05 */
#story07 .sec_05 {
  position: relative;
  max-width: 1920px;
  margin: -210px auto 0;
}

#story07 .sec_05:before {
  content: "";
  display: block;
  background-color: #b2bcbe;
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: -1;
}

#story07 .sec_05 .sec05_txt {
  margin-top: -9%;
}

#story07 .sec_05 h4 {
  max-width: 350px;
  width: 37%;
  margin-bottom: 100px;
}

#story07 .sec_05 .sec05_img {
  padding-top: 120px;
  max-width: 1920px;
  width: 100%;
}

#story07 .sec_05 .sec05_img_item01 {
  max-width: 462px;
  margin-left: auto;
  width: 40.2%;
  margin-top: -130px;
}

#story07 .sec_05 .sec05_img_item02 {
  max-width: 328px;
  width: 32.8%;
  margin-top: -200px;
}

#story07 .sec_05 .sec05_img_item03 {
  max-width: 1200px;
  margin: 240px auto 0;
  width: 98%;
}

#story07 .sec_05 .sec05_img_item04 {
  max-width: 789px;
  margin: 200px auto 0;
  width: 78%;
}

@media screen and (max-width: 768px) {
  #story07 .sec_05 {
    margin: -14vh auto 0;
  }

  #story07 .sec_05 h4 {
    margin-bottom: 8%;
  }

  #story07 .sec_05 .sec05_img_item02 {
    margin-top: -170px;
  }

  #story07 .sec_05 .sec05_img_item03 {
    margin: 18% auto 0;
  }

  #story07 .sec_05 .sec05_img_item04 {
    margin: 18% auto 0;
  }
}

@media screen and (max-width: 599px) {
  #story07 .sec_05 .sec05_txt {
    margin-top: 4%;
  }

  #story07 .sec_05 h4 {
    width: 78%;
    margin: 0 auto 18%;
  }

  #story07 .sec_05 h4+p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #story07 .sec_05 .sec05_img_item01 {
    margin-top: 12%;
    width: 50%;
  }

  #story07 .sec_05 .sec05_img_item02 {
    margin-top: -12%;
    width: 42.8%;
  }

  #story07 .sec_05:before {
    content: "";
    display: block;
    background-color: #b2bcbe;
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: -1;
  }
}

/* sec06 */
#story07 .sec_06 {
  max-width: 1920px;
  margin: 0 auto;
}

#story07 .sec_06 .sec06_txt {
  margin-top: 200px;
}

#story07 .sec_06 .sec06_txt h4 {
  max-width: 276px;
  margin-right: 240px;
  margin-bottom: 100px;
}

#story07 .sec_06 .sec06_img {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}

#story07 .sec_06 .sec06_img02 {
  max-width: 865px;
  width: 45.1%;
  margin: 180px auto 0;
}

@media screen and (max-width: 768px) {
  #story07 .sec_06 .sec06_txt h4 {
    max-width: 237px;
    margin-right: 120px;
    margin-bottom: 8%;
  }

  #story07 .sec_06 .sec06_txt {
    margin-top: 12%;
  }

  #story07 .sec_06 .sec06_img02 {
    margin: 12% auto 0;
  }
}

@media screen and (max-width: 599px) {
  #story07 .sec_06 .sec06_txt h4 {
    max-width: 276px;
    width: 62%;
    margin: 0 auto 12%;
  }

  #story07 .sec_06 .sec06_img02 {
    width: 60%;
  }

  #story07 .sec_06 .sec06_txt {
    margin-top: 18%;
  }
}

/*-----------------------

	story08

-----------------------*/
#story08 p {
  color: #102A4A;
}
#story08 .is_pc{
  display: block;
}
#story08 .is_sp{
  display: none;
}
@media screen and (max-width: 599px) {
  #story08 .is_pc{
    display: none;
  }
  #story08 .is_sp{
    display: block;
  }
}
#story08 .sec_01 .sec01_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#story08 .sec_01 .sec01_wrap h3 {
  max-width: 500px;
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #story08 .sec_01 .sec01_wrap {
    flex-direction: column;
  }
  #story08 .sec_01 .sec01_wrap h3 {
    margin-right: 2rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  #story08 .sec_01 .sec01_wrap h3 {
    width: 80%;
    margin-bottom: 8%;
  }
}
/*sec02*/
#story08 .sec_02 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

#story08 .sec_02 .sec02_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}

#story08 .sec_02 .sec02_wrap .sec02_txt_wrap {
  margin-top: -80px;
  margin-left: 4%;
}

#story08 .sec_02 .sec02_wrap .sec02_txt_wrap h3 {
  margin-bottom: 40px;
  max-width: 490px;
  width: 88%;
}

#story08 .sec_02 .sec02_wrap .sec02_img01 {
  max-width: 337px;
  width: 33%;
  position: relative;
  top: 80px;
}

#story08 .sec_02 .sec02_img02 {
  margin-top: 160px;
}

@media screen and (max-width: 599px) {
  #story08 .sec_02 .sec02_wrap {
    flex-direction: column;
  }
  #story08 .sec_02 .sec02_wrap .sec02_img01 {
    max-width: 750px;
    width: 100vw;
    position: static;
    margin: 8% calc(50% - 50vw) 0;
  }
  #story08 .sec_02 .sec02_wrap .sec02_txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -12%;
  }
  #story08 .sec_02 .sec02_wrap .sec02_txt_wrap h3 {
    margin-right: 2rem;
  }
  #story08 .sec_02 .sec02_img02 {
    margin-top: 12%;
  }
}
/*sec03*/
#story08 .sec_03 {
  position: relative;
  margin-top: -200px;
}

#story08 .sec_03 .sec03_bg {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

#story08 .sec_03 h3 {
  position: absolute;
  top: 10%;
  max-width: 480px;
  width: 50%;
}
#story08 .sec_03 .sec03_txt_wrap  p {
  display: flex;
  justify-content: flex-end;
  margin-top: -49%;
}
#story08 .sec_03 .sec03_img {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
#story08 .sec_03 .sec03_img >img {
  max-width: 1350px;
  width: 94%;
}
@media screen and (max-width: 768px) {
  #story08 .sec_03 {
    margin-top: -130px;
  }
}
@media screen and (max-width: 599px) {
  #story08 .sec_03 {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  #story08 .sec_03 .sec03_bg {
    order: 1;
    margin-top: 8%;
  }
  #story08 .sec_03 h3 {
    position: static;
    width: 88%;
    margin-right: 2rem;
  }
  #story08 .sec_03 .sec03_txt_wrap {
    order: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #story08 .sec_03 .sec03_txt_wrap p {
    display: block;
    margin-top: 8%;
  }
}
/*sec04*/
#story08 .sec_04 {
  overflow-x: hidden;
}
#story08 .sec_04 .sec04_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
#story08 .sec_04 .sec04_txt_wrap {
  margin: 10% auto 0;
  position: relative;
  left: 12%;
  width: 48%;
  z-index: 1;
}
#story08 .sec_04 .sec04_txt_wrap h3 {
  margin-bottom: 80px;
  max-width: 337px;
  width: 84%;
}
#story08 .sec_04 .sec04_img_wrap {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
#story08 .sec_04 .sec04_img01 {
  max-width: 495px;
  width: 70%;
  margin-bottom: 80px;
  margin-right: 80px;
  margin-left: auto;
}
#story08 .sec_04 .sec04_img02 {
  max-width: 900px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
#story08 .sec_04 .sec04_img03 {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  #story08 .sec_04 .sec04_wrap {
    flex-direction: column;
  }
  #story08 .sec_04 .sec04_txt_wrap {
    position: static;
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #story08 .sec_04 .sec04_txt_wrap h3 {
    width: 75%;
    margin-right: 2rem;
    margin-bottom: 8%;
  }
  #story08 .sec_04 .sec04_img01 {
    margin-right: 2%;
    margin-bottom: 12%;
  }
  #story08 .sec_04 .sec04_img02 {
    width: 90%;
    margin: -30% auto 0;
  }
  #story08 .sec_04 .sec04_img03 {
    margin-top: 12%;
  }
}
/*sec06*/
#story08 .sec_06 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#story08 .sec_06 .sec06_img01 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: 0;
  width: 90%;
}
#story08 .sec_06 .sec06_wrap h3 {
  margin-top: 120px;
  margin-bottom: 80px;
  max-width: 341px;
  width: 41%;
}
#story08 .sec_06 .sec06_wrap .sec06_txt_bg {
  position: relative;
  top: -350px;
  z-index: -1;
  max-width: 790px;
  width: 75%;
  margin: 0 auto;
}
#story08 .sec_06 .sec06_img02 {
  margin-top: -270px;
}
@media screen and (max-width: 599px) {
  #story08 .sec_06 .sec06_img01 {
    width: 100%;
  }
  #story08 .sec_06 .sec06_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #story08 .sec_06 .sec06_wrap h3 {
    margin-top: 12%;
    margin-bottom: 8%;
    width: 67%;
    margin-right: 2rem;
  }
  #story08 .sec_06 .sec06_wrap .sec06_txt_bg {
    top: -230px;
    width: 90%;
  }
  #story08 .sec_06 .sec06_img02 {
    margin-top: -180px;
  }
}
/*sec07*/
#story08 .sec_07 .sec07_img01 {
  max-width: 790px;
  margin: 0 auto;
  width: 75%;
}
#story08 .sec_07 .sec07_wrap h3 {
  margin: 120px auto 80px;
  max-width: 524px;
  width: 55%;
}
#story08 .sec_07 .sec07_wrap p {
  margin-right: 90px;
}
#story08 .sec_07 .sec07_img02 {
  max-width: 800px;
  margin: 120px auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #story08 .sec_07 .sec07_wrap p {
    margin-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  #story08 .sec_07 .sec07_img01 {
    width: 100%;
  }
  #story08 .sec_07 .sec07_wrap h3 {
    width: 88%;
    margin: 18% auto 12%;
  }
}

/*-----------------------

	.st_mov

-----------------------*/
.st_mov .mov_box {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.st_mov .mov_box video {
  width: 100%;
  height: auto;
}


/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}


@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
