@charset "utf-8";
/* CSS Document */

#gHeader {
}
.mainVisual.subs {
	height: 330px !important;
	min-height: 330px;
}
.mainVisual.subs .mv_txt .txt {
    bottom: 35%;
}
.mainVisual.subs .mv_txt .txt::after {
	position: absolute;
	left: 0;
	top:-50px;
	content:"";
	width: 100%;
	height: 330px;
	background: url("../images/logo-as.png") top center no-repeat;
	background-size: 360px auto;
	opacity: 0.6;
	
}
.mainVisual.subs .mv_txt h1 {
	text-shadow: 2px 2px 10px #000 ,
	-2px 2px 10px #000 ,
	2px -2px 10px #000 ,
	-2px -2px 10px #000;
}

@media all and (max-width: 768px) {
	.mainVisual.subs {
		height: 210px !important;
		min-height: 210px !important;
	}
	.mainVisual.subs .mv_txt .txt {
		position: absolute;
		right: 0%;
		bottom: 21%;
		width: 100%;
	}
	.mainVisual.subs .mv_txt .txt::after {
		position: absolute;
		left: 0;
		top:-10px;
		content:"";
		width: 100%;
		height: 210px;
		background: url("../images/logo-as.png") top center no-repeat;
		background-size: 170px auto;
		opacity: 0.6;

	}
	.mainVisual.subs .mv_txt h1 {
		font-size: 28px !important;
	}
}




.branch {
	display: block;
	background: #EFEFEF;
	padding: 18px 0;
}
@media all and (max-width: 1300px) {
	.branch {
		margin-left: 4%;
		margin-right: 4%;
	}
}
.branch ul {
	display: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.branch ul li {
	display: block;
	position: relative;
	margin-left: 27px;
	font: normal normal bold 15px/16px Noto Sans JP;
	letter-spacing: 0.75px;
	color: #231815;
}
.branch ul li a {
	color: #BFBFBF;
}
.branch ul li::before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #BFBFBF;
}
.branch ul li:nth-child(1) {
	margin-left: 0px;
}
.branch ul li:nth-child(1)::before {
	display: none;
}
@media all and (min-width: 769px) {
	.branch ul li a:hover {
		color:#c82b16;
	}
}
@media all and (max-width: 768px) {
	.branch {
		display: none;
	}
}



/* news----------------------------------------------- */
.subpage-contents {
	color: #222;
}
.subpage-contents p {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height:2.1; /* 28.8px */
	letter-spacing: 0.8px;
}
.newslist {
	padding: 100px 0;
}
.newslist .one {
	display: block;
	padding-bottom:50px;
	margin-bottom: 50px;
	border-bottom: #B4B4B4 solid 2px;
}
.newslist .days {
	display: block;
	color: #787878;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 36px */
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.newslist h2 {
	display: block;
	color: #222;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 36px */
	letter-spacing: 1px;
	margin-bottom: 35px;
}
.newslist .flx {
	display: flex;
}
.newslist .flx .txt {
	display: block;
	flex-basis: 100%;
}
.newslist .flx .txt_01 {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.links-s {
	display: block;
	margin-bottom: 8px;
}
.links-s a {
	padding-left: 22px;
	position: relative;
	color: #0A50B0;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.8px;
	text-decoration: underline !important;
}
.links-s a::before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	background: url("../images/news/Vector.png") center center no-repeat;
	width: 18px;
	height: 18px;
}
.newslist .flx .imgs {
	display: block;
	flex-basis: 30%;
	min-width: 30%;
	margin-left: 5%;
}
.newslist .flx .imgs img {
	width: 100%;
}
@media all and (min-width: 769px) {
	.links-s a:hover {
		text-decoration: none !important;
	}
}

@media all and (max-width: 768px) {
	.subpage-contents p {
		font-size: 15px;
		line-height: 2; /* 28.8px */
		letter-spacing: 0.8px;
	}
	.newslist {
		padding: 45px 0;
	}
	.newslist .one {
		display: block;
		padding-bottom:30px;
		margin-bottom: 30px;
		border-bottom: #B4B4B4 solid 2px;
	}
	.newslist .days {
		font-size: 15px;
		line-height: 180%; /* 36px */
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.newslist h2 {
		font-size: 18px;
		line-height: 180%; /* 36px */
		letter-spacing: 1px;
		margin-bottom: 25px;
	}
	.newslist .flx {
		display:block;
	}
	.newslist .flx .txt_01 {
		font-size: 15px;
		line-height: 2; /* 28.8px */
		letter-spacing: 0.8px;
		margin-bottom: 20px;
	}
	.links-s {
		display: block;
		margin-bottom: 8px;
	}
	.links-s a {
		padding-left: 22px;
		position: relative;
		color: #0A50B0;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 180%; /* 28.8px */
		letter-spacing: 0.8px;
		text-decoration: underline !important;
	}
	.links-s a::before {
		position: absolute;
		left: 0;
		top: 4px;
		content: "";
		background: url("../images/news/Vector.png") center center no-repeat;
		width: 18px;
		height: 18px;
	}
	.newslist .flx .imgs {
		display: block;
		flex-basis: 30%;
		min-width: 30%;
		margin-left: 0%;
	}
	.newslist .flx .imgs img {
		width: 100%;
	}
}



/* recruit----------------------------------------------- */

.recruit1 {
	display: block;
	background: #EFEFEF;
	padding: 100px 0;
}
.recruit1 .txt_01 {
	text-align: center;
	font-size: 18px;
}
.recruit2 {
	display: block;
	padding: 100px 0;
}
.title03.le {
	text-align: left;
}
.title03.le::after {
	left: 0;
	right: auto;
}
.three-box {
	display: flex;
	flex-wrap: wrap;
}
.three-box li {
	display: block;
	box-sizing: border-box;
	border: #EFEFEF solid 1px;
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
    flex-basis: calc((100% - (20px * 2)) / 3 - .01px);
}
.three-box li:nth-of-type(3n+1) {
	margin-left: 0;
}
.three-box li h3 {
	display: block;
	background: #0A50B0;
	padding: 13px;
	font-size: 17px;
	color: #FFF;
	margin-bottom: 14px;
}
.three-box li p {
	font-size: 15px;
	line-height: 2;
}
.bg-ef {
	background: #f1f6fd;
}
.staff-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff-list li {
	display: block;
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
	margin-bottom: 40px;
	flex-basis: 48%;
}
.staff-list li h3 {
	display: block;
	font-size: 20px;
	padding: 17px 0;
	border-bottom: #555 dotted 1px;
	margin-bottom: 20px;
}
.recruit3 {
	display: block;
	padding: 70px 0;
}
.rec-flows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px;
	border: #d1e1f7 solid 6px;
}
.rec-flows ul {
	display: block;
	flex-basis: 50%;
	counter-reset: number 0; 
}
.rec-flows ul li {
	display: block;
	position: relative;
	border-bottom: #777 dotted 1px;
	padding-top: 9px;
	padding-bottom: 18px;
	padding-left: 70px;
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 4px;
}
.rec-flows ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Outfit", serif;
	counter-increment: number 1;  
	content: "" counter(number,decimal-leading-zero) "";
	color: #fff;
	font-size: 25px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	background: #0A50B0;
	width: 55px;
	height: 55px;
}
.recruit4 {
	display: block;
	padding: 100px 0;
	border-top: #555 solid 1px;
}
.cat-under {
	display: block;
	margin-bottom: 45px;
}
.cat-under li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 25px;
}
.cat-under li a {
	display: block;
	position: relative;
	text-align: center;
	padding: 14px 20px 17px 20px;
	font-size: 17px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 3px;
	background: #0A50B0;
	color: #FFF;
	min-width: 200px;
}
.cat-under li a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	margin: auto;
	content: "";
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #222;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.comp-tab {
	display: block;
}
.recruit4 .comp-tab {
	display: block;
	margin-bottom: 140px;
}
.comp-tab .btn1 {
	text-align: center;
}
.comp-tab table {
	width: 100%;
	border-collapse: collapse;
	border-top: #666 solid 1px;
	margin-bottom: 35px;
}
.comp-tab table th {
	text-align: left;
	vertical-align: top;
	padding: 20px 3%;
	font-size: 16px;
	line-height: 2;
	background: #EFEFEF;
	border-bottom: #666 solid 1px;
	width: 22%;
}
.comp-tab table td {
	text-align: left;
	vertical-align: top;
	padding: 20px 3%;
	font-size: 16px;
	line-height: 2;
	border-bottom: #666 solid 1px;
}
@media all and (min-width: 769px) {
	.cat-under li a:hover {
		background: #222;
	}
	.cat-under li a:hover::before {
		background: #222;
	}
	.cat-under li a:hover::after {
		opacity: 1;
	}
}


@media all and (max-width: 768px) {
	.recruit1 {
		display: block;
		background: #EFEFEF;
		padding: 45px 0;
	}
	.recruit1 .txt_01 {
		text-align: left;
		font-size: 16px;
	}
	.recruit2 {
		display: block;
		padding: 45px 0;
	}
	.title03.le {
		text-align: left;
	}
	.title03.le::after {
		left: 0;
		right: auto;
	}
	.three-box {
		display: block;
	}
	.three-box li {
		display: block;
		box-sizing: border-box;
		border: #EFEFEF solid 1px;
		background: #FFF;
		padding: 14px;
		margin-bottom: 15px;
		margin-left: 0px;
	}
	.three-box li h3 {
		display: block;
		background: #0A50B0;
		padding: 8px;
		font-size: 16px;
		color: #FFF;
		margin-bottom: 14px;
	}
	.three-box li p {
		font-size: 15px;
		line-height: 1.9;
	}
	.bg-ef {
		background: #f1f6fd;
	}
	.staff-list {
		display: block;
	}
	.staff-list li {
		display: block;
		box-sizing: border-box;
		padding: 15px;
		background: #FFF;
		margin-bottom: 15px;
		flex-basis: 48%;
	}
	.staff-list li h3 {
		display: block;
		font-size: 17px;
		padding: 14px 0;
		border-bottom: #555 dotted 1px;
		margin-bottom: 15px;
	}
	.recruit3 {
		display: block;
		padding: 40px 0;
	}
	.rec-flows {
		display: block;
		padding: 15px;
		border: #d1e1f7 solid 4px;
	}
	.rec-flows ul {
		display: block;
		flex-basis: 50%;
		counter-reset: number 0; 
	}
	.rec-flows ul li {
		display: block;
		position: relative;
		border-bottom: #777 dotted 1px;
		padding-top: 9px;
		padding-bottom: 18px;
		padding-left: 70px;
		margin-bottom: 18px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 4px;
	}
	.rec-flows ul li::before {
		position: absolute;
		left: 0;
		top: 0;
		font-family: "Outfit", serif;
		counter-increment: number 1;  
		content: "" counter(number,decimal-leading-zero) "";
		color: #fff;
		font-size: 25px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		background: #0A50B0;
		width: 55px;
		height: 55px;
	}
	.recruit4 {
		display: block;
		padding: 45px 0 5px 0;
		border-top: #555 solid 1px;
	}
	.cat-under {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.cat-under li {
		display: block;
		flex-basis: 48%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.cat-under li a {
		display: block;
		position: relative;
		text-align: center;
		padding: 14px 20px 17px 20px;
		font-size: 14px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 3px;
		background: #0A50B0;
		color: #FFF;
		min-width: 0px;
	}
	.cat-under li a::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -19px;
		margin: auto;
		content: "";
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-top: 10px solid #222;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
	.comp-tab {
		display: block;
	}
	.recruit4 .comp-tab {
		display: block;
		margin-bottom: 70px;
	}
	.comp-tab .btn1 {
		text-align: center;
	}
	.comp-tab table {
		width: 100%;
		border-collapse: collapse;
		border-top: #666 solid 1px;
		margin-bottom: 20px;
	}
	.comp-tab table th {
		display: block;
		text-align: left;
		vertical-align: top;
		padding: 14px 3%;
		font-size: 15px;
		line-height: 2;
		background: #EFEFEF;
		border-bottom: #666 solid 0px;
		width: auto;
	}
	.comp-tab table td {
		display: block;
		text-align: left;
		vertical-align: top;
		padding:14px 3% 25px 3%;
		font-size: 15px;
		line-height: 2;
		border-bottom: #666 solid 1px;
	}
}





/* company----------------------------------------------- */

.company1 {
	display: block;
	padding: 100px 0;
}
.company1 .flx {
	display:flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.al-center {
	align-items: center;
}
.company1 .flx.ri {
	flex-direction: row;
}
.company1 .flx .txt {
	display: block;
	flex-basis: 68%;
}
.names-right {
	display: block;
	margin-top: 35px;
	text-align: right;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.1;
	font-size: 23px;
}
.names-right small {
	font-size: 17px;
	margin-right: 20px;
}
.company1 .flx .imgs {
	display: block;
	flex-basis: 27%;
}
.company1 .flx .imgs img {
	width: 100%;
}
.company1 .gmaps {
	display: block;
}
.company1 .gmaps iframe {
	width: 100%;
	height: 450px;
}
.poplist {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.poplist li {
	display: block;
	box-sizing: border-box;
	border: #EFEFEF solid 1px;
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
    flex-basis: calc((100% - (20px * 3)) / 4 - .01px);
}
.poplist li:nth-of-type(4n+1) {
	margin-left: 0;
}
.poplist li p {
	display: block;
	font-size: 16px;
	margin-bottom: 14px;
}
.poplist li img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media all and (max-width: 768px) {
	.company1 {
		display: block;
		padding: 45px 0;
	}
	.company1 .flx {
		display: block;
	}
	.company1 .flx .txt {
		display: block;
		flex-basis: 55%;
		margin-top: 20px;
	}
	.company1 .flx.ri .txt {
		margin-bottom: 20px;
	}
	.names-right {
		display: block;
		margin-top: 15px;
		text-align: right;
		font-weight: 600;
		letter-spacing: 3px;
		line-height: 1.1;
		font-size: 18px;
	}
	.names-right small {
		font-size: 14px;
		margin-right: 10px;
	}
	.company1 .flx .imgs {
		display: block;
		flex-basis: 40%;
	}
	.company1 .flx .imgs img {
		width: 100%;
	}
	.company1 .gmaps {
		display: block;
	}
	.company1 .gmaps iframe {
		width: 100%;
		height: 320px;
	}
	.poplist {
		display: block;
		margin-bottom: 40px;
	}
	.poplist li {
		display: block;
		box-sizing: border-box;
		border: #EFEFEF solid 1px;
		background: #FFF;
		padding: 10px;
		margin-bottom: 15px;
		margin-left: 0px;
	}
	.poplist li p {
		display: block;
		font-size: 15px;
		margin-bottom: 14px;
	}
	.poplist li img {
		width: 100%;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}




/* case----------------------------------------------- */

.plc {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.case .flx .txt {
	flex-basis: 55%;
}
.case .flx .imgs {
	flex-basis: 42%;
}
.swiper-container {
	padding-bottom: 40px !important;
}
.swiper-pagination-bullets {
	bottom: 10px !important;
}
.im-wrap {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	text-align: center;
	background: #EFEFEF;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.im-wrap img {
	display: inline-block;
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
}



/* product----------------------------------------------- */
.product1 {
	display: block;
	padding: 100px 0;
}
.p-cats {
	display: flex;
	flex-wrap: wrap;
}
.p-cats li {
	display: block;
	box-sizing: border-box;
	border: #0A50B0 solid 1px;
	background: #FFF;
	margin-bottom: 15px;
	margin-left: 15px;
    flex-basis: calc((100% - (15px * 3)) / 4 - .01px);
}
.p-cats li:nth-of-type(4n+1) {
	margin-left: 0;
}
.p-cats li a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
	background: #FFF;
	color: #0A50B0;
}
.p-cats li.active a {
	color: #FFF;
	background: #0A50B0;
}
@media screen and (min-width:769px) {
	.p-cats li a:hover {
		color: #FFF;
		background: #0A50B0;
	}
}
.product-main {
	padding: 100px 0;
}
.product-main .mt {
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.product-main ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.product-main ul li {
	display: block;
	box-sizing: border-box;
	border: #EFEFEF solid 4px;
	background: #FFF;
	margin-bottom: 15px;
	margin-left: 15px;
    flex-basis: calc((100% - (15px * 3)) / 4 - .01px);
}
.product-main ul li:nth-of-type(4n+1) {
	margin-left: 0;
}
.product-main ul li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.maker {
	display: block;
	padding: 30px;
	font-size: 17px;
	line-height: 1.8;
	background: #EFEFEF;
}

@media screen and (min-width:769px) {
	.product-main ul li img:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:768px) {
	.product1 {
		display: block;
		padding: 45px 0;
	}
	.p-cats {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.p-cats li {
		display: block;
		box-sizing: border-box;
		border: #0A50B0 solid 1px;
		background: #FFF;
		margin-bottom: 5px;
		margin-left: 0px;
		flex-basis: 49%;
	}
	.p-cats li:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.p-cats li a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		height: 60px;
		font-size: 14px;
		line-height: 1.3 !important;
		font-weight: 500;
		background: #FFF;
		color: #0A50B0;
	}
	.p-cats li.active a {
		color: #FFF;
		background: #0A50B0;
	}
	.product-main {
		padding: 45px 0;
	}
	.product-main .mt {
		display: block;
		font-size: 16px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.product-main ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.product-main ul li {
		display: block;
		box-sizing: border-box;
		border: #EFEFEF solid 4px;
		background: #FFF;
		margin-bottom: 10px;
		margin-left: 0px;
		flex-basis: 49%;
	}
	.product-main ul li:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.product-main ul li img {
		width: 100%;
		aspect-ratio: 1 / 1;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
	.maker {
		display: block;
		padding: 15px;
		font-size: 15px;
		line-height: 1.8;
		background: #EFEFEF;
	}
}


/* business----------------------------------------------- */
.business1 {
	display: block;
	padding: 100px 0;
}
.business1 .flx {
	display: flex;
	justify-content: space-between;
}
.business1 .flx .lef {
	display: block;
	flex-basis: 60%;
}
.business1 .flx .lef h2 {
	display: block;
	font-size: 22px;
	color: #0A50B0;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 35px;
}
.business1 .flx .lef h3 {
	display: inline-block;
	margin-top: 50px;
	padding: 10px 20px;
	font-size: 18px;
	color: #FFF;
	background: #0A50B0;
	margin-bottom: 15px;
}
.business1 .flx .imgs {
	flex-basis: 35%;
}
.business1 .flx .imgs img {
	width: 100%;
}
.business2 {
	display: block;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.business2 .fix-1100 {
	position: relative;
	z-index: 5;
}
.business2 .fix-1100::after {
	position: absolute;
	left: -150px;
	top: -70px;
	content: "";
	background: url("../images/business/map.png") left top no-repeat;
	background-size: 100% auto;
	width: 28%;
	height: 100%;
}
.business2 h2 {
	z-index: 10;
}
.business2 .boxs {
	position: relative;
	z-index: 10;
	background: rgba(255,255,255,0.5);
	padding: 45px;
	border: #EFEFEF solid 1px;
}
.business2 .boxs h3 {
	display: inline-block;
	margin-top: 50px;
	padding: 10px 20px;
	font-size: 18px;
	color: #FFF;
	background: #0A50B0;
	margin-bottom: 15px;
}
.business2 .boxs .inn {
	background: #EFEFEF;
	padding: 30px;
	font-size: 16px;
	line-height: 2;
}
.business3 {
	padding-bottom: 100px;
}
.business3 ul {
	display:flex;
	flex-wrap: wrap;
}
.business3 ul li {
	display: block;
}
.business3 ul li {
	display: block;
	box-sizing: border-box;
	border: #EFEFEF solid 4px;
	background: #FFF;
	margin-bottom: 15px;
	margin-left: 15px;
    flex-basis: calc((100% - (15px * 3)) / 4 - .01px);
}
.business3 ul li:nth-of-type(4n+1) {
	margin-left: 0;
}
.business3 ul li.fl-7 {
	flex-basis:calc((100% - (15px * 1)) / 2 - .01px) ;
	border: 0;
}
.business3 ul li .imgs {
	display:flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	padding: 5px;
	background: #f9f9f9;
}
.business3 ul li .imgs img {
	display: inline-block;
	max-width: 100%;
}
.business3 ul li p {
	font-size: 17px;
	text-align: center;
	padding: 10px;
}
.business3 ul li .tt {
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	font-weight: 600;
	padding-top: 80px;
}
.business4 {
	padding: 100px 0;
}
.business4 ul {
	display: block;
}
.business4 li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	padding: 8px 15px;
	min-width: 220px;
	border: #666 dotted 1px;
	margin-bottom: 10px;
}
.business5 {
	padding: 100px 0;
}
.business5 .mt {
	display: block;
	font-size: 18px;
	margin-bottom: 40px;
}
.acMenu dt{
	display:block;
	position: relative;
	margin-top: 20px;
	padding: 16px 50px 16px 16px;
	font-size: 17px;
	font-weight: 500;
	background: #EFEFEF;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.acMenu dt::before {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 17px;
	height: 2px;
	background: #222;
}
.acMenu dt::after {
	position: absolute;
	right: 27px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 2px;
	height: 17px;
	background: #222;
}
.acMenu dt.active {
	background: #abcdfb;
}
.acMenu dt.active::after {
	display: none;
}
.acMenu dd{
	display:none;
	background: #f9f9f9;
	padding: 35px 55px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: 500;
}
.acMenu dd .rbox {
	display: block;
	margin-bottom: 45px;
}
.acMenu dd .rbox h3 {
	display: block;
	font-size: 17px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #555 dotted 1px;
}
.acMenu dd .rbox ul {
	display: block;
}
.acMenu dd .rbox li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	min-width: 160px;
	
}
.acMenu dd .rbox li a {
	display: block;
	text-align: center;
	padding: 6px 15px;
	background: #FFF;
	font-size: 15px;
}
@media screen and (min-width:769px) {
	.acMenu dt:hover {
		background: #abcdfb;
	}
	.acMenu dd .rbox li a:hover {
		color: #FFF;
		background: #222;
	}
}

@media screen and (max-width:768px) {
	.business1 {
		display: block;
		padding: 45px 0;
	}
	.business1 .flx {
		display: block;
	}
	.business1 .flx .lef {
		display: block;
		flex-basis: 60%;
		margin-bottom: 20px;
	}
	.business1 .flx .lef h2 {
		display: block;
		font-size: 17px;
		color: #0A50B0;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.business1 .flx .lef h3 {
		display: inline-block;
		margin-top: 45px;
		padding: 10px 20px;
		font-size: 16px;
		color: #FFF;
		background: #0A50B0;
		margin-bottom: 15px;
	}
	.business1 .flx .imgs {
		flex-basis: 35%;
	}
	.business1 .flx .imgs img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 3 / 2;
	}
	.business2 {
		display: block;
		padding: 45px 0;
		position: relative;
		overflow: hidden;
	}
	.business2 .fix-1100 {
		position: relative;
		z-index: 5;
	}
	.business2 .fix-1100::after {
		position: absolute;
		left: 0px;
		top: -30px;
		content: "";
		background: url("../images/business/map.png") left top no-repeat;
		background-size: 100% auto;
		width: 39%;
		height: 100%;
	}
	.business2 h2 {
		z-index: 10;
	}
	.business2 .boxs {
		position: relative;
		z-index: 10;
		background: rgba(255,255,255,0.5);
		padding: 15px;
		border: #EFEFEF solid 1px;
	}
	.business2 .boxs h3 {
		display: inline-block;
		margin-top: 20px;
		padding: 10px 20px;
		font-size: 16px;
		color: #FFF;
		background: #0A50B0;
		margin-bottom: 15px;
	}
	.business2 .boxs .inn {
		background: #EFEFEF;
		padding: 15px;
		font-size: 14px;
		line-height: 1.9;
	}
	.business3 {
		padding-bottom: 100px;
	}
	.business3 ul {
		display: block;
	}
	.business3 ul li {
		display: block;
	}
	.business3 ul li {
		display: block;
		box-sizing: border-box;
		border: #EFEFEF solid 4px;
		background: #FFF;
		margin-bottom: 15px;
		margin-left: 0px;
		flex-basis: calc((100% - (15px * 3)) / 4 - .01px);
	}
	.business3 ul li:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.business3 ul li.fl-7 {
		flex-basis:calc((100% - (15px * 1)) / 2 - .01px) ;
		border: 0;
	}
	.business3 ul li .imgs {
		display:flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		height: 140px;
		padding: 5px;
		background: #f9f9f9;
	}
	.business3 ul li .imgs img {
		display: inline-block;
		max-width: 100%;
	}
	.business3 ul li p {
		font-size: 15px;
		text-align: center;
		padding: 10px;
	}
	.business3 ul li .tt {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1.8;
		font-weight: 600;
		padding-top: 20px;
	}
	.business4 {
		padding: 45px 0;
	}
	.business4 ul {
		display: block;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.business4 li {
		display:flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		box-sizing: border-box;
		flex-basis: 49%;
		text-align: center;
		font-size: 13px;
		line-height: 1.7;
		padding: 8px 10px;
		min-width: 120px;
		height: 55px;
		border: #666 solid 1px;
		margin-bottom: 10px;
	}
	.business5 {
		padding: 45px 0;
	}
	.business5 .mt {
		display: block;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.acMenu dt{
		display:block;
		position: relative;
		margin-top: 20px;
		padding: 16px 50px 16px 16px;
		font-size: 17px;
		font-weight: 500;
		background: #EFEFEF;
		cursor:pointer;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
	.acMenu dt::before {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 17px;
		height: 2px;
		background: #222;
	}
	.acMenu dt::after {
		position: absolute;
		right: 27px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 2px;
		height: 17px;
		background: #222;
	}
	.acMenu dt.active {
		background: #abcdfb;
	}
	.acMenu dt.active::after {
		display: none;
	}
	.acMenu dd{
		display:none;
		background: #f9f9f9;
		padding: 20px 15px;
		font-size: 15px;
		line-height: 2;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.acMenu dd .rbox {
		display: block;
		margin-bottom: 45px;
	}
	.acMenu dd .rbox h3 {
		display: block;
		font-size: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: #555 dotted 1px;
	}
	.acMenu dd .rbox ul {
		display: block;
	}
	.acMenu dd .rbox li {
		display: inline-block;
		margin-right: 6px;
		margin-bottom: 6px;
		min-width: 100px;

	}
	.acMenu dd .rbox li a {
		display: block;
		text-align: center;
		padding: 6px 15px;
		background: #FFF;
		font-size: 14px;
		color: #222;
	}
}



/*pagenav*/
@media screen and (max-width:768px) {
	.wp-pagenavi {
		display:flex;
		justify-content: center;
		text-align: center;
		margin: 0px 0;
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.wp-pagenavi li {
		display: inline-block;
		margin: 8px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 4px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items:center;
		width: 35px;
		height: 35px;
		background: #fff;
		border:#222 solid 1px;
		color: #222;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
		font-family: "Nanum Gothic", sans-serif;
	}
	.wp-pagenavi a.page {
		color: #222 !important;
		text-align: center;
		font-family: "Nanum Gothic", sans-serif;
		border:#222 solid 1px;
		background: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		letter-spacing: .2px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		display: none;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 35px;
	}
	.wp-pagenavi a:hover {
		background: #222;
		color: #fff !important;
		border:#222 solid 1px;
	}
	.wp-pagenavi span {
		background: #222 !important;
		color: #fff !important;
	}
}
@media screen and (min-width:769px) {
	.wp-pagenavi {
		display:flex;
		justify-content: center;
		text-align: center;
		margin: 0px 0;
		padding-bottom: 0px;
		padding-top: 50px;
	}
	.wp-pagenavi li {
		display: inline-block;
		margin: 8px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 6px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items:center;
		width: 45px;
		height: 45px;
		color: #222;
		background: #fff;
		border:#222 solid 1px;
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: .2px;
		font-family: "Nanum Gothic", sans-serif;
	}
	.wp-pagenavi a.page {
		color: #464646;
		text-align: center;
		font-family: "Nanum Gothic", sans-serif;
		border:#222 solid 1px;
		background: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: .2px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 16px;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 35px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 35px;
	}
	.wp-pagenavi a:hover {
		background: #222;
		color: #fff;
		border:#222 solid 1px;
	}
	.wp-pagenavi span {
		background: #222 !important;
		color: #fff !important;
	}
	
}







/* privacy----------------------------------------------- */
.privacy1 {
	display: block;
	padding-top: 140px;
}
.privacy1 dl {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	padding-top: 45px;
	counter-reset: number 0; 
}
.privacy1 dl dd {
	display: block;
	position: relative;
	font: normal normal bold 16px/32px Yu Gothic;
	letter-spacing: 0.8px;
	color: #757067;
	margin-bottom: 45px;
	padding-left: 30px;
}
.privacy1 dl dd::before {
	position:absolute;
	left: 0;
	top: 0;
	font: normal normal bold 23px/28px Montserrat;
	letter-spacing: 0px;
	color: #7890A0;
	counter-increment: number 1;      /* number カウンタを増加 */
  	content: "" counter(number) ".";
}
.privacy2 {
	display: block;
	background: url("../images/survey/gradient_bg.png") center center no-repeat;
	background-size: 100% 100%;
	padding: 110px 0;
	margin-top: 70px;
	margin-bottom: 140px;
}
.privacy2 small {
	display: block;
	font: normal normal bold 16px/32px Yu Gothic;
	letter-spacing: 0.8px;
	color: #757067;
	margin-bottom: 50px;
}
.privacy2 h3 {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font: normal normal bold 40px/32px Yu Gothic;
	letter-spacing: 2px;
	color: #1C72D4;
	margin-bottom: 30px;
}
.privacy2 .fix {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	font: normal normal bold 23px/50px Yu Gothic;
	letter-spacing: 1.15px;
	color: #757067;
	margin-bottom: 25px;
}
.privacy2 .btn {
	width: 320px !important;
	margin-left: auto;
	margin-right: auto;
}
.privacy2 .btn a span {
	position: relative;
	padding-right: 30px;
}
.privacy2 .btn a span::after {
	background:url("../images/send1.png") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 24px;
	height: 21px;
	right: -6px;
}
@media all and (max-width: 768px) {
	.privacy1 {
		display: block;
		padding-top: 40px;
	}
	.privacy1 dl {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1020px;
		padding-top: 0px;
		counter-reset: number 0; 
	}
	.privacy1 dl dd {
		display: block;
		position: relative;
		font: normal normal bold 14px/22px Yu Gothic;
		letter-spacing: 0.8px;
		color: #757067;
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.privacy2 {
		display: block;
		background: url("../images/survey/gradient_bg.png") center center no-repeat;
		background-size: 100% 100%;
		padding: 40px 0;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.privacy2 small {
		display: block;
		font: normal normal bold 13px/18px Yu Gothic;
		letter-spacing: 0.8px;
		color: #757067;
		margin-bottom: 20px;
	}
	.privacy2 h3 {
		display: block;
		text-align: center;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		font: normal normal bold 24px/30px Yu Gothic;
		letter-spacing: 2px;
		color: #1C72D4;
		margin-bottom: 15px;
	}
	.privacy2 .fix {
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		font: normal normal bold 17px/32px Yu Gothic;
		letter-spacing: 1.15px;
		color: #757067;
		margin-bottom: 25px;
	}
	.privacy2 .btn {
		width: 270px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.privacy2 .btn a span {
		position: relative;
		padding-right: 30px;
	}
}


/* contact-top----------------------------------------------- */


.c-txt1 {
	display: block;
	text-align: center;
	margin-bottom: 65px;
}
.c-tops {
	display: block;
	padding: 100px 0 ;
	background: #EFEFEF;
}
.c-tops .boxs {
	display: block;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	box-sizing: border-box;
	padding: 60px;
	text-align: center;
}
.c-tops .boxs h2 {
	display: block;
	text-align: center;
	font-size: 33px;
	letter-spacing: 2px;
	line-height: 1.4;
	font-weight: bold;
	color: #c82b16;
	margin-bottom: 40px;
}
.c-tops .boxs b,
.c-tops .boxs a {
	display: block;
	position: relative;
	font-size: 35px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 8px;
}
.c-tops .boxs small {
	display: block;
	padding-top: 10px;
	font-size: 17px;
	font-weight: 600;
}
.c-cont {
	padding: 100px 0;
}
.title03 {
	display: block;
	text-align: center;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 1.5;
	color:#621112;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.title03::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 80px;
	height: 2px;
	margin: auto;
	background: #999;
}
.fix-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 1130px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.c-txt1 {
		display: block;
		text-align: left;
		margin-bottom: 35px;
	}
	.c-tops {
		display: block;
		padding: 40px 0 ;
		background: #EFEFEF;
	}
	.c-tops .boxs {
		display: block;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		background: #FFF;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.c-tops .boxs h2 {
		display: block;
		text-align: center;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.4;
		font-weight: bold;
		color: #c82b16;
		margin-bottom: 20px;
	}
	.c-tops .boxs b,
	.c-tops .boxs a {
		display: block;
		position: relative;
		font-size: 23px;
		font-weight: 600;
		color: #000;
		line-height: 1;
		letter-spacing: 3px;
	}
	.c-tops .boxs small {
		display: block;
		padding-top: 10px;
		font-size: 14px;
		font-weight: 600;
	}
	.c-cont {
		padding: 50px 0;
	}
	.title03 {
		display: block;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.5;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
}


/* estimate----------------------------------------------- */
.forms-base {
	display: block;
	padding-top: 90px;
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 90px;
}
.forms-base .title01 {
	margin-bottom: 40px;
}
.form-wraps {
	margin-top: 65px;
	border-radius: 10px;
}
.form-wraps .txt_01 {
	padding-top: 45px;
	text-align: center;
	margin-bottom: 50px;
}
.forms-table {
	width: 100%;
	border-collapse: collapse;
}
.forms-table th {
	display: block;
	text-align: left;
	vertical-align: top;
	position: relative;
	color: #3F3B3A;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 130% */
	letter-spacing: 1.6px;
	padding: 20px;
	background: #EFEFEF;
}
.forms-table th.requier::after {
	margin-left: 25px;
	content: "必須";
	background: #c82b16;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 150% */
	letter-spacing: 1.8px;
	padding: 1px 11px 3px 11px;
	border-radius: 0px;
}
.forms-table td {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 25px;
	
}
.bl-labs {
	background: none;
	padding-left: 0px;
	padding-right: 0px;
}
.n001 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.44px;
	background: #fff;
	border: #EFEFEF solid 1px;
}
.n002 {
	width: 60%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
	background: #fff;
	border: #EFEFEF solid 1px;
}
.txer {
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
	background: #fff;
	border: #EFEFEF solid 1px;
}
::placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.44px;
	color: #888;
}
.form-in {
	margin-bottom: 10px;
}
.select-over {
	display: block;
	width: 60%;
}
.select-over select {
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	color: #3F3B3A !important;
	border: #EFEFEF solid 1px;
}
.select-over select option:nth-child(1) {
	
}
select:invalid {
    color: #888 !important;
}
select option:first-child {
    color: #888 !important;
}

select:invalid {
    color: #888;
}

select option {
    color: #333;
}
/* radioBtn */
.blocks-label {
	margin-top: 17px;
}
.radio__list {
	border: 0px !important;
}
label {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
}
input.radioBtn {
	top: 3px;
	block-size: 2rem;
	inline-size: 2rem;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	margin-right: 8px;
	border: 0px !important;
}
input.radioBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
	background: #DBDBDB;
	border: 5px solid #FFF;
}

input.radioBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #43b23a;
  border-radius: 50%;
  opacity: 0;
}
input.radioBtn[type="radio"]:checked::after {
  opacity: 1;
}
label {
  cursor: pointer;
}
.blocks-label label {
	display: inline-block;
	margin-bottom: 10px;
	width: auto !important;
	font-weight: 600;
}
label.radio__list {
	margin-right: 30px;
}
.cbtn {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 30px 0 40px 0;
}
.sbt {
	width: 400px;
	height: 65px;
	border: #0a50b0 solid 1px;
	color: #FFF;
	cursor: pointer;
	font-size: 17px;
	background: #0a50b0;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.sbt.v2 {
	background: #333;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.addf {
	margin-top: 14px;
}
@media all and (min-width: 769px) {
	.sbt:hover {
		background: #333;
		color: #fff;
	}
}


/* privacy__policy */
.privacy__policy--area {
	margin-top: 50px;
  padding: 0px 0;
	
  
}
.privacy__policy {
  padding: 20px 0px 40px 0px;
}
.privacy__policy .scr {
	height: 325px;
	padding-right: 50px;
	padding: 50px;
	margin-right: 26px;
	background: #EFEFEF;
  overflow-y: scroll;
}


.privacy__policy .scr::-webkit-scrollbar {
  width: 8px;  
  margin-top: 41px;
}
.privacy__policy .scr::-webkit-scrollbar-track {
	background-size: auto 5px;
}
.privacy__policy .scr::-webkit-scrollbar-thumb {
  background: #0a50b0;
  height: 100px;
}

.privacy__policy p:first-of-type {
  font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.privacy__policy p.s-mt {
  color: #3F3B3A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 108.333% */
	letter-spacing: 1.92px;
  margin-bottom: 16px;
}
.privacy__policy p.p-tt {
	font-size: 18px !important;
}
.privacy__policy p.mp-ti {
	font-size: 17px !important;
}
.privacy__policy p span {
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
}
.privacy__policy ul {
  margin-bottom: 16px;
}
.privacy__policy ul li {
  list-style: disc;
  margin-left: 20px;
}
.form_consent_txt {
  text-align: center;
  color: #3F3B3A;
	font-size: 20px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	letter-spacing: 2.2px;
  padding: 50px 5px 0;
}
.form_consent_txt label {
	position: relative;
	font-weight: 700 !important;
}
input[type="checkbox"] {
  position: relative;
	top: 3px;
  width: 23px;
  height: 22px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -5px;
  left: 7px;
  transform: rotate(50deg);
  width: 11px;
  height: 20px;
  border-right: 3px solid #0a50b0;
  border-bottom: 3px solid #0a50b0;
  content: '';
}
select {
	cursor: pointer;
}

.center-txt1 {
	color: #464646;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: 1.8px;
}

@media all and (max-width: 768px) {
	.forms-base {
		display: block;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.form-wraps {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 15px 0;
		margin-top: 20px;
	}
	.form-wraps .txt_01 {
		text-align: left;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.forms-base .center-txt1 {
		text-align: left;
		font-size: 16px;
		line-height: 1.9;
		margin-left: 4%;
		margin-right: 4%;
	}
	.forms-table {
		width: 100%;
		border-collapse: collapse;
	}
	.forms-table th {
		display: block;
		text-align: left;
		vertical-align: top;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		letter-spacing: 0px;
		padding: 20px 15px;
	}
	.forms-table th.requier::after {
		position:relative;
		right: 15px;
		top: 0px;
		content: "必須";
		font-size: 14px;
		letter-spacing: 0px;
		padding: 3px 10px;
	}
	.forms-table td {
		display: block;
		text-align: left;
		vertical-align: top;
		padding-bottom: 24px;
		padding-top: 10px;
	}
	.bl-labs {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 1px !important;
		padding-bottom: 15px !important;
	}
	.bl-labs label {
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.n001 {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
	}
	.n002 {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
	}
	.txer {
		width: 100%;
		height: 180px;
		box-sizing: border-box;
		padding: 15px;
		font-size: 15px;
		border: 0px;
		border: #EFEFEF solid 1px;
		border-radius: 0 !important;
	}
	::placeholder {
		font-size: 15px;
	}
	.form-in {
		margin-bottom: 10px;
	}
	.select-over {
		display: block;
		width: 100%;
	}
	.select-over select {
		width: 100%;
		height: 55px;
		background: #fff;
		font-size: 15px;
		letter-spacing: 0px;
		color: #3F3B3A !important;
		padding-left: 20px;
		padding-right: 20px;
		border: #EFEFEF solid 1px;
		border-radius: 0 !important;
	}
	.select-over select option:nth-child(1) {

	}

	select option {
		color: #333;
	}
	/* radioBtn */
	.radio__list {
		border: 0px !important;
		padding-top: 9px;
	}
	label {
		font-size: 15px;
		letter-spacing: 0px;
	}
	input.radioBtn[type="radio"]:checked::after {
	  opacity: 1;
	}
	label {
	  cursor: pointer;
	}
	.blocks-label label {
		display: block;
		width: auto !important;
	}
	label.radio__list {
		margin-right: 30px;
	}
	.cbtn {
		display: block;
		text-align: center;
		padding: 30px 0 40px 0;
	}
	.privacy__policy--area {
	  padding-top: 25px;
	  padding: 15px 0;
		margin-top: 20px;
		margin-right: 0px !important;
	}
	.privacy__policy {
	  padding: 20px 0px 20px 0px !important;
	}
	.privacy__policy .scr {
		height: 245px;
		padding-right: 20px;
		padding: 15px;
		margin-right: 0px;
	  overflow-y: scroll;
	}
	.privacy__policy .scr::-webkit-scrollbar {
	  width: 6px;
	  margin-top: 41px;
	}
	.privacy__policy .scr::-webkit-scrollbar-track {
	  background-color: #fff;
	}
	.privacy__policy .scr::-webkit-scrollbar-thumb {
	  height: 100px;
	}
	.privacy__policy p:first-of-type {
	  font-size: 17px;
		font-weight: 700;
		margin-bottom: 14px;
	}
	.privacy__policy p.s-mt {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 21px; /* 108.333% */
		letter-spacing: 1.92px;
	  margin-bottom: 16px;
	}
	.privacy__policy p span {
	  font-size: 15px;
	  margin-bottom: 5px;
	  display: block;
	}
	.privacy__policy ul {
	  margin-bottom: 16px;
	}
	.privacy__policy ul li {
	  list-style: disc;
	  margin-left: 20px;
	}
	.sbt {
		width: 270px;
		height: 55px;
		border: none;
		color: #FFF;
		border-radius: 50px;
		cursor: pointer;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.form_consent_txt {
		background: none !important;
	}
}




.fl100p {
	flex-basis: 100% !important;
}
.no-ims {
	display: block !important;
	text-align: right !important;
	padding-top: 35px;
	flex-basis: 100% !important;
}
.no-ims span {
	display: block;
	font-size: 18px;
	text-align: right !important;
}
.mw_wp_form_confirm .privacy__policy--area {
	display: none !important;
}
.mw_wp_form_confirm  .bl-labs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.mx-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.mx-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 999px) {
	.mx-1000 {

	}
}




.cols001 {
	text-align: center;
	font-weight: 900;
	background: #EFEFEF;
	padding: 22px 0 !important;
	font-size: 18px !important;
}
.mb35 {
	margin-bottom: 35px;
}
.bge2 {
	background: #fbeedf !important;
}
.bge2.go {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 22px !important;
}
.bg-fff {
	background: #FFF;
}
.bg-fff .rectitle {
	background: #efefef;
}
.pt-01 {
	padding: 90px 0 40px 0!important;
}
.mb100 {
	margin-bottom: 100px;
}
@media all and (max-width:768px) {
	.cols001 {
		text-align: center;
		font-weight: 900;
		background: #eafce8 !important;
		padding: 14px 0 !important;
		font-size: 17px !important;
	}
	.table01.prices .bge2 {
		padding-left: 2%;
		padding-right: 2%;
		text-align: center !important;
		font-size: 20px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

.tab_only {
	display: none;
}
.sp_only {
	display: none;
}
@media all and (min-width:768px) and (max-width:1000px) {
	.tab_only {
		display: block;
	}
}
@media all and (max-width:767px) {
	.sp_only {
		display: block;
	}
}



.d-box1 {
	position: relative;
	box-sizing: border-box;
	border: #888 solid 12px;
	overflow: hidden;
	background: #FFF;
}
.d-box1::before {
	position: absolute;
	left: -80px;
	top: -80px;
	content: "";
	background: #888;
	width: 140px;
	height: 140px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.d-box1::after {
	position: absolute;
	right: -80px;
	bottom: -80px;
	content: "";
	background: #888;
	width: 140px;
	height: 140px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.d-box1 .fix-1100 {
	position: relative;
	z-index: 10;
}
.center1 {
	display: block;
}
.center1 img {
	width: 100%;
}
.tit-main {
	display: block;
	position: relative;
	text-align: center;
}
.tit-main h2 {
	display: block;
	position: relative;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	z-index: 5;
	padding: 44px;
	padding-bottom: 50px;
}
.tit-main .out {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-weight: 600 !important;
	font-size: 120px ;
	line-height: 0.9;
	color: #efefef;
}
@media all and (max-width: 768px) {
	.d-box1 {
		position: relative;
		box-sizing: border-box;
		border: #888 solid 6px;
		overflow: hidden;
		background: #FFF;
	}
	.d-box1::before {
		position: absolute;
		left: -100px;
		top: -100px;
		content: "";
		background: #888;
		width: 140px;
		height: 140px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.d-box1::after {
		position: absolute;
		right: -100px;
		bottom: -100px;
		content: "";
		background: #888;
		width: 140px;
		height: 140px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.d-box1 .fix-1100 {
		position: relative;
		z-index: 10;
	}
	.center1 {
		display: block;
	}
	.center1 img {
		width: 100%;
	}
	.tit-main {
		display: block;
		position: relative;
		text-align: center;
	}
	.tit-main h2 {
		display: block;
		position: relative;
		font-size: 27px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		z-index: 5;
		padding: 24px;
		padding-bottom: 30px;
	}
	.tit-main .out {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		font-weight: 600 !important;
		font-size: 13vw;
		line-height: 0.9;
		color: #efefef;
	}
}



.flx004 {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 60px;
	margin-bottom: 75px;
}
.flx004.ri {
	flex-direction: row-reverse;
}
.flx004 .lef {
	display: block;
	background: #FFF;
	box-sizing: border-box;
	flex-basis: 60%;
	min-width: 60%;
	background: #FFF;
	padding: 40px 65px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.flx004 .imgs {
	position: absolute;
	right: 0;
	top: 0;
	width: 46%;
}
.flx004.ri .imgs {
	position: absolute;
	right:auto;
	left: 0;
}
.flx004 .imgs img {
	width: 100%;
}
.c-w {
	color: #FFF !important;
}
.nums1 {
	position: absolute;
	left: 20px;
	top: -45px;
	font-size: 80px !important;
	line-height: 0.9 !important;
	color: #666 !important;
	font-family: "Outfit", serif;
}
.title06 {
	display: block;
	position: relative;
	font-size: 26px !important;
	letter-spacing: 0.14em !important;
	line-height: 1.6 !important;
	color: #161616 !important;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: #333 dotted 1px;
}
.title06::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 60px;
	height: 4px;
	background: #666;
}
.title06 .fb-1 {
	font-size: 39px !important;
	color:#621112 !important;
}
.mt65 {
	margin-top: 65px;
}
@media all and (max-width: 768px) {
	.flx004 {
		display: flex;
		justify-content: space-between;
		position: relative;
		padding-top: 220px;
		margin-bottom: 45px;
	}
	.flx004.ri {
		flex-direction: row-reverse;
	}
	.flx004 .lef {
		display: block;
		background: #FFF;
		box-sizing: border-box;
		flex-basis: 95%;
		min-width: 95%;
		background: #FFF;
		padding: 30px 20px;
		position: relative;
		z-index: 5;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	.flx004 .imgs {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.flx004.ri .imgs {
		position: absolute;
		right:auto;
		left: 0;
	}
	.flx004 .imgs img {
		width: 100%;
	}
	.c-w {
		color: #FFF !important;
	}
	.nums1 {
		position: absolute;
		left: 20px;
		top: -45px;
		font-size: 80px !important;
		line-height: 0.9 !important;
		color: #666 !important;
		font-family: "Outfit", serif;
	}
	.title06 {
		display: block;
		position: relative;
		font-size: 20px !important;
		letter-spacing: 0.1em !important;
		line-height: 1.6 !important;
		color: #161616 !important;
		padding-bottom: 18px;
		margin-bottom: 18px;
		border-bottom: #333 dotted 1px;
	}
	.title06::before {
		position: absolute;
		left: 0;
		bottom: -2px;
		content: "";
		width: 60px;
		height: 4px;
		background: #666;
	}
	.title06 .fb-1 {
		font-size: 26px !important;
		color:#621112 !important;
	}
	.mt65 {
		margin-top: 40px;
	}
}


.beppu {
	background: url("../images/company/beppu.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
}
.beppu::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
.comp-box02 {
	display: block;
	padding: 70px;
	background: rgba(255,255,255,0.9);
	border: #666 solid 2px;
	position: relative;
}
.comp-box02::after {
	position: absolute;
	right: 3%;
	bottom: 3%;
	content: "";
	background:url("../images/logo-as.png") bottom center no-repeat;
	background-size: 100% auto;
	width: 30%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
}
.comp-box02 p {
	position: relative;
	z-index: 10;
}
.cm-ti1 {
	display: block;
	font-size: 25px !important;
	letter-spacing: 0.15em !important;
	line-height: 1.7 !important;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
}
.cm-ti1 b {
	font-size: 38px;
	color:#621112 !important;
}
.txt_06 {
	display: block;
	margin-left: 75px;
	margin-bottom: 40px;
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 2.1;
}
.acc-li {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.acc-li li {
	display: block;
	flex-basis: 48%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 35px;
}
.acc-li li h3 {
	display: block;
	font-size: 22px;
	padding-bottom: 19px;
	text-align: center;
}
.acc-li li iframe {
	width: 100%;
	height: 300px;
}
@media all and (min-width: 768px) and (max-width: 980px) {
	.comp-box02 {
		display: block;
		padding: 30px;
		background: rgba(255,255,255,0.9);
		border: #666 solid 2px;
		position: relative;
	}
	.comp-box02::after {
		position: absolute;
		right: 3%;
		bottom: 3%;
		content: "";
		background:url("../images/logo-as.png") bottom center no-repeat;
		background-size: 100% auto;
		width: 30%;
		height: 100%;
		z-index: 1;
		opacity: 0.1;
	}
	.comp-box02 p {
		position: relative;
		z-index: 10;
	}
	.cm-ti1 {
		display: block;
		font-size: 21px !important;
		letter-spacing: 0.1em !important;
		line-height: 1.7 !important;
		font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 20px;
	}
	.cm-ti1 b {
		font-size: 32px;
		color:#621112 !important;
	}
	.txt_06 {
		display: block;
		margin-left: 45px;
		margin-bottom: 30px;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 2.1;
	}
}
@media all and (max-width: 767px) {
	.comp-box02 {
		display: block;
		padding: 24px;
		background: rgba(255,255,255,0.9);
		border: #666 solid 1px;
		position: relative;
	}
	.comp-box02::after {
		position: absolute;
		right: 3%;
		bottom: 3%;
		content: "";
		background:url("../images/logo-as.png") bottom center no-repeat;
		background-size: 100% auto;
		width: 40%;
		height: 100%;
		z-index: 1;
		opacity: 0.1;
	}
	.comp-box02 p {
		position: relative;
		z-index: 10;
	}
	.cm-ti1 {
		display: block;
		font-size: 17px !important;
		letter-spacing: 0.05em !important;
		line-height: 1.7 !important;
		font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 20px;
	}
	.cm-ti1 b {
		font-size: 24px;
		color:#621112 !important;
	}
	.txt_06 {
		display: block;
		margin-left: 15px;
		margin-bottom: 24px;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 2;
	}
	.acc-li {
		display: block;
	}
	.acc-li li {
		display: block;
		flex-basis: 31%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 25px;
	}
	.acc-li li h3 {
		display: block;
		font-size: 18px;
		padding-bottom: 15px;
		text-align: center;
	}
	.acc-li li iframe {
		width: 100%;
		height: 340px;
	}
}


.sitemaps {
	display: block;
	padding: 100px 0;
}
.sitemaps ul {
	display: block;
}
.sitemaps li {
	display: block;
	margin-bottom: 20px;
}
.sitemaps li a {
	display: block;
	border: #EFEFEF solid 5px;
	padding: 14px 30px;
	font-size: 17px;
	letter-spacing: 0.12em;
	line-height: 1.6;
}
.sitemaps li a:hover {
	background: #161616;
	color: #FFF;
}
@media all and (max-width: 767px) {
	.sitemaps {
		display: block;
		padding: 60px 0;
	}
	.sitemaps ul {
		display: block;
	}
	.sitemaps li {
		display: block;
		margin-bottom: 15px;
	}
	.sitemaps li a {
		display: block;
		border: #EFEFEF solid 5px;
		padding: 10px 20px;
		font-size: 15px;
		letter-spacing: 0.12em;
		line-height: 1.6;
		color: #161616;
	}
	.sitemaps li a:hover {
		background: #161616;
		color: #FFF;
	}
}


.case-new {
	padding: 100px 0;
}
.categ-list {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.categ-list li {
	margin: 10px;
	display: block;
}
.categ-list li a {
	display: block;
	padding: 4px 17px;
	font-size: 16px;
	border: #333 solid 1px;
	color: #333;
}
.categ-list li a:hover,
.categ-list li a.active {
	background: #333;
	color: #FFF;
}
.case-new .fix-1100 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case-new .one {
	display: block;
	flex-basis: 47%;
	margin-bottom: 60px;
}
.case-new .one h2 {
	display: block;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	background: #EFEFEF;
	padding: 6px 10px;
}
.case-new .one h2 a {
	display: block;
	background: #EFEFEF;
	padding: 6px 10px;
}
.case-new .one h2 a:hover {opacity: 0.7;}
.case-new .one .txt {
	display: block;
	padding: 14px 0;
}
.case-new .one .txt span {
	display: block;
	font-size: 16px;
}

.case-new .flx {
	display: block;
	width: 100%;
}
.case-new .imgs {
	width: 100%;
	overflow: hidden;
}
.case-new .imgs img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.case-new .imgs a {
	display: block;
	overflow: hidden;
}
.case-new .imgs a:hover {
	opacity: 0.7;
}
.ex5 {
	width: 100% !important;
	overflow: hidden;
}
.ex5 .swiper-wrapper {
	width: 100% !important;
	max-width: 517px;
}

@media all and (max-width: 767px) {
	.case-new {
		padding: 50px 0 15px 0;
	}
	.categ-list {
		max-width: 1100px;
		margin-left: 4%;
		margin-right: 4%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.categ-list li {
		margin: 10px;
		display: block;
	}
	.categ-list li a {
		display: block;
		padding: 4px 17px;
		font-size: 16px;
		border: #333 solid 1px;
		color: #333;
	}
	.categ-list li a:hover,
	.categ-list li a.active {
		background: #333;
		color: #FFF;
	}
	.case-new .fix-1100 {
		display: block;
	}
	.case-new .one {
		display: block;
		flex-basis: 47%;
		margin-bottom: 55px;
	}
	.case-new .one h2 {
		display: block;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		background: #EFEFEF;
		padding: 6px 10px;
	}
	.case-new .one h2 a {
		display: block;
		background: #EFEFEF;
		padding: 6px 10px;
	}
	.case-new .one h2 a:hover {opacity: 0.7;}
	.case-new .one .txt {
		display: block;
		padding: 12px 0;
	}
	.case-new .one .txt span {
		display: block;
		font-size: 14px;
	}

	.case-new .flx {
		display: block;
		width: 100%;
	}
	.case-new .imgs {
		width: 100%;
		overflow: hidden;
	}
	.case-new .imgs img {
		width: 100%;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
	.case-new .imgs a {
		display: block;
		overflow: hidden;
	}
}


.bg-recruit {
	background: url("../images/recruit/bg1.jpg") top center no-repeat;
	background-size: cover;
}
.history-box {
	display: block;
}
.history-box dl {
	display: flex;
	justify-content: space-between;
	border-bottom: #888 dotted 1px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.history-box dl dt {
	display: block;
	width: 16%;
	min-width: 140px;
	box-sizing: border-box;	
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6;	
}
.history-box dl dt span {
	display: block;
	border: #888 solid 1px;
	background: #fff;
	color: #333;
	position: relative;
	padding: 4px 10px;
}
.history-box dl dt span::after {
	position: absolute;
	right: -45px;
	top: 17px;
	content: "";
	width: 45px;
	height: 1px;
	background: #777;
}
.history-box dl dd {
	display: block;
	flex-basis: 80%;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	padding: 4px 10px 4px 70px;
}
.btn2 {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}
.btn2 a {
	display: block;
	text-align: center;
	border-radius: 3px;
	background: #444;
	color: #FFF;
	padding: 21px 21px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.btn2 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.history-box dl {
		display: block;
		border-bottom: #888 dotted 1px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.history-box dl dt {
		display: block;
		width: 16%;
		min-width: 100%;
		box-sizing: border-box;	
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 1.6;	
	}
	.history-box dl dt span {
		display: block;
		border: #888 solid 1px;
		background: #fff;
		color: #333;
		position: relative;
		padding: 4px 10px;
	}
	.history-box dl dt span::after {
		display: none;
	}
	.history-box dl dd {
		display: block;
		flex-basis: 80%;
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.1em;
		padding: 14px 20px 14px 20px;
	}
}

.nones {
	display: none !important;
}


.links1 {
	text-decoration: underline !important;
}
.links1:hover {
	text-decoration: none !important;
}


