/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@charset "utf-8";

@media only screen and (max-width: 1024px) {
  .pic {
    width: 100%;
  }
}

.tac {
  text-align: center;
}

.tac-tal {
  text-align: center;
}

.inner {
  padding: 70px 0;
  max-width: 1100px;
}

@media only screen and (max-width: 1024px) {
  .inner {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 599px) {
  .inner {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .tac-tal {
    text-align: left;
  }
}

.sp_on {
  display: none;
}

@media only screen and (max-width: 599px) {
  .sp_on {
    display: block;
  }
}

.sp_no {
  display: block;
}

@media only screen and (max-width: 599px) {
  .sp_no {
    display: none;
  }
}

/**
アスペクト比固定
*/
/*基本アスペクト
（下に続く比率クラスと合わせて使用）*/
.aspect {
  position: relative;
  display: block;
  overflow: hidden;
}

.aspect:before {
  display: block;
  content: '';
}

.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit cover object-position 50% 50%';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*比率15％*/
.aspect.-ratio15:before {
  padding-top: 15%;
}

/*比率20％*/
.aspect.-ratio20:before {
  padding-top: 20%;
}

/*比率30％*/
.aspect.-ratio30:before {
  padding-top: 30%;
}

/*比率35％*/
.aspect.-ratio35:before {
  padding-top: 35%;
}

/*比率40％*/
.aspect.-ratio40:before {
  padding-top: 40%;
}

/*比率45％*/
.aspect.-ratio45:before {
  padding-top: 45%;
}

/*比率50％*/
.aspect.-ratio50:before {
  padding-top: 50%;
}

/*比率55％*/
.aspect.-ratio55:before {
  padding-top: 55%;
}

/*比率60％*/
.aspect.-ratio60:before {
  padding-top: 60%;
}

/*比率65％*/
.aspect.-ratio65:before {
  padding-top: 65%;
}

/*比率70％*/
.aspect.-ratio70:before {
  padding-top: 70%;
}

/*比率75％*/
.aspect.-ratio75:before {
  padding-top: 75%;
}

/*比率80％*/
.aspect.-ratio80:before {
  padding-top: 80%;
}

/*比率100％*/
.aspect.-ratio100:before {
  padding-top: 100%;
}

/*比率120％*/
.aspect.-ratio120:before {
  padding-top: 120%;
}

.gnav.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 40px;
  left: 40px;
  background: rgba(255, 255, 255, 0.7);

}

.overlay:after {
  background: transparent !important;
  z-index: 0;
  display: none !important;
}

.lh {
  line-height: 240%;
}

.gnav.fixed {
  background: transparent !important;
}
/*
.gnav.cmd {
  position: relative;
}
*/


#gnav.action .accordion-body {
  right: auto;
  left: 40px;
  -webkit-transition: none;
  transition: none;
  width: auto;
  min-width: 200px;
  background: transparent !important;
}

#gnav.action .accordion-body .nav-global {
  height: auto;
  margin-top: 90px;
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 20px 20px 10px;
  display: block !important;

}
#gnav.action .accordion-body .nav-global:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;

}
.sub-nav {
  height: auto;
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 20px 20px 10px;
  -webkit-transition: none;
  transition: none;
}
.sub-nav:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;

}
#gnav .accordion-body {
  -webkit-transition: none;
  transition: none;
}
[data-element-id] #gnav.cmd .accordion-inner{
  opacity: 1;
  z-index: 3;
  height: auto;
  margin-top: 50px;
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 20px 20px 10px;
  display: block !important;
}

[data-element-id] #gnav .accordion-body{
  height: auto;
  opacity: 1;
  right: auto;
  left: 0;
  -webkit-transition: none;
  transition: none;
  width: auto;
  min-width: 200px;
  background: transparent !important;
}

[data-element-id] #gnav .accordion-body .nav-global:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    display: block;
    border: 3px solid #fff;
    border-radius: 3px;
}
[data-element-id] .sub-nav{
  display: block !important;
}


#gnav.cmd .accordion-inner {
  -webkit-transition: none;
  transition: none;

}

#gnav.cmd li {
  padding-bottom: 6px;
}
#gnav.cmd li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  padding-left: 15px;
  -webkit-transition: none;
  transition: none;
}
#gnav.cmd li a:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

#gnav.cmd li a:hover:before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}


.sub-nav li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  padding-left: 15px;
}
.sub-nav li a:hover {
  opacity: 1;
}

.sub-nav li a:hover:before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}
@media only screen and (max-width: 1024px) {
  #gnav.action .accordion-body{
    left: 10px;
  }
  
}


/*-------------共通のクラス　ここから-------------------*/
.c_gold {
  color: #936d11;
}

.red {
  color: #c10000;
}

.bg01 {
  background: #eee;
}

.more_btn {
  width: 80%;
  max-width: 240px;
  margin: 10px auto 5px;
  overflow: hidden;
}

.more_btn a {
  cursor: pointer;
  display: block;
  padding: 4px 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 26px;
  line-height: 130%;
  position: relative;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.more_btn a:after{
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}
.more_btn .start_btn {
  cursor: pointer;
  display: block;
  padding: 4px 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 26px;
  line-height: 130%;
  position: relative;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

.more_btn .start_btn:after{
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
}

@media only screen and (max-width: 1024px) {
  .more_btn a,
  .more_btn .start_btn {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .more_btn a,
  .more_btn .start_btn {
    font-size: 18px;
  }
}

.more_btn2 {
  width: 80%;
  max-width: 430px;
  margin: 10px 0 5px auto;
  overflow: hidden;
  text-align: right;
}

.more_btn2 a {
  display: block;
  line-height: 30px;
  padding: 4px 0;
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  color: rgba(0, 43, 201, 255);
  position: relative;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-shadow: -1px -3px 3px #ffffff, -3px -3px 1px #ffffff, 0px 0px 2px #ffffff, 2px 1px 1px #ffffff, 4px 3px 3px #ffffff, 2px 3px 1px #ffffff, 2px 3px 4px #ffffff, 2px 5px 2px #ffffff, 1px 2px 4px #ffffff, 4px 4px 4px #ffffff, 5px 5px 3px #fff, 3px 4px 2px #000, 3px 2px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000;
}

.more_btn2 a:after {
  content: "";
  display: block;
  width: 36px;
  height: 34px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img20.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@media only screen and (max-width: 599px) {
  .more_btn2 {
    width: 100%;
  }

  .more_btn2 a {
    font-size: 18px;
    padding-left: 30px;
  }
}



.heading1 {
  font-weight: bold;
-webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bg_clip.jpg);
  color: transparent;
  font-size: 35px;
  line-height: 36px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.heading2 {
  font-size: 47px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 1px 6px #0054ff);
  filter: drop-shadow(2px 1px 6px #0054ff);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/heading2_clip.jpg);
  color: transparent;
  font-family: 'Noto Serif JP', serif;
  /* text-shadow: 3px 2px 2px #ff0000, 1px -2px 4px #ff0000, 1px -1px 4px #ff0000, 1px 2px 1px #000000, 2px 3px 2px #000000, 3px 4px 1px #000000, 4px 5px 2px #000000, 5px 6px 2px #000000, 6px 7px 2px #000000;*/
  position: relative;
  padding-bottom: 60px;
  width: 100%;
}

.heading2:after {
  content: "";
  display: block;
  width: 100%;
  height: 104px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img07.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading2.yellow {
  -webkit-filter: drop-shadow(2px 1px 6px #ff8400);
  filter: drop-shadow(2px 1px 6px #ff8400);
}

.heading2.yellow:after {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img27.png) center center no-repeat;
  background-size: contain;
}

.heading2.red_h {
  -webkit-filter: drop-shadow(2px 1px 6px #ff0000);
  filter: drop-shadow(2px 1px 6px #ff0000);
}

.heading2.red_h:after {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img56.png) center center no-repeat;
  background-size: contain;
}

.heading2.brown {
  -webkit-filter: none;
  filter: none;
  color: #4f3833;
}

.heading2.brown:after {
  background: url(/import/tenant_1/160.16.55.223/html/images/03access/img03.png) center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .heading2 {
    font-size: 33px;
  }

  .heading2:after {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 599px) {
  .heading2 {
    font-size: 20px;
    padding-bottom: 45px;
  }

  .heading2:after {
    bottom: -20px;
    height: 74px;
  }

}


.heading3 {
  position: relative;
  padding-left: 55px;
  font-weight: bold;
  -webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bg_clip.jpg);
  color: transparent;
  font-size: 35px;
  line-height: 36px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.heading3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img29.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.heading3.blog:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img77.png) center center no-repeat;
  background-size: contain;
}

.heading3.douga:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img78.png) center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .heading3 {
    font-size: 28px;
  }
}


@media only screen and (max-width: 599px) {
  .heading3 {
    padding-left: 35px;
    font-size: 20px;

  }

  .heading3:before {
    width: 28px;
  }
}


/*-------------共通のクラス　ここまで-------------------*/

/*-------------スマホfixナビ　ここから-------------------*/
[data-element-id].spfixbtn {
  display: block;
  position: relative;
}

.spfixbtn {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #5c5050;
  padding: 5px 10px;
  z-index: 150;
}

.spfixbtn .tel {
  width: 65%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.spfixbtn .tel a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.spfixbtn .tel a:before {
  display: inline-block;
  content: "\f095";
  font-family: fontawesome;
  margin-right: 10px;
}

.spfixbtn .contactbtn {
  width: 30%;
}

.spfixbtn .contactbtn a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4812c+0,895b1f+100 */
  background: #a4812c;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a4812c 0%, #895b1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #a4812c 0%, #895b1f 100%);
  background: linear-gradient(135deg, #a4812c 0%, #895b1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4812c', endColorstr='#895b1f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 10px;
  overflow: hidden;
}

.spfixbtn .contactbtn a:before {
  display: block;
  content: "\f0e0";
  font-size: 14px;
  font-weight: normal;
  font-family: fontawesome;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .spfixbtn {
    display: block;
    display: block;
  }
}

/*-------------スマホfixナビ　ここまで-------------------*/
/*------------ＴＯＰページ　ここから-------------*/
h1 {
  position: fixed;
  top: -100%;
}

.main-img {
  background: url(/upload/tenant_1/a01da83b52180008b9b3c1b05e3f36f9.png) center center no-repeat;
  background-size: cover;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.main-img {
  text-align: center;
  padding: 30px 0;
  height: 100vh;
}

.main-copy {
  font-weight: bold;
  -webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bg_clip.jpg);
  color: transparent;
  /*text-shadow: 3px 2px 2px #ff0000, 1px -2px 4px #ff0000, 1px -1px 4px #ff0000, 1px 2px 1px #000000, 2px 3px 2px #000000, 3px 4px 1px #000000, 4px 5px 2px #000000, 5px 6px 2px #000000, 6px 7px 2px #000000;*/

}

.main-img .mainimg-logo {
  max-width: 800px;
  margin: 0 auto;
}

#gnav.cmd .toggle {
  display: block !important;
  position: relative;
  z-index: 255;
}

#gnav.cmd .toggle span {
  background-color: rgba(3, 3, 3, 0.75);
  display: block;
  color: #fff;
  width: 150px;
  height: 50px;
  position: relative;
  font-size: 18px;
  line-height: 46px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

#gnav.cmd .toggle span:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 138px;
  height: 38px;
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

/*
.top nav {
  margin-top: -60px;
}
*/
.command_item {
  margin-right: 10px;
}

.command_list {
  margin-top: -60px;
}

#gnav.cmd .toggle span:before {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.main-img-txt {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  display: block !important;
  padding: 26px 45px;
  margin-top: 30px;
}

.main-img-txt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.main-img-txt .txt {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
}
.main-img-txt .txt span {
  opacity: 0;
}

.main-contactbtn {
  width: 260px;
  min-height: 100px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/contact_bg.jpg) center center no-repeat;
  position: relative;
  border-radius: 30px;
  border: solid 3px #fff;
  -webkit-box-shadow: 0px 0px 10px 1px #e8e7e7;
  box-shadow: 0px 0px 10px 1px #e8e7e7;
  overflow: hidden;
}

.main-contactbtn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 6px 3px #ff6000 inset;
  box-shadow: 0px 0px 6px 3px #ff6000 inset;
}

.main-contactbtn:after {
  content: "";
  display: block;
  width: 210px;
  height: 146px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img05.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.main-contactbtn a {
  display: block;
  padding: 30px 15px 10px;
  position: relative;
  z-index: 6;
}

.main-contactbtn a:after {
  content: "";
  display: block;
  width: 100%;
  height: 108px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img04.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
}

.main-contactbtn .midashi {
  text-shadow: 3px 2px 2px #ff0000, 1px -2px 4px #ff0000, 1px -1px 4px #ff0000, 1px 2px 1px #000000, 2px 3px 2px #000000, 3px 4px 1px #000000, 4px 5px 2px #000000, 5px 6px 2px #000000, 6px 7px 2px #000000;
  color: #fff;
  font-size: 42px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

.main-contactbtn .txt {
  font-size: 20px;
  color: rgba(73, 0, 0, 255);
  position: relative;
  z-index: 2;
}

.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 10;
  transition: 0.4s ease-in-out;
}

.main-img .inner {
  position: relative;
  z-index: 2;
  height: 100vh;
}

.main-img .main-bgarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cloud_list {
  position: relative;
}

.cloud_itme {
  position: absolute;
}

.cloud_itme img {
  width: 100%;
  height: auto;
}

.rightc_cloud {
  top: 20vh;
  right: 10%;
  width: 40%;
}

.left_cloud {
  top: 50vh;
  width: 60%;
  left: -10%;
}

.right_cloud {
  top: 55vh;
  right: -10%;
  max-width: 1000px;
}
@media only screen and (max-width: 1380px) {
  .main-img .inner{
    height: 140vh;
  }
  .main-img{
    height: auto;
  }
  .main-img .mainimg-logo{
    max-width: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-img .inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
}
  
  .main-logoarea{
  box-sizing: border-box;
  max-width: 100%;
  display: block !important;
}
  
  .top nav {
    margin-top: 0;
  }
  .main-img{
    overflow: visible;
    height: 100vh;
  }

  .main-img-txt .txt {
    font-size: 18px;
  }

  .fixed-btn {
    display: none;
  }
    #gnav.cmd .toggle span {
    position: fixed;
    top:10px;
    left: 10px;
    z-index: 999; 
  }
  #gnav.action .accordion-body .nav-global{
    margin-top: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .main-img-txt {
    padding: 26px 25px;
  }

  .main-img-txt .txt {
    text-align: left;
    font-size: 16px;
  }
  .main-copy{
    font-size: 22px;
  }
}

/*---------------homeabout-----------------------*/


.home-about {
/*   background: url(/import/tenant_1/160.16.55.223/html/images/01index/img82.png) left top repeat; */
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 0;
}

.bg-blackon:before {
  content: "";
  display: block;
  width: 100%;
  height: 370px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img10.png) left top repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}

.bg-blackon .inner {
  position: relative;
  z-index: 2;
}

.out-heading1 {
  text-align: center;
}

.out-heading1 .heading1 {
  display: inline-block !important;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  padding: 0 50px;
}

.out-heading1 .heading1:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img08.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.out-heading1 .heading1:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img08.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .out-heading1 .heading1 {
    font-size: 22px;
    line-height: 102%;
  }

  .out-heading1 .heading1:before,
  .out-heading1 .heading1:after {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 599px) {
  .out-heading1 .heading1 {
    font-size: 18px;
    line-height: 150%;
    color: yellow;
    padding: 0 30px;
    margin: 0 5px;
  }

  .out-heading1 .heading1:before,
  .out-heading1 .heading1:after {
    width: 22px;
    height: 26px;
    top: 50%;
  }

  .heading1 {
    -webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
    filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  }
}


.bg-paper {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img12.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 50px 45px 60px;
  margin-top: 50px;
}

.under .bg-paper {
  padding: 50px 75px 60px;
}

@media only screen and (max-width: 1024px) {
  .under .bg-paper {
    padding: 50px 35px 60px;
  }
}


@media only screen and (max-width: 599px) {
  .bg-paper {
    background-size: cover;
    padding: 30px 15px 60px;
  }
}


.red_heading {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 450;
  color: #c10000;
  padding-bottom: 20px;
}

.tokutyou_item {
  position: relative;
  padding-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 10px;
}

.tokutyou_item:before {
  content: "・";
  position: absolute;
  left: 0;
}

.dragon_bg {
  position: relative;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img13.png) right 80px no-repeat;
  background-size: 460px auto;
}

.tokutyou_list {
  margin-bottom: 20px;
}

.takarabako_bg {
  position: relative;

}

.takarabako_bg:after {
  content: "";
  display: block;
  width: 177px;
  height: 139px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img14.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 60px;
  right: 0px;
}

@media only screen and (max-width: 1024px) {
  .takarabako_bg:after {
    width: 150px;
    right: -30px;
    opacity: 0.5;
    bottom: -20px;
    top: auto;
  }

  .dragon_bg {
    background-size: 50% auto;
  }

  .red_heading {
    font-size: 20px;
  }

  .dragon_bg .left {
    width: 40%;
  }

  .dragon_bg .right {
    width: 55%;
  }

  .omakase {
    position: relative;
    z-index: 1;
  }

  .tokutyou_item {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 599px) {

  .dragon_bg .left,
  .dragon_bg .right {
    width: 100%;
  }

  .dragon_bg {
    background-size: 100% auto;
    background-position: 60% 60%;
  }

  .takarabako_bg:after {
    right: 0;
  }

  .red_heading {
    font-size: 18px;
  }

  .omakase {
    font-weight: bold;
  }
}

.icon_midashi {
  text-align: center;
  padding: 60px 0;
}

.icon_midashi > span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
  text-shadow: -1px -3px 3px #ffffff, -2px -2px 1px #ffffff, 0px 0px 2px #ffffff, 2px 1px 1px #ffffff, 4px 3px 3px #ffffff, 2px 3px 1px #ffffff, 2px 3px 4px #ffffff, 2px 5px 2px #ffffff, 1px 2px 4px #ffffff, 4px 4px 4px #ffffff, 5px 5px 3px #fff, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000;
  font-size: 35px;
  letter-spacing: 2px;
}

.icon_midashi span .big {
  font-size: 60px;
}

.icon_midashi span .min {
  font-size: 30px;
}

.icon_midashi > span:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img15.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.icon_midashi > span:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img16.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .icon_midashi > span {
    font-size: 30px;
  }

  .icon_midashi span .big {
    font-size: 55px;
  }

  .icon_midashi {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 599px) {
  .icon_midashi > span {
    font-size: 18px;
  }

  .icon_midashi span .big {
    font-size: 40px;
  }
}

.featurebox_item dt {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  color: rgba(0, 43, 201, 255);
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.featurebox_item:nth-of-type(3n+1) dt:before {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img17.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 0px;
}

.featurebox_item:nth-of-type(3n+2) dt:before {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img18.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 0px;
}

.featurebox_item:nth-of-type(3n+3) dt:before {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img19.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 0px;
}

.featurebox_item dd {
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(0, 0, 0, 255);
  font-size: 16px;
  padding-left: 50px;
}

.featurebox_item .box {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .featurebox_item dt {
    font-size: 18px;
    padding-bottom: 14px;
  }

  .featurebox_item dd {
    font-size: 15px;
  }

  .featurebox_item .box {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {

  .featurebox_item dt,
  .featurebox_item dd {
    padding-left: 40px;
  }

  .featurebox_item:nth-of-type(3n+1) dt:before,
  .featurebox_item:nth-of-type(3n+2) dt:before,
  .featurebox_item:nth-of-type(3n+3) dt:before {
    width: 43px;
    left: -3px;
  }
}

.bnr_slide {
  margin: 60px auto 60px;
}

.kin_btn_item {
  width: 300px;

}

.kin_btn {
  width: 100%;
}

.kin_btn a {
  display: block;
  background-color: rgba(3, 3, 3, 0.75);
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
  font-size: 24px;
  padding: 40px 0;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/frame_top.png), url(/import/tenant_1/160.16.55.223/html/images/01index/frame_right.png), url(/import/tenant_1/160.16.55.223/html/images/01index/frame_bottom.png), url(/import/tenant_1/160.16.55.223/html/images/01index/frame_left.png);
  background-position: 0 0, right 0, right bottom, 0 bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  position: relative;
}

.kin_btn a:after {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@media only screen and (max-width: 1024px) {
  .kin_btn_list {
    width: 100%;
  }

  .kin_btn_item {
    margin-bottom: 20px;
    width: 30%;
  }

  .kin_btn {
    width: 100%;
  }

  .kin_btn a {
    font-size: 17px;
    padding: 27px 0;
  }

  .kin_btn a:after {
    left: 30px;
    width: 15px;
    height: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .home-about {
    background-size: cover;
  }

  .kin_btn_item {
    width: 90%;
    max-width: 300px;
  }
}

/*--------------------home-course------------------------*/

.home-course {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img83.png) left -5px repeat;
  background-size: 100% 102%;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

.home-course .heading1:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img29.png) center center no-repeat;
  background-size: contain;
}

.home-course .heading1:after {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img30.png) center center no-repeat;
  background-size: contain;
}

.course_list {
  margin-top: 70px;
}

.course_item {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img31.png) center center;
  background-size: 100%;
  padding: 20px 35px;
}

.course_midashi {
  font-size: 60px;
  -webkit-filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
  margin-top: 20px;
}

.course_midashi .min {
  font-size: 30px;
}

.chara_list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.chara_item {
  padding: 0 5px;
}

.hukidashi_area {
  background: #fff;
  position: relative;
  border-radius: 30px;
  padding: 18px 0 0;
  margin-top: 6px;
  -webkit-filter: drop-shadow(3px 2px 4px #807f7f);
  filter: drop-shadow(3px 2px 4px #807f7f);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.hukidashi_area:before {
  content: "";
  display: block;
  width: 33px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img71.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hukidashi_area > * {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.hukidashi_tit {
  font-size: 20px;
  color: rgba(0, 43, 201, 255);
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.hukidashi_list {
  position: relative;
  padding-left: 14px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.hukidashi_list:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;

}

.hukidashi_list dt {
  width: 25%;
  font-size: 18px;
  font-weight: bold;
}

.hukidashi_list dd {
  width: 75%;
  font-size: 18px;
  font-weight: bold;
}

.border2_btn {
  width: 80%;
  max-width: 420px;
  border: 5px solid #fff;
  margin: 0 auto 30px;
}

.border2_btn a {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img72.png)center center no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
}

.border2_btn a > span {
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
  font-size: 40px;
  -webkit-filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  display: block;
  line-height: 110%;
}

.border2_btn a:before {
  content: "";
  border: solid 1px #fff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}

.border2_btn a:after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  -webkit-filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.course_midashi.pink {
  -webkit-filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
  filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
}

.hukidashi_tit.pink {
  color: rgba(193, 0, 0, 255);
}

.course_midashi.pink .min {
  font-size: 50px;
}

.border2_btn.pink a {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img73.jpg)center center no-repeat;
  background-size: cover;
}

.border2_btn.pink a:after {
  -webkit-filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
  filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
}

.border2_btn.pink a > span {
  -webkit-filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
  filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
}

.bigkinframe_btn {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
}

.bigkinframe_btn a {
  display: block;
  background-color: rgba(3, 3, 3, 0.75);
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
  font-size: 35px;
  padding: 45px 0;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bigframe_top.jpg), url(/import/tenant_1/160.16.55.223/html/images/01index/bigframe_right.jpg), url(/import/tenant_1/160.16.55.223/html/images/01index/bigframe_bottom.jpg), url(/import/tenant_1/160.16.55.223/html/images/01index/bigframe_left.jpg);
  background-position: 0 0, right 0, right bottom, 0 bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.bigkinframe_btn a:after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 21%;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@media only screen and (max-width: 1024px) {
  .course_midashi {
    font-size: 40px;
  }

  .course_midashi.pink .min {
    font-size: 35px;
  }

  .course_item {
    background-size: cover;
    padding: 20px 15px;
    width: 49%;
  }

  .chara_item {
    width: 20%;
  }

  .hukidashi_tit {
    font-size: 16px;
  }

  .hukidashi_list dt,
  .hukidashi_list dd {
    font-size: 16px;
    width: 100%;
  }

  .border2_btn a > span {
    font-size: 28px;
  }

  .border2_btn a:after {
    width: 16px;
    left: 20px;
  }

  .bigkinframe_btn a {
    font-size: 28px;
  }

  .bigkinframe_btn a:after {
    left: 16%;
  }

  .home-course {
    background-size: cover;
  }
}

@media only screen and (max-width: 599px) {
  .course_list {
    margin-top: 40px;
  }

  .course_item {
    width: 100%;
  }

  .bigkinframe_btn {
    margin-top: 40px;
  }

  .bigkinframe_btn a {
    font-size: 18px;
    padding: 30px 0;
  }

  .border2_btn a > span {
    font-size: 22px;
  }

  .course_midashi {
    font-size: 32px;
  }

  .course_midashi .min {
    font-size: 22px;
  }

  .course_midashi.pink .min {
    font-size: 28px;
  }

  .bigkinframe_btn a:after {
    left: 8%;
    width: 11px;
  }

}


/*-------------home-first----------------------*/
.home-first {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img84.png) top left no-repeat;
  background-size: cover;
}

.home-first .heading1:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img47.png) center center no-repeat;
  background-size: contain;
  -webkit-filter: none !important;
  filter: none !important;
}

.home-first .heading1:after {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img47.png) center center no-repeat;
  background-size: contain;
  -webkit-filter: none !important;
  filter: none !important;
}

.home_first_txtarea {
  margin-top: 50px;
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 40px 45px;
}

.home_first_txtarea:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.home_first_txtarea > * {
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 20px;
}

.home_first_txtarea .txt {
  padding-bottom: 10px;
  line-height: 180%;
}

.light_heading {
  text-align: center;
}

.light_heading span {
  position: relative;
  display: inline-block;
  position: relative;
  padding: 35px 75px;
  font-size: 35px;
  line-height: 36px;
  font-weight: normal;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.light_heading span:before {
  content: "";
  display: block;
  width: 70px;
  height: 90px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img48.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}

.light_heading span:after {
  content: "";
  display: block;
  width: 70px;
  height: 90px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img48.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 0;
}

.home_first_txtarea .more_btn {
  max-width: 350px;
  margin-top: 50px;
}

.home_first_txtarea .more_btn a:before {
  content: "";
  display: block;
  width: 33px;
  height: 39px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img49.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0;
}

.home_voicebox {
  margin-top: 100px;
}

.hvoice_tit {
  width: 100%;
  background: rgba(3, 3, 3, 0.75);
  text-align: center;
  border-radius: 50px;
}

.hvoice_tit .tit {
  font-weight: bold;
  -webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bg_clip.jpg);
  color: transparent;
  font-size: 35px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 160%;
}

.hvoice_tit .kazari {
  position: relative;
  padding: 0 70px;
  font-size: 35px;
  line-height: 160%;
}

.hvoice_tit .kazari:before {
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img50.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.hvoice_tit .kazari:after {
  content: "";
  display: block;
  width: 38px;
  height: 41px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img51.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0;
}

.hvoice_list {
  margin-top: 40px;
}

.hvoice_item {
  background: rgba(3, 3, 3, 0.75);
  padding: 20px 20px;
}
.hvoice_item .student_icon{
 width: 65px;
 height: 80px;
 position: relative;
}
.hvoice_item .student_icon:before{
  content: "";
  display: block;
  background: url(/upload/tenant_1/2c6364522cfd461d49a7e1d694dccc8c.png) center center no-repeat;
  background-size: contain;
  width: 65px;
  height: 80px;
  top: 0;
  left: 0;
}
.hvoice_item .student_icon.男:before{
  background: url(/upload/tenant_1/1a2b718f13c9545feea508aad112d5f5.png) center center no-repeat;
  background-size: contain;
}

.specbox_item {
  background: rgba(3, 3, 3, 0.75);
  position: relative;
  border: 5px solid transparent;
  padding: 15px;

}

.specbox_item:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.spec_item {
  font-size: 16px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  padding-bottom: 5px;
  padding-left: 35px;
}
.hvoice_list .spec_menu .spec_item:first-of-type {
  position: relative;
}

.hvoice_list .spec_menu .spec_item:first-of-type:after {
  position: relative;
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
}


.specbox_list {
  margin-bottom: 37px;
}

.home_voicebox .img {
  margin: 0 auto;
  width: 65px;
}

.home_voicebox .img img {
  width: 80%;
  height: auto;
}

.voice_txtbox {
  background: rgba(3, 3, 3, 0.75);
  position: relative;
  border: 9px solid transparent;
  padding: 30px 30px 20px 30px;
  margin-top: 30px;
}

.voice_txtbox:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.voice_txtbox .txtbox_tit {
  font-size: 20px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  padding-bottom: 25px;
}

.voice_txtbox .txtbox_txt {
  font-size: 16px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .home_first_txtarea > * {
    font-size: 18px;
  }

  .light_heading span {
    font-size: 28px;
  }

  .home_first_txtarea {
    padding: 40px 34px;
  }

  .home_first_txtarea .more_btn {
    margin-top: 20px;
  }

  .hvoice_tit .tit {
    font-size: 26px;
  }

  .specbox_item {
    width: 90%;
    margin: 0 auto 10px;
  }

  .hvoice_item {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 599px) {
  .home-first {
    padding-top: 30px;
  }

  .home_first_txtarea {
    padding: 30px 20px;
  }

  .home_first_txtarea .txt {
    font-size: 16px;
  }

  .light_heading span {
    font-size: 20px;
    padding: 35px 25px;
  }

  .light_heading span:before {
    width: 50px;
    left: -20px;
  }

  .light_heading span:after {
    width: 50px;
    right: -20px;
  }

  .home_first_txtarea .more_btn a:before {
    width: 23px;
    top: -5px;
  }

  .home_voicebox {
    margin-top: 50px;
  }

  .hvoice_tit .kazari {
    padding: 0 50px;
    margin: 0 5px;
  }

  .hvoice_tit .kazari:before {
    width: 30px;
    left: 5px;
    top: 5px;
  }

  .hvoice_tit .kazari:after {
    width: 30px;
    right: 5px;
    top: 5px;
  }

  .hvoice_tit .tit {
    font-size: 22px;
    line-height: 60px;
  }

  .specbox_list {
    margin-bottom: 10px;
  }

  .voice_txtbox {
    margin-top: 20px;
  }
}


/*-----------newsblog-----------------*/
.home-newsblog {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img75.png) top center no-repeat;
  background-size: 102% 100%;
  padding: 50px 0 0;
}

.home-newsblog .out-heading1 .heading1:before,
.home-newsblog .out-heading1 .heading1:after {
  display: none;
}

.monster_list {
  width: 90%;
  position: relative;
  margin: 70px auto 30px;
}

.monster_item.circle {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img55.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 200px;
  height: 200px;
}

.monster_item.circle .txt {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 70px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 1px 6px #0054ff);
  filter: drop-shadow(2px 1px 6px #0054ff);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/kyoukatxt_bg.jpg);
  color: transparent;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /* text-shadow: 3px 2px 2px #ff0000, 1px -2px 4px #ff0000, 1px -1px 4px #ff0000, 1px 2px 1px #000000, 2px 3px 2px #000000, 3px 4px 1px #000000, 4px 5px 2px #000000, 5px 6px 2px #000000, 6px 7px 2px #000000;*/
  width: 100%;
  line-height: 120%;
  text-align: center;

}

.monster_list li {
  width: 16%;
}

.monster_item > div {
  position: absolute;
}

.monster_item.c1 {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  top: -30%;
  left: 0;
}

.monster_item.c2 {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  top: 10%;
  left: -40px;
}

.monster_item.c3 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  top: -30%;
  left: -80px;
}

.monster_item.c4 {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  top: -30%;
  left: 0;
}

.monster_item.c5 {
  top: 10%;
  left: 0;
}

.monster_item.monster .img {
  width: 360px;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.monster_item.monster img {
  width: 100%;
  height: auto;
}

.hnews_box {
  background: rgba(3, 3, 3, 0.75);
  position: relative;
  border: 7px solid transparent;
  padding: 40px 30px 30px 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.hnews_box:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 2px solid #fff;
  border-radius: 3px;
}

.hnews_list {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hnews_item {
  padding-bottom: 18px;
}

.hnews_item dt,
.hnews_item dd a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #fff;
}
.hnews_item dt {
  width: 20%;
}

.hnews_item dd {
  width: 80%;
}

.hblog_item {
  background: #fff;
  padding: 18px;
}

.hblog_item .pic {
  border: solid 2px #bfbfbf;
  margin-bottom: 20px;
}

.hblog_item .pic a {
  display: block;
}

.hblog_item .day {
  text-align: right;
  color: rgba(30, 43, 106, 255);
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.hblog_tit {
  font-weight: bold;
  margin-bottom: 17px;
  color: rgba(0, 0, 0, 255);
  font-size: 16px;
  display: block;
}

.hblog_btn {
  width: 100%;
}

.hblog_btn a {
  padding: 7px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
}

.hblog_box {
  margin-top: 30px;
  margin-bottom: 0px;
}

.hmovie_box a {
  display: block;
}

.hmovie_box {
  margin-top: 30px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .monster_item.c1 {
    left: -40%;
  }

  .monster_item.c2 {
    left: -70%;
  }

  .monster_item.c3 {
    left: -130%;
  }

  .monster_item.c4 {
    left: -30%;
  }

  .monster_item.c5 {
    left: -30%;
  }

  .hblog_item {
    padding: 10px;
    width: 31%;
    margin: 0 1% 6% 1%;
  }

  .home-newsblog {
    background-size: cover;
  }
}

@media only screen and (max-width: 599px) {
  .monster_list li.monster_item {
    width: 100%;
  }

  .monster_item.monster .img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
  }

  .monster_item.c1 {
    left: -80%;
  }

  .monster_item.c2 {
    left: auto;
  }

  .monster_item.c3 {
    left: 120%;
  }

  .monster_item.c4 {
    left: -90%;
  }

  .monster_item.c5 {
    left: 140%;
    top: 0%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .hnews_item dt {
    width: 100%;
    padding-bottom: 10px;
  }

  .hnews_item dd {
    width: 100%;
  }

  .hnews_box {
    padding: 30px 20px;
  }

  .hblog_item {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .douga {
    margin-top: 30px;
  }
}


/*-------------footer-------------*/

.footer {
  background: url(/upload/tenant_1/e273adacc627671f9244cde3dbfa85ea.png) top left no-repeat;
  background-size: cover;
  position: relative;
}

.footer .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.foot_menubox {
  background: rgba(3, 3, 3, 0.75);
  position: relative;
  border: 5px solid transparent;
  padding: 15px;
  padding: 10px 40px;
  width: 90%;
  height: 100%;
}

.foot_menubox:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.foot_menutit {
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 20px;
  color: #fff;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(3px 2px 2px #000)drop-shadow(1px -2px 2px #000)drop-shadow(1px -1px 2px #000)drop-shadow(0px 2px 1px #000)drop-shadow(0px 2px 1px #000);
  filter: drop-shadow(3px 2px 2px #000)drop-shadow(1px -2px 2px #000)drop-shadow(1px -1px 2px #000)drop-shadow(0px 2px 1px #000)drop-shadow(0px 2px 1px #000)
}

.fmenu_item a {
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.fmenu_item a:hover:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.fmenu_item {
  padding-bottom: 13px;
  position: relative;
  z-index: 1;
}

.footbg_cloud_item.left {
  position: absolute;
  top: 180px;
  left: -200px;

}

.footbg_cloud_item.right {
  position: absolute;
  top: 180px;
  right: -190px;
}

.copy {
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 0px 0 20px;
}

.foot_logo {
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .copy {
  padding: 0px 0 20px;
}
  
  .foot_logo {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }

  .foot_menu {
    width: 33.33333%;
  }

  .foot_menubox {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .footlogo_area {
    width: 100%;
  }

  .footer {
    background-size: cover;
  }

  .foot_menutit {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .foot_menu {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .copy {
    padding-bottom: 100px;
  }
}

/*-------------02about--------------------*/
.under.main-img {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img01.png) top left no-repeat;
  background-size: cover;
  min-height: 70vh;
  height: auto;
}
.under.main-img .inner{
  height: auto;
}

.under-img-txt {
  background-color: rgba(3, 3, 3, 0.75);
  display: block;
  color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 42px;
  line-height: 46px;
  border-radius: 3px;
  text-align: center;
  padding: 55px 0;
  margin-top: 60px;
}

.under-img-txt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.under-img-txt:after {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25%;
}

.under-img-txt .mozi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.under .command_list {
  margin-top: 20px;
}

.now_page {
  background-color: rgba(3, 3, 3, 0.75);
  display: block;
  color: #fff;
  width: 150px;
  height: 50px;
  position: relative;
  font-size: 18px;
  line-height: 46px;
  border-radius: 3px;
/*   cursor: pointer; */
  text-align: center;
}

.now_page:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 138px;
  height: 38px;
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}
.now_page > *{
  position: relative;
  z-index: 1;
}
.now_page a{
  display: block;
}
[data-element-id] .now_page a{
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}



.about1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
  position: relative;
  min-height: 200px;
  padding-bottom: 30px;
}

.pankuzu_box {
  margin-top: -160px;
  margin-bottom: 160px;
}

.pankuzu_list {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.pankuzu_list:after {
  content: "";
  display: block;
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50px;
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img18.png) top left no-repeat;
  background-size: 100% 100%;
}

.pankuzu_list > * {
  position: relative;
  z-index: 1;
}


.pankuzu_item {
  display: inline-block !important;
  position: relative;
  padding: 30px;
}
.pankuzu_item:nth-of-type(3){
  max-width: 230px;
  overflow: hidden;
  height: 41px;
  line-height: 41px;
  margin-top: -12px;
  margin-bottom: -3px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  

.pankuzu_item:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  right: 0;
  z-index: 2;
  position: absolute;
}

.pankuzu_item,
.pankuzu_item a {
  font-size: 18px;
  color: #fff;
}

.pankuzu_box .inner {
  padding: -0px;
}

.pankuzu_item:last-of-type:after {
  display: none;
}

.pankuzu_in {
  padding-top: 200px;
  position: relative;
}

.about01_box .txt {
  line-height: 200%;
  font-size: 17px;
  color: #fff;
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.about01_box {
  position: relative;
  margin-bottom: 30px;
}

.about01_box:before {
  content: "";
  display: block;
  width: 60%;
  height: 284px;
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img10.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

.line-box_w100 {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 40px 45px;
  margin-top: 60px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.line-box_w100 > *{
  position: relative;
  z-index: 1;
}


.line-box_w100:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.onayami_list {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.onayami_item {
  padding-left: 30px;
  position: relative;
  padding-bottom: 18px;
  font-size: 22px;
  color: #fff;
}

.onayami_item:before {
  content: "";
  display: block;
  width: 15px;
  height: 19px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

.about01_box2 {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.about01_box2 .message {
  margin: 50px auto;
  line-height: 190%;
}

.emblem_item {
  width: 160px;
  height: 160px;
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img07.png) center center no-repeat;
  background-size: contain;
  position: relative;
}

.kyouka_tit {
  font-size: 40px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 1px 6px #0054ff);
  filter: drop-shadow(2px 1px 6px #0054ff);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/heading2_clip.jpg);
  color: transparent;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 30%;
  left: 0;
  line-height: 102%;
  display: block;
  width: 100%;
}

.emblem_list {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pankuzu_item:nth-of-type(3){
    max-width: 150px;
    overflow: hidden;
    height: 17px;
    line-height: 17px;
    padding: 0;
  }
  
}
@media only screen and (max-width: 599px) {
  .pankuzu_item:nth-of-type(3){
    max-width: 40px;
  }
  
}


/*----------------about2----------------------*/
.about2 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img12.png) top left no-repeat;
  background-size: cover;
  padding-top: 650px;
}

.about2 .icon_midashi > span:before {
  width: 90px;
  height: 99px;
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img08.png) center center no-repeat;
  background-size: contain;
}

.about2 .icon_midashi > span {
  padding: 0 120px;
}

.about2 .icon_midashi > span:after {
  width: 90px;
  height: 99px;
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img09.png) center center no-repeat;
  background-size: contain;
}

.about_feature_item {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img17.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 24px 30px 30px;
}

.about_feature_item dt {
  color: #c10000;
  padding-bottom: 16px;
}

/*-----------------about3------------------------*/
.about3 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img84.png) top left no-repeat;
  background-size: cover;
}

.about3 .heading1:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img47.png) center center no-repeat;
  background-size: contain;
  -webkit-filter: none !important;
  filter: none !important;
}

.about3 .heading1:after {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img47.png) center center no-repeat;
  background-size: contain;
  -webkit-filter: none !important;
  filter: none !important;
}

.about3_box1 {
  padding-top: 50px;
}

.about3_box1 .line-box_w100 {
  margin-top: 20px;
  position: relative;
  padding-bottom: 0px;
  margin-top: 30px;
}

.about3_box1 .line-box_w100:after {
  content: "";
  display: block;
  width: 170px;
  height: 139px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img14.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.about3_box1 .light_list {
  padding-bottom: 110px;
  position: relative;
}

.about3_box1 .light_list dt {
  padding-bottom: 20px;
}

.about3_box1 .light_list:after {
  content: "";
  display: block;
  width: 70px;
  height: 90px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img48.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about3_box1 .light_list:last-of-type {
  padding-bottom: 70px;
}

.about3_box1 .light_list:last-of-type:after {
  display: none;
}

.about3_boxlist {
  margin-top: 100px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.about3_boxlist .line-box_w100 {
  margin-top: 30px;
  line-height: 180%;
}

.about3_boxlist .heading3:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img47.png) center center no-repeat;
  background-size: contain;
}

.about3 .kin_btn_list {
  margin-top: 60px;
  margin-bottom: 50px;
}

.w45_kin.kin_btn_item {
  width: 80%;
  max-width: 460px;
}

.w45_kin.kin_btn_item a {
  background-image: url(/import/tenant_1/160.16.55.223/html/images/02about/frame45_top.jpg), url(/import/tenant_1/160.16.55.223/html/images/02about/frame45_right.jpg), url(/import/tenant_1/160.16.55.223/html/images/02about/frame45_bottom.jpg), url(/import/tenant_1/160.16.55.223/html/images/02about/frame45_left.jpg);
  background-position: 0 0, right 0, right bottom, 0 bottom;
  /*    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;*/
  background-repeat: 100%, 100%, 100%, 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about3 .hmovie_box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .under-img-txt {
    font-size: 30px;
    padding: 45px 0;
  }

  .under-img-txt:after {
    left: 11%;
    width: 23px;
    height: 26px;
  }

  .main-img .mainimg-logo {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .under .mainimg-logo a{
    display: block;
  }

  .under .command_list {
    margin-top: 50px;
  }

  .under.main-img {
    min-height: auto;
  }

  .pankuzu_item {
    padding: 18px;
  }

  .pankuzu_item,
  .pankuzu_item a {
    font-size: 16px;
  }

  .pankuzu_list:after {
    width: 310%;
  }

  .pankuzu_box {
    margin-top: -200px;
    margin-bottom: 90px;
  }

  .onayami_item {
    font-size: 16px;
  }

  .onayami_item:before {
    width: 12px;
    top: 1px;
  }

  .line-box_w100 {
    margin-top: 50px;
  }

  .about01_box2 .message {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .emblem_item {
    width: 18%;
    margin: 0 1%;
  }

  .kyouka_tit {
    font-size: 28px;
    top: 35%;
  }

  .bigkinframe_btn {
    width: 90%;
  }

  .about3_box1 .line-box_w100:after {
    width: 120px;
  }

  .about3_boxlist .line-box_w100 {
    font-size: 16px;
  }

  .about3_boxlist .about3_box2,
  .about3_boxlist .about3_box3 {
    width: 48%;

  }

  .about3_boxlist .about3_box2 .line-box_w100,
  .about3_boxlist .about3_box3 .line-box_w100 {
    padding: 30px;
  }

  .command_item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 599px) {

  .main-img .mainimg-logo {
    width: 80%;
  }

  .under-img-txt {
    font-size: 16px;
    padding: 35px 0;
    margin-top: 20px;
  }

  .under-img-txt:after {
    left: 8%;
    width: 13px;
  }

  .now_page {
    font-size: 16px;
  }

  .under .command_list {
    margin-top: 40px;
  }

  .about01_box .txt {
    padding: 20px;
  }

  .pankuzu_item,
  .pankuzu_item a {
    font-size: 12px;
  }

  .pankuzu_item {
    padding: 8px;
    margin-right: 12px;
  }

  .pankuzu_item:after {
    right: -13px;

  }

  .pankuzu_list:after {
    right: -10px;
  }

  .chara_line01 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .pankuzu_in {
    padding-top: 150px;
  }

  .pankuzu_box {
    margin-top: -150px;
    margin-bottom: 50px;
  }

  .about01_box .txt {
    font-size: 14px;
  }

  ._line01 {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }

  .under .bg-paper {
    padding: 42px 15px 30px;
    margin-bottom: 30px;
  }

  .line-box_w100 {
    margin-top: 30px;
    padding: 26px;
  }

  .onayami_item {
    padding-bottom: 0px;
  }

  .about01_box2 .message {
    font-size: 15px;
  }

  .emblem_item {
    height: 100px;
    width: 30%;
    margin-bottom: 15px;
  }

  .emblem_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .about2 {
    padding-top: 350px;
  }

  .about2 .icon_midashi > span:before {
    width: 40px;
  }

  .about2 .icon_midashi > span:after {
    width: 40px;
  }

  .kyouka_tit {
    font-size: 22px;
  }

  .about2 .icon_midashi > span {
    padding: 0 50px;
  }

  .about_feature_item dt {
    font-size: 16px;
  }

  .about_feature_item dd {
    font-size: 14px;
  }

  .about_feature_item {
    padding: 20px 20px 30px;
    margin-bottom: 20px;
  }

  .about3_box1 .line-box_w100:after {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -60px;
    margin-right: 0;
    margin-left: auto;
    width: 90px;
  }

  .about3_boxlist {
    margin-top: 70px;
  }

  .about3_boxlist .about3_box2,
  .about3_boxlist .about3_box3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .about3_boxlist .line-box_w100 {
    margin-top: 15px;
  }

  .about3 .kin_btn_list {
    margin: 30px 0;
  }


}


/*-------------03access--------------------*/
.access1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img83.png) top left repeat;
  background-size: cover;
  position: relative;
}

.access01_box {
  position: relative;
  padding: 60px 80px 90px;
}

.access01_box:before {
  content: "";
  display: block;
  width: 60%;
  height: 284px;
  background: url(/import/tenant_1/160.16.55.223/html/images/03access/img01.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50px;
  opacity: 0.6;
}

.access01_box_inn {
  position: relative;
  z-index: 1;
}

.access_list {
  margin-top: 30px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.access_list .address,
.access_list .tel,
.access_list .station {
  padding-bottom: 20px;
}

.access_list .tel a {
  padding-left: 40px;
  color: #c10000;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

.access_list .tel a:before {
  content: "";
  display: block;
  width: 34px;
  height: 25px;
  background: url(/import/tenant_1/160.16.55.223/html/images/03access/img12.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -0px;
  left: 0;
}

.sousyoku1 {
  padding-bottom: 90px;
  position: relative;
}

.sousyoku1:before {
  content: "";
  display: block;
  width: 340px;
  height: 27px;
  background: url(/import/tenant_1/160.16.55.223/html/images/03access/img07.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .access_list .left_area {
    width: 70%;
  }

  .access_list {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .access_list .left_area {
    width: 100%;
  }

  .access_list .right_area {
    width: 100px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .access_list .address,
  .access_list .tel,
  .access_list .station {
    padding-bottom: 10px;
  }

  .access_list .tel a {
    font-size: 20px;
    padding-left: 30px;
  }

  .access_list .tel a:before {
    width: 25px;
  }

  .access_list .address,
  .access_list .tel,
  .access_list .station {
    font-style: 14px;
  }

  .mt50.sp_mt20 {
    margin-top: 20px;
  }

  .mt50.sp_mt0 {
    margin-top: 0;
  }

  .heading2.brown {
    padding-bottom: 20px;
  }
}


/*-------------04teacher--------------------*/
.teacher1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
  position: relative;
  min-height: 200px;
  padding-bottom: 30px;
}

.teacher01_box {
  position: relative;
}

.teacher01_box:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url(/import/tenant_1/160.16.55.223/html/images/04teacher/img09.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.greet_txt {
  padding-top: 0px;
}

.teacher02_box {
  position: relative;
  margin-top: 120px;
  margin-bottom: 86px;
  max-width: 100%;
}

.teacher02_box .name {
  font-size: 50px;
  -webkit-filter: drop-shadow(2px 1px 6px #0054ff);
  filter: drop-shadow(2px 1px 6px #0054ff);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/heading2_clip.jpg);
  color: transparent;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  padding-left: 110px;
  line-height: 200%;
}

.teacher02_box .name:before {
  content: "";
  display: block;
  width: 90px;
  height: 99px;
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img08.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.teacher02_box .txt {
  padding-top: 25px;
}

.teacher02_box .txtbox {
  position: relative;
  z-index: 3
}

.teacher02_box .right {
  bottom: 0;
  right: 0;
  width: 350px;
  position: absolute;
}

.border_pic {
  border: solid #000 10px;
}

.border_pic .pic {
  border: solid #fff 3px;
}

.border_pic .aspect {
  border: solid #000 1px;
}

.teacher03_box .w45_kin.kin_btn_item {
  width: 100%;
}

.img_list {
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.teacher2 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img75.png) top center no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}

.teacher04_box {
  position: relative;
  margin-bottom: 140px;
}

.teacher04_box h3 {
  font-weight: bold;
  -webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bg_clip.jpg);
  color: transparent;
  font-size: 35px;
  line-height: 36px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.teacher04_box .name {
  font-size: 50px;
  text-align: center;
  -webkit-filter: drop-shadow(2px 1px 6px #ff0000);
  filter: drop-shadow(2px 1px 6px #ff0000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/heading2_clip.jpg);
  color: transparent;
  font-family: 'Noto Serif JP', serif;
  /* text-shadow: 3px 2px 2px #ff0000, 1px -2px 4px #ff0000, 1px -1px 4px #ff0000, 1px 2px 1px #000000, 2px 3px 2px #000000, 3px 4px 1px #000000, 4px 5px 2px #000000, 5px 6px 2px #000000, 6px 7px 2px #000000; */
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  margin-top: -50px;
}

.teacher04_box ul {
  margin-top: 30px;
}

.teacher04_box .teacher_skill {
  position: relative;
  padding-left: 65px;
  font-weight: bold;
  -webkit-filter: none;
  filter: none;
  color: #fff;
  font-size: 35px;
  line-height: 36px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding-bottom: 30px;

}

.teacher04_box .teacher_skill:nth-of-type(2n+1):before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/04teacher/img11.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 0;
}

.teacher04_box .teacher_skill:nth-of-type(2n+2):before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/04teacher/img10.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 0;
}

.skill_line {
  position: relative;
}

.skill_line:before {
  content: "";
  display: block;
  height: 2px;
  width: 390px;
  background: #fff;
  position: absolute;
  left: 40px;
  top: 7px;
}

.teacher04_box .pic_monster {
  position: absolute;
  top:20px;
  right: -110px;
}

.teacher04_box .pic_monster img {
  width: 600px;
  max-width: 600px;
}

.teacher05_box h3 {
  text-align: center;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.teacher05_box h3 span {
  display: inline-block;
}

.teacher05_box h3 .tit {
  font-weight: bold;
  -webkit-filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  filter: drop-shadow(3px 2px 2px #ff0000)drop-shadow(1px -2px 4px #ff0000)drop-shadow(1px -1px 4px #ff0000)drop-shadow(0px 2px 1px #000000);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/bg_clip.jpg);
  color: transparent;
  font-size: 35px;
  line-height: 36px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.teacher05_box h3 .light_img {
  position: relative;
  padding: 0 75px;


}

.teacher05_box h3 .light_img:before {
  content: "";
  display: block;
  width: 70px;
  height: 90px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img48.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
}

.teacher05_box h3 .light_img:after {
  content: "";
  display: block;
  width: 70px;
  height: 90px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img48.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 0;
}

.teacher05_box .sns_list {
  max-width: 485px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.teacher05_box .sns_list a {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .greet_txt {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
  }

  .teacher02_box .name {
    font-size: 40px;
  }

  .teacher02_box .right {
    width: 250px;
  }

  .img_list .koumori_img {
    width: 20%;
  }

  .teacher04_box .name {
    font-size: 40px;
  }

  .teacher04_box h3 {
    font-size: 30px;
  }

  .teacher04_box .teacher_skill {
    font-size: 25px;
  }

  .teacher04_box .pic_monster img {
    width: 410px;
  }

  .teacher05_box h3 .tit {
    font-size: 30px;
  }

}


@media only screen and (max-width: 599px) {
  .greet_txt {
    font-size: 14px;
  }

  .teacher02_box .name {
    font-size: 26px;
    padding-left: 40px;
  }

  .teacher02_box .name:before {
    width: 40px;
    left: -10px;
  }

  .teacher02_box .right {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 80%;

  }

  .teacher02_box {
    margin-bottom: 40px;
    margin-top: 70px;
  }

  .teacher03_box .img_list .w65 {
    width: 65%;
  }

  .img_list .koumori_img {
    width: 25%;
  }

  .teacher1 {
    padding-bottom: 0;
  }

  .teacher2 {
    padding-top: 10px;
  }

  .teacher02_box .txt {
    font-size: 14px;
  }
  .teacher_right{
    order: -1;
    margin-bottom: 80px;
    margin-top: -30px;
  }

  .teacher04_box h3 {
    font-size: 22px;
  }

  .teacher04_box .name {
    font-size: 30px;
  }

  .skill_line:before {
    width: 200px;
  }

  .teacher04_box .pic_monster {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .teacher04_box .teacher_skill {
    font-size: 14px;
    padding-left: 40px;
    padding-bottom: 20px;
  }

  .teacher04_box .teacher_skill:nth-of-type(2n+1):before {
    width: 35px;
  }

  .teacher04_box .teacher_skill:nth-of-type(2n+2):before {
    width: 35px;
  }

  .teacher04_box .pic_monster img {
    width: 100%;
  }

  .teacher04_box {
    margin-bottom: 40px;
  }

  .teacher05_box h3 .tit {
    font-size: 22px;
  }

  .teacher05_box h3 .light_img {
    padding: 0 35px;
  }

  .teacher05_box h3 .light_img:before,
  .teacher05_box h3 .light_img:after {
    width: 40px;
  }

  .teacher05_box h3 {
    -webkit-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    transform: translateY(-34px);
  }

  .sns_item {
    width: 45%;
  }

  .teacher05_box .sns_list {
    margin-top: -20px;
  }

}

/*---------------------05course--------------------------*/
.course1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
  position: relative;
}

.course_heading {
  background-color: rgba(3, 3, 3, 0.75);
  display: block;
  color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 42px;
  line-height: 46px;
  border-radius: 3px;
  text-align: center;
  padding: 55px 0;
  margin-bottom: 30px;
}

.course_heading:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.course_heading > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(2px 1px 2px #0087ff) drop-shadow(2px 1px 4px #0087ff);
  filter: drop-shadow(2px 1px 2px #0087ff) drop-shadow(2px 1px 4px #0087ff);
  color: #fff;
}

.light_blue {
  color: #20c3ff;
}

.course_txt {
  margin-bottom: 40px;
}

.book_heading {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  color: rgba(0, 43, 201, 255);
  font-size: 19px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.book_heading:before {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img18.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 24%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 0px;
}

.corse_btncaharlist {
  margin-top: 20px;
}

.course_midashi.min_midashi {
  font-size: 50px;
}

.course_midashi_in a {
  padding: 45px 0 35px;
}

.course1_box {
  margin-bottom: 65px;
}

.course_heading.pink > span {
  -webkit-filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
  filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
}

.bg_red-carpet {
  background: url(/import/tenant_1/160.16.55.223/html/images/05course/img01.png) top left repeat-x;
  background-size: cover;
}
.bg_red-carpet .akuma img {
  width: 456px;
  max-width: 456px;
  position: absolute;
  right: -150px;
  top: -300px;
}
.course1 .bg_red-carpet .spec_item a {
  position: relative;
}

.course1 .bg_red-carpet .spec_item a:hover:before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.bg_red-carpet .akuma {
  position: relative;
}

.course2 {
  background: url(/import/tenant_1/160.16.55.223/html/images/05course/img06_2.png) top left no-repeat;
  background-size: cover;
  position: relative;
}

.course2 .heading1 {
  padding: 0 80px;
}

.course2 .heading1:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img29.png) center center no-repeat;
  background-size: contain;
}

.course2 .heading1:before {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img30.png) center center no-repeat;
  background-size: contain;
}

.studyptn_item {
  position: relative;
  padding-bottom: 100px;
}

.studyptn_item:before {
  content: "";
  display: block;
  width: 33px;
  height: 39px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img49.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.studyptn_item dt {

  position: relative;
  padding: 20px 0 25px;
  padding-left: 110px;
  color: #c10000;
}

.studyptn_item dt .wreath {
  width: 90px;
  height: 70px;
  background: url(/import/tenant_1/160.16.55.223/html/images/05course/img05.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
}

.num {
  line-height: 40px;
  font-size: 50px;
  color: #4f3833;
  width: 100%;
  display: block;
  text-align: center;
}

.studyptn_item dd {
  padding-left: 110px;
}

.taisaku_box {
  width: 100%;
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
}

.taisaku_box .txt {
  padding-bottom: 30px;
}

.taisaku_heading {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  text-align: center;
  z-index: 1;
  -webkit-filter: drop-shadow(3px 2px 2px #000)drop-shadow(1px -2px 2px #000)drop-shadow(1px -1px 2px #000)drop-shadow(0px 2px 1px #000)drop-shadow(0px 2px 1px #000);
  filter: drop-shadow(3px 2px 2px #000)drop-shadow(1px -2px 2px #000)drop-shadow(1px -1px 2px #000)drop-shadow(0px 2px 1px #000)drop-shadow(0px 2px 1px #000);
  color: #fff;
}

.taisaku_box .txt_box {
  margin-top: -35px;
}

.course2 .kin_btn_item {
  margin-right: auto;
  margin-left: auto;
}

.course2 .kin_btn_item a:after {
  left: 30px;
}

@media only screen and (max-width: 1024px) {
  .w45_kin.kin_btn_item {
    margin-right: auto;
    margin-left: auto;
  }

  .corse_btncaharlist .w48 {
    margin-right: auto;
    margin-left: auto;
  }

  .bg_red-carpet .akuma img {
    width: 330px;
  }
}

@media only screen and (max-width: 599px) {
  .course_heading {
    font-size: 24px;
    padding: 30px 0;
    margin-bottom: 10px;
  }

  .book_heading {
    font-size: 16px;
    padding-left: 40px;
    padding-bottom: 10px;
  }

  .book_heading:before {
    width: 35px;
    top: 14px;
  }

  .course_txt .txt {
    font-size: 14px;
  }

  .course_txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .course_midashi.min_midashi {
    font-size: 26px;
  }

  .w45_kin.kin_btn_item a {
    padding: 25px 0 25px;
  }

  .w45_kin.kin_btn_item {
    width: 100%;
  }

  .corse_btncaharlist .w48 {
    width: 80%;
  }

  .bg_red-carpet .akuma img {
    right: -60px;
    top: -150px;
    width: 100%;
  }

  .course2 .heading1 {
    padding: 0 40px;

  }

  .studyptn_item dt {
    padding: 0px 0 15px;
    padding-left: 70px;
    font-size: 17px;

  }

  .studyptn_item dt .wreath {
    width: 60px;
    height: 64px;
    top: -10px;
  }

  .studyptn_item dt .wreath .num {
    line-height: 65px;
    font-size: 30px;
  }

  .studyptn_item dd {
    padding-left: 70px;
  }

  .taisaku_box {
    padding-top: 30px;
  }

  .taisaku_heading {
    -webkit-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
  }

  .studyptn_item:before {
    width: 26px;
  }

}

/*-------------------06inversion------------------------*/
.inversion1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
}

.inversion1_box {
  padding-bottom: 100px;
}

.inversion1_box .left {
  width: 78%;
}

.inversion1_box .right {
  width: 22%;
}

.inversion2_item dt {
  position: relative;
  padding-left: 50px;
  color: rgba(0, 43, 201, 255);
  font-size: 19px;
  font-weight: 600;

}

.inversion2_item dd {
  line-height: 30px;
}

.inversion2_item dt:before {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img18.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 0px;
}

.inversion2_item {
  padding-bottom: 45px;
}

.inversion2_list {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.inversion1 .kin_btn_item {
  margin-right: auto;
  margin-left: auto;
}

.inversion2 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img83.png) top left repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.border3_btn {
  width: 100%;
  border: 5px solid #fff;
  margin: 0 auto 30px;
  position: relative;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img72.png)center center no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
}

.border3_btn:before {
  content: "";
  border: solid 1px #fff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}

.border3_btn a {
  position: relative;
}

.border3_btn a:hover:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  -webkit-filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.border3_btn a > span {
  color: #fff;
  text-align: center;
  font-size: 24px;
  -webkit-filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  filter: drop-shadow(2px 1px 2px #0054ff) drop-shadow(2px 1px 4px #0054ff);
  display: block;
  line-height: 110%;
}

.highschool_list {
  margin-top: 80px;
}


.bg_img_on .aspect{
  background: url('/upload/tenant_1/e70e1b805595fab0900f94cdb20913e7.png') center center no-repeat;
  background-size:contain;
}

.border3_btn a {
  display: block;
}

.highschool_item {
  margin-bottom: 0;
}

.inversion3_box {
  margin-bottom: 90px;
}

.border3_btn.pink {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img73.jpg)center center no-repeat;
  background-size: cover;
}

.border3_btn.pink a > span {
  -webkit-filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
  filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
}

.border3_btn.pink a:hover:after {
  -webkit-filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
  filter: drop-shadow(2px 1px 2px #ff006c) drop-shadow(2px 1px 4px #ff006c);
}

.inversion2 .w45_kin.kin_btn_item {
  margin-right: auto;
  margin-left: auto;
}
.inversion2:before {
  content: "";
  display: block;
  width: 163px;
  height: 169px;
  background: url(/import/tenant_1/160.16.55.223/html/images/06inversion/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
}

/* .inversion2:before {
  content: "";
  display: block;
  width: 564px;
  height: 204px;
  background: url(/upload/tenant_1/054c6578829aa357278aea187822e480.gif) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 0;
} */

.inversion2:after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/06inversion/img03.png) center center repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .inversion2_item {
    padding-bottom: 30px;
  }

  .inversion2_item dt {
    width: 30%;
  }

  .inversion2_item dd {
    width: 68%;
  }

  .inversion2_item dt:before {
    width: 37px;
  }

  .inversion1_box {
    padding-bottom: 30px;
  }

  .border3_btn a > span {
    font-size: 18px;
  }

  .border3_btn:after {
    width: 9px;
  }

  .highschool_item {
    width: 29%;
  }

  .inversion2 {
    padding: 60px 0;
  }

  .highschool_list {
    margin-top: 50px;
  }


}

@media only screen and (max-width: 599px) {
  .inversion1_box .left {
    width: 100%;
  }

  .inversion1_box .right {
    width: 42%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }

  .inversion2_item dt {
    width: 100%;
    padding-left: 40px;
  }

  .inversion2_item dd {
    width: 100%;
    font-size: 14px;
  }

  .inversion2_item {
    padding-bottom: 20px;
  }

  .inversion1 .kin_btn_item {
    margin-top: 30px;
  }

  .highschool_item {
    width: 93%;
  }

  .inversion3_box {
    margin-bottom: 50px;
  }

  .highschool_list {
    margin-top: 30px;
  }

  .light_heading span {
    padding: 15px 25px;
  }

  .light_heading span:before,
  .light_heading span:after {
    top: -15px;
  }

  .inversion2 {
    padding-bottom: 120px;
  }




}




/*--------------------07difficulty---------------------*/
.difficulty1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/07difficulty/img02.png) top left no-repeat;
  background-size: cover;
}

.difficulty1_box1 {
  position: relative;
}

.difficulty1_box1 > *{
  position: relative;
  z-index: 1;
}

.difficulty1_box1 .tel a{
  color: #fff;
}

.difficulty1_box1 .txt_box {
  margin-top: -50px;
}

.tal.taisaku_heading {
  text-align: left;
}

.difficulty1_box1 .img {
  position: absolute;
  bottom: 10px;
  right: 90px;
  max-width: 360px;
}

.difficulty1_box2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.difficulty1_box3 {
  position: relative;
}

.difficulty1_box3 .kin_btn_item {
  margin-right: auto;
  margin-left: auto;
}

.difficulty1_box3:after {
  content: "";
  display: block;
  width: 177px;
  height: 139px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img14.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 60px;
  right: 40px;
}

.difficulty1_box3_in {
  position: relative;
  padding-bottom: 20px;
}

.difficulty1_box3_in .img {
  position: absolute;
  bottom: 40px;
  right: 0;
  max-width: 400px;
}

.min .border3_btn a > span {
  font-size: 16px;
}

.min .border3_btn a:hover:after {
  width: 11px;
}

.difficulty2 .txt {
  margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
  .difficulty1_box1 .img {
    position: absolute;
    bottom: 10px;
    right: -30px;
    width: 54%;
  }

  .difficulty1_box2 {
    font-size: 14px;
  }

  .difficulty1_box3:after {
    width: 130px;
    top: -40px;
    right: 10px;
  }

  .difficulty1_box3_in .img {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
  }

  .difficulty2 .highschool_item {
    width: 44%;
  }
}

@media only screen and (max-width: 599px) {
  .difficulty1_box3:after {
    width: 100px;
    top: -10px;
    right: 10px;
  }

  .difficulty1_box1 .img {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
  }

  .difficulty1_box1 .txt_box {
    margin-top: -30px;
  }

  .difficulty1_box2 {
    margin-top: 20px;
  }

  .inversion2 {
    padding-top: 30px;
  }

  .difficulty2 .txt {
    margin-top: 30px;
    font-size: 14px;
  }

  .difficulty2 .highschool_item {
    width: 96%;
  }
}

/*---------------08measures--------------------*/
.measures1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
  position: relative;
}

.measure_tit {
  padding-left: 40px;
  margin-bottom: 50px;
  position: relative;
}

.measure_tit:before {
  content: "";
  display: block;
  width: 27px;
  height: 34px;
  background: url(/import/tenant_1/160.16.55.223/html/images/08measures/img11.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 17px;
  left: 0;
}

.measures1_box .pic {
  margin-bottom: 20px;
}

.siryou_list {
  padding-bottom: 20px;
}

.siryou_list a {
  position: relative;
  padding-left: 35px;
  display: block;
}

.siryou_list a:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.measures1 ._line01 {
  margin-bottom: 80px;
}

.measures1_box2 .difficulty1_box1 {
  margin-top: 100px;
  margin-bottom: 50px;
}


.measures1 .difficulty1_box1 .txt_box {
  margin-top: 0;
}

.difficulty1_box1 .img.heitai_box {
  right: 50px;
}

.koumori {
  margin-top: -40px;
}

@media only screen and (max-width: 1024px) {
  .measure_tit:before {
    top: 5px;
  }

  .measure_tit {
    margin-bottom: 20px;
  }

  .measures1 ._line01 {
    width: 15%;
    margin-right: auto;
    margin-left: auto;
  }

  .measures1 .fs16 {
    font-size: 14px;
  }

  .measures1 .difficulty1_box1 .img {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: -0px;
    margin-left: auto;
  }

  .measures1 .difficulty1_box1 .txt_box {
    width: 100%;
  }

  .measures1_box2 .difficulty1_box1 .img {
    width: 47%;
  }

  .heitai_list li {
    width: 29%;
  }

  .measures1_box2 .difficulty1_box1 .img.tb_w30p {
    width: 30%;
  }

}

@media only screen and (max-width: 599px) {
  .measure_tit {
    font-size: 22px;
  }

  .measures1 ._line01 {
    width: 25%;
  }

  .measures1_box2 .difficulty1_box1 {
    margin-top: 50px;
  }

  .siryou_list a {
    padding-left: 20px;
  }

  .siryou_list a:before {
    width: 11px;
  }

  .measures1_box2 .difficulty1_box1 .img {
    width: 67%;
  }

  .koumori {
    width: 47%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }

}

/*----------------09highschool------------------------*/

.highschool1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img84.png) top left no-repeat;
  background-size: cover;
}

.tab_list .tit {
  text-align: center;
  -webkit-filter: drop-shadow(2px 1px 6px #0054ff);
  filter: drop-shadow(2px 1px 6px #0054ff);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/import/tenant_1/160.16.55.223/html/images/01index/heading2_clip.jpg);
  color: transparent;
  line-height: 102%;
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.tab_list {
  margin-top: 100px;
}

.tab_item {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 30px 20px;
  opacity: 0.5;
  cursor: pointer;
}

.tab_item.on {
  opacity: 1;
}

.tab_item:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.tab_item.shikumi .tit:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img08.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.tab_item.shikumi .tit:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img08.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.tab_item.shcool .tit:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img50.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.tab_item.shcool .tit:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img51.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.tab_area.line-box_w100 {
  max-width: 100%;
  margin-top: 0;
}

.highschoo_item {
  margin-top: 50px;
}

.highschoo_item .txt_box {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 24px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.highschoo_item .txt_box > *{
  position: relative;
  z-index: 1;
}

.highschoo_item .txt_box:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.highschoo_item .tit {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.highschoo_item .tit a {
  display: block;
  color: #fff;
}

.highschoo_item .pic a {
  display: block;
}

.taisaku_heading.min {
  font-size: 18px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.specbox_item.min .spec_list {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.spec_list {
  position: relative;
  z-index: 1;
}

.tab_area01 .right .specbox_item {
  margin-top: 40px;
}
/* .tab_area01 .right .specbox_item:first-of-type{
  margin-top: 20px;
} */

.pagenav {
  padding: 30px 0;
  margin-top: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.pagenav li {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.pagenav li a {
  display: block;
  font-size: 36px;
  padding: 0px 20px 0px;
  font-weight: bold;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
}

/*-----------------09highschool2------------------*/

.highschool2_box {
  margin-top: 50px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;

}

.list_blackbox .spec_item {
  padding-left: 10px;

}

.list_blackbox .specbox_item {
  height: 100%;
}

.schedule_item {
  position: relative;
}

.schedule_item:after {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: url(/import/tenant_1/160.16.55.223/html/images/09highschool_list/img08.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -28px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.schedule_item:last-of-type:after {
  display: none;
}

.nyushisetumei_item .txtbox {
  margin-top: 10px;
}
.cate_archivelist .spec_item a {
  position: relative;
}
.cate_archivelist .spec_item a:hover:before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}



@media only screen and (max-width: 1024px) {
  .tab_area .right {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .tab_area .left {
    width: 100%;
  }

  .tab_list .tit {
    font-size: 20px;
  }

  .tab_item.shikumi .tit:before {
    width: 25px;
    top: -8px;
    left: -8px;
  }

  .tab_item.shikumi .tit:after {
    width: 25px;
    top: -8px;
    right: -8px;
  }

  .tab_list .tit {
    padding: 0 24px;
    font-size: 19px;
  }

  .tab_item.shcool .tit:before {
    width: 25px;
    top: -8px;
    left: -8px;
  }

  .tab_item.shcool .tit:after {
    width: 25px;
    top: -8px;
    right: -8px;
  }

  .highschoo_item .txt_box {
    margin-top: 20px;
  }

  .highschoo_item .tit a {
    font-size: 20px;
  }

  .highschoo_item .cate {
    font-size: 14px;
  }

  .highschoo_item {
    margin-top: 20px;
  }

  .pagenav li a {
    font-size: 30px;
  }

  .schedule_item {
    width: 46%;
  }

  .schedule_item:after {
    right: -12px;
  }

  .mittei_list li {
    width: 100%;
  }

  .highschool2_box {
    padding-bottom: 30px;
  }

}

@media only screen and (max-width: 599px) {
  .tab_list .tit {
    font-size: 18px;
  }

  .tab_item {
    padding: 15px 0;
  }

  .tab_area.line-box_w100 {
    padding: 13px;
  }

  .highschoo_item .txt_box {
    padding: 14px;
    margin-top: 10px;
  }

  .highschoo_item .tit a {
    font-size: 17px;
  }

  .highschoo_item .tit {
    margin-bottom: 5px;
  }

  .pagenav li a {
    font-size: 20px;
    padding: 0px 8px 0px;
  }

  .pagenav li.arrow {
    width: 28px;
  }

  .pagenav li.arrow a {
    padding-top: 10px;
  }

  .pagenav {
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .tab_area01 .right .specbox_item:first-of-type{
  margin-top: 40px;
  }

  .tab_area01 .right .specbox_item {
    width: 100%;
  }

  .tab_area.line-box_w100 .fs16 {
    font-size: 14px;
  }

  .tab_area.line-box_w100 .fs26 {
    font-size: 18px;
  }

  .schedule_item {
    width: 100%;
    padding-bottom: 30px;
  }

  .schedule_item:last-of-type {
    padding-bottom: 0;
  }

  .schedule_item:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -0px;
    top: auto;
    left: 46%;
    right: auto;
  }

  .highschool2_box {
    padding-bottom: 50px;
    margin-top: 20px;
  }

  .tab_area02 .out-heading1 .heading1 {
    font-size: 16px;
  }


}


/*-----------------10highschoo_detail------------------*/
.title_list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title_item .tit {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 24px;
}

.title_item .tit:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.title_item .cate {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
}

.title_item .cate:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}


.tab_area .left,
.tab_area .right {
  position: relative;
  z-index: 1;
}
 .tab_area .right{
   
 }

.title_item.right {
  text-align: right;
}

.title_list {
  margin-bottom: 30px;
}

.school_pic {
  margin-bottom: 30px;
}

.mb30 {
  margin-bottom: 20px;
}

.table_box {
  max-width: 550px;
  margin-bottom: 30px;
}

.table_box table {
  background: rgba(3, 3, 3, 0.75);
  border-collapse: collapse;
  border-spacing: 0;
}

.table_box td {
  font-size: 22px;
  padding: 20px;
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  border: 2px solid #fff;
}

.school_detail {
  position: relative;
}

.school_detail .monster_img {
  position: absolute;
  bottom: 60px;
  right: 30px;
  z-index: 2;
}
.white_txt * {
  color: #fff;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}



.back_btn a {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  font-size: 18px;
  color: #fff;
}

.back_btn a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.back_btn a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/09highschool_list/img07.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  left: 15px;
  z-index: 2;
  position: absolute;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@media only screen and (max-width: 1024px) {
  .title_list .title_item {
    width: 48%;
  }

  .tab_area .right {
    margin-top: 30px;
    position: relative;
  }

  .tab_area .right .pic {
    width: 200px;
    top: 0;
    position: absolute;
    right: 0;
  }

  .school_detail .monster_img {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .title_list .title_item {
    width: 100%;
    margin-top: 0;

  }
  .sp_100p{
    display: block;
    width: 100%;
  }
  .sp_100p a{
    display: block;
    width: 100%;
  }
  .light_blue{
    font-size: 15px;
  }

  .title_item .tit {
    padding: 18px;
  }

  .title_item .cate {
    padding: 12px;
  }

  .tab_area .cate {
    font-size: 14px;
  }

  .title_item.right {
    text-align: left;
  }

  .title_list {
    margin-bottom: 10px;
  }

  .table_box td {
    font-size: 13px;
    padding: 7px 9px;
    text-align: center;
  }

  .tab_area .right .pic {
    position: relative;
    width: 40%;
  }

  .school_detail .fs22 {
    font-size: 16px;
  }
}


/*-----------------11beginner------------------*/
.beginner {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img16.png) top left no-repeat;
  background-size: cover;
  position: relative;
}

.beginnerbox1_item {
  margin-top: 100px;
}

.beginnerbox1_item .txt {
  font-size: 17px;
}

.beginnerbox2_item .tal.taisaku_heading {
  font-size: 24px;
}

.beginnerbox2_item {
  margin: 30px auto;
}

.beginner3 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img75.png) top center no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}

.beginner3 .w45_kin.kin_btn_item {
  margin-right: auto;
  margin-left: auto;
}
.beginnerbox3_list .kin_btn a:after{
  left: 20px;
}

@media only screen and (max-width: 1024px) {
  .beginner .heading2 {
    font-size: 26px;
  }

  .beginner1 .obake_list li {
    width: 48%;
  }

  .tb_100p {
    width: 100%;
  }

  .biginner_koumori {
    margin-right: 0;
    margin-left: auto;
    width: 50%;
    margin-top: 20px;
  }

  .beginnerbox2_item .tal.taisaku_heading {
    font-size: 20px;
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  .beginnerbox3_list .kin_btn a:after{
  left: 40px;
}
}

@media only screen and (max-width: 599px) {
  .beginner .heading2 {
    font-size: 20px;
  }

  .beginnerbox1_item {
    margin-top: 50px;
  }

  .beginnerbox1_item h3 {
    font-size: 19px;
  }

  .beginnerbox1_item .txt {
    font-size: 14px;
  }

  .beginner1 .obake_list {
    width: 60%;
  }

  .bigkinframe_btn {
    width: 100%;
  }

  .biginner_koumori {
    margin-right: auto;
    width: 80%;
  }

  .beginnerbox1_item .w45 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .beginner2 h3.red {
    font-size: 20px;
  }

  .beginnerbox2_item .tal.taisaku_heading {
    font-size: 17px;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  .beginner3 .tal.taisaku_heading {
    font-size: 18px;
    -webkit-transform: translateY(-38px);
    -ms-transform: translateY(-38px);
    transform: translateY(-38px);
  }
    .beginnerbox3_list .kin_btn a:after{
  left: 13px;
  }
  .beginnerbox3_list .kin_btn a{
  font-size: 15px;
  }
}

/*--------------------12experience-----------------------*/
.experience1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img83.png) top left repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.brown_heading2 {
  font-size: 40px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  color: #c10000;
}

.brown_heading2:after {
  content: "";
  display: block;
  width: 100%;
  height: 104px;
  background: url(/import/tenant_1/160.16.55.223/html/images/03access/img03.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.experience1box_01 {
  position: relative;
}

.experience1box_01 > * {
  position: relative;
  z-index: 2;
}


.experience1box_01.box1:after {
  content: "";
  display: block;
  width: 600px;
  height: 284px;
  background: url(/import/tenant_1/160.16.55.223/html/images/12experience/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}



.contact_list dt {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
  color: rgba(0, 43, 201, 255);
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 32px;
  width: 35%;
}

.contact_list dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 53px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img17.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -6px;
  left: 0px;
}

.contact_list dt .red {
  padding-left: 8px;
}

.contact_list {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.contact_list dd {
  line-height: 32px;
  width: 65%;
}

.contact_list dd .txt {
  padding-top: 10px;
}

.contact_list dd input {
  line-height: 32px;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
}

.contact_list dd textarea {
  line-height: 32px;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  max-height: 200px;
}

.contact_item {
  padding-bottom: 30px;
}

.contact_list dd select {
  line-height: 32px;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  line-height: 32px;
  height: 32px;
}

.button {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 17px 65px;
  font-size: 18px;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin-bottom: 20px;
}

.button:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.button:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  left: 15px;
  z-index: 2;
  position: absolute;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.contact_complete{
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.experience1box_03 .tel a{
      color: #c10000;
      letter-spacing: 2px;
      text-shadow: -1px -3px 3px #ffffff, -2px -2px 1px #ffffff, 0px 0px 2px #ffffff, 2px 1px 1px #ffffff, 4px 3px 3px #ffffff, 2px 3px 1px #ffffff, 2px 3px 4px #ffffff, 2px 5px 2px #ffffff, 1px 2px 4px #ffffff, 4px 4px 4px #ffffff, 5px 5px 3px #fff, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000, 3px 4px 6px #000;
      padding-left: 40px;
      position: relative;
}
.tel_top_txt{
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 23px;
  margin-top: 0;
}

.experience1box_03 .tel a:before {
    content: "";
    display: block;
    width: 38px;
    height: 29px;
    background: url('/import/tenant_1/160.16.55.223/html/images/03access/img12.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: -10px;
}

@media only screen and (max-width: 1024px) {
  .brown_heading2 {
    font-size: 28px;
  }

  .contact_list dt {
    font-size: 16px;
  }
  .tel_top_txt{
    padding-bottom: 15px;
    font-size: 20px;

  }

    .experience1box_03 .tel a:before {
    width: 28px;
    height: 29px;
    top: 4px;
    left: 0px;
    }

}

@media only screen and (max-width: 599px) {
  .experience1box_03 .tel a{
      padding-left: 35px;
}
  
  .brown_heading2 {
    font-size: 18px;
  }

  .brown_heading2:after {
    height: 74px;
  }

  .experience1box_01.box1:after {
    width: 100%;
    top: -10px;
    right: -20px;
  }

  .experience1box_01 .txt {
    font-size: 14px;
  }

  .contact_list dt {
    width: 100%;
  }

  .contact_list dd {
    width: 100%;
  }
}



/*------------------13voice_list--------------------------*/
.voice_list1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/13voice/img04.png) top left no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
  position: relative;
}
.bg_img_in .inner {
  position: relative;
  z-index: 2;
}
.bg_img_in .bg_img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: block;
  text-align: center;
}
.bg_img_in .bg_img img {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
}

.tab_area.line-box_w100.mt100 {
  margin-top: 100px;
}

.voicelist_item {
  margin-bottom: 30px;
}
.voicelist_item .w20{
  width: 20%;
}

.voicelist_item a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 40px;
}

.voicelist_item a:after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.voicelist_item .w100 {
  position: relative;
  z-index: 1;
}


.voicelist_item {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 30px 0px;
  margin-top: 20px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.voicelist_item:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 599px) {
  .voicelist_item .tac {
    text-align: left;
    padding-left: 20px;
  }
  .voicelist_item .w20{
  width: 100%;
  margin: 2% 0;
  }
  .voicelist_item .w60{
  padding-left: 20px;
  }
}

/*----------------14voice_detail-----------------------*/

.voicedetail_item {
  padding-bottom: 20px;
  width: 50%;
}

.voicedetail_boxarea .right {
  position: relative;
}
.voicedetail_boxarea .student_icon{
 width: 95px;
 height: 116px;
 position: relative;
}
.voicedetail_boxarea .student_icon:before{
  content: "";
  display: block;
  background: url(/upload/tenant_1/2c6364522cfd461d49a7e1d694dccc8c.png) center center no-repeat;
  background-size: contain;
  width: 95px;
 height: 116px;
  top: 0;
  left: 0;
}
.voicedetail_boxarea .student_icon.男:before{
  background: url(/upload/tenant_1/1a2b718f13c9545feea508aad112d5f5.png) center center no-repeat;
  background-size: contain;
}



.voicedetail_boxarea .right .img {
  position: absolute;
  width: 95px;
  top: 0;
  right: 30px;
}

.detail_btn_list {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.detail_btn_btn a {
  background: rgba(3, 3, 3, 0.75);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  font-size: 18px;
  color: #fff;
  width: 100%;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.detail_btn_btn a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

.detail_btn_btn.prev a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/09highschool_list/img07.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  left: 15px;
  z-index: 2;
  position: absolute;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.detail_btn_btn.next a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/09highschool_list/img08.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  right: 15px;
  z-index: 2;
  position: absolute;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@media only screen and (max-width: 1024px) {
  .voicedetail_boxarea .right .img {
    width: 140px;
  }

  .voicedetail_boxarea .right .img img {
    width: 100%;
    height: auto;
  }

  .detail_btn_list {
    width: 100%;
  }

  .detail_btn_btn a {
    padding: 15px;
    text-align: center;
  }

  .detail_btn_btn.prev a:after,
  .detail_btn_btn.next a:after {
    width: 12px;
  }

  .voicedetail_boxarea .pic {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 599px) {
  .voice_detail1 .tab_area.line-box_w100.mt100 {
    margin-top: 50px;
  }

  .voicedetail_boxarea .pic {
    width: 90%;
  }

  .voicedetail_boxarea .right .img {
    position: relative;
    top: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
    margin-top: 20px;
  }

  .voicedetail_item {
    width: 100%;
    font-size: 17px;
    padding-bottom: 10px;
  }
}

/*----------------15news-------------------*/
.news_list1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img84.png) top left no-repeat;
  background-size: cover;
}

.newslist_item {
  padding: 15px 0;
  margin-bottom: 30px;
  margin-top: 0;
}
.newslist_item a {
  margin-left: 20px;
  display: block;
  padding-right: 20px;

}

.newslist_item .alt{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newslist_item a:after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

@media only screen and (max-width: 599px) {
  .news_list1 .pankuzu_box {
    margin-bottom: -60px;
  }

  .newslist_item a:after {
    width: 14px;
    left: 5px;
  }

}

/*----------------16news_detail-------------------*/
.news_detail1 .left .tit {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
}

.news_detail1 .left .txt {
  margin-bottom: 70px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
}
.news_detail1 .left .txt > div{
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  line-height: 240%;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .news_detail1 .left {
    margin-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .news_detail1 .left {
    margin-top: 10px;
  }

.news_detail1 .left .txt > div{
    font-size: 14px;
}
  .news_detail1 .left .tit {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
  }
}

/*----------------17blog-------------------*/
.blog_left {
  width: 16%;
}

.blog_right {
  width: 80%;
}

.blog_item a:after {
  left: 15px;
}

.blog_item {
  padding: 10px 0;
  margin: 0 auto 30px;
}
.blog_item .alt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

@media only screen and (max-width: 599px) {
  .blog_left {
    width: 88%;
  }
  .blog_item .alt {
  padding-right: 0px;
}
}


/*----------------18blog_detail-------------------*/
.recommend_tit {
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 100px;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .blog_detail1 .blog_detail_left {
    width: 100%;
  }
}


/*-------------------19faq-----------------------*/
.faq_item dt {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  z-index: 1;
}
.faq_item .tel a{
  color: #fff;
}


.faq_item:first-of-type dd {
  display: block;
}


.faq_item dd {
  position: relative;
/*   padding-left: 30px; */
  display: none;
  margin-top: 20px;
}
[data-element-id] .faq_item dd{
  display: block;
}


.faq_item dd .img {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 340px;
}

.faq_item dd .w60{
  min-height: 340px;
}

.faq_item dt:after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(/import/tenant_1/160.16.55.223/html/images/01index/img02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

.faq_item dt.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 5px;
}

@media only screen and (max-width: 1024px) {
  .faq_item dd .w60{
  min-height: auto;
  width: 100%;
}
  
  .faq_item {
    padding: 40px 30px;
    margin-top: 30px;
  }
  .faq_item dd .img {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 599px) {
  .faq_item {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .faq_item dt {
    padding-left: 20px;
  }

  .faq_item dt:after {
    width: 13px;
  }

  .faq_item dd {
    margin-top: 20px;
    padding-left: 20px;
  }

  
}

/*-------------------20media-----------------------*/
.media1 {
  background: url(/import/tenant_1/160.16.55.223/html/images/02about/img12.png) top left no-repeat;
  background-size: cover;
}

.media1 .img {
  margin-top: 400px;
}

.media-img_list {
  text-align: center;
}

.media-img_item {
  display: inline-block !important;
}

.media_item .txt {
  background: rgba(3, 3, 3, 1);
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 40px 45px;
  margin-top: 60px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-family: 'Pixel12_r', 'Pixel10_r', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;

}

.media_item .txt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  border: 3px solid #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 599px) {
  .media_item .pic {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }

  .media_item .txt {
    margin-top: 20px;
    padding: 24px;
  }

  .media_item {
    margin-bottom: 50px;
  }
}

/*----------------動き部分----------------------*/

/*-----------矢印の点滅--------------*/
.cursor_b:before {
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.cursor_a:after {
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}


.cursor-a_b a:before {
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

.cursor-a_a a:after {
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/*-----------矢印の点滅ここまで--------------*/

/*--------------fead-up----------------*/
.fead_up.mv {
  -webkit-animation-duration: 4.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: first;
  -moz-animation-duration: 4.8s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -moz-animation-name: first;
  -ms-animation-duration: 4.8s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: both;
  -ms-animation-name: first;
  animation-duration: 4.8s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: first;
}

@-webkit-keyframes first {
  0% {
    -webkit-transform: translate(000px, 1000px);
  }

  15% {
    -webkit-transform: translate(000px, -20px);
  }

  25%,
  65%,
  75% {
    -webkit-transform: translate(000px, 0px);
  }

  100% {
    -webkit-transform: translate(000px, 0px);
  }
}

@keyframes first {
  0% {
    -webkit-transform: translate(000px, 1000px);
    transform: translate(000px, 1000px);
  }

  15% {
    -webkit-transform: translate(000px, -20px);
    transform: translate(000px, -20px);
  }

  25%,
  65%,
  75% {
    -webkit-transform: translate(000px, 0px);
    transform: translate(000px, 0px);
  }

  100% {
    -webkit-transform: translate(000px, 0px);
    transform: translate(000px, 0px);
  }
}

/*--------------fead-upここまで----------------*/
/*-----------------ふわふわ-------------------*/
/*たて*/
.fuwa_animation1 {
  -webkit-animation: anim_v1 1.2s ease-in-out infinite alternate;
  animation: anim_v1 1.2s ease-in-out infinite alternate;
}

@-webkit-keyframes anim_v1 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

@keyframes anim_v1 {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

.fuwa_animation2 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: anim_v2;
  animation-name: anim_v2;
}

@-webkit-keyframes anim_v2 {
  0% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes anim_v2 {
  0% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

.fuwa_animation5 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: anim_v5;
  animation-name: anim_v5;
}

@-webkit-keyframes anim_v5 {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes anim_v5 {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

/*よこ*/
.fuwa_animation3 img {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-name: anim_v3;
  animation-name: anim_v3;
}

@-webkit-keyframes anim_v3 {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  100% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}

@keyframes anim_v3 {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  100% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}

.fuwa_animation4 img {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-name: anim_v4;
  animation-name: anim_v4;
}

@-webkit-keyframes anim_v4 {
  0% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

@keyframes anim_v4 {
  0% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

/*-----------------ふわふわ-------------------*/

/*-------------------モンスターが落ちてくる------------------------*/
.drop_animation.mv img {
  -webkit-animation: bound1 1.5s ease-in-out forwards;
  animation: bound1 1.5s ease-in-out forwards;
  opacity: 0;
}

@-webkit-keyframes bound1 {
  0% {
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
    opacity: 0;
  }

  78% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }

  84% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  92% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes bound1 {
  0% {
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
    opacity: 0;
  }

  78% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }

  84% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  92% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*-------------------モンスターが落ちてくる------------------------*/

/*----------------兵隊がスライドイン---------------------*/

.heitai_slide_in.mv img {
  animation: slidein 1s ease-in-out forwards;
  opacity: 0;
}

.heitai_slide_in.mv:nth-of-type(2) img {
  animation: slidein 1.5s ease-in-out forwards;
  opacity: 0;
}
.heitai_slide_in.mv:nth-of-type(3) img {
  animation: slidein 2s ease-in-out forwards;
  opacity: 0;
}

@keyframes slidein {
  0% {
    transform: translateX(3000px);
    opacity: 0;
  }

  78% {
    transform: translateX(40px);
    opacity: 1;
  }

  84% {
    transform: translateX(0px);
    opacity: 1;
  }

  92% {
    transform: translateX(20px);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/*-----------------兵隊がスライドイン--------------------*/

/*-------------ぶるぶる-------------------*/

.buruburu {
  display: inline-block;
  -webkit-animation: hurueru .1s infinite;
  animation: hurueru .1s infinite;
}

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg)
  }

  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg)
  }

  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg)
  }

  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg)
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg)
  }

  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg)
  }

  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg)
  }

  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg)
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}

/*-------------ぶるぶる-------------------*/

/*-------------モンスターの点滅-------------------*/


.tenmetu img {
  /*    text-shadow: 0 0 .1vw #F7CEEA, .5vw .5vw .5vw #E0018D, -.5vw -.5vw .5vw #E0018D, .5vw -.5vw .5vw #E0018D, -.5vw .5vw .5vw #E0018D, 0 -.5vw .5vw #E0018D, 0 .5vw .5vw #E0018D, .5vw .5vw .5vw #E0018D, 0 0 5vw #000;*/
  -webkit-filter: drop-shadow(0 0 .1vw #F7CEEA)drop-shadow(.5vw .5vw .5vw #E0018D)drop-shadow(-.5vw -.5vw .5vw #E0018D)drop-shadow(.5vw -.5vw .5vw #E0018D);
  filter: drop-shadow(0 0 .1vw #F7CEEA)drop-shadow(.5vw .5vw .5vw #E0018D)drop-shadow(-.5vw -.5vw .5vw #E0018D)drop-shadow(.5vw -.5vw .5vw #E0018D);
  -webkit-animation: Flicker .23s infinite;
  animation: Flicker .23s infinite;
}


@-webkit-keyframes Flicker {

  60%,
  80% {
    /*    text-shadow: 0 0 0.1vw #DCD5DA, 0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2), -0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2), -0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0 -0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0 0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0.5vw 0 0.5vw rgba(224, 1, 141, 0.2), 0 0 #FFF;*/
    -webkit-filter: drop-shadow(0 0 0.1vw #DCD5DA)drop-shadow(0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(-0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2));
    filter: drop-shadow(0 0 0.1vw #DCD5DA)drop-shadow(0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(-0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2));
  }

  70%,
  100% {
    /*    text-shadow: 0 0 0.1vw #FFEFFA, 0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4), -0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4), 0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4), -0.8vw 0.8vw 0.5vw rgba(224, 1, 141, 0.4), 0 -0.8vw 0.5vw rgba(224, 1, 141, 0.4), 0 0.8vw 0.8vw rgba(224, 1, 141, 0.4);*/
    -webkit-filter: drop-shadow(0 0 0.1vw #FFEFFA)drop-shadow(0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(-0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4));
    filter: drop-shadow(0 0 0.1vw #FFEFFA)drop-shadow(0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(-0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4));
  }
}


@keyframes Flicker {

  60%,
  80% {
    /*    text-shadow: 0 0 0.1vw #DCD5DA, 0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2), -0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2), -0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0 -0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0 0.5vw 0.5vw rgba(224, 1, 141, 0.2), 0.5vw 0 0.5vw rgba(224, 1, 141, 0.2), 0 0 #FFF;*/
    -webkit-filter: drop-shadow(0 0 0.1vw #DCD5DA)drop-shadow(0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(-0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2));
    filter: drop-shadow(0 0 0.1vw #DCD5DA)drop-shadow(0.5vw 0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(-0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2))drop-shadow(0.5vw -0.5vw 0.5vw rgba(224, 1, 141, 0.2));
  }

  70%,
  100% {
    /*    text-shadow: 0 0 0.1vw #FFEFFA, 0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4), -0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4), 0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4), -0.8vw 0.8vw 0.5vw rgba(224, 1, 141, 0.4), 0 -0.8vw 0.5vw rgba(224, 1, 141, 0.4), 0 0.8vw 0.8vw rgba(224, 1, 141, 0.4);*/
    -webkit-filter: drop-shadow(0 0 0.1vw #FFEFFA)drop-shadow(0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(-0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4));
    filter: drop-shadow(0 0 0.1vw #FFEFFA)drop-shadow(0.8vw 0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(-0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4))drop-shadow(0.8vw -0.8vw 0.8vw rgba(224, 1, 141, 0.4));
  }
}

/*-------------モンスターの点滅-------------------*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */


/*------------------ロードエフェクト-------------------------*/
/*-----00　すべて非表示-----*/
.top .mainimg-logo {
  opacity: 0;
}
.top .main-copy {
  opacity: 0;
}
.top .cmd {
  opacity: 0;
}
.top .main-img-txt {
  opacity: 0;
}
.top .left_cloud {
  opacity: 0;
}
.top .rightc_cloud {
  opacity: 0;
}
.top .right_cloud {
  opacity: 0;
}
.top .main-img-txt .txt {
  opacity: 0;
}
.top .main-img-txt .more_btn {
  opacity: 0;
}

.top #main,
.top #footer {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.top .mainimg-logo {
  opacity: 0;
}
[data-element-id] .top .main-copy,
[data-element-id] .top .mainimg-logo,
[data-element-id] .top .cmd,
[data-element-id] .top .main-img-txt,
[data-element-id] .top .left_cloud,
[data-element-id] .top .rightc_cloud,
[data-element-id] .top .right_cloud,
[data-element-id] .top .main-img-txt .txt,
[data-element-id] .top .main-img-txt .more_btn{
  opacity: 1;
}

[data-element-id] .top #main,
[data-element-id] .top #footer {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.top #main.active,
.top #footer.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/*-----01ロゴが出てくる-----*/
.top .mainimg-logo.on {
  -webkit-animation: animation01 1.2s;
          animation: animation01 1.2s;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;

}
@-webkit-keyframes animation01 {

  25% {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4);
  }

  60%,
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes animation01 {

  25% {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4);
  }

  60%,
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/*-----02画面が揺れる-----*/

.main-img.shake {
  -webkit-animation: animation02 0.22s;
          animation: animation02 0.22s;
}
@-webkit-keyframes animation02 {
  13% {
    -webkit-transform: rotate(4deg) scale(1.1);
            transform: rotate(4deg) scale(1.1);
  }
  26% {
    -webkit-transform: rotate(-4deg) scale(0.88)translateY(50px);
            transform: rotate(-4deg) scale(0.88)translateY(50px);
  }
  39% {
    -webkit-transform: rotate(10deg) scale(1.06)translateY(-10px);
            transform: rotate(10deg) scale(1.06)translateY(-10px);
  }
  52% {
    -webkit-transform: rotate(-2deg) scale(0.98)translateY(40px);
            transform: rotate(-2deg) scale(0.98)translateY(40px);
  }
  65% {
    -webkit-transform: rotate(1deg) scale(1)translateY(10px);
            transform: rotate(1deg) scale(1)translateY(10px);
  }
  78%,
  100% {
    -webkit-transform: rotate(0deg) scale(1)translateY(0px);
            transform: rotate(0deg) scale(1)translateY(0px);
  }
}
@keyframes animation02 {
  13% {
    -webkit-transform: rotate(4deg) scale(1.1);
            transform: rotate(4deg) scale(1.1);
  }
  26% {
    -webkit-transform: rotate(-4deg) scale(0.88)translateY(50px);
            transform: rotate(-4deg) scale(0.88)translateY(50px);
  }
  39% {
    -webkit-transform: rotate(10deg) scale(1.06)translateY(-10px);
            transform: rotate(10deg) scale(1.06)translateY(-10px);
  }
  52% {
    -webkit-transform: rotate(-2deg) scale(0.98)translateY(40px);
            transform: rotate(-2deg) scale(0.98)translateY(40px);
  }
  65% {
    -webkit-transform: rotate(1deg) scale(1)translateY(10px);
            transform: rotate(1deg) scale(1)translateY(10px);
  }
  78%,
  100% {
    -webkit-transform: rotate(0deg) scale(1)translateY(0px);
            transform: rotate(0deg) scale(1)translateY(0px);
  }
}

/*-----03雲が動く-----*/
.top .left_cloud.on {
  -webkit-animation: animation03 3s;
          animation: animation03 3s;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.top .rightc_cloud.on {
  -webkit-animation: animation04 3s;
          animation: animation04 3s;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.top .right_cloud.on {
  -webkit-animation: animation05 3s;
          animation: animation05 3s;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

@-webkit-keyframes animation03 {

  0% {
    left: -60%;
  }

  50%,
  100% {
    left: -10%;
  }
}

@keyframes animation03 {

  0% {
    left: -60%;
  }

  50%,
  100% {
    left: -10%;
  }
}
@-webkit-keyframes animation04 {

  0% {
    right: -30%;
  }

  50%,
  100% {
    right: 10%;
  }
}
@keyframes animation04 {

  0% {
    right: -30%;
  }

  50%,
  100% {
    right: 10%;
  }
}
@-webkit-keyframes animation05 {

  0% {
    right: -40%;
  }

  50%,
  100% {
    right: -10%;
  }
}
@keyframes animation05 {

  0% {
    right: -40%;
  }

  50%,
  100% {
    right: -10%;
  }
}
/*-----04文字が現れる-----*/
.top .main-copy.on {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.3s;
  transition: opacity 0.8s 0.3s;
}
.top .main-img-txt.on {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.3s;
  transition: opacity 0.8s 0.3s;
}
/*-----05jsで文字が１つずつ現れる-----*/
/*-----06モアボタンが現れる-----*/
.top .main-img-txt .more_btn.on {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.3s;
  transition: opacity 0.8s 0.3s;
/*   -webkit-animation: animation06 0.8s infinite;
        animation: animation06 0.8s infinite; */
}
@-webkit-keyframes animation06 {
  0% {
       -webkit-filter: drop-shadow(0px 0px 0px #fff);
               filter: drop-shadow(0px 0px 0px #fff);
  }
  40%{
        -webkit-filter: drop-shadow(2px 1px 5px #fff)drop-shadow(1px 1px 2px #fff);
                filter: drop-shadow(2px 1px 5px #fff)drop-shadow(1px 1px 2px #fff);
  }
  80% {
       -webkit-filter: drop-shadow(0px 0px 0px #fff);
               filter: drop-shadow(0px 0px 0px #fff);
  }
}
@keyframes animation06 {
  0% {
       -webkit-filter: drop-shadow(0px 0px 0px #fff);
               filter: drop-shadow(0px 0px 0px #fff);
  }
  40%{
        -webkit-filter: drop-shadow(2px 1px 5px #fff)drop-shadow(1px 1px 2px #fff);
                filter: drop-shadow(2px 1px 5px #fff)drop-shadow(1px 1px 2px #fff);
  }
  80% {
       -webkit-filter: drop-shadow(0px 0px 0px #fff);
               filter: drop-shadow(0px 0px 0px #fff);
  }
}
/*--------------07コマンドが現れる------------------*/
.top .cmd.on {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.3s;
  transition: opacity 0.8s 0.3s;
}

/*------------------ロードエフェクト-------------------------*/


.main-img .mainimg-logo {
    width: 50%;
}




@media only screen and (max-width: 599px) {
.main-img .mainimg-logo {
    width: 70%;
}
}
