@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.story
------------------------------ */
.story {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .story {
    padding: 50px 0;
  }
}
.story .w100_img {
  width: 100%;
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .story .w100_img {
    margin-top: 50px;
  }
}
.story .w100_img img {
  width: 100%;
}
.story .lead {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .story .lead {
    padding: 0 0 50px;
  }
}
.story .lead .sec_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .story .lead .sec_ttl {
    margin-bottom: 20px;
  }
}
.story .story_about {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .story .story_about {
    padding: 0 0 50px;
  }
}
.story .story_about .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .story .story_about .wrap {
    display: block;
  }
}
.story .story_about .txt_box {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .story .story_about .txt_box {
    width: 100%;
  }
}
.story .story_about .txt_box .mid_ttl {
  margin-bottom: 10px;
}
.story .story_about .img {
  width: 749px;
}
@media screen and (max-width: 768px) {
  .story .story_about .img {
    width: 100%;
    margin-top: 25px;
  }
}
.story .story_wrap {
  position: relative;
  padding: 110px 0 115px;
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .story .story_wrap {
    padding: 50px 0 50px;
  }
}
.story .story_wrap .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .story .story_wrap .wrap {
    display: block;
  }
}
.story .story_wrap .txt_box {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .story .story_wrap .txt_box {
    width: 100%;
  }
}
.story .story_wrap .txt_box .mid_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .story .story_wrap .txt_box .mid_ttl {
    margin-bottom: 10px;
  }
}
.story .story_wrap .img_box {
  position: relative;
}
.story .story_wrap .img_box .ball {
  width: 341px;
  height: 341px;
  bottom: -142px;
  left: -115px;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .story .story_wrap .img_box .ball {
    display: block;
    width: 60%;
    height: 60%;
    left: -10px;
    bottom: -15px;
  }
}
.story .story_wrap .img_box .img {
  position: relative;
  z-index: 2;
  width: 530px;
}
@media screen and (max-width: 768px) {
  .story .story_wrap .img_box .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.story .story_box {
  position: relative;
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  .story .story_box {
    padding: 50px 0 0;
  }
}
.story .story_box .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .story .story_box .flex {
    display: block;
  }
}
.story .story_box .mid_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .story .story_box .mid_ttl {
    margin-bottom: 10px;
  }
}
.story .story_box .space {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .story .story_box .space {
    margin-top: 30px;
  }
}
.story .story_box .txt_box {
  position: relative;
  z-index: 2;
  width: 570px;
}
@media screen and (max-width: 768px) {
  .story .story_box .txt_box {
    width: 100%;
  }
}
.story .story_box .img_box {
  position: relative;
}
.story .story_box .img_box .ball {
  width: 431px;
  height: 431px;
  bottom: -83px;
  left: -166px;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .story .story_box .img_box .ball {
    display: block;
    width: 60%;
    height: 60%;
    left: -10px;
    bottom: -15px;
  }
}
.story .story_box .img_box .img {
  position: relative;
  z-index: 2;
  width: 530px;
}
@media screen and (max-width: 768px) {
  .story .story_box .img_box .img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.story .bnr_box {
  padding: 135px 0 0;
}
@media screen and (max-width: 768px) {
  .story .bnr_box {
    padding: 50px 0 0;
  }
}
.story .bnr_box .ttl {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .story .bnr_box .ttl {
    font-size: 1.8rem;
  }
}
.story .bnr_box .bnr_btn {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .story .bnr_box .bnr_btn {
    width: 100%;
  }
}