@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* ===============================================
# IR TOP
=============================================== */
.l-irTop-news__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  row-gap: 30px;
}
@media (max-width: 767px) {
  .l-irTop-news__grid {
    grid-template-rows: repeat(3, auto);
    gap: 0;
  }
}
.l-irTop-news__ttl {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .l-irTop-news__ttl {
    grid-column: 1/3;
  }
}
.l-irTop-news__link {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
  align-self: end;
}
@media (max-width: 767px) {
  .l-irTop-news__link {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 20px;
  }
}
.l-irTop-news__news {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media (max-width: 767px) {
  .l-irTop-news__news {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.l-irTop-news__news .demo {
  background: #eee;
  width: 100%;
  height: 393px;
  display: block;
}

.c-ir-sitemap__box {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 28px;
}
@media (max-width: 767px) {
  .c-ir-sitemap__box {
    gap: 15px;
  }
}
.c-ir-sitemap__box > * {
  width: calc((100% - 56px) / 3 - 1px);
}
@media (max-width: 767px) {
  .c-ir-sitemap__box > * {
    width: 100%;
  }
}
.c-ir-sitemap__card {
  background: #fff;
  padding: 30px 30px 40px;
}
@media (max-width: 767px) {
  .c-ir-sitemap__card {
    padding: 20px 20px 30px;
  }
}
.c-ir-sitemap__h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 1.0526315789em;
}
@media (max-width: 767px) {
  .c-ir-sitemap__h3 {
    font-size: 1.6rem;
    margin-bottom: 1.25em;
  }
}
.c-ir-sitemap__h3-link {
  padding-right: 2.1052631579em;
  position: relative;
  text-decoration: none;
  color: #2E2E2E;
  display: inline-block;
  transition: 0.3s;
}
.c-ir-sitemap__h3-link:hover {
  color: #005ABE;
}
.c-ir-sitemap__h3-link:hover .c-ir-sitemap__arrow-in::before {
  animation: l-arrow-link 0.5s ease-in-out;
}
.c-ir-sitemap__arrow {
  width: 1.3684210526em;
  height: 1.3684210526em;
  background: #005ABE;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.c-ir-sitemap__arrow-in {
  position: relative;
  display: block;
  height: 100%;
  transition: 0.4s;
}
.c-ir-sitemap__arrow-in::before {
  content: "";
  display: inline-block;
  width: 0.5263157895em;
  height: 0.5263157895em;
  vertical-align: middle;
  background: #fff;
  mask-image: url(../img/arrow_large_white.svg);
  mask-repeat: no-repeat;
  mask-size: 0.5263157895em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .c-ir-sitemap__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
  }
}
@media (max-width: 767px) {
  .c-ir-sitemap__list li {
    line-height: 1.5;
    position: relative;
    padding-right: 28px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .c-ir-sitemap__list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #005ABE;
    transform: translateY(-50%) rotate(30deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    right: 8px;
  }
}
.c-ir-sitemap__list li:not(:first-child) {
  margin-top: 0.625em;
}
@media (max-width: 767px) {
  .c-ir-sitemap__list li:not(:first-child) {
    margin-top: 0;
  }
}
.c-ir-sitemap__list a {
  color: #2E2E2E;
}
.c-ir-sitemap__list a.--out-link {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.c-ir-sitemap__list a.--out-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/out_link.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-ir-sitemap__other {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-ir-sitemap__other {
    margin-top: 30px;
  }
}
.c-ir-sitemap__other-h3 {
  font-size: 2rem;
  margin-bottom: 1.1em;
}
@media (max-width: 767px) {
  .c-ir-sitemap__other-h3 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.c-ir-sitemap__other-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
@media (max-width: 1365px) {
  .c-ir-sitemap__other-box {
    gap: 20px 2.0497803807vw;
  }
}
@media (max-width: 767px) {
  .c-ir-sitemap__other-box {
    gap: 13px 16px;
  }
}
.c-ir-sitemap__other-box > * {
  width: calc((100% - 84px) / 4 - 1px);
}
@media (max-width: 1365px) {
  .c-ir-sitemap__other-box > * {
    width: calc((100% - 2.0497803807vw * 3) / 4 - 1px);
  }
}
@media (max-width: 767px) {
  .c-ir-sitemap__other-box > * {
    width: calc((100% - 16px) / 2 - 1px);
  }
}
.c-ir-sitemap__other-btn {
  display: flex;
  flex-direction: column;
}
.c-ir-sitemap__other-btn a {
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  color: #2E2E2E;
  overflow: hidden;
  z-index: 0;
  margin: auto;
  padding: 1.125em 0.9375em;
  font-weight: 500;
  letter-spacing: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-ir-sitemap__other-btn a {
    font-size: 1.3rem;
    padding: 0.625em 0.625em;
    min-height: 56px;
  }
}
.c-ir-sitemap__other-btn a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: rgb(223.6736842105, 228.8947368421, 236.7263157895);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.c-ir-sitemap__other-btn a:hover span::before {
  animation: arrow-right 0.5s ease-in-out;
}
.c-ir-sitemap__other-btn a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.c-ir-sitemap__other-btn span {
  position: relative;
  padding-right: 15px;
  display: block;
  width: 100%;
}
.c-ir-sitemap__other-btn span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: #2E2E2E;
  mask-image: url(../img/arrow_001.svg);
  mask-repeat: no-repeat;
  mask-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.c-ir-sitemap.--boxHighlight .c-ir-sitemap__card {
  background: #F3F5F8;
}
.c-ir-sitemap.--boxHighlight .c-ir-sitemap__card.drop-bule {
  box-shadow: none;
}
.c-ir-sitemap.--boxHighlight .c-ir-sitemap__other-btn a {
  background: #F3F5F8;
}

/* ===============================================
# IRニュース / IRライブラリ
=============================================== */
.c-library__post {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .c-library__post {
    margin-top: 40px;
  }
}

.library-link {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .library-link {
    gap: 14px 10px;
  }
}
.library-link__link {
  background: #F3F5F8;
  max-width: 100%;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  color: #2E2E2E;
  padding: 0.375em 1.25em;
  margin: auto;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .library-link__link {
    padding: 0.375em 1.1428571429em;
  }
}
.library-link__link:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: rgb(223.6736842105, 228.8947368421, 236.7263157895);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.library-link__link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.library-link__link.active {
  color: #fff;
  background: #005ABE;
  pointer-events: none;
}

/* ===============================================
# 中期経営計画
=============================================== */
.l-plan-num {
  background: #F3F5F8;
  padding: 30px clamp(20px, 2.9282576867vw, 40px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  .l-plan-num {
    gap: 10px;
    padding: 20px 6%;
  }
}
.l-plan-num > * {
  width: calc((100% - 40px) / 3 - 1px);
}
@media (max-width: 767px) {
  .l-plan-num > * {
    width: 100%;
  }
}
.l-plan-num__item {
  background: #fff;
  padding: 22px 20px 16px;
}
@media (max-width: 767px) {
  .l-plan-num__item {
    padding: 14px 6% 10px;
  }
}
.l-plan-num__ttl {
  display: table;
  margin: auto;
  color: #005ABE;
  padding: 0.375em 0.625em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  background: #F3F5F8;
}
.l-plan-num__text {
  display: table;
  margin: 20px auto 0;
  line-height: 1.4;
  color: #005ABE;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-plan-num__text {
    font-size: 1.6rem;
  }
}
.l-plan-num__text.--marker {
  padding: 0 0.1818181818em;
}
.l-plan-num__text.--marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #D3E0FD;
  position: absolute;
  top: auto;
  bottom: 0.2727272727em;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-plan-num__large {
  font-size: 5.2rem;
  font-weight: bold;
  color: #005ABE;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .l-plan-num__large {
    font-size: 4.2rem;
  }
}

.l-plan-bnr__link {
  position: relative;
  display: block;
  text-decoration: none;
  border: solid 2px #D1DCE9;
  padding: 64px clamp(30px, 4.0263543192vw, 55px) 61px;
  overflow: hidden;
  background: #F3F5F8;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-plan-bnr__link {
    padding: 30px 5.3333333333vw;
  }
}
.l-plan-bnr__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/plan_img006.png) no-repeat right 60%/clamp(470px, 49.0483162518vw, 670px);
  position: absolute;
  inset: 0;
  transition: 0.5s;
  z-index: -2;
}
@media (max-width: 767px) {
  .l-plan-bnr__link::before {
    background-size: 40vw;
  }
}
.l-plan-bnr__link:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: rgba(10, 51, 97, 0.1);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.l-plan-bnr__link:hover:before {
  transform: scale(1.05);
}
.l-plan-bnr__link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.l-plan-bnr__ttl {
  line-height: 1.5;
  font-size: 2.6rem;
  color: #2E2E2E;
}
@media (max-width: 767px) {
  .l-plan-bnr__ttl {
    font-size: 1.8rem;
  }
}
.l-plan-bnr__btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .l-plan-bnr__btn {
    margin-top: 16px;
  }
}
.l-plan-bnr__btn p {
  background: #fff;
  width: 195px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  color: #2E2E2E;
  font-weight: bold;
  padding: 1em 0.5em;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  font-size: 1.4rem;
  box-shadow: 0px 0px 12px 0px rgba(120, 199, 255, 0.1);
}
@media (max-width: 767px) {
  .l-plan-bnr__btn p {
    font-size: 1.3rem;
    padding: 0.7692307692em 0.5em;
    max-width: 170px;
  }
}
.l-plan-bnr__btn p:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/arrow_001.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 6.8181818182%;
  transform: translateY(-50%);
  z-index: 1;
}

.c-download-box {
  background: #F3F5F8;
  padding: 30px clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 767px) {
  .c-download-box {
    padding: 20px 6%;
  }
}
.c-download-box__item:not(:first-child) {
  margin-top: 16px;
}
.c-download-box__link {
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  .c-download-box__link:hover .c-download-box__ttl span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.c-download-box__wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-download-box__date {
  width: 124px;
}
@media (max-width: 767px) {
  .c-download-box__date {
    width: 100%;
  }
}
.c-download-box__date-text {
  font-family: "Roboto", sans-serif;
  color: #0A3361;
}
.c-download-box__text {
  width: calc(100% - 124px);
}
@media (max-width: 767px) {
  .c-download-box__text {
    width: 100%;
  }
}
.c-download-box__ttl {
  display: inline-block;
  margin-right: clamp(15px, 1.4641288433vw, 20px);
}
.c-download-box__ttl span {
  display: block;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.8rem);
  font-weight: bold;
  line-height: 1.5;
  color: #005ABE;
  background-image: linear-gradient(#005ABE, #005ABE);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: color 0.3s, background-size 0.3s;
}
.c-download-box__pdf {
  display: inline-block;
  margin-right: clamp(6px, 0.5856515373vw, 8px);
}
.c-download-box__pdf span {
  display: block;
  background: #fff;
  color: #005ABE;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-size: clamp(1.1rem, 1.0248901903vw, 1.6rem);
  font-weight: 600;
  border-radius: 50px;
  padding: 2px 20px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.c-download-box__size {
  display: inline-block;
}
.c-download-box__size span {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #0A3361;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.6rem);
  padding-top: 2px;
  font-weight: normal;
  line-height: 1.5;
}

/* ===============================================
# 主な事業内容
=============================================== */
.l-main-bs-head {
  padding: 55px 6%;
  position: relative;
  background: url(../img/main_business_img001.jpg) no-repeat center center/cover;
  z-index: 0;
  outline-offset: -7px;
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .l-main-bs-head {
    padding: 40px 6%;
  }
}
.l-main-bs-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(13, 65, 98) 0%, rgb(29, 142, 196) 100%);
  opacity: 0.7;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-main-bs-head__ttl {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-main-bs-head__ttl {
    font-size: 2rem;
  }
}

.l-main-bs-service > div:not(:first-of-type) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .l-main-bs-service > div:not(:first-of-type) {
    margin-top: 20px;
  }
}
.l-main-bs-service__item {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(60, 81, 96, 0.16);
  padding: 30px 40px 40px;
}
@media (max-width: 767px) {
  .l-main-bs-service__item {
    padding: 20px 6% 30px;
  }
}
.l-main-bs-service__ttl {
  font-size: 2.2rem;
  padding: 0.1818181818em 0 0.1818181818em 2.6363636364em;
}
@media (max-width: 767px) {
  .l-main-bs-service__ttl {
    font-size: 1.8rem;
  }
}
.l-main-bs-service__ttl.no1 {
  background: url(../img/main_business_icon001.svg) no-repeat left center/2em;
}
.l-main-bs-service__ttl.no2 {
  background: url(../img/main_business_icon002.svg) no-repeat left center/2em;
}
.l-main-bs-service__ttl.no3 {
  background: url(../img/main_business_icon003.svg) no-repeat left center/2em;
}
.l-main-bs-service__sub {
  padding: 0.25em 0.625em;
  display: table;
  background: #F3F5F8;
  font-weight: 500;
  margin-top: 1.375em;
}
.l-main-bs-service__list {
  margin-top: 25px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
}
@media (max-width: 767px) {
  .l-main-bs-service__list {
    margin-top: 20px;
    padding-left: 5px;
  }
}
.l-main-bs-service__list li {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .l-main-bs-service__list li {
    font-size: 1.4rem;
  }
}
.l-main-bs-service__list li:not(:first-child) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-main-bs-service__list li.col2 {
    width: calc((100% - 20px) / 2 - 1px);
  }
}
.l-main-bs-service__company {
  background: #F3F5F8;
  padding: 30px 40px 36px;
}
@media (max-width: 767px) {
  .l-main-bs-service__company {
    padding: 20px 6% 30px;
  }
}
.l-main-bs-service__company-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005ABE;
  margin-bottom: 0.8888888889em;
}
.l-main-bs-service__company-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .l-main-bs-service__company-list {
    gap: 10px 16px;
  }
}

.l-main-bs-tec {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 35px;
}
@media (max-width: 1365px) {
  .l-main-bs-tec {
    gap: 30px 2.5622254758vw;
  }
}
@media (max-width: 767px) {
  .l-main-bs-tec {
    gap: 20px 10px;
  }
}
.l-main-bs-tec > * {
  width: calc((100% - 105px) / 4 - 1px);
}
@media (max-width: 1365px) {
  .l-main-bs-tec > * {
    width: calc((100% - 2.5622254758vw * 3) / 4 - 1px);
  }
}
@media (max-width: 767px) {
  .l-main-bs-tec > * {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
.l-main-bs-tec__item figcaption {
  margin-top: 0.8125em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-main-bs-tec__item figcaption {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}

/* ===============================================
# 株主還元ポリシー
=============================================== */
@media (min-width: 768px) {
  .l-return-box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .l-return-box__img {
    width: 40.1818181818%;
  }
}
@media (max-width: 767px) {
  .l-return-box__img {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .l-return-box__text {
    width: 59.8181818182%;
    padding-right: clamp(34px, 4.6852122987vw, 64px);
  }
}

.l-return-num {
  background: #F3F5F8;
  padding: 30px clamp(20px, 2.9282576867vw, 40px);
}
@media (max-width: 767px) {
  .l-return-num {
    padding: 20px 6%;
  }
}
.l-return-num__item {
  background: #fff;
  padding: 22px 20px 16px;
}
@media (max-width: 767px) {
  .l-return-num__item {
    padding: 14px 6% 10px;
  }
}
.l-return-num__ttl {
  margin: auto;
  color: #005ABE;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .l-return-num__ttl {
    font-size: 1.8rem;
  }
}
.l-return-num__small {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-return-num__small {
    font-size: 1.4rem;
  }
}
.l-return-num__text {
  display: table;
  margin: 20px auto 0;
  line-height: 1.4;
  color: #005ABE;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-return-num__text {
    font-size: 1.6rem;
  }
}
.l-return-num__text.--marker {
  padding: 0 0.1818181818em;
}
.l-return-num__text.--marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #D3E0FD;
  position: absolute;
  top: auto;
  bottom: 0.2727272727em;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-return-num__large {
  font-size: 5.2rem;
  font-weight: bold;
  color: #005ABE;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .l-return-num__large {
    font-size: 4.2rem;
  }
}

/* ===============================================
# 事業等のリスク
=============================================== */
.l-risk-ac__inner:not(:first-of-type) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .l-risk-ac__inner:not(:first-of-type) {
    margin-top: 16px;
  }
}
.l-risk-ac__white {
  background: #fff;
  padding: 20px 30px 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .l-risk-ac__white {
    padding: 14px 4% 20px;
    font-size: 1.4rem;
  }
}
.l-risk-ac__h3.c-h3-line {
  line-height: 1.6;
}
.l-risk-ac__h3.c-h3-line::before {
  top: 0.8em;
}
.l-risk-ac .c-accordion__box {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .l-risk-ac .c-accordion__box {
    padding-bottom: 20px;
  }
}

/* ===============================================
# ヴィッツ技術の活用事例
=============================================== */
.c-locationList {
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.c-locationList li {
  position: absolute;
}
.c-locationList .modal-open {
  text-decoration: none;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #005ABE;
  line-height: 1.5;
  padding: 10px 58px 10px 16px;
  border-radius: 4px;
  position: relative;
  border: solid 1px #005ABE;
  display: table;
  z-index: 0;
  transition: 0.3s;
}
.c-locationList .modal-open:hover {
  background: #005ABE;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1365px) {
  .c-locationList .modal-open {
    font-size: 0.9516837482vw;
    padding: 0.7320644217vw 4.2459736457vw 0.7320644217vw 1.1713030747vw;
    border-radius: 0.2928257687vw;
  }
}
@media (max-width: 999px) {
  .c-locationList .modal-open {
    font-size: 10px;
    padding: 7px 42px 7px 11px;
  }
}
@media (max-width: 767px) {
  .c-locationList .modal-open {
    font-size: 2.7379400261vw;
    padding: 2.6075619296vw 10.2998696219vw 2.6075619296vw 2.6075619296vw;
    border-radius: 1.0430247718vw;
  }
}
.c-locationList .modal-open::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/technology_toggle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1365px) {
  .c-locationList .modal-open::before {
    width: 1.6105417277vw;
    height: 1.6105417277vw;
  }
}
@media (max-width: 999px) {
  .c-locationList .modal-open::before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .c-locationList .modal-open::before {
    width: 5.9973924381vw;
    height: 5.9973924381vw;
  }
}
.c-locationList .modal-open::after {
  content: "";
  display: block;
  width: 100%;
  height: 39px;
  background: url(../img/technology_allow.svg) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 1365px) {
  .c-locationList .modal-open::after {
    height: 2.8550512445vw;
  }
}
@media (max-width: 999px) {
  .c-locationList .modal-open::after {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .c-locationList .modal-open::after {
    background: url(../img/sp_technology_allow.svg) no-repeat center/contain;
    height: 6.7796610169vw;
  }
}
.c-locationList .modal-open.reverse:after {
  transform: translateX(-50%) rotate(180deg);
  top: auto;
  bottom: 100%;
}

.l-tec-modal__item:not(:last-of-type) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: solid 1px #D1DCE9;
}
@media (max-width: 767px) {
  .l-tec-modal__item:not(:last-of-type) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.l-tec-modal__ttl {
  font-size: 2rem;
  text-align: center;
  color: #005ABE;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-tec-modal__ttl {
    font-size: 1.6rem;
  }
}

.l-tec-illust {
  position: relative;
}
.l-tec-illust__list .safety {
  top: 67.5229357798%;
  left: 13.3636363636%;
}
@media (max-width: 767px) {
  .l-tec-illust__list .safety {
    top: 72.6153846154%;
    left: 5.8309037901%;
  }
}
.l-tec-illust__list .power {
  top: 21.8348623853%;
  left: 31.2727272727%;
}
@media (max-width: 767px) {
  .l-tec-illust__list .power {
    top: 18.7692307692%;
    left: 2.915451895%;
  }
}
.l-tec-illust__list .security {
  top: 7.3394495413%;
  left: 48.4545454545%;
}
@media (max-width: 767px) {
  .l-tec-illust__list .security {
    top: 3.3846153846%;
    left: 37.9008746356%;
  }
}
.l-tec-illust__list .charger {
  top: 20.3669724771%;
  left: 63%;
}
@media (max-width: 767px) {
  .l-tec-illust__list .charger {
    top: 18.4615384615%;
    left: 68.5131195335%;
  }
}
.l-tec-illust__list .entry {
  top: 72.2935779817%;
  left: 46.5454545455%;
}
@media (max-width: 767px) {
  .l-tec-illust__list .entry {
    top: 52.3076923077%;
    left: 54.2274052478%;
  }
}
.l-tec-illust__img img {
  width: 100%;
  display: block;
}

.l-tec-illust-2 {
  position: relative;
}
.l-tec-illust-2__list .simulation {
  top: 29.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .l-tec-illust-2__list .simulation {
    top: 29.1666666667%;
  }
}
.l-tec-illust-2__img img {
  width: 100%;
  display: block;
}

/* ===============================================
# 業績ハイライト
=============================================== */
.l-highlight__box {
  margin-top: clamp(70px, 5.8565153734vw, 90px);
}
@media (max-width: 767px) {
  .l-highlight__box {
    margin-top: 60px;
  }
}

/* ===============================================
# よくあるご質問
=============================================== */
.l-faq__item:not(:first-child) {
  margin-top: 10px;
}
.l-faq__q {
  position: relative;
  background: #F3F5F8;
  padding: 18px 20px 18px 62px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-faq__q {
    padding: 14px 16px 14px 52px;
  }
}
.l-faq__q::before {
  content: "Q.";
  display: block;
  color: #005ABE;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  position: absolute;
  left: 20px;
  top: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-faq__q::before {
    font-size: 2.2rem;
    left: 16px;
    top: 14px;
  }
}
.l-faq__a {
  position: relative;
  background: #fff;
  padding: 18px 20px 18px 62px;
}
@media (max-width: 767px) {
  .l-faq__a {
    padding: 14px 16px 14px 52px;
  }
}
.l-faq__a::before {
  content: "A.";
  display: block;
  color: #0A3361;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  position: absolute;
  left: 20px;
  top: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-faq__a::before {
    font-size: 2.2rem;
    left: 16px;
    top: 14px;
  }
}

/* ===============================================
# IRカレンダー
=============================================== */
@media (max-width: 767px) {
  .l-calendar__img img {
    display: block;
    margin: auto;
  }
  .l-calendar__img img:not(:first-of-type) {
    margin-top: 20px;
  }
}
.l-calendar__list {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .l-calendar__list {
    margin-top: 50px;
  }
}
