
        /* =======h1======== */

.info_h1 {
  width: calc(100% - 6.8rem);
  margin: 4.3rem auto 0;
}

.info_position {
  position: relative;
  width: 28.5rem;
}

.frame_h1_img {
  width: 28.5rem;
  height: auto;
  vertical-align: bottom;
}

.info_h1_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info_h1_p {
  font-size: 4rem;
  font-family: var(--ZenMaru);
  font-weight: bold;
  color: var(--light-black);
  line-height: calc(58 / 40);
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-21%);
}


      /* ======main======= */

.main_info {
  width: 94.1rem;
  margin: 14rem auto 0;
}

.main_info_h2 {
  font-size: 2.4rem;
  font-family: var(--ZenMaru);
  font-weight: bold;
  color: var(--light-black);
  line-height: calc(35 / 24);
}

.info_article {
  margin-top: 5.5rem;
  font-family: var(--NotoSans);
  color: var(--light-black);
  line-height: calc(40 / 16);
}

.main_info_content p  {
  margin-top: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.main_info_content p:first-child {
  margin-top: 0;
}

        /* =====bottom====== */



.info_bottom_flex {
  margin: 15.9rem 0 18.9rem;
  display: flex;
  justify-content: flex-end;
}

.bottom_frame_a {
  display: flex;
  align-items: flex-end;

}

.info_bottom_a {
  font-size: 1.8rem;
  font-family: var(--ZenMaru);
  font-weight: bold;
  color: var(--white);
  background-color: var(--orange);
  line-height: calc(26 / 18);
  padding: 2.1rem 3.6rem 2rem 3.7rem;
  height: 6.7rem;
  transition: all .3s ease;
}

.info_bottom_a:hover{
  color: var(--light-black);
  background-color: var(--mint);
}


.bottom_frame_img {
  width: 16.5rem;
  height: auto;
}

.bottom_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* ここから調整のため追加 PC用 */
.main_info {
  margin: 15.6rem auto 0;
}
.logo_position {
  width: 94.1rem;
  position: relative;
  margin-bottom: 14rem;
}
.a_logo {
  position: absolute;
  width: 28.5rem;
  height: 26.7rem;
  top: -11.3rem;
  left: -13.6rem;
}
.a_title {
  font-family: var(--ZenMaru);
  font-size: 4rem;
  font-weight: bold;
  color: var(--light-black);
}
/* ここまで調整のため追加 PC用 */

@media screen and (max-width:699.98px) {


         /* ======h1======== */

  .info_h1{
    width: 33.5rem;
    margin: 4.8rem auto 0;
  }


  .info_position {
    width: 100%;
    position: static;
    margin: 0 auto;
    display: flex;
    align-items: end;
    gap: 1.3rem;
  }

  .frame_h1_img {
    width: 10rem;
  }

  .info_h1_p {
    font-size: 2.5rem;
    position: static;
    transform: none;
  }


          /* =======main======= */

  .main_info {
    width: 33.5rem;
    margin: 4.5rem auto;
  }

  .main_info_h2 {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
  }

  .main_info_p{
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 3.1rem;
  }

  .info_article {
    font-family: var(--NotoSans);
    color: var(--light-black);
    line-height: calc(30 / 14);
    margin-top: 2.6rem;

  }


            /* ======bottom====== */

  .info_bottom_flex {
    margin: 2.8rem 0 8.316rem;
    justify-content: center;
    gap: .675rem;
  }

  .info_bottom_a {
    font-size: 1.2rem;
    font-family: var(--NotoSans);
    font-weight: bold;
    color: var(--white);
    line-height: calc(16 / 12);
    padding: .7rem 1.2rem .784rem;
    height: 3.084rem;
  }

  .bottom_frame_img{
    width: 8.4rem;
  }

  /* ここから調整のため追加 SP用 */
  .logo_position {
    width: 100%;
    margin: 0 auto 4.5rem;
  }
  .main_info {
    margin: 16.2rem auto 0;
    width: 33.5rem;
  }
  .a_logo {
    width: 10rem;
    height: 9.3rem;
    top: -5.8rem;
    left: 0.4rem;
  }
  .a_title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0;
  /* ここまで調整のため追加SP用 */
  }
}