@charset "UTF-8";
/*! Writen  by SCSS */
.inner_main .main_bg {
  background-image: url("../images/reform/main.jpg");
}
@media screen and (max-width: 480px) {
  .inner_main .main_bg {
    background-image: url("../images/reform/main_sp.jpg");
  }
}

.main_ttl_group .page_ttl_img {
  margin-left: 3%;
}

.after_ttl {
  line-height: 1.4;
  font-size: clamp(18px, 1.858vw, 26px);
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .after_ttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .after_ttl {
    font-size: 5.4vw;
  }
}
.after_ttl.orange {
  color: #eb612a;
}
.after_ttl.border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 480px) {
  .after_ttl.border {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.after_ttl.sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .after_ttl.sub {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    text-align: center;
  }
}
.after_ttl.sub .sub_txt {
  margin-right: 20px;
  border: 2px solid #eb612a;
  color: #eb612a;
  padding: 5px 15px;
  background: #FFF;
  font-size: 76%;
}
.after_ttl .orange {
  color: #eb612a;
}
.after_ttl .underline {
  background: linear-gradient(transparent 60%, rgba(255, 209, 5, 0.3) 60%, rgba(255, 209, 5, 0.3) 100%, transparent 100%);
}

/*	ページ下部共通バナーエリア	*/
.banner_area {
  max-width: 960px;
  margin: clamp(80px, 7.858vw, 110px) auto 0;
  background: #ececec;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 480px) {
  .banner_area {
    padding: 10px;
    flex-direction: column;
    row-gap: 10px;
  }
}
.banner_area a {
  width: 47.73%;
  background: #fff9ef;
}
@media screen and (max-width: 480px) {
  .banner_area a {
    width: 100%;
  }
}
body:not(.mobile) .banner_area a:hover .banner_text_group .d02 {
  background: #FFF;
  color: #de5f2d;
}
.banner_area a.comingsoon {
  pointer-events: none;
}
.banner_area a .image_wrap {
  width: 38.1%;
  background: #fff9ef;
  display: flex;
}
.banner_area a .image_wrap.fit .image {
  height: 100%;
}
.banner_area a .image_wrap.fit .image img {
  height: 100%;
  object-fit: cover;
}
.banner_area a .image_wrap.white {
  background: #FFF;
}
.banner_area a .image_wrap .image {
  align-self: center;
}
.banner_area a .banner_text_group {
  width: 61.91%;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .banner_area a .banner_text_group {
    padding: 15px 10px;
  }
}
.banner_area a .banner_text_group .banner_ttl {
  font-size: clamp(13px, 1.539vw, 20px);
  margin-bottom: 10px;
}
.banner_area a .banner_text_group .banner_read {
  margin-bottom: 5px;
  font-size: clamp(11px, 1.077vw, 14px);
}
.banner_area a .banner_text_group .banner_detail {
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(10px, 1vw, 12px);
  column-gap: 10px;
}
.banner_area a .banner_text_group .banner_detail .d01.coming {
  background: #666;
  border-radius: 15px;
  padding: 4px 15px 6px;
  color: #fff;
  line-height: 1;
}
.banner_area a .banner_text_group .banner_detail .d02 {
  color: #FFF;
  width: 24px;
  aspect-ratio: 1;
  background: #de5f2d;
  border: 1px solid #de5f2d;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out 0s;
}

.reform_ttl {
  font-size: clamp(20px, 2.648vw, 45px);
  line-height: 1.4;
  letter-spacing: 0.125em;
  font-weight: bold;
}
.reform_ttl .big {
  font-size: 130%;
}
.reform_ttl .color {
  color: #ff9c3a;
}

.reform_read {
  font-size: clamp(13px, 1.385vw, 18px);
}

.side_content_group .side_content {
  padding-bottom: 0;
}

/*	すまいの保証・点検ページ	*/
.reform_area .side_content .guarantee {
  max-width: 140px;
  width: 100%;
  background: #eb612a;
  font-size: clamp(20px, 2vw, 28px);
  color: #FFF;
  padding: clamp(15px, 1.429vw, 20px) 10px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .guarantee {
    margin: 0 auto 20px;
    padding: 10px;
  }
}
.reform_area .side_content .guarantee:before {
  content: "";
  position: absolute;
  inset: 0;
  bottom: calc(100% - 0.5px);
  top: auto;
  height: 20px;
  background: #eb612a;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.reform_area .side_content .guarantee.green {
  background: #59a65a;
}
.reform_area .side_content .guarantee.green:before {
  background: #59a65a;
}
.reform_area .side_content .page_ttl_wrap {
  margin-bottom: clamp(40px, 7.143vw, 100px);
}
@media screen and (max-width: 820px) {
  .reform_area .side_content .page_ttl_wrap {
    margin-bottom: 30px;
  }
}
.reform_area .side_content .item_group01 {
  display: flex;
  justify-content: center;
  column-gap: 2%;
  margin-bottom: clamp(30px, 3.2vw, 40px);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group01 {
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 25px;
  }
}
.reform_area .side_content .item_group01 .img.img01 {
  width: 22.8%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group01 .img.img01 {
    width: 61.54%;
    margin-inline: 19.23%;
  }
}
.reform_area .side_content .item_group01 .img.img02 {
  width: 27.52%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group01 .img.img02 {
    width: 52.93%;
    margin-top: -9.5%;
  }
}
.reform_area .side_content .item_group01 .img.img03 {
  width: 22.8%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group01 .img.img03 {
    width: 43.85%;
  }
}
.reform_area .side_content .item_group02 {
  position: relative;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group02::after {
    content: "";
    width: 16%;
    aspect-ratio: 20/4;
    background: #ffa524;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    margin-inline: auto;
    text-align: center;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group02 {
    background: #ffa524;
    padding: 30px 0;
  }
}
.reform_area .side_content .item_group02 .img img {
  width: 100%;
}
.reform_area .side_content .item_group02 .txt {
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(20px, 3.067vw, 46px);
  display: none;
  line-height: 1.53;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group02 .txt {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group02 .txt {
    position: relative;
    inset: auto;
  }
}
.reform_area .side_content .item_group03 {
  position: relative;
  padding: clamp(60px, 10.4vw, 130px) 0 clamp(80px, 12vw, 150px);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 {
    padding: 60px 0;
  }
}
.reform_area .side_content .item_group03 .illust {
  position: absolute;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .illust {
    z-index: -1;
    opacity: 0.7;
  }
}
.reform_area .side_content .item_group03 .illust.img01 {
  top: 0;
  left: 0;
  width: 21.34%;
  max-width: 288px;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .illust.img01 {
    width: 40.57%;
    top: 20px;
  }
}
.reform_area .side_content .item_group03 .illust.img02 {
  top: 0;
  right: 0;
  width: 14.67%;
  max-width: 198px;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .illust.img02 {
    width: 25.39%;
    top: 45%;
  }
}
.reform_area .side_content .item_group03 .illust.img03 {
  bottom: 0;
  left: 0;
  width: 17.49%;
  max-width: 236px;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .illust.img03 {
    width: 30.26%;
  }
}
.reform_area .side_content .item_group03 .illust.img04 {
  bottom: 0;
  right: 0;
  width: 24.6%;
  max-width: 332px;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .illust.img04 {
    width: 46.77%;
  }
}
.reform_area .side_content .item_group03 .group03_wrap {
  display: flex;
  justify-content: center;
  column-gap: 2.4%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .group03_wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.reform_area .side_content .item_group03 .group03_wrap .text_wrap {
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .group03_wrap .text_wrap {
    width: 100%;
    text-align: center;
  }
}
.reform_area .side_content .item_group03 .group03_wrap .text_wrap .ttl {
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .group03_wrap .text_wrap .ttl {
    margin-bottom: 0.75em;
  }
}
.reform_area .side_content .item_group03 .group03_wrap .text_wrap .read {
  line-height: 2.23;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .group03_wrap .text_wrap .read {
    line-height: 1.8;
  }
}
.reform_area .side_content .item_group03 .group03_wrap .text_wrap .read span {
  background: linear-gradient(transparent 60%, rgba(255, 156, 58, 0.6) 60%, rgba(255, 156, 58, 0.6) 85%, transparent 85%);
}
.reform_area .side_content .item_group03 .group03_wrap .img {
  width: 32.48%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group03 .group03_wrap .img {
    width: 80%;
    margin-inline: auto;
  }
}
.reform_area .side_content .item_group04 {
  background: #fffefc;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .reform_area .side_content .item_group04 {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
}
.reform_area .side_content .item_group04 .group04_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap {
  padding-left: 5.93%;
  padding-top: clamp(50px, 8vw, 100px);
  width: 45.42%;
}
@media screen and (max-width: 768px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .icon {
  max-width: 140px;
  width: 100%;
  font-size: clamp(20px, 2.24vw, 28px);
  color: #FFF;
  padding: 5px 10px 10px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap .icon {
    margin-bottom: 20px;
    margin-inline: auto;
    padding-bottom: 10px;
    padding-inline: 6%;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: calc(100% - 0.5px);
  top: auto;
  height: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .ttl {
  position: relative;
  padding-left: 5.67%;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap .ttl {
    margin-bottom: 25px;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .ttl::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  inset: 0;
  right: auto;
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .read_wrap {
  padding-left: 5.67%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap .read_wrap {
    padding-left: 0;
    padding-right: 20px;
    padding-right: 0;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .read_wrap .read {
  line-height: 1.95;
  margin-bottom: 1em;
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .read_wrap .read:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap .read_wrap .read {
    line-height: 1.6;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .item_wrap {
  position: relative;
  padding-left: 5.67%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5.67%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .text_wrap .item_wrap {
    padding-left: 0;
  }
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .item_wrap .item {
  width: 32%;
  max-width: 160px;
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .item_wrap .item .item_img {
  margin-bottom: 5px;
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .item_wrap .item .text {
  text-align: center;
  line-height: 1;
}
.reform_area .side_content .item_group04 .group04_wrap .text_wrap .item_wrap .obj {
  width: 18px;
  aspect-ratio: 18/14;
  height: fit-content;
  background: #ddb600;
  margin-top: -8%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.reform_area .side_content .item_group04 .group04_wrap .img {
  width: 50%;
  position: sticky;
  right: 0;
  top: 130px;
  height: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .reform_area .side_content .item_group04 .group04_wrap .img {
    height: auto;
  }
  .reform_area .side_content .item_group04 .group04_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap .img {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    margin-inline: 20px;
    aspect-ratio: 1/0.8;
  }
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap01 .text_wrap {
  padding-bottom: clamp(50px, 32vw, 400px);
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap01 .text_wrap .icon {
  background: #eb612a;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap01 .text_wrap .icon::after {
  background: #eb612a;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap01 .text_wrap .ttl span {
  color: #eb612a;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap01 .text_wrap .ttl::before {
  background: #eb612a;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap01 .text_wrap .read_wrap .read span {
  background: linear-gradient(transparent 60%, rgba(235, 97, 42, 0.3) 60%, rgba(235, 97, 42, 0.3) 85%, transparent 85%);
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 {
  flex-direction: row-reverse;
  column-gap: 4.45%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 {
    column-gap: 2.23%;
  }
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap {
  padding-bottom: clamp(200px, 20vw, 250px);
  padding-left: 0;
  padding-right: 7.41%;
}
@media screen and (max-width: 768px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap {
    padding-inline: 0;
  }
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .icon {
  background: #ddb600;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .icon::after {
  background: #ddb600;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .ttl span {
  color: #ddb600;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .ttl::before {
  background: #ddb600;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .read_wrap {
  margin-bottom: clamp(30px, 4vw, 50px);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .read_wrap {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .text_wrap .read_wrap .read span {
  background: linear-gradient(transparent 60%, rgba(221, 182, 0, 0.3) 60%, rgba(221, 182, 0, 0.3) 85%, transparent 85%);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap02 .img img {
    object-position: 0 30%;
  }
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap {
  padding-bottom: clamp(200px, 32vw, 400px);
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .icon {
  background: #ff8a73;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .icon::after {
  background: #ff8a73;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .ttl span {
  color: #ff8a73;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .ttl::before {
  background: #ff8a73;
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .read_wrap .read:nth-child(3) {
  margin-bottom: clamp(40px, 4.8vw, 60px);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .read_wrap .read:nth-child(3) {
    margin-bottom: 20px;
  }
}
.reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .text_wrap .read_wrap .read span {
  background: linear-gradient(transparent 60%, rgba(255, 138, 115, 0.3) 60%, rgba(255, 138, 115, 0.3) 85%, transparent 85%);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group04 .group04_wrap.group04_wrap03 .img_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-inline: auto;
    width: calc(100% - 40px);
  }
}
.reform_area .side_content .item_group05 {
  background: #fffefc;
  padding-bottom: clamp(50px, 6.667vw, 80px);
}
.reform_area .side_content .item_group05 .item_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(60px, 8.572vw, 120px);
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group05 .item_wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.reform_area .side_content .item_group05 .item_wrap .item {
  position: relative;
  width: 48%;
  padding: clamp(20px, 3.2vw, 40px) 1.67%;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group05 .item_wrap .item {
    width: 100%;
    padding: 25px 20px;
  }
}
.reform_area .side_content .item_group05 .item_wrap .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 7px solid #cccccc;
  pointer-events: none;
}
.reform_area .side_content .item_group05 .item_wrap .item .text_wrap {
  margin-bottom: clamp(20px, 2.4vw, 30px);
}
.reform_area .side_content .item_group05 .item_wrap .item .text_wrap .ttl {
  font-size: clamp(18px, 2.24vw, 28px);
  color: #ff8a73;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .reform_area .side_content .item_group05 .item_wrap .item .text_wrap .ttl {
    margin-bottom: 0.5em;
  }
}
.reform_area .side_content .item_group05 .item_wrap .item .btn a {
  width: fit-content;
  margin-inline: auto 0;
  text-align: right;
  display: block;
  background: #ff8a73;
  color: #fff;
  font-size: clamp(12px, 1.44vw, 18px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  column-gap: 60px;
  line-height: 1;
  padding-block: clamp(10px, 1.44vw, 18px);
  padding-inline: 20px 35px;
  padding-inline: 5.84% 3.34%;
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.1));
  transition: opacity 0.3s ease-in-out 0s;
}
@media (hover: hover) {
  .reform_area .side_content .item_group05 .item_wrap .item .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .reform_area .side_content .item_group05 .item_wrap .item .btn a {
    column-gap: 15px;
    filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.1));
  }
}
.reform_area .side_content .item_group05 .item_wrap .item .btn a .big {
  font-size: 130%;
  line-height: 1;
}

/*	エコ	*/
.eco_area .eco_head {
  font-size: clamp(14px, 2.261vw, 26px);
  text-align: center;
  font-weight: bold;
  line-height: 1.54;
  margin-bottom: 1.3em;
  color: #000;
}
.eco_area .eco_head .big {
  color: #ff8d04;
  display: block;
  font-size: 175%;
}
.eco_area .eco_ttl {
  width: fit-content;
  margin-inline: auto;
  color: #000;
  font-size: clamp(18px, 2.609vw, 30px);
  background: linear-gradient(transparent 60%, rgba(255, 209, 5, 0.3) 60%, rgba(255, 209, 5, 0.3) 85%, transparent 85%);
  margin-bottom: 1em;
  font-weight: bold;
}
.eco_area .eco_txt01 {
  font-size: clamp(13px, 1.334vw, 16px);
  margin-bottom: clamp(40px, 6.667vw, 80px);
  text-align: center;
}
.eco_area .side_content_group {
  position: relative;
  flex-wrap: wrap;
}
.eco_area .side_content_group .side_content .reform_main_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: clamp(40px, 5vw, 60px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .reform_main_wrap {
    row-gap: 20px;
  }
}
.eco_area .side_content_group .side_content .reform_main_wrap .reform_main {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.eco_area .side_content_group .side_content .reform_main_wrap .reform_main .main_ttl {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: fit-content;
  height: max-content;
  margin: auto;
  padding: clamp(20px, 2.5vw, 30px) clamp(20px, 3.334vw, 40px);
  /*
  &:before{
  	content:"";
  	position: absolute;
  	inset:0;
  	-webkit-backdrop-filter: blur(5px) brightness(80%);
  	backdrop-filter: blur(5px) brightness(90%);
  	background: rgba(#FFF,0.1);
  }*/
}
.eco_area .side_content_group .side_content .reform_main_wrap .reform_main .main_ttl span {
  position: relative;
  line-height: 1;
  font-size: clamp(20px, 2.5vw, 30px);
  color: #FFF;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 1px rgba(0, 87, 1, 0.7), 0px 0px 3px rgba(0, 87, 1, 0.7), 0px 0px 5px rgba(0, 87, 1, 0.7), 0px 0px 7px rgba(0, 87, 1, 0.7), 0px 0px 9px rgba(0, 87, 1, 0.7), 0px 0px 11px rgba(0, 87, 1, 0.7), 0px 0px 13px rgba(0, 87, 1, 0.7);
}
.eco_area .side_content_group .side_content .reform_main_wrap .read_group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.eco_area .side_content_group .side_content .reform_main_wrap .read_group .reform_read {
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: center;
}
.eco_area .side_content_group .side_content .reform_main_wrap .read_group .reform_read span {
  background: linear-gradient(transparent 60%, rgba(255, 156, 58, 0.6) 60%, rgba(255, 156, 58, 0.6) 85%, transparent 85%);
}
.eco_area .side_content_group .side_content .main_img {
  margin-bottom: clamp(30px, 4.348vw, 50px);
}
.eco_area .side_content_group .side_content .item_group01 {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group01 {
    margin-bottom: 50px;
  }
}
.eco_area .side_content_group .side_content .item_group01::before {
  content: "";
  width: 100%;
  aspect-ratio: 1350/140;
  max-height: 140px;
  position: absolute;
  inset: 0;
  top: auto;
  background: #f7c0aa;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group01::before {
    aspect-ratio: 1/0.47;
    max-height: none;
  }
}
.eco_area .side_content_group .side_content .item_group01 .btn_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group01 .btn_wrap {
    padding-bottom: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.eco_area .side_content_group .side_content .item_group01 .btn_wrap a {
  display: block;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.28));
  width: 21.74%;
  max-width: 250px;
  transition: opacity 0.3s ease-in-out 0s;
}
@media (hover: hover) {
  .eco_area .side_content_group .side_content .item_group01 .btn_wrap a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group01 .btn_wrap a {
    width: 48%;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: clamp(40px, 5.218vw, 60px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap {
  width: 46.96%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap .main_ttl {
  width: fit-content;
  margin-inline: auto;
  color: #000;
  font-size: clamp(18px, 2.609vw, 30px);
  background: linear-gradient(transparent 60%, rgba(255, 209, 5, 0.3) 60%, rgba(255, 209, 5, 0.3) 85%, transparent 85%);
  margin-bottom: 1em;
  font-weight: bold;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap .read .underline {
  background: linear-gradient(transparent 60%, rgba(243, 152, 0, 0.6) 60%, rgba(243, 152, 0, 0.6) 85%, transparent 85%);
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item {
  position: relative;
  background: #fff8f0;
  padding: 10px;
  margin-bottom: clamp(30px, 4.348vw, 50px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item {
    padding: 5px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item:nth-last-child(1) {
  margin-bottom: 0;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffa840;
  pointer-events: none;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(14px, 1.566vw, 18px);
  max-width: 120px;
  text-align: center;
  padding: clamp(5px, 0.783vw, 9px);
  line-height: 1;
  border-radius: 80px;
  z-index: 1;
  background: #ffa840;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item .item_in {
  position: relative;
  background: #fff;
  padding: 20px 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item .item_in {
    padding: 20px 10px 10px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item .item_in::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #ffa840;
  pointer-events: none;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item .item_in .ttl {
  line-height: 1;
  color: #ffa840;
  font-size: clamp(14px, 1.847vw, 24px);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap01 .item .item_in .ttl {
    font-size: 15px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 {
  /*display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  */
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item {
  position: relative;
  padding: 15px 20px;
  margin-bottom: clamp(30px, 3.566vw, 41px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item:nth-last-child(1) {
  margin-bottom: 0;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid #ffa840;
  pointer-events: none;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item .ttl {
  font-size: clamp(14px, 1.847vw, 24px);
  display: flex;
  column-gap: 10px;
  align-items: center;
  line-height: 1;
  color: #ffa840;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item .ttl {
    font-size: 15px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item .ttl .icon {
  background: #ffa840;
  border-radius: 50%;
  width: 6%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  display: grid;
  place-items: center;
  line-height: 1;
  color: #fff;
  font-size: 70%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item .read .block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .item_wrap02 .item .read .cap_l {
    margin-top: 3px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 {
  width: 100%;
  background: #0581a3;
  display: flex;
  align-items: center;
  padding: clamp(10px, 1.25vw, 15px) 0;
  padding-left: 2.61%;
  padding-right: 1.74%;
  justify-content: space-between;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 {
    flex-direction: column;
    row-gap: 15px;
    padding: 15px 10px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 .icon {
  width: 6.37%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 .icon {
    width: 50px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 .text {
  background: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 10px;
  width: 90.91%;
  padding-inline: 1.82%;
  padding-block: 10px;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 .text span {
  background: linear-gradient(transparent 60%, rgba(255, 247, 0, 0.6) 60%, rgba(255, 247, 0, 0.6) 85%, transparent 85%);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_01 .cap_wrap01 .text {
    width: 100%;
    font-size: 11px;
    padding: 10px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .icon01 {
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  margin-bottom: clamp(30px, 3.479vw, 40px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .icon01 {
    max-width: 180px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 {
  margin-bottom: clamp(30px, 5.653vw, 65px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .img {
  width: 39.14%;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1.85;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap {
  width: 57.4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: clamp(20px, 2.609vw, 30px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in {
  position: relative;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in .ttl {
  font-size: clamp(16px, 1.625vw, 26px);
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in .ttl .s {
  font-size: 80%;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in .ttl .color {
  color: #eb612a;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in .cap_wrap .cap_l {
  padding-left: 1em;
  text-indent: -1em;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 {
  width: fit-content;
  display: flex;
  column-gap: 0.5em;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 {
    flex-wrap: wrap;
    margin-inline: auto;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl .small {
  font-size: 65%;
  margin-left: 5px;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl .detail_txt {
  position: relative;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl .detail_txt::after {
  font-size: clamp(9px, 1vw, 12px);
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl .detail_txt::after {
    display: none;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl .detail_txt.detail_txt01::after {
  content: "（Qセルズ）";
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .ttl .detail_txt.detail_txt02::after {
  content: "（大英産業）";
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .span {
  position: absolute;
  font-size: clamp(9px, 1.044vw, 12px);
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .span01 {
  left: 20%;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in03 .span02 {
  right: 10%;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap01 .text_wrap .text_in.text_in04 .text01 {
  margin-bottom: 0.75em;
  font-size: clamp(14px, 1.74vw, 20px);
  color: #eb612a;
  line-height: 1;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 {
  position: relative;
  padding: clamp(20px, 2.917vw, 35px) 2.96% clamp(10px, 1.667vw, 20px);
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 {
    padding: 15px 10px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #0581a3;
  pointer-events: none;
  border-radius: 10px;
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .left {
  width: 33.34%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .left {
    width: 100%;
    text-align: center;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .left .text01 {
  line-height: 1.2;
  font-size: clamp(18px, 2.609vw, 30px);
  color: #0581a3;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .left .text_img {
    width: 70%;
    margin-inline: auto;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right {
  width: 64.82%;
  background: #d4f1f9;
  display: flex;
  justify-content: space-between;
  padding: clamp(10px, 1.667vw, 20px) 1.39%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    row-gap: 10px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right .text_wrap {
  width: 62.69%;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right .text_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right .text_wrap .read {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right .text_wrap .cap_l {
    font-size: 10px;
  }
}
.eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right .img {
  width: 35.83%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group02 .group02_wrap_02 .wrap02 .right .img {
    width: 200px;
    margin-inline: auto;
  }
}
.eco_area .side_content_group .side_content .item_group03 {
  background: rgba(255, 194, 153, 0.2);
  padding-top: clamp(30px, 4.348vw, 50px);
  padding-bottom: clamp(50px, 6.087vw, 70px);
  margin-bottom: clamp(40px, 5.218vw, 60px);
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: clamp(30px, 5.218vw, 60px);
  margin-bottom: clamp(30px, 4.783vw, 55px);
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap {
    margin-top: 28px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item {
  position: relative;
  background: #fff8f0;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item {
    padding: 5px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffa840;
  pointer-events: none;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(14px, 1.566vw, 18px);
  max-width: 120px;
  text-align: center;
  padding: clamp(5px, 0.783vw, 9px);
  line-height: 1;
  border-radius: 80px;
  z-index: 1;
  background: #ffa840;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item .item_in {
  position: relative;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item .item_in {
    padding: clamp(15px, 1.667vw, 20px) 10px 10px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item .item_in::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #ffa840;
  pointer-events: none;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item .item_in .ttl {
  line-height: 1.54;
  color: #ffa840;
  font-size: clamp(18px, 2.087vw, 24px);
  margin-bottom: 0.5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item01, .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item02 {
  width: 46.96%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item01, .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item02 {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item02 .read {
  margin-bottom: clamp(15px, 4.348vw, 50px);
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item02 .img {
  text-align: center;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 {
  width: 100%;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in {
    row-gap: 20px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .left {
  width: 32.57%;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .left {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .left .ttl {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .left .ttl {
    justify-content: center;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right {
  width: 61.01%;
}
@media screen and (max-width: 1200px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right {
    width: 63.31%;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .s_ttl {
  font-size: clamp(14px, 1.566vw, 18px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1em;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .s_ttl .s {
  font-size: 70%;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: clamp(15px, 1.667vw, 20px);
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li {
  width: 31.67%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li:nth-child(1), .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li:nth-child(4) {
    width: 31.67%;
  }
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li:nth-child(2), .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li:nth-child(5) {
    width: 34.17%;
  }
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li:nth-child(3), .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li:nth-child(6) {
    width: 29.17%;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .icon_wrap {
  display: flex;
  column-gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .icon_wrap .icon {
    width: 35px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .icon_wrap .text {
  line-height: 1.2;
  font-size: clamp(13px, 1.167vw, 14px);
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .icon_wrap .text .color {
  color: #ffa840;
  display: block;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .cap {
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .cap {
    font-size: clamp(10px, 0.917vw, 11px);
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .cap.ls_01 {
  letter-spacing: -0.08em;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_01 .item_wrap .item03 .item_in .right .list li .cap.ls_01 {
    letter-spacing: -0.12em;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 {
  position: relative;
  padding: clamp(20px, 2.917vw, 35px) 2.96% clamp(10px, 1.667vw, 20px);
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 {
    padding: 20px 15px 15px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_02::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #0581a3;
  pointer-events: none;
  border-radius: 10px;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .text01 {
  width: 100%;
  line-height: 1;
  font-size: clamp(18px, 2.609vw, 30px);
  color: #0581a3;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 {
  background: #d4f1f9;
  padding: 30px 25px;
  padding: clamp(20px, 2.5vw, 30px) 2.18%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 {
    flex-wrap: wrap;
    padding: 10px;
    row-gap: 15px;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 .read {
  width: 74.08%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 .read {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 .img {
  width: 23.31%;
  margin-top: -8.3%;
}
@media screen and (max-width: 1200px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 .img {
    margin-top: -2%;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group03 .group03_wrap_02 .wrap01 .img {
    width: 100%;
    max-width: 180px;
    margin-inline: auto;
  }
}
.eco_area .side_content_group .side_content .item_group04 {
  margin-bottom: clamp(40px, 6.957vw, 80px);
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item {
  display: flex;
  justify-content: space-between;
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item .text_wrap .ttl {
  color: #eb6836;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: clamp(18px, 1.751vw, 28px);
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item .text_wrap .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item .text_wrap .ttl {
    font-size: 15px;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item .text_wrap .ttl .s {
  color: #333;
  font-size: 70%;
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item .text_wrap .read {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item .text_wrap .read {
    font-size: 12px;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item01 {
  width: 53.05%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item01 {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item01 .img {
  width: 50.82%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item01 .img {
    width: 50.75%;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item01 .text_wrap {
  width: 46.73%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item01 .text_wrap {
    width: 46.87%;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 {
  width: 45.22%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 {
    width: 100%;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 .img {
  width: 53.85%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 .img {
    width: 50.75%;
  }
}
.eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 .text_wrap {
  width: 43.47%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 .text_wrap {
    width: 46.87%;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group04 .group04_wrap_01 .item_wrap .item02 .text_wrap .read.ls_1 {
    letter-spacing: -0.16em !important;
  }
}
.eco_area .side_content_group .side_content .item_group05 {
  background: rgba(255, 194, 153, 0.2);
  padding-top: clamp(30px, 4.348vw, 50px);
  padding-bottom: clamp(50px, 6.087vw, 70px);
}
.eco_area .side_content_group .side_content .item_group05 .item_wrap {
  display: flex;
  column-gap: 3.92%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group05 .item_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
}
.eco_area .side_content_group .side_content .item_group05 .item_wrap .img01 {
  width: 29.48%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group05 .item_wrap .img01 {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group05 .item_wrap .item {
    text-align: center;
  }
}
.eco_area .side_content_group .side_content .item_group05 .item_wrap .item .img {
  margin-bottom: clamp(20px, 2.609vw, 30px);
  width: 53.9%;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group05 .item_wrap .item .img {
    width: 80%;
    margin-inline: auto;
  }
}
.eco_area .side_content_group .side_content .item_group05 .item_wrap .item .text_wrap .ttl {
  font-size: clamp(16px, 1.74vw, 20px);
  margin-bottom: 0.5em;
  display: flex;
  column-gap: 20px;
  align-items: baseline;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .side_content .item_group05 .item_wrap .item .text_wrap .ttl {
    justify-content: center;
    column-gap: 10px;
  }
}
.eco_area .side_content_group .side_content .item_group05 .item_wrap .item .text_wrap .ttl .big {
  color: #eb612a;
  font-size: 130%;
}
.eco_area .side_content_group .bar_cont {
  width: 100%;
  position: fixed;
  inset: 0;
  top: auto;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont {
    position: relative !important;
  }
}
.eco_area .side_content_group .bar_cont.close {
  position: relative;
}
.eco_area .side_content_group .bar_cont.close .bar_in .close_btn {
  display: none;
}
.eco_area .side_content_group .bar_cont .bar_in {
  position: relative;
  background-color: #ffa840;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .bar_cont .bar_in {
    padding-inline: 10px;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .close_btn {
  position: absolute;
  font-size: clamp(10px, 1.167vw, 14px);
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #333333;
  line-height: 1;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  right: 0;
  bottom: 100%;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .close_btn {
    display: none;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .close_btn .icon {
  width: 8px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap {
  display: flex;
  align-items: center;
  column-gap: 2.78%;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap {
    justify-content: flex-start;
    padding-left: 9.38%;
  }
}
@media screen and (max-width: 1400px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap {
    padding-left: 3.13%;
  }
}
@media screen and (max-width: 1300px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap {
    padding-left: 0;
    column-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap {
    justify-content: center;
    column-gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap {
    flex-direction: column;
    row-gap: 25px;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left {
  max-width: 609px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(5px, 0.87vw, 10px);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left {
    width: fit-content;
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left {
    row-gap: 15px;
    width: 100%;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text01 {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text01 {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text01 {
    width: 100%;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text_wrap {
  display: flex;
  justify-content: center;
  column-gap: 3.29%;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text_wrap {
    column-gap: 15px;
    justify-content: center;
    justify-content: center;
    row-gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin-inline: auto;
    column-gap: 5px;
    justify-content: center;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text_wrap .text02 {
  font-size: clamp(13px, 1.177vw, 20px);
  color: #fff;
  background: #fff2c4;
  border-radius: 60px;
  line-height: 1;
  color: #eb612a;
  font-weight: bold;
  padding: 10px 4.93%;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text_wrap .text02 {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .text_wrap .text02 {
    padding-inline: 10px;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .left .cap {
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: clamp(9px, 1vw, 12px);
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right {
  width: 100%;
  width: 25.72%;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right {
    max-width: 100%;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 30px 15px;
  background: #fff;
  font-size: clamp(14px, 1.653vw, 19px);
  display: block;
  color: #eb612a;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #e7e7e7 0%, #ffffff 100%);
  transition: filter 0.3s ease-in-out 0s;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.1));
}
@media (hover: hover) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a:hover {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a::after {
  content: "";
  border: 1px solid #ffa840;
  position: absolute;
  inset: 5px;
  border-radius: 10px;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a {
    padding: 20px 0;
  }
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a .big {
  font-size: 130%;
}
.eco_area .side_content_group .bar_cont .bar_in .bar_wrap .right a span {
  line-height: 1;
}

body.bar_on .bar_cont {
  position: relative !important;
}
body.bar_on .bar_cont .bar_in .close_btn {
  display: none !important;
}
body.bar_on .pagetop_icon {
  bottom: 125px !important;
}
@media screen and (max-width: 480px) {
  body.bar_on .pagetop_icon {
    bottom: 120px !important;
  }
}

/*施工事例*/
.example_area .side_content_group .side_content .item_group {
  padding: clamp(40px, 4.63vw, 50px) 0;
}
.example_area .side_content_group .side_content .item_group:nth-child(2n of .item_group) {
  background: rgba(255, 194, 153, 0.2);
}
.example_area .side_content_group .side_content .item_group .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: clamp(15px, 2.5vw, 30px);
margin-top: -150px;
padding-top: 150px;
}

@media screen and (max-width: 820px) {
margin-top: -70px;
						padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item {
    flex-wrap: wrap;
  }
}
.example_area .side_content_group .side_content .item_group .item .img_wrap {
  width: 47.83%;
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .img_wrap {
    width: 100%;
  }
}
.example_area .side_content_group .side_content .item_group .item .img_wrap .img {
  background: #efefef;
}
.example_area .side_content_group .side_content .item_group .item .img_wrap .img.center {
  align-self: center;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap {
  width: 48.7%;
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 2.308vw, 30px);
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap {
    width: 100%;
  }
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .en_number {
  font-size: clamp(18px, 2.834vw, 34px);
  color: #eb612a;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 209, 5, 0.3) 60%, rgba(255, 209, 5, 0.3) 85%, transparent 85%);
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap .en_number {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap .en_number {
    font-size: 5.4vw;
  }
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .en_number .big {
  font-size: 130%;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .ttl {
  font-size: clamp(18px, 1.847vw, 24px);
  line-height: 1.67;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap .ttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap .ttl {
    font-size: 4.6vw;
  }
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .list dl {
  display: flex;
  align-items: baseline;
  border-bottom: 1px dashed #cccccc;
  font-size: clamp(12px, 1.167vw, 14px);
  padding-bottom: clamp(10px, 1.25vw, 15px);
  margin-bottom: clamp(10px, 1.25vw, 15px);
  line-height: 2.15;
  column-gap: 4px;
  line-height: 1.43;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .list dl:nth-last-child(1) {
  margin-bottom: 0;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .list dl dt {
  width: calc(4.4em + 4px);
  display: flex;
  align-items: center;
  column-gap: 4px;
  flex-shrink: 0;
  font-weight: bold;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .list dl dt .text {
  width: 100%;
  text-align: center;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap .list dl dd {
  display: flex;
  flex-direction: column;
  row-gap: clamp(5px, 0.834vw, 10px);
}
.example_area .side_content_group .side_content .item_group .item .text_wrap02 {
  width: 100%;
  background: #ececec;
  position: relative;
  padding: clamp(15px, 1.667vw, 20px) 1.74%;
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 1.74vw, 20px);
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap02 {
    padding: 20px 15px !important;
  }
}
.example_area .side_content_group .side_content .item_group .item .text_wrap02::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #eb612a;
  pointer-events: none;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap02 .text_in {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap02 .text_in {
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
  }
}
.example_area .side_content_group .side_content .item_group .item .text_wrap02 .text_in .box_text {
  max-width: 120px;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.4;
  padding: clamp(5px, 1.25vw, 15px) 0;
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group .item .text_wrap02 .text_in .box_text {
    width: 100%;
    max-width: 100%;
  }
}
.example_area .side_content_group .side_content .item_group .item .text_wrap02 .text_in .box_text.box_text01 {
  background: #001253;
}
.example_area .side_content_group .side_content .item_group .item .text_wrap02 .text_in .box_text.box_text02 {
  flex-shrink: 0;
  background: #eb612a;
}
.example_area .side_content_group .side_content .item_group.item_group01 {
  padding-top: 0;
}
.example_area .side_content_group .side_content .item_group.item_group01 .item .img_wrap {
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 2.609vw, 30px);
}
@media screen and (max-width: 768px) {
  .example_area .side_content_group .side_content .item_group.item_group01 .item .img_wrap {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .example_area .side_content_group .side_content .item_group.item_group01 .item .img_wrap .img01 {
    width: 64.71%;
  }
}
.example_area .side_content_group .side_content .item_group.item_group01 .item .img_wrap .img02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .example_area .side_content_group .side_content .item_group.item_group01 .item .img_wrap .img02 {
    width: 32.36%;
    height: 100%;
  }
  .example_area .side_content_group .side_content .item_group.item_group01 .item .img_wrap .img02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .example_area .side_content_group .side_content .item_group.item_group01 .item .text_wrap {
    width: 100%;
  }
}
.example_area .side_content_group .side_content .item_group.item_group01 .item .text_wrap .text_wrap02 {
  padding: clamp(15px, 1.667vw, 20px) 3.58%;
}
.example_area .side_content_group .side_content .item_group.item_group01 .item .text_wrap .text_wrap02 .text_in {
  align-items: normal;
}
.example_area .side_content_group .side_content .item_group.item_group03 .item .img_wrap {
  display: flex;
  justify-content: space-between;
}
.example_area .side_content_group .side_content .item_group.item_group03 .item .img_wrap .img {
  width: 47.28%;
}
.example_area .side_content_group .side_content .item_group.item_group03 .item .text_wrap .list dl dd .text {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group.item_group03 .item .text_wrap .list dl dd .text.text01 {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}
.example_area .side_content_group .side_content .item_group.item_group06 .item .img_wrap {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
.example_area .side_content_group .side_content .item_group.item_group06 .item .img_wrap .img {
  width: 47.28%;
}
@media screen and (max-width: 480px) {
  .example_area .side_content_group .side_content .item_group.item_group06 .item .text_wrap02 .text_in {
    align-items: flex-start;
  }
}

.information_area {
  padding: 60px 0 100px;
}
@media screen and (max-width: 480px) {
  .information_area {
    padding: 60px 0 80px;
  }
}
.information_area .title_group {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: clamp(50px, 6.667vw, 80px);
}
.information_area .title_group .sec_ttl {
  font-size: clamp(26px, 3.334vw, 40px);
  color: #555453;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: clamp(15px, 1.667vw, 20px) 0 0;
}
.information_area .title_group .sec_ttl .under_color {
  background: linear-gradient(transparent 50%, rgba(255, 209, 5, 0.2) 50%, rgba(255, 209, 5, 0.2) 85%, transparent 85%);
}
@media screen and (max-width: 480px) {
  .information_area .title_group .sec_ttl {
    font-size: 8vw;
    line-height: 1.4;
  }
}
.information_area .title_group .sec_ttl.ex {
  margin: 20px 0 20px;
}
.information_area .banner_slider_group {
  max-width: 1500px;
}
@media screen and (max-width: 480px) {
  .information_area .banner_slider_group {
    width: 100%;
  }
}
.information_area .banner_slider_group .banner_slider {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .information_area .banner_slider_group .banner_slider {
    max-width: 270px;
    margin: 0 auto;
    overflow: visible;
  }
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide a .image {
  margin-bottom: clamp(15px, 2.084vw, 25px);
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide a .image img {
  aspect-ratio: 27/20;
  border-radius: 20px;
  object-fit: cover;
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide a .banner_ttl {
  font-size: clamp(16px, 1.334vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide a .banner_ttl {
    font-size: 18px;
  }
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide a .banner_read {
  font-size: clamp(12px, 0.934vw, 14px);
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide a .banner_read {
    font-size: 13px;
  }
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide .genre_day {
  align-items: center;
  font-size: clamp(11px, 0.934vw, 14px);
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide .genre_day {
    font-size: 13px;
  }
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide .genre_day .genre {
  font-weight: 600;
  color: #FFF;
  border-radius: 20px;
  padding: 7px 15px 9px;
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide .genre_day .genre.event {
  background: #ffa840;
}
.information_area .banner_slider_group .banner_slider .swiper-wrapper .swiper-slide .genre_day .genre.campaign {
  background: #0581a3;
}
.information_area .banner_slider_group .banner_slider .next_prev {
  max-width: 90px;
  max-width: 190px;
  margin: 40px auto 0;
}
.information_area .banner_slider_group .banner_slider .next_prev .swiper-button-prev,
.information_area .banner_slider_group .banner_slider .next_prev .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  transform: none;
  margin-top: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
@media (hover: hover) {
  .information_area .banner_slider_group .banner_slider .next_prev .swiper-button-prev:hover,
  .information_area .banner_slider_group .banner_slider .next_prev .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.information_area .banner_slider_group .banner_slider .next_prev .btn a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 5px;
  background: #0581a3;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  font-size: clamp(12px, 1.167vw, 14px);
  border-radius: 50px;
}
@media (hover: hover) {
  .information_area .banner_slider_group .banner_slider .next_prev .btn a:hover {
    opacity: 0.7;
  }
}
.information_area .banner_slider_group .banner_slider .next_prev .swiper-button-next:after,
.information_area .banner_slider_group .banner_slider .next_prev .swiper-button-prev:after {
  content: none;
}

.ls_02 {
  letter-spacing: -0.02em !important;
}

.ls_04 {
  letter-spacing: -0.04em !important;
}

.ls_06 {
  letter-spacing: -0.06em !important;
}

.ls_08 {
  letter-spacing: -0.08em !important;
}

.ls_1 {
  letter-spacing: -0.1em !important;
}

@media screen and (max-width: 480px) {
  .ls02_sp {
    letter-spacing: -0.02em !important;
  }
  .ls04_sp {
    letter-spacing: -0.04em !important;
  }
  .ls06_sp {
    letter-spacing: -0.06em !important;
  }
  .ls08_sp {
    letter-spacing: -0.08em !important;
  }
  .ls1_sp {
    letter-spacing: -0.1em !important;
  }
}/*# sourceMappingURL=reform.css.map */