@charset "UTF-8";
/*!
Theme Name: dkkni
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dkkni
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dkkni is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
html *, body * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
html *:focus, body *:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  background-color: #fff;
}
body.locked {
  overflow: hidden;
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 981px) {
  body:has(#wpadminbar) #header {
    top: 32px;
  }
}
@media screen and (min-width: 981px) {
  body:has(#wpadminbar) #header {
    top: 32px;
  }
}

.en,
.en .char {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
}

.num {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

iframe {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 981px) {
  a {
    transition: opacity 0.3s;
  }
}
a:has(.link__icon) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
a:has([data-text]) {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 981px) {
  a:has([data-text]):hover span[data-text] {
    translate: 0 -100%;
  }
}
a:has([data-text]).page__link {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  a:has([data-text]).page__link {
    gap: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  a:has([data-text]).page__link {
    gap: 18px;
  }
}
a:has([data-text]) .label {
  overflow: hidden;
  display: inline-block;
}
a:has([data-text]) span[data-text] {
  display: inline-block;
  transition: translate 0.3s;
}
a:has([data-text]) span[data-text]::after {
  display: inline-block;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

em {
  font-style: normal;
}

@media screen and (min-width: 981px) {
  .for-mb {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .for-pc {
    display: none !important;
  }
}
@media screen and (min-width: 981px) {
  .for-pc {
    display: auto;
  }
}

@media screen and (min-width: 981px) {
  img.for-pc {
    display: inline;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee .marquee__inner {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-anim 30s linear infinite;
}
.marquee .marquee__text {
  padding-right: 0.5em;
}
@keyframes marquee-anim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section__head {
  display: flex;
}
@media screen and (max-width: 980px) {
  .section__head {
    font-size: 3.733dvw;
  }
}
.section__head::before {
  content: "";
  background-image: url(images/common/mark-y.svg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .section__head::before {
    flex-shrink: 0;
    width: 5.333dvw;
    margin-right: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__head::before {
    width: 25px;
    margin-right: 20px;
  }
}
.section__head .main {
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .section__head .main {
    font-size: 12.267dvw;
    line-height: 12.267dvw;
  }
  .section__head .main.tate {
    display: flex;
    flex-direction: column;
    gap: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__head .main {
    font-size: 68px;
  }
}
.section__head .sub {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #838383;
}
@media screen and (max-width: 980px) {
  .section__head .sub {
    font-size: 3.733dvw;
    margin-left: 2.933dvw;
    white-space: nowrap;
    line-height: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .section__head .sub {
    font-size: 16px;
    margin-left: 20px;
  }
}

.linkbtn {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 980px) {
  .linkbtn {
    flex-direction: column-reverse;
    gap: 1.333dvw;
    font-size: 3.733dvw;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn {
    padding-left: 10px;
    gap: 20px;
    transition: color 0.3s, background-color 0.3s;
  }
  .linkbtn:hover {
    color: #FCA802;
  }
  .linkbtn:hover::after {
    scale: 1 1;
  }
  .linkbtn:hover .link__icon {
    border-width: 2px;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn::after {
    content: "";
    position: absolute;
    right: 5%;
    width: 95%;
    height: 2px;
    background-color: #FCA802;
    bottom: 10px;
    transition: scale 0.3s;
    scale: 0 1;
    transform-origin: right;
  }
}
.linkbtn.double {
  border-width: 2px !important;
  border-radius: 9999px;
}
.linkbtn.double::before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 9999px;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .linkbtn.double::before {
    inset: 0.8dvw;
    border-color: #fff;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.double::before {
    inset: 4px;
    transition: border-color 0.3s;
  }
}
.linkbtn.small {
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .linkbtn.small {
    border-color: #FCA802;
    color: #FCA802;
    flex-direction: row;
    justify-content: end;
    min-width: 40.267dvw;
    padding-left: 6.667dvw;
    padding-right: 2.933dvw;
    height: 12.8dvw;
    gap: 0.8dvw;
  }
  .linkbtn.small .label {
    flex: 1;
    text-align: right;
    font-weight: 500;
    font-size: 4.267dvw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.small {
    min-width: 163px;
    gap: 0;
    justify-content: center;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  }
  .linkbtn.small:hover {
    border-color: #FCA802;
  }
}
.linkbtn.small::after {
  display: none;
}
.linkbtn.small .link__icon {
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  .linkbtn.small .link__icon {
    width: 9.6dvw;
  }
  .linkbtn.small .link__icon::after {
    background-image: url(images/common/link-icon-y.svg);
    background-size: 3.2dvw auto;
  }
}
.linkbtn.mono {
  border: 1px solid #000;
  background-color: #fff;
}
.linkbtn.mono .subject {
  color: #000;
}
.linkbtn.mono::before {
  border-color: #000;
}
.linkbtn.mono::after {
  display: none;
}
.linkbtn.mono .link__icon {
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  .linkbtn.mono {
    color: #000;
  }
  .linkbtn.mono span {
    color: #000;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.mono:hover {
    opacity: 1;
    background-color: #FCA802;
    border-color: #fff;
  }
  .linkbtn.mono:hover::before {
    border-color: #fff;
  }
  .linkbtn.mono:hover .subject {
    color: #fff;
  }
  .linkbtn.mono:hover .summary {
    color: #fff;
  }
}
.linkbtn.colored {
  border: 1px solid #FCA802;
  color: #FCA802;
}
.linkbtn.colored::before {
  border-color: #FCA802;
}
.linkbtn.colored:hover {
  border-color: #FCA802 !important;
  color: #fff !important;
}
.linkbtn.colored:hover::before {
  border-color: #fff;
}
.linkbtn.colored:hover::after {
  display: none;
}
.linkbtn.colored:hover .link__icon {
  border-width: 2px;
}
.linkbtn.backbtn {
  background-color: #E2E2E2;
}
@media screen and (max-width: 980px) {
  .linkbtn.backbtn {
    width: 42.667dvw;
    border-color: #000;
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.backbtn {
    min-width: 190px;
    height: 50px;
  }
  .linkbtn.backbtn:hover {
    background-color: #A2A2A2;
    border-color: #000;
    color: #000;
  }
}
@media screen and (max-width: 980px) {
  .linkbtn.backbtn .label {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .linkbtn.backbtn .link__icon {
    position: absolute;
    right: 2.667dvw;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.backbtn .link__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.linkbtn.backbtn .link__icon::after {
  background-image: url(images/common/link-icon-b.svg);
}
.linkbtn.mapbtn {
  background-color: #fff;
}
@media screen and (min-width: 981px) {
  .linkbtn.mapbtn {
    min-width: 190px;
  }
  .linkbtn.mapbtn:hover {
    background-color: #FFF2BC;
    border-color: #707070;
    color: #000;
  }
}
.linkbtn.mapbtn .label {
  flex: 1;
}
.linkbtn.mapbtn .link__icon::after {
  background-image: url(images/common/link-icon-map.png);
}
.linkbtn.download, .linkbtn.outerlink {
  border-radius: 9999px;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
}
@media screen and (max-width: 980px) {
  .linkbtn.download, .linkbtn.outerlink {
    flex-direction: row;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.download, .linkbtn.outerlink {
    min-width: 190px;
    padding-top: 23px;
    padding-bottom: 24px;
    gap: 23px;
  }
  .linkbtn.download:hover, .linkbtn.outerlink:hover {
    background-color: #FFF2BC;
    border-color: #707070;
    color: #000;
    background-color: #FFCC01;
    border-color: #000;
  }
}
.linkbtn.download .label, .linkbtn.outerlink .label {
  width: -moz-max-content;
  width: max-content;
}
.linkbtn.download .link__icon, .linkbtn.outerlink .link__icon {
  border: none;
  background: none;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (min-width: 981px) {
  .linkbtn.download .link__icon, .linkbtn.outerlink .link__icon {
    width: 20px;
  }
}
.linkbtn.download .link__icon::before, .linkbtn.download .link__icon::after, .linkbtn.outerlink .link__icon::before, .linkbtn.outerlink .link__icon::after {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  scale: 1;
  transition: 0.3s;
}
.linkbtn.download .link__icon::after, .linkbtn.outerlink .link__icon::after {
  opacity: 0;
}
.linkbtn.download .link__icon {
  position: relative;
}
@media screen and (max-width: 980px) {
  .linkbtn.download .link__icon {
    width: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.download .link__icon {
    width: 20px;
  }
}
.linkbtn.download .link__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(images/common/link-icon-dl-b.png);
}
@media screen and (max-width: 980px) {
  .linkbtn.outerlink .link__icon {
    width: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.outerlink .link__icon {
    width: 16px;
  }
}
.linkbtn.outerlink .link__icon::before {
  background-image: url(images/common/link-icon-outer-b.svg);
}
@media screen and (max-width: 980px) {
  .linkbtn.outerlink .link__icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.linkbtn.outerlink .link__icon::after {
  background-image: url(images/common/link-icon-outer-w.svg);
}
@media screen and (min-width: 981px) {
  .linkbtn.outerlink.colored:hover .link__icon::after {
    opacity: 1 !important;
  }
}
.linkbtn.outerlink.colored .link__icon::before {
  background-image: url(images/common/link-icon-outer-y.svg);
}
@media screen and (max-width: 980px) {
  .linkbtn.outerlink.colored .link__icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.outerlink.mono:hover .link__icon::before {
    opacity: 1 !important;
  }
  .linkbtn.outerlink.mono:hover .link__icon::after {
    opacity: 0 !important;
  }
}
.linkbtn.outerlink.mono .link__icon::before {
  background-image: url(images/common/link-icon-outer-b.svg);
}
@media screen and (max-width: 980px) {
  .linkbtn.small.download {
    justify-content: space-evenly;
  }
  .linkbtn.small.download .label {
    flex: unset;
  }
}
.linkbtn.mail {
  border: none;
}
@media screen and (max-width: 980px) {
  .linkbtn.mail {
    justify-content: center;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.mail:hover {
    background-color: #FFCC01 !important;
    color: #000 !important;
  }
  .linkbtn.mail:hover .link__icon {
    scale: 1;
  }
  .linkbtn.mail:hover .link__icon::before {
    opacity: 1;
    scale: 1 !important;
  }
}
@media screen and (max-width: 980px) {
  .linkbtn.mail .link__icon {
    justify-content: center;
    width: 6.933dvw;
    height: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.mail .link__icon {
    width: 26px;
    height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .linkbtn.mail .link__icon::before {
    content: "";
    display: block;
    height: 100%;
  }
}
.linkbtn.mail .link__icon::before {
  width: 100%;
  background-color: transparent;
  background-image: url(images/common/nav-mail-b.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.linkbtn.mail .link__icon::after {
  display: none;
}
.linkbtn.next, .linkbtn.tel {
  min-width: unset;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 980px) {
  .linkbtn.next, .linkbtn.tel {
    justify-content: space-evenly;
    border-color: #000;
    height: 16.8dvw;
  }
  .linkbtn.next .label, .linkbtn.tel .label {
    flex: unset;
    color: #000;
  }
  .linkbtn.next .label span, .linkbtn.tel .label span {
    font-weight: 400;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.next, .linkbtn.tel {
    justify-content: space-between;
    height: 33px;
    font-size: 10px;
    letter-spacing: 0.05em;
    padding-left: 19px;
    padding-right: 19px;
  }
  .linkbtn.next:hover, .linkbtn.tel:hover {
    color: #000;
    border-color: #000;
    background-color: #FFF3BC;
  }
}
.linkbtn.next .label, .linkbtn.tel .label {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .linkbtn.next {
    background-color: #FFF3BC;
  }
}
.linkbtn.next .link__icon::before, .linkbtn.next .link__icon::after {
  display: none;
}
.linkbtn.next .link__icon {
  background-size: contain;
  background-image: url(images/common/link-icon-arrow-r.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 980px) {
  .linkbtn.next .link__icon {
    width: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.next .link__icon {
    width: 7px;
  }
}
.linkbtn.tel {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .linkbtn.tel {
    background-color: #FFCC01;
  }
}
.linkbtn.tel .link__icon::before, .linkbtn.tel .link__icon::after {
  display: none;
}
.linkbtn.tel .link__icon {
  background-size: contain;
  background-image: url(images/common/link-icon-tel.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 980px) {
  .linkbtn.tel .link__icon {
    width: 6.667dvw;
  }
}
@media screen and (min-width: 981px) {
  .linkbtn.tel .link__icon {
    width: 15px;
  }
}

.link__icon {
  aspect-ratio: 1/1;
  height: auto;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .link__icon {
    width: 12.267dvw;
  }
}
@media screen and (min-width: 981px) {
  .link__icon {
    width: 50px;
    transition: scale 0.3s;
  }
  .link__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 9999px;
    background-color: #000;
    width: 6px;
    transition: scale 0.3s;
  }
}
.link__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 980px) {
  .link__icon::after {
    background-image: url(images/common/link-icon-b.svg);
  }
}
@media screen and (min-width: 981px) {
  .link__icon::after {
    background-image: url(images/common/link-icon-y.svg);
    background-size: 21% auto;
    scale: 0;
    transition: scale 0.3s;
  }
}

.submitbtn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 9999px;
}
@media screen and (max-width: 980px) {
  .submitbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #FCA802;
    padding-top: 6.4dvw;
    padding-bottom: 6.4dvw;
    border: 1px solid #FCA802;
  }
}
@media screen and (min-width: 981px) {
  .submitbtn {
    width: -moz-max-content;
    width: max-content;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 104px;
    padding-right: 104px;
    opacity: 1;
    border: 2px solid #FCA802;
  }
  .submitbtn:hover {
    opacity: 1;
    background-color: #FCA802;
  }
  .submitbtn:hover::before {
    border-color: #fff;
  }
  .submitbtn:hover .subject {
    color: #fff;
  }
  .submitbtn:hover .summary {
    color: #fff;
  }
}
.submitbtn::before {
  content: "";
  position: absolute;
  border: 1px solid #FCA802;
  border-radius: 9999px;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .submitbtn::before {
    inset: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .submitbtn::before {
    inset: 3px;
    transition: border-color 0.3s;
  }
}
.submitbtn .subject {
  font-weight: 700;
  color: #fca802;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .submitbtn .subject {
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  .submitbtn .subject {
    font-size: 26px;
    margin-bottom: 10px;
    transition: color 0.3s;
  }
}
.submitbtn.mono {
  border-color: #000;
  background-color: #fff;
}
.submitbtn.mono .subject {
  color: #000;
}
.submitbtn.mono::before {
  border-color: #000;
}
@media screen and (min-width: 981px) {
  .submitbtn.mono {
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s;
  }
  .submitbtn.mono:hover {
    opacity: 1;
    background-color: #FCA802;
    border-color: #fff;
  }
  .submitbtn.mono:hover::before {
    border-color: #fff;
  }
  .submitbtn.mono:hover .subject {
    color: #fff;
  }
  .submitbtn.mono:hover .summary {
    color: #fff;
  }
}

@media screen and (min-width: 981px) {
  a:hover .link__icon {
    border-color: #FCA802;
    scale: 1.2;
  }
  a:hover .link__icon::before {
    scale: -1 -1;
    opacity: 0;
  }
  a:hover .link__icon::after {
    scale: 1 1;
  }
}

@media screen and (max-width: 980px) {
  .tolist {
    text-align: center;
  }
}
@media screen and (min-width: 981px) {
  .tolist {
    text-align: right;
  }
}

.splide__arrow {
  top: unset;
  background-color: transparent;
  opacity: 1;
}

/* header ****************************** */
#header {
  width: 100%;
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  #header {
    display: flex;
    align-items: center;
    height: 20.8dvw;
    padding-left: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #header {
    height: 5.208dvw;
    padding-left: 1.302dvw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s;
  }
  #header:hover, #header.is-scrolled {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  }
  #header:hover .header__logo::after, #header.is-scrolled .header__logo::after {
    opacity: 1;
  }
  #header:hover .header__logo::before, #header.is-scrolled .header__logo::before {
    opacity: 0;
  }
}
#header .header__logo {
  position: relative;
  display: block;
  height: auto;
}
@media screen and (max-width: 980px) {
  #header .header__logo {
    z-index: 9;
    aspect-ratio: 214/25;
    width: 57.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__logo {
    aspect-ratio: 434/51;
    width: 22.604dvw;
    padding: 0;
  }
}
#header .header__logo::before, #header .header__logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
#header .header__logo::before {
  background-image: url(images/common/header-logo-w.png);
}
@media screen and (max-width: 980px) {
  #header .header__logo::before {
    background-image: url(images/common/header-logo-b.png);
  }
}
#header .header__logo::after {
  background-image: url(images/common/header-logo-b.png);
  opacity: 0;
}
#header .header__logo a {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#header .header__toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 20.8dvw;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 981px) {
  #header .header__toggle {
    display: none;
  }
}
#header .header__toggle .bar,
#header .header__toggle .bar::before,
#header .header__toggle .bar::after {
  width: 8dvw;
  height: 2px;
  background-color: #232729;
  position: absolute;
  margin: auto;
  transition: transform 0.3s;
  z-index: 8;
}
#header .header__toggle .bar {
  inset: 0;
}
#header .header__toggle .bar::before, #header .header__toggle .bar::after {
  content: "";
  transform-origin: center;
}
#header .header__toggle .bar::before {
  top: -1.6dvw;
  left: 0;
  right: 0;
}
#header .header__toggle .bar::after {
  bottom: -1.6dvw;
  left: 0;
  right: 0;
}
#header .header__toggle.active .bar {
  background-color: transparent;
}
#header .header__toggle.active .bar::before {
  top: 0;
  transform: rotateZ(21deg);
}
#header .header__toggle.active .bar::after {
  bottom: 0;
  transform: rotateZ(-21deg);
}
#header .header__toggle.active + .header__nav {
  right: 0;
}
@media screen and (max-width: 980px) {
  #header .header__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    background-color: #FFF3C6;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    max-height: calc(100dvh - 16.533dvw);
    padding-top: 19.733dvw;
    padding-left: 12.8dvw;
    padding-right: 12.8dvw;
    padding-bottom: 6.133dvw;
    transition: right 0.3s;
    overflow: auto;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav {
    display: flex;
    align-items: center;
    gap: 1.563dvw;
  }
}
#header .header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 981px) {
  #header .header__nav ul {
    font-size: 0.729dvw;
  }
}
#header .header__nav .nav__parent {
  display: flex;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__parent {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6.133dvw 0;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__parent {
    align-items: center;
    font-weight: 500;
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__parent > li:has(.special) {
    width: 23.2dvw;
  }
  #header .header__nav .nav__parent > li:has(.full) {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__parent > li {
    position: relative;
  }
  #header .header__nav .nav__parent > li:last-child a {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__parent > li > a {
    display: block;
    font-weight: 700;
    padding-bottom: 1.067dvw;
    border-bottom: 1px solid #FFCC01;
    font-size: 4.533dvw;
    letter-spacing: 0.05em;
    padding-right: 5.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__parent > li > a {
    position: relative;
    z-index: 1;
    font-size: 0.938dvw;
    margin-right: 2.344dvw;
    height: 5.208dvw;
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  #header .header__nav .nav__parent > li > a:hover {
    color: #FCA802;
  }
}
@media screen and (min-width: 981px) and (min-width: 981px) {
  #header .header__nav .nav__parent > li > a:hover + .nav__child {
    top: 2.083dvw;
  }
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__parent > li > a.full {
    display: block;
    width: 100%;
  }
}
#header .header__nav .nav__parent > li > a.special {
  display: flex;
  background-color: #090A26;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__parent > li > a.special {
    flex-direction: column;
    gap: 1.867dvw;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 5.333dvw;
    font-size: 3.467dvw;
    letter-spacing: 0;
    line-height: 1.53;
    padding: 4.533dvw 0 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__parent > li > a.special {
    aspect-ratio: 235/60;
    width: 12.24dvw;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 0.781dvw;
    border-radius: 9999px;
    line-height: 1;
    text-decoration: none;
    margin-right: 0.677dvw;
    transition: 0.3s;
    font-size: 0.833dvw;
  }
  #header .header__nav .nav__parent > li > a.special:hover {
    background-color: #FFCC01;
  }
}
#header .header__nav .nav__parent > li > a.special::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__parent > li > a.special::before {
    width: 100%;
    height: 6.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__parent > li > a.special::before {
    aspect-ratio: 1/1;
    width: 1.615dvw;
    height: auto;
  }
}
#header .header__nav .nav__parent > li > a.special.tel {
  letter-spacing: 0;
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__parent > li > a.special.tel {
    gap: 0.521dvw;
  }
}
#header .header__nav .nav__parent > li > a.special.tel::before {
  background-image: url(images/common/nav-tel.png);
}
#header .header__nav .nav__parent > li > a.special.mail::before {
  background-image: url(images/common/nav-mail.png);
}
#header .header__nav .nav__parent > li > a.special.member::before {
  background-image: url(images/common/nav-member.png);
}
@media screen and (max-width: 980px) {
  #header .header__nav .nav__child {
    margin-top: 4.267dvw;
    display: flex;
    flex-direction: column;
    gap: 3.2dvw 12.267dvw;
  }
  #header .header__nav .nav__child.short {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }
  #header .header__nav .nav__child a {
    font-weight: 400;
    font-size: 3.733dvw;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 981px) {
  #header .header__nav .nav__child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: -18.229dvw;
    left: -1.771dvw;
    min-width: 10.417dvw;
    background-color: #fff;
    gap: 12px;
    padding: 4.74dvw 1.146dvw 1.667dvw 1.823dvw;
    white-space: nowrap;
    transition: top 0.3s;
  }
  #header .header__nav .nav__child:hover {
    top: 2.083dvw;
  }
  #header .header__nav .nav__child::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #FCA802;
    position: absolute;
    top: 0;
    left: 1.146dvw;
    height: calc(100% - 1.667dvw);
  }
  #header .header__nav .nav__child a {
    transition: color 0.3s;
    font-size: 0.833dvw;
  }
  #header .header__nav .nav__child a:hover {
    color: #FCA802;
  }
}
#header.page .header__logo::before {
  opacity: 0;
}
#header.page .header__logo::after {
  opacity: 1;
}
@media screen and (min-width: 981px) {
  #header.page .nav__parent > li > a:hover {
    color: #FCA802;
  }
}
#header.page .nav__parent > li > a.special.tel, #header.page .nav__parent > li > a.special.mail, #header.page .nav__parent > li > a.special.member {
  background-color: #FCA802;
  color: #000;
}
#header.page .nav__parent > li > a.special.tel::before {
  background-image: url(images/common/nav-tel-b.png);
}
#header.page .nav__parent > li > a.special.mail::before {
  background-image: url(images/common/nav-mail-b.png);
}
#header.page .nav__parent > li > a.special.member::before {
  background-image: url(images/common/nav-member-b.png);
}

body:has(.header3) #header .nav__parent > li > a.special.tel, body:has(.header3) #header .nav__parent > li > a.special.mail, body:has(.header3) #header .nav__parent > li > a.special.member {
  background-color: #000;
  color: #fff;
}
body:has(.header3) #header .nav__parent > li > a.special.tel::before {
  background-image: url(images/common/nav-tel.png);
}
body:has(.header3) #header .nav__parent > li > a.special.mail::before {
  background-image: url(images/common/nav-mail.png);
}
body:has(.header3) #header .nav__parent > li > a.special.member::before {
  background-image: url(images/common/nav-member.png);
}

/* submenu ****************************** */
#submenu {
  position: fixed;
  z-index: 8;
}
@media screen and (max-width: 980px) {
  #submenu {
    height: 16.533dvw;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FCA802;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #submenu {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#submenu a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #submenu a {
    flex-direction: column;
    width: 100%;
    gap: 1.067dvw;
    padding-top: 1.867dvw;
    padding-bottom: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #submenu a {
    gap: 0.625dvw;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0.104dvw solid #FCA802;
    writing-mode: vertical-rl;
    padding-top: 1.302dvw;
    padding-bottom: 1.302dvw;
    padding-left: 0.677dvw;
    padding-right: 0.677dvw;
    transition: background-color 0.3s;
  }
  #submenu a:hover {
    background-color: #fff !important;
  }
  #submenu a:hover .icon::before {
    opacity: 0;
  }
  #submenu a:hover .icon::after {
    opacity: 1;
  }
}
#submenu a .icon {
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  #submenu a .icon {
    width: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #submenu a .icon {
    width: 1.354dvw;
    position: relative;
  }
  #submenu a .icon::before, #submenu a .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.3s;
  }
  #submenu a .icon::after {
    opacity: 0;
  }
}
@media screen and (max-width: 980px) {
  #submenu a .label {
    font-weight: 400;
    font-size: 2.667dvw;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (min-width: 981px) {
  #submenu a .label {
    font-size: 0.833dvw;
    letter-spacing: 0.06em;
    line-height: 1.15;
  }
}
@media screen and (min-width: 981px) {
  #submenu a.app {
    background-color: #FFCC01;
  }
}
@media screen and (max-width: 980px) {
  #submenu a.app .icon {
    background-image: url(images/common/subnav-note-b.svg);
  }
}
@media screen and (min-width: 981px) {
  #submenu a.app .icon::before {
    background-image: url(images/common/subnav-note-w.svg);
  }
  #submenu a.app .icon::after {
    background-image: url(images/common/subnav-note-y.svg);
  }
}
@media screen and (min-width: 981px) {
  #submenu a.license {
    background-color: #FCA802;
  }
}
@media screen and (max-width: 980px) {
  #submenu a.license .icon {
    background-image: url(images/common/subnav-flag-b.svg);
  }
}
@media screen and (min-width: 981px) {
  #submenu a.license .icon::before {
    background-image: url(images/common/subnav-flag-w.svg);
  }
  #submenu a.license .icon::after {
    background-image: url(images/common/subnav-flag-y.svg);
  }
}
@media screen and (min-width: 981px) {
  #submenu a.seminar {
    background-color: #FFCC01;
  }
}
@media screen and (max-width: 980px) {
  #submenu a.seminar .icon {
    background-image: url(images/common/subnav-note-b.svg);
  }
}
@media screen and (min-width: 981px) {
  #submenu a.seminar .icon::before {
    background-image: url(images/common/subnav-note-w.svg);
  }
  #submenu a.seminar .icon::after {
    background-image: url(images/common/subnav-note-y.svg);
  }
}

/* footer ****************************** */
#footer {
  background: #232729;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #footer .inner {
    padding-top: 12.8dvw;
    padding-left: 8dvw;
    padding-right: 8dvw;
    padding-bottom: 25.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 590px 1fr;
    padding-top: 76px;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__logo {
    grid-column: 1/3;
    grid-row: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__logo img {
    width: 83.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__logo img {
    width: 476px;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__information {
    grid-column: 1;
    grid-row: 2;
  }
}
#footer .footer__contact {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  #footer .footer__contact {
    text-align: center;
    font-size: 3.2dvw;
    line-height: 1.58;
    margin-bottom: 10.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__contact {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.42;
    margin-bottom: 50px;
  }
}
#footer .footer__sns {
  display: flex;
}
@media screen and (max-width: 980px) {
  #footer .footer__sns {
    justify-content: center;
    gap: 2.667dvw;
    margin-bottom: 11.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__sns {
    gap: 15px;
  }
}
#footer .footer__sns .sns__item {
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 9999px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #footer .footer__sns .sns__item {
    width: 8.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__sns .sns__item {
    width: 50px;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__sns .sns__item img {
    width: 58%;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__nav {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    display: flex;
    gap: 60px;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__nav .nav__column {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__nav a {
    transition: color 0.3s;
  }
  #footer .footer__nav a:hover {
    color: #FCA802;
  }
}
#footer .footer__nav dl {
  margin: 0;
}
@media screen and (max-width: 980px) {
  #footer .footer__nav dl {
    min-width: 50%;
    margin-bottom: 10.933dvw;
  }
  #footer .footer__nav dl.full {
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }
  #footer .footer__nav dl.full dd {
    width: 50%;
  }
  #footer .footer__nav dl.full a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__nav dl {
    margin-bottom: 28px;
  }
}
#footer .footer__nav dl dt, #footer .footer__nav dl dd {
  margin: 0;
}
#footer .footer__nav dl dt {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #footer .footer__nav dl dt {
    font-size: 3.733dvw;
    margin-bottom: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__nav dl dt {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
  }
}
#footer .footer__nav dl dt a {
  color: #fff;
}
#footer .footer__nav dl dd {
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #footer .footer__nav dl dd {
    font-size: 3.2dvw;
    margin-top: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__nav dl dd {
    font-size: 12px;
    margin-top: 7px;
  }
}
#footer .footer__nav dl dd a {
  color: #7e7e7e;
}
#footer .footer__copyright {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #7e7e7e;
}
@media screen and (max-width: 980px) {
  #footer .footer__copyright {
    margin-top: 4dvw;
    font-size: 2.667dvw;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 981px) {
  #footer .footer__copyright {
    grid-column: 1/3;
    margin-top: 80px;
    font-size: 14px;
    padding-bottom: 46px;
  }
}

#top-mv {
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-mv {
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv {
    margin-bottom: 10.938dvw;
  }
}
#top-mv .mv__video {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__video {
    aspect-ratio: 375/548;
    overflow: hidden;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__video {
    aspect-ratio: 1366/580;
    width: 100%;
    overflow: hidden;
  }
}
#top-mv .mv__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(images/top/mv-mask.png);
  background-size: 4px;
}
#top-mv .mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#top-mv .mv__text {
  position: absolute;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__text {
    top: 81.6dvw;
    left: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__text {
    top: 15.625dvw;
    left: 11.979dvw;
  }
}
#top-mv .mv__text .text__sub {
  display: block;
  color: #FFCC01;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__text .text__sub {
    font-size: 3.2dvw;
    margin-bottom: 2.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__text .text__sub {
    font-size: 1.042dvw;
    margin-bottom: 2.083dvw;
  }
}
#top-mv .mv__text .text__main {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__text .text__main {
    font-size: 5.6dvw;
    line-height: 1.42;
    margin-bottom: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__text .text__main {
    font-size: 2.604dvw;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 2.083dvw;
  }
}
#top-mv .mv__text .text__lede {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__text .text__lede {
    font-size: 4.267dvw;
    line-height: 1.37;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__text .text__lede {
    font-size: 1.146dvw;
    letter-spacing: 0.05em;
    line-height: 1.81;
  }
}
#top-mv .mv__banners {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners {
    margin-top: 42.133dvw;
    padding-top: 10.667dvw;
    padding-bottom: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners {
    position: absolute;
    z-index: 1;
    right: 5.208dvw;
    bottom: 1.563dvw;
    width: 18.75dvw;
    padding-top: 2.083dvw;
    padding-bottom: 1.042dvw;
  }
}
#top-mv .mv__banners .banners__head {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid #FCA802;
  background-color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #FCA802;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .banners__head {
    top: -8.533dvw;
    width: 74.667dvw;
    border-width: 0.667dvw;
    border-radius: 1.333dvw;
    gap: 3.2dvw;
    padding: 3.2dvw;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .banners__head {
    top: -1.667dvw;
    width: 14.583dvw;
    border-width: 0.104dvw;
    border-radius: 0.26dvw;
    gap: 0.625dvw;
    padding: 0.625dvw;
    font-size: 0.833dvw;
  }
}
#top-mv .mv__banners .banners__head::before, #top-mv .mv__banners .banners__head::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
#top-mv .mv__banners .banners__head::after {
  border-left: solid transparent;
  border-right: solid transparent;
  border-top: solid #FCA802;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .banners__head::after {
    bottom: -3.2dvw;
    border-left-width: 2.667dvw;
    border-right-width: 2.667dvw;
    border-top-width: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .banners__head::after {
    bottom: -0.625dvw;
    border-left-width: 0.521dvw;
    border-right-width: 0.521dvw;
    border-top-width: 0.625dvw;
  }
}
#top-mv .mv__banners .banners__head::before {
  z-index: 1;
  border-left: solid transparent;
  border-right: solid transparent;
  border-top: solid #fff;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .banners__head::before {
    bottom: -2.667dvw;
    border-left-width: 2.4dvw;
    border-right-width: 2.4dvw;
    border-top-width: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .banners__head::before {
    bottom: -0.521dvw;
    border-left-width: 0.469dvw;
    border-right-width: 0.469dvw;
    border-top-width: 0.573dvw;
  }
}
#top-mv .mv__banners .banners__head em {
  background-color: #FFCC01;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .banners__head em {
    padding: 0.267dvw 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .banners__head em {
    padding: 0.052dvw 0.417dvw;
  }
}
#top-mv .mv__banners .banners__item {
  color: #fff;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .banners__item {
    padding-left: 12.8dvw;
    padding-right: 12.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .banners__item {
    padding-left: 2.083dvw;
    padding-right: 2.083dvw;
  }
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .banners__item .item__summary {
    font-weight: 400;
    font-size: 3.733dvw;
    line-height: 1.57;
    margin-bottom: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .banners__item .item__summary {
    font-size: 0.729dvw;
    line-height: 1.57;
    margin-bottom: 0.781dvw;
  }
}
@media screen and (max-width: 980px) {
  #top-mv .mv__banners .splide__arrow {
    bottom: 20dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .splide__arrow {
    bottom: 3.906dvw;
  }
}
#top-mv .mv__banners .splide__arrow svg {
  fill: #fff;
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .splide__arrow--prev {
    left: 0.417dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__banners .splide__arrow--next {
    right: 0.417dvw;
  }
}
#top-mv .mv__foot {
  position: absolute;
  font-weight: 600;
  mix-blend-mode: difference;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #top-mv .mv__foot {
    z-index: 1;
    top: 134.933dvw;
    font-size: 16.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-mv .mv__foot {
    bottom: -4.427dvw;
    font-size: 9.375dvw;
  }
}

@media screen and (max-width: 980px) {
  #top-pickup {
    max-width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16.533dvw;
  }
}
#top-pickup .pickup__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  #top-pickup .pickup__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6.4dvw;
    margin-bottom: 16.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__list {
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-bottom: 135px;
  }
}
#top-pickup .pickup__item {
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-pickup .pickup__item {
    border: 1px solid #000;
    width: 100%;
    height: 18.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 308px;
    height: 132px;
  }
}
#top-pickup .pickup__item a {
  display: flex;
}
@media screen and (max-width: 980px) {
  #top-pickup .pickup__item a {
    width: 100%;
    height: 100%;
    padding-left: 4dvw;
    padding-right: 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item a {
    position: absolute;
    align-items: end;
    inset: 0;
    margin: 0;
    overflow: hidden;
    transition: color 0.3s;
  }
  #top-pickup .pickup__item a:hover {
    color: #fff;
  }
  #top-pickup .pickup__item a:hover::after {
    translate: 0 0;
  }
  #top-pickup .pickup__item a:hover .item__icon {
    scale: 0.8;
  }
}
#top-pickup .pickup__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(images/top/mv-mask.png);
  opacity: 0.4;
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item a::before {
    background-size: 4px;
  }
}
#top-pickup .pickup__item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #ffcc01 0%, #FCA802 100%);
  opacity: 0.75;
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item a::after {
    clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%);
    translate: 100% 0;
    transition: translate 0.3s;
  }
}
#top-pickup .pickup__item a .item__icon {
  aspect-ratio: 28/41;
  background-image: url(images/common/mark-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  #top-pickup .pickup__item a .item__icon {
    position: relative;
    z-index: 1;
    width: 4.8dvw;
    background-position: center 2.667dvw;
    margin-right: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item a .item__icon {
    position: absolute;
    top: 13px;
    left: 21px;
    width: 28px;
    transform-origin: left top;
    mix-blend-mode: overlay;
    transition: scale 0.3s;
  }
}
#top-pickup .pickup__item a .link__inner {
  display: flex;
}
@media screen and (max-width: 980px) {
  #top-pickup .pickup__item a .link__inner {
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item a .link__inner {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: 1;
    align-items: end;
  }
}
#top-pickup .pickup__item a .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-pickup .pickup__item a .label {
    flex: 1;
    font-size: 4.267dvw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 981px) {
  #top-pickup .pickup__item a .label {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 15px;
    font-size: 18px;
  }
}

#top-topics {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #top-topics {
    margin-bottom: 22.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-topics {
    max-width: 1366px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 980px) {
  #top-topics .topics__head {
    padding-left: 5.867dvw;
  }
}
@media screen and (max-width: 980px) {
  #top-topics .topics__listwrapper {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.933dvw;
    padding-bottom: 10.667dvw;
    margin-bottom: 10.667dvw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  #top-topics .topics__listwrapper::-webkit-scrollbar {
    height: 1px;
  }
  #top-topics .topics__listwrapper::-webkit-scrollbar-track {
    background: #D3D3D3;
  }
  #top-topics .topics__listwrapper::-webkit-scrollbar-thumb {
    background: #838383;
  }
}
#top-topics .topics__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  #top-topics .topics__list {
    gap: 9.867dvw;
    scroll-snap-type: x mandatory;
  }
}
@media screen and (min-width: 981px) {
  #top-topics .topics__list {
    justify-content: center;
    gap: 60px;
    margin-top: 65px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 980px) {
  #top-topics .topics__item {
    width: 74.667dvw;
    flex: 0 0 74.667dvw;
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item {
    width: 350px;
  }
  #top-topics .topics__item:nth-of-type(2) {
    margin-top: -40px;
  }
  #top-topics .topics__item:nth-of-type(3) {
    margin-top: -80px;
  }
}
#top-topics .topics__item a {
  display: block;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item a:hover .thumb img {
    scale: 1.1;
  }
  #top-topics .topics__item a:hover .title {
    color: #FCA802;
  }
  #top-topics .topics__item a:hover::after {
    width: 100%;
  }
}
#top-topics .topics__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #FCA802;
  transition: width 0.3s;
}
#top-topics .topics__item .thumb {
  display: block;
  aspect-ratio: 376/250;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .thumb {
    width: 100%;
    margin-bottom: 17px;
  }
  #top-topics .topics__item .thumb img {
    transition: scale 0.3s;
  }
}
#top-topics .topics__item .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .head {
    margin-bottom: 17px;
  }
}
#top-topics .topics__item .head .date {
  color: #898989;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .head .date {
    font-size: 16px;
    margin-right: 20px;
  }
}
#top-topics .topics__item .head .category {
  border: 1px solid #FCA802;
  color: #FCA802;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .head .category {
    padding: 1px 20px 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  #top-topics .topics__item .head .category + .category {
    margin-left: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .head .category + .category {
    margin-left: 3px;
  }
}
#top-topics .topics__item .title {
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .title {
    font-size: 18px;
    margin-bottom: 12px;
    transition: color 0.3s;
  }
}
#top-topics .topics__item .description {
  line-height: 1.71;
  color: #898989;
  display: block;
}
@media screen and (min-width: 981px) {
  #top-topics .topics__item .description {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 981px) {
  #top-topics .tolist {
    padding-right: 40px;
  }
}

@media screen and (max-width: 980px) {
  #top-news, #page-news {
    margin-bottom: 16.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news, #page-news {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    padding-right: 149px;
    margin-bottom: 45px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  #top-news .news__head, #page-news .news__head {
    padding-left: 5.867dvw;
    margin-bottom: 1.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__head, #page-news .news__head {
    grid-column: 1;
    grid-row: 1/3;
    width: 400px;
  }
}
#top-news .news__list, #page-news .news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  #top-news .news__list, #page-news .news__list {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__list, #page-news .news__list {
    grid-column: 2;
    grid-row: 1;
    width: 789px;
    margin-bottom: 35px;
  }
}
#top-news .news__item, #page-news .news__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-news .news__item a, #page-news .news__item a {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 980px) {
  #top-news .news__item a, #page-news .news__item a {
    display: block;
    padding-top: 7.467dvw;
    padding-bottom: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__item a, #page-news .news__item a {
    display: flex;
    padding: 34px 20px;
  }
  #top-news .news__item a:hover .title, #page-news .news__item a:hover .title {
    color: #FCA802;
  }
}
#top-news .news__item .head, #page-news .news__item .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  #top-news .news__item .head, #page-news .news__item .head {
    margin-bottom: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__item .head, #page-news .news__item .head {
    margin-right: 30px;
  }
}
#top-news .news__item .head .date, #page-news .news__item .head .date {
  color: #898989;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-news .news__item .head .date, #page-news .news__item .head .date {
    font-size: 3.733dvw;
    margin-right: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__item .head .date, #page-news .news__item .head .date {
    font-size: 16px;
    margin-right: 20px;
  }
}
#top-news .news__item .head .category, #page-news .news__item .head .category {
  border: 1px solid #FCA802;
  color: #FCA802;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  #top-news .news__item .head .category, #page-news .news__item .head .category {
    padding: 0dvw 3.2dvw 0.267dvw;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__item .head .category, #page-news .news__item .head .category {
    padding: 1px 20px 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  #top-news .news__item .head .category + .category, #page-news .news__item .head .category + .category {
    margin-left: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__item .head .category + .category, #page-news .news__item .head .category + .category {
    margin-left: 3px;
  }
}
@media screen and (max-width: 980px) {
  #top-news .news__item .title, #page-news .news__item .title {
    font-size: 4.267dvw;
    line-height: 1.62;
  }
}
@media screen and (min-width: 981px) {
  #top-news .news__item .title, #page-news .news__item .title {
    font-size: 18px;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 981px) {
  #top-news .tolist, #page-news .tolist {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (min-width: 981px) {
  #top-news .tolist {
    padding-right: 30px;
  }
}

@media screen and (min-width: 981px) {
  #page-news {
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    padding-bottom: 187px;
    margin-right: 0;
    padding-right: 87px;
  }
}
@media screen and (max-width: 980px) {
  #page-news .news__head.section__head {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 24.8dvw;
    margin-bottom: 27.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-news .news__head.section__head {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 980px) {
  #page-news .news__head.section__head .main {
    font-size: 16dvw;
    line-height: unset;
  }
}
#page-news .news__head.section__head .sub {
  margin-left: 0;
  color: #000;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 980px) {
  #page-news .news__head.section__head .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-news .news__list {
    padding-left: 45px;
  }
}
#page-news .news__item:first-child a {
  border-top: 1px solid #d3d3d3;
}
#page-news .news__item a {
  display: block;
}
@media screen and (min-width: 981px) {
  #page-news .news__item a {
    padding-left: 53px;
  }
}
@media screen and (min-width: 981px) {
  #page-news .news__item a .head {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 980px) {
  #top-projects {
    margin-bottom: 19.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 980px) {
  #top-projects .projects__item {
    margin-bottom: 16.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__item {
    margin-bottom: 73px;
  }
}
#top-projects .projects__item:last-child {
  margin-bottom: 0;
}
#top-projects .marquee {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #top-projects .marquee {
    margin-bottom: -6.4dvw;
  }
}
#top-projects .marquee__text {
  color: #ffdb4e;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  #top-projects .marquee__text {
    font-size: 13.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .marquee__text {
    font-size: 90px;
  }
}
#top-projects .projects__wrapper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  #top-projects .projects__wrapper {
    background-image: url(images/top/bg1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper {
    display: flex;
    width: calc(100% - 100px);
    margin-top: -40px;
    margin-right: 0;
    margin-left: auto;
    height: 700px;
    padding-top: 100px;
  }
}
#top-projects .projects__wrapper::before, #top-projects .projects__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper::before, #top-projects .projects__wrapper::after {
    width: 61vw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper::before {
    background: linear-gradient(to right, #ffeb01 0%, #fca802 100%);
  }
}
#top-projects .projects__wrapper::after {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper::after {
    clip-path: polygon(0 597px, 100% 297px, 100% 100%, 0 100%);
  }
}
#top-projects .projects__wrapper .text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper .text {
    flex: 1;
    padding-left: 65px;
  }
}
#top-projects .projects__wrapper .image {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #top-projects .projects__wrapper .image {
    margin-bottom: 11.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper .image {
    width: calc(100% - 500px);
    height: 500px;
    overflow: hidden;
    margin-right: 0;
  }
}
#top-projects .projects__wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 980px) {
  #top-projects .projects__wrapper .image img {
    aspect-ratio: 375/224;
    width: 100%;
    height: 59.733dvw;
  }
}
#top-projects .projects__wrapper .projects__subject {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #top-projects .projects__wrapper .projects__subject {
    width: 74.667dvw;
    padding-top: 18.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 8.533dvw;
    margin-bottom: 6.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper .projects__subject {
    font-size: 42px;
    line-height: 1.27;
    margin-bottom: 33px;
  }
}
#top-projects .projects__wrapper .projects__catch {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #top-projects .projects__wrapper .projects__catch {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.267dvw;
    margin-bottom: 6.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper .projects__catch {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.61;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 980px) {
  #top-projects .projects__wrapper .projects__lede {
    font-weight: 400;
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.6dvw;
    margin-bottom: 6.933dvw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper .projects__lede {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.83;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__wrapper .projects__link {
    margin-right: 91px;
  }
}
#top-projects .projects__item:nth-child(even) .projects__wrapper {
  flex-direction: row-reverse;
}
@media screen and (min-width: 981px) {
  #top-projects .projects__item:nth-child(even) .projects__wrapper {
    display: flex;
    margin-top: -40px;
    margin-right: auto;
    margin-left: 0;
    height: 700px;
    padding-top: 100px;
  }
}
#top-projects .projects__item:nth-child(even) .projects__wrapper::before, #top-projects .projects__item:nth-child(even) .projects__wrapper::after {
  content: "";
  position: absolute;
  left: unset;
  right: 0;
}
#top-projects .projects__item:nth-child(even) .projects__wrapper .bg {
  position: absolute;
  background-image: url(images/common/mark-y.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 981px) {
  #top-projects .projects__item:nth-child(even) .projects__wrapper .bg {
    top: 80px;
    right: 179px;
    width: 244px;
    height: 343px;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__item:nth-child(even) .projects__wrapper .text {
    padding-top: 68px;
    padding-left: 67px;
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__item:nth-child(even) .projects__wrapper .image {
    width: calc(100% - 600px);
  }
}
@media screen and (min-width: 981px) {
  #top-projects .projects__item:nth-child(even) .projects__wrapper .projects__link {
    margin-right: 315px;
  }
}

#top-recruit {
  position: relative;
}
@media screen and (max-width: 980px) {
  #top-recruit {
    padding-top: 15.467dvw;
    padding-bottom: 15.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit {
    padding-top: 200px;
    padding-bottom: 188px;
    margin-bottom: 168px;
  }
}
#top-recruit .bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url(images/top/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#top-recruit .inner {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 980px) {
  #top-recruit .inner {
    width: 90.667dvw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3.733dvw;
    padding-top: 23.467dvw;
    padding-left: 8dvw;
    padding-right: 8dvw;
    padding-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-top: 135px;
    padding-bottom: 99px;
  }
}
#top-recruit .sec__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #top-recruit .sec__head {
    gap: 3.733dvw;
    margin-bottom: 11.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .sec__head {
    gap: 19px;
    margin-bottom: 110px;
  }
}
#top-recruit .sec__head .sub {
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 980px) {
  #top-recruit .sec__head .sub {
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .sec__head .sub {
    font-size: 22px;
  }
}
#top-recruit .sec__head .main span {
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FCA802;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #top-recruit .sec__head .main span {
    width: 18.4dvw;
    font-size: 10.667dvw;
    padding-bottom: 1.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .sec__head .main span {
    width: 120px;
    font-size: 80px;
    padding-bottom: 7px;
  }
}
#top-recruit .sec__head .main span:first-child {
  color: #FCA802;
}
#top-recruit .sec__head .main span:nth-child(n+1) {
  margin-left: -1px;
}
@media screen and (max-width: 980px) {
  #top-recruit .recruit__lede {
    display: flex;
    flex-direction: column;
    margin-bottom: 25.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .recruit__lede {
    display: flex;
    justify-content: end;
    gap: 48px;
    padding-left: 120px;
    margin-bottom: 71px;
  }
}
@media screen and (max-width: 980px) {
  #top-recruit .recruit__lede .lede__text {
    font-weight: 400;
    font-size: 3.733dvw;
    line-height: 1.8;
    margin-bottom: 12dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .recruit__lede .lede__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.83;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  #top-recruit .recruit__lede .image {
    margin-bottom: 4.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .recruit__lede .image {
    width: 660px;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .recruit__interviews {
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 80px;
  }
}
#top-recruit .ineterviews__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #top-recruit .ineterviews__head {
    margin-bottom: 12dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .ineterviews__head {
    margin-bottom: 70px;
  }
}
#top-recruit .ineterviews__head .main {
  font-weight: 300;
  color: #fca802;
}
@media screen and (max-width: 980px) {
  #top-recruit .ineterviews__head .main {
    font-size: 13.867dvw;
    text-align: center;
    margin-bottom: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .ineterviews__head .main {
    font-size: 80px;
    margin-bottom: 10px;
  }
}
#top-recruit .ineterviews__head .sub {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-recruit .ineterviews__head .sub {
    font-size: 5.333dvw;
    text-align: center;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .ineterviews__head .sub {
    font-size: 20px;
  }
}
#top-recruit .interviews__items {
  display: flex;
  flex-direction: column;
}
#top-recruit .interviews__item {
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item {
    display: flex;
    flex-direction: column;
    padding-top: 15.2dvw;
    padding-bottom: 15.2dvw;
  }
  #top-recruit .interviews__item:first-of-type {
    padding-top: 0;
  }
  #top-recruit .interviews__item:last-of-type {
    border-bottom: none;
    padding-bottom: 21.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item {
    display: flex;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .image {
    width: 450px;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .text {
    padding-top: 15px;
  }
}
#top-recruit .interviews__item .inteviews__num {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FCA802;
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item .inteviews__num {
    font-size: 3.733dvw;
    margin-bottom: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .inteviews__num {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
#top-recruit .interviews__item .inteviews__num::before {
  content: "●";
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item .inteviews__num::before {
    font-size: 0.7em;
    margin-right: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .inteviews__num::before {
    font-size: 0.8rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item .interviews__subject {
    font-size: 5.333dvw;
    margin-bottom: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .interviews__subject {
    font-size: 28px;
  }
}
#top-recruit .interviews__item .interviews__subject span.catch {
  display: inline;
  padding: 0.15em 0.4em;
  line-height: 2.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item .interviews__subject span.catch {
    font-size: 4.8dvw;
    line-height: 10.133dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .interviews__subject span.catch {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
#top-recruit .interviews__item .interviews__profile {
  letter-spacing: 0.05em;
  line-height: 1.83;
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item .interviews__profile {
    margin-top: 3.2dvw;
    font-size: 3.2dvw;
    line-height: 1.5;
  }
  #top-recruit .interviews__item .interviews__profile .interviewee {
    font-size: 5.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .interviews__profile {
    margin-top: 22px;
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  #top-recruit .interviews__item .interviews__profile small {
    font-size: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .interviews__item .interviews__profile small {
    font-size: 15px;
  }
}
#top-recruit .recruit__search {
  text-align: center;
}
#top-recruit .search__link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 9999px;
}
@media screen and (max-width: 980px) {
  #top-recruit .search__link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCA802;
    color: #fff;
    padding-top: 6.4dvw;
    padding-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .search__link {
    width: 600px;
    padding-top: 28px;
    padding-bottom: 28px;
    opacity: 1;
    border: 2px solid #FCA802;
  }
  #top-recruit .search__link:hover {
    opacity: 1;
    background-color: #FCA802;
  }
  #top-recruit .search__link:hover::before {
    border-color: #fff;
  }
  #top-recruit .search__link:hover .subject {
    color: #fff;
  }
  #top-recruit .search__link:hover .summary {
    color: #fff;
  }
}
#top-recruit .search__link::before {
  content: "";
  position: absolute;
  border: 1px solid #FCA802;
  border-radius: 9999px;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  #top-recruit .search__link::before {
    inset: 0.8dvw;
    border-color: #fff;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .search__link::before {
    inset: 3px;
    transition: border-color 0.3s;
  }
}
#top-recruit .search__link .subject {
  font-weight: 700;
  color: #fca802;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-recruit .search__link .subject {
    color: #fff;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .search__link .subject {
    font-size: 24px;
    margin-bottom: 10px;
    transition: color 0.3s;
  }
}
#top-recruit .summary {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-recruit .summary {
    font-size: 3.733dvw;
    font-weight: 400;
    margin-top: 8dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-recruit .summary {
    font-size: 16px;
    transition: color 0.3s;
  }
}

@media screen and (max-width: 980px) {
  #top-services {
    margin-top: 19.2dvw;
    margin-bottom: 28.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services {
    margin-bottom: 198px;
  }
}
#top-services .marquee {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #top-services .marquee {
    font-size: 13.867dvw;
    margin-bottom: -7.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .marquee {
    margin-bottom: -52px;
  }
}
#top-services .marquee__text {
  color: #ffdb4e;
  font-weight: 300;
}
@media screen and (min-width: 981px) {
  #top-services .marquee__text {
    font-size: 110px;
  }
}
#top-services .services__wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #top-services .services__wrapper {
    width: 82.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 980px) {
  #top-services .services__wrapper .image {
    margin-bottom: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper .image {
    width: 1151px;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper .text {
    position: relative;
    z-index: 1;
    width: 750px;
    background-color: #fff;
    margin-right: 0;
    margin-left: auto;
    margin-top: -148px;
    padding-top: 66px;
    padding-left: 70px;
  }
}
#top-services .services__wrapper .text .services__catch {
  display: flex;
  align-items: center;
  color: #FCA802;
  border-bottom: 1px solid #FCA802;
}
@media screen and (max-width: 980px) {
  #top-services .services__wrapper .text .services__catch {
    padding-bottom: 1.333dvw;
    margin-bottom: 3.2dvw;
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper .text .services__catch {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FCA802;
  }
}
#top-services .services__wrapper .text .services__catch::before {
  content: "●";
}
@media screen and (max-width: 980px) {
  #top-services .services__wrapper .text .services__catch::before {
    font-size: 0.6rem;
    margin-right: 1.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper .text .services__catch::before {
    font-size: 0.7rem;
    margin-right: 10px;
  }
}
#top-services .services__wrapper .text .services__subject {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  #top-services .services__wrapper .text .services__subject {
    font-size: 5.333dvw;
    margin-bottom: 5.6dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper .text .services__subject {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
#top-services .services__wrapper .text .services__lede {
  letter-spacing: 0.05em;
  line-height: 1.83;
}
@media screen and (max-width: 980px) {
  #top-services .services__wrapper .text .services__lede {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 3.733dvw;
    margin-bottom: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-services .services__wrapper .text .services__lede {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 980px) {
  #top-organization {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #top-organization {
    margin-bottom: 207px;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__wrapper .text {
    padding-top: 53px;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__wrapper .text .organization__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 980px) {
  #top-organization .organization__wrapper .text .organization__lede {
    font-weight: 400;
    font-size: 3.733dvw;
    line-height: 1.85;
    margin-bottom: 11.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__wrapper .text .organization__lede {
    width: 530px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.83;
    margin-left: 45px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  #top-organization .organization__wrapper .text .organization__link {
    margin-bottom: 13.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__wrapper .text .organization__link {
    width: 530px;
    margin-left: 45px;
  }
}
@media screen and (max-width: 980px) {
  #top-organization .organization__wrapper .image {
    margin-top: 4.533dvw;
    margin-bottom: 5.6dvw;
  }
  #top-organization .organization__wrapper .image img {
    aspect-ratio: 310/209;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__wrapper .image {
    width: 480px;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__map {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    text-align: right;
  }
}
@media screen and (max-width: 980px) {
  #top-organization .organization__map iframe {
    width: 100%;
    height: 51.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-organization .organization__map iframe {
    width: 1200px;
    height: 245px;
  }
}

#top-banners {
  background: #f2f2f2;
}
@media screen and (max-width: 980px) {
  #top-banners {
    margin-top: 13.867dvw;
    padding-top: 14.4dvw;
    padding-bottom: 14.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-banners {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 89px;
    margin-bottom: 159px;
  }
}
#top-banners .banners__large {
  display: flex;
}
@media screen and (max-width: 980px) {
  #top-banners .banners__large {
    flex-direction: column;
    gap: 6.133dvw;
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
    margin-bottom: 11.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-banners .banners__large {
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 981px) {
  #top-banners .banners__large img {
    width: auto;
    height: 170px;
  }
}
@media screen and (max-width: 980px) {
  #top-banners .banners__small {
    padding-left: 12.533dvw;
    padding-right: 12.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-banners .banners__small {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media screen and (max-width: 980px) {
  #top-banners .banners__small .splide__arrow {
    bottom: 9.867dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-banners .banners__small .splide__arrow {
    bottom: 10px;
  }
}
#top-banners .banners__small .splide__arrow svg {
  fill: #000;
}
@media screen and (max-width: 980px) {
  #top-banners .banners__small .splide__arrow--prev {
    left: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-banners .banners__small .splide__arrow--prev {
    left: 20px;
  }
}
@media screen and (max-width: 980px) {
  #top-banners .banners__small .splide__arrow--next {
    right: 5.333dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-banners .banners__small .splide__arrow--next {
    right: 20px;
  }
}

@media screen and (max-width: 980px) {
  #top-instagram {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.533dvw;
    margin-bottom: 17.067dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-instagram {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 174px;
  }
}
#top-instagram .instagram__head {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #top-instagram .instagram__head {
    margin-bottom: 2.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-instagram .instagram__head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  #top-instagram .instagram__head img {
    width: 34.667dvw;
  }
}
@media screen and (min-width: 981px) {
  #top-instagram .instagram__head img {
    width: 325px;
  }
}

@media screen and (max-width: 980px) {
  #main.page {
    margin-top: 20.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page {
    margin-top: 5.833dvw;
  }
}
#main.page #page-mv .mv__head {
  position: relative;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__head {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 8.8dvw;
    padding-top: 8dvw;
    padding-bottom: 2.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__head {
    min-height: 11.875dvw;
    padding-left: 9.74dvw;
    display: flex;
    flex-direction: column;
    margin-bottom: -2.083dvw;
  }
}
#main.page #page-mv .mv__head::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background-image: url(images/common/mark-y.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__head::before {
    background-size: 24.8dvw auto;
    background-position: top left 3.467dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__head::before {
    background-size: 8.438dvw auto;
    background-position: top left 9.74dvw;
  }
}
#main.page #page-mv .mv__head .sub, #main.page #page-mv .mv__head .main {
  position: relative;
  z-index: 1;
}
#main.page #page-mv .mv__head .sub {
  font-weight: 700;
  color: #838383;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__head .sub {
    font-size: 8.533dvw;
    color: #000;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__head .sub {
    font-size: 1.25dvw;
    letter-spacing: 0.05em;
    margin-bottom: 0.833dvw;
    padding-top: 0.938dvw;
    padding-left: 3.958dvw;
  }
}
#main.page #page-mv .mv__head .main {
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__head .main {
    font-size: 3.2dvw;
    color: #838383;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__head .main {
    font-size: 6.25dvw;
    padding-left: 3.958dvw;
  }
}
#main.page #page-mv .mv__image {
  position: relative;
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__image .mv__image img {
    width: 100%;
    height: 780px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#main.page #page-mv .mv__image .mv__catch {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.76);
}
@media screen and (max-width: 980px) {
  #main.page #page-mv .mv__image .mv__catch {
    left: 4.8dvw;
    bottom: 20.267dvw;
    font-size: 6.4dvw;
    line-height: 9.067dvw;
    text-shadow: 0px 0px 2.133dvw rgba(0, 0, 0, 0.76);
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv .mv__image .mv__catch {
    width: 62.5dvw;
    bottom: 6.406dvw;
    font-size: 2.188dvw;
    letter-spacing: 0.05em;
    line-height: 1.71;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.small {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.small .mv__head {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 254px;
    margin-top: -156px;
    padding-left: 0;
    padding-bottom: 16px;
  }
}
#main.page #page-mv.small .mv__head::before {
  mix-blend-mode: normal;
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.small .mv__head::before {
    background-position: left 116px top;
    background-size: 162px auto;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.small .mv__head .main {
    padding-left: 173px;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.small .mv__head .sub {
    padding-left: 173px;
  }
}
#main.page #page-mv.small .mv__head img {
  height: 156px;
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.noimg .mv__head {
    flex-direction: column;
    height: 34.933dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.noimg .mv__head {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.noimg .mv__head::before {
    height: 180px;
    background-size: auto 180px;
    background-position-x: 0;
  }
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.noimg .mv__head .sub {
    font-weight: 300;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.noimg .mv__head .sub {
    padding-top: 67px;
    padding-left: 76px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.noimg .mv__head .main {
    font-weight: 600;
    font-size: 8.533dvw;
    letter-spacing: 0.05em;
    line-height: 9.6dvw;
    color: #000;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.noimg .mv__head .main {
    padding-left: 76px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.noimg .mv__head .note {
    font-weight: 400;
    font-size: 4.267dvw;
    letter-spacing: 0.01em;
    line-height: 6.933dvw;
    color: #838383;
    padding-right: 8.533dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.noimg .mv__head .note {
    padding-left: 76px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 50px;
    color: #838383;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.jpmain {
    padding-top: 2.083dvw;
  }
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.jpmain .mv__head {
    flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.jpmain .mv__head .sub {
    font-weight: 300;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.jpmain .mv__head .sub {
    padding-top: 67px;
    padding-left: 76px;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 980px) {
  #main.page #page-mv.jpmain .mv__head .main {
    font-weight: 600;
    font-size: 8.533dvw;
    letter-spacing: 0.05em;
    line-height: 9.6dvw;
    color: #000;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.jpmain .mv__head .main {
    padding-left: 76px;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  #main.page #page-mv.jpmain .mv__head .note {
    padding-left: 76px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 50px;
    color: #838383;
  }
}
@media screen and (min-width: 981px) {
  #main.page .section__head img {
    height: 97px;
  }
}
@media screen and (min-width: 981px) {
  #main.page .section__head .sub {
    display: flex;
    align-items: end;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 981px) {
  #main.page .w1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #main.page .w1200:has(.section__head) {
    max-width: 1200px;
  }
}
@media screen and (min-width: 981px) {
  #main.page .w1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #main.page .w1100:has(.section__head) {
    max-width: 1100px;
  }
}
@media screen and (min-width: 981px) {
  #main.page .w1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 981px) {
  #main.page .w1000:has(.section__head) {
    max-width: 1000px;
  }
}

table.full {
  width: 100%;
}
table.table {
  border-collapse: collapse;
}
@media screen and (max-width: 980px) {
  table.table th, table.table td {
    display: block;
    padding-left: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  table.table th, table.table td {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
table.table th {
  border-top: 1px solid #000;
  color: #959595;
}
@media screen and (max-width: 980px) {
  table.table th {
    padding-top: 8dvw;
    text-align: left;
    font-weight: 500;
    font-size: 4.267dvw;
    position: relative;
    border-color: #D3D3D3;
  }
  table.table th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #000;
    width: 26.667dvw;
    height: 1px;
  }
}
@media screen and (min-width: 981px) {
  table.table th {
    font-size: 20px;
    padding-left: 34px;
    padding-right: 34px;
    line-height: 1.4;
  }
}
table.table td {
  border-top: 1px solid #d3d3d3;
  line-height: 1.75;
}
@media screen and (max-width: 980px) {
  table.table td {
    border-top: none;
    padding-bottom: 9.333dvw;
    font-weight: 500;
    font-size: 4.267dvw;
    line-height: 6.933dvw;
  }
}
@media screen and (min-width: 981px) {
  table.table td {
    padding-left: 60px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
table.table.vtop th, table.table.vtop td {
  vertical-align: top;
}
table.child th, table.child td {
  display: table-cell;
  border: none;
  padding: 0;
}

.flex {
  display: flex;
  align-items: start;
}
.flex.between {
  justify-content: space-between;
}

#page-links {
  display: flex;
}
@media screen and (max-width: 980px) {
  #page-links {
    flex-direction: column;
    gap: 5.333dvw;
    padding-bottom: 5.333dvw;
  }
}
#page-links a {
  position: relative;
}
@media screen and (max-width: 980px) {
  #page-links a {
    height: 62.4dvw;
  }
  #page-links a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 981px) {
  #page-links a:hover .label {
    background-color: rgba(252, 168, 0, 0.9);
    color: #fff;
  }
  #page-links a:hover .label::before {
    border-color: #fff;
  }
}
#page-links a .label {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFCC01;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  color: #FCA802;
}
@media screen and (max-width: 980px) {
  #page-links a .label {
    width: 74.667dvw;
    height: 12.267dvw;
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-links a .label {
    min-width: 330px;
    width: -moz-max-content;
    width: max-content;
    height: 82px;
    font-size: 26px;
    letter-spacing: 0.05em;
    transition: color 0.3s, background-color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-links a .label::before {
  content: "";
  position: absolute;
  border: 1px solid #FFCC01;
}
@media screen and (max-width: 980px) {
  #page-links a .label::before {
    inset: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  #page-links a .label::before {
    inset: 2px;
  }
}
#page-links a:has(.label__wrapper) .label__wrapper {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 981px) {
  #page-links a:has(.label__wrapper) .label__wrapper {
    padding-bottom: 79px;
  }
}
#page-links a:has(.label__wrapper) .label__wrapper .sub {
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  display: block;
  margin-left: 0;
  align-self: self-start;
}
@media screen and (max-width: 980px) {
  #page-links a:has(.label__wrapper) .label__wrapper .sub {
    padding-left: 12.8dvw;
    border-bottom: 0.533dvw solid rgba(255, 255, 255, 0.75);
    margin-bottom: 4.533dvw;
    font-size: 4.267dvw;
    line-height: 6.933dvw;
    text-shadow: 0px 0px 3px rgb(0, 0, 0);
  }
}
@media screen and (min-width: 981px) {
  #page-links a:has(.label__wrapper) .label__wrapper .sub {
    width: -moz-max-content;
    width: max-content;
    padding-left: calc((100% - 1200px) / 2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.75);
    padding-top: 50px;
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}
#page-links a:has(.label__wrapper) .label__wrapper .main {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #page-links a:has(.label__wrapper) .label__wrapper .main {
    font-size: 5.333dvw;
    padding-bottom: 1.867dvw;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
  }
}
@media screen and (min-width: 981px) {
  #page-links a:has(.label__wrapper) .label__wrapper .main {
    flex: 1;
    display: flex;
    align-items: end;
    font-size: 62px;
    padding-bottom: 30px;
    text-shadow: 2px 2px 0px rgb(0, 0, 0);
  }
}
#page-links a:has(.label__wrapper) .label__wrapper .label {
  position: relative;
  margin: unset;
  inset: unset;
}

.policy__lede {
  max-width: 1355px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .policy__lede {
    margin-top: 6.133dvw;
    width: 74.667dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__lede {
    padding-left: 76px;
    padding-right: 76px;
  }
}
.policy__lede .inner {
  border-bottom: 1px solid #000;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .policy__lede .inner {
    font-size: 3.733dvw;
    line-height: 6.4dvw;
    padding-bottom: 6.133dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__lede .inner {
    margin-top: 14px;
    padding-bottom: 43px;
    margin-bottom: 169px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}

.policy__section {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .policy__section {
    margin-top: 6.133dvw;
    width: 74.667dvw;
  }
  .policy__section:last-of-type {
    margin-bottom: 20dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__section {
    margin-bottom: 108px;
  }
}
.policy__section .policy__section-head {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .policy__section .policy__section-head {
    font-size: 4.8dvw;
    margin-bottom: 2.133dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__section .policy__section-head {
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
.policy__section p {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .policy__section p {
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__section p {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 24px;
  }
}
.policy__section p .marker {
  color: #8B8B8B;
}
@media screen and (min-width: 981px) {
  .policy__section p .marker {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .policy__section td {
    display: block;
    font-weight: 400;
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}

@media screen and (max-width: 980px) {
  .policy__foot {
    margin-top: 16.267dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__foot {
    margin-top: 160px;
  }
}
@media screen and (max-width: 980px) {
  .policy__foot img {
    height: 13.6dvw;
  }
}
@media screen and (min-width: 981px) {
  .policy__foot img {
    height: 127px;
  }
}

@media screen and (min-width: 981px) {
  .totop {
    aspect-ratio: 109/125;
  }
}

@media screen and (min-width: 981px) {
  #main.page.header3 {
    margin-top: 0;
  }
}

.videowrap {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 82.667dvw;
}
@media screen and (min-width: 981px) {
  .videowrap {
    max-width: 1000px;
  }
}
.videowrap .modalopen {
  border: 0;
  background: linear-gradient(to right top, #FFEB01 0%, #FCA802 100%);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .videowrap .modalopen {
    padding: 1.333dvw;
    border-radius: 4dvw;
  }
}
@media screen and (min-width: 981px) {
  .videowrap .modalopen {
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
  }
  .videowrap .modalopen:hover::before {
    opacity: 0;
  }
  .videowrap .modalopen:hover .label {
    opacity: 0;
  }
  .videowrap .modalopen:hover .img img {
    transform: scale(1.07);
  }
}
.videowrap .modalopen::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 980px) {
  .videowrap .modalopen::before {
    inset: 1.333dvw;
    border-radius: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  .videowrap .modalopen::before {
    inset: 10px;
    border-radius: 15px;
  }
}
.videowrap .modalopen .img {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .videowrap .modalopen .img {
    border-radius: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  .videowrap .modalopen .img {
    border-radius: 15px;
  }
}
.videowrap .modalopen .img img {
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 981px) {
  .videowrap .modalopen .img img {
    border-radius: 15px;
  }
}
.videowrap .modalopen .label {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.133dvw;
}
@media screen and (min-width: 981px) {
  .videowrap .modalopen .label {
    border-radius: 15px;
    transition: opacity 0.3s;
  }
}
.videowrap .modalopen .label img {
  width: 62.667dvw;
}
@media screen and (min-width: 981px) {
  .videowrap .modalopen .label img {
    width: 481px;
  }
}

.modal {
  background: none;
  border: none;
  padding: 0;
  overflow: visible;
}
.modal.show, .modal.show::backdrop, .modal.hide, .modal.hide::backdrop {
  transition: opacity 0.3s;
}
.modal.show, .modal.show::backdrop {
  animation: modalopen 0.3s linear;
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal.hide, .modal.hide::backdrop {
  opacity: 0;
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
}
.modal .modalclose {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  width: 4dvw;
  height: 4dvw;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 981px) {
  .modal .modalclose {
    width: 30px;
    height: 30px;
  }
}
.modal .modalclose::before, .modal .modalclose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5.333dvw;
  height: 0.533dvw;
}
@media screen and (min-width: 981px) {
  .modal .modalclose::before, .modal .modalclose::after {
    width: 22px;
    height: 2px;
  }
}
.modal .modalclose::before {
  transform: rotateZ(45deg);
}
.modal .modalclose::after {
  transform: rotateZ(-45deg);
}
.modal iframe {
  aspect-ratio: 560/315;
  width: calc(100vw - 46px);
  height: auto;
}
@media screen and (min-width: 981px) {
  .modal iframe {
    width: 1000px;
  }
}

.bgfix {
  position: relative;
}
.bgfix::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.grid {
  display: grid;
}

@media screen and (max-width: 980px) {
  .news__sidebar {
    background-color: #fff8dd;
    padding: 10.133dvw 8.8dvw;
    margin-bottom: 10.933dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar {
    padding-top: 92px;
    padding-right: calc((100vw - 1000px) / 2 - 85px);
    padding-left: 85px;
    padding-bottom: 245px;
    background: linear-gradient(#fff8dd 0%, #fff8dd 76.22%, rgba(255, 248, 221, 0) 100%);
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar .side__inner {
    width: 186px;
  }
}
@media screen and (max-width: 980px) {
  .news__sidebar .wp-block-heading {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar .wp-block-heading {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.news__sidebar .wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .news__sidebar .wp-block-categories-list {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    gap: 3.733dvw;
    font-size: 3.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar .wp-block-categories-list {
    gap: 10px;
    margin-bottom: 100px;
  }
}
.news__sidebar .cat-item, .news__sidebar .cat-item a {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .news__sidebar .wp-block-latest-posts {
    display: none;
  }
}
.news__sidebar .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 981px) {
  .news__sidebar .widget-news li,
  .news__sidebar .widget-topics li {
    margin-bottom: 53px;
  }
}
.news__sidebar .widget-news li .date,
.news__sidebar .widget-topics li .date {
  color: #898989;
}
@media screen and (min-width: 981px) {
  .news__sidebar .widget-news li .date,
  .news__sidebar .widget-topics li .date {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar .widget-news li .thumb,
  .news__sidebar .widget-topics li .thumb {
    margin-bottom: 16px;
  }
}
.news__sidebar .widget-news li .categories,
.news__sidebar .widget-topics li .categories {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .news__sidebar .widget-news li .categories,
  .news__sidebar .widget-topics li .categories {
    gap: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar .widget-news li .categories,
  .news__sidebar .widget-topics li .categories {
    margin-bottom: 10px;
    gap: 3px;
  }
}
.news__sidebar .widget-news li .category,
.news__sidebar .widget-topics li .category {
  border: 1px solid #FCA802;
  color: #FCA802;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 981px) {
  .news__sidebar .widget-news li .category,
  .news__sidebar .widget-topics li .category {
    padding: 1px 20px 3px;
    font-size: 14px;
  }
}
@media screen and (min-width: 981px) {
  .news__sidebar .widget-news li .news__subject,
  .news__sidebar .widget-topics li .news__subject {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
  }
}

.news__single, .news__page {
  display: flex;
}
@media screen and (max-width: 980px) {
  .news__single, .news__page {
    flex-direction: column;
  }
}

@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__head.section__head {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 101px;
    gap: 115px 75px;
  }
}
.news__page.topics #page-news .news__list .news__item a {
  border: none;
}
@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__list .news__item a {
    width: 376px;
    padding: 0;
  }
  .news__page.topics #page-news .news__list .news__item a:hover .thumb img {
    scale: 1.1;
  }
  .news__page.topics #page-news .news__list .news__item a:hover .desc::after {
    width: 100%;
  }
}
.news__page.topics #page-news .news__list .news__item a .thumb {
  display: block;
  aspect-ratio: 188/113;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__list .news__item a .thumb {
    margin-bottom: 18px;
  }
}
.news__page.topics #page-news .news__list .news__item a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__list .news__item a .thumb img {
    transition: scale 0.3s;
  }
}
.news__page.topics #page-news .news__list .news__item a .title {
  font-weight: 700;
}
@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__list .news__item a .title {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 981px) {
  .news__page.topics #page-news .news__list .news__item a .desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    padding-bottom: 20px;
    position: relative;
  }
  .news__page.topics #page-news .news__list .news__item a .desc::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #FCA802;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.news__pagination,
.news__pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .news__pagination,
  .news__pagination .nav-links {
    gap: 6.667dvw;
    margin-top: 18.933dvw;
    margin-bottom: 18.667dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination,
  .news__pagination .nav-links {
    gap: 35px;
    margin-top: 160px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination .prev,
  .news__pagination .nav-links .prev {
    margin-right: 25px;
  }
}
@media screen and (max-width: 980px) {
  .news__pagination .page-numbers,
  .news__pagination .nav-links .page-numbers {
    font-size: 4.267dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination .page-numbers,
  .news__pagination .nav-links .page-numbers {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination a.page-numbers,
  .news__pagination .nav-links a.page-numbers {
    transition: 0.3s;
  }
  .news__pagination a.page-numbers:hover,
  .news__pagination .nav-links a.page-numbers:hover {
    color: #FCA802;
  }
}
.news__pagination .prev, .news__pagination .next,
.news__pagination .nav-links .prev,
.news__pagination .nav-links .next {
  position: relative;
  transform: unset;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 9999px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .news__pagination .prev, .news__pagination .next,
  .news__pagination .nav-links .prev,
  .news__pagination .nav-links .next {
    border: 1px solid #FCA802;
    width: 10.667dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination .prev, .news__pagination .next,
  .news__pagination .nav-links .prev,
  .news__pagination .nav-links .next {
    border: 1px solid #000;
    width: 50px;
    transition: scale 0.3s;
  }
  .news__pagination .prev::before, .news__pagination .next::before,
  .news__pagination .nav-links .prev::before,
  .news__pagination .nav-links .next::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 9999px;
    background-color: #000;
    width: 6px;
    transition: scale 0.3s;
    transform-origin: center;
  }
  .news__pagination .prev:hover, .news__pagination .next:hover,
  .news__pagination .nav-links .prev:hover,
  .news__pagination .nav-links .next:hover {
    border-width: 2px;
    border-color: #FCA802;
    scale: 1.2;
  }
  .news__pagination .prev:hover::before, .news__pagination .next:hover::before,
  .news__pagination .nav-links .prev:hover::before,
  .news__pagination .nav-links .next:hover::before {
    scale: 0;
  }
  .news__pagination .prev:hover::after, .news__pagination .next:hover::after,
  .news__pagination .nav-links .prev:hover::after,
  .news__pagination .nav-links .next:hover::after {
    opacity: 1;
  }
}
.news__pagination .prev::after, .news__pagination .next::after,
.news__pagination .nav-links .prev::after,
.news__pagination .nav-links .next::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(images/common/link-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 980px) {
  .news__pagination .prev::after, .news__pagination .next::after,
  .news__pagination .nav-links .prev::after,
  .news__pagination .nav-links .next::after {
    background-size: 25% auto;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination .prev::after, .news__pagination .next::after,
  .news__pagination .nav-links .prev::after,
  .news__pagination .nav-links .next::after {
    background-size: 23% auto;
    transition: 0.3s;
    opacity: 0;
  }
}
.news__pagination .prev.prev, .news__pagination .next.prev,
.news__pagination .nav-links .prev.prev,
.news__pagination .nav-links .next.prev {
  transform: rotateY(180deg);
}
@media screen and (min-width: 981px) {
  .news__pagination .prev.prev, .news__pagination .next.prev,
  .news__pagination .nav-links .prev.prev,
  .news__pagination .nav-links .next.prev {
    margin-right: 25px;
  }
}
@media screen and (min-width: 981px) {
  .news__pagination .prev.next, .news__pagination .next.next,
  .news__pagination .nav-links .prev.next,
  .news__pagination .nav-links .next.next {
    margin-left: 25px;
  }
}

.news__pagination .nav-links {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .news__single .news__content {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .news__content {
    padding-left: calc((100vw - 1000px) / 2);
    padding-right: 81px;
    padding-top: 95px;
  }
}
@media screen and (min-width: 981px) {
  .news__single .news__content .hentry {
    width: 649px;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-header {
    margin-bottom: 44px;
  }
}
.news__single .entry-header .head {
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .news__single .entry-header .head {
    margin-bottom: 7.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-header .head {
    margin-bottom: 44px;
  }
}
.news__single .entry-header .date {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .news__single .entry-header .date {
    font-size: 4.267dvw;
    letter-spacing: 0.05em;
    margin-right: 4.533dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-header .date {
    font-size: 16px;
    margin-right: 20px;
  }
}
.news__single .entry-header .category {
  border: 1px solid #FCA802;
  color: #FCA802;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .news__single .entry-header .category {
    padding: 0dvw 3.2dvw 0.267dvw;
    font-size: 3.2dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-header .category {
    padding: 1px 20px 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .news__single .entry-header .category + .category {
    margin-left: 0.8dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-header .category + .category {
    margin-left: 3px;
  }
}
@media screen and (max-width: 980px) {
  .news__single .entry-header .news__subject {
    font-size: 4.8dvw;
    line-height: 7.467dvw;
    padding-bottom: 7.733dvw;
    border-bottom: 1px solid #FCA802;
    margin-bottom: 7.733dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-header .news__subject {
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.05em;
    line-height: 38px;
  }
}
@media screen and (max-width: 980px) {
  .news__single .entry-content {
    padding-bottom: 11.2dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-content .thumb {
    margin-bottom: 47px;
  }
}
.news__single .entry-content p {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .news__single .entry-content p {
    font-size: 3.733dvw;
    line-height: 6.4dvw;
  }
}
@media screen and (min-width: 981px) {
  .news__single .entry-content p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 26px;
  }
}
.news__single .entry-content a {
  color: #223ED5;
  text-decoration: underline;
}

.news__single.news .news__sidebar .topics,
.news__page.news .news__sidebar .topics {
  display: none;
}

.news__single.topics .news__sidebar .news,
.news__page.topics .news__sidebar .news {
  display: none;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
summary .summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-weight: bold;
  transition: 0.4s;
}
summary .icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  /* アイコンのバーのスタイル */
}
summary .icon::before, summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #7050ff;
}
summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}
summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
summary {
  /*details[open] .icon {*/
  /*  transform: rotate(180deg);*/
  /*}*/
  /* is-openedクラスが付与されたときのスタイル */
}
summary details.is-opened .icon {
  transform: rotate(180deg);
}
summary {
  /* --------アコーディオンの中身のスタイル-------- */
}
summary .content {
  overflow: hidden;
  background-color: #f0f2ff;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
summary .content_inner {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.js-message__wrapper {
  position: relative;
}
@media screen and (max-width: 980px) {
  .js-message__wrapper .js-message {
    position: relative;
    max-height: 8em; /* 初期表示の高さ（行数に応じて調整） */
    overflow: hidden;
    line-height: 1.8;
    transition: max-height 0.4s ease;
  }
  .js-message__wrapper .js-message::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
  .js-message__wrapper .js-message.is-open {
    max-height: none;
  }
  .js-message__wrapper .js-message.is-open::after {
    display: none;
  }
}
.js-message__wrapper .js-message-more {
  display: flex;
  gap: 5.6dvw;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
  font-size: 4.267dvw;
  letter-spacing: 0.1em;
  color: #fca800;
}
@media screen and (min-width: 981px) {
  .js-message__wrapper .js-message-more {
    display: none;
  }
}
.js-message__wrapper .js-message-more::after {
  content: "";
  width: 3.2dvw;
  background-image: url(images/common/more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 980px) {
  .breadcrumbs {
    width: 82.667dvw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8.533dvw;
    display: flex;
    align-items: center;
    gap: 1.867dvw;
  }
}
@media screen and (min-width: 981px) {
  .breadcrumbs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: end;
    gap: 14px;
    margin-top: 154px;
  }
}
.breadcrumbs a, .breadcrumbs span {
  color: #838383;
  display: flex;
  align-items: center;
  font-weight: 400;
}
@media screen and (min-width: 981px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    gap: 14px;
  }
}
@media screen and (max-width: 980px) {
  .breadcrumbs a, .breadcrumbs span {
    font-weight: 400;
    font-size: 3.467dvw;
    letter-spacing: 0.01em;
    gap: 1.867dvw;
  }
}
.breadcrumbs a:not(:last-child)::after, .breadcrumbs span:not(:last-child)::after {
  content: "";
  height: 1px;
  background-color: #BFBFBF;
  display: block;
}
@media screen and (max-width: 980px) {
  .breadcrumbs a:not(:last-child)::after, .breadcrumbs span:not(:last-child)::after {
    width: 4.533dvw;
  }
}
@media screen and (min-width: 981px) {
  .breadcrumbs a:not(:last-child)::after, .breadcrumbs span:not(:last-child)::after {
    width: 47px;
  }
}

@media screen and (max-width: 980px) {
  .xsnapscroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .xsnapscroll::-webkit-scrollbar {
    height: 1px;
  }
  .xsnapscroll::-webkit-scrollbar-track {
    background: #D3D3D3;
  }
  .xsnapscroll::-webkit-scrollbar-thumb {
    background: #838383;
  }
}