@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.container.container-xlg {
  max-width: 1230px;
}
.page-template-page-instructor {
  font-size: 14px;
}
.page-template-page-instructor .site-main,.page-template-entry-instructor .site-main {
  padding-bottom: 0px;
}
.font-noto-serif {
  font-family: "Noto Serif JP", sans-serif;
}
.font-jost {
  font-family: "Jost", sans-serif;
}
.font-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
.fz-36 {
  font-size: 36px;
}
.fz-24 {
  font-size: 24px;
}
.fz-18 {
  font-size: 18px;
}
.fz-12 {
  font-size: 12px;
}
.color-danger {
  color: #ff0000 !important;
}
#masthead.header-instructor {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
}

#masthead.header-instructor .center {
  flex: 1;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  padding-left: 145px;
}
.content-footer {
  padding: 10px 0px;
  font-size: 18px;
  font-family: "EB Garamond", serif;
}

.btn-red-v2 {
  padding: 10px 25px;
  font-size: 14px;
  color: #fff !important;
  background-color: #ff0000;
  display: inline-block;
  border: 1px solid #ff0000;
}
.btn-red-v2:hover {
  text-decoration: none;
  color: #ff0000 !important;
  background: transparent;
}
#sec-instructor-hero {
  padding: 150px 0 150px 0;
  text-align: center;
}

#sec-instructor-hero * {
  color: #fff;
}

#sec-instructor-hero .logo-center {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
#sec-instructor-hero h1 {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}
#sec-instructor-hero h1::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 1px;
    background-color: #ff0000;
    bottom: 0;
    left: -100%;
}
#sec-instructor-hero .sub-title {
  font-size: 14px;
}
#sec-instructor-intro {
  padding-bottom: 80px;
}
#sec-instructor-intro .box-title {
  padding: 90px 0px;
  text-align: center;
  color: #fff;
  font-size: 36px;
}
#sec-instructor-intro .box-title {
  background: url("../images/instructor-wide.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#sec-instructor-intro .box-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#sec-instructor-intro .box-title > div {
  position: relative;
  z-index: 1;
}
#sec-instructor-intro .g-list-intro {
  padding: 100px 0 80px 0;
  color: #fff;
  max-width: 512px;
  margin: 0 auto;
}

#sec-instructor-intro .g-list-intro .item-qa {
  padding: 15px;
  background-color: #fff;
  color: #000;
  margin-bottom: 60px;
  position: relative;
}
#sec-instructor-intro .g-list-intro .item-qa:last-child{
  margin-bottom: 0px;
}

#sec-instructor-intro .g-list-intro .item-qa .inner-item-qa {
  position: absolute;
  top: -36px;
  z-index: 2;
  color: red;
  font-size: 36px;
  left: 0px;
}
#sec-instructor-intro .g-list-intro .item-qa .item-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 0px;
}
#sec-instructor-intro .g-list-intro .item-qa .item-q i {
  font-size: 35px;
  transition: all 0.3s linear;
}
#sec-instructor-intro .g-list-intro .item-qa .item-q i:hover {
  cursor: pointer;
}
#sec-instructor-intro .g-list-intro .item-qa .item-a {
  padding-top: 25px;
}
#sec-instructor-intro .g-list-intro .item-qa .item-q.active i {
  transition: all 0.3s linear;
  transform: rotate(180deg);
}
#sec-instructor-intro .g-list-intro .item-qa .item-q.active i {
  transition: all 0.3s linear;
}
#sec-instructor-intro .g-quote {
  color: #fff;
  max-width: 708px;
  margin: 0 auto;
  position: relative;
}

#sec-instructor-intro .g-quote .img-quote img {
  max-width: 60px;
}

#sec-instructor-intro .g-quote .img-quote.pos-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#sec-instructor-intro .g-quote .quote-inner.text-center {
  margin: 0 60px;
}

#sec-instructor-intro .g-quote .img-quote.pos-left {
  position: absolute;
  top: 0px;
  left: 0px;
}
#sec-instructor-intro .quote-inner .quote-inner-top {
  margin-bottom: 30px;
}
#sec-instructor-intro .g-gallery {
    max-width: 770px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 36px auto;
}
.g-center {
  margin-top: 30px;
  text-align: center;
}
.bg-arrow-black,
.bg-arrow-white {
  position: relative;
}
.bg-arrow-black::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #000;
  top: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.bg-arrow-white::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fff;
  top: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
#sec-instructor-voice {
  padding: 80px 0 25px 0;
}
#sec-instructor-voice ul.list-voice li {
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 10px;
  max-height: 500px;
}

#sec-instructor-voice ul.list-voice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.schedule-address {
  max-width: 520px;
  margin: 0 auto;
}
.schedule-address .infor-address {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.schedule-address .tbl-address th,.schedule-address .tbl-address td {
  background: transparent !important;
  padding: 5px;
}
.schedule-address .infor-address .right iframe {
  width: 100%;
  height: 100%;
}
.schedule-address .tbl-address th {
  width: 70px;
}
#sec-instructor-voice ul.list-voice .load-more-item {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  z-index: 2;
  background-color: #f2f2f2;
  left: 0px;
}
#sec-instructor-voice ul.list-voice .load-more-item:hover {
  cursor: pointer;
}
#sec-instructor-benefit {
  padding-bottom: 100px;
}
#sec-instructor-benefit .head-benefit {
  display: grid;
  grid-template-columns: 1fr 800px;
  gap: 30px;
  align-items: end;
}
#sec-instructor-benefit .main-benefit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 110px 0px;
}
.box-information {
  padding: 25px 50px 40px;
  background-color: #fff;
  position: relative;
}
.box-information .box-information-caption {
  text-align: center;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  width: 100%;
}
.box-information .box-information-inner h5 {
  text-align: center;
  margin-bottom: 20px;
}
#sec-instructor-curriculum {
  padding: 80px 0 60px 0;
}
#sec-instructor-curriculum .content-curriculum-heading {
  margin: 70px 0;
}
#sec-instructor-curriculum .content-curriculum-heading img {
  max-width: 233px;
  margin: 0 auto;
}
ul.list-dots {
  text-align: left;
  margin: 0px;
}

ul.list-dots li {
  position: relative;
  padding-left: 10px;
}

ul.list-dots li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: 0px;
}
.scroll-level {
  display: grid;
  grid-template-columns: repeat(4, 360px);
  gap: 25px;
}

.scroll-level {
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 25px;
}

.scroll-level .item-level {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scroll-level .item-level .inner-item-level {
  padding: 20px;
  border: 1px solid #000;
  height: 100%;
}
.scroll-level .item-level .inner-item-level-foot small {
    margin-left: -7px;
}
.scroll-level .item-level .inner-item-level-foot {
  padding: 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 21px;
}

.scroll-level::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid black;
}

.scroll-level::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.scroll-level::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}
#sec-instructor-appeal {
  padding: 80px 0;
}
#sec-instructor-appeal .tit-appeal {
  margin-bottom: 80px;
}
#sec-instructor-appeal .inner-appeal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 20px;
}
#sec-instructor-contact {
  padding: 80px 0px;
}
#sec-instructor-contact .inner-contact {
  display: grid;
  grid-template-columns: repeat(2, 360px);
  gap: 20px;
  justify-content: center;
}

#sec-instructor-contact .inner-contact .box-inner-contact .item-inner-contact {
  text-align: center;
  position: relative;
}

#sec-instructor-contact
  .inner-contact
  .box-inner-contact
  .item-inner-contact
  a {
  padding: 20px 10px;
  background-color: #000;
  display: block;
  color: #fff;
  font-size: 18px;
  border: 1px solid #000;
}

#sec-instructor-contact
  .inner-contact
  .box-inner-contact
  .item-inner-contact
  .caption {
  position: absolute;
  top: -36px;
  left: 0px;
}

#sec-instructor-contact .inner-contact .box-inner-contact .tit-right {
  margin-bottom: 5px;
  text-align: right;
}

#sec-instructor-contact
  .inner-contact
  .box-inner-contact
  .item-inner-contact
  a:hover {
  color: #000;
  background: transparent;
}
#sec-instructor-schedule {
  padding: 80px 0 50px 0;
  color: #fff;
}
#sec-instructor-schedule .slider-schedule .item-schedule .item-schedule-list {
  background-color: #fff;
  color: #000;
  padding: 15px 20px;
  font-size: 18px;
  display: grid;
  place-content: center;
}
#sec-instructor-schedule .slider-schedule .item-schedule-list ul {
  margin: 0px;
}

#sec-instructor-schedule
  .slider-schedule
  .item-schedule
  .item-schedule-heading {
  color: #ff0000;
}

#sec-instructor-schedule .slider-schedule .item-schedule {
  margin: 0 8px;
}
#sec-instructor-schedule
  .slider-schedule
  .item-schedule
  .item-schedule-list
  .deadline {
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: center;
}
span.circle-date {
  width: 20px;
  height: 20px;
  background-color: #000;
  display: inline-grid;
  vertical-align: middle;
  border-radius: 50%;
  place-content: center;
  color: #fff;
  font-size: 11px;
}
.slider-schedule .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.slider-schedule .slick-dots {
  bottom: -50px;
}
.slider-schedule .slick-dots li.slick-active button:before {
  color: #ff0000;
  background: #ff0000;
}
.slider-schedule .slick-dots li.slick-active button:before {
  color: #ff0000;
  background: #ff0000;
  height: 10px;
  top: 5px;
  border-radius: 50%;
  width: 10px;
  left: 5px;
}
#sec-instructor-schedule .slider-schedule {
  margin-bottom: 75px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #sec-instructor-hero {
    padding: 140px 0px;
  }
  #sec-instructor-voice ul.list-voice {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0px;
  }
  #sec-instructor-intro .box-title {
    padding: 70px 0px;
    font-size: 28px;
  }
  #sec-instructor-intro .g-quote .quote-inner.text-center {
    margin: 0 40px;
  }
  #sec-instructor-intro .g-quote .img-quote img {
    max-width: 40px;
  }
  #sec-instructor-benefit {
    padding-top: 80px;
  }
  #sec-instructor-benefit .head-benefit {
    grid-template-columns: 1fr;
  }
  #sec-instructor-benefit .head-benefit .left {
    margin: 0 15px;
  }
  .fz-36 {
    font-size: 28px;
  }
  #sec-instructor-benefit .main-benefit {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .box-information .box-information-caption {
    top: -28px;
  }
  .box-information {
    padding: 20px 30px 30px;
  }
  .scroll-level {
    grid-template-columns: repeat(4, 300px);
  }
  #sec-instructor-appeal .inner-appeal,
  #sec-instructor-contact .inner-contact {
    grid-template-columns: 1fr;
  }
  #masthead.header-instructor .center{
    padding-left: 0px;
  }
}
/* end 767px */
