@charset "utf-8";
/* CSS Document */
/**** cont_result *****/
.cont_result{
	background: none;
	padding-top: 25px;
	margin-top: 100px;
}
.crcap{
	padding-bottom: 100px;
	margin-top: 50px;
	margin-bottom: 100px;
}
.cont_result h2 + p{
	margin-top: 65px;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.09em;
	line-height: 1.5;
}
.cont_result .dev_li{
  max-width: 350px;
	width:50%;
  margin-top: 50px;
}
.cont_result .dev_li:nth-child(3n+2){
  margin: 50px 2.2272727272% 0;
}
.hover_wrap{
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition:		all 0.4s ease;
}
.mask{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  padding: 10%;
  padding-top: 0;
  color: #0B3363;
  opacity: 0;
  transition:		all 0.4s ease;
}
.site_url{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition:		all 0.4s ease;
  margin: 0 auto;
  max-width: 310px;
	width: 88.57142857%;
  border-top: solid 1px #0B3363;
}
.site_url p{
	max-width: 150px;
	min-width: 120px;
  width: 42.85714285%;
  margin: 0 auto;
  margin-top: 12%;
}
.site_url a{
  text-align: center;
  display: block;
  border: solid 1px #0B3363;
  padding-top: 7px;
  padding-bottom: 7px;
  transition:		all 0.4s ease;
  box-shadow: 0 0 3px #0B3363;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  background: #0B3363;
  color: #fff;
}
.site_url a:hover{
  background: transparent;
  color: #0B3363;
  box-shadow: inherit;
}
.hover_wrap:hover{
  box-shadow: 0 0 10px #fff;
}
.hover_wrap:hover .mask{
  opacity: 1;
  padding-top: 10%;
}
.hover_wrap:hover .mask .site_url{
  opacity: 1;
  padding-bottom: 10%;
}
.caption h5{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
}
.caption p{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 1em;
  line-height: 1.25;
}
.caption p:nth-child(6){
  margin-bottom: 0;
}
.dev_li h3{
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 20px;
}
.result_btn{
	margin-top: 25px;
	justify-content: space-around;
}
.result_btn p{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 2.2%;
	cursor: pointer;
	background: linear-gradient(to left, #0B3363 50%, #1bffdf 50%);
	color:#777;
	transition: .2s;
	background-size: 200%;
	background-position-x: right;
	border-radius: 5px;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.5);
	border: solid 2px #061d39;
}
.result_btn p:hover{
	color: #fff;
	background-position-x: left;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0);
	border: solid 2px #1bffdf;
}
.result_btn .lp_result_btn{
	max-width: 400px;
	width: 36.363636%;
}
.result_btn .site_result_btn{
	max-width: 400px;
	width: 36.363636%;
}
.site_result,.lp_result{
	display: none;
  margin-top: 25px;
}
.result_btn p.active_btn{
	background: #1bffdf;
	color:#fff;
	box-shadow: 0 0 10px #1bffdf;
	display: block;
	border: solid 2px #b9fff5;
}
.active{
	display: block;
}
@media screen and (max-width:768px){
	/**** result ****/
	.crcap{
		padding-bottom: 20px;
	}
	.cont_result{
		padding-top: 7%;
		margin-top: 7%;
	}
	.result_btn{
		display: block;
	}
	.result_btn .site_result_btn,.result_btn .lp_result_btn{
		width: 100%;
		padding: 20px;
		max-width: inherit;
	}
	.result_btn .lp_result_btn{
		margin-top: 20px;
	}
	.cont_result h2 + p{
		margin-top: 12%;
	}
	.crcap{
		margin-bottom: 7%;
		margin-top: 7%;
	}
	.cont_result .dev_li{
		max-width: 350px;
		width:48.5%;
		margin-top: 6%;
	}
	.dev_li h3{
		font-size: 16px;
	}
	.cont_result .dev_li:nth-child(3n+2){
		margin: inherit;
		margin-top: 6%;
	}
	.cont_result .dev_li:nth-child(odd){
		margin-right: 3%;
	}
	.hover_wrap:hover {
		box-shadow: inherit;
	}
	.hover_wrap .mask {
		opacity: 1;
		position: inherit;
		padding: 2%;
		background: #0b3363;
		color: #fff;
	}
	.hover_wrap:hover .mask{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.hover_wrap .mask .site_url {
		opacity: 1;
		padding-bottom: 2%;
		margin-bottom: 5%;
		border-top: solid 1px #fff;
	}
	.hover_wrap:hover .mask .site_url{
		position: inherit;
		padding-bottom: 2%;
	}
	.site_url{
		position: inherit;
	}
	.site_url p{
		margin-top: 10%;
		max-width: 200px;
		width: 100%;
	}
	.site_url p a{
		padding: 10px;
		font-size: 1.25rem;
		border: solid 1px #fff;
		font-size: 16px;
	}
	.site_url p a:hover{
		background: #fff;
	}
}
@media screen and (max-width:480px){
	/**** result ****/
	.cont_result .dev_li{
		max-width: 350px;
		width:100%;
		float: inherit;
		margin-top: 12%;
	}
	.cont_result .dev_li:nth-child(3n+2){
		margin: inherit;
		margin-top: 12%;
	}
	.cont_result .dev_li:nth-child(odd),.cont_result .dev_li,.cont_result .dev_li:nth-child(3n+2) {
		margin: 6% auto 0;
	}
  .result_btn p{
    text-align: center;
    font-size: 1rem;
    padding: 3.2% 2.2%;
  }
}
.p-lp__section04 {
  margin-top: 50px;
  background: #bce8f9/*#FFED58*/;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  -webkit-box-shadow: inset 0 0 20px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 20px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width:768px){
	.p-lp__section04 {
		padding: 30px;
	}
}
.p-lp__section04_mainTitle01 {
  margin-bottom: 5rem;
}
.p-lp__section04_slides {
  margin: 0 -6.25rem;
  pointer-events: none;
}
.p-lp__section04_slides[data-key="2"] {
  margin-top: 2.5rem;
}
.p-lp__section04_slides .slick-list {
  padding-right: 16.666vw;
}
.p-lp__section04_slides .p-lp__section04_list {
  text-align: center;
}
.p-lp__section04_slides .p-lp__section04_item {
  padding: 0 1.25rem;
}
.p-lp__section04_slides .p-lp__section04_caption {
  background: #0b3363;
  font-size: 20px;
  line-height: 1.4;
  padding: 0.3em 0.6em;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1439px) and (min-width: 801px){
  .p-lp__section04_slides {
    margin: 0 -2.143rem;
  }
}
@media screen and (max-width: 800px){
  .p-lp__section04_slides {
    margin: 0 -5.334vw;
  }
  .p-lp__section04_slides[data-key="2"] {
    margin-top: 1.153rem;
  }
  .p-lp__section04_slides .p-lp__section04_item {
    padding: 0 1.153rem;
  }
  .p-lp__section04_slides .p-lp__section04_caption {
    font-size: 1.153rem;
  }
}

