@charset "UTF-8";

/* ==========================================================================
   共通
   ========================================================================== */
/* PC */
@media screen and (min-width: 768px) {
  .l-content{
    padding: 0 40px;
  }
  .l-content__inner{
    max-width: 1080px;
    margin: 0 auto;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .l-content{
    padding-inline: var(--gutter-sp);
  }
}

/* ==========================================================================
   csr
   ========================================================================== */
/* --- main --- */

.p-csr-hero__csr-word {
  font-family: var(--font-en);
  font-size: 130px;
  font-weight: 500;
  line-height: 1;
  white-space: pre;
  color: #f2f2f2;
}
.p-csr-hero {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.p-csr-hero__marquee {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  font-family: var(--font-en);
}
.p-csr-hero__company-word {
  font-family: var(--font-en);
  font-size: 130px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #f2f2f2;
}
.p-csr-hero__label {
  text-align: right;
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}
.p-csr-hero__title {
  font-family: "ta-koigokoro", sans-serif;
  font-size: 42px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  color: var(--color-text);
  margin-left: 7vw;
}
.p-csr-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 7vw;
  margin-top: 20px;
  font-size: 14px;
  color: var(--color-text);
}
.p-csr-hero__breadcrumb::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(45deg, #596ef2, #1e56ae);
}
.p-csr-hero__breadcrumb a {
  color: inherit;
}
.p-csr-hero__gallery {
  position: relative;
  width: calc(100% - 116px);
  margin: 82px auto 0;
}
.p-csr-hero__gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.p-csr-hero__lead {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  max-width: 720px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.p-csr-hero__anchors {
  position: absolute;
  right: 3%;
  top: 30px;
  z-index: 3;
  width: 83%;
}

.infinite-scroll__wrap--csr {
  /* recruit(1765px/12s ≒ 147px/s)と同じ速度になる長さ */
  animation: infinite-scroll-left 7.9s linear infinite;
}

.infinite-scroll__track--csr {
  gap: 0.35em;
  padding-right: 0.35em;
}

.hero-sub-deco02 {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: 37.3%;
  aspect-ratio: 484/123;
  z-index: 1;
}

.anchor-list__list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 26px;
}
.anchor-list__list li {
  width: 33.333%;
}

.anchor-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text);
}
.anchor-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
/*  background: url(../images/company/d-arrow-bg.png) no-repeat center/contain;*/
  background: url("../../assets/images/company/d-arrow-bg.png") no-repeat center/contain;
}
.anchor-list__item:hover {
  color: var(--color-main);
}


.p-csr-message {
  position: relative;
  margin-inline: auto;
  padding-block: 50px 80px;
  min-height: 780px;
}
.p-csr-message::before {
  content: "";
  position: absolute;
  bottom: 4%;
  left: -2%;
  width: 12%;
  aspect-ratio: 157/259;
  background-image: url(../images/company/company-message-deco01.png);
  background-size: contain;
  z-index: -1;
}
.p-csr-message::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  aspect-ratio: 1366/450;
  background-image: url(../images/company/company-bg-d.png);
  background-size: contain;
  z-index: -2;
}
.p-csr-message__title {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-family: var(--font-en);
  font-size: 96px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--color-text);
}
.p-csr-message__title-accent {
  color: #1e56ae;
}
.p-csr-message__text {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.p-csr-message__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  width: 59.5%;
  aspect-ratio: 333/333;
  background-image: url(../images/company/company-message-deco02.png);
  background-size: contain;
  z-index: -1;
}
.p-csr-message__catch {
  margin-top: 40px;
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.7;
}
.p-csr-message__catch span {
  color: #1e56ae;
}
.p-csr-message__body {
  margin-top: 32px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
}
.p-csr-message__body p + p {
  margin-top: 1.6em;
}
.p-csr-message__sign {
  margin-top: 28px;
  text-align: right;
  max-width: 560px;
}
.p-csr-message__sign-role {
  display: block;
  font-size: 14px;
}
.p-csr-message__sign-name {
  display: block;
  line-height: 1.2;
  font-size: 21px;
  letter-spacing: 0em;
  color: #1e56ae;
}
.p-csr-message__photo {
  position: absolute;
  right: -9%;
  top: 60px;
  z-index: 1;
  width: 53.9%;
}
.p-csr-message__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-csr-message__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-csr-message__deco--circle {
  left: -40px;
  bottom: 40px;
  width: 240px;
}
.p-csr-message__deco--dots {
  right: 44%;
  bottom: 90px;
  width: 200px;
}

@media screen and (max-width: 1366px) {
  .p-csr-message__photo {
    right: 0%;
    margin-right: calc(50% - 50vw);
  }
}

.mvv {
  position: relative;
  background: #f3f5f7;
  border-radius: 80px 0 80px 0;
  padding-block: 60px 110px;
}
.mvv__header {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #1e56ae;
}
.mvv__text {
  padding-bottom: 22px;
  border-bottom: 1px dashed #c9ced4;
  font-size: 16px;
  line-height: 1.9;
}
.mvv__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}
.mvv__list-content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid #1e56ae;
  border-radius: 8px;
  color: #1e56ae;
  line-height: 1.4;
  text-align: center;
}
.mvv__list-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.mvv .p-csr__inner {
  position: relative;
}
.mvv__person {
  position: absolute;
  right: -12%;
  bottom: -30%;
  width: 13.8%;
  max-width: 147px;
  aspect-ratio: 147/323;
  background: url(../images/company/company-mvv-deco01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}

.mvv-h01 {
  margin-top: 44px;
}


.profile {
  position: relative;
  padding-block: 100px;
}
.profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/932;
  background-image: url(../images/company/company-bg-u_pc.png);
  background-size: contain;
  z-index: -1;
}
.profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/450;
  background-image: url(../images/company/company-bg-d.png);
  background-size: contain;
  z-index: -1;
}
.profile__desc {
  margin-left: var(--inset-std);
  margin-right: var(--inset-std);
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.9;
}
.profile__overview {
  position: relative;
  display: flex;
  gap: 60px;
  margin-left: var(--inset-std);
  margin-right: var(--inset-wide);
  margin-top: 40px;
}
.profile__person {
  position: absolute;
  left: -17.3%;
  bottom: -30%;
  width: 24.2%;
  aspect-ratio: 282/330;
  background: url(../images/company/company-profile-deco01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 1;
}
.profile__col {
  flex: 1;
  min-width: 0;
}
.profile__overview_item {
  margin: 0;
  padding-bottom: 18px;
  margin-top: 26px;
  border-bottom: 1px dashed #c9ced4;
}
.profile__overview_item:first-child {
  margin-top: 0;
}
.profile__overview_name {
  font-weight: 700;
  color: #1e56ae;
  font-size: 16px;
}
.profile__overview_desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}


.history {
  position: relative;
  padding-block: 100px;
  background-color: #f3f5f7;
  border-radius: 80px 0 80px 0;
}
.history__list {
  position: relative;
  margin-top: 40px;
}
.history__person {
  position: absolute;
  bottom: 4%;
  right: -11.7%;
  width: 21.7%;
  max-width: 234px;
  aspect-ratio: 234/331;
  background: url(../images/company/company-history-deco01.png) no-repeat center/contain;
  pointer-events: none;
  list-style: none;
}
.history__item {
  border-bottom: 1px dotted #ccc;
  display: flex;
  gap: 40px;
  padding: 12px;
}
.history__item_year {
  width: 15%;
  color: var(--color-main);
}


.facility {
  position: relative;
  padding-block: 60px 100px;
}
.facility::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/932;
  background-image: url(../images/company/company-bg-u_pc.png);
  background-size: contain;
  z-index: -1;
}
.facility .service__items {
  max-width: 1366px;
  margin: 40px auto 0;
  min-height: 0;
}
.facility .service-item__button {
  padding-inline: var(--inset-std);
}
.facility .service-item__icon {
  width: 40px;
  height: 40px;
}
.facility__content-inner {
  display: flex;
  align-items: end;
  gap: 32px;
  margin-top: 30px;
  padding: 4px var(--inset-std) 32px;
}
.facility__img {
  flex: 0 0 40%;
}
.facility__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.facility__desc {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.facility__desc_item01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.facility__desc_item01_address {
  flex: 1;
  min-width: 0;
}
.facility__desc_item01_address span {
  display: block;
  line-height: 1.9;
}
.facility__desc_item01_address a {
  color: inherit;
  text-decoration: none;
}
.facility__map {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 12px 14px 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #fff;
}
.facility__map::after {
  content: "";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background-image: url(../images/company/arrow-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3px;
}
.facility__map:hover {
  opacity: 0.9;
}
.facility__desc_item02 {
  margin-top: 40px;
  padding: 20px 24px;
  background: #5694ef;
  border-radius: 12px;
}
.facility__servise_content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.facility__servise_content + .facility__servise_content {
  margin-top: 14px;
}
.facility__servise_content_title {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 14px;
  color: #fff;
  width: 16%;
  aspect-ratio: 70/20;
  text-align: center;
}
.facility__servise_content_desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}


@media (max-width: 767px) {
  .p-csr {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    --gutter: calc(30 / 6.4 * 1vw);
  }
  .p-csr__inner,
  .p-csr__inner--wide {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  
  .p-csr-hero {
    padding-top: calc(20 / 6.4 * 1vw);
    padding-bottom: calc(50 / 6.4 * 1vw);
  }
  .p-csr-hero__marquee {
    top: calc(60 / 6.4 * 1vw);
  }
  .p-csr-hero__company-word {
    font-size: calc(150 / 6.4 * 1vw);
  }
  .p-csr-hero__label {
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    margin-right: 18px;
  }
  .p-csr-hero__title {
    font-size: clamp(24px, calc(42 / 6.4 * 1vw), 42px);
    margin-left: 7vw;
  }
  .p-csr-hero__breadcrumb {
    display: none;
  }
  .p-csr-hero__gallery {
    position: relative;
    width: calc(100% - 36px);
    margin: 95px auto 0;
  }
  .p-csr-hero__lead {
    position: static;
    max-width: none;
    margin-top: calc(30 / 6.4 * 1vw);
    color: var(--color-text);
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    text-shadow: none;
  }
  .p-csr-hero__anchors {
    position: static;
    width: auto;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-top: calc(24 / 6.4 * 1vw);
  }
  .hero-sub-deco02 {
    position: relative;
    bottom: auto;
    width: calc(100% - 36px);
    margin: 0 auto;
  }
  .hero-sub-deco02 img {
    display: none;
  }
  .anchor-list__list {
    display: block;
  }
  .anchor-list__list li {
    width: 100%;
  }
  .anchor-list__item {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding-block: calc(22 / 6.4 * 1vw);
    border-bottom: 1px dotted #ccc;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    white-space: normal;
  }
  .anchor-list__item::before {
    width: calc(56 / 6.4 * 1vw);
    height: calc(56 / 6.4 * 1vw);
  }
  
  .p-csr-message .inner__frame {
    display: flex;
    flex-direction: column;
    max-width: none;
    min-height: 0;
    padding-block: calc(40 / 6.4 * 1vw) calc(60 / 6.4 * 1vw);
  }
  .p-csr-message::before {
    bottom: 1%;
    left: 0%;
    width: 27.7%;
    z-index: -1;
  }
  .p-csr-message__title {
    order: 1;
    position: relative;
    top: 38px;
    margin-top: auto;
    font-size: clamp(48px, calc(96 / 6.4 * 1vw), 96px);
  }
  .p-csr-message__title-accent {
    display: block;
  }
  .p-csr-message__photo {
    order: 2;
    position: relative;
    width: auto;
    top: 0;
    margin-left: 0;
  }
  .p-csr-message__text {
    order: 3;
    margin-left: 0;
    max-width: none;
    margin-top: calc(30 / 6.4 * 1vw);
  }
  .p-csr-message__catch {
    margin-top: 0;
    font-size: clamp(20px, calc(30 / 6.4 * 1vw), 30px);
  }
  .p-csr-message__body {
    max-width: none;
    font-size: max(16px, calc(16 / 6.4 * 1vw));
    margin-top: 16px;
  }
  .p-csr-message__sign {
    max-width: none;
  }
  .p-csr-message__deco--circle {
    width: calc(180 / 6.4 * 1vw);
    left: calc(-20 / 6.4 * 1vw);
    bottom: calc(20 / 6.4 * 1vw);
  }
  .p-csr-message__deco--dots {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {    
  .p-csr-hero__title {
    margin-left: 1.5rem;
  }
}

/* --- title --- */
.c-sec-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: var(--inset-std);
  margin-right: var(--inset-wide);
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdfe3;
}
.c-sec-head__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
}
.c-sec-head__label::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(45deg, #9ba7f5, #1e56ae);
}
.c-sec-head__en {
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}



.csr-title01{
  display: flex;
  align-items: flex-end;
  position: relative;
}
.csr-content.-sdgs4 .csr-title01{
  border-bottom: 2px #c40f28 solid;
}
.csr-content.-sdgs7 .csr-title01{
  border-bottom: 2px #f7ba00 solid;
}
.csr-content.-sdgs9 .csr-title01{
  border-bottom: 2px #ea6a02 solid;
}
.csr-content.-sdgs10 .csr-title01{
  border-bottom: 2px #da007a solid;
}
.csr-content.-sdgs11 .csr-title01{
  border-bottom: 2px #f29f00 solid;
}
.csr-content.-sdgs12 .csr-title01{
  border-bottom: 2px #d08f00 solid;
}
.csr-content.-sdgs13 .csr-title01{
  border-bottom: 2px #417935 solid;
}
.csr-content.-sdgs17 .csr-title01{
  border-bottom: 2px #003067 solid;
}
.csr-title01__icon img{
  width: 100%;
}
.csr-title01__text{
  font-weight: bold;
  flex: 1;
}
.csr-content.-sdgs4 .csr-title01__text{
  color: #c40f28;
}
.csr-content.-sdgs7 .csr-title01__text{
  color: #f7ba00;
}
.csr-content.-sdgs9 .csr-title01__text{
  color: #ea6a02;
}
.csr-content.-sdgs10 .csr-title01__text{
  color: #da007a;
}
.csr-content.-sdgs11 .csr-title01__text{
  color: #f29f00;
}
.csr-content.-sdgs12 .csr-title01__text{
  color: #d08f00;
}
.csr-content.-sdgs13 .csr-title01__text{
  color: #417935;
}
.csr-content.-sdgs17 .csr-title01__text{
  color: #003067;
}

.csr-title02{
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.csr-content.-sdgs4 .csr-title02{
  background-color: #c40f28;
}
.csr-content.-sdgs7 .csr-title02{
  background-color: #f7ba00;
}
.csr-content.-sdgs9 .csr-title02{
  background-color: #ea6a02;
}
.csr-content.-sdgs10 .csr-title02{
  background-color: #da007a;
}
.csr-content.-sdgs11 .csr-title02{
  background-color: #f29f00;
}
.csr-content.-sdgs12 .csr-title02{
  background-color: #d08f00;
}
.csr-content.-sdgs13 .csr-title02{
  background-color: #417935;
}
.csr-content.-sdgs17 .csr-title02{
  background-color: #003067;
}

/* PC */
@media screen and (min-width: 768px) {  
  .c-sec-head {
    margin-bottom: 45px;
  }  
  .csr-content.-sdgs4 .c-sec-head{
    margin-bottom: 100px;
  }

  .csr-title01{
    gap:0 22px;
    margin-bottom: 54px;
  }
  .csr-title01__icon{
    width: 65px;
    margin-bottom: -2px;
  }
  .csr-title01__text{
    font-size: 24px;
    letter-spacing: .08em;
    padding-bottom: 0.7rem;
  }

  .csr-title02{
    border-radius: 8px;
    font-size: 18px;
    padding: 21px 20px 17px 20px;
    margin-bottom: 23px;
  }

  .csr-text{
    font-size: 16px;
    line-height: 1.84;
    margin-bottom: 18px;
  }
}

/* SP */
@media screen and (max-width: 767px) {  
  .c-sec-head {
    margin-bottom: 40px;
  }

  .csr-title01{
    gap:0 22px;
    margin-bottom: 54px;
  }
  .csr-title01__icon{
    width: 65px;
    margin-bottom: -2px;
  }
  .csr-title01__text{
    font-size: 24px;
    font-size: clamp(19px,3.75vw,24px);
    letter-spacing: .08em;
    padding-bottom: 0.7rem;
  }

  .csr-title02{
    border-radius: 8px;
    font-size: clamp(18px,3.28vw,21px);
    padding: 21px 20px 17px 20px;
    margin-bottom: 23px;
  }

  .csr-text{
    font-size: 18px;
    line-height: 1.638;
    margin-bottom: 26px;
  }
}

/* --- item --- */
.csr-items{
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 3;
  /* 右方向だけビューポート端までフルブリードし、次カードを覗かせる */
  margin-right: calc(50% - 50vw);
  /* ネイティブのスクロールバーは隠し、列内の自作バーで代替する */
  scrollbar-width: none;
}
.csr-content,
.csr-row{
  position: relative;
}
.csr-items::-webkit-scrollbar{
  display: none;
}

/* --- 自作スクロールバー（本文と同じ列幅内に配置）--- */
.csr-scrollbar{
  position: relative;
  background: #efefef;
  border-radius: 999px;
}
.csr-scrollbar.is-hidden{
  display: none;
}
.csr-scrollbar__thumb{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
  cursor: pointer;
}

.csr-content.-sdgs4 .csr-scrollbar__thumb{
  background: #c40f28;
}
.csr-content.-sdgs7 .csr-scrollbar__thumb{
  background: #f7ba00;
}
.csr-content.-sdgs9 .csr-scrollbar__thumb{
  background: #ea6a02;
}
.csr-content.-sdgs10 .csr-scrollbar__thumb{
  background: #da007a;
}
.csr-content.-sdgs11 .csr-scrollbar__thumb{
  background: #f29f00;
}
.csr-content.-sdgs12 .csr-scrollbar__thumb{
  background: #d08f00;
}
.csr-content.-sdgs13 .csr-scrollbar__thumb{
  background: #417935;
}
.csr-content.-sdgs17 .csr-scrollbar__thumb{
  background: #003067;
}
.csr-items__inner{
  width: fit-content;
  display: flex;
}
.csr-item__text{
  color: #c40f28;
  font-weight: bold;
  text-align: center;
}
.csr-content.-sdgs4 .csr-item__text{
  color: #c40f28;
}
.csr-content.-sdgs7 .csr-item__text{
  color: #f7ba00;
}
.csr-content.-sdgs9 .csr-item__text{
  color: #ea6a02;
}
.csr-content.-sdgs10 .csr-item__text{
  color: #da007a;
}
.csr-content.-sdgs11 .csr-item__text{
  color: #f29f00;
}
.csr-content.-sdgs12 .csr-item__text{
  color: #d08f00;
}
.csr-content.-sdgs13 .csr-item__text{
  color: #417935;
}
.csr-content.-sdgs17 .csr-item__text{
  color: #003067;
}
.csr-item__image{
  overflow: hidden;
}
.csr-item__image img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 352 / 253;
}

/* PC */
@media screen and (min-width: 768px) {
  .csr-content{
    margin-bottom: 100px;
  }
  .csr-row{
    margin-bottom: 70px;
  }
  .csr-row:last-child{
    margin-bottom: 0;
  }
  .csr-scrollbar{
    height: 7px;
  }
  .csr-items__inner{
    gap:0 32px;
    padding-bottom: 20px;
  }
  .csr-item{
    width: 352px;
  }
  .csr-item__image{
    border-radius: 1.6rem;
    margin-bottom: 15px;
  }
  .csr-item__text{
    font-size: 16px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .csr-content{
    margin-bottom: 80px;
  }
  .csr-content:last-child{
    margin-bottom: 20px;
  }
  .csr-row{
    margin-bottom: 70px;
  }
  .csr-scrollbar{
    height: 15px;
  }
  .csr-items__inner{
    gap:0 32px;
    padding-bottom: 20px;
  }
  .csr-item{
    min-width: 60%;
    max-width: 386px;
  }
  .csr-item__image{
    border-radius: 1rem;
    margin-bottom: 15px;
  }
  .csr-item__text{
    font-size: 18px;
  }
}

/* --- 背景 --- */
.csr-content.-sdgs4 .csr-row:first-child .csr-title01:before{
  background: url("../images/csr/sdgs-person.png") center center no-repeat;
}
.csr-content.-sdgs4 .csr-row:nth-child(3):before{
  background: url("../images/csr/sdgs-bg.png") center center no-repeat;
}
.csr-content.-sdgs7 .csr-row:after{
  background: url("../images/csr/sdgs7-bg.png") center center no-repeat;
}
.csr-content.-sdgs10:before{
  background: url("../images/csr/sdgs10-bg.png") center center no-repeat;
}
.csr-content.-sdgs11 .csr-row:nth-of-type(3):after{
  background: url("../images/csr/sdgs11-bg.png") center center no-repeat;
}
.csr-content.-sdgs12:after{
  background: url("../images/csr/sdgs12-bg.png") center center no-repeat;
}
.csr-content.-sdgs4 .csr-row:first-child .csr-title01:before,
.csr-content.-sdgs4 .csr-row:nth-child(3):before,
.csr-content.-sdgs7 .csr-row:after,
.csr-content.-sdgs10:before,
.csr-content.-sdgs11 .csr-row:nth-of-type(3):after,
.csr-content.-sdgs12:after{
  content: "";
  position: absolute;
  display: block;
  background-size: 100% auto;
}

/* --- 人物写真(スクロール登場アニメ用の実要素) --- */
.csr-person{
  position: absolute;
  pointer-events: none;
}
.csr-person:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.csr-person--sdgs7:before{
  background-image: url("../images/csr/sdgs7-person.png");
}
.csr-person--sdgs11a:before{
  background-image: url("../images/csr/sdgs11-person01.png");
}
.csr-person--sdgs11b:before{
  background-image: url("../images/csr/sdgs11-person02.png");
}
.csr-person--sdgs12:before{
  background-image: url("../images/csr/sdgs12-person.png");
}
.csr-person--sdgs17:before{
  background-image: url("../images/csr/sdgs17-person.png");
}

/* PC */
@media screen and (min-width: 768px) {  
  .csr-content.-sdgs4 .csr-row:first-child .csr-title01:before{
    width: 265px;
    height: 274px;
    top: -103px;
    right: -185px;
    z-index: -1;
  }
  .csr-content.-sdgs4 .csr-row:nth-child(3):before{
    width: 374px;
    height: 440px;
    left: calc( 50% - 50vw );
    top: -245px;
  }
  .csr-person--sdgs7{
    width: 265px;
    height: 282px;
    left: -165px;
    bottom: 10px;
    z-index: 5;
  }
  .csr-content.-sdgs7 .csr-row:after{
    width: 253px;
    height: 329px;
    bottom: -202px;
    left: calc( 50% - 50vw );
  }
  .csr-content.-sdgs10:before{
    width: 168px;
    height: 168px;
    top: -115px;
    right: calc( 50% - 50vw );
  }
  .csr-person--sdgs11a{
    width: 234px;
    height: 274px;
    top: -92px;
    right: -155px;
  }
  .csr-person--sdgs11b{
    width: 141px;
    height: 203px;
    bottom: -112px;
    left: -115px;
  }
  .csr-content.-sdgs11 .csr-row:nth-of-type(3):after{
    width: 60px;
    height: 244px;
    bottom: -182px;
    left: calc( 50% - 50vw );
    z-index: -1;
  }
  .csr-person--sdgs12{
    width: 169px;
    height: 246px;
    top: -90px;
    right: -130px;
  }
  .csr-content.-sdgs12:after{
    width: 143px;
    height: 292px;
    top: -10px;
    right: calc( 50% - 50vw );
    z-index: -1;
  }
  .csr-person--sdgs17{
    width: 152px;
    height: 280px;
    bottom: -30px;
    left: -120px;
    z-index: 5;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .csr-content.-sdgs4 .csr-row:first-child .csr-title01:before{
    width: 182px;
    height: 187px;
    top: -10px;
    right: -45px;
    z-index: -1;
  }
  .csr-content.-sdgs4 .csr-row:nth-child(3):before{
    width: 187px;
    height: 220px;
    left:-18px;
    top: -145px;
  }
  .csr-person--sdgs7{
    width: 172px;
    height: 247px;
    left: -75px;
    bottom: -65px;
    z-index: 5;
  }
  .csr-content.-sdgs7 .csr-row:after{
    width: 126px;
    height: 164px;
    bottom: -100px;
    left: -18px;
  }
  .csr-content.-sdgs10:before{ 
    width: 84px;
    height: 84px;
    top: -35px;
    right: -40px;
  }
  .csr-person--sdgs11a{
    width: 137px;
    height: 157px;
    top: -12px;
    right: -55px;
  }
  .csr-person--sdgs11b{
    width: 90px;
    height: 156px;
    bottom: -72px;
    left: -35px;
  }
  .csr-content.-sdgs11 .csr-row:nth-of-type(3):after{
    width: 30px;
    height: 122px;
    bottom: -82px;
    left: -18px;
    z-index: -1;
  }
  .csr-person--sdgs12{
    width: 106px;
    height: 145px;
    top: -30px;
    right: -50px;
  }
  .csr-content.-sdgs12:after{
    width: 71px;
    height: 146px;
    top: -10px;
    right: -16px;
    z-index: -1;
  }
  .csr-person--sdgs17{
    width: 96px;
    height: 180px;
    bottom: -40px;
    left: -60px;
    z-index: 5;
  }
}
