@charset "shift-jis";
*,*::before,*::after{ box-sizing: border-box;}

#contents { padding: 0 0 5px 0;}
section .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  #container {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  section .inner { padding: 50px 0;}
}

img {
  max-width: 100%;
  height: auto;
}

.txt_red { color: #ff0000;}
.txt_orange { color: #ea5520;}
.txt_fanvy { color: #1c236d;}

.txt_line { text-decoration: underline;}
.txt_bold { font-weight: bold;}

.marker { background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215, 186, 65, .3) 30%);}

.bg-beige { background-color: #f3f3f2;}
.bg-school { background-color: rgba(138, 159, 85, .15);}

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

.btn01 {
  text-align: center;
  background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
  width: 100%;
  max-width: 414px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  margin: 60px auto 0;
  padding: 18px;
  position: relative;
  box-shadow: 0 1.5px 0 #782332;
}
.btn01 {
  display: block;
  text-decoration: none;
  color: #fff;
}
.btn01:link,
.btn01:visited,
.btn01:hover {
  color: #fff;
}
.btn01:hover{
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .btn01 {
    margin-top: 40px;
    font-size: 13px;
  }
  .btn01::before { left: 5px;}
  .snsBtn { margin: 0}
}

.heading_line {
  position: relative;
  color: #8A9F55;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.heading_line::before,
.heading_line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #8A9F55;
  position: absolute;
  top: 50%;
}
.heading_line::before{ left: 0;}
.heading_line::after{ right: 0;}
@media screen and (max-width: 599px) {
  .heading_line{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .heading_line::before,
  .heading_line::after{ width: 10%;}
}

.list_disc li{
  list-style: disc outside;
  margin-left: 1.5em;
}

section h2{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  position: relative;
}
section h2:not(.bd_none)::after{
  content: "";
  display: block;
  border-bottom: 3px solid #8A9F55;
  width: 115px;
  margin: 20px auto 60px;
}
section h3{
  text-align: center;
  font-size: 23px;
}
@media screen and (max-width: 599px) {
  section h2 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  section h2:not(.bd_none)::after {
    width: 80px;
    margin: 15px auto 35px;
  }
  section h3{ font-size: 1.2rem}
}

.video_wrap{
  max-width: 760px;
  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: 480px;
  background: url(/school/image/parallelincomelp/mv.jpg) no-repeat center / cover;
}
.mv .mv_inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.mv .logo img {
  max-width: 300px;
}
.mv .sub_ttl {
  margin: 1.5em 0 0.4em;
  text-shadow: 0 1px 1px #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}
.mv h1 {
  color: #8a9f55;
  text-shadow: 0 1px 1px #fff;
  font-size: 45px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
.mv .icn_free {
  display: flex;
  position: absolute;
  top: 32px;
  right: 100px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid #8a9f55;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #8a9f55;
  font-size: 30px;
}
.mv .btn {
  display: block;
  width: 350px;
  margin: 40px auto 0;
  padding: 0.4em;
  border-radius: 5px;
  background: #8a9f55;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.mv .btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .mv .icn_free {
    right: 0;
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    min-height: 480px;
    background: url(/school/image/parallelincomelp/mv_sp.jpg) no-repeat center bottom / cover;
  }
  .mv .mv_inner {
    padding: 15px 0 150px;
  }
  .mv .logo img {
    max-width: 250px;
  }
  .mv .sub_ttl {
    margin-top: 140px;
    font-size: 18px;
  }
  .mv h1 {
    font-size: 28px;
  }
  .mv .icn_free {
    top: 55px;
    width: 100px;
    height: 100px;
    font-size: 23px;
  }
  .mv .btn {
    width: 100%;
    margin-top: 25px;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro .inner {
  max-width: 800px;
}
.intro h2 {
  font-size: 27px;
}
.intro .txt {
  margin-top: 65px;
  font-size: 16px;
}
.intro .book_info {
  margin-top: 60px;
  padding: 15px 30px;
  border: 1px solid #c6272e;
  color: #c6272e;
  font-size: 16px;
}
.intro .book_info .txt_l {
  font-size: 20px;
}
.intro .book_info .book_img img {
  max-width: 116px;
}
@media screen and (min-width: 600px) {
  .intro .book_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .intro .book_info .book_txt {
    max-width: 550px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .intro h2 {
    font-size: 18px;
  }
  .intro .book_info {
    padding: 18px 12px;
    font-size: 14px;
    text-align: center;
  }
  .intro .book_info .txt_l {
    font-size: 18px;
  }
  .intro .book_info .book_img {
    margin-top: 15px;
  }
}

/* ------------------------------
osusume
------------------------------ */
.osusume li {
  text-align: left;
  padding-left: 28px;
  font-size: 20px;
  background: url(/school/image/asset/icn_check.svg) left top 4px/21px no-repeat;
  line-height: 1.6;
}
.osusume li + li {
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  .osusume li { font-size: 16px;}
}

/* ------------------------------
learnlist
------------------------------ */
.learnlist .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.learnlist .item_list li {
  width: 31%;
}
.learnlist .item_list h3 {
  position: relative;
  min-height: 5em;
  margin: 1em 0 2.5em;
  font-size: 20px;
  line-height: 1.6;
}
.learnlist .item_list h3::after {
  position: absolute;
  left: 50%;
  bottom: -0.8em;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #8a9f55;
  content: '';
}
.learnlist .item_list p {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .learnlist .item_list li:nth-child(n + 4) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 719px) {
  .learnlist .item_list h3 {
    font-size: 18px;
  }
  .learnlist .item_list h3 span {
    letter-spacing: -0.08em;
  }
  }
@media screen and (max-width: 599px) {
  .learnlist .item_list li {
    width: 48%;
  }
  .learnlist .item_list li:nth-child(n + 3) {
    margin-top: 55px;
  }
  .learnlist .item_list h3 {
    font-size: 16px;
  }
  .learnlist .item_list p {
    font-size: 14px;
  }
}

/* ------------------------------
dream
------------------------------ */
.dream h3 {
  font-size: 2.5em;
  margin: 50px auto 30px auto;
}
.dream_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 80px auto 120px;
}
.dream_list li {
  width: 32.3%;
  border-radius: 10px;
  background: #fff;
  margin: 10px 0.5%;
  overflow: hidden;
}
.dream_list li p {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.dream_list li .txt_l {
  font-size: 1.3em;
}
@media screen and (max-width: 599px) {
  .dream_list {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .dream_list li {
    width: 48%;
  }
  .dream_list li p {
    font-size: 13px;
  }
}

/* ------------------------------
voice
------------------------------ */
.voice .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.voice .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2781839%;/* 605/2599 */
  background: url(/school/image/kabu/bg_ttl01.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.voice .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.voice .heading .ttl::after {
  margin-bottom: 0;
}
.voice .story .list{
  margin-bottom: 75px;
}
.voice .story .list .list_box{
  padding: 0 10px;
}
.voice .story .list .list_box .txt{
  font-size: 16px;
  margin-top: 1em;
}
.voice .story .list .list_box .txt + .txt{
  margin-top: 0.6em;
}
.voice .story .list .list_box .label_paralle {
  display: inline-block;
  margin-right: 0.7em;
  padding: 0.3em 0.6em;
  border-radius: 9999px;
  background: #8a9f55;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.voice .story .list .list_box img {
  width: 100%;
}
.voice .story .list .list_box a{
  display: block;
  color: #333;
}
.voice .story .list .list_box a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.voice .story .list .list_box .arrow{
  font-size: 16px;
  margin-top: 1em;
  text-align: left;
  text-decoration: underline;
  color: #8a9f55;
  background: none;
  padding: 0;
}
.voice .story a.link{
  display: block;
  font-size: 16px;
  color: #8a9f55;
  text-align: center;
}
.voice_slick .slick-dots li button:before {
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.voice_slick .slick-prev {
  left: -15px;
}
.voice_slick .slick-next {
  right: -15px;
}
.voice_slick .slick-prev::before,
.voice_slick .slick-next::before {
  content: "";
  color: #707070;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  display: block;
}
.voice_slick .slick-prev::before {
  transform: rotate(45deg);
}
.voice_slick .slick-next::before {
  transform: rotate(225deg);
}
@media screen and (max-width: 999px) {
  .voice .heading .bg {
    padding-top: 200px;
  }
  .voice .story .list .list_box .label_paralle {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .voice .story {
    padding: 0px 3%;
    box-sizing: border-box;
  }
  .voice .story .list{
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .voice .story .list .list_box{
    margin-bottom: 15px;
    margin-left: 0;
  }
  .voice .story .list .list_box .txt{
    font-size: 14px;
  }    
  .voice .story .list .list_box img{
    width: 100%;
    float: none;
  }
  .voice .story a.link{ font-size: 14px;}

  .voice .story h2::after {
    margin: 10px auto 15px;
  }
  .voice .story .list .list_box .arrow {
    position: static;
    font-size: 13px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher li img{
  width: 200px;
}
.teacher li .position{
  font-size: 1.2em;
}
@media screen and (min-width: 600px) {
  .teacher li img{
    float: left;
    margin-right: 10px;
  }
  .teacher li h3,
  .teacher li p{
    margin-bottom: 30px;
    text-align: left;
  }
  .teacher li .text{
    clear: both;
    padding-top: 1em;
  }
}
@media screen and (max-width: 599px) {
  .teacher li{ text-align: center;}
  .teacher li img{ margin: 0 auto 30px;}
  .teacher li h3,
  .teacher li p{
    margin-bottom: 10px;
  }
  .teacher li .text{ text-align: left;}
}

/* ------------------------------
entry
------------------------------ */
.entry .line_frame {
  margin-top: 80px;
  padding: 60px 5%;
  background: #fff;
  border: 1px solid #8a9f55;
}
.entry .present {
  padding: 20px;
  background: url(/school/image/parallelincomelp/bg_campaign.jpg) no-repeat center / cover;
}
.entry .present .box_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 6%;
  background: rgba(228, 99, 57, 0.85);
  color: #fff;
}
.entry .present .present_ttl {
  font-size: 20px;
  text-align: center;
}
.entry .present .present_ttl span {
  display: block;
  margin-bottom: 1em;
  font-size: 16px;
}
.entry .present dl {
  margin-top: 25px;
}
.entry h3 {
  padding: 0.5em;
  border-top: 1px solid #8a9f55;
  border-bottom: 1px solid #8a9f55;
  font-size: 23px;
}
.entry .describe {
  padding: 2em 0;
  font-size: 16px;
}
.entry .entry_table {
  width: 100%;
  max-width: 940px;
  margin: 40px auto 0;
  border-collapse: collapse;
  font-size: 16px;
}
.entry .entry_table th,
.entry .entry_table td {
  padding: 1em;
  border: 1px solid #707070;
}
.entry .entry_table th {
  width: 30%;
  background: #fafafa;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .entry .present dl {
    display: flex;
    justify-content: space-between;
  }
  .entry .present dl dt {
    width: 25%;
    max-width: 162px;
  }
  .entry .present dl dd {
    width: 70%;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .entry .line_frame {
    margin-top: 40px;
    padding: 40px 4%;
  }
  .entry .present .box_inner {
    padding: 20px 4%;
  }
  .entry .present .present_ttl {
    font-size: 16px;
  }
  .entry .present .present_ttl span {
    font-size: 14px;
  }
  .entry .present dl dt {
    text-align: center;
  }
  .entry .present dl dt img {
    max-width: 160px;
  }
  .entry .present dl dd {
    margin-top: 2em;
  }
  .entry h3 {
    font-size: 18px;
  }
  .entry .describe {
    padding: 2em 0;
    font-size: 14px;
  }
  .entry .entry_table {
    font-size: 14px;
  }
  .entry .entry_table th,
  .entry .entry_table td {
    display: block;
    width: 100%;
  }
  .entry .entry_table td {
    border-width: 0 1px;
  }
  .entry .entry_table tr:last-child td {
    border-bottom: 1px solid #707070;
  }
}

/* ------------------------------
faq
------------------------------ */
.faq .inner {
  max-width: 800px;
}
.faq dl {
  font-size: 16px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.faq dt {
  padding-left: 3em;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  color: #1c236d;
  position: relative;
}
.faq dt::before {
  content: "Q";
  color: #fff;
  background: #1c236d;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
.faq dd {
  padding-left: 3em;
  position: relative;
}
.faq dd::before {
  content: "A";
  color: #fff;
  background: #ea5521;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .faq dl {
    font-size: 14px;
  }
}

/* ------------------------------
future
------------------------------ */
.future .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.future .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2307692%;/*302/1300*/
  background: url(/school/image/finance_strategy/bg_future_head.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.future .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.future .heading .ttl::after {
  margin-bottom: 0;
}
.future .txt {
  font-size: 18px;
  text-align: center;
}
.future .txt ul {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.future .txt li {
  padding-left: 40px;
  position: relative;
}
.future .txt li:before {
  content: "\025cf";
  position: absolute;
  top: 0;
  left: 5px;
  color: #8a9f55;
}
.future .which {
  display: flex;
  justify-content: space-around;
}
.future .which li {
  width: 40%;
  height: 0;
  padding-top: 40%;
  border: 1px solid  #fff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.future .which li:first-child {
  background-color: #9fa0a0;
  box-shadow: 0 0 0 10px #9fa0a0;
  margin-right: 20px;
}
.future .which li:last-child {
  background-color: #8a9f55;
  box-shadow: 0 0 0 10px #8a9f55;
  margin-left: 20px;
}
.future .which li p {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.future .question {
  margin-top: 40px;
  text-align: center;
  font-size: 32px;
  color: #8a9f55;
}
@media screen and (max-width: 999px) {
  .future .heading .bg {
    padding-top: 200px;
  }
  .future .txt {
    font-size: 16px;
  }
  .future .which li {
    width: 47%;
    height: 0;
    padding-top: 47%;
    font-size: 18px;
  }
  .future .which li:first-child {
    margin-right: 10px;
  }
  .future .which li:last-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .future .txt {
    font-size: 14px;
    text-align: left;
  }
  .future .txt ul {
    align-items: flex-start;
  }
  .future .which li {
    font-size: 12px;
  }
  .future .question {
    font-size: 20px;
  }
}

/* ------------------------------
kitei
------------------------------ */
.kitei .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* ==============================
   .ambassador_movie
============================== */
.ambassador_movie h2{
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.ambassador_movie h2 .en{
  display: block;
  font-family: 'Josefin Slab', serif;
  font-size: 2.5em;
  line-height: initial;
}
.ambassador_movie h2 .ambassador_line{
  width: 1px;
  height: 2.5em;
  display: block;
  margin: auto;
  background: #333;
}
.ambassador_movie h2 .ambassador_line:first-of-type{
  margin-bottom: 1em;
}
.ambassador_movie h2 .ambassador_line:last-of-type{
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .ambassador_movie h2{
      font-size: 16px;
  }
}

/* entry_btn */
.btn_wrap {
  margin-top: 35px;
  text-align: center;
}
.entry_btn_txt {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.1em;
  color: #e16f4e;
  font-size: 14px;
  line-height: 1;
}
.entry_btn_txt::before,
.entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 25px;
  border-top: 1px dashed #1c236d;
  content: '';
}
.entry_btn_txt::before {
  left: 0;
  transform: rotate(45deg);
}
.entry_btn_txt::after {
  right: 0;
  transform: rotate(-45deg);
}
.btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 324px;
  margin: 10px auto 0;
  background-color: #e60012;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.04%22%20height%3D%2234.839%22%20viewBox%3D%220%200%2036.04%2034.839%22%3E%3Cg%20transform%3D%22translate(-16%20-40)%22%3E%3Cpath%20d%3D%22M51.439%2C41.8h-1.8V40.6a.6.6%2C0%2C0%2C0-.6-.6H36.423a3%2C3%2C0%2C0%2C0-2.4%2C1.2%2C3%2C3%2C0%2C0%2C0-2.4-1.2H19a.6.6%2C0%2C0%2C0-.6.6v1.2H16.6a.6.6%2C0%2C0%2C0-.6.6V65.829a.6.6%2C0%2C0%2C0%2C.6.6H41.228v6.607a1.8%2C1.8%2C0%2C0%2C0%2C1.8%2C1.8h2.4a1.8%2C1.8%2C0%2C0%2C0%2C1.8-1.8V66.429h4.2a.6.6%2C0%2C0%2C0%2C.6-.6V42.4A.6.6%2C0%2C0%2C0%2C51.439%2C41.8ZM19.6%2C61.624H31.617a1.8%2C1.8%2C0%2C0%2C1%2C1.7%2C1.2H19.6Zm23.842-9.611h1.571l.788%2C2.4H42.658Zm.394-1.2.392-1.195.392%2C1.195ZM41.228%2C62.825h-6.5a1.8%2C1.8%2C0%2C0%2C1%2C1.7-1.2h4.805Zm1.2-7.208h1.2V67.631h-1.2Zm0%2C13.215h3.6v1.2h-3.6Zm3.6-1.2h-1.2V55.617h1.2Zm1.2-6.007h1.2v1.2h-1.2ZM36.423%2C41.2H48.436V60.423h-1.2V55.017c0-.01%2C0-.02%2C0-.031s0-.015%2C0-.023a.6.6%2C0%2C0%2C0-.009-.062.006.006%2C0%2C0%2C0%2C0%2C0%2C.586.586%2C0%2C0%2C0-.018-.067v0L45.372%2C49.24a1.2%2C1.2%2C0%2C0%2C0-2.281%2C0l-1.833%2C5.589v0a.583.583%2C0%2C0%2C0-.018.067.006.006%2C0%2C0%2C1%2C0%2C0%2C.6.6%2C0%2C0%2C0-.009.062c0%2C.008%2C0%2C.015%2C0%2C.023s0%2C.02%2C0%2C.031v5.406H36.423a2.987%2C2.987%2C0%2C0%2C0-1.8.6V43A1.8%2C1.8%2C0%2C0%2C1%2C36.423%2C41.2ZM19.6%2C41.2H31.617a1.8%2C1.8%2C0%2C0%2C1%2C1.8%2C1.8V61.025a2.988%2C2.988%2C0%2C0%2C0-1.8-.6H19.6ZM17.2%2C65.228V43h1.2V63.426a.6.6%2C0%2C0%2C0%2C.6.6H41.228v1.2Zm28.832%2C7.809a.6.6%2C0%2C0%2C1-.6.6h-2.4a.6.6%2C0%2C0%2C1-.6-.6v-1.8h3.6Zm4.805-7.809h-3.6v-1.2h1.8a.6.6%2C0%2C0%2C0%2C.6-.6V43h1.2Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C209.2h6.007a.6.6%2C0%2C0%2C0%2C0-1.2H80.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-59.195%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M194.4%2C208h-1.8a.6.6%2C0%2C0%2C0%2C0%2C1.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2Z%22%20transform%3D%22translate(-162.785%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M143.208%2C272.6a.6.6%2C0%2C0%2C0-.6-.6H136.6a.6.6%2C0%2C1%2C0%2C0%2C1.2h6.007A.6.6%2C0%2C0%2C0%2C143.208%2C272.6Z%22%20transform%3D%22translate(-110.99%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M82.4%2C272H80.6a.6.6%2C0%2C1%2C0%2C0%2C1.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2Z%22%20transform%3D%22translate(-59.195%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C241.2H90.812a.6.6%2C0%2C0%2C0%2C0-1.2H80.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-59.195%20-184.983)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C177.2h5.406a.6.6%2C0%2C1%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-125.789)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C145.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M336.6%2C81.2h6.007a.6.6%2C0%2C1%2C0%2C0-1.2H336.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-295.973%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C81.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2h-1.8a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C145.2h4.805a.6.6%2C0%2C0%2C0%2C0-1.2H280.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C113.2h10.211a.6.6%2C0%2C0%2C0%2C0-1.2H280.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-66.594)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C209.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C273.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C241.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-184.983)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C177.2h4.2a.6.6%2C0%2C0%2C0%2C0-1.2h-4.2a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-125.789)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C83.6H83a.6.6%2C0%2C0%2C0%2C.6-.6V80.6A.6.6%2C0%2C0%2C0%2C83%2C80H80.6a.6.6%2C0%2C0%2C0-.6.6V83A.6.6%2C0%2C0%2C0%2C80.6%2C83.6Zm.6-2.4h1.2v1.2H81.2Z%22%20transform%3D%22translate(-59.195%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C147.6H83a.6.6%2C0%2C0%2C0%2C.6-.6v-2.4a.6.6%2C0%2C0%2C0-.6-.6H80.6a.6.6%2C0%2C0%2C0-.6.6V147A.6.6%2C0%2C0%2C0%2C80.6%2C147.6Zm.6-2.4h1.2v1.2H81.2Z%22%20transform%3D%22translate(-59.195%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C113.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-66.594)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C81.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 20px 19px;
  border-radius: 5px;
  box-shadow: 0 3px 0 #d7d7d7;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
}
.btn_entry span {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 40px 1em 60px;
}
.btn_entry span::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.btn_entry span::after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}
.btn_entry:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn_entry::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: btn_shiny 3s ease-in-out infinite;
}
@-webkit-keyframes btn_shiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.web_seminar_img {
  max-width: 560px;
  margin: 0 auto;
}
