@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 0;
}
.content {
	padding-right: 0;
}
/* mainVisual */
#main .mainVisual {
	margin-bottom: -10.2rem;
	padding-top: 13.6rem;
	background: #fff;
}
#main .mainVisual .slideBox {
	margin-right: 17.6rem;
	border-radius: 0 10rem 10rem 0;
	border: 0.6rem solid #000;
	border-left: none;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#main .mainVisual .slideBox li {
	display: block !important;
	height: 85.6rem;
}
#main .mainVisual .slideBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: -6rem;
		padding-top: 10rem;
	}
	#main .mainVisual .slideBox {
		width: 90vw;
		border-radius: 0 5rem 5rem 0;
	}
	#main .mainVisual .slideBox li {
		height: 70vw;
	}
}
/* about */
#main .about {
	padding: 28rem 0 37rem;
	position: relative;
	overflow: hidden;
}
#main .about .bgBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	pointer-events: none;
}
#main .about .bgBox img {
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}
#main .about .infoBox {
	padding-right: 4.2rem;
	position: relative;
	z-index: 2;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2.083;
}
#main .about .textBox {
	margin: 11.4rem 0 0;
	width: 63rem;
}
#main .about .textBox p {
	margin-bottom: 5rem;
}
#main .about .textBox p:last-child {
	margin-bottom: 0;
}
#main .about .textBox .comBtn02 {
	margin-top: 8rem;
}
#main .about .comPosText {
	left: -11.9rem;
	top: 17.3rem;
}
@media all and (max-width: 896px) {
	#main .about {
		padding: 15rem 0;
	}
	#main .about .comPosText {
		left: -1.9rem;
		top: 8.3rem;
	}
	#main .about .infoBox {
		display: block;
		padding: 0;
		font-size: 1.8rem;
	}
	#main .about .headLine02 {
		margin: 0 0 1rem 5rem;
	}
	#main .about .textBox {
		margin: 5rem 0 0;
		width: auto;
	}
	#main .about .textBox p {
		margin-bottom: 2rem;
	}
	#main .about .textBox .comBtn02 {
		margin-top: 4rem;
	}
}
/* service */
#main .service {
	padding: 15.1rem 0 31rem;
	background: url(../img/index/bg02.png) no-repeat center top 9.8rem / 100%;
}
#main .service .titleBox {
	margin-bottom: 7rem;
	align-items: flex-end;
	gap: 5.8rem;
}
#main .service .text {
	margin-bottom: 2.3rem;
	  letter-spacing: 0.05em;
	font-size: 1.8rem;
	line-height: 2.083;
	flex: 1;
	font-weight: 700;
}
#main .service .imgList {
	margin-bottom: 3.1rem;
	gap: 2.2rem;
}
#main .service .imgList li {
	width: calc((100% - 4.4rem) / 3);
	border: 0.3rem solid #000;
	border-radius: 3rem;
	overflow: hidden;
}
#main .service .imgList li img {
	width: 100%;
}
#main .service .comBtn02 a {
	margin-left: auto;
	width: 46.1rem;
}
#main .service .comBtn02 a::after {
	background-color: #9EDA9B;
}
@media all and (min-width: 897px) {
	#main .service .comPageTitle {
		width: fit-content;
	}
	#main .service .comPageTitle .jp {
		margin-bottom: 4rem;
	}
	#main .service .comPageTitle .en {
		margin: 0 -0.6rem;
	}
	#main .service .imgList li img {
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
	}
}
@media all and (max-width: 896px) {
	#main .service {
		padding: 7.1rem 0 18rem;
	}
	#main .service .titleBox {
		display: block;
	}
	#main .service .text {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	#main .service .imgList {
		display: block;
	}
	#main .service .imgList li {
		width: 100%;
		border-radius: 2rem;
	}
	#main .service .imgList li + li {
		margin-top: 3rem;
	}
	#main .service .comBtn02 a {
		width: 100%;
	}
}
/* company */
#main .company {
	margin-bottom: 21rem;
	position: relative;
}
#main .company::before {
	width: 100%;
	height: 81.8rem;
	position: absolute;
	left: 0;
	top: -25.3rem;
	content: "";
	background: url(../img/index/bg03.png) no-repeat center top / 100% 100%;
}
#main .company li {
	width: calc(50% - 0.8rem);
	position: relative;
	z-index: 2;
}
#main .company a {
	height: 34.4rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-shadow: 0 0.6rem 0 #000;
	border-radius: 0 17rem 17rem 0;
	border: 0.5rem solid #000;
	border-left: none;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #FFCD1E url(../img/common/arrow_icon05.png) no-repeat center right 5.9rem / 7.2rem;
	overflow: hidden;
	position: relative;
}
#main .company a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
#main .company .item a {
	justify-content: flex-start;
	border-right: none;
	border-left: 0.5rem solid #000;
	border-radius: 17rem 0 0 17rem;
	background-color: #8CDC95;
	background-image: url(../img/common/arrow_icon06.png);
	background-position: left 5.9rem center;
	letter-spacing: 0.12em;
}
#main .company a .inner {
	padding-right: 4rem;
	width: min(100%,64.2rem);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#main .company .item a .inner {
	padding: 0 0 0 10.8rem;
}
#main .company a .en {
	margin: 1rem 0;
	height: 4.8rem;
	display: block;
}
#main .company a img {
	width: auto;
	height: 100%;
}
#main .company .item01 a::after {
	width: 11rem;
	height: 3.8rem;
	position: absolute;
	content: "";
	right: 49.6rem;
	bottom: -0.4rem;
	background: url(../img/index/icon01.png) no-repeat center top / 100%;
}
@media all and (min-width: 897px) {
	#main .company a:hover::before  {
		opacity: 0.3;
	}
}
@media all and (max-width: 896px) {
	#main .company {
		margin-bottom: 2rem;
	}
	#main .company .list {
		display: block;
	}
	#main .company li {
		width: 100%;
	}
	#main .company li + li {
		margin-top: 4rem;
	}
	#main .company a {
		height: 20rem;
		font-size: 1.8rem;
		background-size: 4rem;
		background-position: right 3rem center;
	}
	#main .company a .inner {
		width: auto;
		padding-right: 8rem;
	}
	#main .company .item01 a::after {
		width: 9rem;
		height: 2rem;
		right: 25rem;
	}
	#main .company a .en {
		height: 3.2rem;
	}
	#main .company .item a {
		background-position: left 3rem center;
	}
	#main .company::before {
		height: auto;
		top: -11rem;
		bottom: -3rem;
		border-radius: 0 35rem 0 0;
		background: #74D0F5;
		border: 0.4rem solid #000;
		border-left: none;
		border-bottom: none;
	}
}
/*  */
#main .snsBox {
	padding: 16.2rem 0 24.5rem;
	background-color: #74D0F5;
	position: relative;
	z-index: 2;
}
#main .snsBox::after {
	width: 73.2rem;
	width: 56.307vw;
	height: 111.3rem;
	content: "";
	position: absolute;
	left: -3.5rem;
	bottom: -10.5rem;
	pointer-events: none;
	background: url(../img/index/bg05.png) no-repeat center top / 100% 100%;
}
#main .snsBox .innerBox {
	padding: 3.4rem 6.7rem 7.1rem;
	max-width: 112.2rem;
	border-radius: 4.5rem;
	position: relative;
	z-index: 1;
	border: 3rem solid #fff;
	box-sizing: border-box;
	background: url(../img/index/bg04.png) no-repeat center top / cover;
}
#main .snsBox .innerBox .heading {
	margin: 0 auto 8.3rem;
	width: 25.4rem;
}
#main .snsBox .innerBox a {
	width: 34.7rem;
}
#main .snsBox .innerBox::before {
	width: 14rem;
	height: 6.7rem;
	content: "";
	position: absolute;
	right: 2.1rem;
  	top: -8.9rem;
	background: url(../img/index/icon02.png) no-repeat center top / 100%;
}
#main .snsBox .innerBox .list {
	position: relative;
}
#main .snsBox .innerBox .list::after {
	width: 21.3rem;
	height: 23.4rem;
	content: "";
	position: absolute;
	right: calc(50% - 10.5rem);
	top: -5rem;
	background: url(../img/index/icon03.png) no-repeat center top / 100%;
}
@media all and (min-width: 897px) {
	#main .snsBox .innerBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .snsBox {
		padding: 13rem 0 7rem;
	}
	#main .snsBox::after {
		height: 100%;
		bottom: -4.5rem;
	}
	#main .snsBox .innerBox {
		padding: 4rem 2rem;
		border-radius: 3rem;
		border-width: 2rem;
	}
	#main .snsBox .innerBox .heading {
		margin-bottom: 4rem;
		width: 15.5rem;
		position: relative;
		z-index: 1;
	}
	#main .snsBox .innerBox .list {
		display: block;
	}
	#main .snsBox .innerBox .list li + li {
		margin-top: 2rem;
	}
	#main .snsBox .innerBox a {
		margin: 0 auto;
		width: 20rem;
		position: relative;
		z-index: 2;
	}
	#main .snsBox .innerBox::before {
		width: 11rem;
		height: 5.7rem;
		right: 0rem;
   		 top: -6.5rem;
	}
}
/* recruit */
#main .comBox {
	padding: 22.4rem 0 22.2rem;
	background-image: none;
}
#main .recruit {
	text-align: center;
}
#main .recruit a {
	margin: 0 auto;
	padding: 8.7rem 0 7.1rem;
	width: 97.6rem;
	border: 0.5rem solid #000;
	border-radius: 17rem;
	background: #FFFC95 url(../img/common/arrow_icon07.png) no-repeat center right 5.5rem / 7.2rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .recruit p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
#main .recruit .heading {
	margin-bottom: 3.2rem;
}
#main .recruit .heading span {
	display: block;
}
#main .recruit .heading .en {
	margin-bottom: 1rem;
	height: 4.9rem;
}
#main .recruit .heading .en img {
	width: auto;
	height: 100%;
}
@media all and (min-width: 897px) {
	#main .recruit a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .comBox {
		padding: 11rem 0;
	}
	#main .recruit a {
		padding: 5rem 2rem;
		width: auto;
		border-radius: 5rem;
		background-size: 4rem;
		background-position: right 2rem bottom 2rem;
	}
	#main .recruit .heading {
		width: auto;
		font-size: 1.6rem;
	}
	#main .recruit .heading .en {
		height: 3.2rem;
	}
	#main .recruit p {
		font-size: 1.4rem;
	}
}