@charset "utf-8";/*****************************
* Splide
*****************************/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100svh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*****************************
* 共通
*****************************/

:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-en: "Montserrat", sans-serif;

  --color-main: #25263F;
  --color-sub: #006DB6;
  --color-sub02: #6CBEF5;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #F1F1F1;
  --color-accent: #db0000;

  --transition-cubic: cubic-bezier(0.37, 0.88, 0.45, 0.97);

  --header-height: 8.5rem;

  --z-header: 100;
  --z-page-top: 80;

  --inner-width: 116.6rem;
  --inner-width-lg: 145.6rem;
}

html {
  font-family: var(--font-base);
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-black);
}

body.is-menu-open {
  overflow: clip;
}

a {
  transition: opacity 0.4s var(--transition-cubic);
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

/*****************************
* 便利クラス utilities
*****************************/
.u-sp-only {
  display: none;
}

.u-uppercase {
  text-transform: uppercase;
}

/*****************************
* パーツ compornents
*****************************/

/* inner
------------------------------*/
.inner {
  width: 100%;
  max-width: calc(var(--inner-width) + 12.0rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.0rem;
  padding-left: 6.0rem;
}

.inner-lg {
  width: 100%;
  max-width: calc(var(--inner-width-lg) + 8.0rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: 4.0rem;
  padding-left: 4.0rem;
}

/* c-title
------------------------------*/
.c-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.c-title__en {
  /* font-size: 9.0rem; */
  font-size: min(9.0rem, calc(90 / 1560 * 100vw));
  font-family: var(--font-en);
  font-weight: 500;
  text-transform: uppercase;
  display: grid;
  grid-template-rows: auto;
  align-items: end;
  text-align: center;
}

.c-title__en .main {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  line-height: 1.27;
}

.c-title__en .sub {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  opacity: 0.2;
  line-height: 1;
}

.c-title__en .sub::before {
  content: attr(data-en);
  display: block;
  font-size: min(17.0rem, calc(170 / 1560 * 100vw));
}

.c-title__ja {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0rem;
  font-size: 2.0rem;
  line-height: calc(29 / 20);
  font-weight: normal;
}

.c-title__ja::after {
  content: '';
  width: 1.3rem;
  aspect-ratio: 13.235 / 15;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.235" height="15" viewBox="0 0 13.235 15"><path  d="M11.25,0,15,6.618l-3.75,6.618H3.75L0,6.618,3.75,0Z" transform="translate(0 15) rotate(-90)" fill="%23ffffff"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* c-button
------------------------------*/
.c-button {
  display: inline-block;
  min-width: 28.0rem;
  padding: 1.8rem 4.0rem 1.8rem;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
  position: relative;
  transition-duration: 0.4s;
  transition-property: color, background;
  transition-timing-function: var(--transition-cubic);
}

.c-button::after {
  content: '';
  width: 0.7rem;
  aspect-ratio: 6.694 / 11.266;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.694" height="11.266" viewBox="0 0 6.694 11.266"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l5.1,5.1-5.1,5.1" transform="translate(-583.204 -3802.675)" fill="none" stroke="%23fff" stroke-width="1.5"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  translate: 0 -50%;
}

.c-button--white {
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.c-button--contact {
  background: var(--color-sub);
  color: var(--color-white);
  border: 1px solid var(--color-sub);
}

/* c-sp-nav
------------------------------*/
.c-sp-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #DCDCDC;
  font-size: 1.6rem;
  color: var(--color-white);
}

.c-sp-nav__item--has-child .c-sp-nav__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c-sp-nav__icon {
  width: 2.0rem;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: none;
  display: inline-block;
}

.c-sp-nav__icon::before,
.c-sp-nav__icon::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #ffffff;
  transition-duration: 0.4s;
  transition-property: opacity, rotate;
  transition-timing-function: var(--transition-cubic);
}

.c-sp-nav__icon::before {
  rotate: 0deg;
}

.c-sp-nav__icon::after {
  rotate: 90deg;
}

.c-sp-nav__link.is-expanded .c-sp-nav__icon::after {
  opacity: 0;
  rotate: 180deg;
}

.c-sp-nav__sub-list {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.4s;
  transition-property: grid-template-rows, margin-top, margin-bottom;
  transition-timing-function: var(--transition-cubic);
}

.c-sp-nav__sub-list.is-expanded {
  grid-template-rows: 1fr;
  margin-top: 1.8rem;
  margin-bottom: 1.0rem;
}

.c-sp-nav__sub-list-contents {
  overflow: hidden;
  padding-left: 2.0rem;
  display: flex;
  flex-direction: column;
  gap: 2.0rem;
}

.c-sp-nav__sub-link {
  display: block;
  font-size: 1.6rem;
}

/* c-other-nav
------------------------------*/
.c-other-nav {
  padding-left: 2.6rem;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.c-other-nav__link {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
}

.c-other-nav__link--outer {
  display: flex;
  gap: 0.8rem;
}

.c-other-nav__link--outer .icon svg {
  width: 1.5rem;
  aspect-ratio: 15 / 15;
}

.sp-menu .c-other-nav {
  justify-content: center;
}

/* c-tag
------------------------------*/
.c-tag__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 2.0rem;
  border: 1px solid var(--color-main);
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  transition-duration: 0.4s;
  transition-property: color, background;
  transition-timing-function: var(--transition-cubic);
}

.c-tag__link::before {
  content: '';
  display: inline-block;
  width: 15px;
  aspect-ratio: 15 / 15;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.999" viewBox="0 0 15 14.999"><path d="M7.024.368,0,.011.357,7.035,8.334,15.01,15,8.344ZM4.4,4.416a1.178,1.178,0,1,1,0-1.667A1.178,1.178,0,0,1,4.4,4.416Z" transform="translate(0 -0.011)" fill="%2325263f"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
  transition-property: background-image;
  transition-timing-function: var(--transition-cubic);
}

/*****************************
* スタイル　styles
*****************************/

/* header
------------------------------*/
.header {
  height: var(--header-height);
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  transition: color 0.2s var(--transition-cubic);
}

@keyframes headerFadin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top .header::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(var(--header-height) + 3.3rem);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.top .header.is-fixed::before {
  display: none;
}

.header__inner {
  padding-top: 1.2rem;
}

.header__contents {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  grid-template-areas:
    'logo other button'
    'logo nav button';
  -moz-column-gap: 3.0rem;
       column-gap: 3.0rem;
}

.header__hamburger {
  display: none;
}

.header.is-fixed {
  position: fixed;
  animation: headerFadin 0.5s var(--transition-cubic) forwards;
  background: #fff;
  color: var(--color-black);
  --icon-search-fill: var(--color-black);
  --icon-link-arrow-stroke: var(--color-black);
}

.header.is-fixed .header__logo-img.--normal {
  opacity: 0;
  visibility: hidden;
}

.header.is-fixed .header__logo-img.--black {
  opacity: 1;
  visibility: visible;
}

body.is-menu-open header.is-fixed .header__logo-img.--normal,
body.is-menu-open .header__logo-img.--normal {
  opacity: 1;
  visibility: visible;
}

body.is-menu-open header.is-fixed .header__logo-img.--black,
body.is-menu-open .header__logo-img.--black {
  opacity: 0;
  visibility: hidden;
}

.header__logo {
  grid-area: logo;
  position: relative;
}

.header__logo .header__logo-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header__logo .header__logo-img.--black {
  opacity: 0;
}

.header__other {
  grid-area: other;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.8rem;
}

.header__search {
  position: relative;
}

.header__search-button {
  padding: 0.4rem;
}

.header__search-button svg {
  display: block;
  width: 12px;
  aspect-ratio: 1 / 1;
}

.header__search-window {
  position: absolute;
  top: 50%;
  right: -1.2rem;
  translate: 0 -50%;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  transition-timing-function: var(--transition-cubic);
}

.header__search-window.is-visible {
  opacity: 1;
  visibility: visible;
}

.header__nav {
  grid-area: nav;
}

.header__button {
  grid-area: button;
}

.logo__img {
  display: block;
  width: 13.0rem;
  aspect-ratio: 130 / 30;
  position: relative;
}

.logo__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  transition-timing-function: var(--transition-cubic);
}

.logo__img .--blue {
  opacity: 0;
  visibility: hidden;
}

.header.is-fixed .logo__img .--white,
.header:has(.nav__mega-menu:hover) .logo__img .--white,
.header:has(.nav__item--parent:hover) .logo__img .--white {
  opacity: 0;
  visibility: hidden;
}

.header.is-fixed .logo__img .--blue,
.header:has(.nav__mega-menu:hover) .logo__img .--blue,
.header:has(.nav__item--parent:hover) .logo__img .--blue {
  opacity: 1;
  visibility: visible;
}

.logo__txt {
  font-size: 2.0rem;
  font-weight: 500;
  transition-duration: 0.4s;
  transition-property: color;
  transition-timing-function: var(--transition-cubic);
}

.is-menu-open .logo__txt {
  color: var(--color-white);
}

.search-window {
  padding: 0.4rem 2.4rem;
  border-radius: 99.9rem;
  background: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.search-window__input {
  width: 20.0rem;
  border: none;
  outline: none;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
}

.search-window__button svg {
  --icon-search-fill: var(--color-black);
  display: block;
  width: 1.6rem;
  aspect-ratio: 1 / 1;
}

.header-button {
  width: 100%;
  max-width: 20.0rem;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5rem 3.6rem 1.6rem;
  background: var(--color-sub);
  border: 1px solid var(--color-sub);
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background 0.4s var(--transition-cubic), color 0.4s var(--transition-cubic);
}

.header-button .icon svg {
  display: block;
  width: 1.6rem;
  aspect-ratio: 1 / 1;
  margin-top: 0.2rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4.0rem;
}

.nav__text {
  display: block;
  padding: 0.6rem 0;
  margin-bottom: -0.6rem;
  font-size: 1.7rem;
  line-height: calc(25 / 17);
  transition: opacity 0.4s var(--transition-cubic);
}

.nav__item--parent {
  cursor: pointer;

}

.nav__item--parent .nav__text {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.nav__icon svg {
  width: 0.6rem;
  aspect-ratio: 6.694 / 11.266;
  rotate: 90deg;
  transition: rotate 0.4s var(--transition-cubic);
}

.nav__mega-menu {
  position: absolute;
  top: 7.0rem;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  transition-timing-function: var(--transition-cubic);
}

.nav__mega-menu::before {
  content: '';
  background: var(--color-white);
  position: absolute;
  inset: -7.0rem 0 0 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s var(--transition-cubic);
  transform: scaleY(calc(100% + 7.0rem));
  pointer-events: none;
}

.mega-menu {
  padding-top: 3.5rem;
  padding-bottom: 4.0rem;
  transition: background 0.4s var(--transition-cubic);
}

.mega-menu__list {
  display: grid;
  grid-template-columns: 0.73fr 1fr 1fr 1fr;
  gap: 2.0rem;
}

.mega-menu__link {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
}

.mega-menu__text {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.0rem;
  font-size: 1.8rem;
  line-height: calc(24 / 18);
  transition: color 0.4s var(--transition-cubic);
}

.mega-menu__text::after {
  content: '';
  width: calc(7 / 18 * 1em);
  aspect-ratio: 6.999 / 11.877;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.999" height="11.877" viewBox="0 0 6.999 11.877"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l2.7,2.7,2.7,2.7-5.408,5.408" transform="translate(-583.204 -3802.675)" fill="none" stroke="%23187fc4" stroke-width="1.5"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mega-menu__item--top .mega-menu__text {
  justify-content: flex-start;
  font-size: 2.0rem;
  line-height: calc(29 / 20);
}

.mega-menu__img {
  aspect-ratio: 373 / 180;
  overflow: hidden;
  position: relative;
}

.mega-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s var(--transition-cubic);
}

.mega-menu__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s var(--transition-cubic);
  z-index: 1;
}
.mega-menu__itemChild{
  padding-left: 18px;
  padding-top: 8px;
}
@media screen and (max-width:1023px) {
  .c-sp-nav__sub-itemChild{
    padding-top: 16px;
    padding-left: 16px;
  }
}

/* TOPページ
------------------------------*/

/* MV */
.mv {
  height: 60.0rem;
  min-height: 100vh;
  color: var(--color-white);
  position: relative;
  z-index: 0;
}

.mv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__content {
  position: absolute;
  left: 4.0rem;
  bottom: 2.7rem;
  filter: drop-shadow(0 0 2.0rem rgba(0, 0, 0, 0.3));
}


.mv__content_en {
  font-size: min(11.0rem, calc(110 / 1560 * 100vw));
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-en);
  opacity: 0.5;
}

.text-01 {
  display: block;
}

.text-02 {
  display: block;
  padding-left: min(28.5rem, calc(285 / 1560 * 100vw));
}

.mv__content_ja {
  font-size: min(4.5rem, calc(45 / 1560 * 100vw));
  font-weight: 500;
  position: absolute;
  top: 30%;
  left: min(13.8rem, calc(138 / 1560 * 100vw));
}

.mv__content_ja .large {
  font-size: min(6.0rem, calc(60 / 1560 * 100vw));
  padding: 0 0.1em;
}

.mv__content_ja .margin {
  padding-right: 0.1em;
}

/* 事業紹介 */
.service {
  color: var(--color-white);
  padding-top: 9.0rem;
  padding-bottom: 9.0rem;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}

.service__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service__bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/bg_service_pc.webp);
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}

.service__lead {
  margin-top: 7.0rem;
}

.service__container {
  margin-top: 8.0rem;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 4.0rem;
}

.service__images {
  width: calc((50% - 4.0rem) + (50vw - 50%));
  margin-right: calc(50% - 50vw);
  height: calc(100vh - 32.0rem);
  position: sticky;
  top: calc(var(--header-height) + (32.0rem - var(--header-height)) / 2);
  left: 0;
}

.service__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  clip-path: inset(var(--clip-top) -1% -1% -1%);
}

.service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-list {
  counter-reset: number 0;
}

.service-list__node {
  padding: 2rem 0 4rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4%;
  border-top: 1px solid var(--color-white);
}

.service-list__title {
  font-size: min(3.2rem, calc(32 / 1560 * 100vw));
  font-weight: 500;
  line-height: calc(46 / 32);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.0rem;
}

/* .service-list__title::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
} */

.service-list__image {
  width: 100%;
  aspect-ratio: 375 / 280;
  max-height: 32.0rem;
}

.service-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-list__text {
  margin-top: 6.0rem;
}

.service-list__button {
  margin-top: 6.0rem;
}

.service__button {
  margin-top: 10.0rem;
  text-align: center;
}

/* ABOUT・NEWS */
.about-news-wrapper {
  color: var(--color-white);
  padding-top: 12.0rem;
  padding-bottom: 11.5rem;
  position: relative;
}

.about-news-wrapper::before {
  content: '';
  width: 100%;
  height: 100vh;
  background: url("./images/bg_about_pc.webp") center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-news-wrapper__bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/bg_about_news_pc.webp);

  /* pngでくり抜き */
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(./images/mask_about_news_pc.webp);
          mask-image: url(./images/mask_about_news_pc.webp);

  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

/* ABOUT */
.about {
  text-align: center;
  padding-top: 32.2rem;
  padding-bottom: 32.8rem;
  position: relative;
  z-index: 0;
}

.about__lead {
  font-size: min(4.0rem, calc(40 / 1560 * 100vw));
  font-weight: 500;
  line-height: calc(58 / 40);
  margin-top: 8.0rem;
}

.about__text {
  margin-top: 6.0rem;
  line-height: calc(40 / 16);
}

.about__button {
  margin-top: 7.0rem;
}

/* NEWS */
.news {
  color: var(--color-white);
  text-align: center;
}

.news__title {
  margin-top: 10.0rem;
}

.news__list {
  margin-top: 8.0rem;
}

.news__node {
  border-bottom: 1px solid var(--color-white);
}

.news-node__link {
  display: grid;
  grid-template-columns: 11.4rem 1fr auto;
  gap: 3.0rem;
  align-items: center;
  padding: 2.1rem 2.0rem;
  text-align: left;
  color: var(--color-white);
  text-decoration: none;
  transition: background 0.4s var(--transition-cubic);
}

.news-node__meta {
  display: grid;
  grid-template-columns: 11.2rem auto 1px;
  align-items: center;
}

.news-node__meta::after {
  content: '';
  width: 1px;
  height: 34px;
  background: var(--color-white);
}

.news-node__date {
  font-size: 1.6rem;
  font-weight: 500;
}

.news-node__category {
  font-size: 1.2rem;
}

.news-node__title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: calc(24 / 16);
}

.news-node__arrow {
  width: 2.6rem;
  aspect-ratio: 26 / 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-node__arrow-icon {
  width: 100%;
  height: 100%;
}

.news__button {
  margin-top: 6.0rem;
}

/* cta */
.cta {
  color: var(--color-white);
}

.cta__link {
  display: block;
  overflow: hidden;
  position: relative;
}

.cta__link::before {
  content: '';
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/bg_contact_pc.webp);
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: transform 0.4s var(--transition-cubic);
}

.cta__link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s var(--transition-cubic);
  z-index: -1;
}

.cta__inner {
  padding-top: 17.7rem;
  padding-bottom: 16.5rem;
  display: flex;
  align-items: center;
  gap: 2.0rem;
}

.cta__inner::after {
  content: '';
  width: 2.7rem;
  aspect-ratio: 27 / 50;
  display: block;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="27.182" height="50.121" viewBox="0 0 27.182 50.121"><path d="M583.735,3803.2l24,24-24,24" transform="translate(-582.674 -3802.143)" fill="none" stroke="%23ffffff" stroke-width="3"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta__contents {
  flex-grow: 1;
}

.cta__title .ja {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.0rem;
  line-height: calc(29 / 20);
  font-weight: 500;
}

.cta__title .ja::before {
  content: '';
  width: 1.3rem;
  aspect-ratio: 13.235 / 15;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.235" height="15" viewBox="0 0 13.235 15"><path  d="M11.25,0,15,6.618l-3.75,6.618H3.75L0,6.618,3.75,0Z" transform="translate(0 15) rotate(-90)" fill="%23ffffff"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta__title .en {
  font-size: min(9.0rem, calc(90 / 1560 * 100vw));
  font-family: var(--font-en);
  font-weight: 500;
  text-transform: uppercase;
}

.cta__text {
  font-size: 2.4rem;
  line-height: calc(35 / 24);
  margin-top: 4.0rem;
}

/* FOOTER */
.footer {
  background: var(--color-main);
  color: var(--color-white);
  padding-top: 7.0rem;
  padding-bottom: 1.8rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'contents nav'
    'contents nav'
    'bottom bottom';
  -moz-column-gap: 4.0rem;
       column-gap: 4.0rem;
}

.footer__contents {
  grid-area: contents;
}

.footer__logo {
  width: 100%;
  max-width: 28.0rem;

}

.footer__address {
  margin-top: 3.0rem;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
}

.footer__nav {
  padding-top: 2.0rem;
  grid-area: nav;
}

.footer__nav-list {
  display: flex;
  align-items: center;
  gap: 4.0rem;
}

.footer__nav-item {
  font-size: 1.7rem;
  line-height: calc(25 / 17);
}

.footer__bottom {
  margin-top: 8.0rem;
  padding-top: 1.2rem;
  grid-area: bottom;
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 4.0rem;
       column-gap: 4.0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__copyright {
  font-size: 1.2rem;
  line-height: calc(20 / 12);
}

/* hamburger
------------------------------*/
.hamburger {
  width: 4.4rem;
  aspect-ratio: 1 / 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: var(--color-white);
}

.header.is-fixed .hamburger {
  color: var(--color-black);
}

body.is-menu-open .hamburger,
body.is-menu-open .header.is-fixed .hamburger {
  color: var(--color-white);
}

.hamburger span {
  display: block;
  width: calc(26 / 44 * 100%);
  height: 2px;
  background-color: currentColor;
  transition: transform 0.4s var(--transition-cubic);
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.hamburger span:nth-child(1) {
  transform: translateY(-0.7rem);
}

.hamburger span:nth-child(2) {
  transform: translateY(0);
}

.hamburger span:nth-child(3) {
  transform: translateY(0.7rem);
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-2rem);
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

/* Navigation */
.sp-menu {
  width: 100vw;
  height: 100vh;
  background-color: #25263F;
  color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  transition-timing-function: var(--transition-cubic);
}

.sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.sp-menu__inner {
  padding: calc(var(--header-height) + 1.7rem) 2.4rem 8rem;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}

.sp-menu__nav {
  flex-basis: 45vh;
  margin-bottom: 2.4rem;
}

.sp-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #DCDCDC;
  font-size: 1.6rem;
  color: var(--color-white);
}

.sp-menu__item--has-child .sp-menu__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sp-menu__icon {
  width: 2.0rem;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: none;
  display: inline-block;
}

.sp-menu__icon::before,
.sp-menu__icon::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #ffffff;
  transition-duration: 0.4s;
  transition-property: opacity, rotate;
  transition-timing-function: var(--transition-cubic);
}

.sp-menu__icon::before {
  rotate: 0deg;
}

.sp-menu__icon::after {
  rotate: 90deg;
}

.sp-menu__link.is-expanded .sp-menu__icon::after {
  opacity: 0;
  rotate: 180deg;
}

.sp-menu__sub-list {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.3s;
  transition-property: grid-template-rows, margin-top, margin-bottom;
  transition-timing-function: var(--transition-cubic);
}

.sp-menu__sub-list.is-expanded {
  grid-template-rows: 1fr;
  margin-top: 1.8rem;
  margin-bottom: 1.0rem;
}

.sp-menu__sub-list-contents {
  overflow: hidden;
  padding-left: 2.0rem;
  display: flex;
  flex-direction: column;
  gap: 2.0rem;
}

.sp-menu__sub-link {
  display: block;
  font-size: 1.6rem;
}

.sp-menu__contact {
  text-align: center;
}

/* Footer */
.sp-menu__footer {
  margin-top: 2.4rem;
}

/* ページトップボタン
------------------------------*/
.page-top {
  width: 7rem;
  aspect-ratio: 140 / 163;
  background: none;
  border: none;
  position: fixed;
  bottom: 6.0rem;
  right: 4.0rem;
  z-index: var(--z-page-top);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  transition-timing-function: var(--transition-cubic);
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.page-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*****************************
* 下層ページ
*****************************/
.sub-mv {
  padding: var(--header-height) 0 6.0rem;
  background: linear-gradient(to bottom,
      var(--color-main) 0%,
      var(--color-main) var(--header-height),
      #494B77 100%);
  color: var(--color-white);
  overflow-x: clip;
}

.sub-mv__inner {
  display: grid;
  grid-template-columns: 1fr 52.8%;
  gap: 7%;
  margin-right: calc(50% - 50vw);
}

.sub-mv__inner:not(:has(.sub-mv__img)) {
  grid-template-columns: 1fr;
  margin-right: 0;
}

.sub-mv__content {
  display: flex;
  flex-direction: column;
  padding-top: 7.5rem;
}

.sub-mv__content:has(.en) {
  padding-top: 6.0rem;
}

.sub-mv__title .ja {
  font-size: 5.0rem;
  line-height: calc(72 / 50);
  font-weight: normal;
}

.sub-mv__title:has(.en) .ja {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding-left: 0.6rem;
  font-size: 2.0rem;
  line-height: calc(29 / 20);
}

.sub-mv__title:has(.en) .ja::before {
  content: '';
  width: calc(13 / 20 * 1em);
  aspect-ratio: 13.235 / 15;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.235" height="15" viewBox="0 0 13.235 15"><path  d="M11.25,0,15,6.618l-3.75,6.618H3.75L0,6.618,3.75,0Z" transform="translate(0 15) rotate(-90)" fill="%23006DB6"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-mv__title .en {
  margin-top: 1.4rem;
  font-size: 6.0rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: calc(73 / 60);
}


.sub-mv__breadcrumb {
  margin-top: 13.7rem;
}

.sub-mv__content:has(.en) .sub-mv__breadcrumb {
  margin-top: 10.8rem;
}

.sub-mv__img {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sub-mv__img picture,
.sub-mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-page {
  background: #F5F9FD;
}

.sub-page__contents {
  margin-top: 9.0rem;
  margin-bottom: 22.0rem;
}

/* パンくず
------------------------------*/
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2.0rem;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 2.0rem;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
}

.breadcrumb__item::after {
  content: '';
  width: 0.6rem;
  aspect-ratio: 6.061 / 10.707;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.061" height="10.707" viewBox="0 0 6.061 10.707"><path id="パス_236" data-name="パス 236" d="M584.088,3813.559l-.707-.707,4.646-4.646-4.646-4.646.707-.707,5.354,5.354Z" transform="translate(-583.381 -3802.852)" fill="%23f4f4f4"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__item a {
  color: var(--color-sub02);
  text-decoration: underline;
}



/*****************************
* wp-contents
*****************************/
:where(.wp-contents)>*:not(:last-child) {
  margin-bottom: 4.0rem;
}

/* タイトル
------------------------------*/
.wp-contents h2 {
  margin-top: 6.0rem;
  margin-bottom: 5.0rem;
  font-size: 3.4rem;
  line-height: calc(49 / 34);
  font-weight: 500;
}

.wp-contents h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2.4rem;
  background: linear-gradient(to right, var(--color-sub) 0%, var(--color-sub) 2.0rem, transparent 2.0rem, transparent 2.2rem, var(--color-main) 2.2rem, var(--color-main) 100%);
}

.wp-contents h3 {
  margin-top: 4.0rem;
  margin-bottom: 3.0rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.6rem;
  line-height: calc(37 / 26);
  font-weight: 500;
}

.wp-contents h3::before {
  content: '';
  width: 1.3rem;
  aspect-ratio: 13.235 / 15;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.235" height="15" viewBox="0 0 13.235 15"><path  d="M11.25,0,15,6.618l-3.75,6.618H3.75L0,6.618,3.75,0Z" transform="translate(0 15) rotate(-90)" fill="%23006DB6"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-contents h4 {
  margin-top: 4.0rem;
  margin-bottom: 1.6rem;
  font-size: 2.0rem;
  line-height: calc(29 / 20);
  font-weight: 500;
  color: var(--color-sub);
}

.wp-contents h5 {
  margin-top: 4.0rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  font-weight: 500;
}

/* テキスト
------------------------------*/
.wp-contents p a, .wp-contents li a:not(.link-list__link),
.wp-contents h1 a, .wp-contents h2 a,
.wp-contents h3 a, .wp-contents h4 a,
.wp-contents h5 a, .wp-contents h6 a,
.wp-contents table a {
  color: var(--color-sub);
  text-decoration: underline;
}

.wp-contents p a[target="_blank"]::after,  .wp-contents li a[target="_blank"]::after, 
.wp-contents h1 a[target="_blank"]::after, .wp-contents h2 a[target="_blank"]::after,
.wp-contents h3 a[target="_blank"]::after, .wp-contents h4 a[target="_blank"]::after,
.wp-contents h5 a[target="_blank"]::after, .wp-contents h6 a[target="_blank"]::after,
.mega-menu__itemChild a[target="_blank"] .mega-menu__text::before, .c-sp-nav__sub-itemChild a[target="_blank"]::after,
.wp-contents table a[target="_blank"]::after {
  content: '';
  width: calc(15 / 16 * 1em);
  aspect-ratio: 15.187 / 15.037;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-contents p a[target="_blank"]::after,  .wp-contents li a[target="_blank"]::after, 
.wp-contents h1 a[target="_blank"]::after, .wp-contents h2 a[target="_blank"]::after,
.wp-contents h3 a[target="_blank"]::after, .wp-contents h4 a[target="_blank"]::after,
.wp-contents h5 a[target="_blank"]::after, .wp-contents h6 a[target="_blank"]::after,
.wp-contents table a[target="_blank"]::after{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.187" height="15.037" viewBox="0 0 15.187 15.037"><g id="link" transform="translate(-931.891 16.033)"><path id="パス_152" data-name="パス 152" d="M2696.319,348.091h-4.844l.036,9.858h9.718v-4.183" transform="translate(-1759.082 -359.444)" fill="none" stroke="%23006db6" stroke-width="1"/><g id="flowKitConnector" transform="translate(931.104 -6.624) rotate(-45)"><path id="line" d="M0,0H9.539" transform="translate(3.029 4.557)" fill="none" stroke="%23006db6" stroke-width="1"/><path id="rightEdge" d="M0,0,3.593,3.764,0,7.528" transform="translate(9.556 0.879)" fill="none" stroke="%23006db6" stroke-width="1"/></g></g></svg>');
}
.mega-menu__itemChild a[target="_blank"] .mega-menu__text::before{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.187" height="15.037" viewBox="0 0 15.187 15.037"><g id="link" transform="translate(-931.891 16.033)"><path id="パス_152" data-name="パス 152" d="M2696.319,348.091h-4.844l.036,9.858h9.718v-4.183" transform="translate(-1759.082 -359.444)" fill="none" stroke="%23000" stroke-width="1"/><g id="flowKitConnector" transform="translate(931.104 -6.624) rotate(-45)"><path id="line" d="M0,0H9.539" transform="translate(3.029 4.557)" fill="none" stroke="%23000" stroke-width="1"/><path id="rightEdge" d="M0,0,3.593,3.764,0,7.528" transform="translate(9.556 0.879)" fill="none" stroke="%23000" stroke-width="1"/></g></g></svg>');
  position: absolute;
  left: 11em;
}
@media (hover:hover){
  .mega-menu__itemChild a[target="_blank"] .mega-menu__text:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.187" height="15.037" viewBox="0 0 15.187 15.037"><g id="link" transform="translate(-931.891 16.033)"><path id="パス_152" data-name="パス 152" d="M2696.319,348.091h-4.844l.036,9.858h9.718v-4.183" transform="translate(-1759.082 -359.444)" fill="none" stroke="%23187FC4" stroke-width="1"/><g id="flowKitConnector" transform="translate(931.104 -6.624) rotate(-45)"><path id="line" d="M0,0H9.539" transform="translate(3.029 4.557)" fill="none" stroke="%23187FC4" stroke-width="1"/><path id="rightEdge" d="M0,0,3.593,3.764,0,7.528" transform="translate(9.556 0.879)" fill="none" stroke="%23187FC4" stroke-width="1"/></g></g></svg>');
}
}
.c-sp-nav__sub-itemChild a[target="_blank"]::after{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.187" height="15.037" viewBox="0 0 15.187 15.037"><g id="link" transform="translate(-931.891 16.033)"><path id="パス_152" data-name="パス 152" d="M2696.319,348.091h-4.844l.036,9.858h9.718v-4.183" transform="translate(-1759.082 -359.444)" fill="none" stroke="%23fff" stroke-width="1"/><g id="flowKitConnector" transform="translate(931.104 -6.624) rotate(-45)"><path id="line" d="M0,0H9.539" transform="translate(3.029 4.557)" fill="none" stroke="%23fff" stroke-width="1"/><path id="rightEdge" d="M0,0,3.593,3.764,0,7.528" transform="translate(9.556 0.879)" fill="none" stroke="%23fff" stroke-width="1"/></g></g></svg>');
}

/* グループ化 */
.wp-contents .wp-block-group.has-background {
  padding: 3.0rem;
}

/* 引用 */
.wp-contents blockquote {
  padding: 3.0rem;
  background: #E5E5E5;
}

/* ボタン
------------------------------*/
.wp-contents .wp-block-button__link {
  display: inline-block;
  min-width: 28.0rem;
  padding: 1.8rem 5.5rem 1.8rem 4.0rem;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
  position: relative;
  transition-duration: 0.4s;
  transition-property: color, background, opacity;
  transition-timing-function: var(--transition-cubic);
}
@media (max-width: 768px){
  .wp-contents .wp-block-button__link {
    width: 100%;
  }
}

.wp-contents .wp-block-button__link::after {
  content: '';
  width: calc(7 / 16 * 1em);
  aspect-ratio: 6.694 / 11.266;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.694" height="11.266" viewBox="0 0 6.694 11.266"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l5.1,5.1-5.1,5.1" transform="translate(-583.204 -3802.675)" fill="none" stroke="%23fff" stroke-width="1.5"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  translate: 0 -50%;
}

/* 画像
------------------------------*/
.wp-contents .wp-block-image figcaption {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: calc(17 / 12);
  text-align: center;
}

/* リンクリスト
------------------------------*/
.link-list {
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.0rem 3.8rem;
  counter-reset: link-list 0;
}

.link-list__link {
  display: flex;
  align-items: center;
  gap: 1.0rem;
  padding-top: 1.0rem;
  border-top: 1px solid #BEBEBE;
  position: relative;
  transition-duration: 0.4s;
  transition-property: color, border-color;
  transition-timing-function: var(--transition-cubic);
}

.link-list__link::after {
  content: '';
  width: calc(10.707 / 16 * 1em);
  aspect-ratio: 10.707 / 6.061;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.707" height="6.061" viewBox="0 0 10.707 6.061"><path id="パス_241" data-name="パス 241" d="M.354,10.354l-.707-.707L4.293,5-.354.354.354-.354,5.707,5Z" transform="translate(10.354 0.354) rotate(90)" fill="%2325263f"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + 0.5rem);
  right: 0;
  translate: 0 -50%;
}


/* テーブル
------------------------------*/
.wp-contents tr {
  border-bottom: 1px solid #BCBCBC;
}

.wp-contents tr>*:not(:last-child) {
  border-right: 1px solid #BCBCBC;
}

.wp-contents th,
.wp-contents td {
  padding: 2.0rem;
}

.wp-contents th {
  font-weight: normal;
  background: #dadae3;
}

.wp-contents table:not(.has-fixed-layout) th {
  text-align: left;
}

.wp-contents .has-fixed-layout {
  text-align: center;
}


/* リスト
------------------------------*/
.wp-contents .wp-block-list li:not(:last-child) {
  margin-bottom: 1.0rem;
}

/* 番号なしリスト */
.wp-contents ul.wp-block-list {
  list-style: none;
}

.wp-contents ul.wp-block-list>li {
  position: relative;
  padding-left: 1.6rem;
}

.wp-contents ul.wp-block-list>li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background: var(--color-black);
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.wp-contents ul.wp-block-list ul {
  margin-top: 0.8rem;
}

/* 番号ありリスト（ol） */
.wp-contents ol.wp-block-list {
  list-style: none;
  counter-reset: number 0;
}

.wp-contents ol.wp-block-list>li {
  position: relative;
  padding-left: 2.4rem;
  counter-increment: number 1;
}

.wp-contents ol.wp-block-list>li::before {
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-contents ol.wp-block-list ol {
  margin-top: 0.8rem;
}

/* カラムデザイン
------------------------------*/
.wp-contents .wp-block-columns {
  gap: 4.0rem;
  align-items: center;
}

.wp-contents .wp-block-column {
  display: flex;
  flex-direction: column;
  /* gap: 1.2rem; */
}

/* 埋め込み
------------------------------*/
.wp-contents .wp-block-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.wp-contents .wp-block-embed .wp-block-embed__wrapper,
.wp-contents .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



/*****************************
/* FAQ
*****************************/
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;

}

.faq__item {
  background: #fff;
}

.faq__head {
  width: 100%;
  display: grid;
  grid-template-columns: 3.2rem 1fr auto;
  gap: 1.2rem;
  padding: 2.6rem 3.0rem;
  align-items: center;
  position: relative;
  color: var(--color-black);
  text-align: left;
}

.faq__head::after {
  content: "";
  display: block;
  width: 1.4rem;
  aspect-ratio: 1 / 1;
  border-right: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  rotate: 45deg;
  margin-left: auto;
  margin-right: 0;
  transition-duration: 0.4s;
  transition-property: rotate;
  transition-timing-function: var(--transition-cubic);
}

.faq__icon {
  font-size: 3.0rem;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-en);
}

.faq__body .faq__icon {
  color: var(--color-accent);
}

.faq__title {
  padding-right: 0.8rem;
  font-size: 2.0rem;
  line-height: calc(29 / 20);
}

.faq__body {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.4s;
  transition-property: grid-template-rows;
  transition-timing-function: var(--transition-cubic);
}

.faq__body-inner {
  overflow: hidden;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1.2rem;
  padding-right: 3.0rem;
  padding-left: 3.0rem;
  transition-duration: 0.3s;
  transition-property: padding-top, padding-bottom;
  transition-timing-function: ease-out;
}

.faq__text-area {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq__item.is-active .faq__head::after {
  rotate: 225deg;
}

.faq__item.is-active .faq__body {
  grid-template-rows: 1fr;
}

.faq__item.is-active .faq__body-inner {
  padding-top: 1.6rem;
  padding-bottom: 3.0rem;
}



/*****************************
* archive
*****************************/
.article-list {
  display: flex;
  flex-direction: column;
  gap: 9.0rem;
}

.article__date {
  color: #8d8d8d;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

h2.article__title {
  margin-top: 0.8rem;
}

/* product-list
------------------------------*/
.product-list {
  display: flex;
  flex-direction: column;
  gap: 2.0rem;
}

.product-list__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background: var(--color-white);
  padding: 3.0rem;
}

.product-list__title {
  font-size: 2.0rem;
  font-weight: 500;
  color: var(--color-sub);
}

/* tag-list
------------------------------*/
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

/* suggest-list
------------------------------*/
.suggest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 4.3rem;
}

.suggest-list__link {
  padding: 0.6rem 0;
  font-size: 2rem;
  line-height: calc(29 / 20);
  font-weight: 500;
  color: var(--color-sub);
}

@media screen and (min-width:1920px) {
  .service__images {
    width: calc((50% - 4.0rem) + (96.0rem - 50%));
    margin-right: calc(50% - 96.0rem);
  }
  .sub-mv__inner {
    margin-right: -23.2rem;
  }
}

@media screen and (max-width:1024px) {
  :root {
    --header-height: 5.0rem;
  }
  .header {
    height: var(--header-height);
  }

  .header__other,
  .header__nav,
  .header__button {
    display: none;
  }

  .header__inner {
    padding: 0.2rem 1.5rem 0 2.4rem;
  }

  .header__contents {
    display: flex;
    align-items: center;
  }

  .header__hamburger {
    display: block;
    margin-left: auto;
  }
  .logo__img {
    display: none;
  }

  .logo--footer .logo__img {
    display: block;
  }

  .logo__txt {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
  }

  .logo--footer .logo__txt {
    font-size: 1.9rem;
  }
  .sub-mv__inner {
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
    padding-left: 0;
    margin-right: -4.0rem;
    margin-left: -4.0rem;
  }

  .sub-mv__content {
    margin-right: 4.0rem;
    margin-left: 4.0rem;
  }

  .sub-mv__img {
    height: 24.0rem;
  }
}

@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 1.6rem;
  }

  .faq__icon {
    font-size: 2.5rem;
  }

  .faq__head {
    padding: 2.0rem;
    grid-template-columns: 2.1rem 1fr auto;
  }

  .faq__head::after {
    width: 1.1rem;
  }

  .faq__body-inner {
    padding-right: 2.0rem;
    padding-left: 2.0rem;
    grid-template-columns: 2.1rem 1fr;
    font-size: 1.4rem;
  }

  .faq__item.is-active .faq__body-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.0rem;
  }
}

@media screen and (max-width:768px) {
  .u-pc-only {
    display: none;
  }

  .u-sp-only {
    display: block;
  }

  .inner,
  .inner-lg {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .c-title {
    gap: 0.7rem;
  }

  .c-title__en {
    font-size: 4.6rem;
  }

  .c-title__en .main {
    line-height: 1.1;
  }

  .c-title__en .sub::before {
    font-size: 6.2rem;
    white-space: nowrap;
  }

  .c-title__ja {
    font-size: 1.8rem;
  }
  .c-button {
    width: 100%;
    max-width: 40.0rem;
  }
  .c-other-nav {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 2.0rem;
    text-align: center;
  }

  .c-other-nav__link {
    text-decoration: none;
    font-size: 1.4rem;
  }

  .c-other-nav__link--outer {
    display: inline-flex;
    gap: 0.8rem;
  }

  .c-other-nav__link--outer .icon svg {
    width: 1.5rem;
    aspect-ratio: 15 / 15;
  }
  .mv {
    min-height: 100svh;
  }

  .mv__content {
    left: min(2.4rem, calc(24 / 375 * 100vw));
    bottom: min(2.7rem, calc(27 / 375 * 100vw));
  }

  .mv__content_en {
    font-size: min(5.5rem, calc(55 / 375 * 100vw));
    line-height: calc(69 / 55);
  }

  .text-02 {
    padding-left: 0;
    margin-top: min(0.4rem, calc(4 / 375 * 100vw));
  }

  .mv__content_ja {
    font-size: min(2.4rem, calc(24 / 375 * 100vw));
    line-height: calc(55 / 24);
    top: 18%;
    left: 0;
  }

  .mv__content_ja .large {
    font-size: min(3.2rem, calc(32 / 375 * 100vw));
  }

  .service {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./images/bg_service_sp.webp);
  }

  .service__bg {
    display: none;
  }

  .service__inner {
    max-width: 45.0rem;
    margin-right: auto;
    margin-left: auto;
  }

  .service__lead {
    margin-top: 5.0rem;
  }

  .service__container {
    margin-top: 4.0rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    display: block;
  }

  .service-list {
    display: flex;
    flex-direction: column;
    gap: 4.0rem;
  }

  .service-list__node {
    min-height: auto;
    padding: initial;
    display: block;
    border: none;
    row-gap: 0;
    flex-direction: initial;
    justify-content: initial;
  }

  .service-list__title {
    margin-top: 2.0rem;
    font-size: 2.4rem;
    line-height: calc(35 / 24);
    padding: 0 2.4rem;
  }

  .service-list__text {
    margin-top: 3.0rem;
    padding: 0 2.4rem;
  }

  .service-list__button {
    margin-top: 2.4rem;
    padding: 0 2.4rem;
  }

  .service__button {
    margin-top: 7.0rem;
  }
  .about-news-wrapper {
    padding-top: 10.0rem;
    padding-bottom: 10.0rem;
  }

  .about-news-wrapper::before {
    background: url("./images/bg_about_sp.webp") center no-repeat;
  }

  .about-news-wrapper__bg {
    background-image: url(./images/bg_about_news_sp.webp);
    -webkit-mask-image: url(./images/mask_about_news_sp.webp);
            mask-image: url(./images/mask_about_news_sp.webp);
    pointer-events: none;
  }
  .about {
    text-align: center;
    padding-top: 16.6rem;
    padding-bottom: 19.6rem;
  }

  .about__lead {
    font-size: 3.0rem;
    line-height: calc(44 / 30);
    margin-top: 5.0rem;
  }

  .about__text {
    margin-top: 4.0rem;
  }

  .about__button {
    margin-top: 5.0rem;
  }

  .news__title {
    margin-top: 9.0rem;
  }

  .news__list {
    margin-top: 6.0rem;
  }

  .news-node__link {
    grid-template-columns: 1fr auto;
    padding: 2.0rem 0;
    row-gap: 1.2rem;
    -moz-column-gap: 1.0rem;
         column-gap: 1.0rem;
  }

  .news-node__meta {
    grid-column: span 2;
    grid-template-columns: 10.2rem 1fr 1px;
    max-width: 18.0rem;
  }

  .news-node__meta::after {
    height: 2.4rem;
  }

  .news-node__date {
    font-size: 1.4rem;
  }

  .news-node__category {
    font-size: 1.2rem;
  }

  .news-node__title {
    font-size: 1.6rem;
  }

  .news-node__arrow {
    width: 2.6rem;
  }

  .news__button {
    margin-top: 4.0rem;
  }

  .cta__link::before {
    background-image: url(./images/bg_contact_sp.webp);
  }

  .cta__inner {
    padding-top: 9.4rem;
    padding-bottom: 9.4rem;
  }

  .cta__inner::after {
    width: 1.3rem;
  }

  .cta__title .ja {
    gap: 0.5rem;
    font-size: 1.2rem;
  }

  .cta__title .ja::before {
    width: 0.7rem;
  }

  .cta__title .en {
    font-size: 4.4rem;
  }

  .cta__text {
    margin-top: 3.0rem;
    font-size: 1.6rem;
  }
  .footer {
    padding-top: 7.2rem;
    padding-bottom: 4.0rem;
  }

  .footer__inner {
    display: block;
  }

  .footer__logo {
    max-width: 26.6rem;
  }

  .footer__address {
    margin-top: 4.0rem;
  }

  .footer__nav {
    margin-top: 4.0rem;
  }

  .footer__bottom {
    margin-top: 8.0rem;
    border-top: none;
    display: block;
  }

  .footer__copyright {
    margin-top: 4.0rem;
    font-size: 1.2rem;
    line-height: calc(20 / 12);
    text-align: center;
  }
  .page-top {
    width: 4rem;
    bottom: 1.8rem;
    right: 2.3rem;
  }
  .sub-mv {
    padding: calc(var(--header-height) + 3.5rem) 0 4.0rem;
    background: linear-gradient(to bottom,
        var(--color-main) 0%,
        var(--color-main) var(--header-height),
        #494B77 100%);
  }

  .sub-mv__inner {
    margin-right: -2.4rem;
    margin-left: -2.4rem;
  }

  .sub-mv__content {
    display: flex;
    flex-direction: column;
    gap: 4.0rem;
    padding-top: 0;
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }

  .sub-mv__content:has(.en) {
    padding-top: 0;
  }

  .sub-mv__title .ja {
    font-size: 2.8rem;
  }

  .sub-mv__title:has(.en) .ja {
    font-size: 1.3rem;
  }

  .sub-mv__title .en {
    font-size: 4.0rem;
  }

  .sub-mv__breadcrumb,
  .sub-mv__content:has(.en) .sub-mv__breadcrumb {
    margin-top: auto;
  }

  .sub-mv__img {
    height: 17.5rem;
  }
  .sub-page__contents {
    margin-top: 6.0rem;
    margin-bottom: 14.0rem;
  }
  .breadcrumb__list {
    display: inline;
  }

  .breadcrumb__item {
    display: inline;
    font-size: 1.2rem;
  }

  .breadcrumb__item::after {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }

  .breadcrumb__item:last-child::after {
    display: none;
  }

  .breadcrumb__item a {
    color: var(--color-sub02);
    text-decoration: underline;
  }
  :where(.wp-contents)>*:not(:last-child) {
    margin-bottom: 3.0rem;
  }
  .wp-contents h2 {
    font-size: 2.4rem;
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
  }

  .wp-contents h2::after {
    margin-top: 1.2rem;
  }

  .wp-contents h3 {
    font-size: 2.0rem;
    margin-top: 3.0rem;
    margin-bottom: 2.4rem;
  }

  .wp-contents h4,
  .wp-contents h5 {
    font-size: 1.6rem;
    margin-top: 3.0rem;
    margin-bottom: 1.6rem;
  }

  .wp-contents .wp-block-button{
    width: 100%;
  }
  
  .wp-contents .wp-block-button__link{
    padding-left: 2.0rem;
    padding-right: 4.0rem;
  }

  .wp-contents .wp-block-buttons .wp-block-button .wp-block-button__link{
    font-size: 1.6rem;
    padding-block: 2.5rem;
  }
  .link-list {
    grid-template-columns: 1fr;
    gap: 3.0rem;
  }

  .wp-contents .wp-block-table {
    font-size: 1.4rem;
  }

  .wp-contents .wp-block-table th,
  .wp-contents .wp-block-table td {
    min-width: 12.0rem;
  }

  .wp-contents .wp-block-table:has(.has-fixed-layout) {
    width: 100%;
    overflow-x: auto;
  }

  .wp-contents .wp-block-table:has(.has-fixed-layout) table {
    width: -moz-max-content;
    width: max-content;
  }

  .wp-contents .wp-block-table:has(.has-fixed-layout) th,
  .wp-contents .wp-block-table:has(.has-fixed-layout) td {
    min-width: 22.0rem;
  }
  .wp-contents .wp-block-list li:not(:last-child) {
    margin-bottom: 1.0rem;
  }

  .wp-contents .wp-block-list>li:not(:has(ul, ol)):not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .wp-contents .wp-block-columns {
    gap: 2.0rem;
    margin-bottom: 2.0rem;
  }

  .wp-contents .wp-block-columns.column-sp-reverse {
    flex-direction: column-reverse;
  }
  .article-list {
    gap: 6.0rem;
  }

  .article__date {
    margin-bottom: 0.8rem;
  }

  h2.article__title {
    margin-top: 0.8rem;
  }
  .product-list__link {
    padding: 2.0rem;
    gap: 1.0rem;
  }

  .product-list__title {
    font-size: 1.6rem;
  }
  .tag-list {
    gap: 1.6rem;
  }
  .suggest-list {
    grid-template-columns: 100%;
    gap: 2.0rem;
  }

  .suggest-list__link {
    font-size: 1.6rem;
  }
}

@media (hover:hover) {
  a:hover {
    opacity: 0.7;
  }
  .c-button:hover {
    background: transparent;
    color: var(--color-main);
    opacity: 1;
  }

  .c-button:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.694" height="11.266" viewBox="0 0 6.694 11.266"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l5.1,5.1-5.1,5.1" transform="translate(-583.204 -3802.675)" fill="none" stroke="%2325263F" stroke-width="1.5"/></svg>');
  }

  .c-button--white:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-white);
  }

  .c-button--white:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.694" height="11.266" viewBox="0 0 6.694 11.266"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l5.1,5.1-5.1,5.1" transform="translate(-583.204 -3802.675)" fill="none" stroke="%23ffffff" stroke-width="1.5"/></svg>');
  }

  .c-button--contact:hover {
    background: var(--color-white);
    color: var(--color-sub);
  }

  .c-button--contact:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.694" height="11.266" viewBox="0 0 6.694 11.266"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l5.1,5.1-5.1,5.1" transform="translate(-583.204 -3802.675)" fill="none" stroke="%23006DB6" stroke-width="1.5"/></svg>');
  }
  .c-other-nav__link:hover {
    opacity: 1;
  }

  .c-other-nav__link:hover .text {
    text-decoration: underline;
  }
  .c-tag__link:hover {
    opacity: 1;
    color: var(--color-white);
    background: var(--color-main);
  }

  .c-tag__link:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14.999" viewBox="0 0 15 14.999"><path d="M7.024.368,0,.011.357,7.035,8.334,15.01,15,8.344ZM4.4,4.416a1.178,1.178,0,1,1,0-1.667A1.178,1.178,0,0,1,4.4,4.416Z" transform="translate(0 -0.011)" fill="%23ffffff"/></svg>');
  }

  .header:has(.nav__mega-menu:hover),
  .header:has(.nav__item--parent:hover) {
    --icon-search-fill: var(--color-black);
    color: var(--color-black);
  }

  .header:has(.nav__mega-menu:hover) .header__logo-img.--normal,
  .header:has(.nav__item--parent:hover) .header__logo-img.--normal {
    opacity: 0;
  }

  .header:has(.nav__mega-menu:hover) .header__logo-img.--black,
  .header:has(.nav__item--parent:hover) .header__logo-img.--black {
    opacity: 1;
  }
  .header-button:hover {
    opacity: 1;
    background: var(--color-white);
    color: var(--color-sub);
    --icon-mail-fill: var(--color-sub);
  }
  .nav__item--parent:hover .nav__icon svg {
    rotate: 270deg;
    --icon-link-arrow-stroke: var(--color-black);
  }

  .nav__mega-menu:hover,
  .nav__item--parent:hover .nav__mega-menu {
    opacity: 1;
    visibility: visible;
  }

  .nav__mega-menu:hover::before,
  .nav__item--parent:hover .nav__mega-menu::before {
    opacity: 1;
  }
  .mega-menu__link:hover {
    opacity: 1;
  }

  .mega-menu__link:hover .mega-menu__text {
    color: #187FC4;
  }

  .mega-menu__link:hover .mega-menu__img img {
    transform: scale(1.05);
  }

  .mega-menu__link:hover .mega-menu__img::after {
    opacity: 1;
  }
  .news-node__link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .news-node__link:hover {
    opacity: 1;
  }

  .news-node__link:hover .news-node__arrow-icon {
    --icon-arrow-fill: var(--color-white);
    --icon-arrow-stroke: var(--color-main);
  }
  .cta__link:hover {
    opacity: 1;
  }

  .cta__link:hover::before {
    transform: scale(1.05);
  }

  .cta__link:hover::after {
    opacity: 1;
  }
  .page-top:hover {
    opacity: 0.7;
  }
  .wp-contents .wp-block-button__link:hover {
    background: transparent;
    color: var(--color-main);
  }

  .wp-contents .wp-block-button__link:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.694" height="11.266" viewBox="0 0 6.694 11.266"><path id="パス_233" data-name="パス 233" d="M583.735,3803.205l5.1,5.1-5.1,5.1" transform="translate(-583.204 -3802.675)" fill="none" stroke="%2325263F" stroke-width="1.5"/></svg>');
  }
  .link-list__link:hover {
    border-color: #006DB6;
    color: #006DB6;
    opacity: 1;
  }

  .link-list__link:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.707" height="6.061" viewBox="0 0 10.707 6.061"><path id="パス_241" data-name="パス 241" d="M.354,10.354l-.707-.707L4.293,5-.354.354.354-.354,5.707,5Z" transform="translate(10.354 0.354) rotate(90)" fill="%23006DB6"/></svg>');
  }
  .suggest-list__link:hover {
    opacity: 0.7;
    /* text-decoration: underline; */
    /* text-underline-offset: 0.15em; */
  }
}