@charset "UTF-8";


/* トップページ */

.top_read {
	font-family: "Noto Serif JP", serif;
	font-size:48px;
	font-weight: 500;
	color:#26267e;
	line-height:1.5;
	text-align:center;
}
.top_read_sub {
	margin-top:40px;
	font-family: "Noto Sans JP", sans-serif;
	font-size:24px;
	font-weight: 500;
	color:#26267e;
	line-height:2;
	text-align:center;
}
@media screen and (max-width:768px) {
	.top_read {
		font-size:6vw;
	}
	.top_read_sub {
		margin-top:30px;
		font-size:4vw;
		line-height:1.7;
	}
}

.top_serviceWrap {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top:50px;
}
.top_serviceWrap a.col {
	display:block;
	margin:0 2% 20px 0;
	width:32%;
	background:#fff;
	border-radius: 14px;
	box-shadow:0px 5px 30px rgba(0,0,0, 0.06);
	color:#333;
	text-decoration:none;
}
.top_serviceWrap a.col:nth-child(3n) {
	margin:0 0 20px 0;
}
.top_serviceWrap a.col:hover {
	box-shadow:0px 5px 30px rgba(0,0,0, 0.15);
}
.top_serviceWrap a.col .im img {
	border-radius: 14px 14px 0 0;
}
.top_serviceWrap a.col .tit {
	padding:20px 20px 0 20px;
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
	color:#26267e;
}
.top_serviceWrap a.col .txt {
	padding:15px 20px 0 20px;
	font-size:18px;
	line-height:1.8;
}
.top_serviceWrap a.col .link {
	display:inline-block;
	padding:20px 20px 20px 20px;
	font-size:18px;
	font-weight: 700;
	color:#d4af37;
	background:url(../img/top_service_ic.png) no-repeat right center ;
	background-size:7px auto;
}
@media screen and (max-width:1100px) {
	.top_serviceWrap {
		margin:50px 5% 0;
	}
	.top_serviceWrap a.col {
		width:48%;
	}
	.top_serviceWrap a.col:nth-child(odd) {
		margin:0 4% 30px 0 ;
	}
	.top_serviceWrap a.col:nth-child(even) {
		margin:0 0 30px 0 ;
	}
}
@media screen and (max-width:768px) {
	.top_serviceWrap {
		margin:50px 0 0;
	}
	.top_serviceWrap a.col {
		margin:0 0 30px 0 !important;
		width:100%;
	}
	.top_serviceWrap a.col:last-child {
		margin:0 0 0 0 !important;
	}
	.top_serviceWrap a.col .tit {
		font-size:6vw;
	}
	.top_serviceWrap a.col .txt {
		font-size:4vw;
	}
	.top_serviceWrap a.col .link {
		font-size:4vw;
	}
}

.top_featuresWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
	text-align:center;
}
.top_featuresWrap .col {
	width:30%;
}
.top_featuresWrap .col .im {
	margin:0 auto 20px;
	max-width:240px;
}
.top_featuresWrap .col .tit {
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
	color:#26267e;
}
.top_featuresWrap .col .txt {
	margin-top:20px;
	font-size:16px;
	line-height:1.8;
}
@media screen and (max-width:768px) {
	.top_featuresWrap .col {
		margin-bottom:50px;
		width:100%;
	}
}

.top_newsWrap {
	margin-top:50px;
}
.top_newsWrap a {
	display:block;
	margin-bottom:20px;
	padding:20px;
	background:#fff;
	border-radius: 14px;
	box-shadow:0px 5px 30px rgba(0,0,0, 0.06);
	color:#333;
	text-decoration:none;
}
.top_newsWrap a:hover {
	box-shadow:0px 5px 30px rgba(0,0,0, 0.15);
}
.top_newsWrap a:hover .tit {
	color:#26267e;
}
.top_newsWrap a div {
	display:flex;
	flex-wrap: wrap;
}
.top_newsWrap a div .day {
	min-width:6em;
	font-size:16px;
	color:#26267e;
}
.top_newsWrap a div .cat {
	margin-right:2em;
	min-width:8em;
}
.top_newsWrap a div .cat span {
	padding:0.2em 0.5em 0.3em;
	background:#26267e;
	font-size:16px;
	color:#fff;
	border-radius: 6px;
	line-height:1;
}
.top_newsWrap a div .tit {
	max-width:calc(100% - 16em);
	font-size:18px;
}
@media screen and (max-width:768px) {
	.top_newsWrap a div .day {
		font-size:4vw;
	}
	.top_newsWrap a div .cat span {
		font-size:3vw;
	}
	.top_newsWrap a div .tit {
		margin-top:15px;
		max-width:100%;
		font-size:4vw;
	}
}

/* 会社概要 */

.company_aisatsu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
}
.company_aisatsu .ph {
	width:29%;
}
.company_aisatsu .ph img {
	border-radius: 10px;
}
.company_aisatsu .tx {
	width:67%;
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width:768px) {
	.company_aisatsu .ph {
		margin:0 auto 20px;
		width:70%;
	}
	.company_aisatsu .tx {
		width:100%;
	}
	.company_aisatsu .tx p {
		font-size:4vw;
	}
}

.company_information {
	margin:50px auto 0 ;
	max-width:960px;
	font-size:18px;
	line-height:1.8;
}
.company_information table {
	width:100%;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-radius: 10px;
}
.company_information table th {
	padding:25px 40px;
	width:25%;
	background:#f7f7f7;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	text-align:left;
}
.company_information table td {
	padding:25px 40px;
	width:75%;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.company_information table tr:first-child th {
	border-radius: 10px 0 0 0;
}
.company_information table tr:first-child td {
	border-radius: 0 10px 0 0;
}
.company_information table tr:last-child th {
	border-radius: 0 0 0 10px;
}
.company_information table tr:last-child td {
	border-radius: 0 0 10px 0;
}
@media screen and (max-width:768px) {
	.company_information {
		font-size:4vw;
	}
	.company_information table th {
		padding:15px 20px;
		width:25%;
		white-space:nowrap;
	}
	.company_information table td {
		padding:15px 20px;
		width:75%;
	}
}

.company_rinen {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.company_rinen .col {
	padding:30px 0;
	width:32%;
	background:#f7f7f7;
	border-radius: 10px;
}
.company_rinen .col .im {
	margin:0 auto 20px;
	max-width:240px;
}
.company_rinen .col .tit {
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
	color:#26267e;
}
.company_rinen .col .txt {
	margin-top:20px;
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width:768px) {
	.company_rinen .col {
		margin-bottom:50px;
		width:100%;
	}
	.company_rinen .col .im {
		max-width:40%;
	}
}

.company_enkaku {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:50px auto 0;
	padding:30px 0 0;
	width:960px;
	background:url(../img/company_enkaku_bg.png) repeat-y top center ;
}
.company_enkaku li {
	margin-top:-30px;
	width:100%;
}
.company_enkaku li:nth-child(odd) {
	background:url(../img/company_enkaku_left.png) no-repeat center center ;
	background-size:100% auto;
}
.company_enkaku li:nth-child(even) {
	background:url(../img/company_enkaku_right.png) no-repeat center center ;
	background-size:100% auto;
}
.company_enkaku li:nth-child(even) .inner {
	margin:0 0 0 54%;
}

.company_enkaku li .inner {
	padding:20px 0;
	max-width:45.8%;
	background:#fff;
	border-radius: 10px;
}
.company_enkaku li .inner .year {
	margin:0 5%;
	font-family: "Noto Serif JP", serif;
	font-size:32px;
	font-weight: 500;
	color:#cb9f0e;
}
.company_enkaku li .inner .year span {
	font-size:70%;
}
.company_enkaku li .inner .txt {
	margin:10px 5% 0;
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width:1000px) {
	.company_enkaku {
		width:100%;
	}
}
@media screen and (max-width:768px) {
	.company_enkaku li .inner .year {
		font-size:5vw;
	}
	.company_enkaku li .inner .txt {
		font-size:4vw;
	}
}

.company_access {
	margin:50px auto 0;
	max-width:700px;
}
.company_access .tit {
	font-size:24px;
	font-weight:600;
	text-align:center;
}
.company_access .add {
	font-size:18px;
	text-align:center;
}
.company_access .moyori {
	margin-top:40px;
	padding:25px 20px;
	background:#f7f7f7;
	border-radius: 12px;
	display:flex;
	flex-wrap: wrap;
	font-size:18px;
}
.company_access .moyori .left {
	margin:0 5%;
	width:12%;
	padding-bottom:60px;
	background: url(../img/company_access_moyori.png) no-repeat bottom center ;
	background-size:100% auto;
	text-align:center;
}
.company_access .moyori .right {
	padding-left:30px;
	width:calc(78% - 32px);
	line-height:1.7;
	border-left:2px solid #9c9c9c;
}

.company_access .mapWrap iframe {
	margin-top:40px;
	border-radius: 12px;
}
@media screen and (max-width:768px) {
	.company_access .tit {
		font-size:4.5vw;
	}
	.company_access .add {
		font-size:4vw;
	}
	.company_access .moyori .left {
		margin:0 5% 20px;
		padding-bottom:50px;
		width:100%;
		background: url(../img/company_access_moyori.png) no-repeat bottom center ;
		background-size:auto 40px;
		font-size:4vw;
	}
	.company_access .moyori .right {
		padding-left:0;
		width:100%;
		border:0;
		font-size:4vw;
	}
}

/* 施設管理・清掃業務 */

.kanri_gyoumuWrap {
	display:flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.kanri_gyoumuWrap .col {
	width:calc(49% - 40px);
	margin-bottom:20px;
	padding:20px;
	display:flex;
	justify-content: space-between;
	background:#fff;
	border-radius: 12px;
}
.kanri_gyoumuWrap .col:nth-child(odd) {
	margin-right:2%;
}
.kanri_gyoumuWrap .col .left {
	width:40%;
}
.kanri_gyoumuWrap .col .right {
	width:55%;
}
.kanri_gyoumuWrap .col .right .tit {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#26267e;
}
.kanri_gyoumuWrap .col .right .txt {
	margin-top:20px;
}
.kanri_gyoumuWrap .col .right ul {
	margin-top:20px;
	font-size:18px;
	font-weight: 600;
}
.kanri_gyoumuWrap .col .right ul li {
	margin-bottom:5px;
	padding-left:20px;
	background: url(../img/kanri_gyoumu_ic.png) no-repeat left top 10px ;
	background-size:15px auto;
}
@media screen and (max-width:768px) {
	.kanri_gyoumuWrap .col {
		width:calc(100% - 40px);
	}
	.kanri_gyoumuWrap .col:nth-child(odd) {
		margin-right:0;
	}
	.kanri_gyoumuWrap .col .left {
		width:35%;
	}
	.kanri_gyoumuWrap .col .right {
		width:60%;
	}
	.kanri_gyoumuWrap .col .right .tit {
		font-size:5vw;
	}
	.kanri_gyoumuWrap .col .right .txt {
		font-size:4vw;
	}
	.kanri_gyoumuWrap .col .right ul {
		font-size:4vw;
	}
}

.kanri_taisetu {
	margin:50px auto 0;
	max-width:1400px;
	background: url(../img/kanri_taisetu.jpg) no-repeat right top ;
	background-size:52% auto;
}
.kanri_taisetu ul {
	margin-left:10%;
	max-width:33.0%;
}
.kanri_taisetu ul li {
	margin-bottom:50px;
}
.kanri_taisetu ul li .tit {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#26267e;
}
.kanri_taisetu ul li .txt {
	margin-top:20px;
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width:768px) {
	.kanri_taisetu {
		background:none;
	}
	.kanri_taisetu ul {
		margin:30px 5% 0;
		max-width:100%;
	}

}

.kanri_contactBox_1 {
	margin:50px auto 0;
	max-width:880px;
}
.kanri_contactBox_1 ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kanri_contactBox_1 ul li {
	width:47%;
	color:#fff;
	border:2px solid #fff;
	border-radius:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.kanri_contactBox_1 ul li .tit {
	margin:20px 0 20px 5%;
	width:35%;
	font-size:22px;
}
.kanri_contactBox_1 ul li .txt {
	margin:20px 2% 20px 5%;
	width:53%;
	font-size:17px;
}
@media screen and (max-width:768px) {
	.kanri_contactBox_1 ul li {
		margin-bottom:20px;
		width:100%;
	}
	.kanri_contactBox_1 ul li .tit {
		font-size:4.5vw;
	}
	.kanri_contactBox_1 ul li .txt {
		font-size:3.5vw;
	}
}

.kanri_contactBox_2 {
	margin:70px auto 0;
	max-width:780px;
	background:#fff;
	border-radius:20px;
	color:#333;
}
.kanri_contactBox_2 ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kanri_contactBox_2 ul li {
	padding:40px 0;
	width:47%;
	text-align:center;
}
.kanri_contactBox_2 ul li .tit {
	padding-top:60px;
	font-size:18px;
	font-weight:600;
	color:#744a00;
}
.kanri_contactBox_2 ul li:nth-child(1) .tit {
	background: url(../img/kanri_contact_tel.png) no-repeat top center ;
	background-size:40px auto;
}
.kanri_contactBox_2 ul li:nth-child(2) .tit {
	background: url(../img/kanri_contact_mail.png) no-repeat top center ;
	background-size:40px auto;
}
.kanri_contactBox_2 ul li .tel {
	margin-top:5px;
	font-family: "Noto Serif JP", serif;
	font-size:30px;
	font-weight: 500;
	color:#744a00;
}
.kanri_contactBox_2 ul li .txt {
	margin-top:10px;
}
.kanri_contactBox_2 ul li .txt2 {
	margin-top:20px;
	line-height:2;
}
.kanri_contactBox_2 ul li a {
	color:#333;
}
.kanri_contactBox_2 ul li a:hover {
	color:#744a00;
}
@media screen and (max-width:768px) {
	.kanri_contactBox_2 {
		margin:30px auto 0;
	}
	.kanri_contactBox_2 ul li {
		padding:40px 0;
		width:100%;
	}
}

/* 警備業務 */

.keibi_readWrap {
	position:relative;
}
.keibi_readWrap .left {
	position:absolute;
	max-width:38%;
}
.keibi_readWrap .right {
	display:inline-block;
	margin:60px 0 0 32%;
	padding:60px 0% 80px 13%;
	min-width:calc(68% - 13%);
	background:#f7f7f7;
}
.keibi_readWrap .tit {
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight: 500;
	color:#223c3c;
	line-height:1.8;
}
.keibi_readWrap .txt {
	margin-top:40px;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight: 500;
	line-height:2;
}
@media screen and (max-width:1100px) {
	.keibi_readWrap .right {
		padding:60px 0% 80px 13%;
		min-width:calc(68% - 13%);
	}
}
@media screen and (max-width:768px) {
	.keibi_readWrap {
		display:flex;
		flex-direction: column-reverse;
	}
	.keibi_readWrap .left {
		position:relative;
		margin:-140px 0 0 20% ;
		max-width:60%;
	}
	.keibi_readWrap .right {
		display:block;
		margin:0 0 0 0;
		padding:30px 5% 180px 5%;
		min-width:90%;
	}
	.keibi_readWrap .tit {
		font-size:5.5vw;
		line-height:1.8;
	}
	.keibi_readWrap .txt {
		margin-top:30px;
		font-size:4vw;
		line-height:2;
	}
}

.keibi_gyoumuWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;

}
.keibi_gyoumuWrap .col {
	width:calc(32% - 40px);
	margin-bottom:20px;
	padding:20px;
	background:#fff;
	border-radius: 12px;
}
.keibi_gyoumuWrap .col .tit {
	margin-top:20px;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#26267e;
}
.keibi_gyoumuWrap .col:nth-child(3) .tit {
	letter-spacing:-0.13em;
}
.keibi_gyoumuWrap .col .txt {
	margin-top:20px;
	font-size:18px;
	line-height:1.7;
}
@media screen and (max-width:768px) {
	.keibi_gyoumuWrap .col {
		width:100%;
	}
	.keibi_gyoumuWrap .col:nth-child(3) .tit {
		letter-spacing:0em;
	}
}

.keibi_tokutyou {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.keibi_tokutyou .col {
	padding:30px 0;
	width:32%;
	background:#f7f7f7;
	border-radius: 10px;
}
.keibi_tokutyou .col .im {
	margin:0 auto 20px;
	max-width:160px;
}
.keibi_tokutyou .col .tit {
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
	color:#26267e;
}
.keibi_tokutyou .col .txt {
	margin-top:20px;
	padding:0 15px;
	font-size:18px;
	line-height:1.8;
	text-align:left;
}
@media screen and (max-width:768px) {
	.keibi_tokutyou .col {
		margin-bottom:50px;
		width:100%;
	}
	.keibi_tokutyou .col .im {
		max-width:40%;
	}
}

.keibi_contactBox_1 {
	margin:50px auto 0;
	max-width:880px;
}
.keibi_contactBox_1 ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.keibi_contactBox_1 ul li {
	width:47%;
	color:#fff;
	border:2px solid #fff;
	border-radius:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.keibi_contactBox_1 ul li .tit {
	margin:20px 0 20px 5%;
	width:35%;
	font-size:22px;
}
.keibi_contactBox_1 ul li .txt {
	margin:20px 2% 20px 5%;
	width:53%;
	font-size:17px;
}
@media screen and (max-width:768px) {
	.keibi_contactBox_1 ul li {
		margin-bottom:20px;
		width:100%;
	}
	.keibi_contactBox_1 ul li .tit {
		font-size:4.5vw;
	}
	.keibi_contactBox_1 ul li .txt {
		font-size:3.5vw;
	}
}

.keibi_contactBox_2 {
	margin:70px auto 0;
	background:#fff;
	border-radius:20px;
	color:#333;
}
.keibi_contactBox_2 ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3%;
}
.keibi_contactBox_2 ul li {
	padding:40px 0;
	width:30%;
	text-align:center;
}
.keibi_contactBox_2 ul li .tit {
	padding-top:60px;
	font-size:18px;
	font-weight:600;
	color:#744a00;
}
.keibi_contactBox_2 ul li:nth-child(1) .tit {
	background: url(../img/kanri_contact_tel.png) no-repeat top center ;
	background-size:40px auto;
}
.keibi_contactBox_2 ul li:nth-child(2) .tit {
	background: url(../img/kanri_contact_mail.png) no-repeat top center ;
	background-size:40px auto;
}
.keibi_contactBox_2 ul li .tel {
	margin-top:5px;
	font-family: "Noto Serif JP", serif;
	font-size:30px;
	font-weight: 500;
	color:#744a00;
}
.keibi_contactBox_2 ul li .txt {
	margin-top:10px;
}
.keibi_contactBox_2 ul li .txt2 {
	margin-top:20px;
	line-height:2;
}
.keibi_contactBox_2 ul li a {
	color:#333;
}
.keibi_contactBox_2 ul li a:hover {
	color:#744a00;
}
@media screen and (max-width:768px) {
	.keibi_contactBox_2 {
		margin:30px auto 0;
	}
	.keibi_contactBox_2 ul li {
		padding:40px 0;
		width:90%;
	}
}

/* お問合せ */

.sec_contactInner {
	margin:0 auto;
	padding:50px 80px;
	max-width:800px;
	background:#f7f7f7;
	border-radius:20px;
}
@media screen and (max-width:960px) {
	.sec_contactInner {
		padding:50px 5%;
		max-width:80%;
	}
}
.sec_contactInner h2 {
	padding-bottom:35px;
	background:none;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#26267e;
	text-align:center;
}
.sec_contactInner dl dt {
	margin-bottom:15px;
	font-size:18px;
	font-weight: 500;
}
.sec_contactInner dl dd {
	margin-bottom:40px;
}
.sec_contactInner .hissu {
	margin-left:10px;
	padding:2px 5px 4px;
	font-size:12px;
	color:#fff;
	line-height:1;
	background:#d32929;
	border-radius:5px;
}
.sec_contactInner .small {
	font-size:16px;
	font-weight: 400;
}

.sec_contactInner .width100 {
	width:calc(100% - 40px);
}
.sec_contactInner input , textarea {
	padding:20px 20px;
	border:0;
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	border-radius:15px;
}

.syubetuWrap {
	display:flex;
	flex-wrap: wrap;
}
.syubetuWrap .radio {
	margin:0 3em 1em 0;
	width:13em;
}
@media screen and (max-width:768px) {
	.syubetuWrap {
		flex-direction: column;
	}
	.syubetuWrap .radio.spOrder1 {order:1;}
	.syubetuWrap .radio.spOrder2 {order:2;}
	.syubetuWrap .radio.spOrder3 {order:3;}
	.syubetuWrap .radio.spOrder4 {order:4;}
	.syubetuWrap .radio.spOrder5 {order:5;}
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.error_form .radio input[type=radio] + .radio-label:before {
  background: #fcf1f2;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #6c6cf6;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #6c6cf6;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #6c6cf6;
  background: #6c6cf6;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.contact__formWrap-privacy {
	padding:10px 20px;
	border:1px solid #ccc;
	height:300px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background:#fff;
	border-radius:10px;
}
.contact__formWrap-privacy p {
	margin:1em 0;
}
.contact__formWrap-privacy p.tit {
	font-weight: 500;
	color:#26267e;
}

.contact__formWrap-check_read {
	margin:0 0 20px 0 ;
	padding-top:40px;
	font-size:18px;
	font-weight:600;
	text-align:center;
	border-top:1px solid #ccc;
}
.contact__formWrap-check {
	display:flex;
	justify-content: center;
	align-items: center;
	margin:-20px 20px 40px 0;
}
.contact__formWrap-check a {
	color:#db44cb;
	text-decoration: underline;
}
.contact__formWrap-check .txt {
	padding:20px 0 0 10px;
	font-size:18px;
	font-weight:600;
}
@media screen and (max-width:768px) {
	.contact__formWrap-privacy {
		font-size:3vw;
	}
	.contact__formWrap-check_read {
		font-size:4vw;
	}
	.contact__formWrap-check .txt {
		padding:40px 0 0 5px;
		font-size:3.6vw;
	}
}

.CheckboxInput {
  cursor: pointer;
}
.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.CheckboxInput:hover > .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #767676;
}
.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #767676;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  border: solid 1px #767676;
  background: #FFFFFF;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/form_check.png) no-repeat center;
  background-size: contain;
}
.CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  border: solid 1px #888888;
  background: #FFFFFF;
}
.CheckboxInput-DummyInput.error_form {
	background:#fcf1f2!important;
}
.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
}

input.error_form ,
textarea.error_form {
	background:#fcf1f2;
}
.error_tx {
	padding:5px 0;
	color:#ff0000;
}
.checkerrorWrap {
	margin:-20px 0 30px;
	text-align:center;
}
.confirm_tx {
	padding:10px;
	background:#f5f5f5;
}

.contact__formWrap-btn {
	display:flex;
	justify-content: center;
}
.contact__formWrap-btn--submit {
    margin:0 10px;
    width: 13em;
    padding: 8px 0 8px;
    border: none;
    background-color: #000;
    border-radius:0 !important;
    font-size:18px !important;
    color: #fff;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.contact__formWrap-btn--submit:hover {
    background-color: #333;
}

.contact__formWrap-btn--submit:focus {
    outline: 0;
    background-color: #207bd4;
    border: 2px solid rgb(30, 141, 190);
}
.contact__formWrap-btn--submit.submit_send {
    background-color: #26267e;
}
.contact__formWrap-btn--submit.submit_send:hover {
    background-color: #3737b9;
}


.thanks_tit {
	font-size:26px;
	font-weight: 500;
}
.thanks_txt {
	margin-top:30px;
	font-size:18px;
	font-weight: 500;
}
.thanks_im {
	margin-top:60px;
}
.thanks_im img {
	max-width:134px;
}
.thanks_btn a {
	display:block;
	margin:40px auto 0;
	padding:10px 0 13px;
	width:11em;
	font-size:20px;
	color:#fff;
	background:#26267e;
	text-decoration:none;
}
.thanks_btn a:hover {
	background:#3737b9;
}
@media screen and (max-width:768px) {
	.thanks_tit {
		font-size:6vw;
	}
	.thanks_txt {
		font-size:3.5vw;
	}
}

/* プライバシーポリシー */

.policyWrap {

}
.sec_inner .policyWrap h2 {
	margin-bottom:40px;
	padding-bottom:0;
	background:none ;
	font-family: "Noto Serif JP", serif;
	font-size:30px;
	font-weight: 500;
	color:#26267e;
	text-align:left;
}
.sec_inner .policyWrap h3 {
	margin-bottom:40px;
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
}
.sec_inner .policyWrap p {
	margin-bottom:40px;
	line-height:2;
}
.sec_inner .policyWrap ol {
	margin-bottom:40px;
	list-style: none;
	counter-reset: number;
}
.sec_inner .policyWrap ol li {
	position: relative;
	margin-bottom:20px;
	padding-left: 40px;
}
.sec_inner .policyWrap ol li::before {
	counter-increment: number;
	content: '（' counter(number) '）';
	position: absolute;
	left: 0;
}


/* ニュース */

.sec_news_inner .news_day {
	font-size:18px;
	color:#26267E;
}
.sec_news_inner .news_day span {
	margin-left:10px;
	padding:0 7px 2px 7px;
	color:#fff;
	background:#26267E;
	border-radius: 7px;
}
.sec_news_inner h1 {
	margin-top:20px;
	margin-bottom:70px;
	padding-bottom:25px;
	background:url(../img/h2.png) no-repeat bottom left ;
	background-size:100px auto;
	font-family: "Noto Serif JP", serif;
	font-size:36px;
	font-weight: 500;
	color:#26267E;
}
.sec_news_inner h2 {
	margin-top:60px;
	padding-bottom:10px;
	font-size:22px;
	border-bottom:2px solid #535353;
}
.sec_news_inner p {
	margin-top:40px;
	font-size:18px;
	line-height:1.8;
}
.sec_news_inner .col_2_Box {
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	gap: 4%;
}
.sec_news_inner .col_2_Box .col {
	width:48%;
}
.sec_news_inner .col_2_Box .col .cap {
	margin-top:5px;
	text-align:center;
}
.sec_news_inner a {
	color:#26267E;
	text-decoration:none;
}
.sec_news_inner a:hover {
	text-decoration:underline;
}
@media screen and (max-width:768px) {
	.sec_news_inner .news_day {
		margin-top:0;
		font-size:4vw;
	}
	.sec_news_inner h1 {
		font-size:7vw;
	}
	.sec_news_inner h2 {
		font-size:5vw;
	}
	.sec_news_inner p {
		font-size:4vw;
	}
}
