@charset "UTF-8";
/*---------- メインビジュアル ----------*/
#npg-visual {
  position: relative;
  overflow: hidden;
  height: 31.25vw;
}
@media screen and (max-width: 640px) {
  #npg-visual {
    height: 117.3333333333vw;
  }
}
#npg-visual .inner {
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra {
    padding: 0;
  }
}
#npg-visual .inner .extra .h1-style {
  margin-top: 0;
  position: relative;
  display: inline-block;
}
#npg-visual .inner .extra .h1-style::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 80px;
  top: 0;
  right: 0;
  margin-left: calc(50% - 50vw);
  background-color: #0f1ed2;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #npg-visual .inner .extra .h1-style::before {
    height: 60px;
  }
}
@media screen and (max-width: 850px) {
  #npg-visual .inner .extra .h1-style::before {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra .h1-style::before {
    height: 40px;
  }
}
#npg-visual .inner .extra .h1-style::after {
  content: "";
  position: absolute;
  top: 0;
  right: -79px;
  width: 80px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 50% 0, 0 100%);
  background: #0f1ed2;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #npg-visual .inner .extra .h1-style::after {
    right: -59px;
    width: 60px;
  }
}
@media screen and (max-width: 850px) {
  #npg-visual .inner .extra .h1-style::after {
    right: -49px;
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra .h1-style::after {
    right: -39px;
    width: 40px;
  }
}
#npg-visual .inner .extra .h1-style h1 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0f1ed2;
  height: 80px;
  color: #fff;
  margin: 0;
  padding: 0 0.5em 0 0;
  z-index: 2;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #npg-visual .inner .extra .h1-style h1 {
    height: 60px;
  }
}
@media screen and (max-width: 850px) {
  #npg-visual .inner .extra .h1-style h1 {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra .h1-style h1 {
    height: 40px;
  }
}
#npg-visual .inner .extra .h1-style h1 span {
  font-size: 3rem;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #npg-visual .inner .extra .h1-style h1 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 850px) {
  #npg-visual .inner .extra .h1-style h1 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra .h1-style h1 span {
    font-size: 1.6rem;
  }
}
#npg-visual .inner .extra .h1-style h1 strong {
  font-size: 4.6rem;
  margin-left: 0.5em;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #npg-visual .inner .extra .h1-style h1 strong {
    font-size: 4rem;
  }
}
@media screen and (max-width: 850px) {
  #npg-visual .inner .extra .h1-style h1 strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra .h1-style h1 strong {
    font-size: 2.4rem;
  }
}
#npg-visual .inner .extra .catch {
  margin-top: 6.5vw;
  font-size: clamp(3rem, 4.5vw, 6.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 8px rgb(0, 0, 0);
}
#npg-visual .inner .extra .catch span {
  font-size: clamp(1.8rem, 3vw, 4.6rem);
}
@media screen and (max-width: 1025px), print {
  #npg-visual .inner .extra .catch {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .inner .extra .catch {
    text-align: center;
    font-size: clamp(2.6rem, 8vw, 5.6rem);
  }
  #npg-visual .inner .extra .catch span {
    font-size: clamp(1.8rem, 5vw, 4rem);
  }
}
#npg-visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#npg-visual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}
@media screen and (max-width: 640px) {
  #npg-visual .bg img {
    object-position: 50% 100%;
  }
}
@media screen and (max-width: 640px) {
  #npg-visual .bg img.pc {
    display: none;
  }
}
#npg-visual .bg img.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #npg-visual .bg img.sp {
    display: block;
  }
}

/*---------- 見出し ----------*/
.h2-style-ct {
  color: #0f1ed2;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1025px), print {
  .h2-style-ct {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .h2-style-ct {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.h2-style-ct h2 {
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.25em 0;
  padding: 0;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .h2-style-ct h2 {
    margin: 0 0 0.15em 0;
  }
}
.h2-style-ct h2 br {
  display: none;
}
@media screen and (max-width: 576px) {
  .h2-style-ct h2 br {
    display: block;
  }
}
.h2-style-ct p {
  display: inline-block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.25em;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 0.2em 0.25em;
  border-bottom: solid 3px #0f1ed2;
}
@media screen and (max-width: 640px) {
  .h2-style-ct p {
    border-bottom: solid 2px #0f1ed2;
  }
}

/*---------- プロフィール ----------*/
.npg-profile {
  background-color: #eff2f6;
  margin-top: 100px;
  padding: 100px 0 90px;
}
@media screen and (max-width: 1025px), print {
  .npg-profile {
    margin-top: 80px;
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile {
    margin-top: 60px;
    padding: 50px 0 40px;
  }
}
.npg-profile .npg-container {
  margin: 0;
  padding: 0;
}
.npg-profile .npg-container > .inner {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container > .inner {
    margin: 0 auto;
    padding: 0 10px;
  }
}
.npg-profile .npg-container .inner .column-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 {
    display: block;
  }
}
.npg-profile .npg-container .inner .column-2 .primary {
  width: 70%;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary {
    width: 100%;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .h2-profile {
  color: #0f1ed2;
  border-bottom: solid 3px #0f1ed2;
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .h2-profile {
    border-bottom: none;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .h2-profile h2 {
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0.25em 0 0;
  padding: 0;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .h2-profile h2 {
    margin: 0 0 0.15em 0;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .h2-profile p {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.25em;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 0.2em 0.25em;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .h2-profile p {
    display: inline-block;
    border-bottom: solid 2px #0f1ed2;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-top: solid 1px #a7afc1;
  border-bottom: solid 1px #a7afc1;
  font-size: 1.8rem;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .profile01 {
    display: block;
    font-size: 1.6rem;
    border-top: solid 1px #a7afc1;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .profile01 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile01 li {
  width: 50%;
  margin: 0;
  padding: 10px 0;
}
.npg-profile .npg-container .inner .column-2 .primary .profile01 li:nth-child(n+3):nth-child(-n+4) {
  border-top: solid 1px #a7afc1;
  border-bottom: solid 1px #a7afc1;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .profile01 li {
    width: 100%;
    border-bottom: solid 1px #a7afc1;
  }
  .npg-profile .npg-container .inner .column-2 .primary .profile01 li:nth-child(n+3):nth-child(-n+4) {
    border-top: initial;
    border-bottom: solid 1px #a7afc1;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile01 li p {
  margin: 0;
  padding: 0;
}
.npg-profile .npg-container .inner .column-2 .primary .profile01 li p strong {
  display: inline-block;
}
.npg-profile .npg-container .inner .column-2 .primary .profile01.yasuda li:nth-child(2n+1) p {
  padding-left: 3em;
}
.npg-profile .npg-container .inner .column-2 .primary .profile01.yasuda li:nth-child(2n+1) p strong {
  width: 7em;
}
@media screen and (max-width: 1100px) {
  .npg-profile .npg-container .inner .column-2 .primary .profile01.yasuda li:nth-child(2n+1) p {
    padding-left: 2em;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile01.yasuda li:nth-child(2n) p strong {
  width: 10em;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .profile01.yasuda li p {
    padding-left: 2em !important;
  }
  .npg-profile .npg-container .inner .column-2 .primary .profile01.yasuda li p strong {
    width: 9em !important;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile01.hara li:nth-child(2n+1) p {
  padding-left: 3em;
}
.npg-profile .npg-container .inner .column-2 .primary .profile01.hara li:nth-child(2n+1) p strong {
  width: 9em;
}
@media screen and (max-width: 1100px) {
  .npg-profile .npg-container .inner .column-2 .primary .profile01.hara li:nth-child(2n+1) p {
    padding-left: 2em;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile01.hara li:nth-child(2n) p strong {
  width: 7em;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .profile01.hara li p {
    padding-left: 2em !important;
  }
  .npg-profile .npg-container .inner .column-2 .primary .profile01.hara li p strong {
    width: 9em !important;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .profile02 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .profile02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .profile02 {
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .btn_insta {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .btn_insta {
    display: block;
    margin-bottom: 40px;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .btn_insta a {
  background-color: #fff;
  border: solid 2px #c5ccd9;
  color: #2c69ff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px 40px;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .btn_insta a {
    padding: 15px 0;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .btn_insta a img {
  vertical-align: bottom;
  margin-right: 0.5em;
  width: 48px;
}
@media (hover: hover) and (pointer: fine) {
  .npg-profile .npg-container .inner .column-2 .primary .btn_insta a:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .npg-profile .npg-container .inner .column-2 .primary .btn_insta a:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .BluStellar {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-top: 80px;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .BluStellar {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .BluStellar {
    display: block;
    text-align: center;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .BluStellar img {
  width: 178px;
  vertical-align: bottom;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .primary .BluStellar img {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .primary .BluStellar img {
    margin-bottom: 0.75em;
  }
}
.npg-profile .npg-container .inner .column-2 .primary .BluStellar p {
  margin: 0 0 -0.25em 1em;
  padding: 0;
  text-align: left;
}
.npg-profile .npg-container .inner .column-2 .image-pc {
  width: 30%;
  padding-left: 50px;
}
@media screen and (max-width: 1025px), print {
  .npg-profile .npg-container .inner .column-2 .image-pc {
    width: 40%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .image-pc {
    display: none;
  }
}
.npg-profile .npg-container .inner .column-2 .image-pc img {
  width: 100%;
}
.npg-profile .npg-container .inner .column-2 .image-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .npg-profile .npg-container .inner .column-2 .image-sp {
    display: block;
    text-align: center;
  }
}
.npg-profile .npg-container .inner .column-2 .image-sp img {
  width: 200px;
}/*# sourceMappingURL=style.css.map */