@charset "UTF-8";
/* ================================================
  変数をまとめるファイル
  ================================================ */
/* -----------------------------------------------
  @use 'variables' as var;　←ページ上部に追加

  [使用例]
  .button {
    color: var.$main-txt-color;
  }
------------------------------------------------- */
/* top */
.top-loading {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition: all 0.3s ease;
}
.top-loading.is-ended {
  opacity: 0;
  pointer-events: none;
}
.top-loading .loading-movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-mv {
  width: 100%;
}
.top-mv img {
  width: 100%;
}
.top-mv .logo-35th {
  width: fit-content;
}
.top-mv .logo-35th img {
  position: absolute;
  top: 14%;
  left: 4%;
  max-width: 160px;
}
@media screen and (max-width: 1259px) {
  .top-mv .logo-35th img {
    top: 11%;
    left: 3%;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv .logo-35th img {
    top: 11%;
    left: 5%;
    width: 80px;
  }
}

.top-mv + .cmn-sec {
  padding-top: 120px;
  padding-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv + .cmn-sec {
    padding-top: 57px;
    padding-bottom: 93px;
  }
}

.scroll-down {
  position: absolute;
  right: 120px;
  top: 260px;
}
@media screen and (max-width: 1660px) {
  .scroll-down {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down .txt {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  writing-mode: vertical-lr;
  line-height: 0.8;
}
.scroll-down .icn {
  display: block;
  width: 5px;
  line-height: 0;
  padding-left: 2px;
  margin: 10px auto 0;
  transition: all 0.3s ease;
}
.scroll-down .icn img {
  width: 100%;
}

.top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-menu {
    flex-direction: column;
    gap: 25px;
  }
}
.top-menu > li {
  width: calc((100% - 60px) / 4);
}
.top-menu > li:nth-of-type(n+5) {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .top-menu > li {
    width: 100%;
  }
  .top-menu > li:nth-of-type(n+5) {
    width: 100%;
  }
}
.top-menu .btn {
  background: #fff;
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  width: 100%;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .top-menu .btn {
    height: 60px;
  }
}
.top-menu .btn::after {
  background: url(/assets/images/icn_arrow_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}

.top-unrecyclable-box {
  margin-top: 116px;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box {
    margin-top: 100px;
  }
}
.top-unrecyclable-box .box-ttl {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-ttl {
    font-size: 2.5rem;
  }
}
.top-unrecyclable-box .box-body {
  background: #fff;
  padding: 80px 80px 75px;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-body {
    padding: 20px;
  }
}
.top-unrecyclable-box .box-body .attention {
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1000px;
  min-height: 72px;
  padding: 6px 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-body .attention {
    font-size: 2rem;
    padding: 16px 8px;
  }
}
.top-unrecyclable-box .box-body .top-unrecyclable-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-body .top-unrecyclable-list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.top-unrecyclable-box .box-body .top-unrecyclable-list img {
  width: 100%;
}
.top-unrecyclable-box .box-body .link-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-body .link-more {
    margin-top: 50px;
  }
}
.top-unrecyclable-box .box-body .link-more .btn {
  background: #fff;
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
}
.top-unrecyclable-box .box-body .link-more .btn::after {
  background: url(/assets/images/icn_arrow_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 19px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-body .link-more .btn {
    font-size: 1.4rem;
  }
}
.top-unrecyclable-box .box-body .top-dl-btn {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-unrecyclable-box .box-body .top-dl-btn {
    margin-top: 25px;
  }
}
.top-unrecyclable-box .box-body .top-dl-btn .btn {
  width: 100%;
}

.top-panel-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 185px;
}
@media screen and (max-width: 767px) {
  .top-panel-link-list {
    grid-template-columns: 1fr;
    gap: 50 px;
    margin-top: 100px;
  }
}
.top-panel-link-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.top-panel-link-list .panel-link {
  color: #F4574C;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.top-panel-link-list .panel-link::after {
  background: url(/assets/images/icn_arrow_panel.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 48px;
  height: 7px;
  vertical-align: middle;
  position: absolute;
  right: 22px;
  bottom: 32px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-panel-link-list .panel-link::after {
    width: 40px;
    height: 6px;
    right: 20px;
    bottom: 25px;
  }
}
.top-panel-link-list .panel-link .img-wrap {
  overflow: hidden;
  width: 100%;
}
.top-panel-link-list .panel-link .img-wrap img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.top-panel-link-list .panel-link .txt-wrap {
  background: #fff;
  line-height: 1.3;
  padding: 12px 78px 11px 14px;
}
@media screen and (max-width: 767px) {
  .top-panel-link-list .panel-link .txt-wrap {
    padding: 10px;
  }
}
@media (any-hover: hover) {
  .top-panel-link-list .panel-link:hover::after {
    transform: translateX(5px);
  }
  .top-panel-link-list .panel-link:hover .img-wrap img {
    transform: scale(1.1, 1.1);
  }
}

.top-dl-btn {
  margin: 80px auto 0;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .top-dl-btn {
    margin-top: 50px;
  }
}
.top-dl-btn .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .top-dl-btn .btn {
    height: 70px;
    padding: 8px;
  }
}
.top-dl-btn .btn::after {
  background: url(/assets/images/icn_pdf_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .top-dl-btn .btn::after {
    width: 16px;
    height: 16px;
    right: 14px;
    top: calc(50% - 8px);
  }
}

.top-sec .dl-btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-sec .dl-btn-list {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 25px;
  }
}
.top-sec .dl-btn-list .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100px;
}
.top-sec .dl-btn-list .btn::after {
  background: url(/assets/images/icn_pdf_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .top-sec .dl-btn-list .btn {
    font-size: 1.6rem;
    height: auto;
    padding: 8px;
  }
  .top-sec .dl-btn-list .btn::after {
    right: 14px;
  }
}
.top-sec .banner-btn-wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-sec .banner-btn-wrap {
    margin-top: 30px;
  }
}
.top-sec .banner-btn-wrap .banner-btn {
  display: inline-block;
}
.top-sec .banner-btn-wrap .banner-btn:hover {
  opacity: 0.7;
}

.top-sec-ttl {
  margin-bottom: 76px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .top-sec-ttl {
    margin-bottom: 48px;
  }
}
.top-sec-ttl .en-ttl {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  padding-left: 17px;
  position: relative;
}
.top-sec-ttl .en-ttl::before {
  background: #3C3C3C;
  border-radius: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
.top-sec-ttl .jp-ttl {
  margin-top: 20px;
  color: #F4574C;
  font-size: 6.4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .top-sec-ttl .jp-ttl {
    font-size: 3.6rem;
    margin-top: 4px;
  }
}

.topics-list > li + li {
  border-top: 1px solid #CECDCD;
  margin-top: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .topics-list > li + li {
    margin-top: 35px;
    padding-top: 35px;
  }
}
.topics-list > li {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .topics-list > li {
    display: block;
  }
}
.topics-list > li .topics-date {
  color: #418450;
  font-size: 1.6rem;
  width: 120px;
}
.topics-list > li .topics-date.top-topics {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .topics-list > li .topics-date {
    font-size: 1.4rem;
    width: 100%;
  }
}
.topics-list > li .topics-ttl {
  flex: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .topics-list > li .topics-ttl {
    margin-top: 16px;
  }
}
.topics-list > li .topics-ttl .movie-link {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}
.topics-list > li .topics-ttl .movie-link > div {
  width: 100%;
  max-width: 252px;
}
@media screen and (max-width: 767px) {
  .topics-list > li .topics-ttl .movie-link {
    align-items: flex-end;
    flex-direction: column;
  }
}
.topics-list > li .topics-ttl .movie-link .btn {
  background: #fff;
  border: 1px solid #418450;
  color: #418450;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 252px;
  height: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics-list > li .topics-ttl .movie-link .btn {
    font-size: 1.6rem;
  }
}
.topics-list > li .topics-ttl .movie-link .btn::after {
  background: url(/assets/images/icn_arrow_dark_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

.topics-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 98px;
}
@media screen and (max-width: 767px) {
  .topics-link {
    margin-top: 48px;
  }
}
.topics-link .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 302px;
  height: 75px;
}
.topics-link .btn::after {
  background: url(/assets/images/icn_arrow_white.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 19px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .topics-link .btn {
    font-size: 1.4rem;
    max-width: 100%;
    height: 70px;
  }
}

.top-contact-sec .top-contact-ttl-wrap {
  display: flex;
  align-items: flex-end;
  gap: 36px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-contact-ttl-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
  }
}
.top-contact-sec .top-contact-ttl-wrap .top-sec-ttl {
  margin-bottom: 0;
}
.top-contact-sec .top-contact-ttl-wrap .txt-wrap {
  flex: 1;
}
.top-contact-sec h3 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.top-contact-sec .top-access-wrap {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-access-wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.top-contact-sec .top-access-wrap + .top-access-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-access-wrap + .top-access-wrap {
    margin-top: 50px;
  }
}
.top-contact-sec .top-access-wrap .address-wrap {
  width: 298px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-access-wrap .address-wrap {
    width: 100%;
  }
}
.top-contact-sec .top-access-wrap .address-wrap .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-access-wrap .address-wrap .img {
    margin-bottom: 16px;
  }
}
.top-contact-sec .top-access-wrap .address-wrap .office-name {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-access-wrap .address-wrap .office-name {
    font-size: 1.8rem;
  }
}
.top-contact-sec .top-access-wrap .address-wrap .office-name .en-ttl {
  border-left: 1px solid #3C3C3C;
  margin-left: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-access-wrap .address-wrap .office-name .en-ttl {
    margin-left: 8px;
    padding-left: 8px;
  }
}
.top-contact-sec .top-access-wrap .address-wrap .address {
  line-height: 1.5;
}
.top-contact-sec .map-wrap {
  flex: 1;
  width: auto;
  position: relative;
}
.top-contact-sec .map-wrap .map {
  width: 100%;
  height: 305px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .map-wrap .map {
    height: 417px;
  }
}
.top-contact-sec .map-wrap .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-contact-sec .map-wrap .map-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .map-wrap .map-link {
    margin-top: 25px;
  }
}
.top-contact-sec .map-wrap .map-link .btn {
  background: #fff;
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 320px;
  height: 70px;
}
.top-contact-sec .map-wrap .map-link .btn::after {
  background: url(/assets/images/icn_map.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .top-contact-sec .map-wrap .map-link .btn {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.top-contact-sec .contact-wrap {
  background: #F4574C;
  color: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .contact-wrap {
    flex-direction: column;
  }
}
.top-contact-sec .contact-wrap .img {
  opacity: 0.8;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .contact-wrap .img {
    width: 100%;
  }
}
.top-contact-sec .contact-wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.top-contact-sec .contact-wrap .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .contact-wrap .txt {
    font-size: 2rem;
    width: 100%;
    padding: 24px 14px;
  }
}
.top-contact-sec .contact-wrap .txt p {
  padding-right: 48px;
  position: relative;
}
.top-contact-sec .contact-wrap .txt p::after {
  background: url(/assets/images/icn_external_white.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
}
@media screen and (max-width: 767px) {
  .top-contact-sec .contact-wrap .txt p {
    text-align: center;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .top-contact-sec .contact-wrap:hover {
    opacity: 0.7;
  }
}
.top-contact-sec .dl-btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .dl-btn-list {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 25px;
  }
}
.top-contact-sec .dl-btn-list .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100px;
}
.top-contact-sec .dl-btn-list .btn::after {
  background: url(/assets/images/icn_pdf_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .top-contact-sec .dl-btn-list .btn {
    font-size: 1.6rem;
    height: auto;
    padding: 8px;
  }
  .top-contact-sec .dl-btn-list .btn::after {
    right: 14px;
  }
}
.top-contact-sec .top-dl-btn {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-contact-sec .top-dl-btn {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .top-contact-sec .top-dl-btn .btn::after {
    width: 20px;
    height: 20px;
  }
}

.top-h2-ttl {
  position: relative;
  padding-bottom: 38px;
  color: #F4574C;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
.top-h2-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 150px;
  height: 4px;
  background-color: #F4574C;
}
@media screen and (max-width: 767px) {
  .top-h2-ttl {
    padding-bottom: 42px;
    font-size: 2.4rem;
  }
  .top-h2-ttl::after {
    width: 80px;
  }
}

/* /top */
/* company */
hr.bg-gray {
  border-top: 0.5px solid #CECDCD;
}

.message-txt-wrap p + p {
  margin-top: 30px;
}

.ceo-name {
  display: flex;
  gap: 20px;
  margin-top: 70px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ceo-name {
    flex-direction: column;
  }
}
.ceo-name .role {
  display: flex;
  flex-direction: column;
}
.ceo-name .role .date {
  font-size: 1.4rem;
}

.normal-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.normal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.8em + 1px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background: #3C3C3C;
}
.normal-list li.chevron {
  padding-left: 1.2em;
}
.normal-list li.chevron::before {
  content: "▶︎";
  top: calc(0.8em - 12px);
  background-color: transparent;
  width: auto;
  height: auto;
}

.note-list > li {
  display: flex;
  font-size: 1.4rem;
}
.note-list > li > .initial {
  margin-right: 8px;
}
.note-list > li > .list-inner {
  flex: 1;
  min-width: 1px;
}

.normal-dl > .normal-dl-item {
  display: grid;
  grid-template-columns: minmax(min-content, 272px) 1fr;
}
.normal-dl > .normal-dl-item > dt,
.normal-dl > .normal-dl-item > dd {
  font-size: 1.6rem;
  padding: 11px 30px;
  border-bottom: 1px solid #CECDCD;
}
.normal-dl > .normal-dl-item > dt .gr-box,
.normal-dl > .normal-dl-item > dd .gr-box {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  border-bottom: 1px solid #CECDCD;
  padding: 8px;
  padding-left: 0;
}
.normal-dl > .normal-dl-item > dt .gr-box:first-of-type,
.normal-dl > .normal-dl-item > dd .gr-box:first-of-type {
  padding-top: 0;
}
.normal-dl > .normal-dl-item > dt .gr-box:last-of-type,
.normal-dl > .normal-dl-item > dd .gr-box:last-of-type {
  padding-bottom: 0;
}
.normal-dl > .normal-dl-item > dt .gr-box span,
.normal-dl > .normal-dl-item > dd .gr-box span {
  padding: 8px;
  padding-left: 0;
}
.normal-dl > .normal-dl-item > dt .gr-box .btn,
.normal-dl > .normal-dl-item > dd .gr-box .btn {
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .normal-dl > .normal-dl-item > dt .gr-box,
  .normal-dl > .normal-dl-item > dd .gr-box {
    grid-template-columns: auto;
    gap: 10px;
    padding-left: 10px;
  }
}
.normal-dl > .normal-dl-item > dt .gr-box:last-of-type,
.normal-dl > .normal-dl-item > dd .gr-box:last-of-type {
  border-bottom: none;
}
.normal-dl > .normal-dl-item > dt .gr-box:last-of-type span,
.normal-dl > .normal-dl-item > dd .gr-box:last-of-type span {
  word-break: keep-all;
}
.normal-dl > .normal-dl-item > dt {
  border-right: 1px solid #CECDCD;
}
@media screen and (max-width: 767px) {
  .normal-dl > .normal-dl-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .normal-dl > .normal-dl-item > dt,
  .normal-dl > .normal-dl-item > dd {
    padding: 5px 10px;
  }
  .normal-dl > .normal-dl-item > dd {
    font-size: 1.4rem;
  }
  .normal-dl > .normal-dl-item.sp-col-1 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .normal-dl > .normal-dl-item.sp-col-1 > dt {
    padding-top: 10px;
    padding-bottom: 0;
    border-right: none;
    border-bottom: none;
  }
  .normal-dl > .normal-dl-item.sp-col-1 > dd {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.normal-dl > .normal-dl-item .bd-b-none {
  border-bottom: none;
}
.normal-dl > .normal-dl-item .img {
  max-width: 300px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .normal-dl > .normal-dl-item .img {
    max-width: 100%;
  }
}
.normal-dl > .normal-dl-item .map-link {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.normal-dl > .normal-dl-item .map-link .btn {
  background: #fff;
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
}
.normal-dl > .normal-dl-item .map-link .btn::after {
  background: url(/assets/images/icn_map.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .normal-dl > .normal-dl-item .map-link .btn {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.txt-green {
  color: #F4574C;
}

.table-wrap .normal-table {
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.table-wrap .normal-table thead th {
  background-color: #F4574C;
  color: #fff;
  font-size: 2rem;
}
.table-wrap .normal-table th, .table-wrap .normal-table td {
  padding: 16px 55px;
  border: 0.5px solid #CECDCD;
  line-height: 1.5;
}
.table-wrap .normal-table th:first-child {
  border-left: none;
}
.table-wrap .normal-table th:last-child {
  border-right: none;
}
.table-wrap .normal-table th:first-child,
.table-wrap .normal-table td:last-child {
  border-right: none;
}
.table-wrap .normal-table tr:last-child th,
.table-wrap .normal-table tr:last-child td {
  border-bottom: none;
}
.table-wrap .normal-table tbody th,
.table-wrap .normal-table tbody td {
  font-size: 1.6rem;
}
.table-wrap .normal-table tbody tr:first-child th, .table-wrap .normal-table tbody tr:first-child td {
  border-top: none;
}
.table-wrap .normal-table .bg-orange-02 {
  color: #F4574C;
  border-color: #fff;
  background-color: rgba(244, 87, 76, 0.3);
}
.table-wrap .normal-table .bg-grey {
  color: #fff;
  background-color: #AAAAAA;
}
.table-wrap .normal-table .bdb-white {
  border-bottom-color: #fff;
}
@media screen and (max-width: 767px) {
  .table-wrap .normal-table thead th {
    font-size: 1.8rem;
  }
  .table-wrap .normal-table th,
  .table-wrap .normal-table td {
    padding: 10px;
  }
  .table-wrap .normal-table tbody th,
  .table-wrap .normal-table tbody td {
    font-size: 1.4rem;
  }
}
.table-wrap .normal-table .va-top {
  vertical-align: top;
}
.table-wrap .show-more-table {
  table-layout: fixed;
}
.table-wrap .show-more-table thead, .table-wrap .show-more-table tbody {
  display: block;
}
.table-wrap .show-more-table thead tr,
.table-wrap .show-more-table tbody tr {
  display: grid;
  grid-template-columns: 270px 1fr;
}
.table-wrap .show-more-table thead tr + tr,
.table-wrap .show-more-table tbody tr + tr {
  margin-top: -1px;
}
.table-wrap .show-more-table tbody {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.table-wrap .show-more-table tbody .bd-b-none th, .table-wrap .show-more-table tbody .bd-b-none td {
  border-bottom: none;
}
.table-wrap .show-more-table tbody .bd-b-none + tr th, .table-wrap .show-more-table tbody .bd-b-none + tr td {
  border-top: none;
}
.table-wrap .show-more-table tbody th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table-wrap .show-more-table thead tr,
  .table-wrap .show-more-table tbody tr {
    grid-template-columns: 100px 1fr;
  }
  .table-wrap .show-more-table tbody th {
    white-space: normal;
  }
}

.box-shadow {
  padding: 80px;
  padding-top: 50px;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
}
.box-shadow .ttl {
  color: #F4574C;
  font-size: 6rem;
  font-weight: bold;
}
.box-shadow.p-none {
  padding: 0;
}
.box-shadow.p-sm {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .box-shadow {
    padding: 20px;
  }
  .box-shadow .ttl {
    font-size: 2rem;
  }
  .box-shadow.p-sm {
    padding: 10px;
  }
}

.bs-box .gr-box {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  border-bottom: 1px solid #CECDCD;
  padding: 10px;
  padding-left: 80px;
}
.bs-box .gr-box span {
  padding: 8px;
}
.bs-box .gr-box .btn {
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .bs-box .gr-box {
    grid-template-columns: auto;
    gap: 10px;
    padding-left: 10px;
  }
}
.bs-box .gr-box:last-of-type {
  border-bottom: none;
}
.bs-box .gr-box:last-of-type span {
  word-break: keep-all;
}
.bs-box.bs-box {
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
}

.grid {
  display: grid;
}
.grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col-2.max-content {
  grid-template-columns: repeat(2, max-content);
}
.grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.img-right {
  grid-template-columns: 1fr max-content;
}
.grid.img-left {
  grid-template-columns: max-content 1fr;
}
.grid.ai-c {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .grid.sp-col-1 {
    grid-template-columns: 1fr;
  }
  .grid.sp-col-1.max-content {
    grid-template-columns: 1fr;
  }
  .grid.sp-ai-c {
    align-items: center;
  }
}

.btn-wrap button.btn {
  border: none;
}
.btn-wrap .btn {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 280px;
  color: #fff;
  background-color: #F4574C;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-wrap .btn.bd-btn {
  color: #3C3C3C;
  background-color: transparent;
  border: 1px solid #3C3C3C;
}
.btn-wrap .btn[href$=".pdf"]::after {
  background: url(/assets/images/icn_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.btn-wrap .btn.w-sm {
  min-width: 290px;
}
.btn-wrap.col-1 .btn {
  margin-inline: auto;
}
.btn-wrap .table-more-btn .btn-icon {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
}
.btn-wrap .table-more-btn .btn-icon::before, .btn-wrap .table-more-btn .btn-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background-color: #8B8B8B;
  transition: all 0.3s ease;
}
.btn-wrap .table-more-btn .btn-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn-wrap .table-more-btn.show .btn-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.lh-1_5 {
  line-height: 1.5;
}

#contents.company .box-shadow .grid.img-right {
  gap: 100px;
}
#contents.company .box-shadow .grid.img-right > .col:nth-child(2) {
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  #contents.company .box-shadow .grid.img-right {
    gap: 20px;
  }
  #contents.company .box-shadow .grid.img-right > .col:nth-child(2) {
    margin-right: 0;
  }
}

.permit-list-wrap {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .permit-list-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.permit-list-wrap .pemit-label {
  position: relative;
}
.permit-list-wrap .pemit-label::before {
  content: "■";
  padding-right: 8px;
  color: #F4574C;
}
.permit-list-wrap .permit-list {
  padding-left: 2.5rem;
}
.permit-list-wrap .permit-list > li {
  line-height: 1.5;
}
.permit-list-wrap .permit-list .permit-link {
  padding-left: 20px;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .permit-list-wrap .permit-list .permit-link:hover {
    text-decoration: none;
  }
}

.box-cmn.basic-vision .box-contents {
  padding: 20px 20px 80px;
  font-size: 1.6rem;
}
.box-cmn.basic-vision .box-contents.under-tit {
  overflow: hidden;
}
.box-cmn.basic-vision .box-contents > .img-wrap {
  position: relative;
  text-align: center;
}
.box-cmn.basic-vision .box-contents > .img-wrap.lg-img {
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .box-cmn.basic-vision .box-contents > .img-wrap.lg-img {
    margin-top: 0;
  }
}
.box-cmn.basic-vision .box-cmn.bg-orange-02 {
  margin-top: 0;
}
.box-cmn.basic-vision .box-cmn.bg-orange-02 .box-inner {
  padding: 65px 180px;
}
@media screen and (max-width: 767px) {
  .box-cmn.basic-vision .box-cmn.bg-orange-02 .box-inner {
    padding: 20px;
  }
}
.box-cmn.basic-vision .box-cmn.bg-orange-02 p + p {
  margin-top: 5px;
}
.box-cmn.basic-vision .grid-img-txt {
  gap: 37px;
  margin-top: 0;
  margin-bottom: 37px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .box-cmn.basic-vision .grid-img-txt {
    margin: 0;
  }
}
.box-cmn.basic-vision .grid-img-txt .img-wrap {
  margin-top: 5px;
  text-align: center;
}
.box-cmn.basic-vision .grid-img-txt .name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.banner-wrap {
  margin-top: 60px;
  text-align: center;
}
.banner-wrap .banner {
  display: block;
}
@media (any-hover: hover) {
  .banner-wrap .banner:hover {
    opacity: 0.6;
  }
}

.QA-vision .box-contents {
  padding: 40px;
}

.QA-img-list {
  display: flex;
  gap: 50px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

/* /company */
/* current-efforts */
.img-wrap.use-tag {
  position: relative;
}
.img-wrap.use-tag .tag {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #F4574C;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .img-wrap.use-tag .tag {
    padding: 2px 6px;
  }
}

.number-list > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.number-list > li .num {
  display: inline-block;
  padding: 3px 7px;
  color: #fff;
  background-color: #F4574C;
  font-size: 1.4rem;
  line-height: 1.1;
}

.normal-dl-02 > .normal-dl-item {
  display: grid;
  grid-template-columns: 9rem 1fr;
}

.btn-wrap .modal-btn {
  display: flex;
  align-items: center;
  width: 400px;
  height: 80px;
  padding: 10px 50px;
  transition: all 0.3s ease;
}
.btn-wrap .modal-btn::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  opacity: 0.5;
  position: absolute;
  right: 40px;
  top: calc(50% - 26px);
}
.btn-wrap .modal-btn::after {
  background: #fff;
  content: "";
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  display: block;
  width: 14px;
  height: 20px;
  position: absolute;
  right: 56px;
  top: calc(50% - 10px);
}
@media (any-hover: hover) {
  .btn-wrap .modal-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap .modal-btn {
    width: 100%;
    height: 64px;
    padding: 0 20px;
  }
  .btn-wrap .modal-btn::before {
    width: 40px;
    height: 40px;
    right: 16px;
    top: calc(50% - 20px);
  }
  .btn-wrap .modal-btn::after {
    right: 27px;
  }
}

.modal {
  position: fixed;
  padding: 30px;
  max-width: 1024px;
  width: 100%;
  border: none;
  border-radius: 12px;
  overflow: visible;
}
.modal .modal-close-btn {
  position: absolute;
  top: -30px;
  right: -25px;
  width: 55px;
  height: 55px;
  background-color: #3C3C3C;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .modal .modal-close-btn:hover {
    opacity: 0.9;
  }
}
.modal .modal-inner video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 15px;
    max-width: none;
    width: 90vw;
  }
  .modal .modal-close-btn {
    top: -12px;
    right: -10px;
    width: 25px;
    height: 25px;
  }
  .modal .modal-close-btn > img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 11.5px;
  }
}

.cmn-h4-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cmn-h4-ttl {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

#contents.current-efforts .grid.col-4 {
  gap: 30px;
}
#contents.current-efforts .grid.col-4 .col:nth-child(4) {
  display: flex;
  flex-direction: column;
}
#contents.current-efforts .number-list {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #contents.current-efforts .number-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 10px;
  }
}

/* /current-efforts */
/* future-efforts */
.cmn-h3-ttl-02 {
  margin-top: 120px;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cmn-h3-ttl-02 {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

#contents.future-efforts .img-wrap {
  margin-inline: auto;
}
#contents.future-efforts .img-wrap.max-w-1240 {
  max-width: 1240px;
}

.txt-link {
  display: inline-block;
}
.txt-link.main-color {
  color: #F4574C;
}
.txt-link[target=_blank]::after {
  background: url(/assets/images/icn_external_black.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
@media (any-hover: hover) {
  .txt-link:hover {
    text-decoration: underline;
  }
}

/* /future-efforts */
/* business */
.business-anchor-list ul {
  display: flex;
  justify-content: center;
  gap: 74px;
}
@media screen and (max-width: 767px) {
  .business-anchor-list ul {
    flex-direction: column;
    gap: 24px;
  }
}
.business-anchor-list ul .btn {
  background: #fff;
  border: 1px solid #418450;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #418450;
  padding: 0 58px;
  position: relative;
  height: 80px;
}
.business-anchor-list ul .btn::after {
  background: url(/assets/images/icn_arrow_dark_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .business-anchor-list ul .btn {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 32px;
    height: 70px;
  }
  .business-anchor-list ul .btn::after {
    right: 16px;
  }
}

.business-box {
  background: #fff;
  margin-top: 120px;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .business-box {
    margin-top: 80px;
  }
}
.business-box .box-ttl {
  background: #F4574C;
  color: #fff;
  padding: 24px;
  text-align: center;
}
.business-box .box-ttl .ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
.business-box .box-ttl .note {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .business-box .box-ttl {
    padding: 16px 8px;
  }
  .business-box .box-ttl .ttl {
    font-size: 2rem;
  }
  .business-box .box-ttl .note {
    font-size: 1.2rem;
  }
}
.business-box .box-body {
  padding: 30px 80px 80px;
}
@media screen and (max-width: 767px) {
  .business-box .box-body {
    padding: 16px 20px 20px;
  }
}
.business-box .box-body .lead-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .lead-txt {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.business-box .box-body .sample-box {
  border: 1px solid #707070;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box {
    padding: 20px;
  }
}
.business-box .box-body .sample-box .ttl-wrap {
  border-left: 8px solid #F4574C;
  border-bottom: 2px solid #F4574C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 0 8px 15px;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box .ttl-wrap {
    border-left: none;
    border-bottom: none;
    display: block;
    margin-bottom: 24px;
    padding: 0;
  }
}
.business-box .box-body .sample-box .ttl-wrap .ttl {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box .ttl-wrap .ttl {
    border-left: 4px solid #F4574C;
    border-bottom: 1px solid #F4574C;
    font-size: 1.8rem;
    padding: 0 0 8px 10px;
  }
}
.business-box .box-body .sample-box .ttl-wrap .logo {
  width: 250px;
  line-height: 0;
}
.business-box .box-body .sample-box .ttl-wrap .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box .ttl-wrap .logo {
    margin: 8px 0 0 auto;
    width: 150px;
  }
}
.business-box .box-body .sample-box .table-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box .table-wrap {
    margin-top: 24px;
  }
}
.business-box .box-body .sample-box .table-wrap .sample-tabel .none,
.business-box .box-body .sample-box .table-wrap .sample-tabel th {
  background: rgba(232, 147, 62, 0.4);
  border: 6px solid #fff;
  border-left: none;
  padding: 5px;
  text-align: center;
  width: 158px;
}
.business-box .box-body .sample-box .table-wrap .sample-tabel td {
  background: rgba(246, 212, 177, 0.4);
  border: 6px solid #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 16px;
  text-align: right;
}
.business-box .box-body .sample-box .table-wrap .sample-tabel td.txt-green {
  color: #F4574C;
}
.business-box .box-body .sample-box .table-wrap .sample-tabel td.percentage {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box .table-wrap .sample-tabel {
    border-width: 3px;
    padding: 8px 5px;
    width: 100%;
  }
  .business-box .box-body .sample-box .table-wrap .sample-tabel .th-inner {
    display: inline-block;
    white-space: pre;
    writing-mode: vertical-lr;
    margin: 0 auto;
  }
  .business-box .box-body .sample-box .table-wrap .sample-tabel td {
    font-size: 1.8rem;
    border-width: 3px;
    padding: 8px;
  }
}
.business-box .box-body .sample-box .discharge-quantity {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.business-box .box-body .sample-box .discharge-quantity .col-01 {
  width: 576px;
}
.business-box .box-body .sample-box .discharge-quantity .col-01 .txt {
  white-space: nowrap;
}
.business-box .box-body .sample-box .discharge-quantity .col-02 {
  width: 520px;
}
@media screen and (max-width: 1259px) {
  .business-box .box-body .sample-box .discharge-quantity .col-01 {
    width: 100%;
  }
  .business-box .box-body .sample-box .discharge-quantity .col-01 .txt {
    white-space: wrap;
  }
  .business-box .box-body .sample-box .discharge-quantity .col-02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business-box .box-body .sample-box .discharge-quantity {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
  .business-box .box-body .sample-box .discharge-quantity .col-02,
  .business-box .box-body .sample-box .discharge-quantity .col-01 {
    width: 100%;
  }
}
.business-box .box-body .caption {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .caption {
    margin-top: 15px;
  }
}
.business-box .box-body .box-foot {
  margin-top: 100px;
  text-align: center;
}
.business-box .box-body .box-foot .foot-lead {
  font-size: 2rem;
  font-weight: bold;
}
.business-box .box-body .box-foot .btn-wrap {
  margin-top: 30px;
}
.business-box .box-body .box-foot .btn-wrap .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  height: 100px;
  max-width: 888px;
  margin: 0 auto;
  position: relative;
}
.business-box .box-body .box-foot .btn-wrap .btn::after {
  background: url(/assets/images/icn_external_white.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  position: absolute;
  right: 36px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 767px) {
  .business-box .box-body .box-foot {
    margin-top: 50px;
  }
  .business-box .box-body .box-foot .foot-lead {
    font-size: 1.6rem;
  }
  .business-box .box-body .box-foot .btn-wrap {
    margin-top: 15px;
  }
  .business-box .box-body .box-foot .btn-wrap .btn {
    font-size: 1.4rem;
    height: 70px;
  }
  .business-box .box-body .box-foot .btn-wrap .btn::after {
    width: 16px;
    height: 16px;
    right: 19px;
    top: calc(50% - 8px);
  }
}
.business-box .box-body .color-txt {
  color: #418450;
}
.business-box .box-body .reduction-quantity {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .business-box .box-body .reduction-quantity {
    margin-top: 24px;
  }
}

.business-contact {
  background: #FFF5F4;
  color: #F4574C;
  margin-top: 200px;
  padding: 30px 20px 50px;
}
@media screen and (max-width: 767px) {
  .business-contact {
    margin-top: 50px;
    padding: 24px 20px;
  }
}
.business-contact .ttl {
  text-align: center;
}
.business-contact .ttl span {
  border-bottom: 1px solid #F4574C;
  display: inline-block;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .business-contact .ttl span {
    font-size: 1.8rem;
  }
}
.business-contact .contact-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .business-contact .contact-wrap {
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }
}
.business-contact .contact-wrap .tel-col {
  display: grid;
  gap: 15px;
}
.business-contact .contact-wrap .tel-col > li {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .business-contact .contact-wrap .tel-col > li {
    justify-content: center;
  }
}
.business-contact .contact-wrap .tel-col .label {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 80px;
  height: 30px;
}
.business-contact .contact-wrap .tel-col .num-wrap {
  font-size: 2.5rem;
  line-height: 1.1;
}
.business-contact .contact-wrap .tel-col .num-wrap .tel-num {
  color: #F4574C;
}
.business-contact .contact-wrap .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 354px;
}
.business-contact .contact-wrap .btn::after {
  background: url(/assets/images/icon_blank.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  .business-contact .contact-wrap .btn {
    font-size: 1.4rem;
    width: 100%;
    height: 70px;
  }
  .business-contact .contact-wrap .btn::after {
    width: 16px;
    height: 16px;
    right: 19px;
    top: calc(50% - 8px);
  }
}
.business-contact .contact-wrap .btn.no-icon::after {
  display: none;
}

/* /business */
/* unrecyclable */
.top-txt.unrecyclable {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-txt.unrecyclable {
    font-size: 1.8rem;
  }
}

.btn-txt.unrecyclable {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn-txt.unrecyclable {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.btn-wrap.unrecyclable {
  margin-top: 8px;
}
.btn-wrap.unrecyclable .btn {
  padding: 0;
  position: relative;
  width: 800px;
  background-color: #F4574C;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 100px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap.unrecyclable .btn {
    width: 100%;
    height: 56px;
  }
}
.btn-wrap.unrecyclable .btn::after {
  background: url(/assets/images/icn_pdf_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .btn-wrap.unrecyclable .btn::after {
    background: url(/assets/images/icn_pdf_green.svg) no-repeat center center/contain;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    right: 15px;
  }
}

.white-box {
  background-color: #fff;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .white-box {
    margin-top: 30px;
  }
}

.white-box.unrecyclable {
  padding: 0;
  display: flex;
  justify-content: start;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .white-box.unrecyclable {
    flex-direction: column;
    gap: 0;
  }
}

.white-box.unrecyclable .right-box {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .white-box.unrecyclable .right-box {
    align-items: baseline;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .white-box.unrecyclable .left-box {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .white-box.unrecyclable .left-box > img {
    max-width: 260px;
  }
}

.circle-list > li {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .circle-list > li {
    padding-left: 20px;
  }
}
.circle-list > li::before {
  background: url(/assets/images/icn_circle.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .circle-list > li::before {
    background: url(/assets/images/icn_circle.svg) no-repeat center center/contain;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    top: 6px;
  }
}

.white-box.dl {
  padding-top: 50px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .white-box.dl {
    padding: 20px;
  }
}

/* /unrecyclable */
/* topics */
.topic-sec .inner-wrap {
  display: flex;
  align-items: flex-start;
  gap: 140px;
}
@media screen and (max-width: 767px) {
  .topic-sec .inner-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.topic-sec .side-nav {
  width: 163px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topic-sec .side-nav {
    width: 100%;
  }
}
.topic-sec .side-nav .topic-search-wrap {
  font-size: 1.6rem;
  position: relative;
}
@media (any-hover: hover) {
  .topic-sec .side-nav .topic-search-wrap:hover .topic-search-detail {
    opacity: 1;
    pointer-events: auto;
  }
}
.topic-sec .side-nav .topic-search-wrap .topic-search-btn {
  background: none;
  border: none;
  border-bottom: 1px solid #CECDCD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  width: 100%;
}
.topic-sec .side-nav .topic-search-wrap .topic-search-btn::after {
  background: url(/assets/images/icn_arrow_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .topic-sec .side-nav .topic-search-wrap .topic-search-btn.is-opened::after {
    transform: rotate(-90deg);
  }
}
.topic-sec .side-nav .topic-search-wrap .topic-search-detail {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
.topic-sec .side-nav .topic-search-wrap .topic-search-detail.is-show, .topic-sec .side-nav .topic-search-wrap .topic-search-detail:has(a:focus) {
  opacity: 1;
  pointer-events: auto;
}
.topic-sec .side-nav .topic-search-wrap .topic-search-detail .search-all,
.topic-sec .side-nav .topic-search-wrap .topic-search-detail .search-latest {
  border-bottom: 1px solid #CECDCD;
}
.topic-sec .side-nav .topic-search-wrap .topic-search-detail a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 32px;
}
.topic-sec .side-nav .topic-search-wrap .topic-search-detail a.main-link {
  height: 50px;
}
.topic-sec .side-nav .topic-search-wrap .topic-search-detail a.cur {
  background: rgba(114, 222, 138, 0.1);
}
@media (any-hover: hover) {
  .topic-sec .side-nav .topic-search-wrap .topic-search-detail a:hover {
    background: rgba(114, 222, 138, 0.1);
  }
}
.topic-sec .main-area {
  flex: 1;
  position: relative;
  z-index: 1;
}
.topic-sec .movie-link {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}
.topic-sec .movie-link > div {
  width: 100%;
  max-width: 252px;
}
@media screen and (max-width: 767px) {
  .topic-sec .movie-link {
    align-items: flex-end;
    flex-direction: column;
  }
}
.topic-sec .movie-link .btn {
  background: #fff;
  border: 1px solid #418450;
  color: #418450;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 252px;
  height: 45px;
  position: relative;
}
.topic-sec .movie-link .btn::after {
  background: url(/assets/images/icn_arrow_dark_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

/* /topics */
/* faq */
.faq-h2-ttl {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq-h2-ttl {
    font-size: 2.3rem;
    margin-bottom: 32px;
  }
}

.faq-category-ttl {
  color: #F4574C;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq-category-ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.faq-list + .faq-category-ttl {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .faq-list + .faq-category-ttl {
    margin-top: 80px;
  }
}

.faq-list {
  border-top: 1px solid #CECDCD;
}
.faq-list > li {
  border-bottom: 1px solid #CECDCD;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .faq-list > li {
    padding: 20px 0;
  }
}
.faq-list .faq-detail {
  position: relative;
}
.faq-list .faq-detail .faq-ttl {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-right: 40px;
  position: relative;
}
.faq-list .faq-detail .faq-ttl::-webkit-details-marker, .faq-list .faq-detail .faq-ttl::marker {
  content: "";
  display: none;
}
.faq-list .faq-detail .faq-ttl::after {
  transform: rotate(90deg);
}
.faq-list .faq-detail .faq-ttl.cur::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-detail .faq-ttl {
    gap: 10px;
    padding-right: 36px;
  }
  .faq-list .faq-detail .faq-ttl::after, .faq-list .faq-detail .faq-ttl::before {
    width: 20px;
    height: 2px;
  }
}
.faq-list .faq-detail .faq-ttl .label {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 900;
  padding-bottom: 5px;
  width: 40px;
  height: 40px;
}
.faq-list .faq-detail .faq-ttl h3 {
  flex: 1;
}
.faq-list .faq-detail .faq-contents {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-detail .faq-contents {
    gap: 10px;
    margin-top: 16px;
  }
}
.faq-list .faq-detail .faq-contents .label {
  background: #fff;
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 900;
  padding-bottom: 4px;
  width: 40px;
  height: 40px;
}
.faq-list .faq-detail .faq-contents .txt-wrap {
  flex: 1;
}
.faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
.faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap.btn-right {
  justify-content: flex-end;
}
.faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap .btn {
  background: #fff;
  border: 1px solid #F4574C;
  color: #F4574C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  min-height: 75px;
  padding: 0 43px;
  position: relative;
}
.faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap .btn::after {
  background: url(/assets/images/icn_arrow_green.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: 19px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap {
    margin-top: 20px;
  }
  .faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap .btn {
    font-size: 1.6rem;
    min-height: 50px;
    padding: 8px 32px;
  }
  .faq-list .faq-detail .faq-contents .txt-wrap .btn-wrap .btn::after {
    right: 16px;
  }
}

/* /faq */
/* welfare */
.img-grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.img-grid-list:not(:first-child) {
  margin-top: 100px;
}
.img-grid-list.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .img-grid-list.col-3 {
    grid-template-columns: 1fr;
  }
}
.img-grid-list .full-grid-item {
  grid-column: 1/-1;
}
.img-grid-list .grid-list-item {
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .img-grid-list .grid-list-item {
    width: 100%;
  }
}
.img-grid-list .grid-list-item .txt-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 15px;
  height: 9rem;
}
.img-grid-list .grid-list-item .txt-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 48px;
  height: 8px;
  transform: translateY(-50%);
  background: url(/assets/images/icon_arrow_orange.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .img-grid-list .grid-list-item .txt-wrap {
    height: 6rem;
  }
}
.img-grid-list .grid-list-item .ttl {
  display: flex;
  align-items: center;
  color: #F4574C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .img-grid-list .grid-list-item .ttl {
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .img-grid-list .grid-list-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .img-grid-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .img-grid-list:not(:first-child) {
    margin-top: 50px;
  }
}

.img-grid-list.business-top-gap {
  gap: 40px 80px;
}

#contents .cmn-sec.sub-bg-color {
  background-color: #FCFCFC;
}

.business-dl-btn {
  margin: 100px auto 0;
  max-width: 1080px;
}
.business-dl-btn:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business-dl-btn {
    margin-top: 90px;
  }
  .business-dl-btn:not(:last-child) {
    margin-bottom: 50px;
  }
}
.business-dl-btn .btn {
  background: #F4574C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .business-dl-btn .btn {
    height: 80px;
    padding: 8px;
  }
  .business-dl-btn .btn span {
    line-height: 1.7;
  }
}
.business-dl-btn .btn::after {
  background: url(/assets/images/icon_PDF_white.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .business-dl-btn .btn::after {
    width: 16px;
    height: 16px;
    right: 14px;
    top: calc(50% - 8px);
  }
}

.business-link-wrap .business-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 355px;
  width: 100%;
  height: 60px;
  color: #F4574C;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #F4574C;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.business-link-wrap .business-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 6px;
  height: 10px;
  background: url(/assets/images/icon_arrow_orange_03.svg) no-repeat center/cover;
}
@media (any-hover: hover) {
  .business-link-wrap .business-link:hover {
    opacity: 0.6;
  }
}

/* /welfare */
/* rakuraku */
.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.flex-box.gp-120 {
  gap: 120px;
}
.flex-box:has(.flex-content) {
  align-items: normal;
}
.flex-box .flex-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
  align-items: center;
}
.flex-box .flex-content img {
  flex-grow: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.flex-box .flex-content .check-head {
  position: relative;
}
.flex-box .flex-content .check-head::before {
  content: "";
  background: url(/assets/images/icon_check_box.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .flex-box {
    flex-direction: column;
    gap: 40px;
  }
  .flex-box.sp-reverse {
    flex-direction: column-reverse;
  }
  .flex-box.gp-120 {
    gap: 60px;
  }
}

.feature-ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 3.6rem;
  color: #F4574C;
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .feature-ttl {
    font-size: 2.4rem;
    margin-top: 50px;
  }
}

.feature-box {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}
.feature-box .feature-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-box .feature-item:last-child .feature-circle img {
  max-width: 80%;
  max-height: 80%;
}
.feature-box .feature-item .feature-circle {
  border-radius: 50%;
  background-color: #FCE4E2;
  aspect-ratio: 1/1;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.feature-box .feature-item .feature-circle .tag {
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background-color: #F4574C;
  color: #fff;
  padding: 5px 45px;
  word-break: keep-all;
}
.feature-box .feature-item .feature-circle img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  transform: translateY(2vw);
}
.feature-box .feature-item .txt-box {
  flex-grow: 1;
}
.feature-box .feature-item .txt-box p {
  text-align: center;
  line-height: 1.5;
}
.feature-box .feature-item .txt-box p:first-child {
  font-size: 3rem;
  font-weight: bold;
}
.feature-box .feature-item .txt-box p:first-child sup {
  font-size: 1.8rem;
}
.feature-box .feature-item .txt-box p span {
  font-size: 3.2rem;
  color: #F4574C;
}
@media screen and (max-width: 767px) {
  .feature-box {
    flex-direction: column;
    margin-top: 20px;
  }
  .feature-box .feature-item {
    width: 100%;
    gap: 20px;
  }
  .feature-box .feature-item .feature-circle {
    max-width: 335px;
    height: 335px;
  }
  .feature-box .feature-item .feature-circle img {
    width: 60%;
  }
  .feature-box .feature-item .txt-box p:first-child {
    font-size: 1.8rem;
  }
  .feature-box .feature-item .txt-box p:first-child sup {
    font-size: 1.4rem;
  }
  .feature-box .feature-item .txt-box p span {
    font-size: 2rem;
  }
}

.bc-white {
  background-color: #fff;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .bc-white {
    padding: 40px;
  }
  .bc-white.p-none {
    padding: 0;
  }
}

/* /rakuraku */
/* inquiry */
#contact .inner-wrap {
  max-width: 1160px;
  margin-top: 100px;
  padding-inline: 20px;
}

/* /inquiry */
/* 404 */
.txt-404 .ttl {
  text-align: center;
}
.txt-404 .ttl span {
  display: inline-block;
  font-size: 2.5rem;
  color: #F4574C;
  border-bottom: 1px solid #F4574C;
}
.txt-404 .btn-wrap {
  margin-top: 30px;
}
.txt-404 .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 354px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #F4574C;
}
@media screen and (max-width: 767px) {
  .txt-404 .btn {
    width: 100%;
  }
}

/* /404 *//*# sourceMappingURL=module.css.map */