@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@700&display=swap');



body {
	font-family: 
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN",
		メイリオ,
		Meiryo,
		"Yu Gothic",
		YuGothic,
		"Helvetica Neue",
		Helvetica,
		sans-serif;
		font-weight: 400;
	font-size: 16px;
	line-height: 2;
}

img {
	vertical-align: bottom;
	width: auto !important;
}

* {
	box-sizing: border-box;
}

main {
	padding: 100px 0 0 0;
}

.wp-ir {
	max-width: 1500px;
	width: 78%;
	margin: 0 auto;
	padding: 100px 0;
}

.wp-ir h2 {
	position: relative;
	text-align: center;
	font-size: 3.2vw;
	color: #77634A;
	font-family: 'Zen Maru Gothic',
		sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 1% 0 0 0;
}

@media(min-width: 1200px)and (max-width:1919px) {
	.wp-ir h2 {
		font-size: 32px;
		padding: 2.5% 0 0 0;
	}
}

@media(min-width: 1919px) {
	.wp-ir h2 {
		font-size: 32px;
		line-height: 120px;
		padding: 0;
		min-height: 120px;
	}
}

.wp-ir h2 img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.wp-ir .mv {
	background: url("../images/bg_mv.jpg") center top no-repeat;
	padding: 75px 140px;
	position: relative;
}

.wp-ir .mv ul {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: flex;
}

.wp-ir .mv ul li {
	margin: 0 20px;
}

.wp-ir .lead {
	margin: 60px 0 0 0;
}

.wp-ir .lead p {
	text-align: center;
}

.wp-ir #interview {
	margin: -160px 0 0 0;
	padding: 160px 0 0 0;
}

.wp-ir #interview .top-message {
	font-size: 26px;
	text-align: center;
	margin: 60px 0 0 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

.wp-ir #interview .ceo {
	display: block;
	margin: 50px auto 0 auto;
}

.wp-ir #interview p {
	margin: 50px 0 0 0;
}

.wp-ir #interview h3 {
	margin: 85px 0 0 0;
	font-weight: 500;
	font-size: 34px;
	text-align: center;
}

.wp-ir #interview .flex-box {
	display: flex;
	margin: 50px 0 0 0;
}

.wp-ir #interview .flex-box .txt-box {
	margin: 0 65px 0 0;
	width: 65%;

}

.wp-ir #interview .flex-box .img-box {
	width: 30%;
}

.wp-ir #interview .flex-box .txt-box p:first-child {
	margin: 0;
}

.wp-ir #performance {
	padding: 160px 0 0 0;
}

.wp-ir #performance .top-message {
	font-size: 26px;
	text-align: center;
	margin: 60px 0 0 0;
	font-family: 'Zen Kaku Gothic New',
		sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

.wp-ir #performance p {
	margin: 60px 0 0 0;
}

.wp-ir #performance .flex-box {
	margin: 60px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.wp-ir #performance .flex-box .left {
	width: 50%;
}

.wp-ir #performance .flex-box .right {
	width: 48%;
}

.btn-report {
	margin: 60px auto 0 auto;
}

.btn-report p {
	margin: 0 !important;
}

.wp-ir #performance .block {
	margin: 120px 0 0 0;
}

.wp-ir #performance .block h3 {
	margin: 85px 0 0 0;
	font-weight: 500;
	font-size: 26px;
	text-align: center;
}

.wp-ir #performance .block p {
	margin: 25px 0 0 0;
}

.wp-ir #performance .graph {
	margin: 60px 0 0 0;
}

.wp-ir #performance .tc {
	text-align: center;
}

.wp-ir #product {
	padding: 160px 0 0 0;
}

.wp-ir #product .top-message {
	font-size: 26px;
	text-align: center;
	margin: 60px 0 0 0;
	font-family: 'Zen Kaku Gothic New',
		sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

.wp-ir #product table {
	margin: 55px 0 0 0;
	width: 100%;
}

.wp-ir #product table th {
	background: #3F9F91;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	padding: 20px 0;
	vertical-align: middle;
	border-left: 1px solid #fff;
	font-weight: 500;
}

.wp-ir #product table th.bg-g {
	color: #000;
	padding: 0 45px;
	background: #E8E8E8;
	font-weight: 400;
	white-space: nowrap;
}

.wp-ir #product table td {
	padding: 25px;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.wp-ir #product table.table-3 td {
	width: calc(100%/3);
}

.wp-ir #product table.table-4 td {
	width: calc(100%/4);
}

.wp-ir #product table .green {
	background: #007B9B;
	font-size: 21px;
	font-weight: 500;
	display: block;
	color: #fff;
	padding: 20px 0;
}

.wp-ir #product .btn {
	display: block;
	margin: 60px auto 0 auto;
	width: 296px;
}

@media(max-width: 768px) {
	.sp-none {
		display: none !important;
	}

	body {
		font-size: 14px;
	}

	main {
		padding: 70px 0 0 0;
	}

	.wp-ir {
		max-width: 94%;
		margin: 0 auto;
		padding: 80px 0;
		width: auto;
	}

	.wp-ir h2 {
		background: url("../images/bg_h2.png") center top no-repeat;
		background-size: cover;
		height: auto;
		line-height: 2;
		font-size: 26px;
		padding: 15px 0;
	}

	.wp-ir .mv {
		background: url("../images/bg_mv.jpg") center top no-repeat;
		padding: 30px 0;
		position: relative;
	}

	.wp-ir .mv ul {
		top: auto;
		bottom: 24%;
		width: 94%;
	}

	.wp-ir .mv ul li {
		margin: 0 10px;
	}

	.wp-ir .lead {
		margin: 30px 0 0 0;
	}

	.wp-ir #interview {
		margin: -130px 0 0 0;
		padding: 130px 0 0 0;
	}

	.wp-ir #interview .top-message {
		font-size: 20px;
		margin: 30px 0 0 0;
	}

	.wp-ir #interview .ceo {
		margin: 25px auto 0 auto;
	}

	.wp-ir #interview p {
		margin: 25px 0 0 0;
	}

	.wp-ir #interview h3 {
		margin: 40px 0 0 0;
		font-size: 20px;
	}

	.wp-ir #interview .flex-box {
		display: block;
		margin: 25px 0 0 0;
	}

	.wp-ir #interview .flex-box .txt-box {
		margin: 0;
		width: 100%;
	}

	.wp-ir #interview .flex-box .img-box {
		margin: 25px 0 0 0;
		width: 100%;
	}

	.wp-ir #interview .flex-box .img-box img {
		display: block;
		margin: 0 auto;
	}

	.wp-ir #performance {
		margin: -70px 0 0 0;
		padding: 170px 0 0 0;
	}

	.wp-ir #performance .top-message {
		font-size: 20px;
		margin: 30px 0 0 0;
	}

	.wp-ir #performance p {
		margin: 30px 0 0 0;
	}

	.wp-ir #performance .flex-box {
		margin: 30px 0 0 0;
		display: block;
		justify-content: space-between;
	}

	.wp-ir #performance .flex-box .left {
		width: 100%;
	}

	.wp-ir #performance .flex-box .right {
		width: 100%;
	}

	.wp-ir #performance .btn {
		margin: 30px auto 0 auto;
		width: 60%;
	}

	.wp-ir #performance .block {
		margin: 60px 0 0 0;
	}

	.wp-ir #performance .block h3 {
		margin: 40px 0 0 0;
		font-size: 20px;
	}

	.wp-ir #performance .block p {
		margin: 20px 0 0 0;
	}

	.wp-ir #performance .graph {
		margin: 30px 0 0 0;
	}

	.wp-ir #performance .tc {
		text-align: center;
	}

	.wp-ir #product {
		margin: -70px 0 0 0;
		padding: 170px 0 0 0;
	}

	.wp-ir #product .top-message {
		font-size: 20px;
		margin: 30px 0 0 0;
	}

	.wp-ir #product .table-wrap {
		width: 100%;
		overflow: scroll;
	}

	.wp-ir #product table {
		margin: 25px 0 0 0;
		width: 1000px;
	}

	.wp-ir #product table th {
		font-size: 14px;
		padding: 10px;
		width: auto;
	}

	.wp-ir #product table th.bg-g {
		padding: 10px 30px;
	}

	.wp-ir #product table td {
		padding: 10px;
		border: 1px solid #ccc;
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
	}

	.wp-ir #product table .green {
		font-size: 18px;
		padding: 10px 0;
	}

	.wp-ir #product .btn {
		display: block;
		margin: 30px auto 0 auto;
		width: 60%;
	}
}

@media(min-width: 768px) and (max-width: 920px) {

	.wp-ir {
		max-width: 98%;
	}

	.wp-ir .mv ul {
		top: 65%;
	}
}

@media(min-width:767px) {
	.pc-none {
		display: none !important;
	}

}
