@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
p, ul, li, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}
a, a:focus, a:hover, a:active {
  outline: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper {
  font-weight: 700;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  color: #333;
}
.wrapper * {
  letter-spacing: 0.03em;
}
.header {
  background: url("/cp/202503-sustainability-topics/assets/img/mv_bg.jpg") no-repeat center center / cover;
  padding: 53px 0 0;
  border: solid 5px #41BA74;
  border-bottom: none;
  min-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.header-hdg {
  font-size: 42px;
  font-weight: bold;
  color: #41BA74;
  line-height: 1;
  position: relative;
}
.header-hdg-pic01 {
  width: 324px;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}
.header-hdg-pic02 {
  width: 253px;
  height: auto;
  left: 50%;
  transform: translateX(126px);
  position: absolute;
  display: block;
  top: 103px;
}
.header-txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 28px;
  line-height: 1.4;
}
.header-txt span {
  font-size: 40px;
}
.header-pic {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-items: center;
  width: 830px;
  margin: 0 auto;
  padding-top: 20px;
}
.header-pic-img01 {
  width: 165px;
  height: auto;
  margin-bottom: 0;
}
.header-pic-img02 {
  width: 630px;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.header-label {
  margin-top: 8px;
  background: #41BA74;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.header-label-l {
  font-size: 32px;
}
.introduce-txt {
  width: 1000px;
  margin: 66px auto 32px;
  font-size: 20px;
  line-height: calc(37 / 20);
}
.introduce-txt-bg {
  background: #CDEFDB;
}
.introduce-bnr {
  text-align: center;
  margin-bottom: 66px;
}
.introduce-bnr-hdg, .introduce-article-hdg {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #41BA74;
}
.introduce-bnr-link {
  display: block;
  width: 503px;
  margin: 16px auto 0;
  transition: 0.3s;
  line-height: 0;
}
.introduce-bnr-link:hover {
  box-shadow: 0 0 0 3px #40BB74;
}
.introduce-bnr-link img {
  width: 100%;
  height: auto;
}
.introduce-article {
  background: #F4FBF7;
  padding: 27px 0 46px;
}
.introduce-article-list {
  width: 1000px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
}
.introduce-article-list-itm {
  width: 480px;
}
.introduce-article-list-itm-link {
  display: block;
  width: 100%;
  padding: 28px 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #afafaf;
  transition: 0.3s;
}
.introduce-article-list-itm-link:hover {
  box-shadow: 0 0 0 3px #40BB74;
}
.introduce-article-list-itm-link:hover .introduce-article-list-itm-subtxt {
  color: #40BB74;
}
.introduce-article-list-itm-link img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.introduce-article-list-itm-txt {
  font-size: 18px;
  line-height: 1.7;
}
.introduce-article-list-itm-subtxt {
  display: block;
  text-decoration: underline;
  text-align: right;
  font-weight: 100;
  font-size: 15px;
  transition: 0.3s;
}
.introduce-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 488px;
  height: 60px;
  background: #40BB74 url("/cp/202503-sustainability-topics/assets/img/ico_btn_arrow.svg") no-repeat center right 16px / 24px auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 48px auto 0;
  transition: 0.3s;
}
.introduce-btn:hover {
  animation: link_allowY 0.6s;
  background: #7FD3A3 url("/cp/202503-sustainability-topics/assets/img/ico_btn_arrow.svg") no-repeat top 21px right 16px / 24px auto;
}
.prize {
  width: 1000px;
  margin: 80px auto 0;
}
.sec-hdg-lv2 {
  font-weight: bold;
  font-size: 40px;
  color: #40BB74;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: solid 2px #41BA74;
  margin-bottom: 44px;
}
.prize-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 40px;
}
.prize-list-itm {
  width: 470px;
  border-radius: 16px;
  background: #F4FBF7;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.prize-list-itm figure {
  width: 150px;
  text-align: center;
  display: block;
}
.prize-list-itm img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}
.prize-list-itm-block {
  width: 290px;
}
.prize-list-itm-hdg {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0 !important;
}
.prize-list-itm-txt {
  font-size: 15px;
  margin-top: 16px;
  line-height: 1.7;
}
.prize-list-itm-txt span {
	display: block;
	text-indent: -4.7em;
	padding-left: 4.7em;
}
.requirements {
  width: 1000px;
  margin: 80px auto 0;
}
.requirements-block {
  width: 881px;
  margin: 0 auto;
  line-height: calc(28/16);
  margin-bottom: 30px;
}
.requirements-list-dt {
  font-size: 18px;
  font-weight: bold;
  color: #41BA74;
}
.requirements-list-dt:not(:first-child) {
  margin-top: 32px;
}
.requirements-list-dd, .regulations-list-dd {
  margin-top: 16px 0 0;
}
.requirements-list-txt, .regulations-list-txt {
  font-size: 16px;
}
.requirements-list-txt + .requirements-list-note, .regulations-list-txt + .regulations-list-note {
  margin-top: 10px;
}
.requirements-list-note, .regulations-list-note {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}
.requirements-list-note::before, .regulations-list-note::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.regulations-ulist-list, .requirements-list-list, .regulations-list-list, .requirements-list-ulist, .regulations-list-ulist {
  padding-left: 20px;
}
.requirements-list-ulist-itm {
  text-indent: -1.2em;
  font-size: 16px;
}
.requirements-list-ulist-itm::before {
  content: "●";
}
.requirements-list-list-itm.r-note {
  font-size: 14px;
}
.requirements-block a {
  text-decoration: underline;
}
.requirements-block a:hover {
  color: #40BB74;
}
.l-pagetop-wrap {
  display: none;
  position: fixed;
  z-index: 999;
  background-image: url(/cp/202503-sustainability-topics/assets/img/arrow_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 20px;
  bottom: 52px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.u-txt-to-speech {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.u-externallink span {
  overflow: hidden;
  color: transparent;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.u-link {
  color: #418DAF;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .u-externallink span {
    padding-right: 9px !important;
    padding-right: 2.4vw !important;
    padding-left: 9px !important;
    padding-left: 2.4vw !important;
  }
}
.u-externallink span:before {
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 1 !important;
}
@media screen and (min-width: 769px), print {
  .u-externallink span:before {
    width: 6px !important;
    height: 6px !important;
    right: 3px !important;
    margin-top: -3px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-externallink span:before {
    height: 5px !important;
    height: 1.33333vw !important;
    width: 5px !important;
    width: 1.33333vw !important;
    right: 7.5px !important;
    right: 2vw !important;
    margin-top: -1.5px !important;
    margin-top: -0.4vw !important;
  }
}
.u-externallink span:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 1 !important;
  border: 1px solid #000 !important;
}
@media screen and (min-width: 769px), print {
  .u-externallink span:after {
    width: 6px !important;
    height: 6px !important;
    right: 0 !important;
    margin-top: -6px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-externallink span:after {
    height: 5px !important;
    height: 1.33333vw !important;
    width: 5px !important;
    width: 1.33333vw !important;
    right: 4px !important;
    right: 1.06667vw !important;
    margin-top: -5px !important;
    margin-top: -1.33333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .header {
    padding: 8vw 0 0;
    border: none;
    min-width: 100vw;
  }
  .header-hdg {
    font-size: 7.733333333vw;
  }
  .header-hdg-pic01 {
    width: 64vw;
    margin-bottom: 5.866666667vw;
  }
  .header-hdg-pic02 {
    width: 74.4vw;
    height: auto;
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0);
    margin: 0 auto;
  }
  .header-txt {
    font-size: 5.533333333vw;
    margin-top: 2.133333333vw;
    width: 90%;
    margin: 4vw auto;
  }
  .header-txt span {
    font-size: 7.533333333vw;
  }
  .header-pic {
    padding-top: 0;
    width: 95.2vw;
    position: relative;
    text-align: center;
  }
  .header-pic-img01 {
    display: none;
  }
  .header-pic-img02 {
    width: 100%;
    margin: 0 auto;
  }
  .header-label {
    margin-top: 2.133333333vw;
    height: 14.4vw;
    font-size: 4.533333333vw;
  }
  .header-label-l {
    font-size: 5.6vw;
  }
  .introduce-txt {
    width: 82.13333333vw;
    margin: 8.533333333vw auto 10.93333333vw;
    font-size: 3.733333333vw;
  }
  .introduce-bnr {
    margin-bottom: 12.53333333vw;
  }
  .introduce-bnr-hdg, .introduce-article-hdg {
    font-size: 4.8vw;
  }
  .introduce-bnr-link {
    width: 82.13333333vw;
    margin: 4.266666667vw auto 0;
  }
  .introduce-bnr-link:hover {
    box-shadow: none;
  }
  .introduce-article {
    padding: 8.533333333vw 0 12.8vw;
  }
  .introduce-article-list {
    width: 82.66666667vw;
    margin: 5.866666667vw auto 0;
    flex-direction: column;
    gap: 4.8vw;
  }
  .introduce-article-list-itm {
    width: 100%;
  }
  .introduce-article-list-itm-link {
    padding: 4.8vw;
    border-radius: 2.666666667vw;
    box-shadow: 0px 0px 4vw -1.333333333vw #afafaf;
  }
  .introduce-article-list-itm-link:hover {
    box-shadow: 0px 0px 4vw -1.333333333vw #afafaf;
  }
  .introduce-article-list-itm-link:hover .introduce-article-list-itm-subtxt {
    color: #333;
  }
  .introduce-article-list-itm-link img {
    margin-bottom: 2.666666667vw;
  }
  .introduce-article-list-itm-txt {
    font-size: 3.733333333vw;
  }
  .introduce-article-list-itm-subtxt {
    font-size: 3.466666667vw;
  }
  .introduce-btn {
    width: 82.13333333vw;
    height: 13.6vw;
    background: #40BB74 url("/cp/202503-sustainability-topics/assets/img/ico_btn_arrow.svg") no-repeat center right 3.733333333vw / 5.6vw auto;
    font-size: 4.266666667vw;
    margin: 8vw auto 0;
  }
  .introduce-btn:hover {
    animation: none;
    background: #40BB74 url("/cp/202503-sustainability-topics/assets/img/ico_btn_arrow.svg") no-repeat center right 3.733333333vw / 5.6vw auto;
  }
  .prize {
    width: 100vw;
    margin: 24vw auto 0;
  }
  .sec-hdg-lv2 {
    font-size: 8vw;
    padding-bottom: 2.4vw;
    border-bottom: solid 0.533333333vw #41BA74;
    margin-bottom: 6.4vw;
  }
  .prize-list {
    width: 82.13333333vw;
    margin: 0 auto;
    flex-direction: column;
    gap: 4.266666667vw;
  }
  .prize-list-itm {
    width: 100%;
    border-radius: 4.266666667vw;
    padding: 3.866666667vw 4vw;
    gap: 4.266666667vw;
  }
  .prize-list-itm figure {
    width: 26.8vw;
  }
  .prize-list-itm figure:first-of-type {
    width: 21.8vw;
  }
  .prize-list-itm img {
    width: 100%;
    height: 50.13333333vw;
  }
  .prize-list-itm-block {
    width: 65.067vw;
  }
  .prize-list-itm-hdg {
    font-size: 3.733333333vw;
  }
  .prize-list-itm-txt {
    font-size: 3.466666667vw;
    margin-top: 3.466666667vw;
  }
  .requirements {
    width: 100vw;
    margin: 18.66666667vw auto 0;
  }
  .requirements-block {
    width: 83.2vw;
    margin-bottom: 8.33333333vw;
  }
  .requirements-list-dt {
    font-size: 4.8vw;
  }
  .requirements-list-dt:not(:first-child) {
    margin-top: 8.533333333vw;
  }
  .requirements-list-dd, .regulations-list-dd {
    margin-top: 4.266666667vw 0 0;
  }
  .requirements-list-txt, .regulations-list-txt {
    font-size: 3.733333333vw;
  }
  .requirements-list-ulist-itm {
    font-size: 3.733333333vw;
    text-indent: -1.2em;
  }
  .requirements-list-ulist-itm::before {
    content: "●";
  }
  .l-pagetop-wrap {
    right: 5.333333333vw;
    bottom: 13.86666667vw;
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  .u-externallink span {
    width: 3.733333333vw;
    height: 3.733333333vw;
    margin-right: 0.8vw;
  }
  .u-indent--sp {
    display: block;
    padding-left: 34vw;
  }
}
.u-fs-s {
  font-size: 1.1em !important;
}
.u-lhs {
  display: block;
  line-height: 1.1 !important;
  margin: 0.5em 0;
}
.u-txt-s {
  font-size: 15px;
}
.u-mb1 {
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .u-fs-s {
    font-size: 3.2vw !important;
  }
  .u-txt-s {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 769px), print {
  .u-none--pc {
    display: none;
  }
}
.endAnnounce {
  display: block;
  width: 960px;
  border: 4px #ccc solid;
  color: #eb0028;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .endAnnounce {
    font-size: calc(20 / 375 * 100vw);
    width: 96%;
  }
}
#campaign_end {
  background: #F5F8EF;
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
}
#campaign_end a {
  display: flex;
  width: 280px;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: solid 2px #038B3D;
  margin: 1em auto 0;
  border-radius: 30px;
  font-size: 18px;
  color: #038B3D;
  transition: 0.3s;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #campaign_end {
    padding: 40px 0;
    margin: 20px auto;
    font-size: 24px;
  }
  #campaign_end a:hover {
    background: #038B3D;
    color: #fff;
  }
  .u-txt-normal {
    font-weight: normal !important;
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  #campaign_end {
    padding: 4vw;
    margin: 4vw;
    font-size: 4.6vw;
  }
  #campaign_end a {
    display: flex;
    width: 100%;
    height: 12.93333333vw;
    border-radius: 8vw;
    font-size: 4.266666667vw;
  }
  .u-txt-normal {
    font-weight: normal !important;
    font-size: 4.266666667vw;
    margin-bottom: 1em;
  }
  .u-none--sp {
    display: none;
  }
}
.red {
  color: #eb0028;
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.u-align-c {
  text-align: center;
  margin-top: 1em;
  font-size: 1.4em;
}
.btn_area * {
  letter-spacing: 0 !important;
}
.btn_area {
  width: 427px;
  margin: 20px auto 50px;
  text-align: right;
}
.btn_area .btn {
  padding-top: 30px;
}
.btn_area .btn a {
  width: 427px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  background: #41BA74;
  border-radius: 31px;
  position: relative;
}
.btn_area .btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url("/cp/202503-sustainability-topics/assets/img/icon_arrow_wh.svg") no-repeat;
  background-size: contain;
}
.btn_area .txt {
  margin-top: 30px;
  font-size: 15px;
}
.btn_area .txt + .txt {
  margin-top: 12px;
}
.btn_area .txt a {
  padding-right: 30px;
  color: #41BA74;
  position: relative;
}
.btn_area .txt a::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url("/cp/202503-sustainability-topics/assets/img/icon_arrow_green.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .btn_area .btn a:hover {
    background: rgba(65, 186, 116, 0.8);
  }
  .btn_area .btn a:hover::after {
    animation: link_allow 0.6s;
    animation-timing-function: ease-in-out;
  }
  .btn_area .txt a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .btn_area {
    width: 84vw;
    margin: 5.33333vw auto 10vw;
  }
  .btn_area .btn {
    padding-top: 5.33333vw;
  }
  .btn_area .btn a {
    width: 84vw;
    height: 10.93333vw;
    font-size: 3.73333vw;
    border-radius: 5.33333vw;
  }
  .btn_area .btn a::after {
    width: 1.6vw;
    height: 2.66667vw;
    right: 4vw;
  }
  .btn_area .txt {
    margin-top: 6.4vw;
    font-size: 3.73333vw;
  }
  .btn_area .txt + .txt {
    margin-top: 2.4vw;
  }
  .btn_area .txt a {
    padding-right: 8vw;
  }
  .btn_area .txt a::after {
    width: 1.6vw;
    height: 2.66667vw;
    right: 3.2vw;
  }
}
@keyframes link_allow {
  0% {
    transform: translateX(0em);
  }
  60% {
    transform: translateX(0.2em);
  }
  100% {
    transform: translateX(0em);
  }
}
@keyframes link_allowY {
  0% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(0.2em);
  }
  100% {
    transform: translateY(0em);
  }
}