@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.irmsg #irmsgWrap01 {
	position: relative;
}

.irmsg #irmsgWrap01::before {
	background: url(/common/img/ir/company/img_main.jpg) no-repeat top center;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 340px;
	min-width: 1366px;
	content: "";
	z-index: -1;
}

.irmsg #irmsgWrap01 .irmsgWrap01Inr {
	width: 1166px;
	height: 340px;
	margin: 0 auto;
	padding-top: 140px;
	position: relative;
}

.irmsg #irmsgWrap01 .irmsgWrap01Inr h1 {
	font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 6.4rem;
	line-height: 7.2rem;
	font-weight: 700;
	letter-spacing: -0.04rem;
	margin-top: 25px;
}

.irmsg #irmsgWrap01 .irmsgWrap01Inr h1 span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.2rem;
	line-height: 3.0rem;
	font-weight: 400;
}

.irmsg #irmsgWrap02 {
	background: #ffffff;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr {
	width: 1166px;
	margin: 0 auto;
	padding: 40px 0 110px;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content {
	margin-top: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(1) {
	width: 362px;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(1) h2 {
	font-size: 2.8rem;
	line-height: 3.2rem;
	font-weight: 500;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(1) picture {
	display: block;
	margin-top: 28px;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(2) {
	width: 764px;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div p {
	font-size: 1.6rem;
	line-height: 3.2rem;
	font-weight: 300;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div p:not(:first-child) {
	margin-top: 3.2rem;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* align-items: center; */
	font-size: 1.6rem;
	line-height: 3.2rem;
	font-weight: 300;
	border-bottom: 1px solid #0066d9;
	align-items: stretch;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li {
	width: 225px;
	text-align: center;
	position: relative;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li a {
	/* display: block; */
	display: flex;
	color: #7a8999;
	padding: 20px 10px 24px 10px;
	height: 100%;
	align-items: center;
    justify-content: center;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li a::after {
	border-bottom: 4px solid #0066d9;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	position: absolute;
	transition: width 0.3s;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li a:hover {
	color: #263240;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li a:hover::after {
	width: 100%;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab .isCurrent a {
	color: #263240;
}

.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab .isCurrent a::after {
	width: 100%;
}

html {
	overflow: auto;
}

body {
	min-width: 1166px;
	overflow: hidden;
}

@media
only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1024px) and (orientation: portrait) {

	.irmsg #irmsgWrap01::before {
		background: url(/common/img/ir/company/img_main_sp.jpg) no-repeat top center;
		width: 100%;
		height: auto;
		min-height: 70.66667vw;
		min-width: 1px;
		padding-bottom: 108px;
		background-size: cover;
	}

	.irmsg #irmsgWrap01 .irmsgWrap01Inr {
		width: auto;
		height: auto;
		min-height: 70.66667vw;
		padding: 26.66667vw 8vw 16vw;
	}

	.irmsg #irmsgWrap01 .irmsgWrap01Inr h1 {
		font-size: 10.66667vw;
		line-height: 12vw;
		letter-spacing: -0.00533vw;
	}

	.irmsg #irmsgWrap01 .irmsgWrap01Inr h1 span {
		font-size: 4.26667vw;
		line-height: 6.4vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr {
		width: 100%;
		padding: 0.66667vw 8vw 10.66667vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content {
		flex-wrap: wrap;
		margin-top: 13.33333vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(1) {
		width: 100%;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(1) h2 {
		font-size: 4.8vw;
		line-height: 6.4vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(1) picture {
		margin-top: 6.66667vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div:nth-of-type(2) {
		width: 100%;
		margin-top: 7.2vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .irmsgWrap02Content div p {
		font-size: 2.93333vw;
		line-height: 5.86667vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab {
		font-size: 2.93333vw;
		line-height: 5.86667vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab {
		flex-wrap: wrap;
		border-bottom: none;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li {
		margin-top: 4vw;
		width: 50%;
		border-bottom: 1px solid #0066d9;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li a {
		padding: 2.66667vw 0 3.2vw;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .ircomTab li a::after {
		border-bottom: 2px solid #0066d9;
	}

	body {
		min-width: 0;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n) {
		padding: 47px 0px 75px 0px !important;
		justify-content: space-between !important;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n)>div:first-child {
		padding-right: 0 !important;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n)>div:last-child {
		padding-left: 0 !important;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>p {
		padding-top: 26px !important;
		padding-bottom: 15px !important;
		font-size: 4.8vw !important;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n)>div:first-child>p:nth-child(3n+2),
	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n)>div:last-child>p:nth-child(3n+2) {
		font-size: 4.8vw !important;
	}

	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n)>div:first-child>p:nth-child(3n+1),
	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n)>div:last-child>p:nth-child(3n+1),
	.irmsg #irmsgWrap02 .irmsgWrap02Inr .msgWrap02Inr>div:nth-child(2n+1)>p {
		font-size: 3.2vw !important;
	}

}