@charset "UTF-8";


/*========================================

  

========================================*/

main .bg_a {
	background-image: url(/img/bg_a03.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	main .bg_a {
		padding-bottom: 5vw;
		background-size: 80vw auto;
		background-position: right -10vw top;
		/*background-position-x:40vw;*/
	}
}



main #feature {}

@media screen and (max-width: 767px) {
	main .main_innr {
		width: 90%;
		margin: 0 auto;
	}

	main #feature {}

	main #readcopy {
		font-size: 4.2vw;
	}
}


.title {
	background: url(../img/main-2.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 31vw;
	padding-top: 2vw;
	box-sizing: border-box;
}

.title h2 {
	font-size: 28px;
}

@media screen and (max-width: 767px) {
	.title {
		background: url(../img/main-2_sp.jpg) no-repeat center bottom;
		background-size: cover;
		width: 100%;
		height: 63vw;
		padding-top: 4vw;
	}

	.title h2 {
		font-size: 4.6vw;
		line-height: 1.7em;
	}
}




.strongbox {
	border: 3px solid #ff2c4a;
	background-color: #ffd;
	background: rgb(255, 255, 220);
	background: linear-gradient(130deg, rgba(255, 255, 210, 1) 0%, rgba(255, 230, 255, 1) 100%);
	padding: 40px 20px;
	border-radius: 10px;
	margin-bottom: 80px;
}

.strongbox h2 {
	color: #ff2c4a;
	font-size: 30px;
}

.strongbox ol {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	margin-top: .8em;
	font-size: 18px;
	padding-left: 1em;
}

.strongbox ol li {
	margin-top: .4em;
	padding-bottom: .5em;
}

.strongbox ol li strong {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.strongbox {
		padding: 8vw 5vw;
		margin-bottom: 15vw;
	}

	.strongbox h2 {
		font-size: 6vw;
	}

	.strongbox ol {
		font-size: 4vw;
	}

	.strongbox ol li strong {
		font-size: 4.8vw;
	}
}

#outline {}

#outline table {
	text-align: left;
	border-collapse: collapse;
	margin-top: 50px;
	width: 100%;
}

#outline table th,
#outline table td {
	text-align: left;
	border-top: 1px solid #009e40;
	border-bottom: 1px solid #009e40;
	padding: 1em;
	line-height: 1.7em;
}

#outline table th {
	background-color: #eef1f1;
}

#outline table td {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#outline table th {
	width: 10%;
	white-space: nowrap;
}

#outline table td ul,
#outline table td ol {
	padding-left: 1.5em;
}

#outline table td ol {
	margin: 0;
}

#outline table td dt {
	margin-top: .8em;
	font-weight: bold;
}

#outline table td dd {
	font-size: 93%;
	padding-left: 1.2em;
}

#outline table td a {
	color: #009e40;
	text-decoration: underline;
}

#outline table td a:hover {
	opacity: .7;
}

#outline table td .flexbox {
	display: flex;
}

#outline table td .flexbox .imgbox {
	width: 250px;
	margin-left: 50px;
}

#outline table td .flexbox .imgbox img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 767px) {

	#outline table,
	#outline table tbody,
	#outline table thead,
	#outline table tr,
	#outline table th,
	#outline table td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	#outline table {
		margin-top: 5vw;
		font-size: 3.8vw;
	}

	#outline table th {
		font-size: 4.4vw;
	}

	#outline table td .flexbox {
		display: block;
	}

	#outline table td .flexbox .imgbox {
		width: 94%;
		margin: 0 auto;
		margin-top: 5vw;
		margin-bottom: 5vw;
		text-align: center;
	}
}

#interview .flexbox {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}


#interview .flexbox .box {
	width: 48%;
	text-align: left;
	background-color: rgba(255, 255, 255, .7);
	box-sizing: border-box;
	padding: 40px 30px;
	border-radius: 10px;
}

#interview .flexbox .box .imgbox {
	text-align: center;
}

#interview .flexbox .box .imgbox img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
}

#interview .flexbox .box h3 {
	margin-top: 1em;
	font-size: 18px;
	text-align: center;
}

#interview .flexbox .box h3 small {
	display: block;
	margin-top: .5em;
	font-size: 15px;
}

#interview .flexbox .box p {
	font-size: 14px;
	margin-top: 1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
	#interview .flexbox {
		display: block;
		justify-content: space-between;
		margin-top: 5vw;
	}

	#interview .flexbox .box {
		width: 100%;
		padding: 10vw 7vw 7vw;
		border-radius: 3vw;
		margin-top: 5vw;
	}

	#interview .flexbox .box .imgbox img {
		width: 50vw;
		height: 50vw;
		border-radius: 25vw;
	}

	#interview .flexbox .box h3 {
		font-size: 4.4vw;
	}

	#interview .flexbox .box h3 small {
		font-size: 3.8vw;
	}

	#interview .flexbox .box p {
		font-size: 3.4vw;
	}
}