@charset "UTF-8";
/* 共通ボタン */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  position: relative;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.cont-wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.admin-bar .l-header,
.admin-bar .fv,
.admin-bar .video-bg {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .l-header,
  .admin-bar .fv,
  .admin-bar .video-bg {
    top: 46px;
  }
}
.admin-bar .page-nav {
  top: calc(50% + 16px);
}
@media (max-width: 782px) {
  .admin-bar .page-nav {
    top: calc(50% + 23px);
  }
}

.c-btn-link a {
  position: relative;
  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: 100%;
  max-width: 330px;
  height: 50px;
  background-color: #012b80;
  border: solid 1.5px #012b80;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn-link a {
    font-size: 16px;
  }
}
.c-btn-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-color: #fff;
  mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn-link a:hover {
    background-color: #fff;
    color: #012b80;
  }
  .c-btn-link a:hover::after {
    background-color: #012b80;
  }
}
.c-btn-link.c-btn-top {
  display: block;
  width: 220px;
  margin: 40px auto 0;
}
.c-btn-link.c-btn-top a {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 1.5em;
}
.c-btn-link.bk-center {
  display: block;
  width: 320px;
  margin: 0 auto;
}
.c-btn-link.awards-solo {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .c-btn-link.awards-solo {
    margin-top: clamp(3.125rem, 2.232rem + 4.464vw, 4.375rem);
  }
}
.c-btn-link.u-contact {
  margin: 30px auto 0;
}
.c-btn-link.u-contact a {
  margin: 0 auto;
  background-color: #fff;
  color: #012b80;
  border-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-link.u-contact a::after {
  content: "";
  background-color: #012b80;
}
@media (hover: hover) {
  .c-btn-link.u-contact a:hover {
    background-color: #012b80;
    color: #fff;
  }
  .c-btn-link.u-contact a:hover::after {
    background-color: #fff;
  }
}
.c-btn-link.u-partner {
  display: block;
  width: 320px;
  margin: 40px auto 0;
}
.c-btn-link.u-partner a {
  background-color: #000;
  border-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-link.u-partner a::after {
  content: "";
  background-color: #fff;
}
@media (hover: hover) {
  .c-btn-link.u-partner a:hover {
    background-color: #fff;
    color: #000;
  }
  .c-btn-link.u-partner a:hover::after {
    background-color: #000;
  }
}
.c-btn-link.u-article {
  display: block;
  width: 300px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .c-btn-link.u-article {
    margin: clamp(3.125rem, 2.232rem + 4.464vw, 4.375rem) auto 0;
  }
}
.c-btn-link.u-article a {
  background-color: #000;
  border-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-link.u-article a::after {
  content: "";
  background-color: #fff;
}
@media (hover: hover) {
  .c-btn-link.u-article a:hover {
    background-color: #fff;
    color: #000;
  }
  .c-btn-link.u-article a:hover::after {
    background-color: #000;
  }
}
.c-btn-link.u-top {
  display: block;
  width: 260px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .c-btn-link.u-top {
    margin-top: 40px;
  }
}
.c-btn-link.btn-problem {
  display: block;
  width: 220px;
  margin: 44px 0 0 0;
}
@media (max-width: 768px) {
  .c-btn-link.btn-problem {
    margin: 30px auto 0;
  }
}
.c-btn-link.btn-problem a {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 1.5em;
}
.c-btn-link.btn-results {
  display: block;
  width: 254px;
  margin: 56px auto 0;
}
.c-btn-link.btn-results a {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 1.5em;
}
.c-btn-link.u-top-news {
  width: 324px;
  margin: 34px auto 0;
}
.c-btn-link.u-top-news a {
  margin: 0 auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 1.5em;
}
.c-btn-link.u-top-contact {
  width: 260px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .c-btn-link.u-top-contact {
    margin: clamp(1.5625rem, 0.982rem + 2.902vw, 2.375rem) auto 0;
  }
}
.c-btn-link.u-top-contact a {
  margin: 0 auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 1.5em;
}
.c-btn-link.btn-map {
  margin-top: 1.5rem;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-color: #012b80;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.l-header.is-open {
  width: 590px;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 590px;
  height: 100%;
}
.l-header__bar {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80px;
  min-width: 80px;
  height: 100%;
  padding: 30px 0 30px;
}
.l-header__logo-mark {
  width: 34px;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.l-header__logo-mark img {
  width: 100%;
  height: auto;
}
.l-header.is-open .l-header__logo-mark {
  opacity: 0;
  visibility: hidden;
}
.l-header__trigger {
  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: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.l-header__trigger:hover {
  opacity: 0.7;
}
.l-header.is-open .l-header__trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-header__trigger-icon {
  display: block;
  background-color: #fff;
}
.l-header__trigger-icon--square {
  width: 16px;
  height: 16px;
}
.l-header__trigger-icon--triangle {
  width: 0;
  height: 0;
  background-color: transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 16px solid #fff;
}
.l-header__trigger-icon--circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.l-header__bar-bottom {
  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;
}
.l-header__bar-icon-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: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media (hover: hover) {
  .l-header__bar-icon-btn:hover {
    opacity: 0.7;
  }
}
.l-header__bar-icon-btn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.l-header.is-open .l-header__bar-icon-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-header__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  gap: 30px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.l-header__panel.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-header__logo-full {
  height: 24px;
  margin-bottom: 0;
}
.l-header__logo-full img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__nav {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__nav-item {
  display: block;
}
.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
.l-header__nav-link--news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.l-header__nav-ja {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-header__nav-en {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-header__nav-sub {
  list-style: none;
  padding: 0;
  margin: 24px 0 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: 6px;
}
.l-header__nav-sub li {
  line-height: 1.5;
}
.l-header__nav-sub-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-header__nav-sub-link:hover {
    opacity: 0.7;
  }
}
.l-header__panel-bottom {
  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;
  margin-top: 40px;
}
.l-header__panel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 220px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #fff;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__panel-btn img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__panel-btn.clr-bk {
  position: relative;
  background-color: #000;
}
.l-header__panel-btn.clr-bk::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-b-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .l-header__panel-btn.clr-bk:hover {
    color: #000;
  }
  .l-header__panel-btn.clr-bk:hover::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
@media (hover: hover) {
  .l-header__panel-btn:hover {
    background-color: #fff;
    color: #012b80;
  }
  .l-header__panel-btn:hover .l-header__panel-btn-icon {
    border-color: #012b80;
  }
  .l-header__panel-btn:hover .l-header__panel-btn-icon img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.l-header__panel-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;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.l-header__panel-btn-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__panel-btn-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.l-header__panel-btn-sub {
  margin-left: auto;
}
.l-header__panel-btn-sub img {
  width: 12px;
  height: auto;
  display: block;
}
.l-header__panel-info-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: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__panel-info-btn:hover {
  opacity: 0.7;
}
.l-header__panel-info-btn img {
  width: 26px;
  height: auto;
}
.l-header__close {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (hover: hover) {
  .l-header__close:hover {
    opacity: 0.7;
  }
}
.l-header__close-icon {
  position: relative;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__close-icon::before, .l-header__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.l-header__close-icon::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__close-icon::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-header__close-label {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.l-header-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: transparent;
  pointer-events: none;
}
.l-header-overlay.is-active {
  pointer-events: auto;
}

/* スクロール表示 */
.scroll_down {
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .scroll_down {
    right: initial;
    left: 40px;
  }
}
@media (max-width: 480px) {
  .scroll_down {
    left: 30px;
  }
}
.scroll_down.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 67px;
  color: #012b80;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #012b80;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 140px;
  background: #012b80;
}

@media (max-width: 768px) {
  .l-header__bar,
  .l-header__panel {
    display: none !important;
  }
  .l-header {
    width: 100% !important;
    height: 60px;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .l-header.is-open {
    width: 100% !important;
  }
  .l-header__inner {
    width: 100%;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-header__sp-bar {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp-bar {
    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: 60px;
    padding: 0 16px;
    background-color: #012b80;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__sp-panel.is-open ~ .l-header__sp-bar {
    opacity: 0;
    visibility: hidden;
  }
}

.l-header__sp-logo {
  height: 20px;
}
.l-header__sp-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.l-header__sp-trigger {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.l-header__sp-trigger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -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;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header__sp-trigger[aria-expanded=true] .l-header__sp-trigger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.l-header__sp-trigger[aria-expanded=true] .l-header__sp-trigger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-header__sp-trigger[aria-expanded=true] .l-header__sp-trigger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.l-header__sp-panel {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #012b80;
    z-index: 1001;
    overflow-y: auto;
    padding: clamp(2.875rem, 2.25rem + 3.125vw, 3.75rem) 1.2rem 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__sp-panel.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__sp-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header__sp-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__sp-nav-item {
  padding: 0.9rem 0;
  border-top: 1px solid white;
}
.l-header__sp-nav-item:last-child {
  border-bottom: 1px solid white;
}
.l-header__sp-nav-row {
  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;
}
.l-header__sp-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.l-header__sp-nav-ja {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.l-header__sp-nav-en {
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.l-header__sp-nav-arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  position: relative;
}
.l-header__sp-nav-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__sp-nav-child {
  list-style: none;
  padding: 0;
  margin: 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: 5px;
  margin-top: 6px;
}
.l-header__sp-nav-child li {
  line-height: 1.4;
}
.l-header__sp-nav-child-link {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__sp-nav-child-link:hover {
  opacity: 0.7;
}
.l-header__sp-nav-sub {
  list-style: none;
  padding: 0;
  margin: 24px 0 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: 6px;
}
.l-header__sp-nav-sub li {
  line-height: 1.5;
}
.l-header__sp-nav-sub-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__sp-nav-sub-link:hover {
  opacity: 0.7;
}

.l-header__sp-panel-bottom {
  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;
  margin-top: 32px;
}

.l-header__sp-panel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.l-header__sp-panel-btn--recruit {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.l-header__sp-panel-btn--recruit:hover {
  background-color: #fff;
  color: #000;
}
.l-header__sp-panel-btn--contact {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.l-header__sp-panel-btn--contact:hover {
  background-color: #fff;
  color: #012b80;
}
.l-header__sp-panel-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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__sp-panel-btn-icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__sp-panel-btn-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.l-header__sp-panel-btn-sub {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__sp-panel-btn-sub img {
  width: 14px;
  height: auto;
  display: block;
}

.l-header-sp-overlay {
  display: none;
}
@media (max-width: 768px) {
  .l-header-sp-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: #012b80;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .l-header-sp-overlay.is-active {
    pointer-events: auto;
    opacity: 1;
  }
}

.page-nav {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  .page-nav {
    display: none;
  }
}
.page-nav__list {
  list-style: none;
  padding: 0;
  margin: 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: 16px;
}
.page-nav__dot {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  display: block;
}
.page-nav__dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page-nav__dot.is-active {
  background-color: #012b80;
  border-color: #012b80;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* === FV News === */
.fv-news {
  position: fixed;
  bottom: -1px;
  left: 120px;
  right: 0;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 620px;
  height: auto;
  z-index: 10;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media (max-width: 768px) {
  .fv-news {
    display: none;
  }
}
.fv-news.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fv-news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  padding-inline: 18px;
}
.fv-news__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  height: 100%;
  padding: 6px 20px 10px;
  background: #efefef;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.fv-news__tab .fv-news__tab-en {
  height: 16px;
}
.fv-news__tab .fv-news__tab-en img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv-news__tab .fv-news__tab-ja {
  font-size: 10px;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.fv-news__tab.is-active {
  background: #fff;
  z-index: 1;
}
.fv-news__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.fv-news__tab + .fv-news__tab {
  margin-left: 14px;
}

.fv-news__tab:not(.is-active) .fv-news__tab-en,
.fv-news__tab:not(.is-active) .fv-news__tab-ja {
  opacity: 0.6;
}

/* スライダー */
.fv-news__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv-news__slide-group {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fv-news__slide-group.is-active {
  opacity: 1;
  pointer-events: auto;
}

.fv-news__item {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 0 25px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.fv-news__item:not(.is-current) {
  pointer-events: none;
}
.fv-news__item:not(.is-current) * {
  pointer-events: none;
}

.fv-news__item.is-current {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fv-news__item.is-leaving {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  pointer-events: none;
}

.fv-news__date {
  position: relative;
  top: 1px;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fv-news__link {
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
}

.fv-news__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.fv-news__title {
  display: block;
  font-size: 15px;
  color: #383838;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.fv-news__title.is-overflow {
  -webkit-animation: fv-news-marquee var(--marquee-duration, 8s) linear infinite;
          animation: fv-news-marquee var(--marquee-duration, 8s) linear infinite;
  -webkit-animation-delay: var(--marquee-delay, 1s);
          animation-delay: var(--marquee-delay, 1s);
  -webkit-animation-play-state: running;
          animation-play-state: running;
  padding-right: 60px;
}

@media (hover: hover) {
  .fv-news__title:hover {
    background-size: 100% 1px;
  }
}
@-webkit-keyframes fv-news-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes fv-news-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv-logo {
  position: absolute;
  top: 4.026vw;
  left: 162px;
  z-index: 50;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: visible;
}
@media (max-width: 768px) {
  .p-fv-logo {
    display: none;
  }
}
.p-fv-logo img {
  width: 296px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-fv-logo.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* ナビ */
.fv-news__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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
.fv-news__nav--btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv-news__nav-btn {
  width: 32px;
  height: 42px;
  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;
  color: #0d2159;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.fv-news__nav-btn--prev {
  border-left: solid 0.5px #dedede;
  border-right: solid 0.5px #dedede;
}
.fv-news__nav-btn--next {
  border-radius: 0 10px 0 0;
}

.fv-news__nav-btn:hover {
  background: #f0f0f0;
}

.fv-news__counter {
  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: 100%;
  gap: 2px;
  min-width: 52px;
  font-family: "Noto Sans JP", sans-serif;
  background: #012b80;
  font-size: 13px;
  color: #fff;
  padding: 2px 12px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.fv-news__counter-sep {
  margin: 0 1px;
  opacity: 0.7;
}

/* TOP コンテンツ */
.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  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: transparent;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .section {
    position: static;
    height: auto;
    min-height: auto;
    opacity: 1;
    visibility: visible;
    padding: 70px 0;
  }
}
.section__inner {
  max-width: 1060px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section__inner {
    padding: 0 1.5rem;
  }
}
.section__inner--lead {
  color: #000;
  font-size: clamp(1.125rem, 0.699rem + 0.735vw, 1.3125rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 2.4;
  text-align: left;
}
@media (max-width: 768px) {
  .section__inner--lead {
    font-size: clamp(1rem, 0.866rem + 0.67vw, 1.1875rem);
    text-align: center;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2.1;
  }
}
.section--last {
  height: auto !important;
  min-height: 100vh;
  display: block;
  overflow-y: auto;
  padding-bottom: 0;
}
.section--last .section__inner {
  min-height: 100vh;
  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;
}
@media (max-width: 768px) {
  .section--last .section__inner {
    min-height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .section.section--news .section__inner {
    width: 100%;
    padding: 0;
  }
}

.p-top-title {
  height: clamp(1.625rem, -0.081rem + 2.941vw, 2.375rem);
}
@media (max-width: 768px) {
  .p-top-title {
    height: clamp(1.375rem, 0.661rem + 3.571vw, 2.375rem);
  }
}
.p-top-title.sec-about__title {
  height: 48px;
}
@media (max-width: 768px) {
  .p-top-title.sec-about__title {
    height: clamp(1.875rem, 1.071rem + 4.018vw, 3rem);
  }
}
.p-top-title.sec-solutions__title {
  height: 48px;
}
@media (max-width: 768px) {
  .p-top-title.sec-solutions__title {
    height: clamp(1.875rem, 1.071rem + 4.018vw, 3rem);
  }
}
.p-top-title.sec-projects__title {
  height: 60px;
}
@media (max-width: 768px) {
  .p-top-title.sec-projects__title {
    height: clamp(2.3125rem, 1.286rem + 5.134vw, 3.75rem);
  }
}
.p-top-title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-subtitle {
  margin-top: 30px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-top-subtitle {
    margin-top: clamp(1rem, 0.643rem + 1.786vw, 1.5rem);
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem);
    line-height: 1.4;
  }
}

.sec-common-cont {
  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: 768px) {
  .sec-common-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-common-cont.sec-vision {
  gap: clamp(3.5rem, 1.51rem + 3.431vw, 4.375rem);
}
@media (max-width: 768px) {
  .sec-common-cont.sec-vision {
    gap: clamp(2.125rem, 0.964rem + 5.804vw, 3.75rem);
  }
}
.sec-common-cont.sec-vision .sec-vision__card {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: clamp(22.5rem, 13.971rem + 14.706vw, 26.25rem);
  height: clamp(22.5rem, 13.971rem + 14.706vw, 26.25rem);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-vision .sec-vision__card {
    width: clamp(15.625rem, 8.036rem + 37.946vw, 26.25rem);
    height: clamp(15.625rem, 8.036rem + 37.946vw, 26.25rem);
  }
}
.sec-common-cont.sec-vision .sec-vision__card .vision__obj {
  position: absolute;
}
.sec-common-cont.sec-vision .sec-vision__card .vision__obj img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-common-cont.sec-vision .sec-vision__card .vision__obj--cube {
  top: calc(-1 * clamp(3.75rem, 2.328rem + 2.451vw, 4.375rem));
  right: calc(-1 * clamp(2.4375rem, 0.874rem + 2.696vw, 3.125rem));
  width: clamp(8.1875rem, 5.344rem + 4.902vw, 9.4375rem);
  height: clamp(9.125rem, 6.282rem + 4.902vw, 10.375rem);
}
@media (max-width: 768px) {
  .sec-common-cont.sec-vision .sec-vision__card .vision__obj--cube {
    top: calc(-1 * clamp(3rem, 1.688rem + 5.598vw, 4.375rem));
    right: calc(-1 * clamp(2.375rem, 1.659rem + 3.053vw, 3.125rem));
    width: clamp(6.125rem, 2.964rem + 13.486vw, 9.4375rem);
    height: clamp(6.75rem, 3.291rem + 14.758vw, 10.375rem);
  }
}
.sec-common-cont.sec-vision .sec-vision__card .vision__obj--wood {
  left: 50px;
  bottom: -74px;
  width: clamp(6.6875rem, 3.844rem + 4.902vw, 7.9375rem);
  height: clamp(7rem, 4.157rem + 4.902vw, 8.25rem);
}
@media (max-width: 768px) {
  .sec-common-cont.sec-vision .sec-vision__card .vision__obj--wood {
    left: clamp(1.375rem, -0.295rem + 7.125vw, 3.125rem);
    bottom: calc(-1 * clamp(2.375rem, 0.228rem + 9.16vw, 4.625rem));
    width: clamp(5.1875rem, 2.563rem + 11.196vw, 7.9375rem);
    height: clamp(5.375rem, 2.632rem + 11.705vw, 8.25rem);
  }
}
.sec-common-cont.sec-about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 35px;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-common-cont.sec-about .sec-about__card {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 440px;
  height: 440px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-about .sec-about__card {
    width: clamp(16.25rem, 8.214rem + 40.179vw, 27.5rem);
    height: clamp(16.25rem, 8.214rem + 40.179vw, 27.5rem);
  }
}
.sec-common-cont.sec-about .sec-about__card .about__obj {
  position: absolute;
}
.sec-common-cont.sec-about .sec-about__card .about__obj img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-common-cont.sec-about .sec-about__card .about__obj--yell {
  top: -43px;
  left: -36px;
  width: 190px;
  height: 161px;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-about .sec-about__card .about__obj--yell {
    top: calc(-1 * clamp(2.125rem, 1.588rem + 2.29vw, 2.6875rem));
    left: calc(-1 * clamp(1.3125rem, 0.418rem + 3.817vw, 2.25rem));
    width: clamp(7.5625rem, 3.448rem + 17.557vw, 11.875rem);
    height: clamp(6.4375rem, 2.979rem + 14.758vw, 10.0625rem);
  }
}
.sec-common-cont.sec-about .sec-about__card .about__obj--c-wood {
  right: -19px;
  bottom: 0;
  width: 142px;
  height: 154px;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-about .sec-about__card .about__obj--c-wood {
    right: calc(-1 * clamp(0.75rem, 0.333rem + 1.781vw, 1.1875rem));
    width: clamp(5.5625rem, 2.402rem + 13.486vw, 8.875rem);
    height: clamp(6rem, 2.541rem + 14.758vw, 9.625rem);
  }
}
.sec-common-cont.sec-solutions {
  gap: 56px;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-solutions {
    gap: clamp(2.125rem, 1.143rem + 4.911vw, 3.5rem);
  }
}
.sec-common-cont.sec-solutions .sec-solutions__card {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  width: 448px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-solutions .sec-solutions__card {
    width: clamp(17.5rem, 10rem + 37.5vw, 28rem);
    height: clamp(19.375rem, 8.661rem + 53.571vw, 34.375rem);
  }
}
.sec-common-cont.sec-solutions .sec-solutions__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 0;
  -webkit-mask-image: url("../img/top-solutions-mask.svg");
  mask-image: url("../img/top-solutions-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.sec-common-cont.sec-solutions .sec-solutions__card > * {
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
.sec-common-cont.sec-solutions .sec-solutions__card .solutions__obj {
  position: absolute;
}
.sec-common-cont.sec-solutions .sec-solutions__card .solutions__obj img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-common-cont.sec-solutions .sec-solutions__card .solutions__obj--triangle {
  top: 20px;
  left: 120px;
  width: 149px;
  height: 132px;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-solutions .sec-solutions__card .solutions__obj--triangle {
    top: clamp(1.5rem, 1.142rem + 1.527vw, 1.875rem);
    left: clamp(6.5625rem, 5.668rem + 3.817vw, 7.5rem);
    width: clamp(5.5625rem, 1.984rem + 15.267vw, 9.3125rem);
    height: clamp(5rem, 1.899rem + 13.232vw, 8.25rem);
  }
}
.sec-common-cont.sec-solutions .sec-solutions__card .solutions__obj--cy-wood {
  left: 100px;
  bottom: -10px;
  width: 145px;
  height: 150px;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-solutions .sec-solutions__card .solutions__obj--cy-wood {
    left: clamp(5.875rem, 5.517rem + 1.527vw, 6.25rem);
    bottom: clamp(0.3125rem, 0.014rem + 1.272vw, 0.625rem);
    width: clamp(5.5625rem, 2.223rem + 14.249vw, 9.0625rem);
    height: clamp(5.75rem, 2.291rem + 14.758vw, 9.375rem);
  }
}
.sec-common-cont.sec-projects {
  gap: 82px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-projects {
    gap: clamp(2.125rem, 0.071rem + 10.268vw, 5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-common-cont.sec-projects .sec-projects__card {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  width: 392px;
  height: 476px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-projects .sec-projects__card {
    width: clamp(15.6875rem, 9.393rem + 31.473vw, 24.5rem);
    height: clamp(19.1875rem, 11.643rem + 37.723vw, 29.75rem);
  }
}
.sec-common-cont.sec-projects .sec-projects__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 0;
  -webkit-mask-image: url("../img/top-projects-mask.svg");
  mask-image: url("../img/top-projects-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.sec-common-cont.sec-projects .sec-projects__card > * {
  position: relative;
  z-index: 1;
}
.sec-common-cont.sec-projects .sec-projects__card > h2 {
  margin-top: 4rem;
}
.sec-common-cont.sec-projects .sec-projects__card .projects__obj {
  position: absolute;
}
.sec-common-cont.sec-projects .sec-projects__card .projects__obj img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-common-cont.sec-projects .sec-projects__card .projects__obj--hexagon {
  top: -5px;
  left: 11px;
  width: 135px;
  height: 136px;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-projects .sec-projects__card .projects__obj--hexagon {
    top: clamp(0.0625rem, -0.176rem + 1.018vw, 0.3125rem);
    left: clamp(0.9375rem, 0.639rem + 1.272vw, 1.25rem);
    width: clamp(5.5rem, 2.697rem + 11.959vw, 8.4375rem);
    height: clamp(5.5625rem, 2.76rem + 11.959vw, 8.5rem);
  }
}
.sec-common-cont.sec-projects .sec-projects__card .projects__obj--tr-wood {
  right: 29px;
  bottom: -76px;
  width: 167px;
  height: 137px;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-common-cont.sec-projects .sec-projects__card .projects__obj--tr-wood {
    right: -3px;
    bottom: -24px;
    width: clamp(7.125rem, 3.964rem + 13.486vw, 10.4375rem);
    height: clamp(5.8125rem, 3.188rem + 11.196vw, 8.5625rem);
  }
}

.p-topsec-news {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 60px 50px;
}
@media (max-width: 768px) {
  .p-topsec-news {
    background: #fff;
    border-radius: 0;
    padding: 0 0 50px;
  }
}
.p-topsec-news__cont {
  display: grid;
  grid-template-columns: 258fr 605fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .p-topsec-news__cont {
    display: none;
  }
}
.p-topsec-news__cont + .p-topsec-news__cont {
  margin-top: 50px;
}
.p-topsec-news__title {
  height: 22px;
}
.p-topsec-news__title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-topsec-news--subtitle {
  margin-top: 8px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.p-topsec-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 12px 0;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-top: 1px solid #e8e8e8;
}
.p-topsec-news__item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.p-topsec-news__item a {
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
}
.p-topsec-news__item a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
@media (hover: hover) {
  .p-topsec-news__item a:hover {
    opacity: 0.9;
  }
  .p-topsec-news__item a:hover span {
    background-size: 100% 1px;
  }
}
.p-topsec-news__cat {
  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;
  min-width: 142px;
  padding: 4px 3px;
  background: #012b80;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-topsec-news__cat {
    min-width: auto;
  }
}
.p-topsec-news__date {
  position: relative;
  top: 1px;
  font-size: 14px;
  color: #363636;
  white-space: nowrap;
  min-width: 90px;
}
.p-topsec-news__title {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-underline-offset: 3px;
}

.p-topsec-news-sp {
  display: none;
}
@media (max-width: 768px) {
  .p-topsec-news-sp {
    display: block;
  }
}

/* SP タブ切り替え */
@media (max-width: 768px) {
  /* タブヘッダー */
  .p-topsec-news-sp__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-topsec-news-sp__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
    background: #efefef;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .p-topsec-news-sp__tab span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    margin-top: 2px;
    line-height: 1;
  }
  .p-topsec-news-sp__tab.is-active {
    background: #fff;
    color: #012b80;
    border-bottom: 1px solid #012b80;
  }
  /* タブコンテンツ */
  .p-topsec-news-sp__panel {
    display: none;
    padding: 2rem 0 0;
  }
  .p-topsec-news-sp__panel.is-active {
    display: block;
  }
  /* PC用のコンテンツを非表示 */
  .l-news,
  .l-press {
    display: none !important;
  }
  /* リストアイテム */
  .p-topsec-news-sp .p-topsec-news__list {
    width: 88%;
    margin: 0 auto;
  }
  .p-topsec-news-sp .p-topsec-news__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 10px 0 12px;
  }
  .p-topsec-news-sp .p-topsec-news__item:first-child {
    border-top: none;
  }
  .p-topsec-news-sp .p-topsec-news__date {
    display: block;
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
  }
  .p-topsec-news-sp .p-topsec-news__title {
    font-size: 15px;
    color: #000;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.p-top-contact {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 60px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 80px 70px;
}
@media (max-width: 768px) {
  .p-top-contact {
    border-radius: clamp(1.875rem, 0.536rem + 6.696vw, 3.75rem);
    padding: clamp(2.5rem, 1.607rem + 4.464vw, 3.75rem) clamp(1.875rem, 0.982rem + 4.464vw, 3.125rem) clamp(2.5rem, 1.607rem + 4.464vw, 3.75rem);
  }
}
.p-top-contact__title {
  height: 45px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-top-contact__title {
    height: clamp(1.75rem, 0.991rem + 3.795vw, 2.8125rem);
  }
}
.p-top-contact__title img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-contact__sub-title {
  margin-top: 24px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-contact__sub-title {
    margin-top: 1.2em;
    font-size: clamp(1rem, 0.821rem + 0.893vw, 1.25rem);
  }
}
.p-top-contact__tel {
  height: 41px;
  margin: 34px auto 0;
  color: #012b80;
  font-size: 58px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-top-contact__tel {
    height: clamp(1.5625rem, 0.982rem + 2.902vw, 2.375rem);
  }
}
.p-top-contact__tel img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.p-top-contact__info {
  margin-top: 34px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-top-contact__info {
    margin-top: clamp(1.5625rem, 0.982rem + 2.902vw, 2.375rem);
  }
}

.cont-wrapper {
  position: relative;
  height: auto;
  margin-left: 80px;
  width: calc(100% - 80px);
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .cont-wrapper {
    width: 100%;
    margin: 0;
    margin-top: 60px;
    height: auto;
    overflow: visible;
  }
}
.cont-wrapper.is-lower {
  overflow: auto;
  overflow-x: hidden;
  background-color: transparent;
}

body {
  position: relative;
  background-color: #f2f2f2;
}

.main-content {
  position: relative;
  height: auto;
  overflow: visible;
}
@media (max-width: 768px) {
  .main-content {
    height: auto;
    overflow: visible;
  }
}
.main-content .main-anniversary-logo {
  position: fixed;
  top: 4.026vw;
  right: 4.245vw;
  display: block;
  z-index: 100;
}
@media (max-width: 768px) {
  .main-content .main-anniversary-logo {
    top: 90px;
    right: 4.6vw;
  }
}
.main-content .main-anniversary-logo a {
  display: block;
  width: 50px;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-content .main-anniversary-logo a {
    width: 36px;
  }
}
.main-content .main-anniversary-logo a:hover {
  opacity: 0.9;
}
.main-content .main-anniversary-logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-lower-cont {
  position: relative;
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 0 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-lower-cont {
    width: 88%;
    padding: clamp(1.25rem, 0rem + 6.25vw, 3rem) 0 0;
  }
}

.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media (max-width: 768px) {
  .fv {
    height: 100svh;
  }
}
.fv.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fv__video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.fv__content h1 {
  font-size: 64px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
.fv__still {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  z-index: 1;
}
.fv__still.is-visible {
  opacity: 1;
}
.fv__slides {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .fv__slides {
    padding-top: 60px;
  }
}
.fv__slide {
  position: absolute;
  inset: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 160px;
  padding-bottom: 240px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .fv__slide {
    padding-left: clamp(1.25rem, 0.268rem + 4.911vw, 2.625rem);
    padding-bottom: clamp(15rem, 7.844rem + 30.534vw, 22.5rem);
  }
}
.fv__slide.is-active {
  opacity: 1;
}
.fv__slide--title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 15%;
}
.fv__slide-line {
  display: block;
  color: #000;
  font-size: clamp(1.5rem, 0.938rem + 1.172vw, 1.6875rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255), 0 0 60px rgba(255, 255, 255, 0.95), 0 0 100px rgba(255, 255, 255, 0.85), 0 0 150px rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 2.4s ease, -webkit-transform 2.4s ease;
  transition: opacity 2.4s ease, -webkit-transform 2.4s ease;
  transition: opacity 2.4s ease, transform 2.4s ease;
  transition: opacity 2.4s ease, transform 2.4s ease, -webkit-transform 2.4s ease;
}
@media (max-width: 768px) {
  .fv__slide-line {
    font-size: clamp(1.0625rem, 0.839rem + 1.116vw, 1.375rem);
  }
}
.fv__slide-line.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fv__title-svg {
  display: block;
  max-width: 700px;
  width: 55%;
  margin-left: -14px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, transform 3s ease;
  transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
}
@media (max-width: 768px) {
  .fv__title-svg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
    height: clamp(6.875rem, 3.297rem + 15.267vw, 10.625rem);
    margin-left: -13px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 12px;
  }
}
.fv__title-svg.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fv__title-svg-wrap {
  position: absolute;
  left: 7%;
  top: calc(50% - 240px - 80px);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  pointer-events: none;
}
.fv__title-svg--1, .fv__title-svg--2 {
  display: block;
  height: auto;
  width: auto;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.6s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.6s ease;
  transition: opacity 1.5s ease, transform 1.6s ease;
  transition: opacity 1.5s ease, transform 1.6s ease, -webkit-transform 1.6s ease;
}
.fv__title-svg--1.is-visible, .fv__title-svg--2.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fv__movie-btn {
  position: absolute;
  right: 90px;
  bottom: 32px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
  -webkit-transition: background 0.25s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: background 0.25s ease, opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 768px) {
  .fv__movie-btn {
    right: clamp(1rem, 0.643rem + 1.786vw, 1.5rem);
  }
}
.fv__movie-btn:hover {
  background: rgba(0, 0, 0, 0.65);
}
.fv__movie-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv__movie-btn-icon::before, .fv__movie-btn-icon::after {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fv__movie-btn.is-paused .fv__movie-btn-icon {
  gap: 0;
}
.fv__movie-btn.is-paused .fv__movie-btn-icon::before {
  width: 0;
  height: 0;
  background: transparent;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #fff;
  border-radius: 0;
}
.fv__movie-btn.is-paused .fv__movie-btn-icon::after {
  display: none;
}
.fv__movie-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video-bg {
    opacity: 0.01;
    height: 100svh;
  }
}
.video-bg.is-visible {
  opacity: 1;
}
.video-bg__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(5px);
  z-index: 2;
}
@media (max-width: 768px) {
  .video-bg__overlay {
    display: none;
  }
}
.video-bg__still {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 2.2s ease;
  transition: opacity 2.2s ease;
  z-index: 1;
}
.video-bg__still.is-visible {
  opacity: 1;
}

.video-bg-sp-overlay {
  display: none;
}
@media (max-width: 768px) {
  .video-bg-sp-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(5px);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.sections-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
  overflow: hidden;
  padding-top: 150vh;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sections-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 150svh;
  }
}

@media (max-width: 768px) {
  .section--news {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    padding-bottom: 100px;
  }
}
.fv-sp-spacer {
  display: none;
}

@media (max-width: 768px) {
  .section--news {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    padding-bottom: 100px;
  }
}
/* 下層ページ */
/* パンクズ */
.l-lower-cont__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .l-lower-cont__breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    scrollbar-width: none;
    gap: 4px 0.6rem;
  }
}
.l-lower-cont__breadcrumb-list::-webkit-scrollbar {
  display: none;
}
.l-lower-cont__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .l-lower-cont__breadcrumb-item {
    font-size: 12px;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .l-lower-cont__breadcrumb-item {
    font-size: 11px;
    white-space: normal;
  }
}
.l-lower-cont__breadcrumb-item:not(:last-child)::after {
  content: "";
  position: relative;
  top: 1px;
  background-image: url(../img/icon-breadcrumb-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6em;
  height: 0.6em;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .l-lower-cont__breadcrumb-item:not(:last-child)::after {
    margin-left: 0.6rem;
  }
}
.l-lower-cont__breadcrumb-item .l-lower-cont__breadcrumb-link {
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.l-lower-cont__breadcrumb-item .l-lower-cont__breadcrumb-link:hover {
  color: #012b80;
}

.l-lower-cont__head {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .l-lower-cont__head {
    margin-top: clamp(3.125rem, 1.786rem + 6.696vw, 5rem);
  }
}
.l-lower-cont__head-title {
  font-family: "Futura";
  color: #012b80;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
.l-lower-cont__head-title img {
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .l-lower-cont__head-title img {
    height: clamp(3.125rem, 1.607rem + 7.589vw, 5.25rem);
  }
}
.l-lower-cont__head-label {
  margin-top: 30px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .l-lower-cont__head-label {
    margin-top: clamp(0.5rem, -0.482rem + 4.911vw, 1.875rem);
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem);
  }
}
.l-lower-cont__head-label.u-mnwk {
  margin-top: 12px;
  font-size: 37px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-lower-cont__head-label.u-mnwk {
    font-size: clamp(1.5rem, 1.054rem + 2.232vw, 2.125rem);
  }
}
.l-lower-cont__head + .l-lower-cont__section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .l-lower-cont__head + .l-lower-cont__section {
    margin-top: clamp(3.125rem, 0.893rem + 11.161vw, 6.25rem);
  }
}
.l-lower-cont__head + .c-page-nav {
  margin-top: 110px;
}
.l-lower-cont__section {
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .l-lower-cont__section {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
  }
}
.l-lower-cont__section.u-nobg {
  background-color: initial;
  border-radius: 0;
}
.l-lower-cont__section.sec-small {
  max-width: 980px;
  margin-inline: auto;
}
.l-lower-cont__section + .l-lower-cont__section {
  margin-top: clamp(6.25rem, -1.25rem + 15.625vw, 8.75rem);
}
@media (max-width: 768px) {
  .l-lower-cont__section + .l-lower-cont__section {
    margin-top: clamp(3.75rem, 1.964rem + 8.929vw, 6.25rem);
  }
}
.l-lower-cont__h2 {
  color: #012b80;
  min-width: 5em;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.5rem + 0.781vw, 2rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .l-lower-cont__h2 {
    font-size: clamp(1.375rem, 1.018rem + 1.786vw, 1.875rem);
  }
}
.l-lower-cont__h2.c-line-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  white-space: nowrap;
}
.l-lower-cont__h2.c-line-blue::before, .l-lower-cont__h2.c-line-blue::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #012b80;
}
.l-lower-cont__h2.h2-c-blue {
  padding: 0.4em 0;
  background-color: #012b80;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .l-lower-cont__h2.h2-c-blue {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) 0 0;
  }
}
.l-lower-cont__h2.h2-c-gray {
  padding: 0.4em 0;
  background-color: #7b7b7b;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .l-lower-cont__h2.h2-c-gray {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) 0 0;
  }
}
.l-lower-cont__h2.h2-u-nobg {
  color: #000;
  text-align: center;
}
.l-lower-cont__h2.c-yellow {
  color: #d59900;
  text-align: center;
}
.l-lower-cont__h2.c-green {
  color: #007c37;
  text-align: center;
}
.l-lower-cont__h2.c-red {
  color: #e34e37;
  text-align: center;
}

/* ページナビ */
.c-page-nav {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .c-page-nav {
    display: none;
  }
}
.c-page-nav__list {
  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: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-page-nav__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.c-page-nav__list--item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 220px;
}
@media (max-width: 1024px) {
  .c-page-nav__list--item {
    width: 100%;
    max-width: 100%;
  }
}
.c-page-nav__list--item a {
  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-align: center;
  width: 100%;
  height: 66px;
  background-color: #012b80;
  border: solid 2px #012b80;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s ease, color 0.2s ease;
  transition: background-color 0.3s ease, color 0.2s ease;
}
.c-page-nav__list--item a:hover {
  background-color: #fff;
  color: #012b80;
}
.c-page-nav + .l-lower-cont__section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .c-page-nav + .l-lower-cont__section {
    margin-top: clamp(3.125rem, 1.339rem + 8.929vw, 5.625rem);
  }
}
.c-page-nav.c-page-nav-ad a {
  background-color: #d59900;
  border-color: #d59900;
}
.c-page-nav.c-page-nav-ad a:hover {
  background-color: #fff;
  color: #d59900;
}
.c-page-nav.c-page-nav-it a {
  background-color: #007c37;
  border-color: #007c37;
}
.c-page-nav.c-page-nav-it a:hover {
  background-color: #fff;
  color: #007c37;
}
.c-page-nav.c-page-nav-hr a {
  background-color: #e34e37;
  border-color: #e34e37;
}
.c-page-nav.c-page-nav-hr a:hover {
  background-color: #fff;
  color: #e34e37;
}

/* MNWK WAY */
.p-company__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  color: #012b80;
  font-size: clamp(2.25rem, 0.75rem + 3.125vw, 2.75rem);
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-company__title {
    margin: 0 auto clamp(1.5rem, -0.107rem + 8.036vw, 3.75rem);
    font-size: clamp(1.0625rem, 0.482rem + 2.902vw, 1.875rem);
  }
}
.p-company__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.6875rem, 1.125rem + 1.172vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-company__title span {
    font-size: clamp(0.9375rem, 0.446rem + 2.455vw, 1.625rem);
  }
}
.p-company p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-company p {
    font-size: clamp(0.9375rem, 0.804rem + 0.67vw, 1.125rem);
  }
}
.p-company p + p {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-company p + p {
    margin-top: clamp(1.5rem, 0.964rem + 2.679vw, 2.25rem);
  }
}

.p-story__cont {
  padding: 20px clamp(3.125rem, -0.625rem + 7.813vw, 4.375rem) 40px;
}
@media (max-width: 768px) {
  .p-story__cont {
    padding: 20px clamp(1.625rem, 1rem + 3.125vw, 2.5rem) 40px;
  }
}
.p-story__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  width: 100%;
  padding: 2rem 0;
}
@media (max-width: 928px) {
  .p-story__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1.5rem, -0.75rem + 4.688vw, 2.25rem);
  }
}
@media (max-width: 768px) {
  .p-story__item {
    gap: clamp(1.5rem, 0.964rem + 2.679vw, 2.25rem);
  }
}
@media (max-width: 768px) {
  .p-story__item:nth-child(1) {
    padding-top: 0;
  }
}
.p-story__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 928px) {
  .p-story__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-story__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-story__item:nth-child(3) {
    padding-bottom: 0;
  }
}
.p-story__item + .p-story__item {
  border-top: solid 1px #f1f1f1;
}
.p-story__item--thumb {
  width: 268px;
}
@media (max-width: 768px) {
  .p-story__item--thumb {
    width: 228px;
  }
}
.p-story__item--thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-story__item--txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-story__item--txtarea .p-story__title {
  margin-bottom: 1rem;
  color: #012b80;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-story__item--txtarea .p-story__title {
    font-size: clamp(1.25rem, 1.161rem + 0.446vw, 1.375rem);
    text-align: center;
  }
}
.p-story__item--txtarea p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.p-mnwk-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .p-mnwk-way {
    margin-bottom: 110px;
  }
}
@media (max-width: 820px) {
  .p-mnwk-way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 90px;
  }
}
.p-mnwk-way > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.6;
}
.p-mnwk-way__head {
  margin-left: 70px;
}
@media (max-width: 1024px) {
  .p-mnwk-way__head {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__head {
    margin-left: 0;
  }
}
.p-mnwk-way__head--title {
  height: 48px;
}
@media (max-width: 820px) {
  .p-mnwk-way__head--title {
    height: 38px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__head--title {
    height: clamp(1.125rem, 0.321rem + 4.018vw, 2.25rem);
    margin: 0 auto;
  }
}
.p-mnwk-way__head--title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-mnwk-way__head--title img {
    margin: 0 auto;
  }
}
.p-mnwk-way__head--txt {
  margin-top: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 820px) {
  .p-mnwk-way__head--txt {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__head--txt {
    margin-top: clamp(1.875rem, 1.25rem + 3.125vw, 2.75rem);
    font-size: clamp(0.9375rem, 0.804rem + 0.67vw, 1.125rem);
    text-align: center;
  }
}
.p-mnwk-way__card-wrap {
  position: relative;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  width: 100%;
}
.p-mnwk-way__card-wrap.u-triangle {
  max-width: 620px;
  margin-left: -100px;
}
@media (max-width: 820px) {
  .p-mnwk-way__card-wrap.u-triangle {
    margin: 0 auto;
  }
}
.p-mnwk-way__card-wrap.u-triangle::before {
  content: "";
  position: absolute;
  top: 87px;
  left: 90px;
  background-image: url(../img/mnwk-way-block_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 181px;
  height: 145px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-mnwk-way__card-wrap.u-triangle::before {
    top: 87px;
    left: 110px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__card-wrap.u-triangle::before {
    top: clamp(1.25rem, 0.057rem + 5.089vw, 2.5rem);
    left: clamp(3.875rem, 0.177rem + 15.776vw, 7.75rem);
    width: clamp(5.75rem, 1.777rem + 19.866vw, 11.3125rem);
    height: clamp(4.625rem, 1.455rem + 15.848vw, 9.0625rem);
  }
}
.p-mnwk-way__card-wrap.u-rectangle {
  padding-right: 167px;
}
@media (max-width: 1024px) {
  .p-mnwk-way__card-wrap.u-rectangle {
    padding-right: 0px;
    padding-inline: 10px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__card-wrap.u-rectangle {
    padding-right: 0;
  }
}
.p-mnwk-way__card-wrap.u-rectangle::before {
  content: "";
  position: absolute;
  left: 90px;
  top: -110px;
  background-image: url(../img/mnwk-way-block_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 159px;
  height: 190px;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-mnwk-way__card-wrap.u-rectangle::before {
    left: clamp(2.5rem, -0.482rem + 12.723vw, 5.625rem);
    top: calc(-1 * clamp(1.75rem, -0.158rem + 8.142vw, 3.75rem));
    width: clamp(4.6875rem, -0.322rem + 21.374vw, 9.9375rem);
    height: clamp(5.625rem, -0.339rem + 25.445vw, 11.875rem);
  }
}
.p-mnwk-way__card-wrap.u-square::before {
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  background-image: url(../img/mnwk-way-block_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 147px;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-mnwk-way__card-wrap.u-square::before {
    top: clamp(3.4375rem, 3.378rem + 0.254vw, 3.5rem);
    width: clamp(5.25rem, 1.314rem + 16.794vw, 9.375rem);
    height: clamp(5.25rem, 1.493rem + 16.031vw, 9.1875rem);
  }
}
.p-mnwk-way__card-wrap.u-circle::before {
  content: "";
  position: absolute;
  right: -63px;
  top: 27px;
  background-image: url(../img/mnwk-way-block_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 156px;
  height: 163px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-mnwk-way__card-wrap.u-circle::before {
    right: -35px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__card-wrap.u-circle::before {
    right: clamp(1.25rem, -14.375rem + 39.063vw, 4.375rem);
    top: clamp(0.5rem, 0.381rem + 0.509vw, 0.625rem);
    width: clamp(7.25rem, 4.865rem + 10.178vw, 9.75rem);
    height: clamp(7.5rem, 4.936rem + 10.941vw, 10.1875rem);
  }
}
@media (max-width: 640px) {
  .p-mnwk-way__card-wrap.u-circle::before {
    right: calc(-1 * clamp(1.875rem, 0.991rem + 3.774vw, 2.5rem));
  }
}
.p-mnwk-way__card {
  position: relative;
  background: #fff;
  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;
  text-align: center;
}
.p-mnwk-way__card.u-triangle {
  clip-path: url(#triangle);
  aspect-ratio: 666/576.836;
  width: 100%;
  max-width: 620px;
  margin-right: 40px;
  padding: 140px 60px 0;
}
@media (max-width: 1024px) {
  .p-mnwk-way__card.u-triangle {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media (max-width: 820px) {
  .p-mnwk-way__card.u-triangle {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__card.u-triangle {
    margin-right: 0;
    padding: 0;
    padding-top: 70px;
  }
}
.p-mnwk-way__card.u-rectangle {
  border-radius: 20px;
  width: 100%;
  padding: 30px 40px 55px;
}
@media (max-width: 768px) {
  .p-mnwk-way__card.u-rectangle {
    border-radius: 10px;
    padding: clamp(1.5rem, 1.232rem + 1.339vw, 1.875rem) clamp(1.5rem, 0.786rem + 3.571vw, 2.5rem) clamp(1.5rem, 0.116rem + 6.92vw, 3.4375rem);
  }
}
.p-mnwk-way__card.u-square {
  border-radius: 20px;
  width: 100%;
  max-width: 504px;
  margin: 100px auto 0 60px;
  padding: 30px 38px 55px;
}
@media (max-width: 1024px) {
  .p-mnwk-way__card.u-square {
    margin: 110px auto 0 60px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__card.u-square {
    margin: 90px auto 0;
    padding: clamp(1.5rem, 1.232rem + 1.339vw, 1.875rem) clamp(1.625rem, 1.446rem + 0.893vw, 1.875rem);
  }
}
.p-mnwk-way__card.u-circle {
  position: relative;
  right: -26px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 502px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .p-mnwk-way__card.u-circle {
    max-width: 522px;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__card.u-circle {
    right: 0;
    margin: 0 auto;
  }
}
.p-mnwk-way__card--title {
  position: relative;
  margin-bottom: 36px;
  padding-inline: 1em;
  padding-bottom: 20px;
  border-bottom: solid 3px #012b80;
  color: #012b80;
  font-size: 32px;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-mnwk-way__card--title {
    border-bottom: solid 2px #012b80;
    font-size: clamp(1.1875rem, 0.786rem + 2.009vw, 1.75rem);
    margin-bottom: clamp(1.125rem, 0.321rem + 4.018vw, 2.25rem);
    padding-bottom: clamp(0.75rem, 0.393rem + 1.786vw, 1.25rem);
  }
}
.p-mnwk-way__card--title.u-circle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-mnwk-way__card--title.u-circle {
    margin-top: -32px;
  }
}
.p-mnwk-way__card--title.en {
  letter-spacing: 0.06em;
}
.p-mnwk-way__card--subtitle {
  margin-inline: auto;
  margin-bottom: 20px;
  color: #012b80;
  font-size: 28px;
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-mnwk-way__card--subtitle {
    margin-inline: auto;
    font-size: clamp(0.9375rem, 0.536rem + 2.009vw, 1.5rem);
    text-align: center;
  }
}
.p-mnwk-way__card p {
  color: #012b80;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .p-mnwk-way__card p {
    font-size: clamp(0.8125rem, 0.589rem + 1.116vw, 1.125rem);
    letter-spacing: -0.02em;
    line-height: 1.7;
  }
}
.p-mnwk-way__card--list {
  margin-right: auto;
  color: #012b80;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  list-style: none;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-mnwk-way__card--list {
    font-size: clamp(0.875rem, 0.696rem + 0.893vw, 1.125rem);
  }
}
.p-mnwk-way__card--list.u-circle {
  margin: 0 auto;
}
.p-mnwk-way__card--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  line-height: 1.8;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-mnwk-way__card--list li {
    line-height: 1.5;
  }
}
.p-mnwk-way__card--list li + li {
  margin-top: 0.1em;
}
@media (max-width: 768px) {
  .p-mnwk-way__card--list li + li {
    margin-top: 0;
  }
}
.p-mnwk-way__card--list li span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mnwk-way__card--list li span:last-child {
  min-width: 0;
  overflow-wrap: break-word;
}
.p-mnwk-way__card--list li span:nth-child(2) {
  display: contents;
}
.p-mnwk-way__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .p-mnwk-way__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    max-width: 760px;
    margin: 110px auto 0;
  }
}
@media (max-width: 768px) {
  .p-mnwk-way__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 90px;
  }
}

.p-philosophy__txt {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .p-philosophy__txt {
    font-size: clamp(1rem, 0.911rem + 0.446vw, 1.125rem);
    text-align: left;
  }
}
.p-philosophy__cont {
  padding: 46px clamp(2.5rem, -1.25rem + 7.813vw, 3.75rem) clamp(3.125rem, -2.5rem + 11.719vw, 5rem);
}
@media (max-width: 768px) {
  .p-philosophy__cont {
    padding: clamp(1.5rem, 0.607rem + 4.464vw, 2.75rem) clamp(1.25rem, -0.089rem + 6.696vw, 3.125rem);
  }
}
.p-philosophy .p-dna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3.75rem, -2.404rem + 9.615vw, 5.625rem);
  margin-top: 60px;
}
@media (max-width: 820px) {
  .p-philosophy .p-dna {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(2.5rem, 0.268rem + 11.161vw, 5.625rem);
    margin-top: clamp(2.125rem, 0.964rem + 5.804vw, 3.75rem);
  }
}
.p-philosophy .p-dna__chart {
  width: clamp(16.25rem, -20.673rem + 57.692vw, 27.5rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__chart {
    max-width: 440px;
    width: 100%;
  }
}
.p-philosophy .p-dna__chart--title {
  color: #012b80;
  font-size: clamp(2.4375rem, 1.617rem + 1.282vw, 2.6875rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__chart--title {
    font-size: clamp(1.375rem, 0.438rem + 4.688vw, 2.6875rem);
  }
}
.p-philosophy .p-dna__chart--title span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 28px;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__chart--title span {
    font-size: clamp(1.125rem, 0.679rem + 2.232vw, 1.75rem);
  }
}
.p-philosophy .p-dna__chart--thumb {
  width: 100%;
  max-width: 440px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__chart--thumb {
    margin: clamp(2.5rem, 0.714rem + 8.929vw, 5rem) auto 0;
  }
}
.p-philosophy .p-dna__chart--thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-philosophy .p-dna__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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__info {
    gap: clamp(2.125rem, 1.411rem + 3.571vw, 3.125rem);
  }
}
.p-philosophy .p-dna__item {
  display: grid;
  grid-template-columns: 86px 1fr;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__item {
    grid-template-columns: auto;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-philosophy .p-dna__item dt {
  color: #012b80;
  font-size: clamp(1.75rem, 1.34rem + 0.641vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-philosophy .p-dna__item dt {
    text-align: center;
    font-size: clamp(1.25rem, 0.804rem + 2.232vw, 1.875rem);
  }
}
.p-philosophy .p-dna__item dd {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
.p-philosophy .p-pyramid {
  margin-top: 80px;
  padding-top: 60px;
  border-top: solid 1px #b5b5b5;
}
@media (max-width: 768px) {
  .p-philosophy .p-pyramid {
    margin-top: clamp(2.5rem, 0.714rem + 8.929vw, 5rem);
    padding-top: clamp(1.875rem, 0.536rem + 6.696vw, 3.75rem);
  }
}
.p-philosophy .p-pyramid__title {
  margin-bottom: 1rem;
  color: #012b80;
  font-size: clamp(1.875rem, 0.375rem + 3.125vw, 2.375rem);
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-philosophy .p-pyramid__title {
    font-size: clamp(1.375rem, 1.018rem + 1.786vw, 1.875rem);
    text-align: center;
  }
}
.p-philosophy .p-pyramid__txt {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-philosophy .p-pyramid__cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .p-philosophy .p-pyramid__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: clamp(3.125rem, 1.25rem + 3.906vw, 3.75rem);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy .p-pyramid__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: clamp(3.125rem, 2.679rem + 2.232vw, 3.75rem);
    gap: 2rem;
  }
}
.p-philosophy .p-pyramid__cont--thumb {
  display: block;
  width: 590px;
  height: auto;
}
@media (max-width: 1024px) {
  .p-philosophy .p-pyramid__cont--thumb {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-philosophy .p-pyramid__cont--thumb {
    width: 100%;
    margin: 0 auto;
  }
}
.p-philosophy .p-pyramid__cont--thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-philosophy .p-pyramid__cont--txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-philosophy .p-pyramid__cont dl {
  position: relative;
  width: 100%;
}
.p-philosophy .p-pyramid__cont dl + dl {
  margin-top: 24px;
}
.p-philosophy .p-pyramid__cont dl dt {
  margin-bottom: 0.2rem;
  color: #355aa3;
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-philosophy .p-pyramid__cont dl dt {
    margin-bottom: 0.5em;
    font-size: clamp(1.125rem, 0.768rem + 1.786vw, 1.625rem);
    text-align: center;
  }
}
.p-philosophy .p-pyramid__cont dl dd {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-philosophy .p-pyramid__cont dl dd {
    line-height: 1.7;
  }
}
.p-philosophy .p-pyramid__cont dl:nth-child(1) {
  margin-left: -140px;
  width: calc(100% + 140px);
}
@media (max-width: 1024px) {
  .p-philosophy .p-pyramid__cont dl:nth-child(1) {
    margin-left: 0;
    width: 100%;
  }
}
.p-philosophy .p-pyramid__cont dl:nth-child(2) {
  margin-left: -90px;
  width: calc(100% + 90px);
}
@media (max-width: 1024px) {
  .p-philosophy .p-pyramid__cont dl:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
}
.p-philosophy .p-pyramid__cont dl:nth-child(3) {
  margin-left: -40px;
  width: calc(100% + 40px);
}
@media (max-width: 1024px) {
  .p-philosophy .p-pyramid__cont dl:nth-child(3) {
    margin-left: 0;
    width: 100%;
  }
}
.p-philosophy .p-pyramid__cont dl:nth-child(4) {
  margin-left: 20px;
  width: calc(100% - 20px);
}
@media (max-width: 1024px) {
  .p-philosophy .p-pyramid__cont dl:nth-child(4) {
    margin-left: 0;
    width: 100%;
  }
}

/* About Us */
.p-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px clamp(1.625rem, -7.375rem + 18.75vw, 4.625rem);
  width: 100%;
  padding: 60px clamp(1.875rem, -1.875rem + 7.813vw, 3.125rem) 70px;
}
@media (max-width: 928px) {
  .p-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: clamp(1.5rem, -0.107rem + 8.036vw, 3.75rem) clamp(1.125rem, -0.304rem + 7.143vw, 3.125rem) clamp(2.5rem, 1.161rem + 6.696vw, 4.375rem);
  }
}
.p-overview .l-lower-cont__h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-overview__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.5em;
}
.p-overview__list {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 0;
  width: 100%;
  padding: 16px 0.5em;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  .p-overview__list {
    grid-template-columns: auto;
    gap: 4px;
  }
}
.p-overview__list:last-child {
  border-bottom: 1px solid #ebebeb;
}
.p-overview__list dt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-overview__list dd {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.p-overview__list dd.dd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 640px) {
  .p-overview__list dd.dd-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.p-overview__list dd a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.p-overview__list dd a:hover {
  color: #012b80;
}
.p-overview__list dd a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 5px;
  background: url("../img/icon-b-link_bk.svg") no-repeat center/contain;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
@media (max-width: 768px) {
  .p-overview__list dd a::after {
    top: -0.05em;
    width: 1em;
    height: 1em;
    margin-left: 8px;
  }
}
.p-overview__list dd img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-overview__list dd img.org-chart {
  width: 94%;
  max-width: 680px;
}
@media (max-width: 768px) {
  .p-overview__list dd img.org-chart {
    width: 100%;
  }
}
.p-overview__list dd .p-mark {
  margin: 19px 0 6px;
}
@media (max-width: 640px) {
  .p-overview__list dd .p-mark {
    margin: 19px 0;
  }
}
.p-overview__list dd .p-mark::after {
  display: none;
}
.p-overview__list dd .p-mark img {
  display: block;
  margin: 0;
  width: 77px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-overview.u-history .p-overview__list dt {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-overview.u-history .p-overview__list dt {
    font-weight: 700;
  }
}

.p-csr__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2.5rem, -6.875rem + 19.531vw, 5.625rem);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 928px) {
  .p-csr__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1.875rem, 0.536rem + 6.696vw, 3.75rem);
    padding: 50px clamp(1.5rem, 0.786rem + 3.571vw, 2.5rem);
  }
}
.p-csr__cont--list {
  width: 50%;
}
@media (max-width: 928px) {
  .p-csr__cont--list {
    width: 100%;
  }
}
.p-csr__cont--list h3 {
  position: relative;
  margin-bottom: 1em;
  padding: 1rem;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-csr__cont--list h3 {
    font-size: clamp(1.3125rem, 1.179rem + 0.67vw, 1.5rem);
  }
}
.p-csr__cont--list p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-csr__cont--list p {
    text-align: justify;
  }
}

.p-access__cont--map {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .p-access__cont--map {
    margin-top: clamp(1.25rem, 0.804rem + 2.232vw, 1.875rem);
  }
}
.p-access__cont--map #map {
  display: block;
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .p-access__cont--map #map {
    height: clamp(16.25rem, 10rem + 31.25vw, 25rem);
  }
}
.p-access__cont--txt {
  width: 92%;
  max-width: 980px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-access__cont--txt {
    margin: clamp(1.5rem, 0.786rem + 3.571vw, 2.5rem) auto 0;
  }
}
.p-access__cont--txt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-access__cont--txt p + p {
  margin-top: 1.5rem;
}
.p-access__cont--txt p span {
  font-weight: 500;
}

.sec-link-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, -0.25rem + 3.125vw, 1.75rem);
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 928px) {
  .sec-link-btn {
    grid-template-columns: auto;
    width: 100%;
  }
}
.sec-link-btn__item {
  display: block;
}
.sec-link-btn__item a {
  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;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: 216px;
  padding: 26px 50px;
  background-color: #012b80;
  border: solid 2px #012b80;
  border-radius: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-link-btn__item a {
    height: clamp(10.625rem, 9.286rem + 6.696vw, 12.5rem);
    padding: clamp(1.25rem, 0.982rem + 1.339vw, 1.625rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem);
  }
}
.sec-link-btn__item a span {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sec-link-btn__item a span.en {
  font-size: 44px;
}
@media (max-width: 768px) {
  .sec-link-btn__item a span.en {
    font-size: clamp(1.875rem, 1.607rem + 1.339vw, 2.25rem);
  }
}
.sec-link-btn__item a span.ja {
  font-size: 24px;
}
@media (max-width: 768px) {
  .sec-link-btn__item a span.ja {
    margin-top: 0.3em;
    font-size: clamp(1rem, 0.732rem + 1.339vw, 1.375rem);
  }
}
.sec-link-btn__item a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 25px;
  background-color: #fff;
  mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-link-btn__item a::after {
    right: clamp(1.25rem, 0.804rem + 2.232vw, 1.875rem);
    bottom: clamp(1.25rem, 1.027rem + 1.116vw, 1.5625rem);
    width: 46px;
    height: 46px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec-link-btn__item a:hover {
    background-color: #fff;
    border-color: #012b80;
  }
  .sec-link-btn__item a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background-color: #012b80;
  }
  .sec-link-btn__item a:hover span {
    color: #012b80;
    font-weight: 700;
    line-height: 1.3;
  }
  .sec-link-btn__item a:hover span.en {
    font-size: 44px;
  }
  .sec-link-btn__item a:hover span.ja {
    font-size: 24px;
  }
}
.sec-link-btn.sec-link-btn-vision {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 100%;
}
@media (max-width: 928px) {
  .sec-link-btn.sec-link-btn-vision {
    grid-template-columns: auto;
    gap: clamp(1.25rem, 0.982rem + 1.339vw, 1.625rem);
  }
}
@media (max-width: 768px) {
  .sec-link-btn.sec-link-btn-vision {
    grid-template-columns: auto;
    gap: clamp(1.25rem, 0.982rem + 1.339vw, 1.625rem);
  }
}
.sec-link-btn.sec-link-btn-vision .sec-link-btn__item {
  display: block;
}
.sec-link-btn.sec-link-btn-vision .sec-link-btn__item a {
  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;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: 210px;
  padding: 26px clamp(1.5rem, 0.705rem + 1.37vw, 1.875rem);
  background-color: #012b80;
  border: solid 2px #012b80;
  border-radius: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-link-btn.sec-link-btn-vision .sec-link-btn__item a {
    height: clamp(10rem, 8.214rem + 8.929vw, 12.5rem);
    padding: clamp(1.125rem, 0.857rem + 1.339vw, 1.5rem) clamp(1.375rem, 1.018rem + 1.786vw, 1.875rem);
  }
}
.sec-link-btn.sec-link-btn-vision .sec-link-btn__item a span {
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sec-link-btn.sec-link-btn-vision .sec-link-btn__item a span.en {
  font-size: clamp(1.5rem, 0.705rem + 1.37vw, 1.875rem);
}
@media (max-width: 768px) {
  .sec-link-btn.sec-link-btn-vision .sec-link-btn__item a span.en {
    font-size: clamp(1.625rem, 1.446rem + 0.893vw, 1.875rem);
  }
}
.sec-link-btn.sec-link-btn-vision .sec-link-btn__item a span.ja {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-link-btn.sec-link-btn-vision .sec-link-btn__item a span.ja {
    margin-top: 0.5rem;
    font-size: clamp(0.9375rem, 0.893rem + 0.223vw, 1rem);
  }
}
.sec-link-btn.sec-link-btn-vision .sec-link-btn__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  background-color: #fff;
  mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec-link-btn.sec-link-btn-vision .sec-link-btn__item a:hover {
    background-color: #fff;
    border-color: #012b80;
  }
  .sec-link-btn.sec-link-btn-vision .sec-link-btn__item a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background-color: #012b80;
  }
  .sec-link-btn.sec-link-btn-vision .sec-link-btn__item a:hover span {
    color: #012b80;
  }
}

.p-hmd__head {
  display: block;
  margin: 0 auto 1.5rem;
}
.p-hmd__head--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: 10px 1rem;
  background-color: #012b80;
  border-radius: 15px 15px 0 0;
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-hmd__head--title {
    font-size: clamp(1.375rem, 1.196rem + 0.893vw, 1.625rem);
    border-radius: clamp(0.625rem, 0.402rem + 1.116vw, 0.9375rem) clamp(0.625rem, 0.402rem + 1.116vw, 0.9375rem) 0 0;
  }
}
.p-hmd__head--txt {
  margin: 0 auto;
  padding: 26px 30px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .p-hmd__head--txt {
    padding: clamp(1.5rem, 1.411rem + 0.446vw, 1.625rem) clamp(1.625rem, 1.446rem + 0.893vw, 1.875rem);
    border-radius: 0 0 clamp(0.625rem, 0.402rem + 1.116vw, 0.9375rem) clamp(0.625rem, 0.402rem + 1.116vw, 0.9375rem);
  }
}
.p-hmd__head--txt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-hmd__head--txt p {
    text-align: justify;
  }
}
.p-hmd__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-hmd__item {
    grid-template-columns: auto;
    gap: clamp(1.25rem, 0.982rem + 1.339vw, 1.625rem);
  }
}
.p-hmd__item--cont {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 768px) {
  .p-hmd__item--cont {
    padding: clamp(1.5rem, 1.232rem + 1.339vw, 1.875rem);
  }
}
.p-hmd__item--cont h4 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 1.5rem;
  padding-bottom: 0.7rem;
  border-bottom: solid 1px #dedede;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-hmd__item--cont h4 {
    margin: 0 auto clamp(1rem, 0.643rem + 1.786vw, 1.5rem);
  }
}
.p-hmd__item--cont p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.p-awards {
  padding: 50px;
}
@media (max-width: 768px) {
  .p-awards {
    padding: clamp(1.5rem, -0.107rem + 8.036vw, 3.75rem) clamp(1.125rem, -0.304rem + 7.143vw, 3.125rem) clamp(2.5rem, 1.161rem + 6.696vw, 4.375rem);
  }
}
.p-awards__cont {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-awards__cont {
    margin-top: clamp(1.25rem, 0.357rem + 4.464vw, 2.5rem);
  }
}
.p-awards__list {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  width: 100%;
  padding: 26px 1rem;
  border-top: solid 1px #dedede;
}
@media (max-width: 768px) {
  .p-awards__list {
    grid-template-columns: auto;
    padding: 30px 0;
  }
}
.p-awards__list:last-child {
  padding-bottom: 0;
}
.p-awards__list--thumb {
  width: 100%;
}
@media (max-width: 768px) {
  .p-awards__list--thumb {
    width: 66%;
    max-width: 154px;
    margin: 0 auto;
  }
}
.p-awards__list--thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-awards__list--title {
  margin-bottom: 1rem;
  color: #012b80;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.p-awards__list--txt p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.p-awards__list--txt p + p {
  margin-top: 1rem;
}
.p-awards__list--txt p a {
  color: #0036a0;
  text-decoration: underline;
}

/* 実績紹介 */
.p-projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px 30px;
  width: 100%;
}
@media (max-width: 480px) {
  .p-projects {
    grid-template-columns: auto;
  }
}
.p-projects__item {
  display: block;
}
.p-projects__item a {
  color: #000000;
  text-decoration: none;
}
.p-projects__item a:hover .p-projects__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-projects__item a:hover .p-projects__title span {
  background-size: 100% 1px;
}
.p-projects__thumb {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.p-projects__thumb img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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-projects__title {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
}
.p-projects__title span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.p-projects__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .p-projects__tags {
    margin-top: clamp(0.75rem, 0.214rem + 2.679vw, 1.5rem);
    font-size: 13px;
  }
}
.p-projects__tag {
  padding: 5px 13px 6px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-projects__tag:hover {
  color: #012b80;
  border-color: #012b80;
}

.p-category-search {
  width: 90%;
  margin: 0 auto 80px;
}
@media (max-width: 640px) {
  .p-category-search {
    width: 100%;
    max-width: 560px;
    margin: 0 auto clamp(3.125rem, 2.232rem + 4.464vw, 4.375rem);
  }
}
.p-category-search__wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
}
.p-category-search__trigger {
  outline: none;
  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%;
  padding: 0.8rem 24px;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
}
@media (max-width: 768px) {
  .p-category-search__trigger {
    font-size: clamp(1rem, 0.911rem + 0.446vw, 1.125rem);
  }
}
.p-category-search__trigger:focus-visible {
  outline: 2px solid #012b80;
  outline-offset: 2px;
  border-radius: 8px;
}
.p-category-search__trigger[aria-expanded=true] {
  border-radius: 8px 8px 0 0;
}
.p-category-search__trigger[aria-expanded=true] .p-category-search__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-category-search__trigger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-category-search__trigger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 18px;
}
.p-category-search__trigger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.p-category-search__trigger-icon span:nth-child(2) {
  width: 70%;
}
.p-category-search__trigger-icon span:nth-child(3) {
  width: 40%;
}
.p-category-search__arrow {
  font-size: 1.1rem;
  -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;
  line-height: 1;
}
.p-category-search__open-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;
  gap: 8px;
  padding: 10px;
  font-size: 0.85rem;
  color: #555;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-category-search__open-label:hover {
  opacity: 0.7;
}
.p-category-search__open-label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #555;
}
.p-category-search__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.p-category-search__body.is-open {
  max-height: 800px;
}
@media (max-width: 640px) {
  .p-category-search__body.is-open {
    max-height: 1200px;
  }
}
.p-category-search__inner {
  border: none;
  border-radius: 0 0 8px 8px;
  padding: 4px 28px 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-category-search__inner {
    padding: 4px 24px 34px;
  }
}
.p-category-search__group + .p-category-search__group {
  margin-top: 1rem;
}
.p-category-search__group-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .p-category-search__group-title {
    font-size: 1rem;
  }
}
.p-category-search__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-category-search__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 1rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  line-height: 1.4;
}
.p-category-search__tag:hover {
  border-color: #012b80;
  color: #012b80;
}
.p-category-search__tag.is-active {
  background: #012b80;
  border-color: #012b80;
  color: #fff;
}
@media (max-width: 768px) {
  .p-category-search__tag {
    font-size: 0.8rem;
    padding: 5px 12px;
  }
}
.p-category-search__divider {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 0 0 20px;
}
.p-category-search__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  gap: 12px;
}
@media (max-width: 640px) {
  .p-category-search__submit-wrap {
    -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-category-search__submit {
  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;
  height: 38px;
  min-width: 210px;
  padding: 0 30px;
  background: #012b80;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, transform 0.1s;
  transition: background 0.2s, transform 0.1s, -webkit-transform 0.1s;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-category-search__submit {
    width: 100%;
    max-width: 280px;
    height: 44px;
  }
}
.p-category-search__submit:hover {
  background: #14307a;
}
.p-category-search__submit:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.p-category-search__reset {
  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;
  min-width: 210px;
  height: 38px;
  padding: 0 30px;
  background: #464646;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-category-search__reset {
    width: 100%;
    max-width: 280px;
    height: 44px;
  }
}
.p-category-search__reset span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: relative;
}
.p-category-search__reset span::before, .p-category-search__reset span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
}
.p-category-search__reset span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-category-search__reset span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-pagination {
  margin: 80px 0 40px;
}
@media (max-width: 768px) {
  .p-pagination {
    margin: 60px 0 clamp(0.625rem, -0.714rem + 6.696vw, 2.5rem);
  }
}
.p-pagination.u-news {
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-pagination.u-news {
    margin-top: clamp(1.875rem, 1.429rem + 2.232vw, 2.5rem);
  }
}
.p-pagination__list {
  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: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-pagination__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;
}
.p-pagination__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: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
  line-height: 1;
}
.p-pagination__btn:hover {
  background: #333;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-pagination__btn.is-current {
  background: #012b80;
  pointer-events: none;
}
.p-pagination__btn--prev, .p-pagination__btn--next {
  font-size: 1.1rem;
}
.p-pagination__btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.p-pagination__icon {
  position: relative;
  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;
  line-height: 1;
}
.p-pagination__icon.prev {
  left: -1px;
}
.p-pagination__icon.next {
  right: -1px;
}
.p-pagination__icon.next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-pagination__dots {
  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: 44px;
  height: 44px;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-pagination .page-numbers {
  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: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
  line-height: 1;
}
.p-pagination .page-numbers:hover {
  background: #333;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-pagination .page-numbers.current {
  background: #012b80;
  pointer-events: none;
}
.p-pagination .page-numbers.dots {
  background: transparent;
  color: #1a1a1a;
  pointer-events: none;
  letter-spacing: 0.1em;
}
.p-pagination .page-numbers.prev, .p-pagination .page-numbers.next {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .p-pagination__btn, .p-pagination__dots,
  .p-pagination .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
  .p-pagination__list {
    gap: 6px;
  }
}

/* ポリシー系ページ */
.l-policy {
  width: 94%;
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 26px 124px;
}
@media (max-width: 768px) {
  .l-policy {
    width: 100%;
    padding: clamp(2.5rem, 1.429rem + 5.357vw, 4rem) 26px clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
  }
}
.l-policy p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: justify;
}
@media (max-width: 768px) {
  .l-policy p {
    font-size: 14px;
    text-align: initial;
  }
}
.l-policy p.tx_r {
  text-align: right;
}
.l-policy p + p {
  margin-top: 1.5rem;
}
.l-policy p + .l-policy__box {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-policy p + .l-policy__box {
    margin-top: clamp(1.875rem, 1.429rem + 2.232vw, 2.5rem);
  }
}
.l-policy .p-disclosure-figure {
  margin: 50px auto 6px;
  padding: 1.5rem 1rem;
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
  .l-policy .p-disclosure-figure {
    margin-top: clamp(1.875rem, 1.429rem + 2.232vw, 2.5rem);
  }
}
.l-policy .p-disclosure-figure img {
  width: 100%;
  max-width: 558px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-policy__box h2 {
  position: relative;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0.3em;
  padding-bottom: 6px;
  border-bottom: solid 1px #d5d5d5;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .l-policy__box h2 {
    font-size: clamp(0.9375rem, 0.848rem + 0.446vw, 1.0625rem);
  }
}
.l-policy__box + .l-policy__box {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-policy__box + .l-policy__box {
    margin-top: clamp(1.875rem, 1.429rem + 2.232vw, 2.5rem);
  }
}
.l-policy__box p + p {
  margin-top: 1rem;
}
.l-policy__box p + ul {
  margin-top: 0.75rem;
}
.l-policy__box p + ol {
  margin-top: 0.75rem;
}
.l-policy__box a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .l-policy__box a {
    font-size: 14px;
  }
}
.l-policy__box a:hover {
  color: #012b80;
}
.l-policy__box a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 5px;
  background: url("../img/icon-b-link_bk.svg") no-repeat center/contain;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
@media (max-width: 768px) {
  .l-policy__box a[target=_blank]::after {
    top: -0.05em;
    width: 1em;
    height: 1em;
    margin-left: 8px;
  }
}
.l-policy__box ul {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .l-policy__box ul {
    font-size: 14px;
  }
}
.l-policy__box ul li {
  position: relative;
  margin-left: 1em;
}
.l-policy__box ul li + li {
  margin-top: 8px;
}
.l-policy__box ul li a {
  position: relative;
}
.l-policy__box ul li a::before {
  content: "";
  position: absolute;
  left: -0.7em;
  top: 0.7em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #000;
}
.l-policy__box ul li span {
  display: block;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 400;
}
.l-policy__box ul.u-disc {
  margin-top: 0.5rem;
  padding-left: 1em;
}
@media (max-width: 640px) {
  .l-policy__box ul.u-disc {
    padding-left: 0;
  }
}
.l-policy__box ul.u-disc > li {
  position: relative;
  padding-left: 1.2em;
  margin-left: 0;
}
.l-policy__box ul.u-disc > li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.9em;
  background-color: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
@media (max-width: 768px) {
  .l-policy__box ul.u-disc > li::before {
    top: 0.75em;
  }
}
.l-policy__box ul.u-disc > li + li {
  margin-top: 0.3rem;
}
@media (max-width: 640px) {
  .l-policy__box ul.u-disc > li + li {
    margin-top: 0;
  }
}
.l-policy__box ul.u-disc.u-mg-mini li + li {
  margin-top: 0;
}
.l-policy__box ul.u-disc.u-mg-mini li::before {
  display: none;
}
.l-policy__box ul.u-disc.u-mg-mini a::before {
  display: none;
}
.l-policy__box ul.u-decimal {
  list-style: decimal;
}
.l-policy__box ul.list-confirmation {
  margin-top: 1em;
}
.l-policy__box ul.list-confirmation li {
  margin-left: 0;
  padding-left: 1.2em;
}
.l-policy__box ul.list-confirmation li + li {
  margin-top: 0;
}
.l-policy__box ul.list-confirmation + p {
  margin-top: 1rem;
}
.l-policy__box ol {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  list-style: decimal;
}
@media (max-width: 768px) {
  .l-policy__box ol {
    font-size: 14px;
  }
}
.l-policy__box ol > li {
  position: relative;
  margin-left: 1em;
}
.l-policy__box ol > li + li {
  margin-top: 1rem;
}
.l-policy__box ol > li span {
  display: block;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 400;
}
.l-policy__box ol.u-disc {
  margin-top: 0.75rem;
}
.l-policy__box ol.u-disc > li {
  position: relative;
  padding-left: 1.2em;
  margin-left: 0;
}
.l-policy__box ol.u-disc > li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.9em;
  background-color: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.l-policy__box ol.u-disc > li + li {
  margin-top: 0.3rem;
}
.l-policy__table {
  width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
}
.l-policy__table .policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #000;
}
@media (max-width: 768px) {
  .l-policy__table .policy-table {
    font-size: 14px;
  }
}
.l-policy__table .policy-table thead th {
  background-color: #f2f3f4;
  padding: 12px 1rem;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  font-weight: 600;
}
.l-policy__table .policy-table thead th:not(:last-child) {
  border-right: none;
}
@media (max-width: 768px) {
  .l-policy__table .policy-table thead th {
    display: none;
  }
}
.l-policy__table .policy-table tbody td {
  padding: 12px 1rem;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.l-policy__table .policy-table tbody td:not(:last-child) {
  border-right: none;
}
@media (max-width: 768px) {
  .l-policy__table .policy-table tbody td {
    display: block;
    padding: 4px 0;
    border-bottom: none;
  }
  .l-policy__table .policy-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #012b80;
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .l-policy__table .policy-table tbody tr {
    display: block;
    padding: 6px 0;
    overflow: hidden;
  }
}
.l-policy__table .policy-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .l-policy__table .policy-table tbody tr + tr {
    border-top: solid 1px #d5d5d5;
  }
}

/*　事業内容 */
.solutions_head {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .solutions_head {
    margin-top: clamp(3.125rem, 2.679rem + 2.232vw, 3.75rem);
  }
}
.solutions_head__title {
  color: #012b80;
  font-size: clamp(1.875rem, 1.393rem + 1.003vw, 2.25rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: clamp(3.125rem, 1.52rem + 3.344vw, 4.375rem);
}
@media (max-width: 768px) {
  .solutions_head__title {
    font-size: clamp(1.1875rem, 0.531rem + 2.799vw, 1.875rem);
    margin-bottom: clamp(1.625rem, 0.107rem + 7.589vw, 3.75rem);
  }
}
.solutions_head p {
  color: #000;
  text-align: center;
  font-size: clamp(1.25rem, 0.929rem + 0.669vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .solutions_head p {
    font-size: clamp(0.875rem, 0.473rem + 2.009vw, 1.4375rem);
  }
}

.p-business-field__chart {
  display: block;
  width: 886px;
  margin: 88px auto;
}
@media (max-width: 1024px) {
  .p-business-field__chart {
    width: 100%;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .p-business-field__chart {
    width: 100%;
    max-width: 640px;
    margin: clamp(2.5rem, 0.714rem + 8.929vw, 5rem) auto 0;
  }
}
.p-business-field__chart img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-business-field__cont {
  display: block;
  margin: 90px auto 0;
}
@media (max-width: 768px) {
  .p-business-field__cont {
    margin: clamp(2.5rem, 0.714rem + 8.929vw, 5rem) auto 0;
  }
}
.p-business-field__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  gap: 26px 20px;
}
@media (max-width: 640px) {
  .p-business-field__list {
    grid-template-columns: auto;
  }
}
.p-business-field__item {
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-business-field__item {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
  }
}
.p-business-field__item--head {
  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;
  height: 108px;
  padding: 0.6rem;
  background-color: #012b80;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .p-business-field__item--head {
    height: clamp(5.25rem, 4.179rem + 5.357vw, 6.75rem);
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) 0 0;
  }
}
.p-business-field__item--title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-business-field__item--title {
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
}
.p-business-field__item--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 34px;
}
.p-business-field__item--body p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-business-field__item--body p.special {
  height: 4lh;
}
.p-business-field__item--label {
  margin-top: 24px;
  background-color: #4d6ba8;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.p-business-field__item--label + .p-business-field__item--text {
  margin-top: 8px;
}

.p-problem__cont {
  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;
  margin-top: 44px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-problem__cont {
    margin-top: clamp(1.875rem, 1.25rem + 3.125vw, 2.75rem);
  }
}
.p-problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.625rem, -0.622rem + 4.682vw, 3.375rem);
  padding: 50px 60px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 820px) {
  .p-problem__item {
    padding: 50px 60px 50px;
  }
}
@media (max-width: 768px) {
  .p-problem__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: clamp(1.625rem, 0.554rem + 5.357vw, 3.125rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem);
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
  }
}
@media (max-width: 768px) {
  .p-problem__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-problem__img {
  width: clamp(15rem, -3.462rem + 38.462vw, 29.375rem);
}
@media (max-width: 768px) {
  .p-problem__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 10px auto 0;
  }
}
@media (max-width: 640px) {
  .p-problem__img {
    width: 100%;
  }
}
.p-problem__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-problem__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-problem__text {
    display: contents;
  }
}
@media (max-width: 768px) {
  .p-problem .c-btn-link.btn-problem {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.5rem;
  }
}
.p-problem__title {
  height: 65px;
}
@media (max-width: 768px) {
  .p-problem__title {
    height: clamp(2.5rem, 1.429rem + 5.357vw, 4rem);
    margin: 0 auto;
  }
}
.p-problem__title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-problem__title img {
    margin: 0 auto;
  }
}
.p-problem__title-ja {
  margin-top: 7px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-problem__title-ja {
    margin-top: 4px;
    text-align: center;
    font-size: clamp(1rem, 0.821rem + 0.893vw, 1.25rem);
  }
}
.p-problem__desc {
  margin-top: 34px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-problem__desc {
    margin-top: clamp(1.5rem, 1.054rem + 2.232vw, 2.125rem);
  }
}

.p-industry__cont {
  padding: 38px 80px 76px;
}
@media (max-width: 768px) {
  .p-industry__cont {
    padding: clamp(1.625rem, 0.554rem + 5.357vw, 3.125rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem);
  }
}
.p-industry__txt {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-industry__txt {
    font-size: clamp(1rem, 0.911rem + 0.446vw, 1.125rem);
  }
}
.p-industry__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1.25rem, -1.37rem + 4.094vw, 2.125rem);
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .p-industry__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 928px) {
  .p-industry__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .p-industry__list {
    gap: clamp(0.9375rem, 0.268rem + 3.348vw, 1.875rem);
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
@media (max-width: 480px) {
  .p-industry__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-industry__list li {
  width: 100%;
}
.p-industry__list li > img {
  width: 100%;
}
@media (max-width: 480px) {
  .p-industry__list li.p-industry__list-item--last {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .p-industry__list li.p-industry__list-item--last img {
    display: none;
  }
}
@media (max-width: 480px) {
  .p-industry__list li.p-industry__list-item--last::after {
    content: "その他 多数";
    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: 100%;
    height: 100%;
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 0.9375rem);
    font-weight: 700;
    color: #4d6ba8;
  }
}

.p-b-partners {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.p-b-partners h2 span {
  font-size: 19px;
}
.p-b-partners__cont {
  margin-top: 34px;
}
.p-b-partners__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media (max-width: 768px) {
  .p-b-partners__list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-b-partners__list-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  padding: 0;
  border-left: 1px solid #707070;
}
@media (max-width: 768px) {
  .p-b-partners__list-col {
    border-left: none;
  }
}
.p-b-partners__list-col li {
  padding: 1px 36px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-b-partners__list-col li {
    padding: 2px 0;
  }
}

.p-results {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.p-results__cont {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-results__cont {
    margin-top: clamp(1.5rem, 1.232rem + 1.339vw, 1.875rem);
  }
}
.p-results__result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 768px) {
  .p-results__result {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .p-results__result {
    grid-template-columns: auto;
    width: 100%;
    max-width: 500px;
    gap: clamp(1.25rem, 0.893rem + 1.786vw, 1.75rem);
  }
}
.p-results__card {
  padding: 34px clamp(1.25rem, 0.982rem + 1.339vw, 1.625rem);
  background-color: #fff;
  border: solid 2px #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media (max-width: 768px) {
  .p-results__card {
    padding: 30px 30px;
  }
}
.p-results__card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-results__card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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-results__card--title {
  position: relative;
  margin-top: 18px;
  padding-bottom: 1rem;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-results__card--title {
    font-size: clamp(1.1875rem, 1.054rem + 0.67vw, 1.375rem);
  }
}
@media (hover: hover) {
  .p-results__card:hover {
    border-color: #012b80;
  }
  .p-results__card:hover .p-results__card__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-results__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.p-results__tags a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 640px) {
  .p-results__tags a {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .p-results__tags a:hover {
    color: #012b80;
  }
}

.p-support-pattern {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-support-pattern__cont {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px 26px;
}
@media (max-width: 480px) {
  .p-support-pattern__cont {
    grid-template-columns: auto;
    gap: 60px;
  }
}
.p-support-pattern__card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 24px;
}
.p-support-pattern__card--num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
}
.p-support-pattern__card--num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-support-pattern__icon {
  width: 100%;
}
.p-support-pattern__icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-support-pattern__problem {
  margin-top: 1rem;
  color: #012b80;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: justify;
}
.p-support-pattern__arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 16px solid #012b80;
  margin: 18px auto;
}
.p-support-pattern__solution {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.p-challenges {
  width: 100%;
  margin-top: 64px;
  padding: 50px clamp(1.5rem, -8.625rem + 21.094vw, 4.875rem) 76px;
}
@media (max-width: 768px) {
  .p-challenges {
    padding: clamp(1.875rem, 0.982rem + 4.464vw, 3.125rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem);
  }
}
.p-challenges__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(1.5rem, -9rem + 21.875vw, 5rem);
     -moz-column-gap: clamp(1.5rem, -9rem + 21.875vw, 5rem);
          column-gap: clamp(1.5rem, -9rem + 21.875vw, 5rem);
  margin-top: clamp(2.25rem, -0.375rem + 5.469vw, 3.125rem);
}
@media (max-width: 928px) {
  .p-challenges__list {
    grid-template-columns: auto;
    row-gap: clamp(1.875rem, -1.875rem + 7.813vw, 3.125rem);
  }
}
@media (max-width: 768px) {
  .p-challenges__list {
    grid-template-columns: auto;
    row-gap: clamp(1.875rem, 0.982rem + 4.464vw, 3.125rem);
    margin-top: clamp(1.625rem, 0.554rem + 5.357vw, 3.125rem);
  }
}
.p-challenges__list h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #000;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-challenges__list h4 {
    font-size: clamp(1.25rem, 1.161rem + 0.446vw, 1.375rem);
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
  }
}
.p-challenges__list h4.c-yellow {
  border-bottom: solid 2px #d59900;
}
.p-challenges__list h4.c-green {
  border-bottom: solid 2px #007c37;
}
.p-challenges__list h4.c-red {
  border-bottom: solid 2px #e34e37;
}
.p-challenges__list p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.p-services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.125rem, -0.875rem + 6.25vw, 3.125rem);
  margin-top: 50px;
}
@media (max-width: 928px) {
  .p-services__list {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) {
  .p-services__list {
    grid-template-columns: auto;
    gap: clamp(2.125rem, 1.411rem + 3.571vw, 3.125rem);
    margin-top: clamp(2.125rem, 1.411rem + 3.571vw, 3.125rem);
  }
}
.p-services__cat {
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-services__cat {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
  }
}
.p-services__cat--title {
  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;
  height: 84px;
  padding: 0 1rem;
  background-color: #d59900;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-services__cat--title {
    height: clamp(3.75rem, 2.679rem + 5.357vw, 5.25rem);
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem) 0 0;
    font-size: clamp(1.1875rem, 1.054rem + 0.67vw, 1.375rem);
  }
}
.p-services__cat--title span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-services__cat--title span {
    font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.9375rem);
  }
}
.p-services__cat--title.u-yellow {
  background-color: #d59900;
}
.p-services__cat--title.u-green {
  background-color: #007c37;
}
.p-services__cat--title.u-red {
  background-color: #e34e37;
}
.p-services__cat--other {
  padding: 26px 50px 50px;
}
@media (max-width: 768px) {
  .p-services__cat--other {
    padding: clamp(1.25rem, 0.982rem + 1.339vw, 1.625rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem) clamp(1.875rem, 0.982rem + 4.464vw, 3.125rem);
  }
}
.p-services__cat--other p {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-top: 34px;
  border-top: solid 2px #d59900;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-services__cat--other p {
    margin-top: 2.2em;
    padding-top: 2em;
    font-size: clamp(0.9375rem, 0.893rem + 0.223vw, 1rem);
  }
}
.p-services__cat--other p.u-yellow {
  color: #d59900;
  border-top: solid 2px #d59900;
}
.p-services__cat--other p.u-green {
  color: #007c37;
  border-top: solid 2px #007c37;
}
.p-services__cat--other p.u-red {
  color: #e34e37;
  border-top: solid 2px #e34e37;
}
.p-services__cat--other p.last {
  display: block;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-services__cat--other p.last {
    font-size: clamp(0.9375rem, 0.893rem + 0.223vw, 1rem);
  }
}
.p-services__cat--other .p-lineup {
  margin-top: 0.5rem;
}
.p-services__cat--other .p-lineup li {
  position: relative;
  padding-left: 1.2em;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-services__cat--other .p-lineup li {
    font-size: clamp(0.9375rem, 0.893rem + 0.223vw, 1rem);
  }
}
.p-services__cat--other .p-lineup li + li {
  margin-top: 0.1em;
}
.p-services__cat--other .p-lineup li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 1em;
  line-height: 1.8;
}
.p-services__cat--other .p-lineup.u-yellow li::before {
  color: #d59900;
}
.p-services__cat--other .p-lineup.u-green li::before {
  color: #007c37;
}
.p-services__cat--other .p-lineup.u-red li::before {
  color: #e34e37;
}
.p-services__cat--overview {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-services__cat--overview {
    font-size: clamp(0.9375rem, 0.893rem + 0.223vw, 1rem);
  }
}

.p-strengths {
  background-color: #fffbe6;
  border: solid 1px #d59900;
  border-radius: 20px;
  padding: 10px;
}
@media (max-width: 768px) {
  .p-strengths {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
  }
}
.p-strengths.c-yellow {
  background-color: #fffbe6;
  border: solid 1px #d59900;
}
.p-strengths.c-green {
  background-color: #edfaf2;
  border: solid 1px #007c37;
}
.p-strengths.c-red {
  background-color: #ffeeea;
  border: solid 1px #e34e37;
}
.p-strengths .p-strengths__title {
  padding: 1rem;
  background-color: #d59900;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .p-strengths .p-strengths__title {
    border-radius: 6px;
  }
}
.p-strengths .p-strengths__title.c-yellow {
  background-color: #d59900;
}
.p-strengths .p-strengths__title.c-green {
  background-color: #007c37;
}
.p-strengths .p-strengths__title.c-red {
  background-color: #e34e37;
}
.p-strengths__inner {
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .p-strengths__inner {
    padding: clamp(1.25rem, 0.804rem + 2.232vw, 1.875rem) clamp(0.25rem, -1.179rem + 7.143vw, 2.25rem) clamp(0.375rem, -0.25rem + 3.125vw, 1.25rem);
  }
}
.p-strengths__inner ol {
  position: relative;
  z-index: 1;
}
.p-strengths__inner ol li {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-left: 1.2em;
}
@media (max-width: 768px) {
  .p-strengths__inner ol li {
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem);
  }
}
.p-strengths__inner ol li + li {
  margin-top: 0.8rem;
}
.p-strengths__inner ol li .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.p-strengths__inner ol li .num.c-yellow {
  color: #d59900;
}
.p-strengths__inner ol li .num.c-green {
  color: #007c37;
}
.p-strengths__inner ol li .num.c-red {
  color: #e34e37;
}
.p-strengths__inner--bg {
  position: absolute;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-strengths__inner--bg {
    position: relative;
    margin-top: 1.2rem;
  }
}
.p-strengths__inner--bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-strengths__inner--bg img {
    width: 86%;
    margin: 0 auto;
  }
}
.p-strengths__inner--bg.bg-adcon {
  width: 180px;
  right: 50px;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-strengths__inner--bg.bg-adcon {
    width: 100%;
    right: initial;
    bottom: initial;
  }
}
.p-strengths__inner--bg.bg-itcon {
  width: 220px;
  right: 20px;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-strengths__inner--bg.bg-itcon {
    width: 100%;
    right: initial;
    bottom: initial;
  }
}
.p-strengths__inner--bg.bg-hrcon {
  width: 282px;
  right: 30px;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-strengths__inner--bg.bg-hrcon {
    width: 100%;
    right: initial;
    bottom: initial;
  }
}

.p-flow__cont {
  padding: clamp(1.5rem, -0.75rem + 4.688vw, 2.25rem) clamp(1.625rem, -1.375rem + 6.25vw, 2.625rem) clamp(1.875rem, -0.75rem + 5.469vw, 2.75rem);
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .p-flow__cont {
    padding: clamp(1.625rem, 1.179rem + 2.232vw, 2.25rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem);
  }
}
.p-flow__cont img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-awards-solo {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.p-awards-solo .l-lower-cont__h2.c-yellow {
  position: relative;
  margin-bottom: 2.2rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 2px #d59900;
}
@media (max-width: 768px) {
  .p-awards-solo .l-lower-cont__h2.c-yellow {
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
  }
}
.p-awards-solo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: clamp(2.5rem, -3.125rem + 11.719vw, 4.375rem);
     -moz-column-gap: clamp(2.5rem, -3.125rem + 11.719vw, 4.375rem);
          column-gap: clamp(2.5rem, -3.125rem + 11.719vw, 4.375rem);
}
@media (max-width: 768px) {
  .p-awards-solo__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
  }
}
.p-awards-solo__inner p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-awards-solo__inner p {
    font-size: clamp(0.9375rem, 0.929rem + 0.408vw, 1.125rem);
  }
}
.p-awards-solo__inner--btn {
  display: block;
  width: 140px;
}
@media (max-width: 768px) {
  .p-awards-solo__inner--btn {
    margin: 0 auto;
  }
}
.p-awards-solo__inner--btn a {
  position: relative;
  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: 100%;
  height: 34px;
  background-color: #000;
  border-radius: 50px;
  border: solid 1px #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-right: 1lh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-awards-solo__inner--btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
  mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-awards-solo__inner--btn a:hover {
  background-color: #fff;
  color: #000;
}
.p-awards-solo__inner--btn a:hover::after {
  background-color: #000;
}

.p-contact-bk {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 100px auto 0;
  padding: 40px 1.5rem;
  background-color: #012b80;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-contact-bk {
    border-radius: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
    margin: clamp(3.75rem, 1.964rem + 8.929vw, 6.25rem) auto 0;
    padding: 30px 1.5rem 36px;
  }
}
.p-contact-bk__title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-contact-bk__title {
    font-size: clamp(1.125rem, 0.857rem + 1.339vw, 1.5rem);
  }
}
.p-contact-bk p {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-contact-bk p {
    font-size: clamp(0.9375rem, 0.893rem + 0.223vw, 1rem);
    font-weight: 400;
  }
}

.p-partner {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 90px auto 0;
}
@media (max-width: 768px) {
  .p-partner {
    margin: clamp(3.75rem, 2.411rem + 6.696vw, 5.625rem) auto 0;
  }
}
.p-partner__title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-partner__title {
    font-size: clamp(1.375rem, 1.107rem + 1.339vw, 1.75rem);
  }
}
.p-partner p {
  display: block;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn-link-disclosure {
  display: block;
  margin-top: 60px;
}
.btn-link-disclosure a {
  position: relative;
  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: 90%;
  height: 106px;
  max-width: 600px;
  margin: 0 auto;
  background-color: #e34e37;
  border: solid 2px #e34e37;
  border-radius: 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-link-disclosure a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    padding: 0 1.5em;
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem);
  }
}
.btn-link-disclosure a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link-disclosure a:hover {
  background-color: #fff;
  color: #e34e37;
}
.btn-link-disclosure a:hover::after {
  background-color: #e34e37;
}

/* 記事詳細 */
.p-article {
  max-width: 980px;
  margin: 0 auto;
}
.p-article__cont {
  padding: 40px 50px 70px;
}
@media (max-width: 768px) {
  .p-article__cont {
    padding: clamp(2.125rem, 1.411rem + 3.571vw, 3.125rem) clamp(1.625rem, 1rem + 3.125vw, 2.5rem) clamp(3.125rem, 2.232rem + 4.464vw, 4.375rem);
  }
}
.p-article__cont .c-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  color: #9d9d9d;
  font-size: 15px;
  font-weight: 400;
}
.p-article__cont .c-date span img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-article__title {
  position: relative;
  margin: 0.5rem auto 0;
  padding-bottom: 1rem;
  border-bottom: solid 2px #012b80;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-article__title {
    margin-top: 0.3em;
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
}
.p-article__thumb {
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-article__thumb {
    margin-top: clamp(1.5rem, 0.786rem + 3.571vw, 2.5rem);
  }
}
.p-article__thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-article__info {
  display: block;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .p-article__info {
    margin-top: 1rem;
  }
}
.p-article__info p,
.p-article__info dl,
.p-article__info dd {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-article__info p,
  .p-article__info dl,
  .p-article__info dd {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .p-article__info p,
  .p-article__info dl,
  .p-article__info dd {
    font-size: 14px;
  }
}
.p-article__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .p-article__info dl {
    margin-top: 0.2rem;
  }
}
@media (max-width: 480px) {
  .p-article__info dl {
    margin-top: 0;
  }
}
.p-article__info dt::after {
  content: ":";
  margin-inline: 0.5em;
}
.p-article__info dd span + span::before {
  content: " / ";
}
.p-article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-article__tags {
    gap: 8px;
    margin-top: 0.75rem;
  }
}
.p-article__tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 1rem;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .p-article__tags a {
    padding: 4px 1rem;
    font-size: 12px;
  }
}
.p-article__tags a:hover {
  background: #012b80;
  border-color: #012b80;
  color: #fff;
}
.p-article__body {
  width: 100%;
  max-width: 760px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .p-article__body {
    margin: clamp(2.25rem, 0.732rem + 7.589vw, 4.375rem) auto 0;
  }
}
.p-article__body h3 {
  position: relative;
  padding-left: 0.5em;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-article__body h3 {
    padding-left: 0.5em;
    font-size: clamp(1.125rem, 1.036rem + 0.446vw, 1.25rem);
  }
}
.p-article__body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25lh;
  width: 3px;
  height: 1em;
  background-color: #012b80;
  border-radius: 2px;
}
.p-article__body p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-article__body p {
    font-size: 15px;
  }
}
.p-article__body p a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (hover: hover) {
  .p-article__body p a:hover {
    color: #012b80;
  }
}
.p-article__body > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-article__body .p-article__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 640px) {
  .p-article__body .p-article__flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-article__body .p-article__flx img {
  width: 328px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-article__body .p-article__flx p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-article__body dl {
  margin-left: 1.2em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-article__body dl {
    font-size: 15px;
  }
}
.p-article__body dl dt {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-article__body dl dt {
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-article__body dl dt::before {
  content: "";
  position: absolute;
  left: -0.9em;
  top: 0.45lh;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.p-article__body dl dt.num::before {
  content: attr(data-num) ".";
  position: absolute;
  left: -1.1em;
  top: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #000;
}
@media (max-width: 768px) {
  .p-article__body dl dt.num::before {
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-article__body dl dd {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-article__body dl dd {
    font-size: 15px;
  }
}
.p-article__body h2 + *, .p-article__body h3 + *, .p-article__body h4 + *, .p-article__body p + *, .p-article__body ul + *, .p-article__body ol + *, .p-article__body dl + *, .p-article__body .wp-block-image + *, .p-article__body .p-article__flx + *, .p-article__body figure + *, .p-article__body table + * {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .p-article__body h2 + *, .p-article__body h3 + *, .p-article__body h4 + *, .p-article__body p + *, .p-article__body ul + *, .p-article__body ol + *, .p-article__body dl + *, .p-article__body .wp-block-image + *, .p-article__body .p-article__flx + *, .p-article__body figure + *, .p-article__body table + * {
    margin-top: 1.2rem;
  }
}
.p-article__body h2 + h3, .p-article__body h3 + h3, .p-article__body h4 + h3, .p-article__body p + h3, .p-article__body ul + h3, .p-article__body ol + h3, .p-article__body dl + h3, .p-article__body .p-article__flx + h3, .p-article__body figure + h3, .p-article__body table + h3 {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-article__body h2 + h3, .p-article__body h3 + h3, .p-article__body h4 + h3, .p-article__body p + h3, .p-article__body ul + h3, .p-article__body ol + h3, .p-article__body dl + h3, .p-article__body .p-article__flx + h3, .p-article__body figure + h3, .p-article__body table + h3 {
    margin-top: clamp(2.5rem, 1.161rem + 6.696vw, 4.375rem);
  }
}
.p-article__body .p-company-info {
  margin-top: 70px;
  line-height: 1.7;
}
.p-article__body .p-company-info .p-company-info__box {
  padding-top: 1.2rem;
  border-top: solid 1px #000;
}
.p-article__body .p-company-info .p-company-info__box + .p-company-info__box {
  margin-top: 1.2rem;
}
.p-article__body .p-company-info .p-company-info__box--title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.p-article__body .p-company-info .p-company-info__box p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.p-article__body .p-company-info .p-company-info__box h4 + p {
  margin-top: 4px;
}
.p-article__body .p-company-info .p-company-info__box a {
  color: #222;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .p-article__body .p-company-info .p-company-info__box a:hover {
    color: #012b80;
  }
}
.p-article__body .p-company-info .p-company-info__box a.tel {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-article__body .p-company-info .p-company-info__box a.tel {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.p-article__body .p-company-info .p-company-info__box--list {
  margin: 0;
}
.p-article__body .p-company-info .p-company-info__box--list dt {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.05em;
  margin-top: 16px;
  line-height: 1.5;
}
.p-article__body .p-company-info .p-company-info__box--list dt::before {
  display: none;
}
.p-article__body .p-company-info .p-company-info__box--list dd {
  margin: 4px 0 0;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}
.p-article__body .p-company-info .p-company-info__box--list ol {
  list-style: decimal;
  margin: 4px 0 0;
  padding-left: 20px;
}
.p-article__body .p-company-info .p-company-info__box--list ol li + li {
  margin-top: 3px;
}

.p-news {
  margin-top: 100px;
}
.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-news__head .c-news-cat {
  color: #012b80;
  font-size: 15px;
  font-weight: 700;
}

.p-contact-form {
  display: block;
  width: 86%;
  max-width: 510px;
  margin: 0 auto;
  padding: 74px 0;
}
@media (max-width: 768px) {
  .p-contact-form {
    padding: clamp(3.125rem, 2.679rem + 2.232vw, 3.75rem) 0;
  }
}
.p-contact-form__title {
  margin-bottom: 42px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-contact-form__title {
    margin-bottom: clamp(1.5rem, 0.786rem + 3.571vw, 2.5rem);
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem);
  }
}
.p-contact-form__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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 7px;
  width: 100%;
}
.p-contact-form__item + .p-contact-form__item {
  margin-top: 20px;
}
.p-contact-form__label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.p-contact-form__required {
  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;
  margin-left: 7px;
  padding: 0 0.5em;
  background-color: #ff0000;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.p-contact-form .form-error {
  display: block;
  margin-top: 0;
  color: #ff0000;
  font-size: 13px;
}
.p-contact-form__input, .p-contact-form__select, .p-contact-form__textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 6px;
  padding: 11px 16px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media (max-width: 768px) {
  .p-contact-form__input, .p-contact-form__select, .p-contact-form__textarea {
    font-size: 15px;
  }
}
.p-contact-form__input::-webkit-input-placeholder, .p-contact-form__select::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
  color: #757575;
  font-weight: 500;
}
.p-contact-form__input::-moz-placeholder, .p-contact-form__select::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
  color: #757575;
  font-weight: 500;
}
.p-contact-form__input:-ms-input-placeholder, .p-contact-form__select:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
  color: #757575;
  font-weight: 500;
}
.p-contact-form__input::-ms-input-placeholder, .p-contact-form__select::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
  color: #757575;
  font-weight: 500;
}
.p-contact-form__input::placeholder, .p-contact-form__select::placeholder, .p-contact-form__textarea::placeholder {
  color: #757575;
  font-weight: 500;
}
.p-contact-form__input:focus, .p-contact-form__select:focus, .p-contact-form__textarea:focus {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 0 1.5px #012b80;
          box-shadow: inset 0 0 0 1.5px #012b80;
}
.p-contact-form__textarea {
  resize: vertical;
  line-height: 1.7;
  -webkit-box-shadow: inset 0 0 0 1.5px #ebebeb;
          box-shadow: inset 0 0 0 1.5px #ebebeb;
  min-height: 6lh;
}
.p-contact-form__select {
  cursor: pointer;
  background-image: url("../img/icon-select-img.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 19px 11px;
  padding-right: 40px;
}
.p-contact-form__checkbox-group, .p-contact-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-contact-form__checkbox-label, .p-contact-form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.p-contact-form__checkbox-label input[type=checkbox],
.p-contact-form__checkbox-label input[type=radio], .p-contact-form__radio-label input[type=checkbox],
.p-contact-form__radio-label input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #000;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-contact-form__note {
  font-size: 15px;
  font-weight: 400;
  color: #ff0000;
  margin-left: 5px;
  letter-spacing: 0.06em;
}
.p-contact-form__privacy {
  margin-top: 40px;
}
.p-contact-form__privacy-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-form__privacy-title {
    font-size: 15px;
  }
}
.p-contact-form__privacy-text {
  height: 160px;
  margin-bottom: 16px;
  padding: 16px;
  border: solid 1px #ebebeb;
  border-radius: 6px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  overflow-y: scroll;
}
.p-contact-form__privacy-text p + p {
  margin-top: 1rem;
}
.p-contact-form__agree-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;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  color: #000;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-contact-form__agree-label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p-contact-form__agree-label {
    font-size: 13px;
  }
}
.p-contact-form__agree-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #000;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-contact-form__submit {
  margin-top: 40px;
  text-align: center;
}
.p-contact-form__submit-btn {
  position: relative;
  border: none;
  cursor: pointer;
  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: 100%;
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact-form__submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-color: #fff;
  mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../img/btn-rihgt-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__submit-btn:hover {
  background-color: #fff;
  color: #000;
}
.p-contact-form__submit-btn:hover::after {
  background-color: #000;
}
.p-contact-form__submit-btn.c-blue {
  background-color: #012b80;
  border: solid 1px #012b80;
}
.p-contact-form__submit-btn.c-blue:hover {
  background-color: #fff;
  color: #012b80;
}
.p-contact-form__submit-btn.c-blue:hover::after {
  background-color: #012b80;
}
.p-contact-form__submit-icon {
  font-size: 18px;
}
.p-contact-form__confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-contact-form__confirm-table {
    margin-bottom: clamp(2.125rem, 1.411rem + 3.571vw, 3.125rem);
  }
}
.p-contact-form__confirm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .p-contact-form__confirm-row {
    font-size: 0.8rem 0;
  }
}
.p-contact-form__confirm-row:last-child {
  border-bottom: none;
}
.p-contact-form__confirm-th {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-contact-form__confirm-th {
    font-size: 15px;
  }
}
.p-contact-form__confirm-td {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
  vertical-align: top;
}
@media (max-width: 768px) {
  .p-contact-form__confirm-td {
    font-size: 15px;
  }
}
.p-contact-form__confirm-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .p-contact-form__confirm-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact-form__back-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  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: 100%;
  max-width: 330px;
  height: 50px;
  background-color: #707070;
  border: solid 1px #707070;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 480px) {
  .p-contact-form__back-btn {
    max-width: 280px;
  }
}
.p-contact-form__back-btn:hover {
  opacity: 0.75;
}
.p-contact-form .p-thanks-txt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-form .p-thanks-txt p {
    font-size: 15px;
  }
}
.p-contact-form .p-thanks-txt p + p {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .p-contact-form .p-thanks-txt p + p {
    margin-top: 0;
  }
}
.p-contact-form__error {
  display: block;
  margin-top: 0.4em;
  color: #e00;
  font-size: 0.85em;
}

/* 35thanniversary */
.p-35thanniversary {
  position: relative;
  padding: 30px 0 96px;
}
@media (max-width: 768px) {
  .p-35thanniversary {
    padding: 30px 0 clamp(2.5rem, 0rem + 12.5vw, 6rem);
  }
}
.p-35thanniversary__bg {
  position: absolute;
  inset: 0;
  top: -74px;
  height: calc(100% + 74px);
  z-index: 0;
}
.p-35thanniversary__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-35thanniversary__cont {
  position: relative;
  z-index: 1;
}
.p-35thanniversary__cont--title {
  width: 100%;
  max-width: clamp(35rem, -5.875rem + 85.156vw, 48.625rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-35thanniversary__cont--title {
    width: 100%;
    max-width: clamp(17.5rem, 12.143rem + 26.786vw, 25rem);
  }
}
.p-35thanniversary__cont--title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-35thanniversary {
  /* ページナビ */
}
.p-35thanniversary__nav {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .p-35thanniversary__nav {
    display: none;
  }
}
.p-35thanniversary__nav--list {
  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: 20px;
  width: 100%;
}
.p-35thanniversary__nav--list li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 220px;
}
.p-35thanniversary__nav--list li a {
  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-align: center;
  width: 100%;
  height: 66px;
  background-color: #012b80;
  border: solid 2px #012b80;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s ease, color 0.2s ease;
  transition: background-color 0.3s ease, color 0.2s ease;
}
.p-35thanniversary__nav--list li a:hover {
  background-color: #fff;
  color: #012b80;
}
.p-35thanniversary__nav + .l-lower-cont__section {
  margin-top: 100px;
}

.l-lower-cont__section.p-gratitude {
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 35, 105)), color-stop(20%, rgb(1, 43, 128)), color-stop(80%, rgb(1, 43, 128)), to(rgb(1, 35, 105)));
  background: linear-gradient(90deg, rgb(1, 35, 105) 0%, rgb(1, 43, 128) 20%, rgb(1, 43, 128) 80%, rgb(1, 35, 105) 100%);
  padding: 104px 0 125px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .l-lower-cont__section.p-gratitude {
    padding: clamp(3.125rem, 1.339rem + 8.929vw, 5.625rem) 0;
  }
}

.p-gratitude__inner {
  position: relative;
  width: 92%;
  max-width: 870px;
  margin: 0 auto;
}
.p-gratitude__inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .p-gratitude__inner p {
    font-size: clamp(0.9375rem, 0.714rem + 1.116vw, 1.25rem);
  }
}
.p-gratitude__inner p + p {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-gratitude__inner p + p {
    margin-top: clamp(2.125rem, 0.964rem + 5.804vw, 3.75rem);
  }
}
.p-gratitude__title {
  position: relative;
  margin-bottom: 77px;
  color: #fff;
  font-size: clamp(2.125rem, 1.188rem + 1.953vw, 2.4375rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-gratitude__title {
    margin-bottom: clamp(2.25rem, 1.179rem + 5.357vw, 3.75rem);
    font-size: clamp(1.25rem, 0.625rem + 3.125vw, 2.125rem);
  }
}
.p-gratitude__title__deco-line {
  position: relative;
  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: 768px) {
  .p-gratitude__title__deco-line img {
    width: clamp(3.75rem, 1.964rem + 8.929vw, 6.25rem);
  }
}
.p-gratitude__title__deco-line .deco--left {
  position: absolute;
  right: calc(100% - 44px);
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-gratitude__title__deco-line .deco--left {
    right: calc(100% - clamp(1.875rem, -2.589rem + 22.321vw, 8.125rem));
  }
}
.p-gratitude__title__deco-line .deco--right {
  position: absolute;
  left: calc(100% - 44px);
  top: 60%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 768px) {
  .p-gratitude__title__deco-line .deco--right {
    left: calc(100% - clamp(1.875rem, -2.589rem + 22.321vw, 8.125rem));
  }
}

.p-about_shinka__title {
  margin-bottom: 88px;
  color: #012b80;
  font-size: clamp(2.25rem, 1.5rem + 1.563vw, 2.5rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-about_shinka__title {
    padding-inline: 1rem;
    margin-bottom: clamp(2.25rem, 0.464rem + 8.929vw, 4.75rem);
    font-size: clamp(1.375rem, 0.75rem + 3.125vw, 2.25rem);
  }
}
.p-about_shinka p {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .p-about_shinka p {
    font-size: clamp(0.9375rem, 0.714rem + 1.116vw, 1.25rem);
  }
}
.p-about_shinka__obj {
  width: 100%;
  max-width: 696px;
  margin: 120px auto 70px;
}
@media (max-width: 768px) {
  .p-about_shinka__obj {
    margin: clamp(3.125rem, 0.893rem + 11.161vw, 6.25rem) auto clamp(0.625rem, -0.714rem + 6.696vw, 2.5rem);
  }
}
.p-about_shinka__obj img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* pickup */
.p-pickup {
  display: grid;
  grid-template-columns: 614fr 445fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .p-pickup {
    grid-template-columns: auto;
  }
}
.p-pickup__main {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-pickup__main:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-pickup__main a {
  padding: 28px 26px;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .p-pickup__main a {
    padding: clamp(1.375rem, 1.107rem + 1.339vw, 1.75rem) clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
}
.p-pickup__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-pickup__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-pickup__thumb:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-pickup__content {
  margin-top: 12px;
}
.p-pickup__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  margin: 8px 0 16px;
}
@media (max-width: 768px) {
  .p-pickup__title {
    font-size: 1rem;
  }
}
.p-pickup__sub {
  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-pickup__sub-item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-pickup__sub-item {
    overflow: visible;
  }
}
.p-pickup__sub-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-pickup__sub-item a {
  display: block;
}
.p-pickup__sub-item a .p-pickup__sub-item-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  padding: 25px 20px 16px;
  height: 100%;
}
@media (max-width: 768px) {
  .p-pickup__sub-item a .p-pickup__sub-item-flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: clamp(1.375rem, 1.107rem + 1.339vw, 1.75rem) clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem) 0 clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
}
.p-pickup__sub-thumb {
  width: 100%;
  max-width: 180px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .p-pickup__sub-thumb {
    width: 100%;
    max-width: 100%;
  }
}
.p-pickup__sub-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-pickup__sub-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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-pickup__sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
  margin: 6px 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-pickup__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-pickup__cat {
  font-size: 15px;
  font-weight: 700;
  color: #012b80;
}
.p-pickup__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #9d9d9d;
  line-height: 1;
}
.p-pickup__date span img {
  position: relative;
  top: 1px;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pickup__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-pickup__tags.u-sub {
  padding: 0 20px 16px;
}
@media (max-width: 768px) {
  .p-pickup__tags.u-sub {
    padding-inline: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
    padding-bottom: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
}
.p-pickup__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 12px 3px;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 13px;
  color: #000;
}
.p-pickup__tag:hover {
  color: #012b80;
  border: 1px solid #012b80;
}
.p-pickup__heading {
  margin-bottom: 40px;
  color: #012b80;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-pickup__heading {
    font-size: clamp(1.625rem, 1.179rem + 2.232vw, 2.25rem);
    margin-bottom: 1em;
  }
}

/* 記事一覧 */
.p-news-press__heading {
  color: #012b80;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-news-press__heading {
    margin-bottom: clamp(1.5rem, 0.339rem + 5.804vw, 3.125rem);
    font-size: clamp(1.5rem, 0.964rem + 2.679vw, 2.25rem);
  }
}
.p-news-press__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .p-news-press__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    padding: 0 0.8em;
  }
}
.p-news-press__tab {
  padding: 12px 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(#f4f4f4));
  background: linear-gradient(to bottom, #fff 60%, #f4f4f4 100%);
  border: none;
  border-radius: 10px 10px 0 0;
  color: #535353;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 768px) {
  .p-news-press__tab {
    width: 100%;
    padding: 12px 0.5rem;
    font-size: 1rem;
    text-align: center;
  }
}
.p-news-press__tab.is-active {
  background: #fff;
  color: #012b80;
  position: relative;
  z-index: 1;
}
.p-news-press__tab:not(.is-active):hover {
  background: #012b80;
  color: #fff;
}
.p-news-press__body {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .p-news-press__body {
    padding: 24px 24px 40px;
  }
}
.p-news-press__filter {
  background: #f6f6f6;
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-news-press__filter {
    margin-bottom: clamp(1.5rem, 1.143rem + 1.786vw, 2rem);
    padding: clamp(1rem, 0.821rem + 0.893vw, 1.25rem) clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
}
.p-news-press__filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .p-news-press__filter-row {
    -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-press__filter-group {
  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;
}
@media (max-width: 640px) {
  .p-news-press__filter-group {
    width: 100%;
  }
}
.p-news-press__filter-label {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.p-news-press__select-wrap {
  position: relative;
}
.p-news-press__select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #012b80;
  pointer-events: none;
}
.p-news-press__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 2px 36px 2px 14px;
  border: 1px solid #012b80;
  border-radius: 3px;
  color: #012b80;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  min-width: 110px;
}
@media (max-width: 768px) {
  .p-news-press__select {
    width: 100%;
    min-width: 100%;
    padding: 4px 2rem 4px 14px;
  }
}
.p-news-press__select:focus {
  outline: none;
  border-color: #012b80;
}
.p-news-press__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 16px;
}
@media (max-width: 640px) {
  .p-news-press__btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p-news-press__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-press__filter-submit {
  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: 2px 24px;
  background: #012b80;
  color: #fff;
  border: none;
  border: 1px solid #012b80;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media (max-width: 640px) {
  .p-news-press__filter-submit {
    width: 100%;
    margin-top: 0.5rem;
    padding: 4px 1rem;
  }
}
.p-news-press__filter-submit:hover {
  background: #14307a;
}
.p-news-press__filter-submit-reset {
  background: #464646;
}
.p-news-press__filter-submit-reset span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 6px;
}
.p-news-press__filter-submit-reset span::before, .p-news-press__filter-submit-reset span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
}
.p-news-press__filter-submit-reset span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-news-press__filter-submit-reset span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-news-press__filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .p-news-press__filter-tags {
    gap: 4px 12px;
  }
}
.p-news-press__filter-tag-label {
  position: relative;
  top: -1px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 640px) {
  .p-news-press__filter-tag-label {
    width: 100%;
  }
}
.p-news-press__filter-tag {
  font-size: 14px;
  color: #727272;
}
.p-news-press__filter-tag.is-active {
  color: #012b80;
  font-weight: 500;
}
.p-news-press__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news-press__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  color: inherit;
}
@media (max-width: 768px) {
  .p-news-press__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
}
.p-news-press__item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.p-news-press__item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-news-press__item a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.p-news-press__item a:hover {
  opacity: 0.7;
}
.p-news-press__item a:hover span {
  background-size: 100% 1px;
}
.p-news-press__cat {
  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;
  min-width: 144px;
  padding: 5px 3px 6px;
  background: #012b80;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-news-press__cat {
    min-width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 1.5em 3px;
  }
}
.p-news-press__date {
  font-size: 15px;
  color: #363636;
  white-space: nowrap;
  min-width: 90px;
}
@media (max-width: 768px) {
  .p-news-press__date {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
  }
}
.p-news-press__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-underline-offset: 3px;
}

#parallax-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.parallax-bg__item img {
  mix-blend-mode: screen;
}

[data-fade] {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

[data-fade].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-fade].is-inview--instant {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

#datasign_cmp__host {
  position: relative;
  z-index: 9999;
}

/* 404 */
.p-404 {
  width: 94%;
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 26px;
}
@media (max-width: 768px) {
  .p-404 {
    padding: clamp(2.5rem, 1.307rem + 5.089vw, 3.75rem) clamp(1.25rem, 0.892rem + 1.527vw, 1.625rem);
  }
}
@media (max-width: 480px) {
  .p-404 {
    width: 100%;
  }
}
.p-404__title {
  margin-bottom: 0.5em;
  color: #012b80;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-404__title {
    font-size: clamp(1.125rem, 0.827rem + 1.272vw, 1.4375rem);
  }
}
@media (max-width: 480px) {
  .p-404__title {
    text-align: left;
    margin-bottom: 0.8em;
  }
}
.p-404__txt {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 480px) {
  .p-404__txt {
    text-align: left;
  }
}

/* ============================================================
   FV タップ再生案内ラベル
   省電力モード等で自動再生がブロックされた際に
   fv__movie-btn の上に小さく表示する
   ============================================================ */
/* 案内ラベル */
.fv__movie-btn-notice {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.06em;
  pointer-events: none;
  /* フェードイン制御 */
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  /* 吹き出しの尾っぽ（下向き三角） */
}
.fv__movie-btn-notice::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.55) transparent transparent;
}

.fv__movie-btn-notice.is-visible {
  opacity: 1;
}

/* ============================================================
   全画面タップオーバーレイ（案内ラベル表示中のみ有効）
   ============================================================ */
.fv__tap-overlay {
  position: absolute;
  inset: 0;
  z-index: 15; /* ボタンより下、コンテンツより上 */
  cursor: pointer;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.fv__tap-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fv__video,
.video-bg__video {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.l-footer {
  pointer-events: auto;
  position: relative;
  background-color: #f5f5f5;
  color: #333;
}
.l-footer__container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 76px 0 96px;
}
@media (max-width: 768px) {
  .l-footer__container {
    padding: clamp(3.875rem, 3.25rem + 3.125vw, 4.75rem) 0 clamp(2rem, -0.857rem + 14.286vw, 6rem);
  }
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 1024px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .l-footer__top {
    -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-footer__company {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
}
@media (max-width: 1024px) {
  .l-footer__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l-footer__company {
    display: block;
    -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: 1024px) {
  .l-footer__company .l-footer__left {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-footer__company .l-footer__left {
    display: contents;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 290px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto 32px;
  }
}
.l-footer__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__info {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .l-footer__info {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__info {
    margin-bottom: clamp(1.5rem, 0.786rem + 3.571vw, 2.5rem);
    text-align: center;
  }
}
.l-footer__info p {
  margin-bottom: 0.2rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.l-footer__info p a {
  color: #000;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer__info p a {
    pointer-events: auto;
  }
}
.l-footer__anniversary {
  width: 100%;
  max-width: 140px;
  margin: 0;
}
@media (max-width: 768px) {
  .l-footer__anniversary {
    margin: 0 auto;
    max-width: 54px;
  }
}
.l-footer__anniversary img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, -1.5rem + 6.25vw, 2.5rem) clamp(1.5rem, 0.375rem + 2.344vw, 1.875rem);
}
@media (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-col > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__nav-label {
  display: block;
  margin-bottom: 0.2rem;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.l-footer__nav-label.emptiness {
  height: 1lh;
}
.l-footer__nav-title {
  margin-bottom: 14px;
  color: #012b80;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.l-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: 0.2rem;
  line-height: 1.5;
}
.l-footer__nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.5;
}
.l-footer__nav-link:hover {
  color: #012b80;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.875rem, -7.5rem + 19.531vw, 5rem);
  margin-top: clamp(3.75rem, -1.875rem + 11.719vw, 5.625rem);
}
@media (max-width: 768px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(2.5rem, 1.607rem + 4.464vw, 3.75rem);
    margin-top: clamp(2.25rem, 1.625rem + 3.125vw, 3.125rem);
    padding-top: clamp(2.25rem, 1.625rem + 3.125vw, 3.125rem);
    border-top: solid 1px #e3e3e3;
  }
}
.l-footer__policy {
  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-top: 24px;
  border-top: solid 1px #000;
}
@media (max-width: 768px) {
  .l-footer__policy {
    padding-top: 0;
    border-top: none;
  }
}
.l-footer__policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .l-footer__policy-list {
    -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;
  }
}
.l-footer__policy-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-footer__policy-link:hover {
  color: #012b80;
}
.l-footer__policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__policy-item + .l-footer__policy-item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #000;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .l-footer__policy-item + .l-footer__policy-item::before {
    display: none;
  }
}
.l-footer__right {
  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;
  width: 250px;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-footer__right {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.l-footer__buttons {
  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;
  width: 100%;
  gap: 14px;
}
@media (max-width: 768px) {
  .l-footer__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0.75rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .l-footer__btn {
    height: 54px;
  }
}
.l-footer__btn--recruit {
  background-color: #000;
  color: #fff;
}
.l-footer__btn--recruit::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-b-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 1em;
}
.l-footer__btn--contact {
  background-color: #012b80;
  color: #fff;
}
.l-footer__btn:hover {
  opacity: 0.66;
}
.l-footer__btn-icon {
  width: 32px;
  height: 32px;
  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;
}
.l-footer__btn-icon img,
.l-footer__btn-icon svg {
  width: 100%;
  height: 100%;
}
.l-footer__btn-text {
  font-size: 16px;
  font-weight: 500;
  margin-left: 1.5rem;
}
.l-footer__btn-arrow {
  width: 16px;
  height: 16px;
  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;
}
.l-footer__btn-arrow img,
.l-footer__btn-arrow svg {
  width: 100%;
  height: 100%;
}
.l-footer__copyright {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 60px;
    text-align: center;
  }
}

#backToTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, bottom 0.4s ease;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, bottom 0.4s ease, -webkit-transform 0.3s;
  z-index: 100;
}
@media (max-width: 768px) {
  #backToTop {
    right: 16px;
    bottom: 20px;
  }
}
#backToTop.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#backToTop.is-footer {
  bottom: calc(フッターの高さ + 1em);
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, bottom 0.4s ease;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, bottom 0.4s ease, -webkit-transform 0.3s;
}
@media (hover: hover) {
  #backToTop:hover {
    opacity: 0.7;
  }
}
#backToTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-mnwk {
  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;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(242, 242, 242, 0)), to(rgba(237, 236, 231, 0.8)));
  background-image: linear-gradient(180deg, rgba(242, 242, 242, 0) 80%, rgba(237, 236, 231, 0.8) 100%);
}
@media (max-width: 768px) {
  .bg-mnwk {
    height: clamp(10rem, 8.214rem + 8.929vw, 12.5rem);
  }
}
.bg-mnwk img {
  width: 400px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .bg-mnwk img {
    width: clamp(16.25rem, 10rem + 31.25vw, 25rem);
  }
}

/*
 * 汎用
 * -------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 480.1px) {
  .sm {
    display: none;
  }
}
.tx_c {
  text-align: center;
}

.tx_l {
  text-align: left;
}

.tx_r {
  text-align: right;
}

/* 余白 */
.ma-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.pa-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.ma-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.pa-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.ma-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.pa-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.ma-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.pa-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.ma-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.pa-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.ma-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.pa-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.ma-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.pa-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}

.ma-7 {
  margin: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}

.pa-7 {
  padding: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}

.ma-8 {
  margin: 8rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}

.pa-8 {
  padding: 8rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}

.ma-9 {
  margin: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}

.pa-9 {
  padding: 9rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}

.ma-10 {
  margin: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}

.pa-10 {
  padding: 10rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}