@charset "utf-8";

/***********************************************************************

------------------------------------------------------------------------
TOPページ
***********************************************************************/

.home-bg-gra {
	background: #EFFFE9;
	background: linear-gradient(180deg, rgba(239, 255, 233, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
}


/*-----------------------------------------------------
メインビジュアル
-------------------------------------------------------*/

.home-mv {
	position: relative;
}

.home-mv .home-mv-pic {
	background: #D3FFC2;
}
.home-mv .home-mv-pic picture {
	display: flex;
	justify-content: flex-end;
}

/*-----------------------------------------------------
キャッチコピー
-------------------------------------------------------*/

.home-mv .home-mv-catch {
}
.home-mv .home-mv-catch::after {
}
@media only screen and (max-width:767px) {
	.home-mv .home-mv-catch {
		background: #D3FFC2;
	}
}

/* ---------------------------
 キャッチコピー - Wマーク
----------------------------- */

.home-mv .home-mv-catch .home-mv-catch-w {

}
.home-mv .home-mv-catch .home-mv-catch-w::after {
	content: "";
	display: block;
	width: 30%;
	height: 462px;
	display: block;
	background: url(../img/home/ic_mv_w.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 56px;
	left: 17px;
	z-index: 3;
}
@media only screen and (max-width:1120px) {
	.home-mv .home-mv-catch .home-mv-catch-w::after {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	.home-mv .home-mv-catch .home-mv-catch-w {
	}
}

/* ---------------------------
 キャッチコピー - テキスト
----------------------------- */

.home-mv .home-mv-catch .home-mv-catch-txt {
	padding-left: 10%;
	padding-top: 13%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.home-mv .home-mv-catch em {
	display: inline-block;
	font-size: 68px;
	font-weight: bold;
	background: #fff;
	line-height: 1;
	padding: 20px 30px;
}
.home-mv .home-mv-catch span {
	line-height: 1;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	margin-top: 34px;
	padding: 20px 30px;
	line-height: 2;
}
@media only screen and (max-width:1530px) {
	.home-mv .home-mv-catch .home-mv-catch-txt {
		padding-left: 3%;
		padding-top: 25%;
	}
}
@media only screen and (max-width:767px) {
	.home-mv .home-mv-catch .home-mv-catch-txt {
		padding: 20px 15px 20px;
		position: relative;
		margin-top: 20px;
		z-index: 3100;
	}
	.home-mv .home-mv-catch .home-mv-catch-txt::after {
		content: "";
		width: 230px;
		height: 161px;
		background: url(../img/home/ic_mv_w.svg)no-repeat;
		display: block;
		background-size: cover;
		position: absolute;
		right: 0px;
		top: -8px;
		z-index: -1;
	}
	.home-mv .home-mv-catch em {
		font-size: 28px;
		padding: .5em;
	}
	.home-mv .home-mv-catch span {
		font-size: 12px;
		margin-top: 1em;
		padding: 0.5em;
	}
}

/*-----------------------------------------------------
メインビジュアル-下部
-------------------------------------------------------*/

.home-mv-btm::after {
	content: "";
	width: 100%;
	height: 320px;
	display: block;
	background: url(../img/home/pic_mv_cover.svg)no-repeat bottom;
	background-size: 100%;
	position: absolute;
	top: -260px;
}
.home-mv-btm {
	display: block;
	width: 100%;
	z-index: 1000;
	position: relative;
}
.home-mv-btm-inner {
	max-width: 1370px;
	padding: 0 25px;
	margin-inline: auto;
	display: flex;
}

/* ---------------------------
 スライダーコントロール
----------------------------- */

.home-mv-controller {
	position: absolute;
	right: 25%;
	bottom: -30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 280px;
	z-index: 1999;
	line-height: 1;
}
@media only screen and (max-width:767px) {
	.home-mv-controller {
		padding: .5em 1em;
		position: relative;
		right: inherit;
		bottom: inherit;
		width: 80%;
		margin-inline: auto;
	}
}

/* ---------------------------
 スライダーコントロール-ドット
----------------------------- */

.dots-box {
	background: #8CCE55;
	width: 120px;
	height: 35px;
	position: relative;
	border-radius: 60px;
	display: block;
}
.dots-box ul {
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: -40px;
	z-index: 1000;
}
.dots-box ul li {
	color: #fff;
}
.dots-box .slide-dots li button::before {
	background: #fff;
}
.dots-box .slide-dots li.slick-active button::before {
	background: #FC22BB;
}

/* ---------------------------
 スライダーコントロール-矢印
----------------------------- */

.ic-mv-prev {
	background:url(../img/home/ic_mv_prev.svg) no-repeat center;
	width: 60px;
	height: 30px;
	display: block;
}
.ic-mv-next {
	background:url(../img/home/ic_mv_next.svg) no-repeat center;
	width: 60px;
	height: 30px;
	display: block;
}


/* ---------------------------
 所在地
----------------------------- */

.home-mv-store {
	max-width: 800px;
	z-index: 1001;
	position: absolute;
	top: -320px;
	width: 100%;
	left: 50px;
}
@media only screen and (max-width:1530px) {
	.home-mv-store {
		top: -180px;
		left: 0;

	}
}
@media only screen and (max-width:1360px) {
	.home-mv-store {
		max-width: 530px;
		top: -280px;
	}
}
@media only screen and (max-width:1120px) {
	.home-mv-store {
	}
}
@media only screen and (max-width:767px) {
	.home-mv-store {
		width: 180px;
		position: relative;
		top: 0;
	}
}

/* ---------------------------
 採用情報ボタン
----------------------------- */

.home-mv .home-mv-recruit {
	position: absolute;
	right:5%;
	bottom: 0;
	z-index: 2;
}
@media only screen and (max-width:767px) {
	.home-mv .home-mv-recruit {
		width: 140px;
	}
}

/* いなげやウィングとは？
========================================== */

.home-about {
	background: url(../img/home/bg_about.jpg) no-repeat bottom;
	padding-top: 220px;
	padding-bottom: 174px;
}

.home-about .home-about-tit {
}
.home-about .home-about-tit h2 {
	font-weight: bold;
	font-size: 40px;
	color: #32AB02;
	text-align: center;
	letter-spacing: 0.2em;
}
.home-about .home-about-tit p {
	text-align: center;
	font-size: 20px;
	margin-top: 44px;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	.home-about {
		background: url(../img/home/bg_about_sp.jpg) no-repeat bottom;
		background-size: cover;
		padding-top: 60px;
		padding-bottom: 33px;
	}
	.home-about .home-about-tit h2 {
		font-size: 28px;
	}
	.home-about .home-about-tit p {
		font-size: 16px;
	}
}


.home-about-btn {
	max-width: 600px;
	width: 100%;
	margin-inline: auto;
	text-align: center;
}

/* ---------------------------
 一緒に働く仲間を募集
----------------------------- */

.home-about .home-about-txt01 {
	max-width: 463px;
	width: 100%;
}
.home-about .home-about-txt02 {
	max-width: 993px;
	width: 100%;
	margin-top: 50px;
}
@media only screen and (max-width:767px) {
	.home-about .home-about-txt01 {
	}
	.home-about .home-about-txt02 {
		width: 240px;
		margin-top: 20px;
	}
}

/* あなたらしく働くために
========================================== */

.home-message {
	padding:100px 0 88px ;
}
.home-message .home-message-tit {
}
.home-message .home-message-tit > h2 {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: .2em;
}
.home-message .home-message-tit > p {
	text-align: center;
	font-size: 22px;
	line-height: 2;
	margin-top: 73px;
}
.home-message .home-message-btn {
	margin-top: 73px;
}
@media only screen and (max-width:767px) {
	.home-message {
		padding:70px 0 44px ;
	}
	.home-message .home-message-tit > h2 {
		font-size: 30px;
	}
	.home-message .home-message-tit > p {
		font-size: 16px;
		margin-top: 40px;
	}
	.home-message .home-message-btn {
		margin-top: 43px;
	}
}


/* いなげやウィングの仕事内容
========================================== */

.home-job {
	background: #DFF3D8;
	padding:50px 50px 100px;
	border-radius: 40px;
}
@media only screen and (max-width:767px) {
	.home-job {
		padding:30px 15px;
		border-radius: 20px;
	}
}

/* ---------------------------
 いなげやウィングの仕事内容-タイトル
----------------------------- */

.home-job .home-job-tit {
	padding-bottom: 56px;
}
.home-job .home-job-tit > h2 {
	font-size: 26px;
	color: #0235AB;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.home-job .home-job-tit {
		padding-bottom: 36px;
	}
	.home-job .home-job-tit > h2 {
		font-size: 22px;
	}
}

/* ---------------------------
 いなげやウィングの仕事内容-詳細内容
----------------------------- */

.home-job .home-job-flex {
	display: flex;
	justify-content: space-between;
	gap: 70px;
	flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
	.home-job .home-job-flex {
		gap: 30px;
	}
}

.home-job .home-job-item {
	background: #fff;
	max-width: 630px;
	width: 46%;
	padding: 30px 30px 50px 30px;
	border-radius: 20px;
	position: relative;
}
.home-job .home-job-item .home-job-item-tit {
	border-bottom: #DFF3D8 10px solid;
	padding-bottom: 32px;
	line-height: 1;
}
.home-job .home-job-item .home-job-item-tit > h3 {
	color: #0235AB;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.home-job .home-job-item picture {
	margin-top: 37px;
	padding-bottom: 35px;
}
.home-job .home-job-item picture + p {
	text-align: center;
	line-height: 2;
}
.home-job .home-job-item .home-job-item-btn {
	text-align: center;
	margin-top: 35px;
}
@media only screen and (max-width:767px) {
	.home-job .home-job-item {
		padding:30px 15px;
		border-radius: 8px;
		width: 100%;
	}
	.home-job .home-job-item .home-job-item-tit {
		border-bottom: #DFF3D8 6px solid;
		padding-bottom: 22px;
	}
	.home-job .home-job-item .home-job-item-tit > h3 {
		font-size: 20px;
	}
	.home-job .home-job-item picture {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.home-job .home-job-item picture + p {
		font-size: 16px;
	}
	.home-job .home-job-item .home-job-item-btn {
		margin-top: 20px;
	}
}

/* 提携店舗
========================================== */

.home-store {
	margin-top: 90px;
}
.home-store .home-store-tit {
	padding-bottom: 47px;
}
.home-store .home-store-tit h2 {
	color: #0235AB;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
.home-store .home-store-tit h2 + p {
	font-size: 22px;
	text-align: center;
	margin-top: 43px;
}
@media only screen and (max-width:767px) {
	.home-store {
		margin-top: 40px;
	}
	.home-store .home-store-tit {
		padding-bottom: 20px;
	}
	.home-store .home-store-tit h2 {
		font-size: 28px;
	}
	.home-store .home-store-tit h2 + p {
		font-size: 16px;
		margin-top: 23px;
	}

}

/* 地図から探す
========================================== */

.home-map {
	background: url(../img/common/bg_pt_grid_gr01.png);
	padding-top: 70px;
	padding-bottom: 120px;
}
.home-map .home-map-tit {
	padding-bottom: 35px;
}
.home-map .home-map-tit h3 {
	text-align: center;
	font-size: 35px;
}
.home-map .home-map-tit h3 + p {
	text-align: center;
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
	.home-map {
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.home-map .home-map-tit {
		padding-bottom: 20px;
	}
	.home-map .home-map-tit h3 {
		text-align: center;
		font-size: 26px;
	}
	.home-map .home-map-tit h3 + p {
		text-align: center;
		font-size: 16px;
		margin-top: 20px;
	}
}

/* ---------------------------
 地図設定
----------------------------- */

#mapcontainer {
	touch-action: none;
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	height: 810px;
}
.area-btn.leaflet-div-icon {
	transform: translate(0, 0) !important;
}
@media only screen and (max-width: 767px) {
	#mapcontainer {
		touch-action: none;
		max-width: 1200px;
		max-width: 100%;
		height: 80vh;
	}
}

/* ---------------------------
 地図ボタン
----------------------------- */

.area-btn a {
	display: inline-block;
	padding: 20px 60px 20px 24px;
	background: #fff;
	border-radius: 8px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1;
	font-size: 16px;
}
.area-btn.green a {
	border: 4px solid #2e9e36;
	background: url(../img/common/ic_cir_arr_right_green.svg) no-repeat right 1em center #fff;
	background-size: 24px;
}
.area-btn.red a {
	border: 4px solid #e60000;
	background: url(../img/common/ic_cir_arr_right_red.svg) no-repeat right 1em center #fff;
	background-size: 24px;
}
.area-btn.blue a {
	border: 4px solid #1c57c9;
	background: url(../img/common/ic_cir_arr_right_navy.svg) no-repeat right 1em center #fff;
	background-size: 24px;
}
@media (hover: hover) {
	.area-btn:hover {
	}
	.area-btn.green a:hover {
		opacity: 1;
		color: #fff;
		transition: .3s all;
		background: url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center #2e9e36;
		background-size: 24px;
	}
	.area-btn.red a:hover {
		opacity: 1;
		color: #fff;
		transition: .3s all;
		background: url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center #e60000;
		background-size: 24px;
	}
	.area-btn.blue a:hover {
		opacity: 1;
		color: #fff;
		transition: .3s all;
		background: url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center #1c57c9;
		background-size: 24px;
	}
}

/* ---------------------------
都道府県から探す
----------------------------- */

.home-map .home-map-pref {
	margin-top: 50px;
}
.home-map .home-map-pref .home-map-pref-tit {}
.home-map .home-map-pref .home-map-pref-tit h3 {
	font-size: 20px;
	text-align: center;
}
.home-map .home-map-pref ol.home-map-pref-list {
	display: flex;
	background: #fff;
	padding: 40px;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	border-radius: 8px;
}
.home-map .home-map-pref ol.home-map-pref-list li {
	max-width: 340px;
	width: 100%;
}
.home-map .home-map-pref ol.home-map-pref-list li a {
	width: 100%;
}
@media only screen and (max-width:767px) {
	.home-map .home-map-pref {
		margin-top: 0;
	}
	.home-map .home-map-pref ol.home-map-pref-list {
		flex-wrap: wrap;
	}
}

/* 先輩社員の声
========================================== */

.home-voice {
	margin-top: 90px;
	padding-bottom: 118px;
}
.home-voice .home-voice-tit {
	padding-bottom: 80px;
}
.home-voice .home-voice-tit h2 {
	color: #32AB02;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.home-voice .home-voice-tit p {
	text-align: center;
	margin-top: 35px;
	font-size: 22px;
}
@media only screen and (max-width:767px) {
	.home-voice {
		margin-top: 40px;
		padding-bottom: 60px;
	}
	.home-voice .home-voice-tit {
		padding-bottom: 40px;
	}
	.home-voice .voice-tit p {
		font-size: 18px;
	}
	.home-voice .home-voice-tit h2 {
		font-size: 30px;
	}
	.home-voice .home-voice-tit p {
		font-size: 16px;
	}
}

/* ---------------------------
先輩社員の声 スライダー内容
----------------------------- */

.home-voice .voice-item-wrap {
	max-width: 1040px;
	width: 100%;
	background: #E1F4FC;
	margin-inline: auto;
	padding: 17px;
	border-radius: 16px;
}
.home-voice .voice-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	padding: 25px;
}

.home-voice .voice-item .voice-item-data {
	max-width: 430px;
	width: 100%;
	margin-left: 60px;
}
.home-voice .voice-item .voice-catch {
	font-size: 34px;
	font-weight: bold;
}
.home-voice .voice-item .voice-name {
	padding-bottom: 1em;
	border-top: 2px dotted #8d9cc2;
	margin-top: 36px;
	padding-top: 20px;
}
.home-voice .voice-item .voice-name h3 {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}
.home-voice .voice-item .voice-name h3 em {
	background: url(../img/common/ic_face_gr.svg) no-repeat left;
	padding-left: 2em;
}

.home-voice .voice-item .voice-item-btn {
	margin-top: 28px;
}
.home-voice .voice-item .voice-item-btn a {
	background: #0235AB url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 2em center;
	color: #fff;
	border-radius: 40px;
	width: 100%;
	display: inline-block;
	padding: 1em;
	font-size: 19px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.home-voice .voice-item {
		flex-direction:column-reverse;
		gap: 10px;
		padding: 10px;
	}
	.home-voice .voice-item picture {
		max-width: 50%;
	}
	.home-voice .voice-item .voice-item-data {
		margin-left: 0;
		padding: 0 15px 15px 15px;
	}
	.home-voice .voice-item .voice-catch {
		font-size: 18px;
		text-align: center;
	}
	.home-voice .voice-item .voice-name {
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 0;
	}
	.home-voice .voice-item .voice-name h3 {
		font-size: 16px;
	}
	.home-voice .voice-item .voice-item-btn {
		margin-top: 8px;
	}
	.home-voice .voice-item .voice-item-btn a {
		font-size: 15px;
		text-align: left;
		background: #0235AB url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center;
		background-size: 20px;
		padding-left: 1.5em;
	
	}
}

/* ---------------------------
先輩社員の声 一覧を見る
----------------------------- */

.home-voice-btn {
	text-align: center;
	margin-top: 40px;
}
.home-voice-btn a {
	display: inline-block;
	max-width: 630px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: 5px solid #BDD6B3;
	border-radius: 5px;
	padding: 1em;
}
.home-voice-btn a span {
	background: #fff url(../img/common/ic_cir_arr_right_navy.svg) no-repeat right 1em center;
	padding-right: 4em;
	display: inline-block;
}
@media only screen and (max-width:767px) {
	.home-voice-btn {
		margin-top: 100px;
	}
	.home-voice-btn a {
		font-size: 18px;
		background: url(../img/common/ic_cir_arr_right_navy.svg) no-repeat right 1em center;
		background-size: 24px;
	}
	.home-voice-btn a span {
		background: none;
	}
}

/* よくある質問
========================================== */

.home-faq {
	background: #E1F4FC;
	padding: 80px 25px 90px;
	border-radius: 82px;
}
.home-faq .home-faq-tit {
	padding-bottom: 73px;
}
.home-faq .home-faq-tit h2 {
	font-size: 40px;
	font-weight: bold;
	color: #0235AB;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.home-faq {
		padding: 40px 15px 40px;
		border-radius: 20px;
	}
	.home-faq .home-faq-tit {
		padding-bottom: 30px;
	}
	.home-faq .home-faq-tit h2 {
		font-size: 30px;
	}
}

/* ---------------------------
よくある質問-項目
----------------------------- */

.home-faq .home-faq-item {
	background: #fff;
	border: #BDD6B3 5px solid;
	border-radius: 14px;
	padding: 45px 25px 65px;
	max-width: 860px;
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.home-faq .home-faq-item + .home-faq-item {
	margin-top: 64px;
}
.home-faq .home-faq-item .home-faq-quest h3 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: .1em;
}
@media only screen and (max-width:767px) {
	.home-faq .home-faq-item {
		padding: 15px 25px 65px;
	}
	.home-faq .home-faq-item + .home-faq-item {
		margin-top: 54px;
	}
	.home-faq .home-faq-item .home-faq-quest h3 {
		text-align: left;
		font-size: 18px;
	}
}

/* ---------------------------
よくある質問-ボタン
----------------------------- */

.home-faq .home-faq-item .home-faq-btn {
	background: #0235AB url(../img/common/ic_cir_arr_btm_wh.svg) no-repeat right 1.5em center;
	color: #fff;
	display: inline-block;
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 320px;
	border-radius: 32px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	bottom: -30px;
}
@media only screen and (max-width:767px) {
	.home-faq .home-faq-item .home-faq-btn {
		font-size: 16px;
		width: 240px;
		margin-left: -120px;
	}
}
.home-faq .home-faq-item .home-faq-btn.active {
	background: #5c6783 url(../img/common/ic_cir_arr_top_wh.svg) no-repeat right 1.5em center;
	background-size: 24px;
}
@media (hover: hover) {
	.home-faq .home-faq-item .home-faq-btn:hover {
		opacity: 1;
		background: #1c5ffa url(../img/common/ic_cir_arr_btm_wh.svg) no-repeat right 1.5em center;
		transition:.3s all;
	}
	.home-faq .home-faq-item .home-faq-btn.active:hover {
		background: #8d9cc2 url(../img/common/ic_cir_arr_top_wh.svg) no-repeat right 1.5em center;
		background-size: 24px;
	}
}

/* ---------------------------
よくある質問-回答
----------------------------- */

.home-faq .home-faq-item .home-faq-answer {
	margin-top: 30px;
	padding:30px 60px;
	font-size: 20px;
	display: none;
}
@media only screen and (max-width:767px) {
	.home-faq .home-faq-item .home-faq-answer {
		padding: 0;
		font-size: 16px;
	}
}

/* 会社情報リンク
========================================== */

/* ---------------------------
会社情報リンク grid
----------------------------- */

.home-cp-link {
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.home-cp-link01 {
	grid-area: 1 / 1 / 3 / 2; 
}
.home-cp-link02 {
	grid-area: 1 / 2 / 2 / 3;
	height: 320px;
}
.home-cp-link03 {
	grid-area: 2 / 2 / 3 / 3;
	height: 320px;
}

@media only screen and (max-width:1080px) {
	.home-cp-link01 { grid-area: 1 / 1 / 2 / 3; }
	.home-cp-link02 { grid-area: 2 / 1 / 3 / 2; }
	.home-cp-link03 { grid-area: 2 / 2 / 3 / 3; }
}
@media only screen and (max-width:767px) {
	.home-cp-link {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		margin-top: 40px;
	}
	.home-cp-link01 { grid-area: 1 / 1 / 2 / 2; }
	.home-cp-link02 { grid-area: 2 / 1 / 3 / 2; }
	.home-cp-link03 { grid-area: 3 / 1 / 4 / 2; }
}

/* ---------------------------
会社情報リンク 背景画像
----------------------------- */

.home-cp-link .home-cp-link-block {
	position: relative;
	overflow: hidden;
}
.home-cp-link .home-cp-link-block::before {
	transition: 0.5s;
	content: "";
	width: 100%;
	display: block;
	height: 100%;
}
.home-cp-link01.home-cp-link-block::before {
		background: url(../img/home/bg_cp_link01.jpg)no-repeat center;
	background-size: cover;
}
.home-cp-link02.home-cp-link-block::before {
	background: url(../img/home/bg_cp_link02.jpg)no-repeat center;
	background-size: cover;
}
.home-cp-link03.home-cp-link-block::before {
	background: url(../img/home/bg_cp_link03.jpg)no-repeat center;
	background-size: cover;
}
@media (hover: hover) {
	.home-cp-link-block:hover::before {
		transform: scale(1.1);
		transition: 0.5s;
	}
}

/* ---------------------------
会社情報リンク 本文
----------------------------- */

.home-cp-link .home-cp-link-item {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
	color: #fff;
	padding-left: 60px;
	line-height: 1;
}
.home-cp-link01 .home-cp-link-item {
	justify-content: center;
	padding-left: 0;
}
@media only screen and (max-width:1080px) {
	.home-cp-link .home-cp-link-item {
		padding-left: 0;
		justify-content: center;
	}
}

.home-cp-link .home-cp-link-item .home-cp-link-tit {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 35px;
}
.home-cp-link .home-cp-link-item a {
	display: block;
	width: 320px;
	background: #FB2B8C url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center;
	background-size: 33px;
	color: #fff;
	border-radius: 64px;
	padding: 1.5em 0;
	text-align: center;
	font-weight: bold;
	margin-top: 26px;
	font-size: 19px;
}
@media (hover: hover) {
	.home-cp-link .home-cp-link-item a:hover {
		background: #ff5c5c url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center;
		background-size: 33px;
		opacity: 1;
	}
}
.home-cp-link .home-cp-link-item p:has(br) {
	line-height: 1.6;
}
.home-cp-link .home-cp-link-item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
