@charset "UTF-8";


/*--- catchCopyBox --*/

.catchCopyBox{
	width: 100%;
	/*height: calc( 100vh - 100px );
	margin-bottom: 140px;*/
	position: relative;
	
}

.catchCopy{
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	/*top: 290px;*/
	top: 10%;
	transform: translate(0,-24%);
	width: 100%;
}



.catch_intro{
	display: block;
	letter-spacing: 2px;
	/*font-size: 1.8rem;*/
	/*margin-bottom:30px;*/ 
}

.catch_strong {
  font-size: 10rem;
  display: flex;
  justify-content: center;
}

.catch_strong span{
	color: #1b91cc;
	position: relative;
	padding:0 10px;
}

.catch_strong span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: -10%;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
  z-index: -1;
}

.catch_main{
	font-weight: bold;
	padding-top: 20px;
	/*font-size: 2rem;*/
	font-size: 5rem;
	line-height: 1.5;
}

.catch_main strong{
	font-size: 5rem;
	display: block;
	font-weight: bold;
	letter-spacing: 5px;
}

.catch_main.firstChild{
	margin-bottom: 10%;
}

.catch_main .catch_intro{
	font-size: 1.6rem;
}

@media screen and (max-width: 1600px) {
	.catchCopy {
		top: 8%;
	}

	.catch_main.firstChild {
	  margin-bottom: 5%;
	}

}	

@media screen and (max-width: 1300px) {
	.catchCopy {
		top: 6%;
	}	
}	


.catchMov {
  /*transform: translate(0,-50%);*/
  text-align: center;
  margin:100px 0 200px;
}

.catchMov img{
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
}


/*--- js-modal ---*/

.modal-open{
	cursor: pointer;
}

.modal-open:hover{
	opacity: 0.7;
}



.modal {
    display: none;
    /*visibility: hidden;*/
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.modal.open {
    /*display: none;*/
    visibility: inherit;
    height: 100vh;
    z-index: 1050;
}

.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.modal__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 960px;
    height: 50%;
}


.movie_iframe{
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto;
}



.btnClose{
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    float: right;
    margin-right: 4px;
}

.btnClose span {
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #ccc;
    transition: all 0.2s ease-out;
    top: 20px;
}

.btnClose span:nth-of-type(1){
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);	
}

.btnClose span:nth-of-type(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}





/*--------introBox---------*/
.introBoxLogo{
	width: 28vw;
	margin: 0 auto 20px;
}


.introBoxContBox{
	display: flex;
	align-items: center;
	/*
  background-image: linear-gradient(45deg, #eaeaea 25%, #eaeaea 25%, #f6f6f6 50%, #eaeaea 50%, #eaeaea 75%, #f6f6f6 75%, #f6f6f6);
  background-size: 4px 4px;
  */
  /*background: repeating-linear-gradient(-135deg, #c2a8cc, #c2a8cc 20px, #fff 20px, #fff 40px);*/
  background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
}

.stripe{
	background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
}

.introBoximgBox{
	width: 25%;
	/*min-width: 480px;*/
	overflow: hidden;
}

@media screen and (max-width: 1900px) {
	.introBoximgBox{
		height: 40vw;
	}	
}	

@media screen and (max-width: 1550px) {
	.introBoximgBox{
		height: 50vw;
	}	
}

.introBoximg {
    object-fit: cover;
    height: 100%;
    width: auto!important;
}


.introBoxCont {
  width: 50%;
  padding: 100px;
  min-height: 600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 2vw 4vw;
}

.only_1160{
	display: none;
}

@media screen and (max-width: 1160px) {
	.only_not_1160{
		display: none;
	}

	.only_1160{
		display: block;
	}

	.introBoximg {
		width: 100%!important;
	}

	.introBoxContBox {
		display: block;
	}

	.introBoxCont {
	  width: 100%;
	  padding: 50px 20px;
	  min-height: initial;
	  display: block;
	}
}	



/*
.stripe {
  background-image: linear-gradient(45deg, #eaeaea 25%, #f6f6f6 25%, #f6f6f6 50%, #eaeaea 50%, #eaeaea 75%, #f6f6f6 75%, #f6f6f6);
  background-size: 4px 4px;
}
*/

.boxContTitle{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 2;
}

.introBoxCont p{
	margin-bottom: 60px;
}



.midCatch{
	text-align: center;
	margin: 150px auto 100px;
	font-size: 6rem;
}

.midCatch strong{
	color: #fff;
	background: #000;
	padding: 4px 8px;
}


/*----simulatorBox----*/

.simulatorBoxTitle {
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 6rem;
  margin: 0 auto;
  display: block;
  width: 24%;
  min-width: 380px;
  margin-bottom:80px; 
}


.simulatorBoxInner{
	display: flex;
	justify-content: space-between;
}


.simulatorBoxInnerTxt{
	width: 44%;
}


.innerTxtTitle{
	font-size: 6rem;
	/*margin-bottom: 20px;*/
}

.innerTxtCatch{
	font-size: 2rem;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}


.imgList{
	width: 44%;
}

.imgList li{
	text-align: center;
}

.imgList .slick-slide img {
  margin: auto;
}

.imgList .slick-next {
  right: -5px!important;
}

.slick-prev:before, .slick-next:before {
    content: ""!important;
    width: 18px;
    height: 18px;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 10px;
}


.slick-prev:before {
    border-left: 4px solid #1b91cc;
    border-bottom: 4px solid #1b91cc;
}

.slick-next:before {
    border-top: 4px solid #1b91cc;
    border-right: 4px solid #1b91cc;
}


.imgList .slick-dots {
  bottom: 40px!important;
}  


.slick-dots li button:before {
	color: #fff!important;
	opacity: 1!important;
}


.slick-dots li.slick-active button::before {
  color: #1b91cc!important;
}

.slick-dots li.slick-active button::before{
	opacity: 1!important;
}



/*--- conceptContBox --*/

.conceptContBox{
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	max-width: 1560px;
	margin: 0 auto 150px 0;

}


.conceptContBox::after{
	content: "";
	position: absolute;
	height: 94%;
	width: 100vw;
  background: repeating-linear-gradient(-135deg, #1b91cc, #1b91cc 2px, #548ec5 2px, #548ec5 4px);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;	
}	



/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 1300px) {

	.conceptImg {
		width: 50%!important;
    	height: 44vw;
    	object-fit: cover;
	}

	.conceptContBoxWrap {
	    width: 50%!important;
	    padding: 2%;
	}

	.conceptContBox::after{
		height: 100%;
	}


}	


.conceptImg,
.conceptContBoxWrap{
	position: relative;
	z-index: 2;

}

.conceptImg{
	width: 66%;
}

.conceptContBoxWrap{
	width: 34%;
}	

.conceptContBoxTitle{
	margin-bottom: 40px;
}


.conceptContBoxTitle strong{
	display: block;
	font-size: 6rem;
}


.conceptContBoxStrong{
	font-size: 2rem;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}


/*--- itemContBox --*/

.itemContBox{
	margin-bottom:150px; 
}


.itemContBoxTitle{
	text-align: center;
	margin-bottom: 50px;
}

.itemContBoxTitle.left{
	text-align: left;
}


.itemContBoxTitle strong{
	display: block;
	font-size: 6rem;
}

.color_1{
	color: #8c8c8c;
}

.itemContBoxCatch{
	font-size: 4.8rem;
	margin-bottom: 80px;
	line-height: 1.2;
	font-weight: bold;
}

.itemContBoxCatch span{
	display: block;
	font-size: 2rem;
	margin-bottom: 10px;
}

.itemContBox .catch{
    margin: 0 auto 50px;
    display: block;
}

.figureCatch{
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	justify-content: space-between;
}


.figureCatch figcaption{
	line-height: 2;
	padding-left: 60px;
}

.figureCatch .logo_catch{
	max-width: 400px;
}



.itemContList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.itemContListBox{
	background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
	padding: 50px 20px;
	margin-bottom: 60px;
	width: 48%;
}


.itemContListBox dt{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
}

.itemContListBox dt .icon{
	display: block;
	margin: 0 auto 20px;
}

.itemContListBox dd{
	line-height: 2;
}


/*--- trainingIntroBox --*/

.trainingIntroBox{
	background: #000;
}

.trainingIntroImgBox{
	max-width: 1560px;
	width: 84%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
}

.trainingIntroImgBox.imgRight{
	margin: 0 0 0 auto;
}

.trainingIntroImgBox.imgLeft{
	margin: 0 auto 0 0;
	align-items: flex-start;
}

.trainingImg {
  width: 100%;
  max-width: 960px;
}

	


/*
.trainingIntroImgBox .boxImgTxt{
	padding-top:130px;
}


.trainingIntroImgBox.imgRight .boxImgTxt{
	padding-right:65px;
	padding-left: 20px;
}

.trainingIntroImgBox.imgLeft .boxImgTxt{
	padding-left:65px;
	padding-right: 20px;
}
*/

.trainingIntroImgBox .boxImgTxt{
	width: 34%;
}

/*
@media screen and (max-width: 1760px) {
	.trainingIntroImgBox .boxImgTxt{
		padding: 0 4% 4%;
	}
}
*/

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

	.trainingIntroImgBox{
		width: 100%!important;
		max-width: 100%!important;
	}

	.trainingIntroImgBox.imgRight,
	.trainingIntroImgBox.imgLeft{
		margin: 0!important;
	}

	.boxImgTxt {
	    padding: 0 4% 4%!important;
	    width: 50%!important;
	}

	/* 
	.boxImgTxt.lastChild {
	    padding: 0 4% 0!important;
	}
	*/

}




.trainingIntroImgBox .boxImgTxt strong{
	font-size: 12rem;
	display: block;
	color: #fff;
	margin-bottom: 0;
}

.trainingIntroImgBox .boxImgTxt span{
	color: #1b91cc;
	display: block;
	font-weight: bold;
    margin-bottom: 24px;
}


/*--- midImgBox --*/

.midImgBox{
	position: relative;
}

.baseImg{
	display: block;
}

.midImgBoxCatch{
	position: absolute;
	color: #fff;
	max-width: 1200px;
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 3.6rem;
}

.midImgBoxCatch p{
	line-height: 1;
}

.midImgBoxCatch strong{
	display: block;
	font-size: 12rem;
}




/*--- minListBox --*/


.minListBox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}



.minList{
	width: 32%;
	padding: 50px 0;
	font-size: 2rem;
	text-align: center;
	background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
	margin: 0 auto;
}


.minListTitle{
	font-size: 6rem;
	display: block;
}

.minListTitle strong{
	font-size: 12rem;
}

.minList .listTxt{
	display: block;
	margin-bottom: 40px;
}

.minList .listPrice{
	display: block;
	line-height: 0.5;
}

.minList .listTxt span{
		display: block;
		color: #1b91cc;
}

.listPrice strong{
	font-size: 4rem;
}

.intax{
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.itemList li {
	margin-bottom: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
	font-size: 1.4rem;
}



.itemList li span,
.itemListFlex dd a{
		color: #1b91cc;
}

#access .itemContBox {
    width: 80%;
    margin-bottom: 0;
}


.itemListFlex{
	margin-bottom: 20px;
	display: flex;
}

.itemListFlex dt{
	position: relative;
	padding-left: 20px;
	width: 20%;
	max-width: 120px;
	line-height: 2;
}

.itemListFlex dd{
	line-height: 2;
}



.itemList li::before,
.itemListFlex dt::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #1b91cc;
	border-radius: 100px;
	top: 9px;
	left: 0;
}	

/*--- qaContWrap --*/

.qaTitleImg{
	position: relative;
	margin-bottom: 100px;
}

.qaTitleImgTxt{
	color: #fff;
	position: absolute;
	margin:auto;
	top: 110px;
	left: 380px;
	right: 0;
	width: 42%;
	max-width:1200px;
}


.qaTitleImgTxt span{
	font-size: 1.6rem;
	display: block;
}

.qaTitleImgTxt strong{
	font-size: 6rem;
}

.qaList{
	width: 50%;
	margin:0 auto;
	max-width: 910px;
}

.qaList .listTitle{
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom: 40px;
}


.qaList dl{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom:1px solid #dddddd; 
}



.qaList dt span,
.qaList dd span{
	font-size: 4rem;
	font-family: 'Teko', sans-serif;
	font-weight: bold;
	padding-right: 20px;
}	

.qaList dt span{
	color: #1b91cc;
}

.qaList dd span{
	color: #999;
}

.qaList dt{
	font-weight: bold;
	font-size: 2rem;
	position: relative;
	cursor: pointer;
	padding-right: 20px;
}

.qaList dt::before,
.qaList dt::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 3px;
	background:#1b91cc;
	transition: all 0.2s ease-out;
	top: 0;
    bottom: 0;
    margin: auto;
    right: 0;	  
}


.qaList dt::after{
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.qaList dt.active::after{
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);	
}



.listAnswer{
	display: none;
	margin-top: 40px;
	/*transition: all 0.2s ease-out;*/
}


.imgWall{
	width: 100%;
	display: block;
	margin:0 auto;
}

.accessBox{
	margin: 0 auto 150px;
}


.itemList li a{
	color: #1b91cc;
}

.contMarginLarge{
  margin: 0 auto 150px;
}


.flexBox{
	display: flex;
	align-content: flex-start;
}

.flexBox.alignCenter{
	align-content: center;
}

.flexBox.spaceBetween{
	justify-content: space-between;
}



.outLineBox{
	position: relative;
	padding-bottom: 150px;
    width: 100%;
    padding: 150px 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% calc(0% + 5vw), 100% calc(100% - 5vw), 0 100%);
    background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
}


.bgBlue{
	position: relative;
	padding-bottom: 50px;
}

.bgBlue::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1b91cc;
    height: 60%;
    max-height: 430px;
    z-index: 1;
}



.outLineBoxInner{
	display: flex;
	align-items: baseline;
	margin:80px auto; 
}


.outLineboxTitle{
	min-width: 310px;
	margin-right: 40px;
}

.outLineList{
	display: flex;
	flex-wrap: wrap;
}

.outLineList dl{
	margin-right: 50px;
}

.outLineList dl.lastChild{
	width: 100%;
	margin-top: 30px;
}


.outLineList dt{
	font-weight: bold;
	margin-bottom: 10px;
}


/*--- campaign --*/

.campaignCont{
	max-width: 1000px;
	margin: 160px auto 110px;
}

.campaignTitle{
	font-size: 6rem;
	margin: 0 auto 90px;
	text-align: center;
}

.campaignBoxWrap{
	display: flex;
	justify-content: space-between;
}


.campaignBox{
	width: 48%;
	position: relative;
	padding-bottom: 80px;
}

.listAdd{
	margin-bottom: 20px;
}

.campaignRes{
	margin-bottom: 20px;
}

.campaignRes a,
.listAdd a{
	color: #1b91cc;
}

.campaignRes dt{
	margin-bottom: 10px;
}

.campaignRes li{
	margin-bottom: 5px;
}

.campaignBox .boxTtile{
	margin: 30px 0 20px;
	color: #1b91cc;
	font-size: 2.6rem;
}

.campaignList li{
	margin-bottom: 10px;
}

.campaignList li strong{
	color: #ff0000;
}

.campaignList li span{
	text-decoration: line-through;
}

.listAdd{
	font-size: 1.4rem;
}

.listAdd strong{
	color: #ff0000;
}

.listAdd span{
	text-decoration: line-through;
}

.campaignBox .btnCommon{
	position: absolute;
	left: 0;
	bottom: 0;
}

.btnLink.center {
  margin: 0 auto 50px;
}

.btnLink {
  border-radius: 50px;
  background: #f53f3f;
  display: block;
  width: 700px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2rem;
}



/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {



	/*--- catchCopyBox --*/

	.catchCopyBox{
		/*height: calc( 100vh - 90px );*/
	}

	
	.catchCopy {
	  font-size: 1.2rem;
	  top: 13%;
	}


	.catch_strong {
	  font-size: 5rem;
	}

	.catch_strong span{
		padding:0 2px;
	}


	.catch_main{
		font-size: 3rem;
		padding-top: 0;
	}

	.catch_main strong{
		font-size: 2.4rem;
		letter-spacing: 2px;
	}

	.catch_main.firstChild {
	    margin-bottom: 24%;
	}

	.catchMov {
	    width: calc(100vw - 40px);
	    margin:50px auto 100px;
	}



	.introBoxLogo {
	  width: 70%;
	}


	.introBoxContBox {
	  display: block;
	 } 

	.introBox.pageCont {
	    padding: 0;
	}

	.introBoximg{
		width: 100%;
		min-width: initial;
	}	


	.introBoxCont {
	  width: 100%;
	  padding: 50px 20px;
	  min-height: initial;
	  display: block;
	}


	.boxContTitle {
	  line-height: 1.5;
	}

	.introBoxCont p {
	  margin-bottom: 30px;
	}

	.midCatch {
	  margin: 70px auto 50px;
	  font-size: 3.1rem;
	}


	.conceptContBox {
	  display: block;
	  margin: 0 auto 70px;
	}

	.conceptImg {
  		width: 100%!important;
  		height: auto;
	}

	.conceptContBoxWrap {
	  width: 100%!important;
	  padding: 50px 20px;
	}

	.conceptContBoxTitle strong {
		  font-size: 4rem;
	}

	.conceptContBoxTitle {
	  margin-bottom: 20px;
	}	


	.conceptContBoxStrong {
	  margin-bottom: 20px;
	}

	.itemContBox{
		margin-bottom:50px; 
	}

	.itemContBoxTitle strong {
	  font-size: 4rem;
	}


	 .itemContBoxCatch {
	    font-size: 2.8rem;
	    margin-bottom: 30px;
	  }

	.itemContBoxCatch span {
	  font-size: 1.8rem;
	}


	.figureCatch {
	  margin-bottom: 40px;
	  flex-wrap: wrap;
	  flex-direction: column-reverse; 
	}


	.figureCatch figcaption {
	  line-height: 1.5;
	  padding: 20px 0;
	  width: 100%;
	}


	.figureCatch .logo_catch {
	  max-width: 66%;
	}


	.trainingIntroImgBox {
	  width: 100%;
	  flex-wrap: wrap;
	}

	.trainingIntroImgBox.imgRight{
			flex-direction: column-reverse; 
	}	

	.trainingIntroImgBox.imgRight,
	.trainingIntroImgBox.imgLeft {
	  margin: 0;
	}

	.trainingIntroImgBox .boxImgTxt {
	  width: 100%!important;
	  padding: 50px 20px!important;
	}


	.trainingImg {
	  width: 100%;
	}


	.trainingIntroImgBox .boxImgTxt strong {
	  font-size: 8rem;
	  margin-bottom: 0;
	}


	.contMarginLarge {
	  margin: 0 auto 50px;
	}


	.simulatorBoxTitle {
		font-size: 3.8rem;
		margin-bottom: 40px;
		min-width: 66%;
	}


	.simulatorBoxInner {
	  flex-wrap: wrap;
	  flex-direction: column-reverse;
	}

	.simulatorBoxInnerTxt {
	  width: 100%;
	  padding: 20px;
	}

  .innerTxtTitle {
    font-size: 3.2rem;
    margin-bottom: 0;
  }


	.imgList {
	  width: 100%;
	  padding: 0 20px;
	}


	.imgList .slick-prev {
	  left: -20px;
	}

	.imgList .slick-next {
	  right: 0px !important;
	}

	.imgList .slick-dots {
	    bottom: 50px!important;
	}


	.midImgBox{
		margin-bottom: 50px;
	}


	.midImgBoxCatch {
	  font-size: 2.4rem;
	  left: 20px;
	}


	.midImgBoxCatch strong {
	  font-size: 8rem;
	  line-height: 1;
	}


	.qaTitleImg {
	  margin-bottom: 0;
	}


	.qaTitleImgTxt {
	  top: 10%;
	  left: 20px;
	  width: auto;
	  font-size: 2.4rem;
	}

	.qaTitleImgTxt strong {
	  font-size: 4rem;
	  line-height: 1;
	}

	.qaList .listTitle {
	  font-size: 3rem;
	  margin-bottom: 20px;
	}

	.qaList {
	  width: 100%;
	  padding: 50px 20px 0;
	}


	.qaList dl {
	  padding-bottom: 20px;
	  margin-bottom: 20px;
	}

	.qaList dt span, .qaList dd span {
  		font-size: 3.6rem;
  		padding-right: 10px;
  }	


	.qaList dt {
		font-size: 1.8rem;
	}	

	.listAnswer {
	  margin-top: 20px;
	}


	.imgWall {
	  margin: 0 auto 40px;
	}


	.flexBox.sp_block {
	  display: block;
	}


	.itemContBoxTitle {
	  margin-bottom: 30px;
	}





	.outLineBox {
		padding: 60px 0;
	}	

	.outLineBoxInner {
	  display: block;
	  margin: 0 auto;
	}

	.outLineboxTitle {
	    display: block;
	    max-width: 250px;
	    min-width: inherit;
	    margin: 0 auto 24px;
	}

	.outLineList {
	  display: block;
	}

	.outLineList dl {
	  margin-right: 0;
	  text-align: center;
	  margin-bottom: 24px;
	}



	.itemContList.only_sp{
		width: 100vw;
		left: -20px;
		background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
	}

	.itemContList.only_sp .itemContListBox{
		background: none;
		padding: 20px 30px;
		margin-bottom: 0;
	}


	.itemContList .slick-prev {
	  left: 0px;
	}

	.itemContList .slick-next {
	  right: 16px;
	}


	.minListBox .slick-slide {
		text-align: center;
	}	


	.minList {
		padding: 20px 0;
		max-width: 90%;
	}	

	.minListBox .slick-prev {
	  left: -20px;
	}

	.minListBox .slick-next {
	  right: -4px;
	}


	.minListTitle {
	  line-height: 1;
	}


	.minList .listTxt, .listPrice {
	  display: block;
	  margin-bottom: 10px;
	}

	.txtSlider.only_sp{
		margin-bottom: 70px!important;
	}


	.listPrice strong {
	  font-size: 4rem;
	}


	.itemListAdd{
		margin-bottom: 20px;
	}	

	.itemListAdd a {
		display: block;
		border: 1px solid #1b91cc;
		text-align: center;
		padding: 20px;
		margin: 20px 0 0;
		color: #1b91cc;
		font-weight: bold;
	}		


	.modal__content {
		    max-width: 92vw;
		    top: 40%;
	}

	
	.txtSlider .slick-dots li button:before {
	    color: #8c8c8c!important;
	    opacity: 1!important;
	}
	
	.txtSlider .slick-dots li.slick-active button::before {
    	color: #1b91cc!important;
	}


	.trainingIntroImgBox .boxImgTxt span {
		font-size: 2.4rem
	}


	.innerTxtCatch {
	    margin-bottom: 10px;
	}



	.itemList li::before{
	    top: 8px;
	}

	#access .itemContBox {
	    width: 100%;
	}



	.itemListFlex dt {
	    width: 30%;
	    max-width: inherit;
	    display: flex;
	    justify-content: space-between;
	}

	.itemListFlex dd{
		width: 70%;
	}

	.itemListFlex dt::before {
		top: 12px;
	}

	.trainingImgBox p{
		padding: 0 20px;
	}


	/*--- campaign --*/

	.campaignCont{
		margin: 80px auto 50px;
		padding: 0 20px;
	}

	.campaignTitle{
		margin: 0 auto 50px;
	}

	.campaignBoxWrap{
		display: block;
	}


	.campaignBox{
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 40px;
	}


	.campaignBox .btnCommon{
		position: relative;
		width: 100%!important;
	}


}

@media screen and (max-width: 431px) {
	.catchCopy {
	    top: 9%;
	}
}	