/* section base */
.site_container.page .page_content .content_main .sec {
  padding: 0 0 20px;
  margin-bottom: 15px;
}
.site_container.page .page_content .content_main .sec:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.site_container.page .page_content .content_main .sec .sec_inner h3 {
  font-feature-settings: "palt";
}
.site_container.page .page_content .content_main .sec .sec_inner p {
  margin-bottom: 2.8rem;
}
.site_container.page .page_content .content_main figure.img_01 {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.site_container.page .page_content .content_main .box_wrap .box {
  border-radius: 6px;
  padding: 2.5rem 4rem;
  background-color: #f3f3f3;
}
.site_container.page .page_content .content_main .box_wrap .box p {
  margin-bottom: 0;
}
.site_container.page .page_content .content_main .box_wrap .box a:link,
.site_container.page .page_content .content_main .box_wrap .box a:visited {
  color: #3058ac;
}
.site_container.page .page_content .content_main .box_wrap .box a:hover,
.site_container.page .page_content .content_main .box_wrap .box a:active {
  text-decoration: underline;
}

/* heading */
.site_container.page .page_content .content_main .h3_tit_00 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}

/* text */
.site_container.page .page_content .content_main .wrap_03 .txt_wrap p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
}

/* layout: text left, thumbnails right */
.site_container.page .page_content .content_main .wrap_03 {
  display: grid;
  grid-template-columns: 1fr 264px;
  gap: 40px;
  align-items: start;
  margin-bottom: 3.8rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #dcdcdc;
}

/* thumbnails grid */
.site_container.page .page_content .content_main .wrap_03 .img_wrap {
  display: grid;
  grid-template-columns: repeat(2, 124px);
  gap: 12px;
  justify-content: end;
}
.site_container.page .page_content .content_main .wrap_03 .img_wrap figure {
  margin: 0;
  width: 124px;
  height: 124px;
}
.site_container.page .page_content .content_main .wrap_03 .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
/* 23_グループ企業ページ */
/**/
.site_container.company-group .page_content .section .entry_wrap.entry_card_03 p	{
  margin-bottom: 0;
}
.site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_cnt {
  border-radius: var(--card-border-radio);
}

.site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.43;
}

.site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_desc {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 10px;
}

.site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_bnr {
  align-items: center;
  background: #fff;
  border-radius: var(--card-border-radio);
  display: flex;
  height: 72px;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_bnr img {
  height: 46px;
  width: auto;
}

.site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_bnr .btn_arr {
  background: var(--btn-arr-background);
  border-radius: 14px;
  bottom: 15px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  width: 30px;
}

/*link_btn*/
.site_container .page_content .link_btn {
  margin: 0 0 0 auto;
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 48px;
  color: var(--color-text);
  display: flex;
  font-size: 1.6rem;
  height: 48px;
  padding: 0 0 0 25px;
  position: relative;
  width: 220px;
}
.site_container .page_content .link_btn.page_group {
  width: 300px;
  margin: 7rem auto 0;
  padding-left: 4rem;
}
.site_container .page_content .link_btn span:not(.btn_arr) {
  transition: color var(--btn-transition-delay) var(--btn-transition-timing);
}

.site_container .page_content .link_btn .btn_arr {
  background: var(--btn-arr-background);
  border-radius: 14px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  width: 30px;
}
/* SDGsページ調整 */
.site_container.page .page_content .content_main .sec.sdgs .sec_inner .h2_tit_01 +  p {
  margin-bottom: 4.8rem;
}
.site_container.page .page_content .content_main .sec.sdgs {
  padding-bottom: 4rem;
}
.site_container.page .page_content .content_main .sec.sdgs .box_wrap .box p {
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 1024px) {
  .site_container.page .page_content .content_main .wrap_03 {
    grid-template-columns: 1fr 264px;
    gap: 28px;
  }
}

@media (max-width: 600px) {
  .site_container.page .page_content .content_main .sec {
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
  .site_container.page .page_content .content_main .sec:last-child {
    /*margin-bottom: 4rem;*/
  }
  .site_container.page .page_content .content_main .h3_tit_00 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .site_container.page .page_content .content_main .wrap_03 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 3rem;
  }
  .site_container.page .page_content .content_main .wrap_03:last-child {
    margin-bottom: 0;
    /*padding-bottom: 0;*/
  }
  /* thumbnails come under the text on mobile */
  .site_container.page .page_content .content_main .wrap_03 .img_wrap {
    grid-template-columns: repeat(2, 1fr);
    /*justify-content: start;*/
  }
  .site_container.page .page_content .content_main .wrap_03 .txt_wrap p {
    font-size: 15px;
    line-height: 1.9;
  }
  .site_container.page .page_content .content_main .wrap_03 .img_wrap figure {
    width: calc((100vw - 42px) / 2);
    height: calc((100vw - 42px) / 2);
  }
  /* 画像を枠いっぱいに収めて正方形化 */
  .site_container.page .page_content .content_main .wrap_03 .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .site_container.page .page_content .content_main .box_wrap .box {
    padding: 2rem;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  .site_container.page .page_content .content_main figure.img_01 {
    margin-bottom: 2rem;
  }
/**/
/* 23_グループ企業ページ */
/**/
  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_cnt:first-of-type {
    margin-top: 0;
  }
  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_cnt {
    margin-top: 6.67vw;
    padding: 5.33vw 6.67vw;
}
  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_tit {
    font-size: 4.27vw;
  }

  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_desc {
    font-size: 3.36vw;
    margin-top: 2.13vw;
  }

  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_bnr {
    height: 16.8vw;
    margin-top: 4.93vw;
  }

  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_bnr img {
    height: 11.47vw;
  }

  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_bnr .btn_arr {
    bottom: 3.33vw;
    height: 3.2vw;
    right: 4.67vw;
    width: 6.8vw;
  }

/*link_btn*/
  .site_container .page_content .link_btn {
    font-size: 3.47vw;
    height: 10.67vw;
    margin: 4vw auto 0;
    padding-left: 5.33vw;
    width: 48.8vw;
  }
  .site_container .page_content .link_btn .btn_arr {
    height: 3.2vw;
    right: 4.4vw;
    width: 6.93vw;
  }
  .site_container .page_content .link_btn.page_group {
  	width: 66.6vw;
  	margin-top: 5rem;
  }
/* SDGs */
.site_container.page .page_content .content_main .sec.sdgs .sec_inner .h2_tit_01 + p {
margin-bottom: 3.6rem;
}
.site_container.page .page_content .content_main .sec.sdgs {
  padding-bottom: 1rem;
}
.site_container.page .page_content .content_main .sec.sdgs .wrap_01 .txt_wrap p {
  margin-bottom: 2rem;
}

}
/**/
/* 23_グループ企業ページ */
/**/
@media screen and (min-width: 601px), print {
  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    width: calc(100% + 26px);
  }

  .site_container.company-group .page_content .section .entry_wrap.entry_card_03 .entry_cnt {
    margin: 0 13px;
    padding: 25px 30px 20px;
    width: calc(50% - 26px);
  }
}
