@charset "UTF-8";
/* CSS Document */

body.noscroll{
	overflow: hidden;
}

.q-page .fv-area .inner{
	position: relative;
	margin-top: 150px;
}
.q-page .fv-area .inner .ab{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:150px;
	z-index: 1;
}
.cntnt-sec{
	margin-top: 100px;
}
.cntnt-sec .ttl-area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	.cntnt-sec .ttl-area h2{
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.5;
		margin-left: 30px;
		margin-top: 20px;
	}
	.cntnt-sec .ttl-area h2 span{
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}

.sec01 .cntnt-area{
	max-width: 1100px;
	width: 100%;
	background-color: #faf6e7;
	padding: 50px;
	border-radius: 30px;
	margin: 40px auto 0;
}
	.sec01 .cntnt-area .first{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.sec01 .cntnt-area .first .rank:first-child{
			height: 100px;
		}
		.sec01 .cntnt-area .first .rank:nth-child(n+2){
			height: 72px;
		}
	.sec01 .cntnt-area .scnd{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
	}
		.sec01 .cntnt-area .scnd .rank{
			margin: 0 25px;
		}


.sec02 .cntnt-area,.sec05 .cntnt-area,.sec07 .cntnt-area{
	max-width: 1100px;
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.sec02 .cntnt-area .cmnt{
		height: 145px;
	}
	.sec02 .cntnt-area .cmnt:nth-child(5){
		height: 180px;
	}
	.sec02 .cntnt-area .cmnt:nth-child(6){
		height: 120px;
	}
	.sec02 .cntnt-area .cmnt:nth-child(2n){
		margin-left: 6%;
	}
	.sec02 .cntnt-area .cmnt:nth-child(n+3){
		margin-top: 30px;
	}
	.sec02 .cntnt-area .cmnt img{
		height: 100%;
		object-fit: contain;
	}



.sec03 .rela,.sec04 .rela{
	position: relative;
	width: 100%;
	height: 350px;
	margin: 160px 0 120px;
}
.sec04 .rela{
	margin: 200px 0 200px;
}
	.sec03 .rela .chart-area,.sec04 .rela .chart-area{
		width: 100%;
		height: 100%;
	}
	.sec03 .rela .ab,.sec04 .rela .ab{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-48.5%);
		display: block;
		width: 720px;
	}





	.sec05 .cntnt-area .cmnt{
		height: 190px;
		margin: 0 5px 30px;
	}
		.sec05 .cntnt-area .cmnt img{
			height: 100%;
			object-fit: contain;
		}

.bl-bg{
	background-color: #eafaff;
}
.y-bg{
	background-color: #faf6e7;
}
.r-bg{
	background-color: #faeef2;
}
.cntnt-sec .bg{
	margin-top: -35px;
	padding: 80px 0;	
}



.sec06 .cntnt-area .zu,.sec06 .cntnt-area .flex{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.sec06 .cntnt-area .flex{
	margin-top: 20px;
}
	.sec06 .cntnt-area .flex .left{
		width: 230px;
		font-size: 2rem;
		font-weight: bold;
		color:#f8797a;
	}
		.sec06 .cntnt-area .flex .left .yes{
			position: relative;
			margin-top: 18px;
			margin-bottom: 30px;
		}
		.sec06 .cntnt-area .flex .left .yes:after{
			content:'';
			position: absolute;
			top:50%;
			right:35px;
			transform: translateY(-50%);
			width: 28px;
			height: 9px;
			background: url("../../img/questionnaire/arw.svg") no-repeat center / contain;
		}
	.sec06 .cntnt-area .flex .right{
		width:auto;
	}
		.sec06 .cntnt-area .flex .right .cntnt{
			display: flex;
			flex-wrap: wrap;
		}
		.sec06 .cntnt-area .flex .right .cntnt:nth-child(n+2){
			margin-top: 40px;
		}
			.sec06 .cntnt-area .flex .right .cntnt .reason{
				display: flex;
				align-items: center;
				width: 140px;
				padding-right: 20px;
			}
			.sec06 .cntnt-area .flex .right .cntnt .middle{
				display: block;
				width: 10px;
				height:auto;
				border:1px solid #f8797a;
			}
			.sec06 .cntnt-area .flex .right .cntnt .txtarea{
				width: calc(100% - 150px);
				padding-left: 30px;
				font-size: 20px;
				font-weight: bold;
				line-height: 1.7;
			}
				.sec06 .cntnt-area .flex .right .cntnt .txtarea span{
					display: inline-block;
					color:#fff;
					background-color:#f8797a;
					padding: 0px 5px;
				}


.cntnt-area{
	max-width: 1100px;
	width: 100%;
	margin: 40px auto 0;
}
	.sec07 .cntnt-area .cmnt{
		display: flex;
		align-items: center;
		border-bottom: 1px solid #36bdd1;
		border-right: 1px solid #36bdd1;
		margin: 0 25px 50px;
		padding: 3px 18px 18px 3px;
	}
	.sec07 .cntnt-area .cmnt:nth-child(1){
		margin-left: 150px;
	}
	.sec07 .cntnt-area .cmnt:nth-child(2){
		margin-right: 150px;
	}
		.sec07 .cntnt-area .cmnt .mark{
			width: 52px;
		}
		.sec07 .cntnt-area .cmnt .txt{
			font-size: 18px;
			line-height: 1.4;
			font-weight: bold;
			margin-left: 10px;
		}

.sec08 .cntnt-area{
	position: relative;
	width: 624px;
	height: 574px;
	margin: 50px auto 0;
}
	.sec08 .cntnt-area .cntnt{
		position: absolute;
		display: block;
		transition: all .4s;
	}
		.sec08 .cntnt-area a img{
			transition: all .3s;
		}
		.sec08 .cntnt-area a:hover img{
			transform: scale(1.06);
		}
	.sec08 .cntnt-area .cntnt:nth-child(1),.sec08 .cntnt-area .cntnt:nth-child(2){
		width: 33%;
		top:0;
		left:0;
	}
	.sec08 .cntnt-area .cntnt:nth-child(2){
		right:0;
		left:auto;
	}
	.sec08 .cntnt-area .cntnt:nth-child(3){
		width: 40%;
		top:130px;
		left:0;
		right:0;
		margin: auto;
	}
	.sec08 .cntnt-area .cntnt:nth-child(n+4){
		width: 26%;
	}
	.sec08 .cntnt-area .cntnt:nth-child(4),.sec08 .cntnt-area .cntnt:nth-child(7){
		bottom:140px;
	}
	.sec08 .cntnt-area .cntnt:nth-child(7){
		right:0;
	}
	.sec08 .cntnt-area .cntnt:nth-child(5),.sec08 .cntnt-area .cntnt:nth-child(6){
		bottom:0px;
		right:52%;
	}
	.sec08 .cntnt-area .cntnt:nth-child(6){
		left:52%;
		right:auto;
	}





.sec09 .r-bg .inner{
	position: relative;
	max-width: 845px;
	width: 90%;
	margin: 20px auto;
}
	.sec09 .r-bg .inner .ab{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
	}

.sec10 .cntnt-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}
.sec10 .cntnt-area .cmnt{
	margin-bottom: 20px;
}
.sec10 .cntnt-area .cmnt:nth-child(2n){
	margin-left: 80px;
}



/*モーダル*/

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
}
	.modal-bg {
		position: absolute;
		height: 100vh;
		width: 100vw;
		background: rgba(0, 0, 0, 0.8);
	}

	.modal-content {
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		max-width: 860px;
		width: 90%;
		height: 80%;
		background-color: #e5f7ff;
		border-radius: 20px;
	
	}
.modal_inner{
	position: relative;
}
	.modal-content .content_area{
		width: 100%;
		height: 100%;
		padding: 50px 60px 60px;
		overflow-y: scroll;
		/*スクロールバー非表示（IE・Edge）*/
		-ms-overflow-style: none;
		/*スクロールバー非表示（Firefox）*/
		scrollbar-width: none;
	}
	.modal-content .content_area::-webkit-scrollbar{
		display:none;
	}
		.modal-content .content_area .ttl-area{
			display: flex;
			justify-content: center;
		}
			.modal-content .content_area .ttl-area .cntnr{
				position: relative;
				display: inline-block;
				text-align: center;
				padding: 0 40px;
				color: #0055a8;
			}
			.modal-content .content_area .ttl-area .cntnr:before{
				content:'';
				position: absolute;
				left:0;
				top:50%;
				transform: translateY(-50%);
				width: 11px;
				height: 68px;
				background: url("../../img/questionnaire/ttl_left.svg") no-repeat center / contain;
			}
			.modal-content .content_area .ttl-area .cntnr:after{
				content:'';
				position: absolute;
				right:0;
				top:50%;
				transform: translateY(-50%);
				width: 11px;
				height: 68px;
				background: url("../../img/questionnaire/ttl_right.svg") no-repeat center / contain;
			}
				.modal-content .content_area .ttl-area .cntnr .mini{
					font-size: 15px;
					font-weight: bold;
				}
				.modal-content .content_area .ttl-area .cntnr .ttl{
					font-size: 32px;
					font-weight: bold;
				}
		.modal-content .content_area .txt{
			font-size: 1.6rem;
			line-height: 1.7;
			font-weight: 500;
			margin-top: 25px;
			margin-bottom: 30px;
			text-align: center;
		}
		.modal-content .content_area .pht-area{
			position: relative;
			max-width: 400px;
			width: 100%;
			margin: 0 auto;
		}
		.modal-content .content_area .pht-area .swiper{
			overflow: hidden;
		}

.modal a.next,.modal a.back {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    display: block;
    width: 20px!important;
	right:15px;
}
.modal a.next img,.modal a.back img {
    width: 100%;
	object-fit: contain;
}
.modal a.back {
    left:15px;
	right:auto;
}
.modal a.js-modal-close {
    position: absolute;
    top: 26px;
    right: 26px;
    display: block;
    width: 35px;
    height: 35px;
    background: url("../../img/questionnaire/modal_close.svg") no-repeat;
    background-size: contain;
}


.swiper-button-prev{
	left: -40px!important;
	background-image:url(../../img/questionnaire/arw01.svg)!important;
}
.swiper-button-next{
	right: -40px!important;
	background-image:url(../../img/questionnaire/arw02.svg)!important;
}
.swiper-button-disabled{
	opacity: 0!important;
	pointer-events: none!important;
}








/* 1024px */
@media screen and (max-width: 1080px) {

.sec01 .cntnt-area .first .rank:first-child {
    height: 80px;
}
.sec01 .cntnt-area .first .rank:first-child {
    height: 70px;
}
.sec01 .cntnt-area .first .rank img {
   height: 100%;
	width: auto;
}
.sec02 .cntnt-area .cmnt {
    margin-left: 20px!important;
	margin-right: 20px!important;
}		
.sec07 .cntnt-area .cmnt{
    margin-left: 20px!important;
	margin-right: 20px!important;
}
	
	
	
	
	
	
}





/* max 768px */
@media screen and (max-width: 834px) {
	
.q-page .fv-area .inner{
	padding: 0 3%;
	margin-top: 70px;
}
.q-page .fv-area .inner .ab {
    width: 87%;
    bottom: 50px;
}	
	.cntnt-sec{
		margin-top: 60px;
	}	
	
	.cntnt-sec .ttl-area .num{
		height: 60px;
	}
	.cntnt-sec .ttl-area .num img{
		height: 100%;
		width: auto;
	}
	.cntnt-sec .ttl-area h2{
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
		font-size: 1.7rem;
	}
		.cntnt-sec .ttl-area h2 span {
			padding-bottom: 5px;
		}
	
	.sec01 .cntnt-area{
		padding: 25px;
		border-radius: 15px;
		margin-top: 20px;
	}
.sec01 .cntnt-area .first {
   flex-wrap: wrap;
	justify-content: center;
}	
.sec01 .cntnt-area .first .rank:first-child {
    height: 60px;
}
.sec01 .cntnt-area .first .rank:nth-child(n+2) {
    height: 75px;
	margin-top: 20px;
}	
.sec01 .cntnt-area .first .rank:last-child {
   margin-left: 30px;
}
.sec01 .cntnt-area .scnd {
   flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.sec01 .cntnt-area .scnd .rank {
    margin: 0;
	height: 32px;
}	
.sec01 .cntnt-area .scnd .rank:nth-child(n+3){
    margin-top: 20px;
}	
.sec01 .cntnt-area .scnd .rank img{
   width: auto;
	height: 100%;
}	
	.sec02 .cntnt-area{
		margin-top: 20px;
	}
	.sec02 .cntnt-area .cmnt{
		margin: 0!important;
		height: 100px;
	}
	.sec02 .cntnt-area .cmnt:nth-child(5){
		height: 130px;
	}
	.sec02 .cntnt-area .cmnt:nth-child(6){
		height: 86px;
	}
	.sec02 .cntnt-area .cmnt:nth-child(2n-1){
		margin-right: auto!important;
	}
	.sec02 .cntnt-area .cmnt:nth-child(2n){
		margin-left: auto!important;
	}
	.sec02 .cntnt-area .cmnt:nth-child(n+2){
		margin-top: 15px!important;
	}
	.sec02 .cntnt-area .cmnt img{
		height: 100%;
		width: auto;
	}	
	
	.cntnt-sec .bg{
		margin-top: -60px;
	}	
.sec03 .rela, .sec04 .rela {
    height: 200px;
    margin: 60px 0 40px;
}
.sec03 .rela .ab, .sec04 .rela .ab {
    width: 350px;
}
.sec04 .rela {
    margin: 70px 0 100px;
}	
.sec02 .cntnt-area, .sec05 .cntnt-area, .sec07 .cntnt-area {
    margin: 20px auto 0;
}
	.sec05 .cntnt-area .cmnt{
		width: 49%;
		height: auto;
		margin: 0;
	}	
		.sec05 .cntnt-area .cmnt img{
			width: 100%;
			height: auto;
		}
	.sec05 .cntnt-area .cmnt:nth-child(2n){
		margin-left: 2%;
	}	
	.sec05 .cntnt-area .cmnt:nth-child(n+3){
		margin-top: 20px;
	}
	.sec06 .cntnt-area .flex .left{
		font-size: 1.4rem;
		width: 170px;
	}
	.sec06 .cntnt-area .flex .left .yes{
		margin-top: 0;
		margin-bottom: 20px;
	}
.sec06 .cntnt-area .flex .right .cntnt .reason {
    flex-wrap: wrap;
    width: 100px;
    padding-right: 12px;
}
.sec06 .cntnt-area .flex .right .cntnt .txtarea {
    width:100%;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
	margin-top: 12px;
}
.sec06 .cntnt-area .flex .right .cntnt .middle {
    width: 6px;
	height: 26px;
}
.sec06 .cntnt-area .flex .right .cntnt:nth-child(n+2) {
    margin-top: 20px;
}	
.sec07 .cntnt-area .cmnt .txt {
	width: calc(100% - 57px);
    font-size: 14px;
    margin-left: 15px;
}
.sec07 .cntnt-area .cmnt .mark {
    width: 42px;
}	
	.sec07 .cntnt-area .cmnt{
		width: 90%;
	}	
.sec07 .cntnt-area .cmnt {
    margin-left: auto !important;
    margin-right: auto !important;
	margin-bottom: 15px;
}
	.sec07 .cntnt-area .cmnt:last-child{
		margin-bottom: 0;
	}	
.sec08 .cntnt-area {
    position: relative;
    width: 100%;
    height: 320px;
    margin: 25px auto 0;
}
.sec08 .cntnt-area .cntnt:nth-child(3) {
    width: 44%;
    top: 75px;
}	
.sec08 .cntnt-area .cntnt:nth-child(4), .sec08 .cntnt-area .cntnt:nth-child(7) {
    bottom: 70px;
}
	.sec09 .r-bg .inner{
		width: 98%;
	}	
	
.sec10 .cntnt-area {
    justify-content: flex-start;
	margin-bottom: 50px;
}
.sec10 .cntnt-area .cmnt:nth-child(2n) {
    margin-left: 0;
}
	.sec10 .cntnt-area .cmnt{
		width: 100%;
		height: 130px;
		margin-bottom: 15px;
	}
	.sec10 .cntnt-area .cmnt:nth-child(1){
		height: 130px;
		margin-bottom: 0;
	}
	.sec10 .cntnt-area .cmnt:nth-child(5){
		height: 120px;
		margin-bottom: 0;
	}
.sec10 .cntnt-area .cmnt img{
   height: 100%;
	width:auto;
}
	
	

.modal-content .content_area {
    padding: 70px 35px 60px;
}
.modal a.js-modal-close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
}
.modal-content .content_area .ttl-area .cntnr .mini {
    font-size: 13px;
}
.modal-content .content_area .ttl-area .cntnr .ttl {
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 3px;
}
.modal-content .content_area .txt {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 30px;
	text-align: left;
}
.modal a.next, .modal a.back {
    width: 15px !important;
    right: 10px;
}
.modal a.back {
    left: 10px;
}
	.modal-content .content_area .ttl-area .cntnr{
		width: 100%;
		padding: 0;
	}	
	
	
.swiper-button-next, .swiper-button-prev {
    width: 22px!important;
    height: 35px!important;
}	
.swiper-button-prev{
	left: -30px!important;
}
.swiper-button-next{
	right: -30px!important;
}

	

}