@charset "UTF-8";
/*============================================================
  https://www.modularscale.com/?18&px&1.125
  font-sizeは基本的に下記のサイズの中から使用する

  52px = 5.2rem
  46px = 4.6rem
  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

============================================================*/
/*============================================================
  core settings
============================================================*/

@media screen and (max-width: 480px) {
 body {
    font-size: 1.7rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.35;
}

img {
  max-width: 100%;
}

svg {
  position: relative;
  display: block;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

button {
  border: none;
}

.red {
  color: #cc0000 !important;
}

.white {
  color: #fff !important;
}

.gray {
  color: #f2f2f2 !important;
}

.yellow {
  color: #ba9800 !important;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}
.main > div::after {
  content: none;
}

.mb-small {
  margin-bottom: 8px !important;
}

.square-indent {
  padding-left: 1.1em;
}

.addition {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #505050;
}

.container {
  width: 94%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.container--small {
  max-width: 700px;
}
.container--medium {
  max-width: 960px;
}
.container--large {
  max-width: 1024px;
}
.container--x-large {
  max-width: 1100px;
}
.container--xx-large {
  max-width: 1200px;
}
.container--xxx-large {
  max-width: 1300px;
}
@media screen and (max-width: 480px) {
  .container--inner {
    max-width: 88%;
  }
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}
@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--pt-none {
  padding-top: 0;
}
.section--pb-none {
  padding-bottom: 0;
}
.section--p-none {
  padding: 0;
}
.section--p-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section--p-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.section--pt-small {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .section--pt-small {
    padding-top: 32px;
  }
}
.section--pb-small {
  padding-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .section--pb-small {
    padding-bottom: 32px;
  }
}
.section--p-large {
  padding-top: 192px;
  padding-bottom: 192px;
}
@media screen and (max-width: 768px) {
  .section--p-large {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 480px) {
  .section--p-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section--pt-large {
  padding-top: 192px;
}
@media screen and (max-width: 768px) {
  .section--pt-large {
    padding-top: 112px;
  }
}
@media screen and (max-width: 480px) {
  .section--pt-large {
    padding-top: 80px;
  }
}
.section--pb-large {
  padding-bottom: 192px;
}
@media screen and (max-width: 768px) {
  .section--pb-large {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 480px) {
  .section--pb-large {
    padding-bottom: 80px;
  }
}
.section--bg-color {
  background-color: #f6f6f6;
}
.section--bg-color-dark {
  background-color: #222222;
}
.section--bg-curriculum {
  background-repeat: no-repeat;
  background-position: top -200px center;
  background-color: #100F0D;
}
.section--phone {
  background-image: url("../images/phone_background.jpg");
  background-size: cover;
  background-position: top center;
}

.masthead {
  background-image: url("../images/brain-science-journaling-bg.png");
  background-position: center;
  background-size: cover;
}
.masthead__container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .heading {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.heading--white .heading__title-english {
  color: #fff;
}
.heading--white .heading__title-english::before, .heading--white .heading__title-english::after {
  background: #fff;
}
.heading--white .heading__title {
  color: #fff;
}
.heading__title-english {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  color: #d4a200;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .heading__title-english {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title-english {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
.heading__title {
  color: #111;
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title {
    font-size: 2.6rem;
  }
}
.heading__title--small {
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .heading__title--small {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--small {
    font-size: 2.3rem;
  }
}
.heading__title--white {
  color: #fff;
}

.headline-title {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-top: solid 2px #111;
  border-bottom: solid 2px #111;
  font-size: 2.6rem;
}

.headline-title2 {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  font-size: 2.6rem;
  background-color: #775b08;
  color:#FFF;
}

@media screen and (max-width: 480px) {
  .headline-title {
    width: 100%;
    font-size: 2rem;
  }

  .headline-title2 {
    width: 100%;
    font-size: 2rem;
  }


}
.author-block {
  display: flex;
}
@media screen and (max-width: 480px) {
  .author-block {
    flex-direction: column;
  }
}
.author-block__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 216px;
  margin-right: 64px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .author-block__profile {
    width: 70%;
    margin:0 auto 20px;
  }
}
.author-block__image {
  margin-bottom: 8px;
}
.author-block__name {
  font-size: 2.3rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.5;
}
.author-block__jp-name {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.author-block__role {
  font-size: 1.3rem;
  font-weight: 700;
}
.author-block__body {
  flex: 1;
}
.author-block__qualifications {
  border: 1px solid #B88D41;
  padding: 24px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .author-block__qualifications {
    padding: 10px;
  }
}
.author-block__blue-bg-addition {
  background-color: #0D3B66;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3rem;
}
@media screen and (max-width: 480px) {
  .author-block__blue-bg-addition {
    margin: auto;
  }
}

.list-block--large .list-block__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
}
@media screen and (max-width: 480px) {
  .list-block--large .list-block__icon {
    margin-right: 8px;
  }
}
.list-block--large .list-block__icon span {
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 480px) {
  .list-block--large .list-block__icon span {
    top: 1px;
    font-size: 2.3rem;
  }
}
.list-block--large .list-block__paragraph {
  flex: 1;
  font-size: 2.6rem;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .list-block--large .list-block__paragraph {
    font-size: 1.6rem;
  }
}
.list-block--large .list-block__paragraph span {
  font-weight: 700;
}
.list-block--large .list-block__paragraph .line {
  border-bottom: 2px solid #222222;
}
.list-block--large .list-block__paragraph .dotted {
  border-bottom: 2px dotted #222222;
}
.list-block__item {
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .list-block__item {
    margin-bottom: 16px;
  }
}
.list-block__item:last-child {
  margin-bottom: 0;
}
.list-block__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
}
@media screen and (max-width: 480px) {
  .list-block__icon {
    margin-right: 8px;
  }
}
.list-block__icon span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 480px) {
  .list-block__icon span {
    top: 1px;
    font-size: 2.3rem;
  }
}
.list-block__paragraph {
  flex: 1;
  font-size: 2rem;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .list-block__paragraph {
    font-size: 1.6rem;
  }
}
.list-block__paragraph span {
  font-weight: 700;
}
.list-block__paragraph .line {
  border-bottom: 2px solid #222222;
}
.list-block__paragraph .dotted {
  border-bottom: 2px dotted #222222;
}

.testimonial__bubble {
  position: relative;
  margin-bottom: 16px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.65;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .testimonial__bubble {
    font-size: 1.6rem;
  }
}
.testimonial__bubble::after, .testimonial__bubble::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 64px;
}
.testimonial__bubble::after {
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  border-top-color: #fff;
}
.testimonial__bubble::before {
  border-color: rgba(74, 255, 109, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  margin-top: 1px;
}
.testimonial__bubble-inner {
  position: relative;
  padding: 32px;
}
@media screen and (max-width: 480px) {
  .testimonial__bubble-inner {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.testimonial__bubble-inner::before, .testimonial__bubble-inner::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  line-height: 1;
  color: #c4c4c4;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .testimonial__bubble-inner::before, .testimonial__bubble-inner::after {
    font-size: 2.2rem;
  }
}
.testimonial__bubble-inner::before {
  content: "\f10d";
  top: -8px;
  left: -8px;
}
.testimonial__name {
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.testimonial p {
  margin-bottom: 16px !important;
}
.testimonial p:last-child {
  margin-bottom: 0 !important;
}

.ashidachi-master .curriculum {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.curriculum__block {
  margin-bottom: 16px;
}

.curriculum__block:nth-child(3) {
  margin-bottom: 4em;
}

.curriculum__mainbox {
  margin: 60px 0 80px 30px;
}

.curriculum__mainbox span.curriculum__mainbox-txtlarge {
  font-size: 3rem;
}

@media screen and (max-width: 480px) {
  .curriculum__block {
    margin-bottom: 8px;
  }
  .curriculum__block:nth-child(3) {
    margin-bottom: 3em;
  }
  .curriculum__mainbox {
    margin: 30px 0 50px 0;
  }
  .curriculum__mainbox span.curriculum__mainbox-txtlarge {
    font-size: 2.2rem;
  }
}
.curriculum__title {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 64px;
  background: #0D3B66;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

@media screen and (max-width: 480px) {
  .curriculum__title {
    padding-left: 12px;
    padding-right: 32px;
    font-size: 17px;
  }
}
.curriculum__title.is-active {
  background: #0D3B66;
}

.curriculum__title::after {
  position: absolute;
  top: 21px;
  right: 32px;
  display: block;
  font-weight: normal;
  line-height: 1.3;
  content: "+";
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .curriculum__title::after {
    font-size: 2.3rem;
    top: unset;
    right: 20px;
  }
}

.curriculum__title.is-active::after {
  content: "−";
  font-weight: 700;
}

.curriculum__title span {
  display: contents;
  font-weight: normal;
  font-size: 0.8em;
}

.curriculum__body {
  display: none;
  padding: 64px 64px 32px 64px;
  background: #fff;
}

.curriculum__body--small p {
  max-width: 860px;
}

@media screen and (max-width: 480px) {
  .curriculum__body {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.curriculum__lead {
  margin-right: 64px;
  max-width: 50%;
}

.curriculum__image {
  margin-right: 64px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .curriculum__image {
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.curriculum__image img {
  width: 100%;
  max-width: 400px;
}

.curriculum__box {
  flex: 1;
}

.curriculum__lists {
  list-style-type: disc;
  list-style-position: inside;
}

.curriculum__list {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.schedule {
  width: 100%;
  font-size: 1.7rem;
}
@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: #222222;
  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-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .schedule__container {
    padding: 0;
    border: none;
  }
}
.schedule__body {
  min-width: 100%;
  border: 1px solid #dfdfdf;
}

.ashidachi-master .schedule {
  width: 100%;
  font-size: 1.7rem;
  box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.22);
}

@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: #111 !important;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .schedule__title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 2rem;
  }
}
.schedule__container {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .schedule__container {
    padding: 0;
    border-top: none;
  }
}
.schedule__tr {
  border-bottom: 1px solid #d6d6d6;
}

.schedule__tr:last-child {
  border-bottom: none;
}

.schedule__th {
  width: 180px;
  background: #f1f1f1;
  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;
}

@media screen and (max-width: 768px) {
  .schedule__td {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.schedule__course-block {
  margin-bottom: 16px;
  padding: 24px;
  background: rgba(218, 200, 159, 0.1);
}

.schedule__course-block:last-child {
  margin-bottom: 0;
}

.schedule__course-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.schedule__course-container:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .schedule__course-container {
    align-items: flex-start;
    flex-direction: column;
    font-size:1.7rem;
  }
}
.schedule__course-title {
  margin-right: 16px;
  font-weight: bold;
  line-height: 1.35;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .schedule__course-title {
    margin-right: auto;
    margin-bottom: 16px;
    font-size: 2.0rem;
  }
}
.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__discount-block {
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .schedule__discount-block {
    margin-bottom: 16px;
  }
}
.schedule__discount-title {
  padding: 16px;
  background: #ab8b41;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.schedule__discount-body {
  padding: 32px;
  background: #fffae0;
}

@media screen and (max-width: 480px) {
  .schedule__discount-body {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.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: 16px;
  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;
  }
}
/*.ashidachi-master .schedule__discount-normal {
  text-decoration: line-through;
  display: inline;
}*/
.schedule__discount-early {
  color: #c90909;
}

.schedule__discount-early .large, .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-early .large, .schedule__discount-normal .large {
    font-size: 1.8rem;
  }
}
.schedule__discount-normal .large {
  display: inline;
}

.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;
}

.schedule__addition {
  margin-top: 16px;
  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;
}

.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: 0.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: 0.3em 0.8em;
    border: 2px solid #cc0000;
    font-size: 1.4rem;
  }
}
.entry-block {
  background: #fff;
}
.entry-block:last-child {
  margin-bottom: auto;
}
.entry-block--small {
  max-width: 900px;
  margin: auto;
}
.entry-block__body--small {
  padding-top: 48px;
  padding-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .entry-block__body--small {
    padding: 0 16px 32px;
  }
}
.entry-block__body--border {
  border: 1px solid #ccc;
}

.entry-block__body--border-top-none {
  border-top: none;
}

.entry-block__image-container {
  margin-bottom: 48px;
  text-align: center;
}
.entry-block__image-container--margin-top {
  margin-top: 8rem;
}
@media screen and (max-width: 480px) {
  .entry-block__image-container--margin-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-block__image-container {
    margin-bottom: 24px;
  }
  .entry-block__image-container--small {
    padding: 32px 0 0;
  }
}
.entry-block__agreement {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.65;
}
.entry-block__title {
  background-color: #1E2A3B;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  .entry-block__title {
    font-size: 1.8rem;
  }
}


.entry-block__title--gold {
  background-color: #c9a85b;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  .entry-block__title--gold {
    font-size: 1.8rem;
  }
}

.notice--gray {
  border: 3px solid rgb(240, 240, 240);
  background-color: rgb(248, 248, 248);
  padding: 2rem 2rem 2rem 3rem;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  margin-top: 2rem;
  max-width: 600px;
}

@media screen and (max-width: 480px) {
  .notice--gray {
    font-size: 1.5rem;
  }
  .notice--red {
    font-size: 1.5rem;
  }
}
.phone-block {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .phone-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.phone-block__title {
  margin-bottom: 8px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .phone-block__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .phone-block__title {
    font-size: 1.6rem;
  }
}
.phone-block__business-hours {
  margin-bottom: 16px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .phone-block__business-hours {
    font-size: 1.3rem;
  }
}
.phone-block__phone-number {
  display: inline-block;
  background: #9d9d9d;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  border: 3px solid #9d9d9d;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 100px;
  color: #fff;
  transition: all 0.2s;
}
.phone-block__phone-number:hover, .phone-block__phone-number:visited, .phone-block__phone-number:focus {
  text-decoration: none;
}
.phone-block__phone-number:hover, .phone-block__phone-number:visited {
  background: none;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .phone-block__phone-number {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 2rem;
  }
}
.phone-block__phone-number i {
  position: relative;
  top: -2px;
  margin-right: 4px;
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .phone-block__phone-number i {
    top: 1px;
    font-size: 2.3rem;
  }
}

.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: none;
  padding-top: 16px;
  color: #333;
}
.qanda__container--answer .qanda__body {
  background: none;
  font-weight: 400;
}
.qanda__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-height: 64px;
  background: #0D3B66;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.qanda__body {
  flex: 1;
  padding: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
  background: #fff;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .qanda__body {
    padding-left: 16px;
  }
}

.bullet {
  padding: 64px;
  background: #fff;
  border: 3px solid #c9a85b;
}

.bullet2 {
  padding: 50px;
  background: #fcf9f0;
}

.bullet3 {
  padding: 50px;
  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;
  }
  .bullet2 {
    padding: 24px;
  }
  
}
.bullet--border {
  border: 1px solid #8f8f8f;
}

.bullet--box-shadow {
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
}

.bullet--radius {
  border-radius: 6px;
}

.bullet__title {
  margin: 0 0 2.6rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #2a3354;
}

@media screen and (max-width: 480px) {
  .bullet__title {
    font-size: 2rem;
  }
}
.bullet__item {
  display: flex;
  margin-bottom: 32px;
}

.bullet__item:last-child {
  margin-bottom: 0;
}

.course-list > div{
  margin:0 0 7px 0;
}

@media screen and (max-width: 480px) {
  .bullet__item {
    margin-bottom: 16px;
  }
  .course-list{
    margin:0 0 10px 0;
  }
}
.bullet__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 34px;
  margin-right: 8px;
  /* color: #2a3354; */
  color:#b3903c;
}

@media screen and (max-width: 480px) {
  .bullet__icon {
    margin-right: 8px;
    height: 24px;
  }
}


.bullet__icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 45px;
  margin-right: 8px;
  /* color: #2a3354; */
  color:#b3903c;
}

@media screen and (max-width: 480px) {
  .bullet__icon2 {
    margin-right: 8px;
    height: 34px;
  }
}

.bullet__icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 2.3rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .bullet__icon span {
    font-size: 2rem;
  }
}
.bullet__line {
  padding: 0 0 25px 0;
  border-bottom: 1px dotted #a39479;
}

@media screen and (max-width: 480px) {
  .bullet__line {
    border-bottom: 1px solid #333333;
  }
}

.bullet p {
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .bullet p {
    font-size: 1.6rem;
  }
}
.accent-area {
  position: relative;
  position: relative;
  padding: 4rem 3.5rem;
  background-color: rgba(218, 200, 159, 0.1); /* 淡色背景 */
  border: 8px solid #fff;
  outline: 1px solid rgba(218, 200, 159, 0.5);
}

@media screen and (max-width: 480px) {
  .accent-area {
    padding: 2rem 1.5rem;
  }
}
.hybrid-block {
  padding: 16px;
  background: #fcebf0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .hybrid-block {
    font-size: 1.4rem;
  }
}

.button {
  display: block;
  max-width: 448px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background: #cc0000;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all linear 0.15s;
  text-align: center;
}
.button:hover, .button:focus, .button:visited {
  color: #fff;
  text-decoration: none;
}
.button:hover {
  background: #e00000;
}
@media screen and (max-width: 768px) {
  .button {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .button {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 80%;
    font-size: 1.6rem;
  }
}
.button .early-price {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .button .early-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .button .early-price {
    font-size: 1.8rem;
  }
}
.button .cancel {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .button .cancel {
    margin-top: 12px;
    font-size: 1rem;
  }
}
.button--close {
  background: #8A8A8A;
}
.button--close:hover, .button--close:focus, .button--close:visited {
  color: #fff;
  text-decoration: none;
}
.button--close:hover {
  background: #8A8A8A;
}

.signature {
  margin-top: 96px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .signature {
    margin-top: 32px;
  }
}
.signature__box {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .signature img {
    width: 250px;
  }
}
.signature__name {
  font-weight: 700;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=styles.css.map */


.marker{
  margin:0 0 10px 0 !important;
  } 

  .marker > i{
display: inline;
  } 
   

  .marker span{
    display: inline;
    background: linear-gradient(transparent 80% , rgb(224, 16, 16) 80%);
    } 

    @media screen and (max-width: 480px) {
      .marker{
        margin:0 0 10px 0 !important;
        padding-left: 1em;
        text-indent: -1em;
        } 
    }


    .panel {
      padding: 48px;
      background: #fff;
      border: 1px solid #fcf9f0;
      font-size: 1.9rem;
    }

    @media screen and (max-width: 768px) {
      .panel {
        padding: 32px;
      }
    }
    @media screen and (max-width: 480px) {
      .panel {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 1.7rem;

      }
    }
    .panel--blue {
      background: #1ABBF9;
    }
    .panel--large {
      padding-left: 64px;
      padding-right: 64px;
    }
    @media screen and (max-width: 768px) {
      .panel--large {
        padding-left: 32px;
        padding-right: 32px;
      }
    }
    @media screen and (max-width: 480px) {
      .panel--large {
        padding-left: 16px;
        padding-right: 16px;
      }
    }
    .panel--white {
      background: #fff;
      border: 1px solid #ddecff;
    }
    .panel--padding-small {
      padding-top: 48px;
      padding-bottom: 48px;
      padding-left: 32px;
      padding-right: 32px;
    }
    @media screen and (max-width: 480px) {
      .panel--padding-small {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
      }
    }
    .panel--box-shadow {
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    }
    .panel--radius {
      /*角丸追加*/
      border-radius: 8px;
    }

    .page-list {
      line-height: 1.65;
    }
    .page-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 32px;
    }
    .page-list__item:last-child {
      margin-bottom: 0;
    }
    .page-list__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-right: 8px;
    }
    @media screen and (max-width: 480px) {
      .page-list__icon {
        margin-right: 4px;
      }
    }
    .page-list__icon span {
      position: relative;
      top: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: inherit;
      height: inherit;
      font-size: 2.3rem;
      line-height: 1;
      color: #d50134;
    }
    @media screen and (max-width: 480px) {
      .page-list__icon span {
        top: 4px;
        font-size: 2rem;
      }
    }
    .page-list p {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-weight: 500;
    }
    .page-list__box {
      margin-bottom: 32px;
      margin-left: 1.8em;
    }
    
    .icon-list {
      line-height: 1.65;
    }
    .icon-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px;
    }
    @media screen and (max-width: 480px) {
      .icon-list__item {
        margin-bottom: 8px;
      }
    }
    .icon-list__item:last-child {
      margin-bottom: 0;
    }
    .icon-list__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 32px;
      height: 32px;
      margin-right: 8px;
    }
    @media screen and (max-width: 480px) {
      .icon-list__icon {
        margin-right: 4px;
      }
    }
    .icon-list__icon span {
      position: relative;
      top: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: inherit;
      height: inherit;
      font-size: 2.9rem;
      line-height: 1;
      color: #fff;
    }
    @media screen and (max-width: 768px) {
      .icon-list__icon span {
        top: 2px;
      }
    }
    @media screen and (max-width: 480px) {
      .icon-list__icon span {
        top: 0;
        font-size: 2.2rem;
      }
    }
    .icon-list p {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 2.6rem;
      font-weight: 500;
      color: #fff;
    }
    @media screen and (max-width: 768px) {
      .icon-list p {
        font-size: 2rem;
      }
    }
    @media screen and (max-width: 480px) {
      .icon-list p {
        font-size: 1.8rem;
      }
    }

  .notice-top{
  width:100%; 
  max-width: 600px;
  margin:-35px auto 0;
  padding:20px;
  background:#f5f4f3;
  text-align: center;
  font-weight: bold;
  font-size:2.0rem;
  }

  @media screen and (max-width: 480px) {
    .notice-top{
      width:100%; 
      margin:-15px auto 0;
      padding:15px;
      font-size:1.7rem;
      }
    
  }


  .schedule__course-block {
    margin-bottom: 16px;
    padding: 24px;
    background: #faf9f6;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__course-block {
      padding: 12px;
    }
  }
  
  .schedule__course-block:last-child {
    margin-bottom: 0;
  }
  
  .schedule__course-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  @media screen and (max-width: 768px) {
    .schedule__course-container {
      flex-direction: column;
    }
  }
  
  .schedule__course-container:after {
    content: none;
  }
  
  .schedule__course-title-container {
    padding-right: 32px;
    flex: 1;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__course-title-container {
      margin-bottom: 16px;
      padding-right: 0;
    }
  }
  
  .schedule__course-status-container {
    width: 270px;
    display: flex;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 960px) {
    .schedule__course-status-container {
      width: 128px;
      display: block;
      justify-content: space-between;
    }
  }
  
  @media screen and (max-width: 768px) {
    .schedule__course-status-container {
      width: 270px;
      display: flex;
      justify-content: space-between;
      margin:15px auto;
    }
  }

  .schedule__course-status-container:after {
    content: none;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__course-status-container {
      display: flex;
      width: 100%;
      margin:10px auto 0;
      justify-content: center;
    }
  }
  
  .schedule__course-status-inner-container {
    margin-bottom: 8px;
    text-align: center;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__course-status-inner-container {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  
  .schedule__course-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #292d31;
  }
  
  @media screen and (max-width: 768px) {
    .schedule__course-title {
      font-size: 2.6rem;
    }
  }
  
  @media screen and (max-width: 480px) {
    .schedule__course-title {
      font-size: 2rem;
    }
  }
  .schedule__course-sub-title {
    font-size: 2.3rem !important;
  }
  @media screen and (max-width: 480px) {
    .schedule__course-sub-title {
      font-size: 1.8rem !important;
    }
  }
  
  .schedule__course-status {
    display: block;
    width: 128px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 5px;
    text-align: center;
  }
  
  .schedule__course-place {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .schedule__discount-title {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.35;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__discount-title {
      font-size: 2rem;
    }
  }
  
  .schedule__discount-sub-title {
    font-size: 2.3rem;
    font-weight: bold;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__discount-sub-title {
      font-size: 1.8rem;
    }
  }
  
  .schedule__discount-body {
    padding: 32px;
    background: #faf6ef;
  }
  
  @media screen and (max-width: 480px) {
    .schedule__discount-body {
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  
  .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 #dbdde3;
  }
  
  .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;
    }
  }