@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
	margin-bottom: -7px;
	position: relative;
}
.mainImg li {
	position: relative;
}
.mainImg .rArrow,
.mainImg .lArrow {
	position: absolute;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	cursor: pointer;
}
.mainImg .lArrow {
	left: 57px;
}
.mainImg .rArrow {
	right: 57px;
}
.mainImg .slick-dots {
	width: 100%;
	position: absolute;
	bottom: 11px;
	left: 0;
	text-align: center;
}
.mainImg .slick-dots button {
	display: none;
}
.mainImg .slick-dots li {
	margin: 0 6px;
	width: 40px;
	height: 6px;
	cursor: pointer;
	background-color: #fff;
	display: inline-block;
}
.mainImg .slick-dots .slick-active {
	background-color: #145A96;
}
.mainImg .txt {
	padding: 17px 65px 25px;
	width: 53.3%;
	position: absolute;
	top: 15.1%;
	right: 0;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 3px;
	box-sizing: border-box;
	background-image: linear-gradient(to right,rgba(20,90,150,1),rgba(73,150,189,0.9) 50%,rgba(73,150,189,0.8) 70%,rgba(80,154,182,0.8) 80%);
}
.mainImg .txt .en01 {
	margin: 0 0 7px -31px;
	display: block;
	font-size: 5.4rem;
	letter-spacing: -6px;
	font-weight: 600;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .news {
	margin-bottom: 69px;
	padding: 6px 0;
	background-color: #143C64;
}
#main .news .comBox01 {
	display: flex;
	color: #fff;
	align-items: center;
}
#main .news a {
	color: #fff;
	text-decoration: underline;
}
#main .news h2 {
	width: 17.9%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	color: #ff0;
	letter-spacing: -2px;
}
#main .news dl {
	margin-top: 7px;
	flex: 1;
	letter-spacing: -0.4px;
}
#main .news dt {
	float: left;
	font-size: 1.4rem;
}
#main .news dd {
	width: 50%;
	padding: 0 0 0 2.2em;
	font-size: 1.6rem;
	font-weight: 600;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#main .introduction {
	padding-top: 130px;
	margin-bottom: 141px;
}
#main .introduction h2 {
	margin-bottom: 116px;
	font-size: 3.6rem;
	color: #143c64;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -4px;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .introduction h2 .en02 {
	margin-bottom: 26px;
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.7px;
	color: rgba(132,152,167,1);
}
#main .introduction .listUl {
	margin: -20px 0 84px;
	display: flex;
	flex-wrap: wrap;
}
#main .introduction .listUl li {
	margin-top: 20px;
	position: relative;
	width: 25%;
	box-sizing: border-box;
}
#main .introduction .listUl li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 61.4%;
	background-color: #143C64;
}
#main .introduction .listUl li:last-child::after {
	display: none;
}
#main .introduction .listUl li::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(100% + 63px);
	width: 100%;
	height: 10px;
	background-color: #28B4DC;
}
#main .introduction .listUl li:nth-child(2n)::before {
	background-color: #145A96;
}
#main .introduction .txtImg,
#main .introduction .img {
	margin: 0 auto;
	width: 301px;
	text-align: center;
}
#main .introduction .img {
	width: 200px;
	margin: -89px auto 40px;
}
#main .introduction .listUl p {
	margin: 0 30px 0 40px;
	line-height: 1.6;
}
#main .linkBox{
	text-align: center;
}
#main .linkBox .linkImg{
	margin: 40px 0 70px;
}
#main .linkBox .linkImg a:hover{
	opacity: 0.7;
}
#main .linkBox .linkImg img{
	width: 320px;
}
#main .video {
	margin-bottom: 148px;
}
#main .video .videoBox {
	width: 560px;
	height: 316px;
	margin: 0 auto;
}
#main .video .videoBox iframe {
	width: 100%;
	height: 100%;
}
#main .service {
	padding: 144px 0 159px;
	background-color: #F5F2E9;
}
#main .service .comListUl {
	margin-top: -38px;
	justify-content: center;
}
#main .service .comListUl li {
	margin: 38px 24px 0;
	border: 1px solid #3C8CA0;
	box-sizing: border-box;
	box-shadow: 11px 11px 0 #E9E6DD;
}
#main .service .comListUl li a {
	display: block;
}
#main .service .comListUl li .pho {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#main .service .comListUl li .pho img {
	transition: all 0.5s;
}
#main .service .comListUl .color01 {
	border-color: #64A078;
}
#main .service .comListUl .color01 h3 {
	color: #64A078;
}
#main .service .comListUl .color02 {
	border-color: #B4A03C;
}
#main .service .comListUl .color02 h3 {
	color: #B4A03C;
}
#main .service .comListUl .color03 {
	border-color: #A05064;
}
#main .service .comListUl .color03 h3 {
	color: #A05064;
}
#main .service  .comListUl .txt {
	font-family: 'Noto Serif JP', serif;

}
@media all and (min-width: 897px) {
	#main .service .comListUl li a:hover .pho img {
		transform: scale(1.2,1.2);
	}
	#main .introduction .listUl li:nth-child(4n) {
		margin-right: 0;
	}
	#main .news a:hover {
		text-decoration: none;
	}
	.mainImg .rArrow:hover, .mainImg .lArrow:hover {
		opacity: 0.7;
	}
	#gFooter p.txt01 {
		letter-spacing: -2px;
	}
	#gFooter p.txt01 .size {
		letter-spacing: 0;
	}
}
@media all and (max-width: 896px) {
	.mainImg .txt {
		padding: 9px 10px 15px 13px;
		width: 85.5%;
		top: 99px;
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	.mainImg img {
		width: 100%;
	}
	.mainImg .txt .en01 {
		margin: 0 0 6px -17px;
		font-size: 3.2rem;
	}
	#main .news .comBox01 {
		display: block;
	}
	#main .news h2 {
		width: auto;
		font-size: 2.2rem;
	}
	#main .news dl {
		margin-top: -1px;
	}
	#main .news dt {
		margin-top: 4px;
		font-size: 1.2rem;
	}
	#main .news dd {
		width: 81%;
		padding: 0 0 0 1.1em;
		font-size: 1.5rem;
	}
	#main .news {
		margin-bottom: 45px;
		padding: 6px 0 14px;
	}
	#main .introduction h2 .en02 {
		margin-bottom: 14px;
		font-size: 1.3rem;
	}
	#main .introduction h2 {
		margin: 0 -10px 71px;
		font-size: 2.2rem;
		letter-spacing: -2px;
	}
	#main .introduction .listUl {
		margin: -78px 0 20px;
		justify-content: space-between;
	}
	#main .introduction .listUl li {
		margin-top: 78px;
		width: 50%;
		padding-right: 4%;
	}
	#main .introduction .txtImg, #main .introduction .img {
		width: auto;
	}
	#main .introduction .img {
		width: 69.1%;
		margin: -54px auto 27px;
	}
	#main .introduction .listUl p {
		margin: 0 -10px 0 0;
		letter-spacing: -0.3px;
		line-height: 1.78;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";	
	}
	#main .introduction .listUl li::after {
		right: 0;
		bottom: 6px;
		height: 64%;
	}
	#main .introduction .listUl li:nth-child(2n) {
		padding: 0 0 0 4%;
	}
	#main .introduction .listUl li::before {
		width: calc(100% + 15px);
		left: -14px;
		top: calc(100% + 18px);
	}
	#main .introduction .listUl li:nth-child(2n)::before {
		left: auto;
		right: -14px;
	}
	#main .introduction .listUl li:nth-child(2n)::after {
		display: none;
	}
	#main .introduction {
		margin-bottom: 85px;
		padding-top: 80px;
	}
	#main .linkBox .linkImg{
		margin: 20px 0 50px;
		padding: 0 10px;
	}
	#main .linkBox .linkImg img{
		width: 100%;
	}
	#main .video .videoBox {
		width: auto;
		height: auto;
		padding-bottom: 57%;
		position: relative;
	}
	#main .video .videoBox iframe {
		position: absolute;
		left: 0;
		top: 0;
	}
	#main .video {
		margin-bottom: 77px;
	}
	#main .service {
		padding: 46px 0 48px;
	}
	#main .service .comListUl li a {
		position: relative;
	}
	#main .service .comListUl .txt {
		position: absolute;
		bottom: 100%;
		width: 100%;
		background-color: #3C8CA0;
	}
	#main .service .comListUl li {
		padding-bottom: 1px;
		margin: 0;
		border: none;
		box-shadow: none;
	}
	#main .service .comListUl li:not(:last-child) {
		margin-bottom: 49px;
	}
	#main .service .comListUl {
		margin: 0 -14px;
	}
	#main .service .comListUl li a {
		display: flex;
	}
	#main .service .comListUl .tBox {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main .service .comListUl li .pho {
		flex: 1;
	}
	#main .service .comListUl .color01 {
		background-color: #64A078;
	}
	#main .service .comListUl .color01 .txt {
		background-color: #64A078;
	}
	#main .service .comListUl .color01 h3 {
		letter-spacing: 0;
	}
	#main .service .comListUl .color02 {
		background-color: #B4A03C;
	}
	#main .service .comListUl .color02 .txt {
		background-color: #B4A03C;
	}
	#main .service .comListUl .color02 h3 {
		color: #B4A03C;
	}
	#main .service .comListUl .color03 {
		background-color: #A05064;
	}
	#main .service .comListUl .color03 .txt {
		background-color: #A05064;
	}
	#main .service .comListUl .color03 h3 {
		color: #A05064;
	}
	.mainImg .lArrow {
		left: 5px;
	}
	.mainImg .rArrow {
		right: 5px;
		text-align: right;
	}
	.mainImg .rArrow, .mainImg .lArrow {
		width: 10%;
		padding: 20px 0;
	}
	.mainImg .rArrow img, .mainImg .lArrow img {
		width: 14px;
	}
	.mainImg .slick-dots li {
		margin: 0 3px;
		width: 35px;
		height: 4px;
	}
}
@media all and (max-width: 374px) {
	.mainImg .txt .en01 {
		font-size: 2.9rem;
	}
	.mainImg .txt {
		letter-spacing: 0;
		font-size: 1rem;
	}
	#main .news dt {
		font-size: 1rem;
	}
	#main .news dd {
		font-size: 1.2rem;
	}
	#main .introduction h2 {
		font-size: 2rem;
	}
}

.works-category-linkbtn-list {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-top: 55px;
	padding-bottom: 20px;
}

.works-category-linkbtn-item {
	max-width: 150px;
	width: 100%;
}

.works-category-linkbtn-img {
	position: relative;
}

.works-category-linkbtn-img::before {
  content: "";
	display: block;
	width: calc(100% - 10px);
	height: auto;
	aspect-ratio: 1/1;
	border: 5px solid #fff;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
}

.works-category-linkbtn-title {
	max-width: 130px;
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 15px;
	color: #fff;
	background-color: #0071bc;
	border-radius: 15px;
	margin: 5px auto 0;
}

.works-category-linkbtn-title.sm {
	font-size: 13px;
}

.works-category-linkbtn-title::after {
	content: "→";
	display: block;
}

@media all and (max-width: 896px) {
	.works-category-linkbtn-list {
		max-width: 480px;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3 ,1fr);
		gap: 40px 32px;
		margin: 40px auto 0;
		padding: 0 3% 17px;
		box-sizing: border-box;
	}
	.works-category-linkbtn-item {
		max-width: 138px;
	}
	.works-category-linkbtn-title {
		max-width: 120px;
		height: 28px;
		gap: 4px;
		font-size: 13px;
	}
	.works-category-linkbtn-title.sm {
		font-size: 11px;
	}
}

.home-recruit-banner {
	text-align: center;
	margin-bottom: 83px;
}

.home-recruit-banner a:hover {
	opacity: .7;
}

#main .instagram {
	padding-top: 94px;
	margin-bottom: 40px;
}

#main .instagram .headLine02 img {
	max-width: 140px;
}

#main .instagram #sb_instagram #sbi_load {
  margin-top: 20px;
}

@media all and (max-width: 896px) {
	.home-recruit-banner {
		margin-bottom: 60px;
	}
	#main .instagram {
		padding-top: 55px;
		margin-bottom: 0;
	}
	#main .instagram .headLine02 {
		margin-bottom: 30px;
	}
	#main .instagram #sb_instagram #sbi_load {
		margin-top: 50px;
	}
}