@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    line-height: 2em;

}


.submit_area {
  margin-top: 45px;
  text-align: center;
}




  .entrybtn_circle {
    display: block;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 1;
	transition: all 0.5s;
animation-delay:3s;
  }
  
.entrybtn_circle div{
    	transition: all 0.5s;
}
  
.entrybtn_circle div:hover {
	opacity:0.8 !important;
}
  
.entrybtn_circle img{
	width:230px;
	height:230px;
}
  
  .entrybtn_rotate {
      position: relative;
      animation-name: btn-rotate;
    animation-name: btn-rotate;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 2;
}


@media screen and (max-width: 640px) {
.entrybtn_circle img{
	width:150px;
	height:150px;
}
 
}


@media screen and (min-width: 1063px) {

  .entrybtn_circle {
    z-index: 6;
  }

}



@media screen and (min-width: 1280px) {
.entrybtn_circle {
    right: 5%;
}
}

@keyframes btn-rotate {
    100%{
      transform: rotate(360deg);
    }
}


.entrybtn_inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transform: rotateZ(-15deg);
}



.contener {
    /*justify-content: center;*/
  /*align-items: center;*/
	    display: flex;
		    width: 100%;
    height: 100vh;
}




#lottie {
    /* position: relative; */
    /* top: 0; */
    /* left: auto; */
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 300px;
    height: 300px;
    padding: autp;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: animate 5s linear infinite;
}

.loader span:nth-child(1) {
  /* border-radius: 50%; */
  border-radius: 86% 14% 55% 45% / 25% 68% 32% 75%;
  border: 3px solid #35d2e1;
}

.loader span:nth-child(2) {
  animation-direction: reverse;
  border-radius: 32% 68% 11% 89% / 63% 32% 68% 37%;
  border: 3px solid #71dfea;
}

.loader span:nth-child(3) {
  animation-duration: 3s;
  border-radius: 43% 57% 55% 45% / 82% 60% 40% 18%;
  border: 3px solid #aeedf3;
}

.loader p {
    color: #C7B299;
    font-size: 1rem;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-top: -55px;
    top: 300px;
}

.k {
    color: #35d2e1;
	font-style:normal;
}

.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.content {
    min-height: 100vh;
    visibility: hidden;
    position: absolute;
    color: #333;
    font-size: 1.5rem;
	background-image: url(../images/back.webp);
	background-size:cover;
	background-size: 45%;
	background-repeat:repeat;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
	display: -webkit-box;
    width: -webkit-fill-available;
}

.content_in{
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333;
    font-size: 1.1rem;
    background: #FFF;
    margin: 0 auto;
	top: 0;
    max-width: 980px;
    width: 100%;
    box-shadow: #EEE 3px 3px 6px, #EEE -3px 3px 6px;
    border-left: #EEE 1px solid;
}





h1 {
    margin: 60px auto 50px;
    text-align: center;
    font-size: 2.2em;
    color: #222;
    font-style: italic;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
background: rgb(199,178,153);
background: linear-gradient(90deg, rgba(199,178,153,1) 0%, rgba(246,198,140,1) 100%);
-webkit-transform: skewY(1deg) !important;
    -moz-transform: skewY(1deg) !important;
    -o-transform: skewY(1deg) !important;
    transform: skewY(1deg) !important;
}

h1 span {
border-bottom: 5px dotted #35d2e1;
    width: 80%;
    padding-top: -21px;
    display: inline-block;
    color: #666;
-webkit-transform: skewY(-5deg) !important;
    -moz-transform: skewY(-5deg) !important;
    -o-transform: skewY(-5deg) !important;
    transform: skewY(-5deg) !important;
    letter-spacing: 0.2em;
line-height: 1.1;
}

@media screen and (max-width:390px){
h1 {
    font-size: 2em;
}
}

@media screen and (max-width:375px){
h1 {
    font-size: 1.92em;	
}
}

.animated .delay-05s{
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}

.animated .delay-07s{
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
}


@media screen and (max-width:480px){




.content {
		overflow-x:hidden;
}

.content_in{
width: 100%;
    overflow-x: hidden;
    margin: 0px auto;
}

}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.fadeIn{
animation-delay:1.5s;
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* その場で */
.fadeIn{
animation-delay:2s;
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.logo {
font-size: 0;
    background: url(../images/logo.png) no-repeat;
    width: 300px;
    height: 150px;
    margin: 10px auto;
    position: absolute;
    z-index: 10;
    top: 209px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.logo2 {
    font-size: 0;
    background: url(../images/logo.png) no-repeat;
    width: 300px;
    height: 150px;
    margin: 10px auto;
    z-index: 10;
}


.intro p {
    position: absolute;
    z-index: 10;
    color: #FFF;
    top: 210px;
    /* left: 50%; */
    padding: 10%;
    text-shadow: 1px 1px #999;
}


@media screen and (max-width:850px){

.logo {
    width: 300px;
    height: 150px;
    margin: 10px auto;
    top: 190px;
    left: 50%;
    transform: translate(-50%, -50%);	
}

.intro p {
    top: 270px;
}



}


@media screen and (max-width:380px){

.logo {
    top: 120px;
}

.intro p {
    top: 200px;
}


}


.enrollment {
font-size:0.85em;
color:#999;
text-align:right;
    margin-top: 5px;
}



.slider img {
	width:100%;
}

/*
#lottie {
    position: absolute;
    top: 0;
    left: auto;
    width: 300px;
    height: 300px;
}
*/





	.toggleButton{
    border-bottom: 3px dotted #CCC;
    padding: 2px;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
	}
	
	.toggleButton.down:before{
		content:"";
		width:12px;
		height:12px;
		border-bottom:2px solid #CCC;
		border-right:2px solid #CCC;
		transform:rotate(-45deg);
		position:absolute;
		right:25px;
		    top: 60px;
	    /*アニメーションの指定*/
    transition: ease .2s;	
	}
	
	/*hoverした際の移動*/
.toggleButton.down:hover::before{
    right:15px;
}

.toggleButton.down:hover::after{
    right:25px;
}

	
	.toggleButton.up:before{
		content:"";
		width:12px;
		height:12px;
		border-top:2px solid #CCC;
		border-left:2px solid #CCC;
		transform:rotate(225deg);
		position:absolute;
		right:15px;
		    top: 50px;
		    /*アニメーションの指定*/
    transition: ease .2s;
	}
	
	.togglecontent{
		display:none;
		margin:20px auto;
		    padding-right: 5%;
	}
	

	
	/*hoverした際のアニメーション*/
/*.toggleButton.down:hover::after{
  animation: arrowrotate .3s;
}

@keyframes arrowrotate {
100% {
    transform: rotate(0deg);
  }
}
*/


span.question {
    width: 92%;
    display: inline-block;
}

span.question:before {
content: "";
    display: inline-block;
    background: url(../images/question.svg);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: baseline;
    font-size: 0;
    position: relative;
    bottom: -5px;
margin-right: 15px;
}

span.comment {
content: "";
    display: inline-block;
    background: url(../images/comment.svg);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: baseline;
    font-size: 0;
    position: relative;
    bottom: -5px;
margin-right: 15px;
}





.offer {
    background-color: #d4e3d7;
    border-radius: 50px;
    color: #666;
	padding: 20px;
	margin: 15px;
}

.howto {
	padding: 20px;
	margin: 15px;
    border-radius: 50px;
}

.main {
    padding: 10px;
    margin: 0px 0px 80px 0px;
}



@media screen and (min-width: 640px) {
.offer {
    padding: 20px 40px;
	margin: 30px;
}

.howto {
    padding: 50px;
    margin: 50px 10px;
}

.main {
    padding: 10px 30px;
    margin: 0px 0px 80px 0px;
}

}


.offer h2{
text-align: center;
    margin-bottom: 20px;
    border-bottom: 3px dotted #EEE;
    letter-spacing: 0.3em;
}


.require dl {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.require dt {
    flex-basis: 20%;
    padding: 10px 10px 10px 0px;
    /* background-color: #f1f1f1; */
    /* border-bottom: 1px solid #ccc; */
}

.require dt span {
    display: inline-block;
    background: #cce3e6;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.require dd {
    flex-basis: 80%;
padding: 20px 0px 20px 10px;
    /* padding: 10px; */
    background-color: #fff;
    /* border-bottom: 1px solid #ccc; */
}

@media screen and (max-width: 559px) {
.require dl {
flex-flow: column;
}
}


.bgcolor1 {
   background: #e5f1f2;
}

.bgcolor2{
   background: #e5f2ed;
}

.howto h2 {
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    margin: 25px auto;
	color:#333;
}

.step_view {
    max-width: 250px;
    width: 100%;
    max-height: 250px;
    height: 100%;
    margin: auto;
    border-radius: 250px;
    /* padding: 10px; */
    z-index: 10;
    position: relative;
}

.step_icon {
    border-radius: 50%;
    max-width: 250px;
    width: 100%;
    max-height: 250px;
    height: 100%;
}

.company_out {
    background: #CCC;
    z-index: 50;
    position: relative;
    bottom: 0;
}


.company_out h1 {
margin: 10px;
    text-align: center;
    font-style: normal;
    font-weight: none;
    text-shadow: none;;
    background: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 1em;
    padding: 30px 30px 5px 30px;
    color: #444;
}

.company {
	font-size: 0.8em;
	color: #444;
    margin: 0px 100px;
}

.company a{
    text-decoration: none;
    color: #333;
}

.company dl {
	display: flex;
	flex-flow:row wrap;
	width: 100%;
}

.company dt {
	flex-basis: 20%;
    padding: 10px;
    /*background-color: #f1f1f1;*/
    border-bottom: 2px dotted #DDD;
    text-align: center;
}

.company dd {
    flex-basis: 80%;
    padding: 10px;
    /* background-color: #fff; */
    border-bottom: 2px dotted #DDD;
}

.company dd ul{
	margin-left:19px;
}

.company dd:last-child, .company dt:nth-child(11) {
    border-bottom: 0px dotted #DDD;
}

.company dd hr {
border:0px;
}



@media screen and (max-width: 559px) {

.company {
    margin: 0px;
}

.company dt {
    border-bottom: 0px dotted #DDD;
	font-weight:bold;
    padding-bottom: 0px;
}

.company dd {
	text-align:center;
    border-bottom: 0px dotted #DDD;
    padding: 3px 5px 5px 5px;
}

.company dd hr {
    border-bottom: 0px dotted #DDD;
	width:80%
}


.company dl {
flex-flow: column;
}

.company dd ul{
	text-align:left;
    margin-top: 3px;
}

.company dd hr {
    border-bottom: 2px dotted #DDD;
    width: 80%;
    margin: 10px auto 0px;
}

}

.copyright {
    text-align: center;
    font-size: 0.6em;
    margin-top: 20px;
}

.entry {
    text-align: center;
}

.entry h2{
    color:#333;
    margin-bottom: 15px;
}

.taparea {
    text-decoration: none;
	margin-bottom:20px;
}

.taparea:link {
    color:#000;
}

.taparea .arrows {
width:20px;
height:20px;
    vertical-align: text-top;
}

.hidden_btn {
position:relative;
background:#FFF;
z-index:5;
}


.contact {
text-align:center;
    margin-bottom: 0px;
	padding-bottom:80px;
}


.contact_icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 25%;
line-height: 0.9em;	
}

.contact_inner {
display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 28%;
    font-size: 1.5em;
    letter-spacing: 0.1em;
line-height: 0.9em;
}


.contact_inner:after {
content=">"
}


@media screen and (max-width: 899px) {

.contact_icon {
    left: 15%;
}

.contact_inner {
    left: 20%;
}

}


@media screen and (max-width: 768px) {

.contact_icon {
    left: 8%;
}

.contact_inner {
    left: 13%;
}

}

@media screen and (max-width: 640px) {

.contact_icon {
    left: 0%;
}

.contact_inner {
    left: 5%;
	font-size:1.2em;
}

}

@media screen and (max-width: 530px) {

.contact_icon {
    display: block;
    text-align: center;
}

.contact_inner {
    display: block;
    text-align: center;
    position: static;
    margin-top: 10px;
    line-height: 1.4em;
    font-size: 1.2em;
}


.mailcaution {
    font-size: 0.5em;
    line-height: 0;
    position: relative;
    bottom: 5px;
}

}






.button-border {
    border: 1px solid #666;
    padding: 20px 40px;
    position: relative;
    display: block;
    color: #333333;
    text-decoration: none;
    background-color: #fdfdfd;
    margin: 10px 10px 30px 10px;
text-align: left;
}


.inside2:before {
		content:"";
		width:12px;
		height:12px;
		border-bottom:2px solid #CCC;
		border-right:2px solid #CCC;
		transform:rotate(-45deg);
		position:absolute;
    top: 46%;
    right: 8%;
	    /*アニメーションの指定*/
    transition: ease .2s;	
}

.inside2:hover::before{
    right:5%;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
}



/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.button-border::after,
.button-border::before,
.button-border .inside::after,
.button-border .inside::before {
  background-color: #333333;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.button-border::after {
    width: 0px;
    height: 2px;
    top: -1px;
    left: -1px;
}
/* 右下へ配置 */
.button-border::before {
    width: 0px;
    height: 2px;
    right: -1px;
    bottom: -1px;
}
/* 左下へ配置 */
.button-border .inside::after {
    width: 2px;
    height: 0px;
    left: -1px;
    bottom: -1px;
}
/* 右上へ配置 */
.button-border .inside::before {
    width: 2px;
    height: 0px;
    top: -1px;
    right: -1px;
}

/* hover */
.button-border:hover::after,
.button-border:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}

.button-border:hover .inside::after,
.button-border:hover .inside::before {
  height: 100%;
  height: calc(100% + 1px);
}


.button-border img {
width:50px;
height:50px;
}

.mailcaution {
    font-size: 0.5em;
    line-height: 0;
}