@charset "shift-jis";
/* --------------------------------------------------------------------
Financial Academy

/school/lp/webseminar/css/style.css
-------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
body {
  font-size: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

.pb0{ padding-bottom: 0 !important;}

section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 599px) {
  section .inner {
    padding: 40px 0;
  }
}

.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: inherit;
  }

}

.bg-beige {
  background-color: #f3f3f2;
}
.bg-white {
  background-color: #ffffff;
}

.marker {
  background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);
  padding-bottom: 5px;
}

.txt_l{ font-size: 1.35em;}
.txt_s{ font-size: .85em;}

.lead{ font-size: 22px;}
@media screen and (max-width: 1024px) {
  .lead {
    font-size: 20px;
  }
}

section h2 {
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2:not(.bd_none)::after {
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 115px;
  margin: 20px auto 85px;
}
section h3 {
  text-align: center;
  font-size: 23px;
}
section h3.line {
  position: relative;
  margin-bottom: 50px;
}
section h3.line::before,
section h3.line::after {
  content: "";
  width: 25%;
  border-top: 1px solid #1c236d;
  position: absolute;
  top: 50%;
}
section h3.line::before {
  left: 0;
}
section h3.line::after {
  right: 0;
}
@media screen and (max-width: 599px) {
  section h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  section h2:not(.bd_none)::after {
    width: 80px;
    margin: 15px auto 60px;
  }
}

.btn02 {
  text-align: center;
  background: #EA5621;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  padding: 12px 20px;
  position: relative;
}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
}
.btn02::after{
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}
.btn03 {
  text-align: center;
  background: #fff;
  border: 1px solid #EA5621;
  width: 100%;
  max-width: 410px;
  color: #EA5621;
  border-radius: 1.5em;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-decoration: none;
  margin: 1em auto;
}
.btn03::after{
  content: '';
  width: 8px;
  height: 8px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transform-origin: 4px 6px;
  transition: all .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.btn03.active::after{
  transform: rotate(135deg);
}
.top_btn {
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .btn02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .btn02,
  .btn03 {
    font-size: 14px;
  }
  .btn02::after {
    padding: 8px;
  }
  .top_btn {
    width: 70%;
    margin: 30px auto;
  }
}

.dash {
  font-size: 20px;
  font-weight: normal;
  color: #1c236d;
  text-align: center;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 5px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .dash {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.list02 li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}
.list02 li::before{
  content: "\025cf";
}
.list03 li{
  text-align: left;
  padding-top: 3px;
  padding-left: 2em;
  background: url(/images/common/check_common.svg) left top/22px no-repeat;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .list02 li{
    font-size: 14px;
  }
}

.cam-1{
  font-size: 14px;
}
@media screen and (max-width: 599px) {
    .cam-1 {
    font-size: 12px;
  }
}

.video_wrap {
  max-width: 780px;
  margin:0 auto;
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ------------------------------
mv
------------------------------ */
.mv {
  min-height: 680px;
  background: #fff url(/school/lp/webseminar/img/mv2111_01.jpg) center top / cover no-repeat;
}
.mv .logo {
  padding: 30px 4%;
}
.mv .logo img {
  width: 305px;
}
.mv .mv_inner {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 30px 25px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px dotted #1c2569;
  text-align: center;
}
.mv h1 {
  margin-top: 0.2em;
  margin-left: -6%;
  color: #1c236d;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.mv .marker {
  display: inline-block;
  transform: rotate(-1deg);
  line-height: 1;
}
.mv .marker .horizon {
  display: inline-block;
  transform: rotate(1deg);
}
.mv h1 .marker {
  background: linear-gradient(transparent 40%, rgba(211, 186, 87, 0.3) 40%);
}
.mv .sub_ttl {
  display: inline-block;
  position: relative;
  margin-left: -6%;
  padding: 0 2em;
  color: #1c236d;
  font-size: 22px;
  text-align: center;
}
.mv .sub_ttl::before,
.mv .sub_ttl::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 35px;
  border-left: 1px dashed #d47556;
  content: '';
}
.mv .sub_ttl::before {
  left: 1em;
  transform: rotate(-45deg);
}
.mv .sub_ttl::after {
  right: 1em;
  transform: rotate(45deg);
}
.mv .sub_ttl .marker {
  background: linear-gradient(transparent 10%, rgba(212, 117, 86, 0.3) 10%);
}
.mv .icn_free {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 78px;
  height: 78px;
  background: #e16f4e;
  border-radius: 50%;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 78px;
}
.mv .seminar_box {
  margin-top: 30px;
  text-align: center;
}
.mv .seminar_box .base_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(/school/lp/webseminar/img/bg_mv_seminar_base.jpg) no-repeat center #f3f3f2;
  background-size: 70%;
}
.mv .seminar_box .base_bg .guide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 262px;
  height: 262px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px dotted #1b2669;
  border-radius: 50%;
  text-align: center;
}
.mv .seminar_box .base_bg .guide .guide_arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 14px;
  border-top: 1px solid #1b2669;
  border-left: 1px solid #1b2669;
  content: '';
}
.mv .seminar_box .base_bg .guide .guide_arrow.arrow1 {
  left: 18px;
}
.mv .seminar_box .base_bg .guide .guide_arrow.arrow2 {
  left: 27px;
}
.mv .seminar_box .base_bg .guide .guide_arrow.arrow3 {
  left: 36px;
}
.mv .seminar_box .base_bg .guide .txt {
  display: inline-block;
  color: #1b2669;
  font-size: 15px;
  text-align: left;
}
.mv .seminar_box .base_bg .guide svg {
  position: absolute;
  top: 50%;
  right: 35px;
}
.mv .seminar_list {
  width: 100%;
  text-align: left;
}
.mv .seminar_list li {
  width: 40%;
  background: #fff;
  cursor: pointer;
}
.mv .seminar_list li .seminar_name {
  position: relative;
  padding: 0.5em 20px;
  font-size: 16px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .mv .seminar_list li .seminar_name {
    padding: 0.5em 0.3em;
    font-size: 12px;
    line-height: 2.5;
  }
}
.mv .seminar_list li .seminar_name::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #1b2669;
  border-right: 1px solid #1b2669;
  content: '';
}
.mv .seminar_list li .seminar_name .marker {
  padding-bottom: 0;
  font-weight: bold;
}
.mv .seminar_list li[data-school="kabu"] .seminar_name .marker {
  background: linear-gradient(transparent 60%, rgba(98, 118, 163, 0.2) 40%);
}
.mv .seminar_list li[data-school="kyouyousemi"] .seminar_name .marker {
  background: linear-gradient(transparent 60%, rgba(234, 85, 32, 0.2) 40%);
}
.mv .seminar_list li[data-school="fudo"] .seminar_name .marker {
  background: linear-gradient(transparent 60%, rgba(92, 159, 193, 0.2) 40%);
}
.mv .seminar_list li[data-school="goichi"] .seminar_name .marker {
  background: linear-gradient(transparent 60%, rgba(28, 37, 105, 0.2) 40%);
}
.mv .seminar_list li:nth-child(even) {
  background: #f3f3f2;
}
.mv .seminar_list li:hover .seminar_name::after {
  border-color: #fff;
}
.mv .seminar_list li:hover {
  background: #1c236d;
  color: #fff;
}
.mv .seminar_list li:hover .seminar_name .marker {
  background: none;
}
.mv .seminar_list svg {
  margin-right: 0.4em;
  vertical-align: bottom;
}
.mv .seminar_list .ico_seminar {
  vertical-align: middle;
}
.mv .seminar_list li:hover .ico_seminar {
  background: #fff;
}
.mv .seminar_name .txt_name {
  display: inline-flex;
  align-items: center;
  height: 100%;
  min-height: 38px;
}
.mv .seminar_name .sub_group {
  display: inline-flex;
  align-items: center;
  width: 183px;
  float: right;
}
.mv .seminar_name .ico_nisa {
  width: 38px;
  height: 38px;
}
.mv .seminar_name .tag_wrap {
  width: 80px;
  margin-right: 0.8em;
  margin-left: 5px;
  float: right;
}
.mv .seminar_name .tag {
  font-size: 0.8em;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding: 4px 3px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.mv li[data-school="kabu"] .seminar_name .tag { color: #5E76A7;}
.mv li[data-school="kyouyousemi"] .seminar_name .tag { color: #EA5520;}
.mv li[data-school="fudo"] .seminar_name .tag { color: #44A1C5;}
.mv li[data-school="mutualfund"] .seminar_name .tag { color: #8A9F55;}
.mv li[data-school="kyouyouschool"] .seminar_name .tag { color: #7E678D;}
.mv li[data-school="retirement"] .seminar_name .tag { color: #E16F4E;}
.mv li[data-school="goichi"] .seminar_name .tag { color: #1C236D;}
.mv li[data-school="early"] .seminar_name .tag { color: #087971;}
.mv li[data-school="money_machine"] .seminar_name .tag { color: #AD901C;}
.mv li[data-school="habit"] .seminar_name .tag { color: #29C1AD;}
.mv li[data-school="parallelincome"] .seminar_name .tag { color: #8a9f55;}
.mv li[data-school="nisa"] .seminar_name .tag { color: #ea5520;}
.mv li[data-school="taxsaving"] .seminar_name .tag { color: #1C236D;}
.mv .seminar_detail {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  padding: 30px;
  background: #f3f3f2;
  border: 2px solid #1b2669;
}
.mv .seminar_detail h2 {
  display: flex;
  align-items: center;
  min-height: 33px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #1b2669;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.2;
}
.mv .seminar_detail h2::after {
  content: none;
}
.mv .kabu h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2234%22%20viewBox%3D%220%200%2030%2034%22%3E%3Cg%20transform%3D%22translate(-254%20-347)%22%3E%3Cg%20transform%3D%22translate(254%20347)%22%3E%3Cg%20transform%3D%22translate(0%200)%22%3E%3Ccircle%20cx%3D%221.558%22%20cy%3D%221.558%22%20r%3D%221.558%22%20transform%3D%22translate(12.961%202.873)%20rotate(-67.24)%22%20fill%3D%22%23e2d8d1%22%2F%3E%3Ccircle%20cx%3D%221.558%22%20cy%3D%221.558%22%20r%3D%221.558%22%20transform%3D%22translate(0%202.789)%22%20fill%3D%22%23e2d8d1%22%2F%3E%3Ccircle%20cx%3D%221.558%22%20cy%3D%221.558%22%20r%3D%221.558%22%20transform%3D%22translate(26.884%202.789)%22%20fill%3D%22%23e2d8d1%22%2F%3E%3Cpath%20d%3D%22M46.479%2C50.269l-6.315%2C4.78-5.406-7a.648.648%2C0%2C0%2C0-.95%2C0l-5.406%2C7-6.314-4.78c-.365-.276-.991-.056-.941.332l2.17%2C16.79a.516.516%2C0%2C0%2C0%2C.549.374H44.7a.516.516%2C0%2C0%2C0%2C.549-.374l2.17-16.79c.05-.387-.576-.608-.941-.332Z%22%20transform%3D%22translate(-19.284%20-36.267)%22%20fill%3D%22%23c9c0ba%22%2F%3E%3Cpath%20d%3D%22M39.1%2C91.485l-2.036-2.041L21.854%2C74.1a.414.414%2C0%2C0%2C0-.706.332l1.628%2C16.79a.414.414%2C0%2C0%2C0%2C.412.374H38.824A.414.414%2C0%2C0%2C0%2C39.1%2C91.485Z%22%20transform%3D%22translate(-19.284%20-60.096)%22%20fill%3D%22%23e2d8d1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Ctext%20transform%3D%22translate(264%20377)%22%20fill%3D%22%23fff%22%20font-size%3D%2218%22%20font-family%3D%22Helvetica%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E2%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.mv .kyouyousemi h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2233%22%20viewBox%3D%220%200%2030%2033%22%3E%3Cg%20transform%3D%22translate(-254%20-281)%22%3E%3Cg%20transform%3D%22translate(254%20281)%22%3E%3Cellipse%20cx%3D%221.803%22%20cy%3D%221.803%22%20rx%3D%221.803%22%20ry%3D%221.803%22%20transform%3D%22translate(13.197)%22%20fill%3D%22%23f5c24f%22%2F%3E%3Cellipse%20cx%3D%221.803%22%20cy%3D%221.803%22%20rx%3D%221.803%22%20ry%3D%221.803%22%20transform%3D%22translate(0%202.671)%22%20fill%3D%22%23f5c24f%22%2F%3E%3Cellipse%20cx%3D%221.803%22%20cy%3D%221.803%22%20rx%3D%221.803%22%20ry%3D%221.803%22%20transform%3D%22translate(26.394%202.671)%22%20fill%3D%22%23f5c24f%22%2F%3E%3Cpath%20d%3D%22M52.477%2C65.506%2C46.3%2C71.041l-5.285-8.1a.568.568%2C0%2C0%2C0-.928%2C0l-5.285%2C8.1-6.174-5.535a.544.544%2C0%2C0%2C0-.92.383l2.121%2C19.44a.52.52%2C0%2C0%2C0%2C.537.433h20.37a.52.52%2C0%2C0%2C0%2C.537-.433L53.4%2C65.89a.544.544%2C0%2C0%2C0-.92-.383Z%22%20transform%3D%22translate(-25.554%20-54.881)%22%20fill%3D%22%23e2b349%22%2F%3E%3Cpath%20d%3D%22M48.5%2C117.219l-2.357-2.363L28.528%2C97.089a.479.479%2C0%2C0%2C0-.817.383l1.885%2C19.44a.48.48%2C0%2C0%2C0%2C.477.433h18.1A.48.48%2C0%2C0%2C0%2C48.5%2C117.219Z%22%20transform%3D%22translate(-25.554%20-86.463)%22%20fill%3D%22%23f5c24f%22%2F%3E%3C%2Fg%3E%3Ctext%20transform%3D%22translate(264%20310)%22%20fill%3D%22%23fff%22%20font-size%3D%2218%22%20font-family%3D%22Helvetica%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E1%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.mv .fudo h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22ico_seminar%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%2344a1c5%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%2344a1c5%22%2F%3E%3C%2Fsvg%3E');
}
.mv .kyouyouschool h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%237e678d%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%237e678d%22%2F%3E%3C%2Fsvg%3E');
}
.mv .fx h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%23c36380%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%23c36380%22%2F%3E%3C%2Fsvg%3E');
}
.mv .mutualfund h2,
.mv .parallelincome h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%238a9f55%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%238a9f55%22%2F%3E%3C%2Fsvg%3E');
}
.mv .goichi h2,
.mv .taxsaving h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fsvg%3E');
}
.mv .early h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cg%20transform%3D%22translate(-3525.5%20307)%22%3E%3Cg%20transform%3D%22translate(3525.5%20-307)%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%23087971%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%23087971%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.mv .money_machine h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cg%20transform%3D%22translate(-3525.5%20307)%22%3E%3Cg%20transform%3D%22translate(3525.5%20-307)%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%23ad901c%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%23ad901c%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.mv .habit h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%2329c1ad%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%2329c1ad%22%2F%3E%3C%2Fsvg%3E');
}
.mv .woman h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%235e76a7%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%235e76a7%22%2F%3E%3C%2Fsvg%3E');
}
.mv .retirement h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%23e16f4e%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%23e16f4e%22%2F%3E%3C%2Fsvg%3E');
}
.mv .nisa h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%23ea5520%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%23ea5520%22%2F%3E%3C%2Fsvg%3E');
}
.mv .assets h2 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.066%22%20height%3D%2218.066%22%20viewBox%3D%220%200%2018.066%2018.066%22%3E%3Cpath%20d%3D%22M9.033%2C34.323.177%2C29.9a9.032%2C9.032%2C0%2C0%2C0%2C15%2C8.405l.267-4.142a.906.906%2C0%2C0%2C0%2C.216.027.871.871%2C0%2C0%2C0%2C.213-.027l.206%2C3.175a8.987%2C8.987%2C0%2C0%2C0%2C1.987-5.65%2C9.224%2C9.224%2C0%2C0%2C0-.177-1.786L9.036%2C34.326Zm4.452%2C1.134-4.452%2C2.71-4.452-2.71V33.3l4.452%2C2.225L13.486%2C33.3Zm2.172-1.929a.617.617%2C0%2C1%2C1%2C.618-.618A.619.619%2C0%2C0%2C1%2C15.657%2C33.528Z%22%20transform%3D%22translate(0%20-22.653)%22%20fill%3D%22%23ea5520%22%2F%3E%3Cpath%20d%3D%22M9.776%2C2.586l8.793%2C4.392a9.031%2C9.031%2C0%2C0%2C0-17.589%2C0Z%22%20transform%3D%22translate(-0.742)%22%20fill%3D%22%23ea5520%22%2F%3E%3C%2Fsvg%3E');
}
.mv .seminar_detail h2 .ico_nisa {
  width: 44px;
  height: auto;
  margin-left: 20px;
}
.mv .seminar_detail .lead {
  margin: 1em 0;
  color: #1b2669;
  font-size: 16px;
}
.mv .seminar_detail h3 {
  position: relative;
  color: #1b2669;
  font-size: 14px;
  text-align: center;
}
.mv .seminar_detail h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px dashed #1b2669;
  content: '';
}
.mv .seminar_detail h3 span {
  position: inherit;
  z-index: 2;
  padding: 0 1em;
  background: #f3f3f2;
}
.mv .seminar_detail .learn_list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.mv .seminar_detail .learn_list li {
  width: 30%;
  padding: 10px;
  background: #fff;
  color: #1b2669;
  text-align: center;
}
.mv .seminar_detail .learn_list .num {
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed #1b2669;
  font-family: 'Josefin Slab', serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.mv .seminar_detail .learn_list .txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.mv .seminar_detail .btn_list {
  margin-top: 20px;
}
.mv .seminar_detail .btn_list li {
  background: #f3f3f2;
  text-align: center;
}
.mv .seminar_detail .ex_txt {
  text-align: center;
}
.mv .seminar_detail .ex_txt span {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  color: #1b2669;
  font-size: 12px;
  line-height: 1.2;
}
.mv .seminar_detail .ex_txt span::before,
.mv .seminar_detail .ex_txt span::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.5em;
  border-left: 1px dashed #1b2669;
  content: '';
}
.mv .seminar_detail .ex_txt span::before {
  left: 0.5em;
  transform: rotate(-45deg);
}
.mv .seminar_detail .ex_txt span::after {
  right: 0.5em;
  transform: rotate(45deg);
}
.mv .seminar_detail .ex_txt.txt_red span {
  color: #C62B40;
}
.mv .seminar_detail .ex_txt.txt_red span::before,
.mv .seminar_detail .ex_txt.txt_red span::after {
  border-left-color: #C62B40;
}

.mv .seminar_detail .btn {
  display: block;
  position: relative;
  padding: 1em 20px 1em 0.2em;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.mv .seminar_detail .btn::before {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  content: '';
}
.mv .seminar_detail .btn::after {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  border-left: 7px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
}
.mv .seminar_detail .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mv .seminar_detail .btn .btn_txt_s {
  font-size: 12px;
}
.mv .seminar_detail .btn.btn_movie {
  background: linear-gradient(to right,  rgba(47,166,222,1) 0%,rgba(32,133,180,1) 100%);
}
.mv .seminar_detail .btn.btn_movie::after {
  border-left-color: #5ba0c1;
}
.mv .seminar_detail .btn.btn_room,
.mv .seminar_detail .btn.btn_zoom {
  background: linear-gradient(to right,  rgba(234,85,32,1) 0%,rgba(255,117,67,1) 100%);
}
.mv .seminar_detail .btn.btn_room::after,
.mv .seminar_detail .btn.btn_zoom::after {
  border-left-color: #da5f34;
}
.mv .seminar_detail .btn_select_date {
  display: block;
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  border-color: #fb654a;
}
.mv .seminar_detail .btn_select_date:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mv .seminar_detail .btn_select_date .date {
  font-weight: bold;
}
.mv .seminar_detail .link_detail {
  display: inline-block;
  margin-top: 0.8em;
  color: #1111cc;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}
.mv .seminar_detail .link_detail:hover {
  text-decoration: none;
}
.mv .seminar_detail .link_detail_outer {
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .mv .seminar_box {
    position: relative;
  }
  .mv .seminar_list {
    position: relative;
  }
  .mv .seminar_list li:hover .modal_wrap {
    display: block !important;
  }
  .mv .seminar_list li:hover .seminar_detail {
    display: block;
    min-height: 506px;
  }
  .mv .seminar_list li:nth-child(n + 4) h2 {
    background-position: left center;
  }
  .mv .seminar_detail h2 {
    height: 3em;
  }
  .mv .seminar_detail .btn_close {
    display: none;
  }
  .mv .seminar_detail .btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mv .seminar_detail .btn_list.center {
    justify-content: center;
  }
  .mv .seminar_detail .btn_list li {
    width: 49%;
  }
  .mv .seminar_detail .btn_list li:nth-child(n + 3) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 860px) {
  .mv h1 .pc_non {
    display: none;
  }
}
@media screen and (max-width: 689px) {
  .mv .icn_free {
    top: 70px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    min-height: unset;
    background: url(/school/lp/webseminar/img/mv2111_01_sp.jpg) center top / contain no-repeat;
  }
  .mv .logo {
    height: 58px;
    padding: 15px 3%;
  }
  .mv .logo img {
    max-width: 145px;
  }
  .mv .mv_inner {
    width: 96%;
    margin-top: 100px;
    padding: 30px 2% 15px;
    background: rgba(255, 255, 255, 0.95);
  }
  .mv .mv_inner.mt_big {
    margin-top: 158px;
  }
  .mv h1 {
    margin-left: 0;
    font-size: 20px;
  }
  .mv .sub_ttl {
    margin-left: 0;
    font-size: 14px;
  }
  .mv .icn_free {
    top: -45px;
    left: -5px;
    right: auto;
    width: 74px;
    height: 74px;
    font-size: 20px;
    line-height: 74px;
  }
  .mv .seminar_box {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .mv .seminar_box .base_bg {
    display: none;
  }
  .mv .seminar_list li {
    width: 100%;
  }
  .mv .seminar_name .tag_wrap {
    width: 70px;
    margin-right: 8px;
    margin-left: 3px;
  }
  .mv .seminar_name .tag {
    font-size: 11px;
    letter-spacing: -0.02em;
  }
  .mv .seminar_name .tag span {
    letter-spacing: -0.2em;
  }
  .mv .seminar_list li .seminar_name::after {
    right: 5px;
  }
  .mv .seminar_name .sub_group {
    width: 160px;
  }
  .mv .modal_wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .mv .modal_wrap .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
  .mv .seminar_detail {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 92%;
    padding: 30px 4% 20px;
    border-radius: 10px;
  }
  .mv .seminar_detail .btn_close {
    position: absolute;
    right: -15px;
    top: -18px;
    width: 37px;
    height: 37px;
    background: #1b2669;
    border-radius: 50%;
  }
  .mv .seminar_detail .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mv .seminar_detail .btn_close span::before,
  .mv .seminar_detail .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 1px;
    background: #fff;
    content: '';
  }
  .mv .seminar_detail .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mv .seminar_detail .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mv .seminar_detail h2 {
    background-size: 20px auto;
    font-size: 18px;
  }
  .mv .seminar_detail h2 .ico_nisa {
    width: 38px;
    margin-left: 10px;
  }
  .mv .seminar_detail .btn_list {
    margin-top: 30px;
  }
  .mv .seminar_detail .learn_list li {
    width: 32.5%;
    padding: 5px 2px;
  }
  .mv .seminar_detail .learn_list .num {
    width: 95%;
    margin: 0 auto 0.3em;
  }
  .mv .seminar_detail .btn_list li + li {
    margin-top: 30px;
  }
  .mv .seminar_detail .btn_list.select_date {
    margin-top: 15px;
  }
  .mv .seminar_detail .btn_list.select_date li + li {
    margin-top: 10px;
  }
  .mv .seminar_detail .btn {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 16px;
  }
  #modal_all_bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
  }
}

/* ------------------------------
.top_trust
------------------------------ */
.top_trust {
  background-color: #f3f3f2;
}
.top_trust .img {
  background: url(/beginner/img/mv_pc.jpg) center bottom/cover no-repeat;
  padding: 66px 0 98px;
}
.top_trust .ttl {
  width: fit-content;
  color: #1c236d;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  margin: auto;
}
.top_trust .ttl .sub_ttl {
  display: block;
  font-size: 23px;
}
.top_trust .ttl .main_ttl {
  display: block;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px dashed #1c236d;
  font-family: 'Josefin Slab', serif;
  font-size: 28px;
}
.top_trust .count {
  background-color: #1c2569;
  color: #fff;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 18px;
}
.top_trust .count .gold{
  color: #E4C86D;
}
.top_trust .count .stripe{
  background-size: auto auto;
  background-color: #1c2569;
  background-image: repeating-linear-gradient(-110deg, transparent, transparent 4px, #BA861B 4px, #BA861B 5px);
  padding-top: 7px;
  margin-top: 14px;
}
.top_trust .inner{
  width: 90%;
  padding: 20px 0 30px;
}
.top_trust .icn_no1_area{
  text-align: center;
  margin-bottom: 12px;
}
.top_trust .no1_caution{
  font-size: 10px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  padding-top: 5px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top_trust .img {
    padding: 30px 0;
  }
  .top_trust .ttl .sub_ttl {
    font-size: 14px;
  }
  .top_trust .ttl .main_ttl {
    margin-top: 5px;
    font-size: 16px;
  }
  .top_trust .count {
    font-size: 16px;
  }
  .top_trust .icn_no1_area{
    margin-bottom: 20px;
  }
}

/* ------------------------------
intro
------------------------------*/
.intro {
  padding: 50px 0;
}
.intro h2 {
  margin-bottom: 1.5em;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.1em;
}
.intro h2 .sub {
  color: #1b2669;
  font-size: 20px;
}
.intro h2 .txt_pink {
  color: #e46997;
}
.intro h2 .txt_lblue {
  color: #66d2d5;
}
.intro .intro_box .box_01 {
  position: relative;
  padding: 30px 3%;
  background: rgba(218, 95, 52, 0.15);
}
.intro .intro_box .box_02 {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0.8% 30px 3%;
  background: url(/school/lp/webseminar/img/bg_intro_pc.jpg) no-repeat center / cover;
}
.intro .intro_box .txt_vertical {
  font-size: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.intro .intro_box .box_02 .txt_vertical {
  line-height: 1.5;
}
.intro .intro_box .txt_bg_none {
  display: inline-block;
  padding: 0.7em 0.6em;
}
.intro .intro_box .txt_bg_white {
  display: inline-block;
  padding: 0.7em 0.4em;
  background: #fff;
  color: #da5f34;
  line-height: 1.2;
}
.intro .intro_box .img_money_graph {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 250px;
  left: 265px;
}
.intro .campaign_01 {
  width: 92%;
  max-width: 1000px;
  margin: 50px auto 20px;
}
@media screen and (min-width: 700px) {
  .intro .intro_box {
    display: flex;
    flex-direction: row-reverse;
  }
  .intro .intro_box .box_01,
  .intro .intro_box .box_02 {
    width: 50%;
  }
}
@media screen and (max-width: 1049px) {
  .intro .intro_box .img_money_graph {
    left: calc(50% + 90px);
    transform: translate(-50%, -50%);
    max-width: 200px;
  }
}
@media screen and (max-width: 849px) {
  .intro .intro_box .img_money_graph {
    max-width: 150px;
  }
}
@media screen and (max-width: 699px) {
  .intro .intro_box .img_money_graph {
    max-width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .intro .inner {
    padding: 35px 0;
  }
  .intro h2 {
    font-size: 20px;
  }
  .intro h2 .sub {
    font-size: 14px;
  }
  .intro .intro_box .box_01 {
    padding: 13px 7%;
  }
  .intro .intro_box .box_02 {
    padding: 13px 3%;
    background: url(/school/lp/webseminar/img/bg_intro_sp.jpg) no-repeat center / cover;
  }
  .intro .intro_box .txt_vertical {
    font-size: 25px;
  }
  .intro .intro_box .box_02 .txt_vertical {
    line-height: 1.2;
  }
  .intro .intro_box .txt_bg_none {
    padding: 0.5em 0.3em;
  }
  .intro .intro_box .txt_bg_white {
    padding: 0.5em 0.3em;
    line-height: 1.1;
  }
  .intro .intro_box .img_money_graph {
    left: calc(50% + 80px);
    max-width: 170px;
  }
}

/* ------------------------------
experience
------------------------------ */
.experience {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,242,1) 50%,rgba(243,243,242,1) 100%);
}
.experience .inner {
  padding-top: 40px;
}
/* heading */
.experience .heading_form {
  margin-bottom: 1em;
  padding: 1em;
  background: #f3f4f7;
  border-top: 1px solid #1b2669;
  border-bottom: 1px solid #1b2669;
  color: #1b2669;
  font-size: 24px;
  text-align: center;
}
.experience .heading_step {
  margin-bottom: 2em;
  color: #1b2669;
  font-size: 24px;
}
.experience .heading_step .step {
  display: inline-block;
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin-bottom: 0.5em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  color: #1b2669;
  font-size: 28px;
  font-weight: bold;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #1b2669;
}
.experience .heading_step .step::before,
.experience .heading_step .step::after {
  position: absolute;
  top: 58%;
  width: 41%;
  border-top: 1px dashed #1b2669;
  content: '';
}
.experience .heading_step .step::before {
  left: 0;
}
.experience .heading_step .step::after {
  right: 0;
}
.experience .heading_step .step .step_no {
  font-size: 56px;
  -webkit-text-fill-color: #ffff00;
}
.experience .heading_step .txt_strong {
  color: #e46997;
}
@media screen and (max-width: 899px) {
  .experience .heading_step .step::before,
  .experience .heading_step .step::after {
    width: 38%;
  }
}
@media screen and (max-width: 599px) {
  .experience .inner {
    padding-top: 30px;
  }
  .experience .heading_form {
    font-size: 20px;
  }
  .experience .heading_step {
    font-size: 18px;
  }
  .experience .heading_step .step::before,
  .experience .heading_step .step::after {
    width: 28%;
  }
}
/* tab_btn */
.experience .tab_btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.experience .tab_btn li {
  width: 32%;
  padding: .25em .5em;
  background: #1b2669;
  border: 1px solid #1b2669;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.experience .tab_btn li svg {
  vertical-align: middle;
  margin-right: 30px;
}
.experience .top_tab_btn {
  margin-bottom: -1px;
}
.experience .bottom_tab_btn {
  align-items: flex-start;
  margin-top: -1px;
}
.experience .top_tab_btn li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-width: 0;
  cursor: pointer;
}
.experience .bottom_tab_btn li {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-width: 0;
}
.experience .tab_btn li.active {
  color: #1b2669;
}
.experience .tab_btn li.active.movie {
  background: #f0f4f7;
}
.experience .tab_btn li.active.classroom,
.experience .tab_btn li.active.zoom,
.experience .tab_btn li.active.movie {
  background: #f3f4f7;
  padding: 0.5em;
}
.experience .tab_btn li.active svg path,
.experience .tab_btn li.active svg rect {
  fill: #1b2669;
}
.experience .tab_content {
  display: none;
  border-top: 1px solid #1b2669;
  border-bottom: 1px solid #1b2669;
}
.experience .tab_content.movie {
  background: #f0f4f7;
}
.experience .tab_content.classroom,
.experience .tab_content.zoom {
  background: #f3f4f7;
}
.experience .tab_content.active {
  display: block;
}
@media screen and (min-width: 600px) {
  .experience .tab_btn li .txt_s {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .experience .tab_btn li {
    font-size: 18px;
  }
  .experience .tab_btn li.active {
    padding: .75em .25em;
  }
  .experience .tab_btn li svg {
    width: 30px;
    height: auto;
    margin-right: 10px;
  }
  .experience .tab_btn li .txt_s {
    font-size: 12px;
  }
}
/* .ttl_marker */
.ttl_marker {
  font-size: 20px;
  color: #1c236d;
}
.ttl_marker .wrap {
  display: inline-block;
  max-width: calc(100% - 3em);
}
.ttl_marker .inner {
  background: linear-gradient(transparent 60%, #E1E5F4 60%);
  padding: 0;
}
.ttl_marker::before {
  content: "�_";
  display: inline-block;
}
.ttl_marker::after {
  content: "�^";
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .ttl_marker .inner{ padding: 0 1em 5px;}
}
@media screen and (max-width: 599px) {
  .ttl_marker{ font-size: 18px;}
}
/* .courseInfo */
.courseInfo {
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  margin-bottom: 30px;
  width: 100%;
}
.courseInfo th, .courseInfo td {
  border-bottom: 1px solid #b6b6b6;
  padding: 8px 17px;
  border-right: 1px solid #b6b6b6;
}
.courseInfo th {
  text-align: center;
}
.courseInfo tbody th {
  border-right: none;
  background: #fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
  width: 255px;
}
.courseInfo td{ background-color: #fff;}
@media screen and (max-width: 701px){
  .courseInfo {
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    margin-bottom: 30px;
    width: 100%;
  }
  .courseInfo th, .courseInfo td {
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    padding: 8px 2%;
    border-right: none;
    display: block;
  }
  .courseInfo th {
    background-image: none;
    text-align: center;
  }
  .courseInfo tbody th {
    border-right: none;
    background: #fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
    width: 100%;
    display: block;
  }
  .courseInfo .cell_center_sp{ text-align: center;}
}

/* ------------------------------
�t�@�C�i���V�����A�J�f�~�[�̎��Ƃ�̌�
------------------------------ */
.power-box {
  padding: 40px 0;
}
.power-box .ttl {
  text-align: center;
  font-weight: normal;
  color: #1c2569;
  font-size: 26px;
  margin-bottom: 40px;
}
.power-box .ttl::after {
  content: initial;
}
@media screen and (max-width: 599px) {
  .power-box {
    padding: 0;
  }
  .power-box .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .power-box .ttl span {
    font-size: 16px;
  }
  .power-box .txt{
    padding: 0 20px;
    font-size: 14px;
  }
  .power-box .top_btn {
    width: 100%;
  }
}

.arrow_three{
  width: fit-content;
  margin: 0 auto 65px;
}
.arrow_three > span,
.arrow_three::before,
.arrow_three::after{
  display: inline-block;
  border-top: 14px solid #EA5520;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
}
.arrow_three::before{
  content: "";
  margin-right: 15px;
}
.arrow_three::after{
  content: "";
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .arrow_three{ margin: 50px auto;}
}

/* ------------------------------
����Z�~�i�[�Ƃ�
------------------------------ */
.whats_web {
  background-color: #f3f3f2;
}


/* ------------------------------
��u�܂ł̗���
------------------------------ */
.flow {
  background: #fff;
}
.flow > .inner:first-child{ padding-bottom: 70px;}
.flow_list{
  max-width: 850px;
  margin: 80px auto 0;
}
.flow_list > div{
  padding: 20px 15px 15px 60px;
  margin-left: 40px;
  border-bottom: 1px dashed #707070;
  position: relative;
}
.flow_list > div::before{
  content: "";
  width: 3px;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 120px;
}
.flow_list > div::after{
  content: "";
  border: 18px solid transparent;
  border-top: 22px solid;
  position: absolute;
  bottom: -60px;
  left: -16px;
  display: block;
  background: transparent;
}
.flow_list > div:first-child::before{ background: #1C236D;}
.flow_list > div:first-child::after{ border-top-color: #1C236D;}
.flow_list > div:nth-child(2)::before{ background: #5E76A7;}
.flow_list > div:nth-child(2)::after{ border-top-color: #5E76A7;}
.flow_list > div:nth-child(3)::before{ background: #2A8C9F;}
.flow_list > div:nth-child(3)::after{ border-top-color: #2A8C9F;}
.flow_list .ttl{
  display: block;
  text-align: left;
  margin-top: 40px;
}
.flow_list .step{
  font-family: 'Josefin Slab', serif;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.2;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -40px;
  top: 40px;
}
.flow_list > div:first-child .step{ background: #1C236D;}
.flow_list > div:nth-child(2) .step{ background: #5E76A7;}
.flow_list > div:nth-child(3) .step{ background: #2A8C9F;}
.flow_start{ background: rgb(77 148 183 / 10%);}
.flow_start .inner{
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.flow_start .step{
  width: 126px;
  height: 126px;
  border-radius: 100%;
  background: #4D94B7;
  color: #fff;
  font-family: 'Josefin Slab', serif;
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: -30px;
}
.flow_start .step > span{ width: 100%;}
.flow_start h3{ margin-bottom: 40px;}
.flow_start .ttl{
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
}
.flow_start .ttl span:not([class]){
  width: 2em;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px dashed #4D94B7;
}
.flow_start .ttl span:not([class]) + span:not([class]){ margin-left: 8px;}
.flow_start .txt{
  display: inline-block;
  vertical-align: -.75em;
}
.flow_start .lead{
  font-size: 1.25em;
}
.flow_start .box_img{
  background: url(/school/image/img_step_start03.svg)center bottom/22% no-repeat;
}
.flow_start .box_img .img{
  width: 48.5%;
  background: #fff;
  border: 1px dashed #4D94B7;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .flow_start .lead{
    margin-left: 180px;
  }
}
@media screen and (max-width: 850px) and (min-width: 600px) {
  .flow_start .ttl{ margin-left: 130px;}
}
@media screen and (min-width: 600px) {
  .flow_list > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flow_list .txt{ width: calc(100% - 265px);}
  .flow_list img{ width: 235px;}
  .flow_start .box_img{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .flow_start .box_img .img{
    width: 30%;
    max-width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .flow_list{ margin-top: 0;}
  .flow_list > div{
    padding-right: 5px;
    padding-left: 40px;
    margin-left: 30px;
  }
  .flow_list > div::before{
    height: calc(100% - 60px);
    top: 100px;
  }
  .flow_list .step {
    width: 60px;
    height: 60px;
    font-size: 20px;
    left: -30px;
    top: 40px;
  }
  .flow_list .ttl{
    font-size: 20px;
    margin-top: 20px;
  }
  .flow_start .step {
    width: 95px;
    height: 95px;
    font-size: 23px;
  }
  .flow_start .ttl{
    font-size: 20px;
    margin-left: 95px;
  }
  .flow_start .ttl span:not([class]){
    width: 1.8em;
    height: 1.8em;
  }
  .flow_start .ttl span:not([class]) + span:not([class]){ margin-left: 4px;}
  .flow_start .ttl .line{
    display: block;
  }
  .flow_start .ttl .line + .line{
    margin-top: 4px;
  }
  .flow_start .box_img{
    display: flex;
    justify-content: space-between;
    padding-bottom: 200px;
    margin-top: 35px;
    background-size: 220px;
  }
  .flow_start .box_img .img img{ width: 100%;}
}

/* ------------------------------
�J�Ò��̋����Z�~�i�[�ꗗ
------------------------------ */
.classroom_seminar#course .inner {
  padding-bottom: 0;
}

/* ------------------------------
���[�_��
------------------------------ */
@media screen and (max-width: 599px) {
  .modal_box {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .modal_box .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
  .modal_box .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 640px;
    /* max-height: 80%; */
    padding: 1em;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
  }
  .modal_box .modal_content .modal_content_inner {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .modal_box h3 {
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #1c236d;
    color: #1c236d;
    font-size: 16px;
    font-weight: normal;
  }
  .modal_box h4 {
    margin-top: 1em;
    color: #1c236d;
    font-weight: normal;
  }
  .modal_box dl {
    margin-top: 1em;
  }
  .modal_box dl dt {
    display: inline-block;
    width: 5em;
  }
  .modal_box dl dd {
    display: inline-block;
    width: calc(100% - 6em);
  }
  .modal_box .indent_list {
    margin-top: 1em;
  }
  .modal_box .indent_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .modal_box .btn_entry {
    display: block;
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 30px auto 0;
    padding: 0.5em;
    border-radius: 5px;
    background: #ea5521;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .modal_box .btn_entry::before {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    content: '';
  }
  .modal_box .btn_entry::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border-left: 8px solid #ea5521;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
  }
  .modal_box .btn_entry:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .modal_box .btn_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
  }
  .modal_box .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .modal_box .btn_close span::before,
  .modal_box .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    background: #707070;
    content: '';
  }
  .modal_box .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal_box .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* ------------------------------
seminar_apply
------------------------------ */
.seminar_apply {
  padding-top: 10px;
}
.seminar_apply h3.ttl_line span {
  background: #f3f4f7;
}

/* ------------------------------
goto_campaign
------------------------------ */
.goto_campaign .overview {
  max-width: 100%;
}
.goto_campaign .overview .img_box {
  text-align: center;
}

@media screen and (max-width: 701px) {
  .classroom_seminar .course_list .box_white {
    margin-bottom: 0;
  }
}

.btn_to_movie{
  max-width: 646px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3em;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #1c2569;
  font-size: 18px;
  padding: 10px 26px 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.btn_to_movie::after{
  content: "";
  border-left: 10px solid;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
}
.btn_to_movie:hover{
  text-decoration: none;
  opacity: .7;
}
@media screen and (min-width: 600px) {
  .btn_to_movie{
    justify-content: flex-end;
  }
  .btn_to_movie > span{
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .btn_to_movie{
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 15px 8px 27px;
  }
}

/* ------------------------------
campaign_01
------------------------------ */
.campaign_01 {
  margin-bottom: 70px;
}
.campaign_01 .ttl_campaign {
  margin-bottom: 1em;
  color: #de554f;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .campaign_01 .ttl_campaign {
    font-size: 20px;
  }
}
