@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
br.pc {
  display: block;
}
br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

.l-pagebody {
  padding-top: 0;
}

.m-contents-wh.p-ne-lp {
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp {
    font-size: 1.4rem;
  }
}
.m-contents-wh.p-ne-lp section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp section {
    margin-bottom: 60px;
  }
}
.m-contents-wh.p-ne-lp .marker {
  background: linear-gradient(transparent 60%, rgba(241, 196, 15, 0.6) 60%);
}
.m-contents-wh.p-ne-lp .accent {
  color: #d38900;
}
.m-contents-wh.p-ne-lp .p-ne-btn {
  display: inline-block;
  padding: 12px 40px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  text-align: center;
}
.m-contents-wh.p-ne-lp .p-ne-btn--white {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.m-contents-wh.p-ne-lp .p-ne-btn--white:hover {
  background: #f8f9fa;
}
.m-contents-wh.p-ne-lp .p-ne-btn--orange {
  background: #d38900;
  color: #fff;
  border: none;
}
.m-contents-wh.p-ne-lp .p-ne-btn--orange:hover {
  background: #ffa807;
  box-shadow: 0 5px 15px rgba(211, 137, 0, 0.4);
}
.m-contents-wh.p-ne-lp .p-ne-btn--large {
  padding: 16px 60px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-btn--large {
    width: 100%;
    padding: 14px 20px;
    font-size: 1.4rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.m-contents-wh.p-ne-lp .p-ne-section-header .sub {
  display: block;
  font-size: 1.4rem;
  color: #d38900;
  margin-bottom: 10px;
  font-weight: bold;
}
.m-contents-wh.p-ne-lp .p-ne-section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-section-header h2 {
    font-size: 1.5rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-section-header--black {
  background: #000;
  color: #fff;
  padding: 15px;
}
.m-contents-wh.p-ne-lp .p-ne-section-header--black h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-section-header--black h2 {
    font-size: 1.8rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-section-header--underline h2 {
  display: inline-block;
  border-bottom: 2px solid #3A4A7E;
  padding-bottom: 10px;
}
.m-contents-wh.p-ne-lp .p-ne-section-header--underline.white h2 {
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.m-contents-wh.p-ne-lp .p-ne-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-contents-wh.p-ne-lp .p-ne-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-list li {
    font-size: 1.4rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}
.m-contents-wh.p-ne-lp .p-ne-list--accent li::before {
  background: #f1c40f;
}
.m-contents-wh.p-ne-lp .p-ne-hero {
  padding: 80px 0;
  background: #0a152b;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-hero {
    padding: 40px 0;
  }
}
.m-contents-wh.p-ne-lp .p-ne-hero__inner {
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-hero__inner {
    padding: 0 25px;
    flex-direction: column-reverse;
  }
}
.m-contents-wh.p-ne-lp .p-ne-hero__content {
  flex: 1;
}
.m-contents-wh.p-ne-lp .p-ne-hero__catch {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-hero__catch {
    font-size: 2rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-hero__catch .accent {
  color: #d38900;
}
.m-contents-wh.p-ne-lp .p-ne-hero__sub {
  font-size: 2rem;
  color: #d38900;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-hero__sub {
    font-size: 1.6rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-hero__sub span {
  font-size: 1.5rem;
}
.m-contents-wh.p-ne-lp .p-ne-hero__desc {
  margin-bottom: 40px;
}
.m-contents-wh.p-ne-lp .p-ne-hero__img {
  flex: 0 0 350px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-hero__img {
    flex: auto;
    width: 70%;
    max-width: 300px;
  }
}
.m-contents-wh.p-ne-lp .p-ne-hero__img img {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.m-contents-wh.p-ne-lp .p-ne-comparison {
  background: #0a152b;
  color: #fff;
  padding-bottom: 60px;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__lead {
  text-align: center;
  margin: 40px 0;
  font-size: 1.6rem;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__lead strong {
  display: block;
  margin-top: 20px;
  color: #f1c40f;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-comparison__lead {
    padding: 0 25px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box-wrap {
  padding: 0 40px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-comparison__box-wrap {
    padding: 0 25px;
    flex-direction: column;
  }
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box--old {
  border-top: 4px solid #666;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box--new {
  border-top: 4px solid #d38900;
  background: rgba(211, 137, 0, 0.15);
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box-head h3 {
  margin: 0;
  font-size: 1.8rem;
  color: #f1c40f;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box-head .label {
  font-size: 1.4rem;
  background: #000;
  padding: 2px 8px;
  border-radius: 4px;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box--old .label {
  background: #666;
}
.m-contents-wh.p-ne-lp .p-ne-comparison__box--new h3 {
  color: #d38900;
}
.m-contents-wh.p-ne-lp .p-ne-solution__inner {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-solution__inner {
    padding: 0 25px;
    flex-direction: column;
  }
}
.m-contents-wh.p-ne-lp .p-ne-solution__content {
  flex: 1;
}
.m-contents-wh.p-ne-lp .p-ne-solution .p-ne-sub-title {
  color: #d38900;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.m-contents-wh.p-ne-lp .p-ne-solution .p-ne-main-title {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-solution .p-ne-main-title {
    font-size: 1.6rem;
  }
}
.m-contents-wh.p-ne-lp .p-ne-solution__key {
  background: #f8f9fa;
  padding: 16px 25px 25px;
  border-radius: 0 8px 8px 0;
  border-left: 4px solid #d38900;
}
.m-contents-wh.p-ne-lp .p-ne-solution__key .key-label {
  color: #d38900;
  font-weight: bold;
  font-size: 1.4rem;
}
.m-contents-wh.p-ne-lp .p-ne-solution__key h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  text-align: left;
}
.m-contents-wh.p-ne-lp .p-ne-solution__key p {
  margin: 0;
  font-size: 1.4rem;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig {
  flex: 0 0 400px;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-solution__fig {
    flex: auto;
    width: 100%;
  }
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  padding: 40px 20px;
  border-radius: 12px;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box {
    padding: 15px 20px;
  }
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box small {
  font-size: 1rem;
  color: #999;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box.new {
  background: #0a152b;
  color: #fff;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box.new span {
  color: #f1c40f;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .box.new small {
  color: #ccc;
}
.m-contents-wh.p-ne-lp .p-ne-solution__fig .diagram .arrow {
  font-size: 2rem;
  color: #ccc;
  margin: 0 20px;
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta {
  background: #0a152b;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta__inner {
  max-width: 800px;
  margin: 0 auto;
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta p {
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #ccc;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-intro-cta p {
    font-size: 1.3rem;
    margin-bottom: 28px;
  }
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta__serif {
  color: #fff !important;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem !important;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-intro-cta__serif {
    font-size: 1.6rem !important;
  }
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta .accent {
  color: #f1c40f;
  font-size: 1.2em;
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta .large {
  font-size: 1.3rem;
  display: block;
  margin-top: 30px;
  line-height: 1.6;
}
.m-contents-wh.p-ne-lp .p-ne-intro-cta .p-ne-btn i {
  margin-left: 10px;
}
.m-contents-wh.p-ne-lp .p-ne-skills {
  background: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-skills {
    padding: 40px 0;
  }
}
.m-contents-wh.p-ne-lp .p-ne-skills__grid {
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 900px) {
  .m-contents-wh.p-ne-lp .p-ne-skills__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-skills__grid {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .m-contents-wh.p-ne-lp .p-ne-skills__grid {
    grid-template-columns: 1fr;
  }
}
.m-contents-wh.p-ne-lp .p-ne-skills .p-ne-skill-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s;
}
.m-contents-wh.p-ne-lp .p-ne-skills .p-ne-skill-box .icon {
  margin-bottom: 0;
  font-size: 2.4rem;
}
.m-contents-wh.p-ne-lp .p-ne-skills .p-ne-skill-box .icon img {
  width: 60px;
  height: 60px;
}
.m-contents-wh.p-ne-lp .p-ne-skills .p-ne-skill-box h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #1a2b4a;
}
.m-contents-wh.p-ne-lp .p-ne-skills .p-ne-skill-box h3 span {
  display: block;
  font-size: 1.4rem;
  color: #d38900;
  margin-top: 5px;
}
.m-contents-wh.p-ne-lp .p-ne-skills .p-ne-skill-box p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  text-align: left;
}
.m-contents-wh.p-ne-lp .p-ne-profile .inner,
.m-contents-wh.p-ne-lp .p-ne-preview .inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .p-ne-profile .inner,
  .m-contents-wh.p-ne-lp .p-ne-preview .inner {
    padding: 0 25px;
  }
}
.m-contents-wh.p-ne-lp .book-sample-wrap-new {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .m-contents-wh.p-ne-lp .book-sample-wrap-new {
    flex-direction: column;
    padding: 0 25px;
  }
}
.m-contents-wh.p-ne-lp .book-sample-wrap-new .book-sample-item-new {
  flex: 0 0 45%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.m-contents-wh.p-ne-lp .book-sample-wrap-new .book-sample-item-new img {
  width: 100%;
  height: auto;
  display: block;
}
.m-contents-wh.p-ne-lp .p-ne-preview-btn {
  text-align: center;
  margin-top: 30px;
}

.p-ne-profile__inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-ne-profile__card {
  display: flex;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .p-ne-profile__card {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
.p-ne-profile__left {
  flex: 0 0 240px;
}
@media (max-width: 767px) {
  .p-ne-profile__left {
    flex: 0 0 auto;
    text-align: center;
  }
}
.p-ne-profile__img {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.p-ne-profile__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.p-ne-profile__img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .p-ne-profile__img {
    width: 200px;
    margin: 0 auto;
  }
}
.p-ne-profile__right {
  flex: 1;
}
.p-ne-profile__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d38900;
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: #0a152b;
}
.p-ne-profile__name span {
  font-size: 1rem;
  color: #999;
  font-weight: normal;
}
@media (max-width: 600px) {
  .p-ne-profile__name {
    flex-direction: column;
    gap: 5px;
  }
}
.p-ne-profile__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.p-ne-profile__titles li {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.p-ne-profile__titles li::before {
  content: "■";
  color: #d38900;
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.p-ne-profile__bio {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.p-ne-profile__bio-sub {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}

.p-ne-toc {
  background: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-ne-toc__container {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-ne-toc__container {
    padding: 0 25px;
  }
}
.p-ne-toc__block {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #0a152b;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .p-ne-toc__block {
    margin-bottom: 16px;
    padding: 20px;
  }
}
.p-ne-toc__block--intro, .p-ne-toc__block--outro {
  border-left-color: #d38900;
  background: transparent;
  box-shadow: none;
  padding: 10px 0;
  border: none;
}
@media (max-width: 767px) {
  .p-ne-toc__block--intro, .p-ne-toc__block--outro {
    padding: 0;
  }
}
.p-ne-toc__block--intro:hover, .p-ne-toc__block--outro:hover {
  transform: none;
}
.p-ne-toc__block--intro .p-ne-toc__list li, .p-ne-toc__block--outro .p-ne-toc__list li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  background: transparent;
}
@media (max-width: 767px) {
  .p-ne-toc__block--intro .p-ne-toc__list li:first-child, .p-ne-toc__block--outro .p-ne-toc__list li:first-child {
    padding-top: 0;
  }
}
.p-ne-toc__part-title {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0a152b;
}
.p-ne-toc__part-title span {
  display: block;
  font-size: 1.2rem;
  color: #d38900;
  margin-bottom: 5px;
}
.p-ne-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-ne-toc__list li {
  display: flex;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
}
.p-ne-toc__list li:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .p-ne-toc__list li {
    flex-direction: column;
    gap: 5px;
  }
}
.p-ne-toc__list .chapter {
  flex: 0 0 100px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #666;
}
@media (max-width: 767px) {
  .p-ne-toc__list .chapter {
    flex: 0 0 20px;
  }
}
.p-ne-toc__list .title {
  flex: 1;
  font-weight: 500;
}

.wp-embedded-content {
  text-align: center;
}
.wp-embedded-content a {
  font-size: 1.6rem !important;
}
@media (max-width: 767px) {
  .wp-embedded-content a {
    font-size: 1.5rem !important;
  }
}

.related-items {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .related-items {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .related-items h3 {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=newelite.css.map */