/* +++++++++++++++++++++++++++++++++++++

　基礎設定
++++++++++++++++++++++++++++++++++++++++ */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;600&family=M+PLUS+1p:wght@700;800&display=swap');
*{ 
margin:0; padding:0;
vertical-align:top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{
	/* 文字の拡大縮小
	text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; */
	line-height:1.5;
	font-size: 16px;
	margin:0;
	padding: 0;
	height: 100%;
	width:100%;
}
body{
	color: #333;/*★文字色*/
	background: #fff;
	width: 100%;
	padding: 0 0 50px;
}

/* フッタ
--------------------------------------- */
footer{
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 0 0 0;
}


footer #footSns{
	margin: 5% 2%;
	text-align: center;
}

footer #footSns ul{display: flex;justify-content: space-around;/* table-layout: fixed; */
width:100%;}
footer #footSns ul li{
	/* padding: 0 0%; */
	/* margin: 0 auto; */
	width: 18%;
}


footer #footSns2{
	margin: 5% 2%;
	text-align: center;
}

footer #footSns2 ul{
display:table;
table-layout: fixed;
width:100%;
}
footer #footSns2 ul li{
	padding: 0 2% 2%;
	width:50%;
	float:left;
}

footer #guide{
	width: 100%;
}

footer #guide ul{
}

footer #guide li{
	font-size: 70%;
	width: 50%;
	float: left;
	background-color: #fff;
	background: -moz-linear-gradient(top,rgba(232, 232, 232, 0.2),#ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(232,232,232,0.2)),to(#ffffff));
	background: linear-gradient(to top, #e8e8e8, #ffffff); /* IE10, Firefox 16.0+, Opera 12.50+ */
	border: solid 1px #b0b0b0;
}
/*
footer #guide li:nth-of-type(1){
	width:100%;
}
*/
footer #guide li a{
	background: url(/sp/images/common/ico_arrow.png) no-repeat right center;
	background-size: 10px;
	padding: 5% 0 5% 3%;
	display: block;
}



footer #footLogo{
	margin: 5% auto 3%;
	width: 60%;
}

footer address{
	font-style: normal;
	font-size: 96%;
	line-height: normal;
	text-align: center;
}

footer #guide2{
	clear:both;
	position:relative;
	overflow:hidden;
	height:45px;
}

footer #guide2 #footBtn{
	position:relative;
	left:50%;
	float:left;
	margin:2px 0 5px 0;
	padding:0;
	font-size:10px;
}

footer #guide2 #footBtn li{
	position:relative;
	left:-50%;
	float:left;
	margin:10px;
	padding:0;	
	width:100px;
	line-height:25px;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #b0b0b0;
	background-color:#FFF;
}

footer #guide2 #footBtn li a{
	display:block;
	color:#000;
}

footer #footerCopy{
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 10px;
	color: #FFF;
	background: #2c2e91;
	padding: 10px 0;
	margin: 5% 0 0;
}
footer #footerCopy a{
	color:#fff;
}

/*
#pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 10;
}
#pageTop a {
    background: #14bfff;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pageTop a:hover {
    text-decoration: none;
    background: #999;
}
*/



aside{
	background: #efefef;
	width: 100%;
	padding: 4% 0;
	margin: 0;
	clear: both;
	display: block;
}
aside #commonKaatsu{
	margin: 0 auto 14px;
}
aside #commonJcca{
	margin: 0 auto;
}
aside .commonAside{
	margin: 0 auto;
	width: 210px;
}
aside #commonKaatsuTxt{
	margin: 5px 0 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}
aside #commonJccaTxt{
	margin: 10px 0 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}


/*-------------------------------------------*/
/*			.socialSet 0.1.0.0
/*-------------------------------------------*/
#socialSet	{
	display: block;
	margin: 5% auto;
	text-align: center;
	line-height: 20px;
	clear: both;
	width: 100%;
}
#socialSet ul { width:90%; margin:0 auto;}
#socialSet ul li > * { vertical-align: bottom; }
#socialSet ul li { display:inline-block; margin: 1%;}
#socialSet ul li.sb_twitter	{}
#socialSet ul li.sb_google div	{ vertical-align:top !important;}
#socialSet ul li.sb_hatena	{}
#socialSet ul li.sb_facebook	{}
#socialSet ul li.sb_pocket		{width:90px;}
	#socialSet ul li.sb_pocket pocket-btn{vertical-align: bottom !important;}
#socialSet ul li.sb_line img	{height:20px !important; width:auto; vertical-align: bottom !important;}


a{
	color:#333;/*★リンク色*/
	text-decoration:none;
	/* タップ時の背景色sp */
	-webkit-tap-highlight-color: rgba(160,0,185,0.3);
	tap-highlight-color: rgba(160,0,185,0.3);
	display:block;
  opacity: 1;
  filter: alpha(opacity=100);
	transition: 0.1s ease-in-out; 
}

img { border:none;
	/* vertical-align: top;*/
	max-width:100%;
	height: auto;
	}

a:hover{
	/*color:#2c2e91;*//*★リンク色*/
	text-decoration:none;
/*  -webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
*/
filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: rgba(255, 255, 255, .15);
}
@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
/*
a:hover img {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}	
*/
li { list-style-type:none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th{ text-align:left; }

h1,h2,h3,h4,h5,h6{ font-weight:normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

hr{
	border: 1;
	clear:both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	margin:20px 0;
}

/* clearfix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: block;
}

/*forHTML5*/
article,aside,canvas,details,figcaption,figure,
footer,,hgroup,menu,nav,section,summary,address{
	display:block;
}


/* 追加指定
--------------------------------------- */
.pcOnly{
	display:none !important;
}

.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-60{margin-bottom:30px;}

.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-60{margin-top:30px;}

.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-16{margin-right:16px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}

.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-30{margin-left:30px;}


.fs-10{	font-size:10px;}
.fs-12{	font-size:12px;}
.fs-14{	font-size:14px;}

.w100{
	margin: 0;
	text-align:center;
	background:none;
	border:none;
}



.underLine{
	border-bottom: 1px solid #999;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}

.blue{
	color:#32a0c3;
}

.red{
	color:#ff0000;
}
.green{
	color:#17a907;
}

.pink{
	color:#ff5d87;
}

.orange{
	color:#ec5454;
	}

.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}

.shad{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
}
.shadow{
	 -webkit-box-shadow: 0 0px 10px -5px #000;
       	-moz-box-shadow: 0 0px 10px -5px #000;
     	     box-shadow: 0 0px 10px -5px #000;
}


/* 共通定義
--------------------------------------- */
#wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.inner{
	margin: 0 auto;
	width: 90%;
	position:relative;
}


article{
}
section{
	margin: 0;
	display: block;
}



.commonImg {
	width: 100%;
}
.commonImg img {
	max-width:100%;
}

.lead1 {
	font-size: 8vw;
	margin: 10% 0 5% 6%;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
}
.lead2 {
	color: #fff;
	background: #353695;
	font-size: 9vw;
	margin: -7% 2% 0;
	padding: 1% 1%;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
	text-align:center;
}


.howto {
	position:relative;
	
}
.howto::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    transform: skew(0, 5deg);
    transform-origin: center;
    background: #000;
    width: 100%;
    height: 360px;
	z-index: 1;
}
.howto .inner {
	padding: 4% 2%;
	z-index: 2;
}
.howto .inner div{
	width: 50%;
	text-align:center;
	margin: 0 auto 5%;
}
.howto span{
	color:#fffc00;
}
.howto2::before {
    content: "";
    display: block;
    position: absolute;
	background:#6a0202;
    top: -13%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	height: 400px;
}




section h2 {
	font-size: 180%;
/*	
background: rgb(255,255,255);
background: linear-gradient(88deg, rgba(255,255,255,1) 0%, rgba(116,116,116,1) 22%, rgba(255,255,255,1) 69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.75); 
*/
}

.tbox {
	font-size:117%;
	padding: 2%;
	margin: 4% auto 0;
	text-align:center;
	letter-spacing: -1px;
	line-height:1.2;
}
.btn {
	font-size: 120%;
}
.btn1, .btn2{
	width:80%;
	margin: 0 auto;
	 -webkit-box-shadow: 0 5px 10px -5px #000;
       	-moz-box-shadow: 0 5px 10px -5px #000;
     	     box-shadow: 0 5px 10px -5px #000;
}
.btn1 img, .btn2 img{
	width:15%;
	margin: 6% auto 0;
}
.btn1 p, .btn2 p{
	vertical-align:baseline;
}
.btn span{
	vertical-align:baseline;
	line-height: 38px;
	padding: 0 1em 0 0;
}

/*
.btn1 a {
background: rgb(255,187,2);
background: linear-gradient(0deg, rgba(255,187,2,1) 0%, rgba(255,158,53,1) 87%);
text-align:center;
color:#fff;
border: 1px solid #0018ff;
border-radius: 4px;
padding: 2%;
margin: 2% 14%;
}
*/
.btn1{
background: rgb(255,139,139);
background: linear-gradient(0deg, rgba(255,139,139,1) 0%, rgba(255,145,71,1) 100%) ,url(/images/lp/2023/icon_mail.png) no-repeat;
text-align:center;
color:#fff;
border-radius: 4px;
line-height: 50px;
padding: 2%;
margin: 0% 10% 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn2 {
background: rgb(0,197,239);
background: linear-gradient(0deg, rgba(0,197,239,1) 0%, rgba(71,71,255,1) 100%);
text-align:center;
color:#fff;
border-radius: 4px;
line-height: 50px;
padding: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn3:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 2px solid #fff;  /* thickness, color */
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ugokeruTime {
	text-align:center;
	margin: 5% auto 10%;
	font-size:80%;
}






.kotae{
}

.ktxt1 {
	text-align:center;
	font-size:110%;
	margin: 0 0 6%;
}
.ktxt2 {
	text-align:center;
	font-size:107%;
	letter-spacing:-2px;
}
.ktxt3 {
	text-align:center;
	font-size:120%;
	margin: 0 0 10%;
	letter-spacing:-2px;
}

.keiken {
	border-top: 2px solid #a80707;
	border-bottom: 2px solid #a80707;
	width:100%;
	margin: 0 auto 10%;
	padding: 5% 0;
}
.keiken p{
	text-align:center;
	color:#ff0000;
	font-size:160%;
	padding: 0 0 6%;
}
.keiken ul{
	font-size: 100%;
	color:#a80707;
	letter-spacing: -1px;
}
.keiken ul li{
	padding-bottom: 5%;
   text-indent: -1em;
   padding-left: 1em;
}
.keiken ul li:last-child{
	padding-bottom: 0;
}


.photo {
	margin: 0 4% ;
}

.photo dl {
	 background: rgba(53,54,149,0.82);
	 padding: 4% 5%;
	 position:relative;
	 top: -30px;
}
.photo dt {
	border: 1px solid #fff;
	padding: 1% 2%;
	margin: 0 0 5%;
	font-size:90%;
	display:inline-block;
}
.photo dd {
	font-size:80%;
	font-family: 'M PLUS 1', sans-serif;
}




#movieBox {
	width:100%;
	margin: 7% 0 ;
}

#movieBox #movie{
	width:100%;
}

#movieBox video{
	width:100%;
}

#movieBox img{
	width:100%;
}


.user {
	background:#000071;
	padding: 0 0 5%;
	position:relative;
	margin: 15% 0 0;
}

.user::before {
    content: "";
    display: block;
    position: absolute;
	background:#000071;
    top: -4%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
	min-height: 80px;
	border-radius: 100% 100% 0 0;
	z-index:-1;
}
/*
#voice h4 {
	text-align:center;
	font-size:300%;
background: rgb(201,168,73);
background: linear-gradient(0deg, rgba(201,168,73,1) 0%, rgba(255,244,146,1) 48%, rgba(255,255,193,1) 71%, rgba(250,213,106,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 4%;
}
*/
#voice .voiceTit {
	margin: 40px 0 5%;
	position:relative;
	width: 100%;
	min-height:50px;
	background:url(../images/lp/2023/tit_voice.png) no-repeat;
	background-size:cover;
	display:flex;
	text-align:center;
  justify-content: center;
  align-items: center;
  color:rgba(255,255,255,0);
}
.user .voice{
	background: #fff;
	width:100%;
	margin:0 auto 8%;
padding: 5% 5%;
font-size: 94%;
	border-radius: 4px;
}
.user .voice p:last-child{
	text-align:right;
	padding: 5% 0 0;
}


.access {
	margin: 10% 0 5% ;
	font-family: 'M PLUS 1', sans-serif;
font-weight:600;
text-align:center;
font-size:94%;
}
.access a {
	display:inline-block;
}
.googlemap {
	position: relative;
	width: 100%;
	margin: 5% 0 2%;
	padding-top: 85%; /* = height ÷ width × 100 */
}
.googlemap iframe {
	margin: 0 0 30ox;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#foNav {
	position:fixed;
	bottom: 0;
	color: #fff;
	z-index:999;
	width: 100%;
}
#foNav #foNavBox {
	display:flex;
}
#foNav #foNavBox  a {
	color:#fff;
	display:contents;
}
#foNav #foNavBox div {
	width:100%;
	height:50px;
	font-family: 'M PLUS 1', sans-serif;
	font-size:16px;
	display: flex;
	align-items:center;
	justify-content: center;
}
#foNav .co {
	color:#fff;
	display:block;
	background-color:#2c2e91;
	text-align:center;
	line-height: 2.4;
}
#foNav .co a {
	color:#fff;
}
#foNav .lo{
	background: rgb(242,245,247);
background: linear-gradient(0deg, rgba(242,245,247,1) 0%, rgba(215,222,227,1) 49%, rgba(229,235,238,1) 50%, rgba(229,235,238,1) 96%, rgba(116,116,116,1) 100%);
	padding:3%;
}
#foNav .li{
	background:#00c402;
}
#foNav .ta{
	background:#409921;
}

#foNav .te{
	background:#d1600c;
}
#foNav .li img , .te img, .ta img{
	width:25%;
}



/*_______________*/
.priceTT {
	text-align:center;
	font-weight:bold;
	margin: 5% 0;
	font-size: 1.6em;
	border-bottom: 1px solid #fff;
}


#nayami {
	text-align:center;
}

.nayamiUl {
}

.nayamiUl li:nth-of-type(1) {
	background:url(../images/lp/2023/img_nayami_01.png) no-repeat;
	background-size: cover;
}
.nayamiUl li:nth-of-type(2) {
	background:url(../images/lp/2023/img_nayami_02.png) no-repeat;
	background-size: cover;
}
.nayamiUl li:nth-of-type(3) {
	background:url(../images/lp/2023/img_nayami_03.png) no-repeat;
	background-size: cover;
}
.nayamiUl li{
	width: 100%;
	min-height:205px;
	position:relative;
}

.nayamiUl li p {
	position:absolute;
	top: 26px;
	background-color:#ffe400;
	color:#2e3092;
	font-size: 30px;
	font-weight:bold;
	padding: 0 5%;
	right: 0;
}

.nayamiUl li:nth-of-type(2) p {
	left: 0;
	right:auto;
}

.nayamiUl li p span {
	font-size: 15px;
	vertical-align:baseline;
}


.mantoman {
	background:url(../images/lp/2023/img_mantoman.png) no-repeat;
	background-size: cover;
	width: 100%;
	min-height:410px;
	line-height:1.2;
	position: relative;
}
.mantoman::before {
    content: "";
    display: block;
    position: absolute;
	background:#fff;
    bottom: -25%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 70px;
	padding-bottom: 50px;
}
.point {
	margin: 0 3%;
}

.point ul {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.point ul li {
	background:rgba(53,54,149,0.8);
	color:#fff;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	text-align:center;
align-items: center;
justify-content: center;
display:flex;
flex-wrap:wrap;
font-size:100%;
}
.point ul li:nth-of-type(1) {
	font-size:300%;
}
.point ul li:nth-of-type(1) p {
	padding: 20% 0 0;
}
.point ul li:nth-of-type(1) span {
	font-size:40%;
}
.point ul li:nth-of-type(2) {
	font-size:260%;
}
.point ul li:nth-of-type(2) p {
	padding: 20% 0 0;
}
.point ul li:nth-of-type(2) span {
	font-size:35%;
}
.point ul li:nth-of-type(3) {
	margin-top: 2%;
	font-size:300%;
}
.point ul li:nth-of-type(3) p {
	padding: 20% 0 0;
}
.point ul li:nth-of-type(3) span {
	font-size:35%;
}
.point ul li:nth-of-type(4) {
	margin-top: 2%;
	font-size:190%;
}
.point ul li:nth-of-type(4) p {
	padding: 10% 0 0;
}
.point ul li:nth-of-type(4) span {
	font-size:80%;
}
.programLead {
	color:#2e3092;
	text-align:center;
	line-height: 60px;
	font-size: 130%;
	font-weight:bold;
}
.programLead2  {
	background:#6162ac;
	color:#fff;
	width:100%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 8%;
	line-height: 2em;
}
.pbox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 7% 0 0;
}
.pbox div{
	width:48%;
	position:relative;
	margin: 0 0 4%;
	/*
	 -webkit-box-shadow: 0 0px 10px -5px #eee;
       	-moz-box-shadow: 0 0px 10px -5px #eee;
     	     box-shadow: 0 0px 10px -5px #eee;
	*/
	border:1px #CCC solid;
	border-radius:4px;
			 
}
.pbox img{
	border: 2px solid #fff;
	border-radius:4px;
}
.pbox p{
	position:absolute;
	bottom: 0;
	color:#fff;
	width:100%;
background: rgb(0,0,59);
background: linear-gradient(90deg, rgba(0,0,59,1) 0%, rgba(11,12,115,0.6418942577030813) 56%, rgba(20,21,159,0) 100%);
font-size:76%;
	font-family: 'M PLUS 1', sans-serif;
	padding: 2% ;
	margin: 2px;
}
.pbox div:last-child{
	width:100%;
}
.pbox div:last-child img{
	border: none;
	border-radius:0px;
}


.mission {
	color:#fff;
}

.mission1 {
	margin: 40px 0 0;
	position:relative;
	width: 100%;
	min-height:310px;
	background:url(../images/lp/2023/img_program.png) no-repeat;
	background-size:cover;
	display:flex;
	text-align:center;
  justify-content: center;
  align-items: center;
  color:rgba(255,255,255,0);
 }
.mission1 .inner h2 {
	font-size: 300%;
	line-height: 1.2;
}
.mission1 .inner p {
	font-size: 124%;
}
.mission1 .inner .sub {
	font-size: 60%;
	padding: 0 0 0 9em;
}

h4 {
	font-weight:bold ;
	color: #0aacdf;
	font-size: 1.1em;
	padding: 5% 0;
	text-align:left;
}
.mBox .pTit {
}
.mBox h5 {
	line-height: 2.4em;
	font-weight:bold;
	font-size: 1.1em;
	padding: 0 0 0 0;
}
.mission2 {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#5354b8;
	padding: 5% 0;
	margin-top: 0;
	color: #fff;
}

.mission .mBox {
	margin: 5% auto;
	width: 70%;
	z-index: 5;
	position:relative;
	color: #fff;
}

.po {
	border: solid 1px #fff;
	padding: 0 4%;
	font-size: 80%;
	display:inline;
	line-height: 2.8em;
}
.mission .pTit{
	width: 100%;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: 4% 0;
	margin: 0 0 8%;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.mission h5{
	display:inline;
	font-size:120%;
	padding-left: 3%;
	line-height: 1;
}
.mPhoto {
	margin: 0 0 2%;
}
.mtxt {
	padding: 3% 0 8%;
	font-size: 105%;
}

.osusume {
	background: #fffc00;
	color:#333;
	text-align:center;
	font-size: 110%;
	width: 100%;
	padding: 1% 0;
	margin: 5% 0 10%;
}

.mBox ul {
	margin: 0 0 10% ;
}

.mBox ul li {
	font-size:105%;
   text-indent: -1em;
   padding-left: 1em;
   margin: 0 0 2%;
 }
.mBox ul li:nth-of-type(even) {
	/*color:#fffc00;*/
	
}


.tate {
	writing-mode: vertical-rl;
	text-orientation: sideways;
	position:absolute;
	display: flex;
	font-weight:normal;
	font-size: 100%;
	left:2%;
	font-family: 'M PLUS 1', sans-serif;
	height: 100%;
}
.tate .arrow {
	font-size: 160%;
	position:absolute;
	bottom: 15%;
	left: -30%;
}
.tate .step {
	padding: 30% 0 0 0;
}


.mission3 {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#5354b8;
	padding: 5% 0;
	margin-top: 0;
	color: #fff;
}

.mission4 {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#0aacdf;
	padding-bottom: 40%;
	margin-top: -20%;
}
.mission4::before {
    content: "";
    display: block;
    position: absolute;
	background:#0aacdf;
    top: -4%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
}

.mission5 {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#5354b8;
	padding-bottom: 5%;
	margin-top: -20%;
}
.mission5::before {
    content: "";
    display: block;
    position: absolute;
	background:#5354b8;
    top: -4%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
}


@media (orientation: landscape){

}


.kakuninBtn {
	font-size: 150%;
	text-align: center;
background: rgb(201,168,73);
background: linear-gradient(0deg, rgba(201,168,73,1) 0%, rgba(255,244,146,1) 48%, rgba(255,255,193,1) 71%, rgba(250,213,106,1) 100%);
	 -webkit-box-shadow: 0 5px 10px -5px #000;
       	-moz-box-shadow: 0 5px 10px -5px #000;
     	     box-shadow: 0 5px 10px -5px #000;
}
.kakuninBtn p {
	line-height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kakuninBtn span {
	padding: 0 0 1em 0;
	transform:rotate(-90deg);
	display:inline-block;
	line-height: 30px;
	font-size: 80%;
}


#trial {
	color:#fff;
	position:relative;
}
.trailBox {
	margin: 0;
	padding: 80px 0 0;
	position:relative;
	width: 100%;
	min-height:310px;
	background:url(../images/lp/2023/bg_trial.png) no-repeat;
	background-size:cover;
 }
.trailBox::before {
    content: "";
    display: block;
    position: absolute;
	background:#5354b8;
    top: -4%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
	min-height: 0px;
	padding-bottom: 80px;
	border-radius: 0 0 100% 100%;
	z-index:1;
}

.tit{
}

#trial h4 {
	margin: 0 0 8%;
}

#trial .plan {
	display: flex;
	align-items: baseline;
}

#trial h5 {
	font-size: 200%;
	font-weight:bold;
	color: #f0ff00;
	float:left;
	margin:0 0 5% 0;
	text-shadow: 
            3px 3px 3px #000;
}
#trial h5 span{
	font-size: 80%;
	vertical-align:baseline;
}
#trial .target{
	background:#fff;
	padding: 0 3%;
	font-size: 80%;
	display:inline;
	float: left;
	text-align:center;
	color:#01007d;
	margin: 4% 0 0 4%;
}

.gbox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gbox div{
	width:48%;
	position:relative;
	margin: 0 1% 4%;
	box-shadow: 1px 1px 6px 0px #000;
}
.gbox img{
	border: 2px solid #fff;
}
.gbox p{
	position:absolute;
	top: 0;
	width:100%;
background: rgb(0,0,59);
background: linear-gradient(90deg, rgba(0,0,59,1) 0%, rgba(11,12,115,0.6418942577030813) 56%, rgba(20,21,159,0) 100%);
font-size:76%;
	font-family: 'M PLUS 1', sans-serif;
	padding: 2% ;
	margin: 2px;
}


.tax{
	font-family: 'M PLUS 1', sans-serif;
	width:100%;
	text-align:right;
	margin: 0 auto 0;
	padding: 0 0 5%;
	font-size:90%;
	text-shadow: 
            3px 3px 3px #000;
}

#trial table{
	width:100%;
	margin: 4% auto 15%;
	vertical-align:baseline;
	line-height:1.1;
	position:relative;
	text-shadow: 
            3px 3px 3px #000;
}
#trial table:nth-of-type(2){
	margin: 4% auto 5%;
}

#trial .m{
	margin: 4% auto 2%;
}

#trial .tab::before{
   content:"";
   display:block;
   width:100%;
   height:2px;
   background-color:#fff;
   position:absolute;
   top:150%;
   left:0;
   }
#trial .tab:nth-of-type(2)::before{
   content:"";
   display:none;
   width:100%;
   height:2px;
   background-color:#fff;
   position:absolute;
   top:150%;
   left:0;
   }

#trial table th{
	text-align:right;
	font-size:110%;
	width:46%;
	vertical-align:baseline;
}
#trial table th span{
	font-size:180%;
	vertical-align:baseline;
}
#trial table .plus{
	text-align:right;
	font-size:86%;
}
#trial table th .yellow{
	font-size:120%;
	vertical-align:baseline;
	color:#f0ff00;
}
#trial table td{
	text-align:right;
	font-size:290%;
	vertical-align:bottom;
}
#trial table td span{
	font-size:70%;
	vertical-align:baseline;
}


#trialForm h4{
	margin:0 0 5%;
}

#trialForm h5{
	padding: 2%;
	margin:0 0 4%;
	display:block;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	line-height: 30px;
	background:#2c2e91;
	width:100%;
}

#trialForm .trialHave{
	margin: 0 0 2%;
	width: 100%;
}
#trialForm .trialHave h4{
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

#trialForm select{
	width:15%;
}

#trialForm .kome {
	margin: 0 0 5%;
	font-size: 80%;
}

#trialForm .kome li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 2%;
}


#trialForm .trialHave table{
	margin:10px auto;
	font-size:90%;
}
#trialForm .trialHave table th{
	background:#a3a3a3;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
#trialForm .trialHave table td{
	padding:5px;
}
#trialForm .trialHave table th,#trialForm .trialHave table td{
	width:33.3%;
}


#trialForm .trialHave .priceUl li{
	text-align: center;
	margin: 10px 0;
	padding: 0;
	background:none;
	width:100%;
}
#trialForm .trialHave .priceUl li a{
	background: #00007c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFF;
	display:block;
	padding: 5%;
}

#trialForm .btn_txt {
	background:#4b4dff;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	margin:10px auto 50px;
	width:50%;
	border-radius:20px;
}
#trialForm .btn_txt a{
	color:#fff;
	display:block;
}


/* フォーム類
--------------------------------------- */


button{
	border:none;
}

input[type="text"],
input[type="email"],
textarea,
select{
	padding: 1%;
	background-color:#fff;
	border:none;
	border:solid 2px #c9c9c9;
	width:80%;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	font-size:16px;
}


input{ 
	vertical-align: middle;
}

select{
	vertical-align: middle;
	width:40%;
}

textarea{
	width: 96%;
	min-height: 200px;
}

label{
	cursor: pointer;
	width: 30%;
	margin: 0;
	float: left;
	display: block;
	vertical-align: middle;
}

label > input{ 
	margin:0 ;
	display:inline;
}


#formBox{
	clear:both;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
}

#formBox #formBtn{
	margin:2% auto;
	padding:0;
	width:80%
}

#formBox #formBtn li{
	text-align:center;
}

#formBox #formBtn li input{
	width:100%;
	height:60px;
	font-weight:bold;
	font-size:160%;
	cursor:pointer;
	background: #33F;
	color:#fff;
}

#formDl{
	font-size: 90%;
}

#formDl dt{
	font-weight:bold;
	background:#4f86da;
	color:#fff;
	padding: 2% 0 2% 2%;
}

#formDl dd{
	padding: 3% 5% 5% 5%;
}


#errorArea {
	color: #ff0000;
	text-align: center;
}
.wpcf7-list-item input{
	height:40px;
}
.spform{
	display:block;
	width:100%;
}
.wpcf7-list-item{
	display:block;
}
.wpcf7-list-item-label{
	line-height:40px;
	padding: 0 0 0 0.5em;
}
.wpcf7-list-item label{
	width:100%;
	float:none;
}



/* spOnly
------------------------------------------------------ */


/* ヘッダ
--------------------------------------- */
header{
	padding: 0;
	background: #fff;
	width: 100%;
}

header h1{
	background: #2a2d90;
	width: 100%;
	color: #FFF;
	font-size: 70%;
	text-align: center;
	line-height: 1.8;
}


header #headBox{
	padding: 0;
	margin: 0 auto;
}

header #headBox2{
	padding: 12px 0 8px 0;
	margin: 0 auto;
}


header h2{
	float: left;
	width: 77%;
	margin: 0 0 0 3%;
}
header h3{
	float: right;
	width: 20%;
}


header #headNav{
	margin: 0;
	padding: 0;
}
header #headNav li{
	width:50%;
	float:left;
}


/* ナビゲーション
--------------------------------------- */
nav{
	overflow:hidden;
	width:0;
	height:0;
}
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-size:15px;
	background:#333;
	color:#fff;
	-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222;
	}
.sidr .sidr-inner{
	padding:0 0 15px;
	}
.sidr .sidr-inner>p{
	margin-left:15px;
	margin-right:15px;
	}
.sidr.right{
	left:auto;
	right:-260px;
	}
.sidr.left{
	left:-260px;
	right:auto;
}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#fff;
	line-height:24px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:linear-gradient(#4d4d4d,#1a1a1a);
	-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	}
.sidr p{
	font-size:13px;
	margin:0 0 12px;
	}
.sidr p a{
	color:rgba(255,255,255,0.9);
	}
.sidr>p{
	margin-left:15px;
	margin-right:15px;
	}
.sidr ul{
	display:block;
	margin:0 0 15px;
	padding:0;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d;
	}
.sidr ul li{
	display:block;
	margin:0;
	padding: 2% 0;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a;
	}
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{
	border-top:none;
/*	line-height:41px; */
	}
.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{
	-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222;
	}
.sidr ul li a,.sidr ul li span{
	padding:0 15px;
	display:block;
	text-decoration:none;
	color:#fff;
	}
.sidr ul li ul{
	border-bottom:none;
	margin:0;
	}
.sidr ul li ul li{
	line-height:40px;
	font-size:13px;
	}
.sidr ul li ul li:last-child{
	border-bottom:none;
	}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{
	border-top:none;
	line-height:41px;
	}
.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{
	-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222;
	}
.sidr ul li ul li a,.sidr ul li ul li span{
	color:rgba(255,255,255,0.8);
	padding-left:30px;
	}
.sidr form{
	margin:0 15px;
	}
.sidr label{
	font-size:13px;
	}
.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{
	width:100%;
	font-size:13px;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:none;
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.6);
	display:block;
	clear:both;
	}
.sidr input[type=checkbox]{
	width:auto;
	display:inline;
	clear:none;
	}
.sidr input[type=button],.sidr input[type=submit]{
	color:#333;
	background:#fff;
	}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover{
	background:rgba(255,255,255,0.9);
	}

#pageTit{
	margin: 0 0 10px;
	background: url(../sp/images/common/bg_pagetit.png) no-repeat;
	background-size: 100% 100%;
	padding: 3% 0 3% 6%;
	line-height: 160%;
	font-size: 150%;
	font-weight:bold;
	color:#fff;
	width:100%;
}

/*			contactform7
/*-------------------------------------------
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 img{
	width:10%;
	margin: 0 auto;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	clear:both;
	width:90%;
	margin:0 auto;
	text-align:center;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	clear:both;
	width:90%;
	margin:0 auto;
	text-align:center;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	clear:both;
	width:90%;
	margin:2% auto;
	text-align:center;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: relative;
	top: 0;
	left: 0%;
	text-align:center;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 90%;
	padding: 2px;
	display:block;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: none;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
	margin-right:5%;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}

#content .wpcf7	{ margin-top:20px; }
#content form span.wpcf7-form-control-wrap	{ position:relative; display:block; overflow:hidden; clear:both;}
#content form span.wpcf7-form-control-wrap .wpcf7-list-item,
#content form span.wpcf7-form-control-wrap .wpcf7-list-item label	{ display:block; float:left; }
#content form span.wpcf7-form-control-wrap .wpcf7-list-item	{ padding-top:8px; padding-bottom:8px; }
#content form span.wpcf7-not-valid-tip	{ position:relative; display:block; overflow:hidden; border:2px solid #c00; background-color:#FFeeee;left:0px;top:4px; margin-bottom:0px; }
#content form div.wpcf7-validation-errors	{border:2px solid #c00;background-color:#FFeeee;text-align:center;}
#content .wpcf7 dl		{ display:block; overflow:hidden; border-bottom:1px dotted #ccc; }
#content .wpcf7 dl dt	{ display:block; overflow:hidden; padding:10px;float:left; width:30%; color:#666; font-weight:lighter; }
#content .wpcf7 dl dd	{ display:block; overflow:hidden; padding:10px;margin-bottom:0px; }

#content form span.wpcf7-form-control-wrap	{
position:relative;
display:inline;
overflow:hidden;
font-size:14px;
clear:none; 
margin:0;
padding:0;
}
*/

.time2025Box{
	background:#4f86da;
	width: 100%;
	padding: 30px 20px;
	margin: 0 auto;
}
.time2025{
	width: 100%;
	text-align:left;
	margin: 0 auto;
	color: #fff;
}
.time2025 a{
	color:#FF0;
	font-weight:bold;
	display:inline-block;
}
.time2025 h5{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}