@charset "UTF-8";
/*-----------------------------------
早わかり
----------------------------------- */
/* 共通 */
.text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text {
    text-align: left;
  }
}

.ta_right {
  text-align: right !important;
}

/* scroll */
.scroll_img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .scroll_img {
    overflow-y: hidden;
    padding-bottom: 10px;
  }
  .scroll_img > img {
    width: 700px;
    max-width: none;
  }
}
/* inview */
@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.inview {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.inview.is-show {
  -webkit-animation: fadeSlide 0.4s linear forwards;
          animation: fadeSlide 0.4s linear forwards;
}

/* 背景 */
.bg1 {
  position: relative;
  overflow: hidden;
}

.bg1::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: rgba(222, 232, 237, 0.36);
  bottom: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .bg1::before {
    bottom: auto;
    top: 0;
    height: 586px;
  }
}
.bg2 {
  position: relative;
}

.bg2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 696px);
  left: 0;
  top: 354px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 128, 0.1098039216)), to(rgba(0, 86, 128, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 86, 128, 0.1098039216) 0%, rgba(0, 86, 128, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 86, 128, 0.1098039216) 0%, rgba(0, 86, 128, 0) 100%);
  z-index: -10;
}

.bg2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 781px;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 439px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 439px, 100% 0, 100% 100%, 0% 100%);
  background: -webkit-linear-gradient(191deg, #06E7F8 0%, #079DE0 20%, #0373A7 100%);
  background: linear-gradient(259deg, #06E7F8 0%, #079DE0 20%, #0373A7 100%);
  z-index: -10;
  opacity: 0.04;
}

.bg2_top {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 780px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 354px, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 354px, 0% 100%);
  background: -webkit-linear-gradient(191deg, #06E7F8 0%, #079DE0 17%, #0373A8 100%);
  background: linear-gradient(259deg, #06E7F8 0%, #079DE0 17%, #0373A8 100%);
  z-index: -1;
}

.bg2_top::before {
  position: absolute;
  content: "";
  right: 65px;
  top: 14px;
  width: 510px;
  height: 440px;
  background: url(/hd/ir/images/ataglance/bg_logo.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .bg2::before {
    height: calc(100% - 377px);
    top: 193px;
  }
  .bg2::after {
    height: 406px;
    -webkit-clip-path: polygon(0 222px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 222px, 100% 0, 100% 100%, 0% 100%);
  }
  .bg2_top {
    height: 445px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 193px, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 193px, 0% 100%);
  }
  .bg2_top::before {
    right: -134px;
    top: 0;
    width: 464px;
    height: 400px;
  }
}
.bg3 {
  position: relative;
}

.bg3::before,
.bg3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1548px;
  height: 1569px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #DEE8ED;
  opacity: 0.36;
  z-index: -1;
}

.bg3::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .bg3::before {
    display: none;
  }
  .bg3::after {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
/* タイトル */
.mod-head05 .titPrimary ._min {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 14px;
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.031em;
  color: #013054;
}

@media screen and (max-width: 767px) {
  .mod-head05 .titPrimary ._min {
    padding: 2px 9px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.titSecondary {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 70px;
  position: relative;
}

.titSecondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  aspect-ratio: 1;
  background: url(/hd/ir/images/ataglance/icon_brackets.svg) no-repeat center/contain;
}

.titSecondary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  aspect-ratio: 1;
  background: url(/hd/ir/images/ataglance/icon_brackets.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.titSecondary strong {
  font-size: 4.2rem;
  color: #07ADF5;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.titSecondary .titSecondary_extra {
  font-size: 4.2rem;
  color: #005680;
  font-family: "Noto Serif JP", serif;
  margin-left: 5px;
  line-height: 1.6;
}

.titSecondary .titSecondary_symbol {
  font-size: 5rem;
  font-weight: 500;
  margin-left: 8px;
  line-height: 1;
}

.strong .titSecondary,
.strong .titSecondary strong,
.strong .titSecondary .titSecondary_extra,
.vision .titSecondary,
.vision .titSecondary strong,
.vision .titSecondary .titSecondary_extra {
  color: #fff;
}

.strong .titSecondary::after,
.strong .titSecondary::before,
.vision .titSecondary::after,
.vision .titSecondary::before {
  background: none;
  -webkit-mask: url(/hd/ir/images/ataglance/icon_brackets.svg) center/contain no-repeat;
          mask: url(/hd/ir/images/ataglance/icon_brackets.svg) center/contain no-repeat;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .titSecondary {
    font-size: 2.1rem;
    width: 100%;
    padding: 6px 30px;
    text-align: center;
    line-height: 1.4;
  }
  .titSecondary strong {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .titSecondary .titSecondary_extra {
    font-size: 2.6rem;
    margin-left: 2px;
    line-height: 1.4;
  }
  .titSecondary .titSecondary_symbol {
    font-size: 3rem;
  }
}
.titTertiary {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  color: #005680;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 52px;
  display: grid;
  place-content: center;
  padding: 2px 102px;
  margin-inline: auto;
  margin-bottom: 30px;
  position: relative;
}

.titTertiary::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 52px;
  height: 100%;
  background-color: #005680;
  -webkit-clip-path: polygon(100% 3%, 97% 0, 0 97%, 3% 100%);
          clip-path: polygon(100% 3%, 97% 0, 0 97%, 3% 100%);
}

.titTertiary::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 52px;
  height: 100%;
  background-color: #005680;
  -webkit-clip-path: polygon(100% 3%, 97% 0, 0 97%, 3% 100%);
          clip-path: polygon(100% 3%, 97% 0, 0 97%, 3% 100%);
}

@media screen and (max-width: 767px) {
  .titTertiary {
    font-size: 2.4rem;
    padding: 2px 30px;
    width: 100%;
    text-align: center;
  }
  .titTertiary::before {
    width: 22px;
  }
  .titTertiary::after {
    width: 22px;
  }
}
/* ボタン */
.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 322px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 57px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 310px;
    min-width: auto;
  }
}
/* message */
.message {
  margin-block: 112px 96px;
  -webkit-animation: fadeSlide 0.4s linear forwards;
          animation: fadeSlide 0.4s linear forwards;
  opacity: 0;
}

.message_separate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.message_separate_img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.message_separate_title {
  color: #07ADF5;
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 300;
}

.message_separate_title strong {
  margin-left: 9px;
}

.message_separate_lead {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #01293D;
}

.message_separate_text {
  text-align: right;
  margin-top: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.message_separate_text span {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .message {
    margin-block: 30px 60px;
  }
  .message_separate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 37px;
  }
  .message_separate_img {
    max-width: 500px;
    margin-inline: auto;
  }
  .message_separate_img img {
    min-height: 230px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .message_separate_lead {
    font-size: 2.4rem;
  }
  .message_separate_text span {
    font-size: 1.3rem;
  }
}
/* anchor */
.anchor {
  background: -webkit-linear-gradient(352deg, #005680 0%, #4693B9 100%);
  background: linear-gradient(98deg, #005680 0%, #4693B9 100%);
}

.anchor_list {
  padding-block: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px 40px;
}

.anchor_item {
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  padding: 20px;
  min-height: 102px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #005680;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.anchor_item .anchor_item_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.anchor_item .anchor_item_inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin-inline: auto;
  width: 17px;
  height: 5px;
  background-color: #005680;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.anchor_item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  aspect-ratio: 1;
  background: url(/hd/ir/images/ataglance/icon_brackets.svg) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.anchor_item::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 25px;
  aspect-ratio: 1;
  background: url(/hd/ir/images/ataglance/icon_brackets.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.anchor_item:hover {
  background-color: #F2FBFF;
  color: #07ADF5;
}

.anchor_item:hover::before,
.anchor_item:hover::after {
  opacity: 1;
}

.anchor_item:hover .anchor_item_inner::before {
  background-color: #07ADF5;
}

@media screen and (max-width: 1024px) {
  .anchor_list {
    padding-block: 28px 27px;
    gap: 2px;
  }
  .anchor_item {
    width: 100%;
    padding: 15px 28px 14px 22px;
    min-height: 70px;
  }
  .anchor_item .anchor_item_inner {
    place-content: space-around start;
  }
  .anchor_item .anchor_item_inner::before {
    left: auto;
    right: -16px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 11px;
  }
  .anchor_item::before {
    display: none;
  }
  .anchor_item::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .anchor_item {
    min-height: 55px;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}
/* about */
.about {
  padding-block: 134px 124px;
}
.about .titSecondary {
  margin-bottom: 40px;
}

.about_separate {
  display: grid;
  grid-template-columns: 554px 1fr;
}

.about_separate_img {
  grid-row: 1/3;
  height: auto;
  padding-right: 117px;
}

.about_separate_caption {
  margin-top: 13px;
  border: 1px solid #4B7FB5;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 8px 5px;
  color: #005680;
  line-height: 1.2;
  background-color: #fff;
}

.about_separate_lead {
  font-size: 2.6rem;
  font-weight: 500;
  color: #005680;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_separate_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  color: #07ADF5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px 5px;
  border: 1px solid #07ADF5;
  border-radius: 6px;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .about {
    padding-block: 60px;
  }
  .about .titSecondary {
    margin-bottom: 25px;
  }
  .about_separate {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
  .about_separate_img {
    grid-row: 2/3;
    max-width: 437px;
    padding: 0;
    justify-self: center;
    margin-bottom: 32px;
  }
  .about_separate_img figure {
    margin-inline: 20px;
  }
  .about_separate_caption {
    margin-top: 16px;
  }
  .about_separate_lead {
    margin-bottom: 25px;
  }
  .about_separate_title {
    margin-inline: auto;
  }
  .about_separate_content {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 767px) {
  .about_separate_caption {
    font-size: 1.5rem;
    padding: 10px 0 9px;
  }
  .about_separate_lead {
    font-size: 2.2rem;
  }
  .about_separate_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
/* ビジネス */
.business {
  position: relative;
}
.business::before {
  background-color: #F1F7FB;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  z-index: -10;
}
.business .mod-auto {
  padding-block: 90px 60px;
}
.business .titSecondary {
  margin-bottom: 46px;
}

.business_lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.business_lead_blue {
  font-size: 2rem;
  color: #fff;
  background-color: #005680;
  border-radius: 4px;
  padding-inline: 14px;
  margin-inline: 6px;
  display: inline-block;
}

.business_lead_green {
  font-size: 2rem;
  color: #fff;
  background-color: #1B8B1B;
  border-radius: 4px;
  padding-inline: 14px;
  margin-inline: 6px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .business .titSecondary {
    margin-bottom: 30px;
  }
  .business .mod-auto {
    padding-block: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .business_lead {
    text-align: left;
    font-size: 1.4rem;
  }
  .business_lead_blue {
    font-size: 1.6rem;
    padding-inline: 12px;
    margin: 2px 6px;
    display: inline-block;
  }
  .business_lead_green {
    font-size: 1.6rem;
    padding-inline: 12px;
    margin: 2px 6px;
  }
}
/* 製造事業　商社事業 */
.scsw {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/hd/ir/images/ataglance/bg_scsw_01.webp");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 0;
}

.scsw::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/hd/ir/images/ataglance/bg_scsw_02.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  z-index: -1;
}

.scsw:has(.scsw_window_content--2.is-active)::before {
  opacity: 1;
}

.scsw_inner {
  width: calc(100% - 80px);
  max-width: 1280px;
  height: 80%;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 57px 50px 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

.scsw_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 412px;
  min-height: 56px;
  background: #AEAEAE;
  border-radius: 30px;
  margin: 0 auto 26px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scsw_tab_item {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #d7d7d7;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
  height: 100%;
  display: grid;
  place-content: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scsw:has(.scsw_window_content--1.is-active) .scsw_tab_item--1 {
  background: #005680;
  color: #fff;
}

.scsw:has(.scsw_window_content--2.is-active) .scsw_tab_item--2 {
  background: #1B8B1B;
  color: #fff;
}

.scsw_window {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.scsw_window_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  padding-block: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  will-change: transform, opacity;
}

.scsw_window_content.is-active {
  opacity: 1;
  visibility: visible;
}

.scsw_textBox {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 26px 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 33px 30px;
  margin-top: 60px;
}

.scsw_textBox_item {
  width: calc((100% - 30px) / 2);
  border: 1px solid #07ADF5;
  border-radius: 10px;
  padding: 22px 20px 9px;
  min-height: 235px;
  display: grid;
  place-content: center;
  position: relative;
}

.scsw_textBox_title {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  padding-inline: 20px;
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.29em;
  line-height: 1.4;
  color: #07ADF5;
  background-color: #fff;
}

.scsw-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.scsw-container > li {
  text-align: center;
}
.scsw-container.scsw-container--col1 > li {
  width: 100%;
}
.scsw-container.scsw-container--col2 {
  gap: 11px;
}
.scsw-container.scsw-container--col2 > li {
  width: calc((100% - 11px) / 2);
  min-width: 170px;
}
.scsw-container.scsw-container--col3 {
  gap: 11px;
}
.scsw-container.scsw-container--col3 > li {
  width: calc((100% - 22px) / 3);
  min-width: 100px;
}
.scsw-container.scsw-container--col4 {
  gap: 4px;
}
.scsw-container.scsw-container--col4 > li {
  width: calc((100% - 13px) / 4);
  min-width: 60px;
}

.scsw_textBox_caption {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 4px;
  line-height: 1.2;
}

.scsw_separate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.scsw_separate_img {
  width: calc((100% - 18px) / 2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.scsw_separate_img > figure {
  text-align: right;
}

.scsw_separate_content {
  width: calc((100% - 18px) / 2);
}

.scsw_separate_content.scsw_textBox_caption {
  text-align: left;
}

.scsw_textBox_subtitle {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #07ADF5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 10px 4px;
  text-align: center;
}
.scsw_textBox_subtitle::before, .scsw_textBox_subtitle::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #07ADF5;
  margin-inline: 0 6px;
}
.scsw_textBox_subtitle::after {
  margin-inline: 6px 0;
}

.scsw_textBox_item--green {
  border-color: #1B8B1B;
}
.scsw_textBox_item--green .scsw_textBox_title {
  color: #1B8B1B;
}
.scsw_textBox_item--green .scsw_textBox_subtitle {
  color: #1B8B1B;
}
.scsw_textBox_item--green .scsw_textBox_subtitle::before,
.scsw_textBox_item--green .scsw_textBox_subtitle::after {
  background: #1B8B1B;
}

.scsw_textBox_item--purple {
  border-color: #3B18CB;
}
.scsw_textBox_item--purple .scsw_textBox_title {
  color: #3B18CB;
}
.scsw_textBox_item--purple .scsw_textBox_subtitle {
  color: #3B18CB;
}
.scsw_textBox_item--purple .scsw_textBox_subtitle::before,
.scsw_textBox_item--purple .scsw_textBox_subtitle::after {
  background: #3B18CB;
}

.scsw_textBox_item--pink {
  border-color: #841B8B;
}
.scsw_textBox_item--pink .scsw_textBox_title {
  color: #841B8B;
}
.scsw_textBox_item--pink .scsw_textBox_subtitle {
  color: #841B8B;
}
.scsw_textBox_item--pink .scsw_textBox_subtitle::before,
.scsw_textBox_item--pink .scsw_textBox_subtitle::after {
  background: #841B8B;
}
.scsw_textBox--network .scsw_textBox_item {
  border-color: #1B8B1B;
  width: 100%;
  padding-inline: 50px;
}
.scsw_textBox--network .scsw_textBox_title {
  color: #1B8B1B;
  font-size: 2.4rem;
}
.scsw_textBox--network .scsw_textBox_subtitle {
  color: #1B8B1B;
}
.scsw_textBox--network .scsw_textBox_subtitle::before,
.scsw_textBox--network .scsw_textBox_subtitle::after {
  background: #1B8B1B;
}

.scsw_network_img {
  padding-top: 20px;
}

.scsw_network_list {
  margin-top: -160px;
  background-color: rgba(27, 139, 27, 0.11);
  border-radius: 10px;
  padding: 25px 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2px 20px;
}
.scsw_network_list > li {
  width: calc((100% - 40px) / 3);
  padding-left: 36px;
  font-size: 2rem;
  letter-spacing: 0.11em;
  line-height: 1.5;
  color: #005680;
  position: relative;
}
.scsw_network_list > li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 29px;
  aspect-ratio: 1;
  background: url(/hd/ir/images/ataglance/icon_circle_check.svg) no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .scsw_inner {
    padding: 24px 20px 40px;
    width: 100%;
    max-width: 90%;
  }
  .scsw_tab {
    width: 100%;
    min-width: auto;
    min-height: 45px;
  }
  .scsw_textBox {
    padding: 27px 20px 23px;
    gap: 27px;
    margin-top: 26px;
  }
  .scsw_textBox_item {
    width: 100%;
    padding: 29px 15px 13px;
    min-height: auto;
  }
  .scsw_textBox--network {
    padding-block: 49px 22px;
  }
  .scsw_textBox--network .scsw_textBox_item {
    padding-inline: 15px;
  }
  .scsw_textBox_title {
    min-width: auto;
  }
  .scsw-container.scsw-container--col1 figure {
    max-width: 117px;
    margin-inline: auto;
  }
  .scsw-container.scsw-container--col2 {
    gap: 6px;
  }
  .scsw-container.scsw-container--col2 > li {
    width: calc((100% - 6px) / 2);
    min-width: 80px;
  }
  .scsw-container.scsw-container--col3 {
    gap: 5px;
  }
  .scsw-container.scsw-container--col3 > li {
    width: calc((100% - 10px) / 3);
    min-width: 60px;
  }
  .scsw-container.scsw-container--col4 {
    gap: 8px 4px;
  }
  .scsw-container.scsw-container--col4 > li {
    width: calc((100% - 8px) / 2);
    min-width: 60px;
  }
  .scsw_separate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
  .scsw_separate_img {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .scsw_separate_img > figure {
    text-align: center;
  }
  .scsw_separate_img > figure > img {
    max-width: 144px;
  }
  .scsw_separate_content.scsw_textBox_caption {
    text-align: center;
  }
  .scsw_textBox_subtitle {
    margin-block: 15px 13px;
  }
  .scsw_network_img {
    padding-top: 30px;
    margin-inline: -15px;
  }
  .scsw_network_img img {
    min-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scsw_network_list {
    margin-top: -80px;
    padding: 23px 12px 27px;
    gap: 2px 6px;
    margin-inline: -10px;
  }
  .scsw_network_list > li {
    width: calc((100% - 6px) / 2);
    padding-left: 20px;
  }
  .scsw_network_list > li::before {
    top: 8px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .scsw_inner {
    margin-top: 65px;
  }
  .scsw_tab_item {
    font-size: 1.8rem;
  }
  .scsw_textBox_title {
    font-size: 1.6rem;
  }
  .scsw_textBox_caption {
    font-size: 1.2rem;
  }
  .scsw_textBox_subtitle {
    font-size: 1.3rem;
  }
  .scsw_network_list > li {
    font-size: 1.4rem;
  }
  .scsw_network_list > li::before {
    top: 3px;
  }
  .scsw_textBox--network .scsw_textBox_title {
    font-size: 1.6rem;
    padding-inline: 0px;
    letter-spacing: 0.16em;
    top: -20px;
  }
}
/* 強み */
.strong {
  padding-top: 90px;
}
.strong .titSecondary {
  margin-bottom: 84px;
}

.strong_list {
  max-width: 1085px;
  margin-inline: auto;
}

.strong_item {
  max-width: 890px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 40px 57px 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.strong_item + .strong_item {
  margin-top: 40px;
}
.strong_item:nth-child(even) {
  margin-left: auto;
}

.strong_icon {
  width: 87px;
  aspect-ratio: 1;
  background-color: #0476AB;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: grid;
  place-content: center;
  font-size: 3.7rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.strong_text {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.strong_text strong {
  font-family: "Noto Serif JP", serif;
  color: #07ADF5;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.strong_img {
  margin-top: 90px;
  margin-inline: auto;
  padding-inline: 50px;
  max-width: 1380px;
  width: 100%;
}
.strong_img img {
  border-radius: 10px;
  min-height: 233px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .strong {
    padding-top: 60px;
  }
  .strong .titSecondary {
    margin-bottom: 44px;
  }
  .strong_item {
    padding: 41px 20px 31px;
    display: block;
    position: relative;
  }
  .strong_item + .strong_item {
    margin-top: 54px;
  }
  .strong_icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 60px;
    font-size: 2.6rem;
  }
  .strong_text {
    text-align: center;
  }
  .strong_img {
    margin-top: 60px;
    padding-inline: 0;
  }
  .strong_img img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .strong_text {
    font-size: 1.7rem;
  }
  .strong_text strong {
    font-size: 3.2rem;
    margin-top: 6px;
    display: block;
  }
}
/* 数字で見る黒田グループ */
.number {
  padding-block: 90px 94px;
}
.number .titSecondary {
  margin-bottom: 34px;
}

.number_note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: right;
}

.number_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 45px;
  margin-top: 18px;
}

.number_item {
  width: calc((100% - 135px) / 4);
  min-width: 286px;
  padding: 29px 26px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#DFF5FF));
  background: -webkit-linear-gradient(top, #F9F9F9 0%, #DFF5FF 100%);
  background: linear-gradient(180deg, #F9F9F9 0%, #DFF5FF 100%);
  -webkit-box-shadow: 0px 0px 18px rgba(0, 86, 128, 0.168627451);
          box-shadow: 0px 0px 18px rgba(0, 86, 128, 0.168627451);
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.number_title {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.1;
  color: #005680;
  text-align: center;
  margin-bottom: 38px;
}
.number_title span {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
.number_title:has(span) {
  margin-bottom: 20px;
}

.number_icon {
  margin-bottom: 12px;
}

.number_item_num {
  font-size: 3.2rem;
  color: #005680;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.number_item_num strong {
  font-size: 6.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-inline: 2px;
}

@media screen and (max-width: 1024px) {
  .number {
    padding-block: 60px;
  }
  .number .titSecondary {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .number_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .number_note {
    font-size: 1.2rem;
  }
  .number_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px 25px;
    margin-top: 0;
  }
  .number_item {
    width: calc((100% - 25px) / 2);
    min-width: auto;
    padding: 20px 10px;
    border-radius: 24px;
  }
  .number_title {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .number_title span {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }
  .number_title:has(span) {
    margin-bottom: 6px;
  }
  .number_icon {
    max-width: 46px;
    margin-bottom: 12px;
  }
  .number_item_num {
    font-size: 1.8rem;
  }
  .number_item_num strong {
    font-size: 3.8rem;
  }
  .number_img {
    margin-inline: 6px;
  }
}
/* 今後のビジョン */
.vision {
  background: -webkit-linear-gradient(17deg, #005680 0%, #002B40 100%);
  background: linear-gradient(73deg, #005680 0%, #002B40 100%);
  padding-block: 90px 133px;
}
.vision .titSecondary {
  margin-bottom: 47px;
}

.vision_tag {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  color: #005680;
  background-color: #fff;
  padding: 8px 20px 7px;
  min-width: 186px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 17px;
  border-radius: 6px;
  border: 1px solid #005680;
}

.vision_subTitle {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
  margin-bottom: 19px;
}

.vision_lead {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .vision {
    padding-block: 60px 132px;
  }
  .vision .titSecondary_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .vision_tag {
    padding: 6px 10px;
    min-width: 102px;
    margin-bottom: 20px;
    border: 1px solid #07ADF5;
  }
  .vision_subTitle {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .vision_lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.visionCont {
  max-width: 1280px;
  margin-inline: auto;
  padding: 60px 26px 80px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 86, 128, 0.1019607843);
          box-shadow: 0px 6px 15px rgba(0, 86, 128, 0.1019607843);
  position: relative;
  margin-top: -63px;
}

.visionCont_sec + .visionCont_sec {
  margin-top: 80px;
}

.visionCont_plus {
  margin-block: 30px 23px;
}
.visionCont_plus figure {
  text-align: center;
}

.visionCont_double {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.29em;
  color: #fff;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-width: 516px;
  min-height: 90px;
  padding: 20px 30px;
  display: grid;
  place-content: center;
  background: -webkit-linear-gradient(279deg, #0482BB 0%, #005680 100%);
  background: linear-gradient(171deg, #0482BB 0%, #005680 100%);
}
.visionCont_double::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  border-radius: 6px;
}

.visionCont_txtBox_head {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  color: #fff;
  background-color: #005680;
  min-height: 73px;
  padding: 14px 30px;
  display: grid;
  place-content: center;
}

.visionCont_txtBox_content {
  background-color: #F0F0F0;
  padding: 45px 50px 46px;
}

.visionCont_title {
  font-size: 2.4rem;
  letter-spacing: 0.13em;
  line-height: 1.4;
  margin-bottom: 12px;
}

.visionCont_list > li {
  position: relative;
  padding-left: 21px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.visionCont_list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 12px;
  aspect-ratio: 1;
  background-color: #005680;
  border-radius: 100%;
}
.visionCont_list > li + li {
  margin-top: 7px;
}

.visionCont_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  margin-top: 33px;
}

.visionCont_col {
  width: calc((100% - 4px) / 2);
  background-color: #fff;
  padding: 14px 21px 19px;
}
.visionCont_col .visionCont_list > li {
  font-size: 1.6rem;
  margin-left: 3px;
}

.visionCont_subTitle {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  color: #005680;
  margin-bottom: 9px;
  pointer-events: none;
}

.visionCont_txtBox--green .visionCont_txtBox_head {
  background-color: #1B8B1B;
}
.visionCont_txtBox--green .visionCont_list > li::before {
  background-color: #1B8B1B;
}
.visionCont_txtBox--green .visionCont_subTitle {
  color: #1B8B1B;
}

.visionCont_txtBox--lightgreen .visionCont_txtBox_head {
  background-color: #798B1B;
}
.visionCont_txtBox--lightgreen .visionCont_list > li::before {
  background-color: #798B1B;
}
.visionCont_txtBox--lightgreen .visionCont_subTitle {
  color: #798B1B;
}

.visionCont_sdgs_img {
  margin-inline: -26px;
  margin-top: 60px;
}

.visionCont_txtBox--sdgs {
  position: relative;
  margin-top: -73px;
}

@media screen and (max-width: 1024px) {
  .visionCont {
    max-width: 90%;
    margin-top: -82px;
    padding: 50px 20px;
  }
  .visionCont_sec + .visionCont_sec {
    margin-top: 60px;
  }
  .visionCont_plus {
    margin-block: 22px 21px;
  }
  .visionCont_plus figure img {
    max-width: 46px;
  }
  .visionCont_double {
    min-width: auto;
    max-width: 400px;
    width: 100%;
    min-height: 96px;
    padding: 10px 12px;
  }
  .visionCont_double::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .visionCont_txtBox {
    margin-inline: -20px;
  }
  .visionCont_txtBox_head {
    min-height: 56px;
    padding: 10px 20px;
  }
  .visionCont_txtBox_content {
    padding: 25px 20px 30px;
  }
  .visionCont_title {
    margin-bottom: 10px;
  }
  .visionCont_list > li + li {
    margin-top: 10px;
  }
  .visionCont_row {
    gap: 2px;
    margin-top: 26px;
  }
  .visionCont_col {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .visionCont_subTitle {
    pointer-events: auto;
    margin-bottom: 0;
    position: relative;
    padding: 20px 30px 19px 20px;
    width: 100%;
    text-align: left;
  }
  .visionCont_subTitle::before {
    content: "";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #222;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .visionCont_subTitle:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 20px;
    background: #222;
  }
  .visionCont_subTitle.is-active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .visionCont_subTitle.is-active::after {
    display: none;
  }
  .visionCont_col_inner {
    padding: 0 20px 20px;
    display: none;
  }
  .visionCont_sdgs_img {
    margin-inline: -20px;
    margin-top: 30px;
  }
  .visionCont_sdgs_img img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .visionCont_txtBox--sdgs {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .visionCont_double {
    font-size: 1.9rem;
  }
  .visionCont_txtBox_head {
    font-size: 2rem;
  }
  .visionCont_title {
    font-size: 2rem;
  }
  .visionCont_list > li {
    font-size: 1.5rem;
  }
  .visionCont_col .visionCont_list > li {
    font-size: 1.5rem;
  }
  .visionCont_subTitle {
    font-size: 1.6rem;
  }
}
/* 株主還元方針 */
.reduction {
  padding-block: 90px 119px;
}
.reduction .titSecondary {
  margin-bottom: 40px;
}

.reduction_num {
  width: 1029px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}

.reduction_num_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 173, 245, 0.09)), color-stop(21%, transparent), to(transparent));
  background: -webkit-linear-gradient(left, rgba(7, 173, 245, 0.09) 0%, transparent 21%, transparent 100%);
  background: linear-gradient(90deg, rgba(7, 173, 245, 0.09) 0%, transparent 21%, transparent 100%);
  border-top: 1px solid #CCCCCC;
  min-height: 135px;
}
.reduction_num_item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.reduction_num_icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 180px;
  text-align: center;
  font-size: 3.7rem;
  letter-spacing: 0.04em;
  color: #005680;
  font-family: "Oswald", sans-serif;
}

.reduction_num_text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 90px 20px 0;
  font-size: 2rem;
  font-weight: 500;
}

.reduction_num_note {
  margin-top: 30px;
}
.reduction_num_note li {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 2em;
  text-indent: -2em;
}

@media screen and (max-width: 1024px) {
  .reduction {
    padding-block: 69px 59px;
  }
  .reduction .titSecondary {
    margin-bottom: 30px;
  }
  .reduction_num {
    width: 100%;
    margin-top: 30px;
  }
  .reduction_num_item {
    min-height: auto;
  }
  .reduction_num_icon {
    width: 100px;
  }
  .reduction_num_text {
    padding: 30px 20px 30px 0;
  }
  .reduction_num_note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reduction_num_icon {
    width: 70px;
    font-size: 3.2rem;
  }
  .reduction_num_text {
    font-size: 1.7rem;
  }
  .reduction_num_note li {
    font-size: 1.2rem;
  }
}
/* 関連リンク */
.connection {
  padding-top: 85px;
}

.connection_title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #005680;
  padding-bottom: 20px;
  border-bottom: 1px solid #005680;
  margin-bottom: 30px;
}

.connection_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.connection_item {
  width: calc((100% - 39px) / 4);
}
.connection_item a {
  min-height: 57px;
  width: 100%;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.connection_item a i {
  margin-bottom: -3px;
}

.connection_text--s {
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .connection {
    padding-top: 60px;
  }
  .connection_title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .connection_link {
    gap: 18px;
  }
  .connection_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .connection_title {
    font-size: 1.8rem;
  }
}