@charset "UTF-8";
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
}

@media screen and (min-width: 768px) {
  .u-sp-view {
    display: none;
  }
}

.u-pc-view {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc-view {
    display: inline-block;
  }
}

.p-maturenw {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  padding-top: 0;
}

.p-maturenw img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.p-maturenw__main {
  margin-top: 2.7rem;
  padding-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .p-maturenw__main {
    margin-top: 3.3rem;
    padding-bottom: 10rem;
  }
}

.p-maturenw__header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 6;
  display: block;
  transition: 0.5s;
}

.p-maturenw__header-inner {
  padding: 2.3rem 2rem 3rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-maturenw__header-inner {
    max-width: 1040px;
    display: flex;
    align-items: center;
    padding: 1.8rem 2rem 2.4rem;
  }
}

.p-maturenw__header.is-scroll {
  top: -100%;
}

.p-maturenw__header.is-scroll .p-maturenw__nav-btn-trigger {
  top: -100%;
}

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

@media screen and (min-width: 768px) {
  .p-maturenw__nav {
    display: flex;
    align-items: center;
  }
}

.p-maturenw__header-logo {
  width: 39.10448%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-maturenw__header-logo {
    width: 16.7%;
    margin-right: 5.5rem;
  }
}

.p-maturenw__nav-list {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translateX(100%);
  background: #fff;
  padding-top: 6.8rem;
  padding-left: 1.8rem;
  padding-right: 10.66667vw;
  transition: 0.5s;
  width: 56%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-list {
    transform: translateX(0);
    position: relative;
    flex-direction: row;
    padding: 0;
    width: 100%;
    background: transparent;
    padding-top: 0.9rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  .p-maturenw__nav-item:not(:last-of-type) {
    margin-right: 5.4rem;
  }
}

@media screen and (min-width: 900px) {
  .p-maturenw__nav-item:not(:last-of-type) {
    margin-right: 5.4rem;
  }
}

.p-maturenw__nav-item:not(:first-child) {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-item:not(:first-child) {
    margin-top: 0;
    position: relative;
  }
}

.p-maturenw__nav-item:not(:first-child).has-logo {
  margin-top: 7.2vw;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-item:not(:first-child).has-logo {
    margin-top: 0;
  }
}

.p-maturenw__nav-item:not(:first-child).has-logo::before {
  display: none;
}

.p-maturenw__nav-item.p-maturenw__nav-item--logo {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-item.p-maturenw__nav-item--logo {
    margin-top: -5px;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-item--logo .p-maturenw__nav-link {
    padding-bottom: 0px;
  }
}

.p-maturenw__nav-link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-link {
    font-size: 1.5rem;
  }
}

.p-maturenw__nav-link::after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  bottom: -3px;
  border-bottom: 2px solid #010101;
}

.p-maturenw__nav-link.is-current::after {
  width: 100%;
}

.p-maturenw__nav-item--logo .p-maturenw__nav-link::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-link::after {
    transition: 0.3s;
  }
  .p-maturenw__nav-link:hover::after {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-item:hover > .p-maturenw__nav-drawer-list {
    max-height: 300px;
    padding: 1.5rem 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-drawer-list {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0 0.5rem;
    list-style: none;
    background-color: #FFF;
    width: 13rem;
    box-shadow: 0 1px 2px rgba(67, 67, 67, 0.3);
    max-height: 0;
    height: auto;
    transition: max-height 0.2s ease-out, padding 0.2s ease-out;
    overflow: hidden;
  }
}

.p-maturenw__nav-drawer-item {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding: 0 1rem 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-drawer-item {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-drawer-item:not(:last-of-type) {
    padding: 0 0 1.5rem 0;
  }
}

.p-maturenw__nav-item-logo {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 2.93333vw 3.2vw 2.4vw 2.93333vw;
}

@media screen and (max-width: 767px) {
  .p-maturenw__nav-item-logo img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-item-logo {
    position: absolute;
    left: 14px;
    top: -17px;
    padding: 11px 12px 9px 11px;
  }
}

#maturenwNav.is-show {
  transform: translate(0);
}

.p-maturenw__nav-btn-trigger {
  position: fixed;
  width: 7%;
  height: 3%;
  cursor: pointer;
  z-index: 4;
  right: 5.33333vw;
  top: 5.33333vw;
  transition: 0.1s;
}

.p-maturenw__nav-btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.p-maturenw__nav-btn-trigger,
.p-maturenw__nav-btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .p-maturenw__nav-btn-trigger,
  .p-maturenw__nav-btn-trigger span {
    display: none;
  }
}

.p-maturenw__nav-btn-trigger span:nth-of-type(1) {
  top: 0;
}

.p-maturenw__nav-btn-trigger span:nth-of-type(2) {
  top: 44%;
}

.p-maturenw__nav-btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.p-maturenw__nav-btn-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 100%;
  top: 39%;
}

.p-maturenw__nav-btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.p-maturenw__nav-btn-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 100%;
  top: 39%;
}

.menu-bg {
  visibility: visible;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}

.p-maturenw__heading--lv1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv1 {
    font-size: 6.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.p-maturenw__heading--lv2 {
  padding: 1.8rem 2rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 1.2rem 2rem 1.5rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv2 {
    padding: 1rem 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

.p-maturenw__heading--lv2-number {
  display: inline-block;
  font-size: 2.2rem;
  margin-left: -1%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv2-number {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.p-maturenw__heading--lv2-number::after {
  content: "|";
  font-weight: 300;
  position: relative;
  top: -1px;
  font-size: 2rem;
  margin: 0px 2.3rem;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv2-number::after {
    margin: 0 3rem;
    top: -4px;
  }
}

.p-maturenw__heading--lv2-name-en {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv2-name-en {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.p-maturenw__heading--lv2-name-en::after {
  content: "|";
  font-weight: 300;
  margin: 0 1rem;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv2-name-en::after {
    margin: 0 2rem;
    top: -1px;
  }
}

.p-maturenw__heading--lv2-name-ja {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-maturenw__heading--lv2-name-ja {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.p-maturenw__plain-anchor {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-maturenw__footer {
  padding: 0 2rem 7rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-maturenw__footer {
    max-width: 1040px;
    padding: 0 2rem 10rem;
  }
}

.p-maturenw__button-wrap {
  width: 100%;
}

.p-maturenw__button {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-maturenw__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-maturenw__botton-link {
  border: 1px solid #666;
  display: block;
  width: 100%;
  text-align: center;
  padding: 4vw;
  font-size: 4.26667vw;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-maturenw__botton-link {
    width: calc(360 / 1000 * 100%);
    padding: 1.5rem;
    font-size: 1.6rem;
    margin-left: 2rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-maturenw__botton-link:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw__botton-link:first-of-type {
    margin-left: 0;
  }
}

.p-maturenw__botton-link:hover {
  opacity: 0.8;
}

.p-maturenw__icon {
  display: block;
  text-align: center;
  margin-top: 10.66667vw;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-maturenw__icon {
    margin-top: 4rem;
  }
}

.p-maturenw__icon:hover {
  opacity: 0.8;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
