.page-wrap {
	margin-top: 86px;
	padding-right: 15px;
	margin-bottom: 18%;
	padding-left: 15px;
}

.mv-box {
	width: calc(50% - 7.5px);
	background-color: #003466;
	padding: 0;
	padding-top: 45px;
}
.mv-box .inr {
	padding-right: 25px;
	padding-left: 25px;
}

.mv-box .page-tit {
	color: #fff;
}

.mv-box .sub {
	color: #fff;
}

.mv-box .txt {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: .1em;
}


.voice-box.box1,
.mdl-box.box1 .txt-box2 {
	background-color: #37bce6;
}

.voice-box.box2,
.mdl-box.box2 .txt-box2 {
	background-color: #ea66a4;
}

.voice-box.box3,
.mdl-box.box3 .txt-box2 {
	background-color: #ffd935;
}

.voice-box.box4,
.mdl-box.box4 .txt-box2 {
	background-color: #37bce6;
}

.voice-box.box5,
.mdl-box.box5 .txt-box2 {
	background-color: #8ec21f;
}

.voice-box.box6,
.mdl-box.box6 .txt-box2 {
	background-color: #ffd935;
}

.voice-box.box7,
.mdl-box.box7 .txt-box2 {
	background-color: #ea66a4;
}

.voice-box.box8,
.mdl-box.box8 .txt-box2 {
	background-color: #8ec21f;
}

.voice-box.box9,
.mdl-box.box9 .txt-box2 {
	background-color: #37bce6;
}

.voice-box.box10,
.mdl-box.box10 .txt-box2 {
	background-color: #ea66a4;
}

.voice-box.box11,
.mdl-box.box11 .txt-box2 {
	background-color: #ffd935;
}

.voice-box.box12,
.mdl-box.box12 .txt-box2 {
	background-color: #8ec21f;
}

.voice-box.box13,
.mdl-box.box13 .txt-box2 {
	background-color: #37bce6;
}

.voice-box.box14,
.mdl-box.box14 .txt-box2 {
	background-color: #ffd935;
}

.voice-box.box15,
.mdl-box.box15 .txt-box2 {
	background-color: #ea66a4;
}

.voice-box.box16,
.mdl-box.box16 .txt-box2 {
	background-color: #c7e08f;
}

.voice-box.box17,
.mdl-box.box17 .txt-box2 {
	background-color: #ea66a4;
}

.voice-box.box18,
.mdl-box.box18 .txt-box2 {
	background-color: #9bdef2;
}

.voice-box.box19,
.mdl-box.box19 .txt-box2 {
	background-color: #ffd935;
}


.voice-box {
	width: calc(50% - 7.5px);
	opacity: 0;
}

.voice-box.box1.show {
	animation: fadeIn2 .6s ease 0s;
	animation-fill-mode:forwards
}
.voice-box.box2.show {
	animation: fadeIn .3s ease .05s;
	animation-fill-mode:forwards
}
.voice-box.box3.show {
	animation: fadeIn2 .6s ease .1s;
	animation-fill-mode:forwards
}
.voice-box.box4.show {
	animation: fadeIn .3s ease .15s;
	animation-fill-mode:forwards
}
.voice-box.box5.show {
	animation: fadeIn2 .6s ease .6s;
	animation-fill-mode:forwards
}
.voice-box.box6.show {
	animation: fadeIn .3s ease .25s;
	animation-fill-mode:forwards
}
.voice-box.box7.show {
	animation: fadeIn2 .6s ease .3s;
	animation-fill-mode:forwards
}
.voice-box.box8.show {
	animation: fadeIn .3s ease .35s;
	animation-fill-mode:forwards
}
.voice-box.box9.show {
	animation: fadeIn2 .6s ease .4s;
	animation-fill-mode:forwards
}
.voice-box.box10.show {
	animation: fadeIn2 .3s ease .85s;
	animation-fill-mode:forwards
}
.voice-box.box11.show {
	animation: fadeIn2 .6s ease .5s;
	animation-fill-mode:forwards
}
.voice-box.box12.show {
	animation: fadeIn .3s ease .75s;
	animation-fill-mode:forwards
}
.voice-box.box13.show {
	animation: fadeIn2 .6s ease .8s;
	animation-fill-mode:forwards
}
.voice-box.box14.show {
	animation: fadeIn .3s ease .65s;
	animation-fill-mode:forwards
}
/*.voice-box.box15.show {
	animation: fadeIn2 .6s ease .7s;
	animation-fill-mode:forwards
}*/
.voice-box.box16.show {
	animation: fadeIn2 .6s ease .2s;
	animation-fill-mode:forwards
}
.voice-box.box17.show {
	animation: fadeIn .3s ease .45s;
	animation-fill-mode:forwards
}
.voice-box.box18.show {
	animation: fadeIn .3s ease .55s;
	animation-fill-mode:forwards
}
.voice-box.box19.show {
	animation: fadeIn .3s ease .65s;
	animation-fill-mode:forwards
}
@keyframes fadeIn {
	0%{
		transform: scale(.95) translateY(10%);
		transition: .3s;
	}
	100%{
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
@keyframes fadeIn2 {
	0%{
		transform: scale(.95) translateY(60%);
		transition: .3s;
	}
	100%{
		opacity: 1;
		transform: scale(1) translateY(50%);
	}
}

.voice-box .img-box {
	width: 50%;
}
.voice-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: object-fit: cover;
	display: block;
}

.voice-box .txt-box {
	width: 50%;
	text-align: center;
	position: relative;
}
.voice-box .txt-box::after {
	content: "";
	width: 47px;
	height: 35px;
	background-image: url(../images/voice/fuki.png);
	background-size: contain;
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: .3;
}
.voice-box .txt-box.fuki02::after {
	background-image: url(../images/voice/fuki02.png);
 	opacity: .7;
}
.voice-box .txt-box.fuki03::after {
	background-image: url(../images/voice/fuki03.png);
 	opacity: .7;
}
.voice-box.box3 .txt-box::after,
.voice-box.box6 .txt-box::after,
.voice-box.box11 .txt-box::after,
.voice-box.box14 .txt-box::after {
	opacity: .45;
}
.voice-box .txt-box .block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.voice-box .txt-box .tit {
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: .08em;
	font-weight: 500;
	color: #003466;
}
.voice-box .txt-box .txt {
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
	color: #003466;
}

.mdl {
	cursor: pointer;
}

/*
.mdl:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
*/
.mdl-box {
	width: 80%;
	height: 80%;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
	padding: 45px;
	padding-bottom: 100px;
	padding-right: 70px;
	cursor: default;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,.1);
	opacity: 0;
	z-index: -1;
	transition: .3s;
	overflow-y: auto;
	-ms-overflow-style: none;    /* IE、Edge用 */
	scrollbar-width: none;    /* Firefox用 */
}
/*
.mdl-box::-webkit-scrollbar {
	display: none;
}
*/

.mdl-open::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.mdl-close {
	position: relative;
}
.mdl-close::before,
.mdl-close::after {
	content: "";
	width: 28px;
	height: 1px;
	background-color: #fff;
	margin-right: -28px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.mdl-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.mdl1-open .mdl-box.box1,
.mdl2-open .mdl-box.box2,
.mdl3-open .mdl-box.box3,
.mdl4-open .mdl-box.box4,
.mdl5-open .mdl-box.box5,
.mdl6-open .mdl-box.box6,
.mdl7-open .mdl-box.box7,
.mdl8-open .mdl-box.box8,
.mdl9-open .mdl-box.box9,
.mdl10-open .mdl-box.box10,
.mdl11-open .mdl-box.box11,
.mdl12-open .mdl-box.box12,
.mdl13-open .mdl-box.box13,
.mdl14-open .mdl-box.box14,
.mdl15-open .mdl-box.box15,
.mdl16-open .mdl-box.box16,
.mdl17-open .mdl-box.box17,
.mdl18-open .mdl-box.box18,
.mdl19-open .mdl-box.box19 {
	opacity: 1;
	z-index: 99999;
}

.mdl-box .mem-box {
	width: 160px;
}
.mdl-box .mem-box .img-box2 {
}
.mdl-box .mem-box .txt-box2 {
	height: 160px;
	position: relative;
}
.mdl-box .mem-box .block {
	width: fit-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* IE */
@media all and (-ms-high-contrast: none) {
	.mdl-box .mem-box .block.lg {
		width: 95px;
	}

	.mdl-box .txt-box3 {
		margin-bottom: 80px;
	}
}

.mdl-box .mem-box .txt-box2 .tit {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .08em;
}
.mdl-box .mem-box .txt-box2 .txt {
	font-size: 1.2rem;
	letter-spacing: .08em;
}
.mdl-box .txt-box2::after {
	content: "";
	width: 30px;
	height: 17px;
	background-image: url(../images/voice/fuki.png);
	background-size: contain;
	position: absolute;
	top: 19px;
	left: 19px;
	opacity: .3;
}
.mdl-box .txt-box2.fuki02::after {
	background-image: url(../images/voice/fuki02.png);
	opacity: .7;
}
.mdl-box .txt-box2.fuki03::after {
	background-image: url(../images/voice/fuki03.png);
	opacity: .7;
}
.mdl-box.box3 .txt-box2::after,
.mdl-box.box6 .txt-box2::after,
.mdl-box.box11 .txt-box2::after,
.mdl-box.box14 .txt-box2::after {
	opacity: .45;
}
.mdl-box .mem-box img {
	display: block;
}

.mdl-box .txt-box3 {
	width: calc(100% - 210px);
	padding-top: 100px;
}

.mdl-box .txt-box3 .tit {
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 30px;
	letter-spacing: .1em;
	line-height: 1.7;
	position: relative;
}
.mdl-box .txt-box3 .tit::before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #003466;
    position: absolute;
    top: .95em;
    left: 0;
}
.mdl-box .txt-box3 .txt {
	font-size: 1.4rem;
	color: #000;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .08em;
}
.mdl-box .txt-box3 .imp {
	font-size: 1.2rem;
	color: #000;
}



/*PC*/
@media screen and (min-width: 768px) {
	.mdl-close {
		width: 48px;
		height: 48px;
		background-color: #003466;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.page-wrap {
		margin-top: 70px;
		padding-right: 25px;
		margin-bottom: 12%;
		padding-left: 25px;
	}
	
	.under .mv-box {
		padding-top: 85px;
	}
	
	.page-tit {
		font-size: 4.5rem;
	}

	.mv-box {
		width: 100%;
		padding-top: 90px;
		padding-bottom: 25px;
	}
	.mv-box .inr {
		padding-right: 25px;
		padding-left: 25px;
	}

	.mv-box .txt {
		font-size: 1.2rem;
		line-height: 1.9;
	}

	.voice-box {
		width: 100%;
	}

	@keyframes fadeIn {
		0%{
			transform: scale(.95) translateY(50px);
			transition: .3s;
		}
		100%{
			opacity: 1;
			transform: scale(1) translateY(0);
		}
	}
	@keyframes fadeIn2 {
		0%{
			transform: scale(.95) translateY(calc(50px));
			transition: .3s;
		}
		100%{
			opacity: 1;
			transform: scale(1) translateY(0);
		}
	}

	.voice-box .txt-box::after {
		width: 30px;
		height: 22px;
		top: 20px;
		left: 20px;
	}

	.voice-box .txt-box .tit {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.voice-box .txt-box .txt {
		font-size: 1.1rem;
		letter-spacing: .08em;
		line-height: 1.7;
	}

	.mdl-box {
		width: 90%;
		height: calc(100% - 130spx);
		padding: 0;
		padding-right: 0;
		overflow-y: scroll;
	}

	.mdl-close {
		width: 39px;
		height: 39px;
		background-color: #003466;
		position: sticky;
		bottom: 6px;
		right: 6px;
		cursor: pointer;
		margin-left: auto;
	}
	.mdl-close::before,
	.mdl-close::after {
		width: 23px;
		margin-top: 1px;
		margin-right: -23px;
	}

	.mdl1-open .mdl-box.box1,
	.mdl2-open .mdl-box.box2,
	.mdl3-open .mdl-box.box3,
	.mdl4-open .mdl-box.box4,
	.mdl5-open .mdl-box.box5,
	.mdl6-open .mdl-box.box6,
	.mdl7-open .mdl-box.box7,
	.mdl8-open .mdl-box.box8,
	.mdl9-open .mdl-box.box9,
	.mdl10-open .mdl-box.box10,
	.mdl11-open .mdl-box.box11,
	.mdl12-open .mdl-box.box12,
	.mdl13-open .mdl-box.box13,
	.mdl14-open .mdl-box.box14,
	.mdl15-open .mdl-box.box15,
	.mdl15-open .mdl-box.box16,
	.mdl15-open .mdl-box.box17,
	.mdl15-open .mdl-box.box18,
	.mdl15-open .mdl-box.box19 {
		opacity: 1;
	}

	.mdl-box .mem-box {
		width: 100%;
	}
	.mdl-box .mem-box .img-box2 {
		width: 50%;
		height: 160px;
		overflow: hidden;
	}
	.mdl-box .mem-box .txt-box2 {
		width: 50%;
		height: 160px;
	}
	.mdl-box .mem-box .block {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.mdl-box .mem-box .txt-box2 .tit {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.mdl-box .mem-box .txt-box2 .txt {
		font-size: 1.1rem;
	}
	.mdl-box .txt-box2::after {
		content: "";
		width: 30px;
		height: 17px;
		background-image: url(../images/voice/fuki.png);
		background-size: contain;
		position: absolute;
		top: 19px;
		left: 19px;
		opacity: .3;
	}
	.mdl-box .mem-box img {
		display: block;
	}

	.mdl-box .txt-box3 {
		width: 100%;
		padding-top: 55px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.mdl-box .txt-box3 .tit {
		font-size: 1.4rem;
		padding-left: 22px;
		letter-spacing: .03em;
		line-height: 1.7;
	}
	.mdl-box .txt-box3 .tit::before {
		content: "";
		width: 17px;
		height: 1px;
		background-color: #003466;
		position: absolute;
		top: .95em;
		left: 0;
	}
	.mdl-box .txt-box3 .txt {
		font-size: 1.2rem;
		line-height: 2;
	}
	.mdl-box .txt-box3 .imp {
		font-size: 1.2rem;
		color: #000;
	}
}/*END*/