@charset "utf-8";

.blog_mh {
  background-image: url(../images/blog_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

.blog_mh::after {
  background-image: url(../images/cloud_04.png);
  background-size: 100%;
  background-repeat: repeat-x;
  content: "";
  height: 420px;
  position: absolute;
  bottom: -185px;
  left: -10%;
  width: 3648px;
  z-index: 1;
}

.blog_mh * {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.blog_mh img {
  height: auto;
  max-width: 100%;
}

.blog_mh h2 {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 176px;
}

.blog_contents_mh {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-bottom: 176px;
  padding-top: 460px;
  position: relative;
}

.blog_contents_mh::before {
  background-image: url(../images/whale.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 862px;
  position: absolute;
  left: -510px;
  top: -160px;
  width: 813px;
  width: 69.487179%;
}

.blog_contents_mh::after {
  background-image: url(../images/tree_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 468px;
  position: absolute;
  bottom: -45px;
  left: -350px;
  width: 632px;
  z-index: 2;
}

.blog_content_mh {
  background-color: rgba(255,255,255,.9);
  border-radius: 46px;
  margin-left: auto;
  max-width: 670px;
  padding-bottom: 88px;
  padding-top: 74px;
  position: relative;
}

.blog_content_mh::before {
  background-image: url(../images/witch_03.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 326px;
  position: absolute;
  left: -70px;
  top: -180px;
  width: 248px;
}

.blog_content_mh::after {
  background-image: url(../images/tree_04.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 440px;
  position: absolute;
  right: -350px;
  top: -350px;
  width: 644px;
}

.blog_item_mh {
  margin-left: auto;
  margin-right: auto;
  width: 82.089552238%;
}

.blog_item_mh:not(:last-child) {
  border-bottom: 1px dashed #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.blog_item_mh a {
  display: block;
  text-decoration: none;
}

.blog_item_mh figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.blog_item_mh figure img {
  border: 1px solid #000;
  border-radius: 30px;
  height: 126px;
  width: 240px;
}

.blog_item_mh dt {
  color: #13191d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.blog_item_mh dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}

.blog_item_mh dd li {
  font-size: 0.75rem;
}

.blog_more_mh {
  border: 1px solid #13191d;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: 270px;
  text-align: center;
}

.blog_more_mh a {
  color: #13191d;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
  text-decoration: none;
}

.blog_more_mh a::after {
  background-image: url(../images/btn_kei.png);
  background-size: auto;
  content: "";
  height: 24px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 24px;
}

.wing01_mh {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
}

.wing01_mh::before {
  background-image: url(../images/wing_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  width: 315px;
}

.wing01_mh::after {
  background-image: url(../images/jerryfish.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  position: absolute;
  right: -86px;
  top: 250px;
  width: 120px;
}

.wing02_mh {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
}

.wing02_mh::before {
  background-image: url(../images/wing_05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 40px;
}

.wing02_mh::after {
  background-image: url(../images/wing_04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 54px;
  position: absolute;
  right: 114px;
  top: 650px;
  width: 30px;
}

.cat_mh {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.cat_mh::before {
  background-image: url(../images/cat_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 202px;
  position: absolute;
  bottom: -120px;
  left: 170px;
  width: 181px;
}

@media not all and (min-width: 768px) {
  .blog_mh {
    background-image: url(../images/blog_bg_sp.jpg);
    margin-top: 75px;
  }

  .blog_mh::after {
    background-image: url(../images/cloud_sp.png);
    height: 210px;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }

  .blog_mh h2 {
    margin-bottom: 35px;
    margin-bottom: 10.5vw;
    width: 80px;
    width: 21.333333%;
  }

  .blog_contents_mh {
    padding-bottom: 50px;
    padding-bottom: 13.5vw;
    padding-top: 100px;
    padding-top: 26.5vw;
  }

  .blog_contents_mh::before {
    background-image: url(../images/whale_02.png);
    height: 115vw;
    left: -230px;
    left: -61.333333%;
    top: -64vw;
    width: 430px;
    width: 114.666667%;
    z-index: 1;
  }

  .blog_contents_mh::after {
    display: none;
  }

  .blog_content_mh {
    margin-right: auto;
    padding-bottom: 55px;
    padding-top: 25px;
    padding-top: 6.5vw;
    width: 84%;
  }

  .blog_content_mh::before {
    height: 51vw;
    left: auto;
    right: -35px;
    top: -100px;
    top: -27vw;
    width: 46.031746%;
  }

  .blog_content_mh::after {
    display: none;
  }

  .blog_item_mh {
    width: 80.952381%;
  }

  .blog_item_mh:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .blog_item_mh figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .blog_item_mh figure img {
    height: 134px;
    height: 36vw;
    width: 100%;
  }

  .blog_item_mh dt {
    font-size: 0.6875rem;
  }

  .blog_item_mh dd li {
    font-size: 0.625rem;
  }

  .blog_more_mh {
    margin-top: 40px;
    width: 205px;
    width: 65.079365%;
  }

  .blog_more_mh a {
    font-size: 0.6875rem;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .blog_more_mh a::after {
    height: 18px;
    width: 18px;
  }

  .wing01_mh {
    display: none;
  }

  .wing02_mh {
    top: 35%;
  }

  .wing02_mh::before {
    right: 20px;
    width: 24px;
  }

  .wing02_mh::after {
    left: 20px;
    right: auto;
    top: 300px;
    width: 20px;
  }

  .cat_mh::before {
    height: 140px;
    bottom: -100px;
    left: 10px;
    width: 110px;
  }
}