@charset "UTF-8";
/*!
Theme Name: asap-net
Description: 株式会社アサップ コーポレートサイト用テーマ（_s ベース）
Author: 株式会社アサップ
Version: 1.0.0
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asap-net
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 60px;
  }
}
html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  margin-top: 92px;
}
@media (max-width: 991px) {
  body {
    margin-top: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.site {
  overflow: hidden;
}

.py__bass {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .py__bass {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.py__L {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .py__L {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .py__L {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.layout__width {
  max-width: 1460px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .layout__width {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.layout__width__S {
  max-width: 1190px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: 0 auto;
}

.bg__primary {
  background-color: #F3F3F3;
  background-size: cover;
}

.bg__light-blue {
  background-color: #E8F0FA;
  background-size: cover;
}

.bg__illustration {
  background-image: url(../images/bg-illustration.png);
  background-size: 100% auto;
  background-repeat: repeat;
}
.bg__illustration.bg__illustration-02 {
  background-image: url(../images/bg-illustration-02.png);
}

.bg__translucent-card {
  backdrop-filter: blur(2.5px);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.15);
}

.bg__metallic {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, 0.2)), to(rgba(245, 245, 245, 0.2))), url(../images/bg-metallic.png) lightgray 50%;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0.2) 100%), url(../images/bg-metallic.png) lightgray 50%;
  background-size: 100%;
}

.bg__lattice {
  background-color: #F3F3F3;
  background-image: linear-gradient(0deg, rgba(0, 21.25, 42.5, 0.12) 0, rgba(0, 21.25, 42.5, 0.12) 1px, transparent 1px, transparent 100%), linear-gradient(90deg, rgba(0, 21.25, 42.5, 0.12) 0, rgba(0, 21.25, 42.5, 0.12) 1px, transparent 1px, transparent 100%);
  background-size: 45px 45px;
  background-repeat: repeat;
  background-position: center center;
  background-blend-mode: plus-darker, normal;
}
.bg__lattice.bg__lattice-02 {
  background-color: #E8F0FA;
}

.text__shadow {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}

.common_list {
  list-style: disc;
  padding-left: calc(1em + 5px);
  margin: 10px 0;
}
.common_list li::marker {
  color: #0F4C94;
}

.color-red {
  color: #ea3d3d;
}

.common_description {
  padding: 20px 25px;
  background-color: #f6f6f6;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
  margin-top: 15px;
}
.common_description p {
  margin: 0;
}
.common_description p + p {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .common_description {
    padding: 10px;
    margin-top: 10px;
  }
}
.common_description.white {
  background-color: #fff;
}
.common_description b,
.common_description strong {
  font-weight: bold;
}

.link__note {
  display: inline-block;
  color: #ea3d3d;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .link__note {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .link__note {
    font-size: 20px;
  }
}
.link__note::before {
  content: "※";
  left: 0;
  top: 0;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .link__note::before {
    margin-right: 10px;
  }
}
.link__note.display-block {
  display: block;
}
.link__note.padding-x {
  padding-left: 15px;
  padding-right: 15px;
}
.link__note.margin-bottom {
  margin-bottom: 15px;
}
.link__note.center {
  text-align: center;
}
.link__note.white {
  color: #fff;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display-flex.gap {
  gap: 10px;
}

@media (min-width: 576px) {
  .u-hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

.u-show-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .u-show-sm-up {
    display: revert !important;
  }
}

.u-show-sm-down {
  display: none !important;
}
@media (max-width: 575px) {
  .u-show-sm-down {
    display: revert !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

.u-show-md-up {
  display: none !important;
}
@media (min-width: 768px) {
  .u-show-md-up {
    display: revert !important;
  }
}

.u-show-md-down {
  display: none !important;
}
@media (max-width: 767px) {
  .u-show-md-down {
    display: revert !important;
  }
}

@media (min-width: 992px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .u-hidden-lg-down {
    display: none !important;
  }
}

.u-show-lg-up {
  display: none !important;
}
@media (min-width: 992px) {
  .u-show-lg-up {
    display: revert !important;
  }
}

.u-show-lg-down {
  display: none !important;
}
@media (max-width: 991px) {
  .u-show-lg-down {
    display: revert !important;
  }
}

@media (min-width: 1200px) {
  .u-hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .u-hidden-xl-down {
    display: none !important;
  }
}

.u-show-xl-up {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-show-xl-up {
    display: revert !important;
  }
}

.u-show-xl-down {
  display: none !important;
}
@media (max-width: 1199px) {
  .u-show-xl-down {
    display: revert !important;
  }
}

@media (min-width: 1460px) {
  .u-hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1459px) {
  .u-hidden-xxl-down {
    display: none !important;
  }
}

.u-show-xxl-up {
  display: none !important;
}
@media (min-width: 1460px) {
  .u-show-xxl-up {
    display: revert !important;
  }
}

.u-show-xxl-down {
  display: none !important;
}
@media (max-width: 1459px) {
  .u-show-xxl-down {
    display: revert !important;
  }
}

@media (min-width: 1800px) {
  .u-hidden-3xl-up {
    display: none !important;
  }
}

@media (max-width: 1799px) {
  .u-hidden-3xl-down {
    display: none !important;
  }
}

.u-show-3xl-up {
  display: none !important;
}
@media (min-width: 1800px) {
  .u-show-3xl-up {
    display: revert !important;
  }
}

.u-show-3xl-down {
  display: none !important;
}
@media (max-width: 1799px) {
  .u-show-3xl-down {
    display: revert !important;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 8px 16px;
  top: 4px;
  left: 4px;
  z-index: 100000;
  background-color: #fff;
  color: #024;
  text-decoration: underline;
}

.l-main {
  display: block;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: -3px -2px 8px 0 rgba(56, 56, 64, 0.25), 6px 6px 8px 0 rgba(56, 56, 64, 0.25);
          box-shadow: -3px -2px 8px 0 rgba(56, 56, 64, 0.25), 6px 6px 8px 0 rgba(56, 56, 64, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 92px;
}
@media (max-width: 1459px) {
  .l-header {
    gap: 20px;
    padding: 0 10px;
  }
}
.l-header__logo {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1799px) {
  .l-header__logo {
    width: 150px;
  }
}
@media (max-width: 1459px) {
  .l-header__logo {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .l-header__logo {
    width: 120px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header .l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  height: 100%;
}
@media (max-width: 1280px) {
  .l-header .l-header__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 991px) {
  .l-header .l-header__wrapper {
    gap: 10px;
  }
}
.l-header__nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
@media (max-width: 1799px) {
  .l-header__nav-area {
    gap: 15px;
  }
}
@media (max-width: 1280px) {
  .l-header__nav-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1459px) {
  .l-header__nav-area {
    gap: 12px;
  }
}
.l-header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-column-rule: 1px solid #f6f6f6;
     -moz-column-rule: 1px solid #f6f6f6;
          column-rule: 1px solid #f6f6f6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 10px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  background-color: #0F4C94;
  border-radius: 9999px;
  padding: 5px 20px;
}
@media (max-width: 1799px) {
  .l-header__nav {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .l-header__nav {
    width: 100%;
  }
}
@media (max-width: 1459px) {
  .l-header__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .l-header__nav {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .l-header__nav {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
  }
}
@media (max-width: 1280px) {
  .l-header__menu-item, .l-header__menu-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: keep-all;
  }
}
.l-header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1459px) {
  .l-header__menu-item {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    height: auto;
    padding: 2px 0;
  }
}
@media (max-width: 1459px) and (max-width: 1199px) {
  .l-header__menu-item {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .l-header__menu-item {
    color: #000;
  }
}
.l-header__menu-item > span {
  position: relative;
  padding: 5px 0;
  text-align: center;
}
@media (max-width: 1459px) {
  .l-header__menu-item > span {
    white-space: normal;
    line-height: 1.35;
  }
}
.l-header__menu-item > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #c49a28;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-header__menu-item:hover {
  color: #c49a28;
}
.l-header__menu-item:hover > span::before {
  width: 100%;
}
.l-header__menu-item--has-mega {
  gap: 10px;
}
.l-header__menu-arrow {
  width: 8px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1459px) {
  .l-header__menu-arrow {
    width: 8px;
  }
}
.l-header__menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__menu-group:hover .l-header__mega {
  opacity: 1;
  visibility: visible;
}
.l-header__menu-group:hover .l-header__menu-arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.l-header__mega {
  position: absolute;
  top: 100%;
  left: -30px;
  right: 0;
  width: calc(100% + 60px);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 3px 5px 8px 0 rgba(43, 42, 61, 0.25);
          box-shadow: 3px 5px 8px 0 rgba(43, 42, 61, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
}
.l-header__mega-inner {
  gap: 40px;
  padding: 10px 60px 20px;
}
.l-header__mega-title-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.l-header__mega-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__mega-title:hover {
  opacity: 0.7;
}
.l-header__mega-title-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .l-header__mega-title-text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .l-header__mega-title-text {
    font-size: 17px;
  }
}
.l-header__mega-title-text {
  color: #024;
}
.l-header__mega-title-icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__mega-title-icon img {
  width: 100%;
  height: 100%;
}
.l-header__mega-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.l-header__mega-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 70px;
  padding: 15px 20px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__mega-card:hover {
  opacity: 0.85;
}
.l-header__mega-card-bg {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  overflow: hidden;
}
.l-header__mega-card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__mega-card-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #6290c6;
  mix-blend-mode: multiply;
  border-radius: 8px;
}
.l-header__mega-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
.l-header__mega-card-label {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #fff;
}
.l-header__contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 1280px) {
  .l-header__contact-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .l-header__contact-area {
    display: block;
  }
}
.l-header__contact-area-sp {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
@media (max-width: 1280px) {
  .l-header__contact-area-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__contact-area-sp > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 70px;
  color: #fff;
}
@media (max-width: 991px) {
  .l-header__contact-area-sp > a {
    width: 60px;
  }
}
.l-header__contact-area-sp > a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  aspect-ratio: 1/1;
}
.l-header__contact-area-sp > a img {
  height: 20px;
}
@media (max-width: 991px) {
  .l-header__contact-area-sp > a img {
    width: 20px;
  }
}
.l-header__contact-area-sp .phone {
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__contact-area-sp .phone:hover {
  opacity: 0.8;
}
.l-header__contact-area-sp .phone img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-header__contact-area-sp .contact {
  background-color: #c49a28;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__contact-area-sp .contact:hover {
  opacity: 0.8;
}
.l-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__phone-label {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #0F4C94;
  text-align: center;
}
.l-header__phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__phone-number:hover {
  text-decoration: underline;
  text-decoration-color: #0F4C94;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  opacity: 0.8;
}
.l-header__phone-icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__phone-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1459px) {
  .l-header__phone-icon {
    width: 20px;
    height: 20px;
  }
}
.l-header__phone-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .l-header__phone-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .l-header__phone-text {
    font-size: 20px;
  }
}
.l-header__phone-text {
  color: #0F4C94;
}
@media (max-width: 1459px) {
  .l-header__phone-text {
    font-size: 20px;
  }
}
.l-header__divider {
  width: 2px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #e6e6e6;
  margin: 15px 0;
}
.l-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 25px;
  background-color: #c49a28;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1799px) {
  .l-header__cta {
    padding: 6px 10px;
  }
}
.l-header__cta:hover {
  opacity: 0.8;
}
.l-header__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__cta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.l-header__cta-icon img {
  width: 100%;
  height: 100%;
}
.l-header__cta-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #fff;
}
.l-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #024;
  border-radius: 1px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 991px) {
  .l-header {
    height: 60px;
    padding: 0 15px;
    padding-right: 5px;
  }
  .l-header__nav-area {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 280px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 1050;
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  }
  .l-header__nav-area.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: auto;
    width: 100%;
  }
  .l-header__menu-group, .l-header__menu-item {
    width: 100%;
  }
  .l-header__menu-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    position: relative;
  }
  .l-header__menu-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 20px;
    height: auto;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-header__menu-item > span::before {
    display: none;
  }
  .l-header__menu-arrow {
    display: none;
  }
  .l-header__mega {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    backdrop-filter: none;
  }
  .l-header__mega-inner {
    padding: 0;
    gap: 0;
  }
  .l-header__mega-title-wrapper {
    display: none;
  }
  .l-header__mega-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-header__mega-card {
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 35px;
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6;
  }
  .l-header__mega-card-bg {
    display: none;
  }
  .l-header__mega-card-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #000;
  }
  .l-header__contact-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 15px 20px;
  }
  .l-header__phone-label {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  .l-header__phone-text {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .l-header__phone-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .l-header__phone-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .l-header__divider {
    display: none;
  }
  .l-header__cta {
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

.l-footer {
  padding-top: 60px;
}
.l-footer__contents {
  max-width: 1580px;
  overflow: hidden;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-footer__logo {
  width: 300px;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__logo:hover {
  opacity: 0.8;
}
.l-footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #0F4C94;
}
.l-footer__company-name {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
}
.l-footer__company-address {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__nav-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.l-footer__nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.l-footer__nav-heading {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #024;
}
.l-footer__nav-heading a {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__nav-heading a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #024;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-footer__nav-heading a:hover {
  opacity: 0.7;
}
.l-footer__nav-heading a:hover::after {
  width: 100%;
}
.l-footer__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding-left: 25px;
  margin-top: 5px;
}
.l-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav-link:hover .l-footer__nav-link-text {
  color: #024;
}
.l-footer__nav-link:hover .l-footer__nav-link-text::before {
  background-color: #024;
}
.l-footer__nav-link-text {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: rgba(0, 34, 68, 0.6);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.l-footer__nav-link-text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: rgba(0, 34, 68, 0.6);
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__privacy {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
  border-top: 1px solid rgba(0, 34, 68, 0.2);
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__privacy .l-footer__nav-link-text::before, .l-footer__privacy .l-footer__nav-link-text::after {
  display: none;
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  background-color: #0F4C94;
}
.l-footer__copyright-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 1199px) {
  .l-footer {
    padding-top: 40px;
  }
  .l-footer__menu {
    gap: 30px;
  }
  .l-footer__logo {
    width: 220px;
  }
  .l-footer__nav {
    width: 100%;
  }
  .l-footer__nav-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
  .l-footer__nav-links {
    padding-left: 30px;
  }
  .l-footer__nav-link-text::before {
    width: 15px;
    left: -22px;
  }
}
@media (max-width: 991px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 30px;
  }
  .l-footer__logo {
    width: 180px;
  }
  .l-footer__nav-columns {
    gap: 20px;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .l-footer__nav-columns > .l-footer__nav-column {
    width: 100%;
  }
}

.c-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-btn__wrapper.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  gap: 20px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 9999px;
  border: solid 3px #0F4C94;
}
.c-btn.small {
  padding: 10px 20px 13px;
}
@media (max-width: 575px) {
  .c-btn.small {
    padding: 5px 10px;
  }
}
.c-btn.small span {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .c-btn.small span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .c-btn.small span {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .c-btn.small span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .c-btn.small img {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .c-btn {
    padding: 15px 20px;
    gap: 10px;
    border-width: 2px;
  }
}
@media (max-width: 575px) {
  .c-btn {
    padding: 10px 15px;
    gap: 5px;
  }
}
.c-btn span {
  color: #0F4C94;
  font-family: "Noto Sans JP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .c-btn span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .c-btn span {
    font-size: 18px;
  }
}
.c-btn span {
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 575px) {
  .c-btn span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .c-btn img {
    width: 20px;
  }
}
.c-btn:hover {
  background-color: #0F4C94;
}
.c-btn:hover span {
  color: #fff;
}
.c-btn.blue {
  background-color: #0F4C94;
}
.c-btn.blue span {
  color: #fff;
}
.c-btn.blue:hover {
  background-color: #fff;
}
.c-btn.blue:hover span {
  color: #0F4C94;
}
.c-btn.gold {
  background-color: #c49a28;
  border-color: #c49a28;
}
.c-btn.gold span {
  color: #fff;
}
.c-btn.gold img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-btn.gold:hover {
  background-color: #fff;
  border-color: #c49a28;
}
.c-btn.gold:hover span {
  color: #c49a28;
}
.c-btn.gold:hover img {
  -webkit-filter: none;
          filter: none;
}

.c-card-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 22.5px);
  background-color: #fff;
  border-top: 8px solid #6A7887;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: -5px -2px 8px 0 rgba(56, 56, 64, 0.25), 6px 6px 8px 0 rgba(56, 56, 64, 0.25);
          box-shadow: -5px -2px 8px 0 rgba(56, 56, 64, 0.25), 6px 6px 8px 0 rgba(56, 56, 64, 0.25);
}
@media (max-width: 1199px) {
  .c-card-pr {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .c-card-pr {
    width: 100%;
  }
}
.c-card-pr__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 40px;
}
@media (max-width: 1459px) {
  .c-card-pr__content {
    padding: 20px;
  }
}
.c-card-pr__number-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card-pr__number {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .c-card-pr__number {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .c-card-pr__number {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .c-card-pr__number {
    font-size: 34px;
  }
}
.c-card-pr__number {
  color: #c49a28;
  line-height: 1;
  letter-spacing: 0;
}
.c-card-pr__number-unit {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .c-card-pr__number-unit {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .c-card-pr__number-unit {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .c-card-pr__number-unit {
    font-size: 26px;
  }
}
.c-card-pr__number-unit {
  color: #c49a28;
}
.c-card-pr__number-plus {
  font-family: "Libre Caslon Text", serif, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .c-card-pr__number-plus {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .c-card-pr__number-plus {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .c-card-pr__number-plus {
    font-size: 22px;
  }
}
.c-card-pr__number-plus {
  color: #c49a28;
}
.c-card-pr__number-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .c-card-pr__number-label {
    font-size: 17px;
  }
}
.c-card-pr__number-label {
  text-align: center;
}
.c-card-pr__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .c-card-pr__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c-card-pr__title {
    font-size: 20px;
  }
}
.c-card-pr__title {
  text-align: center;
}
.c-card-pr__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .c-card-pr__desc {
    font-size: 17px;
  }
}
.c-card-pr__desc {
  text-align: center;
}

.c-card-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 100%;
}
.c-card-features:hover .c-card-features__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-card-features:hover .c-card-features__btn {
  background-image: none;
  background-color: #fff;
}
.c-card-features:hover .c-card-features__btn .c-card-features__btn-text {
  color: #0F4C94;
}
.c-card-features:hover .c-card-features__btn img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background-color: #0F4C94;
  -webkit-mask-image: url(../images/icon-chevron-right-white.svg);
  mask-image: url(../images/icon-chevron-right-white.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -o-object-position: -9999px;
     object-position: -9999px;
}
.c-card-features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.c-card-features__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-card-features__image {
    height: 200px;
  }
}
.c-card-features__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card-features__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-card-features__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 10px;
}
.c-card-features__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media (max-width: 1459px) {
  .c-card-features__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .c-card-features__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .c-card-features__title {
    font-size: 22px;
  }
}
.c-card-features__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #0F4C94;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.c-card-features__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .c-card-features__desc {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .c-card-features__desc {
    font-size: 17px;
  }
}
.c-card-features__desc {
  line-height: 1.75;
  padding: 0 10px;
  width: 100%;
}
.c-card-features__btn-area {
  width: 100%;
  text-align: right;
}
.c-card-features__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 10px 30px;
  border-radius: 16px;
  background-image: url(../images/chevron-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0F4C94;
  background-color: #6290c6;
}
@media (max-width: 767px) {
  .c-card-features__btn {
    gap: 20px;
    padding: 12px 24px;
  }
}
.c-card-features__btn img {
  display: block;
  width: 9px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card-features__btn-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .c-card-features__btn-text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .c-card-features__btn-text {
    font-size: 17px;
  }
}
.c-card-features__btn-text {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-card-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: calc(25% - 22.5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1459px) {
  .c-card-product {
    width: calc(33.3333333333% - 20px);
  }
}
.c-card-product.w-full {
  width: 100%;
}
.c-card-product.w-full .c-card-product__bg {
  height: 200px;
}
.c-card-product__bg {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}
.c-card-product__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.c-card-product__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-card-product__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .c-card-product__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .c-card-product__title {
    font-size: 18px;
  }
}
.c-card-product__title {
  color: #024;
}
.c-card-product__arrow {
  width: 14px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-card-product__arrow img {
  width: 100%;
  height: 100%;
}

.c-title-common {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-title-common {
    margin-bottom: 40px;
  }
}
.c-title-common.mb-40 {
  margin-bottom: 40px;
}
.c-title-common.mb-30 {
  margin-bottom: 30px;
}
.c-title-common.mb-none {
  margin-bottom: 0;
}
.c-title-common__inner {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 11px;
}
.c-title-common__inner::before, .c-title-common__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #C3C3C3;
}
.c-title-common__inner::before {
  width: 74px;
  background-color: #0F4C94;
  z-index: 1;
}
.c-title-common__inner::after {
  width: 100%;
}
.c-title-common__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .c-title-common__sub {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .c-title-common__sub {
    font-size: 17px;
  }
}
.c-title-common__sub {
  color: #0F4C94;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  .c-title-common__sub {
    font-size: 14px;
    letter-spacing: 4px;
  }
}
.c-title-common__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .c-title-common__main {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .c-title-common__main {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .c-title-common__main {
    font-size: 34px;
  }
}
.c-title-common__main {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #024;
}
@media (max-width: 1459px) {
  .c-title-common__main {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 6px;
  }
}
@media (max-width: 1459px) and (max-width: 1459px) {
  .c-title-common__main {
    font-size: 44px;
  }
}
@media (max-width: 1459px) and (max-width: 991px) {
  .c-title-common__main {
    font-size: 38px;
  }
}
@media (max-width: 1459px) and (max-width: 767px) {
  .c-title-common__main {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .c-title-common__main {
    font-size: 27px;
    letter-spacing: 2px;
  }
}
.c-title-common--center {
  text-align: center;
}
.c-title-common--noline .c-title-common__inner::before, .c-title-common--noline .c-title-common__inner::after {
  display: none;
}
.c-title-common--dark .c-title-common__inner::before {
  background-color: #c49a28;
}
.c-title-common--dark .c-title-common__sub {
  color: #c49a28;
}
.c-title-common--dark .c-title-common__main {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}
.c-title-common--gap-lg {
  gap: 18px;
}

.c-eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .c-eyecatch {
    height: 130px;
  }
}
.c-eyecatch__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.c-eyecatch__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-eyecatch__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(61, 90, 128, 0.2)), to(rgba(61, 90, 128, 0.2)));
  background: linear-gradient(0deg, rgba(61, 90, 128, 0.2) 0%, rgba(61, 90, 128, 0.2) 100%);
}
.c-eyecatch__inner {
  display: inline-block;
}
.c-eyecatch__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 3px solid #ea3d3d;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
}
.c-eyecatch__icon {
  width: 25px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-eyecatch__icon img {
  width: 100%;
  height: 100%;
}
.c-eyecatch__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .c-eyecatch__text {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .c-eyecatch__text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .c-eyecatch__text {
    font-size: 26px;
  }
}
.c-eyecatch__text {
  color: #fff;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .c-breadcrumb__list {
    padding: 0 10px !important;
  }
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-breadcrumb__link, .c-breadcrumb__current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: 14px;
  }
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb__separator {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-breadcrumb__separator img {
  width: 100%;
  height: 100%;
}

html.is-loading {
  overflow: hidden;
}
html.is-loading body {
  overflow: hidden;
}

.c-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.c-loading.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loading.is-fadeout {
  -webkit-animation: loading-fadeout 0.6s ease forwards;
          animation: loading-fadeout 0.6s ease forwards;
}

.c-loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-loading__logo {
  position: relative;
  width: 536px;
  height: 130px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-loading__logo {
    width: 300px;
    height: auto;
  }
}
.c-loading__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-loading__logo::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(10%, white), color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.9)), color-stop(90%, white), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, white 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9) 80%, white 90%, rgba(255, 255, 255, 0.9) 100%);
}
.is-active .c-loading__logo::before {
  -webkit-animation: loading-logo-before 6s 0.3s;
          animation: loading-logo-before 6s 0.3s;
}

.c-loading__bar {
  position: relative;
  width: 536px;
  height: 7px;
  margin-top: 4px;
  border-radius: 9999px;
  border: solid 2px #e6e6e6;
}
@media (max-width: 768px) {
  .c-loading__bar {
    width: 300px;
  }
}

.c-loading__bar-track {
  position: absolute;
  inset: 0;
  background: #e6e6e6;
}

.c-loading__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f00;
}
.is-active .c-loading__bar-fill {
  -webkit-animation: loading-bar 2s 0.3s ease-out forwards;
          animation: loading-bar 2s 0.3s ease-out forwards;
}

@-webkit-keyframes loading-logo-before {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes loading-logo-before {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes loading-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-loading {
    display: none;
  }
  html.is-loading {
    overflow: visible;
  }
}
.c-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-confirm-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-confirm-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-confirm-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-confirm-modal__dialog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.c-confirm-modal__header {
  padding: 30px 40px 20px;
  border-bottom: 2px solid #024;
}
@media (max-width: 767px) {
  .c-confirm-modal__header {
    padding: 20px;
  }
}
.c-confirm-modal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .c-confirm-modal__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c-confirm-modal__title {
    font-size: 20px;
  }
}
.c-confirm-modal__title {
  color: #024;
  text-align: center;
}
.c-confirm-modal__body {
  padding: 30px 40px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .c-confirm-modal__body {
    padding: 20px;
  }
}
.c-confirm-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
}
.c-confirm-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.c-confirm-modal__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-confirm-modal__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #024;
}
.c-confirm-modal__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.c-confirm-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px 30px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .c-confirm-modal__footer {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-confirm-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  height: 55px;
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .c-confirm-modal__btn {
    font-size: 17px;
  }
}
.c-confirm-modal__btn {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-confirm-modal__btn:hover {
  opacity: 0.8;
}
.c-confirm-modal__btn--cancel {
  background-color: #e6e6e6;
  color: #000;
}
.c-confirm-modal__btn--submit {
  background-color: #ea3d3d;
  color: #fff;
}
@media (max-width: 767px) {
  .c-confirm-modal__btn {
    width: 100%;
  }
}

.c-pdf-viewer-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-pdf-viewer-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-pdf-viewer-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-pdf-viewer-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-pdf-viewer-modal__dialog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 96%;
  max-width: 1400px;
  max-height: 94vh;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.c-pdf-viewer-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 16px 32px;
  border-bottom: 2px solid #024;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-pdf-viewer-modal__header {
    padding: 16px;
  }
}
.c-pdf-viewer-modal__page-info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .c-pdf-viewer-modal__page-info {
    font-size: 17px;
  }
}
.c-pdf-viewer-modal__page-info {
  color: #024;
}
.c-pdf-viewer-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #e6e6e6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-pdf-viewer-modal__close:hover {
  opacity: 0.8;
}
.c-pdf-viewer-modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 16px;
  background-color: #e8f0fa;
}
@media (max-width: 767px) {
  .c-pdf-viewer-modal__body {
    padding: 8px;
  }
}
.c-pdf-viewer-modal__canvas {
  display: block;
  max-width: none;
  margin: 0 auto;
  background-color: #fff;
}
.c-pdf-viewer-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 16px 32px;
  border-top: 1px solid #e6e6e6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-pdf-viewer-modal__footer {
    padding: 16px;
  }
}
.c-pdf-viewer-modal__nav {
  min-width: 140px;
  height: 44px;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  background-color: #024;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-pdf-viewer-modal__nav:hover:not(:disabled) {
  opacity: 0.8;
}
.c-pdf-viewer-modal__nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .c-pdf-viewer-modal__nav {
    min-width: 120px;
  }
}
.c-pdf-viewer-modal__zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-pdf-viewer-modal__zoom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 2px solid #024;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .c-pdf-viewer-modal__zoom-btn {
    font-size: 17px;
  }
}
.c-pdf-viewer-modal__zoom-btn {
  line-height: 1;
  color: #024;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-pdf-viewer-modal__zoom-btn:hover:not(:disabled) {
  opacity: 0.8;
}
.c-pdf-viewer-modal__zoom-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.c-pdf-viewer-modal__zoom-btn--fit {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  padding: 0 16px;
}
.c-pdf-viewer-modal__zoom-level {
  min-width: 3.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.c-pdf-viewer-modal__hint {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .c-pdf-viewer-modal__hint {
    display: none;
  }
}
.c-pdf-viewer-modal__download {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #0F4C94;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.c-pdf-viewer-modal__download:hover {
  opacity: 0.8;
}

.c-no-posts {
  max-width: 600px;
  margin: 64px auto;
  padding: 64px 32px;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.c-no-posts__message {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .c-no-posts__message {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c-no-posts__message {
    font-size: 20px;
  }
}
.c-no-posts__message {
  color: #606060;
}

.c-page-banner {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-page-banner {
    height: 120px;
  }
}
.c-page-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.c-page-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-banner__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(61, 90, 128, 0.2);
  pointer-events: none;
}
.c-page-banner__shape {
  position: absolute;
  top: -1;
  left: 0;
  width: 940px;
  height: calc(100% + 1px);
  clip-path: polygon(0 100%, 85% 100%, 100% 0, 0 0);
  background-color: #0F4C94;
}
.c-page-banner__title {
  position: absolute;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .c-page-banner__title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .c-page-banner__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .c-page-banner__title {
    font-size: 26px;
  }
}
.c-page-banner__title {
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-scroll--wrapper {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100vh;
}

.p-scroll {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 10px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .p-scroll {
    right: 5px;
    bottom: 5px;
  }
}

.p-scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 3px;
  color: #024;
  font-weight: bold;
  z-index: 10;
}

.p-scroll-line {
  display: block;
  width: 2px;
  height: 50px;
  background-color: #024;
  position: relative;
}
.p-scroll-line::before, .p-scroll-line::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.p-scroll-line::before {
  border-bottom: 2px solid #024;
  border-right: 2px solid #024;
  width: 9px;
  height: 9px;
  left: calc(50% - 1px);
  bottom: -2px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.p-scroll-line::after {
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: scroll-line 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: scroll-line 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.p-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 92px);
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 1459px) {
  .p-hero {
    height: calc(100vh - 60px);
  }
}
.p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("../images/eyecatch-firstview01.jpg");
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
.p-hero__catch-copy--wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  max-width: 100vw;
  aspect-ratio: 2459/1081;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.p-hero__catch-copy {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation: slide-in-left 1s cubic-bezier(0.4, 0.7, 1, 0) both;
          animation: slide-in-left 1s cubic-bezier(0.4, 0.7, 1, 0) both;
  max-width: calc(100% - 30px);
}
@media (max-width: 991px) {
  .p-hero__catch-copy {
    -webkit-animation: slide-in-left 1s cubic-bezier(0.4, 0.6, 1, 0) both;
            animation: slide-in-left 1s cubic-bezier(0.4, 0.6, 1, 0) both;
  }
}
.is-loading .p-hero__catch-copy {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.p-hero__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .p-hero__heading.u-show-lg-down {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-hero__heading-line {
  background-color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 5px;
  color: #000;
  padding: 20px;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1459px) {
  .p-hero__heading-line {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .p-hero__heading-line {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .p-hero__heading-line {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .p-hero__heading-line {
    line-height: 1.5;
    padding: 15px;
  }
}
.p-hero__company {
  color: #0F4C94;
}
.p-hero__company-prefix {
  font-size: 32px;
}
@media (max-width: 991px) {
  .p-hero__company-prefix {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .p-hero__company-prefix {
    font-size: 22px;
  }
}
@-webkit-keyframes slide-in-left {
  from {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-in-left {
  from {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-hero__slider {
  height: 100%;
  display: none;
}
.p-hero__slider.slick-initialized {
  display: block;
}
.p-hero__slider .slick-list {
  overflow: visible;
  height: 100%;
}
.p-hero__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.p-hero__slider .slick-slide {
  height: 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-hero__slider .slick-slide img {
  height: 100%;
}
.p-hero__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-hero__arrow:hover {
  opacity: 0.7;
}
.p-hero__arrow--prev {
  left: 30px;
}
.p-hero__arrow--next {
  right: 30px;
}
.p-hero__arrow--next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-hero__dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-hero__dots li {
  margin: 0;
  padding: 0;
}
.p-hero__dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-hero__dots li.slick-active button {
  background-color: #ea3d3d;
}

.p-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .p-business {
    gap: 80px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-business {
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-business__inner {
  width: 100%;
}
.p-business__container {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .p-business__container {
    padding: 0 15px;
  }
}
.p-business__glass {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1500px;
  margin: 0 auto;
  gap: 60px;
  padding: 50px;
}
@media (max-width: 1459px) {
  .p-business__glass {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .p-business__glass {
    gap: 40px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .p-business__glass {
    gap: 40px;
    padding: 20px 20px;
  }
}
.p-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .p-business__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-business__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 765px;
          flex: 0 0 765px;
}
@media (max-width: 1459px) {
  .p-business__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-business__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1459px) {
  .p-business__heading.u-show-xxl-down {
    margin-bottom: 30px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 575px) {
  .p-business__heading.u-show-xxl-down {
    display: none !important;
  }
}
.p-business__heading.u-show-sm-down {
  margin-bottom: 20px;
}
.p-business__heading-line {
  display: inline-block;
  background-color: #0F4C94;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-business__heading-line {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-business__heading-line {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-business__heading-line {
    font-size: 26px;
  }
}
.p-business__heading-line {
  padding: 15px;
  line-height: 1.25;
}
@media (max-width: 1459px) {
  .p-business__heading-line {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .p-business__heading-line {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .p-business__heading-line {
    font-size: 22px;
    padding: 10px;
  }
}
.p-business__heading-line + .p-business__heading-line {
  margin-top: -2px;
}
.p-business__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-business__desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-business__desc {
    font-size: 18px;
  }
}
.p-business__desc {
  line-height: 1.82;
  word-break: auto-phrase;
}
.p-business__desc p + p {
  margin-top: 0;
}
.p-business__diagram {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
  border: 2px solid rgba(0, 34, 68, 0.2);
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .p-business__diagram {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .p-business__diagram {
    width: 100%;
    max-width: 585px;
    margin: 0 auto;
  }
}
.p-business__diagram-image {
  width: 100%;
}
.p-business__diagram-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-features__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .p-features__title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-features__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-features__desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-features__desc {
    font-size: 18px;
  }
}
.p-features__desc {
  line-height: 1.82;
}
.p-features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 991px) {
  .p-features__content {
    gap: 60px;
  }
}
.p-features__type-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-features__type-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-features__type-name {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-features__type-name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-features__type-name {
    font-size: 26px;
  }
}
.p-features__type-name {
  color: #024;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.p-features__card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 25px;
}
@media (max-width: 1459px) {
  .p-features__card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 25px;
  }
}
@media (max-width: 767px) {
  .p-features__card-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-news ul {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .p-news ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-news li {
  border-bottom: 2px solid rgba(230, 230, 230, 0.8);
}
.p-news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-right: 15px;
  height: 100%;
  gap: 60px;
  position: relative;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 1199px) {
  .p-news li a {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-news li a {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-news li a:hover {
  background-color: #e8f0fa;
}
.p-news li a:hover .p-news__item {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.p-news li a:hover .p-news__text {
  color: #024;
}
.p-news li a::after {
  content: url("../images/right-icon-gold.svg");
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news li:last-child {
  border-bottom: none;
}
.p-news .news-label {
  position: relative;
  padding: 10px;
  width: 104px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-news .news-label {
    font-size: 17px;
  }
}
.p-news .news-label {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-news .news-label {
    width: auto;
    font-size: 14px;
    padding: 5px;
  }
}
.p-news .notice {
  background-color: #fff;
  color: #024;
  border: 2px solid #024;
}
.p-news .works {
  background-color: #fff;
  color: #c49a28;
  border: 2px solid #c49a28;
}
.p-news .news-label__new {
  position: absolute;
  top: -17px;
  right: -20px;
  background-color: #ea3d3d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 9999px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-news .news-label__new {
    font-size: 8px;
    width: 27px;
    height: 27px;
  }
}
.p-news .news-item, .p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .p-news .news-item, .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.p-news__date {
  color: #6b6b6b;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-news__date {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-news__date {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .p-news__date {
    display: block;
  }
}
.p-news__text {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-news__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-news__text {
    font-size: 18px;
  }
}
.p-news__text {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-renovation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (min-width: 1200px) {
  .p-renovation__header {
    margin: 0 auto;
  }
}
.p-renovation__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.p-renovation__slider-area {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.p-renovation__slider {
  margin-bottom: 20px;
}
.p-renovation__slider .slick-list {
  overflow: hidden;
}
.p-renovation__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.p-renovation__slide {
  height: 200px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-renovation__slide {
    height: 150px;
  }
}
.p-renovation__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products__container {
  padding: 0 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: clip;
}
.p-products__glass {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.p-products__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  width: 100%;
}
.p-products__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-products__category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.p-products__category-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-products__category-name {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-products__category-name {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-products__category-name {
    font-size: 24px;
  }
}
.p-products__category-name {
  color: #024;
}
.p-products__category-icon {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-products__category-icon img {
  width: 100%;
  height: 100%;
}
.p-products__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-why-us {
  background-color: #fff;
}
.p-why-us__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-why-us__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media (max-width: 575px) {
  .p-why-us__card-list {
    gap: 20px;
  }
}

.p-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-contact .c-title-common__sub {
  color: #fed800;
}
.p-contact .c-title-common__inner::before {
  background-color: #fed800;
}
.p-contact__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-contact__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-size: 614px 614px;
  background-position: top left;
}
.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .p-contact__inner {
    gap: 30px;
  }
}
.p-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-contact__desc {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-contact__desc {
    font-size: 20px;
  }
}
.p-contact__desc {
  text-align: center;
  color: #fff;
}
.p-contact__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-contact__note {
    font-size: 17px;
  }
}
.p-contact__note {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--contact,
.btn--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 60px;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(rgb(123, 180, 248)), to(rgba(123, 180, 248, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgb(123, 180, 248) 0%, rgba(123, 180, 248, 0.2) 100%);
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--contact span,
.btn--phone span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .btn--contact,
  .btn--phone {
    padding: 15px 30px;
  }
}
.btn--contact:hover,
.btn--phone:hover {
  border: 1px solid #024;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.63%, rgba(196, 223, 255, 0.7)), color-stop(34.9%, #fff));
  background: linear-gradient(180deg, rgba(196, 223, 255, 0.7) 1.63%, #fff 34.9%);
}
.btn--contact:hover span,
.btn--phone:hover span {
  color: #0F4C94;
}
.btn--contact:hover .btn__icon img,
.btn--phone:hover .btn__icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(90%) saturate(1500%) hue-rotate(197deg) brightness(90%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(90%) saturate(1500%) hue-rotate(197deg) brightness(90%) contrast(90%);
}
.btn--contact .btn__inner,
.btn--phone .btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn--contact .btn__icon,
.btn--phone .btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--contact .btn__icon img,
.btn--phone .btn__icon img {
  display: block;
}
.btn--contact .btn__text,
.btn--phone .btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

.btn--contact .btn__text {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .btn--contact .btn__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .btn--contact .btn__text {
    font-size: 18px;
  }
}

.btn--phone {
  padding: 20px 40px;
}
.btn--phone .btn__text {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .btn--phone .btn__text {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .btn--phone .btn__text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .btn--phone .btn__text {
    font-size: 22px;
  }
}

.p-about-business__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-business__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 1400px;
}
.p-about-business__desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-business__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-about-business__desc {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-about-business__desc {
    font-size: 22px;
  }
}
.p-about-business__desc {
  color: #000;
}

.p-card-flow .layout__width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .p-card-flow .layout__width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-card-flow--reverse .layout__width {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-card-flow--reverse .layout__width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-card-flow__image {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1459px) {
  .p-card-flow__image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .p-card-flow__image {
    width: 100%;
  }
}
.p-card-flow__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  min-width: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.p-card-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-card-flow__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media (max-width: 1199px) {
  .p-card-flow__title-row {
    gap: 15px;
  }
}
.p-card-flow__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-card-flow__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .p-card-flow__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .p-card-flow__title {
    font-size: 32px;
  }
}
.p-card-flow__divider {
  height: 2px;
  width: 100%;
}
.p-card-flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-card-flow__body .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-card-flow__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #024;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-card-flow__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-card-flow__text {
    font-size: 20px;
  }
}
.p-card-flow.bg__metallic .p-card-flow__title {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}
.p-card-flow.bg__metallic .p-card-flow__divider {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-card-flow__title {
  color: #024;
}
.p-card-flow__divider {
  background-color: rgba(15, 76, 148, 0.5);
}

.p-about-safety {
  background-color: #fff;
}
.p-about-safety__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about-safety__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 1400px;
}
.p-about-safety__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-about-safety__cards {
    gap: 40px;
  }
}

.p-card-safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-card-safety {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-card-safety__image {
  width: 529px;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .p-card-safety__image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .p-card-safety__image {
    width: 100%;
  }
}
.p-card-safety__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-card-safety__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
  padding: 40px 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1459px) {
  .p-card-safety__content {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .p-card-safety__content {
    padding: 15px 20px;
  }
}
.p-card-safety__bg {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
}
.p-card-safety__bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-gray-gradation.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.p-card-safety__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-card-safety__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-card-safety__body .c-btn__wrapper {
  max-width: 100%;
}
.p-card-safety__body .c-btn {
  width: 350px;
  max-width: 100%;
}
.p-card-safety__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  color: #fff;
}
.p-card-safety__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-card-safety__title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-card-safety__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-card-safety__title {
    font-size: 26px;
  }
}
.p-card-safety__title {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}
.p-card-safety__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #024;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-card-safety__desc {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-card-safety__desc {
    font-size: 20px;
  }
}

.p-products-page {
  position: relative;
  overflow: hidden;
}
.p-products-page .p-products-page__note {
  margin-bottom: -10px;
}
@media (max-width: 575px) {
  .p-products-page > .p-products-page__inner {
    padding: 0 15px;
  }
}
.p-products-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-products-page__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-products-page__lead {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-products-page__lead {
    font-size: 20px;
  }
}
.p-products-page__lead {
  line-height: 2.1;
  color: #000;
}
.p-products-page__main-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-products-page__main-contents {
    gap: 40px;
    margin-top: 40px;
  }
}
.p-products-page__card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .p-products-page__card-area {
    gap: 20px;
  }
}
.p-products-page__card-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-products-page__category-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-products-page__category-icon {
  width: 30px;
  height: 30px;
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-products-page__category-icon {
    width: 22px;
    height: 22px;
  }
}
.p-products-page__category-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media (max-width: 1459px) {
  .p-products-page__category-name {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-products-page__category-name {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-products-page__category-name {
    font-size: 24px;
  }
}
.p-products-page__category-name {
  color: #000;
  text-transform: uppercase;
}
.p-products-page__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -1px -2px 7px rgba(0, 0, 0, 0.25), 3px 4px 7px rgba(0, 0, 0, 0.15);
          box-shadow: -1px -2px 7px rgba(0, 0, 0, 0.25), 3px 4px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (max-width: 991px) {
  .p-products-page__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-products-page__card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1459px) {
  .p-products-page__card-image {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .p-products-page__card-image {
    width: 100%;
  }
}
.p-products-page__card-image img {
  width: 100%;
  height: auto;
}
.p-products-page__card-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  overflow: hidden;
  min-width: 0;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-products-page__card-text {
    padding: 20px;
  }
}
.p-products-page__card-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F3F3F3;
  mix-blend-mode: screen;
  backdrop-filter: blur(2px);
}
.p-products-page__card-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-products-page__card-body {
    gap: 15px;
  }
}
.p-products-page__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-products-page__card-desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-products-page__card-desc {
    font-size: 18px;
  }
}
.p-products-page__card-desc {
  line-height: 1.9;
  color: #000;
}
.p-products-page__card-desc p {
  margin: 0;
}
.p-products-page__type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-left: 20px;
}
@media (max-width: 1459px) {
  .p-products-page__type-list {
    padding-left: 0;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .p-products-page__type-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-products-page__type-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 310px;
}
@media (max-width: 1459px) {
  .p-products-page__type-col {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .p-products-page__type-col {
    gap: 10px;
  }
}
.p-products-page__type-item {
  display: block;
  padding-left: 18px;
  border-left: 3px solid rgba(15, 76, 148, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-products-page__type-item {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-products-page__type-item {
    font-size: 18px;
  }
}
.p-products-page__type-item {
  line-height: 1.36;
  letter-spacing: 1.1px;
  color: #024;
}
@media (max-width: 767px) {
  .p-products-page__type-item {
    padding-left: 12px;
    white-space: normal;
  }
}
.p-products-page__type-item--link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-products-page__type-item--link:hover, .p-products-page__type-item--link:focus-visible {
  border-left-color: #0F4C94;
  color: #0F4C94;
  text-decoration: underline;
}
.p-products-page__feature-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-products-page__feature-link:hover {
  background: #C2C2C2;
}
.p-products-page__feature-link:hover span {
  text-decoration: underline;
}
.p-products-page__feature-link:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-products-page__feature-link span {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-products-page__feature-link span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-products-page__feature-link span {
    font-size: 20px;
  }
}
.p-products-page__feature-link span {
  color: #024;
  text-transform: uppercase;
}
.p-products-page__feature-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-product-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
}
@media (max-width: 991px) {
  .p-product-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}
.p-product-intro__image {
  width: 660px;
  max-width: calc(50% - 20px);
  aspect-ratio: 660/400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .p-product-intro__image {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    aspect-ratio: 660/400;
  }
}
.p-product-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-intro__image-overlay {
  position: absolute;
  inset: 0;
}
@media (max-width: 991px) {
  .p-product-intro__content {
    width: 100%;
  }
}
.p-product-intro__list-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .p-product-intro__list-columns {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-product-intro__list-columns {
    gap: 15px;
  }
}
.p-product-intro__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-intro__list {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-product-intro__list {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .p-product-intro__list {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-intro__list {
    font-size: 17px;
  }
}
.p-product-intro__list.small {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-product-intro__list.small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-product-intro__list.small {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .p-product-intro__list.small {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-intro__list.small {
    font-size: 17px;
  }
}
.p-product-intro__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product-intro__list li::before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-product-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.p-product-points__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-product-points__title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .p-product-points__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .p-product-points__title {
    font-size: 30px;
  }
}
.p-product-points__title {
  color: #002244;
  text-align: center;
}
@media (max-width: 991px) {
  .p-product-points__title {
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: 3px;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .p-product-points__title {
    font-size: 32px;
  }
}
.p-product-points__title-accent {
  color: #ea3d3d;
}
.p-product-points__title-number {
  color: #c49a28;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-product-points__title-number {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .p-product-points__title-number {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .p-product-points__title-number {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-product-points__title-number {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 6px;
  }
}
@media (max-width: 991px) and (max-width: 1459px) {
  .p-product-points__title-number {
    font-size: 42px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-points__title-number {
    font-size: 34px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .p-product-points__title-number {
    font-size: 28px;
  }
}
.p-product-points__title-number-unit {
  color: #c49a28;
}
@media (max-width: 991px) {
  .p-product-points__title-number-unit {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) and (max-width: 1459px) {
  .p-product-points__title-number-unit {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-points__title-number-unit {
    font-size: 26px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .p-product-points__title-number-unit {
    font-size: 22px;
  }
}
.p-product-points__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 991px) {
  .p-product-points__inner {
    margin-top: 40px;
  }
}
.p-product-points__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .p-product-points__cards {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .p-product-points__cards {
    padding: 0 5px;
    gap: 5px;
  }
}

.p-product-point-card {
  position: relative;
  width: calc(16.6666666667% - 12.5px);
  min-width: 260px;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199px) {
  .p-product-point-card {
    width: calc(33.3333333333% - 6.6666666667px);
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .p-product-point-card {
    width: calc(50% - 5px);
    min-width: auto;
  }
}
.p-product-point-card:hover .p-product-point-card__shadow {
  top: 0;
  left: 0;
}
.p-product-point-card:hover .p-product-point-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-product-point-card__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
  background-color: #0F4C94;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-product-point-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 5px 12px;
  border: 3px solid #000;
  height: 100%;
}
.p-product-point-card__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-point-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 260/220;
  overflow: hidden;
}
.p-product-point-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-product-point-card__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-point-card__label {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-product-point-card__label {
    font-size: 20px;
  }
}
.p-product-point-card__label {
  text-align: center;
  color: #024;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .p-product-point-card__label {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-point-card__label {
    font-size: 19px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .p-product-point-card__label {
    font-size: 17px;
  }
}
.p-product-point-card__arrow {
  width: 23px;
  height: 19px;
}
.p-product-point-card__arrow img {
  width: 100%;
  height: 100%;
}

.p-product-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .p-product-section {
    gap: 40px;
  }
}
.p-product-section--white {
  background-color: #fff;
}
.p-product-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .p-product-section__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .p-product-section__title {
    padding: 0 20px;
  }
}
.p-product-section__title-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background-color: #6290c6;
}
@media (max-width: 991px) {
  .p-product-section__title-label {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .p-product-section__title-label {
    padding: 5px 10px;
  }
}
.p-product-section__title-label span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-product-section__title-label span {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .p-product-section__title-label span {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .p-product-section__title-label span {
    font-size: 28px;
  }
}
.p-product-section__title-label span {
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .p-product-section__title-label span {
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-section__title-label span {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .p-product-section__title-label span {
    font-size: 22px;
  }
}
.p-product-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .p-product-section__body {
    gap: 40px;
  }
}
.p-product-section__hero-image {
  width: 100%;
  overflow: hidden;
}
.p-product-section__hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product-section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-section__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-product-section__text {
    font-size: 20px;
  }
}
.p-product-section__text {
  letter-spacing: 1px;
  color: #000;
  width: 100%;
}
@media (max-width: 991px) {
  .p-product-section__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-product-section__text--stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-product-section__text--medium {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-section__text--medium {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-product-section__text--medium {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .p-product-section__text--medium {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-product-section__text--bold-center {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-section__text--bold-center {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-product-section__text--bold-center {
    font-size: 20px;
  }
}
.p-product-section__text--bold-center {
  text-align: center;
}
@media (max-width: 991px) {
  .p-product-section__text--bold-center {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-product-section__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 50px;
}
@media (max-width: 991px) {
  .p-product-section__compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-product-section__compare-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
}
.p-product-section__compare-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product-section__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
.p-product-section__video-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-product-section__video-title img {
  width: 28px;
  height: 28px;
}
.p-product-section__video-title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-product-section__video-title span {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-product-section__video-title span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-product-section__video-title span {
    font-size: 22px;
  }
}
.p-product-section__video-title span {
  color: #000;
}
@media (max-width: 991px) {
  .p-product-section__video-title span {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-product-section__video-title span {
    font-size: 17px;
  }
}
.p-product-section__video-frame {
  width: 100%;
  aspect-ratio: 1400/750;
  border: 1px solid #000;
  overflow: hidden;
}
.p-product-section__video-frame img,
.p-product-section__video-frame video,
.p-product-section__video-frame iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-product-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .p-product-ba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-product-ba__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
}
.p-product-ba__item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product-ba__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-product-ba__arrow img {
  width: 97px;
  height: 85px;
}
@media (max-width: 1199px) {
  .p-product-ba__arrow img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .p-product-ba__arrow img {
    height: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-product-h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-product-h4__icon {
  width: 22px;
  height: 22px;
}
.p-product-h4__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-h4__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-product-h4__text {
    font-size: 20px;
  }
}
.p-product-h4__text {
  color: #000;
}
@media (max-width: 991px) {
  .p-product-h4__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}

.p-product-works-link {
  background-color: #fff;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-product-works-link {
    padding-bottom: 40px;
  }
}

.p-traverse-height {
  width: 100%;
}
.p-traverse-height__config-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-traverse-height__config-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-traverse-height__config-text {
    font-size: 22px;
  }
}
.p-traverse-height__config-text {
  color: #000;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .p-traverse-height__config-text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}

.p-traverse-remote {
  width: 100%;
}
.p-traverse-remote__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-traverse-remote__caption {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-traverse-remote__caption {
    font-size: 20px;
  }
}
.p-traverse-remote__caption {
  text-align: center;
  color: #000;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .p-traverse-remote__caption {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}

.p-flat-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
.p-flat-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-flat-feature__title-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-flat-feature__title-label {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-flat-feature__title-label {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-flat-feature__title-label {
    font-size: 22px;
  }
}
.p-flat-feature__title-label {
  color: #002244;
}
@media (max-width: 991px) {
  .p-flat-feature__title-label {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-flat-feature__title-label {
    font-size: 19px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .p-flat-feature__title-label {
    font-size: 17px;
  }
}
.p-flat-feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .p-flat-feature__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flat-feature__image {
  width: 470px;
  height: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .p-flat-feature__image {
    width: 380px;
    height: 260px;
  }
}
@media (max-width: 991px) {
  .p-flat-feature__image {
    width: 100%;
    height: auto;
    aspect-ratio: 470/320;
  }
}
.p-flat-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-flat-feature__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-flat-feature__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-flat-feature__text {
    font-size: 20px;
  }
}
.p-flat-feature__text {
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 1199px) {
  .p-flat-feature__text {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .p-flat-feature__text {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .p-flat-feature__text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .p-flat-feature__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-flat-feature__text p {
  margin: 0;
}
.p-flat-feature__text strong {
  font-weight: 700;
  text-decoration: underline;
}

.p-works-nav {
  margin: 60px 0;
}
.p-works-nav .p-works-nav__note {
  margin-bottom: 30px;
}
.p-works-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .p-works-nav__inner {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .p-works-nav__inner {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .p-works-nav__inner {
    margin: 30px 0;
  }
}
.p-works-nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 370px;
  border: 1px solid #0F4C94;
  position: relative;
}
@media (max-width: 991px) {
  .p-works-nav__group {
    width: 100%;
    max-width: 500px;
  }
}
.p-works-nav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 66px;
  padding: 5px 16px;
  background-color: #0F4C94;
  border: none;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 575px) {
  .p-works-nav__toggle {
    height: 50px;
  }
}
.p-works-nav__toggle:hover .p-works-nav__toggle-icon::before, .p-works-nav__toggle:hover .p-works-nav__toggle-icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-works-nav__toggle-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-works-nav__toggle-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-works-nav__toggle-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .p-works-nav__toggle-text {
    font-size: 18px;
  }
}
.p-works-nav__toggle-icon {
  position: relative;
  width: 18px;
  height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-works-nav__toggle-icon::before, .p-works-nav__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p-works-nav__toggle-icon::before {
  width: 14px;
  height: 1px;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
}
.p-works-nav__toggle-icon::after {
  width: 1px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
}
.p-works-nav__toggle[aria-expanded=true] .p-works-nav__toggle-icon::after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  opacity: 0;
}
.p-works-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-works-nav__toggle[aria-expanded=false] + .p-works-nav__menu {
  display: none;
}
.p-works-nav__menu-item {
  border-top: 1px solid #0F4C94;
}
.p-works-nav__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 43px;
  padding: 10px 16px;
  background-color: #fff;
  text-decoration: none;
  color: #0F4C94;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-works-nav__menu-link:hover {
  background-color: #e8f0fa;
}
.p-works-nav__menu-link:hover .p-works-nav__menu-arrow {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.p-works-nav__menu-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-works-nav__menu-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-works-nav__menu-text {
    font-size: 18px;
  }
}
.p-works-nav__menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .p-works-nav__menu-text {
    font-size: 16px;
  }
}
.p-works-nav__menu-new {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #ea3d3d;
  border-radius: 3px;
  vertical-align: middle;
}
.p-works-nav__menu-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-top-color 0.3s, -webkit-transform 0.3s;
  transition: border-top-color 0.3s, -webkit-transform 0.3s;
  transition: border-top-color 0.3s, transform 0.3s;
  transition: border-top-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-works-section-wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media (max-width: 1199px) {
  .p-works-section-wrapper {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .p-works-section-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .p-works-section-wrapper {
    gap: 60px;
  }
}

.p-works-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .p-works-section__inner {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .p-works-section__inner {
    gap: 30px;
  }
}
.p-works-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-works-section__title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .p-works-section__title-main {
    gap: 8px;
  }
}
.p-works-section__title-icon {
  width: 30px;
  height: 30px;
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-works-section__title-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .p-works-section__title-icon {
    width: 15px;
    height: 15px;
  }
}
.p-works-section__title-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media (max-width: 1459px) {
  .p-works-section__title-text {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-works-section__title-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-works-section__title-text {
    font-size: 24px;
  }
}
.p-works-section__title-text {
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 575px) {
  .p-works-section__title-text {
    font-size: 20px;
  }
}
.p-works-section__title-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-works-section__title-sub {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-works-section__title-sub {
    font-size: 20px;
  }
}
.p-works-section__title-sub {
  color: #000;
  opacity: 0.7;
  text-transform: uppercase;
}
.p-works-section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 575px) {
  .p-works-section__cards {
    gap: 40px;
  }
}

.p-works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-works-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-works-card__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-works-card__title {
    font-size: 20px;
  }
}
.p-works-card__title {
  color: #002244;
  margin: 0;
}
@media (max-width: 575px) {
  .p-works-card__title {
    font-size: 18px;
  }
}
.p-works-card__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-works-card__subtitle {
    font-size: 17px;
  }
}
.p-works-card__subtitle {
  color: #024;
  margin-top: 20px;
}
.p-works-card__subtitle::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0F4C94;
}
@media (max-width: 767px) {
  .p-works-card__subtitle::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 575px) {
  .p-works-card__subtitle::before {
    width: 10px;
    height: 10px;
  }
}
.p-works-card__subtitle + .common_description {
  margin-top: 5px;
}
.common_description + .p-works-card__subtitle {
  margin-top: 10px;
}
.p-works-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-works-card__images {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-works-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 680px;
  max-height: 475px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-works-card__image {
    max-width: 500px;
  }
}
.p-works-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-detail {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .p-post-detail__inner.layout__width {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-post-detail__article {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 80px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .p-post-detail__article {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .p-post-detail__article {
    padding: 20px 15px 40px;
  }
}
.p-post-detail__header {
  margin-bottom: 40px;
}
.p-post-detail__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-post-detail__date {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-post-detail__date {
    font-size: 18px;
  }
}
.p-post-detail__date {
  color: #6b6b6b;
  margin-bottom: 20px;
}
.p-post-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-post-detail__title {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-post-detail__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-post-detail__title {
    font-size: 22px;
  }
}
.p-post-detail__title {
  color: #000;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(230, 230, 230, 0.8);
}
.p-post-detail__eyecatch {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.p-post-detail__eyecatch-img {
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
  min-width: 70%;
}
.p-post-detail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-post-detail__body {
    font-size: 17px;
  }
}
.p-post-detail__body {
  color: #000;
}
.p-post-detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-post-detail__text {
    font-size: 17px;
  }
}
.p-post-detail__text {
  color: #000;
}
.p-post-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .p-post-detail__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .p-post-detail__gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.p-post-detail__gallery-item {
  border-radius: 10px;
  overflow: hidden;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.p-post-detail__gallery-img {
  width: 100%;
  height: auto;
  display: block;
}
.p-post-detail__link {
  margin: 10px 0;
}
.p-post-detail__link-anchor {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-post-detail__link-anchor {
    font-size: 17px;
  }
}
.p-post-detail__link-anchor {
  color: #024;
  text-decoration: underline;
  word-break: break-all;
}
.p-post-detail__link-anchor:hover {
  opacity: 0.7;
}
.p-post-detail__category {
  margin-bottom: 20px;
}
.p-post-detail__category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.p-post-detail__category-parent {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-post-detail__category-parent {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-post-detail__category-parent {
    font-size: 17px;
  }
}
.p-post-detail__category-parent {
  color: #024;
}
.p-post-detail__category-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-post-detail__category-child {
    font-size: 17px;
  }
}
.p-post-detail__category-child {
  color: #000;
}
.p-post-detail__category-child::before {
  content: "−";
  margin-right: 6px;
  color: #C2C2C2;
}
.p-post-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px;
}
.p-post-detail__tag {
  display: inline-block;
  padding: 3px 10px;
  background-color: #e8f0fa;
  color: #024;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  border-radius: 3px;
  border: 1px solid #024;
}
.p-post-detail__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-post-detail__ba {
    gap: 30px;
  }
}
.p-post-detail__ba-block {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.p-post-detail__ba-label {
  display: block;
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-post-detail__ba-label {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-post-detail__ba-label {
    font-size: 17px;
  }
}
.p-post-detail__ba-label {
  color: #fff;
  text-align: center;
}
.p-post-detail__ba-label--before {
  background-color: #C2C2C2;
}
.p-post-detail__ba-label--after {
  background-color: #024;
}
.p-post-detail__ba-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .p-post-detail__ba-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .p-post-detail__ba-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 10px;
  }
}
.p-post-detail__ba-item {
  border-radius: 10px;
  overflow: hidden;
}
.p-post-detail__ba-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 575px) {
  .p-product-detail__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.p-product-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .p-product-detail__content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__content {
    padding: 20px;
  }
}
.p-product-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-product-detail__title-icon {
  width: 40px;
  height: 40px;
  background-color: #ea3d3d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-product-detail__title-icon {
    width: 30px;
    height: 30px;
  }
}
.p-product-detail__title-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-product-detail__title-text {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-product-detail__title-text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__title-text {
    font-size: 26px;
  }
}
.p-product-detail__title-text {
  color: #000;
}
.p-product-detail__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
}
.p-product-detail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
}
.p-product-detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.p-product-detail__heading-icon {
  width: 30px;
  height: 30px;
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-product-detail__heading-icon {
    width: 20px;
    height: 20px;
  }
}
.p-product-detail__heading-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media (max-width: 1459px) {
  .p-product-detail__heading-text {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-product-detail__heading-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__heading-text {
    font-size: 24px;
  }
}
.p-product-detail__heading-text {
  color: #000;
}

.p-work-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-work-section__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.p-work-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .p-work-section__list {
    gap: 15px;
  }
}
.p-work-section__item {
  width: calc(25% - 22.5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .p-work-section__item {
    width: calc(50% - 7.5px);
  }
}
.p-work-section__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lease-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lease-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.p-lease-intro__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-lease-intro__heading {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-lease-intro__heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-lease-intro__heading {
    font-size: 26px;
  }
}
.p-lease-intro__heading {
  color: #024;
  text-transform: uppercase;
  margin: 0;
}

.p-lease-features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.p-lease-features__body .layout__width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .p-lease-features__body .layout__width {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .p-lease-features__body .layout__width {
    gap: 30px;
  }
}
.p-lease-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 575px) {
  .p-lease-features__item {
    gap: 10px;
  }
}
.p-lease-features__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .p-lease-features__item-heading {
    gap: 8px;
  }
}
.p-lease-features__item-icon {
  width: 30px;
  height: 30px;
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-lease-features__item-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .p-lease-features__item-icon {
    width: 15px;
    height: 15px;
  }
}
.p-lease-features__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media (max-width: 1459px) {
  .p-lease-features__item-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-lease-features__item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-lease-features__item-title {
    font-size: 24px;
  }
}
.p-lease-features__item-title {
  color: #024;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 575px) {
  .p-lease-features__item-title {
    font-size: 20px;
  }
}
.p-lease-features__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-lease-features__item-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-lease-features__item-text {
    font-size: 20px;
  }
}
.p-lease-features__item-text {
  color: #000;
}
.p-lease-features__item-text p {
  margin: 0;
}

.p-lease-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.p-lease-flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}
.p-lease-flow__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-lease-flow__block-title {
  padding: 10px;
  border-left: 5px solid #0F4C94;
}
.p-lease-flow__block-title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-lease-flow__block-title-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-lease-flow__block-title-text {
    font-size: 20px;
  }
}
.p-lease-flow__block-title-text {
  color: #002244;
  margin: 0;
}
.p-lease-flow__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1459px) {
  .p-lease-flow__block-content {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .p-lease-flow__block-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-lease-flow__block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-lease-flow__diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  max-width: 40%;
  background-color: #e8f0fa;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-lease-flow__diagram {
    width: 100%;
    max-width: 400px;
  }
}
.p-lease-flow__diagram img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lease-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-lease-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 575px) {
  .p-lease-flow__step {
    gap: 5px;
  }
}
.p-lease-flow__step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-lease-flow__step-heading {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-lease-flow__step-heading {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-lease-flow__step-heading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-lease-flow__step-heading {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .p-lease-flow__step-heading {
    font-size: 20px;
  }
}
.p-lease-flow__step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #002244;
  margin: 0;
}
.p-lease-flow__step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-lease-flow__step-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-lease-flow__step-text {
    font-size: 20px;
  }
}
.p-lease-flow__step-text {
  color: #000;
  margin: 0;
}
@media (max-width: 575px) {
  .p-lease-flow__step-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .p-lease-flow__step-text {
    font-size: 18px;
  }
}

.p-lease-works__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-lease-works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
}

.p-works-card__title--white {
  color: #024;
}

.p-safety-intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .p-safety-intro__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-safety-intro__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-safety-intro__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-safety-intro__heading {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-safety-intro__heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-safety-intro__heading {
    font-size: 26px;
  }
}
.p-safety-intro__heading {
  color: #024;
}
.p-safety-intro__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-safety-intro__desc {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-safety-intro__desc {
    font-size: 20px;
  }
}
.p-safety-intro__desc {
  color: #000;
}
.p-safety-intro__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-safety-intro__note {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-safety-intro__note {
    font-size: 17px;
  }
}
.p-safety-intro__note {
  color: #363636;
}
.p-safety-intro__image {
  min-width: 0;
  width: 590px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1459px) {
  .p-safety-intro__image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .p-safety-intro__image {
    width: 100%;
    max-width: 590px;
  }
}
.p-safety-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-safety-features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.p-safety-features__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-safety-features__title-text {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .p-safety-features__title-text {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .p-safety-features__title-text {
    font-size: 30px;
  }
}
.p-safety-features__title-text {
  color: #002244;
  text-align: center;
}
.p-safety-features__title-accent {
  color: #c49a28;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-safety-features__title-accent {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .p-safety-features__title-accent {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .p-safety-features__title-accent {
    font-size: 34px;
  }
}
.p-safety-features__title-accent::first-letter {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-safety-features__title-accent::first-letter {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .p-safety-features__title-accent::first-letter {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .p-safety-features__title-accent::first-letter {
    font-size: 34px;
  }
}
.p-safety-features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .p-safety-features__inner {
    gap: 60px;
  }
}
.p-safety-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-safety-features__item {
    gap: 20px;
  }
}
.p-safety-features__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-safety-features__item-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-safety-features__item-heading {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-safety-features__item-heading {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-safety-features__item-heading {
    font-size: 22px;
  }
}
.p-safety-features__item-heading {
  color: #002244;
}
.p-safety-features__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-safety-features__item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-safety-features__item-desc {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-safety-features__item-desc {
    font-size: 20px;
  }
}
.p-safety-features__item-desc {
  color: #000;
}
.p-safety-features__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .p-safety-features__item-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-safety-features__item-photo {
  width: 470px;
  max-width: calc(50% - 10px);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  .p-safety-features__item-photo {
    width: 100%;
    max-width: 400px;
  }
}
.p-safety-features__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-support__intro-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-support__intro-text {
    font-size: 22px;
  }
}
.p-support__intro-text {
  color: #000;
}
.p-support__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-support__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  gap: 20px;
}
.p-support__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .p-support__card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .p-support__card-content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-support__card-image {
  width: 600px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .p-support__card-image {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .p-support__card-image {
    width: 100%;
    height: 300px;
  }
}
.p-support__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.p-support__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 400px;
  min-width: 0;
}
@media (max-width: 991px) {
  .p-support__card-body {
    height: auto;
    gap: 20px;
  }
}
.p-support__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-support__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-support__card-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .p-support__card-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .p-support__card-title {
    font-size: 32px;
  }
}
.p-support__card-title {
  color: #024;
}
@media (max-width: 1199px) {
  .p-support__card-title {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 5px;
  }
}
@media (max-width: 1199px) and (max-width: 1459px) {
  .p-support__card-title {
    font-size: 38px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .p-support__card-title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .p-support__card-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .p-support__card-title {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) and (max-width: 1459px) {
  .p-support__card-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .p-support__card-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .p-support__card-title {
    font-size: 22px;
  }
}
.p-support__card-line {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 34, 68, 0.5);
}
.p-support__card-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-support__card-desc {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-support__card-desc {
    font-size: 20px;
  }
}
.p-support__card-desc {
  color: #000;
}
@media (max-width: 1199px) {
  .p-support__card-desc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .p-support__card-desc {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .p-support__card-desc {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}

.p-maintenance-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .p-maintenance-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-maintenance-intro__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-maintenance-intro__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-maintenance-intro__heading {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-maintenance-intro__heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-maintenance-intro__heading {
    font-size: 26px;
  }
}
.p-maintenance-intro__heading {
  color: #024;
  text-transform: uppercase;
}
.p-maintenance-intro__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-maintenance-intro__body {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-maintenance-intro__body {
    font-size: 20px;
  }
}
.p-maintenance-intro__body {
  color: #000;
}
.p-maintenance-intro__body p {
  margin: 0;
}
.p-maintenance-intro__image {
  min-width: 0;
  width: 590px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1459px) {
  .p-maintenance-intro__image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .p-maintenance-intro__image {
    width: 100%;
    max-width: 590px;
  }
}
.p-maintenance-intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-maintenance-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-maintenance-section .layout__width__S {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-maintenance-section__heading {
  border-left: 5px solid #024;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-maintenance-section__heading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-maintenance-section__heading {
    font-size: 20px;
  }
}
.p-maintenance-section__heading {
  color: #002244;
  margin: 0;
}
.p-maintenance-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1199px) {
  .p-maintenance-section__images {
    gap: 30px;
  }
}
.p-maintenance-section__figure {
  width: calc(33.3333333333% - 33.3333333333px);
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1199px) {
  .p-maintenance-section__figure {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .p-maintenance-section__figure {
    width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .p-maintenance-section__figure {
    width: 100%;
  }
}
.p-maintenance-section__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-parts-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.p-parts-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-parts-intro__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-parts-intro__heading {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-parts-intro__heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-parts-intro__heading {
    font-size: 26px;
  }
}
.p-parts-intro__heading {
  color: #024;
  text-transform: uppercase;
  margin: 0;
}
.p-parts-intro__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-parts-intro__body {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-parts-intro__body {
    font-size: 20px;
  }
}
.p-parts-intro__body {
  color: #000;
}
.p-parts-intro__body p {
  margin: 0;
}
.p-parts-intro__scroll-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-parts-intro__scroll-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(20% - 16px);
  height: 80px;
  padding: 10px 20px;
  border: 1px solid #0F4C94;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  gap: 5px;
  min-width: 230px;
}
.p-parts-intro__scroll-btn:hover {
  background-color: #0F4C94;
  -webkit-box-shadow: 0 4px 12px rgba(15, 76, 148, 0.3);
          box-shadow: 0 4px 12px rgba(15, 76, 148, 0.3);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-parts-intro__scroll-btn:hover .p-parts-intro__scroll-text {
  color: #fff;
}
.p-parts-intro__scroll-btn:hover .p-parts-intro__scroll-arrow {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.p-parts-intro__scroll-btn:hover .p-parts-intro__scroll-arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-parts-intro__scroll-icon {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-parts-intro__scroll-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.p-parts-intro__scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
}
.p-parts-intro__scroll-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-parts-intro__scroll-text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-parts-intro__scroll-text {
    font-size: 17px;
  }
}
.p-parts-intro__scroll-text {
  color: #024;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-parts-intro__scroll-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-parts-intro__scroll-arrow img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.p-parts-flow {
  padding: 60px 0;
}
.p-parts-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .p-parts-flow__inner {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .p-parts-flow__inner {
    gap: 10px;
  }
}
.p-parts-flow__header {
  width: 100%;
}
@media (max-width: 767px) {
  .p-parts-flow .flow {
    max-width: 400px;
  }
}

.p-parts-section__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-parts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .p-parts-inner {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .p-parts-inner {
    padding: 30px 0;
  }
}
.p-parts-inner__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .p-parts-inner__detail {
    gap: 10px;
    margin-top: 15px;
  }
}
.p-parts-inner__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-parts-inner__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-parts-inner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: calc(50% - 20px - 12.5px);
}
@media (max-width: 767px) {
  .p-parts-inner__item {
    width: 100%;
    max-width: 450px;
  }
}
.p-parts-inner__image {
  width: 100%;
}
.p-parts-inner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-parts-inner__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-parts-inner__label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-parts-inner__label {
    font-size: 20px;
  }
}
.p-parts-inner__label {
  color: #000;
  text-align: center;
}
.p-parts-inner__label--after {
  color: #0F4C94;
}
.p-parts-inner__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
}
@media (max-width: 767px) {
  .p-parts-inner__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-parts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 10px;
  border-left: 5px solid #024;
}
@media (max-width: 767px) {
  .p-parts-title {
    padding: 0 0 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.p-parts-title__main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-parts-title__main {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-parts-title__main {
    font-size: 20px;
  }
}
.p-parts-title__main {
  color: #002244;
}
.p-parts-title__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-parts-title__sub {
    font-size: 17px;
  }
}
.p-parts-title__sub {
  color: #606060;
}

.p-parts-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  .p-parts-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .p-parts-meta {
    gap: 15px;
  }
}
.p-parts-meta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575px) {
  .p-parts-meta__row {
    gap: 5px;
  }
}
.p-parts-meta__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 115px;
  padding: 0 10px;
  background-color: #0F4C94;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-parts-meta__term {
    font-size: 17px;
  }
}
.p-parts-meta__term {
  text-align: center;
}
@media (max-width: 575px) {
  .p-parts-meta__term {
    width: 100px;
    padding: 0 5px;
  }
}
.p-parts-meta__desc {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-parts-meta__desc {
    font-size: 17px;
  }
}
.p-parts-meta__desc {
  color: #000;
  padding: 0 15px;
}
@media (max-width: 575px) {
  .p-parts-meta__desc {
    padding: 0 5px;
  }
}
.p-parts-meta__desc.large {
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-parts-meta__desc.large {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-parts-meta__desc.large {
    font-size: 20px;
  }
}
.p-parts-meta__desc.large {
  font-weight: bold;
}

.p-parts-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  .p-parts-role {
    gap: 10px;
  }
}
.p-parts-role__item {
  padding-left: 18px;
  border-left: 2px solid #0F4C94;
}
@media (max-width: 767px) {
  .p-parts-role__item {
    padding-left: 10px;
  }
}
.p-parts-role__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-parts-role__title {
    font-size: 17px;
  }
}
.p-parts-role__title {
  color: #0F4C94;
}
.p-parts-role__text {
  margin: 5px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
}

.p-company-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-profile__inner {
  max-width: 1032px;
}
.p-company-profile__inner .c-title-common {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-company__list {
  width: 100%;
  margin: 0;
}
.p-company__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 2px dashed #6290c6;
  gap: 50px;
}
@media (max-width: 991px) {
  .p-company__list__item {
    gap: 30px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-company__list__item {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .p-company__list__item {
    gap: 10px;
  }
}
.p-company__list__item:last-child {
  border-bottom: none;
}
.p-company__list__item--clients {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company__list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-company__list__label {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-company__list__label {
    font-size: 20px;
  }
}
.p-company__list__label {
  color: #000;
}
@media (max-width: 991px) {
  .p-company__list__label {
    width: 200px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .p-company__list__label {
    width: 100%;
    gap: 5px;
  }
}
.p-company__list__label-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-company__list__label-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .p-company__list__label-icon {
    width: 15px;
    height: 15px;
  }
}
.p-company__list__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-company__list__value {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-company__list__value {
    font-size: 17px;
  }
}
.p-company__list__value {
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .p-company__list__value {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.p-company__list__value a {
  color: #000;
  text-decoration: underline;
}
.p-company__list__client-group {
  margin-bottom: 30px;
}
.p-company__list__client-group:last-child {
  margin-bottom: 0;
}
.p-company__list__client-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-company__list__client-category {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-company__list__client-category {
    font-size: 20px;
  }
}
.p-company__list__client-category {
  color: #000;
  margin-bottom: 20px;
}
.p-company__list__client-category-icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(rgb(123, 180, 248)), to(rgb(123, 180, 248)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, rgb(123, 180, 248) 0%, rgb(123, 180, 248) 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company__list__client-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .p-company__list__client-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.p-company__list__client-col {
  width: calc(50% - 10px);
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .p-company__list__client-col {
    width: calc(50% - 10px);
  }
}
.p-company__list__client-col li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-company__list__client-col li {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-company__list__client-col li {
    font-size: 17px;
  }
}
.p-company__list__client-col li {
  color: #000;
}
.p-company__list__note {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-company__list__note {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-company__list__note {
    font-size: 17px;
  }
}
.p-company__list__note {
  color: #000;
  text-align: right;
}

.p-company-base__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .p-company-base__content {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .p-company-base__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-company-base__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 620px;
  max-width: calc(50% - 30px);
  margin: 0;
}
@media (max-width: 991px) {
  .p-company-base__map {
    width: 100%;
    max-width: 400px;
  }
}
.p-company-base__map img {
  width: 100%;
  height: auto;
}
.p-company-base .p-company__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-company-base .p-company__list .p-company__list__item .p-company__list__label {
  width: 150px;
}

.p-company-quality {
  background-color: #fff;
}
.p-company-quality__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-company-quality__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-company-quality__lead {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-company-quality__lead {
    font-size: 20px;
  }
}
.p-company-quality__lead {
  color: #000;
}
.p-company-quality__box {
  background-color: #F2F9FF;
  border: 9px solid #0F4C94;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 991px) {
  .p-company-quality__box {
    padding: 30px;
    border-width: 6px;
  }
}
@media (max-width: 767px) {
  .p-company-quality__box {
    padding: 20px;
    border-width: 4px;
  }
}
.p-company-quality__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.p-company-quality__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-company-quality__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-company-quality__text {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-company-quality__text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-company-quality__text {
    font-size: 22px;
  }
}
.p-company-quality__text {
  color: #000;
  margin: 0;
}

.p-company-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .p-company-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-company-access__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 30px);
  margin: 0;
  aspect-ratio: 5/3;
}
@media (max-width: 991px) {
  .p-company-access__map {
    width: 100%;
    max-width: 600px;
  }
}
.p-company-access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-top: 10px;
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .p-company-access__info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-company-access__info {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .p-company-access__info {
    gap: 20px;
  }
}
.p-company-access__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-company-access__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media (max-width: 1459px) {
  .p-company-access__heading {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .p-company-access__heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p-company-access__heading {
    font-size: 24px;
  }
}
.p-company-access__heading {
  color: #000;
}
.p-company-access__heading-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company-access__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-company-access__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-company-access__text {
    font-size: 20px;
  }
}
.p-company-access__text {
  color: #000;
}
.p-company-access__transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-company-access__transport-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: #0F4C94;
  padding: 12px 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-company-access__transport-icon {
  width: 55px;
  height: 55px;
}
@media (max-width: 767px) {
  .p-company-access__transport-icon {
    width: 40px;
    height: 40px;
  }
}
.p-company-access__transport-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-company-access__transport-label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-company-access__transport-label {
    font-size: 20px;
  }
}
.p-company-access__transport-label {
  color: #fff;
}
.p-company-access__routes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-company-access__routes li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-company-access__routes li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-company-access__routes li {
    font-size: 20px;
  }
}
.p-company-access__routes li {
  color: #000;
}

.p-greeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 40px;
}
@media (max-width: 1199px) {
  .p-greeting__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.p-greeting__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 900px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-greeting__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-greeting__heading {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-greeting__heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-greeting__heading {
    font-size: 26px;
  }
}
.p-greeting__heading {
  color: #024;
}
.p-greeting__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-greeting__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-greeting__text {
    font-size: 20px;
  }
}
.p-greeting__text {
  color: #000;
}
.p-greeting__text p + p {
  margin-top: 40px;
}
.p-greeting__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 460px;
}
@media (max-width: 1199px) {
  .p-greeting__photo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-greeting__photo img {
  width: 100%;
  height: 100%;
  max-width: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-greeting__signature {
  margin-top: 15px;
  width: 100%;
  max-width: 460px;
  text-align: right;
}
.p-greeting__signature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-greeting__signature-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-greeting__signature-text {
    font-size: 22px;
  }
}
.p-greeting__signature-text {
  color: #000;
}

.p-history__year-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .p-history__year-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .p-history__year-block {
    gap: 10px;
  }
}
.p-history__year-label {
  border-left: 3px solid #0F4C94;
  padding-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .p-history__year-label {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .p-history__year-label {
    padding-left: 10px;
  }
}
.p-history__year {
  display: block;
  width: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-history__year {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__year {
    font-size: 18px;
  }
}
.p-history__year {
  color: #024;
}
.p-history__events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
  min-width: 0;
}
@media (max-width: 991px) {
  .p-history__events {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__events {
    padding-left: 15px;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .p-history__events {
    padding-left: 5px;
    gap: 15px;
  }
}
.p-history__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .p-history__event {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__event {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .p-history__event {
    gap: 5px;
  }
}
.p-history__event-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-history__event-body {
    padding-left: 10px;
    border-left: 1px solid #0F4C94;
    width: 100%;
    gap: 10px;
  }
}
.p-history__event-item {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .p-history__event-item {
    border-bottom: 1px dashed #C2C2C2;
    padding-bottom: 10px;
  }
}
.p-history__event-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-history__month {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-history__month {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__month {
    font-size: 18px;
  }
}
.p-history__month {
  color: #6290c6;
  text-align: right;
}
.p-history__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-history__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__text {
    font-size: 18px;
  }
}
.p-history__text {
  color: #000;
}
@media (max-width: 575px) {
  .p-history__text {
    font-size: 16px;
  }
}
.p-history__sub-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-history__sub-text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-history__sub-text {
    font-size: 17px;
  }
}
.p-history__sub-text {
  color: #000;
  display: block;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .p-history__sub-text {
    font-size: 15px;
  }
}
.p-history__sub-text-item {
  display: block;
}
.p-history__patent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .p-history__patent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.p-history__patent-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-history__patent-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__patent-label {
    font-size: 18px;
  }
}
.p-history__patent-label {
  color: #000;
}
.p-history__patent-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  .p-history__patent-label::before {
    width: 15px;
    height: 15px;
  }
}
.p-history__patent--application .p-history__patent-label::before {
  background-color: #fed800;
}
.p-history__patent--priority .p-history__patent-label {
  width: auto;
  padding-right: 16px;
  white-space: nowrap;
}
.p-history__patent--priority .p-history__patent-label::before {
  background-color: #fed800;
}
.p-history__patent--granted .p-history__patent-label::before {
  background-color: #63a0d1;
}
.p-history__patent-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-history__patent-name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__patent-name {
    font-size: 18px;
  }
}
.p-history__patent-name {
  color: #000;
}
.p-history__certified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.p-history__certified-mark {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #0d9cfd;
}
@media (max-width: 575px) {
  .p-history__certified-mark {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.p-history__certified-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-history__certified-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-history__certified-text {
    font-size: 18px;
  }
}
.p-history__certified-text {
  color: #000;
}
@media (max-width: 575px) {
  .p-history__certified-text {
    font-size: 16px;
  }
}

.p-news-page__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-news-page__item {
  display: block;
  padding-top: 50px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-news-page__item:hover {
  opacity: 0.7;
}
.p-news-page__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}
@media (max-width: 1199px) {
  .p-news-page__item-inner {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-news-page__item-inner {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-page__thumbnail {
  width: 340px;
  aspect-ratio: 2/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 40%;
}
@media (max-width: 767px) {
  .p-news-page__thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
.p-news-page__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-page__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .p-news-page__meta {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-news-page__meta {
    gap: 15px;
  }
}
.p-news-page__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .p-news-page__date {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-news-page__date {
    font-size: 18px;
  }
}
.p-news-page__date {
  color: #6b6b6b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-page__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-news-page__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-news-page__title {
    font-size: 20px;
  }
}
.p-news-page__title {
  color: #000;
}
.p-news-page__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-page__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-news-page__pagination .page-numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-page__pagination .page-numbers li a,
.p-news-page__pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.p-news-page__pagination .page-numbers li a.page-numbers,
.p-news-page__pagination .page-numbers li span.page-numbers {
  width: 50px;
  height: 50px;
  background-color: #024;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-news-page__pagination .page-numbers li a.page-numbers,
  .p-news-page__pagination .page-numbers li span.page-numbers {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-news-page__pagination .page-numbers li a.page-numbers,
  .p-news-page__pagination .page-numbers li span.page-numbers {
    font-size: 20px;
  }
}
.p-news-page__pagination .page-numbers li a.page-numbers,
.p-news-page__pagination .page-numbers li span.page-numbers {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-news-page__pagination .page-numbers li a.page-numbers:hover,
.p-news-page__pagination .page-numbers li span.page-numbers:hover {
  background-color: rgb(0, 8.5, 17);
}
.p-news-page__pagination .page-numbers li span.current {
  background-color: #c49a28;
}
.p-news-page__pagination .page-numbers li span.current:hover {
  background-color: #c49a28;
}
.p-news-page__pagination .page-numbers li a.prev,
.p-news-page__pagination .page-numbers li a.next {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 2.5px solid #024;
  border-radius: 6px;
}
.p-news-page__pagination .page-numbers li a.prev:hover,
.p-news-page__pagination .page-numbers li a.next:hover {
  background-color: #e8f0fa;
}
.p-news-page__pagination .page-numbers li span.dots {
  width: 51px;
  height: auto;
  background-color: transparent;
  color: #024;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-news-page__pagination .page-numbers li span.dots {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-news-page__pagination .page-numbers li span.dots {
    font-size: 20px;
  }
}

.p-product-detail__title-icon--gold {
  background-color: #c49a28;
}

.p-product-detail__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .p-product-detail__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-product-detail__overview-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 991px) {
  .p-product-detail__overview-image {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.p-product-detail__overview-image img {
  width: 100%;
  height: auto;
}

.p-product-detail__overview-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-product-detail__overview-body {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .p-product-detail__overview-body {
    gap: 10px;
  }
}

.p-product-detail__overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-product-detail__overview-content {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .p-product-detail__overview-content {
    gap: 10px;
  }
}

.p-product-detail__overview-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-product-detail__overview-desc {
    font-size: 17px;
  }
}
.p-product-detail__overview-desc {
  color: #000;
  line-height: 1.9;
}

.p-product-detail__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 20px;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .p-product-detail__feature-list {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .p-product-detail__feature-list {
    gap: 10px;
    padding-left: 5px;
  }
}

.p-product-detail__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}

.p-product-detail__feature-icon {
  width: 20px;
  height: 20px;
  background-color: #007acc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-product-detail__feature-icon {
    width: 15px;
    height: 15px;
  }
}

.p-product-detail__feature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-detail__feature-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__feature-text {
    font-size: 20px;
  }
}
.p-product-detail__feature-text {
  color: #024;
}
@media (max-width: 575px) {
  .p-product-detail__feature-text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media (max-width: 575px) and (max-width: 991px) {
  .p-product-detail__feature-text {
    font-size: 19px;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  .p-product-detail__feature-text {
    font-size: 17px;
  }
}

.p-product-detail__diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-detail__diagram-image {
  width: 100%;
}
.p-product-detail__diagram-image img {
  width: 100%;
  height: auto;
}

.p-product-detail__diagram-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-product-detail__diagram-caption {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__diagram-caption {
    font-size: 17px;
  }
}
.p-product-detail__diagram-caption {
  color: #000;
  text-align: center;
}

.p-product-detail__diagram h3,
.p-product-detail__comparison h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-detail__diagram h3,
  .p-product-detail__comparison h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__diagram h3,
  .p-product-detail__comparison h3 {
    font-size: 22px;
  }
}
.p-product-detail__diagram h3,
.p-product-detail__comparison h3 {
  color: #024;
  margin-right: auto;
}

.p-product-detail__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-detail__comparison-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-product-detail__comparison-caption {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__comparison-caption {
    font-size: 17px;
  }
}
.p-product-detail__comparison-caption {
  color: #000;
  text-align: center;
}

.p-product-detail__models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-product-detail__models {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .p-product-detail__models {
    gap: 15px;
  }
}

.p-product-detail__ev-note {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-product-detail__ev-note {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__ev-note {
    font-size: 17px;
  }
}
.p-product-detail__ev-note {
  color: #024;
}
@media (max-width: 575px) {
  .p-product-detail__ev-note {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}

.p-product-detail__ev-note-link {
  color: #0F4C94;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-product-detail__ev-note-link:hover {
  opacity: 0.8;
}

.p-product-detail__model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
  width: 100%;
}
@media (max-width: 1199px) {
  .p-product-detail__model-grid {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .p-product-detail__model-grid {
    grid-template-columns: 1fr;
  }
}

.p-product-detail__model-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.p-product-detail__model-title {
  border-left: 3px solid rgba(15, 76, 148, 0.2);
  padding-left: 18px;
}

.p-product-detail__model-title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-product-detail__model-title-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__model-title-text {
    font-size: 20px;
  }
}
.p-product-detail__model-title-text {
  color: #024;
}

.p-product-detail__model-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 34, 68, 0.3);
  border-radius: 20px;
  -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1459px) {
  .p-product-detail__model-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-product-detail__pdf-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 575px) {
  .p-product-detail__pdf-thumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-product-detail__pdf-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.p-product-detail__pdf-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 240px;
  padding: 5px 20px;
  background-color: #0F4C94;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-product-detail__pdf-btn {
    width: 100%;
  }
}
.p-product-detail__pdf-btn:hover {
  background-color: #0d9cfd;
}
.p-product-detail__pdf-btn:hover .p-product-detail__pdf-btn-dot {
  -webkit-transform: translateY(-50%) scale(3);
          transform: translateY(-50%) scale(3);
}
.p-product-detail__pdf-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-product-detail__pdf-btn span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-product-detail__pdf-btn span {
    font-size: 17px;
  }
}
.p-product-detail__pdf-btn span {
  color: #fff;
}

.p-product-detail__pdf-btn-dot {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c49a28;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-pdf-section__item {
  display: block;
  width: 150px;
  height: 215px;
  border: 2px solid #024;
  overflow: hidden;
  position: relative;
  background-color: #e8f0fa;
}
.p-pdf-section__item:has(.p-product-detail__pdf-canvas)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 1;
}
.p-pdf-section__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-pdf-section__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-pdf-section__item-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
}
.p-pdf-section__item-icon img {
  width: 100%;
  height: 100%;
}

.p-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.p-faq__scroll-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-faq__scroll-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 15px);
  min-width: 230px;
  height: 95px;
  padding: 10px 30px;
  border: 1.5px solid #0F4C94;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1199px) {
  .p-faq__scroll-btn {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .p-faq__scroll-btn {
    width: calc(50% - 10px);
    height: 60px;
  }
}
@media (max-width: 575px) {
  .p-faq__scroll-btn {
    width: 100%;
    height: 50px;
    gap: 10px;
  }
}
.p-faq__scroll-btn:hover {
  background-color: #0F4C94;
  -webkit-box-shadow: 0 4px 12px rgba(15, 76, 148, 0.3);
          box-shadow: 0 4px 12px rgba(15, 76, 148, 0.3);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-faq__scroll-btn:hover .p-faq__scroll-btn-text,
.p-faq__scroll-btn:hover .p-faq__scroll-btn-icon {
  color: #fff;
}
.p-faq__scroll-btn:hover .p-faq__scroll-btn-icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.p-faq__scroll-btn:hover .p-faq__scroll-btn-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-faq__scroll-btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-faq__scroll-btn-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-faq__scroll-btn-text {
    font-size: 20px;
  }
}
.p-faq__scroll-btn-text {
  color: #0F4C94;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-faq__scroll-btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  color: #0F4C94;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1199px) {
  .p-faq__scroll-btn-icon {
    width: 15px;
  }
}
.p-faq__scroll-btn-icon svg {
  width: 100%;
  height: 100%;
}
.p-faq__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.p-faq__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-faq__category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .p-faq__category-title {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .p-faq__category-title {
    gap: 10px;
  }
}
.p-faq__category-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #c49a28;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .p-faq__category-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .p-faq__category-icon {
    width: 20px;
    height: 20px;
  }
}
.p-faq__category-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-faq__category-text {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-faq__category-text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-faq__category-text {
    font-size: 26px;
  }
}
.p-faq__category-text {
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-faq__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
  padding: 30px 20px;
  background: none;
  border: none;
  border-bottom: 1.5px solid rgba(0, 34, 68, 0.5);
  cursor: pointer;
  text-align: left;
}
@media (max-width: 991px) {
  .p-faq__item-btn {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-btn {
    gap: 20px;
    padding: 15px 0 15px 10px;
  }
}
.p-faq__item-btn[aria-expanded=true] .p-faq__item-toggle-line--v {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.p-faq__item-question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  min-width: 0;
}
@media (max-width: 991px) {
  .p-faq__item-question {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-question {
    gap: 20px;
  }
}
.p-faq__item-q {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media (max-width: 1459px) {
  .p-faq__item-q {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  .p-faq__item-q {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-q {
    font-size: 38px;
  }
}
.p-faq__item-q {
  color: #0F4C94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-faq__item-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-text {
    font-size: 22px;
  }
}
.p-faq__item-text {
  color: #000;
}
@media (max-width: 991px) {
  .p-faq__item-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .p-faq__item-text {
    font-size: 18px;
  }
}
.p-faq__item-toggle {
  position: relative;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .p-faq__item-toggle {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-toggle {
    width: 25px;
    height: 25px;
  }
}
.p-faq__item-toggle-line {
  position: absolute;
  background-color: #0F4C94;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.p-faq__item-toggle-line--h {
  width: 35px;
  height: 3px;
}
.p-faq__item-toggle-line--v {
  width: 3px;
  height: 35px;
}
.p-faq__item-answer {
  overflow: hidden;
  height: 0;
  opacity: 1;
  border-bottom: none;
  -webkit-transition: height 0.35s ease, opacity 0.3s ease;
  transition: height 0.35s ease, opacity 0.3s ease;
}
.p-faq__item-answer.is-closing {
  opacity: 0;
}
.p-faq__item-btn[aria-expanded=true] + .p-faq__item-answer {
  border-bottom: 1.5px solid rgba(0, 34, 68, 0.5);
}
.p-faq__item-answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 20px;
}
@media (max-width: 991px) {
  .p-faq__item-answer-inner {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-answer-inner {
    gap: 20px;
    padding: 15px 0 15px 10px;
  }
}
.p-faq__item-a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media (max-width: 1459px) {
  .p-faq__item-a {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  .p-faq__item-a {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-a {
    font-size: 38px;
  }
}
.p-faq__item-a {
  color: #6290c6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__item-answer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-faq__item-answer-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-answer-text {
    font-size: 20px;
  }
}
.p-faq__item-answer-text {
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .p-faq__item-answer-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-faq__item-answer-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .p-faq__item-answer-text {
    font-size: 18px;
  }
}
.p-faq__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-faq__note {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-faq__note {
    font-size: 20px;
  }
}
.p-faq__note {
  color: #000;
  text-align: right;
  margin: 0;
}
.p-faq__attention {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-faq__attention {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-faq__attention {
    font-size: 20px;
  }
}
.p-faq__attention {
  text-align: right;
  margin-top: 30px;
}

.p-privacy-policy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.p-privacy-policy__intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
}
.p-privacy-policy__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.p-privacy-policy__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-privacy-policy__title {
  border-left: 5px solid #024;
  padding: 10px 0 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-privacy-policy__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-privacy-policy__title {
    font-size: 20px;
  }
}
.p-privacy-policy__title {
  color: #002244;
}
.p-privacy-policy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
}
.p-privacy-policy__text ol {
  padding-left: 24px;
  list-style-type: decimal;
}
.p-privacy-policy__text ol ol {
  padding-left: 48px;
}
.p-privacy-policy__text li {
  line-height: 30px;
}
.p-privacy-policy__text p {
  margin-bottom: 0;
}

.p-contact-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}
.p-contact-thanks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 1400px;
  width: 100%;
}
.p-contact-thanks__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media (max-width: 1459px) {
  .p-contact-thanks__title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .p-contact-thanks__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-contact-thanks__title {
    font-size: 26px;
  }
}
.p-contact-thanks__title {
  color: #002244;
  text-align: center;
}
.p-contact-thanks__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.p-contact-thanks__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-contact-thanks__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-contact-thanks__text {
    font-size: 20px;
  }
}
.p-contact-thanks__text {
  color: #002244;
  text-align: center;
}
.p-contact-thanks__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 231px;
  height: 70px;
  padding: 20px 30px;
  background-color: #024;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .p-contact-thanks__button {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-contact-thanks__button {
    font-size: 17px;
  }
}
.p-contact-thanks__button {
  color: #fff;
  text-decoration: none;
}
.p-contact-thanks__button:hover {
  opacity: 0.8;
}

.p-contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px 20px;
}
@media (min-width: 1200px) {
  .p-contact-page {
    padding: 60px 260px;
  }
}
.p-contact-page__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-contact-page__desc {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-contact-page__desc {
    font-size: 20px;
  }
}
.p-contact-page__desc {
  text-align: center;
  color: #024;
}
@media (max-width: 767px) {
  .p-contact-page__desc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .p-contact-page__desc {
    font-size: 17px;
  }
}
.p-contact-page__tel-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-contact-page__tel-fax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: 100%;
  }
}
.p-contact-page__tel-fax a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-page__tel-fax a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-contact-page__tel-fax-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-contact-page__tel-fax-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-contact-page__tel-fax-label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-contact-page__tel-fax-label {
    font-size: 20px;
  }
}
.p-contact-page__tel-fax-label {
  color: #606060;
}
.p-contact-page__tel-fax-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 10px 30px;
  height: 160px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(104, 119, 165, 0.4);
          box-shadow: 10px 10px 30px 0 rgba(104, 119, 165, 0.4);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-contact-page__tel-fax-box {
    width: 100%;
    height: auto;
    padding: 20px;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .p-contact-page__tel-fax-box {
    padding: 20px 10px;
  }
}
.p-contact-page__tel-fax-icon {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-contact-page__tel-fax-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-contact-page__tel-fax-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .p-contact-page__tel-fax-icon {
    width: 40px;
    height: 40px;
  }
}
.p-contact-page__tel-fax-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-contact-page__tel-fax-number {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .p-contact-page__tel-fax-number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .p-contact-page__tel-fax-number {
    font-size: 32px;
  }
}
.p-contact-page__tel-fax-number {
  color: #0F4C94;
}
@media (max-width: 767px) {
  .p-contact-page__tel-fax-number {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .p-contact-page__tel-fax-number {
    font-size: 24px;
    letter-spacing: 3px;
  }
}

.p-contact-form {
  padding: 60px 20px;
}
@media (min-width: 1200px) {
  .p-contact-form {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .p-contact-form {
    padding: 40px 10px;
  }
}
.p-contact-form__inner {
  max-width: 1054px;
  margin: 0 auto;
}
.p-contact-form__body {
  width: 100%;
}
.p-contact-form .wpcf7-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-contact-form__card {
  background-color: #fff;
  padding: 60px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .p-contact-form__card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .p-contact-form__card {
    padding: 20px;
  }
}
.p-contact-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-contact-form__field-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-contact-form__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-contact-form__badge {
    font-size: 17px;
  }
}
.p-contact-form__badge {
  color: #fff;
}
@media (max-width: 767px) {
  .p-contact-form__badge {
    font-size: 15px;
    padding: 3px 6px;
  }
}
.p-contact-form__badge--required {
  background-color: #c49a28;
}
.p-contact-form__badge--optional {
  background-color: #C2C2C2;
}
.p-contact-form__field-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-contact-form__field-label {
    font-size: 17px;
  }
}
.p-contact-form__field-label {
  color: #000;
  padding: 8px;
}
.p-contact-form__input {
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-contact-form__input {
    font-size: 17px;
  }
}
.p-contact-form__input {
  color: #000;
}
@media (max-width: 767px) {
  .p-contact-form__input {
    padding: 10px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-contact-form__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__input::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__input:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__input::-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__input::placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__textarea {
  width: 100%;
  height: 577px;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-contact-form__textarea {
    font-size: 17px;
  }
}
.p-contact-form__textarea {
  color: #000;
  resize: vertical;
}
.p-contact-form__textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__textarea::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__textarea::-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.p-contact-form__textarea::placeholder {
  color: #000;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .p-contact-form__textarea {
    height: 300px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-contact-form__checkboxes .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-contact-form__checkboxes .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-contact-form__checkboxes .wpcf7-list-item {
  margin: 0;
  width: calc(33.3333333333% - 13.3333333333px);
  list-style: none;
}
@media (max-width: 1199px) {
  .p-contact-form__checkboxes .wpcf7-list-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .p-contact-form__checkboxes .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact-form__checkboxes .wpcf7-list-item label {
  display: block;
  position: relative;
  width: 100%;
  min-height: 30px;
  padding-left: 40px;
  cursor: pointer;
}
.p-contact-form__checkboxes .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.p-contact-form__checkboxes .wpcf7-list-item-label {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .p-contact-form__checkboxes .wpcf7-list-item-label {
    font-size: 17px;
  }
}
.p-contact-form__checkboxes .wpcf7-list-item-label {
  color: #000;
}
.p-contact-form__checkboxes .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}
.p-contact-form__checkboxes .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: -34px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  opacity: 0;
}
.p-contact-form__checkboxes .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #007acc;
  border-color: #007acc;
}
.p-contact-form__checkboxes .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form__checkbox-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000;
}
.p-contact-form__privacy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .p-contact-form__privacy-link {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-contact-form__privacy-link {
    font-size: 20px;
  }
}
.p-contact-form__privacy-link {
  color: #c49a28;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-contact-form__privacy-link {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .p-contact-form__privacy-link {
    font-size: 17px;
  }
}
.p-contact-form__submit {
  -ms-flex-item-align: center;
      align-self: center;
}
.p-contact-form .wpcf7-response-output {
  background-color: #fff;
  outline: 1px solid #fff;
}
.p-contact-form .wpcf7-response-output {
  margin-top: 0 !important;
}

.p-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 20px;
  background-color: #e8f0fa;
}
@media (min-width: 992px) {
  .p-404 {
    padding: 160px 260px;
  }
}
.p-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1400px;
  width: 100%;
}
.p-404__code {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 1459px) {
  .p-404__code {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .p-404__code {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .p-404__code {
    font-size: 44px;
  }
}
.p-404__code {
  color: #024;
}
@media (max-width: 767px) {
  .p-404__code {
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) and (max-width: 1459px) {
  .p-404__code {
    font-size: 68px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .p-404__code {
    font-size: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-404__code {
    font-size: 38px;
  }
}
.p-404__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1459px) {
  .p-404__title {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .p-404__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-404__title {
    font-size: 22px;
  }
}
.p-404__title {
  color: #002244;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .p-404__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-404__title {
    font-size: 18px;
  }
}
.p-404__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #002244;
  text-align: center;
}

.u-text-center {
  text-align: center !important;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.u-text-red {
  color: #ea3d3d !important;
}/*# sourceMappingURL=style.css.map */