/* PCレイアウト
------------------------------------------------ */
/*@media only screen and (min-width: 680px) {*/

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
    background: #FFF;
    /*background: #F5F3ED;*/
	-webkit-text-size-adjust: none;
}
* {
	box-sizing: border-box;
}
#p_testb {
	background: #F6F6F6;
}

/* スタイル
------------------------------------------------ */

/* ヘッダー */
#design{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#design img{
	width: 100%;
}
#p_testa header .inwrap {
	width: 96%;
	max-width: 1830px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
#p_testa header h1 {
	font-family: 'Sawarabi Mincho', serif;
	font-style: normal;
	font-size: 46px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	white-space: nowrap;
}
#p_testa header h1 span {
	padding-bottom: 2px;
	font-size: 36px;
}
#p_testa header nav {
	flex: 1;
	max-width: 690px;
}
#p_testa header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_testa header nav ul a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#p_testa header nav ul .contact a {
	width: 180px;
	height: 42px;
	background: #EF8700;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
#p_testa header nav ul .contact a img {
	width: 20px;
}
#p_testa .vega {
	width: 100%;
	aspect-ratio: 12 / 5;
}
#p_testa #main_a {
	position: relative;
}
#p_testa #main_a .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#p_testa #main_a h2 {
	margin-bottom: 20px;
	font-size: 76px;
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 2px 2px 2px #656565, -2px -2px 2px #656565, -2px 2px 2px #656565, 2px -2px 2px #656565, 2px 0px 2px #656565, -2px -0px 2px #656565, 0px 2px 2px #656565, 0px -2px 2px #656565;
	text-align: center;
	white-space: nowrap;
}
#p_testa #main_a h2 span {
	white-space: nowrap;
}
#p_testa #main_a p {
	text-align: center;
}
#p_testa #main_a p span {
	padding: 5px 40px;
	background: #000;
	font-size: 28px;
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
}
#p_testa #about .bg_wrap {
	padding: 130px 0;
	background: url(/image/test_a/bg_about.jpg) center no-repeat;
	background-size: cover;
}
#p_testa #about img {
	width: 96%;
	max-width: 1180px;
	margin: 0 auto;
	display: block;
}
#p_testa #news {
	padding: 80px 0;
	background: #006B9D;
}
#p_testa #news h3 {
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.15rem;
}
#p_testa #news h3 span {
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	color: #BED7E2;
	display: block;
}
#p_testa #news .log {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
#p_testa #news dl {
	padding: 25px 15px;
	border-top: 1px #fff solid;
	color: #fff;
	display: flex;
	gap: 40px;
}
#p_testa #news dl:last-of-type {
	margin-bottom: 40px;
	border-bottom: 1px #fff solid;
}
#p_testa #news dt {
	font-weight: bold;
}
#p_testa #news .button a {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border: 1px #fff solid;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#p_testa #news .button a:after {
	content: "";
	width: 5px;
	height: 8px;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_testa #topics .bg_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 80px auto;
	padding: 60px 0;
	background: url(/image/test_a/bg_tpics.jpg);
}
#p_testa #topics img {
	max-width: 1113px;
	margin: 0 auto;
	display: block;
}
#p_testa #banner img {
	width: 90%;
	max-width: 1104px;
	margin: 70px auto;
	display: block;
}
#p_testa footer {
	padding: 50px 0;
	padding-bottom: 0;
	background: #006B9D;
}
#p_testa footer img {
	width: 96%;
	max-width: 774px;
	margin: 0 auto;
	margin-bottom: 50px;
	display: block;
}
#p_testa footer p {
	padding: 35px;
	background: #fff;
	font-size: 14px;
	color: #006B9D;
	text-align: center;
}
#p_testb .header_b {
	width: 96%;
	max-width: 1780px;
	min-width: 860px;
	margin: 0 auto;
	padding-right: 200px;
	display: flex;
	justify-content: space-between;
	gap: 80px;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 10;
}
#p_testb .header_b h1 {
	font-size: 46px;
	font-weight: bold;
	color: #006B9D;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	white-space: nowrap;
}
#p_testb .header_b h1 span {
	padding-bottom: 2px;
	font-size: 36px;
}
#p_testb .header_b nav {
	flex: 1;
	max-width: 440px;
	min-width: 380px;
	padding-top: 25px;
}
#p_testb .header_b .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_testb .header_b .nav a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
#p_testb .header_b .nav .top a {
	color: #006B9D;
	position: relative;
}
#p_testb .header_b .nav .top a:after {
	content: "";
	width: 48px;
	height: 3px;
	background: #006B9D;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_testb .header_b .contact {
	width: 146px;
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 100;
}
#p_testb .main_b {
	width: 94%;
	max-width: 1780px;
	aspect-ratio: 7 / 3;
	margin:  0 auto;
	margin-top: 110px;
	position: relative;
}
#p_testb .main_b .vega {
	width: 100%;
	height: 100%;
}
#p_testb .main_b .wrap {
	padding: 50px 60px;
	padding-right: 100px;
	background: rgba(0, 107, 157, 0.75);
	color: #fff;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
}
#p_testb .main_b .wrap h2 {
	margin-bottom: 20px;
	font-size: 64px;
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.25rem;
}
#p_testb .main_b .wrap  {
	font-size: 26px;
}
#p_testb #about img {
	width: 96%;
	max-width: 1270px;
	margin: 80px auto;
	display: block;
}
#p_testb #news .bg_wrap {
	padding: 90px 0;
	background: url(/image/test_b/bg_news.jpg) center no-repeat;
	background-size: cover;
}
#p_testb #news .flex {
	width: 96%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 70px 20px;
	background: rgb(255, 255, 255, 0.8);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 100px;
}
#p_testb #news .flex h3 {
	margin-top: 20px;
	font-size: 40px;
	font-weight: bold;
	color: #207B19;
	letter-spacing: 0.15rem;
}
#p_testb #news .flex ul a {
	font-size: 14px;
	color: #858383;
	text-decoration: none;
}
#p_testb #news .flex ul a i {
	margin-left: 5px;
	color: #FF0707;
}
#p_testb #news .flex .log {
	width: 740px;
}
#p_testb #news .flex .log dl {
	padding: 25px 0;
	border-bottom: 1px #919191 solid;
	display: flex;
	gap: 25px;
}
#p_testb #news .flex .log dl:last-of-type {
	border: none;
}
#p_testb #news .flex .log dt {
	width: 120px;
	height: 26px;
	background: #0A6E03;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_testb #topics img {
	width: 96%;
	max-width: 1300px;
	margin: 120px auto;
	display: block;
}
#p_testb #banner img {
	width: 92%;
	max-width: 1042px;
	margin: 60px auto;
	margin-bottom: 150px;
	display: block;
}
#p_testb footer {
	padding: 100px 10px;
	padding-bottom: 20px;
	background: #fff;
	position: relative;
}
#p_testb footer img {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
#p_testb footer img.mpi {
	width: 806px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}