@import"https://fonts.googleapis.com/css2?family=Klee+One&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after {
  content: "";
  content: none
}

q:before,
q:after {
  content: "";
  content: none
}

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

main {
  display: block
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none
}

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

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  letter-spacing: .02em
}

html {
  font-size: 62.5%;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  box-sizing: border-box
}

body {
  color: #272727;
  line-height: 1.5;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
  background-color: #fff;
  background-image: url("../img/common/bg.png");
  background-size: 128rem 119.3rem;
  background-repeat: repeat
}

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

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

picture {
  display: block
}

input {
  outline: none
}

textarea {
  outline: none;
  resize: none
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 5rem;
  border: .1rem solid #272727;
  transition: all .3s
}

@media(hover: hover) {
  .btn:hover {
    background-color: #272727;
    color: #fff
  }
}

.container {
  width: 100%;
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto
}

@media(max-width: 1024px) {
  .container {
    padding: 0 2rem
  }
}

.hamburger-btn {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 6rem;
  height: 3.2rem;
  z-index: 30;
  background-color: #eff7fb;
  border-radius: 1rem;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none
}

.hamburger-btn::before,
.hamburger-btn::after {
  content: ""
}

.hamburger-btn::before,
.hamburger-btn::after,
.hamburger-btn span {
  width: 4rem;
  height: .1rem;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s
}

.hamburger-btn::before {
  transform: translateY(-0.6rem)
}

.hamburger-btn::after {
  transform: translateY(0.6rem)
}

.hamburger-btn.is-animated {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: auto
}

@media(max-width: 1024px) {
  .hamburger-btn.is-animated {
    opacity: 1;
    transform: translateY(0)
  }
}

.hamburger-menu-wrap {
  width: 100%;
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto;
  position: relative
}

.hamburger-menu {
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 20;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none
}

@media(max-width: 1024px) {
  .hamburger-menu {
    position: fixed;
    background-color: rgba(39, 39, 39, 0.8);
    transform: translateY(-100%);
    width: 100%;
    padding: 8rem 6rem 6rem;
    right: 0;
    top: 0
  }
}

.hamburger-menu__close-btn {
  position: absolute;
  right: 5rem;
  top: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 30
}

@media(max-width: 768px) {
  .hamburger-menu__close-btn {
    right: 3rem
  }
}

.hamburger-menu__close-btn::before,
.hamburger-menu__close-btn::after {
  content: "";
  width: 1.6rem;
  height: .4rem;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.hamburger-menu__close-btn::before {
  transform: rotate(45deg)
}

.hamburger-menu__close-btn::after {
  transform: rotate(-45deg)
}

.hamburger-menu__list {
  display: flex;
  gap: 2rem
}

@media(max-width: 1024px) {
  .hamburger-menu__list {
    flex-direction: column;
    gap: 3rem
  }
}

.hamburger-menu__item-link {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.25
}

@media(max-width: 1024px) {
  .hamburger-menu__item-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2rem
  }
}

.hamburger-menu__item-link::before {
  display: none
}

@media(max-width: 1024px) {
  .hamburger-menu__item-link::before {
    content: "";
    width: 1.5rem;
    height: 1.3rem;
    background-image: url("../img/common/icon-arrow-right-white.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 1rem
  }
}

.hamburger-menu.is-animated {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}

@media(max-width: 1024px) {
  .hamburger-menu.is-animated {
    transform: translateY(-100%)
  }
}

.breadcrumb {
  font-size: 1.4rem
}

.breadcrumb__container>*:not(:first-child)::before {
  content: "＞";
  margin: 0 .2rem
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem
}

.pagination .prev,
.pagination .next {
  width: 4rem;
  height: 4rem
}

.pagination .prev a,
.pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: .1rem solid #272727;
  transition: all .3s
}

@media(hover: hover) {

  .pagination .prev a:hover,
  .pagination .next a:hover {
    background-color: #a7b5b9
  }
}

.pagination .int a {
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: .1rem solid #272727;
  border-radius: 50%;
  transition: all .3s
}

.pagination .int a.active {
  background-color: #272727;
  color: #fff;
  cursor: text
}

@media(hover: hover) {
  .pagination .int a:hover {
    background-color: #a7b5b9
  }
}

.pagination .int span.active {
  color: #272727
}

.text-split-animation {
  display: block;
  overflow: hidden
}

.text-split-animation__letter {
  position: relative
}

.text-split-animation__letter span.-top,
.text-split-animation__letter span.-bottom {
  display: inline-block;
  will-change: transform;
  transition: transform .4s cubic-bezier(0.745, 0.065, 0.17, 1) .02s
}

.text-split-animation__letter span.-bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 110%, 0)
}

.text-split-animation__letter:nth-child(2) span {
  transition-delay: .03s
}

.text-split-animation__letter:nth-child(3) span {
  transition-delay: .04s
}

.text-split-animation__letter:nth-child(4) span {
  transition-delay: .05s
}

.text-split-animation__letter:nth-child(5) span {
  transition-delay: .06s
}

.text-split-animation__letter:nth-child(6) span {
  transition-delay: .07s
}

.text-split-animation__letter:nth-child(7) span {
  transition-delay: .08s
}

.text-split-animation__letter:nth-child(8) span {
  transition-delay: .09s
}

.text-split-animation__letter:nth-child(9) span {
  transition-delay: .1s
}

.text-split-animation__letter:nth-child(10) span {
  transition-delay: .11s
}

.text-split-animation__letter:nth-child(11) span {
  transition-delay: .12s
}

.text-split-animation__letter:nth-child(12) span {
  transition-delay: .13s
}

.text-split-animation__letter:nth-child(13) span {
  transition-delay: .14s
}

.text-split-animation__letter:nth-child(14) span {
  transition-delay: .15s
}

.text-split-animation__letter:nth-child(15) span {
  transition-delay: .16s
}

.text-split-animation__letter:nth-child(16) span {
  transition-delay: .17s
}

.text-split-animation__letter:nth-child(17) span {
  transition-delay: .18s
}

.text-split-animation__letter:nth-child(18) span {
  transition-delay: .19s
}

.text-split-animation__letter:nth-child(19) span {
  transition-delay: .2s
}

.text-split-animation__letter:nth-child(20) span {
  transition-delay: .21s
}

@media(hover: hover) {
  .text-split-animation:hover .text-split-animation__letter span.-top {
    transform: translate3d(0, -110%, 0)
  }

  .text-split-animation:hover .text-split-animation__letter span.-bottom {
    transform: translate3d(0, 0, 0)
  }
}

.form__row:not(:first-child) {
  margin-top: 2.6rem
}

@media(max-width: 768px) {
  .form__row:not(:first-child) {
    margin-top: 2.2rem
  }
}

.form__label {
  font-size: 1.5rem
}

@media(max-width: 768px) {
  .form__label {
    font-size: 1.3rem
  }
}

.form__label span {
  color: red
}

.form__control {
  margin-top: .5rem
}

.form__control input,
.form__control textarea,
.form__control select {
  width: 100%;
  height: 100%;
  padding: .8rem 1.2rem;
  background-color: #f7f7f7;
  border-radius: .3rem;
  font-size: 1.5rem
}

@media(max-width: 768px) {

  .form__control input,
  .form__control textarea,
  .form__control select {
    font-size: 1.6rem;
    padding: .6rem 1.2rem
  }
}

.form__control input::placeholder,
.form__control textarea::placeholder,
.form__control select::placeholder {
  color: #c2bebe
}

.form__control select.is-empty {
  color: #c2bebe
}

.form__control.-select {
  position: relative
}

.form__control.-select::after {
  content: "";
  width: .8rem;
  height: .8rem;
  border-right: .1rem solid #707070;
  border-bottom: .1rem solid #707070;
  position: absolute;
  right: 1.6rem;
  top: 1.4rem;
  rotate: 45deg
}

.form__btn {
  position: relative;
  margin: 5.4rem auto 0;
  max-width: 30.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}

@media(max-width: 768px) {
  .form__btn {
    margin-top: 2.2rem;
    max-width: 20.6rem
  }
}

.wpcf7-spinner {
  position: absolute;
  right: 0
}

span.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  margin-top: 1rem;
  color: red
}

@media(max-width: 768px) {
  span.wpcf7-not-valid-tip {
    font-size: 1.1rem
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.5rem;
  padding: 1.2rem
}

@media(max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.3rem
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0 0;
  z-index: 10;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(1rem)
}

@media(max-width: 1024px) {
  .header {
    padding-top: 1rem
  }
}

.header__logo {
  display: flex;
  width: 24rem
}

@media(max-width: 1024px) {
  .header__logo {
    width: 20.8rem
  }
}

.header.is-animated {
  transform: translateY(0);
  opacity: 1
}

.footer {
  color: #fff
}

.footer__main {
  background-color: #a7b5b9;
  padding: 9rem 0
}

@media(max-width: 768px) {
  .footer__main {
    padding: 4rem 0
  }
}

.footer__content {
  display: flex;
  justify-content: space-between
}

@media(max-width: 768px) {
  .footer__content {
    flex-direction: column
  }
}

.footer__contact-head {
  font-size: 1.8rem;
  line-height: 1.11
}

.footer__contact-mail {
  font-size: 2.4rem;
  margin-top: 2rem;
  word-break: break-all
}

.footer__contact-desc {
  font-size: 1.4rem;
  margin-top: 1rem;
  max-width: 30rem
}

@media(max-width: 768px) {
  .footer__contact-desc {
    max-width: 100%
  }
}

@media(max-width: 768px) {
  .footer__nav {
    margin-top: 3rem
  }
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem
}

@media(max-width: 768px) {
  .footer__nav-list {
    gap: .8rem
  }
}

.footer__nav-link {
  font-size: 1.8rem;
  line-height: 1.11;
  padding: .1rem 0
}

.footer__nav-link.-icon-external::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/icon-external-white.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1rem;
  transform: translateY(0.2rem)
}

.footer__sub {
  padding: 3rem 0 4rem
}

@media(max-width: 768px) {
  .footer__sub {
    padding: 3rem 0 2.8rem
  }
}

.footer__logo {
  width: 24rem;
  margin: 0 auto
}

.footer__copy {
  font-size: 1.4rem;
  color: #a7b5b9;
  text-align: center;
  margin-top: 2rem
}

@keyframes up-down {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-4rem)
  }

  100% {
    transform: translateY(0)
  }
}

.front-page .mv {
  height: 63.13vw;
  width: 100%
}

@media(min-width: 1281px) {
  .front-page .mv {
    height: 80.8rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv {
    height: auto;
    overflow: hidden;
    padding-bottom: 6.2rem
  }
}

.front-page .mv__container {
  position: relative;
  max-width: 128rem;
  height: 100%;
  padding-top: 9.38vw
}

@media(min-width: 1281px) {
  .front-page .mv__container {
    padding-top: 12rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__container {
    padding-top: 8.2rem
  }
}

.front-page .mv__images {
  position: absolute;
  right: 3.13vw;
  top: 8.6vw;
  width: 65.47vw;
  height: 45.16vw
}

@media(min-width: 1281px) {
  .front-page .mv__images {
    right: 4rem;
    top: 11rem;
    width: 83.8rem;
    height: 57.8rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__images {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 62.94vw
  }
}

.front-page .mv__main-img {
  position: absolute;
  right: -1.9vw;
  top: -1.9vw;
  width: 53.29vw;
  width: 57vw;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(3rem)
}

@media(min-width: 1281px) {
  .front-page .mv__main-img {
    width: 73rem;
    right: -4rem;
    top: -4rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__main-img {
    position: absolute;
    width: 92.81vw;
    right: -6.4vw;
    top: -6.4vw;
    margin-left: auto
  }
}

.front-page .mv__sub-img {
  position: absolute;
  bottom: -1.9vw;
  left: -1.9vw;
  width: 28.68vw;
  width: 32.5vw;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(3rem)
}

@media(min-width: 1281px) {
  .front-page .mv__sub-img {
    width: 41.6rem;
    bottom: -1rem;
    left: -1rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__sub-img {
    width: 47.47vw;
    left: auto;
    right: 48.54vw;
    bottom: -6.4vw
  }
}

.front-page .mv__text-img {
  position: absolute;
  right: .79vw;
  top: 0;
  width: 1.96vw;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(2rem)
}

@media(min-width: 1281px) {
  .front-page .mv__text-img {
    right: 1rem;
    width: 2.5rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__text-img {
    right: 85.87vw;
    width: 4vw
  }
}

.front-page .mv__title {
  display: flex;
  flex-direction: column
}

@media(max-width: 1024px) {
  .front-page .mv__title {
    margin-top: 2.67vw
  }
}

.front-page .mv__title-wrap {
  display: flex;
  align-items: center;
  font-size: 7.04vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: -1.17vw;
  overflow: hidden
}

@media(min-width: 1281px) {
  .front-page .mv__title-wrap {
    font-size: 9rem;
    margin-bottom: -1.5rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__title-wrap {
    font-size: 9rem;
    margin-bottom: -1.5rem
  }
}

@media(max-width: 768px) {
  .front-page .mv__title-wrap {
    font-size: 5rem;
    margin-bottom: -1rem
  }
}

.front-page .mv__title-wrap span {
  letter-spacing: 0;
  transform: translateY(10rem);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1024px) {
  .front-page .mv__title-wrap span {
    transform: translateY(16vw)
  }
}

.front-page .mv__title-wrap span.-blue {
  color: #1852a5
}

.front-page .mv__title-wrap span.-x {
  width: 3.13vw;
  height: 3.13vw;
  position: relative;
  margin-left: .79vw;
  margin-top: 1.57vw
}

@media(min-width: 1281px) {
  .front-page .mv__title-wrap span.-x {
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
    margin-top: 2rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__title-wrap span.-x {
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
    margin-top: 2rem
  }
}

@media(max-width: 768px) {
  .front-page .mv__title-wrap span.-x {
    width: 5.34vw;
    height: 5.34vw;
    margin-top: 3.74vw;
    margin-left: 2.67vw
  }
}

.front-page .mv__title-wrap span.-x::before,
.front-page .mv__title-wrap span.-x::after {
  content: "";
  width: 3.75vw;
  height: .16vw;
  background-color: #272727;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

@media(max-width: 1024px) {

  .front-page .mv__title-wrap span.-x::before,
  .front-page .mv__title-wrap span.-x::after {
    width: 6.4vw;
    height: .27vw
  }
}

.front-page .mv__title-wrap span.-x::before {
  rotate: 45deg
}

.front-page .mv__title-wrap span.-x::after {
  rotate: -45deg
}

.front-page .mv__text {
  margin-top: 3.91vw
}

@media(min-width: 1281px) {
  .front-page .mv__text {
    margin-top: 5rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__text {
    margin-top: 5.34vw
  }
}

.front-page .mv__text p {
  transform: translateY(3rem);
  opacity: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.front-page .mv__text p.-en {
  font-size: 1.33vw
}

@media(min-width: 1281px) {
  .front-page .mv__text p.-en {
    font-size: 1.7rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__text p.-en {
    font-size: 4.27vw;
    font-size: 1.7rem
  }
}

.front-page .mv__text p.-jp {
  font-family: "Klee One", cursive;
  font-size: 1.41vw;
  margin-top: 1.8vw
}

@media(min-width: 1281px) {
  .front-page .mv__text p.-jp {
    font-size: 1.8rem;
    margin-top: 2.3rem
  }
}

@media(max-width: 1024px) {
  .front-page .mv__text p.-jp {
    font-size: 4.27vw;
    margin-top: 2.67vw;
    font-size: 1.8rem;
    margin-top: 2.3rem
  }
}

@media(max-width: 768px) {
  .front-page .mv__text p.-jp {
    margin-top: 1rem
  }
}

.front-page .mv__main-img.is-animated,
.front-page .mv__sub-img.is-animated {
  opacity: 1;
  transform: translateY(0)
}

.front-page .mv__title-wrap.is-animated span {
  transform: translateY(0)
}

.front-page .mv__text p.is-animated {
  opacity: 1;
  transform: translateY(0)
}

.front-page .mv__text-img.is-animated {
  transform: translateY(0);
  opacity: 1
}

.front-page .about {
  padding-bottom: 12rem;
  overflow: hidden
}

@media(max-width: 768px) {
  .front-page .about {
    padding-bottom: 7.2rem
  }
}

.front-page .about__container {
  position: relative;
  height: 100%
}

@media(max-width: 768px) {
  .front-page .about__container {
    padding: 0 1rem
  }
}

.front-page .about__message {
  position: relative;
  width: 64%;
  padding: 6rem 9rem;
  background-color: rgba(244, 250, 255, 0.8);
  border-radius: 3rem;
  font-size: 2rem;
  -webkit-backdrop-filter: blur(0.2rem);
  backdrop-filter: blur(0.2rem);
  box-shadow: inset 0 0 4.4rem rgba(39, 39, 39, 0.35);
  z-index: 1
}
.about__message strong,
.about__message b {
  font-weight: bold;
}

@media(max-width: 1024px) {
  .front-page .about__message {
    width: 100%
  }
}

@media(max-width: 768px) {
  .front-page .about__message {
    font-size: 1.6rem;
    padding: 5.34vw 2.94vw 5.34vw 7.74vw;
    border-radius: 2rem;
    max-width: 60rem;
    margin: 0 auto;
    overflow: hidden
  }
}

.front-page .about__images {
  position: absolute;
  right: -6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 55.8rem;
  height: 50.2rem;
  background-image: url("../img/front-page/about-bg.png");
  background-repeat: no-repeat;
  background-size: 48rem 50.2rem;
  background-position: right 5rem bottom
}

@media(max-width: 1024px) {
  .front-page .about__images {
    position: static;
    margin: 0 auto 0
  }
}

@media(max-width: 768px) {
  .front-page .about__images {
    position: relative;
    right: auto;
    width: 28rem;
    height: 29.5rem;
    background-size: 28.2rem 29.5rem;
    background-position: center center
  }
}

.front-page .about__dna {
  width: 56rem;
  position: absolute;
  left: -2rem;
  top: 5rem;
  animation: up-down 8s infinite
}

@media(max-width: 768px) {
  .front-page .about__dna {
    width: 32rem;
    left: -2rem
  }
}

.front-page .about__med {
  position: absolute
}

.front-page .about__med.-med-01 {
  width: 8.1rem;
  top: 6.2rem;
  left: 15.6rem;
  animation: up-down 8s .4s infinite
}

@media(max-width: 768px) {
  .front-page .about__med.-med-01 {
    width: 4.4rem;
    left: 12rem
  }
}

.front-page .about__med.-med-02 {
  top: 19rem;
  left: 15rem;
  width: 7.1rem;
  animation: up-down 8s .8s infinite
}

@media(max-width: 768px) {
  .front-page .about__med.-med-02 {
    width: 3.8rem;
    top: 13rem;
    left: 10rem
  }
}

.front-page .about__med.-med-03 {
  left: -4rem;
  top: 19.3rem;
  width: 6rem;
  animation: up-down 8s 1.2s infinite
}

@media(max-width: 1024px) {
  .front-page .about__med.-med-03 {
    left: auto;
    right: 7.5rem;
    top: -15rem
  }
}

@media(max-width: 768px) {
  .front-page .about__med.-med-03 {
    width: 3.8rem;
    right: 6rem;
    top: -8.4rem
  }
}

.front-page .about__cell {
  position: absolute
}

.front-page .about__cell.-cell-01 {
  width: 12.3rem;
  left: 35rem;
  top: 18rem;
  animation: up-down 8s .4s infinite
}

@media(max-width: 768px) {
  .front-page .about__cell.-cell-01 {
    width: 6.6rem;
    left: auto;
    right: 2.2rem;
    top: 13rem
  }
}

.front-page .about__cell.-cell-02 {
  width: 9.3rem;
  left: -10.3rem;
  top: 32.8rem;
  animation: up-down 8s 1.2s infinite
}

@media(max-width: 1024px) {
  .front-page .about__cell.-cell-02 {
    left: 7.5rem;
    top: -11rem
  }
}

@media(max-width: 768px) {
  .front-page .about__cell.-cell-02 {
    width: 5rem;
    top: -7rem;
    left: 5rem
  }
}

.page-sub .sub-mv {
  padding: 15rem 0 1rem;
  border-bottom: .1rem solid #a7b5b9
}

@media(max-width: 768px) {
  .page-sub .sub-mv {
    padding: 10rem 0 1rem
  }
}

.page-sub .sub-mv__title {
  font-size: 6rem;
  font-weight: bold;
  overflow: hidden
}

@media(max-width: 768px) {
  .page-sub .sub-mv__title {
    font-size: 3rem
  }
}

.page-sub .sub-mv__title span {
  opacity: 0;
  display: inline-block;
  transform: translateY(100%);
  transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-sub .sub-mv__title.is-inview span {
  opacity: 1;
  transform: translateY(0)
}

.archive-seminar .seminar__main {
  padding: 6rem 0 12rem
}

@media(max-width: 768px) {
  .archive-seminar .seminar__main {
    padding-bottom: 8rem
  }
}

.archive-seminar .seminar__main-container {
  max-width: 120rem
}

.archive-seminar .seminar__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 2.8rem
}

@media(max-width: 768px) {
  .archive-seminar .seminar__list {
    grid-template-columns: 1fr
  }
}

.archive-seminar .seminar__nav {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 11.5rem 0
}

@media(max-width: 768px) {
  .archive-seminar .seminar__nav {
    padding: 6.4rem 0
  }
}

.archive-seminar .seminar__nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 78rem
}

.archive-seminar .seminar__nav-arrow {
  opacity: .5
}

.archive-seminar .seminar__pagination {
  margin-top: 9rem
}

@media(max-width: 768px) {
  .archive-seminar .seminar__pagination {
    margin-top: 6rem
  }
}

.archive-seminar .seminar-card__thumb {
  aspect-ratio: 546/364;
  width: 100%;
  overflow: hidden
}

.archive-seminar .seminar-card__thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.archive-seminar .seminar-card__dates {
  display: flex;
  align-items: center;
  margin-top: 1rem
}

.archive-seminar .seminar-card__dates span {
  margin: 0 1em
}

.archive-seminar .seminar-card__date {
  font-size: 1.6rem
}

.archive-seminar .seminar-card__title {
  margin-top: .5rem;
  font-size: 2rem;
  font-weight: bold;
  min-height: 3em
}

@media(max-width: 768px) {
  .archive-seminar .seminar-card__title {
    min-height: 0
  }
}

.archive-seminar .seminar-card__name {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: bold
}

.archive-seminar .seminar-card__venue {
  margin-top: .5rem;
  font-size: 1.6rem
}

.archive-seminar .seminar-card__venue-link {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  text-decoration:underline;
  gap: 1rem
}

.archive-seminar .seminar-card__position {
  margin-top: .5rem;
  font-size: 1.6rem
}

.archive-seminar .seminar-card__registration {
  margin-top: 1rem;
  font-size: 2.0rem;
  font-weight: bold
}

.archive-seminar .seminar-card__link-text {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem
}

.archive-seminar .seminar-card__past-title {
  margin-top: 1rem;
  font-size: 2.0rem;
  font-weight: bold
}

.archive-seminar .seminar-card__link-text::after {
  content: "";
  width: 1.5rem;
  height: 1.3rem;
  background-image: url("../img/common/icon-arrow-right-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block
}

.archive-seminar .seminar-card__link-text span {
  position: relative;
  font-size: 1.6rem
}

.archive-seminar .seminar-card__link-text span::before {
  content: "";
  width: 100%;
  height: .1rem;
  background-color: #272727;
  position: absolute;
  bottom: 0;
  left: 0
}

@media(hover: hover) {
  .archive-seminar .seminar-card:hover .seminar-card__thumb img {
    transform: scale(1.1)
  }
}

.single-seminar .seminar__main {
  padding: 1rem 0 12rem
}

@media(max-width: 768px) {
  .single-seminar .seminar__main {
    padding-bottom: 8rem
  }
}

.single-seminar .seminar__article-wrap {
  margin-top: 8.8rem;
  max-width: 96rem
}

@media(max-width: 768px) {
  .single-seminar .seminar__article-wrap {
    margin-top: 4rem
  }
}

.single-seminar .seminar__nav {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 11.5rem 0
}

@media(max-width: 768px) {
  .single-seminar .seminar__nav {
    padding: 6.4rem 0
  }
}

.single-seminar .seminar__nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem
}

.single-seminar .seminar__nav-link {
  display: inline-block;
  padding: 1rem;
  transition: all .3s
}

.single-seminar .seminar__nav-link img {
  transition: all .3s
}

@media(hover: hover) {
  .single-seminar .seminar__nav-link.-next:hover img {
    transform: translateX(-1rem)
  }
}

@media(hover: hover) {
  .single-seminar .seminar__nav-link.-prev:hover img {
    transform: translateX(1rem)
  }
}

.single-seminar .seminar__nav-arrow {
  display: inline-block;
  padding: 1rem;
  opacity: .5
}

.single-seminar .article {
  background-color: #fff;
  padding: 6rem 9rem
}

@media(max-width: 768px) {
  .single-seminar .article {
    padding: 3rem 2rem
  }
}

.single-seminar .article__head {
  padding-bottom: 1rem;
  border-bottom: .1rem solid #272727
}

.single-seminar .article__dates {
  display: flex;
  align-items: center
}

.single-seminar .article__dates span {
  margin: 0 1em
}

.single-seminar .article__date {
  font-size: 1.6rem
}

.single-seminar .article__title {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 1rem
}

@media(max-width: 768px) {
  .single-seminar .article__title {
    font-size: 2.4rem;
    line-height: 1.3
  }
}

.single-seminar .article__info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem
}

.single-seminar .article__name {
  font-size: 1.8rem;
  font-weight: bold
}

.single-seminar .article__pos {
  font-size: 1.8rem
}

.single-seminar .article__registration {
  font-size: 2.0rem;
  font-weight: bold
}

.single-seminar .article__body {
  /*word-break: break-all;*/
  word-break: normal !important;
  overflow-wrap: break-word;
  padding: 6rem 0 0;
  font-size: 1.6rem
}

@media(max-width: 768px) {
  .single-seminar .article__body {
    padding-top: 3rem
  }
}

.single-seminar .article__body strong {
  font-weight: bold
}

.single-seminar .article__body a {
  text-decoration: underline
}

@media(hover: hover) {
  .single-seminar .article__body a:hover {
    text-decoration: none
  }
}

.single-seminar .article__body a[target=_blank]::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/icon-external-black.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: .4rem;
  transform: translateY(0.2rem)
}

.single-seminar .article__body ul.wp-block-list li {
  position: relative;
  padding-left: 1.8rem
}

.single-seminar .article__body ul.wp-block-list li::before {
  content: "";
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: #a7b5b9;
  position: absolute;
  left: 0;
  top: calc(.75em - .4rem)
}

.single-seminar .article__body ul.wp-block-list li:not(:first-child) {
  margin-top: 1rem
}

.single-seminar .article__body ol.wp-block-list {
  counter-reset: li
}

.single-seminar .article__body ol.wp-block-list li {
  position: relative;
  padding-left: 3rem
}

.single-seminar .article__body ol.wp-block-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0
}

.single-seminar .article__body ol.wp-block-list li:not(:first-child) {
  margin-top: 1rem
}

.single-seminar .article__body>* {
  margin-top: 3rem
}

@media(max-width: 768px) {
  .single-seminar .article__body>* {
    margin-top: 2rem
  }
}

.single-seminar .article__body>*:first-child {
  margin-top: 0
}

.single-seminar .article__body figure {
  margin: 6rem 0
}

@media(max-width: 768px) {
  .single-seminar .article__body figure {
    margin: 3rem 0
  }
}

.single-seminar .wp-block-flexible-table-block-table table {
  border-top: .1rem solid #a7b5b9
}

.single-seminar .wp-block-flexible-table-block-table table td {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 1.2em !important
}

@media(max-width: 768px) {
  .single-seminar .wp-block-flexible-table-block-table table td {
    min-width: 20rem
  }
}

.single-seminar .wp-block-flexible-table-block-table table tr {
  border-bottom: .1rem solid #a7b5b9
}

.page-committee .committee__section {
  padding: 6rem 0;
  border-bottom: .1rem solid #a7b5b9
}

@media(max-width: 768px) {
  .page-committee .committee__section {
    padding: 4rem 0
  }
}

.page-committee .committee__section:last-child {
  border-bottom: none
}

.page-committee .committee__title {
  font-size: 3rem;
  font-weight: bold
}

@media(max-width: 768px) {
  .page-committee .committee__title {
    font-size: 2.4rem
  }
}

.page-committee .committee__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2rem;
  margin-top: 3rem
}

@media(max-width: 1024px) {
  .page-committee .committee__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 2.8rem
  }
}

@media(max-width: 768px) {
  .page-committee .committee__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 4rem
  }
}

.page-committee .committee__nav {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 11.5rem 0
}

@media(max-width: 768px) {
  .page-committee .committee__nav {
    padding: 6.4rem 0
  }
}

.page-committee .committee__nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 78rem
}

.page-committee .profile-card__img {
  position: relative;
  aspect-ratio: 360/240;
  width: 100%;
  overflow: hidden
}

.page-committee .profile-card__img img {
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-committee .profile-card__name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem
}

.page-committee .profile-card__position {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem
}

.page-committee .profile-card__org {
  font-size: 1.6rem;
  margin-top: .5rem
}

.page-committee .profile-card__link {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.page-committee .profile-card__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/icon-external-black.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1rem
}

.page-committee .profile-card__link span {
  position: relative;
  display: inline-block
}

.page-committee .profile-card__link span::before {
  content: "";
  width: 100%;
  height: .1rem;
  background-color: #272727;
  position: absolute;
  bottom: .2rem;
  left: 0
}

@media(hover: hover) {
  .page-committee a.profile-card:hover .profile-card__img img {
    transform: scale(1.1)
  }
}

.page-contact .contact {
  padding: 13.2rem 0 0
}

@media(max-width: 768px) {
  .page-contact .contact {
    padding-top: 11.4rem
  }
}

.page-contact .contact__container {
  max-width: 80.6rem
}

.page-contact .contact__head {
  display: flex;
  flex-direction: column;
  align-items: center
}

.page-contact .contact__head-title {
  font-size: 3.4rem;
  font-weight: bold
}

@media(max-width: 768px) {
  .page-contact .contact__head-title {
    font-size: 2.4rem
  }
}

.page-contact .contact__head-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .05em;
  margin-top: 1.3rem
}

@media(max-width: 768px) {
  .page-contact .contact__head-text {
    text-align: center;
    margin-top: .8rem
  }
}

.page-contact .contact__body {
  margin-top: 9rem
}

@media(max-width: 768px) {
  .page-contact .contact__body {
    margin-top: 4.8rem
  }
}

.page-not-found .not-found {
  padding: 18rem 0 12rem
}

@media(max-width: 768px) {
  .page-not-found .not-found {
    padding: 12rem 0 8rem
  }
}

.page-not-found .not-found__container {
  max-width: 78rem;
  text-align: center
}

.page-not-found .not-found__head {
  font-size: 6rem;
  font-weight: bold;
  overflow: hidden
}

.page-not-found .not-found__head span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-not-found .not-found__head.is-inview span {
  transform: translateY(0)
}

.page-not-found .not-found__title {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 6rem
}

@media(max-width: 768px) {
  .page-not-found .not-found__title {
    margin-top: 3rem
  }
}

.page-not-found .not-found__text {
  font-size: 1.6rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: .1rem solid #272727
}

.page-not-found .not-found__btn {
  margin-top: 6rem
}

.u-sp-only {
  display: none
}

@media(max-width: 768px) {
  .u-sp-only {
    display: block
  }
}

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

.is-loading {
  pointer-events: none
}

.is-loading .loading__logo {
  opacity: 1
}

.is-loading-done {
  pointer-events: auto
}

.is-hamburger-menu-open .hamburger-menu {
  pointer-events: auto;
  transform: translateY(0)
}

.is-hamburger-menu-open .hamburger-btn span {
  opacity: 0
}

.is-hamburger-menu-open .hamburger-btn::before {
  transform: rotate(15deg) translateY(0)
}

.is-hamburger-menu-open .hamburger-btn::after {
  transform: rotate(-15deg) translateY(0)
}

.is-modal-open {
  overflow: hidden
}

.inview {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
  transform: translateY(30px);
  opacity: 0
}

.inview.inview-is-visible {
  transform: translateY(0);
  opacity: 1
}

/*# sourceMappingURL=style.css.map */