
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@charset "UTF-8";
ul, li, dl, dt, dd {
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	line-height: 1;
}
body {
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
header {
	height: 100px;
	background-color: #fff;
}
.headerInner {
	width: 100%;
	height: 100%;
	max-width: 992px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.headerLogo a {
	display: block;
}
.headerLogo a:hover {
	opacity: .7;
}
.headerLogo img {
	width: 68px;
}
.contactHeading {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("/-/media/OSCOM/jp/msp/img/bg-contactHeader.jpeg");
	background-size: cover;
	background-position: bottom;
	position: relative;
}
.contactHeading:before {
	background: linear-gradient(155deg, rgba(13, 23, 34, .6) 0%, rgba(5, 73, 134, .8) 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
h1 {
	color: #fff;
	font-size: 41px;
	font-weight: 400;
	position: relative;
	z-index: 10;
}
h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.18;
	color: #666;
	text-align: center;
}
h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.18;
	color: #d2221e;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
p {
	font-size: 18px;
}
h3 + p {
	margin-top: 25px;
}
/* 余白 */
.mt1 {
	margin-top: 24px;
}
.mt2 {
	margin-top: 34px;
}
.mt3 {
	margin-top: 60px;
}
/* フォームパーツ */
input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=datetime], input[type=date], input[type=month], input[type=week], textarea, select {
	width: 100%;
	color: #666;
	transition: border .4s, box-shadow .4s, color .4s;
	border: 1px solid #666;
	border-radius: 3px;
	font-size: 15px;
	line-height: 28px;
	padding: 5px 10px;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
}
.contactBtn {
	background-color: #d2221e;
	font-size: 28px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	padding: 15px 62px 13px 39px;
	border-radius: 8px;
	border: 1px solid #d2221e;
	margin-top: 22px;
}
.contactBtn.big {
	width: 900px;
	height: 122px;
	margin: 61px auto 0;
	display: flex;
	justify-content: center;
}
.contactBtn:hover {
	background-color: #fff;
	color: #d2221e;
}
.contactBtn img {
	margin-right: 21px;
}
.contactBtn img.hoveroff {
	display: block;
}
.contactBtn:hover img.hoveroff {
	display: none;
}
.contactBtn img.hoveron {
	display: none;
}
.contactBtn:hover img.hoveron {
	display: block;
}
.sectionInner {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 24px;
}
/* section1 */
.section1 .sectionInner {
	padding-bottom: 137px;
}
.section1 p {
	text-align: center;
	margin-top: 40px;
}
.section1 p span {
	color: #d2211e;
}
/* form section*/
.formSection {
	padding: 60px 0;
	background-image: url("/-/media/OSCOM/jp/msp/img/bg-contactHeader.jpeg");
	background-size: cover;
	background-position: bottom;
	position: relative;
}
.formSection::before {
	background: linear-gradient(155deg, rgba(5, 73, 134, .75) 0%, rgba(5, 73, 134, .85) 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.formSection .sectionInner {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	max-width: 860px;
	z-index: 100;
	position: relative;
}
.formSection .sectionInner h3 {
	text-align: center;
	color: initial;
	font-size: 22px;
}
.formFlexbox {
	display: flex;
	justify-content: space-between;
}
.formFlexbox:not(:first-child) {
	margin-top: 20px;
}
.formFlexboxItem2 {
	margin-top: 20px;
}
.formFlexboxItem {
	width: 50%;
	max-width: 382px;
}
.form-label {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.form-label span {
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 3px;
	background-color: #f80000;
	color: #fff;
	font-size: 11px;
}
input.form-input_txt {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #bdbdbd;
	border-radius: 0;
	outline: none;
	background-color: #fff;
	color: #000;
	font-size: 14px;
}
.form-select {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 3px;
	padding-right: 0;
	padding-left: 5px;
	border: 2px solid #bdbdbd;
	border-radius: 0;
	outline: none;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}
.form-selectWrapepr {
	position: relative;
}
.form-selectWrapepr:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 7px;
	content: "";
	background-image: url("/-/media/OSCOM/jp/img/icon_arrowdown_gray.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.form-textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 130px;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #bdbdbd;
	border-radius: 0;
	outline: none;
	background-color: #fff;
	color: #000;
	font-size: 14px;
}
.form-input_txt.form-input_must, .form-textarea.form-input_must, .form-select.form-select_must {
	background-color: #ffffe6;
}
.form-input_txt:focus, .form-textarea:focus {
	border-color: #003c4e;
	background-color: #c2f5ff;
}
.form-input_txt.form-on, .form-textarea.form-on {
	background-color: #fff;
}
.form-privacy {
	box-sizing: border-box;
	height: 130px;
	padding: 15px;
	overflow-y: scroll;
	border: 1px solid #bdbdbd;
}
.form-privacy p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.4;
}
.form-privacy h5 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.form-privacy ul {
	margin: 0;
	padding-left: 17px;
}
.form-privacy ul li {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.4;
}
.form-privacy-doc {
	border-bottom: 1px solid #000;
}
.form-txt_center {
	margin: 15px 0 0 0;
	font-size: 13px;
	text-align: center;
}
.form-txt_left {
	margin: 15px 0 0 0;
	font-size: 13px;
	text-align: left;
}
.form-checkboxWrapper {
	padding: 20px 0;
	text-align: center;
}
.form-checkbox {
	display: inline-block;
	padding: 8px 15px 8px 12px;
	border: 2px solid #bdbdbd;
	border-radius: 5px;
	background-color: #ffffe6;
	color: #000;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.form-checkbox span {
	padding-left: 10px;
}
.form-btn {
	position: relative;
	width: auto;
	max-width: 300px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
}
.form-btn:before {
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	content: "";
	transition: all .3s;
	background-image: url("/-/media/OSCOM/jp/msp/img/icon_arrowright_white.svg");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
.form-btn input {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 20px 30px;
	border: none;
	border-radius: 5px;
	outline: none;
	background-color: #f80000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}
.form-btn input:hover {
	background-color: #c50000;
}
.error_m {
	display: block;
	padding-top: 5px;
	color: #f80000;
	font-size: 13px;
	font-weight: bold;
}
/* footer */
footer {
	background-color: #0d1722;
}
.footerInner {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
	padding: 27px 0 35px;
	color: #666;
}
.footerInnerFlexbox {
	display: flex;
	justify-content: center;
}
.footerLogo a {
	display: block;
	width: 68px;
	height: 65px;
}
.footerInfo {
	margin-left: 65px;
}
.footerInfo .companyAddress {
	margin-top: 9px;
}
.copyright {
	margin-top: 39px;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	header {
		height: 40px;
	}
	.headerInner {
		padding: 0 24px;
	}
	.headerLogo img {
		width: 28px;
	}
	h1 {
		font-size: 32px;
		text-align: left;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.contactBtn {
		font-size: 16px;
	}
	.contactBtn.big {
		width: 90%;
		max-width: 400px;
		height: 64px;
	}
	.contactBtn img {
		width: 25px;
		margin-right: 13px;
	}
	.sectionInner {
		padding: 60px 16px 0;
	}
	.section1 .sectionInner {
		padding-bottom: 90px;
	}
	.formSection {
		padding: 60px 16px;
	}
	.formSection .sectionInner {
		max-width: 500px;
		padding: 24px 16px;
	}
	.formFlexbox {
		flex-direction: column;
	}
	.formFlexboxItem {
		width: 100%;
		max-width: unset;
	}
	.formFlexboxItem:last-of-type {
		margin-top: 20px;
	}
	.form-btn input {
		font-size: 14px;
	}
	.footerInner {
		padding: 27px 24px 35px;
	}
	.footerInfo {
		margin-left: 16px;
	}
	.copyright {
		font-size: 10px;
	}
}
