@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="works">*/
.works {
	position: relative;
    padding: 80px 5vw 120px 5vw;
}

.works-in {
    max-width: 1072px;
}

.works-en-title {
	max-width: 240px;
	width: 100%;
}

.works-h2 {
	text-align: right;
	font-weight: 800;
	font-size: 24px;
	padding-right: 80px;
}

.works-con-wrap {
    margin-top: 80px;
    display: grid;
    column-gap: 2%;
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
}

.works-table {
	background-color: rgba(255,255,255,0.9);
	padding: 16px;
	width: 100%;
	font-weight: 600;
	border-collapse: collapse;
	font-size: 14px;
}

.works-table tr {
	text-align: center;
}

.works-table th {
	color: #3781e1;
	padding: 8px;
	border-bottom: solid 1px #d2d2d2;
}

.works-table td {
	font-weight: 400;
	padding: 8px;
	border-bottom: solid 1px #d2d2d2;
}

.works-bold-txt {
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	font-weight: 800;
	color: #646464;
}

.wave-bg-01 {
	opacity: 0.5;
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%;
    z-index: -1;
}
/*終わり*/ 


/*<section class="voice">*/
.voice {
	position: relative;
    padding: 80px 5vw 120px 5vw;
	background-color: #3781e1;
}

.voice-in {
	position: relative;
    max-width: 1072px;
	z-index: 2;
}

.user-txt-wrap {
	padding-left: 8%;
	max-width: 720px;
	width: 100%;
}

.user-title {
	display: flex;
	align-items: flex-start;
}

.user-en-title {
	max-width: 480px;
	width: 100%;
}

.user-h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 800;
}

.user-lead-txt {
	color: #fff;
	margin-top: 40px;
}

.user-flex {
	display: grid;
    column-gap: 2%;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.user-con {
	margin-top: 80px;
	position: relative;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(144,172,254,0.8), rgba(0,72,154,0.8));
	background: -webkit-linear-gradient(top, rgba(144,172,254,0.8), rgba(0,72,154,0.8));
	background: linear-gradient(to bottom, rgba(144,172,254,0.8), rgba(0,72,154,0.8));
}

.user-img-wrap {
	width: 100%;
}

.user-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-con-txt-wrap {
	padding: 0 16px;
}

.user-con-title {
	font-weight: 600;
	padding: 16px 0;
	border-bottom: solid 1px #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.yellow-arrow-05 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: rotate(90deg);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #efe800;
}

.user-con-txt-01 {
	font-weight: 600;
	padding: 16px 0;
	border-bottom: solid 1px #fff;
}

.user-con-txt-02 {
	font-weight: 800;
	padding: 16px 0;
	font-size: 20px;
}

.user-con-num-wrap {
	position: absolute;
	top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: 300;
    font-style: italic;
    width: 90px;
    height: 90px;
    color: #007cf3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    z-index: 1;
}

.user-con-num-wrap::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #d9edfd;
    border: solid 2px #007cf3;
    border-radius: 50vh;
    z-index: -1;
}

.user-con-num {
	line-height: 1;
	font-size: 40px;
}

.user-con-num small {
	font-size: 20px;
}

.voice-wrap {
	position: relative;
	background-color: #fff;
	margin-top: 80px;
	font-weight: 600;
	padding: 40px 0 160px 8%;
}

.voice-title-wrap {
	padding-left: 160px;
	padding-right: 8%;
}

.voice-title {
	font-size: 20px;
	border-bottom: solid 1px #fff;
	display: flex;
    align-items: center;
    gap: 8px;
}

.yellow-arrow-06 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #efe800;
}

.voice-h3 {
	font-weight: 800;
	font-size: 28px;
	line-height: 1.5;
	margin-top: 16px;
}

.voice-title-blue {
	margin-top: 40px;
	font-size: 18px;
	background-color: #3781e1;
	padding: 16px 16px 16px 24px;
	color: #fff;
	border-radius: 50vh 0 0 50vh;
}

.voice-q-area {
	margin-top: 24px;
}

.voice-q-area-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.voice-q-area-l {
	width: 70%;
}

.voice-q-txt {
	color: #007cf3;
	font-weight: 800;
	font-size: 32px;
}

.voice-a-txt-wrap {
	padding: 0 8% 0 24px;
	border-left: solid 2px #007cf3;
	margin: 24px 0 0 24px;
}

.voice-a-txt-wrap .voice-a-txt {
	padding: 0 ;
	margin: 0;
	border-left: none;
}

.voice-a-txt {
	font-weight: 400;
	font-size: 14px;
	padding: 0 8% 0 24px;
	margin: 24px 0 0 24px;
	border-left: solid 2px #007cf3;
}

.voice-q-area-r {
	width: 25%;
}

.voice-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voice-num-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3781e1;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.voice-num-01 {
	font-size: 160px;
	font-weight: 200;
	font-style: italic;
	color: #fff;
}

.voice-num-02 {
	position: absolute;
	top: 30%;
	left: -4%;
	font-size: 32px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	background-color: #3781e1;
}

.voice-wrap-line-01 {
	position: absolute;
	bottom: -12px;
	right: -12px;
}

.voice-wrap-line-02 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.wave-bg-02 {
    position: absolute;
    top: 8%;
    right: 0;
    width: 100%;
    z-index: 1;
}
/*終わり*/ 




/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="works">*/
	.works {
		padding: 80px 5vw;
	}

	.works-con:nth-child(2) {
		margin-top: 40px;
	}

	.works-bold-txt {
		font-size: clamp(calc(20px), calc(32 / 1024 * 100vw), 32px);
	}	
/*終わり*/ 


/*<section class="voice">*/
	.voice {
		padding: 80px 5vw;
	}

	.user-txt-wrap {
		padding-left: 0;
		max-width: none;
	}
	
	.user-title {
		flex-wrap: wrap;
		width: 100%;
		gap: 16px;
	}
	
	.user-en-title {
		max-width: none;
		width: 50%;
	}
	
	.user-h2 {
		font-size: 20px;
	}	

	.user-flex {
		margin-top: 80px;
		display: flex;
		flex-direction: column;
		gap: 80px;
		column-gap: 0;
	}

	.user-con {
		width: 80%;
		margin: 0 auto;
	}	
	
	.user-img-wrap {
		height: 400px;
	}
	
	.voice-wrap {
		padding: 40px 0 100px 24px;
	}	

	.voice-title-wrap {
		padding-right: 16px;
	}
	
	.voice-title {
		font-size: clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
	}	

	.voice-h3 {
		font-size: clamp(calc(16px), calc(20 / 1024 * 100vw), 20px);
	}
	
	.voice-title-blue {
		font-size: 16px;
	}
	
	.voice-q-txt {
		font-size: 20px;
	}
	
	.voice-a-txt-wrap {
		padding: 0 0 0 24px;
	}
	
	.voice-a-txt {
		padding: 0 24px;
		margin: 24px 0 0 24px;
	}
	
	.voice-q-area-r {
		width: 28%;
	}
	
	.voice-num-wrap {
		width: 120px;
		height: 120px;
	}
	
	.voice-num-01 {
		font-size: 100px;
	}
	
	.voice-num-02 {
		left: 16px;
		font-size: 16px;
	}	

	.voice-wrap-line-02 {
		max-width: 40px;
	}
	
	.wave-bg-02 {
		top: 2%;
	}	
/*終わり*/ 

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="works">*/
	.works {
		padding: 64px 5vw;
	}

	.works-in {
		text-align: center;
	}

	.works-en-title {
		max-width: 140px;
	}
	
	.works-h2 {
		font-size: 20px;
		padding-right: 0;
		text-align: center;
		margin-top: 16px;
	}	

	.works-con-wrap {
		margin-top: 40px;
		display: block;
	}

	.works-table th {
		padding: 4px 0;
		font-size: 12px;
	}
	
	.works-table td {
		padding: 4px 0;
		font-size: 10px;
	}	
	
	.works-bold-txt {
		font-size: 18px;
	}	
/*終わり*/ 


/*<section class="voice">*/
	.voice {
		padding: 64px 5vw;
	}

	.user-lead-txt {
		font-size: 14px;
	}
	
	.user-con {
		width: 100%;
	}	

	.user-img-wrap {
		height: 240px;
	}

	.user-con-title {
		padding: 8px 0;
	}
	
	.user-con-txt-02 {
		font-size: 18px;
	}	

	.user-con-num-wrap {
		top: -40px;
		width: 80px;
		height: 80px;
	}
	
	.user-con-num {
		font-size: 32px;
	}
	
	.user-con-num small {
		font-size: 16px;
	}	

	.voice-wrap {
		padding: 16px 0 80px 16px;
	}	

	.voice-title-wrap {
		padding: 120px 16px 0 0;
	}

	.voice-title {
		font-size: 12px;
	}	

	.yellow-arrow-06 {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid #efe800;
	}	

	.voice-h3 {
		font-size: 18px;
	}
	
	.voice-title-blue {
		font-size: 14px;
		padding: 8px 8px 8px 16px;
	}
	
	.voice-q-area-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}	

	.voice-q-area-l {
		width: 100%;
	}
	
	.voice-q-txt {
		font-size: 16px;
		padding-right: 16px;
	}
	
	.voice-a-txt-wrap {
		padding: 0 16px 0 16px;
		border-left: solid 2px #007cf3;
		margin: 24px 0 0 0;
	}
	
	.voice-a-txt {
		font-size: 14px;
		padding: 0 16px;
		margin: 24px 0 0 0;
		border-left: solid 2px #007cf3;
	}
	
	.voice-q-area-r {
		width: 100%;
		height: 240px;
		padding-right: 16px;
	}
	
	.voice-num-wrap {
		width: 100px;
		height: 100px;
	}
	
	.voice-num-01 {
		font-size: 80px;
	}
	
	.voice-num-02 {
		top: 35%;
		left: 14px;
		font-size: 12px;
	}	
	
	.wave-bg-02 {
		top: 1%;
	}	

/*終わり*/ 
}
