@charset "UTF-8";
/**
 * イージングプロパティ
 * https://github.com/dmnsgn/sass-easing
 */
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * Google Fonts の読み込み
 * @param {string} $family - フォント名（要URLエンコード）
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Noto Sans JP
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Noto Serif JP
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Lato
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Roboto
 * @param {array} [$weights:(400)] - ウェイト
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
/**
 * 三角形
 * @param {string} $direction - 三角の向き 上:T / 下:B / 左:L / 右:R
 * @param {number} $w - 幅
 * @param {number} $h - 高さ
 * @param {string} $color - 色
 */
/**
 * ローディングアニメーション
 * @param {number} $size - 円のサイズ
 * @param {number} $thickness - 円の枠線の太さ
 * @param {string} $backcolor - 円の色
 * @param {string} $forecolor - 円の強調色
 * @param {string} [$duration=1] - アニメーションのスピード（単位は秒:s）
 */
.about-page .common__heading--wrapper {
  position: relative;
}
.about-page .common__heading--wrapper::before {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6em;
}
@media screen and (min-width: 768px) {
  .about-page .common__heading--wrapper::before {
    font-size: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .common__heading--wrapper::before {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .common__heading--wrapper::before {
    font-size: 19.2vw;
  }
}
.about-page .headline {
  background: #F4F4F7;
}
@media screen and (min-width: 768px) {
  .about-page .headline {
    padding-top: 6.588579795vw;
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .headline {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .headline {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .headline {
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
}
.about-page .headline .headline__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-page .headline .headline__heading {
    width: 33.4553440703vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .headline .headline__heading {
    width: 457px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .headline .headline__heading {
    width: 89.3333333333vw;
  }
}
.about-page .headline .headline__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page .headline .headline__text {
    font-size: 1.1713030747vw;
    margin-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .headline .headline__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .headline .headline__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .headline .headline__text {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .localNav {
    padding-top: 2.9282576867vw;
    padding-bottom: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .localNav {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .localNav {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .localNav .localNav__list {
    display: flex;
    justify-content: center;
    gap: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .localNav .localNav__list {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .localNav .localNav__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .about-page .localNav .localNav__item {
    width: 50%;
    height: 13.3333333333vw;
  }
  .about-page .localNav .localNav__item:not(:nth-child(-n+2)) {
    border-top: 1px solid #D5D5D5;
  }
  .about-page .localNav .localNav__item:nth-child(2n) {
    border-left: 1px solid #D5D5D5;
  }
}
.about-page .localNav .localNav__link {
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .about-page .localNav .localNav__link {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .localNav .localNav__link {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-page .localNav .localNav__link:hover {
    color: #00AEAC;
  }
}
@media screen and (max-width: 767px) {
  .about-page .localNav .localNav__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.4666666667vw;
  }
}
.about-page .localNav .localNav__link i {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about-page .localNav .localNav__link i {
    margin-left: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .localNav .localNav__link i {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .localNav .localNav__link i {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision {
    background: url(../img/about/vision_bg.jpg) no-repeat center/cover;
    padding-top: 10.980966325vw;
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
    background: url(../img/about/vision_bg.sp.jpg) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision .vision__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-page .vision .vision__heading--wrapper {
  display: flex;
  justify-content: center;
}
.about-page .vision .vision__heading--wrapper::before {
  color: rgba(255, 255, 255, 0.2);
  content: "VISION";
}
.about-page .vision .vision__heading {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision .vision__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--wrapper {
    margin-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision .vision__column--wrapper {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column:not(:first-of-type) {
    margin-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision .vision__column:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--image {
    width: 36.6032210835vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--image {
    width: 500px;
  }
}
.about-page .vision .vision__column--contents {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--contents {
    width: 40.2635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--contents {
    width: 550px;
  }
}
.about-page .vision .vision__column--title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision .vision__column--title {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--title + .vision__column--text {
    margin-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--title + .vision__column--text {
    margin-top: 30px;
  }
}
.about-page .vision .vision__column--text {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .vision .vision__column--text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .vision .vision__column--text:not(:first-of-type) {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .vision .vision__column--text:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .service {
    padding-top: 10.980966325vw;
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .service .service__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .service__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-page .service .service__heading--wrapper {
  display: flex;
  justify-content: center;
}
.about-page .service .service__heading--wrapper::before {
  color: rgba(13, 57, 148, 0.1);
  content: "SERVICE";
}
.about-page .service .service__heading {
  color: #0D3994;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about-page .service .service__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .service__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .service .service__lead--wrapper {
    margin-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__lead--wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .service__lead--wrapper {
    margin-top: 8vw;
  }
}
.about-page .service .service__lead--title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page .service .service__lead--title {
    font-size: 1.4641288433vw;
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__lead--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__lead--title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .service__lead--title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.about-page .service .service__lead--text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page .service .service__lead--text {
    font-size: 1.1713030747vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__lead--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__lead--text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .service__lead--text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.about-page .service .service__banner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-page .service .service__banner {
    margin-inline: auto;
    width: 80.5270863836vw;
    margin-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__banner {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .service__banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .service__banner {
    margin-top: 10.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-page .service .service__banner--link:hover .cmn-btn {
    border: 2px solid #fff;
  }
  .about-page .service .service__banner--link:hover .cmn-btn:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .about-page .service .service__banner--link:hover .cmn-btn::after {
    color: #fff;
  }
  .about-page .service .service__banner--link:hover .cmn-btn .link {
    color: #fff;
  }
}
.about-page .service .cmn-btn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about-page .service .cmn-btn {
    right: 6.588579795vw;
    bottom: 5.8565153734vw;
    width: 21.5959004392vw;
    height: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .cmn-btn {
    right: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .cmn-btn {
    bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .cmn-btn {
    width: 295px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .service .cmn-btn {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .service .cmn-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 8vw;
    width: 78.6666666667vw;
    height: 16vw;
  }
}
.about-page .strength {
  background: #F4F4F7;
}
@media screen and (min-width: 768px) {
  .about-page .strength {
    padding-top: 10.980966325vw;
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength {
    padding-top: 21.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__inner {
    width: 80.5270863836vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__inner {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-page .strength .strength__heading--wrapper::before {
  left: 0;
  transform: translateX(0);
  color: rgba(13, 57, 148, 0.1);
  content: "STRENGTH";
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__heading--wrapper::before {
    font-size: 17.0666666667vw;
  }
}
.about-page .strength .strength__heading {
  font-weight: bold;
  color: #0D3994;
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__text {
    font-size: 1.1713030747vw;
    margin-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__text {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 2.9282576867vw;
    column-gap: 2.9282576867vw;
    row-gap: 5.8565153734vw;
    margin-top: 8.0527086384vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__list {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__list {
    row-gap: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__list {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__list {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item {
    width: 38.7994143485vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__item {
    padding-top: 8vw;
    padding-bottom: 8vw;
    border-top: 1px solid #D5D5D5;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item:nth-child(even) {
    margin-top: -4.0263543192vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item:nth-child(even) {
    margin-top: -55px;
  }
}
.about-page .strength .strength__item--heading {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item--point {
    width: 4.6852122987vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--point {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__item--point {
    width: 12.5333333333vw;
  }
}
.about-page .strength .strength__item--headingText {
  font-weight: bold;
  color: #0D3994;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item--headingText {
    font-size: 1.756954612vw;
    padding-left: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--headingText {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--headingText {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__item--headingText {
    font-size: 5.3333333333vw;
    padding-left: 5.8666666667vw;
  }
}
.about-page .strength .strength__item--headingText::before {
  position: absolute;
  content: "";
  display: block;
  background: #0D3994;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item--headingText::before {
    width: 2px;
    height: 4.39238653vw;
    left: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--headingText::before {
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--headingText::before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__item--headingText::before {
    width: 1px;
    height: 13.8666666667vw;
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item--slider {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--slider {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__item--slider {
    margin-top: 5.3333333333vw;
  }
}
.about-page .strength .strength__item--text {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .about-page .strength .strength__item--text {
    font-size: 1.1713030747vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .strength__item--text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .strength__item--text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .splide__pagination {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .splide__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .splide__pagination {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .strength .splide__pagination li:not(:first-of-type) {
    margin-left: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .splide__pagination li:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .splide__pagination li:not(:first-of-type) {
    margin-left: 4vw;
  }
}
.about-page .strength .splide__pagination__page {
  background: #fff;
  border: 1px solid #00AEAC;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .about-page .strength .splide__pagination__page {
    width: 0.878477306vw;
    height: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .splide__pagination__page {
    width: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .strength .splide__pagination__page {
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .strength .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.about-page .strength .splide__pagination__page.is-active {
  background: #00AEAC;
}
@media screen and (min-width: 768px) {
  .about-page .data {
    padding-top: 10.980966325vw;
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-page .data .data__heading--wrapper {
  display: flex;
  justify-content: center;
}
.about-page .data .data__heading--wrapper::before {
  color: rgba(13, 57, 148, 0.1);
  content: "DATA";
}
.about-page .data .data__heading {
  font-weight: bold;
  color: #0D3994;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .data .data__list {
    width: 80.5270863836vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4641288433vw;
    margin-top: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__list {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__list {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.9333333333vw;
    margin-top: 8vw;
  }
}
.about-page .data .data__item {
  background-color: #F4F4F7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item {
    justify-content: center;
    border-radius: 0.7320644217vw;
    width: 25.8418740849vw;
    height: 22.4743777452vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item {
    width: 353px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item {
    height: 307px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item:nth-child(3n+1) {
    margin-top: -4.7584187408vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item:nth-child(3n+1) {
    margin-top: -65px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item:nth-child(3n+3) {
    margin-top: -4.7584187408vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item:nth-child(3n+3) {
    margin-top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item {
    justify-content: flex-start;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    width: 43.2vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--image {
    width: 10.6666666667vw;
  }
}
.about-page .data .data__item--title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--title {
    font-size: 1.4641288433vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--title {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.about-page .data .data__item--number {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--number {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--number {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--number {
    font-size: 3.7333333333vw;
  }
}
.about-page .data .data__item--number em {
  color: #00AEAC;
  position: relative;
  top: 0.15em;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--number em {
    margin-right: 0.3660322108vw;
    font-size: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--number em {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--number em {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--number em {
    font-size: 10.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--text {
    font-size: 0.9516837482vw;
    margin-top: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--text {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--text {
    text-align: center;
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--notice {
    font-size: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--notice {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--notice {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--flex {
    display: flex;
    align-items: center;
    padding-bottom: 0.7320644217vw;
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--flex {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--flex {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-page .data .data__item--numberWrapper {
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--numberWrapper {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--numberWrapper {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--numberWrapper {
    font-size: 3.7333333333vw;
  }
}
.about-page .data .data__item--border {
  width: 1px;
  background: #D5D5D5;
  transform: translateY(25%);
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--border {
    height: 3.4407027818vw;
    margin-inline: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--border {
    height: 47px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--border {
    margin-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--border {
    width: 32.5333333333vw;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.4666666667vw;
  }
}
.about-page .data .data__item--numberSmall {
  display: flex;
  align-items: flex-end;
}
.about-page .data .data__item--numberSmall em {
  color: #00AEAC;
  position: relative;
  top: 0.15em;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--numberSmall em {
    margin-left: 0.3660322108vw;
    margin-right: 0.3660322108vw;
    font-size: 4.0995607613vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--numberSmall em {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--numberSmall em {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--numberSmall em {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--numberSmall em {
    font-size: 10.6666666667vw;
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.about-page .data .data__item--textSmall {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .about-page .data .data__item--textSmall {
    margin-top: 0.7320644217vw;
    font-size: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--textSmall {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .data .data__item--textSmall {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .data .data__item--textSmall {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .overview {
    background: linear-gradient(125deg, #04c4c2 0%, #2c96cb 49.26%, #0c48c3 100%);
    padding-top: 10.980966325vw;
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
    background: linear-gradient(#04c4c2 0%, #2c96cb 49.26%, #0c48c3 100%);
  }
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__inner {
    width: 68.0819912152vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__inner {
    width: 930px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.about-page .overview .overview__heading--wrapper {
  display: flex;
  justify-content: center;
}
.about-page .overview .overview__heading--wrapper::before {
  color: rgba(255, 255, 255, 0.2);
  content: "OVERVIEW";
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__heading--wrapper::before {
    font-size: 17.0666666667vw;
  }
}
.about-page .overview .overview__heading {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__heading {
    font-size: 7.4666666667vw;
  }
}
.about-page .overview .overview__list--wrapper {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__list--wrapper {
    margin-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list--wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__list--wrapper {
    margin-top: 8vw;
  }
}
.about-page .overview .overview__list {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__list {
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
    padding-left: 4.39238653vw;
    padding-right: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__list {
    padding-left: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}
.about-page .overview .overview__list--title {
  font-weight: bold;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__list--title {
    width: 16.8374816984vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list--title {
    width: 230px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list--title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__list--title {
    flex-shrink: 0;
    width: 28.8vw;
    font-size: 3.7333333333vw;
  }
}
.about-page .overview .overview__list--contnts {
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__list--contnts {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list--contnts {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__list--contnts {
    font-size: 3.7333333333vw;
  }
}
.about-page .overview .overview__list--contnts .indent {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about-page .overview .overview__list--contnts .indent {
    width: 9.8828696925vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .overview .overview__list--contnts .indent {
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .overview .overview__list--contnts .indent {
    width: 32.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location {
    padding-top: 10.980966325vw;
    padding-bottom: 8.78477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.about-page .location .location__heading--wrapper {
  display: flex;
  justify-content: center;
}
.about-page .location .location__heading--wrapper::before {
  color: rgba(13, 57, 148, 0.1);
  content: "LOCATION";
}
@media screen and (max-width: 767px) {
  .about-page .location .location__heading--wrapper::before {
    font-size: 17.0666666667vw;
  }
}
.about-page .location .location__heading {
  font-weight: bold;
  color: #0D3994;
}
@media screen and (min-width: 768px) {
  .about-page .location .location__heading {
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__heading {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__flex {
    margin-top: 8vw;
  }
}
.about-page .location .location__map {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map {
    width: 40.2635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map {
    width: 550px;
  }
}
.about-page .location .location__list--wrapper {
  border: 1px solid #00AEAC;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .about-page .location .location__list--wrapper {
    width: 38.0673499268vw;
    height: 47.9502196193vw;
    border-radius: 0.7320644217vw;
    padding-top: 1.8301610542vw;
    padding-bottom: 0.7320644217vw;
    margin-left: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__list--wrapper {
    width: 520px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__list--wrapper {
    height: 655px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__list--wrapper {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__list--wrapper {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__list--wrapper {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__list--wrapper {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__list--wrapper {
    margin-top: 2.6666666667vw;
    margin-right: auto;
    margin-left: auto;
    width: 89.3333333333vw;
    height: 90.6666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__item {
    padding-left: 2.9282576867vw;
    padding-right: 2.9282576867vw;
    padding-top: 1.0980966325vw;
    padding-bottom: 1.0980966325vw;
    transition: background-color 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__item:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-page .location .location__item:hover {
    background: #F4F4F7;
  }
  .about-page .location .location__item:hover .location__item--branch .icon-point {
    color: #E30909;
  }
}
.about-page .location .location__item--branch {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about-page .location .location__item--branch {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item--branch {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__item--branch {
    font-size: 3.7333333333vw;
  }
}
.about-page .location .location__item--branch .icon-point {
  color: #D5D5D5;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .about-page .location .location__item--branch .icon-point {
    font-size: 1.756954612vw;
    margin-left: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item--branch .icon-point {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item--branch .icon-point {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__item--branch .icon-point {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__item--address {
    font-size: 1.1713030747vw;
    margin-top: 0.3660322108vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item--address {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item--address {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__item--address {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.about-page .location .location__item--google {
  color: #00AEAC;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .about-page .location .location__item--google {
    transition: color 0.3s ease;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__item--google {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__item--google {
    font-size: 3.4666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-page .location .location__item--google:hover {
    color: #0D3994;
  }
}
@-webkit-keyframes bound {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin {
    color: #E30909;
    position: absolute;
    width: 2.9282576867vw;
    height: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin {
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin.is-anime {
    -webkit-animation: bound 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    animation: bound 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=本社] {
    right: 13.9092240117vw;
    bottom: 12.0058565154vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=本社] {
    right: 190px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=本社] {
    bottom: 164px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=呉本店] {
    left: 6.2957540264vw;
    bottom: 8.0527086384vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=呉本店] {
    left: 86px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=呉本店] {
    bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=広島本店] {
    left: 5.710102489vw;
    bottom: 8.4187408492vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=広島本店] {
    left: 78px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=広島本店] {
    bottom: 115px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=東京支店] {
    right: 13.9092240117vw;
    bottom: 12.0058565154vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=東京支店] {
    right: 190px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=東京支店] {
    bottom: 164px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=大阪支店] {
    left: 13.3235724744vw;
    bottom: 9.0043923865vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=大阪支店] {
    left: 182px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=大阪支店] {
    bottom: 123px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=福山支店] {
    left: 7.3206442167vw;
    bottom: 8.4187408492vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=福山支店] {
    left: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=福山支店] {
    bottom: 115px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=松山営業所] {
    left: 6.7349926794vw;
    bottom: 6.5153733529vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=松山営業所] {
    left: 92px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=松山営業所] {
    bottom: 89px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=浜田営業所] {
    left: 5.4904831625vw;
    bottom: 9.9560761347vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=浜田営業所] {
    left: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=浜田営業所] {
    bottom: 136px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=ハノイ駐在員事務所] {
    left: 9.1508052709vw;
    top: 2.5622254758vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=ハノイ駐在員事務所] {
    left: 125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=ハノイ駐在員事務所] {
    top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .about-page .location .location__map--pin[data-place=黒瀬機材センター] {
    left: 6.4421669107vw;
    bottom: 8.2723279649vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=黒瀬機材センター] {
    left: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .location .location__map--pin[data-place=黒瀬機材センター] {
    bottom: 113px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .location .location__map--pin {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-page .faq__wrapper {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .about-page .faq__wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .faq__wrapper {
    margin-top: 8vw;
  }
}
.about-page *:has(.anchor) {
  position: relative;
}
.about-page .anchor {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .about-page .anchor {
    top: -75px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .anchor {
    top: -60px;
  }
}