@charset "UTF-8";
/* ============================================
   mv section
   ============================================ */
.mv {
  background-color: #e4f4ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 12px; */
  padding:40px 0 32px;
  box-sizing: border-box;
}

.mv-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.first .title {
  margin: 0 0 40px;
}

.mv-image {
  width: 50%;
  max-width: 909px;
}
@media screen and (max-width: 767px) {
  .mv-image {
    width: 70%;
  }
}
.mv-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 2.4vw, 24px);
  color: #222;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mv-text {
    margin: 10px 0 0;
  }
}

.mv-text-em {
  font-weight: 900;
  font-size: clamp(17px, 3.1vw, 32px);
}

/* ============================================
   info1 banner
   ============================================ */
.info1-banner {
    width: 95%;
  background-color: #fff000;
  border: 2px solid #009260;
  padding: 15px 10px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 20px;
}
.info1-banner * {
  font-family: "Noto Sans JP", sans-serif;
}

.info1-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #e50012;
}
.info1-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info1-label-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info1-label-text span {
  font-weight: 900;
  font-size: clamp(12px, 4vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.info1-main {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.info1-main span {
  font-weight: 900;
}
.info1-halfmonth {
  font-size: clamp(40px, 14.5vw, 128px);
  line-height: 1;
}

.info1-exclaim {
  font-size: clamp(40px, 14.5vw, 128px);
  line-height: 1;
}

.info1-subnotes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 5px;
}

.info1-note-mark {
  color: #009260;
  font-size: clamp(10px, 1.8vw, 16px);
  font-weight: 900;
  -webkit-text-stroke: 0.5px #009260;
  -moz-text-stroke: 0.5px #009260;
  paint-order: stroke;
}

.info1-taxnote {
  font-size: clamp(8px, 1.7vw, 15px);
  color: #e50012;
}

.info1-body {
  margin-top: 10px;
}

.info1-body p {
  color: #009260;
  text-align: center;
  font-size: clamp(12px, 2.7vw, 24px);
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
}

.info1-taxsmall {
  font-size: clamp(8px, 1.6vw, 14px);
  font-weight: 600;
}

.info1-body p.info1-footnote {
  font-size: clamp(8px, 1.4vw, 12px);
  margin-top: 5px;
}
.info1-button {
  margin: 40px auto 0;
  text-align: center;
  clear: both;
  width: 90%;
}
.info1-button p {
    font-size: clamp(20px, 4vw, 32px);
    line-height: normal;
}
.info1-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    padding: 16px 24px;
    gap: 10px;
    border-radius: 50px;
    background: #009260;
    text-decoration: none;
    color: #fff;
    font-family: "Noto Sans JP",sans-serif;
    margin: auto;
}
@media screen and (max-width: 767px) {
  .info1-button a {
    width: 100%;
  }
}
.info1-button span {
  font-weight: 700;
}
.info1-button-arrow {
  width: 20px;
  height: 20px;
  align-self:center;
  object-fit: contain;
}
/* ============================================
   second
   ============================================ */
.second {
    padding: 0 2.5%;
}
.campaign-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-wrap {
    flex-direction: column;
  }
}
.campaign-wrap2 {
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
.campaign-wrap2 > div {
    flex: 0 0 calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
    .campaign-wrap2 {
        flex-direction: column;
      }
}
/* ============================================
   third
   ============================================ */
.third {
    padding: 0 2.5%;
}
/* ============================================
   textbox (tittle4)
   ============================================ */
.textbox-wrap {
  position: relative;
  transform: rotate(-2deg);
}

.textbox-bg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
    .textbox-bg {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
      }
}
.textbox-text {
  position: absolute;
  top: 4%;
  left: 3%;
  right: 2%;
  bottom: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
}
@media screen and (max-width: 767px) {
  .textbox-text {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    padding-left: 6vw;
    top: 11%;
  }
}
.textbox-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.03em;
    line-height: 1.25;
    font-size: clamp(20px, 5vw, 40px);
  }
  @media screen and (min-width: 768px) and (max-width: 960px) {
    .textbox-text p {
      font-size: clamp(20px, 7vw, 33px);
    }
  }
  @media screen and (max-width: 374px) {
    .textbox-text p {
      font-size: 17px;
    }
  }
.textbox-text p {
  font-weight: 900;
  margin: 0;
}

.textbox-yellow {
 font-weight: 900;
  color: #fff000;
}

/* ============================================
   compnent
   ============================================ */
.sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}
.title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 5vw, 56px);
    color: #009260;
    text-shadow:
      0 3px 0 #fff,
      2.1px 2.1px 0 #fff,
      3px 0 0 #fff,
      2.1px -2.1px 0 #fff,
      0 -3px 0 #fff,
      -2.1px -2.1px 0 #fff,
      -3px 0 0 #fff,
      -2.1px 2.1px 0 #fff,
      0px 4px 4px rgba(0, 0, 0, 0.35);
    transform: rotate(-5deg);
    white-space: nowrap;
    line-height: normal;
    width: fit-content;
  }
  @media screen and (max-width: 767px) {
    .title {
      font-size: clamp(24px, 5vw, 32px);
    }
  }
  @media screen and (max-width: 374px) {
    .title {
      font-size: clamp(21px, 5vw, 32px);
    }
  }
  .second .title {
    /* font-size: clamp(28px, 5vw, 56px); */
    text-align: left;
    margin: 120px auto 40px;
    clear: both;
  }
  @media screen and (max-width: 767px) {
    .second .title {
      margin: 80px auto 40px;
    }
  }
  .third .title {
    /* font-size: clamp(28px, 5vw, 56px); */
    text-align: left;
    margin: 40px auto; 
    clear: both;
  }