@charset "UTF-8";
/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*----------------------------------------------

  VARIABLES & FUNCTIONS & MIXINS

----------------------------------------------*/
:root {
  --color-primary: #004fb5;
  --color-primary-dark: #003d8f;
  --color-primary-light: #0094d3;
  --gradient-primary: linear-gradient(90deg,
  		var(--color-primary) 0%,
  		var(--color-primary-light) 100%);
  --gradient-primary-deep: linear-gradient(135deg,
  		var(--color-primary-light) 0%,
  		var(--color-primary) 50%,
  		var(--color-primary-dark) 100%);
  /* ヘッダーメガメニュー（Figma BK_ブルー / fill_YA4IRM） */
  --gradient-header-megamenu: linear-gradient(90deg,
  		rgba(0, 148, 211, 1) 0%,
  		rgba(0, 134, 204, 1) 14%,
  		rgba(0, 104, 191, 1) 49%,
  		rgba(0, 85, 183, 1) 79%,
  		rgba(0, 79, 181, 1) 100%);
  --color-text: #505050;
  --color-text-light: #808080;
  --color-white: #ffffff;
  --color-bg-gray: #f0f0f0;
  --color-bg-section: #f0f2f5;
  --color-tag-ir: #81c5d5;
  --color-tag-news: #a9d798;
  --color-border: #dbdee4;
  --color-footer-bg: #dfeaf6;
  --font-en: "Roboto Condensed", sans-serif;
  --base-font-size: 14;
  --screen-width: 375;
}

/*----------------------------------------------

  RESET CSS

----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

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

svg {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover img {
  opacity: 1;
}
a:hover {
  outline: none;
  color: inherit;
}

b,
strong {
  font-weight: bold;
}

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

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*----------------------------------------------

  BASE

----------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  color: var(--color-text);
  background-color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1.8;
  word-break: break-word;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
body.is-drawer-open, body.is-modal-open {
  overflow: hidden;
}

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

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

/*******************************
*01
*Swiper
*******************************/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*******************************
*02
*Magnific Popup
*******************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*******************************
*04
*scroll hint
*******************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  z-index: 500;
  border-bottom: 0.5px solid var(--color-text);
}
.l-header__inner {
  position: relative;
  z-index: 620;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  height: 70px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: var(--color-white);
}
@media (min-width: 992px) {
  .l-header__inner {
    z-index: auto;
    height: 90px;
    padding: 0;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  height: 40px;
  width: auto;
}
@media (min-width: 992px) {
  .l-header__logo img {
    height: 53px;
  }
}
.l-header__nav {
  display: none;
}
@media (min-width: 992px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 20px;
    margin: 0 12px;
  }
}
.l-header__nav-item-wrap {
  position: static;
}
@media (min-width: 992px) {
  .l-header__nav-item-wrap {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
  }
  .l-header__nav-item-wrap:hover::before, .l-header__nav-item-wrap:focus-within::before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -3px;
    left: 50%;
    z-index: 625;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0;
    border-color: var(--color-text) transparent transparent;
    transform: translate(-50%, 50%);
    pointer-events: none;
  }
  .l-header__nav-item-wrap:hover .l-header__megamenu, .l-header__nav-item-wrap:focus-within .l-header__megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header__nav-item-wrap:hover > .l-header__nav-item, .l-header__nav-item-wrap:focus-within > .l-header__nav-item {
    color: var(--color-primary);
  }
  .l-header__nav-item-wrap:hover > .l-header__nav-item::after, .l-header__nav-item-wrap:focus-within > .l-header__nav-item::after {
    border-color: var(--color-primary);
  }
}
.l-header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-text);
  white-space: nowrap;
  line-height: 1.2;
  transition: color 0.25s ease;
}
.l-header__nav-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 4px;
  border-bottom: 0.5px solid var(--color-text);
  transition: border-color 0.25s ease;
}
@media (min-width: 992px) {
  .l-header__nav-item:hover {
    opacity: 1;
    color: var(--color-primary);
  }
  .l-header__nav-item:hover::after {
    border-color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .l-header__nav-item:active {
    opacity: 1;
    color: var(--color-primary);
  }
  .l-header__nav-item:active::after {
    border-color: var(--color-primary);
  }
}
.l-header__megamenu {
  display: none;
}
@media (min-width: 992px) {
  .l-header__megamenu {
    display: block;
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    padding-top: 37px;
    z-index: 510;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
}
.l-header__megamenu-inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 24px 70px;
  background-color: #F0F0F0;
  display: flex;
}
.l-header__megamenu-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 120px;
}
.l-header__megamenu-grid {
  width: 100%;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__megamenu-card {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .l-header__megamenu-card:hover {
    opacity: 1;
  }
  .l-header__megamenu-card:hover .l-header__megamenu-card-img img {
    transform: scale(1.05);
  }
}
@media (max-width: 991px) {
  .l-header__megamenu-card:active {
    opacity: 1;
  }
  .l-header__megamenu-card:active .l-header__megamenu-card-img img {
    transform: scale(1.05);
  }
}
.l-header__megamenu-card-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 250/140.62;
  background-color: rgba(255, 255, 255, 0.15);
}
.l-header__megamenu-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.l-header__megamenu-card-label {
  display: block;
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--color-text);
}
.l-header__contact {
  display: none;
}
@media (min-width: 992px) {
  .l-header__contact {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 141px;
    height: 33px;
    padding: 0 16px 0 20px;
    background: var(--gradient-header-megamenu);
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    transition: opacity 0.25s ease;
  }
  .l-header__contact::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 1L5 5.5L1 10' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E") center/contain no-repeat;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .l-header__contact:hover {
    opacity: 0.85;
    color: var(--color-white);
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .l-header__contact:active {
    opacity: 0.85;
    color: var(--color-white);
  }
}
.l-header__hamburger {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  transition: transform 0.3s, opacity 0.3s;
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 90vw);
  height: 100vh;
  height: 100dvh;
  background: var(--gradient-header-megamenu);
  z-index: 600;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
  padding: 80px 24px 40px;
}
.l-header__drawer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../assets/images/bg.png") center/cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
}
.l-header__drawer.is-active {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-header__drawer-item {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
}
@media (min-width: 992px) {
  .l-header__drawer-item:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 991px) {
  .l-header__drawer-item:active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.75);
  }
}
.l-header__drawer-item--toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: left;
  cursor: pointer;
}
.l-header__drawer-toggle-icon {
  position: relative;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.l-header__drawer-toggle-icon::before, .l-header__drawer-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-white);
  transition: transform 0.25s ease;
}
.l-header__drawer-toggle-icon::before {
  width: 12px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.l-header__drawer-toggle-icon::after {
  width: 1px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.l-header__drawer-accordion.is-open .l-header__drawer-toggle-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.l-header__drawer-submenu {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.is-open > .l-header__drawer-submenu {
  max-height: 400px;
}
.l-header__drawer-subitem {
  display: block;
  padding: 12px 0 12px 16px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
.l-header__drawer-subitem:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .l-header__drawer-subitem:hover {
    opacity: 1;
    color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .l-header__drawer-subitem:active {
    opacity: 1;
    color: var(--color-white);
  }
}
.l-header__drawer-contact {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  height: 48px;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .l-header__drawer-contact:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 991px) {
  .l-header__drawer-contact:active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.l-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 550;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.l-header__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .l-header__overlay {
    display: none;
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.l-footer__cta {
  padding: min(calc(30 / 375 * 100vw), 50px) 0;
  background: var(--gradient-header-megamenu);
}
.l-footer__cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .l-footer__cta-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.l-footer__cta-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border: 4px solid #DFEAF6;
  width: 100%;
  height: min(calc(60 / 375 * 100vw), 60px);
  border-radius: 30px;
  transition: background-color 0.3s, border-color 0.3s;
}
.l-footer__cta-card .icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .l-footer__cta-card .icon {
    width: 56px;
    height: 56px;
  }
}
.l-footer__cta-card .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--color-primary);
  transition: fill 0.3s;
}
.l-footer__cta-card .en {
  font-family: var(--font-en);
  font-size: min(calc(24 / 375 * 100vw), 2.4rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .l-footer__cta-card .en {
    font-size: min(calc(32 / 1200 * 100vw), 3.2rem);
  }
}
.l-footer__cta-card .ja {
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  color: var(--color-primary);
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-right: min(calc(20 / 375 * 100vw), 20px);
  transition: color 0.3s;
}
.l-footer__cta-card .ja::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: min(1.2vw, 4.5px) 0 min(1.2vw, 4.5px) min(1.6vw, 6px);
  border-color: transparent transparent transparent var(--color-primary);
  transition: border-color 0.3s;
}
@media (min-width: 992px) {
  .l-footer__cta-card:hover {
    background-color: var(--color-primary);
  }
  .l-footer__cta-card:hover .en {
    color: var(--color-white);
  }
  .l-footer__cta-card:hover .ja {
    color: var(--color-white);
  }
  .l-footer__cta-card:hover .ja::before {
    border-color: transparent transparent transparent var(--color-white);
  }
  .l-footer__cta-card:hover .icon svg {
    fill: var(--color-white);
  }
}
@media (max-width: 991px) {
  .l-footer__cta-card:active {
    background-color: var(--color-primary);
  }
  .l-footer__cta-card:active .en {
    color: var(--color-white);
  }
  .l-footer__cta-card:active .ja {
    color: var(--color-white);
  }
  .l-footer__cta-card:active .ja::before {
    border-color: transparent transparent transparent var(--color-white);
  }
  .l-footer__cta-card:active .icon svg {
    fill: var(--color-white);
  }
}
@media (min-width: 992px) {
  .l-footer__cta-card {
    height: min(calc(86 / 1200 * 100vw), 86px);
    border-radius: 43px;
  }
}
.l-footer__main {
  padding: min(calc(30 / 375 * 100vw), 30px) 0;
}
@media (min-width: 992px) {
  .l-footer__main {
    padding: min(calc(50 / 1200 * 100vw), 50px) 0;
  }
}
.l-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .l-footer__grid {
    grid-template-columns: 130px 1fr;
    gap: 32px;
  }
}
.l-footer__logo {
  text-align: center;
}
@media (min-width: 992px) {
  .l-footer__logo {
    text-align: left;
  }
}
.l-footer__logo img {
  height: 48px;
  width: auto;
}
@media (min-width: 992px) {
  .l-footer__logo img {
    height: 48px;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media (min-width: 992px) {
  .l-footer__nav {
    grid-template-columns: repeat(8, auto);
    gap: 24px 14px;
  }
}
.l-footer__nav-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .l-footer__nav-title {
    font-size: 1.4rem;
  }
}
.l-footer__nav-title a {
  color: var(--color-text);
}
@media (min-width: 992px) {
  .l-footer__nav-title a:hover {
    color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .l-footer__nav-title a:active {
    color: var(--color-primary);
  }
}
.l-footer__nav-list {
  list-style: none;
  padding-left: 6px;
  margin-top: 4px;
  border-left: 1px solid #505050;
  display: none;
}
@media (min-width: 992px) {
  .l-footer__nav-list {
    display: block;
  }
}
.l-footer__nav-list li {
  line-height: 1.5;
}
.l-footer__nav-list a {
  font-size: 1.2rem;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .l-footer__nav-list a:hover {
    color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .l-footer__nav-list a:active {
    color: var(--color-primary);
  }
}
.l-footer__bottom {
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid var(--color-border);
  text-align: center;
}
.l-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  font-size: min(calc(12 / 375 * 100vw), 1.4rem);
  color: var(--color-text);
}
.l-footer__legal a {
  position: relative;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .l-footer__legal a:hover {
    color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .l-footer__legal a:active {
    color: var(--color-primary);
  }
}
.l-footer__legal a:not(:last-child)::after {
  content: "｜";
  position: absolute;
  right: -15px;
  top: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 992px) {
  .l-footer__legal a:not(:last-child)::after {
    display: block;
  }
}
.l-footer__copyright {
  font-size: 1.4rem;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.l-container--1100 {
  max-width: 1100px;
}
@media (min-width: 992px) {
  .l-container--1100 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-container--850 {
  max-width: 850px;
}
@media (min-width: 992px) {
  .l-container--850 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-container--535 {
  max-width: 535px;
}
@media (min-width: 992px) {
  .l-container--535 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.l-main {
  padding-top: 0;
}

.l-section {
  margin-top: min(calc(60 / 375 * 100vw), 60px);
  margin-bottom: min(calc(50 / 375 * 100vw), 60px);
}
@media (min-width: 992px) {
  .l-section {
    margin-top: min(calc(100 / 1200 * 100vw), 100px);
    margin-bottom: min(calc(100 / 1200 * 100vw), 100px);
  }
}

.l-column__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 992px) {
  .l-column__list {
    gap: 38px;
  }
}
.l-column__item {
  width: 100%;
}
.l-column__item.is-hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-column__item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 992px) {
  .l-column__item {
    width: calc(33.3333333333% - 25.3333333333px);
  }
}
.l-column__item .p-card-item,
.l-column__item .p-merit-card,
.l-column__item .p-service-card02 {
  height: 100%;
}
.l-column--4 .l-column__item {
  width: calc(50% - 12px);
}
@media (min-width: 992px) {
  .l-column--4 .l-column__item {
    width: calc(25% - 30px);
  }
}

.l-column-vertical__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .l-column-vertical__list {
    gap: 38px;
  }
}
.l-column-vertical__item {
  width: 100%;
}

.l-page-nav {
  padding: 20px 0;
  background-color: var(--color-primary);
}
@media (min-width: 992px) {
  .l-page-nav {
    padding: 30px 0;
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*---------------------------------------
   l-tabs
---------------------------------------*/
.l-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  width: 100%;
}
@media (max-width: 991px) {
  .l-tabs {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .l-tabs {
    gap: 25px;
  }
}
.l-tabs__item {
  width: min(calc(100 / 375 * 100vw), 130px);
}

/*---------------------------------------
   l-article
---------------------------------------*/
.l-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-articles__item {
  width: 100%;
}

/*---------------------------------------
   l-vertical-article
---------------------------------------*/
.l-vertical-article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  flex-direction: column;
  list-style: none;
}
.l-vertical-article .item {
  width: 100%;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*===========================
  Component
===========================*/
/*
  c-badge
---------------------------*/
.c-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 24px;
  padding: 0 12px;
  font-size: 1.2rem;
  color: var(--color-white);
  border-radius: 2px;
}
.c-badge--ir {
  background-color: var(--color-tag-ir);
}
.c-badge--news {
  background-color: var(--color-tag-news);
}

/*
  c-btn
--------------------------*/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 40px;
  padding: 0 24px;
  font-size: 1.4rem;
  color: var(--color-primary);
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  transition: background 0.3s, color 0.3s;
}
.c-btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .c-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .c-btn:active {
    background: var(--color-primary);
    color: var(--color-white);
  }
}
.c-btn--filled {
  background: var(--color-primary);
  color: var(--color-white);
}
@media (min-width: 992px) {
  .c-btn--filled:hover {
    opacity: 0.9;
  }
}
@media (max-width: 991px) {
  .c-btn--filled:active {
    opacity: 0.9;
  }
}

/*
  c-flex
--------------------------*/
.c-flex {
  display: flex;
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--column {
  flex-direction: column;
}
.c-flex--align-start {
  align-items: flex-start;
}
.c-flex--align-center {
  align-items: center;
}
.c-flex--align-end {
  align-items: flex-end;
}
.c-flex--justify-start {
  justify-content: flex-start;
}
.c-flex--justify-center {
  justify-content: center;
}
.c-flex--justify-between {
  justify-content: space-between;
}
.c-flex--gap-xs {
  gap: 4px;
}
.c-flex--gap-sm {
  gap: 8px;
}
.c-flex--gap-md {
  gap: 16px;
}
.c-flex--gap-lg {
  gap: 24px;
}

/*
  c-card
--------------------------*/
.c-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-card__anchor {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
  transition: all 0.3s ease;
  position: relative;
}
.c-card__anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-image: linear-gradient(to right, var(--base-font-color), var(--base-font-color)), linear-gradient(to bottom, var(--base-font-color), var(--base-font-color)), linear-gradient(to left, var(--base-font-color), var(--base-font-color)), linear-gradient(to bottom, var(--base-font-color), var(--base-font-color)), linear-gradient(to right, var(--base-font-color), var(--base-font-color)), linear-gradient(to top, var(--base-font-color), var(--base-font-color)), linear-gradient(to left, var(--base-font-color), var(--base-font-color)), linear-gradient(to top, var(--base-font-color), var(--base-font-color));
  background-size: 10% 2px, 2px 10%, 10% 2px, 2px 10%, 10% 2px, 2px 10%, 10% 2px, 2px 10%;
  background-position: top left, top left, top right, top right, bottom left, bottom left, bottom right, bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .c-card__anchor:hover {
    background-color: rgba(245, 245, 245, 0.8);
    box-shadow: 0 0 10px 0 rgba(245, 245, 245, 0.8);
  }
  .c-card__anchor:hover::before {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-card__anchor:active {
    background-color: rgba(245, 245, 245, 0.8);
    box-shadow: 0 0 10px 0 rgba(245, 245, 245, 0.8);
  }
  .c-card__anchor:active::before {
    opacity: 1;
  }
}

/*
  c-link
--------------------------*/
.c-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-link .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-link .item a {
  width: 100%;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #505050;
}
@media (min-width: 992px) {
  .c-link .item a:hover {
    color: var(--color-primary);
  }
  .c-link .item a:hover + svg {
    fill: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .c-link .item a:active {
    color: var(--color-primary);
  }
  .c-link .item a:active + svg {
    fill: var(--color-primary);
  }
}
.c-link .item svg {
  width: 20px;
  height: 20px;
  fill: var(--color-text);
}

/*
  c-slide-down
--------------------------*/
.c-slide-down {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
.c-slide-down.show {
  max-height: 1000px;
}

/*
  c-list
--------------------------*/
.c-list {
  list-style-position: outside;
  padding-left: 1em;
}

/*
  c-hv-op
--------------------------*/
.c-hover-opacity {
  transition: 0.3s;
  opacity: 1;
}
.c-hover-opacity:hover {
  opacity: 0.7;
}

/*
  c-hv-color
--------------------------*/
.c-hover-color {
  transition: 0.3s;
  color: var(--base-font-coor);
  text-decoration: none;
}
.c-hover-color:hover {
  color: var(--color-red);
}

/*
  c-fadein
--------------------------*/
.c-fadein {
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateY(10px);
}
.c-fadein.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

/*
  c-left-fadein
--------------------------*/
.c-left-fadein {
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateX(-10px);
}
.c-left-fadein.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

/*
  c-right-fadein
--------------------------*/
.c-right-fadein {
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateX(10px);
}
.c-right-fadein.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

/*
  c-form
--------------------------*/
.c-form input::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #999999;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #999999;
}
.c-form {
  /* Edge */
}
.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: #999999;
}
.c-form {
  /* IE11 & IE10 */
}
.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  color: #999999;
}
.c-form {
  /*select*/
}
.c-form ::-ms-expand {
  display: none;
}
.c-form input,
.c-form textarea {
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 8px 16px;
  font-size: calc(16 / var(--base-font-size) * 100%);
  vertical-align: middle;
  color: var(--color-text);
  background-color: #fff;
  border: 1px solid var(--color-border);
}
.c-form input:focus,
.c-form textarea:focus {
  outline: none;
}
.c-form textarea {
  width: 100%;
}
.c-form input[type=text],
.c-form input[type=search],
.c-form input[type=email] {
  width: 100%;
  height: 50px;
}
.c-form input[type=search] {
  padding-left: 60px;
}
.c-form .mwform-tel-field input,
.c-form .mwform-zip-field input {
  width: 5em;
}
.c-form__search {
  position: relative;
  width: 100%;
}
.c-form__search button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: calc(20 / var(--base-font-size) * 100%);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.c-form select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  padding-right: 40px;
  width: 16em;
  color: var(--color-text);
}
.c-form span.select_label {
  display: inline-block;
  border: 0;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--color-border);
  position: relative;
}
.c-form span.select_label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid var(--color-text);
}
.c-form label {
  margin: 0 10px 0 2px;
  font-weight: normal;
}
.c-form label input[type=checkbox], .c-form label input[type=radio] {
  margin: 0 5px 0 0;
}
.c-form input[type=file] {
  line-height: 1;
}
.c-form__btn {
  margin-top: 25px;
  text-align: center;
}
.c-form__btn input {
  cursor: pointer;
  font-weight: normal;
  padding: 20px 30px;
  line-height: 1;
  font-size: min(calc(18 / 375 * 100vw), 18px);
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s;
  border-radius: 30px;
}
.c-form__btn input:active, .c-form__btn input:hover {
  background-color: var(--color-text);
  color: #fff;
}

/*
  c-form layout & style
--------------------------*/
.c-form__item {
  zoom: 1;
  margin-top: 20px;
}
.c-form__item-title {
  font-weight: 700;
  background-color: #DFEAF6;
  padding: 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.c-form__item-content {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}
.c-form__item-field {
  margin-top: 1rem;
}
.c-form__item-field:first-child {
  margin-top: 0;
}
.c-form__item-require {
  display: inline-block;
  font-size: min(calc(12 / 375 * 100vw), 12px);
  vertical-align: top;
  color: #ffffff;
  background-color: #A72400;
  padding: 2px 5px;
}
.c-form__item-note {
  font-size: 85%;
  margin: 1rem 0;
  font-weight: normal;
}
.c-form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
         * エラーメッセージ
         */
}
.c-form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.c-form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 5px 6px 5px;
  line-height: 1;
}
.c-form .cancel-policy {
  margin-top: 30px;
  border: 1px solid #000;
  padding: 15px;
  height: 400px;
  overflow: auto;
  overflow-wrap: break-all;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*===========================
  project
===========================*/
/* ----------------------------------------
 title
-----------------------------------------*/
/*p-page-title
***************************/
.p-page-title {
  padding: min(calc(40 / 375 * 100vw), 80px) 0;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .p-page-title {
    margin-top: 90px;
  }
}
.p-page-title .en {
  font-size: min(calc(60 / 375 * 100vw), 6.0rem);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 992px) {
  .p-page-title .en {
    font-size: min(calc(105 / 1200 * 100vw), 10.5rem);
  }
}
.p-page-title .ja {
  font-size: min(calc(20 / 375 * 100vw), 2.0rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .p-page-title .ja {
    font-size: min(calc(30 / 1200 * 100vw), 3rem);
  }
}

/*p-primary-title
***************************/
.p-primary-title {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 992px) {
  .p-primary-title {
    margin-bottom: min(calc(56 / 1200 * 100vw), 56px);
  }
}
.p-primary-title .en {
  font-size: min(calc(60 / 375 * 100vw), 6.0rem);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
@media (min-width: 992px) {
  .p-primary-title .en {
    font-size: min(calc(105 / 1200 * 100vw), 10.5rem);
  }
}
.p-primary-title .line {
  display: block;
  align-items: center;
  width: 100%;
  height: min(calc(24 / 375 * 100vw), 24px);
}
.p-primary-title .ja {
  font-size: min(calc(20 / 375 * 100vw), 2.0rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
  margin-top: min(calc(12 / 375 * 100vw), 12px);
}
@media (min-width: 992px) {
  .p-primary-title .ja {
    font-size: min(calc(30 / 1200 * 100vw), 3rem);
  }
}

/*p-common-title
***************************/
.p-common-title {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 992px) {
  .p-common-title {
    margin-bottom: min(calc(56 / 1200 * 100vw), 56px);
  }
}
.p-common-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
}
.p-common-title .en {
  font-size: min(calc(55 / 375 * 100vw), 5.5rem);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: -0.03em;
}
.p-common-title .en.light {
  color: #DFEAF6;
}
@media (min-width: 992px) {
  .p-common-title .en {
    font-size: min(calc(105 / 1200 * 100vw), 10.5rem);
  }
}
.p-common-title .line {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-width: 120px;
  height: min(calc(24 / 375 * 100vw), 24px);
  flex: 1;
  padding-bottom: 10px;
}
.p-common-title .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
}
@media (min-width: 992px) {
  .p-common-title .line {
    height: min(calc(36 / 1200 * 100vw), 36px);
    min-width: 0;
  }
}
.p-common-title .ja {
  font-size: min(calc(20 / 375 * 100vw), 2.0rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .p-common-title .ja {
    font-size: min(calc(30 / 1200 * 100vw), 3rem);
  }
}

/*p-main-title
***************************/
.p-main-title {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 992px) {
  .p-main-title {
    margin-bottom: min(calc(56 / 1200 * 100vw), 56px);
  }
}
.p-main-title {
  font-size: min(calc(40 / 375 * 100vw), 4.0rem);
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.p-main-title.color-primary {
  color: var(--color-primary);
}
.p-main-title.color-gray {
  color: var(--color-gray);
}
@media (min-width: 992px) {
  .p-main-title {
    font-size: min(calc(75 / 1200 * 100vw), 7.5rem);
  }
}

/*p-sub-title
***************************/
.p-sub-title {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 992px) {
  .p-sub-title {
    margin-bottom: min(calc(56 / 1200 * 100vw), 56px);
  }
}
.p-sub-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  color: var(--color-primary);
}
.p-sub-title .ja {
  font-size: min(calc(24 / 375 * 100vw), 3.0rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-primary);
}
.p-sub-title .en {
  font-size: min(calc(16 / 375 * 100vw), 1.8rem);
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*p-lead-text
***************************/
.p-lead-text {
  font-size: min(calc(20 / 375 * 100vw), 2.6rem);
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-lead-text {
    text-align: center;
  }
}
.postPage-header .p-lead-text {
  text-align: left;
}

.p-lead-text02 {
  font-size: min(calc(16 / 375 * 100vw), 2.4rem);
  font-weight: 400;
  color: var(--color-primary);
}

/*p-page-eyecatch
***************************/
.p-page-eyecatch {
  position: relative;
  width: 100%;
  max-height: min(calc(400 / 375 * 100vw), 700px);
  overflow: hidden;
}
.p-page-eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-eyecatch-has-logo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-page-eyecatch-has-logo {
    max-height: min(calc(700 / 1200 * 100vw), 700px);
    display: flex;
  }
}
.p-page-eyecatch-has-logo .img {
  width: 100%;
  height: min(calc(300 / 375 * 100vw), 300px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .p-page-eyecatch-has-logo .img {
    width: 50%;
    height: min(calc(700 / 1200 * 100vw), 700px);
  }
}
.p-page-eyecatch-has-logo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-eyecatch-has-logo .logo {
  width: 100%;
  height: min(calc(200 / 375 * 100vw), 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  padding: 20px;
}
@media (min-width: 992px) {
  .p-page-eyecatch-has-logo .logo {
    width: 50%;
    height: min(calc(700 / 1200 * 100vw), 700px);
  }
}

.p-page-eyecatch-message {
  position: relative;
  width: 100%;
  position: relative;
}
.p-page-eyecatch-message .img {
  width: 100%;
  height: min(calc(300 / 375 * 100vw), 700px);
  overflow: hidden;
}
.p-page-eyecatch-message .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-eyecatch-message .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-page-eyecatch-message dl dt {
  font-size: min(calc(24 / 375 * 100vw), 4.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
}
.p-page-eyecatch-message dl dd {
  margin-top: min(calc(20 / 375 * 100vw), 20px);
}
.p-page-eyecatch-message dl dd .position {
  font-size: min(calc(14 / 375 * 100vw), 1.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-primary-light);
  display: block;
}
.p-page-eyecatch-message dl dd .name {
  font-size: min(calc(18 / 375 * 100vw), 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-primary);
  display: block;
}

/*p-page-content-wrapper
***************************/
.p-page-content-wrapper {
  padding: min(calc(40 / 375 * 100vw), 80px) 0;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .p-page-content-wrapper {
    margin-top: 90px;
  }
}

/*p-banner-grid
***************************/
.p-banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .p-banner-grid {
    gap: 20px;
    padding: 60px 0;
  }
}
.p-banner-grid__item {
  width: calc(50% - 6px);
}
@media (min-width: 992px) {
  .p-banner-grid__item {
    width: calc(33.333% - 13.333px);
  }
}
.p-banner-grid__item--empty {
  pointer-events: none;
  visibility: hidden;
}
.p-banner-grid__card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1.45/1;
}
@media (min-width: 992px) {
  .p-banner-grid__card:hover {
    opacity: 1;
  }
  .p-banner-grid__card:hover .p-banner-grid__img {
    transform: scale(1.05);
    opacity: 0.55;
  }
  .p-banner-grid__card:hover .p-banner-grid__arrow {
    transform: translateX(4px);
  }
}
@media (max-width: 991px) {
  .p-banner-grid__card:active {
    opacity: 1;
  }
  .p-banner-grid__card:active .p-banner-grid__img {
    transform: scale(1.05);
    opacity: 0.55;
  }
  .p-banner-grid__card:active .p-banner-grid__arrow {
    transform: translateX(4px);
  }
}
.p-banner-grid__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1;
}
.p-banner-grid__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
.p-banner-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 140, 201, 0.9);
  border: 2px solid #ffffff;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .p-banner-grid__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }
}
.p-banner-grid__icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (min-width: 992px) {
  .p-banner-grid__icon svg {
    width: 24px;
    height: 24px;
  }
}
.p-banner-grid__title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .p-banner-grid__title {
    font-size: 1.7rem;
  }
}
.p-banner-grid__arrow {
  position: absolute;
  bottom: 12px;
  right: 16px;
  z-index: 2;
  font-size: 1.4rem;
  color: #ffffff;
  transition: transform 0.3s;
}
@media (min-width: 992px) {
  .p-banner-grid__arrow {
    bottom: 16px;
    right: 24px;
    font-size: 1.8rem;
  }
}
.p-banner-grid__arrow::after {
  content: "→";
  font-weight: 700;
}

.p-banner__anchor {
  padding: min(calc(12 / 375 * 100vw), 12px);
}
.p-banner__image {
  width: min(calc(100 / 375 * 100vw), 100px);
}
@media (min-width: 768px) {
  .p-banner__image {
    width: min(calc(192 / 1200 * 100vw), 192px);
  }
}
.p-banner__title {
  margin-top: min(calc(8 / 375 * 100vw), 8px);
}
.p-banner__title h2 {
  font-size: min(calc(15 / 375 * 100vw), 1.6rem);
  line-height: 1.1;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*----------------------------------------------

  PROJECT: Video Room (Video Cards, Thumbnails)

----------------------------------------------*/
.p-video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.p-video iframe,
.p-video video,
.p-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------

  PROJECT: Tab

----------------------------------------------*/
.p-tab button,
.p-tab a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);
  background-color: var(--color-footer-bg);
  border: none;
  border-radius: 10.5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 991px) {
  .p-tab button,
  .p-tab a {
    min-width: 0;
    padding: 0 6px;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .p-tab button,
  .p-tab a {
    flex: none;
    font-size: 1.4rem;
  }
}
.p-tab button.is-active,
.p-tab a.is-active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*----------------------------------------------

  PROJECT: Button

----------------------------------------------*/
.p-button {
  display: flex;
  justify-content: center;
}
.p-button button,
.p-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 130px;
  height: 21px;
  padding: 0 24px;
  font-size: 1.4rem;
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  border-radius: 10.5px;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
.p-button button::after,
.p-button a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent var(--color-primary);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .p-button button:hover,
  .p-button a:hover {
    opacity: 1;
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .p-button button:hover::after,
  .p-button a:hover::after {
    border-left-color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .p-button button:active,
  .p-button a:active {
    opacity: 1;
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .p-button button:active::after,
  .p-button a:active::after {
    border-left-color: var(--color-white);
  }
}
.p-button--black button,
.p-button--black a {
  color: var(--color-text);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-text);
}
.p-button--black button::after,
.p-button--black a::after {
  border-left-color: var(--color-text);
}
@media (min-width: 992px) {
  .p-button--black button:hover,
  .p-button--black a:hover {
    color: var(--color-white);
    background-color: var(--color-text);
    border: 0.5px solid var(--color-text);
  }
  .p-button--black button:hover::after,
  .p-button--black a:hover::after {
    border-left-color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .p-button--black button:active,
  .p-button--black a:active {
    color: var(--color-white);
    background-color: var(--color-text);
    border: 0.5px solid var(--color-text);
  }
  .p-button--black button:active::after,
  .p-button--black a:active::after {
    border-left-color: var(--color-white);
  }
}
.p-button-sm {
  display: inline-flex;
  justify-content: flex-start;
  flex-shrink: 0;
}
.p-button-sm button,
.p-button-sm a {
  width: auto;
  min-width: 90px;
  height: 21px;
  padding: 0 15px;
  font-size: 1.2rem;
}
.p-button-sm button::after,
.p-button-sm a::after {
  display: none;
}

/*----------------------------------------------

  PROJECT: Table

----------------------------------------------*/
.p-table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-text);
}
.p-table tbody,
.p-table tr,
.p-table th,
.p-table td {
  display: block;
  width: 100%;
}
.p-table th,
.p-table td {
  text-align: left;
}
.p-table th {
  padding: 0 0 8px;
  font-weight: 700;
}
.p-table td {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--color-border);
}
.p-table tr {
  margin-bottom: 16px;
}
.p-table tr:last-child {
  margin-bottom: 0;
}
.p-table tr:last-child td {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .p-table {
    display: table;
    border-collapse: separate;
    border-spacing: 0 55px;
  }
  .p-table tbody {
    display: table-row-group;
  }
  .p-table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .p-table th,
  .p-table td {
    display: table-cell;
    width: auto;
    padding: 16px 0;
    vertical-align: top;
    border-bottom: 0;
  }
  .p-table th {
    width: 28%;
    padding-right: 0;
    white-space: nowrap;
    position: relative;
    border-right: 1px solid var(--color-border);
  }
  .p-table td {
    padding-left: 55px;
  }
}
.p-table__address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-table__zip, .p-table__tel, .p-table__address-text {
  margin: 0;
}
.p-table__address-text {
  min-width: 0;
}
.p-table--strong th {
  font-size: min(calc(30 / 375 * 100vw), 4.4rem);
  font-weight: 700;
}
.p-table--strong td {
  font-size: min(calc(20 / 375 * 100vw), 2.2rem);
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .p-table--strong th {
    width: 400px;
    vertical-align: middle;
  }
  .p-table--strong td {
    vertical-align: middle;
  }
}
.p-table__dl {
  display: flex;
  gap: 4px;
}
.p-table__dl dt {
  width: 10em;
}

.p-page-nav-button {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
}
.p-page-nav-button button,
.p-page-nav-button a {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 40px;
  padding: 0 24px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 0.5px solid var(--color-white);
  transition: background-color 0.3s, color 0.3s;
}
.p-page-nav-button button::after,
.p-page-nav-button a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent var(--color-white);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .p-page-nav-button button:hover,
  .p-page-nav-button a:hover {
    opacity: 1;
    color: var(--color-primary);
    background-color: var(--color-white);
  }
  .p-page-nav-button button:hover::after,
  .p-page-nav-button a:hover::after {
    border-left-color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .p-page-nav-button button:active,
  .p-page-nav-button a:active {
    opacity: 1;
    color: var(--color-primary);
    background-color: var(--color-white);
  }
  .p-page-nav-button button:active::after,
  .p-page-nav-button a:active::after {
    border-left-color: var(--color-primary);
  }
}
.p-page-nav-button button.is-active,
.p-page-nav-button a.is-active {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.p-page-nav-button button.is-active::after,
.p-page-nav-button a.is-active::after {
  border-left-color: var(--color-primary);
}

/*----------------------------------------------

  PROJECT: Select

----------------------------------------------*/
.p-select select {
  display: block;
  width: 130px;
  height: 21px;
  padding: 0 24px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  border-radius: 10.5px;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}

/*----------------------------------------------

  PROJECT: tags

----------------------------------------------*/
.p-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.p-tags__item a,
.p-tags__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 10.5px;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 992px) {
  .p-tags__item a:hover,
  .p-tags__item span:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .p-tags__item a:active,
  .p-tags__item span:active {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}

/*----------------------------------------------

  PROJECT: article

----------------------------------------------*/
@media (max-width: 991px) {
  .p-article a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date badge" "title title";
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 6px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .p-article a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
}
.p-article.is-hidden {
  display: none;
}
.p-article__date {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-text);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .p-article__date {
    grid-area: date;
  }
}
@media (min-width: 992px) {
  .p-article__date {
    flex-shrink: 0;
    width: 87px;
  }
}
.p-article .c-badge {
  height: 21px;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 21px;
  border-radius: 10.5px;
}
@media (max-width: 991px) {
  .p-article .c-badge {
    grid-area: badge;
    justify-self: start;
    flex-shrink: 0;
    width: 107px;
    min-width: 107px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .p-article .c-badge {
    flex-shrink: 0;
    width: 107px;
    min-width: 107px;
    margin-left: 13px;
  }
}
.p-article__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
}
@media (max-width: 991px) {
  .p-article__text {
    grid-area: title;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .p-article__text {
    flex: 1;
    min-width: 0;
    margin-left: 14px;
  }
}

/*----------------------------------------------

  PROJECT: Article Card

----------------------------------------------*/
.p-article-card {
  position: relative;
  padding: 10px;
  background-color: var(--color-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}
@media (min-width: 992px) {
  .p-article-card:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .p-article-card:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
.p-article-card__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-article-card__img {
  width: 100%;
  aspect-ratio: 226/190;
}
.p-article-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-card__body {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-text);
}
.p-article-card__date, .p-article-card__meta {
  line-height: 1;
}
.p-article-card__meta--culture {
  padding: 2px 6px;
  line-height: 1;
  background-color: rgba(155, 155, 155, 0.25);
}
.p-article-card__title {
  overflow: hidden;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}
.p-article-card__title span {
  display: inline-block;
  margin-left: 0.5em;
}
.p-article-card__intro {
  overflow: hidden;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  color: var(--color-text);
}

/*----------------------------------------------

  PROJECT: Voice Card

----------------------------------------------*/
.p-voice-card {
  position: relative;
  padding: 10px;
  background-color: var(--color-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}
@media (min-width: 992px) {
  .p-voice-card:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .p-voice-card:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
.p-voice-card__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-voice-card__img {
  width: 100%;
  aspect-ratio: 313/264;
}
.p-voice-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-card__body {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-text);
}
.p-voice-card__title {
  font-size: 1.4rem;
  overflow: hidden;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.33333;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}
.p-voice-card__content {
  overflow: hidden;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  min-height: 2.6em;
}
.p-voice-card__tags {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 56px;
}
.p-voice-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-voice-card__date {
  font-size: 1.6rem;
  line-height: 1.33333;
}
.p-voice-card__icon {
  width: 21px;
  height: 21px;
  fill: var(--color-text);
}

/*----------------------------------------------

  PROJECT: Voice Review Card

----------------------------------------------*/
.p-voice-review {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.p-voice-review__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-voice-review__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-voice-review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-review__profile {
  min-width: 0;
}
.p-voice-review__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-voice-review__meta {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--color-text-light);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-voice-review__rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-voice-review__rate-num {
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}
.p-voice-review__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.p-voice-review__star {
  display: inline-flex;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.p-voice-review__star svg {
  width: 100%;
  height: 100%;
  fill: #c8d8eb;
}
.p-voice-review__star.is-filled svg {
  fill: var(--color-primary);
}
.p-voice-review__star.is-half {
  position: relative;
}
.p-voice-review__star.is-half .p-voice-review__star-empty {
  fill: #c8d8eb;
}
.p-voice-review__star.is-half .p-voice-review__star-half {
  position: absolute;
  top: 0;
  left: 0;
  fill: var(--color-primary);
  clip-path: inset(0 50% 0 0);
}
.p-voice-review__text {
  font-size: 1.4rem;
  line-height: 1.6;
}

/*----------------------------------------------

  PROJECT: Card

----------------------------------------------*/
.p-card-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: min(calc(20 / 375 * 100vw), 40px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: var(--color-white);
  position: relative;
}
.p-card-item--has-anchor {
  transition: box-shadow 0.2s;
}
@media (min-width: 992px) {
  .p-card-item--has-anchor:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .p-card-item--has-anchor:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
.p-card-item__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-card-item__title .icon {
  width: min(calc(118 / 375 * 100vw), 118px);
  margin: 0 auto;
}
.p-card-item__title .text {
  text-align: center;
}
.p-card-item__title .text .ja {
  display: block;
  font-size: min(calc(14 / 375 * 100vw), 14px);
  line-height: 1.2;
}
.p-card-item__title .text .en {
  display: block;
  font-family: var(--font-en);
  font-size: min(calc(12 / 375 * 100vw), 12px);
  line-height: 1.2;
}
.p-card-item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/*----------------------------------------------

  PROJECT: Merit Card

----------------------------------------------*/
.p-merit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: min(calc(10 / 375 * 100vw), 10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: var(--color-white);
  position: relative;
}
.p-merit-card--has-anchor {
  transition: box-shadow 0.2s;
}
@media (min-width: 992px) {
  .p-merit-card--has-anchor:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .p-merit-card--has-anchor:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
.p-merit-card__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-merit-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-family: var(--font-en);
  font-size: min(calc(20 / 375 * 100vw), 2rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-merit-card__head .number {
  font-size: min(calc(40 / 375 * 100vw), 6rem);
  color: var(--color-primary);
}
.p-merit-card__img {
  width: 100%;
  aspect-ratio: 306/220;
}
.p-merit-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-merit-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-merit-card__content .title {
  font-size: min(calc(20 / 375 * 100vw), 2.3rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
  text-align: center;
  height: 3em;
}
.p-merit-card__content .text {
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
}

/*----------------------------------------------

  PROJECT: Service Card

----------------------------------------------*/
.p-service-card {
  position: relative;
  padding: 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}
@media (min-width: 992px) {
  .p-service-card {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-service-card:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .p-service-card:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
.p-service-card__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-service-card__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .p-service-card__img {
    width: 370px;
    padding-right: 50px;
    border-right: 1px solid var(--color-border);
  }
}
.p-service-card__img .img {
  min-height: 150px;
  min-width: 150px;
}
.p-service-card__img .text {
  flex: 1;
  width: 100%;
  font-size: min(calc(20 / 375 * 100vw), 2.4rem);
  line-height: 1.5;
}
.p-service-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .p-service-card__content {
    padding-left: 50px;
    width: 100%;
    flex: 1;
  }
}
.p-service-card__content .title {
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.5;
}

/*----------------------------------------------

  PROJECT: Service Card02

----------------------------------------------*/
.p-service-card02 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: min(calc(20 / 375 * 100vw), 20px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: var(--color-white);
  position: relative;
  border-radius: 10px;
}
.p-service-card02__img {
  width: 100%;
  aspect-ratio: 320/164;
}
.p-service-card02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-card02__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service-card02__content .title {
  font-size: min(calc(20 / 375 * 100vw), 2.3rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
  text-align: center;
}
.p-service-card02__content .text {
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
}
@media (min-width: 992px) {
  .p-service-card02__content .text {
    min-height: 12.6em;
  }
}
.p-service-card02__content .p-button {
  margin-top: auto;
}

/*----------------------------------------------

  PROJECT: Performance Infographic

----------------------------------------------*/
.p-performance__main {
  margin-bottom: 26px;
  position: relative;
}
.p-performance__main-head {
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.p-performance__chart-title {
  font-size: min(calc(14 / 375 * 100vw), 2.4rem);
  font-weight: 400;
  color: var(--color-text);
}
.p-performance__hero {
  font-family: var(--font-en);
  font-size: min(calc(48 / 375 * 100vw), 4.8rem);
  font-weight: 900;
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .p-performance__hero {
    font-size: min(calc(72 / 1200 * 100vw), 7.2rem);
  }
}
.p-performance__hero-unit {
  font-size: min(calc(14 / 375 * 100vw), 2.4rem);
  font-weight: 400;
  color: var(--color-text);
}
.p-performance__hero-note {
  font-size: min(calc(12 / 375 * 100vw), 1.4rem);
}
.p-performance__content-footer {
  font-size: min(calc(18 / 375 * 100vw), 1.8rem);
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.p-performance__chart {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.p-performance__simple-chart {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.p-performance__simple-bar {
  transform: scaleY(0);
  transform-box: fill-box;
  transform-origin: center bottom;
}
.p-performance__simple-bar:nth-child(1) {
  fill: #D1E3F5;
}
.p-performance__simple-bar:nth-child(2) {
  fill: #BFD2EB;
}
.p-performance__simple-bar:nth-child(3) {
  fill: #92B1D8;
}
.p-performance__simple-bar:nth-child(4) {
  fill: #487BBD;
}
.p-performance__simple-bar:nth-child(5) {
  fill: #084DA0;
}
.p-performance__trend-area, .p-performance__trend-arrow {
  pointer-events: none;
}
.p-performance__axis {
  stroke: #505050;
  stroke-width: 1;
  fill: none;
}
.p-performance__bar {
  fill: #DEE8F4;
  transform: scaleY(0);
  transform-box: fill-box;
  transform-origin: center bottom;
}
.p-performance__bar--current {
  fill: url(#performance-bar-current);
}
.p-performance__bar-value, .p-performance__bar-year, .p-performance__bar-month {
  font-family: var(--font-en);
}
.p-performance__bar-value {
  font-size: min(calc(18 / 375 * 100vw), 1.8rem);
  font-weight: 700;
  fill: #505050;
  opacity: 0;
}
.p-performance__bar-value--current {
  fill: #084DA0;
  font-size: min(calc(24 / 375 * 100vw), 2.8rem);
}
.p-performance__bar-year {
  font-size: min(calc(11 / 375 * 100vw), 1.2rem);
  fill: #505050;
}
.p-performance__bar-month {
  font-size: min(calc(11 / 375 * 100vw), 1.2rem);
  fill: #505050;
}
.p-performance__sub {
  position: relative;
}
.p-performance__sub-icon {
  width: 100%;
  height: auto;
}
.p-performance__sub-value {
  font-family: var(--font-en);
  font-size: min(calc(56 / 375 * 100vw), 5.6rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
  text-align: center;
  margin-top: -10%;
}
.p-performance__sub-value .unit {
  font-size: min(calc(14 / 375 * 100vw), 2rem);
}
.p-performance__sub-unit {
  font-size: 0.6em;
}
.p-performance__sub-sex {
  display: flex;
  justify-content: space-between;
  margin-bottom: -19%;
}
.p-performance__sub-sex .content {
  font-family: var(--font-en);
  font-size: min(calc(56 / 375 * 100vw), 5.6rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-performance__sub-sex .content .unit {
  font-size: min(calc(14 / 375 * 100vw), 2rem);
}
.p-performance__sub-sex .content .type {
  display: block;
  font-size: min(calc(14 / 375 * 100vw), 2rem);
}
.p-performance__sub-sex .content.men {
  color: #004FB5;
}
.p-performance__sub-sex .content.women {
  color: #E86DB8;
}
.p-performance__sub-sex .content.women .type {
  text-align: right;
}
.p-performance .js-performance-animate.is-animated .p-performance__simple-bar:nth-child(1) {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.1s;
}
.p-performance .js-performance-animate.is-animated .p-performance__simple-bar:nth-child(2) {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
}
.p-performance .js-performance-animate.is-animated .p-performance__simple-bar:nth-child(3) {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.3s;
}
.p-performance .js-performance-animate.is-animated .p-performance__simple-bar:nth-child(4) {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.4s;
}
.p-performance .js-performance-animate.is-animated .p-performance__simple-bar:nth-child(5) {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.5s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(5) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.08s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(5) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 0.58s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(6) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.16s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(6) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 0.66s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(7) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.24s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(7) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 0.74s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(8) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.32s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(8) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 0.82s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(9) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.4s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(9) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 0.9s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(10) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.48s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(10) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 0.98s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(11) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.56s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(11) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 1.06s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(12) .p-performance__bar {
  animation: performance-bar-grow 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.64s;
}
.p-performance .js-performance-animate.is-animated .p-performance__bar-group:nth-child(12) .p-performance__bar-value {
  animation: performance-fade-in 0.4s ease forwards 1.14s;
}
.p-performance .js-performance-animate.is-animated .p-performance__donut-male {
  animation: performance-fade-in 0.8s ease forwards 0.2s;
}
.p-performance .js-performance-animate.is-animated .p-performance__donut-female {
  animation: performance-fade-in 0.8s ease forwards 0.5s;
}
.p-performance .js-performance-animate.is-animated .p-performance__pie-segment:nth-child(1) {
  animation: performance-fade-in 0.6s ease forwards 0.15s;
}
.p-performance .js-performance-animate.is-animated .p-performance__pie-segment:nth-child(2) {
  animation: performance-fade-in 0.6s ease forwards 0.3s;
}
.p-performance .js-performance-animate.is-animated .p-performance__pie-segment:nth-child(3) {
  animation: performance-fade-in 0.6s ease forwards 0.45s;
}
.p-performance .js-performance-animate.is-animated .p-performance__pie-segment:nth-child(4) {
  animation: performance-fade-in 0.6s ease forwards 0.6s;
}
.p-performance__simple-chart-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.p-performance__simple-chart-wrap .chart {
  width: 100%;
}
.p-performance__simple-chart-wrap .chart svg {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  max-width: 379px;
}
@media (min-width: 992px) {
  .p-performance__simple-chart-wrap {
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .p-performance__simple-chart-wrap .chart {
    width: 40%;
  }
  .p-performance__simple-chart-wrap .chart svg {
    width: 100%;
  }
}
.p-performance__main-head02 {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .p-performance__main-head02 {
    flex: 1;
  }
}
.p-performance__chart-title02 {
  font-size: min(calc(24 / 375 * 100vw), 4.8rem);
  font-weight: 400;
  color: var(--color-text);
}
.p-performance__hero02 {
  font-family: var(--font-en);
  font-size: min(calc(100 / 375 * 100vw), 15.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
}
.p-performance__hero02 .unit {
  color: var(--color-text);
  font-size: min(calc(24 / 375 * 100vw), 4.2rem);
}
.p-performance__footer-note {
  font-size: min(calc(12 / 375 * 100vw), 1.4rem);
  text-align: center;
  font-weight: 400;
  color: var(--color-text);
  margin-top: 20px;
  text-align: right;
}

@keyframes performance-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes performance-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ----------------------------------------
 p-breadcrumb
-----------------------------------------*/
.p-breadcrumbs {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1;
}
.p-breadcrumbs li {
  font-size: min(calc(10 / 375 * 100vw), 1rem);
  line-height: 1;
}
.p-breadcrumbs li::after {
  content: ">";
  display: inline-block;
  transform: scale(0.8);
  margin-left: 6px;
}
.p-breadcrumbs li:last-child::after {
  content: none;
}
.p-breadcrumbs li a {
  text-decoration: none;
  color: var(--base-font-color);
  transition: 0.3s;
}
@media (min-width: 992px) {
  .p-breadcrumbs li a:hover {
    color: var(--key-color);
  }
}
@media (max-width: 991px) {
  .p-breadcrumbs li a:active {
    color: var(--key-color);
  }
}

/*
  p-pagination
---------------------------*/
.p-pagination {
  margin-top: 50px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.p-pagination__item {
  width: 26px;
  height: 26px;
  display: block;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1;
  border: 0.5px solid var(--color-primary);
  border-radius: 50%;
}
.p-pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  background-color: transparent;
  color: var(--color-primary);
  text-decoration: none;
  transition: color, background-color, 0.3s;
}
@media (min-width: 992px) {
  .p-pagination__item a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .p-pagination__item a:active {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
.p-pagination__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.p-pagination__item--first-page, .p-pagination__item--last-page {
  width: 20px;
  border: 0;
}
.p-pagination__item--first-page a, .p-pagination__item--last-page a {
  background-color: transparent;
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .p-pagination__item--first-page a:hover, .p-pagination__item--last-page a:hover {
    background-color: transparent;
    opacity: 0.6;
    color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .p-pagination__item--first-page a:active, .p-pagination__item--last-page a:active {
    background-color: transparent;
    opacity: 0.6;
    color: var(--color-primary);
  }
}
.p-pagination__item--next, .p-pagination__item--prev {
  border: 0;
  background-color: transparent;
}
.p-pagination__item--next a, .p-pagination__item--prev a {
  color: var(--color-text);
}
@media (min-width: 992px) {
  .p-pagination__item--next a:hover, .p-pagination__item--prev a:hover {
    background-color: transparent;
    color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .p-pagination__item--next a:active, .p-pagination__item--prev a:active {
    background-color: transparent;
    color: var(--color-primary);
  }
}
@media (min-width: 992px) {
  .p-pagination {
    margin-top: 80px;
  }
}

/*
  p-pager
---------------------------*/
.p-pager {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: min(calc(40 / 375 * 100vw), 70px);
}
.p-pager__item {
  margin: 0 min(calc(8 / 375 * 100vw), 8px);
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .p-pager__item {
    width: min(calc(62 / 1200 * 100vw), 62px);
    height: min(calc(62 / 1200 * 100vw), 62px);
    margin: 0 min(calc(20 / 1200 * 100vw), 20px);
  }
}
.p-pager__item a svg {
  fill: var(--key-color);
  width: 100%;
}
.p-pager__item--next {
  transform: rotate(180deg);
}

/*----------------------------------------------

  COMPONENT: Modal

----------------------------------------------*/
.p-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 10000;
  transition: opacity 0.2s, visibility 0.2s;
}
.p-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.p-modal__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 992px) {
  .p-modal__inner {
    width: calc(100% - 80px);
    padding: 60px 0;
  }
}
.p-modal__close {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) {
  .p-modal__close {
    top: 16px;
  }
}
@media (min-width: 992px) {
  .p-modal__close:hover {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .p-modal__close:active {
    opacity: 0.8;
  }
}
.p-modal__content {
  width: 100%;
  pointer-events: auto;
}

.p-modal-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/*
  p-history
---------------------------*/
.p-history__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 375 * 100vw), 34px);
  position: relative;
  overflow: visible;
}
.p-history__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
}
@media (min-width: 992px) {
  .p-history__list::before {
    left: 132px;
  }
}
.p-history__item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  position: relative;
}
@media (min-width: 992px) {
  .p-history__item {
    grid-template-columns: 134px minmax(0, 1fr);
  }
}
.p-history__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 70px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .p-history__item::before {
    left: 132px;
  }
}
.p-history__item .year {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--color-primary);
  font-family: var(--font-en);
}
@media (min-width: 992px) {
  .p-history__item .year {
    font-size: 5rem;
  }
}
.p-history__item > .content {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  padding: 18px 24px;
  background-color: var(--color-white);
  border-radius: 2px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
}
@media (min-width: 992px) {
  .p-history__item > .content {
    min-height: 112px;
    display: flex;
    align-items: center;
  }
}
.p-history__item > .content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--color-white);
  transform: translateY(-50%) rotate(45deg);
}
.p-history__item > .content ul {
  margin: 0;
  list-style: disc;
  padding-left: 1em;
}
.p-history__item > .content li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
}
.p-history__item > .content li + li {
  margin-top: 4px;
}

/* ----------------------------------------
  p-faq
-----------------------------------------*/
.p-faq__list {
  margin: 0;
}
.p-faq__question, .p-faq__answer {
  position: relative;
  margin: 0;
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .p-faq__question, .p-faq__answer {
    padding-left: 4.4rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.p-faq__question::before, .p-faq__answer::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-en);
}
@media (min-width: 992px) {
  .p-faq__question::before, .p-faq__answer::before {
    top: 0.3rem;
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
.p-faq__question {
  font-weight: 700;
}
.p-faq__question::before {
  content: "Q";
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-white);
}
.p-faq__answer {
  margin-top: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-faq__answer {
    margin-top: 16px;
  }
}
.p-faq__answer::before {
  content: "A";
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.p-faq__answer a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (min-width: 992px) {
  .p-faq__answer a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .p-faq__answer a:active {
    opacity: 0.8;
  }
}
.p-faq__answer + .p-faq__question {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .p-faq__answer + .p-faq__question {
    margin-top: 56px;
  }
}

/*----------------------------------------------

CONTACT FORM AUTO CONFIRM

----------------------------------------------*/
.wpcf7-form {
  display: grid;
  gap: min(calc(30 / var(--screen-width) * 100vw), 30px);
}
.wpcf7-form input,
.wpcf7-form button,
.wpcf7-form textarea,
.wpcf7-form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  display: block;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=date],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #505050;
  padding: 0.6em 0.8em;
  width: 100%;
}
.wpcf7-form input[type=date] {
  max-width: min(calc(300 / var(--screen-width) * 100vw), 300px);
}
.wpcf7-form textarea.row2 {
  height: 70px;
}
.wpcf7-form textarea.row3 {
  height: 100px;
}
.wpcf7-form textarea.row4 {
  height: 130px;
}
.wpcf7-form textarea.row5 {
  height: 160px;
}
.wpcf7-form textarea.row-max {
  height: 320px;
}
.wpcf7-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' width='10' height='10'><polygon points='2 3 8 3 5 8' fill='%23505050'/></svg>");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  padding-right: 2em;
}
.wpcf7-form {
  /* fields
  ---------------------------------------*/
}
.wpcf7-form .fields {
  display: grid;
  gap: min(calc(50 / var(--screen-width) * 100vw), 50px);
}
@media (min-width: 992px) {
  .wpcf7-form .fields .lead {
    text-align: center;
  }
}
.wpcf7-form .fields dl {
  display: grid;
  gap: min(calc(15 / var(--screen-width) * 100vw), 15px);
  position: relative;
}
.wpcf7-form .fields dl dt {
  font-size: min(calc(16 / var(--screen-width) * 100vw), 16px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: max(calc(-5 / var(--screen-width) * 100vw), -5px);
  display: flex;
  gap: 0.2em;
}
.wpcf7-form .fields dl dd span:has(> .wpcf7-not-valid-tip) {
  position: relative;
}
.wpcf7-form .fields dl dd span:has(> .wpcf7-not-valid-tip) .wpcf7-not-valid-tip {
  font-size: min(calc(10 / var(--screen-width) * 100vw), 10px);
  position: absolute;
  background-color: rgba(182, 0, 0, 0.8);
  z-index: 1;
  right: min(calc(10 / var(--screen-width) * 100vw), 10px);
  bottom: -2em;
  color: #fff;
  padding: min(calc(3 / var(--screen-width) * 100vw), 3px);
  line-height: 1.4;
  transform: translateY(40%);
  border-radius: min(calc(3 / var(--screen-width) * 100vw), 3px);
  font-weight: bold;
}
.wpcf7-form .fields dl.address dd.your-prefectures span:has(:checked[value=""]) {
  display: block;
  position: relative;
}
.wpcf7-form .fields dl.address dd.your-prefectures span:has(:checked[value=""]):before {
  content: "都道府県";
  display: block;
  position: absolute;
  left: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
}
.wpcf7-form .fields dl:has([aria-required=true]) dt:after, .wpcf7-form .fields dl:has(.wpcf7-validates-as-required) dt:after, .wpcf7-form .fields dl:has(.wpcf7-radio) dt:after {
  content: "*";
  color: red;
}
@media (min-width: 960px) {
  .wpcf7-form .fields dl {
    display: grid;
    grid-template-columns: 20em 1fr;
    width: 100%;
  }
  .wpcf7-form .fields dl dt {
    flex-shrink: 0;
    width: 20em;
    grid-row: 1/-1;
    grid-column: 1/2;
  }
  .wpcf7-form .fields dl dd {
    grid-column: 2/-1;
  }
  .wpcf7-form .fields dl.name {
    max-width: min(calc(720 / var(--screen-width) * 100vw), 720px);
    grid-template-columns: 10em 1fr 1fr;
  }
  .wpcf7-form .fields dl.name dd.your-name {
    grid-column: 2/3;
  }
  .wpcf7-form .fields dl.name dd.your-name-furigana {
    grid-column: 3/-1;
  }
  .wpcf7-form .fields dl.address {
    grid-template-columns: 10em 1fr 1fr;
  }
  .wpcf7-form .fields dl.address dd.your-zip-code {
    grid-column: 2/3;
  }
  .wpcf7-form .fields dl.address dd.your-prefectures {
    grid-column: 3/-1;
  }
}
.wpcf7-form .fields .agree {
  display: flex;
  justify-content: center;
}
.wpcf7-form .fields .agree .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-form .fields .agree .label a {
  color: #004FB5;
}
.wpcf7-form .fields .agree .label .wpcf7-list-item-label {
  display: none;
}
.wpcf7-form .fields .agree .label .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -2em;
  width: 10em;
}
.wpcf7-form .fields .sec-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.wpcf7-form.--confirm .fields .lead {
  display: none;
}
.wpcf7-form.--confirm .fields .agree {
  display: none;
}
.wpcf7-form.--confirm .fields dl.address dd.your-prefectures span:before {
  content: none !important;
}
.wpcf7-form.--confirm .fields .auto-confirm-value {
  font-size: min(calc(16 / var(--screen-width) * 100vw), 16px);
  line-height: 1.7;
  color: var(--color-text);
  word-break: break-word;
}
.wpcf7-form {
  /* checkbox radio
  ---------------------------------------*/
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  display: grid;
  gap: min(calc(10 / var(--screen-width) * 100vw), 10px) min(calc(15 / var(--screen-width) * 100vw), 15px);
}
.wpcf7-form .wpcf7-checkbox > span,
.wpcf7-form .wpcf7-radio > span {
  display: block;
  margin: 0;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-radio label {
  font-size: min(calc(16 / var(--screen-width) * 100vw), 16px);
  display: flex;
  align-items: center;
  gap: 0.2em;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox label:before,
.wpcf7-form .wpcf7-radio label:before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 1em;
  border: 1px solid #aaa;
}
.wpcf7-form .wpcf7-checkbox label:after,
.wpcf7-form .wpcf7-radio label:after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: calc(1em - 4px);
  border: 1px solid #505050;
  position: absolute;
  left: 2px;
  z-index: 1;
  background-color: #505050;
  opacity: 0;
  transition: opacity 0.3s;
}
.wpcf7-form .wpcf7-checkbox label:has(:checked):after,
.wpcf7-form .wpcf7-radio label:has(:checked):after {
  opacity: 1;
}
@media (min-width: 960px) {
  .wpcf7-form .wpcf7-checkbox,
  .wpcf7-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
}
.wpcf7-form .wpcf7-radio label:before, .wpcf7-form .wpcf7-radio label:after {
  border-radius: 10em;
}
.wpcf7-form.--confirm .wpcf7-checkbox > span,
.wpcf7-form.--confirm .wpcf7-radio > span {
  display: none;
}
.wpcf7-form {
  /* buttons
  ---------------------------------------*/
}
.wpcf7-form .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: min(calc(10 / var(--screen-width) * 100vw), 10px);
}
.wpcf7-form .buttons button,
.wpcf7-form .buttons input {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(calc(16 / var(--screen-width) * 100vw), 16px);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  background-color: #eee;
  line-height: 1.4;
  letter-spacing: 0.2em;
  width: -moz-fit-content;
  width: fit-content;
  width: min(calc(140 / var(--screen-width) * 100vw), 140px);
  padding: min(calc(10 / var(--screen-width) * 100vw), 10px);
  border-radius: 10em;
  cursor: pointer;
}
.wpcf7-form .buttons button[type=submit],
.wpcf7-form .buttons input[type=submit] {
  background-color: #ffffff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
@media (min-width: 992px) {
  .wpcf7-form .buttons button[type=submit]:hover,
  .wpcf7-form .buttons input[type=submit]:hover {
    background-color: var(--color-primary);
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .wpcf7-form .buttons button[type=submit]:active,
  .wpcf7-form .buttons input[type=submit]:active {
    background-color: var(--color-primary);
    color: #ffffff;
  }
}
.wpcf7-form .buttons button.back-button,
.wpcf7-form .buttons input.back-button {
  background-color: #eee;
  color: var(--color-text);
  border: 1px solid #ccc;
}
.wpcf7-form .buttons .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-form {
  /* turnstile
  ---------------------------------------*/
}
.wpcf7-form .wpcf7-turnstile {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.wpcf7-form {
  /* thanks-message
  ---------------------------------------*/
}
.wpcf7-form .thanks-message {
  display: none;
}
.wpcf7-form .thanks-message p {
  font-size: min(calc(20 / var(--screen-width) * 100vw), 20px);
  font-weight: 500;
  text-align: center;
}
.wpcf7-form .thanks-message a {
  display: block;
  font-size: min(calc(16 / var(--screen-width) * 100vw), 16px);
  color: #fff;
  font-weight: bold;
  padding: min(calc(10 / var(--screen-width) * 100vw), 10px);
  width: min(calc(200 / var(--screen-width) * 100vw), 200px);
  border-radius: 10em;
  margin: auto;
  margin-top: min(calc(20 / var(--screen-width) * 100vw), 20px);
  background-color: var(--color-primary);
  text-align: center;
}
.wpcf7-form {
  /* wpcf7-response-output
  ---------------------------------------*/
}
.wpcf7-form .wpcf7-response-output {
  display: none;
}
.wpcf7-form {
  /* sent
  ---------------------------------------*/
}
.wpcf7-form.sent .fields {
  display: none;
}
.wpcf7-form.sent .buttons {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .thanks-message {
  display: block;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.indexPage-hero {
  position: relative;
  margin-top: 70px;
  height: 50vh;
  min-height: 400px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .indexPage-hero {
    margin-top: 90px;
    height: 700px;
    min-height: auto;
  }
}
.indexPage-hero__bg {
  position: absolute;
  inset: 0;
}
.indexPage-hero__bg video,
.indexPage-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.indexPage-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}
.indexPage-hero__catch {
  position: absolute;
  bottom: 15%;
  left: 35px;
  z-index: 2;
  font-size: min(calc(28 / 375 * 100vw), 2.8rem);
  font-weight: 900;
  line-height: 1.5;
  color: var(--color-white);
  mix-blend-mode: difference;
  position: absolute;
}
@media (min-width: 992px) {
  .indexPage-hero__catch {
    bottom: 30%;
    left: max(20px, 50% - 555px);
    font-size: min(calc(60 / 1200 * 100vw), 6rem);
  }
}

.indexPage-news {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  background: transparent;
}
@media (min-width: 992px) {
  .indexPage-news {
    margin-top: -50px;
  }
}
.indexPage-news hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
.indexPage-news__panel {
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  box-shadow: 0 0 15px rgba(155, 155, 155, 0.5);
  padding: 32px 20px 36px;
}
@media (min-width: 992px) {
  .indexPage-news__panel {
    padding: 50px 51px 40px;
  }
}
@media (min-width: 992px) {
  .indexPage-news__inner {
    display: flex;
    gap: 24px;
  }
}
.indexPage-news__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 48px;
  margin-bottom: 24px;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .indexPage-news__head {
    width: 200px;
  }
}
.indexPage-news__head .p-button {
  display: none;
}
@media (min-width: 992px) {
  .indexPage-news__head .p-button {
    display: block;
  }
}
.indexPage-news__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 150px;
}
.indexPage-news__title-en {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .indexPage-news__title-en {
    font-size: 4.5rem;
  }
}
.indexPage-news__title-line {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 0;
  margin-top: 8px;
  border-top: 1px solid var(--color-text);
}
.indexPage-news__title-ja {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-text);
  letter-spacing: 0.05em;
  line-height: 1;
}
.indexPage-news__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .indexPage-news__body .p-button {
    display: none;
  }
}
.indexPage-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
@media (min-width: 992px) {
  .indexPage-news__list {
    grid-column: 3;
    grid-row: 1;
    order: unset;
  }
}

.indexPage-philosophy {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  color: var(--color-white);
}
.indexPage-philosophy__stage {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .indexPage-philosophy__stage {
    display: block;
  }
}
.indexPage-philosophy__head {
  position: relative;
  z-index: 2;
  order: 1;
}
.indexPage-philosophy__bg {
  position: relative;
  z-index: 1;
  order: 3;
  width: 100%;
  padding: min(calc(32 / 375 * 100vw), 32px) 0;
  background-color: var(--color-primary);
  background-image: url("../images/index/philosophy-bg.png"), linear-gradient(90deg, var(--color-primary) 53%, var(--color-primary-light) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .indexPage-philosophy__bg {
    padding: min(calc(50 / 1200 * 100vw), 50px) 0;
  }
}
.indexPage-philosophy__banner-area {
  position: relative;
  z-index: 3;
  order: 2;
  margin-top: min(calc(32 / 375 * 100vw), 32px);
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
  pointer-events: none;
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner-area {
    position: absolute;
    top: min(calc(10 / 1200 * 100vw), 10px);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    margin: 0;
  }
}
.indexPage-philosophy__heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-en);
  font-size: min(calc(56 / 375 * 100vw), 5.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .indexPage-philosophy__heading {
    justify-content: flex-start;
    margin-left: min(calc(9 / 1200 * 100vw), 9px);
    font-size: min(calc(105 / 1200 * 100vw), 10.5rem);
    margin-bottom: -0.2em;
  }
}
.indexPage-philosophy__banner {
  position: relative;
  width: 100%;
  max-width: min(calc(437 / 375 * 100vw), 437px);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 min(calc(15 / 375 * 100vw), 15px) rgba(155, 155, 155, 0.5);
  border-radius: min(calc(20 / 375 * 100vw), 20px);
  pointer-events: auto;
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner {
    width: min(calc(437 / 1200 * 100vw), 437px);
    max-width: min(calc(437 / 1200 * 100vw), 437px);
    margin-left: auto;
    margin-right: 0;
  }
}
.indexPage-philosophy__banner img {
  display: block;
  width: 100%;
  aspect-ratio: 436.86/483.16;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexPage-philosophy__content {
  max-width: min(calc(605 / 375 * 100vw), 605px);
}
@media (min-width: 992px) {
  .indexPage-philosophy__content {
    max-width: min(calc(605 / 1200 * 100vw), 605px);
  }
}
.indexPage-philosophy__catch {
  margin: 0 0 min(calc(11 / 375 * 100vw), 11px);
  font-family: var(--font-en);
  font-size: min(calc(28 / 375 * 100vw), 2.8rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: pre-line;
}
@media (min-width: 992px) {
  .indexPage-philosophy__catch {
    margin-bottom: min(calc(11 / 1200 * 100vw), 11px);
    font-size: min(calc(46 / 1200 * 100vw), 4.6rem);
    line-height: min(calc(59 / 1200 * 100vw), 59px);
    text-align: left;
  }
}
.indexPage-philosophy__text {
  margin: 0;
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (min-width: 992px) {
  .indexPage-philosophy__text {
    font-size: min(calc(14 / 1200 * 100vw), 1.4rem);
  }
}
.indexPage-philosophy__banner-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: min(calc(28 / 375 * 100vw), 28px) min(calc(24 / 375 * 100vw), 24px);
  pointer-events: none;
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner-inner {
    padding: min(calc(28 / 1200 * 100vw), 28px) min(calc(24 / 1200 * 100vw), 24px);
  }
}
.indexPage-philosophy__banner-inner > * {
  pointer-events: auto;
}
.indexPage-philosophy__banner-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: min(calc(24 / 375 * 100vw), 2.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner-title {
    font-size: min(calc(31 / 1200 * 100vw), 3.1rem);
  }
}
.indexPage-philosophy__banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  gap: min(calc(6 / 375 * 100vw), 6px);
  width: min(calc(130 / 375 * 100vw), 130px);
  height: min(calc(21 / 375 * 100vw), 21px);
  padding: 0 min(calc(12 / 375 * 100vw), 12px) 0 min(calc(24 / 375 * 100vw), 24px);
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  border-radius: min(calc(10.5 / 375 * 100vw), 10.5px);
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner-btn {
    gap: min(calc(6 / 1200 * 100vw), 6px);
    width: min(calc(130 / 1200 * 100vw), 130px);
    height: min(calc(21 / 1200 * 100vw), 21px);
    padding: 0 min(calc(12 / 1200 * 100vw), 12px) 0 min(calc(24 / 1200 * 100vw), 24px);
    font-size: min(calc(14 / 1200 * 100vw), 1.4rem);
    border-radius: min(calc(10.5 / 1200 * 100vw), 10.5px);
  }
}
.indexPage-philosophy__banner-btn::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: min(calc(4.5 / 375 * 100vw), 4.5px) 0 min(calc(4.5 / 375 * 100vw), 4.5px) min(calc(6 / 375 * 100vw), 6px);
  border-color: transparent transparent transparent var(--color-primary);
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner-btn::after {
    border-width: min(calc(4.5 / 1200 * 100vw), 4.5px) 0 min(calc(4.5 / 1200 * 100vw), 4.5px) min(calc(6 / 1200 * 100vw), 6px);
  }
}
@media (min-width: 992px) {
  .indexPage-philosophy__banner-btn:hover {
    opacity: 1;
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .indexPage-philosophy__banner-btn:hover::after {
    border-left-color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .indexPage-philosophy__banner-btn:active {
    opacity: 1;
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .indexPage-philosophy__banner-btn:active::after {
    border-left-color: var(--color-white);
  }
}

/*
indexPage-services
***************************/
.indexPage-services {
  position: relative;
  z-index: 1;
}
.indexPage-services::before {
  content: "";
  position: absolute;
  top: 130px;
  right: 0;
  width: calc(50% + min(calc(100 / 375 * 100vw), 100px));
  height: calc(100% - 120px);
  background-image: linear-gradient(90deg, #e6007e 0%, #e6007e 10%, #f39800 10%, #f39800 20%, #009944 20%, #009944 30%, #00a0e9 30%, #00a0e9 40%, #004098 40%, #004098 100%), url("../images/bg01.png");
  background-size: 100% min(calc(8 / 375 * 100vw), 8px), 1846px 1838px;
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center top;
  pointer-events: none;
}
@media (min-width: 992px) {
  .indexPage-services::before {
    width: calc(50% + min(calc(300 / 1200 * 100vw), 300px));
    top: 130px;
    height: calc(100% - 100px);
  }
}
.indexPage-services__body {
  position: relative;
  z-index: 2;
}

/*indexPage-insights
***************************/
.indexPage-insights {
  position: relative;
  z-index: 1;
  padding-top: min(calc(60 / 375 * 100vw), 60px);
  padding-bottom: min(calc(50 / 375 * 100vw), 60px);
  background: url("../images/bg02.png") center/cover no-repeat;
}
@media (min-width: 992px) {
  .indexPage-insights {
    padding-top: min(calc(100 / 1200 * 100vw), 100px);
    padding-bottom: min(calc(100 / 1200 * 100vw), 100px);
  }
}
.indexPage-insights .p-common-title .en {
  color: var(--color-white) !important;
}
.indexPage-insights .p-common-title .line::before {
  background-color: var(--color-white) !important;
}
.indexPage-insights .p-common-title .ja {
  color: var(--color-white) !important;
}
.indexPage-insights .js-insights-panel.is-hidden {
  display: none;
}
.indexPage-insights__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.indexPage-insights__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 21px;
  font-size: 1.4rem;
  font-family: var(--font-en);
  color: var(--color-white);
  background: transparent;
  border: 1px solid var(--color-white);
  border-radius: 10.5px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.indexPage-insights__tab.is-active {
  background: var(--color-white);
  color: var(--color-primary);
}
.indexPage-insights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .indexPage-insights__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.indexPage-insights__card {
  display: block;
  background: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  color: var(--color-text);
}
.indexPage-insights__card.is-hidden {
  display: none;
}
.indexPage-insights__card-img img {
  width: 100%;
  aspect-ratio: 390/208;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexPage-insights__card-body {
  padding: 16px;
}
.indexPage-insights__card-date {
  font-size: 1.2rem;
  color: var(--color-text-light);
  margin-bottom: 8px;
}
.indexPage-insights__card-title {
  font-size: 1.4rem;
  line-height: 1.6;
}

.indexPage-performance__inner {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.indexPage-ir {
  background: var(--color-bg-gray);
  position: relative;
  z-index: 1;
  padding-top: min(calc(60 / 375 * 100vw), 60px);
  padding-bottom: min(calc(50 / 375 * 100vw), 60px);
}
@media (min-width: 992px) {
  .indexPage-ir {
    padding-top: min(calc(100 / 1200 * 100vw), 100px);
    padding-bottom: min(calc(100 / 1200 * 100vw), 100px);
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.irPage-news {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .irPage-news {
    flex-direction: row;
    gap: 48px;
  }
}
.irPage-news__aside {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .irPage-news__aside {
    width: 190px;
  }
}
.irPage-news__content {
  display: flex;
  gap: 48px;
  width: 100%;
  flex-direction: column;
}
.irPage-news .l-articles__item.is-hidden {
  display: none;
}
.irPage-news__link {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .irPage-news__link {
    justify-content: flex-start;
  }
}
.irPage-news__link .text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.irPage-nav {
  padding: 60px 0;
  background-image: url("../../assets/images/bg01.png");
  background-size: 923px 919px;
  background-repeat: repeat;
}
@media (min-width: 992px) {
  .irPage-nav {
    padding: 100px 0;
  }
}
.irPage-nav__bottom {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .irPage-nav__bottom {
    margin-top: 50px;
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*----------------------------------------------

  PROJECT: Voice Page Sort

----------------------------------------------*/
.voicePage-sort {
  background-color: var(--color-white);
}
.voicePage-sort__form {
  padding: 20px 0 24px;
}
@media (min-width: 992px) {
  .voicePage-sort__form {
    padding: 24px 0 32px;
  }
}
.voicePage-sort__toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 10px 24px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 21px;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .voicePage-sort__toggle:hover {
    opacity: 0.9;
  }
}
@media (max-width: 991px) {
  .voicePage-sort__toggle:active {
    opacity: 0.9;
  }
}
.voicePage-sort__toggle-icon {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s;
}
.voicePage-sort.is-open .voicePage-sort__toggle-icon {
  transform: rotate(180deg);
}
.voicePage-sort__body {
  display: none;
  margin-top: 20px;
}
.voicePage-sort.is-open .voicePage-sort__body {
  display: block;
}
.voicePage-sort__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--color-border);
}
.voicePage-sort__section:first-child {
  border-top: none;
}
@media (min-width: 992px) {
  .voicePage-sort__section {
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: start;
    padding: 20px 0;
  }
}
.voicePage-sort__section-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}
.voicePage-sort__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .voicePage-sort__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .voicePage-sort__options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 20px;
  }
}
.voicePage-sort__option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 5px 10px;
  border-radius: 20px;
}
.voicePage-sort__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.voicePage-sort__option-icon {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background-color: var(--color-white);
  transition: background-color 0.2s, border-color 0.2s;
}
.voicePage-sort__option-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.voicePage-sort__input:checked + .voicePage-sort__option-icon {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.voicePage-sort__input:checked + .voicePage-sort__option-icon::after {
  opacity: 1;
}
.voicePage-sort__input:focus-visible + .voicePage-sort__option-icon {
  outline: 2px solid var(--color-primary-light);
  outline-offset: 2px;
}
.voicePage-sort__option-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-primary);
  transition: color 0.2s;
}
.voicePage-sort__input:checked ~ .voicePage-sort__option-text {
  color: var(--color-primary);
  font-weight: 700;
}
.voicePage-sort__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}
@media (min-width: 992px) {
  .voicePage-sort__bottom {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
  }
}
.voicePage-sort__freeword {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 992px) {
  .voicePage-sort__freeword {
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: center;
  }
}
.voicePage-sort__freeword-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}
.voicePage-sort__freeword-input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 1.4rem;
  color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
.voicePage-sort__freeword-input::-moz-placeholder {
  color: var(--color-text-light);
}
.voicePage-sort__freeword-input::placeholder {
  color: var(--color-text-light);
}
.voicePage-sort__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .voicePage-sort__buttons {
    justify-content: flex-center;
  }
}
.voicePage-sort__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 40px;
  padding: 0 24px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.voicePage-sort__button--reset {
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.voicePage-sort__button--submit {
  color: var(--color-white);
  background: var(--gradient-primary);
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .voicePage-sort__button:hover {
    opacity: 0.85;
  }
}
@media (max-width: 991px) {
  .voicePage-sort__button:active {
    opacity: 0.85;
  }
}
.voicePage-sort__empty {
  padding: 40px 0;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  color: var(--color-text);
}

/*----------------------------------------------

  PROJECT: Voice Page Slider

----------------------------------------------*/
.voicePage-slider-section {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 992px) {
  .voicePage-slider-section {
    margin-top: min(calc(60 / 1200 * 100vw), 60px);
  }
}

.voicePage-slider__swiper {
  overflow: hidden;
  padding-bottom: 36px;
}
.voicePage-slider .swiper-slide {
  height: auto;
}
.voicePage-slider__pagination {
  bottom: 0 !important;
  line-height: 1;
}
.voicePage-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  opacity: 1;
  transition: background-color 0.2s;
}
.voicePage-slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.voicePage-slide {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.voicePage-slide__bg img {
  display: block;
  width: 100%;
  aspect-ratio: 326/264;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .voicePage-slide__bg img {
    aspect-ratio: 1200/520;
  }
}
.voicePage-slide__panel {
  background-color: var(--color-white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 20px 24px 24px;
  border: 1px solid var(--color-border);
}
@media (min-width: 992px) {
  .voicePage-slide__panel {
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: min(calc(400 / 1200 * 100vw), 400px);
    width: min(calc(326 / 1200 * 100vw), 326px);
  }
}
.voicePage-slide__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.voicePage-slide__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0;
}
.voicePage-slide__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  border-radius: 14px;
  white-space: nowrap;
  margin: 0;
}
.voicePage-slide__value {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
}
.voicePage-slide__more-wrap {
  margin-top: 20px;
  text-align: center;
}
.voicePage-slide__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 36px;
  padding: 0 24px;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-white);
  background: var(--gradient-primary);
  border-radius: 18px;
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .voicePage-slide__more:hover {
    opacity: 0.85;
    color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .voicePage-slide__more:active {
    opacity: 0.85;
    color: var(--color-white);
  }
}
.voicePage-slide__more-icon {
  flex-shrink: 0;
}

/*----------------------------------------------

  PROJECT: Voice Page Rate

----------------------------------------------*/
.voicePage-reviews-section {
  background-image: url("../../assets/images/bg01.png");
  background-size: 923px 919px;
  background-repeat: repeat;
  padding-top: min(calc(60 / 375 * 100vw), 60px);
  padding-bottom: min(calc(50 / 375 * 100vw), 60px);
}
@media (min-width: 992px) {
  .voicePage-reviews-section {
    padding-top: min(calc(100 / 1200 * 100vw), 100px);
    padding-bottom: min(calc(100 / 1200 * 100vw), 100px);
  }
}

.voicePage-reviews-slider__inner {
  position: relative;
  padding-left: 44px;
  padding-right: 44px;
}
@media (min-width: 992px) {
  .voicePage-reviews-slider__inner {
    --review-slide-count: 5;
    --review-slide-gap: 24px;
    --review-mask-width: calc(((100% - (var(--review-slide-gap) * (var(--review-slide-count) - 1))) / var(--review-slide-count)) / 2);
    width: 100%;
    max-width: 1522px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .voicePage-reviews-slider__inner::before, .voicePage-reviews-slider__inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--review-mask-width);
    z-index: 2;
    pointer-events: none;
    background-color: var(--color-bg-gray);
    background-image: url("../../assets/images/bg01.png");
    background-size: 923px 919px;
  }
  .voicePage-reviews-slider__inner::before {
    left: 0;
  }
  .voicePage-reviews-slider__inner::after {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .voicePage-reviews-slider__inner {
    --review-slide-count: 6;
  }
}
.voicePage-reviews-slider__swiper {
  overflow: hidden;
}
.voicePage-reviews-slider .swiper-slide {
  height: auto;
}
.voicePage-reviews-slider__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) {
  .voicePage-reviews-slider__nav {
    width: var(--review-mask-width);
    height: 100%;
    top: 0;
    transform: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.voicePage-reviews-slider__nav svg {
  width: 40px;
  height: 40px;
  color: var(--color-text);
  flex-shrink: 0;
}
.voicePage-reviews-slider__nav.swiper-button-disabled {
  pointer-events: none;
}
.voicePage-reviews-slider__nav.swiper-button-disabled svg {
  color: var(--color-text-gray);
}
.voicePage-reviews-slider__nav--prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}
.voicePage-reviews-slider__nav--prev svg {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .voicePage-reviews-slider__nav--prev {
    top: 0;
    left: var(--review-mask-width);
    transform: none;
  }
}
.voicePage-reviews-slider__nav--next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}
@media (min-width: 992px) {
  .voicePage-reviews-slider__nav--next {
    top: 0;
    right: var(--review-mask-width);
    transform: none;
  }
}

/*----------------------------------------------

  PROJECT: Voice Single Summary

----------------------------------------------*/
.voicePage-single-summary {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
@media (min-width: 992px) {
  .voicePage-single-summary {
    grid-template-columns: 320px 1fr;
  }
}
@media (min-width: 992px) {
  .voicePage-single-summary.is-profile-only {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .voicePage-single-summary.is-profile-only .voicePage-single-summary__profile {
    border-right: none;
  }
}
.voicePage-single-summary__profile {
  padding: 20px 16px;
}
@media (min-width: 992px) {
  .voicePage-single-summary__profile {
    padding: 32px 24px;
    position: relative;
  }
  .voicePage-single-summary__profile::before {
    content: "";
    position: absolute;
    top: 32px;
    right: 0;
    width: 1px;
    height: calc(100% - 64px);
    background-color: var(--color-border);
  }
}
.voicePage-single-summary__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
@media (min-width: 992px) {
  .voicePage-single-summary__list {
    gap: 24px;
  }
}
.voicePage-single-summary__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0;
}
.voicePage-single-summary__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-primary);
  border-radius: 14px;
  white-space: nowrap;
  margin: 0;
}
.voicePage-single-summary__value {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  overflow-wrap: anywhere;
}
.voicePage-single-summary__detail {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-border);
}
@media (min-width: 992px) {
  .voicePage-single-summary__detail {
    border-top: none;
  }
}
.voicePage-single-summary__story {
  padding: 16px 16px 0;
}
@media (min-width: 992px) {
  .voicePage-single-summary__story {
    padding: 28px 32px 0;
  }
}
.voicePage-single-summary__story:last-child {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .voicePage-single-summary__story:last-child {
    padding-bottom: 28px;
  }
}
.voicePage-single-summary__story-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.voicePage-single-summary__icon {
  display: block;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.voicePage-single-summary__icon--issue {
  background-image: url("../../assets/images/voice/icon-issue.svg");
}
.voicePage-single-summary__icon--result {
  background-image: url("../../assets/images/voice/icon-result.svg");
}
.voicePage-single-summary__icon--progress {
  background-image: url("../../assets/images/voice/icon-progress.svg");
}
.voicePage-single-summary__story-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .voicePage-single-summary__story-title {
    font-size: 2rem;
  }
}
.voicePage-single-summary__story-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
}

/*----------------------------------------------

  PROJECT: Voice Single Comment

----------------------------------------------*/
.voicePage-single-comment {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  padding: 24px 16px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
@media (min-width: 992px) {
  .voicePage-single-comment {
    margin-bottom: min(calc(60 / 1200 * 100vw), 60px);
    padding: 40px 48px;
  }
}
.voicePage-single-comment__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .voicePage-single-comment__head {
    margin-bottom: 24px;
  }
}
.voicePage-single-comment__icon {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url("../../assets/images/voice/icon-interviewer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.voicePage-single-comment__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .voicePage-single-comment__title {
    font-size: 2rem;
  }
}
.voicePage-single-comment__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
}

/*----------------------------------------------

  PROJECT: Voice Single Header

----------------------------------------------*/
.voicePage-single-header {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .voicePage-single-header {
    margin-top: 90px;
  }
}
.voicePage-single-header__img {
  position: relative;
  overflow: hidden;
}
.voicePage-single-header__img img {
  display: block;
  width: 100%;
  aspect-ratio: 326/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .voicePage-single-header__img img {
    aspect-ratio: 1200/520;
  }
}
.voicePage-single-header__img .voicePage-single-header__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.voicePage-single-header__overlay {
  padding: 16px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .voicePage-single-header__overlay {
    padding: 24px 0;
  }
}
.voicePage-single-header.is-no-image .voicePage-single-header__overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
.voicePage-single-header__intro {
  margin: 0;
  font-size: min(calc(30 / 375 * 100vw), 30px);
  font-weight: 700;
  line-height: 1.333333;
  color: var(--color-white);
  white-space: pre-line;
}
@media (min-width: 992px) {
  .voicePage-single-header__intro {
    font-size: min(calc(45 / 1200 * 100vw), 45px);
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.bordmemberPage-hero {
  position: relative;
  padding-top: min(calc(60 / 375 * 100vw), 60px);
  padding-bottom: min(calc(60 / 375 * 100vw), 60px);
  margin-top: -40px;
}
.bordmemberPage-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url("../../assets/images/bg03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bordmemberPage-hero--member-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url("../../assets/images/member/bg-gray.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bordmemberPage-hero--member-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("../../assets/images/member/bg-gray.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bordmemberPage-hero__content {
  position: relative;
  z-index: 1;
}

.bordmemberPage-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 24px 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .bordmemberPage-profile {
    grid-template-columns: 280px 1fr;
    gap: 48px;
    padding: 48px 56px;
  }
}
.bordmemberPage-profile__side {
  display: flex;
  flex-direction: column;
}
.bordmemberPage-profile__photo {
  margin: 0 0 20px;
  background-color: #3a3a3a;
}
.bordmemberPage-profile__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 358/268;
  -o-object-fit: cover;
     object-fit: cover;
}
.bordmemberPage-profile__position {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.bordmemberPage-profile__name {
  margin: 0 0 8px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.bordmemberPage-profile__name-en {
  margin: 0;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.bordmemberPage-profile__body {
  display: flex;
  flex-direction: column;
}
.bordmemberPage-profile__heading {
  margin: 0 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bordmemberPage-profile__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  flex: 1;
  background-color: var(--color-border);
}
@media (min-width: 992px) {
  .bordmemberPage-profile__heading {
    margin-bottom: 24px;
  }
}
.bordmemberPage-profile__history {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .bordmemberPage-profile__history {
    gap: 16px;
  }
}
.bordmemberPage-profile__history-date {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
  white-space: nowrap;
}
.bordmemberPage-profile__history-text {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
}

.bordmemberPage-members-wrapper {
  position: relative;
}
.bordmemberPage-members-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("../../assets/images/member/bg-gray.png");
  background-size: 1920px 1000px;
  background-position: center top;
  background-repeat: repeat;
}
.bordmemberPage-members-wrapper .bordmemberPage-hero::before {
  display: none;
}

.bordmemberPage-members {
  position: relative;
}
.bordmemberPage-members__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 24px;
}
@media (min-width: 992px) {
  .bordmemberPage-members__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.bordmemberPage-other {
  padding: 24px 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .bordmemberPage-other {
    padding: 48px 56px;
  }
}
.bordmemberPage-other__title {
  background-color: var(--color-text);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.bordmemberPage-other__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .bordmemberPage-other__list {
    flex-direction: row;
    gap: 32px;
  }
}
.bordmemberPage-other__position {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.bordmemberPage-other__name {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.bordmemberPage-other__name-en {
  display: inline-block;
  margin: 0;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.bordmemberPage-card {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .bordmemberPage-card {
    padding: min(calc(40 / 1200 * 100vw), 40px) min(calc(80 / 1200 * 100vw), 80px);
  }
}
.bordmemberPage-card__photo {
  margin: 0 0 20px;
  background-color: #3a3a3a;
}
.bordmemberPage-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 358/268;
  -o-object-fit: cover;
     object-fit: cover;
}
.bordmemberPage-card__head {
  margin-bottom: 20px;
  text-align: center;
}
.bordmemberPage-card__position {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.bordmemberPage-card__name {
  margin: 0 0 8px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.bordmemberPage-card__name-en {
  margin: 0;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.bordmemberPage-card__body {
  flex: 0 0 auto;
}
.bordmemberPage-card__heading {
  margin: 0 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bordmemberPage-card__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  flex: 1;
  background-color: var(--color-border);
}
.bordmemberPage-card__history {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  transition: max-height 0.35s ease;
  margin-bottom: 20px;
}
.bordmemberPage-card.is-collapsible:not(.is-open) .bordmemberPage-card__history {
  max-height: 21.9rem;
}
.bordmemberPage-card.is-collapsible.is-open .bordmemberPage-card__history {
  max-height: none;
}
.bordmemberPage-card__history-date {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
  white-space: nowrap;
}
.bordmemberPage-card__history-text {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
}
.bordmemberPage-card__foot {
  margin-top: 24px;
  text-align: center;
}
.bordmemberPage-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 36px;
  padding: 0 24px;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-text);
  background-color: transparent;
  border: 1px solid var(--color-text);
  border-radius: 18px;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) {
  .bordmemberPage-card__more:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
@media (max-width: 991px) {
  .bordmemberPage-card__more:active {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
.bordmemberPage-card__more-icon {
  flex-shrink: 0;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
/*----------------------------------------------

  PROJECT: Post Single

----------------------------------------------*/
.postPage-header {
  position: relative;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .postPage-header {
    margin-top: 90px;
  }
}
.postPage-header__img {
  position: relative;
  overflow: hidden;
}
.postPage-header__img img {
  display: block;
  width: 100%;
  aspect-ratio: 326/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .postPage-header__img img {
    aspect-ratio: 1200/520;
  }
}
.postPage-header__img .postPage-header__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.postPage-header__overlay {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.postPage-header.is-no-image .postPage-header__overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
.postPage-header__title {
  margin: 0;
  font-size: min(calc(20 / 375 * 100vw), 2.6rem);
  font-weight: 700;
  line-height: 1.333333;
  color: var(--color-white);
  white-space: pre-line;
}
@media (min-width: 992px) {
  .postPage-header__title {
    font-size: min(calc(26 / 1200 * 100vw), 2.6rem);
  }
}
.postPage-header__meta {
  position: relative;
  z-index: 2;
  margin-top: -39px;
}

.postPage-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 20px;
  height: 40px;
  background-color: var(--color-white);
  width: -moz-fit-content;
  width: fit-content;
}
.postPage-meta__date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);
  white-space: nowrap;
}
.postPage-meta__divider {
  width: 1px;
  height: 18px;
  background-color: #d0d0d0;
  flex-shrink: 0;
}
.postPage-meta__share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.postPage-share-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  border-radius: 2px;
  transition: opacity 0.2s;
}
.postPage-share-button svg {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .postPage-share-button:hover {
    opacity: 0.85;
  }
}
@media (max-width: 991px) {
  .postPage-share-button:active {
    opacity: 0.85;
  }
}
.postPage-share-button--twitter {
  background-color: #000000;
}
.postPage-share-button--facebook {
  background-color: #3b5998;
}

.postPage-content {
  padding-top: 24px;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.newsArchive-categories {
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
}
@media (min-width: 992px) {
  .newsArchive-categories {
    margin-bottom: min(calc(40 / 1200 * 100vw), 40px);
  }
}
.newsArchive-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsArchive-categories__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 32px;
  padding: 0 16px;
  font-size: 1.4rem;
  font-family: var(--font-en);
  color: var(--color-primary);
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 16px;
  transition: background 0.3s, color 0.3s;
}
.newsArchive-categories__link.is-active {
  background: var(--color-primary);
  color: var(--color-white);
}
@media (min-width: 992px) {
  .newsArchive-categories__link:hover {
    background: var(--color-primary);
    color: var(--color-white);
  }
}
@media (max-width: 991px) {
  .newsArchive-categories__link:active {
    background: var(--color-primary);
    color: var(--color-white);
  }
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.editor-body h2:not(.no-style) {
  font-size: min(calc(24 / 375 * 100vw), 3.2rem);
  font-weight: 700;
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  color: #000000;
}
.editor-body h2:not(.no-style).color-primary {
  color: var(--color-primary);
}
.editor-body h2:not(.no-style).color-gray {
  color: var(--color-text);
}
.editor-body h3:not(.no-style) {
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  font-weight: 400;
  line-height: 1.5;
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 176px;
  background-color: #DFEAF6;
  padding: 3px 10px;
}
.editor-body p {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body strong {
  font-weight: bold;
}
.editor-body em {
  font-style: italic;
}
.editor-body .wp-block-separator {
  border-top: 1px solid var(--color-border);
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 992px) {
  .editor-body .wp-block-separator {
    width: calc(100% + 260px);
    margin-left: -130px;
  }
}
.editor-body .wp-block-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.editor-body .wp-block-buttons .wp-block-button {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body {
  /*画像*/
}
.editor-body .wp-block-image {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body {
  /*ギャラリー*/
}
.editor-body .wp-block-gallery {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-gallery figure img {
  border-radius: 0;
}
.editor-body .wp-block-gallery figure .lightbox-trigger {
  display: none;
}
.editor-body .blocks-gallery-grid {
  margin-bottom: -16px;
}
.editor-body {
  /*figcaption*/
}
.editor-body figcaption {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.editor-body {
  /*引用*/
}
.editor-body .wp-block-quote {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  padding: 40px 30px;
  border: 1px solid #C6D9D9;
  border-radius: 0 0 30px 0;
  display: block;
  position: relative;
}
.editor-body .wp-block-quote::before {
  content: "”";
  line-height: 1;
  color: #C6D9D9;
  font-weight: 900;
  font-size: min(calc(24 / 375 * 100vw), 3.2rem);
  position: absolute;
  top: 20px;
  left: 10px;
}
.editor-body .wp-block-quote::after {
  content: "”";
  line-height: 1;
  color: #C6D9D9;
  font-weight: 900;
  font-size: min(calc(24 / 375 * 100vw), 3.2rem);
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.editor-body .wp-block-quote p {
  margin: 0;
}
.editor-body .wp-block-quote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-quote cite {
  margin-top: 20px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
.editor-body .wp-block-pullquote {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: block;
  border: 0;
}
.editor-body .wp-block-pullquote p {
  margin: 0;
  font-size: 2rem;
}
.editor-body .wp-block-pullquote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-pullquote cite {
  margin-top: 20px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
.editor-body {
  /*file*/
}
.editor-body .wp-block-file {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body {
  /*audio*/
}
.editor-body .wp-block-audio {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body {
  /*埋め込み*/
}
.editor-body .wp-block-embed {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body {
  /*カバーイメージ*/
}
.editor-body .wp-block-cover {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body {
  /*video*/
}
.editor-body .is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.editor-body .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.editor-body {
  /**リスト**/
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid) {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid) li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid) li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0.65em;
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid).list_inline li {
  display: inline-block;
  margin-right: 18px;
}
.editor-body ol {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  counter-reset: counter-name;
}
.editor-body ol li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.editor-body ol li:before {
  counter-increment: counter-name;
  content: "0" counter(counter-name);
  color: var(--color-primary);
  font-style: italic;
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.editor-body {
  /*カラム*/
}
.editor-body .wp-block-columns {
  margin-top: min(calc(30 / 375 * 100vw), 40px);
}
.editor-body .wp-block-columns * {
  margin-top: 0;
}
.editor-body {
  /*table*/
}
.editor-body .wp-block-table {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-table table {
  display: block;
}
.editor-body .wp-block-table table tbody {
  display: block;
}
.editor-body .wp-block-table table tr {
  display: block;
}
.editor-body .wp-block-table table th,
.editor-body .wp-block-table table td {
  display: block;
  width: 100%;
  padding: min(calc(10 / 375 * 100vw), 10px) min(calc(16 / 375 * 100vw), 24px);
}
@media (min-width: 992px) {
  .editor-body .wp-block-table table {
    display: table;
    table-layout: fixed;
  }
  .editor-body .wp-block-table table tbody {
    display: table-row-group;
  }
  .editor-body .wp-block-table table tr {
    display: table-row;
  }
  .editor-body .wp-block-table table th,
  .editor-body .wp-block-table table td {
    display: table-cell;
    padding: min(calc(16 / 375 * 100vw), 24px) min(calc(16 / 375 * 100vw), 24px);
  }
  .editor-body .wp-block-table table th:first-child,
  .editor-body .wp-block-table table td:first-child {
    width: 35%;
  }
}
.editor-body .wp-block-table.is-style-regular table {
  border: none;
}
.editor-body .wp-block-table.is-style-regular table th,
.editor-body .wp-block-table.is-style-regular table td {
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0;
}
.editor-body .wp-block-table.is-style-regular table th {
  background-color: #eeeeee;
}
.editor-body .wp-block-table.is-style-regular table td {
  padding: 0;
  margin-bottom: 10px;
}
.editor-body .wp-block-table.is-style-regular table tr {
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .editor-body .wp-block-table.is-style-regular table tr td {
    padding: min(calc(16 / 375 * 100vw), 24px) min(calc(16 / 375 * 100vw), 24px);
  }
}

.editor-body > *:first-child {
  margin-top: 0 !important;
}
.editor-body {
  overflow-wrap: break-all;
  word-wrap: break-word;
  word-break: break-all;
}

/*----------------------------------------------

  MAIN STYLE ENTRYPOINT (FLOCSS)

----------------------------------------------*/
.u-font-en {
  font-family: "avenir-lt-pro", "avenir", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-font-en {
  font-family: "avenir-lt-pro", "avenir", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

/* =======================================
margin
======================================== */
/* mt
-----------------------------------------*/
.u-mt00 {
  margin-top: 0px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

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

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

/* mb
-----------------------------------------*/
.u-mb00 {
  margin-bottom: 0px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

/* =======================================
padding
======================================== */
/* pt
-----------------------------------------*/
.u-pt00 {
  padding-top: 0px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

/* pb
-----------------------------------------*/
.u-pb00 {
  padding-bottom: 0px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* =======================================
改行
======================================== */
.u-br-sp {
  display: block !important;
}
@media (min-width: 992px) {
  .u-br-sp {
    display: none !important;
  }
}

.u-br-pc {
  display: none !important;
}
@media (min-width: 992px) {
  .u-br-pc {
    display: block !important;
  }
}

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

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

.u-align-right {
  text-align: right !important;
}/*# sourceMappingURL=front.css.map */