@charset "UTF-8";
/*
Theme Name: sdgs
*/
.common.list.sdgs .key .ttl .ja {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.common.list.sdgs .key .ttl .ja span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 751px) {
  .common.list.corevalue .key .ttl .ja {
    padding: 2.5rem 0 0;
  }
  .common.list.corevalue .key .ttl .en {
    margin-top: 0.4rem;
  }
  .common.list.corevalue .pankuzu {
    margin-top: 2.7rem;
  }
  .common.list.corevalue .key .ttl {
    margin-top: 6rem;
  }
  .common.list.corevalue p.subttl {
    margin-top: 3rem;
    text-align: center;
  }
  .common.list.sdgs .key .ttl .ja {
    font-size: 2.1rem;
    padding: 1.5rem 0 0;
  }
  .common.list.sdgs .key .ttl .ja span {
    font-size: 1.8rem;
  }
  .common.list.sdgs .key .ttl .en {
    margin-top: 1.7rem;
  }
  .common.list.sdgs .pankuzu {
    margin-top: 6.7rem;
  }
}
/* レスポンシブ調整 */
@media (max-width: 1200px) {
  .sdgs_box .inner {
    padding: 0 5.333vw 0;
  }
}

/* --------------- 以下旧サイトのsdgs.css貼り付け　--------------- */
#sdgs .sdgs-top {
  padding: 18rem 0 11.5rem;
}
.flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-mv-desc {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 2;
  margin-top: 1.5rem;
}
.ecco-sdgs {
  position: relative;
  margin-bottom: 13rem;
}
.ecco-sdgs::before {
  content: "";
  background: url(../img/sdgs/sdgs_bg.png) center center / contain no-repeat;
  width: 31.8rem;
  height: 30.6rem;
  position: absolute;
  top: -10.8rem;
  right: 3.6rem;
  z-index: -1;
}
.ecco-sdgs-slider {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -1.5rem;
}
.ecco-sdgs .ecco-sdgs-desc {
  font-size: 2rem;
  line-height: 2;
  padding: 0;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 2rem;
}
.ecco-sdgs .slider-items {
  display: flex;
  flex-direction: row;
  animation: loop 90s infinite linear 1s both;
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.ecco-sdgs .slider-items li {
  margin-right: 4px;
}
.ceo-message {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ceo-message-img {
  align-self: self-start;
}
.ceo-greeting .inner {
  position: relative;
}
.ceo-greeting-bg {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 30%;
  top: 25%;
  padding-left: 80px;
}
.ceo-greeting .inner h2 {
  font-size: 4rem;
  color: #364246;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 51px;
  letter-spacing: 0.05em;
}
.ceo-message .ceo-message-text {
  padding-left: 55px;
  position: relative;
}
.ceo-message .ceo-message-text h3 {
  font-size: 3.6rem;
  padding: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #e74921;
  margin-top: 5px;
}
.ceo-message .ceo-message-text .ceo-message-info {
  padding-bottom: 20px;
  max-width: 680px;
  margin-top: 3.5rem;
}
.ceo-message .ceo-message-text .ceo-message-info p {
  line-height: 2.1;
  letter-spacing: -0.005em;
}
.ceo-message .ceo-message-text .ceo-message-info p:not(:last-child) {
  margin-bottom: 1rem;
}
.ceo-message .ceo-message-text .ceo-message-info p.two {
  margin-top: 2.5rem;
}
.ceo-message .ceo-message-text .ceo-message-name {
  text-align: right !important;
  font-size: 2.4rem;
  margin-top: -1.8rem;
}
.ceo-message .ceo-message-text .ceo-position {
  font-size: 1.4rem !important;
  padding-right: 10px;
}
.sdgs-activity {
  padding: 11.5rem 0 12rem;
}
.sdgs-activity .inner h2 {
  text-align: center;
  margin-bottom: 20px;
}
.sdgs-activity .inner h2 span {
  display: block;
}
.sdgs-activity .inner h2 span.sdgs {
  display: inline;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.sdgs-activity .inner h2 .title-en {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  color: #1664b9;
  text-transform: uppercase;
  font-weight: 600;
}
.sdgs-activity .inner h2 .title-ja {
  font-size: 4rem;
  color: #364246;
  font-weight: 700;
}
.sdgs-activity .inner .activity-container:not(:last-of-type) {
  margin-bottom: 12.4rem;
  margin-top: 8.5rem;
}
.sdgs-activity .inner .activity-container .activity-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}
.sdgs-activity .inner .activity-container .activity-title::after {
  content: "";
  background: #222;
  display: block;
  height: 3px;
  position: absolute;
  z-index: -1;
  width: 1200px;
  bottom: -12px;
}
.sdgs-activity .inner .activity-container .activity-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: url(../img/sdgs/dot.png) no-repeat center / contain;
  bottom: -13.5px;
  transform: translate(0%, 0%);
  right: 39px;
  top: inherit;
}
.sdgs-activity .inner .activity-container .activity-title .title-text {
  flex-grow: 1;
  align-self: center;
  padding-left: 230px;
}
.sdgs-activity .inner .activity-container .activity-title .title-text span {
  display: block;
}
.sdgs-activity .inner .activity-container .activity-title .title-text .upper-text {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: 'Outfit', sans-serif;
  position: absolute;
  width: 18.2rem;
  height: 7.4rem;
  background: url(../img/sdgs/frame.png) no-repeat;
  background-size: 100%;
  background-position: 0 0px;
  color: #e74921;
  line-height: 5.5rem;
  text-align: center;
  top: -40px;
}
.sdgs-activity .inner .activity-container .activity-title .title-text .lower-text {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 27px;
  white-space: nowrap;
}
.title-sds {
  margin-top: -17px;
  text-align: right;
}
.title-sds img {
  width: 50%;
  height: auto;
}
.title-sds-1 img, .title-sds-3 img {
  min-width: 207px;
}
.title-sds-2 img {
  min-width: 316px;
}
.activity-details {
  margin-top: 51px;
}
.detail-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.detail-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e74921;
  position: absolute;
  top: 17px;
  left: 0px;
}
.sdgs-vision {
  padding-top: 60px;
  padding-bottom: 100px;
  /* min-height: 650px; */
}
.sdgs-vision-bg {
  position: relative;
}
.sdgs-vision-bg::after {
  content: "";
  background: #f7f7f7;
  display: block;
  position: absolute;
  top: -10px;
  width: 50.5%;
  height: 500px;
  right: 0;
  z-index: -1;
}
.text-box {
  position: relative;
  padding: 5.5rem 0 10rem 7rem;
  margin: 0 0 0 auto;
  width: 50%;
}
.sdgs-vision .inner {
  position: relative !important;
}
.sdgs-vision .sdgs-vision-en-title {
  font-size: 10rem;
  color: #1664b9;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: -5rem;
  right: -1rem;
  z-index: 15;
}
.sdgs-vision .sdgs-vision-title {
  font-size: 3.6rem;
  padding: 4.9rem 0 2.5rem;
  font-weight: 600;
  color: #364246;
  position: relative;
}
.sdgs-vision .sdgs-vision-description {
  line-height: 2.125;
}
@media screen and (min-width: 751px) {
.ceo-message-text span.behappy {
    margin-left: -20px;
}
}


@media screen and (max-width: 750px) {
  #sdgs .breadcrumbs-wrap > .inner {
    padding: 1rem 0 1rem 0 !important;
  }
  #sdgs .sdgs-top {
    padding: 40px 0 36px;
  }
  .page-mv-title {
    font-size: 2.8rem;
    margin-top: -40px;
  }
  .sdgs-top .logo-container {
    padding-right: 0px;
  }
  .page-mv-desc {
    font-size: 1.5rem;
    text-align: left;
  }
  .ecco-sdgs {
    margin-bottom: 5rem;
  }
  .ecco-sdgs .ecco-sdgs-title {
    font-size: 2rem;
    top: -20px;
    margin-bottom: -5px;
    max-width: 380px;
  }
  .ecco-sdgs .ecco-sdgs-title:before {
    width: 25px;
    top: 20px;
    left: 70px;
  }
  .ecco-sdgs .ecco-sdgs-title:after {
    width: 25px;
    top: 20px;
    right: 70px;
  }
  .sdgs-top {
    padding-bottom: 80px;
  }
  .ceo-message {
    flex-direction: column
  }
  .ceo-message-img {
    align-self: center;
  }
  .ceo-greeting .inner h2 {
    font-size: 2.6rem;
  }
  .ceo-message .ceo-message-text:after {
    top: -40px;
    height: 110%;
  }
  .ceo-message .ceo-message-text {
    padding-left: 0px !important;
  }
  .ceo-message .ceo-message-text h3 {
    text-align: center;
    padding-top: 25px;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: -0.005em;
  }
  .ceo-message .ceo-message-text .ceo-message-info {
    padding-bottom: 10px;
    line-height: 2.125;
    max-width: unset;
  }
  .ceo-greeting .inner h2:before {
    width: 190px;
    top: 42px;
  }
  .sdgs-activity {
    padding: 5.6rem 0 4rem;
  }
  .sdgs-activity .inner h2 {
    font-size: 6.4vw;
    line-height: 1.4;
    padding-top: 2vw;
    text-align: center;
    margin-bottom: 0;
  }
  .sdgs-activity .inner h2 span.sdgs {
    font-family: 'Outfit', sans-serif;
    font-size: 7vw;
    font-weight: 400;
  }
  .sdgs-activity .inner h2 .title-en {
    font-size: 1.4rem;
  }
  .sdgs-activity .inner h2 .title-ja {
    font-size: 2.8rem;
  }
  .sdgs-activity .inner .activity-container .activity-title {
    flex-direction: column;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text .lower-text {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .activity-details {
    margin-top: -2px;
  }
  .detail-item {
    padding-left: 15px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    margin-top: 0;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text {
    margin-left: 0px !important;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 60px;
  }
  .sdgs-activity .inner .activity-container .activity-title::after {
    content: "";
    background: #1664b9;
    display: block;
    height: 2px;
    position: absolute;
    z-index: -1;
    width: 1200px;
    bottom: 7px;
  }
  .ecco-sdgs .slider-items li {
    width: 295px;
    height: 180px;
  }
  .ecco-sdgs .slider-items li img {
    width: 100%;
  }
  .ecco-sdgs .ecco-sdgs-desc {
    padding: 4rem 0;
  }
  .sdgs-vision {
    margin-bottom: 40px;
    min-height: unset;
    padding-bottom: 0;
    padding-top: 0;
  }
  .sdgs-vision-bg::before {
    content: none;
  }
  .sdgs-vision-bg::after {
    content: none;
  }
  .sdgs-vision .sdgs-vision-en-title {
    font-size: 4.5rem;
    left: 0;
    right: 0;
    top: 5px;
    color: #4787cc;
    text-align: center;
  }
  .text-box {
    width: 100%;
    padding: 0;
  }
  .sdgs-vision .sdgs-vision-title {
    font-size: 2.4rem;
    text-align: center;
    padding: 3.5rem 0 1rem;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text .upper-text {
    font-size: 12px;
    top: -47px;
    line-height: 5.3rem;
  }
  .detail-item:before {
    top: 10px;
    left: -1px;
  }
  .sdgs-activity .inner .activity-container:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .sdgs-vision-bg::after {
    content: "";
    background: #f7f7f7;
    position: absolute;
    top: 180px;
    width: 100%;
    height: 470px;
    z-index: -1;
  }
}
@media screen and (min-width:751px) {
  .sdgs-top .logo-container img {
    height: auto;
  }
}
/* --------------- リデザイン用　--------------- */
.sdgs-top .img {
  max-width: 363px;
}
.sdgs-top .img img {
  width: 100%;
}
.sdgs-top .logo-container {
  position: relative;
}
.sdgs-top .logo-container::before {
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  content: "THINK SDGS";
  color: #fff;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1;
  z-index: -1;
  word-break: normal;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
}
.page-mv-title {
  font-size: 4.8rem;
  color: #e74921;
  margin: 3.5rem 0 1rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.page-mv-title .en {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 5.4rem;
  letter-spacing: 0.05em;
}
.ecco-sdgs-title {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.ecco-sdgs .ecco-sdgs-title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.ecco-sdgs .ecco-sdgs-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 115%;
  height: 100%;
  background: url(../img/sdgs/tag.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
.ecco-sdgs-title-wrap {
  text-align: center;
}
.ceo-message {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ceo-message-wrapper {
  background: #fff;
  border: 7px solid #fafafa;
  border-radius: 20px;
  padding: 64px 60px 45px 63px;
  position: relative;
}
.ceo-message-wrapper::before {
  content: "";
  background: url(../img/sdgs/himo.png) center center / contain no-repeat;
  width: 51px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: -29px;
}
.ttl-01 .en {
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  color: #e74921;
  font-family: "Outfit", sans-serif;
  font-weight: 500 !important;
  text-align: center;
}
.ttl-01 .jp {
  font-size: 4.2rem;
  font-weight: bold;
  padding-top: 1.2rem;
  color: #222;
}
p.ceo-message-name-sub {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 0.6rem;
}
.ceo-message-img {
  position: relative;
}
.ceo-message-img::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -55px;
  width: 255px;
  height: 92px;
  background: url(../img/sdgs/behappy.png) no-repeat center / contain;
  pointer-events: none;
  z-index: 2;
}
.ceo-greeting {
  position: relative;
}
.ceo-greeting::before {
  content: "";
  background: url(../img/sdgs/bg_1.png) center center / contain no-repeat;
  width: 28.8rem;
  height: 25.6rem;
  position: absolute;
  top: 2.2rem;
  left: 9.6rem;
  z-index: -1;
}
.ceo-greeting::after {
  content: "";
  background: url(../img/sdgs/bg_2.png) center center / contain no-repeat;
  width: 36.8rem;
  height: 30.6rem;
  position: absolute;
  bottom: -10rem;
  right: 4.6rem;
  z-index: -1;
}
.sdgs-activity .inner .activity-container .activity-title .title-text-1 {
  position: relative;
}
.sdgs-activity .inner .activity-container .activity-title .title-text-1::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -39px;
  width: 202px;
  height: 116px;
  background: url(../img/sdgs/act_people_1.png) no-repeat center / contain;
  pointer-events: none;
  z-index: 2;
}
.sdgs-activity .inner .activity-container .activity-title .title-text-2 {
  position: relative;
}
.sdgs-activity .inner .activity-container .activity-title .title-text-2::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -60px;
  width: 166px;
  height: 188px;
  background: url(../img/sdgs/act_people_2.png) no-repeat center / contain;
  pointer-events: none;
  z-index: 2;
}
.sdgs-activity .inner .activity-container .activity-title .title-text-3 {
  position: relative;
}
.sdgs-activity .inner .activity-container .activity-title .title-text-3::after {
  content: "";
  position: absolute;
  left: 2px;
  top: -67px;
  width: 200px;
  height: 200px;
  background: url(../img/sdgs/act_people_3.png) no-repeat center / contain;
  pointer-events: none;
  z-index: 2;
}
/* -------------------青ベタの可愛い箇所------------------*/
#about {
  position: relative;
}
#about::before {
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  background: url(../img/sdgs/about_text.png) left center no-repeat;
  width: 1183px;
  height: 148px;
  z-index: -1;
}
#about span.yellow {
  color: #fbe851;
}
#about .inner {
  max-width: 1400px;
  padding: 1px 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  #about .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #about .inner {
    padding: 32.4vw 5.333vw 0;
  }
}
@media screen and (max-width: 375px) {
  #about .inner {
    padding: 121.5px 20px 0;
  }
}
#about .inner h2 {
  background: url("../img/home/ttl_text04.png")center top no-repeat;
  background-size: 49.6rem;
  padding: 10.8rem 0 0;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #about .inner h2 {
    background: url("../img/home/ttl_text04.png")center top no-repeat;
    background-size: 27.76rem;
    padding: 5.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
#about .inner .about-box {
  width: 1300px;
  background: #007ab5;
  padding: 0px 0 48px;
  border-radius: 385px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin-top: 194px;
  position: relative;
}
#about .inner .about-box {
  padding: 0px 0 30px;
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box {
    width: 100%;
    background: #007ab5;
    padding: 0 0 2.786vw;
    border-radius: 27.5vw;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 13.86vw;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #about .inner .about-box {
    width: 100%;
    background: #007ab5;
    padding: 14vw 0 8vw;
    border-radius: 26.666vw;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 13.86vw;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box {
    width: 100%;
    background: #007ab5;
    padding: 52.5px 0 30px;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 67px;
    position: relative;
  }
}
#about .inner .about-box h3 {
  font-size: 4rem;
  line-height: 1;
  position: relative;
}
#about .inner .about-box h3 .span01 {
  position: relative;
  color: #fbe851;
  font-size: 4.8rem;
}
#about .inner .about-box h3 .span01::before {
  position: absolute;
  top: -1.5rem;
  left: -7rem;
  content: "“";
  color: rgba(0, 0, 0, 0.5);
  font-size: 10rem;
}
#about .inner .about-box h3 .span01::before {
  left: -7.6rem;
  top: -0.5rem;
}
#about .inner .about-box h3 .span01::after {
  position: absolute;
  top: -2rem;
  right: -6rem;
  content: "“";
  color: rgba(0, 0, 0, 0.5);
  font-size: 10rem;
  transform: rotate(180deg);
}
#about .inner .about-box h3 .span01::after {
  top: -3.5rem;
  right: -8rem;
}
#about .inner .about-box h3 .span02 {
  color: #fbe851;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  position: relative;
}
#about .inner .about-box h3 .span02::before {
  position: absolute;
  top: -0.8rem;
  left: -2.4rem;
  content: "";
  background: url("../img/home/about_deco01.png")no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.3rem;
}
@media screen and (max-width: 1600px) {
  #about .inner .about-box h3::after {
    right: -3.125vw;
    background: url("../img/home/about_img02.png")no-repeat;
    background-size: 100%;
    width: 18.75vw;
    height: 18.75vw;
  }
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box h3 {
    font-size: 2.857vw;
  }
  #about .inner .about-box h3::after {
    position: absolute;
    top: -2.143vw;
  }
  #about .inner .about-box h3 .span01::before {
    position: absolute;
    top: -1.071vw;
    left: -5vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 7.142vw;
  }
  #about .inner .about-box h3 .span01::after {
    position: absolute;
    top: -1.428vw;
    right: -4.286vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 7.142vw;
    transform: rotate(180deg);
  }
  #about .inner .about-box h3 .span02 {
    color: #fbe851;
    font-size: 5.714vw;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  #about .inner .about-box h3 .span02::before {
    position: absolute;
    top: -0.5714vw;
    left: -1.714vw;
    content: "";
    background: url("../img/home/about_deco01.png")no-repeat;
    background-size: 100%;
    width: 2.286vw;
    height: 2.357vw;
  }
}
@media screen and (max-width: 750px) {
  #about .inner .about-box h3 {
    font-size: 5.333vw;
    line-height: 1.2;
  }
  #about .inner .about-box h3::after {
    content: none;
  }
  #about .inner .about-box h3 .span01::before {
    position: absolute;
    top: -4vw;
    left: -8vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 13.333vw;
  }
  #about .inner .about-box h3 .span01::after {
    position: absolute;
    top: 4vw;
    right: -22vw;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 13.333vw;
    transform: rotate(180deg);
  }
  #about .inner .about-box h3 .span02 {
    color: #fbe851;
    font-size: 10.666vw;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  #about .inner .about-box h3 .span02::before {
    position: absolute;
    top: -1.5vw;
    left: -4vw;
    content: "";
    background: url("../img/home/about_deco01.png")no-repeat;
    background-size: 100%;
    width: 4.2666vw;
    height: 4.4vw;
  }
  #about .inner .about-box {
    padding: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  #about .inner .about-box h3 .span01::before {
    position: absolute;
    top: -15px;
    left: -30px;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 50px;
  }
  #about .inner .about-box h3 .span01::after {
    position: absolute;
    top: 15px;
    right: -82.5px;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 50px;
    transform: rotate(180deg);
  }
  #about .inner .about-box h3 .span02 {
    color: #fbe851;
    font-size: 40px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  #about .inner .about-box h3 .span02::before {
    position: absolute;
    top: -5.625px;
    left: -15px;
    content: "";
    background: url("../img/home/about_deco01.png")no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16.5px;
  }
}
#about .inner .about-box .text01 {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 4.2rem;
  position: relative;
}
#about .inner .about-box .text01 {
  margin-top: 4.3rem;
  font-size: 1.8rem;
  line-height: 2.22;
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box .text01 {
    font-size: 1.14285vw;
    line-height: 2.5;
    margin-top: 3vw;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #about .inner .about-box .text01 {
    font-size: 3.4666vw;
    line-height: 1.769;
    letter-spacing: 0.01em;
    margin-top: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box .text01 {
    font-size: 13px;
    line-height: 1.769;
    letter-spacing: 0.01em;
    margin-top: 15px;
    position: relative;
  }
}
#about .inner .about-box .button01 {
  position: absolute;
  bottom: -7.9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #about .inner .about-box .button01 {
    position: absolute;
    bottom: -6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 76vw;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box .button01 {
    position: absolute;
    bottom: -22.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 285px;
  }
}
#about .inner .about-box .button01 a {
  width: 36rem;
}
@media screen and (max-width: 750px) {
  #about .inner .about-box .button01 a {
    width: 76vw;
  }
}
@media screen and (max-width: 375px) {
  #about .inner .about-box .button01 a {
    width: 285px;
  }
}
#about p.yellowtext {
  color: #fbe851;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 5rem;
}
#about {
  margin-bottom: 0rem;
}
@media screen and (max-width: 750px) {
  #about p.yellowtext {
    font-size: 4.4vw;
    margin-top: 3rem;
    letter-spacing: -0.02em;
  }
}
/*aboutのポワポワのアニメーション*/
.illust.illust_tree1 img, .illust.illust_tree2 img, .illust.illust_person img, .illust.illust_photo1 img, .illust.illust_camera img, .illust.illust_bird img, .illust.illust_photo2 img, .illust.illust_sta img, .illust.illust_photo3 img, .illust.illust_pc img, .illust.illust_people img, .illust.illust_ipad img {
  width: 100%;
}
.about-illusts {
  padding-bottom: 110px;
}
/* 汎用ふわっとアニメーション（他の2つに使用） */
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.85);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
/* .illust_person 用の控えめアニメーション */
@keyframes popInPerson {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.15);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.15);
  }
}
@keyframes popInPC {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.15);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.15);
  }
}
.illust {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, 0) scale(0.85);
}
.illust.illust_tree1 {
  left: 30.5%;
  top: -11%;
}
.illust.illust_tree2 {
  right: 15.5%;
  top: -11%;
}
.illust.illust_person {
  left: 49.5%;
  top: -25%;
  width: 39%;
}
.illust.illust_pc {
  left: 51%;
  top: -41%;
  width: 26.5%;
}
.illust.illust_photo1 {
  right: -21%;
  top: 12%;
}
.illust.illust_camera {
  right: -7%;
  top: 64%;
}
.illust.illust_bird {
  left: 5.5%;
  top: 14%;
}
.illust.illust_photo2 {
  left: 2%;
  top: 48%;
}
.illust.illust_sta {
  right: -3%;
  bottom: 0%;
  width: 7.8%;
}
.illust.illust_photo3 {
  right: -1%;
  bottom: -15%;
}
.illust.inview {
  animation: popIn 0.7s ease forwards;
}
.illust_person.inview {
  animation: popInPerson 0.7s ease forwards;
}
.illust_pc.inview {
  animation: popInPC 0.7s ease forwards;
}
/* 各イラストの delay（ほんの少しずつ） */
.illust_tree1.inview {
  animation-delay: 0s;
}
.illust_tree2.inview {
  animation-delay: 0.4s;
}
.illust_person.inview {
  animation-delay: 0.9s;
}
.illust_pc.inview {
  animation-delay: 0.9s;
}
.illust_photo1.inview {
  animation-delay: 1.1s;
}
.illust_camera.inview {
  animation-delay: 0.6s;
}
.illust_bird.inview {
  animation-delay: 0.8s;
}
.illust_photo2.inview {
  animation-delay: 0.6s;
}
.illust_sta.inview {
  animation-delay: 0.4s;
}
.illust_photo3.inview {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1600px) {
  .illust.illust_pc {
    width: 21.5%;
  }
}
@media screen and (max-width: 1400px) {
  .illust.illust_person {
    width: 32vw;
    top: -21%;
  }
  .illust.illust_pc {
    width: 23vw;
    top: -36%;
  }
  .illust.illust_tree1 {
    left: 28.5%;
  }
  .illust.illust_tree1 {
    width: 13vw;
    top: -9%;
  }
  .illust.illust_tree2 {
    width: 13vw;
    top: -9%;
  }
  .illust.illust_bird {
    width: 13vw;
  }
  .illust.illust_photo2 {
    left: 5%;
    top: 50%;
    width: 23vw;
  }
  .illust.illust_photo1 {
    right: -15%;
    top: 16%;
    width: 20vw;
  }
  .illust.illust_camera {
    width: 9vw;
  }
  .illust.illust_sta {
    bottom: 3%;
    width: 7vw;
  }
  .illust.illust_photo3 {
    width: 16vw;
  }
  #about .inner .about-box .button01 {
    bottom: -9vw;
  }
}
@media screen and (max-width: 1400px) {
  #about .inner .about-box .button01 {
    bottom: -15vw;
  }
}
@media screen and (max-width: 960px) {
  .about-illusts {
    padding-bottom: 70px;
  }
  #about::before {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    background: url(../img/sdgs/about_text.png) center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1183px;
    height: auto;
    aspect-ratio: 1183 / 148;
    z-index: -1;
  }
}
@media screen and (max-width: 781px) {
  #about .inner .about-box {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .illust.illust_photo1, .illust.illust_photo2, .illust.illust_photo3 {
    display: none;
  }
  .about-illusts {
    padding-bottom: 0;
  }
  .illust.illust_person {
    width: 170px;
    top: -16%;
  }
  .illust.illust_pc {
    width: 170px;
    top: -16%;
  }
  .illust.illust_tree1 {
    width: 69px;
    top: -5.5%;
    left: 10%;
  }
  .illust.illust_tree2 {
    width: 69px;
    top: -5.5%;
    right: -11%;
  }
  .about-box.about-box2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .illust.illust_bird {
    width: 67px;
    left: 1.5%;
    top: 6%;
  }
  .illust.illust_camera {
    width: 70px;
    right: -14%;
    top: 37%;
  }
  .illust.illust_sta {
    left: 2.5%;
    width: 43px;
    bottom: inherit;
    top: 38%;
  }
  .illust_tree1.inview {
    animation-delay: 0s;
  }
  .illust_tree2.inview {
    animation-delay: 0.4s;
  }
  .illust_person.inview {
    animation-delay: 0.9s;
  }
  .illust_pc.inview {
    animation-delay: 0.9s;
  }
  .illust_camera.inview {
    animation-delay: 0.8s;
  }
  .illust_bird.inview {
    animation-delay: 1s;
  }
  .illust_sta.inview {
    animation-delay: 1s;
  }
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
  .ceo-greeting::before {
    top: 7.2rem;
    left: -4.4rem;
  }
  .ceo-greeting::after {
    right: -3.4rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .sdgs-activity .inner .activity-container .activity-title::after {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .sdgs-top .img {
    max-width: 32vw;
  }
  .ecco-sdgs .slider-items li img {
    max-width: 400px;
  }
  .ecco-sdgs::before {
    right: -8.4rem;
  }
  .sdgs_box .inner {
    padding: 2vw 5.333vw 0;
  }
  .ceo-message-img {
    width: 80%;
  }
  .ceo-message-img img {
    width: 100%;
  }
  .ceo-message-wrapper {
    padding: 28px;
  }
  .ceo-message .ceo-message-text {
    padding-left: 45px;
  }
  .ceo-message .ceo-message-text h3 {
    font-size: 3.4rem;
  }
  .ceo-message-img::after {
    right: -18px;
    bottom: -30px;
    width: 204px;
    height: 73.6px;
  }
  .ceo-message .ceo-message-text .ceo-message-info {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 750px) {
  .sdgs-top .img {
    max-width: 76vw;
  }
  .sdgs-top .logo-container::before {
    display: none;
  }
  .page-mv-title {
    font-size: 7.4vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.2vw;
  }
  .page-mv-title .en {
    font-size: 8vw;
  }
  .page-mv-desc {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 1.8rem;
    text-align: left;
  }
  .ecco-sdgs .ecco-sdgs-title {
    font-size: 18px;
  }
  .ecco-sdgs .ecco-sdgs-title::before {
    width: 108%;
    height: 90%;
  }
  .ecco-sdgs .ecco-sdgs-title {
    font-size: 18px;
    padding: 5px 24px 10px 24px;
    top: 0px;
  }
  .ecco-sdgs::before {
    content: "";
    background: url(../img/sdgs/sdgs_bg.png) center center / contain no-repeat;
    width: 20.8rem;
    height: 17.6rem;
    position: absolute;
    top: -6.8rem;
    right: -14rem;
    z-index: -1;
  }
  .ecco-sdgs .ecco-sdgs-desc {
    padding: 0;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
    margin-top: 20px;
  }
  .ceo-message {
    display: block;
  }
  .ttl-01 .en {
    font-size: 3.6vw;
  }
  .ceo-greeting .inner h2 {
    font-size: 6.4vw;
    line-height: 1.4;
    padding-top: 2vw;
    text-align: center;
    margin-bottom: 20px;
  }
  .ceo-message-img {
    width: 100%;
  }
  .ceo-message-img img {
    width: 100%;
  }
  .ceo-message-wrapper {
    padding: 24px 24px;
  }
  .ceo-message-wrapper::before {
    width: 30px;
    height: 24px;
    left: -13px;
    top: 2px;
  }
  .ceo-message-img::after {
    right: -23px;
    bottom: -15px;
    width: 168px;
    height: 60.7px;
  }
  .ceo-message .ceo-message-text .ceo-message-info p {
    letter-spacing: -0.005em;
    line-height: 1.8;
    font-size: 13px;
  }
  .ceo-message .ceo-message-text .ceo-message-info {
    margin-top: 2rem;
  }
  .ceo-message .ceo-message-text .ceo-message-info p:not(:last-child) {
    margin-bottom: 0;
  }
  .ceo-message .ceo-message-text .ceo-message-info p.two {
    margin-top: 1.5rem;
  }
  .ceo-message .ceo-message-text .ceo-message-name {
    line-height: 1.5;
    font-size: 17px;
  }
  .ceo-greeting::before {
    content: "";
    background: url(../img/sdgs/bg_1.png) center center / contain no-repeat;
    width: 18.8rem;
    height: 15.6rem;
    position: absolute;
    top: 3.2rem;
    left: -9rem;
    z-index: -1;
  }
  .ceo-greeting::after {
    content: "";
    background: url(../img/sdgs/bg_2.png) center center / contain no-repeat;
    width: 22.8rem;
    height: 16.6rem;
    position: absolute;
    bottom: -6rem;
    right: -9.4rem;
    z-index: -1;
  }
  .sdgs-activity .inner .activity-container .activity-title {
    display: block;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text .lower-text {
    font-size: 5.3vw;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text {
    margin-left: 0px !important;
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text::before {
    content: "";
    background: #222;
    display: block;
    height: 1.5px;
    position: absolute;
    z-index: -1;
    width: 100vw;
    bottom: -16px;
    top: inherit;
    left: -5.33vw;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text-1 .lower-text {
    position: relative;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text-1 .lower-text::after {
    content: "";
    position: absolute;
    left: inherit;
    right: 0;
    top: -33px;
    width: 101px;
    height: 58px;
    background: url(../img/sdgs/act_people_1.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text-1::after, .sdgs-activity .inner .activity-container .activity-title .title-text-2::after, .sdgs-activity .inner .activity-container .activity-title .title-text-3::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2.5px;
    background: url(../img/sdgs/dot_sp.png) no-repeat center / contain;
    bottom: 0;
    transform: translate(0%, 0%);
    left: inherit;
    top: unset;
    bottom: -16.25px;
    right: 0;
  }
  .sdgs-activity .inner .activity-container .activity-title::after {
    display: none;
  }
  .title-sds {
    margin-top: 42px;
    text-align: center;
  }
  .sdgs-activity .inner .activity-container .activity-title::before {
    display: none;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text-2 .lower-text::after {
    content: "";
    position: absolute;
    left: inherit;
    right: 0;
    top: -62px;
    width: 84.6px;
    height: 95.8px;
    background: url(../img/sdgs/act_people_2.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
    bottom: 0;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text-3 .lower-text::after {
    content: "";
    position: absolute;
    left: inherit;
    right: 0;
    top: -53px;
    width: 86px;
    height: 86px;
    background: url(../img/sdgs/act_people_3.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
  }
  /*青色セクション*/
  .sdgs #about .inner .about-box h3 .span01 {
    position: relative;
    color: #fbe851;
    font-size: 4.8rem;
    font-size: 6vw;
    line-height: 1.4;
    margin-left: 0vw;
  }
  .sdgs #about .inner .about-box h3 {
    padding-top: 6rem;
  }
  .sdgs .illust.illust_pc {
    left: 50%;
    top: -15%;
    width: 32.5%;
  }
  .sdgs .illust.illust_tree1 {
    top: -1.5%;
    left: 20%;
  }
  .sdgs .illust.illust_tree2 {
    top: -1.5%;
    right: 1%;
  }
  .sdgs #about .inner .about-box h3 .span01::before {
    top: -4vw;
    left: -8vw;
    content: "“";
    font-size: 13.333vw;
  }
  .sdgs #about .inner .about-box h3 .span01::after {
    position: absolute;
    content: "“";
    color: rgba(0, 0, 0, 0.5);
    font-size: 50px;
    transform: rotate(180deg);
    top: -2.5rem !important;
    right: -4rem !important;
  }
  .sdgs .illust.illust_bird {
    width: 60px;
    left: 5.5%;
    top: 31%;
  }
  .sdgs .illust.illust_sta {
    left: inherit;
    width: 43px;
    bottom: 13%;
    top: inherit;
    right: -9%;
  }
  .sdgs #about .inner {
    padding: 1px 20px 0;
  }
  .sdgs #about {
    margin-bottom: 6rem;
  }
  .sdgs-activity .inner .activity-container .activity-title .title-text .upper-text {
    width: 17.6rem;
  }
  .title-sds-1 img, .title-sds-3 img {
    min-width: 181px;
  }
  .title-sds-2 img {
    min-width: 278px;
  }
}
