@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual__image{
	width: 100%;
}
.Keyvisual__image img{
	width: 100%;
	height: calc(36rem + 7.5rem);
	object-fit: cover;
	object-position: bottom center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Keyvisual__image img{
		height: 36rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual__image img{
		height: calc(36rem + 7.5rem);
	}

}



/*-------------------------------
	リンク
-------------------------------*/

.main.-circle{
	margin-top: -15rem;
}

.Link__item-wrap{
	width: 100%;
	gap: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.Link__item{
	height: 5.2rem;
}
.Link__item.-small{
	max-width: 18rem;
}
.Link__item.-big{
	max-width: 23.4rem;
}
.Link__item a{
	font-size: 2rem;
	padding-left: 1.8rem;
	padding-right: 5rem;
	justify-content: flex-start;
}
.Link__item a::after{
	width: 2.3rem;
	height: 2.3rem;
	background-size: .7rem;
	transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.main{
		margin-top: -7.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.main.-circle{
		margin-top: -15rem;
	}
	.main.-circle .main__inner{
		padding-top: 9.5rem;
	}

	.Link__item-wrap{
		gap: 2.8rem 4rem;
		flex-wrap: wrap;
	}
	.Link__item{
		height: 8rem;
	}
	.Link__item.-small{
		width: 50%;
		max-width: calc(50% - 2rem);
	}
	.Link__item.-big{
		width: 50%;
		max-width: calc(50% - 2rem);
	}
	.Link__item a{
		font-size: 2.6rem;
		padding-left: 3.5rem;
		padding-right: 6rem;
		justify-content: flex-start;
	}
	.Link__item a::after{
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}

}



/*-------------------------------
	会社情報
-------------------------------*/

.Profile{
	padding-top: 7rem;
}
.Profile .C-Title{
	margin-bottom: 6.5rem;
}
.Profile-table{
	border-radius: .5rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #fff;
}
.Profile-table__item{
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.Profile-table__item-title{
	width: 18rem;
	padding-bottom: 2rem;
	font-weight: 700;
	position: relative;
}
.Profile-table__item-title::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	transform: translateY(100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Profile-table__item-body{
	width: calc(100% - 18rem);
	padding-bottom: 2rem;
}

.Profile-table__item:not(:first-child) .Profile-table__item-title,
.Profile-table__item:not(:first-child) .Profile-table__item-body{
	padding-top: 2rem;
}

.Profile-table__last-wrap{
	width: 100%;
	padding-top: 3rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Profile-table__last-title{
	width: 100%;
	margin-bottom: 2.5rem;
	padding-left: 1.5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.Profile-table__last-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Profile-table__last-body{
	height: 33rem;
	border-radius: .5rem;
	overflow: hidden;
}
.Profile-table__last iframe{
	width: 100%;
	height: 100%;
}
.Profile-table__last:has(img) .Profile-table__last-body{
	background: var(--graycolor);
	padding: 1px;
	border-radius: 0;
}
.Profile-table__last img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Profile-table__last:nth-of-type(1){
	width: calc(100% - 23.4rem);
	padding-right: 3rem;
}
.Profile-table__last:nth-of-type(2){
	width: 23.4rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Profile{
		padding-top: 9.5rem;
	}
	.Profile .C-Title{
		margin-bottom: 7.5rem;
	}
	.Profile-table{
		border-radius: 1rem;
		padding: 7rem 3.5rem;
	}
	.Profile-table__item{
		width: 100%;
		padding-bottom: 3rem;
		flex-direction: column;
		position: relative;
	}
	.Profile-table__item::after{
		background: var(--maincolor);
		content: "";
		display: block;
		width: 20rem;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		transform: translateY(100%);
	}
	.Profile-table__item-title{
		width: 100%;
		margin-bottom: 1.5rem;
		padding-bottom: 0;
		line-height: 1;
	}
	.Profile-table__item-title::after{
		display: none;
	}
	.Profile-table__item-body{
		width: 100%;
		padding-bottom: 0;
	}

	.Profile-table__item:not(:first-child){
		padding-top: 4.5rem;
	}
	.Profile-table__item:not(:first-child) .Profile-table__item-title,
	.Profile-table__item:not(:first-child) .Profile-table__item-body{
		padding-top: 0;
	}

	.Profile-table__last-wrap{
		padding-top: 6.5rem;
		flex-direction: column;
	}
	.Profile-table__last-title{
		margin-bottom: 3rem;
		padding-left: 2.8rem;
	}
	.Profile-table__last-title::before{
		width: 1.4rem;
		height: 1.4rem;
	}
	.Profile-table__last-body{
		height: auto;
		border-radius: 1rem;
	}
	.Profile-table__last iframe{
		height: 30rem;
	}

	.Profile-table__last:nth-of-type(1){
		width: 100%;
		padding-right: 0;
		margin-bottom: 4.5rem;
	}
	.Profile-table__last:nth-of-type(2){
		width: 100%;
	}
	.Profile-table__last:nth-of-type(2) .Profile-table__last-body{
		width: 27.3rem;
		margin-left: auto;
		margin-right: auto;
	}

}



/*-------------------------------
	代表ご挨拶
-------------------------------*/

.Message .C-Title{
	margin-bottom: 5.2rem;
}
.Message .C-Title__jp{
	color: #fff;
}
.Message-block{
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-radius: .5rem;
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message-block__body{
	width: calc(100% - 33.6rem);
	padding-right: 4.2rem;
}
.Message-block__text{
	margin-bottom: 3rem;
}
.Message-block__name{
	width: 100%;
	font-size: 1.5rem;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.Message-block__name strong{
	font-size: 2rem;
	padding-left: 1.4rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Message-block__image{
	width: 33.6rem;
	position: relative;
	z-index: 5000;
}
.Message-block__image::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: .5rem;
	top: .5rem;
	z-index: -1;
}
.Message-block__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Message-block__image{
		width: 25rem;
	}
	.Message-block__body{
		width: calc(100% - 25rem);
	}

}
@media screen and (max-width:768px){

	.Message .C-Title{
		margin-bottom: 8rem;
	}
	.Message-block{
		border-radius: 1rem;
		padding: 7rem 3.5rem 6.8rem;
		flex-direction: column-reverse;
	}
	.Message-block__body{
		width: 100%;
		padding-right: 0;
		padding-top: 5.5rem;
	}
	.Message-block__text{
		margin-bottom: 4.8rem;
	}
	.Message-block__name{
		font-size: 2.7rem;
	}
	.Message-block__name strong{
		font-size: 3.6rem;
		padding-left: 2.2rem;
	}
	.Message-block__image{
		width: 100%;
		position: relative;
		z-index: 5000;
	}
	.Message-block__image img{
		width: calc(100% - 1rem);
	}
	.Message-block__image::before{
		width: calc(100% - 1rem);
		left: 1rem;
		top: 1rem;
	}

}



/*-------------------------------
	保証・アフターケア
-------------------------------*/

.Care .C-Title{
	margin-bottom: 3.5rem;
}
.Care-block-wrap{
	margin-top: 4rem;
	padding-top: 4.8rem;
	border-top: 1px solid #bababa;
}
.Care-block:not(:last-child){
	margin-bottom: 5rem;
}
.Care-block .C-Mask-title{
	margin-bottom: 2.4rem;
}
.Care-list{
	margin-top: 4.2rem;
}
.Care-list__title{
	width: 100%;
	margin-bottom: 2.8rem;
	padding-left: 1.5rem;
	line-height: 1;
	position: relative;
}
.Care-list__title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Care-list__body{
	width: 100%;
	max-width: 50rem;
	border-radius: .5rem;
	padding: 2.4rem 3.5rem 2.4rem 4.7rem;
	border: 1px solid #bababa;
	background: #fff;
}
.Care-list__item-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.Care-list__item{
	padding-left: 1.5rem;
	line-height: calc(2.9 / 1.7);
	position: relative;
}
.Care-list__item:nth-of-type(2n+1){
	width: 67.5%;
}
.Care-list__item:nth-of-type(2n){
	width: 32.5%;
}
.Care-list__item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Care .C-Title{
		margin-bottom: 4.5rem;
	}
	.Care-block-wrap{
		margin-top: 5rem;
		padding-top: 6.5rem;
	}
	.Care-block:not(:last-child){
		margin-bottom: 7rem;
	}
	.Care-block .C-Mask-title{
		margin-bottom: 2.8rem;
	}
	.Care-list{
		margin-top: 5.5rem;
	}
	.Care-list__title{
		margin-bottom: 4.6rem;
		padding-left: 2.5rem;
	}
	.Care-list__title::before{
		width: 1.4rem;
		height: 1.4rem;
	}
	.Care-list__body{
		max-width: 100%;
		border-radius: 1rem;
		padding: 4.5rem;
	}
	.Care-list__item-wrap{
		flex-direction: column;
	}
	.Care-list__item{
		padding-left: 2.8rem;
		line-height: 1;
		position: relative;
	}
	.Care-list__item:not(:last-child){
		margin-bottom: 2rem;
	}
	.Care-list__item:nth-of-type(2n+1){
		width: 100%;
	}
	.Care-list__item:nth-of-type(2n){
		width: 100%;
	}
	.Care-list__item::before{
		width: 1rem;
		height: 1rem;
	}

}



/*-------------------------------
	社内の取り組み
-------------------------------*/

.Activities{
	background: var(--maincolor);
}
.Activities .C-Title{
	margin-bottom: 4.5rem;
}
.Activities .C-Title__jp{
	color: var(--blackcolor);
}
.Activities .C-Title__jp::before{
	background: var(--blackcolor);
}
.Activities .C-Title__en{
	color: var(--blackcolor);
}
.Activities__image-wrap{
	width: 100%;
	margin-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Activities__image{
	width: calc((100% - 3rem) / 2);
	position: relative;
	z-index: 5000;
}
.Activities__image::before{
	background: #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: .5rem;
	top: .5rem;
	z-index: -1;
}
.Activities__image img{
	width: 100%;
}

.Activities-study{
	position: relative;
}
.Activities-study .C-Mask-title{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}
.Activities-study .C-Mask-title__jp::before{
	background: #fff;
}
.Activities-study__body{
	padding-top: 4rem;
	padding-bottom: 1.4rem;
	background: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Activities .C-Title{
		margin-bottom: 5.5rem;
	}
	.Activities__image-wrap{
		margin-bottom: 9rem;
		padding-right: .4rem;
	}
	.Activities__image{
		width: calc((100% - 2.2rem) / 2);
	}
	.Activities__image::before{
		left: .4rem;
		top: .4rem;
	}

	.Activities-study__body{
		padding: 6.5rem 3.5rem 2rem;
	}

}



/*-------------------------------
	採用情報
-------------------------------*/

.Recruit .C-Title{
	margin-bottom: 4rem;
}
.Recruit__inner{
	position: relative;
	z-index: 6000;
}
.Recruit-block{
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-radius: .5rem;
	border: 1px solid #bababa;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Recruit-block__body{
	width: 55%;
	padding-right: 4rem;
}
.Recruit-block .C-Mask-title{
	margin-bottom: 1.8rem;
}
.Recruit-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text{
	font-size: 2.9rem;
}
.Recruit-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text:not(:last-child){
	margin-bottom: .8rem;
}
.Recruit-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text > span{
	padding: .7rem 1.5rem .9rem 1.2rem;
}
.Recruit-block__text{
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	line-height: calc(3.6 / 1.6);
}
.Recruit-block__image{
	width: 45%;
	max-width: 42rem;
	border-radius: .5rem;
	overflow: hidden;
}
.Recruit-obj{
	width: 65.5rem;
    position: absolute;
    right: -22rem;
    top: -17.5%;
    z-index: -1;
    transform: translateY(0);
}
.Recruit-obj img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Recruit-block{
		flex-direction: column;
	}
	.Recruit-block__body{
		width: 100%;
		padding-right: 0;
	}
	.Recruit-block__image{
		width: 60%;
		padding-top: 6.4rem;
		margin-left: auto;
		margin-right: auto;
	}

}
@media screen and (max-width:768px){

	.Recruit .C-Title{
		margin-bottom: 5.4rem;
	}
	.Recruit-block{
		padding: 6.8rem 3.5rem;
		border-radius: 1rem;
		flex-direction: column-reverse;
	}
	.Recruit-block__body{
		width: 100%;
		padding-right: 0;
	}
	.Recruit-block .C-Mask-title{
		margin-bottom: 3.5rem;
	}
	.Recruit-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text{
		font-size: 4rem;
	}
	.Recruit-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text:not(:last-child){
		margin-bottom: 1.6rem;
	}
	.Recruit-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text > span{
		height: 6.3rem;
		padding: 1rem 1.5rem;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.Recruit-block__text{
		margin-bottom: 3.5rem;
		font-size: 3rem;
		line-height: calc(6.4 / 3);
	}
	.Recruit-block .C-Button{
		max-width: 47.5rem;
		height: 10rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Recruit-block .C-Button a{
		font-size: 3rem;
	}
	.Recruit-block .C-Button a::after{
		width: 4.6rem;
		height: 4.6rem;
	}
	.Recruit-block__image{
		width: 100%;
		max-width: 100%;
		margin-bottom: 5rem;
		border-radius: 1rem;
	}
	.Recruit-block__image img{
		width: 100%;
	}
	.Recruit-obj{
		width: 94.6rem;
		right: -35.5rem;
		top: -10%;
	}

}