@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
._w1200_sidep {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  ._w1200_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 768px) {
  ._w1200_sidep {
    width: calc(100% - 40px);
  }
}

._w1160_sidep {
  width: calc(100% - 100px);
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  ._w1160_sidep {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 768px) {
  ._w1160_sidep {
    width: calc(100% - 40px);
  }
}

.u-link-hover:hover {
  opacity: 0.7;
}
.u-link-scale img {
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-link-scale:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

._link {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
._link:hover {
  text-decoration: none;
  opacity: 0.7 !important;
}

.blog__box-heading {
  text-align: center;
  padding: 0 0 94px;
}
@media only screen and (max-width: 1024px) {
  .blog__box-heading {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .blog__box-heading {
    padding: 0 0 50px;
  }
}
.blog__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .blog__heading-en {
    font-size: 24px;
  }
}
.blog__heading-jp {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .blog__heading-jp {
    font-size: 10px;
  }
}

.company__box-heading {
  text-align: center;
  padding: 36px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .company__box-heading {
    padding: 16px 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .company__box-heading {
    padding: 0 20px 0;
  }
}
.company__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .company__heading-en {
    font-size: 24px;
  }
}
.company__heading-jp {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .company__heading-jp {
    font-size: 10px;
  }
}

.contact__box-heading {
  text-align: center;
  padding: 93px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .contact__box-heading {
    padding: 76px 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact__box-heading {
    padding: 0 20px 0;
  }
}
.contact__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .contact__heading-en {
    font-size: 24px;
  }
}
.contact__heading-jp {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .contact__heading-jp {
    font-size: 10px;
  }
}

/* Header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 2s, all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 2s, all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  .c-header {
    width: 100vw;
  }
}
.c-header__inner {
  height: 100px;
  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;
  margin: 0 auto;
  padding: 0 50px;
  background: #fff;
  -webkit-transition: background 0.5s ease-in-out, height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.5s ease-in-out, height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 1024px) {
  .c-header__inner {
    height: 88px;
    padding: 0 20px;
  }
}
.c-header__btns {
  display: none;
  gap: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .c-header__btns {
    display: none;
  }
}
.c-header__btns > a {
  width: 172px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  background-color: transparent;
  cursor: pointer;
}
.c-header__btns > a span {
  color: #333;
  font-size: 1.2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-header__btns > a:hover {
  background-color: #222;
}
.c-header__btns > a:hover span {
  color: #fff;
}
.c-header__logo {
  width: 69px;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-header__logo {
    width: 63px;
  }
}
.c-header__logo--white {
  display: none;
}
.c-header__logo figure {
  margin: 0;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__nav {
  margin-right: 18px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header__nav {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header__sosical {
    display: none;
  }
}
.c-header.-lineup .c-header__inner {
  background-color: transparent;
}
.c-header.-lineup .c-header__logo--white {
  display: block;
}
.c-header.-lineup .c-header__logo--black {
  display: none;
}
.c-header.-lineup .c-nav01__link {
  color: #fff;
}
.c-header.-lineup .c-nav01__link:hover {
  border-bottom: 2px solid #fff;
}
.c-header.-lineup .c-sosical__icon--white {
  display: block;
}
.c-header.-lineup .c-sosical__icon--black {
  display: none;
}
.c-header.-lineup .c-toggle__hamburger span {
  background-color: #fff;
}
.c-header.-lineup .c-toggle__inner > span {
  color: #fff;
}
.c-header.-lineup .c-nav02 {
  background-color: #fff;
}
.c-header.-lineup .c-nav02__link {
  background-color: #fff;
}
.c-header.-lineup .c-nav02__link span {
  color: #222;
}
.c-header.-lineup .c-nav02__ttl {
  color: #222;
}
.c-header.-lineup .c-nav02__link:hover {
  background-color: #222;
}
.c-header.-lineup .c-nav02__link:hover span {
  color: #fff;
}
.c-header.-lineup .c-nav05__inner {
  color: #222;
}
.c-header.-lineup .c-nav05__ttl {
  color: #222;
}
.c-header.-lineup .c-nav05__link > span {
  color: #222;
}
.c-header.-lineup .c-nav05__link::before {
  background: #222;
}
.c-header.-lineup .c-nav05__link::after {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.c-header.-lineup .c-nav01__item.-current .c-nav01__link {
  border-bottom: 2px solid #fff;
}
.c-header.-lineup.is-sticky .c-nav01__link {
  color: #222;
}
.c-header.-lineup.is-sticky .c-header__logo--white {
  display: none;
}
.c-header.-lineup.is-sticky .c-header__logo--black {
  display: block;
}
.c-header.-lineup.is-sticky .c-toggle__hamburger span {
  background-color: #222;
}
.c-header.-lineup.is-sticky .c-toggle__inner > span {
  color: #222;
}
.c-header.-lineup.is-sticky .c-nav01__item.-current .c-nav01__link {
  border-bottom: 2px solid #222;
}
.c-header.-lineup.is-sticky .c-nav01__link:hover {
  border-bottom: 2px solid #222;
}
.c-header.-lineup.is-sticky .c-nav02 {
  background-color: #222;
}
.c-header.-lineup.is-sticky .c-nav02__ttl {
  color: #fff;
}
.c-header.-lineup.is-sticky .c-nav02__link {
  background-color: #222;
}
.c-header.-lineup.is-sticky .c-nav02__link span {
  color: #fff;
}
.c-header.-lineup.is-sticky .c-nav02__link:hover {
  background-color: #fff;
}
.c-header.-lineup.is-sticky .c-nav02__link:hover span {
  color: #222;
}
.c-header.-lineup.is-sticky .c-nav05__inner {
  color: #fff;
}
.c-header.-lineup.is-sticky .c-nav05__ttl {
  color: #fff;
}
.c-header.-lineup.is-sticky .c-nav05__link > span {
  color: #fff;
}
.c-header.-lineup.is-sticky .c-nav05__link::before {
  background: #fff;
}
.c-header.-lineup.is-sticky .c-nav05__link::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-header.-home .c-header__inner {
  background-color: transparent;
  height: 140px;
}
@media only screen and (max-width: 1024px) {
  .c-header.-home .c-header__inner {
    height: 88px;
  }
}
.c-header.-home .c-header__logo--white {
  display: block;
}
.c-header.-home .c-header__logo--black {
  display: none;
}
.c-header.-home .c-header__nav {
  display: none;
}
.c-header.-home .c-sosical__icon--white {
  display: block;
}
.c-header.-home .c-sosical__icon--black {
  display: none;
}
.c-header.-home .c-toggle__inner {
  color: #fff;
}
.c-header.-home .c-toggle__hamburger span {
  background-color: #fff;
}
.c-header.is-open .c-header__inner {
  background-color: #222;
}
.c-header.is-open .c-header__logo--black {
  display: none;
}
.c-header.is-open .c-header__logo--white {
  display: block;
}
.c-header.is-open .c-sosical__icon--white {
  display: block;
}
.c-header.is-open .c-sosical__icon--black {
  display: none;
}
.c-header.is-open .c-toggle__hamburger span {
  background-color: #fff;
}
.c-header.is-open .c-toggle__hamburger span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.c-header.is-open .c-toggle__hamburger span:nth-child(2) {
  display: none;
}
.c-header.is-open .c-toggle__hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
.c-header.is-open .c-toggle__inner > span {
  color: #fff;
}
.c-header.is-open .c-nav03 {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.c-header.is-open .c-nav01 {
  opacity: 0;
  visibility: hidden;
}
.c-header.is-sticky .c-header__nav {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .c-header.is-sticky .c-header__nav {
    display: none;
  }
}
.c-header.is-sticky .c-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .c-header.is-sticky .c-header__btns {
    display: none;
  }
}
.c-header.is-sticky .c-header__btns a {
  border: 1px solid #222;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header.is-sticky .c-header__btns a span {
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header.is-sticky .c-header__btns a:hover {
  background-color: #222;
  border: 1px solid #fff;
}
.c-header.is-sticky .c-header__btns a:hover span {
  color: #fff;
}
.c-header.is-sticky .c-sosical {
  display: none;
}
.c-header.is-sticky .c-sosical__icon--white {
  display: none;
}
.c-header.is-sticky .c-sosical__icon--black {
  display: block;
}
.c-header.is-sticky.-home .c-header__logo--white {
  display: none;
}
.c-header.is-sticky.-home .c-header__logo--black {
  display: block;
}
.c-header.is-sticky.-home .c-toggle__inner > span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
}
.c-header.is-sticky.-home .c-toggle__hamburger span {
  background-color: #222;
}
.c-header.is-sticky.is-open .c-header__inner {
  background-color: #222;
}
.c-header.is-sticky.is-open .c-header__logo--black {
  display: none;
}
.c-header.is-sticky.is-open .c-header__logo--white {
  display: block;
}
.c-header.is-sticky.is-open .c-sosical__icon--white {
  display: block;
}
.c-header.is-sticky.is-open .c-sosical__icon--black {
  display: none;
}
.c-header.is-sticky.is-open .c-toggle__hamburger span {
  background-color: #fff;
}
.c-header.is-sticky .c-header__inner {
  height: 90px;
  background-color: rgba(244, 244, 244, 0.9);
  backdrop-filter: saturate(180%) blur(20px);
}
@media only screen and (max-width: 1024px) {
  .c-header.is-sticky .c-header__inner {
    height: 88px;
  }
}
.c-header.is-sticky .c-header__logo figure {
  margin: 0;
}
.c-header.is-sticky .c-nav01__link {
  padding: 31px 0;
}
.c-header .c-plus {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 4px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .c-header .c-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header .c-plus__show {
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  top: 0;
  left: 0;
}
.c-header .c-plus__show::before, .c-header .c-plus__show::after {
  content: "";
  position: absolute;
  background: #e4e4e4;
}
.c-header .c-plus__show::before {
  width: 1px;
  height: 15px;
  left: 11px;
  top: -1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-header .c-plus__show::after {
  height: 1px;
  width: 15px;
  top: 6px;
  left: 4px;
}
.c-header .c-plus.is-active .c-plus__show::before {
  opacity: 0;
}

.c-sosical {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-sosical__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-sosical__icon {
  width: 20px;
  height: 20px;
  margin: 0;
}
.c-sosical__icon--white {
  display: none;
}
.c-sosical__icon.c-sosical__icon--youtube {
  width: 23px;
  height: 16px;
}

.c-toggle {
  margin-left: 20px;
}
.c-toggle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
}
.c-toggle__inner > span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 20px;
  display: block;
  visibility: visible;
  opacity: 1;
  width: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .c-toggle__inner > span {
    display: none;
  }
}
.c-toggle__hamburger {
  width: 20px;
  height: 17px;
  position: relative;
  cursor: pointer;
}
.c-toggle__hamburger span {
  background-color: #222;
  width: 100%;
  height: 1px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
}
.c-toggle__hamburger span:nth-child(1) {
  top: 0;
}
.c-toggle__hamburger span:nth-child(2) {
  top: 8px;
}
.c-toggle__hamburger span:nth-child(3) {
  top: 16px;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-nav01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
.c-nav01__item:hover .c-nav02 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-nav01__item.-current .c-nav01__link {
  border-bottom: 2px solid #222;
}
.c-nav01__link {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #222;
  line-height: 2;
  display: block;
  padding: 37px 0;
  letter-spacing: 0.1em;
  border-bottom: 3px solid transparent;
}
.c-nav01__link:hover {
  border-bottom: 2px solid #222;
}

.c-nav02 {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: #222;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.c-nav02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.c-nav02__inner--custom {
  padding: 50px 0 148px;
}
.c-nav02__ttl {
  font-size: 2.8rem;
  line-height: 1.0714285714;
  font-weight: 700;
  color: #fff;
  padding-left: 4.2%;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.c-nav02__group {
  max-width: 498px;
  width: 100%;
  padding-right: 1.5%;
}
.c-nav02__group--1row {
  max-width: 737px;
}
.c-nav02__group--custom {
  max-width: 737px;
}
.c-nav02__group--custom .c-nav02__list {
  border: unset !important;
  background-color: transparent !important;
  -ms-grid-columns: (1fr)[3] !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.c-nav02__group--custom .c-nav02__item {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.c-nav02__group--custom .c-nav02__item:nth-child(3) {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.c-nav02__group--custom .c-nav02__item:nth-child(4) {
  border-top: 0;
}
.c-nav02__group--custom .c-nav02__item:nth-child(5) {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 0;
}
.c-nav02__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 48px;
  gap: 1px;
  background-color: #666;
  border: 1px solid #666;
}
.c-nav02__list--1row {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-nav02__item.-comingsoon {
  pointer-events: none !important;
}
.c-nav02__item.-comingsoon .c-nav02__link span {
  color: #666 !important;
}
.c-nav02__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #222;
  position: relative;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.c-nav02__link span {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.1428571429;
  font-weight: 400;
}
.c-nav02__link:hover {
  background-color: #fff;
}
.c-nav02__link:hover span {
  color: #222;
}
.c-nav02__link:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-nav02__link:hover i {
  -webkit-filter: unset;
          filter: unset;
}
.c-nav02__link i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 26%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.c-nav03 {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.c-nav03__inner {
  height: calc(100% - 200px);
  padding-top: 200px;
  overflow-y: auto;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__inner {
    height: calc(100% - 88px);
    padding-top: 88px;
    overflow-y: auto;
  }
}
.c-nav03__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 673px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__body {
    display: block;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.c-nav03__list:nth-child(1) {
  margin-left: 0;
}
.c-nav03__list:nth-child(2) {
  margin-left: 90px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__list:nth-child(2) {
    margin-left: 0;
  }
}
.c-nav03__list:nth-child(3) {
  margin-left: 75px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__list:nth-child(3) {
    margin-left: 0;
  }
  .c-nav03__list:nth-child(3) .c-nav03__item:last-child {
    border-bottom: 1px solid #4e4e4e;
  }
}
.c-nav03__bot {
  border-top: 1px solid #4e4e4e;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__bot {
    display: none;
  }
}
.c-nav03__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #fff;
}
.c-nav03__privacy span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-nav03__privacy a:nth-child(2) {
  position: relative;
}
.c-nav03__privacy a:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -18%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background-color: #727272;
}
.c-nav03__item {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__item {
    border-top: 1px solid #4e4e4e;
  }
}
.c-nav03__ico {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__ico {
    position: absolute;
    right: 30px;
    top: 45%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
.c-nav03__link {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 2.7;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__link {
    padding: 9px 20px;
    font-size: 12px;
  }
}
.c-nav03__link .--small {
  font-size: 16px;
}
.c-nav03__sublist {
  margin-bottom: 13px;
}
.c-nav03__sublist:nth-child(1) {
  margin-left: 94px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sublist {
    padding-bottom: 20px;
    display: none;
  }
}
.c-nav03__sublist--custom {
  margin-bottom: 27px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sublist--custom {
    margin-bottom: 10px;
  }
}
.c-nav03__sublist--customsp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sublist--customsp .c-nav03__sublink::before {
    content: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sublist--customsp .c-nav03__subitem {
    margin-left: 21px;
  }
}
.c-nav03__subitem {
  margin-left: 23px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__subitem {
    margin-left: 28px;
  }
}
.c-nav03__subitem:nth-child(1) {
  margin-top: 7px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__subitem:nth-child(1) {
    margin-top: -5px;
  }
}
.c-nav03__subitem.-comingsoon .c-nav03__sublink {
  color: #666;
  pointer-events: none;
}
.c-nav03__subitem.-comingsoon .c-nav03__sublink::before {
  background-color: #666;
}
.c-nav03__subitem--custom {
  position: relative;
}
.c-nav03__subitem--custom::after {
  position: absolute;
  content: "";
  right: 22%;
  top: 20%;
  width: 12px;
  height: 12px;
  -webkit-filter: invert(1);
          filter: invert(1);
  background-repeat: no-repeat;
  background-position: top center;
}
.c-nav03__sublink {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sublink {
    font-size: 12px;
  }
}
.c-nav03__sublink::before {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -8px;
}
.c-nav03__subnotes {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-left: 6px;
  margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__subnotes {
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 21px;
  }
}
.c-nav03__sub02list {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sub02list {
    margin-left: 20px;
  }
}
.c-nav03__sub02item {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sub02item {
    margin-top: 15px;
  }
}
.c-nav03__sub02item:first-child {
  margin-top: 15px;
}
.c-nav03__sub02link {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sub02link {
    font-size: 16px;
  }
}
.c-nav03__sub02link::before {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -17px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sub02link::before {
    left: -8px;
  }
}
.c-nav03 .c-btn01 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .c-nav03 .c-btn01 {
    max-width: 335px;
    width: calc(100% - 40px);
    height: 70px;
  }
  .c-nav03 .c-btn01__link {
    border-radius: 0;
    background-color: #222;
    font-size: 20px;
  }
}
.c-nav03__sosical {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__sosical {
    display: block;
    margin: 25px 0 100px;
  }
}
.c-nav03__sosical .c-sosical__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-nav03__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: calc(100% - 40px);
  }
}
.c-nav03__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #656565;
  width: 240px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .c-nav03__btn {
    width: 100%;
  }
}
.c-nav03__btn span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav03__btn:hover {
  background-color: #fff;
}
.c-nav03__btn:hover span {
  color: #222;
}

.c-nav04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav04__list:nth-child(1) {
  margin-right: 58px;
}
.c-nav04__list:nth-child(2) {
  margin-right: 57px;
}
.c-nav04__list:nth-child(2) .c-nav04__sublist {
  padding-left: 4px;
}
.c-nav04__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.1em;
  margin-top: 19px;
}
.c-nav04__sublist {
  margin-top: 18px;
}
.c-nav04__subitem.-comingsoon .c-nav04__sublink {
  color: #cccccc;
  pointer-events: none;
}
.c-nav04__subitem.-comingsoon .c-nav04__sublink::after {
  background-color: #ccc;
}
.c-nav04__subitem--custom {
  position: relative;
}
.c-nav04__subitem--custom::before {
  position: absolute;
  content: "";
  right: 20%;
  top: 20%;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: top center;
}
.c-nav04__sublink {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 2;
  font-weight: 400;
  padding-left: 17px;
  position: relative;
}
.c-nav04__sublink::after {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7%;
}
.c-nav04__item:first-child .c-nav04__link {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .c-nav05 {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.c-nav05__inner {
  padding-top: 24px;
  color: #fff;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .c-nav05__inner {
    position: relative;
    padding-top: 20px;
    margin-top: 10px;
    padding-left: 13%;
  }
  .c-nav05__inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #4e4e4e;
  }
}
.c-nav05__ttl {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .c-nav05__ttl {
    font-size: 1.2rem;
  }
}
.c-nav05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  .c-nav05__list {
    gap: 25px;
    margin-top: 10px;
  }
}
.c-nav05__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 12px;
  width: 140px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-nav05__link {
    width: 112px;
  }
}
.c-nav05__link::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: unset;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav05__link::after {
  content: "";
  position: absolute;
  right: unset;
  right: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  top: 36%;
  height: 5px;
  width: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav05__link > span {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .c-nav05__link > span {
    font-size: 1.1rem;
  }
}
.c-nav05__link:hover::before {
  width: calc(100% + 10px);
}
.c-nav05__link:hover::after {
  right: -10px;
  left: unset;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #fff;
  border-top: 1px solid #222222;
}
.c-footer__main {
  padding-top: 43px;
  padding-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__main {
    padding-bottom: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__main {
    padding-top: 26px;
    padding-bottom: 16px;
  }
}
.c-footer__mainwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainleft.c-nav04 {
    display: none;
  }
}
.c-footer__mainright {
  width: 20.9%;
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainright {
    width: 100%;
  }
}
.c-footer__mainright .inner {
  padding-top: 12px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainright .inner {
    text-align: center;
    padding-top: 8.5px;
  }
}
.c-footer__mainright .inner .logoarea {
  display: block;
}
.c-footer__mainright .inner .logoarea figure {
  width: 69px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainright .inner .logoarea figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__mainright .inner .logoarea figure {
    width: 55px;
  }
}
.c-footer__mainright .inner .logoarea p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .c-footer__mainright .inner .logoarea p {
    font-size: 9px;
    margin-top: 8px;
  }
}
.c-footer__mainright .inner .infor-jp {
  font-size: 12px;
  color: #222;
  margin-top: 11px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainright .inner .infor-jp {
    margin-top: 3px;
  }
}
.c-footer__mainright .inner .infor-jp p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.6666666667;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .c-footer__mainright .inner .infor-jp p {
    margin-top: 8px;
  }
}
.c-footer__mainright .inner .infor-jp a {
  color: #222;
  letter-spacing: 0.1em;
}
.c-footer__mainright .inner .infor-jp span {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #222;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .c-footer__mainright .inner .infor-jp span {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.c-footer__mainright .inner .sosical {
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainright .inner .sosical {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__mainright .inner .sosical {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-footer__mainright .inner .sosical .c-sosical__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__mainright .inner .sosical .c-sosical__icon--black {
  display: block;
}
.c-footer__mainright .inner .sosical .c-sosical__icon--white {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-footer__bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer__bottom {
    padding-bottom: 49px;
  }
}
.c-footer__bottomwrapper {
  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;
  border-top: 1px solid #222;
  padding: 17px 0;
}
@media only screen and (max-width: 1024px) {
  .c-footer__bottomwrapper {
    border-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-footer__bottomwrapper .copyright {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #222;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-footer__bottomwrapper .copyright {
    font-size: 10px;
  }
}
.c-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .c-footer__privacy {
    padding-bottom: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #222;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__privacy a {
  font-size: 12px;
  color: #222;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .c-footer__privacy a {
    font-size: 10px;
  }
}
.c-footer__privacy a:nth-child(2) {
  position: relative;
}
.c-footer__privacy a:nth-child(2)::before {
  position: absolute;
  content: "";
  left: -18%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 13px;
  background-color: #a9a9a9;
  width: 1px;
}
.c-footer__last {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 29;
  background-color: #222;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media only screen and (max-width: 1024px) {
  .c-footer__last {
    display: block;
  }
}
.c-footer__last.-init {
  display: none;
}
.c-footer__last .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #fff;
}
.c-footer__last .item + .item {
  border-left: 1px solid #fff;
}
.c-footer__last .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  height: 30px;
  padding: 10px;
}

/*------------------------------------------------------------
e-newsletter
------------------------------------------------------------*/
.e-newsletter {
  background-color: #fff;
  border-top: 1px solid #222222;
}
.e-newsletter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .e-newsletter__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}
.e-newsletter__box {
  display: block;
  width: 33.33%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__box {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .e-newsletter__box {
    width: 100%;
    padding: 0;
  }
}
.e-newsletter__box--none {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__box--none {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .e-newsletter__box--none {
    padding: 0;
    pointer-events: all;
  }
}
@media only screen and (max-width: 768px) {
  .e-newsletter__box:nth-child(2) {
    padding: 16px 0 36px;
  }
}
.e-newsletter__box:nth-child(2) .e-newsletter__block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-newsletter__box:nth-child(2) .e-newsletter__ttl {
  text-align: center;
}
.e-newsletter__box:nth-child(3)::before {
  display: none;
}
.e-newsletter__box::before {
  position: absolute;
  content: "";
  right: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 90px;
  width: 1px;
  background: #222;
}
@media only screen and (max-width: 768px) {
  .e-newsletter__box::before {
    right: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: 1px;
    width: 90%;
  }
}
.e-newsletter__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .e-newsletter__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__block-1 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .e-newsletter__block-1 {
    padding-bottom: 37px;
  }
}
.e-newsletter__block-3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__block-3 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .e-newsletter__block-3 {
    padding-top: 14px;
    padding-bottom: 20px;
  }
}
.e-newsletter__contentarea {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__contentarea {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__contentarea .desc {
    font-size: 16px;
    margin-top: 4px;
  }
}
.e-newsletter__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px;
  border: 1px solid #222;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .e-newsletter__icon {
    margin-right: 13px;
    margin-top: 8px;
  }
}
.e-newsletter__ttl {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #222;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .e-newsletter__ttl {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 15px;
  }
}
.e-newsletter__desc {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .e-newsletter__desc {
    text-align: center;
    font-size: 10px;
  }
}

/*------------------------------------------------------------
Backtotop
------------------------------------------------------------*/
.c-backtotop {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  border-bottom: 1px solid #575757;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .c-backtotop {
    height: 42px;
  }
}
.c-backtotop__content {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.c-backtotop__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .c-backtotop__content::before {
    top: 0;
  }
}
.c-backtotop__content::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .c-backtotop__content::after {
    top: 8px;
  }
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

#body.home {
  position: unset !important;
}

#page-main {
  padding: 69px 0 99px;
}
@media only screen and (max-width: 768px) {
  #page-main {
    padding: 140px 0 50px;
  }
}

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

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.c-mainvisual__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 160px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .c-mainvisual__scroll {
    display: none;
  }
}
.c-mainvisual__scroll-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-mainvisual__scroll-link:hover {
  opacity: 0.7;
}
.c-mainvisual__scroll-text {
  display: block;
  width: 100px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.c-mainvisual__scroll-line {
  display: block;
  height: 50px;
  width: 1px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.c-mainvisual__scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-animation: scrollDown 1.5s infinite;
          animation: scrollDown 1.5s infinite;
  background: #222;
}
.c-mainvisual__all {
  height: 100vh;
}
.c-mainvisual__inner {
  height: 100%;
  position: relative;
}
.c-mainvisual__inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.c-mainvisual__swipper {
  height: 100%;
}
.c-mainvisual__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate3d(0, -32px, 0);
            transform: translate3d(0, -32px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 65px, 0);
            transform: translate3d(0, 65px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translate3d(0, -32px, 0);
            transform: translate3d(0, -32px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 65px, 0);
            transform: translate3d(0, 65px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.c-concept {
  background-color: #fff;
}
.c-concept__container {
  max-width: 1340px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (max-width: 1024px) {
  .c-concept__container {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .c-concept__container {
    width: calc(100% - 40px);
    padding: 90px 0 64px;
  }
}
.c-concept__heading {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.2em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-concept__heading {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.174em;
  }
}
.c-concept__sub-heading {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .c-concept__sub-heading {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.c-concept__description {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.2em;
  margin: 9px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-concept__description {
    font-size: 16px;
    margin: 17px 0 0;
  }
}
.c-concept__box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 17px;
}
@media only screen and (max-width: 768px) {
  .c-concept__box-text {
    display: block;
  }
}
.c-concept__text {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 1.7142857143;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .c-concept__text {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-concept__text-spacing-small {
    letter-spacing: 0.18em;
  }
}
@media only screen and (max-width: 768px) {
  .c-concept__box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
.c-concept__box-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  .c-concept__box-img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
}
.c-concept__box-img-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.c-concept__box-img-01 img {
  aspect-ratio: 700/466;
  max-width: 700px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-concept__box-img-03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 12.6% 28% 0 14.2%;
}
@media only screen and (max-width: 768px) {
  .c-concept__box-img-03 {
    padding: 5.6% 35% 0 5.2%;
  }
}
.c-concept__box-img-03 img {
  aspect-ratio: 400/493;
  max-width: 400px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-concept__box-img-02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 15.6% 0 0 22%;
}
@media only screen and (max-width: 768px) {
  .c-concept__box-img-02 {
    padding: 5.3% 5% 0 35%;
  }
}
.c-concept__box-img-02 img {
  aspect-ratio: 400/493;
  max-width: 400px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-concept__box-img-04 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 13.7% 30.8% 0 6.2%;
}
@media only screen and (max-width: 768px) {
  .c-concept__box-img-04 {
    padding: 5.5% 20.3% 0 20.2%;
  }
}
.c-concept__box-img-04 img {
  aspect-ratio: 400/266;
  max-width: 400px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn-white {
  width: 180px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", serif;
  color: #222;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-btn-white {
    width: 150px;
    height: 34px;
    font-size: 10px;
  }
}
.c-btn-white:hover, .c-btn-white:active {
  background-color: #222;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn-white:hover, .c-btn-white:active {
    background-color: #fff;
    color: #222;
    opacity: 0.7;
  }
}
.c-btn-white.-gray {
  background-color: #f4f4f4;
}
.c-btn-white.-gray:hover {
  background-color: #222;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn-white.-gray:hover {
    background-color: #fff;
    color: #222;
    opacity: 0.7;
  }
}

.c-btn-transparent {
  width: 180px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", serif;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-btn-transparent {
    width: 150px;
    height: 34px;
    font-size: 10px;
  }
}
.c-btn-transparent:hover {
  background-color: #fff;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .c-btn-transparent:hover {
    background-color: transparent;
    color: #fff;
    opacity: 0.7;
  }
}

.c-event {
  background-color: #f4f4f4;
}
.c-event__container {
  max-width: 1162px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 90px 0 98px;
}
@media only screen and (max-width: 1024px) {
  .c-event__container {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .c-event__container {
    width: calc(100% - 75px);
    padding: 64px 0 68px;
  }
}
.c-event__box-heading {
  text-align: center;
}
.c-event__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-event__heading-en {
    font-size: 24px;
  }
}
.c-event__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-event__heading-jp {
    font-size: 9px;
  }
}
.c-event__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 45px;
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  .c-event__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
    margin-top: 31px;
  }
}
.c-event__item {
  height: 100%;
}
.c-event__box-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.c-event__box-img img {
  aspect-ratio: 366/366;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .c-event__box-img img {
    aspect-ratio: 300/300;
  }
}
.c-event__box-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .c-event__box-tag {
    margin-top: 9px;
  }
}
.c-event__category {
  min-width: 48px;
  background-color: #222;
  border: 1px solid #222;
  padding: 4px 4px 2px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-event__category {
    min-width: 38px;
    padding: 2px 2px 2px;
    font-size: 9px;
  }
}
.c-event__status {
  min-width: 48px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 4px 4px 2px;
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-event__status {
    min-width: 38px;
    padding: 2px 2px 2px;
    font-size: 9px;
  }
}
.c-event__status.open {
  background-color: #fde0cc;
  border: 1px solid #fde0cc;
  color: #eb6100;
}
.c-event__status.full {
  background-color: #fff;
  border: 1px solid rgb(34, 34, 34);
  color: #222;
}
.c-event__status.close {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #222;
}
.c-event__title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px;
}
@media only screen and (max-width: 768px) {
  .c-event__title {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 9px;
  }
}
.c-event__date {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .c-event__date {
    font-size: 12px;
    margin-top: 2px;
  }
}
.c-event__box-btn {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px auto 0;
}
@media only screen and (max-width: 768px) {
  .c-event__box-btn {
    width: 150px;
    margin: 30px auto 0;
  }
}

.c-about {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-about__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .c-about__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-about__background-box-color {
  width: 100%;
  height: 600px;
  background-color: #222;
}
@media only screen and (max-width: 1024px) {
  .c-about__background-box-color {
    height: 50%;
  }
}
.c-about__box-bg {
  display: block;
  width: 100%;
  height: 600px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .c-about__box-bg {
    height: 50%;
    position: relative;
  }
  .c-about__box-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
  }
}
.c-about__box-bg img {
  aspect-ratio: 720/600;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-about__container {
  max-width: 1162px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 57px 0 103px;
}
@media only screen and (max-width: 1024px) {
  .c-about__container {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .c-about__container {
    width: calc(100% - 75px);
    padding: 64px 0 68px;
  }
}
.c-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-about__content {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .c-about__box-heading {
    text-align: center;
  }
}
.c-about__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-about__heading-en {
    font-size: 24px;
  }
}
.c-about__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-about__heading-jp {
    font-size: 9px;
  }
}
.c-about__list {
  max-width: 754px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 43px;
}
@media only screen and (max-width: 1024px) {
  .c-about__list {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-about__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
.c-about__item {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .c-about__item {
    width: 100%;
  }
}
.c-about__link {
  width: 346px;
  height: 98px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .c-about__link {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-about__link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.c-about__link:hover {
  background-color: #222;
  border: 1px solid #fff;
}
.c-about__link:hover .c-about__text-en, .c-about__link:hover .c-about__text-jp {
  color: #fff;
}
.c-about__link:hover .c-about__box-icon {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-about__link:hover {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    opacity: 0.7;
  }
  .c-about__link:hover .c-about__text-en, .c-about__link:hover .c-about__text-jp {
    color: #222;
  }
  .c-about__link:hover .c-about__box-icon {
    background-color: #eaeaea;
  }
}
.c-about__box-img {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.c-about__box-img img {
  aspect-ratio: 100/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-about__text-en {
  font-size: 16px;
  font-family: "Lato", serif;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-about__text-en {
    font-size: 15px;
  }
}
.c-about__text-jp {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 2.1428571429;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-about__text-jp {
    font-size: 11px;
  }
}
.c-about__box-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #eaeaea;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-about__box-icon {
    right: 15px;
    width: 23px;
    height: 23px;
  }
}
.c-about__box-icon img {
  width: 7px;
  height: 12px;
}
@media only screen and (max-width: 768px) {
  .c-about__box-icon img {
    width: 5px;
    height: 8px;
  }
}

.c-works {
  background-color: #fff;
}
.c-works__container {
  padding: 90px 0 98px;
}
@media only screen and (max-width: 768px) {
  .c-works__container {
    padding: 64px 0 68px;
  }
}
.c-works__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  max-width: 1340px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .c-works__box-top {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .c-works__box-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 75px);
  }
}
@media only screen and (max-width: 768px) {
  .c-works__box-heading {
    text-align: center;
  }
}
.c-works__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-works__heading-en {
    font-size: 24px;
  }
}
.c-works__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-works__heading-jp {
    font-size: 9px;
  }
}
.c-works__box-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-right: 1px;
}
@media only screen and (max-width: 768px) {
  .c-works__box-action {
    display: none;
  }
}
.c-works__prev {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-works__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 18px;
  background-image: url("../images/renew/top/icon-move-left-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-works__prev:hover {
  opacity: 0.7;
}
.c-works__next {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-works__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 18px;
  background-image: url("../images/renew/top/icon-move-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-works__next:hover {
  opacity: 0.7;
}
.c-works__swiper {
  margin: 0 0 0 3.5%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-works__swiper {
    margin: -15px 0 0 10.5%;
  }
}
.c-works .works-swiper-container {
  max-width: unset;
  margin: 0;
}
.c-works__list {
  margin-top: 43px;
}
.c-works__item {
  height: 100%;
}
.c-works__box-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.c-works__box-img img {
  aspect-ratio: 600/400;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works__title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .c-works__title {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 0;
  }
}
.c-works__address {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.5;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .c-works__address {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 10px;
  }
}
.c-works__box-btn {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .c-works__box-btn {
    width: 150px;
    margin: 30px auto 0;
  }
}

.c-blog {
  background-color: #fff;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .c-blog {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .c-blog {
    margin-bottom: 69px;
  }
}
.c-blog__container {
  max-width: 1160px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 51px 0 47px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-blog__container {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 768px) {
  .c-blog__container {
    width: calc(100% - 40px);
    padding: 64px 0 68px;
  }
}
.c-blog__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 17, 30, 0.7);
  z-index: 1;
}
.c-blog__box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-blog__box-bg img {
  aspect-ratio: 1160/440;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-blog__box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
.c-blog__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-blog__heading-en {
    font-size: 24px;
  }
}
.c-blog__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-blog__heading-jp {
    font-size: 9px;
  }
}
.c-blog__list {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .c-blog__list {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.c-blog__item:not(:first-child) {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .c-blog__item:not(:first-child) {
    margin-top: 20px;
  }
}
.c-blog__link {
  width: 100%;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-blog__link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .c-blog__link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}
.c-blog__box-img {
  display: block;
  max-width: 102px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-blog__box-img {
    max-width: 80px;
  }
}
.c-blog__box-img img {
  aspect-ratio: 102/102;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .c-blog__box-img img {
    aspect-ratio: 80/80;
  }
}
.c-blog__box-text {
  width: calc(100% - 102px - 30px);
}
@media only screen and (max-width: 768px) {
  .c-blog__box-text {
    width: calc(100% - 80px - 22px);
  }
}
.c-blog__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-blog__title {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.c-blog__date {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 2.1428571429;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-blog__date {
    font-size: 10px;
  }
}
.c-blog__box-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .c-blog__box-btn {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 35px auto 0;
  }
}

#blog-other-links {
  margin-bottom: 99px;
}
@media only screen and (max-width: 768px) {
  #blog-other-links {
    margin-bottom: 50px;
  }
}

.concept {
  padding: 69px 0 5px !important;
}
.concept__box-heading {
  text-align: center;
  padding: 93px 40px 20px;
}
@media only screen and (max-width: 768px) {
  .concept__box-heading {
    padding: 80px 20px 20px;
  }
}
.concept__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .concept__heading-en {
    font-size: 24px;
  }
}
.concept__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .concept__heading-jp {
    font-size: 10px;
  }
}
.concept__box-sub-heading {
  text-align: center;
  margin-top: 72px;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .concept__box-sub-heading {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.concept__title {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.2em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .concept__title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.174em;
  }
}
.concept__sub-title {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .concept__sub-title {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.concept__description {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #6282b5;
  border-radius: 15px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 13px auto 0;
  padding: 4px 13px;
}
.concept #concept-message {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 2.5;
  margin: 39px 0 0;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .concept #concept-message {
    padding: 0 20px;
  }
}
.concept #concept-mv {
  margin: 37px auto 0;
}
.concept__bottom {
  max-width: 1300px;
  width: calc(100% - 100px);
  background-color: #f4f4f4;
  margin: 95px auto;
  padding: 100px 20px;
}
@media only screen and (max-width: 1024px) {
  .concept__bottom {
    width: auto;
    margin: 95px 40px;
    padding: 70px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .concept__bottom {
    margin: 40px 20px;
    padding: 40px 20px;
  }
}
.concept__bottom-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.concept__bottom-mv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.concept__bottom-box-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.concept__bottom-box-img img {
  aspect-ratio: 500/420;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__bottom-box-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .concept__bottom-box-heading {
    width: calc(100% - 50px);
    height: auto;
    padding: 10px;
  }
}
.concept__bottom-heading {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.875;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .concept__bottom-heading {
    font-size: 14px;
  }
}
.concept__bottom-box-logo {
  width: 160px;
  height: 27px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .concept__bottom-box-logo {
    width: 120px;
    height: auto;
  }
}
.concept__bottom-box-logo img {
  width: 100%;
  height: auto;
}
.concept__bottom-description {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.875;
  margin: 35px 0 0;
}
@media only screen and (max-width: 768px) {
  .concept__bottom-description {
    font-size: 14px;
  }
}
.concept__bottom-content {
  margin-top: 86px;
}
@media only screen and (max-width: 768px) {
  .concept__bottom-content {
    margin-top: 50px;
  }
}
.concept__bottom-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 1.25;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .concept__bottom-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .concept__bottom-title {
    font-size: 18px;
  }
}
.concept__bottom-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 46px;
}
@media only screen and (max-width: 1024px) {
  .concept__bottom-list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .concept__bottom-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
    margin-top: 40px;
  }
}
.concept__bottom-item {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  position: relative;
}
.concept__bottom-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.concept__bottom-box-bg {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .concept__bottom-box-bg {
    max-width: 100%;
  }
}
.concept__bottom-box-bg img {
  aspect-ratio: 300/300;
  width: 100%;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__bottom-box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.concept__bottom-text {
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin: 15px 0 0;
}
@media only screen and (max-width: 1024px) {
  .concept__bottom-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .concept__bottom-text {
    font-size: 24px;
  }
}
.concept__bottom-box-btn {
  margin-top: 15px;
}
.concept__bottom-box-btn .c-btn-transparent {
  width: 140px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.event .c-event {
  background-color: #fff;
}
.event .c-event__container {
  padding: 93px 0 0;
}
@media only screen and (max-width: 1024px) {
  .event .c-event__container {
    width: calc(100% - 80px);
    padding: 93px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .event .c-event__container {
    width: calc(100% - 40px);
    padding: 0;
  }
}
.event .c-event__list {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .event .c-event__list {
    row-gap: 30px;
  }
}
.event__box-heading {
  text-align: center;
  padding: 0 40px 94px;
}
@media only screen and (max-width: 768px) {
  .event__box-heading {
    padding: 0 20px 20px;
  }
}
.event__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .event__heading-en {
    font-size: 24px;
  }
}
.event__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .event__heading-jp {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .event #archive-nav-sp {
    padding: 0;
  }
}

.sg-event {
  background-color: #fff;
}
.sg-event__container {
  padding: 93px 0 0;
}
@media only screen and (max-width: 1024px) {
  .sg-event__container {
    padding: 93px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sg-event__container {
    padding: 0;
  }
}
.sg-event__top {
  max-width: 1000px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .sg-event__top {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 768px) {
  .sg-event__top {
    width: calc(100% - 40px);
  }
}
.sg-event__heading {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 1.25;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .sg-event__heading {
    font-size: 22px;
  }
}
.sg-event .c-event__box-tag {
  margin-top: 12px;
}
.sg-event .c-event__category, .sg-event .c-event__status {
  min-width: 56px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 4px;
}
@media only screen and (max-width: 768px) {
  .sg-event .c-event__category, .sg-event .c-event__status {
    font-size: 12px;
  }
}
.sg-event__box-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .sg-event__box-img {
    margin: 20px 0 0;
  }
}
.sg-event__box-img img {
  aspect-ratio: 1000/600;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sg-event__box-content {
  overflow: hidden;
  margin-top: 33px;
}
.sg-event__box-content p {
  margin: 3px 0 0;
}
.sg-event__box-content img {
  width: revert-layer;
  height: revert-layer;
}
.sg-event__form {
  background-color: #f4f4f4;
  margin-top: 85px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .sg-event__form {
    padding: 0 40px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .sg-event__form {
    padding: 0 20px 50px;
  }
}
.sg-event #app-form {
  padding: 0;
}
.sg-event #app-form-header {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 1024px) {
  .sg-event #app-form-header {
    padding: 70px 0 50px;
  }
}
.sg-event #app-form-header > p {
  margin: 2.9em 0 -0.4em;
}
@media only screen and (max-width: 1024px) {
  .sg-event #app-form-wrap {
    width: 100%;
  }
}

.about {
  padding: 150px 0 99px !important;
}
.about__box-heading {
  text-align: center;
  padding: 94px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .about__box-heading {
    padding: 75px 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about__box-heading {
    padding: 0 20px 0;
  }
}
.about__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .about__heading-en {
    font-size: 24px;
  }
}
.about__heading-jp {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .about__heading-jp {
    font-size: 10px;
  }
}
.about__nav {
  max-width: 890px;
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 1024px) {
  .about__nav {
    max-width: 460px;
    padding: 0 40px;
    margin: 70px auto;
  }
}
@media only screen and (max-width: 768px) {
  .about__nav {
    max-width: 100%;
    padding: 0;
    margin: 50px auto;
  }
}
.about__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .about__nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about__nav-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about__nav-item {
    width: 100%;
  }
}
.about__nav-link {
  width: 120px;
  height: 20px;
  background-color: #fff;
  border: 1px solid rgb(34, 34, 34);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about__nav-link:hover {
  background-color: #222;
  color: #fff;
}
.about__nav-link.active {
  background-color: #222;
  color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .about__nav-link {
    width: auto;
  }
}
.about__title {
  font-size: 32px !important;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .about__title {
    font-size: 22px !important;
  }
}
.about__sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #238fc0;
  text-align: center;
  margin: 37px 0 87px;
}
@media only screen and (max-width: 1024px) {
  .about__sub-title {
    margin: 40px 0 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-flow-section {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-flow-section {
    padding: 0 20px;
  }
}

.page-flow-section.second {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-top: 8px;
}

.page-flow-section.second > .img-wrap {
  width: 400px !important;
}

.page-flow-section.second > div:first-of-type {
  margin-right: 0 !important;
}

.page-flow-section.second > .content {
  width: calc(100% - 400px - 40px) !important;
}
@media only screen and (max-width: 768px) {
  .page-flow-section.second > .content {
    width: 100% !important;
  }
}

.page-flow-section-4, .page-flow-section-6, .page-flow-section-8 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .page-flow-section-4, .page-flow-section-6, .page-flow-section-8 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .page-flow-section-4, .page-flow-section-6, .page-flow-section-8 {
    margin-top: 40px;
  }
}

.flow-item-list > li.orange {
  background-color: #f9e3d1;
  border: 1px solid rgb(236, 108, 0);
}

.flow-item-list > li.orange::before {
  color: #ec6c00;
}

.flow-item-list > li.orange p {
  color: #ec6c00;
}

.staff {
  background-color: #fff;
}
.staff__container {
  padding: 93px 0 0;
}
@media only screen and (max-width: 1024px) {
  .staff__container {
    width: calc(100% - 80px);
    padding: 93px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .staff__container {
    width: calc(100% - 40px);
    padding: 0;
  }
}
.staff__box-heading {
  text-align: center;
  padding: 0 40px 94px;
}
@media only screen and (max-width: 768px) {
  .staff__box-heading {
    padding: 0 20px 50px;
  }
}
.staff__heading-en {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .staff__heading-en {
    font-size: 24px;
  }
}
.staff__heading-jp {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .staff__heading-jp {
    font-size: 10px;
  }
}
.staff__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 50px;
  margin-top: 2px;
}
@media only screen and (max-width: 1024px) {
  .staff__list {
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .staff__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.staff__position {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.staff__name-jp {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.staff__name-en {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  margin: 5px 0 0;
}

.mfp-container {
  overflow: hidden;
  position: fixed;
  padding: 0;
}

.mfp-bg {
  background-color: #000;
  opacity: 0.7;
}

.mfp-content {
  background: #f4f4f4;
  width: 90vw !important;
  max-width: 960px;
  height: 90vh;
  overflow-y: auto;
}

.mfp-arrow-left {
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #222 !important;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  left: calc(50% - 506px);
  border: 1px solid #222 !important;
}
@media only screen and (max-width: 1024px) {
  .mfp-arrow-left {
    left: 2.5%;
  }
}
@media only screen and (max-width: 768px) {
  .mfp-arrow-left {
    width: 30px;
    height: 30px;
    left: 0.5%;
  }
}
.mfp-arrow-left::before {
  content: unset;
}
.mfp-arrow-left::after {
  border: none;
  display: block;
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 7px);
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mfp-arrow-left::after {
    left: calc(50% - 2px);
    top: calc(50% - 6px);
    width: 10px;
    height: 10px;
  }
}
.mfp-arrow-left:hover {
  opacity: 0.7;
}

.mfp-arrow-right {
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #222 !important;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  right: calc(50% - 506px);
  border: 1px solid #222 !important;
}
@media only screen and (max-width: 1024px) {
  .mfp-arrow-right {
    right: 2.5%;
  }
}
@media only screen and (max-width: 768px) {
  .mfp-arrow-right {
    width: 30px;
    height: 30px;
    right: 0.5%;
  }
}
.mfp-arrow-right::before {
  content: unset;
}
.mfp-arrow-right::after {
  border: none;
  display: block;
  position: absolute;
  left: calc(50% - 11px);
  top: calc(50% - 7px);
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mfp-arrow-right::after {
    left: calc(50% - 10px);
    top: calc(50% - 6px);
    width: 10px;
    height: 10px;
  }
}
.mfp-arrow-right:hover {
  opacity: 0.7;
}

.mfp-close {
  position: absolute;
  right: 21px;
  top: 24px;
  width: 40px;
  height: 40px;
  background-color: #211715 !important;
  color: #211715 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .mfp-close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.mfp-close::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 19px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mfp-close::before {
    top: 6px;
    left: 14px;
  }
}
.mfp-close::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mfp-close::after {
    top: 6px;
    left: 14px;
  }
}
.mfp-close:hover {
  opacity: 0.7;
}
.mfp-close:active {
  top: 20px;
}

.c-modalStaff {
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff {
    padding: 80px 20px;
  }
}
.c-modalStaff__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 57px;
     -moz-column-gap: 57px;
          column-gap: 57px;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}
.c-modalStaff__img {
  width: 52.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__img {
    width: 100%;
  }
}
.c-modalStaff__img img {
  aspect-ratio: 420/280;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-modalStaff__txt {
  width: 100%;
  margin-top: 2.2vw;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__txt {
    margin-top: 0;
  }
}
.c-modalStaff__txt .txt-position, .c-modalStaff__txt .txt-field {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.c-modalStaff__txt .txt-name-jp {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 1.65;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__txt .txt-name-jp {
    font-size: 24px;
  }
}
.c-modalStaff__txt .txt-name-en {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.c-modalStaff__txt .txt-field {
  line-height: 1.875;
  margin: 30px 0 0;
}
.c-modalStaff__profile {
  margin-top: 33px;
}
.c-modalStaff__profile-head {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 10px 0;
  border-bottom: 2px solid #1e0800;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__profile-head {
    font-size: 20px;
  }
}
.c-modalStaff__profile-list {
  margin-top: 14px;
}
.c-modalStaff__profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.c-modalStaff__profile-item:not(:first-child) {
  margin-top: 5px;
}
.c-modalStaff__profile-title, .c-modalStaff__profile-desc, .c-modalStaff__profile-text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 2.1428571429;
  margin: 0;
}
.c-modalStaff__profile-title {
  width: 178px;
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__profile-title {
    width: 80px;
  }
}
.c-modalStaff__profile-desc {
  width: calc(100% - 178px - 20px);
}
@media only screen and (max-width: 768px) {
  .c-modalStaff__profile-desc {
    width: calc(100% - 80px - 20px);
  }
}
.c-modalStaff__bottom {
  margin-top: 22px;
}
.c-modalStaff__profile-text {
  margin: 17px 0 0;
}