@charset "UTF-8";
body {
  background: #EBEBE8;
  color: #333333;
}

* {
  letter-spacing: 0.05em;
}

.or {
  color: #edb200;
}

.ac {
  text-align: center;
}

h2, h3, h4 {
  font-weight: 700;
  line-height: 1.5;
}

p {
  line-height: 1.3;
}

.txt {
  line-height: 1.5;
}

.num {
  font-family: "Roboto", sans-serif;
}

.inner {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: auto;
}

b {
  font-weight: bold;
}

picture {
  display: block;
}

.wrapper {
  padding-top: 0;
  width: 100vw;
}

main section {
  margin: 0 auto;
  overflow: visible;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  main section {
    padding: 40px 0;
  }
}

/*=============================================
*
* header
*
=============================================*/
#header {
  background: #fff;
  margin: 0 auto;
}
#header .head_top {
  background: none;
}

#headerNav {
  height: auto;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 140px;
  z-index: 5;
  transition: all 0.5s;
}
#headerNav .menu {
  display: none;
}
#headerNav nav {
  background: #F7F6F0;
  border-radius: 4px 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  height: 100%;
  position: relative;
}
#headerNav ul {
  padding: 15px 0;
}
#headerNav li {
  background: url("../images/basic_lp03/sankaku-or.svg") no-repeat center bottom 5px;
  background-size: 8.5px;
  padding: 0 10px 10px 10px;
}
#headerNav li:last-child {
  background: none;
  padding-bottom: 0;
}
#headerNav li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 9px 0 10px 0;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#headerNav li.current a, #headerNav li a:hover {
  color: #FF8000;
  opacity: 1;
}

@media screen and (max-width: 700px) {
  #headerNav {
    right: -140px;
  }
  #headerNav.on {
    right: 0;
  }
  #headerNav .menu {
    display: block;
    left: -50px;
    position: absolute;
    top: calc(50% - 50px);
    transition: all 0.5s;
    width: 50px;
  }
  #headerNav.on .menu {
    left: -50px;
  }
  #headerNav .menu:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  #headerNav {
    display: none;
  }
}
/* ============================================
telArea 
============================================ */
.telArea {
  float: right;
}
.telArea .tel {
  color: #EEA900;
  display: block;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .telArea .tel {
    font-size: 20px;
  }
}
.telArea .note {
  color: 333333;
  font-size: 10px;
}
@media screen and (max-width: 700px) {
  .telArea .note {
    font-size: 8px;
  }
}

/*=============================================
*
* 共通見出し
*
=============================================*/
.heading-box {
  margin-bottom: 65px;
}
@media screen and (max-width: 700px) {
  .heading-box {
    margin-bottom: 25px;
  }
}
.heading-box h2.heading {
  color: #333;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .heading-box h2.heading {
    font-size: 4.6rem;
    margin-bottom: 5px;
  }
  .heading-box h2.heading br {
    display: none;
  }
  .heading-box h2.heading br.br-sp {
    display: none;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .heading-box h2.heading br.br-sp {
    display: block;
  }
}
.heading-box .en {
  color: #F07534;
  font-family: Noto Sans JP;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .heading-box .en {
    font-size: 12px;
  }
}

/*=============================================
*
* 共通マーカーライン
*
=============================================*/
.underline {
  background: linear-gradient(transparent 93%, #F07534 7%);
}

/*=============================================
*
* 共通ボタンエリア
*
=============================================*/
.reserve-btn-area {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .reserve-btn-area {
    margin-bottom: 20px;
  }
}
.reserve-btn-area > .inner {
  position: relative;
}

.reserve-btn {
  background: #F07534;
  border-radius: 100px;
  box-shadow: 0px 6px 0px 0px #C35E29;
  max-width: 373px;
  margin: 0 auto;
  transition: all 0.7s;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .reserve-btn {
    box-shadow: 0px 4px 0px 0px #C35E29;
    max-width: 343px;
    width: 100%;
  }
}
.reserve-btn a, .reserve-btn input, .reserve-btn button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  outline: none;
  width: 100%;
}
.reserve-btn a span, .reserve-btn input span, .reserve-btn button span {
  background: url(../images/seminars/basic_online/youtube-btn.svg) no-repeat left center;
  display: inline-block;
  font-size: 2.8rem;
  padding: 12.45px 0 12.45px 45px;
}
@media screen and (max-width: 700px) {
  .reserve-btn a span, .reserve-btn input span, .reserve-btn button span {
    background-size: 28px;
    font-size: 2rem;
    padding: 10px 20px 10px 37px;
  }
}
.reserve-btn a.after, .reserve-btn input.after, .reserve-btn button.after {
  display: none;
}
.reserve-btn a.after span, .reserve-btn input.after span, .reserve-btn button.after span {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .reserve-btn a.after span, .reserve-btn input.after span, .reserve-btn button.after span {
    font-size: 1.5rem;
  }
}
.reserve-btn button span {
  padding: 20.5px 0 20.5px 45px;
}
@media screen and (max-width: 700px) {
  .reserve-btn button span {
    font-size: 2rem;
    padding: 20.5px 0 20.5px 37px;
  }
}
.reserve-btn.after {
  display: none;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 620px;
  padding: 20.5px 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .reserve-btn.after {
    font-size: 1.8rem;
    padding: 14.5px 0;
  }
}
.reserve-btn.after button span {
  background-image: none;
  padding: 20.5px 0 20.5px 45px;
}
@media screen and (max-width: 700px) {
  .reserve-btn.after button span {
    font-size: 1.8rem;
    padding: 5.5px 0;
  }
}

/*=============================================
*
* top-hero-section
*
=============================================*/
#top-hero-section {
  padding: 0;
}
#top-hero-section > .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  align-items: center;
  background: url("../images/seminars/basic_online/hero-back-202409.jpg") no-repeat center center/cover;
  min-height: 620px;
  max-width: none;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #top-hero-section > .inner {
    background: url("../images/seminars/basic_online/hero-back-202409-sp.jpg") no-repeat center center/cover;
    min-height: 580px;
  }
}
#top-hero-section > .inner .contents-box {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1116px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #top-hero-section > .inner .contents-box {
    padding: 0 16px;
  }
}
@media screen and (max-width: 950px) {
  #top-hero-section > .inner .contents-box {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  #top-hero-section > .inner .contents-box {
    margin-top: -67px;
  }
}
@media screen and (max-width: 425px) {
  #top-hero-section > .inner .contents-box {
    margin-top: -57px;
  }
}
@media screen and (max-width: 400px) {
  #top-hero-section > .inner .contents-box {
    margin-top: -47px;
  }
}
@media screen and (max-width: 950px) {
  #top-hero-section > .inner .title-info-box {
    margin-bottom: 32px;
  }
}
#top-hero-section > .inner .lead-box {
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 950px) {
  #top-hero-section > .inner .lead-box {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .lead-box {
    margin: 20px auto 15px;
  }
}
#top-hero-section > .inner .lead-box .copy {
  background: url(../images/seminars/basic_online/copy-play-btn-icon-202409.svg) no-repeat left 15px center #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
  padding: 8px 15px 8px 50px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .lead-box .copy {
    background-position: left 8px center;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 8px 8px 8px 40px;
  }
}
#top-hero-section > .inner .lead-box .lead {
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .lead-box .lead {
    font-size: 1.6rem;
  }
}
#top-hero-section > .inner .lead-box img {
  width: 80px;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .lead-box img {
    width: auto;
  }
}
#top-hero-section > .inner .page-title-box {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box {
    margin-bottom: 32px;
  }
}
#top-hero-section > .inner .page-title-box .title-lead {
  color: #fff;
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 950px) {
  #top-hero-section > .inner .page-title-box .title-lead {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box .title-lead {
    font-size: 2rem;
  }
}
#top-hero-section > .inner .page-title-box .title-lead br {
  display: none;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box .title-lead br {
    display: block;
  }
}
#top-hero-section > .inner .page-title-box .page-title {
  color: #fff;
  display: block;
  font-size: 4.4rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box .page-title {
    font-size: 3.6rem;
    letter-spacing: 0.7px;
  }
}
#top-hero-section > .inner .page-title-box .page-title span {
  font-size: 4.4rem;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box .page-title span {
    display: inline-block;
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
#top-hero-section > .inner .page-title-box .page-title br {
  display: none;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box .page-title br {
    display: block;
  }
}
#top-hero-section .reserve-btn-area {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  #top-hero-section .reserve-btn-area {
    display: none;
  }
}
#top-hero-section .reserve-btn-area .reserve-btn {
  margin-left: 0;
}
#top-hero-section .pc-img-area .reserve-btn {
  display: none;
}
@media screen and (max-width: 950px) {
  #top-hero-section .pc-img-area .reserve-btn {
    display: block;
  }
}
#top-hero-section .pc-img {
  display: block;
  max-width: 413px;
}
@media screen and (max-width: 1000px) {
  #top-hero-section .pc-img {
    margin: 0 auto 16px;
    max-width: 279px;
  }
}
#top-hero-section .pc-img:hover {
  opacity: 1;
}

/*=============================================
*
* pc-img-section
*
=============================================*/
#pc-img-section {
  background: #fff;
  padding: 49px 16px 85px;
}
@media screen and (max-width: 1100px) {
  #pc-img-section {
    padding: 40px 0;
  }
}
#pc-img-section > .inner {
  max-width: 638px;
}
@media screen and (max-width: 1100px) {
  #pc-img-section > .inner {
    padding: 0 16px;
  }
}
#pc-img-section > .inner .pc-img-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #pc-img-section > .inner .pc-img-text {
    max-width: 100%;
  }
}

/*=============================================
*
* introduction-section
*
=============================================*/
#introduction-section {
  background: #F3F3F0;
  position: relative;
}
#introduction-section .introduction-back-bottom-arrow {
  bottom: 1px;
  left: 0;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
  z-index: 1;
}
#introduction-section > .inner {
  background: #F3F3F0;
}
#introduction-section > .inner .introduction-img {
  margin-bottom: 45px;
}
@media screen and (max-width: 700px) {
  #introduction-section > .inner .introduction-img {
    font-size: 2.4rem;
  }
}
#introduction-section > .inner .introduction-heading {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #introduction-section > .inner .introduction-heading {
    font-size: 1.8rem;
  }
}
#introduction-section > .inner .introduction-heading br {
  display: none;
}
@media screen and (max-width: 700px) {
  #introduction-section > .inner .introduction-heading br {
    display: block;
  }
}
#introduction-section > .inner .introduction-copy-box {
  position: relative;
}
#introduction-section > .inner .introduction-copy {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #introduction-section > .inner .introduction-copy {
    font-size: 1.6rem;
  }
}
#introduction-section > .inner .introduction-copy b {
  display: inline-block;
  font-size: 4.8rem;
  /*& + br {
      display: none;
      @media screen and (max-width: $sp-breakpoint) {
          display: block;
      }   
  } 
  */
}
@media screen and (max-width: 700px) {
  #introduction-section > .inner .introduction-copy b {
    font-size: 3rem;
    margin-bottom: 7px;
    padding-bottom: 5px;
  }
}
#introduction-section > .inner .introduction-copy span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  #introduction-section > .inner .introduction-copy span {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/*=============================================
*
* strategy-section
*
=============================================*/
#strategy-section {
  background: #333333;
}
#strategy-section > .inner {
  padding: 0 16px;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner {
    padding: 20px;
  }
}
#strategy-section > .inner .strategy-heading-box {
  border: 2px #fff solid;
  border-radius: 6px;
  margin: 0 auto 80px;
  max-width: 837px;
  padding: 25px 20px 46px;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .strategy-heading-box {
    margin-bottom: 40px;
    padding: 0 20px 20px;
  }
}
#strategy-section > .inner .strategy-heading-box .strategy-heading {
  font-weight: 700;
}
#strategy-section > .inner .strategy-heading-box .strategy-heading span {
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .strategy-heading-box .strategy-heading span {
    display: inline-block;
    font-size: 2.4rem;
    text-align: center;
  }
}
#strategy-section > .inner .strategy-heading-box .strategy-heading b {
  background: #EEA900;
  border-radius: 6px;
  font-size: 2.4rem;
  padding: 7px 40px;
  position: relative;
  top: -45px;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .strategy-heading-box .strategy-heading b {
    display: inline-block;
    font-size: 1.8rem;
    top: -20px;
    padding: 5px 32px;
  }
}
#strategy-section > .inner .analysis-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
  max-width: 1160px;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .analysis-list {
    margin-bottom: 40px;
  }
}
#strategy-section > .inner .analysis-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .analysis-list li {
    display: block;
  }
}
#strategy-section > .inner .analysis-list li:last-child {
  margin-bottom: 0;
}
#strategy-section > .inner .analysis-list li .analysis-list-img-box {
  background: #F3F3F0;
  border-radius: 6px;
  max-width: 400px;
  padding: 26px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .analysis-list li .analysis-list-img-box {
    margin-bottom: 16px;
    max-width: 100%;
  }
}
#strategy-section > .inner .analysis-list li .analysis-list-info-box {
  max-width: calc(100% - 440px);
  text-align: left;
}
@media screen and (max-width: 700px) {
  #strategy-section > .inner .analysis-list li .analysis-list-info-box {
    max-width: 100%;
  }
}
#strategy-section > .inner .analysis-list li .analysis-list-title {
  color: #EEA900;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 32px;
}
#strategy-section > .inner .analysis-list li .analysis-list-text {
  color: #fff;
  font-size: 1.6rem;
}

/*=============================================
*
* 声
*
=============================================*/
#differentiation-section {
  background: #F3F3F0;
}
#differentiation-section > .inner {
  margin: 0 auto;
  max-width: 1116px;
}
@media screen and (max-width: 1136px) {
  #differentiation-section > .inner {
    padding: 0 16px;
  }
}
#differentiation-section > .inner .differentiation-heading-box {
  margin-bottom: 56px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-heading-box {
    margin-bottom: 32px;
  }
}
#differentiation-section > .inner .differentiation-heading-box .differentiation-lead {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-heading-box .differentiation-lead {
    font-size: 2rem;
  }
}
#differentiation-section > .inner .differentiation-heading-box .differentiation-heading {
  font-size: 4.8rem;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-heading-box .differentiation-heading {
    font-size: 3rem;
  }
}
#differentiation-section > .inner .differentiation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto 40px;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-list {
    margin-bottom: 40px;
  }
}
#differentiation-section > .inner .differentiation-list li {
  position: relative;
  width: calc(33.333% - 26.666px);
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-list li {
    margin-bottom: 40px;
    width: 100%;
  }
  #differentiation-section > .inner .differentiation-list li:last-child {
    margin-bottom: 0;
  }
}
#differentiation-section > .inner .differentiation-list li .differentiation-point {
  color: #EEA900;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0px;
}
#differentiation-section > .inner .differentiation-list li .differentiation-point-number {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-list li .differentiation-point-number {
    margin-bottom: 5px;
  }
}
#differentiation-section > .inner .differentiation-list li .differentiation-img {
  margin-bottom: 32px;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-list li .differentiation-img {
    margin-bottom: 16px;
  }
}
#differentiation-section > .inner .differentiation-list li .differentiation-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  min-height: 65px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-list li .differentiation-title {
    font-size: 2rem;
    margin-bottom: 20px;
    min-height: 0;
  }
}
#differentiation-section > .inner .differentiation-list li .differentiation-overview {
  line-height: 1.8;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-list li .differentiation-overview {
    font-size: 1.4rem;
  }
}
#differentiation-section > .inner .differentiation-copy {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 32px;
  padding: 0 16px;
}
@media screen and (max-width: 700px) {
  #differentiation-section > .inner .differentiation-copy {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

/*=============================================
*
* 講師
*
=============================================*/
#lecturer-section {
  background: #fff;
}
#lecturer-section > .inner {
  margin: 0 auto;
  max-width: 1116px;
}
@media screen and (max-width: 1136px) {
  #lecturer-section > .inner {
    padding: 0 16px;
  }
}
#lecturer-section > .inner .lecturer-heading-box {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-heading-box {
    margin-bottom: 32px;
  }
}
#lecturer-section > .inner .lecturer-heading-box .lecturer-heading {
  font-size: 4.8rem;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-heading-box .lecturer-heading {
    font-size: 3rem;
  }
}
#lecturer-section > .inner .lecturer-info-box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-info-box {
    display: block;
    max-width: none;
  }
}
#lecturer-section > .inner .lecturer-img {
  max-width: 46.41%;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-img {
    margin-bottom: 12px;
    max-width: 100%;
  }
}
#lecturer-section > .inner .lecturer-info {
  max-width: 50%;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-info {
    text-align: center;
    max-width: 100%;
  }
}
#lecturer-section > .inner .lecturer-post {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-post {
    font-size: 1.2rem;
  }
}
#lecturer-section > .inner .lecturer-name-box {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-name-box {
    margin-bottom: 20px;
  }
}
#lecturer-section > .inner .lecturer-name {
  display: inline-block;
  font-size: 4rem;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-name {
    font-size: 2.8rem;
    margin: 0 0 5px 0;
    width: 100%;
  }
}
#lecturer-section > .inner .lecturer-name-eng {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-name-eng {
    font-size: 1.2rem;
  }
}
#lecturer-section > .inner .lecturer-overview {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-overview {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#lecturer-section > .inner .lecturer-profile-box {
  background: #F3F3F0;
  margin: 0 auto;
  max-width: 980px;
  padding: 40px 40px 34px;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-profile-box {
    padding: 30px 20px 24px;
  }
}
#lecturer-section > .inner .lecturer-profile-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-profile-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#lecturer-section > .inner .lecturer-profile-text {
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #lecturer-section > .inner .lecturer-profile-text {
    font-size: 1rem;
  }
}

/*=============================================
*
* 学べる内容
*
=============================================*/
#required-time-section {
  background: #333333;
}
@media screen and (max-width: 700px) {
  #required-time-section > .inner {
    padding: 20px 16px;
  }
}
#required-time-section > .inner .required-time-heading-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #required-time-section > .inner .required-time-heading-box {
    margin-bottom: 30px;
  }
}
#required-time-section > .inner .required-time-heading-box .required-time-heading {
  background: url(../images/seminars/basic_online/required-time-heading-icon.svg) no-repeat center top;
  color: #EEA900;
  font-size: 4.8rem;
  padding-top: 120px;
}
@media screen and (max-width: 700px) {
  #required-time-section > .inner .required-time-heading-box .required-time-heading {
    font-size: 3.2rem;
  }
}
#required-time-section > .inner .required-time-time-lead-box {
  margin-bottom: 33px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #required-time-section > .inner .required-time-time-lead-box {
    margin-bottom: 30px;
  }
}
#required-time-section > .inner .required-time-time-lead {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
  #required-time-section > .inner .required-time-time-lead {
    font-size: 1.8rem;
  }
}
#required-time-section > .inner .required-time-time-text-box {
  margin: 0 auto;
  max-width: 640px;
  text-align: left;
}
#required-time-section > .inner .required-time-time-text {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #required-time-section > .inner .required-time-time-text {
    font-size: 1.4rem;
  }
}

/*=============================================
*
* 予約
*
=============================================*/
#entry-section,
#questionnaire-section {
  background: #EBEBE8;
}
@media screen and (max-width: 700px) {
  #entry-section,
  #questionnaire-section {
    padding-bottom: 15px;
  }
}
#entry-section .entry-heading-box,
#questionnaire-section .entry-heading-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #entry-section .entry-heading-box,
  #questionnaire-section .entry-heading-box {
    margin-bottom: 30px;
  }
}
#entry-section .entry-heading-box .entry-heading,
#questionnaire-section .entry-heading-box .entry-heading {
  font-size: 4.8rem;
}
@media screen and (max-width: 700px) {
  #entry-section .entry-heading-box .entry-heading,
  #questionnaire-section .entry-heading-box .entry-heading {
    font-size: 3.2rem;
  }
}
#entry-section .entry-present-banner-img,
#questionnaire-section .entry-present-banner-img {
  max-width: 600px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 700px) {
  #entry-section .entry-present-banner-img,
  #questionnaire-section .entry-present-banner-img {
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0 16px;
  }
}
#entry-section .btn-open-amazon-modal,
#questionnaire-section .btn-open-amazon-modal {
  border: none;
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  margin: 0 auto 60px;
  text-decoration: underline;
  text-align: center;
}
#entry-section .btn-open-amazon-modal:hover,
#questionnaire-section .btn-open-amazon-modal:hover {
  background: none;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  #entry-section .btn-open-amazon-modal,
  #questionnaire-section .btn-open-amazon-modal {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
#entry-section .entry-note,
#questionnaire-section .entry-note {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #entry-section .entry-note,
  #questionnaire-section .entry-note {
    margin-bottom: 20px;
    padding: 0 16px;
  }
}
#entry-section .required,
#questionnaire-section .required {
  color: #E40E0E;
  font-weight: 700;
}
#entry-section .required-note,
#questionnaire-section .required-note {
  color: #E40E0E;
  font-size: 1.5rem;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #entry-section .required-note,
  #questionnaire-section .required-note {
    margin-bottom: 20px;
  }
}
#entry-section [name=consult_private],
#questionnaire-section [name=consult_private] {
  height: 200px;
}
@media screen and (max-width: 700px) {
  #entry-section [name=consult_private],
  #questionnaire-section [name=consult_private] {
    height: 110px;
  }
}
#entry-section label,
#questionnaire-section label {
  font-weight: 700;
}
#entry-section label .supp,
#questionnaire-section label .supp {
  font-weight: 400;
}
#entry-section select,
#questionnaire-section select {
  background: url(../images/seminars/basic_online/arrow.svg) no-repeat right 10px center/24px #fff;
}
#entry-section [name=date1_preferred],
#entry-section [name=date2_preferred],
#entry-section [name=date3_preferred],
#questionnaire-section [name=date1_preferred],
#questionnaire-section [name=date2_preferred],
#questionnaire-section [name=date3_preferred] {
  background: url(../images/seminars/basic_online/calendar.svg) no-repeat right 10px center/24px #fff;
}
#entry-section [name=time1_preferred_invest],
#entry-section [name=time2_preferred_invest],
#entry-section [name=time3_preferred_invest],
#questionnaire-section [name=time1_preferred_invest],
#questionnaire-section [name=time2_preferred_invest],
#questionnaire-section [name=time3_preferred_invest] {
  background: url(../images/seminars/basic_online/time.svg) no-repeat right 10px center/24px #fff;
}
#entry-section .checkbox-list,
#questionnaire-section .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 24px;
}
@media screen and (max-width: 700px) {
  #entry-section .checkbox-list,
  #questionnaire-section .checkbox-list {
    display: block;
  }
}
#entry-section .checkbox-list li,
#questionnaire-section .checkbox-list li {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  #entry-section .checkbox-list li,
  #questionnaire-section .checkbox-list li {
    display: block;
  }
}
#entry-section input[type=checkbox],
#questionnaire-section input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  height: 15px;
  padding: 0;
  width: 15px;
}
#entry-section input[type=checkbox]:checked,
#questionnaire-section input[type=checkbox]:checked {
  background: #EEA900;
  border: 1px solid #EEA900;
}
#entry-section input[type=checkbox] + label,
#questionnaire-section input[type=checkbox] + label {
  font-size: 1.4rem;
  font-weight: 400;
}
#entry-section input[type=checkbox]:checked:before,
#questionnaire-section input[type=checkbox]:checked:before {
  background: url(../images/seminars/basic_online/checkbox-arrow.svg) no-repeat right center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 7px;
  content: "";
}

/*=============================================
*
* アンケートフォーム
*
=============================================*/
#questionnaire-section {
  padding: 0 0 30px;
}
#questionnaire-section label {
  font-weight: 700;
}
#questionnaire-section label .supp {
  font-weight: 400;
  margin-bottom: 5px;
}
#questionnaire-section .preferred-date-area {
  text-align: left;
}
#questionnaire-section .preferred-date-area.is-hide {
  display: none;
}

/*=============================================
*
* サンクスページ TOP
*
=============================================*/
@media screen and (max-width: 1200px) {
  #thanks-contents-section .inner {
    padding: 0 20px;
  }
}
#thanks-contents-section .page-title-box {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  #thanks-contents-section .page-title-box {
    margin-bottom: 4rem;
  }
}
#thanks-contents-section .page-title-box .page-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  #thanks-contents-section .page-title-box .page-title {
    font-size: 2.4rem;
  }
}
#thanks-contents-section .lead-box {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 700px) {
  #thanks-contents-section .lead-box {
    margin-bottom: 4rem;
  }
}
#thanks-contents-section .lead-box .lead {
  font-size: 1.6rem;
}
#thanks-contents-section .lead-box .lead a {
  color: #F07534;
}
#thanks-contents-section .back-to-top-btn-area {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 700px) {
  #thanks-contents-section .back-to-top-btn-area {
    margin-bottom: 4rem;
  }
}
#thanks-contents-section .back-to-top-btn-area .back-to-top-btn a {
  color: #F07534;
  font-size: 1.6rem;
}
/*=============================================
*
* 動画視聴トップページ  
*
=============================================*/
@media screen and (max-width: 1200px) {
  #movie-watch-top-hero-section .inner {
    padding: 0 20px;
  }
}
#movie-watch-top-hero-section .page-title-box {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .page-title-box {
    margin-bottom: 4rem;
  }
}
#movie-watch-top-hero-section .page-title-box .page-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .page-title-box .page-title {
    font-size: 2rem;
  }
}
#movie-watch-top-hero-section .reserve-btn {
  margin-top: -4rem;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .reserve-btn {
    margin-top: 2.3rem;
  }
}
#movie-watch-top-hero-section .reserve-btn input {
  cursor: pointer;
  width: 100%;
}
#movie-watch-top-hero-section .lead {
  align-items: center;
  background: url(../images/seminars/basic_online/movie-watch-title-back.jpg) no-repeat center center;
  display: flex;
  height: 380px;
  margin: 0 auto;
  max-width: 860px;
  position: relative;
  width: 100%;
}
@supports (background-image: url("../images/seminars/basic_online/movie-watch-title-back.webp")) {
  #movie-watch-top-hero-section .lead {
    background: url("../images/seminars/basic_online/movie-watch-title-back.webp") no-repeat center center/cover;
  }
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .lead {
    height: 148px;
  }
}
#movie-watch-top-hero-section .copy {
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 30px;
  padding-right: 65px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .copy {
    font-size: 0.9rem;
    margin-bottom: 15px;
    padding-right: 25px;
  }
}
#movie-watch-top-hero-section .copy::after {
  background: url(../images/seminars/basic_online/view_entry-copy-icon.svg) no-repeat center center/100%;
  bottom: 0;
  content: "";
  height: 47px;
  position: absolute;
  right: 0;
  width: 57px;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .copy::after {
    height: 18px;
    width: 22px;
  }
}
#movie-watch-top-hero-section .lead-text {
  color: #fff;
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 7px;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .lead-text {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#movie-watch-top-hero-section .lead-text-underline {
  font-size: 3.9rem;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .lead-text-underline {
    font-size: 1.5rem;
  }
}
#movie-watch-top-hero-section .page-title-expired-message {
  display: none;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 35px;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-hero-section .page-title-expired-message {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

#movie-watch-top-of-study-section {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #movie-watch-top-of-study-section .inner {
    padding: 0 20px;
  }
}
#movie-watch-top-of-study-section .required-time-time-required-box {
  margin-bottom: 33px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-of-study-section .required-time-time-required-box {
    margin-bottom: 30px;
  }
}
#movie-watch-top-of-study-section .required-time-time-required {
  background: #fff;
  border: 1px #333 solid;
  border-radius: 30px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 12px 28px 12px 28px;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-of-study-section .required-time-time-required {
    font-size: 1.8rem;
    padding: 12px 28px 12px 28px;
  }
}
#movie-watch-top-of-study-section .required-time-list {
  margin: 0 auto;
  max-width: 420px;
}
#movie-watch-top-of-study-section .required-time-list > li {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 25px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-of-study-section .required-time-list > li {
    font-size: 2rem;
    padding-left: 20px;
  }
}
#movie-watch-top-of-study-section .required-time-list > li::before {
  background: #F07534;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 11px;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-of-study-section .required-time-list > li::before {
    height: 8px;
    left: 0;
    top: 15px;
    width: 8px;
  }
}
#movie-watch-top-of-study-section .required-time-list > li > ul > li {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #movie-watch-top-of-study-section .required-time-list > li > ul > li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  #movie-watch-lecturer-section .inner {
    padding: 0 20px;
  }
}
#movie-watch-lecturer-section .lecturer-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 424px;
}
@media screen and (max-width: 700px) {
  #movie-watch-lecturer-section .lecturer-info-box {
    display: block;
  }
}
#movie-watch-lecturer-section .lecturer-info-box .lecturer-info {
  text-align: left;
}
#movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name {
  font-size: 2.2rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 700px) {
  #movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name {
    margin-bottom: 2.4rem;
  }
}
#movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-overview {
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  #movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-overview {
    font-size: 1.4rem;
  }
}

/*=============================================
*
* 動画視聴ページ  
*
=============================================*/
@media screen and (max-width: 1200px) {
  #movie-watch-hero-section .inner {
    padding: 0 20px;
  }
}
#movie-watch-hero-section .page-title-box {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  #movie-watch-hero-section .page-title-box {
    margin-bottom: 4rem;
  }
}
#movie-watch-hero-section .page-title-box .page-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #movie-watch-hero-section .page-title-box .page-title {
    font-size: 2rem;
  }
}
#movie-watch-hero-section .movie-area {
  margin: 0 auto 60px auto;
  max-width: 860px;
  aspect-ratio: 16/9;
  width: 100%;
}
#movie-watch-hero-section .movie-area iframe {
  height: 100% !important;
  width: 100% !important;
}
#movie-watch-hero-section .btn-box {
  margin-bottom: 2.4rem;
}
#movie-watch-hero-section .btn-box .btn-lead {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 700px) {
  #movie-watch-hero-section .btn-box .btn-lead {
    font-size: 2rem;
  }
}
#movie-watch-hero-section .btn-box .reserve-btn br {
  display: none;
}
@media screen and (max-width: 700px) {
  #movie-watch-hero-section .btn-box .reserve-btn br {
    display: block;
  }
}
#movie-watch-hero-section .banner-box {
  margin: 0 auto 2rem;
  max-width: 860px;
}
@media screen and (max-width: 700px) {
  #movie-watch-hero-section .banner-box {
    font-size: 1.5rem;
  }
}
#movie-watch-hero-section .btn-open-amazon-modal {
  border: none;
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  margin: 0 auto 60px;
  text-decoration: underline;
  text-align: center;
}
#movie-watch-hero-section .btn-open-amazon-modal:hover {
  background: none;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  #movie-watch-hero-section .btn-open-amazon-modal {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

/*=============================================
*
* アンケートフォームページ  
*
=============================================*/
@media screen and (max-width: 1200px) {
  #movie-watch-questionnaire-form-hero-section .inner {
    padding: 0 20px;
  }
}
#movie-watch-questionnaire-form-hero-section .page-title-box {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .page-title-box {
    margin-bottom: 4rem;
  }
}
#movie-watch-questionnaire-form-hero-section .page-title-box .page-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .page-title-box .page-title {
    font-size: 2rem;
  }
}
#movie-watch-questionnaire-form-hero-section .note-area {
  margin: 0 auto 8.4rem;
  max-width: 840px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .note-area {
    margin-bottom: 4.5rem;
  }
}
#movie-watch-questionnaire-form-hero-section .note-area .note {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .note-area .note {
    font-size: 1.3rem;
  }
}
#movie-watch-questionnaire-form-hero-section .note-area:has(.amazon-banner-box) {
  margin: 0 auto 5.4rem;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .note-area:has(.amazon-banner-box) {
    margin-bottom: 2.5rem;
  }
}
#movie-watch-questionnaire-form-hero-section .amazon-banner-box {
  margin: 0 auto 30px;
  max-width: 711px;
}
#movie-watch-questionnaire-form-hero-section .amazon-banner-box .amazon-banner-btn-box {
  text-align: right;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .amazon-banner-box .amazon-banner-btn-box {
    margin-top: 5px;
    text-align: center;
  }
}
#movie-watch-questionnaire-form-hero-section .amazon-banner-box .btn-open-amazon-modal {
  border: none;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 auto 60px;
  text-decoration: underline;
}
#movie-watch-questionnaire-form-hero-section .amazon-banner-box .btn-open-amazon-modal:hover {
  background: none;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .amazon-banner-box .btn-open-amazon-modal {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
#movie-watch-questionnaire-form-hero-section .supp {
  margin-bottom: 10px;
}
#movie-watch-questionnaire-form-hero-section .benefits-list-area {
  margin: 0 auto;
  max-width: 840px;
}
#movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.0784313725);
  text-align: right;
  padding: 28px 20px;
  position: relative;
  width: calc(50% - 8px);
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li {
    padding: 20px 10px 20px 140px;
    text-align: left;
    width: 100%;
  }
  #movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li:nth-child(1) {
    margin-bottom: 4.8rem;
  }
}
#movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li .benefits-img {
  left: 16px;
  position: absolute;
  top: -56px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 870px) {
  #movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li .benefits-img {
    top: auto;
    bottom: 15%;
  }
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li .benefits-img {
    left: 8px;
    width: 120px;
  }
}
#movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li .benefits-detail {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #movie-watch-questionnaire-form-hero-section .benefits-list-area .benefits-list > li .benefits-detail {
    font-size: 1.3rem;
  }
}

/*=============================================
*
* 未公開物件紹介・無料シミュレーションも受付中  
*
=============================================*/
#operating-company-section {
  background: #EBEBE8;
  padding-bottom: 0;
  padding-top: 30px;
}
@media screen and (max-width: 700px) {
  #operating-company-section {
    padding-top: 15px;
  }
}
#operating-company-section > .inner {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 1100px) {
  #operating-company-section > .inner {
    padding: 0 16px;
  }
}
#operating-company-section .heading-box .heading span {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 700px) {
  #operating-company-section .heading-box .heading span {
    font-size: 2.8rem;
  }
}
#operating-company-section .operating-company-lead-area {
  /*align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #operating-company-section .operating-company-lead-area {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #operating-company-section .operating-company-lead-area {
    margin-bottom: 40px;
  }
}
#operating-company-section .operating-company-lead-box {
  text-align: center;
}
@media screen and (max-width: 700px) {
  #operating-company-section .operating-company-lead-box {
    text-align: center;
    width: 100%;
  }
}
#operating-company-section .operating-company-img {
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #operating-company-section .operating-company-img {
    margin-bottom: 25px;
    max-width: 100%;
  }
}
#operating-company-section .btn-learn-about {
  background: #fff;
  border: 2px #F07534 solid;
  border-radius: 97.7378px;
  color: #F07534;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 50px;
}
@media screen and (max-width: 700px) {
  #operating-company-section .btn-learn-about {
    display: block;
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 264px;
    padding: 20px 0;
    text-align: center;
  }
}
#operating-company-section .lead {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #operating-company-section .lead {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
#operating-company-section .lead b {
  color: #EEA900;
  font-size: 4.8rem;
}
@media screen and (max-width: 700px) {
  #operating-company-section .lead b {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
#operating-company-section .text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  #operating-company-section .text {
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-align: left;
  }
}
#operating-company-section .text br {
  display: block;
}
@media screen and (max-width: 700px) {
  #operating-company-section .text br {
    display: none;
  }
}
#operating-company-section table {
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
}
#operating-company-section table tbody tr {
  font-size: 1.6rem;
  text-align: left;
}
@media all and (max-width: 700px) {
  #operating-company-section table tbody tr {
    font-size: 1.4rem;
  }
}
#operating-company-section table tbody tr th {
  background: #202230;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 168px;
}
@media all and (max-width: 700px) {
  #operating-company-section table tbody tr th {
    font-size: 1.4rem;
    padding: 16px 0;
    width: 100px;
  }
}
#operating-company-section table tbody tr td {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 19px 24px;
}
@media all and (max-width: 700px) {
  #operating-company-section table tbody tr td {
    font-size: 1.4rem;
    padding: 13px 14px;
  }
}

/*=============================================
*
* モーダル
*
=============================================*/
.modal a.close-modal {
  background: url(../images/seminars/anti-exit-pop-up/close-modal.svg) no-repeat center center !important;
}

.modal {
  max-width: 646px !important;
  width: 100% !important;
}

/*=============================================
*
* 改行
*
=============================================*/
.br-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .br-sp {
    display: block;
  }
}

/*=============================================
*
* フォーム
*
=============================================*/
.pardot-form {
  padding: 0 16px;
}
.pardot-form .form-columns-1 .supp {
  font-size: 1.2rem;
}
.pardot-form .form-columns-1 .note {
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.pardot-form .form-columns-1 #age_input {
  max-width: 194px;
}
.pardot-form .form-columns-1 #service_years {
  max-width: 194px;
}
.pardot-form .privacypolicy-check-field .note {
  font-size: 1.3rem;
}
.pardot-form .hs-form-booleancheckbox-display {
  font-size: 1.4rem;
}

/*=============================================
*
* フッター
*
=============================================*/
.sec13 {
  background: #fff;
}
.sec13 .wrapperL,
.sec13 .wrapperR {
  float: none;
  width: 100%;
}

/*=============================================
*
* フォーム
*
=============================================*/
/* line 7, sass/page-basic-seminar.scss */
.section-page-head {
  margin-bottom: 100px;
}

/* line 12, sass/page-basic-seminar.scss */
.page-head {
  background-image: url("../../images/basic_lp01/seminar/basic/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 380px;
  position: relative;
}
.page-head h1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 50px;
  margin: auto;
  color: #FFF;
  font-size: 28px;
  text-align: center;
}

/* line 21, sass/page-basic-seminar.scss */
/* line 37, sass/page-basic-seminar.scss */
.page-head-main {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding-top: 40px;
  background-color: #FFF;
  position: relative;
}

/* line 48, sass/page-basic-seminar.scss */
.page-head-title h1 {
  display: flex;
  align-items: center;
  max-width: 430px;
  margin: 0 auto 30px;
}
.page-head-title h1:before, .page-head-title h1:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #cccccc;
  display: block;
}
.page-head-title h1:before {
  margin-right: 0.4em;
  margin-left: 0.1em;
}
.page-head-title h1:after {
  margin-left: 0.4em;
  margin-right: 0.1em;
}

/* line 43, sass/module/_functions.scss */
/* line 52, sass/module/_functions.scss */
/* line 56, sass/module/_functions.scss */
/* line 56, sass/page-basic-seminar.scss */
.page-head-desc {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 63, sass/page-basic-seminar.scss */
.page-head-two-part {
  display: flex;
  justify-content: space-between;
}
.page-head-two-part .two-part-left {
  width: calc(50% - 1px);
  text-align: left;
}
.page-head-two-part .two-part-left .join-num {
  border-radius: 26.1px;
  background-image: -ms-linear-gradient(0deg, #ed9200 0%, #edb600 100%);
  font-size: 28px;
  width: 362px;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
  display: inline-block;
  margin: 10px auto 30px;
}
.page-head-two-part .two-part-right {
  border-left: #dedede 1px solid;
  width: 50%;
  text-align: right;
}
.page-head-two-part .two-part-right img {
  display: block;
  margin: 10px 0 0 auto;
}

/* line 67, sass/page-basic-seminar.scss */
/* line 71, sass/page-basic-seminar.scss */
/* line 86, sass/page-basic-seminar.scss */
/* line 91, sass/page-basic-seminar.scss */
/* line 99, sass/page-basic-seminar.scss */
.manzokudo-box {
  font-size: 46px;
  line-height: 90px;
}
.manzokudo-box .manzokudo-num {
  font-size: 144px;
  color: #edb500;
}
.manzokudo-box .manzokudo-persent {
  color: #edb500;
}

/* line 103, sass/page-basic-seminar.scss */
/* line 108, sass/page-basic-seminar.scss */
/* line 113, sass/page-basic-seminar.scss */
.section-basic-intro {
  padding: 40px 0;
  background-color: #f7f4eb;
}
.section-basic-intro .content-area {
  overflow: visible;
}
.section-basic-intro .content-area .btn-detail {
  background-image: none;
}

/* line 117, sass/page-basic-seminar.scss */
/* line 120, sass/page-basic-seminar.scss */
/* line 129, sass/page-basic-seminar.scss */
.basic-intro {
  text-align: center;
  font-size: 28px;
}

/* line 135, sass/page-basic-seminar.scss */
.basic-intro-text p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 147, sass/page-basic-seminar.scss */
.section-feature {
  max-width: 1366px;
  margin: 0 auto;
}

/* line 152, sass/page-basic-seminar.scss */
.feature-title {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin: 50px 0;
}
.feature-title strong {
  font-size: 38px;
}

/* line 158, sass/page-basic-seminar.scss */
/* line 164, sass/page-basic-seminar.scss */
.point-pc {
  display: block;
}

/* line 168, sass/page-basic-seminar.scss */
.point-sp {
  display: none;
}

/* line 176, sass/page-basic-seminar.scss */
.feature-bottom {
  font-size: 16px;
  margin: 100px auto 50px;
  max-width: 820px;
  width: 100%;
}
.feature-bottom .notice {
  font-size: 13px;
  margin-top: 10px;
}

/* line 182, sass/page-basic-seminar.scss */
/* line 190, sass/page-basic-seminar.scss */
.form-head .kagikako {
  margin-bottom: 30px;
}

/* line 195, sass/page-basic-seminar.scss */
.section-seminar-infomation {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.section-seminar-infomation .center-icon {
  display: block;
  margin: auto;
}
.section-seminar-infomation .infomation-catch {
  color: #edb500;
  font-size: 28px;
  text-align: center;
}
.section-seminar-infomation h2 {
  font-size: 34px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.section-seminar-infomation .lecturer-intro {
  margin-top: 40px;
}
.section-seminar-infomation .lecturer-message {
  display: flex;
}
.section-seminar-infomation .lecturer-message > div:first-child {
  width: 440px;
}
.section-seminar-infomation .lecturer-message > div:first-child > img {
  display: block;
}
.section-seminar-infomation .lecturer-message > div:nth-child(2) .lecturer-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.section-seminar-infomation .lecturer-message > div:nth-child(2) > p {
  font-size: 18px;
  margin-bottom: 0;
}
.section-seminar-infomation .lecturer-body-title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-seminar-infomation .lecturer-history {
  line-height: 1.8;
}
.section-seminar-infomation .lecturer-body .lecturer-body-title.jissen {
  background-image: url("../../images/basic_lp01/seminar/basic/icon4.png");
}
.section-seminar-infomation .lecturer-body .program-list {
  background: #f5f4e4;
  margin-bottom: 0;
  padding: 40px 40px 0 40px;
}
.section-seminar-infomation .lecturer-body .program-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #1a1a1a 1px solid;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
.section-seminar-infomation .lecturer-body .program-list > li > div:first-child {
  width: calc(100% - 496px);
}
.section-seminar-infomation .lecturer-body .program-list > li > div:nth-child(2) {
  width: 496px;
}
.section-seminar-infomation .lecturer-body .program-list > li > div:nth-child(3) {
  width: 80px;
}
.section-seminar-infomation .lecturer-body .program-list > li:last-child {
  margin-bottom: 0;
}
.section-seminar-infomation .lecturer-body .program-title {
  display: flex;
  align-items: center;
}
.section-seminar-infomation .lecturer-body .program-title .circle {
  background: #eea900;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  padding: 1px;
  border-radius: 50%;
}
.section-seminar-infomation .lecturer-body .program-title .circle > span {
  font-size: 24px;
}
.section-seminar-infomation .lecturer-body .program-title .program-name {
  display: block;
  width: calc(100% - 72px);
  font-size: 20px;
  font-weight: 700;
  padding-left: 13px;
  text-align: left;
}
.section-seminar-infomation .lecturer-body .program-title .program-name .inner {
  margin-bottom: 30px;
}
.section-seminar-infomation .lecturer-body .bullet-text .inner {
  margin-bottom: 30px;
}
.section-seminar-infomation .lecturer-body .bullet-text p {
  font-size: 16px;
  line-height: 1.75;
  margin: 5px 0;
  background-image: url("../images/basic_lp01/orCheckIcon.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  text-align: left;
}
.section-seminar-infomation .lecturer-body .program-time > span {
  display: block;
  color: #666;
  font-size: 16px;
  border: #666 1px solid;
  width: 80px;
  padding: 3px 0;
  text-align: center;
}
.section-seminar-infomation .lecturer-soudan {
  background: #f5f4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 50px 40px;
}
.section-seminar-infomation .lecturer-soudan > div:first-child {
  color: #333333;
  font-size: 20px;
  width: 220px;
  text-align: left;
  font-weight: 700;
}
.section-seminar-infomation .lecturer-soudan > div:nth-child(2) {
  font-size: 16px;
  text-align: left;
  width: calc(100% - 220px);
}
.section-seminar-infomation .lecturer-note {
  background: #f5f4e4;
  font-size: 13px;
  margin-bottom: 58px;
  padding: 0 40px 20px 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .section-seminar-infomation .lecturer-note {
    font-size: 11px;
    padding-right: 15px;
  }
}
.section-seminar-infomation .lecturer-rest {
  text-align: center;
  padding: 0 0 20px;
  font-size: 18px;
}
.section-seminar-infomation .capacity-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section-seminar-infomation .capacity-price .capacity-price-in {
  width: 49%;
}
.section-seminar-infomation .capacity-price .capacity-price-in .head {
  color: #FFF;
  border-color: #edb500;
  background-color: #edb500;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
}
.section-seminar-infomation .capacity-price .capacity-price-in > div {
  padding-top: 10px;
  border-left: #edb500 1px solid;
  border-right: #edb500 1px solid;
  border-bottom: #edb500 1px solid;
  height: 110px;
}
.section-seminar-infomation .capacity-price .capacity-price-in > div span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.section-seminar-infomation .capacity-price .capacity-price-in > div span.bold {
  font-size: 32px;
  font-weight: bold;
}

/* line 200, sass/page-basic-seminar.scss */
/* line 205, sass/page-basic-seminar.scss */
/* line 211, sass/page-basic-seminar.scss */
/* line 218, sass/page-basic-seminar.scss */
/* line 222, sass/page-basic-seminar.scss */
/* line 225, sass/page-basic-seminar.scss */
/* line 228, sass/page-basic-seminar.scss */
/* line 244, sass/page-basic-seminar.scss */
/* line 251, sass/page-basic-seminar.scss */
/* line 286, sass/page-basic-seminar.scss */
/* line 290, sass/page-basic-seminar.scss */
@media all and (max-width: 700px) {
  .section-seminar-infomation .lecturer-body-title {
    font-size: 19px;
  }
}
@media all and (max-width: 700px) {
  .section-seminar-infomation .lecturer-history {
    font-size: 12px;
  }
}
/* line 302, sass/page-basic-seminar.scss */
@media all and (max-width: 700px) {
  .section-seminar-infomation .lecturer-body {
    padding: 0 15px;
  }
}
/* line 307, sass/page-basic-seminar.scss */
/* line 310, sass/page-basic-seminar.scss */
/* line 317, sass/page-basic-seminar.scss */
/* line 321, sass/page-basic-seminar.scss */
/* line 326, sass/page-basic-seminar.scss */
/* line 332, sass/page-basic-seminar.scss */
/* line 337, sass/page-basic-seminar.scss */
/* line 343, sass/page-basic-seminar.scss */
/* line 353, sass/page-basic-seminar.scss */
/* line 365, sass/page-basic-seminar.scss */
@media all and (max-width: 650px) {
  .section-seminar-infomation .lecturer-body .program-title .program-name .inner, .section-seminar-infomation .lecturer-body .bullet-text .inner {
    margin-bottom: 15px;
  }
}
/* line 379, sass/page-basic-seminar.scss */
/* line 390, sass/page-basic-seminar.scss */
/* line 402, sass/page-basic-seminar.scss */
/* line 410, sass/page-basic-seminar.scss */
/* line 417, sass/page-basic-seminar.scss */
/* line 422, sass/page-basic-seminar.scss */
/* line 428, sass/page-basic-seminar.scss */
/* line 433, sass/page-basic-seminar.scss */
/* line 436, sass/page-basic-seminar.scss */
/* line 448, sass/page-basic-seminar.scss */
/* line 456, sass/page-basic-seminar.scss */
/* line 462, sass/page-basic-seminar.scss */
.hs_radio_button .inputs-list {
  background: #F7F6EF;
}

@media screen and (max-width: 700px) {
  .hs_radio_button .inputs-list {
    margin-bottom: 0 !important;
  }
}
.hbspt-form li.hs-form-radio {
  background: #fff;
  display: flex;
  margin-bottom: 11px;
  padding: 20px;
  position: relative;
}
.hbspt-form .hs-input[type=radio] + span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding: 1px 0;
}
.hbspt-form .hs-input[type=radio] + span:before {
  top: 18px;
}
.hbspt-form .hs-input[type=radio] + span::before {
  position: static;
  margin-right: 1em;
}
.hbspt-form .hs-input[type=radio] + span > div:first-child {
  width: 100%;
}
.hbspt-form .seminar-title-text {
  width: 100%;
}
.hbspt-form .seminar-title-text .text {
  font-size: 18px;
  margin: 0;
}
.hbspt-form .seminar-title-text .seminar_icon_text {
  color: #e10000;
  font-size: 18px;
  margin: 0;
}
.hbspt-form li.hs-form-radio.sold-out::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

/* line 478, sass/page-basic-seminar.scss */
/* line 482, sass/page-basic-seminar.scss */
/* line 488, sass/page-basic-seminar.scss */
/* line 493, sass/page-basic-seminar.scss */
@media screen and (max-width: 700px) {
  .hbspt-form .seminar-title-text .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .hbspt-form .seminar-title-text .seminar_icon_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .hs_radio_button .inputs-list li {
    margin-bottom: 10px;
  }
  .hs_radio_button .inputs-list li:last-child {
    margin-bottom: 0;
  }
}
.hs_radio_button .inputs-list li label {
  display: flex;
  padding-left: 0;
  width: 100%;
}

/* line 497, sass/page-basic-seminar.scss */
.hbspt-form .hs-input[type=radio] + span > div:nth-child(2) {
  /*width: calc(100% - 200px);*/
}
.hbspt-form li.hs-form-radio .VenueMap {
  color: #eea900;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.hbspt-form li.hs-form-radio .VenueMap::after {
  background: #ff9100;
  bottom: 0;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .hbspt-form li.hs-form-radio .VenueMap {
    display: inline-block;
    font-size: 13px;
    margin-top: -20px;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
#entry .form_box.practice .hbspt-form li.hs-form-radio .VenueMap::after {
  background: #4dbdd1;
}

/* line 502, sass/page-basic-seminar.scss */
.hbspt-form .seminar-type-icon {
  display: inline-block;
  height: auto;
  /*44px*/
  border: 1px solid #edb500;
  background-color: #FFF;
  margin-right: 1.2em;
}
.hbspt-form .seminar-type-icon > div {
  display: flex;
  align-items: stretch;
}
.hbspt-form .icon {
  width: 60px;
  background-color: #edb500;
  display: inline-block;
}
.hbspt-form .icon > img {
  display: block;
}
.hbspt-form .seminar-type-name {
  width: calc(100% - 60px);
  display: inline-block;
  color: #edb500;
  font-size: 14px;
  padding-left: 12px;
  padding: 8px 5px;
}
.hbspt-form .seminar-title-text {
  display: inline-block;
}

/* line 511, sass/page-basic-seminar.scss */
/* line 517, sass/page-basic-seminar.scss */
/* line 522, sass/page-basic-seminar.scss */
/* line 533, sass/page-basic-seminar.scss */
/* line 543, sass/page-basic-seminar.scss */
/* line 550, sass/page-basic-seminar.scss */
.basic-seminar-form {
  max-width: 840px;
  margin: 20px auto 10px;
}

@media all and (max-width: 1000px) {
  /* line 559, sass/page-basic-seminar.scss */
  .section-seminar-infomation .lecturer-body .program-list {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .section-seminar-infomation .lecturer-body .lecturer-soudan {
    padding-right: 20px;
  }
  .section-seminar-infomation .capacity-price {
    /*width: calc(100% - 30px);*/
    margin-left: auto;
    margin-right: auto;
  }
  /* line 568, sass/page-basic-seminar.scss */
  /* line 573, sass/page-basic-seminar.scss */
}
@media all and (max-width: 960px) {
  /* line 583, sass/page-basic-seminar.scss */
  .section-seminar-infomation .lecturer-message > div:first-child {
    width: 360px;
    height: 294px;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) {
    width: calc(100% - 360px);
    height: 294px;
    padding: 1.5em;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) > p {
    font-size: 16px;
  }
  /* line 590, sass/page-basic-seminar.scss */
  /* line 595, sass/page-basic-seminar.scss */
}
@media all and (max-width: 900px) {
  /* line 605, sass/page-basic-seminar.scss */
  .section-page-head {
    margin-bottom: 50px;
  }
  /* line 609, sass/page-basic-seminar.scss */
  .page-head-main {
    padding-top: 20px;
  }
  /* line 613, sass/page-basic-seminar.scss */
  .page-head-desc {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page-head-desc .sp-hidden {
    display: none;
  }
  /* line 618, sass/page-basic-seminar.scss */
  /* line 623, sass/page-basic-seminar.scss */
  .page-head-two-part {
    display: block;
  }
  .page-head-two-part .two-part-left {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
  }
  .page-head-two-part .two-part-left:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .page-head-two-part .two-part-left .join-num {
    width: 200px;
    padding: 10px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .page-head-two-part .two-part-left .manzokudo-box {
    width: calc(100% - 200px);
    float: left;
    margin-left: 20px;
    border-bottom: #edb500 4px solid;
    font-size: 30px;
    line-height: 60px;
  }
  .page-head-two-part .two-part-left .manzokudo-box .manzokudo-num {
    font-size: 100px;
  }
  .page-head-two-part .two-part-right {
    width: 100%;
    text-align: center;
  }
  .page-head-two-part .two-part-right img {
    margin: auto;
    max-width: 50%;
  }
  /* line 626, sass/page-basic-seminar.scss */
  /* line 28, sass/module/_functions.scss */
  /* line 635, sass/page-basic-seminar.scss */
  /* line 644, sass/page-basic-seminar.scss */
  /* line 652, sass/page-basic-seminar.scss */
  /* line 659, sass/page-basic-seminar.scss */
  /* line 663, sass/page-basic-seminar.scss */
  /* line 671, sass/page-basic-seminar.scss */
  .section-basic-intro {
    padding: 10px 0;
  }
  .section-basic-intro .content-area {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  /* line 674, sass/page-basic-seminar.scss */
  /* line 680, sass/page-basic-seminar.scss */
  .basic-intro-text p {
    text-align: left;
  }
  .basic-intro-text p .sp-hidden {
    display: none;
  }
  /* line 683, sass/page-basic-seminar.scss */
  /* line 689, sass/page-basic-seminar.scss */
  .feature-bottom {
    margin-top: 80px;
    margin-bottom: 70px;
    width: calc(100% - 60px);
  }
  /* line 696, sass/page-basic-seminar.scss */
  #section-form {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 820px) {
  /* line 703, sass/page-basic-seminar.scss */
  .page-head {
    min-height: 280px;
  }
  /* line 712, sass/page-basic-seminar.scss */
  .section-seminar-infomation .lecturer-body .program-title .circle {
    font-size: 10px;
    width: 42px;
    height: 42px;
  }
  .section-seminar-infomation .lecturer-body .program-title span {
    font-size: 20px;
  }
  .section-seminar-infomation .lecturer-body .program-title .program-name {
    font-size: 15px;
    width: calc(100% - 42px);
    padding-left: 10px;
    text-align: left;
  }
  .section-seminar-infomation .lecturer-body .program-list > li > div:nth-child(2) {
    width: calc(100% - 300px);
  }
  .section-seminar-infomation .lecturer-body .bullet-text > p {
    font-size: 15px;
  }
  .section-seminar-infomation .lecturer-body .program-time > span {
    font-size: 12px;
  }
  /* line 718, sass/page-basic-seminar.scss */
  /* line 722, sass/page-basic-seminar.scss */
  /* line 733, sass/page-basic-seminar.scss */
  /* line 740, sass/page-basic-seminar.scss */
  /* line 746, sass/page-basic-seminar.scss */
}
@media all and (max-width: 770px) {
  /* line 759, sass/page-basic-seminar.scss */
  .section-seminar-infomation .lecturer-message > div:first-child {
    width: 325px;
    height: 265px;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) {
    width: calc(100% - 325px);
    height: 265px;
    padding: 1.2em;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) .lecturer-title {
    font-size: 18px;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) > p {
    font-size: 14px;
  }
  .section-seminar-infomation .lecturer-rest {
    font-size: 13px;
    padding: 0 0 10px;
  }
  .section-seminar-infomation .capacity-price {
    margin-bottom: 30px;
  }
  .section-seminar-infomation .capacity-price .capacity-price-in > div span {
    font-size: 10px;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
  }
  .section-seminar-infomation .capacity-price .capacity-price-in > div span.bold {
    font-size: 30px;
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  /* line 814, sass/page-basic-seminar.scss */
  .point-pc {
    display: none;
  }
  /* line 817, sass/page-basic-seminar.scss */
  .point-sp {
    display: block;
  }
  /* line 821, sass/page-basic-seminar.scss */
  .feature-bottom {
    margin: 20px auto 50px;
  }
}
@media all and (max-width: 700px) {
  /* line 829, sass/page-basic-seminar.scss */
  .section-seminar-infomation .lecturer-message {
    display: block;
  }
  .section-seminar-infomation .lecturer-message > div:first-child {
    width: 100%;
    height: auto;
  }
  .section-seminar-infomation .lecturer-message > div:first-child > img {
    margin: 0 auto;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 20px 0;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) .lecturer-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section-seminar-infomation .lecturer-message > div:nth-child(2) > p {
    font-size: 14px;
  }
  .section-seminar-infomation .lecturer-body .program-title .circle {
    font-size: 10px;
    width: 42px;
    height: 42px;
  }
  .section-seminar-infomation .lecturer-body .program-title span {
    font-size: 20px;
  }
  .section-seminar-infomation .lecturer-body .program-title .program-name {
    font-size: 15px;
    width: calc(100% - 42px);
    padding-left: 10px;
  }
  .section-seminar-infomation .lecturer-body .program-list {
    padding: 20px 20px 0 20px;
    width: 100%;
  }
  .section-seminar-infomation .lecturer-body .program-list > li {
    display: block;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
  }
  .section-seminar-infomation .lecturer-body .program-list > li > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-seminar-infomation .lecturer-body .program-list > li > div:first-child, .section-seminar-infomation .lecturer-body .program-list > li > div:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  .section-seminar-infomation .lecturer-body .program-list > li > div:last-child {
    margin-bottom: 0;
  }
  .section-seminar-infomation .lecturer-body .program-list > li > div:nth-child(3) {
    width: 100%;
  }
  .section-seminar-infomation .lecturer-body .program-time > span {
    margin: 0 auto;
  }
  .section-seminar-infomation .lecturer-body .lecturer-soudan {
    display: block;
    padding: 0 0 15px 0;
    text-align: left;
  }
  .section-seminar-infomation .lecturer-body .lecturer-soudan > div:first-child {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 15px 0 0 15px;
    text-align: left;
  }
  .section-seminar-infomation .lecturer-body .lecturer-soudan > div:nth-child(2) {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }
}
@media all and (max-width: 750px) {
  .hbspt-form .hs-input[type=radio] + span {
    padding-left: 10px;
    display: block;
    padding-left: 40px !important;
    display: block;
  }
  .hbspt-form .hs-input[type=radio] + span:before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: calc(50% - 10px);
  }
  .hbspt-form .hs-input[type=radio] + span > div:nth-child(2) {
    margin-left: 25px;
    width: calc(100% - 25px);
    font-size: 14px;
  }
  .hbspt-form .hs-input[type=radio] + span > div:first-child {
    margin-left: 25px;
  }
  /* line 1113, sass/page-basic-seminar.scss */
  /* line 1121, sass/page-basic-seminar.scss */
  /* line 1117, sass/page-basic-seminar.scss */
}
@media all and (max-width: 600px) {
  /* line 958, sass/page-basic-seminar.scss */
  .page-head {
    min-height: 160px;
  }
  .page-head h1 {
    font-size: 24px;
    height: 35px;
    line-height: 35px;
  }
  /* line 961, sass/page-basic-seminar.scss */
  /* line 969, sass/page-basic-seminar.scss */
  .section-seminar-infomation .infomation-catch {
    font-size: 18px;
  }
  .section-seminar-infomation h2 {
    font-size: 20px;
  }
  .section-seminar-infomation > p {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  /* line 973, sass/page-basic-seminar.scss */
  /* line 977, sass/page-basic-seminar.scss */
}
@media all and (max-width: 550px) {
  .section-seminar-infomation .lecturer-body .bullet-text p {
    background-size: 11px;
    font-size: 12px;
    padding-left: 18px;
  }
  .section-seminar-infomation .lecturer-body .program-list > li p:last-child {
    margin-bottom: 0;
  }
  /* line 1020, sass/page-basic-seminar.scss */
  .section-page-head {
    margin-bottom: 25px;
  }
  /* line 1024, sass/page-basic-seminar.scss */
  .page-head-desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 25px;
  }
  /* line 1031, sass/page-basic-seminar.scss */
  .page-head-two-part .two-part-left {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .page-head-two-part .two-part-left .join-num {
    width: 90px;
    padding: 5px;
    float: left;
    font-size: 14px;
    border-radius: 10px;
  }
  .page-head-two-part .two-part-left .manzokudo-box {
    width: calc(100% - 120px);
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .page-head-two-part .two-part-left .manzokudo-box .manzokudo-num {
    font-size: 60px;
  }
  /* line 1036, sass/page-basic-seminar.scss */
  /* line 1044, sass/page-basic-seminar.scss */
  /* line 1051, sass/page-basic-seminar.scss */
  /* line 1062, sass/page-basic-seminar.scss */
  .basic-intro {
    font-size: 22px;
    line-height: 1.6;
  }
  /* line 1068, sass/page-basic-seminar.scss */
  .basic-intro-text p {
    font-size: 14px;
  }
  /* line 1074, sass/page-basic-seminar.scss */
  .feature-title {
    font-size: 22px;
    margin: 25px 0;
    line-height: 1.2;
  }
  /* line 1080, sass/page-basic-seminar.scss */
  .feature-bottom {
    font-size: 14px;
    width: 100%;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin: 10px auto 25px;
  }
  /* line 1087, sass/page-basic-seminar.scss */
  .basic-seminar-form {
    margin-top: 0;
  }
  /* line 1094, sass/page-basic-seminar.scss */
  #section-form .form-head h2.kagikako {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #section-form .form-head p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }
  #section-form li.hs-form-radio {
    padding: 10px !important;
  }
  /* line 1099, sass/page-basic-seminar.scss */
  /* line 1107, sass/page-basic-seminar.scss */
  /* line 1117, sass/page-basic-seminar.scss */
  .hbspt-form .hs-input[type=radio] + span > div:first-child {
    margin-left: 25px;
  }
  .hbspt-form .hs-input[type=radio] + span:before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: calc(50% - 10px);
  }
  .hbspt-form .hs_radio_button .inputs-list[role=radiogroup] > li {
    font-size: 16px;
  }
  .hbspt-form .hs-richtext {
    text-align: left;
    font-size: 14px !important;
  }
  .hbspt-form div.hs_privacypolicy {
    margin-top: 30px;
    text-align: center;
  }
  /* line 1128, sass/page-basic-seminar.scss */
  /* line 1136, sass/page-basic-seminar.scss */
  /* line 1140, sass/page-basic-seminar.scss */
  /* line 1145, sass/page-basic-seminar.scss */
}
@media screen and (max-width: 550px) and (max-width: 700px) {
  .hbspt-form .hs-richtext {
    padding: 0 15px;
  }
}
/* 久保追記 20190306*/
.feature-box {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
.feature-box::before {
  background: linear-gradient(to right, #ed9200, #edb600);
  content: "";
  height: 460px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}
.feature-box:nth-child(even)::before {
  right: calc(50% - 150px);
}
.feature-box:nth-child(odd)::before {
  left: calc(50% - 150px);
}
.feature-box .feature-top {
  min-height: 460px;
  position: relative;
}
.feature-box .feature-point {
  position: relative;
  width: 50%;
}
.feature-box:nth-child(even) .feature-point {
  float: left;
}
.feature-box:nth-child(odd) .feature-point {
  float: right;
}
.feature-box .feature-top h3 {
  color: #fff;
  font-size: 30px;
  left: 80px;
  letter-spacing: 0em;
  line-height: 42px;
  margin: 0;
  max-width: 330px;
  position: relative;
  top: 70px;
}
.feature-box .feature-top h3 img {
  display: block;
  margin-bottom: 60px;
}
.feature-box .feature-top:nth-child(1) h3 img {
  width: 191px;
}
.feature-box .feature-top:nth-child(2) h3 img {
  width: 217px;
}
.feature-box .feature-top:nth-child(3) h3 img {
  width: 216px;
}
.feature-box .feature-photo {
  margin: 0;
  position: absolute;
  top: 35px;
  width: 600px;
}
.feature-box:nth-child(even) .feature-photo {
  left: calc(50% + 18px);
}
.feature-box:nth-child(odd) .feature-photo {
  right: calc(50% + 18px);
  text-align: right;
}
.feature-box .feature-bottom {
  clear: both;
  margin-top: 80px;
}
.feature-box .feature-top:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 750px) {
  .feature-box::before {
    height: 250px;
    width: calc(100% - 85px);
  }
  .feature-box:nth-child(even)::before {
    right: 85px;
  }
  .feature-box:nth-child(odd)::before {
    left: 85px;
  }
}
@media all and (max-width: 750px) {
  .feature-box .feature-top {
    min-height: 275px;
  }
}
@media all and (max-width: 1000px) {
  .feature-box .feature-top h3 {
    left: 20px;
  }
}
@media all and (max-width: 750px) {
  .feature-box .feature-top h3 {
    font-size: 17px;
    left: 15px;
    line-height: 26px;
    padding-right: 25px;
    top: 30px;
  }
}
@media all and (max-width: 450px) {
  .feature-box .feature-top h3 {
    padding-right: 20px;
  }
  .feature-box .feature-top h3 br {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .feature-box .feature-top h3 img {
    margin-bottom: 15px;
  }
  .feature-box .feature-top:nth-child(1) h3 img {
    width: 114px;
  }
  .feature-box .feature-top:nth-child(2) h3 img {
    width: 217px;
  }
  .feature-box .feature-top:nth-child(3) h3 img {
    width: 216px;
  }
}
@media all and (max-width: 750px) {
  .feature-box .feature-photo {
    height: 300px;
    top: 20px;
  }
  .feature-box .feature-photo img {
    height: 100%;
  }
  .feature-box:nth-child(even) .feature-photo {
    left: 50%;
  }
  .feature-box:nth-child(odd) .feature-photo {
    right: 50%;
  }
}
@media all and (max-width: 650px) {
  .feature-box .feature-photo {
    height: 250px;
  }
}
@media all and (max-width: 750px) {
  .feature-box .feature-bottom {
    margin-top: 80px;
  }
}
@media all and (max-width: 650px) {
  .feature-box .feature-bottom {
    margin-top: 25px;
  }
}
/* ============================================
タブボタン
============================================ */
.tabBtnArea {
  margin: 50px auto 0 auto;
  max-width: 1000px;
}
.tabBtnArea ul {
  text-align: center;
}
.tabBtnArea li {
  display: inline-block;
  max-width: 450px;
  position: relative;
  width: calc(50% - 10px);
  -webkit-width: calc(50% - 10px);
}
.tabBtnArea li:nth-child(1) {
  margin-right: 20px;
}
.tabBtnArea li.current::after {
  bottom: -10px;
  content: "";
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #eea900 transparent transparent;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.tabBtnArea li.current:nth-child(2)::after {
  border-color: #4dbdd1 transparent transparent;
}
.tabBtnArea li a {
  background: #a1a1a1;
  color: #fff;
  cursor: pointer;
  display: block;
  max-width: 450px;
  padding: 30px 0 5px 0;
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-radius: 4px 4px 1px 1px;
  -webkit-border-radius: 4px 4px 1px 1px;
}
.tabBtnArea li.current:nth-child(1) a {
  background: #ff9100;
}
.tabBtnArea li.current:nth-child(2) a {
  background: #4dbdd1;
}
.tabBtnArea li a {
  background: #a1a1a1;
  color: #fff;
}
.tabBtnArea li a:hover {
  background: #aaa;
}
.tabBtnArea li.current a:hover {
  cursor: default;
}
.tabBtnArea li a .title {
  align-items: center;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 10px;
}
.tabBtnArea li:nth-child(1) a .title, .tabBtnArea li:nth-child(2) a .title {
  color: #fff;
}
.tabBtnArea li a .title img {
  margin-right: 10px;
  max-width: 62.15px;
}
.tabBtnArea li a .no {
  display: inline-block;
  font-size: 10.48px;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
.tabBtnArea li a .no .num {
  color: #edb500;
  display: inline-block;
  font-weight: bold;
  font-size: 14.8px;
  margin-left: 5px;
}

@media screen and (max-width: 640px) {
  .tabBtnArea {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .tabBtnArea li:nth-child(1) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .tabBtnArea li:nth-child(1) {
    margin-right: 4px;
  }
}
@media screen and (max-width: 640px) {
  .tabBtnArea li a {
    padding: 15px 1px 2px 1px;
  }
}
@media all and (max-width: 650px) {
  .tabBtnArea li a .title {
    font-size: 15px;
  }
}
@media all and (max-width: 650px) {
  .tabBtnArea li a .title img {
    max-width: 34px;
  }
}
@media screen and (max-width: 640px) {
  .tabBtnArea li a .no {
    font-size: 7px;
  }
}
@media screen and (max-width: 640px) {
  .tabBtnArea li a .no .num {
    font-size: 9.5px;
  }
}
/* ============================================
タブエリア
============================================ */
.tabArea {
  display: none;
}
.tabArea.show {
  display: block;
}
.tabArea h2.heading {
  color: #1a1a1a;
  display: block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.45;
  margin-bottom: 35px;
  text-align: center;
}
.tabArea .txt {
  margin: 0 auto 60px auto;
  max-width: 755px;
  width: auto;
}

@media screen and (max-width: 640px) {
  .tabArea h2.heading {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tabArea .txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
/*=============================================
*
* #entry
*
=============================================*/
#entry {
  background: #F7F6EF;
  margin-bottom: 40px;
}
#entry > .inner {
  max-width: none;
  padding: 40px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  #entry > .inner {
    padding: 40px 0 0 0;
  }
}
#entry > .inner .hArea h2.heading {
  font-size: 3.8rem;
}
@media screen and (max-width: 700px) {
  #entry > .inner .hArea h2.heading {
    font-size: 2.2rem;
  }
}
#entry > .inner .hArea a {
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  #entry > .inner .hArea a {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#entry h4 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
#entry .form_box {
  background: none;
}
#entry .hbspt-form {
  padding: 0;
}

@media screen and (max-width: 700px) {
  #entry .form_box {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 640px) {
  #entry h4 {
    font-size: 19px;
  }
}
/* フォーム上書き */
/*=============================================
*
* .linkArea  
*
=============================================*/
@media screen and (max-width: 700px) {
  .linkArea {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .linkArea {
    background: #fff;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.linkArea .txt {
  font-size: 24px;
  margin-bottom: 20px;
}
.linkArea a {
  background: url("../images/basic_lp03/arrowWh@2x.png") no-repeat right 30px center #1a1a1a;
  background-size: 12px;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 80px auto;
  max-width: 800px;
  border-radius: 45px;
  transition: all 0.7s;
}
.linkArea a:hover {
  background: url("../images/basic_lp03/arrowWh@2x.png") no-repeat right 30px center #666666;
  background-size: 12px;
  opacity: 1;
  border: none;
}

@media screen and (max-width: 700px) {
  .linkArea .txt {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 700px) {
  .linkArea a {
    background-position: right 15px center;
    background-size: 6px;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 30px auto;
    max-width: 330px;
  }
}
/*=============================================
*
* common-other-seminar-list  
*
=============================================*/
.common-other-seminar-list {
  padding: 0 16px;
}
.common-other-seminar-list > li {
  margin-right: 0;
  width: 100%;
}

/*=============================================
*
* column-list-section
*
=============================================*/
#column-list-section {
  background: #fff;
}

/*=============================================
*
* footer 
*
=============================================*/
footer .copyright {
  color: #1a1a1a;
  font-size: 14px;
}

#footer {
  border-top: none;
}

/* ============================================
セミナー情報エリア
============================================ */
@media screen and (max-width: 1000px) {
  #section-choose .seminarArea .box {
    padding: 80px 27.5px 90px 27.5px;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .box:nth-child(1), #section-choose .seminarArea .box:nth-child(2) {
    float: none;
    padding: 30px 27.5px 35px 27.5px;
    width: 100%;
  }
}
/* inner */
/* lead */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* h3 */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
/* h4 */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/* リスト */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .recommendArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .recommendArea ul li {
    background-size: 18.5px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 27.5px;
  }
}
/* 写真 */
/* ============================================
講師情報
============================================ */
/* 講師情報 */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .lecturer-details .lecturer-belongs {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .lecturer-details .lecturer-name .ja {
    font-size: 20px;
    margin-right: 10px;
  }
}
/* ============================================
詳細
============================================ */
/* 詳細 */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .detailArea {
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .detailArea .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .detailArea li {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .detailArea .title {
    padding-left: 40px;
  }
}
/* ============================================
ボタン
============================================ */
@media screen and (max-width: 700px) {
  #section-choose .seminarArea .btnArea .seminarBtn {
    font-size: 12.5px;
    height: 50px;
    line-height: 50px;
    max-width: 250px;
  }
}
/*=============================================
*
* 不動産投資コラム
*
=============================================*/
@media screen and (max-width: 700px) {
  .sec12 {
    padding-top: 50px;
  }
}
.sec12 h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .sec12 h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/*=============================================
*
* フォーム見出し
*
=============================================*/
#label-radio_button-331fdbb1-0320-477c-8f66-3d9f112ad973 span,
#label-webinar_mba_lp-331fdbb1-0320-477c-8f66-3d9f112ad973 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #label-radio_button-331fdbb1-0320-477c-8f66-3d9f112ad973 span,
  #label-webinar_mba_lp-331fdbb1-0320-477c-8f66-3d9f112ad973 span {
    font-size: 18px;
    margin-top: 20px;
  }
}

/*=============================================
*
* セミナー予約
*
=============================================*/
/*=============================================
*
* REISMが主催するその他のセミナー
*
=============================================*/
#section-otherSeminar {
  background: #f2f2f2;
  padding: 95px 0 100px 0;
}
#section-otherSeminar h3 {
  font-size: 32px;
  margin-bottom: 55px;
}
#section-otherSeminar h3 br {
  display: none;
}
#section-otherSeminar .other_event li a {
  background: url("../images/basic_lp03/arrowBK@2x.png") no-repeat right 40px center #fff;
  background-size: 12px;
  border: 2px #000 solid;
  color: #1a1a1a;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 25px 60px 25px 20px;
  margin-bottom: 40px;
  border-radius: 70px;
  transition: all 0.7s;
}
#section-otherSeminar .other_event li a:hover {
  background-color: #edb200;
  opacity: 1;
}
#section-otherSeminar .other_event li:last-child a {
  margin-bottom: 0;
}
#section-otherSeminar .other_event li a time {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 397px;
  width: 100%;
  border-radius: 18.5px;
}
#section-otherSeminar .other_event li a .time {
  font-weight: normal;
}

@media screen and (max-width: 1040px) {
  #section-otherSeminar {
    padding: 49px 15px 51px 15px;
  }
}
@media screen and (max-width: 700px) {
  #section-otherSeminar h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #section-otherSeminar h3 br {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #section-otherSeminar .other_event li a {
    background: url("../images/basic_lp03/arrowBK-sp@2x.png") no-repeat right 15px center #fff;
    background-size: 6px;
    font-size: 12px;
    margin: 0 auto 20px auto;
    max-width: 330px;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 700px) {
  #section-otherSeminar .other_event li a time {
    font-size: 12px;
    margin-bottom: 10px;
    max-width: 249px;
    border-radius: 18.5px;
  }
}
/*=============================================
*
* pardot
*
=============================================*/
.pardot-iframe {
  margin: 0 auto;
  max-width: 1080px;
  width: auto;
}

/*=============================================
*
* B-2タイプ
*
=============================================*/
.type-b-2 #top-hero-section > .inner {
  background: url("../images/basic_lp04/basic_lp04_B_2_MV.jpg") no-repeat center center;
}
.type-b-2 #top-hero-section > .inner .lead-box .lead {
  font-size: 26px;
}
@media screen and (max-width: 700px) {
  .type-b-2 #top-hero-section > .inner .lead-box .lead {
    font-size: 18px;
    line-height: 1.7;
  }
}
.type-b-2 #top-hero-section > .inner .lead-box .lead .under-line-or {
  font-size: 30px;
}
@media screen and (max-width: 700px) {
  .type-b-2 #top-hero-section > .inner .lead-box .lead .under-line-or {
    font-size: 22px;
  }
}

/*=============================================
*
* Amazonモーダル
*
=============================================*/
.modal-amazon-terms {
  height: 100%;
  left: 0;
  padding: 30px 15px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}
.modal-amazon-terms.active {
  visibility: visible;
}

.modal-amazon-terms__layer {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
}

.modal-amazon-terms__content {
  left: 50%;
  height: 100%;
  max-height: 100lvh;
  max-width: 1000px;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .modal-amazon-terms__content {
    width: calc(100% - 32px);
  }
}

.modal-amazon-terms.active {
  visibility: visible;
}
.modal-amazon-terms.active .modal-amazon-terms__layer {
  opacity: 0.8;
  visibility: visible;
}
.modal-amazon-terms.active .modal-amazon-terms__content {
  opacity: 1;
  visibility: visible;
}

.modal-amazon-terms__box {
  background: #FFFFFF;
  max-height: calc(100lvh - 78px);
  overflow-y: auto;
  padding: 40px 90px 50px;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__box {
    max-height: calc(100lvh - 53px);
    padding: 20px 24px;
  }
}

.modal-amazon-terms__btn-box {
  text-align: right;
}

.modal-amazon-terms__btn-close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__btn-close {
    font-size: 2rem;
  }
}

.modal-amazon-terms__title {
  border-bottom: 1px #D9D9D9 solid;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 40px;
  padding-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__title {
    font-size: 2rem;
    padding-bottom: 19px;
  }
}

.modal-amazon-terms__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__heading {
    font-size: 1.6rem;
  }
}

.modal-amazon-terms__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__lead {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

.modal-amazon-terms__notice {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__notice {
    font-size: 1.2rem;
  }
}

.modal-amazon-terms__supp {
  font-size: 1.4rem;
  margin-top: -0.7em;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__supp {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.modal-amazon-terms__area {
  margin-bottom: 40px;
}
.modal-amazon-terms__area:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__area:last-of-type {
    margin-bottom: 24px;
  }
}

.modal-amazon-terms__list {
  margin-bottom: 20px;
}
.modal-amazon-terms__list li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .modal-amazon-terms__list li {
    font-size: 1.2rem;
    margin-bottom: 7.5px;
  }
}
.modal-amazon-terms__list li:last-child {
  margin-bottom: 0;
}
.modal-amazon-terms__list li::before {
  background: #EEA900;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 7px;
}
.modal-amazon-terms__list li > ul {
  margin-top: 10px;
}
.modal-amazon-terms__list li > ul > li {
  padding-left: 0;
}
.modal-amazon-terms__list li > ul > li::before {
  display: none;
}

/*=============================================
*
* 体験談　アーカイブ配信視聴ページ / 2024.06.08 更新分
*
=============================================*/
#owner_ex_20240608-movie-watch-top-hero-section {
  background: url("../images/seminars/owner_ex_20240608/owner_ex_20240608-hero-back.jpg") no-repeat center center/cover;
  margin-bottom: 58px;
  min-height: 628px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section {
    background: url("../images/seminars/owner_ex_20240608/owner_ex_20240608-hero-back-sp.jpg") no-repeat center center/cover;
    min-height: 535px;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .page-about-info {
  align-self: center;
  background: url(../images/seminars/owner_ex_20240608/copy-obi.svg) no-repeat left center/100%;
  color: #BE3C05;
  display: flex;
  font-size: 4.09rem;
  font-weight: 700;
  left: -1px;
  line-height: 70.24px;
  justify-content: left;
  margin-bottom: 25px;
  min-height: 70.24px;
  max-width: 573.92px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-about-info {
    font-size: 2.27rem;
    min-height: 39.03px;
    line-height: 39px;
    max-width: 318.92px;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .page-title-box {
  margin-bottom: 40px;
}
#owner_ex_20240608-movie-watch-top-hero-section .page-lead {
  color: #fff;
  font-size: 5.1rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-lead {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .page-title {
  color: #fff;
  font-size: 7.484rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-title {
    display: inline-block;
    font-size: 5.4rem;
    text-align: left;
  }
  #owner_ex_20240608-movie-watch-top-hero-section .page-title span {
    display: block;
    font-size: 2.9rem;
    margin-bottom: 11px;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .page-title br {
  display: none;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-title br {
    display: block;
    line-height: 0;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .note-box {
  margin-bottom: 25px;
}
#owner_ex_20240608-movie-watch-top-hero-section .page-note {
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-note {
    background: url("../images/seminars/owner_ex_20240608/lead-deco-sp.svg") no-repeat center bottom;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 32px;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .page-note::before, #owner_ex_20240608-movie-watch-top-hero-section .page-note::after {
  background: url("../images/seminars/owner_ex_20240608/lead-deco-slash.svg") no-repeat center center;
  content: "";
  height: 28px;
  position: absolute;
  width: 28px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-note::before, #owner_ex_20240608-movie-watch-top-hero-section .page-note::after {
    display: none;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .page-note::before {
  left: 0;
}
#owner_ex_20240608-movie-watch-top-hero-section .page-note::after {
  right: 0;
  transform: rotate(90deg);
}
#owner_ex_20240608-movie-watch-top-hero-section .page-note br {
  display: none;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .page-note br {
    display: block;
    line-height: 0.2;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .movie-start-btn {
  background: #F07534;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  max-width: 620px;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.7s;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .movie-start-btn {
    box-shadow: 0px 4px 0px 0px #C35E29;
    max-width: 300px;
  }
}
#owner_ex_20240608-movie-watch-top-hero-section .movie-start-btn a, #owner_ex_20240608-movie-watch-top-hero-section .movie-start-btn input {
  background: url(../images/seminars/owner_ex_20240608/youtube-icon.svg) no-repeat left center;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  outline: none;
  padding: 38px 0 38px 90px;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-hero-section .movie-start-btn a, #owner_ex_20240608-movie-watch-top-hero-section .movie-start-btn input {
    font-size: 1.8rem;
    padding: 24px 0 24px 90px;
  }
}
#owner_ex_20240608-movie-watch-top-of-study-section {
  padding: 0;
}
@media screen and (max-width: 880px) {
  #owner_ex_20240608-movie-watch-top-of-study-section {
    padding: 0 12px;
  }
}
#owner_ex_20240608-movie-watch-top-of-study-section .inner {
  border: 2px #333333 solid;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1490196078);
  margin: 0 auto;
  max-width: 772px;
  padding: 0 10px 60px 10px;
}
@media screen and (max-width: 1200px) {
  #owner_ex_20240608-movie-watch-top-of-study-section .inner {
    padding: 0 20px 30px;
  }
}
#owner_ex_20240608-movie-watch-top-of-study-section .required-time-time-required-box {
  text-align: center;
}
#owner_ex_20240608-movie-watch-top-of-study-section .required-time-time-required {
  background: #EEA900;
  border-radius: 6px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px 28px 10px 28px;
  top: -25px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-of-study-section .required-time-time-required {
    font-size: 1.6rem;
    padding: 8px 28px 8px 28px;
    top: -20px;
  }
}
#owner_ex_20240608-movie-watch-top-of-study-section .required-time-list {
  display: inline-block;
  margin: 0 auto;
}
#owner_ex_20240608-movie-watch-top-of-study-section .required-time-list > li {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 25px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-of-study-section .required-time-list > li {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}
#owner_ex_20240608-movie-watch-top-of-study-section .required-time-list > li::before {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 8px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-of-study-section .required-time-list > li::before {
    height: 8px;
    left: 0;
    top: 15px;
    width: 8px;
  }
}
#owner_ex_20240608-movie-watch-top-of-study-section .required-time-list > li > ul > li {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-top-of-study-section .required-time-list > li > ul > li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  #owner_ex_20240608-movie-watch-lecturer-section .inner {
    padding: 0 20px;
  }
}
#owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 532px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box {
    display: block;
  }
}
#owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-img {
  max-width: 190px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-img {
    margin-bottom: 40px;
  }
}
#owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info {
  text-align: left;
  width: calc(100% - 241px);
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info {
    text-align: center;
    width: 100%;
  }
}
#owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name {
    margin-bottom: 2.4rem;
  }
}
#owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name span {
  font-size: 1.8rem;
}
#owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-overview {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-overview {
    text-align: left;
    font-size: 1.4rem;
    padding: 0 60px;
  }
}

/*=============================================
*
* 体験談　アーカイブ配信視聴ページ / 動画視聴ページ  
*
=============================================*/
@media screen and (max-width: 1200px) {
  #owner_ex_20240608-movie-watch-hero-section .inner {
    padding: 0 20px;
  }
}
#owner_ex_20240608-movie-watch-hero-section .page-title-box {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-hero-section .page-title-box {
    margin-bottom: 4rem;
  }
}
#owner_ex_20240608-movie-watch-hero-section .page-title-box .page-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-hero-section .page-title-box .page-title {
    font-size: 2rem;
    text-align: left;
  }
}
#owner_ex_20240608-movie-watch-hero-section .movie-area {
  margin: 0 auto 60px auto;
  max-width: 860px;
  aspect-ratio: 16/9;
  width: 100%;
}
#owner_ex_20240608-movie-watch-hero-section .movie-area iframe {
  height: 100% !important;
  width: 100% !important;
}
#owner_ex_20240608-movie-watch-hero-section .btn-box {
  margin-bottom: 2.4rem;
}
#owner_ex_20240608-movie-watch-hero-section .btn-box .btn-lead {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-hero-section .btn-box .btn-lead {
    font-size: 2rem;
  }
}
#owner_ex_20240608-movie-watch-hero-section .btn-box .reserve-btn br {
  display: none;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-hero-section .btn-box .reserve-btn br {
    display: block;
  }
}
#owner_ex_20240608-movie-watch-hero-section .banner-box {
  margin: 0 auto 2rem;
  max-width: 860px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-hero-section .banner-box {
    font-size: 1.5rem;
  }
}
#owner_ex_20240608-movie-watch-hero-section .btn-open-amazon-modal {
  border: none;
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  margin: 0 auto 60px;
  text-decoration: underline;
  text-align: center;
}
#owner_ex_20240608-movie-watch-hero-section .btn-open-amazon-modal:hover {
  background: none;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240608-movie-watch-hero-section .btn-open-amazon-modal {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

/*=============================================
*
* 体験談　アーカイブ配信視聴ページ / 2024.07.27 更新分 ※実際の本番反映日は2024.7.31
*
=============================================*/
#owner_ex_20240727-movie-watch-top-hero-section {
  background: url("../images/seminars/owner_ex_20240727/owner_ex_20240727-hero-back.jpg") no-repeat center center/cover;
  margin-bottom: 58px;
  min-height: 628px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section {
    background: url("../images/seminars/owner_ex_20240727/owner_ex_20240727-hero-back-sp.jpg") no-repeat center center/cover;
    min-height: 535px;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-about-info {
  align-self: center;
  background: url(../images/seminars/owner_ex_20240608/copy-obi.svg) no-repeat left center/100%;
  color: #BE3C05;
  display: flex;
  font-size: 4.09rem;
  font-weight: 700;
  left: -1px;
  line-height: 70.24px;
  justify-content: left;
  margin-bottom: 25px;
  min-height: 70.24px;
  max-width: 573.92px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-about-info {
    font-size: 2.27rem;
    min-height: 39.03px;
    line-height: 39px;
    max-width: 318.92px;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-title-box {
  margin-bottom: 40px;
}
#owner_ex_20240727-movie-watch-top-hero-section .page-lead {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 4.8rem;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-lead {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-lead {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-lead span {
  background: rgba(0, 0, 0, 0.2);
  border: 1px #fff solid;
  display: inline-block;
  font-size: 3.6rem;
  margin: 0 12px 0 8px;
  padding: 7px 14px 10px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-lead span {
    background: none;
    border: none;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-lead b {
  font-size: 7.2rem;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-lead b {
    font-size: 2.2rem;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-lead br {
  display: none;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-lead br {
    display: block;
    line-height: 0;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-title {
  color: #fff;
  font-size: 10.2rem;
  font-weight: 700;
  line-height: 1.2;
  /*br {
      display: none;
      @media screen and (max-width: $sp-breakpoint) {
          display: block;
          line-height: 0;
      }
  }*/
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-title {
    font-size: 4rem;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-title .-no {
  font-size: 8.8rem;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-title .-no {
    font-size: 4rem;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-title .-to {
  font-size: 9.5rem;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-title .-to {
    font-size: 4rem;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .note-box {
  margin-bottom: 25px;
}
#owner_ex_20240727-movie-watch-top-hero-section .page-note {
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-note {
    background: url("../images/seminars/owner_ex_20240608/lead-deco-sp.svg") no-repeat center bottom;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 32px;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-note::before, #owner_ex_20240727-movie-watch-top-hero-section .page-note::after {
  background: url("../images/seminars/owner_ex_20240608/lead-deco-slash.svg") no-repeat center center;
  content: "";
  height: 28px;
  position: absolute;
  width: 28px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-note::before, #owner_ex_20240727-movie-watch-top-hero-section .page-note::after {
    display: none;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .page-note::before {
  left: 0;
}
#owner_ex_20240727-movie-watch-top-hero-section .page-note::after {
  right: 0;
  transform: rotate(90deg);
}
#owner_ex_20240727-movie-watch-top-hero-section .page-note br {
  display: none;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .page-note br {
    display: block;
    line-height: 0.2;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .movie-start-btn {
  background: #F07534;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  max-width: 620px;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.7s;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .movie-start-btn {
    box-shadow: 0px 4px 0px 0px #C35E29;
    max-width: 300px;
  }
}
#owner_ex_20240727-movie-watch-top-hero-section .movie-start-btn a, #owner_ex_20240727-movie-watch-top-hero-section .movie-start-btn input {
  background: url(../images/seminars/owner_ex_20240608/youtube-icon.svg) no-repeat left center;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  outline: none;
  padding: 38px 0 38px 90px;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-hero-section .movie-start-btn a, #owner_ex_20240727-movie-watch-top-hero-section .movie-start-btn input {
    font-size: 1.8rem;
    padding: 24px 0 24px 90px;
  }
}
#owner_ex_20240727-movie-watch-top-of-study-section {
  padding: 0;
}
@media screen and (max-width: 880px) {
  #owner_ex_20240727-movie-watch-top-of-study-section {
    padding: 0 12px;
  }
}
#owner_ex_20240727-movie-watch-top-of-study-section .inner {
  border: 2px #333333 solid;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1490196078);
  margin: 0 auto;
  max-width: 772px;
  padding: 0 10px 60px 10px;
}
@media screen and (max-width: 1200px) {
  #owner_ex_20240727-movie-watch-top-of-study-section .inner {
    padding: 0 20px 30px;
  }
}
#owner_ex_20240727-movie-watch-top-of-study-section .required-time-time-required-box {
  text-align: center;
}
#owner_ex_20240727-movie-watch-top-of-study-section .required-time-time-required {
  background: #EEA900;
  border-radius: 6px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px 28px 10px 28px;
  top: -25px;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-of-study-section .required-time-time-required {
    font-size: 1.6rem;
    padding: 8px 28px 8px 28px;
    top: -20px;
  }
}
#owner_ex_20240727-movie-watch-top-of-study-section .required-time-list {
  display: inline-block;
  margin: 0 auto;
}
#owner_ex_20240727-movie-watch-top-of-study-section .required-time-list > li {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 25px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-of-study-section .required-time-list > li {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}
#owner_ex_20240727-movie-watch-top-of-study-section .required-time-list > li::before {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 8px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-of-study-section .required-time-list > li::before {
    height: 8px;
    left: 0;
    top: 15px;
    width: 8px;
  }
}
#owner_ex_20240727-movie-watch-top-of-study-section .required-time-list > li > ul > li {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-top-of-study-section .required-time-list > li > ul > li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  #owner_ex_20240727-movie-watch-lecturer-section .inner {
    padding: 0 20px;
  }
}
#owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 532px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box {
    display: block;
  }
}
#owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-img {
  max-width: 190px;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-img {
    margin-bottom: 40px;
  }
}
#owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info {
  text-align: left;
  width: calc(100% - 241px);
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info {
    text-align: center;
    width: 100%;
  }
}
#owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name {
    margin-bottom: 2.4rem;
  }
}
#owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-name span {
  font-size: 1.8rem;
}
#owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-overview {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  #owner_ex_20240727-movie-watch-lecturer-section .lecturer-info-box .lecturer-info .lecturer-overview {
    text-align: left;
    font-size: 1.4rem;
    padding: 0 60px;
  }
}

.banner-box {
  margin: 0 auto;
  max-width: 1116px;
}
@media screen and (max-width: 1148px) {
  .banner-box {
    padding: 0 16px;
  }
}