@charset "utf-8";

/* メインイメージ */
.hero_campaign_01-wrap {
  position: relative;
  background:  #ffffff; /* fff100 */
  background-size: cover;
}
.hero_campaign_01-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff; /* fff100 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero_campaign_01 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero_campaign_01 .hero_campaign_01__campaign img {
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .hero_campaign_01 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px){
  .hero_campaign_01 img {
    display: block;
    max-width: 100%;
  }
}
.hero_campaign_01__campaign {
  text-align: center;
}

/*life_tasu*/
.life_tasu{
  margin: 60px 0 40px;
}
.life_tasu .content {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(121, 153, 115, 0.2);
  box-shadow: 0px 0px 19px 0px rgba(121, 153, 115, 0.2);
  padding: 48px 64px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .life_tasu .content {
    padding: 28px;
  }
}
.life_tasu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .life_tasu_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.life_tasu_item {
  background: #f3f7f2;
  border-radius: 8px;
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .life_tasu_item {
    padding: 20px 16px;
  }
}
@media screen and (min-width: 768px) {
  .life_tasu_txt {
    line-height: 2;
    width: 475px;
  }
}
@media screen and (max-width: 767px) {
  .life_tasu_txt {
    line-height: 1.8;
  }
}
.life_tasu_img {
  max-width: 410px;
}
@media screen and (min-width: 768px) {
  .life_tasu_img {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .life_tasu_img {
    max-width: 232px;
    margin: 0 auto 20px;
  }
}
.life_tasu_img img {
  max-width: 100%;
}
.life_tasu_title {
  color: var(--color_text-base);
  font-size: 16px;
  font-family: 'noto-sans-bold', 'noto-sans', sans-serif;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 20px;
}
.life_tasu_title span{
  color: #ed6d1e;
}
@media screen and (min-width: 768px) {
  .life_tasu_title {
    font-size: 26px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.life_tasu_store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .life_tasu_store {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .life_tasu_store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
  }
}
.life_tasu_store > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .life_tasu_store > div {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.life_tasu_hd {
  font-size: 16px;
  font-family: 'noto-sans-bold', 'noto-sans', sans-serif;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: var(--color_pr);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .life_tasu_hd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.life_tasu_badge img {
  margin-top: 10px;
  height: 48px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .life_tasu_badge img:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .life_tasu_badge img {
    margin-top: 5px;
  }
}
.life_tasu_qr {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .life_tasu_qr {
    width: 76px;
  }
}

@media screen and (min-width: 768px) {
.-about{
  text-align: center;
  margin-top: 60px;
}
}
@media screen and (max-width: 767px) {
  .-about{
    padding: 0 20px;
}
}

.-about .c-h2,
.-about h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ed6d1e;
    }
    .-about .c-h2 span{
    display: inline-block;
    margin-bottom: 12px;
    padding: 0 2px 4px;
    border-bottom: 2px solid #ed6d1e;
    }
        .-about .c-h2 small{
            font-size: 14px;
        }
    .-about .c-h2 + p {
    margin-top: 0;
    padding-top: 4px;

    }
     .-about p strong {
    font-weight: bold;
    color: #ed6d1e;
    font-size: 110%;
    margin: 0 4px;
}
.-about .c-h2{
    font-size: 24px;
}
.-about h3 {
  font-size: 20px;
  margin: 1.25em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.-about h3::before,
.-about h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ed6d1e;
}
.-about h3::before{
  transform: rotate(45deg);
}

.-about h3::after{
  transform: rotate(-45deg);
}
.-about .fee{
  width: fit-content;
  margin: 0 auto;
}
.-about .fee .--item{
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #fff1e0;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 18px;
}
.-about .fee .indentList{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
 .-about .fee .--item{
  width: 100%;
  margin: 0 0 10px;
  }
  .-about .c-h2{
    font-size: 20px;
}

.-about h3{
  font-size: 18px;
}
  .-about h3::before,
.-about h3::after {
  width: 40px;
  height: 2px;
}
.-about h3::before{
  transform: rotate(65deg);
}

.-about h3::after{
  transform: rotate(-65deg);
}

}