/* =================================================================
header
=================================================================*/
.c-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100vw;
  padding: 40px;
  transition: transform 0.35s;
  will-change: transform;
  pointer-events: none;
  mix-blend-mode: difference; }

@media screen and (max-width: 767px) {
  .c-header {
    width: 100%;
    padding: 20px;
    align-items: center; } }

.c-header > * {
  pointer-events: auto; }

.c-header__col {
  display: flex;
  align-items: center; }

.c-header .logo {
  width: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: 0 0;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 0.55s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.35s; }

@media screen and (max-width: 767px) {
  .c-header .logo {
    width: 15rem;
    transform: scale(1) translate3d(0, 0, 0); } }

.c-header .logo.is-menuShow {
  opacity: 0; }

@media screen and (max-width: 1024px) {
  .c-header .logo.is-menuShow {
    opacity: 1; } }

.c-header .logo__path {
  width: 100%; }

.c-header .logo__path polygon,
.c-header .logo__path rect,
.c-header .logo__path path {
  fill: #fff; }

.c-header .logo__path .logotype {
  opacity: 1;
  transition: opacity 0.35s; }

.c-header .switch-lang {
  display: flex;
  align-items: center; }

@media screen and (max-width: 767px) {
  .c-header .switch-lang {
    display: none; } }

.c-header .switch-lang__btn {
  line-height: 0;
  padding: 5px 0; }

.c-header .switch-lang__btn img {
  height: 15px; }

.c-header .switch-lang__sep {
  display: block;
  width: 1px;
  height: 25px;
  background-color: #fff;
  margin: 0 10px; }

.c-header .header-btn {
  position: relative;
  width: 20rem;
  padding: 1.2rem 0;
  background: #fff;
  color: #000;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-family: 'Yu Gothic Pr6N B';
  line-height: 1;
  margin: 0;
  border: 1px solid #fff;
  text-align: center;
  transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
  overflow: hidden;
  white-space: nowrap;
  z-index: 0; }

@media screen and (max-width: 767px) {
  .c-header .header-btn {
    width: auto;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    margin: 0; } }

.c-header .header-btn + .header-btn {
  margin: 0 0 0 2.5rem; }

.c-header .header-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 120%;
  height: 26rem;
  background: #000;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
  z-index: -9; }

.c-header .header-btn:hover {
  color: #fff; }

.c-header .header-btn:hover:after {
  transform: translate(-50%, -50%) scale(1); }

.c-header .header-btn--contact {
  color: #fff;
  background: transparent; }

@media screen and (max-width: 767px) {
  .c-header .header-btn--contact {
    display: none; } }

.c-header .header-btn--contact:after {
  background: #fff; }

.c-header .header-btn--contact:hover {
  color: #000; }

.c-block__title {
  font-size: 24rem;
  height: 20rem;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .c-block__title {
    font-size: 5rem;
    height: 5rem; } }

.c-block__title svg {
  height: 100%; }

.c-block__sub-title {
  font-size: 4rem;
  line-height: 1;
  margin: 6rem 0 0; }

@media screen and (max-width: 767px) {
  .c-block__sub-title {
    font-size: 1.8rem;
    margin: 4.5rem 0 0; } }

.c-block__sub-title .evering {
  height: 3.6rem;
  margin: 0rem 1rem 0 0;
  transform: translate(0px, 0.3rem);
  line-height: 1.8; }

@media screen and (max-width: 767px) {
  .c-block__sub-title .evering {
    height: 1.5rem;
    margin: 0rem 0.6rem 0 0;
    transform: translate(0px, 0.1rem); } }

.c-block__sub-title .line {
  display: block; }

.c-block__sub-title .line + .line {
  margin: 1.8rem 0 0; }

.c-block__desc {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 4rem 0 0; }

.c-block__back-btn {
  margin: 8rem 0 0; }

.c-menu-btn {
  width: 3.5rem;
  height: 2.2rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 6rem; }

@media screen and (max-width: 767px) {
  .c-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 2rem; } }

.c-menu-btn__bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.1, 1), opacity 0.3s; }

.c-menu-btn__bar span:nth-child(1) {
  transform: translate(0, 0) rotate(0deg);
  transform-origin: 0 0; }

.c-menu-btn__bar span:nth-child(2) {
  opacity: 1; }

.c-menu-btn__bar span:nth-child(3) {
  transform: translate(0, 0) rotate(0deg);
  transform-origin: 0 0; }

.c-menu-btn.is-open span:nth-child(1) {
  transform: translate(2px, 10px) rotate(45deg); }

.c-menu-btn.is-open span:nth-child(2) {
  opacity: 0; }

.c-menu-btn.is-open span:nth-child(3) {
  transform: translate(2px, -11px) rotate(-45deg); }

@-webkit-keyframes menuShow {
  from {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible; }
  to {
    opacity: 1; } }

@keyframes menuShow {
  from {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible; }
  to {
    opacity: 1; } }

.c-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  padding: 8rem 2rem;
  z-index: 9; }

.c-menu.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-animation: menuShow 0.25s forwards;
  animation: menuShow 0.25s forwards; }

.c-menu__container {
  display: flex;
  flex-direction: column; }

.c-menu__row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid; }

.c-menu__label {
  font-size: 3.5rem;
  padding: 2rem; }

.c-menu__label--small {
  font-size: 1.6rem; }

.c-menu__label.decender {
  padding: 1.5rem 2rem; }

.c-menu__label.decender img {
  height: 4rem; }

.c-menu__label img {
  display: block;
  height: 3rem; }

.c-menu__bottom {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.c-menu__col {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-menu__col + div:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #000; }

.c-menu__col .switch-lang {
  display: flex;
  align-items: center; }

.c-menu__col .switch-lang__btn {
  line-height: 0;
  padding: 5px 0;
  font-size: 2rem;
  color: #000;
  font-weight: 600; }

.c-menu__col .switch-lang__btn img {
  height: 15px; }

.c-menu__col .switch-lang__sep {
  display: block;
  width: 1px;
  height: 25px;
  background-color: #000;
  margin: 0 12px; }

.c-menu-btn {
  width: 3.5rem;
  height: 2.2rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 6rem; }

@media screen and (max-width: 767px) {
  .c-menu-btn {
    margin: 0 0 0 2rem; } }

.c-menu-btn__bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.1, 1), opacity 0.3s; }

.c-menu-btn__bar span:nth-child(1) {
  transform: translate(0, 0) rotate(0deg);
  transform-origin: 0 0; }

.c-menu-btn__bar span:nth-child(2) {
  opacity: 1; }

.c-menu-btn__bar span:nth-child(3) {
  transform: translate(0, 0) rotate(0deg);
  transform-origin: 0 0; }

.c-menu-btn.is-open span:nth-child(1) {
  transform: translate(2px, 10px) rotate(45deg); }

@media screen and (max-width: 1024px) {
  .c-menu-btn.is-open span:nth-child(1) {
    transform: translate(2px, 7px) rotate(45deg); } }

@media screen and (max-width: 767px) {
  .c-menu-btn.is-open span:nth-child(1) {
    transform: translate(2px, 10px) rotate(45deg); } }

.c-menu-btn.is-open span:nth-child(2) {
  opacity: 0; }

.c-menu-btn.is-open span:nth-child(3) {
  transform: translate(2px, -11px) rotate(-45deg); }

@keyframes menuShow {
  from {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible; }
  to {
    opacity: 1; } }

.c-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  padding: 8rem 2rem;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .c-menu {
    display: block; } }

.c-menu.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-animation: menuShow 0.25s forwards;
  animation: menuShow 0.25s forwards; }

.c-menu__container {
  display: flex;
  flex-direction: column; }

.c-menu__row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid; }

.c-menu__label {
  font-size: 3.5rem;
  padding: 2rem; }

.c-menu__label--small {
  font-size: 1.6rem; }

.c-menu__label.decender {
  padding: 1.5rem 2rem; }

.c-menu__label.decender img {
  height: 4rem; }

.c-menu__label img {
  display: block;
  height: 3rem; }

.c-menu__bottom {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.c-menu__col {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-menu__col + div:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #000; }

.c-menu__col .switch-lang {
  display: flex;
  align-items: center; }

.c-menu__col .switch-lang__btn {
  line-height: 0;
  padding: 5px 0;
  font-size: 2rem;
  color: #000;
  font-weight: 600; }

.c-menu__col .switch-lang__btn img {
  height: 15px; }

.c-menu__col .switch-lang__sep {
  display: block;
  width: 1px;
  height: 25px;
  background-color: #000;
  margin: 0 12px; }

.c-menu__inner {
  display: flex;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .c-menu__inner {
    display: block;
    height: calc(100vh - 9rem);
    padding-bottom: 10vh;
    overflow-y: scroll; } }

.c-menu__evering {
  position: relative;
  width: 27vw; }

@media screen and (max-width: 1024px) {
  .c-menu__evering {
    display: none; } }

.c-menu__evering__logo {
  width: 30rem;
  margin-top: 240px; }

.c-menu__evering__ring {
  position: absolute;
  width: 20rem;
  top: 390px;
  right: 50px; }

.c-menu__column {
  border-left: 1px solid #e0dee1;
  width: 25vw;
  padding: 0 4vw 70px; }

@media screen and (max-width: 1024px) {
  .c-menu__column {
    width: 45vw;
    border-left: none; }
  .c-menu__column:last-child {
    border-left: 1px solid #e0dee1; } }

@media screen and (max-width: 767px) {
  .c-menu__column {
    border-left: none;
    width: 100%;
    padding: 0; }
  .c-menu__column:last-child {
    border-left: none; } }

.c-menu__item {
  margin-top: 70px;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .c-menu__item {
    margin-top: 0;
    border-top: 1px solid #000;
    padding: 20px; } }

.c-menu__item__primary {
  display: block; }

.c-menu__item__primary img {
  height: 3rem;
  display: block; }

.c-menu__item__primary a {
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
  color: #000;
  font-size: 3rem;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .c-menu__item__primary a {
    font-size: 2rem; }
  .c-menu__item__primary img {
    height: 2.7rem; } }

.c-menu__item__sub {
  display: block;
  margin: 20px 0 0 35px; }

.c-menu__item__sub a {
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
  color: #000;
  font-size: 2rem;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .c-menu__item__sub {
    margin: 30px 0 0 25px; }
  .c-menu__item__sub a {
    font-size: 1.8rem; } }

.c-menu__item__sub img {
  height: 2.8rem;
  display: block; }

@media screen and (max-width: 767px) {
  .c-menu__item__sub img {
    height: 2.3rem; } }

.c-menu__item__small {
  display: block;
  margin-top: 25px; }

.c-menu__item__small a {
  font-weight: bold;
  font-family: 'Yu Gothic Pr6N B';
  color: #000;
  font-size: 3rem;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .c-menu__item__small {
    margin-top: 20px; }
  .c-menu__item__small:first-child {
    margin-top: 0; }
  .c-menu__item__small a {
    font-size: 2rem; } }

.c-menu__item__small img {
  height: 2.4rem;
  display: block; }

@media screen and (max-width: 767px) {
  .c-menu__item__small img {
    height: 1.75rem; } }

.c-menu__item img.is-kana {
  transform-origin: 0% 50%;
  transform: scale(0.88); }

.c-more-btn {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #000;
  padding: 0 4px 4px;
  font-weight: 600;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.1, 1); }

.header--accordion {
  position: relative; }

.header--accordion span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  right: 0;
  top: 14px; }

.header--accordion span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg); }

.header--accordion.is-open span::before {
  display: none; }

.c-menu__item .child {
  display: none; }

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