@charset "UTF-8";
a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
td,
th {
  text-align: left;
}

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

embed,
object {
  vertical-align: top;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

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

ol[class] > li,
ul[class] > li {
  list-style-type: none;
}

a,
button,
label {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
}

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

:root {
  --vh: 1vh ;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  pointer-events: none;
}

html {
  overflow-y: scroll;
}

body,
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  line-height: 1.7;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: Acumin Pro;
  font-weight: 500;
  src: url(/fonts/acumin-pro-medium.otf) format("opentype");
}
@font-face {
  font-family: Acumin Pro;
  font-weight: 600;
  src: url(/fonts/acumin-pro-semibold.otf) format("opentype");
}
@font-face {
  font-family: Acumin Pro;
  font-weight: 700;
  src: url(/fonts/acumin-pro-bold.otf) format("opentype");
}
@media not all and (max-width: 768px) {
  html {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.42vw;
  }
}
img,
svg {
  height: auto;
  width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  outline: none;
}

button.focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
}

button:focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
}

.fixed-heading {
  font-weight: 500;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  z-index: 2;
}

@media not all and (max-width: 768px) {
  .fixed-heading {
    bottom: 1rem;
    font-size: 4rem;
    left: 2.1rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .fixed-heading {
    border-bottom: 1px solid #0023ff;
    bottom: 1.5rem;
    font-size: 2.1rem;
    left: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.fixed-heading.show {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  visibility: visible;
}

.wrapper {
  color: #0023ff;
  font-family: Acumin Pro, Zen Kaku Gothic New, sans-serif;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
}

.logo {
  opacity: 0;
  position: fixed;
  -webkit-transform-origin: 25% 20%;
  transform-origin: 25% 20%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  visibility: hidden;
  z-index: 11;
}

@media not all and (max-width: 768px) {
  .logo {
    left: -4.4rem;
    top: -1.2rem;
    width: 29.5em;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    left: -2.3rem;
    top: -2rem;
    width: 23rem;
  }
}
.logo.visible {
  opacity: 1;
  visibility: visible;
}

.logo img {
  width: 100%;
}

.logo__link {
  display: block;
  height: 100%;
  padding-top: 56.29%;
  position: relative;
}

.logo__img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.logo__img--white {
  opacity: 0.05;
}

.logo.white .logo__img--white {
  opacity: 1;
}

.logo.white .logo__img--blue {
  opacity: 0.05;
}

.logo.is-open {
  opacity: 1;
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
  visibility: visible;
}

.logo.is-open .logo__img--white {
  opacity: 1;
}

.logo.is-open .logo__img--blue {
  opacity: 0.05;
}

@media not all and (max-width: 768px) {
  .menu {
    bottom: 2rem;
    position: fixed;
    right: 2.2rem;
    z-index: 9;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .menu__list {
    margin-top: 16.5rem;
  }
}
@media not all and (max-width: 768px) {
  .menu__list__item {
    margin-bottom: 0.2rem;
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .menu__list__item + .menu__list__item {
    margin-top: 2.2rem;
  }
}
.menu__list__link {
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media not all and (max-width: 768px) {
  .menu__list__link {
    color: #0023ff;
    font-size: 1.8rem;
    padding: 0.05em 0;
  }
  .menu__list__link:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .menu__list__link {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    padding: 0;
  }
}
@media not all and (max-width: 768px) {
  .menu__list__link.active {
    border-bottom: 2px solid #0023ff;
  }
}
@media screen and (max-width: 768px) {
  .menu__list__link.active {
    border-bottom: 2px solid #fff;
  }
}
.menu__list__link span {
  display: inline-block;
}

@media not all and (max-width: 768px) {
  .menu__list__item--mail {
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .menu__list__item--mail {
    margin-top: 2.2rem;
  }
}
.menu__list__link--mail {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
}

.menu__list__icon {
  display: block;
  height: 100%;
  position: relative;
}

@media not all and (max-width: 768px) {
  .menu__list__icon {
    height: 1.8rem;
    width: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .menu__list__icon {
    height: 2.2rem;
    width: 3.4rem;
  }
}
.menu__list__icon__closed,
.menu__list__icon__opened {
  bottom: 0.2rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.menu__list__icon__closed path,
.menu__list__icon__opened path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .menu__list__icon__closed path {
    stroke: #fff;
  }
}
.menu__list__icon__opened {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .menu__list__icon__opened path {
    fill: #fff;
  }
}
.menu__list__link--mail:hover .menu__list__icon__closed {
  opacity: 0;
}

.menu__list__link--mail:hover .menu__list__icon__opened {
  opacity: 1;
}

.menu.white .menu__list__link {
  color: #fff;
}

.menu.white .menu__list__link.active {
  border-color: #fff;
}

.menu.white .menu__list__icon__closed path {
  stroke: #fff;
}

.menu.white .menu__list__icon__opened path {
  fill: #fff;
}

@media not all and (max-width: 768px) {
  .menu__button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu__button {
    height: 5.5rem;
    position: fixed;
    right: 2rem;
    top: 1.7rem;
    width: 5.5rem;
    z-index: 11;
  }
}
@media not all and (max-width: 768px) {
  .menu__close {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu__close {
    position: fixed;
    right: 2rem;
    top: 1.7rem;
  }
}
.menu__close__button {
  display: block;
  height: 5.5rem;
  width: 5.5rem;
}

.menu__button:after,
.menu__button:before {
  background-color: #0023ff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.2s, top 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0, 1, 0.3);
  transition: background-color 0.2s, top 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0, 1, 0.3);
  transition: background-color 0.2s, top 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.7, 0, 1, 0.3);
  transition: background-color 0.2s, top 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s, transform 0.3s cubic-bezier(0.7, 0, 1, 0.3), -webkit-transform 0.3s cubic-bezier(0.7, 0, 1, 0.3);
  width: 65%;
}

.menu__button:before {
  top: 1.5rem;
}

.menu__button:after {
  top: 3.4rem;
}

.menu__button.white:after,
.menu__button.white:before {
  background-color: #fff;
}

.menu__button.is-open:after,
.menu__button.is-open:before {
  background-color: #fff;
  -webkit-transition: background-color 0.2s, top 0.3s cubic-bezier(0.7, 0, 1, 0.3), -webkit-transform 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s;
  transition: background-color 0.2s, top 0.3s cubic-bezier(0.7, 0, 1, 0.3), -webkit-transform 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s;
  transition: background-color 0.2s, top 0.3s cubic-bezier(0.7, 0, 1, 0.3), transform 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s;
  transition: background-color 0.2s, top 0.3s cubic-bezier(0.7, 0, 1, 0.3), transform 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0, 0.7, 0.3, 1) 0.3s;
}

.menu__button.is-open:before {
  top: 2.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__button.is-open:after {
  top: 2.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .drawer__close-button {
    height: 5.5rem;
    position: fixed;
    right: 2.4rem;
    top: 1.5rem;
    width: 5.5rem;
  }
  .drawer__close-button:after,
  .drawer__close-button:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
  }
  .drawer__close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer__close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .drawer {
    display: none;
  }
  .drawer.is-open {
    display: block;
  }
  .drawer__backdrop {
    background-color: #0023ff;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .drawer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
  }
  .drawer[aria-hidden=false] .drawer__backdrop {
    -webkit-animation: fadeIn 0.1s cubic-bezier(0, 0, 0.2, 1);
    animation: fadeIn 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .drawer[aria-hidden=true] .drawer__backdrop {
    -webkit-animation: fadeOut 0.1s cubic-bezier(0, 0, 0.2, 1);
    animation: fadeOut 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .drawer__content {
    padding: 2rem 15rem 5rem 3rem;
  }
  .drawer__logo {
    width: 17.5rem;
  }
}
.hero {
  /* background: #0023ff; */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.hero__video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.intro {
  /* background: #0023ff */
  color: #0023ff;
}

@media not all and (max-width: 768px) {
  .intro {
    padding: 15.3rem 0 19rem;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 11.5rem 3.2rem 15rem;
  }
}
.intro__ttl {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media not all and (max-width: 768px) {
  .intro__ttl {
    margin: auto;
    padding-left: 1rem;
    width: 83.9rem;
  }
}
@media screen and (max-width: 768px) {
  .intro__ttl {
    margin: 0;
    padding-left: 0;
    width: 35rem;
  }
}
@media not all and (max-width: 768px) {
  .intro__lead {
    margin: 20rem auto 0;
    width: 66.6rem;
  }
}
@media screen and (max-width: 768px) {
  .intro__lead {
    margin: 2rem 0 0;
    width: 35rem;
  }
}
@media not all and (max-width: 768px) {
  .service {
    padding: 13rem 0 19rem;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 13rem 3.2rem 13.5rem;
  }
}
@media not all and (max-width: 768px) {
  .service__ttl {
    margin: auto;
    width: 45.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service__ttl {
    margin: 0;
    width: 30.4rem;
  }
}
@media not all and (max-width: 768px) {
  .service__lead {
    margin: 2.2rem auto 0;
    width: 56.3rem;
  }
}
@media screen and (max-width: 768px) {
  .service__lead {
    margin: 2.3rem 0 0;
    width: 28.7rem;
  }
}
.service__img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media not all and (max-width: 768px) {
  .service__img {
    margin: 4.7rem auto 0;
    padding-left: 2.5rem;
    width: 99.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__img {
    margin: 4.1rem 0 0;
    padding-left: 0;
    width: 34.7rem;
  }
}
@media not all and (max-width: 768px) {
  .sample {
    margin-top: 16.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sample {
    margin-top: 4.3rem;
  }
}
.sample__ttl {
  margin: auto;
}

@media not all and (max-width: 768px) {
  .sample__ttl {
    width: 22.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sample__ttl {
    width: 10.8rem;
  }
}
@media not all and (max-width: 768px) {
  .sample__img {
    margin: 2.8rem auto 0;
    width: 80.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sample__img {
    margin: 1.7rem auto 0;
    width: 34.8rem;
  }
}
.team {
  padding: 0 0 11rem;
}

@media screen and (max-width: 768px) {
  .team {
    padding: 0 3.2rem 13rem;
  }
}
@media not all and (max-width: 768px) {
  .team__ttl {
    margin: auto;
    width: 72.5rem;
  }
}
@media screen and (max-width: 768px) {
  .team__ttl {
    margin: 0;
    width: 29.6rem;
  }
}
@media not all and (max-width: 768px) {
  .team__lead {
    margin: 1.5rem auto 0;
    width: 50.3rem;
  }
}
@media screen and (max-width: 768px) {
  .team__lead {
    margin: 2.2rem 0 0;
    width: 29.3rem;
  }
}
@media not all and (max-width: 768px) {
  .team__img {
    margin: 4.5rem auto 0;
    width: 72.5rem;
  }
}
@media screen and (max-width: 768px) {
  .team__img {
    margin: 4.2rem auto 0;
    width: 34.8rem;
  }
}
.member {
  margin: auto;
  max-width: 136.6rem;
  position: relative;
}

@media not all and (max-width: 768px) {
  .member {
    padding: 17rem 2.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .member {
    padding: 13rem 3.2rem 0;
  }
}
@media not all and (max-width: 768px) {
  .member__nav {
    position: absolute;
    right: 6rem;
    top: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .member__nav {
    position: relative;
  }
}
.member__nav__item {
  margin-bottom: 0.6rem;
}

.member__nav__item:last-of-type {
  margin-bottom: 0;
}

.member__nav__item__link {
  color: #0023ff;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

@media not all and (max-width: 768px) {
  .member__nav__item__link:hover {
    opacity: 0.4;
  }
  .member__inner {
    padding: 5rem 0 18rem;
  }
}
@media screen and (max-width: 768px) {
  .member__inner {
    padding: 3rem 0 13rem;
  }
}
.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-button {
  color: #0023ff;
  cursor: pointer;
  display: block;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.member-item__thumbnail {
  background-color: #efefef;
  font-size: 0;
  position: relative;
}

.member-item__gray {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}

@media not all and (max-width: 768px) {
  .member__list--large .member-item {
    width: 68rem;
  }
}
@media screen and (max-width: 768px) {
  .member__list--large .member-item {
    width: 100%;
  }
}
@media not all and (max-width: 768px) {
  .member__list--small .member-item {
    margin-right: 0.6rem;
    width: 43.4rem;
  }
  @media screen and (max-width: 1366px) {
    .member__list--small .member-item {
      margin-right: 0.45%;
      width: 32.9%;
    }
  }
  .member__list--small .member-item:nth-child(3n) {
    margin-right: 0;
  }
  .member__list--small .member-item:nth-child(n+4) {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .member__list--small .member-item {
    width: 100%;
  }
  .member__list--small .member-item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.member-item__ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 1.3rem;
}

@media not all and (max-width: 768px) {
  .member-item__ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .member-item__ja {
    font-size: 1.2rem;
  }
}
.member-item__en {
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media not all and (max-width: 768px) {
  .member-item__en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .member-item__en {
    font-size: 0.9rem;
    margin-top: 0.1rem;
  }
}
.member-item__post {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media not all and (max-width: 768px) {
  .member-item__post {
    font-size: 1rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .member-item__post {
    font-size: 0.8rem;
    margin-top: 0.1rem;
  }
}
.member-item__en .bg,
.member-item__ja .bg,
.member-item__post .bg {
  display: inline-block;
  height: 100%;
}

@media not all and (max-width: 768px) {
  .member-item:hover .member-item__gray {
    opacity: 1;
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  background-color: rgba(0, 35, 255, 0.9);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  overflow: auto;
  padding-left: calc(50vw - 57.6rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
}

.modal__container {
  margin: auto;
  min-height: 100%;
}

.modal__container,
.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

@media not all and (max-width: 768px) {
  .modal__content {
    padding: 12rem 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 7.5rem 0 4rem;
  }
}
.modal__buttons {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 13;
}

.modal__close-button {
  height: 5.5rem;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 5.5rem;
}

@media not all and (max-width: 768px) {
  .modal__close-button {
    right: 1rem;
    top: 1.8rem;
  }
  .modal__close-button:hover {
    opacity: 0.5;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .modal__close-button {
    right: 2rem;
    top: 1.5rem;
  }
}
.modal__close-button:after,
.modal__close-button:before {
  background-color: #0023ff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
}

.modal__close-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__arrows {
  position: absolute;
}

@media not all and (max-width: 768px) {
  .modal__arrows {
    bottom: 1.4rem;
    right: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__arrows {
    bottom: 2.4rem;
    right: 2.2rem;
  }
}
.modal__arrow__next,
.modal__arrow__prev {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 2.2rem;
}

.modal__arrow__next.inactive,
.modal__arrow__prev.inactive {
  opacity: 0.2;
  pointer-events: none;
}

@media not all and (max-width: 768px) {
  .modal__arrow__prev:hover {
    opacity: 0.4;
  }
}
.modal__arrow__next {
  margin-top: 1.5rem;
}

@media not all and (max-width: 768px) {
  .modal__arrow__next:hover {
    opacity: 0.4;
  }
}
.modal[aria-hidden=false] .modal__arrows,
.modal[aria-hidden=false] .modal__backdrop,
.modal[aria-hidden=false] .modal__close-button {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
  animation: fadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
  -webkit-animation: slideIn 0.6s cubic-bezier(0, 0.75, 0.41, 1);
  animation: slideIn 0.6s cubic-bezier(0, 0.75, 0.41, 1);
}

.modal[aria-hidden=true] .modal__arrows,
.modal[aria-hidden=true] .modal__backdrop,
.modal[aria-hidden=true] .modal__close-button {
  -webkit-animation: fadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
  animation: fadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
  -webkit-animation: slideOut 0.6s cubic-bezier(0, 0, 0.2, 1);
  animation: slideOut 0.6s cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.modal__inner {
  margin: auto 0;
}

.modal__member {
  display: none;
}

@media not all and (max-width: 768px) {
  .modal__member__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 115.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__member__content {
    display: block;
    width: 100%;
  }
}
.modal__member__img {
  background: #eaeaea;
  font-size: 0;
}

@media not all and (max-width: 768px) {
  .modal__member__img {
    width: 67.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__member__img {
    width: 100vw;
  }
}
@media not all and (max-width: 768px) {
  .modal__member__txts {
    width: 43.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__member__txts {
    margin: 3.2rem auto 0;
    width: 35rem;
  }
}
.modal__member__ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media not all and (max-width: 768px) {
  .modal__member__ja {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__member__ja {
    margin-top: 0;
  }
}
.modal__member__en {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.modal__member__post {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.modal__member__detail {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2.7rem;
}

@media screen and (max-width: 768px) {
  .modal__member__detail {
    width: 31.8rem;
  }
}
.modal__member__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media not all and (max-width: 768px) {
  .modal__member__taglist {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__member__taglist {
    margin-top: 1.5rem;
    width: 31.8rem;
  }
}
.modal__member__tag {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  margin-right: 1.3rem;
}

.news {
  margin: auto;
  max-width: 136.6rem;
  min-height: 100vh;
}

@media not all and (max-width: 768px) {
  .news {
    padding: 17rem 4.8rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 14rem 3.2rem 13rem;
  }
}
.news__inner {
  margin-left: auto;
  max-width: 111.4rem;
}

.news__item {
  border-top: 2px solid #0023ff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media not all and (max-width: 768px) {
  .news__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item {
    font-size: 1.4rem;
  }
}
.news__item:last-child {
  border-bottom: 2px solid #0023ff;
}

.news__summary {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media not all and (max-width: 768px) {
  .news__summary {
    padding: 2.9rem 0 2.2rem;
  }
  .news__summary:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .news__summary {
    padding: 2.8rem 1.5rem 2.4rem 0.5rem;
  }
}
.news__date {
  display: block;
  font-size: 1.1rem;
}

.news__date.new:after {
  color: #ff00ba;
  content: "NEW";
  margin-left: 0.6rem;
}

.news__summary::-webkit-details-marker {
  display: none;
}

.news__icon {
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
}

.news__icon .bar:first-child,
.news__icon .bar:nth-child(2) {
  background: #0023ff;
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.news__icon .bar:first-child {
  position: absolute;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
  transform: translate(50%, -50%) rotate(0deg);
  width: 1.1rem;
}

@media not all and (max-width: 768px) {
  .news__icon .bar:first-child {
    height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__icon .bar:first-child {
    height: 0.1rem;
  }
}
.news__icon .bar:nth-child(2) {
  height: 1.1rem;
  position: absolute;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
  transform: translate(50%, -50%) rotate(0deg);
}

@media not all and (max-width: 768px) {
  .news__icon .bar:nth-child(2) {
    width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__icon .bar:nth-child(2) {
    width: 0.1rem;
  }
}
.news__accordion.is-opened .news__icon .bar:first-child {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}

.news__accordion.is-opened .news__icon .bar:nth-child(2) {
  -webkit-transform: translate(50%, -50%) rotate(270deg);
  transform: translate(50%, -50%) rotate(270deg);
}

.news__detail {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.news__detail__inner {
  line-height: 1.5;
}

@media not all and (max-width: 768px) {
  .news__detail__inner {
    padding: 1rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .news__detail__inner {
    padding: 0.5rem 0.5rem 3rem;
  }
}
/* Topics */
.topics {
  margin: auto;
  min-height: 100vh;
  position: relative;
}

.topics:before {
  content: "";
  height: 34rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ccd3f8));
  background: linear-gradient(to bottom, #ffffff 0%, #ccd3f8 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media not all and (max-width: 768px) {
  .topics {
    /* padding: 17rem 4.8rem 20rem; */
    padding: 16.6rem 0 18rem;
  }
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 18.5rem 3.2rem 23rem;
  }
}
.topics__inner {
  margin-inline: auto;
  max-width: 84.55rem;
}

.topics__item {
  border-top: 2px solid #0023ff;
  padding: 2.8rem 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.topics__item:last-child {
  border-bottom: 2px solid #0023ff;
}

.topics__date {
  position: relative;
  margin-right: 5rem;
  padding-left: 0.4rem;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.topics__date:before {
  content: "";
  width: 3rem;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.9rem);
}

.topics__cate {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.2rem;
  font-weight: 600;
}

.topics__title {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4rem;
  font-weight: 700;
}

@media not all and (max-width: 768px) {
  .topics__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__item {
    padding: 2.6rem 0;
    font-size: 1.4rem;
    position: relative;
    display: block;
  }
  .topics__date {
    padding-left: 0;
    line-height: 1;
    display: inline-block;
  }
  .topics__date:before {
    width: 2rem;
    top: 40%;
    left: calc(100% + 0.6rem);
  }
  .topics__cate {
    position: absolute;
    top: 2.8rem;
    left: 9rem;
    font-size: 1.4rem;
  }
  .topics__title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.wrapper {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.fixed-heading {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .fixed-heading {
    left: inherit;
    right: 2.1rem;
  }
  .fixed-heading .svg__list {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .fixed-heading {
    border-bottom: none;
    padding-bottom: 4.8309178744vw;
  }
  .fixed-heading .svg__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.7246376812vw;
    position: absolute;
    top: 7.2463768116vw;
    left: 0;
    opacity: 0;
    pointer-events: none;
    margin-top: -3.1400966184vw;
  }
  .fixed-heading .svg__list--item {
    width: 4.8309178744vw;
    margin-left: -0.7246376812vw;
  }
  .fixed-heading .svg__list--item svg path {
    fill: none;
    stroke: #0023ff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 1.5;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
  }
  .fixed-heading .svg__list--item:nth-child(1) svg path {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
  }
  .fixed-heading .svg__list--item:nth-child(2) svg path {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .fixed-heading .svg__list--item:nth-child(3) svg path {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .fixed-heading .svg__list--item:nth-child(4) svg path {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
  }
  .fixed-heading .svg__list--item:nth-child(5) svg path {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .fixed-heading .svg__list--item:nth-child(6) svg path {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s;
  }
  .fixed-heading .svg__list--item:nth-child(7) svg path {
    -webkit-animation-delay: 0.56s;
            animation-delay: 0.56s;
  }
  .fixed-heading .svg__list--item:nth-child(8) svg path {
    -webkit-animation-delay: 0.64s;
            animation-delay: 0.64s;
  }
  .fixed-heading .svg__list--item:nth-child(9) svg path {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s;
  }
  .fixed-heading .svg__list--item:nth-child(10) svg path {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .fixed-heading .svg__list--item:nth-child(11) svg path {
    -webkit-animation-delay: 0.88s;
            animation-delay: 0.88s;
  }
  .fixed-heading .svg__list--item:nth-child(12) svg path {
    -webkit-animation-delay: 0.96s;
            animation-delay: 0.96s;
  }
  .fixed-heading .svg__list--item:nth-child(13) svg path {
    -webkit-animation-delay: 1.04s;
            animation-delay: 1.04s;
  }
  .fixed-heading .svg__list--item:nth-child(14) svg path {
    -webkit-animation-delay: 1.12s;
            animation-delay: 1.12s;
  }
  .fixed-heading .svg__list--item:nth-child(15) svg path {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .fixed-heading .svg__list--item:nth-child(16) svg path {
    -webkit-animation-delay: 1.28s;
            animation-delay: 1.28s;
  }
  .fixed-heading .svg__list--item:nth-child(17) svg path {
    -webkit-animation-delay: 1.36s;
            animation-delay: 1.36s;
  }
  .fixed-heading .svg__list--item:nth-child(18) svg path {
    -webkit-animation-delay: 1.44s;
            animation-delay: 1.44s;
  }
  .fixed-heading .svg__list--item:nth-child(19) svg path {
    -webkit-animation-delay: 1.52s;
            animation-delay: 1.52s;
  }
  .fixed-heading .svg__list--item:nth-child(20) svg path {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .fixed-heading.show .svg__list {
    opacity: 1;
    -webkit-transition: opacity 0.01s;
    transition: opacity 0.01s;
  }
  .fixed-heading.show path {
    -webkit-animation: strokePath 0.08s;
            animation: strokePath 0.08s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media (max-width: 768px) {
  .logo {
    z-index: 1000;
    left: -6.5217391304vw;
    top: -8.6956521739vw;
    width: 88.8888888889vw;
    position: absolute;
  }
  .logo.is-open .logo__img--blue {
    opacity: 1;
  }
  .logo.is-open {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: fixed;
  }
  .logo.float {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .logo__img {
    margin-left: -6.038647343vw;
  }
}

.menu {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .menu {
    top: 27.6vh;
    bottom: inherit;
    right: inherit;
    left: 1.8301610542vw;
    width: 12.4450951684vw;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.3674963397vw;
  }
  .menu__list__item {
    position: relative;
  }
  .menu__list__item:not(.active):hover .svg__list {
    opacity: 1;
    -webkit-transition: opacity 0.04s;
    transition: opacity 0.04s;
  }
  .menu__list__item:not(.active):hover path {
    -webkit-animation: strokePath 0.04s;
            animation: strokePath 0.04s;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.08, 0.03, 1.01);
            animation-timing-function: cubic-bezier(0.5, 0.08, 0.03, 1.01);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .menu__list__item.active .svg__list {
    opacity: 1;
  }
  .menu__list__item.active path {
    stroke-dashoffset: 0 !important;
  }
  .menu__list__link {
    font-size: 1.4641288433vw;
    padding-bottom: 9.3vh;
  }
  .menu__list__link.active {
    border: none;
  }
  .menu__list__link--mail {
    padding-bottom: 0;
  }
  .menu .svg__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3660322108vw;
    position: absolute;
    top: 2.196193265vw;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .menu .svg__list--item {
    width: 2.196193265vw;
    margin-left: -0.3660322108vw;
  }
  .menu .svg__list--item svg path {
    fill: none;
    stroke: #0023ff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 1.5;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
  }
  .menu .svg__list--item:nth-child(1) svg path {
    -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
  }
  .menu .svg__list--item:nth-child(2) svg path {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
  }
  .menu .svg__list--item:nth-child(3) svg path {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
  }
  .menu .svg__list--item:nth-child(4) svg path {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .menu .svg__list--item:nth-child(5) svg path {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .menu .svg__list--item:nth-child(6) svg path {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .menu .svg__list--item:nth-child(7) svg path {
    -webkit-animation-delay: 0.28s;
            animation-delay: 0.28s;
  }
  .menu .svg__list--item:nth-child(8) svg path {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
  }
  .menu .svg__list--item:nth-child(9) svg path {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s;
  }
  .menu .svg__list--item:nth-child(10) svg path {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .menu .svg__list--item:nth-child(11) svg path {
    -webkit-animation-delay: 0.44s;
            animation-delay: 0.44s;
  }
  .menu .svg__list--item:nth-child(12) svg path {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s;
  }
  .menu .svg__list--item:nth-child(13) svg path {
    -webkit-animation-delay: 0.52s;
            animation-delay: 0.52s;
  }
  .menu .svg__list--item:nth-child(14) svg path {
    -webkit-animation-delay: 0.56s;
            animation-delay: 0.56s;
  }
  .menu .svg__list--item:nth-child(15) svg path {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .menu .svg__list--item:nth-child(16) svg path {
    -webkit-animation-delay: 0.64s;
            animation-delay: 0.64s;
  }
  .menu .svg__list--item:nth-child(17) svg path {
    -webkit-animation-delay: 0.68s;
            animation-delay: 0.68s;
  }
  .menu .svg__list--item:nth-child(18) svg path {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s;
  }
  .menu .svg__list--item:nth-child(19) svg path {
    -webkit-animation-delay: 0.76s;
            animation-delay: 0.76s;
  }
  .menu .svg__list--item:nth-child(20) svg path {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .menu .svg__list--item:nth-child(21) svg path {
    -webkit-animation-delay: 0.84s;
            animation-delay: 0.84s;
  }
  .menu .svg__list--item:nth-child(22) svg path {
    -webkit-animation-delay: 0.88s;
            animation-delay: 0.88s;
  }
  .menu .svg__list--item:nth-child(23) svg path {
    -webkit-animation-delay: 0.92s;
            animation-delay: 0.92s;
  }
  .menu .svg__list--item:nth-child(24) svg path {
    -webkit-animation-delay: 0.96s;
            animation-delay: 0.96s;
  }
  .menu .svg__list--item:nth-child(25) svg path {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .menu .svg__list--item:nth-child(26) svg path {
    -webkit-animation-delay: 1.04s;
            animation-delay: 1.04s;
  }
  .menu .svg__list--item:nth-child(27) svg path {
    -webkit-animation-delay: 1.08s;
            animation-delay: 1.08s;
  }
  .menu .svg__list--item:nth-child(28) svg path {
    -webkit-animation-delay: 1.12s;
            animation-delay: 1.12s;
  }
  .menu .svg__list--item:nth-child(29) svg path {
    -webkit-animation-delay: 1.16s;
            animation-delay: 1.16s;
  }
  .menu .svg__list--item:nth-child(30) svg path {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .menu .svg__list--item:nth-child(31) svg path {
    -webkit-animation-delay: 1.24s;
            animation-delay: 1.24s;
  }
  .menu .svg__list--item:nth-child(32) svg path {
    -webkit-animation-delay: 1.28s;
            animation-delay: 1.28s;
  }
  .menu .svg__list--item:nth-child(33) svg path {
    -webkit-animation-delay: 1.32s;
            animation-delay: 1.32s;
  }
  .menu .svg__list--item:nth-child(34) svg path {
    -webkit-animation-delay: 1.36s;
            animation-delay: 1.36s;
  }
  .menu .svg__list--item:nth-child(35) svg path {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .menu .svg__list--item:nth-child(36) svg path {
    -webkit-animation-delay: 1.44s;
            animation-delay: 1.44s;
  }
  .menu .svg__list--item:nth-child(37) svg path {
    -webkit-animation-delay: 1.48s;
            animation-delay: 1.48s;
  }
  .menu .svg__list--item:nth-child(38) svg path {
    -webkit-animation-delay: 1.52s;
            animation-delay: 1.52s;
  }
  .menu .svg__list--item:nth-child(39) svg path {
    -webkit-animation-delay: 1.56s;
            animation-delay: 1.56s;
  }
  .menu .svg__list--item:nth-child(40) svg path {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .menu .svg__list--item:nth-child(41) svg path {
    -webkit-animation-delay: 1.64s;
            animation-delay: 1.64s;
  }
  .menu .svg__list--item:nth-child(42) svg path {
    -webkit-animation-delay: 1.68s;
            animation-delay: 1.68s;
  }
  .menu .svg__list--item:nth-child(43) svg path {
    -webkit-animation-delay: 1.72s;
            animation-delay: 1.72s;
  }
  .menu .svg__list--item:nth-child(44) svg path {
    -webkit-animation-delay: 1.76s;
            animation-delay: 1.76s;
  }
  .menu .svg__list--item:nth-child(45) svg path {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .menu .svg__list--item:nth-child(46) svg path {
    -webkit-animation-delay: 1.84s;
            animation-delay: 1.84s;
  }
  .menu .svg__list--item:nth-child(47) svg path {
    -webkit-animation-delay: 1.88s;
            animation-delay: 1.88s;
  }
  .menu .svg__list--item:nth-child(48) svg path {
    -webkit-animation-delay: 1.92s;
            animation-delay: 1.92s;
  }
  .menu .svg__list--item:nth-child(49) svg path {
    -webkit-animation-delay: 1.96s;
            animation-delay: 1.96s;
  }
  .menu .svg__list--item:nth-child(50) svg path {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .menu .svg__list--item:nth-child(51) svg path {
    -webkit-animation-delay: 2.04s;
            animation-delay: 2.04s;
  }
  .menu .svg__list--item:nth-child(52) svg path {
    -webkit-animation-delay: 2.08s;
            animation-delay: 2.08s;
  }
  .menu .svg__list--item:nth-child(53) svg path {
    -webkit-animation-delay: 2.12s;
            animation-delay: 2.12s;
  }
  .menu .svg__list--item:nth-child(54) svg path {
    -webkit-animation-delay: 2.16s;
            animation-delay: 2.16s;
  }
  .menu .svg__list--item:nth-child(55) svg path {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .menu .svg__list--item:nth-child(56) svg path {
    -webkit-animation-delay: 2.24s;
            animation-delay: 2.24s;
  }
  .menu .svg__list--item:nth-child(57) svg path {
    -webkit-animation-delay: 2.28s;
            animation-delay: 2.28s;
  }
  .menu .svg__list--item:nth-child(58) svg path {
    -webkit-animation-delay: 2.32s;
            animation-delay: 2.32s;
  }
  .menu .svg__list--item:nth-child(59) svg path {
    -webkit-animation-delay: 2.36s;
            animation-delay: 2.36s;
  }
  .menu .svg__list--item:nth-child(60) svg path {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .menu .svg__list--item:nth-child(61) svg path {
    -webkit-animation-delay: 2.44s;
            animation-delay: 2.44s;
  }
  .menu .svg__list--item:nth-child(62) svg path {
    -webkit-animation-delay: 2.48s;
            animation-delay: 2.48s;
  }
  .menu .svg__list--item:nth-child(63) svg path {
    -webkit-animation-delay: 2.52s;
            animation-delay: 2.52s;
  }
  .menu .svg__list--item:nth-child(64) svg path {
    -webkit-animation-delay: 2.56s;
            animation-delay: 2.56s;
  }
  .menu .svg__list--item:nth-child(65) svg path {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }
  .menu .svg__list--item:nth-child(66) svg path {
    -webkit-animation-delay: 2.64s;
            animation-delay: 2.64s;
  }
  .menu .svg__list--item:nth-child(67) svg path {
    -webkit-animation-delay: 2.68s;
            animation-delay: 2.68s;
  }
  .menu .svg__list--item:nth-child(68) svg path {
    -webkit-animation-delay: 2.72s;
            animation-delay: 2.72s;
  }
  .menu .svg__list--item:nth-child(69) svg path {
    -webkit-animation-delay: 2.76s;
            animation-delay: 2.76s;
  }
  .menu .svg__list--item:nth-child(70) svg path {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s;
  }
  .menu .svg__list--item:nth-child(71) svg path {
    -webkit-animation-delay: 2.84s;
            animation-delay: 2.84s;
  }
  .menu .svg__list--item:nth-child(72) svg path {
    -webkit-animation-delay: 2.88s;
            animation-delay: 2.88s;
  }
  .menu .svg__list--item:nth-child(73) svg path {
    -webkit-animation-delay: 2.92s;
            animation-delay: 2.92s;
  }
  .menu .svg__list--item:nth-child(74) svg path {
    -webkit-animation-delay: 2.96s;
            animation-delay: 2.96s;
  }
  .menu .svg__list--item:nth-child(75) svg path {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .menu .svg__list--item:nth-child(76) svg path {
    -webkit-animation-delay: 3.04s;
            animation-delay: 3.04s;
  }
  .menu .svg__list--item:nth-child(77) svg path {
    -webkit-animation-delay: 3.08s;
            animation-delay: 3.08s;
  }
  .menu .svg__list--item:nth-child(78) svg path {
    -webkit-animation-delay: 3.12s;
            animation-delay: 3.12s;
  }
  .menu .svg__list--item:nth-child(79) svg path {
    -webkit-animation-delay: 3.16s;
            animation-delay: 3.16s;
  }
  .menu .svg__list--item:nth-child(80) svg path {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
  }
}
@media (max-width: 768px) {
  .menu__list {
    margin-top: 22.5vh;
    margin-left: 10.8695652174vw;
  }
  .menu__list__link {
    color: #0023ff;
    font-size: 6.5217391304vw;
  }
  .menu__list__link .active {
    border-bottom: none;
  }
  .menu__list__item {
    position: relative;
  }
  .menu__list__item + .menu__list__item {
    margin-top: 10.8vh;
  }
  .menu__list__item--mail {
    margin-top: 10.8vh;
  }
  .menu__list__item.active .svg__list {
    opacity: 1;
    -webkit-transition: opacity 0.01s;
    transition: opacity 0.01s;
  }
  .menu__list__icon__closed path {
    stroke: #0023ff;
  }
  .menu__list__icon__opened path {
    stroke: #0023ff;
  }
  .menu .svg__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.7246376812vw;
    position: absolute;
    top: 7.2463768116vw;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .menu .svg__list--item {
    width: 7.2463768116vw;
    margin-left: -0.7246376812vw;
  }
  .menu .svg__list--item svg path {
    fill: none;
    stroke: #0023ff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 1.5;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
  }
  .menu .svg__list--item:nth-child(1) svg path {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
  }
  .menu .svg__list--item:nth-child(2) svg path {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .menu .svg__list--item:nth-child(3) svg path {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .menu .svg__list--item:nth-child(4) svg path {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
  }
  .menu .svg__list--item:nth-child(5) svg path {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .menu .svg__list--item:nth-child(6) svg path {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s;
  }
  .menu .svg__list--item:nth-child(7) svg path {
    -webkit-animation-delay: 0.56s;
            animation-delay: 0.56s;
  }
  .menu .svg__list--item:nth-child(8) svg path {
    -webkit-animation-delay: 0.64s;
            animation-delay: 0.64s;
  }
  .menu .svg__list--item:nth-child(9) svg path {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s;
  }
  .menu .svg__list--item:nth-child(10) svg path {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .menu__button.is-open {
    z-index: 1000;
  }
  .menu__button.is-open::after, .menu__button.is-open::before {
    background-color: #0023ff !important;
  }
  .menu .drawer.is-open path {
    -webkit-animation: strokePath 0.08s;
            animation: strokePath 0.08s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .menu .drawer__backdrop {
    background-color: #fff;
    z-index: 999;
  }
  .menu.-white .menu__button::after, .menu.-white .menu__button::before {
    background-color: #fff;
  }
}

@-webkit-keyframes strokePath {
  0% {
    stroke-dashoffset: 70;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes strokePath {
  0% {
    stroke-dashoffset: 70;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.footer {
  background-color: #DCDDDD;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .footer {
    padding-left: 3.6603221083vw;
  }
}
@media (min-width: 769px) {
  .footer__inner {
    width: 93.1185944363vw;
    height: 10.980966325vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.0732064422vw;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 7.2463768116vw 0 4.1062801932vw;
    letter-spacing: 0.2415458937vw;
  }
}
@media (min-width: 769px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    padding-left: 18.115942029vw;
  }
}
@media (min-width: 769px) {
  .footer__nav li + li {
    margin-left: 7.3206442167vw;
  }
}
@media (max-width: 768px) {
  .footer__nav li + li {
    margin-top: 4.347826087vw;
  }
}
@media (min-width: 769px) {
  .footer__nav li:last-child {
    margin-left: 9.9560761347vw;
  }
}
.footer__nav li:last-child a {
  letter-spacing: 0.0732064422vw;
}
.footer__nav li:last-child::after {
  background: url("/img/footer-nav-icon.png") no-repeat center center/100% auto;
  content: "";
  display: inline-block;
  width: 1.6105417277vw;
  height: 1.1713030747vw;
}
@media (max-width: 768px) {
  .footer__nav li:last-child::after {
    width: 3.3816425121vw;
    height: 2.8985507246vw;
    margin-left: 1.2077294686vw;
  }
}
.footer__nav li a {
  color: #0023FF;
  font-size: 1.1713030747vw;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1464128843vw;
}
@media (max-width: 768px) {
  .footer__nav li a {
    font-size: 3.3816425121vw;
  }
}
.footer__copyright {
  font-size: 1.0248901903vw;
  letter-spacing: 0.0439238653vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 2.8985507246vw;
    margin-top: 17.6328502415vw;
    letter-spacing: 0.1449275362vw;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top .logo.visible .logo__img--blue {
    opacity: 0;
  }
  .top .logo.visible .logo__img--white {
    opacity: 1;
  }
  .top .logo.visible.is-open .logo__img--white {
    opacity: 0;
  }
  .top .logo.visible.is-open .logo__img--blue {
    opacity: 1;
  }
}
.top .hero {
  background-color: #fff;
}
@media (min-width: 769px) {
  .top .hero {
    position: relative;
    z-index: 9;
  }
}
.top .hero:after {
  background: url("/img/kv-arrow.png") no-repeat center center/100% auto;
  position: absolute;
  bottom: 1.4641288433vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.8067349927vw;
  height: 1.9765739385vw;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 768px) {
  .top .hero:after {
    background-image: url("/img/kv-arrow-sp.png");
    width: 8.6956521739vw;
    height: 9.4202898551vw;
    bottom: 12.3vh;
  }
}
.top .hero.show-arrow:after {
  opacity: 1;
}
.top .hero__video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top .hero__video {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .top .topIntro {
    margin-left: 14.2020497804vw;
  }
}
@media (max-width: 768px) {
  .top .topIntro {
    padding: 28.2608695652vw 0 34.7826086957vw 7.729468599vw;
    background-color: #0023ff;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .top .topIntro__inner {
    max-width: 52.7086383602vw;
    margin: 9.9560761347vw auto;
  }
}
.top .topIntro__text--title {
  font-size: 1.9765739385vw;
  line-height: 4.5387994143vw;
  padding-bottom: 1.4641288433vw;
  letter-spacing: 0.2928257687vw;
}
@media (max-width: 768px) {
  .top .topIntro__text--title {
    font-size: 4.8309178744vw;
    line-height: 11.5942028986vw;
    letter-spacing: 0.7246376812vw;
    padding-bottom: 3.6231884058vw;
  }
}
.top .topIntro__text p {
  font-size: 1.317715959vw;
  line-height: 2.196193265vw;
  letter-spacing: 0.0732064422vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top .topIntro__text p {
    font-size: 3.8647342995vw;
    line-height: 6.2801932367vw;
    letter-spacing: 0.2415458937vw;
    padding-right: 7.729468599vw;
  }
}
.top .topIntro__text p + p {
  padding-top: 1.8301610542vw;
}
@media (max-width: 768px) {
  .top .topIntro__text p + p {
    padding-top: 5.5555555556vw;
  }
}
.top .topIntro__text p .fnt-futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.top .topIntro__logo {
  width: 16.7642752562vw;
  margin: 6.4421669107vw 0 0;
}
@media (max-width: 768px) {
  .top .topIntro__logo {
    width: 42.9951690821vw;
    margin-top: 13.2850241546vw;
  }
}

.news__item {
  font-weight: inherit;
}
.news__date {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .news__date {
    font-size: 0.8052708638vw;
  }
}
@media (max-width: 768px) {
  .news__date {
    font-size: 2.6570048309vw;
  }
}
.news__tag {
  color: #FF00BA;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8052708638vw;
  margin-right: 0.3660322108vw;
}
@media (min-width: 769px) {
  .news__tag {
    font-size: 0.8052708638vw;
    margin-right: 0.3660322108vw;
  }
}
@media (max-width: 768px) {
  .news__tag {
    font-size: 2.6570048309vw;
    margin-right: 1.2077294686vw;
  }
}
.news__headline {
  display: block;
  padding-right: 2.5622254758vw;
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .news__headline {
    font-size: 1.6105417277vw;
    line-height: 2.3426061493vw;
  }
}
@media (max-width: 768px) {
  .news__headline {
    padding-right: 3.3816425121vw;
    font-size: 18px;
  }
}
.news__detail {
  padding-right: 2.5622254758vw;
  padding-bottom: 1.4641288433vw;
}
@media (max-width: 768px) {
  .news__detail {
    padding-top: 3.3816425121vw;
    padding-bottom: 2.4154589372vw;
  }
}
.news__detail__text img {
  width: auto;
}
@media (max-width: 1000px) {
  .news__detail__text img {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .about .infomation {
    margin-left: 14.2020497804vw;
  }
}
@media (max-width: 768px) {
  .about .infomation {
    padding: 32.1256038647vw 7.729468599vw 23.4299516908vw;
  }
}
@media (min-width: 769px) {
  .about .infomation__inner {
    max-width: 80.5270863836vw;
    margin: 9.9560761347vw auto;
  }
}
.about .infomation__inner h3 {
  font-size: 2.196193265vw;
  margin-bottom: 2.3426061493vw;
  letter-spacing: 0.1464128843vw;
}
@media (max-width: 768px) {
  .about .infomation__inner h3 {
    font-size: 7.729468599vw;
    margin-bottom: 6.5217391304vw;
  }
}
.about .infomation__inner dl {
  font-weight: 700;
  border-bottom: 0.0732064422vw solid #0023FF;
}
.about .infomation__inner dl:first-child {
  border-top: 0.0732064422vw solid #0023FF;
}
@media (min-width: 769px) {
  .about .infomation__inner dl {
    padding: 2.4158125915vw 0;
    font-size: 1.1713030747vw;
    line-height: 1.9033674963vw;
    letter-spacing: 0.0732064422vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .infomation__inner dl dt {
    width: 17.5695461201vw;
  }
  .about .infomation__inner dl dd {
    width: 61.2737920937vw;
  }
}
@media (max-width: 768px) {
  .about .infomation__inner dl {
    padding: 7.9710144928vw 0;
    font-size: 3.3816425121vw;
    line-height: 4.8309178744vw;
  }
  .about .infomation__inner dl dt {
    margin-bottom: 0.2415458937vw;
  }
}

@media (min-width: 769px) {
  .member {
    margin: 0 0 0 14.2020497804vw;
    padding: 4.7584187408vw 1.756954612vw 0;
    max-width: 85.7979502196vw;
  }
  .member__nav {
    top: 8.4187408492vw;
  }
  .member__list--large .member-item__ja {
    font-size: 2rem;
  }
  .member__list--large .member-item__en {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .member__list--large .member-item__post {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .member__list--small .member-item {
    width: calc(33% - 0.3660322108vw);
    margin-right: 0.3660322108vw;
  }
  .member__list--small .member-item__post {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .member__list--large .member-item__en {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
  }
  .member__list--large .member-item__post {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
  }
  .member__list--small .member-item__post {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
  }
}
.member__nav__item__link {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .member__nav__item__link {
    font-size: 0.878477306vw;
  }
}
@media (max-width: 768px) {
  .member__nav__item__link {
    font-size: 2.8985507246vw;
  }
}

.modal.is-open {
  position: relative;
  z-index: 9999;
}
.modal__member__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.modal__member__post {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.modal__member__detail {
  font-weight: 700;
}
.modal__member__detail p + p {
  padding-top: 0.7320644217vw;
}
@media (max-width: 768px) {
  .modal__member__detail p + p {
    padding-top: 1.4492753623vw;
  }
}
@media (min-width: 769px) {
  .modal__member__tag {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 768px) {
  .modal__member__tag {
    font-size: 3.3816425121vw;
  }
}

.modal__close-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.modal__close-button:focus:not(:focus-visible) {
  outline: none;
}
.modal__close-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 35, 255, 0.5);
          box-shadow: inset 0 0 0 2px rgba(0, 35, 255, 0.5);
}

@media (min-width: 769px) {
  .works {
    margin-left: 14.2020497804vw;
  }
}