html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
  font-size: 62.25%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
a {
  color: inherit;
  text-decoration: none
}
a img {
  -webkit-transition: .3s;
  transition: .3s
}
a:hover img {
  opacity: 0.6
}
img {
  max-width: 100%
}
.hp_fwb {
  font-weight: 700
}
.hp_mb0 {
  margin-bottom: 0 !important
}
.wrap {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden
}
.ly_inner {
  width: 90%;
  max-width: 1040px;
  margin: 4em auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
.ly_inner h2 {
  text-align: center;
  margin: 30px 0 40px
}
.ly_inner h2 img {
  display: inline-block
}
.ly_inner h2.ttl_video {
  margin: 60px 0 60px
}
.anm_fv {
  opacity: 0;
  -webkit-transition: all 800ms;
  transition: all 800ms
}
.anm_fv.anm_in {
  opacity: 1
}
.anm_bv {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px)
}
.anm_bv.anm_in {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0)
}
.el_ttl {
  color: #e4007f
}
.el_ttl.el_ttl_r {
  text-align: right
}
.el_ttl_inner {
  display: inline-block;
  text-align: left
}
.el_ttl_en {
  font-size: 74px;
  font-weight: 700;
  line-height: 98px
}
@media (max-width: 767px) {
  .el_ttl_en {
    font-size: 33px;
    line-height: 46px
  }
}
.el_ttl_jp {
  font-size: 37px;
  font-weight: 700;
  line-height: 40px
}
@media (max-width: 767px) {
  .el_ttl_jp {
    font-size: 24px;
    line-height: 30px
  }
}
.sp_only {
  display: none !important
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important
  }
}
.tab_only {
  display: none
}
@media (max-width: 767px) {
  .tab_only {
    display: none !important
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important
  }
}
.box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.leftAnime {
  opacity: 0;
  overflow: hidden;
  display: inline-block
}
.leftAnimeInner {
  display: inline-block
}
.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
.ly_header {
  background: #ffe33f url(images/headbg.png) no-repeat center bottom;
  padding: 25px 0 80px
}
@media (max-width: 767px) {
  .ly_header {
    background: #ffe33f url(images/headbgsp.png) no-repeat center bottom;
    background-size: 90% auto
  }
}
.ly_header .bl_MV {
  text-align: center
}
.ly_header .bl_MV_img {
  position: relative;
  width: 100%;
  max-width: 737px;
  margin: 0 auto
}
.ly_header .bl_MV_img .st01 {
  position: absolute;
  left: -10%;
  top: 28%
}
.ly_header .bl_MV_img .st01 img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
.ly_header .bl_MV_img .st02 {
  position: absolute;
  width: 4.6%;
  right: 0.8%;
  top: 10.5%
}
.ly_header .bl_MV_img .st02 img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
.ly_header .bl_MV_img .st03 {
  position: absolute;
  width: 6.24%;
  left: 8.9%;
  top: 15.5%
}
.ly_header .bl_MV_img .st03 img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
.ly_header .bl_MV_img .st04 {
  position: absolute;
  width: 6.24%;
  left: 35.3%;
  top: 34.9%
}
.ly_header .bl_MV_img .st04 img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
.ly_header .bl_MV_img .st05 {
  position: absolute;
  width: 6.1%;
  left: 59.6%;
  top: 35.9%
}
.ly_header .bl_MV_img .st05 img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
.ly_header .bl_MV_img .st06 {
  position: absolute;
  width: 5.97%;
  right: 0;
  top: 49.9%
}
.ly_header .bl_MV_img .st06 img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
.ly_header .bl_MV img {
  display: inline-block
}
.ly_header .bl_MV_t01 {
  color: #a14e99;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin: 25px 0 20px
}
@media (max-width: 767px) {
  .ly_header .bl_MV_t01 {
    font-size: 11px;
    line-height: 16px
  }
}
.ly_header .bl_MV_t01 span {
  display: inline-block;
  font-size: 16px;
  margin: 25px 0 50px
}
@media (max-width: 767px) {
  .ly_header .bl_MV_t01 span {
    font-size: 11px;
    line-height: 16px;
    margin: 10px 0 20px
  }
}
.ly_header .bl_MV_t02 {
  color: #009ea0;
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  position: relative
}
@media (max-width: 767px) {
  .ly_header .bl_MV_t02 {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 20px
  }
}
.ly_header .bl_MV_t02 .ttl {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 25px;
  display: inline-block
}
@media (max-width: 767px) {
  .ly_header .bl_MV_t02 .ttl {
    font-size: 17px;
    margin: 0 0 15px
  }
}
.ly_header .bl_MV_t02 .star_l {
  width: 412px;
  height: 62px;
  position: absolute;
  right: 50%;
  top: -26px;
  text-align: left
}
.ly_header .bl_MV_t02 .star_l img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
@media (max-width: 767px) {
  .ly_header .bl_MV_t02 .star_l {
    width: 36px;
    height: 50px;
    right: auto;
    left: 0;
    top: -150px
  }
}
.ly_header .bl_MV_t02 .star_r {
  width: 412px;
  height: 62px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: right
}
.ly_header .bl_MV_t02 .star_r img {
  -webkit-animation: 5.6s linear infinite rotation1;
  animation: 5.6s linear infinite rotation1
}
@media (max-width: 767px) {
  .ly_header .bl_MV_t02 .star_r {
    width: 36px;
    height: 50px;
    right: 0;
    left: auto
  }
}
.ly_header .bl_MV_t03 {
  color: #a14e99;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 75px
}
.ly_header .bl_MV .btn {
  width: 100%;
  max-width: 818px;
  height: auto;
  margin: 0 auto 0
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.hp_ls7 {
  letter-spacing: -0.07em
}
.hp_bgw {
  background: #fff
}
.bl_secbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto
}
.bl_secbox_txt p {
  font-size: 17px;
  line-height: 34px;
  color: #231815;
  font-weight: 500;
  margin: 0 0 20px
}
@media (max-width: 767px) {
  .bl_secbox_txt p {
    font-size: 15px;
    line-height: 24px
  }
}
.bl_secbox_txt p:last-child {
  margin: 0
}
.bl_secbox_txt p.lead {
  color: #009de6;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin: 5px 0 0
}
@media (max-width: 767px) {
  .bl_secbox_txt p.lead {
    font-size: 18px;
    line-height: 30px
  }
}
.bl_sec01 {
  background: #f1d2df url("images/sec01bg.png") no-repeat center center;
  padding: 25px 0 90px
}
@media (max-width: 767px) {
  .bl_sec01 {
    background: #f1d2df url("images/sec01sp.png") no-repeat center top;
    background-size: 100% auto
  }
}
.bl_sec01 .ly_inner {
  max-width: 940px
}
.bl_sec01 .el_ttl {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  margin: 40px auto 90px -50px
}
@media (max-width: 767px) {
  .bl_sec01 .el_ttl {
    margin: 20px auto 0 0
  }
}
.bl_sec01 .bl_secbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.bl_sec01 .bl_secbox_txt {
  width: 48%;
  padding: 85px 0 0
}
@media (max-width: 767px) {
  .bl_sec01 .bl_secbox_txt {
    width: 100%;
    padding: 30px 0 0
  }
}
.bl_sec01 .bl_secbox_img {
  width: 44.68%
}
@media (max-width: 767px) {
  .bl_sec01 .bl_secbox_img {
    width: 90%;
    margin: 40px 0 0 auto
  }
}
.bl_sec01 .bl_secbox_img img:last-child {
  margin-top: -10px
}
.bl_sec02 {
  background: #ffd33f url("images/sec02bg.png") no-repeat center center;
  padding: 25px 0 90px
}
@media (max-width: 767px) {
  .bl_sec02 {
    background: #ffd33f url("images/sec02sp.png") no-repeat center top;
    background-size: 100% auto
  }
}
.bl_sec02 .ly_inner {
  max-width: 1030px
}
.bl_sec02 .el_ttl {
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  margin: -35px 0 60px auto
}
@media (max-width: 767px) {
  .bl_sec02 .el_ttl {
    margin-bottom: 30px
  }
}
.bl_sec02 .bl_secbox_txt {
  width: 49.5%;
  padding: 35px 0 0
}
@media (max-width: 767px) {
  .bl_sec02 .bl_secbox_txt {
    width: 100%;
    padding: 30px 0 0
  }
}
.bl_sec02 .bl_secbox_img {
  width: 46.79%;
  padding: 30px 0 0
}
@media (max-width: 767px) {
  .bl_sec02 .bl_secbox_img {
    width: 90%;
    padding: 30px 0 0;
    margin: 0 auto
  }
}
.bl_sec02 .bl_secbox_img img {
  z-index: 2;
  position: relative
}
.bl_sec02 .bl_secbox_img img:last-child {
  margin-top: -60px;
  z-index: 1
}
.bl_sec03 {
  background: #c9db68 url("images/sec03bg.png") no-repeat center center;
  padding: 25px 0 40px
}
@media (max-width: 767px) {
  .bl_sec03 {
    background: #c9db68 url("images/sec03sp.png") no-repeat center top;
    background-size: 100% auto
  }
}
.bl_sec03 .ly_inner {
  max-width: 940px
}
.bl_sec03 .el_ttl {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  margin: -45px auto 90px -50px
}
@media (max-width: 767px) {
  .bl_sec03 .el_ttl {
    margin-left: 0;
    margin-bottom: 60px
  }
}
.bl_sec03 .bl_secbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.bl_sec03 .bl_secbox_txt {
  width: 47.4%;
  padding: 0 0 0
}
@media (max-width: 767px) {
  .bl_sec03 .bl_secbox_txt {
    width: 100%
  }
}
.bl_sec03 .bl_secbox_img {
  width: 43.9%
}
@media (max-width: 767px) {
  .bl_sec03 .bl_secbox_img {
    width: 90%;
    margin: 20px auto 0
  }
}
.bl_sec03 .bl_secbox_img img {
  display: block
}
.bl_sec03 .bl_secbox_img img:last-child {
  margin: -20px 0 0 auto
}
.bl_sec03 .bl_secimg {
  text-align: center
}
.bl_sec03 .bl_secimg img {
  display: inline-block
}
@media (max-width: 767px) {
  .bl_sec03 .bl_secimg img {
    max-width: 160px
  }
}
.bl_video {
  margin: 0 0 60px
}
.bl_video img {
  border: 1px solid #000;
  max-width: 100%;
  display: block;
  margin: 0 auto 0
}
.bl_video_ttl {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center
}
.bl_video_wrap ul {
  text-align: center
}
.bl_video_wrap ul li {
  width: 88.9%;
  max-width: 450px;
  margin: 0 auto 15px
}
.bl_grid {
  margin: 0 0 60px
}
.bl_gridbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px
}
.bl_grid_wrap {
  width: 48%
}
.bl_grid_in {
  background: #ccc;
  width: 90.6%;
  border-radius: 33px;
  padding: 35px 10px 35px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.bl_grid_ttl {
  color: #df6a0c;
  font-size: 23px;
  font-weight: 800;
  margin: 0 0 10px
}
.bl_grid_name {
  font-size: 27px;
  font-weight: 800;
  margin: 0 0 10px
}
.bl_grid_posi {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 20px
}
.bl_grid_img img {
  margin-top: -22px;
  display: inline-block
}
.bl_grid p {
  font-size: 16px;
  line-height: 28px
}
.bl_grid.pink .bl_grid_in {
  background: #f5cedf
}
.bl_grid.yellow .bl_grid_in {
  background: #ffd33f
}
.bl_grid.green .bl_grid_in {
  background: #c9db68
}
.bl_grid.blue .bl_grid_in {
  background: rgba(41, 170, 225, 0.45)
}
.bl_grid .bl_grid_prof {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px
}
.bl_grid.p01 .bl_grid_in {
  margin: 0 0 0 auto
}
.bl_grid.p01 .bl_grid_img {
  margin-left: 20px
}
.bl_grid.p02 .bl_grid_img {
  text-align: right
}
.bl_grid.p03 .bl_grid_in {
  margin-left: 6%
}
.bl_grid.p04 .bl_grid_in {
  margin-left: 4.6%
}
.bl_grid.p04 .bl_grid_img {
  text-align: right
}
.bl_grid.p05 .bl_grid_in {
  margin: 0 0 0 auto
}
.bl_grid.p05 .bl_grid_img {
  margin-left: 5%
}
.bl_grid.p06 .bl_grid_in {
  margin: 0 0 0 auto
}
.bl_grid.p06 .bl_grid_img {
  text-align: right
}
.bl_grid.p06 .bl_grid_img img {
  margin-right: -5.8%
}
.bl_grid.p07 .bl_grid_in {
  margin-left: 5.2%
}
.bl_secprf {
  background: #eaf163;
  padding: 20px 0 100px;
	border-radius: 50px;
}
.bl_secprf figure {
  width: 100%;
  max-width: 470px;
  margin: 0 auto
}
.bl_secprf .prfFlex {
  margin-top: 30px
}
.bl_secprf .prfFlex .prfFlex__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.bl_secprf .prfFlex .prfFlex__inner .ins {
  width: 49%
}
@media (max-width: 767px) {
  .bl_secprf .prfFlex .prfFlex__inner .ins {
    width: 100%
  }
}
.bl_secprf .prfFlex .prfFlex__inner .ins figure {
  margin: 0 auto;
  width: 60%
}
.bl_secprf .prfFlex .prfFlex__inner h4 {
  margin: 20px 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}
.bl_secprf .prfFlex .prfFlex__inner p {
  font-size: 0.9375rem;
  line-height: 1.75
}
.bl_secprf .prfFlex .prfFlex__inner strong {
  font-weight: 700
}
.footer {
  background-color: #f2ecd9;
  padding: 0 20px
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 15px
  }
}
.footer__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 10px
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 55px 0 40px
  }
}
.footer__inner > p {
  margin-top: 70px;
  text-align: center;
  font-size: 16px;
  line-height: 28px
}
.hp_mb0 {
  margin-bottom: 0 !important
}
.footer__inner > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: ""
}
.footer__inner > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: ""
}
@media screen and (max-width: 768px) {
  .footer__inner > p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 20px
  }
}
.footerFlex {
  margin-top: 60px
}
@media screen and (max-width: 768px) {
  .footerFlex {
    margin-top: 20px
  }
}
.footerFlex__inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footerFlex__inner > a {
  width: calc(200 / 860 * 100%)
}
@media screen and (max-width: 768px) {
  .footerFlex__inner > a {
    width: 100%
  }
  .footerFlex__inner > a:nth-of-type(n+2) {
    margin-top: 20px
  }
}
.footerFlex__inner > a p {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 10px;
  position: relative
}
@media screen and (max-width: 768px) {
  .footerFlex__inner > a p {
    font-size: 10px;
    font-size: 0.625rem
  }
}
.footerFlex__inner > a p::before {
  content: "\f0da";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.footer figure {
  width: 100%;
  text-align: center
}
.footer figure img {
  max-width: 200px
}
.footer figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem
}
@media screen and (max-width: 768px) {
  .footer figure figcaption {
    font-size: 10px;
    font-size: 0.625rem
  }
}
.footer figure:nth-of-type(2) {
  margin-top: 60px
}
@media screen and (max-width: 768px) {
  .footer figure:nth-of-type(2) {
    margin-top: 20px
  }
}
.footer a {
  color: #000
}
.el_btn a {
  display: block;
  border: 2px solid #82c8be;
  font-size: 20px;
  color: #82c8be;
  font-weight: 500;
  padding: 0 95px 0 25px;
  text-align: left;
  background: url("images/lin@2x.png") no-repeat 94% 16px;
  background-size: 50px auto;
  position: relative;
  overflow: hidden
}
@media (max-width: 767px) {
  .el_btn a {
    font-size: 14px;
    padding: 0 60px 0 15px;
    background: url("images/lin@2x.png") no-repeat 94% 13px;
    background-size: 40px auto
  }
}
.el_btn a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background-color: #82c8be;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}
.el_btn a span {
  display: inline-block;
  padding: 15px 0 15px 45px;
  background: url("images/clock@2x.png") no-repeat left center;
  background-size: 30px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media (max-width: 767px) {
  .el_btn a span {
    padding: 12px 0 12px 35px;
    background: url("images/clock@2x.png") no-repeat left center;
    background-size: 24px auto
  }
}
.el_btn a:hover {
  color: #fff;
  background: url("images/lino@2x.png") no-repeat 94% 16px;
  background-size: 50px auto
}
@media (max-width: 767px) {
  .el_btn a:hover {
    background: url("images/lino@2x.png") no-repeat 94% 13px;
    background-size: 40px auto
  }
}
.el_btn a:hover::before {
  webkit-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
.el_btn a:hover span {
  background: url("images/clocko@2x.png") no-repeat left center;
  background-size: 30px auto
}
@media (max-width: 767px) {
  .el_btn a:hover span {
    background: url("images/clocko@2x.png") no-repeat left center;
    background-size: 24px auto
  }
}
.el_btn.el_btn_p a {
  color: #ff8189;
  border-color: #ff8189;
  background: url("images/linp@2x.png") no-repeat 94% 16px;
  background-size: 50px auto
}
@media (max-width: 767px) {
  .el_btn.el_btn_p a {
    background: url("images/linp@2x.png") no-repeat 94% 13px;
    background-size: 40px auto
  }
}
.el_btn.el_btn_p a::before {
  background-color: #ff8189
}
.el_btn.el_btn_p a span {
  background: url("images/mov@2x.png") no-repeat left center;
  background-size: 30px auto
}
@media (max-width: 767px) {
  .el_btn.el_btn_p a span {
    background: url("images/mov@2x.png") no-repeat left center;
    background-size: 24px auto
  }
}
.el_btn.el_btn_p a:hover {
  color: #fff;
  background: url("images/lino@2x.png") no-repeat 94% 16px;
  background-size: 50px auto
}
.el_btn.el_btn_p a:hover span {
  background: url("images/movo@2x.png") no-repeat left center;
  background-size: 30px auto
}
@media (max-width: 767px) {
  .el_btn.el_btn_p a:hover span {
    background: url("images/movo@2x.png") no-repeat left center;
    background-size: 24px auto
  }
}
.bl_voicepc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.bl_voicepc ul {
  width: 48%
}
.bl_voicepc ul li {
  margin-bottom: 60px
}
.bl_voicesp ul li {
  margin: 0 0 30px
}
.bl_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.6%
}
.bl_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.bl_video p {
  font-size: 18px;
  margin: 10px 0 0
}
.modalOpen {
  cursor: pointer
}
.modalArea {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #f29100;
  overflow: auto;
}
.modalArea .modalArea__inner {
  padding: 40px;
  width: 90%;
  max-width: 600px;
  height: 100vh;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
@media screen and (max-width: 768px) {
  .modalArea .modalArea__inner {
    height: 90vh
  }
}
.modalArea .modalArea__inner .modal {
  background: #f29100;
  padding: 20px
}
.modalArea .modalClose {
  width: 34px;
  height: 34px;
  background-size: contain;
  position: absolute;
  top: 23px;
  right: 0;
  background-color: transparent;
  cursor: pointer
}
.modalArea .modalClose::before {
  content: "";
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  top: 23px;
  position: absolute
}
.modalArea .modalClose::after {
  content: "";
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  top: 23px;
  position: absolute
}
.modalArea #modal01 {
  width: 100%;
  height: 0;
  padding-bottom: 56.3265306122449%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.modalArea #modal01::before {
  content: "";
  width: 658px;
  height: 112px;
  position: absolute;
  left: -40px;
  top: -132px;
  background: url("images/popup@2x.png") no-repeat left bottom;
  background-size: contain
}
@media screen and (max-width: 800px) {
  .modalArea #modal01::before {
    width: 100%;
    left: 0
  }
}
.modalArea #modal01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.parallax {
  min-height: 100vh
}
.parallax .parallax_inner {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%
}
.parallax .parallax_inner video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%
}
.section07 {
  background: #fff;
  padding: 50px 0 60px
}
.section07 h3 {
  max-width: 307px;
  margin-top: 40px;
  margin: 0 auto 30px
}
.staffFlex__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.staffFlex__inner > div {
  width: calc(465 / 980 * 100%)
}
.commentBox {
  border: 1px solid #00a5f2;
  border-radius: 50px;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0 0 30px
}
.commentBox__inner {
  padding: 40px calc(25 / 470 * 100%)
}
.commentBox .movie + p {
  margin-top: 25px
}
.commentBox .name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #00a5f2;
  font-weight: bold
}
.commentBox .name span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #00a5f2;
  display: inline
}
.commentBox .name + p {
  margin-top: 15px
}
.commentH {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 20px;
  text-align: center
}
.staffFlex__inner.w > div {
  width: 100%
}
.commentBox span.name {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #00a5f2;
  font-weight: bold
}
.bgw {
	background-color: #fff;
	z-index: 10;
}
@media screen and (max-width: 768px) {
  .staffFlex__inner > div {
    width: 100%
  }
  .commentH {
    font-size: 20px
  }
}
.news_btn {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0;
  display: block;
  border: 2px solid #FF8189;
  text-decoration: none;
  text-align: center;
  height: 70px;
  position: relative;
  background: #fff
}
.news_btn span {
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  font-weight: bold;
  width: 100%;
  color: #FF8189;
  letter-spacing: 0;
  padding: 0 0 0 5px;
  position: relative
}
.news_btn .stickarrow {
  height: 11px;
  width: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 10px
}
.news_btn::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  background: #FF8189;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.news_btn:hover span {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  position: relative
}
.news_btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
.news_btn:hover .stickarrow {
  right: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}
.stickarrow {
  width: 63px;
  height: 14px;
  border-bottom: 2px solid #FF8189;
  border-right: 2px solid #FF8189;
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%
}
.rc{
	position: static;
}
img.imgrc {
	width: 750px;
	margin-left: 100px;
}
.rc p.comment {
    font-size: 1rem;
    line-height: 1.75;
    color: #009fe8;
    width: 59%;
    margin: 1.5em 0 4em 41%;
    font-weight: 600;
}
.rc span.profile {
    color: #000;
}
.d_message p{
	font-size: 1rem;
    line-height: 1.75;
    color: #009fe8;
    margin: 1.5em 0 4em 27%;
    font-weight: 600;
}
.d_message img{
	width: 210px;
	height: auto;
	margin-left: 100px;
}
@media (max-width: 767px) {
.rc p.comment {
	font-size: 0.9rem;
    width: 100%;
    margin: 1.5em 0 4em 0;
}
.d_message p{
    margin: 1.5em 0 4em 0;
	font-size: 0.87rem;
	line-height: 1.75;
}
.d_message img{
	margin-left: 0;
}
img.imgrc {
	margin-left: 0;
}
}