@charset "UTF-8";
/*=============================================
*
* 設定
*
=============================================*/
img {
  height: auto;
  width: auto;
}

body {
  background: #fff;
  color: #404040;
}

* {
  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 {
  max-width: 1114px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: auto;
}

b {
  font-weight: bold;
}

picture {
  display: block;
}

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

main section {
  overflow: visible;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  main section {
    padding: 40px 0;
  }
}
main section.deco::before {
  background: #F07534;
  content: "";
  height: 80px;
  left: calc(50% - 1px);
  position: absolute;
  top: -40px;
  width: 2px;
}
@media screen and (max-width: 700px) {
  main section.deco::before {
    height: 56px;
    left: calc(50% - 0.5px);
    top: -28px;
    width: 1px;
  }
}

/*=============================================
*
* header
*
=============================================*/
#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: 1080px) {
  #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;
  }
}
/* ============================================
phoneArea 
============================================ */
.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: 40px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .heading-box {
    margin-bottom: 32px;
  }
}
.heading-box h2.heading {
  color: #333;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .heading-box h2.heading {
    font-size: 3rem;
    letter-spacing: 0;
    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 .heading-eng {
  color: #EEA900;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .heading-box .heading-eng {
    font-size: 1.4rem;
  }
}

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

/*=============================================
*
* 共通ボタンエリア
*
=============================================*/
.apply-btn-area {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  z-index: 3;
}
.apply-btn-area > .inner {
  position: relative;
}
.apply-btn-area .seminar-apply-btn {
  background: #F07534;
  box-shadow: 0px 3.42px 0px 0px #C35E29;
  max-width: 444px;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.7s;
  position: relative;
}
@media screen and (max-width: 700px) {
  .apply-btn-area .seminar-apply-btn {
    max-width: 300px;
  }
}
.apply-btn-area .seminar-apply-btn a {
  display: block;
}
.apply-btn-area .seminar-apply-btn a span {
  background: url(../images/seminars/realestate_introduction/apply-btn-arrow.svg) no-repeat right center;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 19px 20px 19px 0;
}
@media screen and (max-width: 700px) {
  .apply-btn-area .seminar-apply-btn a span {
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 15px 15px;
  }
}
.apply-btn-area .hero-seminar-apply-btn {
  background: #F07534;
  box-shadow: 0px 3.42px 0px 0px #C35E29;
  max-width: 444px;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.7s;
  position: relative;
}
@media screen and (max-width: 700px) {
  .apply-btn-area .hero-seminar-apply-btn {
    max-width: 300px;
  }
}
.apply-btn-area .hero-seminar-apply-btn a {
  display: block;
}
.apply-btn-area .hero-seminar-apply-btn a span {
  background: url(../images/seminars/realestate_introduction/hero-apply-btn-arrow.svg) no-repeat right center;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 19px 20px 19px 0;
}
@media screen and (max-width: 700px) {
  .apply-btn-area .hero-seminar-apply-btn a span {
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 15px 15px;
  }
}

.slick-prev, .slick-next {
  background: url("../images/basic_lp03/next-arrow.svg") no-repeat center center #FF8000;
}
@media screen and (max-width: 700px) {
  .slick-prev, .slick-next {
    background-size: 8px;
    height: 30px;
    width: 30px;
  }
}

/*=============================================
*
* 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/realestate_introduction/hero-img.jpg") no-repeat center center/cover;
  min-height: 700px;
  max-width: none;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #top-hero-section > .inner {
    background: url("../images/seminars/realestate_introduction/hero-img-sp.jpg") no-repeat center center/cover;
    min-height: 580px;
  }
  @supports (background-image: url("../images/seminars/realestate_introduction/hero-img-sp.webp")) {
    #top-hero-section > .inner {
      background: url("../images/seminars/realestate_introduction/hero-img-sp.webp") no-repeat center center/cover;
    }
  }
}
#top-hero-section > .inner .contents-box {
  max-width: 1114px;
  width: 100%;
}
@media screen and (max-width: 1146px) {
  #top-hero-section > .inner .contents-box {
    padding: 0 16px;
  }
}
#top-hero-section > .inner .lead-box {
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .lead-box {
    margin-bottom: 15px;
    text-align: center;
  }
}
#top-hero-section > .inner .lead-box .lead {
  color: #fff;
  display: block;
  font-size: 3.6rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .lead-box .lead {
    font-size: 2.2rem;
    text-align: center;
  }
}
#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: 30px;
  }
}
#top-hero-section > .inner .page-title-box .page-title {
  color: #fff;
  display: block;
  font-size: 8.4rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .page-title-box .page-title {
    font-size: 5.2rem;
    text-align: center;
  }
}
#top-hero-section > .inner .event-box-wrap {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .event-box-wrap {
    margin-bottom: 25px;
    text-align: center;
  }
}
#top-hero-section > .inner .event-box {
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
  display: inline-flex;
  padding: 8px 18px;
  width: auto;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .event-box {
    padding: 8px 10px;
  }
}
#top-hero-section > .inner .event-box .event-date {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 15px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .event-box .event-date {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-right: 7.5px;
  }
}
#top-hero-section > .inner .event-box .event-place {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner .event-box .event-place {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
#top-hero-section > .inner b {
  color: #FF8000;
}
@media screen and (max-width: 700px) {
  #top-hero-section > .inner {
    font-size: 27px;
  }
  #top-hero-section > .inner b {
    font-size: 28px;
  }
}
#top-hero-section > .inner .apply-btn-area {
  margin-bottom: 0;
}
#top-hero-section .lead {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  #top-hero-section .lead {
    font-size: 14px;
  }
}
#top-hero-section .apply-btn-area .hero-seminar-apply-btn {
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  #top-hero-section .apply-btn-area .hero-seminar-apply-btn {
    margin-left: auto;
  }
}

/*=============================================
*
* event-section
*
=============================================*/
#event-section {
  padding-top: 90px;
}
@media screen and (max-width: 1146px) {
  #event-section {
    padding: 60px 16px 60px;
  }
}
@media screen and (max-width: 900px) {
  #event-section {
    padding: 230px 16px 60px;
  }
}
@media screen and (max-width: 700px) {
  #event-section {
    padding: 200px 16px 60px;
  }
}
#event-section > .inner .heading-box {
  position: relative;
}
#event-section > .inner .heading-box h2.heading {
  text-align: left;
}
#event-section > .inner .heading-box .heading-eng {
  text-align: left;
}
#event-section > .inner .heading-box .property-wire-img-box {
  position: absolute;
  right: 0;
  top: -200px;
}
@media screen and (max-width: 1146px) {
  #event-section > .inner .heading-box .property-wire-img-box {
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  #event-section > .inner .heading-box .property-wire-img-box {
    max-width: 120px;
    right: calc(50% - 60px);
    top: -300px;
  }
}
@media screen and (max-width: 700px) {
  #event-section > .inner .heading-box .property-wire-img-box {
    top: -290px;
  }
}
#event-section > .inner .info-area .info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#event-section > .inner .info-area .info-list li {
  text-align: left;
  width: calc(50% - 20px);
}
@media screen and (max-width: 700px) {
  #event-section > .inner .info-area .info-list li {
    width: 100%;
  }
}
#event-section > .inner .info-area .info-list li .info-img-box {
  background: #F3F3F0;
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  min-height: 357px;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #event-section > .inner .info-area .info-list li .info-img-box {
    margin-bottom: 16px;
    min-height: 228px;
  }
}
#event-section > .inner .info-area .info-list li .info-img-01 {
  display: inline-block;
  max-width: 392px;
}
@media screen and (max-width: 700px) {
  #event-section > .inner .info-area .info-list li .info-img-01 {
    max-width: 100%;
    width: 250px;
  }
}
#event-section > .inner .info-area .info-list li .info-img-02 {
  display: inline-block;
  max-width: 392px;
}
@media screen and (max-width: 700px) {
  #event-section > .inner .info-area .info-list li .info-img-02 {
    max-width: 100%;
    width: 257px;
  }
}
#event-section > .inner .info-area .info-list li .info-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #event-section > .inner .info-area .info-list li .info-title {
    font-size: 2rem;
  }
}
#event-section > .inner .info-area .info-list li .info-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #event-section > .inner .info-area .info-list li .info-text {
    font-size: 1.4rem;
  }
}
#event-section .text {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 797px;
  margin-bottom: 64px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #event-section .text {
    margin: 0 auto 56px;
  }
}

/*=============================================
*
* renovation-section
*
=============================================*/
#renovation-section {
  background: #F3F3F0;
}
@media screen and (max-width: 1146px) {
  #renovation-section > .inner {
    padding: 0 16px;
  }
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li {
  text-align: left;
  width: calc(33.333% - 28px);
}
@media screen and (max-width: 700px) {
  #renovation-section > .inner .renovation-point-list-box .renovation-point-list li {
    width: 100%;
  }
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-img {
  display: block;
  margin: 0 auto 16px;
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-point {
  color: #EEA900;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  text-align: center;
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-point-number {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-point-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-point-title span {
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  top: -8px;
}
#renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-point-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #renovation-section > .inner .renovation-point-list-box .renovation-point-list li .renovation-point-text {
    font-size: 1.4rem;
  }
}
#renovation-section .apply-btn-area {
  margin: 80px auto;
}
@media screen and (max-width: 700px) {
  #renovation-section .apply-btn-area {
    margin: 50px auto 40px;
  }
}

/*=============================================
*
* consultant-section
*
=============================================*/
#consultant-section {
  background: #fff;
}
@media screen and (max-width: 1146px) {
  #consultant-section > .inner {
    padding: 0 16px;
  }
}
#consultant-section > .inner .consultant-info-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#consultant-section > .inner .consultant-info-box .consultant-logo-img {
  width: 47.39%;
}
@media screen and (max-width: 700px) {
  #consultant-section > .inner .consultant-info-box .consultant-logo-img {
    width: 100%;
  }
}
#consultant-section > .inner .consultant-info-box .consultant-info {
  text-align: left;
  width: 47.03%;
}
@media screen and (max-width: 700px) {
  #consultant-section > .inner .consultant-info-box .consultant-info {
    width: 100%;
  }
}
#consultant-section > .inner .consultant-info-box .consultant-label {
  border: 1px #CCCCCC solid;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 40px;
  padding: 8px 51px;
}
@media screen and (max-width: 700px) {
  #consultant-section > .inner .consultant-info-box .consultant-label {
    font-size: 1.8rem;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
  }
}
#consultant-section > .inner .consultant-info-box .consultant-name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 700px) {
  #consultant-section > .inner .consultant-info-box .consultant-name {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
#consultant-section > .inner .consultant-info-box .consultant-overview {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  #consultant-section > .inner .consultant-info-box .consultant-overview {
    font-size: 1.4rem;
  }
}
#consultant-section .text {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 797px;
  margin-bottom: 64px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #consultant-section .text {
    margin: 0 auto 56px;
  }
}
#consultant-section .apply-btn-area {
  margin: 80px auto;
}
@media screen and (max-width: 700px) {
  #consultant-section .apply-btn-area {
    margin: 50px auto 40px;
  }
}

/*=============================================
*
* プレゼント
*
=============================================*/
.present {
  margin: 0 auto;
  max-width: 690px;
}

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

/*=============================================
*
* フォーム
*
=============================================*/
/* line 11, sass/module/_seminar-form.scss */
.hbspt-form .hs-form fieldset {
  background: #F7F6EF;
  max-width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
  .hbspt-form .hs-form fieldset {
    margin-bottom: 10px;
  }
}
.hs-form {
  background: #F7F6EF;
}

/* line 17, sass/module/_seminar-form.scss */
.hbspt-form .hs-form fieldset:first-child {
  margin-bottom: 0;
}
.hbspt-form .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.hbspt-form .hs_privacypolicy .inputs-list li {
  background: none;
}
.hbspt-form .hs-richtext a, .hbspt-form .hs-richtext span {
  font-weight: 400;
}

/* line 22, sass/module/_seminar-form.scss */
#entry .hs-input {
  border: none;
}
#entry .hs-input::-moz-placeholder {
  color: #999999;
}
#entry .hs-input::placeholder {
  color: #999999;
}

/* line 26, sass/module/_seminar-form.scss */
.hbspt-form .hs-form fieldset.form-columns-1 .input {
  margin-right: 0;
}
.hbspt-form .hs-input {
  box-sizing: border-box !important;
  padding: 15px !important;
  height: auto !important;
}
.hbspt-form fieldset.form-columns-2 > div .input {
  margin-right: 0;
}
.hbspt-form fieldset.form-columns-2 > div .hs-input[name=lastname], .hbspt-form fieldset.form-columns-2 > div .hs-input[name=firstname] {
  border: #cccccc 1px solid;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 2px;
}
.hbspt-form fieldset.form-columns-2 > div .hs-input[name=lastname], .hbspt-form fieldset.form-columns-2 > div .hs-input[name=lastname_furigana] {
  width: 100%;
  /*max-width: 380px !important;*/
}

.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%;
  }
  /* line 766, sass/page-basic-seminar.scss */
  /* line 771, sass/page-basic-seminar.scss */
  /* line 775, sass/page-basic-seminar.scss */
  /* line 781, sass/page-basic-seminar.scss */
  /* line 786, sass/page-basic-seminar.scss */
  /* line 794, sass/page-basic-seminar.scss */
  /* line 799, sass/page-basic-seminar.scss */
}
@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;
  }
  /* line 833, sass/page-basic-seminar.scss */
  /* line 838, sass/page-basic-seminar.scss */
  /* line 847, sass/page-basic-seminar.scss */
  /* line 857, sass/page-basic-seminar.scss */
  /* line 863, sass/page-basic-seminar.scss */
  /* line 873, sass/page-basic-seminar.scss */
  /* line 879, sass/page-basic-seminar.scss */
  /* line 883, sass/page-basic-seminar.scss */
  /* line 892, sass/page-basic-seminar.scss */
  /* line 895, sass/page-basic-seminar.scss */
  /* line 898, sass/page-basic-seminar.scss */
  /* line 903, sass/page-basic-seminar.scss */
  /* line 909, sass/page-basic-seminar.scss */
  /* line 915, sass/page-basic-seminar.scss */
  /* line 926, sass/page-basic-seminar.scss */
  /* line 932, sass/page-basic-seminar.scss */
  /* line 936, sass/page-basic-seminar.scss */
  /* line 943, sass/page-basic-seminar.scss */
}
@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-section
*
=============================================*/
#entry-section {
  background: #F7F6EF;
}
#entry-section > .inner {
  position: relative;
}
@media screen and (max-width: 1146px) {
  #entry-section > .inner {
    padding: 0 16px;
  }
}
#entry-section .banner-box {
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 700px) {
  #entry-section .banner-box {
    margin: 0 auto 30px;
  }
}
#entry-section .event-info-box {
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  padding: 48px 16px;
  text-align: center;
}
#entry-section .event-info-box .event-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
#entry-section .event-info-box .event-datetime-box {
  margin-bottom: 16px;
}
#entry-section .event-info-box .event-date {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #entry-section .event-info-box .event-date {
    font-size: 2.4rem;
  }
}
#entry-section .event-info-box .event-time {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #entry-section .event-info-box .event-time {
    font-size: 2.4rem;
  }
}
#entry-section .event-info-box .event-place-box .event-place {
  background: url(../images/seminars/realestate_introduction/event-place-icon.svg) no-repeat left center;
  display: inline-block;
  padding-left: 20px;
}
#entry-section h4 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
#entry-section .form_box {
  background: none;
}
#entry-section .hbspt-form {
  padding: 0;
}
#entry-section .form_box.strategy h4 {
  color: #ff9100;
}
#entry-section .form_box.practice h4 {
  color: #4dbdd1;
}
#entry-section .form_box .hbspt-form .hs-input[type=radio]:checked + span::before {
  background-color: #ff9100;
}
#entry-section .form_box .hbspt-form .hs-input[type=radio] + span::before {
  box-shadow: 0 0 0 2px #ff9100;
  -webkit-box-shadow: 0 0 0 2px #ff9100;
  -moz-box-shadow: 0 0 0 2px #ff9100;
  margin-left: 0;
}
#entry-section .form_box.strategy .hbspt-form li.hs-form-radio .VenueMap {
  color: #ff9100;
}
#entry-section .form_box.practice .hbspt-form li.hs-form-radio .VenueMap {
  color: #4dbdd1;
}

@media screen and (max-width: 700px) {
  #entry .form_box {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 640px) {
  #entry h4 {
    font-size: 19px;
  }
}
/* フォーム上書き */
/*=============================================
*
* .linArea  
*
=============================================*/
@media screen and (max-width: 1040px) {
  .linArea {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .linArea {
    padding-bottom: 30px;
  }
}
.linArea .txt {
  font-size: 24px;
  margin-bottom: 20px;
}
.linArea 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;
}
.linArea 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: 1040px) {
  .linArea .txt {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1040px) {
  .linArea 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;
  }
}
/*=============================================
*
* footer 
*
=============================================*/
footer .copyright {
  color: #1a1a1a;
  font-size: 14px;
}

/*=============================================
*
* section-movie | lp02
*
=============================================*/
#section-movie {
  padding: 120px 0 250px 0;
  position: relative;
}
#section-movie::before {
  background: #f5f4e4;
  content: "";
  height: 92%;
  left: 0;
  margin: 8% -10% 0;
  position: absolute;
  top: 0;
  width: 120%;
  transform-origin: left center;
  transform: rotate(-7.052deg);
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  #section-movie {
    padding: 120px 15px 220px 15px;
  }
}
@media screen and (max-width: 700px) {
  #section-movie {
    padding: 60px 15px 110px 15px;
  }
}
/* youtube */
.movieArea {
  margin: 0 auto 60px auto;
  max-width: 895px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.movieArea iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

@media screen and (max-width: 700px) {
  .movieArea {
    margin-bottom: 25px;
  }
}
/*=============================================
*
* 選べる！ ２つのベーシックセミナー 
*
=============================================*/
@media screen and (max-width: 1000px) {
  #section-choose {
    padding: 30px 0;
  }
}
#section-choose .area1 {
  color: #1a1a1a;
  max-width: none;
}
#section-choose .area1 .imgArea .img1, #section-choose .area1 .imgArea .img2 {
  display: inline-block;
  position: relative;
}
#section-choose .area1 .imgArea .img1 {
  bottom: 70px;
}
#section-choose .area1 .imgArea .img2 {
  bottom: -7px;
  left: 20px;
}
#section-choose h2.heading {
  font-size: 50px;
}
#section-choose .seminarArea .box {
  padding: 80px 0 90px 0;
  width: 50%;
}
#section-choose .seminarArea .box:nth-child(1) {
  background: #ed8f13;
  float: left;
}
#section-choose .seminarArea .box:nth-child(2) {
  background: #4dbdd1;
  float: right;
}
#section-choose .seminarArea .box .inner {
  margin: 0 auto;
  max-width: 515px;
}
#section-choose .seminarArea .lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
#section-choose .seminarArea h3 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 25px;
}
#section-choose .seminarArea h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
#section-choose .seminarArea .recommendArea {
  margin-bottom: 40px;
}
#section-choose .seminarArea .recommendArea ul li {
  background: url("../../images/basic_lp02/yeCheck1@2x.png") no-repeat left center;
  background-size: 37px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 0 0 60px;
  text-align: left;
}
#section-choose .seminarArea .recommendArea ul li b {
  color: #fff200;
  font-weight: 900;
}
#section-choose .seminarArea .box figure {
  margin-bottom: 20px;
}
#section-choose .seminarArea .lecturer-details {
  text-align: left;
}
#section-choose .seminarArea .lecturer-details .lecturer-belongs {
  font-size: 18px;
}
#section-choose .seminarArea .lecturer-details .lecturer-name {
  margin-bottom: 15px;
}
#section-choose .seminarArea .lecturer-details .lecturer-name .ja {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
#section-choose .seminarArea .lecturer-details .lecturer-name .en {
  color: #fff;
  display: inline-block;
}
#section-choose .seminarArea .detailArea {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
#section-choose .seminarArea .detailArea .title {
  color: #ed8f13;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  /*40px*/
}
#section-choose .seminarArea .box:nth-child(2) .detailArea .title {
  color: #4dbdd1;
}
#section-choose .seminarArea .detailArea li {
  counter-increment: part;
  font-size: 18px;
  font-weight: 700;
  padding-left: 70px;
  position: relative;
  text-align: left;
}
#section-choose .seminarArea .detailArea li::before {
  content: "第" counter(part) "部　";
  color: #ed8f13;
  left: 0;
  position: absolute;
  top: 0;
}
#section-choose .seminarArea .box:nth-child(2) .detailArea li::before {
  color: #4dbdd1;
}
#section-choose .seminarArea .btnArea .seminarBtn {
  background: #1a1a1a;
  color: #ed8f13;
  display: block;
  font-size: 25px;
  font-weight: 900;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
#section-choose .seminarArea .box:nth-child(2) .btnArea .seminarBtn {
  color: #4dbdd1;
}

@media screen and (max-width: 700px) {
  #section-choose .area1 .imgArea .img1 {
    bottom: 30px;
    text-align: right;
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  #section-choose .area1 .imgArea .img2 {
    bottom: -7px;
    left: 0;
    padding-left: 10px;
    text-align: left;
    width: 49%;
  }
}
/* 見出し */
@media screen and (max-width: 800px) {
  #section-choose h2.heading {
    background-size: 40px;
    font-size: 25px;
    margin-bottom: 25px;
  }
}
/* ============================================
セミナー情報エリア
============================================ */
@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;
  }
}

/*=============================================
*
* セミナー予約
*
=============================================*/
.hbspt-form .hs_submit input[type=submit] {
  /*
   color: #fff;
   cursor: pointer;
   display: block;
   font-size: 25px;
   font-weight: 900;
   padding: 25px 0;
   margin: 0 auto;
   transition: opacity .7s;
   -webkit-transition: opacity .7s;
   background: #ff7f00;
   border: none;
   color: #fff;
   display: block;
   font-size: 26px;
   font-weight: 700;
   line-height: 1;
   margin: 0 auto;
   max-width: 540px;
   padding: 33px 0 31px 0;
   border-radius: 8px;
   box-shadow: 0px 6px 0px 0px rgba(169, 84, 0, 1);
  */
  background: #FF8000;
  border: 0;
  box-shadow: 0px 6px 0px #A35200;
  color: #fff;
  max-width: 480px;
  border-radius: 100px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  padding: 22.55px 0;
  transition: all 0.7s;
  position: relative;
}
@media screen and (max-width: 700px) {
  .hbspt-form .hs_submit input[type=submit] {
    max-width: 300px;
  }
}
@media screen and (max-width: 850px) {
  .hbspt-form .hs_submit input[type=submit] a {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .hbspt-form .hs_submit input[type=submit] a {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 0;
  }
}

.form_box.practice .hbspt-form .hs_submit input[type=submit] {
  background: #4dbdd1;
}

@media screen and (max-width: 950px) {
  .hbspt-form .hs_submit input[type=submit] {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .hbspt-form .hs_submit input[type=submit] {
    font-size: 16px;
    padding: 18.4px 0 16px 0;
    box-shadow: 0px 6px 0px 0px rgb(169, 84, 0);
  }
}
@media screen and (max-width: 700px) {
  .hbspt-form div, .hbspt-form ul, .hbspt-form span, .hbspt-form p, .hbspt-form input {
    font-size: 12px;
    padding: 0;
  }
}
/*=============================================
*
* 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;
  }
}
/*=============================================
*
* Bタイプ
*
=============================================*/
@media screen and (max-width: 700px) {
  .type-b .apply-btn-area .seminar-apply-btn {
    max-width: none;
  }
}
@media screen and (max-width: 360px) {
  .type-b .apply-btn-area .seminar-apply-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .type-b .apply-btn-area .seminar-apply-btn a {
    font-size: 14px;
  }
}
.type-b .apply-btn-area .copy-box {
  margin-bottom: 55px;
}
.type-b #renovation-techniques-section .point-area > ol > li .apply-btn-area {
  margin-top: 80px;
}
@media screen and (max-width: 700px) {
  .type-b #renovation-techniques-section .point-area > ol > li .apply-btn-area {
    margin-top: 60px;
  }
}

/*=============================================
*
* 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;
  }
}

/*=============================================
*
* 未公開物件紹介・無料シミュレーションも受付中  
*
=============================================*/
#operating-company-section {
  background: #EBEBE8;
  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;
  }
}

footer {
  border-top: none;
}