@charset "UTF-8";
/* ===================================================================
 file name  : common.css
 style info : 基本・共通設定
=================================================================== */
.con_fash, .con_movie, .con_why, .con_reason .box_deficalt .wrp, .con_reason .box_answer, .con_choice .box_choice, .con_cv, .con_price .box_price, .con_achievement, .con_faq .box_faq, .con_flow, .con_contact .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_fash, .con_movie, .con_why, .con_reason .box_deficalt .wrp, .con_reason .box_answer, .con_choice .box_choice, .con_cv, .con_price .box_price, .con_achievement, .con_faq .box_faq, .con_flow, .con_contact .inner {
    width: 95%;
  }
}
@media print {
  .con_fash, .con_movie, .con_why, .con_reason .box_deficalt .wrp, .con_reason .box_answer, .con_choice .box_choice, .con_cv, .con_price .box_price, .con_achievement, .con_faq .box_faq, .con_flow, .con_contact .inner {
    width: 95%;
  }
}
.ie8 .con_fash, .ie8 .con_movie, .ie8 .con_why, .ie8 .con_reason .box_deficalt .wrp, .con_reason .box_deficalt .ie8 .wrp, .ie8 .con_reason .box_answer, .con_reason .ie8 .box_answer, .ie8 .con_choice .box_choice, .con_choice .ie8 .box_choice, .ie8 .con_cv, .ie8 .con_price .box_price, .con_price .ie8 .box_price, .ie8 .con_achievement, .ie8 .con_faq .box_faq, .con_faq .ie8 .box_faq, .ie8 .con_flow, .ie8 .con_contact .inner, .con_contact .ie8 .inner {
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fash, .con_movie, .con_why, .con_reason .box_deficalt .wrp, .con_reason .box_answer, .con_choice .box_choice, .con_cv, .con_price .box_price, .con_achievement, .con_faq .box_faq, .con_flow, .con_contact .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fash, .con_movie, .con_why, .con_reason .box_deficalt .wrp, .con_reason .box_answer, .con_choice .box_choice, .con_cv, .con_price .box_price, .con_achievement, .con_faq .box_faq, .con_flow, .con_contact .inner {
    width: 92%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.8;
}

body {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 124%;
}
.ie body {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 116%;
  }
}
body a {
  color: #000;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-size: 90%;
  }
}

/* -----------------------------------------------------------

	header

----------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  header .logo {
    margin: 0 auto;
  }
}
header .logo img {
  width: 152px;
  height: 62px;
}
@media only screen and (max-width: 767px) {
  header .logo img {
    width: 101px;
    height: 41px;
  }
}
header .btn_con {
  max-width: 300px;
  width: 40%;
  position: fixed;
  top: 1rem;
  right: .7rem;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .btn_con {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  header .btn_con {
    width: 44px;
    height: 44px;
    top: .5rem;
  }
}
header .btn_con a {
  display: block;
  background: #d45134;
  color: #fff;
  text-align: center;
  padding: 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 3px 0 rgba(212, 81, 52, 0.35);
  -webkit-box-shadow: 5px 3px 0 rgba(212, 81, 52, 0.35);
  box-shadow: 5px 3px 0 rgba(212, 81, 52, 0.35);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1025px) {
  header .btn_con a:hover {
    box-shadow: none;
    color: #fff !important;
    transform: translate3d(5px, 3px, 0);
  }
}
@media print {
  header .btn_con a:hover {
    box-shadow: none;
    color: #fff !important;
    transform: translate3d(5px, 3px, 0);
  }
}
.ie8 header .btn_con a:hover {
  box-shadow: none;
  color: #fff !important;
  transform: translate3d(5px, 3px, 0);
}
@media only screen and (max-width: 767px) {
  header .btn_con a {
    width: 100%;
    height: 100%;
    line-height: 46px;
    padding: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 3px 2px 0 rgba(212, 81, 52, 0.35);
    -webkit-box-shadow: 3px 2px 0 rgba(212, 81, 52, 0.35);
    box-shadow: 3px 2px 0 rgba(212, 81, 52, 0.35);
  }
}
header .btn_con a svg {
  width: 26px;
  height: 26px;
  margin-bottom: -6px;
  margin-right: .25rem;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
@media only screen and (max-width: 767px) {
  header .btn_con a svg {
    line-height: 1;
    margin-right: 0;
  }
}

/* -----------------------------------------------------------
	テーブル / 各種共通パーツ
----------------------------------------------------------- */
table {
  width: 100%;
}
table tr th, table tr td {
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  table tr th, table tr td {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  table tr th {
    border-bottom: none;
    padding-bottom: .5rem;
  }
}
@media only screen and (max-width: 767px) {
  table tr td {
    padding-top: 0;
  }
}

.box_title {
  text-align: center;
}
.box_title h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.box_title h2 > span {
  display: inline-block;
  position: absolute;
  top: -2.5rem;
  left: -15%;
  border-top: 2px solid #128ab8;
  border-bottom: 2px solid #128ab8;
  font-size: 113%;
  padding: .25em 1rem;
  transform: rotate(-4deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title h2 > span {
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_title h2 > span {
    left: -2%;
    padding: 0 .5rem;
  }
}
.box_title h2 > em {
  font-size: 338%;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title h2 > em {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .box_title h2 > em {
    font-size: 188%;
    line-height: 1.3;
  }
}

.st_basic {
  color: #128ab8;
  font-size: 150%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_basic {
    line-height: 1.4;
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .st_basic {
    line-height: 1.4;
    font-size: 125%;
  }
}

/* -----------------------------------------------------------
	.con_hero
----------------------------------------------------------- */
.con_hero {
  background: url(../images/bg_main.png) center 0 no-repeat;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_hero {
    background-size: auto 90%;
    padding-top: 90px;
  }
}
.con_hero h1 {
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .con_hero h1 {
    margin-bottom: 5%;
  }
}
.con_hero ul {
  text-align: center;
  max-width: 750px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .con_hero ul {
    width: 95%;
    margin-bottom: 15%;
  }
}
.con_hero ul li {
  width: 31.33333%;
  margin: 0 1%;
  display: inline-block;
  background: rgba(228, 54, 58, 0.3);
  color: #fff;
  font-size: 150%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .con_hero ul li {
    padding: 3px;
    font-size: 88%;
  }
}
.con_hero ul li em {
  font-size: 163%;
  font-feature-settings: "palt";
  letter-spacing: -.1em;
}
@media only screen and (max-width: 767px) {
  .con_hero ul li em {
    font-size: 138%;
    line-height: 1.3;
  }
}
.con_hero ul li em.en {
  letter-spacing: 0;
  font-family: Arial, sans-serif;
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_hero ul li em.en {
    font-size: 167%;
  }
}
.con_hero ul li span {
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e4363a;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .con_hero ul li span {
    padding: 1rem 0;
  }
}
.con_hero ul li:after {
  content: "1";
  padding: .5em;
  font-family: Arial, sans-serif;
  color: #fff;
  text-align: center;
  background: #e4363a;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -.7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1em;
  display: inline-block;
}
.con_hero ul li:nth-child(2):after {
  content: "2";
}
.con_hero ul li:nth-child(3):after {
  content: "3";
}
.con_hero .box_anime {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_hero .box_anime .img {
    width: 60%;
    margin: 0 auto;
  }
}
.con_hero .box_anime .anime {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_hero .box_anime .anime {
    width: 50%;
  }
}
.con_hero .box_anime .limit {
  position: absolute;
  top: -40px;
  left: 53%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_hero .box_anime .limit {
    width: 30%;
    left: auto;
    right: 0;
  }
}

/* -----------------------------------------------------------
	.con_fash
----------------------------------------------------------- */
.con_fash {
  padding: 5% 0 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fash {
    padding: 5% 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fash {
    padding: 15% 0 20%;
  }
}
.con_fash h2 {
  text-align: center;
  font-size: 300%;
  color: #128ab8;
  font-weight: normal;
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fash h2 {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fash h2 {
    font-size: 163%;
    margin-bottom: 5%;
  }
}
.con_fash h2 span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_fash h2 span {
    line-height: 1.3;
  }
}
.con_fash h2 span:before, .con_fash h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #128ab8;
  height: 2px;
  width: 1.5em;
}
.con_fash h2 span:before {
  left: -1.5em;
  transform: rotate(45deg);
}
.con_fash h2 span:after {
  right: -1.5em;
  transform: rotate(-45deg);
}
.con_fash h2 span em {
  display: inline-block;
  position: relative;
}
.con_fash h2 span em:before {
  content: "";
  background: rgba(212, 81, 52, 0.3);
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_fash h2 span em:before {
    bottom: .2rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fash ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .con_fash ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ie8 .con_fash ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.con_fash ul li {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 7px 0 rgba(204, 204, 204, 0.7);
  -webkit-box-shadow: 5px 7px 0 rgba(204, 204, 204, 0.7);
  box-shadow: 5px 7px 0 rgba(204, 204, 204, 0.7);
  border: 2px solid #128ab8;
}
@media only screen and (min-width: 768px) {
  .con_fash ul li {
    width: 31.33333%;
  }
  .con_fash ul li:nth-child(even) {
    margin-top: 5%;
  }
}
@media print {
  .con_fash ul li {
    width: 31.33333%;
  }
  .con_fash ul li:nth-child(even) {
    margin-top: 5%;
  }
}
.ie8 .con_fash ul li {
  width: 31.33333%;
}
.ie8 .con_fash ul li:nth-child(even) {
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  .con_fash ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10%;
  }
}
.con_fash ul li .img {
  text-align: center;
  padding-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .con_fash ul li .img {
    width: 40%;
    padding: 1rem 1rem 0;
  }
}
.con_fash ul li .img img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .con_fash ul li .img img {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 0;
  }
}
.con_fash ul li .st_basic {
  padding: 10% 5% 5%;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fash ul li .st_basic {
    padding: 7% 3%;
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fash ul li .st_basic {
    text-align: left;
    width: 60%;
    padding: 10% 5% 5%;
  }
}
.con_fash ul li .txt {
  padding: 0 5% 10%;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fash ul li .txt {
    font-size: 88%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_fash ul li .txt {
    padding: 5%;
    width: 100%;
  }
}
.con_fash .box_fash {
  background: #128ab8;
  color: #fff;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 3%;
  font-size: 225%;
  line-height: 1.1;
  position: relative;
  margin-top: 7%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fash .box_fash {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fash .box_fash {
    padding: 7% 3%;
    font-size: 138%;
    line-height: 1.3;
  }
}
.con_fash .box_fash em {
  font-size: 134%;
}
.con_fash .box_fash:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #128ab8;
}
@media only screen and (max-width: 767px) {
  .con_fash .box_fash:after {
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #128ab8;
  }
}

/* -----------------------------------------------------------
	.con_movie
----------------------------------------------------------- */
.con_movie {
  padding: 5% 0 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_movie {
    padding: 5% 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie {
    padding: 10% 0 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_movie {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_movie {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con_movie {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_movie .box_txt {
    width: 40%;
  }
}
@media print {
  .con_movie .box_txt {
    width: 40%;
  }
}
.ie8 .con_movie .box_txt {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .con_movie .box_txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10%;
  }
}
.con_movie .box_txt .ic {
  width: 90px;
  height: 90px;
  border: 1px solid #128ab8;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 25%;
}
@media only screen and (max-width: 1024px) {
  .con_movie .box_txt .ic {
    display: inline-block;
    margin-left: 0;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_txt .ic {
    width: 45px;
    height: 45px;
  }
}
.con_movie .box_txt .ic img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_movie .box_txt .ic img {
    width: 25px;
    height: 25px;
    margin-top: 8px;
  }
}
.con_movie .box_txt h2 {
  font-size: 207%;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 1024px) {
  .con_movie .box_txt h2 {
    display: inline-block;
    font-size: 188%;
    border-bottom: none;
    position: relative;
  }
  .con_movie .box_txt h2:after {
    content: "";
    width: 55%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -15%;
    right: -35%;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_txt h2 {
    font-size: 150%;
  }
  .con_movie .box_txt h2:after {
    right: -20%;
  }
}
.con_movie .box_txt h2 em {
  font-size: 167%;
}
.con_movie .box_movie {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_movie .box_movie {
    max-width: 720px;
    width: 60%;
  }
}
@media print {
  .con_movie .box_movie {
    max-width: 720px;
    width: 60%;
  }
}
.ie8 .con_movie .box_movie {
  max-width: 720px;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_movie .box_movie {
    width: 90%;
    margin: 0 auto;
  }
}
.con_movie .box_movie:before {
  content: "";
  width: 100%;
  padding-top: 50%;
  background: #bad4ef;
  position: absolute;
  top: -80px;
  left: -80px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_movie .box_movie:before {
    top: -10%;
    left: auto;
    right: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_movie:before {
    top: -10%;
    left: auto;
    right: -3%;
  }
}
.con_movie .box_movie video {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about {
  position: relative;
  margin-bottom: 5%;
}
@media only screen and (min-width: 1025px) {
  .con_about {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_about {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_about {
  display: -webkit-flex;
  display: flex;
}
.con_about:before {
  content: "";
  background: #dce9f7;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .con_about .box_txt {
    width: 50%;
  }
}
@media print {
  .con_about .box_txt {
    width: 50%;
  }
}
.ie8 .con_about .box_txt {
  width: 50%;
}
.con_about .box_txt .inner {
  max-width: 640px;
  margin-left: auto;
  background: #fff;
  padding: 10%;
}
@media only screen and (max-width: 1024px) {
  .con_about .box_txt .inner {
    width: 90%;
    margin: 0 auto 5%;
    padding: 5%;
  }
}
.con_about .box_txt .inner .box_title {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_about .box_txt .inner .box_title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_about .box_txt .inner .box_title h2 {
    display: block;
  }
}
.con_about .box_txt .inner .box_title h2 span {
  top: -5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_txt .inner .box_title h2 span {
    top: -3rem;
    left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_txt .inner .box_title h2 span {
    top: -2.5rem;
  }
}
.con_about .box_txt .inner .txt {
  padding-left: 2%;
}
.con_about .img {
  text-align: center;
  padding: 0 5%;
}
@media only screen and (min-width: 1025px) {
  .con_about .img {
    width: 50%;
  }
}
@media print {
  .con_about .img {
    width: 50%;
  }
}
.ie8 .con_about .img {
  width: 50%;
}

/* -----------------------------------------------------------
	.con_why
----------------------------------------------------------- */
.con_why {
  padding: 10% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_why {
    padding: 15% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_why {
    padding: 20% 0 15%;
  }
}
.con_why .box_title {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_why .box_title {
    margin-bottom: 10%;
  }
}
.con_why .box_title h2 em span {
  display: inline-block;
  position: relative;
}
.con_why .box_title h2 em span:before {
  content: "";
  background: rgba(212, 81, 52, 0.3);
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_why .box_title h2 em span:before {
    bottom: .2rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_why ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .con_why ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ie8 .con_why ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.con_why ul li {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 3px 0 #ccc;
  -webkit-box-shadow: 5px 3px 0 #ccc;
  box-shadow: 5px 3px 0 #ccc;
}
@media only screen and (min-width: 768px) {
  .con_why ul li {
    width: 31.33333%;
  }
  .con_why ul li:nth-child(even) {
    margin-top: 5%;
  }
}
@media print {
  .con_why ul li {
    width: 31.33333%;
  }
  .con_why ul li:nth-child(even) {
    margin-top: 5%;
  }
}
.ie8 .con_why ul li {
  width: 31.33333%;
}
.ie8 .con_why ul li:nth-child(even) {
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  .con_why ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10%;
  }
}
.con_why ul li .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_why ul li .img {
    width: 50%;
  }
}
.con_why ul li .img img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .con_why ul li .img img {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 0;
  }
}
.con_why ul li .st_basic {
  padding: 5%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_why ul li .st_basic {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_why ul li .st_basic {
    width: 50%;
    padding: 10% 0 5%;
  }
}
.con_why ul li .txt {
  padding: 0 5% 5%;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .con_why ul li .txt {
    padding: 5%;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_reason
----------------------------------------------------------- */
.con_reason .box_deficalt {
  background: #128ab8;
  position: relative;
}
.con_reason .box_deficalt:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #128ab8;
}
.con_reason .box_deficalt .wrp {
  padding: 3%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_reason .box_deficalt .wrp {
    padding: 8% 3%;
  }
}
.con_reason .box_deficalt .wrp .txt {
  color: #fff;
  text-align: center;
  font-size: 188%;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_deficalt .wrp .txt {
    line-height: 1.8;
    font-size: 113%;
  }
}
.con_reason .box_deficalt .wrp .txt em {
  font-size: 160%;
  letter-spacing: -.1em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reason .box_deficalt .wrp .txt em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reason .box_deficalt .wrp .txt em {
    font-size: 134%;
    line-height: 1.1;
  }
}
.con_reason .box_deficalt .wrp .txt.sub {
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_deficalt .wrp .txt.sub {
    font-size: 100%;
  }
}
.con_reason .box_deficalt .wrp .img {
  position: absolute;
  top: 10%;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reason .box_deficalt .wrp .img {
    top: -2.5rem;
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reason .box_deficalt .wrp .img {
    top: 7rem;
    width: 23%;
  }
}
.con_reason .box_answer {
  position: relative;
}
.con_reason .box_answer .box_title {
  padding: 10% 0;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_answer .box_title {
    padding: 6rem 0 3rem;
  }
}
.con_reason .box_answer .box_title h2 {
  text-align: center;
  padding: 3% 0;
}
.con_reason .box_answer .box_title h2 span {
  left: 5%;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_answer .box_title h2 span {
    left: -25%;
    width: 150%;
  }
}
.con_reason .box_answer .box_title h2 img {
  width: 315px;
  height: 129px;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_answer .box_title h2 img {
    width: 157px;
    height: 64px;
  }
}
.con_reason .box_answer .box_title .txt {
  text-align: center;
  font-size: 150%;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_answer .box_title .txt {
    font-size: 113%;
  }
}
.con_reason .box_answer .box_title .txt em {
  font-size: 125%;
  color: #128ab8;
}
@media only screen and (max-width: 767px) {
  .con_reason .box_answer .box_img {
    display: none;
  }
}
.con_reason .box_answer .box_img li {
  position: absolute;
  top: 20%;
  right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reason .box_answer .box_img li {
    width: 20%;
    right: 0;
  }
}
.con_reason .box_answer .box_img li:first-child {
  left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reason .box_answer .box_img li:first-child {
    left: 0;
  }
}

/* -----------------------------------------------------------
	.con_choice
----------------------------------------------------------- */
.con_choice {
  background: #dce9f7;
  overflow: hidden;
  padding: 5% 0;
  margin-bottom: 7%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_choice {
    padding: 15% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_choice {
    padding: 20% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_choice {
    margin-bottom: 20%;
  }
}
.con_choice .box_choice .box_title {
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_choice .box_choice .box_title {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice .box_title {
    margin-bottom: 10%;
  }
}
.con_choice .box_choice ul li {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) {
  .con_choice .box_choice ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_choice .box_choice ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con_choice .box_choice ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li {
    padding: 10% 5% 5%;
    position: relative;
    margin-bottom: 10%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
}
.con_choice .box_choice ul li .img {
  width: 18%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_choice .box_choice ul li .img {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li .img {
    width: 50%;
    margin: 5% auto 0;
  }
}
.con_choice .box_choice ul li .img img {
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li .img img {
    width: 100px;
    height: 100px;
  }
}
.con_choice .box_choice ul li .box_txt {
  width: 82%;
  position: relative;
  padding: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_choice .box_choice ul li .box_txt {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li .box_txt {
    position: static;
    padding: 1rem;
    width: 100%;
  }
}
.con_choice .box_choice ul li .box_txt .num {
  position: absolute;
  top: -3rem;
  left: 3rem;
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li .box_txt .num {
    top: -1.5rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.con_choice .box_choice ul li .box_txt .num span {
  display: inline-block;
  border-bottom: 2px solid #128ab8;
  font-family: Arial, sans-serif;
  font-size: 300%;
  color: #128ab8;
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li .box_txt .num span {
    font-size: 250%;
    line-height: 1.2;
  }
}
.con_choice .box_choice ul li .box_txt .st_basic {
  padding: 2.5rem 0 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_choice .box_choice ul li .box_txt .st_basic {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_choice .box_choice ul li .box_txt .st_basic {
    text-align: center;
    padding: 1rem 0 1.5rem;
  }
}
.con_choice .box_choice ul li .box_txt .txt {
  color: #666;
}
@media only screen and (min-width: 768px) {
  .con_choice .box_choice ul li:nth-child(even) .img {
    order: 2;
  }
}
@media print {
  .con_choice .box_choice ul li:nth-child(even) .img {
    order: 2;
  }
}
.ie8 .con_choice .box_choice ul li:nth-child(even) .img {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .con_choice .box_choice ul li:nth-child(even) .box_txt {
    order: 1;
  }
}
@media print {
  .con_choice .box_choice ul li:nth-child(even) .box_txt {
    order: 1;
  }
}
.ie8 .con_choice .box_choice ul li:nth-child(even) .box_txt {
  order: 1;
}

/* -----------------------------------------------------------
	.con_cv
----------------------------------------------------------- */
.con_cv {
  background: #d45134;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .con_cv {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_cv {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_cv {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_cv {
    padding-top: .5rem;
  }
}
.con_cv .box {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .con_cv .box {
    width: 50%;
  }
}
@media print {
  .con_cv .box {
    width: 50%;
  }
}
.ie8 .con_cv .box {
  width: 50%;
}
.con_cv .box .txt {
  text-align: center;
  font-size: 125%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_cv .box .txt {
    font-size: 113%;
    margin-bottom: .5rem;
  }
}
.con_cv .box .txt_tel {
  font-family: Arial, sans-serif;
  font-size: 113%;
  text-align: center;
}
.con_cv .box .txt_tel .tel-link {
  font-size: 223%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_cv .box .txt_tel .tel-link {
    font-size: 200%;
  }
}
.con_cv .box .txt_tel a {
  color: #fff;
}
.con_cv .box .time {
  text-align: center;
}
.con_cv .box .btn_con {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_cv .box .btn_con {
    width: 100%;
  }
}
.con_cv .box .btn_con a {
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 1.5rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 3px 5px 0 rgba(202, 37, 1, 0.8);
  -webkit-box-shadow: 3px 5px 0 rgba(202, 37, 1, 0.8);
  box-shadow: 3px 5px 0 rgba(202, 37, 1, 0.8);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1025px) {
  .con_cv .box .btn_con a:hover {
    box-shadow: none;
    transform: translate3d(3px, 5px, 0);
  }
}
@media print {
  .con_cv .box .btn_con a:hover {
    box-shadow: none;
    transform: translate3d(3px, 5px, 0);
  }
}
.ie8 .con_cv .box .btn_con a:hover {
  box-shadow: none;
  transform: translate3d(3px, 5px, 0);
}
@media only screen and (max-width: 767px) {
  .con_cv .box .btn_con a {
    width: 100%;
    height: 100%;
    line-height: 46px;
    padding: 0;
  }
}
.con_cv .box .btn_con a svg {
  width: 26px;
  height: 26px;
  margin-bottom: -6px;
  margin-right: .25rem;
  fill: none;
  stroke: #128ab8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
@media only screen and (max-width: 767px) {
  .con_cv .box .btn_con a svg {
    line-height: 1;
    margin-right: 0;
  }
}
.con_cv .box:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .con_cv .box:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

/* -----------------------------------------------------------
	.con_price
----------------------------------------------------------- */
.con_price {
  background: #dce9f7;
  margin: 10% auto 3%;
  padding-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price {
    margin: 10% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_price {
    margin: 20% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_price {
    padding-bottom: 20%;
  }
}
.con_price .box_price {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_price .box_price {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_price .box_price {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_price .box_price {
  display: -webkit-flex;
  display: flex;
}
.con_price .box_price:before {
  content: "";
  background: #fff;
  width: 38%;
  height: 23rem;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .con_price .box_price:before {
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price:before {
    width: 90%;
    height: 10rem;
  }
}
.con_price .box_price .box_txt {
  width: 35%;
  padding: 10% 0 0 7%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .con_price .box_price .box_txt {
    width: 90%;
    margin: 0 auto;
  }
}
.con_price .box_price .box_txt .box_title {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_price .box_price .box_txt .box_title {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .con_price .box_price .box_txt .box_title h2 {
    display: block;
  }
}
.con_price .box_price .box_txt .box_title h2 span {
  top: -5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price .box_price .box_txt .box_title h2 span {
    top: -3rem;
    left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_txt .box_title h2 span {
    top: -3rem;
    left: 5%;
  }
}
.con_price .box_price .box_plan {
  width: 65%;
  position: relative;
  z-index: 1;
  margin-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  .con_price .box_price .box_plan {
    width: 100%;
    margin-top: 0;
  }
}
.con_price .box_price .box_plan .box {
  border: 2px solid #128ab8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .con_price .box_price .box_plan .box {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_price .box_price .box_plan .box {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_price .box_price .box_plan .box {
  display: -webkit-flex;
  display: flex;
}
.con_price .box_price .box_plan .box h3 {
  background: #128ab8;
  color: #fff;
  width: 30%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 188%;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_price .box_price .box_plan .box h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_plan .box h3 {
    width: 100%;
    font-size: 138%;
    padding: 1rem;
  }
}
.con_price .box_price .box_plan .box dl {
  width: 70%;
  padding: 2rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_plan .box dl {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.con_price .box_price .box_plan .box dl dt {
  font-size: 113%;
  padding-top: .5rem;
}
.con_price .box_price .box_plan .box dl dd {
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
}
.con_price .box_price .box_plan .box dl dd > span {
  font-size: 88%;
}
.con_price .box_price .box_plan .box dl dd .bl {
  color: #128ab8;
}
.con_price .box_price .box_plan .box dl dd .bl em {
  font-size: 188%;
}
.con_price .box_price .box_plan .box dl dd .small {
  font-size: 82%;
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_plan .box dl dd .small {
    display: inline-block;
    line-height: 1.3;
  }
}
.con_price .box_price .box_plan .box dl dd .normal {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.con_price .box_price .box_plan .box dl dd .normal:before, .con_price .box_price .box_plan .box dl dd .normal:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  background: #000;
  height: 2px;
}
.con_price .box_price .box_plan .box dl dd .normal:after {
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_plan .box dl dd .limited {
    line-height: 1.3;
  }
}
.con_price .box_price .box_plan .box dl dd .limited .rd {
  color: #e4363a;
}
.con_price .box_price .box_plan .box dl dd:last-child {
  border-bottom: none;
}
.con_price .box_price .box_plan .box_note {
  margin-top: .5rem;
}
.con_price .box_price .box_plan .box_note li {
  color: #666;
  font-size: 82%;
  padding-left: 1.25rem;
  margin-bottom: .25rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_price .box_price .box_plan .box_note li {
    margin-bottom: 0;
  }
}
.con_price .box_price .box_plan .box_note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------------------
	.con_achievement
----------------------------------------------------------- */
.con_achievement {
  padding: 5% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_achievement {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_achievement {
    padding: 10% 0;
  }
}
.con_achievement .box_title {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_achievement .box_title {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_achievement .box_title h2 span {
    width: 130%;
    left: -40%;
  }
}
.con_achievement .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #128ab8;
  -moz-box-shadow: 5px 7px 0 rgba(204, 204, 204, 0.7);
  -webkit-box-shadow: 5px 7px 0 rgba(204, 204, 204, 0.7);
  box-shadow: 5px 7px 0 rgba(204, 204, 204, 0.7);
  position: relative;
  padding: 5% 3% 3%;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_achievement .box {
    padding: 5% 3%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_achievement .box {
    margin-bottom: 20%;
    padding-bottom: 7%;
  }
}
.con_achievement .box:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 1%;
  background: url(../images/triangle.png) 0 0 no-repeat;
  width: 48px;
  height: 31px;
}
.con_achievement .box .num {
  position: absolute;
  top: -2.5rem;
  left: 3rem;
}
@media only screen and (max-width: 767px) {
  .con_achievement .box .num {
    top: 1.5rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.con_achievement .box .num span {
  display: inline-block;
  border-bottom: 2px solid #128ab8;
  font-family: Arial, sans-serif;
  font-size: 300%;
  color: #128ab8;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_achievement .box .num span {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_achievement .box .num span {
    font-size: 188%;
  }
}
.con_achievement .box .img {
  width: 20%;
  padding: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_achievement .box .img {
    width: 30%;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_achievement .box .img {
    width: 100%;
    text-align: center;
    padding: 2rem;
  }
}
.con_achievement .box .box_txt {
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_achievement .box .box_txt {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_achievement .box .box_txt {
    width: 90%;
    margin: 0 auto;
  }
}
.con_achievement .box .box_txt .st_basic {
  margin-bottom: .5rem;
}
.con_achievement .box .box_txt .st_basic span {
  background: #128ab8;
  color: #fff;
  font-size: 63%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 1rem;
}
.con_achievement .box .box_txt .txt {
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_achievement .box .box_txt .txt {
    line-height: 1.5;
  }
}

/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.con_faq {
  background: #dce9f7;
  padding: 10% 0 5%;
  margin-top: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faq {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    padding: 30% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    margin-top: 20%;
    overflow: hidden;
  }
}
.con_faq .box_faq .box_title {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .box_title {
    margin-bottom: 5%;
  }
}
.con_faq .box_faq ul li {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3% 5%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faq .box_faq ul li {
    padding: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul li {
    padding: 8%;
  }
}
.con_faq .box_faq ul li h3 {
  color: #128ab8;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul li h3 {
    font-size: 107%;
    line-height: 1.3;
  }
}
.con_faq .box_faq ul li h3 em {
  font-family: Arial, sans-serif;
  font-size: 200%;
  position: absolute;
  top: -.6em;
  left: 0;
}
.con_faq .box_faq ul li h3 span {
  display: inline-block;
  padding-left: 2em;
}
.con_faq .box_faq ul li h4 {
  color: #e4363a;
  font-size: 125%;
  padding-left: 3em;
  font-weight: normal;
  position: relative;
  line-height: 1.3;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul li h4 {
    font-size: 100%;
    padding-left: 0;
  }
}
.con_faq .box_faq ul li h4 em {
  font-family: Arial, sans-serif;
  font-size: 167%;
  position: absolute;
  top: -.4em;
  left: 2em;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul li h4 em {
    left: .2em;
  }
}
.con_faq .box_faq ul li h4 span {
  display: inline-block;
  padding-left: 2em;
}
.con_faq .box_faq ul li .txt {
  color: #666;
  padding-left: 6.5em;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul li .txt {
    font-size: 88%;
    padding-left: 2.3em;
  }
}

/* -----------------------------------------------------------
	.con_flow
----------------------------------------------------------- */
.con_flow {
  padding: 10% 0%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    padding: 30% 0 10%;
  }
}
.con_flow .box_title {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_title {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .con_flow ul {
    display: -webkit-flex;
    display: flex;
  }
}
@media print {
  .con_flow ul {
    display: -webkit-flex;
    display: flex;
  }
}
.ie8 .con_flow ul {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .con_flow ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con_flow ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con_flow ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con_flow ul li {
  width: 20%;
  padding-right: 5%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow ul li {
    width: 33.33333%;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow ul li {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 0;
    padding-bottom: 15%;
  }
}
.con_flow ul li:after {
  content: "";
  background: url(../images/ic_arrow_r.svg) 0 0 no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 30%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li:after {
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.con_flow ul li:last-child {
  padding-right: 0;
}
.con_flow ul li:last-child:after {
  display: none;
}
.con_flow ul li .step {
  background: #128ab8;
  color: #fff;
  padding: .5rem 1rem .1rem;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 88%;
  font-family: Arial, sans-serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li .step {
    margin-bottom: 1rem;
    width: 25%;
  }
}
.con_flow ul li .step em {
  font-size: 172%;
  line-height: 1;
}
.con_flow ul li .st_basic {
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li .st_basic {
    width: 75%;
    padding-left: 3%;
  }
}
.con_flow ul li .st_basic.small {
  font-size: 125%;
  letter-spacing: -.1em;
}
.con_flow ul li .txt {
  color: #666;
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact {
  background: rgba(212, 81, 52, 0.3);
  padding: 10% 0 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact {
    padding: 15% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact {
    padding: 30% 0 20%;
  }
}
.con_contact .inner .box_title h2 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner .box_title h2 {
    display: block;
    margin-bottom: 2rem;
  }
}
.con_contact .inner .box_title h2 span {
  border-top: 2px solid #e4363a;
  border-bottom: 2px solid #e4363a;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner .box_title h2 span {
    left: 5%;
  }
}
.con_contact .inner dl {
  max-width: 700px;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl {
    margin-bottom: 1.5rem;
  }
}
.con_contact .inner dl dt {
  font-size: 113%;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dt {
    font-size: 100%;
  }
}
.con_contact .inner dl dt .must {
  background: #e4363a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  margin-right: .5rem;
  font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dt .must {
    padding: 0 .5rem;
  }
}
.con_contact .inner dl dt .small {
  font-size: 88%;
  display: inline-block;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dt .small {
    font-size: 75%;
  }
}
.con_contact .inner dl dd {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd {
    margin-bottom: 1.5rem;
  }
}
.con_contact .inner dl dd.box_accedence {
  margin-bottom: .5rem;
}
.con_contact .inner dl dd input, .con_contact .inner dl dd button, .con_contact .inner dl dd textarea, .con_contact .inner dl dd select {
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd input, .con_contact .inner dl dd button, .con_contact .inner dl dd textarea, .con_contact .inner dl dd select {
    padding: .5rem 1rem;
    font-size: 82%;
  }
}
.con_contact .inner dl dd input::-ms-expand, .con_contact .inner dl dd button::-ms-expand, .con_contact .inner dl dd textarea::-ms-expand, .con_contact .inner dl dd select::-ms-expand {
  display: none;
}
.con_contact .inner dl dd textarea {
  height: 10rem;
}
.con_contact .inner dl dd label.select {
  position: relative;
}
.con_contact .inner dl dd label.select:after {
  content: "";
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  border-color: #000000 transparent transparent transparent;
}
.con_contact .inner dl dd input[type="radio"] {
  display: none;
}
.con_contact .inner dl dd label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  margin-right: 30px;
}
.con_contact .inner dl dd label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.con_contact .inner dl dd input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #128ab8;
  border-radius: 100%;
}
.con_contact .inner dl dd .request li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd .request li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5rem;
  }
}
.con_contact .inner dl dd .request li .tl {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd .request li .tl {
    width: 100%;
  }
}
.con_contact .inner dl dd .request li input {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd .request li input {
    width: 55%;
  }
}
.con_contact .inner dl dd .request li .select {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd .request li .select {
    width: 40%;
  }
}
.con_contact .inner dl dd .box_note li {
  position: relative;
  font-size: 88%;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner dl dd .box_note li {
    line-height: 1.5;
    margin-bottom: .5rem;
  }
}
.con_contact .inner dl dd .box_note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.con_contact .inner dl dd #email {
  margin-bottom: 1rem;
}
.con_contact .inner .box_btns {
  text-align: center;
}
.con_contact .inner .box_btns .btn_basic {
  margin: 0 auto;
}
.con_contact .inner .box_btns .btn_basic input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.con_contact .inner .box_btns .btn_basic {
  width: 30%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .inner .box_btns .btn_basic {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .inner .box_btns .btn_basic {
    width: 90%;
  }
}
.con_contact .inner .box_btns .btn_basic label {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_contact .inner .box_btns .btn_basic label:hover svg {
    top: 35%;
    left: 26%;
  }
  .con_contact .inner .box_btns .btn_basic label:hover input {
    box-shadow: none;
    color: #fff !important;
    transform: translate3d(5px, 3px, 0);
  }
}
@media print {
  .con_contact .inner .box_btns .btn_basic label:hover svg {
    top: 35%;
    left: 26%;
  }
  .con_contact .inner .box_btns .btn_basic label:hover input {
    box-shadow: none;
    color: #fff !important;
    transform: translate3d(5px, 3px, 0);
  }
}
.ie8 .con_contact .inner .box_btns .btn_basic label:hover svg {
  top: 35%;
  left: 26%;
}
.ie8 .con_contact .inner .box_btns .btn_basic label:hover input {
  box-shadow: none;
  color: #fff !important;
  transform: translate3d(5px, 3px, 0);
}
.con_contact .inner .box_btns .btn_basic label svg {
  position: absolute;
  top: 30%;
  left: 23%;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_contact .inner .box_btns .btn_basic label svg {
    left: 20%;
    line-height: 1;
    margin-right: 0;
  }
}
.con_contact .inner .box_btns .btn_basic input {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #d45134;
  text-align: center;
  padding: 1.5rem;
  color: #fff;
  width: 100%;
  -moz-box-shadow: 5px 3px 0 rgba(202, 37, 1, 0.9);
  -webkit-box-shadow: 5px 3px 0 rgba(202, 37, 1, 0.9);
  box-shadow: 5px 3px 0 rgba(202, 37, 1, 0.9);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
  padding: 2rem;
}
footer .pgtop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  padding: 5px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  footer .pgtop {
    bottom: 1rem;
    right: 1rem;
  }
}
footer .pgtop:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(18, 138, 184, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  footer .pgtop {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  footer .pgtop:hover:before {
    animation: circleL .8s linear 0s infinite;
  }
}
@media print {
  footer .pgtop {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  footer .pgtop:hover:before {
    animation: circleL .8s linear 0s infinite;
  }
}
.ie8 footer .pgtop {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 footer .pgtop:hover:before {
  animation: circleL .8s linear 0s infinite;
}
footer .pgtop a {
  display: inline-block;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  footer .pgtop a {
    width: 40px;
    height: 40px;
  }
}
footer .pgtop a img {
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  footer .pgtop a img {
    width: 24px;
    height: 24px;
  }
}
footer #copyright {
  text-align: center;
  font-size: 75%;
  color: #666;
}
@media only screen and (max-width: 767px) {
  footer #copyright {
    text-align: left;
  }
}

@-moz-keyframes circleL {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes circleL {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes circleL {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	inview
----------------------------------------------------------- */
.anime-fade-in {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.anime-fade-in.js-inview-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (min-width: 1025px) {
  .anime-fade-in.u-delay1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .anime-fade-in.u-delay2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .anime-fade-in.u-delay3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .anime-fade-in.u-delay4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .anime-fade-in.u-delay5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}
@media print {
  .anime-fade-in.u-delay1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .anime-fade-in.u-delay2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .anime-fade-in.u-delay3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .anime-fade-in.u-delay4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .anime-fade-in.u-delay5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}
.ie8 .anime-fade-in.u-delay1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ie8 .anime-fade-in.u-delay2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ie8 .anime-fade-in.u-delay3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.ie8 .anime-fade-in.u-delay4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.ie8 .anime-fade-in.u-delay5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
