.c-heading .sec-inner {
  height: auto;
  padding-bottom: 128px;
}
@media only screen and (max-width: 768px) {
  .c-heading .sec-inner {
    padding-bottom: 0;
  }
  .c-heading .sec-inner .en {
    font-size: 5.7rem;
  }
}

#introduction .sec-catch {
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
#introduction .sec-box-1 {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  background: url(../img/sustainability/introduction-bg-1.jpg) center/cover no-repeat;
  z-index: 2;
}
#introduction .sec-box-1::before, #introduction .sec-box-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#introduction .sec-box-1::before {
  background: url(../img/common/bg-box.png) center/100px repeat;
  opacity: 0.6;
  z-index: -2;
}
#introduction .sec-box-1::after {
  background: linear-gradient(217.22deg, rgba(2, 141, 205, 0.8) 19.3%, rgba(56, 152, 49, 0.8) 66.92%);
  z-index: -1;
}
#introduction .sec-box-1 .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#introduction .sec-box-1 .image {
  margin-bottom: 52px;
  padding: 5.5rem;
  background: #fff;
}
#introduction .sec-box-1 .text {
  max-width: 902px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}
#introduction .sec-box-2 {
  padding-top: 100px;
  padding-bottom: 96px;
  background: linear-gradient(270deg, #008DD4 25.16%, #3A982A 158.65%);
  color: #fff;
  font-weight: bold;
}
#introduction .sec-box-2 .item {
  display: flex;
  align-items: center;
  gap: 0 12rem;
  font-size: 28px;
  font-size: clamp(20px, 2vw, 28px);
}
#introduction .sec-box-2 .item + .item {
  margin-top: 24px;
}
#introduction .sec-box-2 .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.7rem;
  width: clamp(240px, 23vw, 297px);
  height: 29.7rem;
  height: clamp(240px, 23vw, 297px);
  flex-shrink: 0;
  font-size: 40px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.45;
}
#introduction .sec-box-2 .title svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  -o-object-fit: contain;
     object-fit: contain;
}
#introduction .sec-box-2 .title svg circle {
  stroke-dashoffset: 928.769832809px;
  stroke-dasharray: 928.769832809px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#introduction .sec-box-2 .title .inview + svg circle {
  stroke-dashoffset: 0;
}
@media print, screen and (max-width: 1024px) {
  #introduction .sec-catch {
    font-size: 38px;
  }
  #introduction .sec-box-1 .image {
    margin-bottom: 30px;
    padding: 2.1rem;
  }
  #introduction .sec-box-1 .text {
    font-size: 22px;
    line-height: 1.8;
  }
  #introduction .sec-box-2 .item {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #introduction .sec-catch {
    margin-bottom: 50px;
    font-size: 4.83vw;
  }
  #introduction .sec-box-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #introduction .sec-box-1 .image {
    margin-bottom: 30px;
    padding: 2.1rem;
  }
  #introduction .sec-box-1 .text {
    font-size: 16px;
    line-height: 1.8;
  }
  #introduction .sec-box-2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  #introduction .sec-box-2 .item {
    flex-direction: column;
    gap: 20px 0;
    font-size: 16px;
  }
  #introduction .sec-box-2 .item + .item {
    margin-top: 50px;
  }
  #introduction .sec-box-2 .title {
    max-width: 200px;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    font-size: 24px;
  }
}

#attempt {
  padding-top: 190px;
  padding-bottom: 190px;
}
#attempt .sec-box {
  display: grid;
  grid-template-columns: 902fr 746fr;
  gap: 7.2rem;
  margin-top: 160px;
}
#attempt .sec-box + .sec-box {
  margin-top: 180px;
}
#attempt .sec-box .title {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 39px;
  line-height: 1.6;
}
#attempt .sec-box .title > span {
  transition-delay: 0s;
}
#attempt .sec-box .text {
  font-weight: 500;
  margin-bottom: 39px;
}
#attempt .sec-box .sdgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 40px;
}
#attempt .sec-box .sdgs img {
  display: block;
  width: 150px;
  max-width: 20rem;
}
#attempt .sec-box .ac-title {
  position: relative;
  margin-top: 24px;
  padding: 22px 0 20px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  z-index: 2;
  border-radius: 100px;
  font-size: 28px;
  font-size: clamp(0px, 2.2vw, 28px);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#attempt .sec-box .ac-title + * {
  display: none;
}
#attempt .sec-box .ac-title .txt {
  display: block;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#attempt .sec-box .ac-title .icon {
  position: absolute;
  top: 0;
  right: 20px;
  width: 59px;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2259%22%20viewBox%3D%220%200%2059%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222.0625%22%20y%3D%222.0625%22%20width%3D%2254.875%22%20height%3D%2254.875%22%20rx%3D%2227.4375%22%20stroke%3D%22url(%23paint0_linear_1841_4582)%22%20stroke-width%3D%224.125%22%2F%3E%3Cpath%20d%3D%22M14%2029H46%22%20stroke%3D%22url(%23paint1_linear_1841_4582)%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M30%2013L30%2045%22%20stroke%3D%22url(%23paint2_linear_1841_4582)%22%20stroke-width%3D%224%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1841_4582%22%20x1%3D%2259%22%20y1%3D%2229.5%22%20x2%3D%220%22%20y2%3D%2229.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23008DD4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233A982A%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_1841_4582%22%20x1%3D%2246%22%20y1%3D%2229.5%22%20x2%3D%2214%22%20y2%3D%2229.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23008DD4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233A982A%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint2_linear_1841_4582%22%20x1%3D%2229.5%22%20y1%3D%2245%22%20x2%3D%2229.5%22%20y2%3D%2213%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23008DD4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233A982A%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#attempt .sec-box .ac-title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s, background 0.3s;
}
#attempt .sec-box .ac-title:hover .txt {
  background: #fff;
  -webkit-background-clip: text;
}
#attempt .sec-box .ac-title:hover .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2259%22%20viewBox%3D%220%200%2059%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222.0625%22%20y%3D%222.0625%22%20width%3D%2254.875%22%20height%3D%2254.875%22%20rx%3D%2227.4375%22%20stroke%3D%22white%22%20stroke-width%3D%224.125%22%2F%3E%3Cpath%20d%3D%22M14%2029H46%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M30%2013L30%2045%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}
#attempt .sec-box .ac-title:hover::before {
  background: #3A982A;
}
#attempt .sec-box .ac-title.active .txt {
  background: #fff;
  -webkit-background-clip: text;
}
#attempt .sec-box .ac-title.active .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2259%22%20viewBox%3D%220%200%2059%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222.0625%22%20y%3D%222.0625%22%20width%3D%2254.875%22%20height%3D%2254.875%22%20rx%3D%2227.4375%22%20stroke%3D%22white%22%20stroke-width%3D%224.125%22%2F%3E%3Cpath%20d%3D%22M14%2029H46%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}
#attempt .sec-box .ac-title.active::before {
  opacity: 0;
}
#attempt .sec-box .ac-content {
  position: relative;
  margin-top: 24px;
  padding: 24px 30px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  overflow: hidden;
  z-index: 2;
}
#attempt .sec-box .ac-content::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
#attempt .sec-box .ac-content.-list {
  padding-top: 64px;
  padding-bottom: 64px;
  border-radius: 24px;
}
#attempt .sec-box .ac-content.-list::before {
  background: #F8F8F8;
}
#attempt .sec-box .ac-content.-list .ac-list {
  max-width: 544px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#attempt .sec-box .ac-content.-list .ac-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 124px;
  padding: 30px;
  background: #fff;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
}
#attempt .sec-box .ac-content.-list .ac-list li + li {
  margin-top: 10px;
}
#attempt .sec-box .ac-content.-type1 {
  font-size: 16px;
}
#attempt .sec-box .ac-content.-type1 .ac-ttl {
  margin-bottom: 24px;
  padding: 3px 0 2px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
#attempt .sec-box .ac-content.-type1 .ac-box {
  display: grid;
  grid-template-columns: 289fr 465fr;
  gap: 15px;
  margin-top: 24px;
}
#attempt .sec-box .ac-content.-type1 .ac-box-left img {
  display: block;
  max-width: 225px;
  height: 114px;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#attempt .sec-box .ac-content.-type1 .ac-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 500;
  text-align: center;
}
#attempt .sec-box .ac-content.-type1 .ac-box-right a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 40px;
  margin-top: 10px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
#attempt .sec-box .ac-content.-type1 .ac-box-right a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
#attempt .sec-box .ac-content.-type1 .ac-box-right a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-blank-grad.svg) center/18px no-repeat;
}
#attempt .sec-box .ac-content.-type1 .ac-box-right a .txt {
  min-width: 151px;
}
#attempt .sec-box .ac-content.-type2 {
  font-weight: 500;
}
#attempt .sec-box .ac-content.-type2 .ac-ttl {
  margin-bottom: 24px;
  font-size: 4rem;
  font-weight: bold;
}
#attempt .sec-box .ac-content.-type2 .ac-list {
  counter-reset: li;
  margin-bottom: 24px;
}
#attempt .sec-box .ac-content.-type2 .ac-list li {
  position: relative;
  padding-left: 56px;
  list-style: none;
}
#attempt .sec-box .ac-content.-type2 .ac-list li + li {
  margin-top: 24px;
}
#attempt .sec-box .ac-content.-type2 .ac-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 50%;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
#attempt .sec-box .ac-content.-type2 .ac-box {
  display: grid;
  grid-template-columns: 289fr 465fr;
  gap: 15px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
}
#attempt .sec-box .ac-content.-type2 .ac-box-left img {
  display: block;
  max-width: 225px;
  height: 114px;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#attempt .sec-box .ac-content.-type2 .ac-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 500;
  text-align: center;
}
#attempt .sec-box .ac-content.-type2 .ac-box-right a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 40px;
  margin-top: 10px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
#attempt .sec-box .ac-content.-type2 .ac-box-right a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
#attempt .sec-box .ac-content.-type2 .ac-box-right a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-blank-grad.svg) center/18px no-repeat;
}
#attempt .sec-box .ac-content.-type2 .ac-box-right a .txt {
  min-width: 151px;
}
#attempt .sec-box .image {
  aspect-ratio: 746/550;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
}
@media print, screen and (max-width: 1024px) {
  #attempt {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  #attempt .sec-box {
    display: block;
    gap: 40px;
    margin-top: 140px;
  }
  #attempt .sec-box + .sec-box {
    margin-top: 150px;
  }
  #attempt .sec-box .image {
    aspect-ratio: 352/259;
    margin: 0 auto 40px;
  }
  #attempt .sec-box .title {
    font-size: 32px;
    margin-bottom: 27px;
  }
  #attempt .sec-box .sdgs {
    gap: 1rem;
  }
  #attempt .sec-box .sdgs img {
    width: 100%;
    max-width: 100px;
  }
  #attempt .sec-box .ac-title {
    padding: 22px 65px 20px 20px;
    font-size: 22px;
    text-align: left;
  }
  #attempt .sec-box .ac-title .txt {
    line-height: 1.6;
  }
  #attempt .sec-box .ac-title .icon {
    right: 17px;
    width: 52px;
  }
  #attempt .sec-box .ac-content {
    margin-top: 14px;
    padding: 20px;
  }
  #attempt .sec-box .ac-content.-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #attempt .sec-box .ac-content.-list .ac-list {
    font-size: 20px;
  }
  #attempt .sec-box .ac-content.-list .ac-list li {
    min-height: 100px;
    padding: 20px 14px;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box {
    gap: 10px;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box-left img {
    max-height: 114px;
    height: auto;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box-right a {
    max-width: 204px;
    width: 100%;
    gap: 0 8px;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box-right a .txt {
    min-width: 112px;
  }
  #attempt .sec-box .ac-content.-type2 .ac-ttl {
    font-size: 30px;
  }
  #attempt .sec-box .ac-content.-type2 .ac-list li::before {
    top: 0;
  }
  #attempt .sec-box .ac-content.-type2 .ac-box {
    grid-template-columns: 100fr 204fr;
    gap: 1rem;
    padding: 25px 8px 25px 0;
  }
  #attempt .sec-box .ac-content.-type2 .ac-box-left img {
    max-width: 100px;
    height: 98px;
  }
  #attempt .sec-box .ac-content.-type2 .ac-box-right {
    text-align: left;
  }
  #attempt .sec-box .ac-content.-type2 .ac-box-right div {
    width: 100%;
  }
  #attempt .sec-box .ac-content.-type2 .ac-box-right a {
    width: 100%;
    max-width: 204px;
    gap: 0 8px;
    padding: 8px;
  }
  #attempt .sec-box .ac-content.-type2 .ac-box-right a .txt {
    min-width: auto;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  #attempt {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  #attempt .sec-box {
    grid-template-columns: 1fr;
    margin-top: 120px;
  }
  #attempt .sec-box + .sec-box {
    margin-top: 120px;
  }
  #attempt .sec-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #attempt .sec-box .image {
    aspect-ratio: 352/259;
    margin: 0 auto 40px;
    max-width: 600px;
  }
  #attempt .sec-box .ac-title {
    margin-top: 20px;
    padding: 27px 65px 27px 20px;
    font-size: 16px;
  }
  #attempt .sec-box .ac-title .icon {
    width: 45px;
  }
  #attempt .sec-box .ac-content {
    margin-top: 5px;
    padding: 15px;
  }
  #attempt .sec-box .ac-content.-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #attempt .sec-box .ac-content.-list .ac-list {
    font-size: 16px;
  }
  #attempt .sec-box .ac-content.-list .ac-list li {
    min-height: 79px;
  }
  #attempt .sec-box .ac-content.-type1 .ac-ttl {
    padding: 3px 0 2px;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box {
    grid-template-columns: 1fr;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box-left img {
    margin-left: 0;
  }
  #attempt .sec-box .ac-content.-type1 .ac-box-right {
    justify-content: left;
  }
  #attempt .sec-box .ac-content.-type2 .ac-ttl {
    font-size: 21px;
  }
}/*# sourceMappingURL=sustainability.css.map */