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

  Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
  counter-reset: process 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.tab,.sp{ display: none;}
.pc{ display: inherit;}

.br_pc::before{
  content: "\A" ;
  white-space: pre ;
}

optgroup { display: none;}

#contents{ padding: 0 0 5px 0;}

section h2{
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #c36380;
  width: 115px;
  margin: 20px auto 85px;
}
section h3{
  text-align: center;
  font-size: 23px;
}
section h3.line{
  position: relative;
  margin-bottom: 50px;
  color: #c36380;
  font-weight: bold;
}
section h3.line::before,
section h3.line::after{
  content: "";
  width: 25%;
  border-top: 1px solid #c36380;
  position: absolute;
  top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}

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

.lead{ font-size: 22px;}

.caution{ font-size: .8em;}

.text_l{ font-size: 18px;}

img.per{ width: 86px;}
img.per02{ width: 133px;}
img.plus{ width: 112px;}
img.per,
img.per02,
img.plus{
  vertical-align: baseline;
  padding: 0 5px;
}

section .inner{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}

.btn01{
  text-align: center;
  position: relative;
}
.btn01 a{
  background: #c36380 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 30px;
  font-size: 21px;
  width: 55%;
  max-width: 442px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #782332;
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn01 .txt{
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  font-size: 1.2em;
  color: #c36380;
}
.btn02 {
  text-align: center;
  background: #e10f40;
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
}
.btn02::before{
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 25px;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}

.btn_fixed {
  display: block;
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 1em 1.7em 1em 1em;
  background: linear-gradient(135deg, rgba(126,103,140,1) 0%,rgba(94,118,167,1) 30%,rgba(84,134,178,1) 70%,rgba(68,161,196,1) 100%);
  border: 1px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.btn_fixed::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.btn_fixed:hover {
  opacity: 0.8;
  text-decoration: none;
}

#breadcrumbs{
  float: left;
  margin: 0;
}

figure.graph01,
figure.graph02{
  width: 90%;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: bold;
}
figure.graph01 .graph{
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
figure.graph01 .graph + .graph{
  margin-left: 25px;
}
figure.graph01 figcaption{
  display: inline-block;
  vertical-align: bottom;
  width: 35%;
  padding-left: 15px;
  padding-bottom: 25px;
  line-height: 2.5;
}

/* 結果がでる３つの要因 */
.reason{ counter-reset: number 0;}
.reason li h3::before{
  content: counter(number) ". ";
  counter-increment: number 1;
}
.reason li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.reason li:last-child{ margin-bottom: 0;}
.reason li h3{
  text-align: left;
  color: #c36380;
}
.reason li > div{ width: 60%;}
.reason li > img{ width: 38%;}
.reason li:nth-child(even){
  flex-direction: row-reverse;
}
.reason ~ .btn01 a{ margin-bottom: 0;}

ul.osusume li{
  text-align: left;
  padding-left: 28px;
  font-size: 22px;
  background: url(/images/common/check_fx.svg) left 4px/21px no-repeat;
  margin-bottom: 15px;
  line-height: 1.6;
}

.contentBlock.contentBlock02 {
  margin-top: 20vw;
}

.students{
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-top: 100px;
  margin-bottom: 80px;
}
.students + .students{
  border-left: 1px dashed #c36380;
}
.students figure.graph01 .graph{ width: 100%;}
.students figure.graph02 .graph{
  width: 50%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.students figure[class^="graph"] figcaption{
  width: 100%;
  font-size: 21px;
  line-height: 1.6;
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
}
.students figure.graph02 figcaption .per{
  width: 207px;
  display: block;
  margin: -60px auto 20px;
}

.summary{
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.video_wrap {
  max-width: 950px;
  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%;
}

ol.process{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
ol.process li{
  width: 16%;
  position: relative;
  padding-top: 70px;
  text-align: left;
}
ol.process li::before{
  content: counter(process);
  counter-increment: process 1;
  font-family: 'Josefin Slab', serif;
  border: 1px solid #c36380;
  color: #c36380;
  padding: 5px 10px 0;
  position: absolute;
  top: 0;
  font-size: 30px;
  line-height: 1.3;
  width: 18px;
  text-align: center;
}

ul.find{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
ul.find li{
  width: 26.8%;
  font-size: 18px;
  text-align: left;
}
ul.find li .bold{
  font-size: 1.3em;
  font-weight: bold;
}

.curriculum_wrap_sp{display: none;}
dt.accordion{
  border: 1px solid #c36380;
  padding: 10px;
  font-size: 23px;
}
dt.accordion::after{
  content: "";
  padding: 15px;
  background: url(/images/common/arrow_kabu.svg) right 15px/25px no-repeat;
  display: inline-block;
  margin-left: 20px;
}
dt.accordion.active::after{
  transform: rotate(180deg);
  background-position: right 3px;
}

ul.curriculum{
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 850px;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 0;
}
ul.curriculum h4{ color: #c36380;}
ul.curriculum p{
  margin-bottom: 20px;
  margin-left: 10px;
}

.text01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
  margin-bottom: 25px;
}
.text01 .photo01{
  width: 50%;
  height: 50%;
  mix-blend-mode: multiply;
}
.text01 .photo02{
  width: 48%;
  height: 48%;
}
.text01 p{
   position: absolute;
  bottom: 50px;
}
.text02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text02 > div{ width: 50%;}
.text02 > img{ width: 23%; height: 23%;}
.text02 h3{
  text-align: left;
  color: #c36380;
  margin-bottom: 40px;
}

ul.media01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 60px;
}
ul.media01 li{ width: 14.5%;}
ul.media01 li img{ width: 100%;}

ul.media02{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
}
ul.media02 li{
  margin: 10px;
}
ul.media02 li img{
  max-width: 100%;
  vertical-align: middle;
}

.flow li{
  border: 1px solid #c36380;
  padding: 20px;
  margin-bottom: 95px;
  position: relative;
}
.flow li::after{
  content: "";
  padding: 22px;
  background: url(/school/image/kabu/flow_arw01.svg) center top/15px no-repeat;
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
}
.flow li:last-child::after{ content: none;}
.flow li:first-child::after{
  padding: 200px;
  background: url(/school/image/kabu/flow_arw02.svg) center top/15px no-repeat;
  bottom: -430px;
  right: -50%;
}
.flow li.taiken{ width: 50%;}
.flow li.taiken .btn01 a{
  width: 100%;
  margin: 40px auto 5px;
}
.flow li.taiken::before{
  content: "";
  padding: 22px;
  background: url(/school/image/kabu/flow_arw01.svg) center top/15px no-repeat;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
}
.flow li h3{
  font-size: 28px;
  letter-spacing: .25em;
}
.flow li.pay h3{ margin-bottom: 40px;}
.flow li.pay .detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.flow li.pay .detail > div{
  width: 33%;
  padding: 0 25px;
  border-left: 1px solid #c36380;
}
.flow li.pay .detail > div:first-child{ border-left: none;}
.flow li.pay .detail > div h4{
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 130px;
  position: relative;
}
.flow li.pay .detail > div:first-child h4::after{
  content: "";
  padding: 40px;
  background: url(/school/image/kabu/flow_icn01.svg) center top/73px no-repeat;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
.flow li.pay .detail > div:nth-child(2) h4::after{
  content: "";
  padding: 40px;
  background: url(/school/image/kabu/flow_icn02.svg) center top/68px no-repeat;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
}
.flow li.pay .detail > div:nth-child(3) h4::after{
  content: "";
  padding: 40px;
  background: url(/school/image/kabu/flow_icn03.svg) center top/43px no-repeat;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
}
.flow li.start h3{
  position: relative;
  border-bottom: 1px dashed #c36380;
  padding-bottom: 25px;
  width: 90%;
  margin: 80px auto 45px;
}
.flow li.start h3::before{
  content: "";
  padding: 50px;
  background: url(/school/image/kabu/flow_icn04.svg) center center/94px no-repeat;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
.flow li.start h4{
  text-align: center;
  color: #c36380;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
}
.flow li.start p{
  width: 90%;
  margin: 0 auto;
}
.flow li.start p + p{ padding-top: 20px;}

/*-----------------------.experienceLearning---------------------------*/
.taiken-free {
  position: relative;
}
h2 > .baloon{
  position: absolute;
  right: 120px;
  width: 180px;
  top: -80px;
}
@media screen and (max-width: 1024px) {
  h2 > .baloon{ right: 70px;}
}
@media screen and (max-width: 599px) {
  h2 > .baloon{
    width: 120px;
    top: -85px;
    right: 20px;
  }
}

.tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .tabs {
    margin-top: 40px;
  }
}
.tabs .item {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  width: 48%;
  text-align: center;
  border: 2px solid #c36380;
  background-color: #c36380;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.tabs .item.is-active {
  cursor: default;
  border-bottom-color: #fff;
  background-color: #fff;
  color: #c36380;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .tabs .item {
    font-size: 22px;
  }
  .tabs .item.is-active {
    padding-top: 20px;
  }
}
.experienceLearning {
  border: 2px solid #c36380;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding: 0 40px 40px 40px;
  margin: -2px 0 80px;
  background: #fff;
  display: none;
}
.experienceLearning.is-active {
  display: block;
}
.experienceLearning h3 {
  color: #c36380;
  text-align: center;
  font-size: 34px;
  border-bottom: 1px dashed #c36380;
  margin: 40px auto 30px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.experienceLearning .ttl-experienced {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.experienceLearning .ttl-experienced .btn-exlp {
  display: block;
  color: #ffffff;
  background: #c36380 url(/images/common/arrow02.svg) 96% center/18px no-repeat;;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 5px 50px;
  white-space: nowrap;
}
.experienceLearning .ttl-experienced .btn-exlp:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 999px) {
  .experienceLearning .ttl-experienced {
    flex-direction: column;
    align-items: center;
  }
  .experienceLearning .ttl-experienced .main {
    margin-bottom: 10px;
  }
  .experienceLearning .ttl-experienced .sub {
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .experienceLearning .ttl-experienced .btn-exlp {
    font-size: 16px;
    background: #c36380 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
  }
}
.experienceLearning h4 {
  font-size: 18px;
  color: #FFF;
  background-color: #FD9827;
  text-align: center;
  margin-right: 10px;
  display: inline;
  padding: 5px;
}
.experienceLearning p {
  font-size: 16px;
  margin-bottom: 10px;
}
.experienceLearning table {
  border: 1px solid #b6b6b6;
  border-bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 10px 0 25px 0;
}
.experienceLearning .web_dvd table tr {
  border-bottom: 1px solid #b6b6b6;
}
.experienceLearning .formular table tbody th .step {
  display: inline-block;
  color: #fff;
  background: #c36380;
  border-radius: 10px;
  padding: 0 15px;
}
.experienceLearning .web_dvd table th{
  border-right: 1px dotted #b6b6b6;
  text-align: center;
  padding: 10px 0;
}
.experienceLearning table td {
  padding: 10px;
  background-color: #fff;
}
.experienceLearning table th.title03 {
  font-size: 23px;
  background-color: #1eb4dc;
  color: #fff;
  border: solid 1px #1eb4dc;
}
.orangeFont {
  color: #ff6500;
}
.experienceLearning p.free {
  text-align: center;
}
.experienceLearning table p.fontore {
  color: #FD9827;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.experienceLearning p.web {
  padding-top: 10px;
  float: left;
}
.experienceLearning p.dvd {
  padding-top: 10px;
  float: right;
}
.experienceLearning p.homeLearning {
  margin: 50px 0 20px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
.experienceLearning p.homeLearning strong {
  color: #1eb4dc;
  font-size: 30px;
}
.experienceLearning .web_movie_thumbnail {
  margin: 50px 0;
  text-align: center;
}
.experienceLearning .web_movie_thumbnail img {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 599px) {
  /* タブ切り替え */
  .experienceLearning{
    padding: 0 10px 30px;
  }
  .experienceLearning h3{
    font-size: 1.5em;
    margin: 15px auto 25px;
  }
  .experienceLearning table{ table-layout: fixed;}
  .experienceLearning table th,
  .experienceLearning table.courseInfo tbody th,
  .experienceLearning table td{
    width: 100%;
    display: block;
  }
  .experienceLearning table th,
  .experienceLearning table.courseInfo tbody th{
    border-bottom: 1px dotted #b6b6b6;
    border-right: none;
    padding: 10px;
  }
  .experienceLearning p {
    font-size: 14px;
  }
  .experienceLearning .web_movie_thumbnail {
    margin: 30px 0;
  }
}
.tsushin-tsugaku {
  border: 2px solid #c36380;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  margin-bottom:75px;
}
.tsushin-tsugaku h3 {
  color: #c36380;
  text-align: center;
  font-size: 34px;
  border-bottom: 1px dashed #c36380;
  width: 90%;
  margin: 40px auto 30px;
}
.tsushin-tsugaku > img{
  width: 100%;
  margin-bottom: 50px;
}
.courseList li {
  width: 50%;
  float: left;
  padding: 20px 10px 20px 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.courseList li:last-child {
  padding: 20px 80px 20px 10px;
}
.courseList li h4 {
  font-size: 30px;
  color: #333;
}
.courseList li p {
  font-size: 19px;
  color: #c36380;
  line-height: 1.4;
  font-weight: bold;
  border-left: 5px solid #c36380;
  padding-left: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 10px 0 15px 0;
}
.courseList li p.recommend02{ font-size: 1.1em;}

.courseList li a {
  display: block;
  text-align: center;
}
.courseList li table {
  margin-bottom: 20px;
}
.courseList li table span {
  font-weight: bold;
}
.courseList li table th {
  background-color: #e8e9f0;
  width: 108px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: normal;
}
.courseList li table td {
  background-color: #f3f4f8;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.courseList li table tr:last-child th,
.courseList li table tr:last-child td{ border-bottom: none;}

.courseList li p span{
  display:block;
  color: #1eb4dc;
  font-size: 15px;
  margin-bottom:8px;
}
dl { margin-top: 35px;}
dl.kitei dt.accordion{ text-align: center;}
.kitei_sp{ display: none;}

/*受講生の声*/
.story .list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.story .list li{
  clear: both;
  width: 31.5%;
  margin-left: 2%;
}
.story .list li img {
  width: 100%;
}
.story .list li:nth-child(3n-2){ margin-left: 0;}
.story .list li a{
  display: block;
  color: #000;
}
.story .list li h3{
  text-align: left;
  font-size: 17.5px;
  color: #1c236d;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 0;
  height: 6em;
}
.story .list li .name {
  float: left;
  font-size: 15px;
}
.story .list li .arrow{
  float: right;
  color: #00a0e9;
  text-decoration: underline;
  font-size: 15px;
  background: none;
}
.story a.link{
  display: block;
  font-size: 21px;
  color: #1c236d;
  text-align: center;
}

section#intro p,
section#policy p {
  font-size: 18px;
  line-height: 1.7;
  /*letter-spacing: .05em;
  text-align: center;*/
  margin-bottom: 30px;
}

section#intro .voice .width48{
  background: #fff;
  border: 15px solid #f3f3f2;
}
section#intro .voice .width48 p{ text-align: left;}
section#intro .voice .width48 .img{
  position: relative;
  min-height: 100px;
}
section#intro .voice .width48 .img::before{
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
  background-image: url(/school/image/icn_students.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
section#intro .voice .width48 .img.man01::before{ background-position: left top;}
section#intro .voice .width48 .img.man02::before{ background-position: -100px top;}
section#intro .voice .width48 .img.man03::before{ background-position: -200px top;}
section#intro .voice .width48 .img.man04::before{ background-position: -300px top;}
section#intro .voice .width48 .img.woman01::before{ background-position: left bottom;}
section#intro .voice .width48 .img.woman02::before{ background-position: -100px bottom;}
section#intro .voice .width48 .img.woman03::before{ background-position: -200px bottom;}
section#intro .voice .width48 .img.woman04::before{ background-position: -300px bottom;}
section#intro .voice .width48 .name{
  color: #c36380;
  font-weight: bold;
  margin-bottom: 10px;
}
section#intro .voice .width48 .txt{ font-size: 1em;}

.ar_img {
  display: flex;
  flex-wrap: wrap;
}

.ar_img img {
  width: 33.3%;
  height: 33.3%;
}

#policy ul {
  display: flex;
  justify-content: space-between;
  width: 87%;
  max-width: 870px;
  margin: 0 auto;
}
#policy ul li:first-child{ width: 38%;}
#policy ul li:first-child img { width: 100%;}
#policy ul li:last-child {
  width: 55%;
  padding-top: 2em;
  /*padding-left: 60px;*/}
#policy ul li:last-child p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: inherit;
  text-align: left;
}

.sp_br{
  display:none;
}

/* 「受講生の声」スライダー */
.comment_slick.slick-initialized .slick-slide{ padding: 20px;}
.comment_slick .slick-dots li button:before{
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.comment_slick .slick-prev {
  left: 0;
  z-index: 10;
}
.comment_slick .slick-prev::before{
  content: "";
  color: #c36380;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(45deg);
  display: block;
}
.comment_slick .slick-next { right: 0;}
.comment_slick .slick-next::before{
  content: "";
  color: #c36380;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(225deg);
  display: block;
}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
  .pc,.sp{ display: none;}
  .tab { display: inherit;}
  #head2{ height: 85px !important;}

  #container{
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 20px;}

  .btn01{ max-width: 100%;}
  .btn01 a{ width: 80%;}
  figure.graph01 .graph{
    vertical-align: top;
    width: 28%;
  }
  figure.graph01 .graph + .graph{
    margin-left: 15px;
    padding-top: 20px;
  }

  .students{ margin-top: 0;}
  .students h3{ font-size: 1.35em;}

  .text01 p {
    left: 0;
    bottom: 5px;
  }
  .text02{ padding-top: 10px;}

  .flow li h3{
    font-size: 26px;
    letter-spacing: 0;
  }
  .flow li.taiken .btn01 a{ font-size: 18px;}

  .courseList li{ padding: 20px 10px 20px 20px;}
  .courseList li:first-child .recommend02{ margin-bottom: 60px !important;}
  .courseList li:first-child table{ height: 974px;}
  .courseList li:last-child { padding: 20px 20px 20px 10px;}
}

@media screen and (max-width: 700px) {
  .coverimg_wrap {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
  }

  #policy ul{
    margin-bottom: 40px;
    display: block;
  }
  #policy ul li:first-child{ width: 100%;}
  #policy ul li:last-child{ text-align: left;}
  #policy h3{
    margin-bottom: 15px;
    font-size: 1.7rem;
  }

  #policy ul li {
    width: 100%;
    text-align: center; }
  #policy ul li img {
    width: 42%;
    width: 60%;
    margin: auto;
    }
  #policy ul li:last-child {
    width: 100%;
    padding-left: 0; }
  #policy ul li:last-child p{ font-size: 14px;
    padding: 0 10px;}

  section#intro  h2 {
    font-size: 20px;
  }

  section p {
  font-size: 14px;}

  section#policy {
  padding-bottom: 20px;
}

}

/* スマホ */
@media screen and (max-width: 599px) {
  .pc,.tab{ display: none;}
  .sp { display: inherit;}

  .br_pc::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}

a.anchor{
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
  .text_l{ font-size: 1.15em;}

  img.per{ width: 65px;}
  img.plus{ width: 80px;}
  img.per02{ width: 100px;}

  section .inner{ padding: 40px 0;}
  section h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  section h2::after {
    width: 80px;
    margin: 15px auto 60px;
  }
  section h3{ font-size: 1.2rem}
  .lead{ font-size: 15px;}
  .btn01 a{
    font-size: 16px;
    padding: 10px 5px;
    background: #c36380 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
    width:90%;
  }
  .btn02::before{ left: 5px;}

  section.ttl01 h2::after{ margin-bottom: 120px;}

  figure.graph01 .graph{
    display: block;
    width: 85%;
    margin: 0 auto 15px;
  }
  figure.graph01 .graph + .graph{
    display: inline-block;
    width: 50%;
    margin-left: 0;
  }
  figure.graph01 figcaption{
    font-size: .55em;
    width: 45%;
    padding-left: 0;
    padding-bottom: 0;
  }

  .reason li{
    justify-content: center;
    margin-bottom: 30px;
  }
  .reason li > div{
    width: 100%;
    margin-bottom: 10px;
  }
  .reason li > img{width: 90%;}
  .reason li:nth-child(even){
    flex-direction: row;
  }

  ul.osusume li { font-size: 16px;}

  section h3.line{
    margin-bottom: 20px;
    line-height: 1.4;
  }
  section h3.line::before,
  section h3.line::after{ width: 15%;}
  ol.process{ display: block;}
  ol.process li{
    width: 100%;
    min-height: 45px;
    padding-top: 0;
    padding-left: 50px;
    margin-bottom: 1.5em;
  }
  ol.process li::before{ left: 0;}

  ul.find{ display: block;}
  ul.find li{
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .curriculum_wrap{display: none;}
  .curriculum_wrap_sp{
    display: block;
  }
  .curriculum_wrap_sp h3{ border: 1px solid #c36380;}
  ul.curriculum{
    height: auto;
    display: block;
  }
  .students{
    width: 100%;
    margin-bottom: 30px;
  }
  .students h3 { font-size: 1.15em;}
  .students + .students {
    border-left: 0;
    border-top: 1px dashed #c36380;
    padding-top: 30px;
  }
  .summary{ font-size: 1.25em;}

  .text01{
    padding-bottom: 90px;
    margin-top: 25px;
  }
  .text02{ display: block;}
  .text02 > div{ width: 100%;}
  .text02 > img {
    width: 48%;
    height: 48%;
  }

  .flow li{ padding: 12px;}
  .flow li h3{ font-size: 16px;}
  .flow li.taiken .btn01 a{
    margin-top: 10px;
    padding: 10px 20px 10px 5px;
    font-size: 16px;
  }
  .flow li.pay h3{ margin-bottom: 10px;}
  .flow li.pay .detail{ margin-bottom: 10px;}
  .flow li.pay .detail > div{
    width: 100%;
    padding: 0;
    border-left: none;
    padding-bottom: 25px;
    border-bottom: 1px dashed #c36380;
    margin-bottom: 10px;
  }
  .flow li.pay .detail > div:last-child{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .flow li.pay .detail > div h4{
    margin-bottom: 0;
    padding-left: 60px;
    font-size: 18px;
    text-align: left;
  }
  .flow li.pay .detail > div h4::before{
    content: "";
    padding: 15px;
    background: url(/images/common/arrow_kabu.svg) right 15px/15px no-repeat;
    display: block;
    position: absolute;
    right: 10px;
  }
  .flow li.pay .detail > div h4.active::before{
    transform: rotate(180deg);
    background-position: left;
  }
  .flow li.pay .detail > div:first-child h4::after {
    padding: 25px;
    background: url(/school/image/kabu/flow_icn01.svg) center top/48px no-repeat;
    top: 0;
    right: auto;
  }
  .flow li.pay .detail > div:nth-child(2) h4::after {
    padding: 25px;
    background: url(/school/image/kabu/flow_icn02.svg) center top/45px no-repeat;
    top: 0;
    right: auto;
  }
  .flow li.pay .detail > div:nth-child(3) h4::after {
    padding: 25px;
    background: url(/school/image/kabu/flow_icn03.svg) center top/30px no-repeat;
    top: 0;
    right: auto;
  }
  .flow li.pay .detail > div h4 + p{
    display: none;
    padding-top: 25px;
  }

  .flow li.start h3 {
    margin: 60px auto 25px;
    padding-bottom: 15px;
  }
  .flow li.start h4{
    font-size: 16px;
    margin-bottom: 15px;
  }

  .courseList li{
    display: none;
    width: 100%;
  }
  .courseList li.active{ display: block;}

  .kitei{ display: none;}
  .kitei_sp{ display: block;}
  .about .kitei_sp h3 {
    border: 1px solid #c36380;
    font-size: 15px !important;
  }

  .about li.modal-content .caution{ position: static;}

  ul.media01.slick-dotted.slick-slider{
    display: block;
    margin-bottom: 60px;
  }
  ul.media01 li{ padding: 0 10px;}
  ul.media01 .slick-dots li{ width: 20px;}

  /* モーダル設定 */
  .modal-content {
    width: 80% ;
    max-height: 80%;
    overflow: auto;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
  }
  #modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
  }
  .button-link {
    color: #000 ;
    text-decoration: none;
  }
  .button-link:hover { cursor: pointer ;}
  #modal-close{
    display: block;
    position: fixed;
    top: 120px;
    background: #fff;
    z-index: -1;
    padding: 0 4px;
    border: 3px solid #aaa;
    line-height: 1.3;
    right: 13%;
  }

  /* slick設定 */
  .media01 .slick-dots li button:before{
    font-family: inherit;
    content: "\025cf";
    font-size: 15px;
  }
  .media01 .slick-prev{
    left: 0;
    z-index: 10;
  }
  .media01 .slick-prev::before{
    content: '\03c';
    color: #000;
  }
  .media01 .slick-next{ right: 0;}
  .media01 .slick-next::before{
    content: '\03e';
    color: #000;
  }

  /*    .about li{ display: none;}*/
  .about .modal ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about .modal ul a{
    /*        width: 48%;*/
    text-decoration: none;
    display: block;
  }
  .about .modal ul a li{
    display: block;
    margin-bottom: 1em;
  }
  .about .modal ul li h4{ font-size: 1.2em;}

  .comment_slick.slick-initialized .slick-slide{ padding: 15px 10px;}
  section#intro .voice .width48{ border: 5px solid #f3f3f2;}

  .tsushin-tsugaku h3{
    font-size: 1.6em;
    margin: 15px auto 25px;
  }
  .courseList li h4{ font-size: 18px;}
  .tab_area{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 2px solid #2e4096;
  }
  .tab_label{
    width: 45%;
    line-height: 1.2;
    text-align: center;
    background: #d8d8d8;
    padding: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .tab_area label.active{
    width: 48%;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 5px;
    background: #2e4096;
    color: #fff;
    margin-bottom: -1px;
  }
  .tab_area label.active::after{
    content: "\025bc";
    display: block;
    font-size: .3em;
    text-align: center;
  }
  .tab_panel.active{ display:block;}
  .courseInfo td.formSelect{ border-bottom: none;}

  .sp_br{
    display:inline-block;
  }


  section.story {
  padding: 0px 3%;
    box-sizing: border-box;
  }
  .story .list{ margin-bottom: 20px;}
  .story .list li{
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .story .list li img{
    width: 40%;
    float: left;
  }
  .story .list li h3{
    margin-left: 42%;
    font-size: 13px;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.6;
  }
  .story .list li .name{
    float: none;
    margin-left: 43%;
    text-align: left;
    margin-bottom: 0;
  }
  .story a.link{ font-size: 14px;}

  section.story h2::after {
    margin: 10px auto 15px !important;
  }

}

/* ==========================================================================
   advisory
   ========================================================================== */
.advisory .lead {
  font-size: 16px;
  margin: 20px 0 30px;
  line-height: 1.7;
}
.advisory-list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.advisory-list .item {
  max-width: 212px;
  width: 21%;
  margin: 0 15px;
  text-align: left;
  line-height: 1.7;
}
.advisory-list .photo {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
}
.advisory-list .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.advisory-list .name {
  font-size: 20px;
  margin: 5px 0;
  padding-top: 15px;
}
.advisory-list .post {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .advisory .lead {
    font-size: 14px;
  }
  .advisory-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .advisory-list .item {
    max-width: none;
    width: 48%;
    margin: 0;
  }
  .advisory-list .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .advisory-list .name {
    font-size: 16px;
    padding-top: 0;
  }
  .advisory-list .post {
    font-size: 14px;
  }
}

/*固定ボタンの幅*/
.fixed-btn .btn01 a {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  background: #c36380;
  line-height: 1.4;
}
.fixed-btn .btn01 a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
@media screen and (max-width: 599px) {
  .fixed-btn .btn01 a {
    padding: 10px 20px 10px 5px;
  }
}

/* .top_txt */
@media screen and (min-width: 600px) {
  .top_txt{ font-size: 16px;}
}

/* ------------------------------
canlearn
------------------------------ */
.canlearn .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: url(/school/image/kabu/bg_ttl02.jpg) no-repeat center top / cover;
}
.canlearn .heading h2 {
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.85);
  letter-spacing: normal;
}
.canlearn .heading h2::after {
  content: none;
}
.canlearn .heading h2 span {
  color: #c36380;
  font-family: 'Josefin Slab', serif;
  font-size: 150%;
  line-height: 1;
}
.canlearn .body_main li + li {
  margin-top: 50px;
}
.canlearn .body_main h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c36380;
  font-weight: bold;
  font-size: 23px;
  text-align: left;
  line-height: 1;
}
.canlearn .body_main h3 .num {
  width: 1.6em;
  font-family: 'Josefin Slab', serif;
  font-size: 75px;
}
.canlearn .body_main h3 .ttl_txt {
  width: calc(100% - 1.6em);
  line-height: 1.4;
}
.canlearn .body_main .main_txt_box .txt {
  font-size: 16px;
}
.canlearn .body_other {
  margin-top: 60px;
}
.canlearn .body_other .other_list {
  display: flex;
  justify-content: space-between;
}
.canlearn .body_other .other_list li {
  width: 18%;
  font-size: 22px;
}
.canlearn .body_other .other_list li p {
  margin-top: 0.5em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .canlearn .body_main li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .canlearn .body_main li.reverse {
    flex-direction: row-reverse;
  }
  .canlearn .body_main li div {
    width: 49%;
  }
  .canlearn .body_main .img_sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .canlearn .heading {
    height: 150px;
  }
  .canlearn .heading h2 {
    padding: 0.5em 0.3em;
  }
  .canlearn .body_main .img_pc {
    display: none;
  }
  .canlearn .body_main li + li {
    margin-top: 30px;
  }
  .canlearn .body_main h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .canlearn .body_main h3 .num {
    font-size: 55px;
  }
  .canlearn .body_main .main_txt_box .txt {
    margin-top: 1em;
    font-size: 14px;
  }
  .canlearn .body_other {
    margin-top: 30px;
  }
  .canlearn .body_other .other_list {
    flex-wrap: wrap;
  }
  .canlearn .body_other .other_list li {
    width: 48%;
    font-size: 14px;
  }
  .canlearn .body_other .other_list li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  position: relative;
  padding: 20px 4% 27px;
  background: url(/school/image/fxweb/mv.jpg) no-repeat center / cover;
}
.mv .logo {
  max-width: 1000px;
  margin: 0 auto;
}
.mv .logo img {
  width: 300px;
}
.mv .main {
  position: relative;
  max-width: 1000px;
  margin: 25px auto 0;
  padding: 25px 2% 38px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.mv h1 {
  margin-bottom: 25px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 65px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.mv h1 span {
  margin-left: -0.4em;
  color: #c36380;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.mv .ico_free {
  position: absolute;
  top: -25px;
  right: -44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 187px;
  background: #c36380;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.mv .sub_fx_txt {
  margin-bottom: 25px;
}
.mv .sub_fx_txt span {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
  line-height: 1;
}
.mv .sub_fx_txt span::before,
.mv .sub_fx_txt span::after {
  position: absolute;
  bottom: 0;
  height: 115%;
  border-left: 1px dashed #c36380;
  content: '';
}
.mv .sub_fx_txt span::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.mv .sub_fx_txt span::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.mv .img_01 {
  position: absolute;
  bottom: -27px;
  right: -220px;
}
.below_mv_txt {
  padding: 2em 1em;
  background: rgba(195, 99, 128, 0.1);
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .mv {
    padding-top: 1.3vw;
  }
  .mv .main {
    width: 76.92vw;
    margin-top: 1.5vw;
    padding: 1.5vw 2% 2.5vw;
  }
  .mv h1 {
    margin-bottom: 1.92vw;
    font-size: 5vw;
    line-height: 1.4;
  }
  .mv h1 span {
    font-size: 5.77vw;
  }
  .mv .ico_free {
    top: -1.92vw;
    right: -3.38vw;
    width: 14.38vw;
    height: 14.38vw;
  }
  .mv .ico_free svg {
    width: 10.3vw;
    height: auto;
  }
  .mv .sub_fx_txt {
    margin-bottom: 1.92vw;
  }
  .mv .sub_fx_txt svg {
    width: 26.15vw;
    height: auto;
  }
  .mv .school_logo svg {
    width: 25.92vw;
    height: auto;
  }
  .mv .img_01 {
    right: auto;
    left: 61vw;
    width: 32.85vw;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .mv .pc_non {
    display: none;
  }
  .below_mv_txt br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    min-height: auto;
    padding: 13px 2%;
    background: url(/school/image/fxweb/mv_sp.jpg) no-repeat center / cover;
  }
  .mv .main {
    width: 100%;
  }
  .mv .sp_non {
    display: none;
  }
  .mv .logo img {
    width: 164px;
  }
  .mv .main {
    margin-top: 0;
    padding: 25px 4% 40px;
  }
  .mv.is_lp .main {
    margin-top: 15px;
  }
  .mv h1 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 1.6;
  }
  .mv h1 span {
    font-size: 40px;
  }
  .mv .ico_free {
    top: 160px;
    right: 5px;
    width: 107px;
    height: 107px;
  }
  .mv .ico_free svg {
    width: 80px;
  }
  .mv .sub_fx_txt {
    margin-bottom: 15px;
    padding-right: 160px;
    text-align: center;
  }
  .mv .sub_fx_txt svg {
    width: 124px;
  }
  .mv .school_logo {
    padding-right: 160px;
    text-align: center;
  }
  .mv .school_logo svg {
    width: 193px;
  }
  .mv .img_01 {
    bottom: -13px;
    right: -40px;
    width: 201px;
  }
  .below_mv_txt {
    padding: 1.5em 0.5em;
    font-size: 20px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry {
  padding-bottom: 100px;
  background: rgba(195, 99, 128, 0.1);
}
.entry .entry_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 50px;
  background: #fff;
}
.entry .inner {
  padding: 50px 0 0;
}
.entry .entry_body {
  max-width: 800px;
  margin: 0 auto;
}
.entry .entry_ttl {
  position: relative;
  padding: 1.5em 1em;
  background: #c36380;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: normal;
}
.entry .entry_ttl::after {
  content: none;
}
.entry .ico_free {
  position: absolute;
  top: 50%;
  left: calc(50% + 300px);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  background: #d7ba41;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.entry h3 {
  margin-bottom: 40px;
  padding-left: calc(125px + 4.5%);
  text-indent: calc(-125px - 4.5%);
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
}
.entry h3 span {
  display: inline-block;
  width: 125px;
  margin-right: 4.5%;
  padding: 0.5em;
  text-indent: initial;
  background: #5e76a7;
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.entry .step_arrow {
  position: relative;
  width: 60px;
  height: 30px;
  margin: 0 auto 30px;
}
.entry .step_arrow::after {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  border-right: 2px solid #2b4198;
  border-bottom: 2px solid #2b4198;
  content: '';
}
.entry .amazon_campaign {
  padding: 0.5em;
  background: rgba(255, 235, 0, 0.1);
  border-radius: 5px;
  color: #0f0099;
  font-size: 14px;
  text-align: center;
}
.entry .amazon_campaign a {
  text-decoration: underline;
}
.entry .seminar_type_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.entry .seminar_type_list li {
  width: 48.5%;
  border: 1px solid #c36380;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.entry .seminar_type_list li .seminar_type_ttl {
  position: relative;
  padding: 0.9em 0.7em 0.7em 45px;
  border-bottom: 1px solid #c36380;
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
}
.entry .seminar_type_list li .seminar_type_ttl::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #c36380;
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li .seminar_type_ttl::after {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: rgba(43, 65, 152, 0.1);
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li:hover .seminar_type_ttl {
  background: rgba(43, 65, 152, 0.1);
}
.entry .seminar_type_list li.active .seminar_type_ttl {
  color: #fff;
}
.entry .seminar_type_list li.active .seminar_type_ttl,
.entry .seminar_type_list li.active .seminar_type_ttl::after {
  background: #c36380;
}
.entry .seminar_type_list li .seminar_type_ttl span {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.entry .seminar_place {
  margin-top: 15px;
  border: 1px solid #c36380;
}
.entry .seminar_place dt {
  padding: 0.5em 2em;
  background: rgba(98, 118, 164, 0.1);
  font-size: 16px;
  text-align: center;
}
.entry .seminar_place dd {
  padding: 0.5em 2em;
  font-size: 16px;
}
.entry .web_seminar_img {
  max-width: 560px;
  margin: 0 auto;
}
.entry .seminar_detail_table {
  width: 100%;
  max-width: 560px;
  margin: 30px auto 0;
  border-collapse: collapse;
}
.entry .seminar_detail_table th,
.entry .seminar_detail_table td {
  padding: 0.8em 1em;
  border: 1px solid #c36380;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.entry .seminar_detail_table th {
  width: 30%;
  background: rgba(195, 99, 128, 0.1);
  text-align: center;
}
.entry .seminar_detail_table .txt_free {
  color: #ea5413;
}
.entry .btn_area {
  margin: 20px 0 30px;
  text-align: center;
}
.entry .entry_btn_txt {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.1em;
  color: #e16f4e;
  font-size: 14px;
  line-height: 1;
}
.entry .entry_btn_txt::before,
.entry .entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 25px;
  border-top: 1px dashed #1c236d;
  content: '';
}
.entry .entry_btn_txt::before {
  left: 0;
  transform: rotate(45deg);
}
.entry .entry_btn_txt::after {
  right: 0;
  transform: rotate(-45deg);
}
.entry .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;
}
.entry .btn_entry span {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 40px 1em 60px;
}
.entry .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: '';
}
.entry .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: '';
}
.entry .btn_entry:hover {
  opacity: 0.8;
  text-decoration: none;
}
.entry .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; }
}
.entry .room_seminar,
.entry .web_seminar {
  display: none;
}
.entry .room_seminar.active,
.entry .web_seminar.active {
  display: block;
}
@media screen and (min-width: 600px) {
  .entry .seminar_place {
    display: flex;
  }
  .entry .seminar_place dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 899px) {
  .entry .entry_inner {
    padding: 60px 4% 50px;
  }
}
@media screen and (max-width: 839px) {
  .entry .ico_free {
    left: auto;
    right: 10px;
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 739px) {
  .entry .ico_free {
    top: 60%;
  }
}
@media screen and (max-width: 659px) {
  .entry .ico_free {
    top: 57%;
  }
}
@media screen and (min-width: 600px) and (max-width: 649px) {
  .entry .seminar_type_list li .seminar_type_ttl span.txt_shorten {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 599px) {
  .entry {
    padding-bottom: 50px;
  }
  .entry .entry_inner {
    padding: 40px 3% 20px;
  }
  .entry .entry_ttl {
    padding: 50px 1em 1.5em;
    font-size: 22px;
  }
  .entry .ico_free {
    top: 10px;
    right: 10px;
    transform: translateY(0);
    width: 60px;
    height: 60px;
    font-size: 13px;
    line-height: 1.2;
  }
  .entry h3 {
    padding-left: 0;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  .entry h3 span {
    display: block;
    width: 94px;
    margin: 0 auto 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
  }
  .entry .step_arrow {
    margin-bottom: 45px;
  }
  .entry .seminar_type_list {
    margin-bottom: 35px;
  }
  .entry .seminar_type_list li {
    width: 49%;
  }
  .entry .seminar_type_list li .seminar_type_ttl {
    padding: 38px 0.5em 0.5em;
    font-size: 20px;
  }
  .entry .seminar_type_list li .seminar_type_ttl::before {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }
  .entry .seminar_type_list li .seminar_type_ttl::after {
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
  }
  .entry .seminar_type_list li .seminar_type_ttl span {
    font-size: 10px;
  }
  .entry .seminar_place {
    margin-top: 30px;
  }
  .entry .seminar_place dd {
    font-size: 14px;
  }
  .entry .seminar_detail_table th,
  .entry .seminar_detail_table td {
    font-size: 15px;
  }
  .entry .btn_entry {
    max-width: none;
    font-size: 17px;
  }
}

/* ------------------------------
webseminar_note_box
------------------------------ */
.entry .webseminar_note_box {
  border: 1px solid #c36380;
  border-radius: 5px;
  padding: 1.5em 3%;
  margin: 40px auto;
}
.entry .webseminar_note_box .ttl {
  width: fit-content;
  margin: 0 auto 1.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed #c36380;
  font-size: 16px;
  font-weight: normal;
}
.entry .webseminar_note_box .img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry .webseminar_note_box p {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .entry .webseminar_note_box .note_box_body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .entry .webseminar_note_box .img {
    width: 27%;
    max-width: 200px;
  }
  .entry .webseminar_note_box p {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .entry .webseminar_note_box {
    padding: 1.5em 4%;
  }
  .entry .webseminar_note_box .ttl {
    font-size: 14px;
  }
  .entry .webseminar_note_box .img {
    text-align: center;
  }
  .entry .webseminar_note_box p {
    margin-bottom: 1em;
    font-size: 14px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher .profile_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.teacher .profile_box dt {
  max-width: 200px;
}
.teacher .profile_box .name {
  font-size: 24px;
}
.teacher .profile_box .name span {
  margin-left: 0.5em;
  font-size: 20px;
}
.teacher .profile_box .career_pc {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .teacher .profile_box .career_sp {
    display: none;
  }
  .teacher .profile_box dt {
    width: 20%;
    max-width: 200px;
  }
  .teacher .profile_box dd {
    width: 75%;
  }
  .teacher .btn_profile {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .teacher .profile_outer {
    display: flex;
    justify-content: space-between;
  }
  .teacher .profile_box dt {
    width: 45%;
  }
  .teacher .profile_box dd {
    width: 53%;
  }
  .teacher .profile_box .name {
    margin-top: 1em;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  .teacher .profile_box .name span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
  .teacher .profile_box .career_pc {
    display: none;
  }
  .teacher .profile_box .career_sp {
    margin-top: 1em;
    font-size: 12px;
    text-align: center;
  }
  .teacher .sp_non {
    display: none;
  }
  .teacher .btn_profile {
    position: relative;
    margin: 10px auto 0;
    width: 26px;
    height: 26px;
    border: 2px solid #c36380;
    border-radius: 50%;
    text-align: center;
  }
  .teacher .btn_profile::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 3px;
    border-radius: 9999px;
    background: #c36380;
    content: '';
  }
  .teacher .btn_profile::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 3px;
    border-radius: 9999px;
    background: #c36380;
    content: '';
  }
  .teacher .teacher_detail {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    padding: 30px 5% 20px;
    border-radius: 15px;
    background: #fff;
  }
  .teacher .teacher_detail .btn_close {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 34px;
    height: 34px;
    border: 2px solid #c36380;
    border-radius: 50%;
  }
  .teacher .teacher_detail .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .teacher .teacher_detail .btn_close span::before,
  .teacher .teacher_detail .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    border-radius: 9999px;
    background: #c36380;
    content: '';
  }
  .teacher .teacher_detail .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .teacher .teacher_detail .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .teacher .teacher_detail figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .teacher .teacher_detail figure img {
    width: 50%;
  }
  .teacher .teacher_detail figure figcaption {
    width: 40%;
    font-size: 16px;
    line-height: 1.4;
  }
  .teacher .teacher_detail figure figcaption span {
    display: block;
    font-size: 14px;
  }
  .teacher .teacher_detail .profile {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ------------------------------
modal
------------------------------ */
.modal_wrap {
  display: none;
}
@media screen and (max-width: 599px) {
  .modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .modal_wrap .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(195, 99, 128, 0.5)
  }
}
