@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.Main {
  flex: 1 1 auto;
}

#NoScript {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: #96b9e8;
  padding: 10px;
  margin-bottom: 15px;
}

.Wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

/** 検索
--------------------------------
--------------------------------
*/
.search-products {
  margin: 0 auto 50px;
  padding: 10px;
  background: #ededed;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .layout-wrap .search-products {
    margin-inline: 10px;
  }
}

.search-products .search-input {
  font-size: 0.88rem;
  width: 85%;
  height: 47px;
  padding-left: 40px;
  border: solid #888;
  border-width: 1px 0 1px 1px;
  background: #fff url(../img/icon_search.png) 17px 50% no-repeat;
  box-shadow: 0px 0px 2px 1px #dfdde0 inset;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 430px) {
  .search-products .search-input {
    width: 75%;
  }
}

.search-products .search-input::-moz-placeholder {
  font-size: 0.88rem;
  color: #666;
}

.search-products .search-input::placeholder {
  font-size: 0.88rem;
  color: #666;
}

.search-products .btn-submit {
  font-size: 0.88rem;
  position: relative;
  top: -1px;
  width: 15%;
  height: 47px;
  background: #666;
  border: none;
  border-bottom: none;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .search-products .btn-submit {
    width: 25%;
  }
}

.search-products .btn-submit:hover {
  opacity: 0.9;
}

.layout-wrap {
  width: 100%;
  margin-top: 60px;
  box-sizing: border-box;
}

.layout-wrap .layout-inner {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
  box-sizing: border-box;
}

.layout-wrap .layout-contents {
  width: calc(100% - 304px);
  margin-left: 340px;
  padding: 50px 0;
  box-sizing: border-box;
}

/** width 1320px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 1380px) {
  /** コンテンツレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-wrap {
    padding: 0 40px;
  }
}
/** width 960px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 960px) {
  #Product-search {
    background: none;
  }
  /** コンテンツレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-wrap {
    margin-top: 40px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .layout-wrap .layout-inner {
    width: 100%;
    max-width: 1285px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .layout-wrap .layout-contents {
    width: 100%;
    margin-left: 0;
    padding: 0 0 50px 0;
    box-sizing: border-box;
  }
  .layout-wrap .contents-wrap {
    width: 95%;
    margin: 0 auto;
  }
}
/* 製品TOP */
.g-bold {
  font-weight: bold !important;
}

.g-mt15 {
  margin-top: 15px !important;
}

.hdl-pagetitle {
  position: relative;
  margin-bottom: 95px;
}

.hdl-pagetitle::before {
  z-index: 1;
  position: absolute;
  top: 10px;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #ddd;
}

.hdl-pagetitle::after {
  z-index: 4;
  position: absolute;
  bottom: -35px;
  display: block;
  content: " ";
  width: 45px;
  height: 3px;
  background: #0a2986;
}

.hdl-pagetitle .title {
  font-size: 2.25rem;
  z-index: 3;
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 45px;
  margin: 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-weight: normal;
  line-height: 1.2 !important;
}

@media screen and (max-width: 960px) {
  .hdl-pagetitle {
    position: relative;
    margin: 45px 10px 36px 10px !important;
    box-sizing: border-box;
  }
  .hdl-pagetitle.flag-liquid {
    height: auto;
    margin-bottom: 30px !important;
  }
  .hdl-pagetitle::before {
    z-index: 1;
    position: absolute;
    top: 10px;
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background: #ddd;
  }
  .hdl-pagetitle::after {
    z-index: 4;
    position: absolute;
    bottom: 0;
    display: block;
    content: " ";
    width: 36px;
    height: 2px;
    background: #0a2986;
  }
  .hdl-pagetitle .title {
    font-size: 1.5rem;
    z-index: 3;
    position: relative;
    display: inline-block;
    height: auto;
    min-height: 24px;
    margin: 0;
    padding: 0 48px 20px 0;
    box-sizing: border-box;
    font-weight: normal;
  }
}
.m-richtext {
  margin-bottom: 0px !important;
  line-height: 2;
}
.m-richtext h2 {
  color: #000;
  position: relative;
  margin: 40px 0 60px;
  padding: 0;
  border: none;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: normal;
}
.m-richtext h2::after {
  z-index: 1;
  position: absolute;
  bottom: -18px;
  display: block;
  content: " ";
  width: 45px;
  height: 3px;
  background: #0a2986;
}
.m-richtext h2.default-style::before, .m-richtext h2.default-style::after {
  display: none;
}
.m-richtext h2 + ul {
  margin-top: 60px;
}
.m-richtext h2 + p {
  margin-top: 60px;
}
.m-richtext h3 {
  font-size: 1.25rem;
  margin: 40px 0 20px 0;
  padding: 10px 15px;
  background-color: #f2f4fa;
  border-left: 2px solid #0a2986;
  color: #333;
}
.m-richtext p {
  margin: 20px 0 0;
  font-size: 1.17rem;
}

@media screen and (max-width: 960px) {
  .m-richtext h2 {
    position: relative;
    margin: 40px 0 46px;
    font-size: 1.13rem;
    line-height: 1.5;
    padding: 0;
    border: none;
  }
  .m-richtext h2::after {
    bottom: -16px;
    width: 36px;
    height: 2px;
  }
  .m-richtext h3 {
    font-size: 1rem;
    line-height: 1.75;
    padding: 5px 10px;
    margin: 40px 0 20px 0;
  }
  .m-richtext p {
    margin-inline: 10px;
  }
}
.container {
  margin: 0 auto;
  padding: 0 40px 40px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0 10px 40px;
  }
}
.container:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .container:last-child {
    margin-bottom: 30px;
  }
}
.container .container__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1286px;
}
.container .container__inner.container__inner--border {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .container .container__inner.container__inner--border {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .container .container__inner .m-richtext {
    margin: 0;
  }
}
.container.container--bg {
  margin-top: 50px;
  padding: 40px;
  background-color: #f3f4f9;
}
@media screen and (max-width: 960px) {
  .container.container--bg {
    margin-top: 30px;
    padding: 40px 10px;
  }
}
.container.container--bg .m-richtext h2 {
  margin-top: 0;
}
.container.container--border {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .container.container--border {
    margin-top: 30px;
  }
}
.container.--new-product .m-richtext h3 {
  margin-top: 0;
}

.product-category-link-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .product-category-link-list {
    margin-top: 5px;
    gap: 0;
  }
}
.product-category-link-list .link-list__item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  line-height: 2;
  color: #171C8F;
}
.product-category-link-list .link-list__item .link-list__link {
  display: block;
  padding: 15px 15px 15px 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960.1px) {
  .product-category-link-list .link-list__item:first-child .link-list__link {
    padding-top: 0;
  }
}
.product-category-link-list .link-list__item .link-list__text {
  position: relative;
  display: block;
}
.product-category-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -15px;
  width: 8px;
  height: 8px;
  background: url(/common_2023/img/icon_arw_blue_01_1.png) no-repeat;
  background-size: contain;
}
.product-category-link-list .link-list__item .link-list__text[target=_blank]::after {
  display: none;
}
.product-category-link-list .link-list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.product-category-link-list .link-list__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  border-bottom: 1px solid #181c8f;
}
.product-category-link-list.--column3 .link-list__item {
  width: calc((100% - 70px) / 3);
}
@media screen and (min-width: 960.1px) {
  .product-category-link-list.--column3 .link-list__item:nth-child(-n+3) .link-list__link {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .product-category-link-list.--column3 .link-list__item {
    width: 100%;
  }
}

.product-industry-link-list {
  margin: 0;
}
.product-industry-link-list .link-list__item {
  width: 100%;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #171C8F;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.product-industry-link-list .link-list__item:not(:nth-of-type(-n + 3)) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .product-industry-link-list .link-list__item {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  .product-industry-link-list .link-list__item:not(:first-of-type) {
    margin-top: 5px;
  }
}
.product-industry-link-list .link-list__item .link-list__text {
  position: relative;
  display: flex;
  align-content: flex-start;
  align-items: center;
}
.product-industry-link-list .link-list__item .link-list__text .media {
  width: 78px;
  height: 78px;
  min-width: 78px;
}
@media screen and (max-width: 960px) {
  .product-industry-link-list .link-list__item .link-list__text .media {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.product-industry-link-list .link-list__item .link-list__text:hover .media__image img {
  opacity: 0.7;
}
.product-industry-link-list .link-list__item .link-list__text span {
  padding: 0 50px 0 18px;
}
.product-industry-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 11px;
  background: url(/common_2023/img/icon_arw_blue_01_3.png) no-repeat;
  background-size: contain;
}

.product-function-link-list {
  margin: 0;
}
.product-function-link-list .link-list__item {
  width: 100%;
  margin: 0;
  font-size: 0.88rem;
  line-height: 2;
  color: #171C8F;
  border: 1px solid #e0e0e0;
}
.product-function-link-list .link-list__item:not(:nth-of-type(-n + 4)) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .product-function-link-list .link-list__item:not(:nth-of-type(-n + 2)) {
    margin-top: 20px;
  }
}
.product-function-link-list .link-list__item .link-list__text {
  position: relative;
  display: block;
  padding: 12px 50px 12px 15px;
}
.product-function-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 11px;
  background: url(/common_2023/img/icon_arw_blue_01_3.png) no-repeat;
  background-size: contain;
}

.product-more-link-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}
.product-more-link-list .link-list__item {
  font-size: 0.88rem;
  line-height: 1;
  color: #171C8F;
}
.product-more-link-list .link-list__item .link-list__text {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
}
.product-more-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  background: url(/common_2023/img/icon_arw_blue_01_1.png) no-repeat;
  background-size: contain;
}
.product-more-link-list .link-list__item .link-list__text[target=_blank] {
  padding: 0;
}
.product-more-link-list .link-list__item .link-list__text[target=_blank]::after {
  display: none;
}

.grid {
  display: grid;
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .grid {
    gap: 0 10px;
  }
}
.grid.--column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .grid.--column2 {
    grid-template-columns: none;
  }
}
.grid.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 960px) {
  .grid.--column3 {
    grid-template-columns: none;
  }
}
.grid.--column4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 960px) {
  .grid.--column4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.--column1-3 {
  grid-template-columns: calc((100% - 105px) / 4) 3fr;
}
@media screen and (max-width: 960px) {
  .grid.--column1-3 {
    grid-template-columns: none;
  }
}

.media .media__image img {
  width: 100%;
  height: auto;
}
.media .media__title {
  font-size: 1rem;
  line-height: 1.6;
}
.media .media__text {
  font-size: 0.88rem;
  line-height: 2;
  color: #555;
}

.media__link {
  position: relative;
  display: flex;
  flex-direction: column;
}
.media__link .media__image img {
  width: 100%;
}
.media__link:hover .media__image img {
  opacity: 0.7;
}
.media__link .media__title {
  order: 2;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
.media__link .media__title:hover {
  text-decoration: underline;
}
.media__link .media__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.media__link .media__title[target=_blank] .g-vam {
  display: inline-block;
}
.media__link .media__text {
  order: 3;
  margin-top: 17px;
  font-size: 0.88rem;
  line-height: 2;
}
.media__link .media__image {
  order: 1;
}
.media__link.--new-product:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .media__link.--new-product:not(:nth-of-type(-n + 2)) {
    margin-top: 37px;
  }
}
.media__link.--new-product .media__title {
  padding: 0 15px 0 0;
  font-size: 0.88rem;
  line-height: 2;
}
.media__link.--new-product .media__title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin: 0 0 3px 0;
  vertical-align: middle;
  background: url(/common_2023/img/icon_arw_blue_01_1.png) right no-repeat;
  background-size: contain;
}
.media__link.--new-product .media__title[target=_blank] {
  padding: 0;
}
.media__link.--new-product .media__title[target=_blank]::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .media__link.--related-information:not(:first-of-type) {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }
  .media__link.--related-information:not(:first-of-type) .media__title {
    margin-top: 18px;
  }
  .media__link.--related-information:first-of-type .media__title {
    margin-top: 0;
  }
  .media__link.--related-information .media__image {
    display: none;
  }
}

.pickup-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.pickup-slider .slick-track {
  margin: 0;
}
.pickup-slider .slick-list {
  width: calc(100% + 35px);
}
@media screen and (max-width: 960px) {
  .pickup-slider .slick-list {
    padding-right: 60px;
  }
  .pickup-slider .slick-slide {
    margin-right: 10px;
  }
}
.pickup-slider .slide-arrow.prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  bottom: 0;
}
.pickup-slider .slide-arrow.next-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
}
.pickup-slider .slide-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.pickup-slider__item {
  padding: 0 35px 0 0;
}
@media screen and (max-width: 960px) {
  .pickup-slider__item {
    padding: 0;
  }
}
.pickup-slider__item .media__link {
  width: 100%;
  max-width: 295px;
}
@media screen and (max-width: 960px) {
  .pickup-slider__item .media__link {
    width: 100%;
    max-width: 100%;
  }
}

.co-section {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .co-section {
    margin-top: 70px;
  }
}

.co-container {
  padding-inline: 40px;
}
@media screen and (max-width: 960px) {
  .co-container {
    padding-inline: 10px;
  }
}

.co-container--bg {
  padding: 40px;
  background-color: #F3F4F9;
}
@media screen and (max-width: 960px) {
  .co-container--bg {
    padding: 40px 10px 40px;
  }
}

.co-container__inner {
  max-width: 1285px;
  margin-inline: auto;
  box-sizing: content-box;
}

.co-link-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 960px) {
  .co-link-list {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

.co-link-list__link:hover .co-link-list__image img {
  opacity: 0.7;
  transition: 0.3s ease-out;
}

.co-link-list__body {
  display: flex;
  flex-direction: column;
}

.co-link-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .co-link-list__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.co-link-list__image {
  position: relative;
  order: 1;
  overflow: hidden;
}
.co-link-list__image img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-out;
}

.co-mediaBlock {
  display: flex;
  flex-direction: column;
  background-color: #F3F4F9;
}

.co-mediaBlock__item {
  display: grid;
  grid-template-columns: 1fr 1.313fr;
  max-width: 1285px;
  margin-inline: auto;
  background-color: #F3F4F9;
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__item {
    width: 100%;
    grid-template-columns: auto;
  }
}
.co-mediaBlock__item.--reverse {
  grid-template-columns: 1.313fr 1fr;
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__item.--reverse {
    grid-template-columns: auto;
  }
}
.co-mediaBlock__item.--reverse .co-mediaBlock__body {
  order: 2;
  padding: 43px 42px 43px 35px;
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__item.--reverse .co-mediaBlock__body {
    padding: 40px 10px 60px;
  }
}
.co-mediaBlock__item.--reverse .co-mediaBlock__image {
  order: 1;
}

.co-mediaBlock__body {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  box-sizing: border-box;
  padding: 43px 35px 43px 42px;
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__body {
    padding: 40px 10px 60px;
  }
}
.co-mediaBlock__body .co-mediaBlock__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__body .co-mediaBlock__title {
    font-size: 1.38rem;
    line-height: 1.5;
  }
}

.co-mediaBlock__button {
  max-width: 380px;
  width: 100%;
  box-shadow: 0 3px 10px rgba(11, 80, 207, 0.16);
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__button {
    max-width: 100%;
  }
}
.co-mediaBlock__button a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 15px 48px 15px 20px;
  background-color: #fff;
  color: #171C8F;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.co-mediaBlock__button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 18px;
  height: 12px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_03_2.svg) no-repeat;
  transition: 0.3s ease-out;
}
.co-mediaBlock__button a:hover {
  background-color: #171C8F;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.co-mediaBlock__button a:hover::after {
  background: url(/common_2023/img/icon_arw_white_01.svg);
}

.co-mediaBlock__image {
  order: 2;
}
@media screen and (max-width: 960px) {
  .co-mediaBlock__image {
    order: 1;
  }
}
.co-mediaBlock__image img {
  width: 100%;
  height: auto;
}

.co-link-block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 60px 35px;
}
@media screen and (max-width: 960px) {
  .co-link-block {
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 40px;
  }
}
.co-link-block .co-link-block__item__title {
  position: relative;
  margin: 0;
  padding: 13px 34px 12px 0;
  border-bottom: 1px solid #BFC3D3;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .co-link-block .co-link-block__item__title {
    padding: 11px 34px 10px 0;
  }
}
.co-link-block .co-link-block__item__title span {
  display: inline-block;
  font-size: 1.13rem;
  line-height: 1.6;
  font-weight: normal;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .co-link-block .co-link-block__item__title span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.co-link-block .co-link-block__item__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 16px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_03_3.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  .co-link-block .co-link-block__item__title::after {
    width: 24px;
    height: 16px;
    background-size: 24px 16px;
  }
}

.co-link-block__item {
  display: flex;
  flex-direction: column;
}
.co-link-block__item:nth-of-type(1) {
  grid-column: 1/4;
  grid-row: 1/2;
}
.co-link-block__item:nth-of-type(2) {
  grid-column: 4/7;
  grid-row: 1/2;
}
.co-link-block__item:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
.co-link-block__item:nth-of-type(4) {
  grid-column: 3/5;
  grid-row: 2/3;
}
.co-link-block__item:nth-of-type(5) {
  grid-column: 5/7;
  grid-row: 2/3;
}
@media screen and (max-width: 960px) {
  .co-link-block__item:nth-of-type(1), .co-link-block__item:nth-of-type(2), .co-link-block__item:nth-of-type(3), .co-link-block__item:nth-of-type(4), .co-link-block__item:nth-of-type(5) {
    grid-column: auto;
    grid-row: auto;
  }
}

.co-link-block__item__body {
  order: 2;
}

@media (any-hover: hover) {
  .co-link-block__item__link:hover span {
    text-decoration: underline;
  }
}

.co-link-block__item__image {
  order: 1;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.co-link-block__item__image img {
  width: 100%;
  height: auto;
}

.co-link-block__item__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 35px;
  margin-top: 17px;
}
@media screen and (max-width: 960px) {
  .co-link-block__item__list {
    grid-template-columns: auto;
    margin-top: 15px;
  }
}
.co-link-block__item__list li {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .co-link-block__item__list li {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

.co-link-block__item__text {
  margin-top: 17px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 960px) {
  .co-link-block__item__text {
    margin-top: 15px;
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

.co-banner .co-banner-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .co-banner .co-banner-title {
    font-size: 1.56rem;
    line-height: 1.42;
  }
}
.co-banner .co-banner-list__title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .co-banner .co-banner-list__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.co-banner-list {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
@media screen and (max-width: 960px) {
  .co-banner-list {
    grid-template-columns: auto;
  }
}

.co-banner-list__item {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 35px;
  padding: 36px 40px;
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(11, 80, 207, 0.2);
}
@media screen and (max-width: 960px) {
  .co-banner-list__item {
    grid-template-columns: auto;
    padding: 36px 20px;
    gap: 30px;
  }
}

@media screen and (max-width: 960px) {
  .co-banner-list__body {
    order: 2;
  }
}

.co-banner-list__text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 960px) {
  .co-banner-list__text {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

.co-banner-list__button {
  margin-top: 17px;
  max-width: 295px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .co-banner-list__button {
    margin-top: 15px;
    max-width: 100%;
  }
}
.co-banner-list__button a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 10px 42px 10px 20px;
  background-color: #171C8F;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.co-banner-list__button a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 15px;
  margin: auto 0;
}
.co-banner-list__button a:hover {
  background-color: #2027ca;
  text-decoration: none;
}
.co-banner-list__button a img.g-vam {
  display: none;
}

.co-banner-list__link {
  position: relative;
  display: inline-block;
  margin-top: 17px;
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  .co-banner-list__link {
    margin-top: 15px;
  }
}
.co-banner-list__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 9px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_04.svg) no-repeat;
}
.co-banner-list__link span {
  font-size: 1rem;
  line-height: 1.6;
  color: #171C8F;
}

.co-banner-list__image {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .co-banner-list__image {
    order: 1;
    justify-content: center;
  }
}
.co-banner-list__image img {
  width: 100%;
  max-width: 146px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .co-banner-list__image img {
    width: auto;
  }
}

.co-news .co-news-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .co-news .co-news-title {
    font-size: 1.38rem;
    line-height: 1.5;
  }
}

.news-list__link {
  display: flex;
  justify-content: end;
}
.news-list__link a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-top: 8px;
}
.news-list__link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 9px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_04.svg) no-repeat;
}
.news-list__link a span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #171C8F;
}

.sns-content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 54px 48px;
  background-color: #f3f4f9;
}
@media screen and (max-width: 960px) {
  .sns-content {
    flex-direction: column;
    gap: 30px;
    padding: 36px 20px;
  }
}
.sns-content .sns-content__title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sns-content .sns-content__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.sns-content__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 960px) {
  .sns-content__icons {
    gap: 20px;
  }
}
.sns-content__icons li a {
  display: flex;
  align-items: center;
}
.sns-content__icons li a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.sns-content__icons li img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  .sns-content__icons li img {
    width: 40px;
    height: auto;
  }
}
.sns-content__icons li span {
  display: inline-block;
  margin-left: 18px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .sns-content__icons li span {
    margin-left: 10px;
    min-width: 97px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.sns-content__icons.none li span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 960px) {
  .sns-content__icons.none li span {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: auto auto auto 10px;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}

.hero {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  aspect-ratio: 1366/380;
}
@media screen and (max-width: 960px) {
  .hero {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    background-color: #F3F4F9;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  max-width: 45%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .hero-content {
    position: relative;
    order: 2;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

.hero-content__inner {
  padding: 32px 32px 32px 0;
  background-color: rgba(243, 244, 249, 0.8);
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .hero-content__inner {
    padding: 0;
    width: 100%;
    background-color: #F3F4F9;
  }
}

.hero-content__detail {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #171C8F;
}
@media screen and (max-width: 960px) {
  .hero-content__detail {
    padding: 20px 10px;
  }
}
.hero-content__detail .hero-content__heading {
  order: 2;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .hero-content__detail .hero-content__heading {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .hero-content__detail .hero-content__heading {
    font-size: 1.63rem;
    line-height: 1.5;
  }
}

.hero-content__category {
  position: relative;
  order: 1;
  margin-bottom: 8px;
  padding-left: 21px;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 960px) {
  .hero-content__category {
    order: 1;
    margin: 8px 0 10px 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.hero-content__category::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 5.6px;
  margin: auto 0;
  background-color: #E60012;
  transform: skewX(-20deg);
}
.hero-content__category.--display-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .hero-content__category.--display-pc {
    display: none;
  }
}
.hero-content__category.--display-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .hero-content__category.--display-sp {
    display: block;
  }
}

.hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 73%;
}
@media screen and (max-width: 960px) {
  .hero-image {
    position: relative;
    order: 1;
    max-width: 100%;
    margin-left: 0;
  }
}
.hero-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sustain-section {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .sustain-section {
    margin-top: 70px;
  }
}

.sustain-container {
  padding-inline: 40px;
}
@media screen and (max-width: 960px) {
  .sustain-container {
    padding-inline: 10px;
  }
}
.sustain-container .sustain-heading-header {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .sustain-container .sustain-heading-header {
    margin-top: 50px;
  }
}
.sustain-container .sustain-heading-header .sustain-heading-2 {
  order: 2;
  margin-top: 6px;
}
@media screen and (max-width: 960px) {
  .sustain-container .sustain-heading-header .sustain-heading-2 {
    margin-top: 4px;
  }
}
.sustain-container .sustain-heading-header .sustain-heading__subtitle {
  order: 1;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .sustain-container .sustain-heading-header .sustain-heading__subtitle {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}
.sustain-container .sustain-heading-2 {
  margin-bottom: 42px;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sustain-container .sustain-heading-2 {
    margin-bottom: 34px;
    font-size: 1.38rem;
    line-height: 1.5;
  }
}

.sustain-container--bg {
  padding: 40px;
  background-color: #F3F4F9;
}
@media screen and (max-width: 960px) {
  .sustain-container--bg {
    padding: 40px 10px 40px;
  }
}

.sustain-container__inner {
  max-width: 1285px;
  margin-inline: auto;
  box-sizing: content-box;
}

.sustain-media-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media screen and (max-width: 960px) {
  .sustain-media-block {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.sustain-media-block__media img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .sustain-media-block__media {
    display: none;
  }
}

.sustain-media-block__list li {
  border-bottom: 1px solid #BFC3D3;
}
.sustain-media-block__list li:nth-child(1) {
  border-top: 1px solid #BFC3D3;
}
.sustain-media-block__list li a {
  position: relative;
  display: block;
  padding: 12px 34px 12px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.13rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .sustain-media-block__list li a {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.sustain-media-block__list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 16px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_03_3.svg) no-repeat;
}

.sustain-link-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 960px) {
  .sustain-link-list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

.sustain-link-list__link:hover .sustain-link-list__image img {
  opacity: 0.7;
  transition: 0.3s ease-out;
}

.sustain-link-list__body {
  display: flex;
  flex-direction: column;
}

.sustain-link-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .sustain-link-list__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.sustain-link-list__image {
  position: relative;
  order: 1;
  overflow: hidden;
}
.sustain-link-list__image img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-out;
}
.sustain-link-list__image.--border {
  border: 1px solid #D4D4D4;
}

.sustain-link-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 60px 35px;
}
@media screen and (max-width: 960px) {
  .sustain-link-block {
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 40px;
  }
}
.sustain-link-block .sustain-link-block__item__title {
  position: relative;
  margin: 0;
  padding: 13px 34px 12px 0;
  border-bottom: 1px solid #BFC3D3;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .sustain-link-block .sustain-link-block__item__title {
    padding: 11px 34px 10px 0;
  }
}
.sustain-link-block .sustain-link-block__item__title span {
  display: inline-block;
  font-size: 1.13rem;
  line-height: 1.6;
  font-weight: normal;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .sustain-link-block .sustain-link-block__item__title span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.sustain-link-block .sustain-link-block__item__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 16px;
  margin: auto 0;
  background: url(/common_2023/img/icon_arw_blue_03_3.svg) no-repeat;
}
@media screen and (max-width: 960px) {
  .sustain-link-block .sustain-link-block__item__title::after {
    width: 24px;
    height: 16px;
    background-size: 24px 16px;
  }
}

.sustain-link-block__item {
  display: flex;
  flex-direction: column;
}

.sustain-link-block__item__body {
  order: 2;
}

@media (any-hover: hover) {
  .sustain-link-block__item__link:hover span {
    text-decoration: underline;
  }
}

.sustain-link-block__item__image {
  order: 1;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.sustain-link-block__item__image img {
  width: 100%;
  height: auto;
}

.sustain-link-block__item__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 35px;
  margin-top: 17px;
}
@media screen and (max-width: 960px) {
  .sustain-link-block__item__list {
    margin-top: 15px;
  }
}
.sustain-link-block__item__list li {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .sustain-link-block__item__list li {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

.sustain-link-block__item__text {
  margin-top: 17px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 960px) {
  .sustain-link-block__item__text {
    margin-top: 15px;
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

.sustain-glance .sustain-glance__heading-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(11, 80, 207, 0.05);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sustain-glance .sustain-glance__heading-3 {
    padding: 6px;
  }
}
.sustain-glance .sustain-glance__heading-3 h3 {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #000;
}
.sustain-glance .sustain-glance__heading-4 {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sustain-glance .sustain-glance__heading-4 {
    display: none;
  }
}

.sustain-glance__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}
@media screen and (max-width: 960px) {
  .sustain-glance__items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.sustain-glance__items li {
  display: grid;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .sustain-glance__items li {
    gap: 20px;
  }
}

.sustain-glance__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 35px;
}
.sustain-glance__body::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: calc(50% - 12px);
  width: 24px;
  height: 16px;
  background: url(/common_2023/img/icon_arw_gray_01.svg) no-repeat;
}

.sustain-glance__before,
.sustain-glance__after {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.sustain-glance__text {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.6;
}
.sustain-glance__text.--lead {
  display: none;
}
@media screen and (max-width: 960px) {
  .sustain-glance__text.--lead {
    display: block;
    margin-bottom: 20px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #000;
    text-align: left;
  }
}
.sustain-glance__text.--before {
  margin-top: 4px;
}
.sustain-glance__text.--before strong {
  font-size: 2.13rem;
  line-height: 1.6;
}
.sustain-glance__text.--after {
  color: #171C8F;
}
.sustain-glance__text.--after strong {
  font-size: 2.38rem;
  line-height: 1.6;
}
.sustain-glance__text.--before strong, .sustain-glance__text.--after strong {
  font-weight: bold;
  font-style: normal;
}
.sustain-glance__text.--before span, .sustain-glance__text.--after span {
  margin-left: 2px;
}
.sustain-glance__text.--note {
  display: flex;
  justify-content: flex-end;
  color: #000;
  text-align: left;
}

.sustain-news .sustain-news-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sustain-news .sustain-news-title {
    font-size: 1.38rem;
    line-height: 1.5;
  }
}