@charset "UTF-8";

.csr-information {
  padding-bottom: 160px;
}

section.is_content {
  padding: 0 0 137px;
}

@media screen and (max-width: 768px) {
  section.is_content {
    padding: 0 0 80px;
  }
}

/* =========================
   CSR Top
========================= */
.csr-top {
  overflow: clip;
  width: 100%;
  position: relative;
  background-image: url("../images/csr/csr_top@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 98px 0;
  color: #fff !important;
  margin-bottom: 80px;
}

.csr-top a {
  color: #fff;
}

h1.ttl_csr{
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.05em;
}

.flex_csr-top {
  display: flex;
  width: 100%;
  margin: 24px auto;
  align-items: center;
}

.flex_csr-top>div {
  width: 50%;
}

.csr__top-lyric {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.animTarget.flex_csr-top h1 {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.5s ease-out;
}

.animTarget.flex_csr-top .csr__top-lyric {
  opacity: 0;
  transform: translateY(70px);
  transition: 1.5s ease-out;
}

.animTarget.animated.flex_csr-top h1 {
  opacity: 1;
  transform: translateX(0px);
}

.animTarget.animated.flex_csr-top .csr__top-lyric {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {


  .csr-top {
    width: 100%;
    background-image: url("../images/csr/csr_top_sp@3x.jpg");
    padding: 62px 0;
    margin-bottom: 40px;
  }

  .flex_csr-top {
    display: flex;
    flex-direction: column;
  }

  .flex_csr-top>div {
    width: 100%;
  }

  h1.ttl_csr {
    font-size: 40px;
    text-align: center;
    margin-bottom: 18px;
  }

  .csr__top-lyric {
    font-size: 14px;
    text-align: center;
  }
}



/* =========================
   CSR活動
========================= */
h3.ttl__csr {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

.lyric__csr {
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
  color: #000;
}

.lyric__welfare {
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

/*左画像flex*/
.flex_csr-img-left {
  display: flex;
  width: 100%;
  margin: 0 auto 142px;
}

.flex_csr-img-left .left_content {
  width: 50%;
  padding: 0 40px 0 0;
}

.flex_csr-img-left .right_content {
  width: 50%;
  display: grid;
  grid-template-columns: 500px 1fr;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  h3.ttl__csr {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .lyric__csr {
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
  .flex_csr-img-left {
    display: block;
    margin: 0 auto 40px;
  }

  .flex_csr-img-left .left_content {
    width: 100%;
    padding: 0 32px 32px 0;
  }

  .flex_csr-img-left .right_content {
    width: 100%;
    display: block;
    padding: 0 32px;
  }
}

/*右画像flex*/
.flex_csr-img-right {
  display: flex;
  width: 100%;
  margin: 0 auto 142px;
}

.flex_csr-img-right .left_content {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 500px;
  padding: 0 40px 0 0;
  order: 1;
}

.flex_csr-img-right .right_content {
  width: 50%;
  padding: 0 0 0 40px;
  order: 2;
}

@media screen and (max-width: 768px) {
  .flex_csr-img-right {
    flex-direction: column;
    margin: 0 auto 40px;
  }

  .flex_csr-img-right .left_content {
    width: 100%;
    padding: 0 32px;
    display: block;
    order: 2;
  }

  .flex_csr-img-right .right_content {
    width: 100%;
    padding: 0 0 32px 32px;
    order: 1;
  }
}


/* =========================
   CSRリスト
========================= */
.csr-profile {
  width: 100%;
  margin: 0 auto;
  line-height: 2.0;
  color: #000;
  letter-spacing: 0.05em;
}

.profile-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 18px 0;
  border-bottom: 2px solid rgba(0, 0, 0, .30);
  position: relative;
}

.profile-row::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  border-bottom: 2px solid #000;
  left: 0;
  bottom: -2px;
}

.profile-label {
  position: relative;
  font-weight: bold;
}

.profile-label-welfare {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}

.profile-value {
  padding: 18px auto 18px 120px;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  .profile-row::after {
    width: 39px;
  }

  .profile-row {
    display: grid;
    grid-template-columns: 102px 1fr;
    padding: 12px 0;
  }
  .profile-label-welfare {
    position: relative;
    font-weight: bold;
    font-size: 14px;
  }
}

.breadcrumb__top::after {
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(100%, -50%);
  content: "";
  width: 28px;
  height: 0.5px;
  background-color: #fff !important;
}

.breadcrumb__here {
  color: #fff !important;
}

.lyric__photo{
  line-height: 1.8;
}

.lyric__photo-center{
  line-height: 1.8;
  text-align: center;
}

/*リンク*/
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 1rem;
}

.link-more__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url(../images/arrow_circle.svg);
  background-repeat: no-repeat;
}

.telop {
  position: absolute;
  left: 0;
  bottom: -5%;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .telop {
    bottom: -3%;
  }
}
