@charset "utf-8";
/*------------------------------------------------------------
	araikomuten
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	margin-bottom: 4.9rem;
	padding: 22.5rem 0 3rem;
	min-height: 76rem;
	background: url(../img/index/main_img.jpg) no-repeat center center / cover;
}
.mainVisual .content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.mainVisual .photoBox {
	margin-top: 5.2rem;
	width: 22.3rem;
}
.mainVisual .textBox .title {
	margin-bottom: 3.6rem;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1.45;
	color: #fff;
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
}
.mainVisual .textBox .text {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
	line-height: 1.94;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 3.9rem;
		padding: 14.1rem 0 3rem;
		background-image: url(../img/index/main_img_sp.jpg);
	}
	.mainVisual .content {
		padding: 0 4.5rem;
		display: block;
	}
	.mainVisual .photoBox {
		margin: 0 auto 1.9rem;
	}
	.mainVisual .textBox .title {
		margin-bottom: 3.5rem;
		font-size: 5rem;
		line-height: 1.44;
	}
}
/* news */
#main .news {
	padding: 2.8rem 0 4.8rem;
	border-top: 0.2rem solid #4194d0;
	border-bottom: 0.2rem solid #4194d0;
}
#main .news .headLine01 {
	display: flex;
	align-items: center;
}
#main .news .newsList {
	margin: -2rem 0 4.9rem;
	display: flex;
	flex-wrap: wrap;
}
#main .news .newsList li {
	margin: 2rem 1.2% 0 0;
	width: 24.1%;
}
#main .news .newsList li:nth-child(4n) {
	margin-right: 0;
}
#main .news .newsList a {
	padding: 1.3rem 1.3rem 2.5rem;
	display: block;
	height: 100%;
	border: 1px solid #dfdfdf;
}
#main .news .newsList .pho {
	margin-bottom: 1.5rem;
}
#main .news .newsList .pho img {
	width: 100%;
}
#main .news .newsList .txt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#main .news .btn {
	margin: 0 auto;
	width: 25.2rem;
}
#main .news .btn a {
	padding: 1.6rem 0 1.45rem;
	display: block;
	text-align: center;
	color: #4194d0;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
	border-radius: 3.1rem;
	border: 0.2rem solid #4194d0;
}
#main .news .btn span {
	padding: 0.15rem 0 0.15rem 4.3rem;
	background: url(../img/common/sns_img01.png) no-repeat left center / 2.9rem;
}
#main .news .newsList a:hover,
#main .news .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .news {
		padding: 2.8rem 0 2.9rem;
	}
	#main .news .headLine01 {
		display: block;
	}
	#main .news .newsList {
		margin: -0.8rem 0 3rem;
		justify-content: space-between;
	}
	#main .news .newsList li {
		margin: 0.8rem 0 0 0;
		width: 48.7%;
	}
	#main .news .newsList a {
		padding: 0.8rem 0.8rem 1.3rem;
	}
	#main .news .newsList .pho {
		margin-bottom: 1rem;
	}
	#main .news .newsList .txt {
		-webkit-line-clamp: 3;
	}
	#main .news .btn {
		width: 20.6rem;
	}
	#main .news .btn a {
		padding-top: 1.4rem;
	}
	#main .news .btn span {
		padding-left: 4rem;
	}
}
/* about */
#main .about {
	padding: 9.8rem 0;
}
#main .about .headLine01 {
	margin-bottom: 3.5rem;
}
#main .about .imgBox {
	align-items: flex-start;
	flex-direction: row-reverse;
}
#main .about .imgBox .photoBox {
	margin-top: 0.5rem;
	width: calc(50% - 6rem);
	position: relative;
}
#main .about .imgBox .photoBox::after {
	width: 100%;
	height: 103.5%;
	position: absolute;
	z-index: -1;
	bottom: -5rem;
	right: -5rem;
	content: "";
	border-radius: 2rem;
	background-color: #f3f3f3;
	pointer-events: none;
}
#main .about .imgBox .photoBox img {
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
}
#main .about .imgBox .textBox {
	width: calc(50% + 2rem);
}
#main .about .imgBox .textBox .text {
	line-height: 2;
}
@media all and (min-width: 897px) and (max-width: 1209px) {
	#main .about .imgBox {
		margin: 0 2rem;
	}
	#main .about .imgBox .photoBox::after {
		bottom: -3rem;
		right: -3rem;
		height: 100%;
	}
}
@media all and (max-width: 896px) {
	#main .about {
		padding: 5.9rem 0;
		overflow: hidden;
	}
	#main .about .headLine01 {
		margin-bottom: 1.5rem;
	}
	#main .about .imgBox {
		display: block;
	}
	#main .about .imgBox .photoBox {
		margin: 0 0 6rem;
		width: auto;
	}
	#main .about .imgBox .photoBox::after {
		bottom: -3.4rem;
		right: -3.4rem;
	}
	#main .about .imgBox .textBox {
		width: auto;
	}
}
/* business */
#main .business {
	padding: 4rem 0;
}
#main .business .headLine01 {
	margin-bottom: 2.9rem;
}
#main .business .textList {
	margin-bottom: 3.8rem;
}
#main .business .textList li:not(:last-child) {
	margin-bottom: 0.9rem;
}
#main .business .textList .tag {
	padding-bottom: 0.2rem;
	margin-right: 1.5rem;
	width: 12.2rem;
	text-align: center;
	color: #4194d0;
	border-radius: 1.3rem;
	background-color: #e3f3ff;
}
#main .business .textList .txt {
	flex: 1;
}
#main .business .slideBox {
	padding: 2.6rem 0;
	position: relative;
	background-color: #f3f3f3;
}
#main .business .slideBox .slick-slide > div {
	margin: 0 2rem;
	width: 40.5rem;
}
#main .business .slideBox .photoBox {
	margin-bottom: 2.7rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .business .slideBox .photoBox img {
	width: 100%;
}
#main .business .slideBox .textBox {
	padding: 1rem 1.8rem;
	min-height: 15.5rem;
	background-color: #fff;
	border-radius: 2rem;
}
#main .business .slideBox .textBox .ttl {
	color: #4194d0;
	font-weight: 500;
	line-height: 2;
}
#main .business .slideBox .textBox .txt {
	line-height: 2;
}
#main .business .slideBox .prev,
#main .business .slideBox .next {
	position: absolute;
	z-index: 1;
	bottom: -9.7rem;
	left: calc(50% - 34.4rem);
	width: 5.9rem;
	transition: .3s;
	cursor: pointer;
}
#main .business .slideBox .next {
	left: auto;
	right: calc(50% - 34.5rem);
}
#main .business .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10.7rem;
	width: 100%;
	max-width: 53.2rem;
	text-align: center;
}
#main .business .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.85rem;
	padding: 0;
	cursor: pointer;
	background-color: #e3f3ff;
	border-radius: 100%;
}
#main .business .slick-dots li button {
	display: none;
}
#main .business .slick-dots li.slick-active {
	background-color: #4194d0;
}
@media all and (min-width: 897px) {
	#main .business .slideBox .prev:hover,
	#main .business .slideBox .next:hover {
		opacity: 0.7;
	}
	#main .business .textList li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
}
@media all and (max-width: 896px) {
	#main .business {
		padding: 1.8rem 0;
	}
	#main .business .headLine01 {
		margin-bottom: 2rem;
	}
	#main .business .textList {
		margin-bottom: 1.6rem;
	}
	#main .business .textList li:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	#main .business .textList .txt {
		line-height: 2;
	}
	#main .business .slideBox {
		padding-bottom: 2rem;
	}
	#main .business .slideBox .slick-slide > div {
		margin: 0 0.8rem;
		width: 30.8rem;
	}
	#main .business .slideBox .photoBox {
		margin-bottom: 2rem;
	}
	#main .business .slideBox .textBox {
		padding: 1.3rem 1.8rem;
		min-height: 16.3rem;
	}
	#main .business .slideBox .prev,
	#main .business .slideBox .next {
		bottom: -7rem;
		left: 2.5rem;
		width: 5.2rem;
	}
	#main .business .slideBox .next {
		left: auto;
		right: 2.5rem;
	}
	#main .business .slick-dots {
		padding: 0 9rem;
		bottom: -8.1rem;
		width: 100%;
		max-width: 100%;
		line-height: 1.16;
	}
	#main .business .slick-dots li {
		width: 0.9rem;
		height: 0.9rem;
		margin: 0 0.55rem;
	}
}
/* recruit */
#main .recruit {
	margin-top: 7.6rem;
	padding: 10rem 0;
}
#main .recruit .imgBox {
	margin-bottom: 9.1rem;
	align-items: flex-start;
}
#main .recruit .imgBox .photoBox {
	width: calc(50% - 6.1rem);
	position: relative;
}
#main .recruit .imgBox .photoBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	bottom: -4.6rem;
	left: -4.7rem;
	border-radius: 2rem;
	content: "";
	background-color: #f3f3f3;
}
#main .recruit .imgBox .photoBox img {
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
}
#main .recruit .imgBox .textBox {
	width: calc(50%);
}
#main .recruit .headLine01 {
	margin-bottom: 3.5rem;
}
#main .recruit .imgBox .textBox .text {
	line-height: 2;
}
#main .recruit .infoBox {
	margin-bottom: 5rem;
	padding: 4rem;
	border-radius: 2rem;
	background-color: #f3f3f3;
}
#main .recruit .infoBox01 {
	margin-bottom: 10rem;
}
#main .recruit .infoBox .areBox {
	align-items: center;
}
#main .recruit .infoBox .areBox .phoBox {
	width: calc(50% - 12.2rem);
	border-radius: 2rem;
	overflow: hidden;
}
#main .recruit .infoBox .areBox .phoBox img {
	width: 100%;
}
#main .recruit .infoBox .areBox .txtBox {
	padding: 0 4rem 3.7rem 0;
	width: calc(50% + 9rem);
}
#main .recruit .infoBox .areBox .txtBox .ttl {
	margin-bottom: 2.5rem;
	color: #4194d0;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .recruit .infoBox .areBox .txtBox .txt {
	line-height: 2;
}
#main .recruit .infoBox .sub {
	padding: 2.1rem 4.6rem 2.3rem;
	margin: 4rem 0 10rem;
	display: none;
	background-color: #fff;
	border-radius: 2rem;
}
#main .recruit .infoBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .recruit .infoBox table th,
#main .recruit .infoBox table td {
	padding: 1.2rem 0;
	text-align: left;
	font-weight: 400;
	line-height: 2;
	border-bottom: 1px solid #4194d0;
	vertical-align: top;
	word-break: break-all;
}
#main .recruit .infoBox table th {
	padding: 1.5rem 0 1rem;
	width: 25.7%;
	font-weight: 500;
	line-height: 1.875;
}
#main .recruit .infoBox tr:last-child th,
#main .recruit .infoBox tr:last-child td {
	border-bottom: 0;
}
#main .recruit .infoBox .btn {
	margin: -6rem 0 0 auto;
	padding: 1.45rem 0 1.45rem 0.9rem;
	width: 15rem;
	text-align: center;
	background-color: #fff;
	border: 0.2rem solid #4194d0;
	border-radius: 3rem;
	transition: .3s;
	cursor: pointer;
}
#main .recruit .infoBox .btn span {
	padding-right: 2.6rem;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #4194d0;
	background: url(../img/common/icon01.png) no-repeat right center / 1.5rem;
}
#main .recruit .infoBox .btn .close {
	display: none;
	background-image: url(../img/common/icon02.png);
}
#main .recruit .infoBox .btn.on .open {
	display: none;
}
#main .recruit .infoBox .btn.on .close {
	display: inline-block;
}
@media all and (min-width: 897px) {
	#main .recruit .infoBox .btn:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1209px) {
	#main .recruit .imgBox {
		margin: 0 2rem 9.1rem;
	}
	#main .recruit .imgBox .photoBox::after {
		left: -2rem;
		bottom: -2rem;
	}
}
@media all and (max-width: 896px) {
	#main .recruit {
		margin-top: 5.2rem;
		padding: 8rem 0 5rem;
	}
	#main .recruit .imgBox {
		margin-bottom: 2.6rem;
		display: block;
	}
	#main .recruit .imgBox .photoBox {
		margin-bottom: 6.3rem;
		width: auto;
	}
	#main .recruit .imgBox .photoBox::after {
		bottom: -3.4rem;
		left: -3.3rem;
	}
	#main .recruit .imgBox .textBox {
		width: auto;
	}
	#main .recruit .headLine01 {
		margin-bottom: 1.5rem;
	}
	#main .recruit .infoBox {
		margin-bottom: 3rem;
		padding: 1.5rem 1.5rem 2rem;
	}
	#main .recruit .infoBox01 {
		margin-bottom: 4rem;
	}
	#main .recruit .infoBox .areBox {
		display: block;
	}
	#main .recruit .infoBox .areBox .phoBox {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#main .recruit .infoBox .areBox .txtBox {
		margin-bottom: 2rem;
		padding: 0;
		width: auto;
	}
	#main .recruit .infoBox .areBox .txtBox .ttl {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#main .recruit .infoBox .sub {
		padding: 1.1rem 1.5rem 1.2rem;
		margin: 1.6rem 0 2rem;
		display: none;
		border-radius: 1rem;
	}
	#main .recruit .infoBox table th,
	#main .recruit .infoBox table td {
		padding: 1rem 0 1.6rem;
		width: 100% !important;
		display: block;
	}
	#main .recruit .infoBox table th {
		padding: 1.6rem 0 0;
		border-bottom: 0;
	}
	#main .recruit .infoBox tr:first-child th {
		padding-top: 0;
	}
	#main .recruit .infoBox .btn {
		margin: 0 auto;
	}
}
/* company */
#main .company {
	padding: 9.9rem 0 5rem;
	background-color: #f3f3f3;
}
#main .company .headLine01 {
	flex: 1;
}
#main .company .tableBox {
	margin-top: -1.1rem;
	width: calc(50% + 22.2rem);
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company table th,
#main .company table td {
	padding: 1.25rem 0;
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: top;
	word-break: break-all;
}
#main .company table th {
	width: 18.9%;
}
@media all and (min-width: 897px) {
	#main .company .content {
		display: flex;
		justify-content: space-between;
	}
}
@media all and (max-width: 896px) {
	#main .company {
		padding: 5rem 0 5rem;
	}
	#main .company .headLine01 {
		margin-bottom: 1.6rem;
	}
	#main .company .tableBox {
		margin-top: 0;
		width: auto;
	}
	#main .company table th,
	#main .company table td {
		padding: 0.9rem 0 0.8rem;
		line-height: 2;
	}
	#main .company table th {
		width: 33.1%;
	}
}
/* access */
#main .access {
	padding-top: 5rem;
	background-color: #f3f3f3;
}
#main .access .headLine01 {
	margin-bottom: 2.5rem;
}
#main .access .imgBox {
	margin-bottom: 5rem;
	flex-direction: row-reverse;
	align-items: flex-start;
}
#main .access .imgBox .photoBox {
	width: calc(50% - 5.4rem);
	border-radius: 2rem;
	overflow: hidden;
}
#main .access .imgBox .photoBox img {
	width: 100%;
}
#main .access .imgBox .textBox {
	flex: 1;
}
#main .access .imgBox .textBox .text {
	margin-bottom: 3.2rem;
	line-height: 2;
}
#main .access .imgBox .textBox .text:last-of-type {
	margin-bottom: 0;
}
#main .access .mapBox {
	position: relative;
	padding-bottom: 42.96%;
}
#main .access .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	#main .access {
		padding-top: 3.1rem;
	}
	#main .access .headLine01 {
		margin-bottom: 2.9rem;
	}
	#main .access .imgBox {
		margin-bottom: 3.3rem;
		display: block;
	}
	#main .access .imgBox .photoBox {
		margin-bottom: 2.6rem;
		width: auto;
	}
	#main .access .imgBox .textBox .text {
		margin-bottom: 3.2rem;
	}
	#main .access .mapBox {
		padding-bottom: 89.7%;
	}
}
/* contact */
#main .contact {
	padding: 10rem 0;
}
#main .contact .headLine01 {
	margin-bottom: 4.5rem;
	text-align: center;
}
#main .contact .text {
	text-align: center;
	line-height: 2;
}
#main .contact .conBtn01 {
	margin-top: 2.6rem;
}
#main .contact .conBtn01 span {
	padding: 0.5rem 0 0.5rem 6rem;
	background: url(../img/common/icon04.png) no-repeat left center / 4.4rem;
}
#main .contact .telBtn {
	margin-bottom: 3.6rem;
}
#main .contact .telBtn a {
	padding-right: 2.3rem;
}
#main .contact .telBtn a span {
	padding-left: 4.5rem;
	background-image: url(../img/common/icon03.png);
	background-size: 3rem auto;
}
@media all and (max-width: 896px) {
	#main .contact {
		padding: 7.9rem 0 6rem;
	}
	#main .contact .conBtn01 {
		margin-top: 3.1rem;
	}
	#main .contact .telBtn {
		margin-bottom: 4.6rem;
	}
}