/* ==================================================
Common CSS
================================================== */
@media (min-width: 960px) {
  /*STYLE*/
  .tb, .sp {
    display: none;
  }
  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .wrap {
    overflow-x: hidden;
  }
  /*MV*/
  #mv {
    width: 100%;
    height: 700px;
    position: relative;
    background: url(../img/mv_bg.jpg);
    background-size: cover;
    background-position: center;
  }
  #mv .logo {
    width: 200px;
    position: absolute;
    top: 25px;
    left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mv .contact {
    width: 250px;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  #mv .photos {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mv .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
  }
  #mv .cts {
    width: 1000px;
    height: 700px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #mv .cts .mv {
    width: 840px;
    position: absolute;
    bottom: 0;
    left: -70px;
    z-index: 99;
  }
  #mv .cts .introduction {
    width: 600px;
    height: 520px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    top: 120px;
    bottom: 0;
    z-index: 99;
    padding: 35px 50px;
    border: rgba(180, 150, 50, 0.5) 1px solid;
  }
  #mv .cts .introduction .subtitle1 {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }
  #mv .cts .introduction .subtitle1 .point {
    position: relative;
  }
  #mv .cts .introduction .subtitle1 .point:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #e50012;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mv .cts .introduction .subtitle2 {
    font-size: 160%;
    font-weight: bold;
    background: #003278;
    color: #fff;
    text-align: center;
    padding: 7px;
    margin-bottom: 18px;
  }
  #mv .cts .introduction .title1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #mv .cts .introduction .title2 {
    width: 100%;
    margin-bottom: 15px;
  }
  #mv .cts .introduction .ex {
    font-size: 105%;
    font-weight: bold;
    line-height: 200%;
    text-align: left;
    padding-bottom: 7px;
  }
  #mv .cts .introduction .ex .marker {
    font-size: 125%;
    font-weight: bold;
    color: #e50012;
    position: relative;
  }
  #mv .cts .introduction .ex .marker:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e50012;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  #mv .cts .introduction .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mv .cts .introduction .summary .line {
    width: 80px;
    height: 1px;
    background: #003278;
  }
  #mv .cts .introduction .summary p {
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    color: #003278;
  }
  #mv .medal {
    width: 180px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99;
  }
  /*CTA*/
  #cta {
    width: 100%;
    height: 100px;
    background: url(../img/cta.png);
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 998;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  #cta.close {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  #cta .cts {
    width: 100%;
    text-align: center;
  }
  #cta .cts .btn {
    display: inline-block;
  }
  #cta .cts .btn a {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e50012;
    border-radius: 6px;
    padding: 0 50px;
  }
  #cta .cts .btn p {
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
  }
  #cta .cts .btn p .seminar {
    padding-right: 20px;
    font-size: 90%;
  }
  #cta .cts .btn p .free {
    background: #fff;
    margin-left: 20px;
    color: #e50012;
    padding: 5px 10px;
    font-size: 80%;
  }
  /*COMMON*/
  .titles {
    padding-bottom: 30px;
  }
  .titles .icon {
    width: 60px;
    margin: 0 auto 10px;
  }
  .titles .subtitle {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
  }
  .titles h2 {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    padding-bottom: 10px;
    line-height:135%;
  }
  .titles .line {
    margin: auto;
    background: #003278;
  }
  .cts {
    width: 1000px;
    margin: auto;
  }
  .flame {
    width: 50px;
    position: absolute;
  }
  .flame.tl {
    top: -5px;
    left: -5px;
  }
  .flame.tr {
    top: -5px;
    right: -5px;
  }
  .flame.rb {
    bottom: -5px;
    right: -5px;
  }
  .flame.bl {
    bottom: -5px;
    left: -5px;
  }
  
  
/*MOVIE*/
#movie {
background:#003278 url(../img/movie_bg.jpg) center;
background-size:cover;
padding:60px 0;
}

#movie .titles {
padding-bottom:20px;
}

#movie .titles .start {
text-align:center;
font-size:250%;
font-weight:bold;
color:#003278;line-height:100%;
margin-bottom:15px;
}

#movie .titles .start span {
background:#fff;
padding:12px 5px 12px 15px;
display:inline-block;
}

#movie .titles h2 {
color:#fff;
padding-bottom:5px;
line-height:170%;
}

#movie .titles h2 .st {
border-bottom:#e50012 5px solid;
color:#f5e100;
padding-bottom:3px;
}

#movie .titles .cap {
font-size:100%;
color:#fff;
text-align:center;
}

#movie .movie {
}

#movie .movie .mute {
display:none;
}



/*MESSAGE*/
#message {
position: relative;
padding: 70px 0 70px;
background: url(../img/message_bg.jpg) no-repeat center;
background-size: cover;
background-attachment: fixed;
}
#message .bg {
width: 100%;
height: 100%;
background: url(../img/mask.png);
position: absolute;
top: 0;
left: 0;
}
#message .titles {
padding-bottom: 40px;
}
#message .cts {
width:1140px;
position: relative;
display:flex;
align-items:center;
z-index: 1;
}
  
#message .swiper-container {
width:1000px;
margin:auto;
padding-top:30px;
display:flex;
justify-content:center;
}

#message .swiper-wrapper {
}
  
#message .swiper-container .swiper-slide {
}

#message .message {
position:relative;
background:rgba(255, 255, 255, 1);
padding:50px 50px 0;
border:#003278 1px solid;
}

#message .message .number {
width:210px;
position:absolute;
top:-30px;
left:0;
right:0;
margin:auto;
}

#message .message .details {
display:flex;
justify-content:space-between;
padding-bottom:30px;
}

#message .message .details .photo {
width:300px;
}

#message .message .details .detail {
width:560px;
}

#message .message .details .detail .names {
margin-bottom: 20px;
border-left: #003278 5px solid;
padding: 10px 0 7px 15px;
}

#message .message .details .detail .names .profile {
padding-bottom: 7px;
}

#message .message .details .detail .names .profile .name {
font-size: 180%;
font-weight: bold;
line-height: 100%;
}

#message .message .details .detail .names .job {
font-size:90%;
}

#message .message .details .detail .names .job .item {
color: #b4b4b4;
}

#message .message .details .detail .comment {
font-size:110%;
line-height: 180%;
}
  
#message .message .zoom_btns {
text-align:center;
position:absolute;
bottom:30px;
left:0;
right:0;
margin:auto;
}

#message .message .zoom_btns .btn {
display:inline-block;
}

#message .message .zoom_btns .btn a {
background:#e50012;
padding:15px 30px;
border-radius:10vw;
display:flex;
justify-content:center;
align-items:center;
}

#message .message .zoom_btns .btn a p {
color:#fff;
padding-right:10px;
}

#message .message .zoom_btns .btn a .arrow {
width:10px;
height:10px;
border-top:#fff 1px solid;
border-right:#fff 1px solid;
transform:rotate(45deg);
}

.swiper-button-prev_message,
.swiper-button-next_message {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev_message.swiper-button-disabled,
.swiper-button-next_message.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev_message,
.swiper-container-rtl .swiper-button-next_message {
  background-image: url("../img/prev.svg");
  left: 0;
  right: auto;
}
.swiper-button-next_message,
.swiper-container-rtl .swiper-button-prev_message {
  background-image: url("../img/next.svg");
  right: 0;
  left: auto;
}

#message .message .evidence {
width:100%;
height:350px;
overflow-y:hidden;
position:relative;
}

#message .message .evidence img {
border:#e1e1e1 1px solid;
border-bottom:none;
}

#message .message .evidence:after {
content:"";
width:100%;
height:100%;
background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1));
position:absolute;
bottom:0;
left:0;
right:0;
margin:auto;
}
  


/*REASON*/
#reason {
background:#f4f7eb;
padding-bottom:70px;
}

#reason .intro {
background:#96b43c;
position:relative;
padding:70px 0 0;
}

#reason .intro .copies {
text-align:center;
padding-bottom:10px;
}

#reason .intro .copies h2 {
font-size:300%;
font-weight:bold;
color:#fff;
padding-bottom:25px;
}

#reason .intro .copies h2 span {
border-bottom:#fff 2px solid;
}

#reason .intro .copies .illust {
width:500px;
margin:0 auto 15px;
}

#reason .intro .copies .ex {
}

#reason .intro .copies .ex p {
font-size:120%;
line-height:180%;
color:#fff;
padding-bottom:25px;
}

#reason .intro .copies .ex p:last-child {
padding-bottom:0;
}

#reason .arrow {
position:relative;
bottom:-1px;
}

#reason .cts {
padding-top:50px;
}

#reason .reasons {
padding-top:30px;
}

#reason .reasons .reason {
border:#b49632 3px solid;
background:#fff;
padding:50px 50px 35px;
position:relative;
margin-bottom:55px;
}

#reason .reasons .reason:last-child {
margin-bottom:0;
}

#reason .reasons .reason .number {
width:50px;
height:50px;
border:#b49632 3px solid;
position:absolute;
top:-25px;
left:0;
right:0;
margin:auto;
display:flex;
justify-content:center;
align-items:center;
color:#b49632;
font-size:150%;
font-weight:bold;
background:#fff;
}

#reason .reasons .reason h3 {
font-size:200%;
font-weight:bold;
text-align:center;
margin-bottom:10px;
}

#reason .reasons .reason .line {
width:50px;
height:1px;
background:#b49632;
margin:0 auto 30px;
}

#reason .reasons .reason .details {
display:flex;
justify-content:space-between;
}

#reason .reasons .reason .details .detail {
width:48%;
}

#reason .reasons .reason .illust {
width:48%;
}

#reason .reasons .reason .ex {
font-size:120%;
}

#reason .reasons .reason:last-child .details {
padding-top:25px;
}

#reason .reasons .reason .flow {
padding-top:25px;
}
  
  
  
  /*SEMINAR*/
  #seminar {
    background: url(../img/seminar_bg.png);
    position: relative;
    overflow: hidden;
  }
  #seminar .obj_a {
    width: 250px;
    position: absolute;
    top: -15px;
    left: -30px;
    opacity: 0.5;
  }
  #seminar .obj_b {
    width: 350px;
    position: absolute;
    top: -50px;
    right: -100px;
    opacity: 0.5;
  }
  #seminar .obj_c {
    width: 350px;
    position: absolute;
    bottom: -50px;
    left: -30px;
    opacity: 0.5;
  }
  #seminar .cts {
    padding: 70px 0 150px;
    position: relative;
  }
  #seminar .titles h2 {
    color: #fff;
  }
  #seminar .titles .line {
    background: #f5e100;
  }
  #seminar .board {
    width: 1000px;
    margin: auto;
    background: white;
    padding: 50px;
    position: relative;
    border: rgba(180, 150, 50, 0.5) 1px solid;
  }
  #seminar .board .programs {
    position: relative;
    z-index: 1;
  }
  #seminar .board .programs .program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    border: #003278 1px dashed;
    padding: 18px 25px;
    width: 660px;
    background: rgba(255, 255, 255, 0.9);
  }
  #seminar .board .programs .program:last-child {
    margin-bottom: 0;
  }
  #seminar .board .programs .program .check {
    width: 35px;
    margin-right: 15px;
  }
  #seminar .board .programs .program .item {
    font-size: 150%;
    font-weight: bold;
  }
  #seminar .lecturer {
    width: 800px;
    position: absolute;
    right: -100px;
    bottom: 0;
  }
  
  
  
/*RESULT*/
#result {
padding:70px 0;
background:#fafafa;
}

#result .titles {
padding-bottom:40px;
}

#result .titles .copy {
padding-top:30px;
text-align:center;
font-size:120%;
}

#result .case {
cursor:pointer;
}

#result .case:hover {
-webkit-animation: hover 0.5s ease forwards;
animation: hover 0.5s ease forwards;
}

#result .case img {
border:#ccc 1px solid;
}

#result .activity_btn {
text-align:center;
}

#result .activity_btn .btn {
display:inline-block;
}

#result .activity_btn .btn a {
display:flex;
justify-content:center;
align-items:center;
background:#fff;
padding:15px 25px;
border:#003278 1px dashed;
border-radius:10vw;
}

#result .activity_btn .btn a p {
font-size:90%;
padding-right:10px;
color:#003278;
}

#result .activity_btn .btn a .arrow {
width:10px;
height:10px;
border-top:#003278 1px solid;
border-right:#003278 1px solid;
transform:rotate(45deg);
}

#result .swiper-container {
}
  
  
  
  /*FLOW*/
  #flow {
    background: url(../img/flow_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0;
  }
  #flow .titles {
    padding-bottom: 50px;
  }
  #flow .bg {
    width: 100%;
    height: 100%;
    background: url(../img/mask.png);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
  
#flow .swiper-wrapper {
padding-top:50px;
position:relative;
}
  
#flow .step {
height:400px;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
margin-bottom: 50px;
position: relative;
padding: 8px;
}

#flow .step:after {
content:"";
width:50px;
height:30px;
background:#f09600;
position:absolute;
top:185px;
right:-50px;
}

#flow .step.end:after {
display:none;
}
  
#flow .step .frame {
height:100%;
border: #f09600 1px dashed;
padding: 50px 20px;
}

#flow .step .frame .number {
width:100px;
position:absolute;
top:-35px;
left:0;
right:0;
margin:auto;
}

#flow .step .frame .icon {
width:60%;
margin:auto;
}

#flow .step .frame .item {
font-size: 130%;
font-weight: bold;
color: #f09600;
padding-bottom: 7px;
text-align:center;
}

#flow .step .frame .ex {
}

#flow .swiper-button-prev,
#flow .swiper-button-next {
  position: absolute;
  top: 60%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/prev.svg");
  left: 0;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/next.svg");
  right: 0;
  left: auto;
}
  
  
  
  
  /*CONTACT*/
  #contact {
    background: #f5f5f5;
    padding: 70px 0;
  }
  #contact .subtitle {
    padding-top: 10px;
  }
  #contact .subtitle span {
    font-size: 120%;
    position: relative;
  }
  #contact .subtitle span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 3px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #contact .copy {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }
  #contact .attentions .attention {
    font-size: 90%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact .prices {
    width: 320px;
    margin: 20px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: #e50012 1px dashed;
    background: #fff;
  }
  #contact .prices .item {
    width: 100px;
    background: #e50012;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
  }
  #contact .prices .price {
    width: 220px;
    text-align: center;
  }
  #contact .forms .form {
    border-bottom: #c8c8c8 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #contact .forms .form:first-child {
    border-top: #c8c8c8 1px solid;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #contact .forms .form .items {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  #contact .forms .form .items .required {
    border: #e50012 1px solid;
    display: inline-block;
    color: #e50012;
    font-size: 70%;
    padding: 3px 5px;
    margin-right: 10px;
  }
  #contact .forms .form .detail {
    width: 70%;
    font-weight: 400;
  }
  input {
    padding: 15px 20px;
    margin-right: 15px;
  }
  #contact .style_name {
    width: 30%;
  }
  #contact .style_kana {
    width: 30%;
  }
  #contact .style_tel {
    width: 40%;
  }
  #contact .style_mail {
    width: 80%;
  }
  #contact .style_submit {
    padding: 25px 100px;
    font-size: 150%;
    background: #32aa32;
    -webkit-animation: bound 1s infinite ease alternate;
    animation: bound 1s ease infinite alternate;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 10vw;
    cursor: pointer;
  }
  #contact .style_submit:hover {
    -webkit-animation: hover 0.5s ease forwards;
    animation: hover 0.5s ease forwards;
  }
  #contact .style_fix {
    background: #bbb;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 10vw;
    padding: 20px 50px;
    cursor: pointer;
    margin-right: 20px;
  }
  input[type="radio"] {
    visibility: hidden;
    position: absolute;
  }
  .style_date + label {
    background: #fff;
    border: #c8c8c8 1px dotted;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 10vw;
    cursor: pointer;
    font-weight: 400;
    margin: 0 10px 10px 0;
  }
  .style_date:checked + label {
    background: #e50012;
    border: #c8c8c8 1px dotted;
    color: #fff;
  }
  #contact .summary {
    font-size: 90%;
    text-align: center;
    padding: 15px 0 30px;
  }
  #contact .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*FINISH*/
  #finish {
    background: #f5f5f5;
    padding: 50px 0;
    padding: 40px 0;
  }
  #finish .cts .titles {
    padding-bottom: 30px;
  }
  #finish .cts .titles .icon {
    margin-bottom: 10px;
  }
  #finish .cts .titles h2 {
    font-size: 33px;
    padding-bottom: 10px;
  }
  #finish .detail .copy1 {
    padding-bottom: 12px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
  }
  #finish .detail .mail_title {
    border: #e50012 1px dashed;
    padding: 8px 25px;
    margin-bottom: 10px;
    width: 700px;
    margin: 0 auto 8px;
    background: #fff;
  }
  #finish .detail .mail_from {
    border: #e50012 1px dashed;
    padding: 8px 25px;
    margin-bottom: 15px;
    width: 700px;
    margin: 0 auto 15px;
    line-height: 1.6;
    background: #fff;
  }
  #finish .detail .mail_from dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  #finish .detail .copy2 {
    text-align: center;
  }
  #finish .detail .copy2 .tb {
    display: none;
  }
  #finish .detail .copy2 a {
    display: inline-block;
    font-size: 1.3rem;
    color: #e50012;
    font-weight: 700;
  }
  #finish .detail .messege {
    width: 700px;
    margin: 30px auto 0;
    background-color: #f2f5f8;
    border: 1px dashed #003278;
    overflow: hidden;
  }
  #finish .detail .messege h3 {
    background-color: #003278;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 10px;
    color: #fff;
  }
  #finish .detail .messege h3 .sp {
    display: none;
  }
  #finish .detail .messege .txt {
    padding: 20px 30px;
  }
  #finish .detail .messege p {
    margin-bottom: 20px;
  }
  #finish .detail .messege p:last-of-type {
    margin-bottom: 0;
  }

  #finish .detail .moviebox {
    width: 700px;
    margin: 20px auto 0;
  }

  /* #finish .detail .moviebox p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
  } */

  #finish .detail .moviebox p {
    background-color: #e50012;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 34px;
    position: relative;
  }

  /* #finish .detail .moviebox p:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
  } */

  #finish .detail .moviebox p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: #e50012 24px solid;
    border-right: transparent 350px solid;
    border-bottom: transparent 0px solid;
    border-left: transparent 350px solid;
    bottom: -24px;
    left: 0;
    z-index: 1;
  }


  #finish .detail .moviebox p span {
    display: inline-block;
    background-color: #f5f5f5;
    background-color: transparent;
    color: #fff;
    padding: 0 16px;
    font-size: 23px;
    position: relative;
    z-index: 2;
  }

  #finish .detail .moviebox .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #finish .detail .moviebox .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #finish .btns {
    padding-top: 100px;
    text-align: center;
  }
  #finish .btns .btn {
    display: inline-block;
  }
  #finish .btns .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: #000 1px dashed;
    padding: 10px 25px;
    border-radius: 10vw;
  }
  #finish .btns .btn a .arrow {
    width: 10px;
    height: 10px;
    border-top: #000 1px solid;
    border-right: transparent 1px solid;
    border-bottom: transparent 1px solid;
    border-left: #000 1px solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 10px;
  }
  #finish .btns .btn a p {
    font-size: 90%;
  }
  /*FAQ*/
  #faq {
    padding: 70px 0 200px;
    background: url(../img/faq_bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  #faq .faqs .faq {
    margin-bottom: 20px;
  }
  #faq .faqs .faq .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #003278 1px dashed;
    margin-bottom: 15px;
    cursor:pointer;
    position:relative;
  }
  #faq .faqs .faq .question .q {
    background: #003278;
    color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #faq .faqs .faq .question .detail {
    background: #f2f5f8;
    color: #003278;
    font-size: 100%;
    font-weight: bold;
    width: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
  }
  #faq .faqs .faq .question .detail span {
    font-size: 80%;
    font-weight: normal;
  }
  
  #faq .faqs .faq .question .arrow {
  width:10px;
  height:10px;
  border-top:#003278 1px solid;
  border-right:#003278 1px solid;
  border-bottom:transparent 1px solid;
  border-left:transparent 1px solid;
  transform:rotate(135deg);
  position:absolute;
  right:20px;
  top:16px;
  }
  
  #faq .faqs .faq .question .arrow.after_arrow {
  transform:rotate(-45deg);
  top:21px;
  }
  
  #faq .faqs .faq .answer_cts {
  display:none;
  padding-bottom:30px;
  }
  
  #faq .faqs .faq .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #faq .faqs .faq .answer .a {
    border: #003278 1px dashed;
    color: #003278;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #faq .faqs .faq .answer .detail {
    width: calc(100% - 65px);
  }
  /*MIDDLE CTA*/
  #middle_cta {
    width: 100%;
    background: url(../img/cta.png);
    background-color: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #middle_cta .cts {
    width: 100%;
    text-align: center;
    padding: 70px 0;
  }
  #middle_cta .cts .copy {
    font-size: 135%;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
    line-height: 180%;
  }
  #middle_cta .cts .btn {
    display: inline-block;
    -webkit-animation: bound 1s infinite ease alternate;
    animation: bound 1s ease infinite alternate;
  }
  #middle_cta .cts .btn a {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e50012;
    border-radius: 6px;
    padding: 0 50px;
  }
  #middle_cta .cts .btn p {
    font-size: 180%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
  }
  #middle_cta .cts .btn p .seminar {
    padding-right: 20px;
    font-size: 90%;
  }
  #middle_cta .cts .btn p .free {
    background: #fff;
    margin-left: 20px;
    color: #e50012;
    padding: 5px 10px;
    font-size: 80%;
  }
  /*INTRO*/
  #intro {
    padding: 70px 0 0;
  }
  #intro .about {
    width: 1000px;
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: #003278;
    margin-bottom: 35px;
  }
  #intro .about .photos {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  #intro .about .copies {
    width: 500px;
    padding: 45px 40px;
  }
  #intro .about .copies .copy {
    font-size: 145%;
    font-weight: bold;
    color: #fff;
    padding-bottom: 25px;
    letter-spacing: 1px;
    line-height: 180%;
  }
  #intro .about .copies .ex {
    color: #fff;
    line-height: 180%;
  }
  #intro .profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 50px;
  }
  #intro .profiles .book {
    width: 160px;
  }
  #intro .profiles .book img {
    border: #c8c8c8 1px solid;
  }
  #intro .profiles .profile {
    width: 800px;
  }
  #intro .profiles .profile p {
    padding-bottom: 30px;
    font-size: 110%;
    line-height: 180%;
    letter-spacing: 1px;
  }
  #intro .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px;
  }
  #intro .media .title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #intro .media .title .hor {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    z-index: -1;
  }
  #intro .media .title h3 {
    font-size: 150%;
    font-weight: bold;
    background: #fff;
    padding: 0 30px;
  }
  #intro .media .media_image {
    width: 900px;
    margin: 0 auto 50px;
  }
  #intro .media .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 50px;
  }
  #intro .media .logos .logo {
    width: 20%;
  }
  #intro .tels .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 20px;
  }
  #intro .tels .items .hor {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    z-index: -1;
  }
  #intro .tels .items .item {
    font-size: 135%;
    font-weight: bold;
    background: #fff;
    padding: 0 20px;
  }
  #intro .tels .tel {
    width: 700px;
    margin: 0 auto 20px;
  }
  #intro .times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: #000 1px solid;
    padding-bottom: 20px;
  }
  #intro .times .item {
    font-size: 70%;
    border: #000 1px solid;
    padding: 3px 5px;
    margin-right: 10px;
  }
  #intro .times .time {
    font-size: 90%;
  }
  /*BACK TO TOP*/
  .BackToTop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 30px;
    z-index: 999;
    display: none;
  }
  /*FOOTER*/
  footer {
    padding: 50px 0 30px;
  }
  footer.under {
    padding: 35px 0 30px;
  }
  footer .link {
    font-size: 90%;
    text-align: center;
    padding-bottom: 30px;
  }
  footer.under .link {
    padding-bottom: 25px;
  }
  footer .copyright {
    text-align: center;
    font-size: 90%;
    color: #aaa;
  }
}
