@charset "utf-8";

/* intro */
.sus_intro {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 100px 80px;
}

.sus_intro_box {
  display: flex;
  gap: 6%;
}

.sus_intro_box_text {
  width: 45%;
}

.sus_intro_box_text_title{
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
}

.sus_intro_box p{
  font-weight: 500;
  line-height: 1.8;
  margin: 32px 0 0;
}

.sus_intro_box_image {
  width: 55%;
}

@media (max-width: 999px) {
  .sus_intro_box_text {
    width: 100%;
  }
  .sus_intro_box_image {
    width: 100%;
  }
}

.sus_intro_box img{
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .sus_intro {
    width: 90%;
    margin: 120px auto;
    padding: 0;
  }
}

@media only screen and (max-width: 999px) {
  .sus_intro {
    width: 90%;
    margin: 120px auto;
    padding: 0;
  }

  .sus_intro_box {
    display: block;
    gap: 6%;
  }

  .sus_intro_box p{
    font-weight: 500;
    line-height: 1.8;
    margin: 32px 0 0;
  }
  

  .sus_intro_box img{
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .sus_intro {
    width: 90%;
    margin: 60px auto;
    padding: 0;
  }

  .sus_intro_box p{
    /* width: 90%; */
    width: 100%;
    font-weight: 500;
    line-height: 1.8;
    margin: 24px 0 0;
  }
  
  .sus_intro_box img{
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}

/* goal */
.sus_goal {
  background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
}

.sus_goal_content_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .sus_goal_content_box {
    width: 90%;
    margin: 0 auto;
  }
}

.sus_goal_content_box_title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  width: 80%;
  margin: 0 auto 3rem;
  text-align: center;
}

.sus_goal_content_box_txt {
  font-weight: 600;
  line-height: 2.4;
  width: 50%;
  margin: 0 auto;
}

.sus_goal_slogan_box {
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

.sus_goal_slogan_box img {
  width: 100%;
  height: auto;
}

.sus_goal_slogan_box_title {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3px;
}

.br_sp {
  display: none;
}

@media only screen and (max-width: 999px) {
  .sus_goal_content_box {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0;
    color: #fff;
  }

  .sus_goal_content_box_title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    width: 100%;
  }

  .sus_goal_content_box_txt {
    font-weight: 600;
    line-height: 2.4;
    width: 100%;
    margin: 0 auto;
  }
  
  .sus_goal_slogan_box {
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
  }

  .sus_goal_slogan_box_title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 3px;
  }

  .br_sp {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .sus_goal_content_box {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    color: #fff;
  }

  .sus_goal_content_box_title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.8;
  }

  .sus_goal_content_box p {
    font-weight: 600;
    line-height: 1.8;
  }

  .sus_goal_slogan_box {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
  }

  .sus_goal_slogan_box_title {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .sus_goal_letter_box {
    background-color: #fff;
    padding: 3px;
    color: #0C0D6A;
    margin-right: 0;
    line-height: 1;
  }
}

/* issue */
.sus_issue {
  margin: 0 auto;
  padding: 100px 0 50px;
  background-color: #fff;
}

.sus_issue_title_box {
  max-width: 1440px;
  margin: 0 auto 50px;
  padding: 0 5%;
}

@media only screen and (max-width: 1200px) {
  .sus_issue_title_box {
    width: 90%;
    margin: 0 auto 80px;
    padding: 0;
  }
}

.sus_issue_title_box_title {
  font-size: 2rem;
  color: #0C0D6A;
  font-weight: 600;
  letter-spacing: 2px;
  /* margin-bottom: 3rem; */
  line-height: 2;
}

.sus_issue_lead_sentence {
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
}

@media only screen and (max-width: 999px) {
  .sus_issue {
    margin: 0 auto;
    padding: 120px 0 0;
  }

  .sus_issue_title_box_title {
    font-size: 1.5rem;
    color: #0C0D6A;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 599px) {
  .sus_issue {
    margin: 0 auto;
    padding: 60px 0 0;
  }

  .sus_issue_title_box {
    width: 90%;
    margin: 0 auto 40px;
  }

  .sus_issue_title_box_title {
    font-size: 1.5rem;
    color: #0C0D6A;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
  }
}

/* 共通 */
.sus_issue_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5% 50px;
}

.sus_issue_content {
  display: flex;
}

.sus_issue_content._reverse {
  flex-direction: row-reverse;
}

.sus_issue_box {
  width: 40%;
  padding: 7rem 3rem 4rem !important;
}

.sus_issut_illust {
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 60%;
}

@media (max-width: 999px) {
  .sus_issue_wrapper {
    padding: 0 0 50px;
  }
  .sus_issue_content,
  .sus_issue_content._reverse
   {
    flex-direction: column-reverse;
    align-items: center;
  }  
  .sus_issue_box {
    margin-top: -10px;
    width: 90%;
  }
}

@media (max-width: 599px) {
  .sus_issue_box {
    padding: 2rem !important;
  }
}

.sus_issue_title_intro {
  font-weight: 600;
}

.sus_issue_box_title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1.5rem 0 2rem 0;
}

@media only screen and (max-width: 999px) {
  .sus_issue_01_illust img,
  .sus_issue_04_illust img {
    display: block;
    /* width: 100%; */
    width: 80%;
    z-index: 2;
    height: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  .sus_issue_box_title {
    font-weight: 600;
    font-size: 1.3rem;
    margin: 1rem 0 1.5rem 0;
  }
}

/* 01 */
.sus_issue_01_illust {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
  padding: 0;
}

.sus_issue_box_01 {
  position: relative;
  z-index: 3;
  background: url(../img/sus_goal_bg_number_01.png),#0C0D6A;
  background-position: calc(100% - 32px) 24px, center;
  background-size: 104px 82px, cover;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2;
  padding: 4rem 3rem;
}

.sus_issue_01_illust img {
  display: block;
  width: 100%;
  z-index: 2;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 999px) {
  .sus_issue_01_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    width: 100%;
  }
  .sus_issue_box_01 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_01.png),#0C0D6A;
    background-position: calc(100% - 32px) 24px, center;
    background-size: 104px 82px, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 4rem 3rem;
  }

  .sus_issue_01_illust img {
    display: block;
    width: 80%;
    z-index: 2;
    height: auto;
    margin: 0 auto;
  }

  .sus_issue_02_illust img {
    width: 85% !important;
  }

  .sus_issue_03_illust img {
    width: 60% !important;
  }

  .sus_issue_04_illust img {
    width: 80% !important;
  }
}

@media only screen and (max-width: 599px) {
  .sus_issue_01_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    padding: 2% 15%;
    width: 100%;
  }
  .sus_issue_box_01 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_01.png),#0C0D6A;
    background-position: calc(100% - 12px) 12px, center;
    background-size: 50px auto, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 2rem;
  }
}

/* 02 */
.sus_issue_02_illust {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
  padding: 0;
  margin:0 0 0 auto;
}

.sus_issue_box_02 {
  position: relative;
  z-index: 3;
  background: url(../img/sus_goal_bg_number_02.png),#0C0D6A;
  background-position: calc(100% - 32px) 24px, center;
  background-size: 134px 82px, cover;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2;
  padding: 4rem 3rem;
}

.sus_issue_02_illust img {
  display: block;
  width: 100%;
  z-index: 2;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 999px) {
  .sus_issue_02_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    width: 100%;
    margin: 0 auto;
  }
  .sus_issue_box_02 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_02.png),#0C0D6A;
    background-position: calc(100% - 32px) 24px, center;
    background-size: 134px 82px, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 4rem 3rem;
  }
}

@media only screen and (max-width: 599px) {
  .sus_issue_02_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    width: 100%;
    padding: 10% 3%;
  }

  .sus_issue_02_illust img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    }

  .sus_issue_box_02 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_02.png),#0C0D6A;
    background-position: calc(100% - 12px) 12px, center;
    background-size: 56px auto, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 2rem;
  }
}

/* 03 */
.sus_issue_03_illust img{
  display: block;
  width: 100%;
  z-index: 2;
  height: auto;
  margin: 0 auto;
}

.sus_issue_03_illust {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
  padding: 0;
}

.sus_issue_box_03 {
  position: relative;
  z-index: 3;
  background: url(../img/sus_goal_bg_number_03.png),#0C0D6A;
  background-position: calc(100% - 32px) 24px, center;
  background-size: 132px 82px, cover;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2;
  padding: 4rem 3rem;
}

@media only screen and (max-width: 999px) {
  .sus_issue_03_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    width: 100%;
  }
  .sus_issue_box_03 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_03.png),#0C0D6A;
    background-position: calc(100% - 32px) 24px, center;
    background-size: 134px 82px, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 4rem 3rem;
  }
}

@media only screen and (max-width: 599px) {
  .sus_issue_03_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    padding: 3% 7% 3% 10%;
    width: 100%;
  }
  .sus_issue_box_03 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_03.png),#0C0D6A;
    background-position: calc(100% - 12px) 12px, center;
    background-size: 56px auto, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 2rem;
  }
}

/* 04 */
.sus_issue_04 {
  position: relative;
}

.sus_issue_04_illust {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
  padding: 5% 3%;
  padding: 0;
  margin:0 0 0 auto;
}

.sus_issue_box_04 {
  position: relative;
  z-index: 3;
  background: url(../img/sus_goal_bg_number_04.png),#0C0D6A;
  background-position: calc(100% - 32px) 24px, center;
  background-size: 134px 82px, cover;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2;
  padding: 4rem 3rem;
}

.sus_issue_04_illust img {
  display: block;
  width: 100%;
  z-index: 2;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 999px) {
  .sus_issue_04_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    width: 100%;
    margin: 0 auto;
  }
  .sus_issue_box_04 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_04.png),#0C0D6A;
    background-position: calc(100% - 32px) 24px, center;
    background-size: 134px 82px, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 4rem 3rem;
  }
}

@media only screen and (max-width: 599px) {
  .sus_issue_04_illust {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top right, #064483 0%, #3a99d0 50%, #88CBC7 100%);
    width: 100%;
    padding: 5% 3%; 
  }

  .sus_issue_04_illust img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 1% 0;
    }

  .sus_issue_box_04 {
    position: relative;
    z-index: 3;
    background: url(../img/sus_goal_bg_number_04.png),#0C0D6A;
    background-position: calc(100% - 12px) 12px, center;
    background-size: 56px auto, cover;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    padding: 2rem;
  }
}

/* other link */
.sus_other_link {
  max-width: 1200px;
  margin: clamp(8.75rem, 7.102rem + 7.03vw, 12.375rem) auto;
}

@media only screen and (max-width: 1200px) {
  .sus_other_link {
    width: 90%;
    margin: clamp(8.75rem, 7.102rem + 7.03vw, 12.375rem) auto;
  }
}

.sus_other_link_flexbox {
  display: flex;
  gap: 2%;
}

.sus_other_link_content_box {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #0C0D6A;
  padding: 4rem 3rem;
  color: #fff;
  cursor: pointer;
  width: 50%;
  border: #0C0D6A solid 1px;
  transition : .5s;
}

.sus_other_link_content_box:hover {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  padding: 4rem 3rem;
  color: #0C0D6A;
  cursor: pointer;
  border: #0C0D6A solid 1px;
  width: 50%;
}

.sus_other_link_content_box h3{
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
  font-weight: 600;
  line-height: 1.8;
}

.sus_other_link_management_txt h3{
  width: 80%;
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
  font-weight: 600;
  line-height: 1.8;
}

.sus_other_link_content_box p{
  font-weight: 500;
  width: 80%;
  line-height: 2;
  letter-spacing: 1px;
  margin: 24px 0 40px 0;
  pointer-events: none;
}

.sus_other_link_management_txt p{
  font-weight: 500;
  width:80%;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 24px;
  pointer-events: none;
}

.sus_other_link_management_txt {
  padding: 4rem 0 4rem 3rem;
  width: 100%;
}

.sus_other_link_btn{
  display: block;
  position: absolute;
  bottom: 20px;
  right: -40px;
  transform: translateX(-100%);
  width: 64px;
  height: 64px;
  background: #fff;
  border: #064483 solid 1px;
  border-radius: 50%;
  transition:0.3s;
}

.sus_other_link_btn_buttom{
  display: block;
  position: absolute;
  bottom: 20px;
  right: -40px;
  transform: translateX(-100%);
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  transition:0.3s;
}

.sus_other_link_btn_buttom:hover{
  display: block;
  position: absolute;
  bottom: 20px;
  right: -40px;
  transform: translateX(-100%);
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  transition:0.3s;
}

.sus_other_link_btn_buttom img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 8px;
  height: 13px;
}

.sus_other_link_content_box:hover .sus_other_link_btn{
  display: block;
  position: absolute;
  bottom: 20px;
  right: -40px;
  transform: translateX(-100%);
  width: 64px;
  height: 64px;
  background: #fff;
  border: #064483 solid 1px;
  border-radius: 50%;
  transition:0.3s;
}

.sus_other_link_btn img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 8px;
  height: 13px;
}

.sus_other_link_management_box {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.sus_other_link_management_flexbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 42px;
  background: #0C0D6A;
  color: #fff;
  border: #fff solid 1px;
}

.sus_other_link_management_flexbox:hover {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  background: #fff;
  color: #0C0D6A;
  border: #0C0D6A solid 1px;
  transition: .5s;
}

.sus_other_link_management_img {
  height: 100%;
}

.sus_other_link_management_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 999px) {
  .sus_other_link_management_box {
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #0C0D6A;
  }

  .sus_other_link_content_box:hover {
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #0C0D6A;
  }

  .sus_other_link_management_flexbox {
    display: block;
    justify-content: space-between;
    margin-top: 42px;
    background: #0C0D6A;
    color: #fff;

  }

  .sus_other_link_management_flexbox:hover {
    display: block;
    justify-content: space-between;
    margin-top: 42px;
    background: #0C0D6A;
    color: #fff;
  }

  .sus_other_link_management_txt p{
    font-weight: 500;
    width:90%;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 24px;
  }
  .sus_other_link_management_txt h3 {
    width: 90%;
    font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
    font-weight: 600;
    line-height: 1.8;
}

.sus_other_link_management_txt {
  padding: 4rem 0 4rem 3rem;
  width: 100%;
  }

.sus_other_link_content_box p{
  font-weight: 500;
  width: 100%;
  line-height: 2;
  letter-spacing: 1px;
  margin: 24px 0 40px 0;
  }
} 


@media only screen and (max-width: 599px) {
  .sus_other_link_flexbox {
    display: block;
  }

  .sus_other_link_content_box {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: #0C0D6A;
    padding: 2rem;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin: 24px 0;
  }

  .sus_other_link_content_box:hover {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: #0C0D6A;
    padding: 2rem;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin: 24px 0;
  }

  .sus_other_link_btn{
    display: block;
    position: absolute;
    bottom: 20px;
    right: -30px;
    transform: translateX(-100%);
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    transition:0.3s;
  }

  .sus_other_link_btn:hover{
    display: block;
    position: absolute;
    bottom: 20px;
    right: -30px;
    transform: translateX(-100%);
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    transition:0.3s;
  }
  
  .sus_other_link_btn img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 13px;
  }

  .sus_other_link_management_box {
    display: block;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    margin-top: 0;
  }
  
  .sus_other_link_management_flexbox {
    display: block;
    justify-content: space-between;
    margin-top: 0;
    color: #fff;
    background: #0C0D6A;
  }

  .sus_other_link_management_flexbox:hover {
    display: block;
    justify-content: space-between;
    margin-top: 0;
    color: #fff;
    background: #0C0D6A;
  }

  .sus_other_link_management_txt h3 {
    width: 90%;
    font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
    font-weight: 600;
    line-height: 1.8;
  }

  .sus_other_link_management_txt {
    font-weight: 500;
    width: 100%;
    line-height: 2;
    letter-spacing: 1px;
    margin:0;
    padding: 2rem;
  }

  .sus_other_link_management_img{
    height: 40%;
  }

  .sus_other_link_management_img img{
    height: 60%;
  }

  .sus_other_link_management_txt p{
    font-weight: 500;
    width:100%;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 24px;
    pointer-events: none;
  }
}

/*----------------------------
sustainability_other_link 修正分
----------------------------*/
.sustainability_other_link {
  background-color: #fff;
}

.sustainability_other_link ._inner {
  margin: 0 auto;
}

.sustainability_other_link ._card_lists {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.sustainability_other_link ._card_item small {
  font-size: 80%;
  color: #18181C;
}

@media (max-width: 1000px) {
  .sustainability_other_link ._card_lists {
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .sustainability_other_link ._card_lists {
    grid-template-columns: repeat(1,1fr);
    gap: 56px;
  }
}

.sustainability_other_link ._card_item ._card {
  text-decoration: none;
}

.sustainability_other_link ._card_item ._card ._img_wrapper {
  overflow: hidden;
}

.sustainability_other_link ._card_item ._card img {
  width: 100%;
  transition: all .5s ease;
}

.sustainability_other_link ._card_item ._card ._card_title {
  margin-top: 37px;
  font-size: 20px;
  font-weight: 600;
  color: #0C0D6A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.5;
}

.sustainability_other_link ._card_item ._card ._card_title ._arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 31px;
  height: 31px;
  background-color: #0C0D6A;
  border-radius: 100%;
  transition: all .5s ease;
}

.sustainability_other_link ._card_item ._card ._card_title ._arrow img {
  width: 7px;
  height: 14px;
}

.sustainability_other_link ._card_item ._card ._card_summary {
  margin-top: 24px;
  font-weight: 500;
  color: #18181C;
  line-height: 2;
}

.sustainability_other_link ._card_item ._card:hover img {
    opacity: 0.8;
    transform: scale(1.04);
}

.sustainability_other_link ._card_item ._card:hover ._arrow {
  transform: scale(1.1);
}

/*----------------------------
marker ｜線を引くアニメーション
----------------------------*/

/*アニメーション前*/
.marker {
  padding: 5px;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 0 100%;/*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: .8s;
}
 
/*アニメーション後*/
.marker.active {
  color: #0C0D6A;
  background-size: 100% 100%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.fade-in-element {
  opacity: 0;
  transform: translateY(30px); /* 要素を下からスクロールさせる場合は-20pxなどに調整 */
  transition: 0.8s ease-in-out;
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.all_new_line {
  display: inline-block;
}

.p-sustainability-efforts {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    background: linear-gradient(26deg, #064483 -65.53%, #3A99D0 13.22%, #88CBC7 97.52%);;
}

.p-sustainability-efforts__inner {
    padding: 76px 36px;
}

.p-sustainability-efforts__title {
    font-size: 40px;
    font-weight: 600;
}
.p-sustainability-efforts__title span {
    display: inline-block;
}
@media (max-width: 768px) {
    .p-sustainability-efforts__title {
        font-size: 24px;
    }
}

.p-sustainability-efforts__lead {
    margin-top: 24px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .p-sustainability-efforts__lead {
        text-align: left;
    }
}

.p-sustainability-efforts__lead br {
    display: block;
}
@media (max-width: 768px) {
    .p-sustainability-efforts__lead br {
        display: none;
    }
}

.p-sustainability-efforts__link {
    position: relative;
    display: grid;
    place-items: center;
    width: 288px;
    height: 72px;
    margin: 40px auto 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    border: 2px solid #0C0D6A;
    background-color: #0C0D6A;
    text-decoration: none;
    transition: all .4s ease;
}
@media (max-width: 768px) {
    .p-sustainability-efforts__link {
        max-width: 300px;
        width: 100%;
        height: 64px;
        font-size: 12px;
    }
}

.p-sustainability-efforts__link::before,
.p-sustainability-efforts__link::after {
    content: "";
    width: 10px;
    height: 1px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;  
    position: absolute;
    right: 28px;
}

.p-sustainability-efforts__link::before {
    top: calc(50% - 4px);
    transform: rotate(45deg);
}
.p-sustainability-efforts__link::after {
    bottom: calc(50% - 4px);
    transform: rotate(-45deg);
}

@media (min-width: 769px) {  
    .p-sustainability-efforts__link:hover {
        color: #0C0D6A;
        background-color: #fff;
    }
    .p-sustainability-efforts__link:hover::before,
    .p-sustainability-efforts__link:hover::after {
        background: #0C0D6A; 
    }
}