@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.35;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main a {
  text-decoration: underline;
}
.main a:hover {
  text-decoration: none;
}

/*============================================================
  https://www.modularscale.com/?18&px&1.125
  font-sizeは基本的に下記のサイズの中から使用する

  41px = 4.1rem
  36px = 3.6rem
  32px = 3.2rem
  29px = 2.9rem
  26px = 2.6rem
  23px = 2.3rem
  20px = 2rem
  18px = 1.8rem
  16px = 1.6rem
  14px = 1.4rem
  13px = 1.3rem
  11px = 1.1rem

============================================================*/
/*============================================================
  core settings
============================================================*/
img {
  max-width: 100%;
  height: auto;
}

.img {
  image-rendering: -webkit-optimize-contrast;
}

.img-pcdn {
  display: none;
}
@media screen and (max-width: 480px) {
  .img-pcdn {
    display: block;
  }
}

button {
  border: none;
}

.text-center {
  text-align: center;
}

.blue {
  color: #014D98 !important;
}

.blue-dark {
  color: #01366B;
}

.red {
  color: #c90909 !important;
}

.background-colored--blue {
  background-color: #01407f;
  color: white;
  padding: 2rem;
}

.background-colored--yellow {
  background-color: #AB8B41;
  color: white;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  .background-colored--yellow {
    padding: 1rem;
  }
}

.background-colored--gray {
  background: #333;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .img-center {
    max-width: 94%;
  }
}

.blue-line {
  content: "";
  display: block;
  background-color: #014D98;
  width: 15rem;
  height: 0.6rem;
}
@media screen and (max-width: 480px) {
  .blue-line {
    width: 10rem;
  }
}

.blue-line--small {
  content: "";
  display: block;
  background-color: #014D98;
  width: 10rem;
  height: 0.6rem;
}

.blue-line--thin {
  content: "";
  display: block;
  background-color: #014D98;
  width: 100%;
  height: 1px;
}

.white-line {
  content: "";
  display: block;
  background-color: white;
  width: 15rem;
  height: 0.6rem;
}
@media screen and (max-width: 480px) {
  .white-line {
    width: 6rem;
    height: 0.4rem;
  }
}

.gray-line {
  content: "";
  display: block;
  background-color: #505050;
  width: 15rem;
  height: 0.6rem;
}
@media screen and (max-width: 480px) {
  .gray-line {
    width: 10rem;
    height: 0.4rem;
  }
}

.gray-line--small {
  content: "";
  display: block;
  background-color: #505050;
  width: 10rem;
  height: 0.6rem;
}
@media screen and (max-width: 480px) {
  .gray-line--small {
    width: 6rem;
    height: 0.4rem;
  }
}

.addition {
  margin-top: 16px;
  font-size: 1.5rem;
  color: #505050;
  border: 2px solid #e8e8e8;
  padding: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .addition {
    font-size: 1.3rem;
    padding: 1rem;
  }
}

.white-border {
  border: 4px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .white-border {
    padding: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .white-border {
    padding: 0rem;
  }
}

.gray-border {
  border: 4px solid #505050;
  margin: auto;
}

.white-area {
  background-color: white;
  margin: auto;
}

.bold {
  font-weight: 700;
}

.border-bottom-gray {
  border-bottom: 2px solid #505050;
  padding-bottom: 0.5rem;
}

.border-bottom-red {
  border-bottom: 2px solid #c90909;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 480px) {
  .study-image {
    display: none;
  }
}

.study-image--sp {
  width: 92%;
  display: none;
}
@media screen and (max-width: 480px) {
  .study-image--sp {
    display: block;
  }
}
.txt-large{
  font-size:2.2rem;
}
.txt-medium{
  font-size:2.0rem;
}
.large {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -2px;
}

@media screen and (max-width: 480px) {
  .txt-large{
    font-size:1.9rem;
  }
  .txt-medium{
    font-size:1.7rem;
  }

  .large {
    font-size: 1.4rem;
  }
}

/*============================================================
  .container
  ※コンテンツの幅を調整するクラス
============================================================*/
.container {
  width: 92%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.container--small {
  max-width: 800px;
}
.container--large {
  max-width: 960px;
}
.container--x-large {
  max-width: 1060px;
}
.container--xx-large {
  max-width: 1100px;
}
.container--xxx-large {
  max-width: 1240px;
}
.container--full {
  max-width: 1920px;
}
.container--white {
  background-color: white;
}

.container__text {
  width: 92%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0;
       column-gap: 0;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 768px) {
  .column {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.column--count-3 {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 1024px) {
  .column--count-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .column--count-3 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.column--count-4 {
  -moz-column-count: 4;
       column-count: 4;
}
@media screen and (max-width: 1440px) {
  .column--count-4 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 1024px) {
  .column--count-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .column--count-4 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.column__container {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.toggle-button {
  display: block;
  width: 448px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  background: #014D98;
  border-radius: 3px;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.toggle-button:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .toggle-button {
    width: 384px;
  }
}
@media screen and (max-width: 480px) {
  .toggle-button {
    width: 288px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.8rem;
  }
}

.js-collapse-button {
  position: relative;
}
.js-collapse-button::after {
  position: absolute;
  top: 49%;
  right: 32px;
  display: block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .js-collapse-button::after {
    right: 24px;
  }
}
.js-collapse-button.is-active::after {
  content: "\f106";
}

/*============================================================
  .section
  ※各セクションを囲む（区切る）ためのクラス
============================================================*/
.section {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.section--bg-gray {
  /*sectionの背景色を指定*/
  background: #f6f6f6;
}
.section--bg-dark-gray {
  /*sectionの背景色を指定*/
  background: #505050;
}
.section--bg-dark-blue {
  /*sectionの背景色を指定*/
  background: #01366B;
}

.section--bg-light-blue {
  /*sectionの背景色を指定*/
  background: #f5faff;
}


.section--special-zone1 {
  position: relative;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .section--special-zone1 {
    margin-bottom: 4rem;
  }
}
.section--special-zone1::before {
  content: "";
  width: 85%;
  height: 95%;
  position: absolute;
  z-index: -1;
  top: 3rem;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1240px) {
  .section--special-zone1::before {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .section--special-zone1::before {
    width: 85%;
    height: 97%;
  }
}
.section--special-zone2 {
  position: relative;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .section--special-zone2 {
    margin-bottom: 4rem;
  }
}
.section--special-zone2::before {
  content: "";
  width: 85%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1240px) {
  .section--special-zone2::before {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .section--special-zone2::before {
    width: 85%;
    height: 99%;
    top: -3rem;
  }
}
.section--special-zone3 {
  position: relative;
  padding-top: 0;
}
.section--special-zone3::before {
  content: "";
  width: 85%;
  height: 98%;
  position: absolute;
  z-index: -1;
  top: -5rem;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1240px) {
  .section--special-zone3::before {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .section--special-zone3::before {
    width: 85%;
    height: 100%;
  }
}
.section--curriculum {
  /*sectionの背景色を指定*/
  background-image: url(https://www.nlpjapan.co.jp/nlp-special-seminar-video/images/curriculum.jpg);
  background-position: top center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .section--curriculum {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #505050;
    background-attachment: local;
    background-color: #1b2934;
  }
}
.section--package-about {
  background-image: url(https://www.nlpjapan.co.jp/nlp-special-seminar-video/images/background_package.jpg);
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .section--package-about {
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: local;
    background-size: contain;
  }
}
.section--entry {
  background-color:#333;
}
@media screen and (max-width: 480px) {
  .section--entry {
    background-color: rgba(0, 0, 0, 0.9);
    background-attachment: local;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.section--letter {
  position: relative;
}
.section--letter::before {
  position: absolute;
  content: "NLP SALES";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 25rem;
  right: 0;
  top: 10rem;
  font-weight: 700;
  color: #f6f6f6;
}
.section--letter::after {
  position: absolute;
  content: "NLP SALES";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 25rem;
  left: 0;
  bottom: 10rem;
  font-weight: 700;
  color: #f6f6f6;
  z-index: -1;
}

.section--triangle {
  position: relative;
  margin-bottom: 5rem;
}
.section--triangle::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: calc(50% - 75px);
  width: 150px;
  height: 100px;
  -webkit-clip-path: polygon(50% 75%, 0 0, 100% 0);
  clip-path: polygon(50% 75%, 0 0, 100% 0);
  background-color: #F6F6F6;
}
@media screen and (max-width: 480px) {
  .section--triangle::before {
    width: 100px;
    height: 75px;
    bottom: -75px;
    left: calc(50% - 50px);
  }
}

/*iOSでアクセスしたときのみ適用*/
/*============================================================
  .masthead
  ※メインイメージに使用するクラス
============================================================*/
.masthead {
  background-image: url(../images/ashidachi-master-main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: black;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .masthead {
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .masthead {
    background-size: cover;
    background-image: none;
  }
}
.masthead__container {
  /*メイン画像の幅を調節*/
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .masthead__text-img {
    margin-left: 0;
  }
}

.masthead__banner-img {
  position: absolute;
  bottom: -20rem;
  left: 32%;
  width: 36%;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .masthead__banner-img {
    bottom: -10rem;
  }
}
@media screen and (max-width: 480px) {
  .masthead__banner-img {
    bottom: -9rem;
    width: 46%;
    left: 28%;
  }
}

.masthead__fb-banner {
  width: 100%;
}

.masthead--fb-color {
  background: #000;
}

/*============================================================
　.heading
　※セクション内タイトルに使用するクラス
============================================================*/
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 72px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 480px) {
  .heading {
    margin-top: -8px;
    margin-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.heading__sub-title {
  margin-bottom: 4px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .heading__sub-title {
    font-size: 1.6rem;
  }
}
.heading__title {
  font-size: 3.6rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title {
    font-size: 2.3rem;
  }
}
.heading__title--campaign {
  font-size: 3.0rem;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .heading__title--campaign {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--campaign {
    font-size: 1.8rem;
  }
}
.heading__title--campaign-large {
  font-size: 4.6rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .heading__title--campaign-large {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--campaign-large {
    font-size: 2.3rem;
  }
}
.heading__title--medium {
  font-size: 4.1rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .heading__title--medium {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--medium {
    font-size: 2.5rem;
    padding: 0;
  }
}
.heading__title--large {
  font-size: 4.1rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .heading__title--large {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--large {
    font-size: 2.5rem;
  }
}
.heading__title--x-large {
  font-size: 4.6rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .heading__title--x-large {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--x-large {
    font-size: 2.9rem;
  }
}
.heading__title--small {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .heading__title--small {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--small {
    font-size: 2rem;
  }
}
.heading__title--curriculum {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .heading__title--curriculum {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--curriculum {
    font-size: 2.2rem;
  }
}
.heading__title--white {
  color: white;
}

.heading--main-special-zone {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .heading--main-special-zone {
    margin-bottom: 3rem;
    padding-top: 5rem;
  }
}

.heading--special-zone {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .heading--special-zone {
    margin-bottom: 3rem;
    padding: 0;
    text-align: left;
    display: block;
  }
}

.heading__title--special-zone {
  text-align: left;
}

.heading--left {
  text-align: left;
}

.heading--bullet {
  width: 100%;
  margin: 0;
}

/*============================================================
　.sub-heading
　※主にH3に適用するクラス
============================================================*/
.sub-heading {
  margin-bottom: 64px;
  font-size: 2.9rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sub-heading {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
}
.sub-heading--border {
  /*ボーダー追加*/
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}
@media screen and (max-width: 480px) {
  .sub-heading--border {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/*============================================================
　.bullet
　※ブレットに使用するクラス
============================================================*/
.bullet {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 56px;
  padding-right: 56px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .bullet {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 480px) {
  .bullet {
    padding: 24px;
  }
}
.bullet--border {
  /*ボーダーを追加するクラス*/
  border: 1px solid #8f8f8f;
}
.bullet--box-shadow {
  /*要素にシャドウを追加するクラス*/
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.08);
}
.bullet--radius {
  /*角丸を追加するクラス*/
  border-radius: 8px;
}
.bullet__item {
  display: flex;
  margin-bottom: 32px;
  line-height: 1.35;
}
.bullet__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .bullet__item {
    margin-bottom: 16px;
  }
}
.bullet__item--under-line {
  padding-bottom: 2rem;
  border-bottom: 1px solid gainsboro;
}
.bullet__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
@media screen and (max-width: 480px) {
  .bullet__icon {
    margin-right: 8px;
  }
}
.bullet__icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 3.2rem;
  line-height: 1;
  color: #c90909;
  margin-top: 0rem;
}
@media screen and (max-width: 480px) {
  .bullet__icon span {
    font-size: 2.3rem;
  }
}
.bullet__line {
  border-bottom: 2px solid #333333;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .bullet__line {
    border-bottom: 1px solid #333333;
  }
}
.bullet--bg-white {
  background-color: #fff;
}
.bullet--large {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 96px;
  padding-right: 96px;
  background: white;
}
@media screen and (max-width: 768px) {
  .bullet--large {
    padding: 32px;
  }
}
@media screen and (max-width: 480px) {
  .bullet--large {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bullet p {
  flex: 1;
  font-size: 2.1rem;
  line-height: 1.65;
}
@media screen and (max-width: 480px) {
  .bullet p {
    font-size: 1.6rem;
  }
}

.icon-list__item {
  display: flex;
  margin-bottom: 16px;
}
.icon-list__item:last-child {
  margin-bottom: 0;
}
.icon-list__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.icon-list__icon span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 2.5rem;
  line-height: 1;
  color: #8f8f8f;
}
@media screen and (max-width: 480px) {
  .icon-list__icon span {
    top: -2px;
    font-size: 2.3rem;
  }
}
.icon-list p {
  flex: 1;
}

/*============================================================
 .image-container
  ※imgの親要素に追加するクラス
============================================================*/
.image-container {
  text-align: center;
}
.image-container--left {
  /*左寄せ*/
  text-align: left;
}
.image-container--right {
  /*右寄せ*/
  text-align: right;
}

/*============================================================
  .testimonial-2
  ※お客様の声
============================================================*/
.testimonial-2 {
  display: flex;
  margin-bottom: 48px;
  padding: 40px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 3px gainsboro;
}
@media screen and (max-width: 768px) {
  .testimonial-2 {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .testimonial-2 {
    box-shadow: 2px 2px 1px gainsboro;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 24px;
  }
}
.testimonial-2__image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .testimonial-2__image {
    margin-bottom: 24px;
  }
}
.testimonial-2__image img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.testimonial-2__body {
  flex: 1;
  margin-left: 32px;
}
@media screen and (max-width: 480px) {
  .testimonial-2__body {
    margin-left: auto;
  }
}
.testimonial-2__title {
  margin-bottom: 16px;
  font-size: 2.3rem;
  text-indent: -1.8rem;
}
@media screen and (max-width: 480px) {
  .testimonial-2__title {
    font-size: 1.8rem;
  }
}
.testimonial-2__name {
  font-weight: bold;
}

.qanda__block {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .qanda__block {
    margin-bottom: 16px;
  }
}
.qanda__container {
  display: flex;
}
.qanda__container--answer .qanda__mark {
  align-items: flex-start;
  background: #fff;
  padding-top: 16px;
}
.qanda__container--answer .qanda__body {
  background: #fff;
}
.qanda__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-height: 64px;
  background: white;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  align-items: flex-start;
  padding-top: 1.6rem;
}
.qanda__mark--black {
  background-color: #505050;
  color: #fff;
}
.qanda__body {
  flex: 1;
  padding: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}
@media screen and (max-width: 480px) {
  .qanda__body {
    padding-left: 16px;
  }
}
.qanda__body--gray {
  background: #f6f6f6;
}

.card {
  height: 100%;
  border: 1px solid #dfdfdf;
  background: #F8F8F8;
}

@media screen and (max-width: 480px) {
  .card {
    height: auto;
  }
}
.card__body {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.card__image {
  margin-bottom: 24px;
}

.card__sub-title {
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .card__sub-title {
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
}
.card__lists {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.card__list {
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.6;
}

.card__list:last-child {
  margin-bottom: 0;
}

.card p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.learning-area {
  margin: 55px 0 0 0;
  padding: 0 0 55px 0;
  height: auto;
  clear: both;
  /*background: url(https://www.nlpjapan.co.jp/images/nlppra02_main_img_merit_plus.png) center bottom no-repeat;*/
}

.card__contents--hyper {
  padding: 30px;
  border: 1px solid #dfdfdf;
  background: #F8F8F8;
}

.card__image--hyper {
  float: right;
  width: 43%;
}

.card__contenttxt--hyper {
  float: left;
  width: 53%;
}

@media screen and (max-width: 480px) {
  .learning-area {
    margin: 55px 0 0 0;
    padding: 0 0 75px 0;
    height: auto;
    clear: both;
    /*background: url(https://www.nlpjapan.co.jp/images/nlppra02_main_img_merit_plus.png) center bottom no-repeat;*/
  }
  .card__contents--hyper {
    padding: 20px;
    border: 1px solid #dfdfdf;
    background: #F8F8F8;
  }
  .card__image--hyper {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .card__contenttxt--hyper {
    float: none;
    width: 100%;
  }
}
/* hyper */
.hyper-area {
  margin: 55px 0 0 0;
  padding: 0 0 80px 0;
  height: auto;
  clear: both;
}

.hyper-area .hyper {
  margin: 0px auto;
  padding: 0 0 5px 0;
  max-width: 1024px;
  width: 94%;
  text-align: center;
  background: #fff;
}

.detail .hyper h3 {
  margin: 0 auto 50px auto;
  padding: 25px 0;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background-color: #ab8b41;
  border-radius: 0;
  width: 100%;
}

.detail .hyper h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 auto;
  background: url(https://www.nlpjapan.co.jp/images/nlppra02_main_img_bg_lab_h4.png) center center no-repeat;
}

.detail .hyper h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 auto 40px auto;
  padding: 0 0 20px 0;
  text-align: center;
  border-bottom: #333333 1px solid;
}

.detail .hyper h6 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  color: #ab8b41;
}

.detail .hyper .hyper-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px auto 5px auto;
}

.detail .hyper .hyper-title strong {
  font-size: 4rem;
}

.detail .hyper .hyper-title .blue {
  color: #3c70a4 !important;
}

.detail .hyper .hyper-title-notice {
  width: 40%;
  margin: 20px auto 0;
}

.detail .hyper .hyper-txt-price {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}

.detail .hyper .hypervideo-img {
  margin: 50px auto 60px auto;
  max-width: 914px;
}

/* .detail .hyper .hypervideo-img img{
    width: 100%;
  }*/
.detail .hyper .hyper-certificate-area {
  margin: 50px 55px 60px 55px;
  padding: 0 0 0 0;
  max-width: 914px;
  width: 94%;
  text-align: left;
  font-size: 1.65rem;
  line-height: 2;
}

.detail .hyper .hyper-certificate-area .hyper-about-txt {
  width: 85%;
  margin: 0 auto;
}

.detail .hyper .hyper-certificate-area ul.hyper-course li {
  margin: 1em 0;
  padding: 0 0 0 0;
  color: #ab8b41;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

.detail .hyper .hyper-certificate-area .hyper-about-ul {
  overflow: hidden;
  margin: 0;
}

.detail .hyper .hyper-certificate-area .hyper-about-ul li:first-child {
  float: right;
  width: 40%;
}

.detail .hyper .hyper-certificate-area .hyper-about-ul li:last-child {
  float: left;
  width: 57%;
}

.detail .hyper .hyper-certificate-area .kome {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #888;
}

.detail .hyper .hyper-certificate-area .hyper-certificate-img {
  margin: 0 0 20px 45px;
  padding: 40px 0 0 0;
  width: 300px;
  height: 300px;
  text-align: center;
  background-color: #f2f4f6;
  float: right;
}

.detail .hyper .hyper-certificate-area .hyper-certificate-img img {
  width: 224px;
  height: auto;
}

.detail .hyper .hyper-merit-area {
  margin: 50px 55px 60px 55px;
  padding: 40px 55px 50px 55px;
  max-width: 914px;
  width: 94%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 3px;
  border: #ab8b41 1px solid;
}

.detail .hyper .hyper-merit-area ul li {
  font-size: 1.65rem;
  line-height: 1.8;
  margin: 5px 0 5px 0;
  text-indent: 2em;
  background: url(https://www.nlpjapan.co.jp/images/nlppra02_main_img_bg_lab_check.png) left center no-repeat;
}

@media screen and (max-width: 914px) {
  .detail .hyper .hyper-certificate-area .hyper-certificate-img {
    margin: 0 20px 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .detail .hyper .hyper-certificate-area {
    margin: 50px auto;
    max-width: 750px;
  }
  .detail .hyper .hyper-certificate-area .hyper-certificate-img img {
    width: 80%;
    height: auto;
    text-align: center;
  }
  .detail .hyper .hyper-certificate-area .hyper-certificate-img {
    margin: 0 0 0 25px;
    padding: 20px 0 20px 0;
    width: 40%;
    height: auto;
  }
  .detail .hyper .hyper-merit-area {
    margin: 50px auto;
    padding: 40px 35px 50px 35px;
    width: 90%;
  }
  .detail .hyper .hyper-merit-area ul li {
    padding: 0 0 0 20px;
    text-indent: 0em;
    background: url(https://www.nlpjapan.co.jp/images/nlppra02_main_img_bg_lab_check.png) left 12px no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .hyper-area {
    margin: 20px 0 0 0;
  }
  .detail .hyper .hyper-certificate-area .hyper-about-txt {
    width: 100%;
    margin: 0 auto;
  }
  .hyper-area .hyper {
    margin: 0px auto;
    padding: 0 0 10px 0;
    width: 94%;
    text-align: center;
    background: #fff;
  }
  .detail .hyper h3 {
    background-color: #ab8b41;
  }
  .detail .hyper h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 auto;
    background: url(https://www.nlpjapan.co.jp/images/nlppra02_main_img_bg_lab_h4_sp.png) bottom center no-repeat;
    background-size: 90%;
  }
  .detail .hyper h5 {
    font-size: 1.6rem;
    margin: 0 auto 30px auto;
    padding: 0 0 15px 0;
  }
  .detail .hyper h6 {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 0 20px 0;
  }
  .detail .hyper .hyper-title {
    font-size: 1.6rem;
    margin: 10px auto 25px auto;
  }
  .detail .hyper .hyper-title strong {
    font-size: 2.6rem;
    display: block;
    margin: 8px auto;
    line-height: 1.3;
  }
  .detail .hyper .hypervideo-img {
    margin: 25px auto 40px auto;
    max-width: 570px;
    width: 90%;
  }
  .detail .hyper .hypervideo-img img {
    width: 100%;
  }
  .detail .hyper .hyper-certificate-area {
    margin: 0 auto;
    width: 94%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .detail .hyper .hyper-certificate-area .kome {
    display: block;
    margin: 15px 0 0 0;
  }
  .detail .hyper .hyper-certificate-area ul.hyper-course {
    margin-bottom: 30px;
  }
  .detail .hyper .hyper-certificate-area ul.hyper-course li {
    padding: 0 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.5;
    text-indent: -1em;
  }
  .detail .hyper .hyper-certificate-area .hyper-certificate-img {
    margin: 0 0 30px 0;
    padding: 40px 0 40px 0;
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
  }
  .detail .hyper .hyper-certificate-area .hyper-certificate-img img {
    width: 75%;
  }
  .detail .hyper .hyper-merit-area {
    margin: 0 auto 10px auto;
    padding: 30px 20px 15px 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 2px;
    width: 94%;
  }
  .detail .hyper .hyper-merit-area ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 10px 0 10px 0;
    background-position: left 5px;
    padding-left: 1.5em;
  }
  .detail .hyper .hyper-title-notice {
    width: 94%;
    margin: 20px auto 0;
  }
  .detail .hyper .hyper-certificate-area .hyper-about-ul {
    overflow: hidden;
    margin: 0;
  }
  .detail .hyper .hyper-certificate-area .hyper-about-ul li:first-child {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .detail .hyper .hyper-certificate-area .hyper-about-ul li:last-child {
    float: none;
    width: 100%;
  }
  .section .txt20 {
    font-size: 1.7rem !important;
  }
  .section .txt22 {
    font-size: 1.9rem !important;
  }
}
/*============================================================
  .schedule
  ※日程・概要テーブルのクラス
============================================================*/
/*============================================================
　プラ動画用追加CSS 2021_2_1
============================================================*/
.grid::after {
  content: none;
}

.grid--feature {
  justify-content: space-between;
}

.grid--feature .grid__column {
  width: calc(25% - 8px);
}

@media screen and (max-width: 480px) {
  .grid--feature .grid__column {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .grid--feature .grid__column:last-child {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .grid--feature .grid__column:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .grid--feature .grid__column:nth-child(4) {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .grid--course {
    flex-direction: column;
  }
}
.grid--course .grid__column {
  width: calc(50% - 8px);
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .grid--course .grid__column {
    width: 100%;
    margin-bottom: 16px;
  }
  .grid--course .grid__column:last-child {
    margin-bottom: auto;
  }
}
.grid--price {
  justify-content: space-between;
}

.grid--price .grid__column {
  width: calc(50% - 8px);
}

@media screen and (max-width: 480px) {
  .grid--price .grid__column {
    width: 100%;
    margin-bottom: 16px;
  }
}
.schedule {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .schedule {
    font-size: 1.5rem;
  }
}
.schedule__title {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background: #01366B;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .schedule__title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 2rem;
  }
}
.schedule__container {
  background: #fff;
  padding: 32px;
  border: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  .schedule__container {
    padding: 0;
    border-top: none;
  }
}
.schedule__body {
  border: 1px solid #d6d6d6;
}
.schedule__tr {
  border-bottom: 1px solid #d6d6d6;
}
.schedule__th {
  width: 180px;
  background: #f6f6f6;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .schedule__th {
    display: block;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
  }
}
.schedule__td {
  padding: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .schedule__td {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.schedule__course-block {
  margin-bottom: 16px;
  padding: 24px;
  background: #e6e6e6;
}
.schedule__course-block:last-child {
  margin-bottom: 0;
}
.schedule__course-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
}
.schedule__course-container:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .schedule__course-container {
    align-items: flex-start;
    flex-direction: column;
  }
}
.schedule__course-title {
  margin-right: 16px;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .schedule__course-title {
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.schedule__course-status {
  min-width: 96px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.35;
  letter-spacing: 2px;
  border-radius: 5px;
  text-align: center;
}
.schedule__trainer {
  text-indent: -1rem;
}
.schedule__discount-block {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .schedule__discount-block {
    margin-bottom: 16px;
  }
}
.schedule__discount-title {
  padding: 16px;
  background: #e6e6e6;
  font-size: 2rem;
  font-weight: bold;
}
.schedule__discount-body {
  padding: 32px;
  background: #f1f1f1;
}
@media screen and (max-width: 480px) {
  .schedule__discount-body {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.schedule__discount-body--yellow {
  background: #FFFAE0;
}
.schedule__discount-body--lighten-gray {
  background: rgb(239, 244, 248);
}
.schedule__discount-limited {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #c90909;
}
@media screen and (max-width: 480px) {
  .schedule__discount-limited {
    font-size: 2rem;
  }
}
.schedule__discount-inner-container {
  margin-bottom: 32px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #8f8f8f;
}
.schedule__discount-inner-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .schedule__discount-inner-container {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
}
.schedule__discount-price-title {
  display: block;
  margin-bottom: 8px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  .schedule__discount-price-title {
    font-size: 1.8rem;
  }
}
.schedule__discount-price {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .schedule__discount-price {
    flex-direction: column;
    align-items: auto;
    font-size: 1.5rem;
  }
}
.schedule__discount-normal {
  display: inline;
}
.schedule__discount-normal .large {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width: 480px) {
  .schedule__discount-normal .large {
    font-size: 1.8rem;
  }
}
.schedule__discount-early {
  color: #c90909;
}
.schedule__discount-early .large {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width: 480px) {
  .schedule__discount-early .large {
    font-size: 1.8rem;
  }
}
.schedule__discount-button {
  display: inline-block;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background: #C90909;
  font-weight: 700;
  color: #fff;
  margin-right: 1rem;
}
.schedule__addition {
  margin-top: 0;
  font-size: 1.5rem;
  color: #505050;
}
@media screen and (max-width: 480px) {
  .schedule__addition {
    font-size: 1.3rem;
  }
}
.schedule__addition div {
  margin-bottom: 8px;
}
.schedule__addition div:last-child {
  margin-bottom: 0;
}
.schedule__notes {
  font-size: 1.5rem;
  color: #505050;
}
.schedule__notes div {
  margin-bottom: 8px;
}
.schedule__notes div:last-child {
  margin-bottom: 0;
}
.schedule__notes h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.7rem;
  color: #333333;
}

.border {
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 480px) {
  .schedule__notice-lists {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.entry-block {
  background: white;
  margin-bottom: 56px;
}
.entry-block:last-child {
  margin-bottom: auto;
}
.entry-block__container {
  border-bottom: 1px solid #f1f1f1;
}
.entry-block__container:last-child {
  border-bottom: none;
}
.entry-block__title {
  padding: 16px;
  background: #434343;
  font-size: 2.9rem;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .entry-block__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-block__title {
    font-size: 2rem;
  }
}
.entry-block__body {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 480px) {
  .entry-block__body {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.entry-block__image-container {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .entry-block__image-container {
    margin-bottom: 16px;
  }
}
.entry-block__button-container {
  margin-bottom: 16px;
  text-align: center;
}
.entry-block__button {
  display: inline-block;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #CC0000;
  border: 3px solid #CC0000;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.entry-block__button--close {
  display: inline-block;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #8A8A8A;
  border: 3px solid #8A8A8A;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.entry-block__button:hover {
  color: #CC0000;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .entry-block__button {
    width: 70%;
    font-size: 2rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .entry-block__button--close {
    width: 70%;
    padding-top: 6px;
    padding-bottom: 11px;
	font-size: 2.0rem;
  }


}
.entry-block__agreement {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.65;
}
@media screen and (max-width: 480px) {
  .entry-block__agreement {
    font-size: 1.3rem;
  }
}
.entry-block a {
  text-decoration: none !important;
}

.container--package-about {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .container--package-about {
    width: 100%;
  }
}

.testimonial {
  background-color: #7B879E;
  padding: 1px;
  position: relative;
}

.testimonial::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(50% 75%, 0 0, 100% 0);
  clip-path: polygon(50% 75%, 0 0, 100% 0);
  background-color: #7B879E;
}

.testimonial::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 30px;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(50% 75%, 0 0, 100% 0);
  clip-path: polygon(50% 75%, 0 0, 100% 0);
  background-color: white;
}

.testimonial__text {
  background-color: white;
  padding: 2rem;
}

.special-seminar-detail {
  margin-bottom: 16px;
  /*開閉の指定*/
}

.special-seminar-detail:last-child {
  margin-bottom: 0;
}

.special-seminar-detail__input {
  display: none;
}

.special-seminar-detail__label {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 48px;
  background: #014D98;
  color: #fff;
  line-height: 1.65;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

@media screen and (max-width: 480px) {
  .special-seminar-detail__label {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
}
.special-seminar-detail__label::after {
  position: absolute;
  right: 22px;
  top: 21px;
  display: block;
  height: auto;
  content: "\f067";
  font-family: FontAwesome;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .special-seminar-detail__label::after {
    top: 9px;
    right: 18px;
  }
}
.special-seminar-detail__body {
  display: none;
}

.special-seminar-detail__inner-container {
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}

@media screen and (max-width: 480px) {
  .special-seminar-detail__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.special-seminar-detail p, .special-seminar-detail span {
  line-height: 1.65;
}

.special-seminar-detail__input:checked + label:after {
  content: "\f068";
}

.special-seminar-detail__input:checked + .special-seminar-detail__label + .special-seminar-detail__body {
  display: block;
}

.package-addition {
  font-size: 1.6rem;
  color: #4d4d4d;
}
@media screen and (max-width: 480px) {
  .package-addition {
    font-size: 1.4rem;
  }
}

.special-zone__warp {
  width: 1000px;
  margin: 15rem auto 5rem auto;
  padding: 4rem 8rem 7rem;
}
@media screen and (max-width: 1440px) {
  .special-zone__warp {
    width: 860px;
  }
}
@media screen and (max-width: 1024px) {
  .special-zone__warp {
    width: 95%;
    padding: 2rem 2rem 6rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .special-zone__warp {
    width: 100%;
    padding: 1.5rem 1.5rem 4rem 1.5rem;
    margin: 0 auto;
  }
}

.special-zone__warp--1 {
  background-color: white;
  box-shadow: -8px -8px 0px #6f6f6f;
  position: relative;
}
@media screen and (max-width: 480px) {
  .special-zone__warp--1 {
    box-shadow: 4px 6px 0px #e9e9e9;
    margin-bottom: 3rem;
  }
}
.special-zone__warp--1::before {
  content: "";
  position: absolute;
  background-image: url(https://www.nlpjapan.co.jp/nlp-special-seminar-video/images/sale_img1.jpg);
  width: 800px;
  height: 500px;
  z-index: -1;
  top: -12rem;
  right: -45rem;
}
@media screen and (max-width: 480px) {
  .special-zone__warp--1::before {
    display: none;
  }
}

.special-zone__warp--2 {
  background-color: white;
  box-shadow: 8px 8px 0px #6f6f6f;
  position: relative;
}
@media screen and (max-width: 480px) {
  .special-zone__warp--2 {
    box-shadow: -4px 6px 0px #e9e9e9;
    margin-bottom: 3rem;
  }
}
.special-zone__warp--2::before {
  content: "";
  position: absolute;
  background-image: url(https://www.nlpjapan.co.jp/nlp-special-seminar-video/images/sale_img2.jpg);
  width: 800px;
  height: 600px;
  z-index: -1;
  top: -10rem;
  left: -55rem;
}
@media screen and (max-width: 480px) {
  .special-zone__warp--2::before {
    display: none;
  }
}

.special-zone__warp--3 {
  background-color: white;
  box-shadow: -8px -8px 0px #6f6f6f;
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .special-zone__warp--3 {
    box-shadow: 4px 6px 0px #e9e9e9;
    margin-bottom: 3rem;
  }
}
.special-zone__warp--3::before {
  content: "";
  position: absolute;
  background-image: url(https://www.nlpjapan.co.jp/nlp-special-seminar-video/images/sale_img3.jpg);
  width: 800px;
  height: 500px;
  z-index: -1;
  top: -10rem;
  right: -50rem;
}
@media screen and (max-width: 480px) {
  .special-zone__warp--3::before {
    display: none;
  }
}

.button-copy {
  /* width: 400px; */
  /* width: calc(100% / 3 - 20px); */
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #014D98;
  border: 3px solid #014D98;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s;
  font-size: 1.4rem;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .button-copy {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
}
.button-copy:hover {
  color: #014D98 !important;
}

.button-copy:hover {
  background: none;
}

.arrow_blue {
  max-width: 200px;
}
@media screen and (max-width: 480px) {
  .arrow_blue {
    max-width: 100px;
  }
}

.special-price-underline {
  border-bottom: 4px solid #c90909;
}
@media screen and (max-width: 480px) {
  .special-price-underline {
    border-bottom: none;
  }
}

.container--letter {
  box-shadow: 0px 0px 4px gainsboro;
  position: relative;
}

.sign {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .sign img {
    width: 70%;
  }
}

.trainer-block {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 480px) {
  .trainer-block {
    flex-direction: column;
  }
}
.trainer-block__image {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .trainer-block__image {
    width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .trainer-block__image {
    width: 70%;
    margin-bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 82%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0 82%);
  }
}
.trainer-block__body {
  flex: 1;
  margin-right: 64px;
}

@media screen and (max-width: 768px) {
  .trainer-block__body {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .trainer-block__body {
    margin-left: auto;
    margin-right: auto;
  }
}
.trainer-block__title {
  margin-bottom: 16px;
  font-size: 3.2rem;
}

.trainer-block::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .trainer-block {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .trainer-block .trainer-block__title {
    font-size: 2rem;
  }
}
.skill-block {
  padding: 3rem;
  border: #eee 4px solid;
  background: #fff;
  max-width: 700px;
}
.skill-block li {
  margin: 0.5rem 0;
}

@media screen and (max-width: 480px) {
  .skill-block {
    width: 100% !important;
  }
}
div.masterlimitbox {
  width: 98%;
  max-width: 900px;
  margin: auto;
}

div.masterlimitbox > p:first-child {
  padding: 15px 0;
  margin: 0 auto 10px;
  background: #AB8B41;
  color: #FFF;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
}

div.masterlimitbox > div.masterlimitbox-txtbox {
  padding: 30px 40px;
  border: 3px solid #AB8B41;
}

div.masterlimitbox > div.masterlimitbox-txtbox > p {
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
}

div.mastercurriculumtitle div.title-small {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

div.mastercurriculumtitle > h2.mastercurriculumtitle-h2 {
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  font-size: 4.4rem;
  color: #000;
}

div.masterlimit-curriculumbox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

@media screen and (max-width: 480px) {
  div.masterlimitbox {
    width: 98%;
    max-width: 900px;
    margin: 40px auto;
  }
  div.masterlimitbox > p:first-child {
    padding: 15px 5px;
    margin: 0 auto 10px;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
  }
  div.masterlimitbox > div.masterlimitbox-txtbox {
    padding: 10px 15px;
  }
  div.masterlimitbox > div.masterlimitbox-txtbox > p {
    padding-left: 1em;
    text-indent: -1em;
    color: #333;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
p.schedule__trainer {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.schedule__discount-block {
  margin-bottom: 0;
}

.section--limitbox {
  margin: 80px auto;
  padding-top: 0;
  padding-bottom: 0;
}


.container-pagelink{
  display: flex;
  width:96%; 
  max-width: 1000px; 
  margin:0 auto;
}

.container-pagelink > div{
  width:46%; 
  margin:0 auto;
}
.container-pagelink--title{
  max-width:680px; 
  width: 96%; 
  margin:0 auto 50px;
}

.container-pagelink .container-pagelink-title{
  margin:20px auto;
  font-weight: bold;
  font-size:2.2rem;
  line-height: 1.4;
}

.container-pagelink-sppack{
  max-width:940px; 
  width:96%; 
  margin:60px auto;
}


@media screen and (max-width: 480px) {
  .section--limitbox {
    margin: 20px auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container-pagelink--title{
    max-width:680px; 
    width: 96%; 
    margin:0 auto 30px;
  }
  .container-pagelink{
    display: block;
    width:92%; 
    max-width: 1000px; 
    margin:0 auto;
  }
  .container-pagelink > div{
    width:92%; 
    margin:0 auto ;
  }
  .container-pagelink > div:first-child{
    width:92%; 
    margin:0 auto 45px;
  }
  .container-pagelink-sppack{
    max-width:940px; 
    width:96%; 
    margin:40px auto;
  }
}

div.youtube-video-sales {
  max-width: 700px;
  width: 94%;
  aspect-ratio: 16/9;
  margin: 0 auto 60px;
}

div.youtube-video-sales iframe {
  width: 100%;
  height: 100%;
}

p.sales-movie-digest {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 8px 0 10px;
  font-size: 23px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  background: #000;
  color: #FFF;
}


.opning-message{
  max-width:900px; 
  width: 96%; 
  margin:0 auto;
  text-align: center;
  font-feature-settings: "palt";

}

.opningmessage-txt--large{
  font-size:2.9rem;
  line-height: 1.6;
}

.opningmessage-txt--medium{
  font-size:2.3rem;
  line-height: 1.6;
}

.opningmessage-txt{
  font-size:1.8rem;
  line-height: 1.6;
}


.ashidachi-sign{
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  text-align: right;
  font-weight: bold;
}


.parallax {
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
}

.section--bg-message {
  background-image: url("../images/masthead_background_basic.png");
  background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
}

.onlinemovie-bnr{
width: 100%;
max-width: 880px;
margin:0 auto;
text-align: center;
}

.author-block__body{
  font-feature-settings: "palt";
}
.author-block-sector{
  margin:0 0 3em 30px;
  font-weight: bold;
  color:#1e456b;
}


@media screen and (max-width: 480px) {
  .opningmessage-txt--large{
    font-size:2.1rem;
    line-height: 1.5;
    text-align: center;
  }
  .opningmessage-txt--medium{
    font-size:1.8rem;
    line-height: 1.6;
  }
  .opningmessage-txt{
    font-size:1.6rem;
    line-height: 1.4;
    text-align: center;
  }
  .onlinemovie-bnr{
    width: 94%;
    font-size:1.4rem;
    }

    .parallax {
      background-position: right -8em top 0;
      background-attachment: local;
      background-size: 140%;
      z-index: 1;
    }
    
    .section--bg-message {
      background-image: url("../images/masthead_background_basic_sp.png");
      background-color:rgba(213,226,233,0.7);
      background-blend-mode:lighten;
      background-repeat:no-repeat;
    }

    .author-block-sector{
      margin:0 0 2em 10px;
    }
    
    .mb-1 {
      margin-bottom: 16px !important;
    }
}

.container__set-block{
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  /* gap: 15px; */
}
.container__set-list{
  width: calc(100% / 3 - 20px) ;
  /* width:33%; */
  border: 1px dotted #222;
  padding: 1em;
}
.container__set-svg{
  margin: 0 auto;
}
.container__set-txt{
  font-size:clamp(1.8rem,3.2vw,3.2rem);
  font-weight: bold;
}
.container__set-txtdays{
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background: #CC0000;
  font-size:clamp(1.6rem,2.4vw,2.4rem);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .container__set-block{
  display: block;
  }
  .container__set-list{
    width:100%;
    padding: 0.5em;
    margin-bottom: 1em;
    
  }
}

.schedule__price-box{
  display:flex;
  align-items: center;
}

.schedule__price-box .large {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -1px;
}
.schedule__price-early{
  font-weight: bold;
}
.schedule__price-discount{
  margin-bottom: 2.5rem;
  background: #fff;
  display: inline-block;
  font-weight: bold;
}
.schedule__price-discount span{
  padding: .5em 1.5em;
  border: 2px solid #cc0000;
  font-size:1.4rem;
}
.schedule__price-discount .schedule__price-coupon{
  background: #cc0000;
  color: #fff;
}
.schedule__price-discount .schedule__price-days{
  background: #fff;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .schedule__price-box{
  display:block;
  }
  .schedule__price-discount span{
  padding: .3em .5em;
  border: 2px solid #cc0000;
  font-size:1.4rem;
  }
}

/*# sourceMappingURL=styles.css.map */