@charset "utf-8";
/* CSS Document */
body {
    -webkit-overflow-scrolling: touch !important;
}
/*@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}*/
@font-face {
  font-family: "Shin Go Medium";
  font-weight: 400;
  font-style: normal;
  src: url("fonFile.woff2") format("woff2");
  font-display: swap;
}

body{
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
padding: 0 10px;
    background-color: #fffaf0;
}
img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
img { -ms-interpolation-mode: bicubic; }
p{
margin: 0;
transform: rotate(0.03deg);
}
.pagetop {
    position: fixed;
    bottom: 30px;
    right: 1%;
    z-index: 99999;
}

.pagetop a {
    display: block;
    text-align: center;
color: #fed702;
    font-size: 250%;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 250%;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.flex{
display: flex;
flex-wrap: wrap;
width: 100%;
}
/******original reset*****/
a{
      text-decoration: none;
      display: inline-block;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
      line-height: 1.4;
}
/******original reset*****/

/************************/

/************************/

#container{
  /* background-image: url(../img/bc00.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 100px; */
}

nav{

}
nav .flex{
  justify-content:flex-end;
}
nav ul li{
  list-style: none;
      padding: 5% 1.5%;
      width: 12%;
}
nav ul li a{
  color: #fff;
}
nav ul li a:hover{
  opacity: 0.5;
}
  .stellarnav > ul > li > a {
    /* padding: 20px 0; */
}
.stellarnav li a {
  color: #000;
  font-weight: bold;
}
footer{
  /* background-color: #737373; */
  background-color: #0a0357;
    color: #fff;
    padding: 3% 2%;
    text-align: right;
}
footer .logo img{
  display: inline;
  width: 180px;
  vertical-align: middle;
  padding-left: 0.5%;
}
footer p a{
  display: block;
  color: #fff;
}
footer p a:hover{
text-decoration: underline;
}
.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-dots li button{
  display: none;
}
ul{
  list-style:none;
}
.mb20{
  margin-bottom: 20px;
}
.mb10{
  margin-bottom: 10px;
}
/*******************************/
/**************svg move soce******************/
.box{
    backface-visibility:hidden;
}

.path {
  fill: #1b1464; 
  stroke: #fff;
  stroke-width: 0.2;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-animation: dash 3s linear forwards;
  animation: dash 3s linear forwards;
}

@keyframes dash {
    0%  {stroke-dashoffset:500;fill:#1b1464;}
	20%  {stroke-dashoffset:450;fill:#1b1464;}
  40% {stroke-dashoffset:300;fill:#1b1464;}
  60% {stroke-dashoffset:150;fill:#1b1464;}
    80% {stroke-dashoffset:50;fill:#1b1464;}
    100%{stroke-dashoffset:0;fill:#1b1464;}
}
@keyframes DASH{
  0%  {stroke-dashoffset:500;fill:#1b1464;}
20%  {stroke-dashoffset:450;fill:#1b1464;}
40% {stroke-dashoffset:300;fill:#1b1464;}
60% {stroke-dashoffset:150;fill:#1b1464;}
  80% {stroke-dashoffset:50;fill:#1b1464;}
  100%{stroke-dashoffset:0;fill:#1b1464;}
}

@-moz-keyframes DASH{
  0%  {stroke-dashoffset:500;fill:#1b1464;}
20%  {stroke-dashoffset:450;fill:#1b1464;}
40% {stroke-dashoffset:300;fill:#1b1464;}
60% {stroke-dashoffset:150;fill:#1b1464;}
  80% {stroke-dashoffset:50;fill:#1b1464;}
  100%{stroke-dashoffset:0;fill:#1b1464;}
}

@-webkit-keyframes DASH{
  0%  {stroke-dashoffset:500;fill:#1b1464;}
20%  {stroke-dashoffset:450;fill:#1b1464;}
40% {stroke-dashoffset:300;fill:#1b1464;}
60% {stroke-dashoffset:150;fill:#1b1464;}
  80% {stroke-dashoffset:50;fill:#1b1464;}
  100%{stroke-dashoffset:0;fill:#1b1464;}
}

@-o-keyframes DASH{
  0%  {stroke-dashoffset:500;fill:#1b1464;}
20%  {stroke-dashoffset:450;fill:#1b1464;}
40% {stroke-dashoffset:300;fill:#1b1464;}
60% {stroke-dashoffset:150;fill:#1b1464;}
  80% {stroke-dashoffset:50;fill:#1b1464;}
  100%{stroke-dashoffset:0;fill:#1b1464;}
}

@-ms-keyframes DASH{
  0%  {stroke-dashoffset:500;fill:#1b1464;}
20%  {stroke-dashoffset:450;fill:#1b1464;}
40% {stroke-dashoffset:300;fill:#1b1464;}
60% {stroke-dashoffset:150;fill:#1b1464;}
  80% {stroke-dashoffset:50;fill:#1b1464;}
  100%{stroke-dashoffset:0;fill:#1b1464;}
}
/* IEロゴ表示対策 */
/*IE10,11*/
@media all and (-ms-high-contrast:none){
    #pink_logo path,#pink_logo_small path{
        fill: #1b1464;
     }
}
/*IE9*/
:root .path {
    fill: #1b1464\0/;
}
/*IE8*/
.path {
    fill: #1b1464\9;
}
/*IE9*/
:root .path {
    fill: #1b1464\0/;
}
/*IE8*/
.path {
    fill: #1b1464\9;
}
p strong{
  font-weight: normal;
}

/*****************************************************/

#warpper{
  padding: 0 2% 10px;
  background-color: #fffaf0;
  border-left: 4px solid #0a0258;
  border-right: 4px solid #0a0258;
}
.here{
  text-decoration: underline;
    color: #1b1464;
}
.stellarnav {
  position: relative;
  z-index: 9900;
  line-height: normal;
  margin-left: 15%;
}
h1{
  padding: 70px 0;
  clear: both;
}
.topcomment{
  overflow: hidden;
}
.topcomment h2,.topcomment h3{
  width: 51%;
  float: right;

}
.topcomment h2 strong{
  display: block;
  font-size: 125%;
  line-height: 1;
}
.topcomment h2 span{
  display: block;
  font-size: 100%;
  line-height: 1.1;
}
.topcomment h2{
  margin-bottom: 20px;

}
.topcomment h3 a{
  display: block;
    text-align: center;
    background-color: #f15a24;
    padding: 3% 0;
    color: #fff;
    width: 100%;
    margin: 0 auto 100px;
    border-radius: 5px;
}
.topcomment h3 a:hover{}

.section_img{
  width: 40%;
}
.text{
  width: 48%;
}
.img_r{
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
.img_l{
  margin-bottom: 100px;
}
.text-line strong{
  text-align: right;
  display: block;
  font-size: 150%;
  margin-bottom: 20px;
}
.text-line span{
  display: block;
  font-size: 250%;
}
.section_img {
  width: 40%;
  margin: 0 5%;
}
.text h4{
  font-size: 160%;
}
.mb-5{
  margin-bottom: 20px;
}
.futo{
  font-size: 150%;
  font-weight: bold;
}
.voice{
  font-size: 100%;
  border: 1px solid;
  padding: 1%;
  margin-bottom: 15px;

}
.voice small{
  display: block;
  text-align: right;
  font-weight: normal;
}
h1.h1tittle{
  margin: 0 auto;
  padding: 20px 20% 0;
  border-bottom: 4px solid #0a0259;
}
h1.h1tittle a{
display: block;
}
.h2online{
  text-align: center;
  margin: 10px 0 50px;
  color: #1b1464;
}
.h2online small{
  font-size: 60%;
  color: #000;
  line-height: 1.6;
  display: block;
}
#online_catch01 h3,#online_catch02 h3,#online_catch03 h3,#online_catch04 h3{
  text-align: center;
  font-size: 230%;
  margin-bottom: 10px;
}
#online_catch01 p,#online_catch02 p,#online_catch03 p,#online_catch04 p{
  text-align: center;
}
/* #online_catch01 h4 strong a,#online_catch02 h4 strong a,#online_catch03 h4 strong a{
  display: block;
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
  padding: 1%;
  background-color: #3fc89e;
  color: #fff;
  font-size: 130%;
  border-radius: 5px;
} */
#online_catch03 h4 strong a{
  display: block;
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
  padding: 1%;
  color: #fff;
  font-size: 130%;
  border-radius: 5px;
  background-color: #3fc89e;
}
.online_color a,#online_catch04 h4 strong a{
  display: block;
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
  padding: 1%;
  color: #fff;
  font-size: 130%;
  border-radius: 5px;
  background-color: #3f82c8;
}
.cafe_color a{
  display: block;
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
  padding: 1%;
  color: #fff;
  font-size: 130%;
  border-radius: 5px;
  background-color: #f24274;
}
.text-online{
  text-align: center;
  display: block;
  font-size: 150%;
  margin-bottom: 20px;
}
#fees p img{
  display: inline-block;
  width: 400px;
  text-align: center;
}
#fees_group p img{
  display: inline-block;
  width: 400px;
  text-align: center;
}
.text_contener{
  width: 60%;
  padding-left: 32%;
}
.cta strong a {
  display: block;
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
  padding: 1%;
  background-color: #f15a24;
  color: #fff;
  font-size: 130%;
  border-radius: 5px;
}
#about h2{
  text-align: center;
}
#about .about_img{
  width: 40%;
  margin: 20px auto;
}
#about h3 a {
  display: block;
  text-align: center;
  width: 60%;
  margin: 50px auto 50px;
  padding: 1%;
  background-color: #f15a24;
  color: #fff;
  font-size: 130%;
  border-radius: 5px;
}
#about h3 a:hover{
  opacity: 0.5;
}
#online_catch01 p img{
  display: inline-block;
  width: 400px;
  text-align: center;
}
video{
  width: 100%;
}
@media screen and (min-width:1px) and (max-width:1024px){
.topcomment h2, .topcomment h3 {
    width: 65%;
  }
  #online_catch01 h3, #online_catch02 h3, #online_catch03 h3, #online_catch04 h3 {
    font-size: 200%;
  }
  .text_contener {
    width: 60%;
    padding-left: 20%;
}
.stellarnav {
  margin-left: 13%;
}
}
@media screen and (min-width:1px) and (max-width:768px){
  .stellarnav {
    position: relative;
    width: 100%;
  }
  .topcomment h2, .topcomment h3 {
    width: 95%;
    margin: 16px auto;
    float: none;
  }
  .flex{
    justify-content: center;
  }
  .text {
    width: 80%;
}
.text_contener {
  width: 70%;
  padding-left: 15%;
}
#online_catch01 h4 strong a, #online_catch02 h4 strong a, #online_catch03 h4 strong a, #online_catch04 h4 strong a {
  width: 80%;
}
#about .about_img {
  width: 60%;
}
nav ul li {
  list-style: none;
  padding: 5% 1.5%;
  width: 100%;
}
.stellarnav {
  margin-left: 0;
}
#menu li a img{
  width: 50%;
}
}
@media screen and (min-width:1px) and (max-width:500px){
  .topcomment h2, .topcomment h3 {
    font-size: 95%;
  }
  .text {
    width: 95%;
    font-size: 75%;
}
.section_img {
  width: 50%;
}
.cta strong a {
  width: 95%;
}
.text-line span {
  font-size: 200%;
}
#container {
  font-size: 90%;
}
.section_img {
  width: 60%;
  margin: 0 5%;
}

#online_catch01 h4 strong a, #online_catch02 h4 strong a, #online_catch03 h4 strong a, #online_catch04 h4 strong a {
  width: 95%;
  padding: 3%;
}
.text_contener {
  width: 95%;
  padding-left: 0;
}
.futo {
  font-size: 130%;
}
#online_catch01 h3, #online_catch02 h3, #online_catch03 h3 {
  font-size: 165%;
}
#online_catch01 h4 strong a, #online_catch02 h4 strong a, #online_catch03 h4 strong a, #online_catch04 h4 strong a {
  width: 95%;
  padding: 3%;
  font-size: 115%;
}
#about .about_img {
  width: 90%;
}
#about h2 {
  text-align: center;
  font-size: 140%;
}
#menu li a img{
  width: 65%;
}
.sp_video{
  width: 70% !important;
  margin: 0 0 20px !important;
}
}