#wrapper{
	text-align: center;
	margin: 0 auto;
}

#key{
	width: 940px;
	height: 460px;
	margin: 40px auto 0 auto;
	background: url("/images/gakuwari/key.jpg") no-repeat center;
	background-size: cover;
}

#key .key__logo img{
	width: 300px;
	height: auto;
	margin: 160px auto 50px auto;
}

#key .key__logo ul li{
	background: #fff;
	border-radius: 6px;
	width: 260px;
	height: auto;
	min-height: 100px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin-right: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#key .key__logo ul li:last-child{
	margin-right: 0;
}

#key .key__logo ul li .key__listIcon{
	width: 35px;
	height: auto;
	position: absolute;
	left: -8px;
	top: -180px;
}

#key .key__logo ul li .key__listTop{
	background: #EBEBEB;
	border-radius: 6px;
	height: 42px;
	display: table;
	width: 100%;
}

#key .key__logo ul li .key__listTop p{
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	width: 260px;
	padding: 10px 20px;
}

#key .key__logo ul li .key__listBottom{
	display: table;
	width: 100%;
}

#key .key__logo ul li .key__listBottom span{
	color: crimson;
	font-size: 10px;
}

#key .key__logo ul li .key__listBottom p{
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	width: 260px;
	padding: 10px 20px;
}


.key__info{
	width: 940px;
	margin: 20px auto;
}

.key__info p{
	text-align: right;
	font-size: 12px;
}

.key__info .key__textRed{
	color: #E35D54;
}


.step .step__mitsumori{
	background: #E3EAFD;
	padding: 40px 0;
	width: 940px;
	margin: 40px auto 0 auto;
	position: relative;
}

.step .step__mitsumori:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #E3EAFD transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}

.step .step__mitsumori .step__title{
	background: #567ED6;
	border-radius: 6px;
	padding: 16px 30px;
	width: max-content;
	margin: -66px auto 0 auto;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.step .step__mitsumori ul{
	margin: 20px 0 0 0;
}

.step .step__mitsumori ul li{
	width: 260px;
	height: 280px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.step .step__mitsumori ul li .step__left{
	background: #FB81AB;
	border-radius: 4px;
	padding: 4px;
	width: 64px;
	color: #fff;
	position: absolute;
	left: -4px;
	top: -4px;
}

.step .step__mitsumori ul li .step__text{
	padding: 30px 20px;
	text-align: left;
}

.step .step__mitsumori ul li img{
	width: 114px;
	height: auto;
}

#disc{
	margin: 100px auto;
}

.title{
	border: #567ED6 solid 2px;
	color: #567ED6;
	font-size: 20px;
	padding: 13px 50px;
	width: max-content;
	margin: 0 auto 40px auto;
	box-shadow: 6px 6px #FB81AB;
}

.text{
	line-height: 2;
}

.pieCharts{
    position: relative;
    width:500px;
	display: inline-block;
	margin-top: 40px;
}

a:hover {
	opacity: 0.5;
	transition: 0.5s;
}

.btn{
	background-color: #FB81AB;
	border-radius: 6px;
	margin: 50px auto 20px auto;
	box-shadow: 0 4px 7px rgba(0,0,0,0.25);
	padding: 20px 0;
	width: 500px;
	color: #fff;
	font-size: 16px;
}

.btn:hover {
	opacity: 0.8;
	transition: 0.5s;
}

.btn a{
	color: #fff;
}

.btn a img{
	vertical-align: bottom;
	padding-left: 4px;
}

.btn .btn__left{
	width: 124px;
	height: auto;
	display: inline-block;
	margin-top: -60px;
	font-size: 18px;
	vertical-align: top;
}

.btn .btn__right{
	display: inline-block;
	margin: 16px 0 0 20px;
	vertical-align: top;
}

.btn .btn__right .btn__white{
	color: #000;
	border-radius: 30px;
	padding: 6px 18px 4px 18px;
	margin-top: 20px;

	background-size: 18px;
	background-color: #fff;
}

.btn__white::after{
	content: url("/images/gakuwari/btn_icon.png");
	display: inline-block;
	transform: scale(0.5);
	vertical-align: middle;
}

a.btn__subText{
	color: #fb81ab;
	margin: 0 auto 100px auto;
	font-size: 16px;
	display: block;
	width: max-content;
}

.gray{
	padding: 100px 0;
}



@media (max-width: 820px) {
	#key{
		margin-top: 0;
		width: 100%;
		height: auto;
		position: relative;
		background: url("/images/gakuwari/key_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	
	#key img{
		width: 100%;
		height: auto;
	}
	
	#key .key__logo img{
		margin: 100px auto 70px;
		width: 54%;
	}
	
	#key .key__logo ul li{
		width: 90%;
		min-height: auto;
		margin-right: 0;
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 1.6;
	}
	
	#key .key__logo ul li .key__listTop{
		height: auto;
	}
	
	#key .key__logo ul li .key__listTop p{
		width: 100%;
		padding: 6px;
	}
	
	#key .key__logo ul li .key__listBottom p{
		width: 100%;
		padding: 6px;
	}
	
	#key .key__logo ul li .key__listIcon{
	top: -110px;
}
	
	.key__info{
		width: 90%;
	}
	
	.key__info p{
		text-align: left;
	}
	
	.step{
		width: 90%;
		margin: 0 auto 40px;
	}
	
	.step .step__mitsumori{
		width: 90%;
		padding: 40px 0 30px 0;
	}
	
	.step .step__mitsumori ul li{
		margin-left: 0;
		margin-bottom: 6px;
		height: 244px;
	}
	
	.step .step__mitsumori ul li img{
		width: 100px;
	}
	
	.step .step__mitsumori .step__title{
		width: auto;
	}
	
	.btn{
		width: 100%;
		padding: 0;
		margin: 30px auto 0 auto;
		font-size: 14px;
	}
	
	.btn a{
		padding: 30px 0;
		font-size: 14px;
	}
	
	.btn .btn__left{
		width: 80px;
		margin-top: 8px;
	}
	
	.btn .btn__right{
		margin: 24px 8px 0 8px;
	}
	
	.btn .btn__right .btn__white{
		margin: 8px auto 24px auto;
		padding: 4px 2px 2px 8px;
		line-height: 0.6;
	}
	
	#disc{
		margin: 60px auto;
	}
	
	.text{
		width: 90%;
		margin: 0 auto;
	}
	
	.title{
		font-size: 14px;
		max-width: 80%;
		padding: 10px;
	}
	
	.pieCharts{
		width: auto;
		display: block;
	}
	
	a.btn__subText{
		margin-top: 20px;
	}
	
	.gray{
		padding: 20px 0;
	}
}

/*------------------------------
otoku
------------------------------*/

#otoku{
	background-color: #f8f8f8;
	padding-bottom: 1px;
}

.p-compare__viewport{
	margin: 40px auto;
	width: 940px;
	overflow-x: scroll;
  	overflow-y: hidden;
}

.p-compare__company{
	background-color: #FB81AB;
	color: #fff;
}

.p-compare__viewport .p-compare__title{
	margin-bottom: 20px;
}

.p-compare__viewport .p-compare__title img{
}

.p-compare__viewport .p-compare__title p{
	border: #567ED6 solid 1px;
	border-radius: 20px;
	width: max-content;
	padding: 8px 60px;
	margin: 0 auto;
	display: inline-block;
}

.p-compare__viewport .p-compare__titleImg{
	margin-right: -40px;
}

.p-compare__head{
  background: #d1d1d1;
  color: #ffffff;
  white-space: normal;
}

.p-compare__category {
  background: #F8F8F8;
  border-right: 20px solid #ffffff;
}

.p-compare__item + td {
  border-right: 2px solid #FB81AB;
  border-left: 2px solid #FB81AB;
}

.p-compare table{
	width: 100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
}

.p-compare table th{
	font-weight: normal;
}

.p-compare table th, .p-compare table td{
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  padding: 0.7em 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc( 142/1080* 100%);
  white-space: nowrap;
}

.p-compare table td span{
	font-size: 12px;
}

.p-compare table tr{
	background-color: #fff;
}

.p-compare table tr.ext-total th,
.p-compare table tr.ext-total td{
	border-top: 2px solid #d1d1d1;
}

.p-compare table tr:last-child .p-compare__item + td{
	border-bottom: 2px solid #FB81AB;
}

.ext-highlight{
	color: #FB81AB;
	font-weight: bold;
}

.otoku__matome{
	background: #fff;
	border: #FB81AB solid 1px;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	line-height: 2;
}

@media (max-width: 820px) {
	.p-compare__viewport{
		width: 90%;
	}
	
	table{
		line-height: 1;
	}
	
	.otoku__matome{
		width: 80%;
	}
}

/*------------------------------
advantage
------------------------------*/

#advantage{
	margin: 100px auto;
	width: 940px;
}

#advantage .advantage__inner{
	width: 940px;
}

#advantage .advantage__text p{
	text-align: left;
}

#advantage .advantage__text .advantage__textBig{
	font-size: 20px;
	padding-bottom: 4px;
	line-height: 3;
	border-bottom: 1px solid #787878;
}
#advantage .advantage__text .advantage__textBig.ext-app {
	line-height: 1.6;
	margin-bottom: 20px;
	display: inline-block;
}

#advantage .advantage__textInner{
	min-height: 380px;
	height: auto;
	text-align:center;
	position:relative;
	margin: 0 40px;
}

#advantage .advantage__textInner p{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	line-height: 2;
}

#advantage .advantage__pink,
#advantage .advantage__blue{
	position: relative;
	height: 380px;
}

#advantage .advantage__pink .advantage__text{
	width: 470px;
	height: 380px;
	background: #FFF2F7;
	position: absolute;
}

#advantage .advantage__pink .advantage__img{
	position: absolute;
	right: 0;
}

#advantage .advantage__blue .advantage__text{
	width: 470px;
	height: 380px;
	background: #F7F9FF;
	position: absolute;
	right: 0;
}

#advantage .advantage__blue .advantage__img{
	position: absolute;
}

@media (max-width: 820px) {
	#advantage{
		width: 90%;
		margin: 60px auto;
	}
	
	#advantage .advantage__inner{
		width: 100%;
	}
	
	#advantage .advantage__pink,
	#advantage .advantage__blue{
		position: relative;
		height: auto;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}
	
	#advantage .advantage__pink .advantage__text,
	#advantage .advantage__blue .advantage__text{
		position: relative;
		width: 100%;
		height: auto;
		order: 2;
		margin-top: -20px;
	}
	
	#advantage .advantage__pink .advantage__img,
	#advantage .advantage__blue .advantage__img{
		position: relative;
		order: 1;
		width: 70%;
		margin: 0 auto;
		z-index: 1;
	}
	
	#advantage .advantage__pink .advantage__img img,
	#advantage .advantage__blue .advantage__img img{
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#advantage .advantage__textInner{
		position: relative;
		margin: 0 20px;
		height: auto;
		min-height: 300px;
		padding: 20px 0;
		box-sizing: border-box;
	}
	#advantage .advantage__textInner p {
		position: relative;
		transform: none;
		top: auto;
		left: auto;
	}
	
	#advantage .advantage__text .advantage__textBig{
		font-size: 16px;
	}
}

/*------------------------------
waribiki
------------------------------*/

.waribiki{
	background-color: #f8f8f8;
}

.waribiki #key_small{
	width: 940px;
	margin: 0 auto;
}

.waribiki .waribiki__text{
	color: #567ED6;
	font-size: 24px;
	line-height: 1.4;
	margin: 40px 0;
}

.waribiki .waribiki__text span{
	font-size: 34px;
}

.waribiki .waribiki__steps{
	background: #fff;
	width: 700px;
	margin: 0 auto;
	padding: 40px;
}

.waribiki .waribiki__steps .waribiki__stepsInner{
	background: #FFF2F7;
	border-radius: 30px;
	padding: 20px;
}

.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #fff2f7;
	margin: 0 auto 20px;
}

@media (max-width: 820px) {
	.waribiki #key_small{
		width: 100%;
	}
	
	.waribiki #key_small img{
		width: 90%;
	}
	
	.waribiki .waribiki__text{
		font-size: 16px;
		width: 90%;
		margin: 40px auto;
	}
	
	.waribiki .waribiki__text span{
		font-size: 24px;
	}
	
	.waribiki .waribiki__steps{
		width: 90%;
		padding: 30px 0;
	}
	
	.waribiki .waribiki__steps .waribiki__stepsInner{
		width: 80%;
		margin: auto;
	}
	
	.triangle{
		margin-bottom: 10px;
	}
}

/*------------------------------
interview
------------------------------*/

#interview{
	margin: 100px auto;
	width: 940px;
}

#interview ul.interview__person li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin-right: 60px;
}

#interview ul.interview__person li:last-child{
	margin-right: 0;
}

#interview ul.interview__person li a{
	text-decoration: none;
}

#interview .interview__btn{
	text-decoration: none;
	width: max-content;
	margin: 0 auto;
	margin-top: 40px;
}

#interview .interview__btn a{
	text-decoration: none;
	padding: 8px 60px;
	border: #000 solid 1px;
	border-radius: 30px;
}

@media (max-width: 820px) {
	#interview{
		width: auto;
		margin: 60px auto;
	}
	
	#interview ul.interview__person li{
		margin-right: 0;
		display: block;
		margin-bottom: 40px;
	}
}

/*------------------------------
Index
------------------------------*/

#gakuwari_index{
  background: #f7f7f7;
  border:1px solid #e3e3e3;
  width: 40%;
  margin: 55px auto;
  padding: 40px;
}

#gakuwari_index h3{
    text-align: center;
}

#gakuwari_index ol{
  text-align: left;
  font-size: 14px;
  margin: 40px auto 0 auto;
  width: 80%;
}

#gakuwari_index ol li{
    margin: 0 0 10px 0;
}

#gakuwari_index ol ul li::before{
  content: "∟";
}

/*SP SETTING*/  
@media screen and (max-width: 820px) {


  #gakuwari_index{
    width: 90%;
    padding: 40px 0;
    font-size: 20px;
  }
  
  #gakuwari_index h3{
      font-size: 20px;
  }
  

}







































