@charset "UTF-8";

.slide {
	position: relative;
}

.slide_list {
}

.slide_item {
	position: relative;
}

.slide_item img {
}

.slide_item p {
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 100%;
	padding-right: 3%;
	color: #ffffff;
	font-size: 30px;
	line-height: 2;
	text-align: right;
	text-shadow: 0 0 7px #000000;
}

.slide_item p:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #ffffff;
	transition: width 0.7s 1s;
}

.slide_item.-current p:before {
	width: 100%;
}

.slide_item strong {
	display: inline-block;
	opacity: 0;
	        transform: translate(0, 100%);
	transition: -webkit-transform 0.7s 2s, opacity 0.7s 2s;
	transition:         transform 0.7s 2s, opacity 0.7s 2s;

	-webkit-transform: translate(0, 100%);
}

.slide_item.-current strong {
	opacity: 1;
	        transform: translate(0, 0);

	-webkit-transform: translate(0, 0);
}

.slide_new {
	position: absolute;
	bottom: 15%;
	left: 3%;
	width: 200px;
}

.main {
	padding: 50px 0;
}

.fm-top {
	text-align: center;
}

.link {
	width: 100%;
	margin-bottom: 80px;
}

.link_ttl {
	color: #f48b39;
	font-weight: bold;
	font-size: 14px;
}

.link_item_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.link_item {
	margin-top: 10px;
}

.link_item > a {
	display: block;
	padding: 10px;
	border: 1px solid #f6efe3;
	border-radius: 8px;
	background-color: #f8f8f8;
}

.link_item > a:hover {
	border-color: #f48b39;
}

.link_item.-small > a {
	display: table;
	width: 100%;
}

.link_item > a figure {
	margin-bottom: 20px;
}

.link_item.-small > a figure {
	display: table-cell;
	width: 124px;
	vertical-align: middle;
}

.link_item.-small > a .link_item_cnt {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}

.link_item > a figure img {
	max-width: 100%;
	height: auto;
}

.link_item_ttl {
	color: #f48b39;
	font-weight: bold;
	font-size: 15px;
}

.link_item_ttl:before {
	content: "\e900";
	margin-right: 5px;
	font-size: 10px;
	font-family: icomoon;
	vertical-align: middle;
}

.link_item_txt {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
}

.link_ex {
	margin-top: 20px;
}

.link_ex > a {
	display: block;
	padding: 10px;
	border: 1px solid #fde4ce;
	background-image: url(../common/img/img-bg.png);
	background-color: #f88c2a;
	color: #f48b39;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.link_ex > a:hover {
	background-image: none;
	color: #ffffff;
}

.link_ex > a:before {
	content: "\e900";
	margin-right: 5px;
	font-size: 10px;
	font-family: icomoon;
	vertical-align: middle;
}

.link_recruit {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #bdbdbd;
}

.link_recruit > a {
	display: block;
	position: relative;
	padding: 21px;
	border: 1px solid #f6efe3;
	border-radius: 8px;
	background-color: #f8f8f8;
	color: #f48b39;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.link_recruit > a:hover {
	border-color: #f48b39;
}

.link_recruit > a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 108px;
	height: 79px;
	background-image: url(../image/img-link04_1705.png);
	background-repeat: no-repeat;
}

.link_recruit > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 111px;
	height: 76px;
	background-image: url(../image/img-link05.png);
	background-repeat: no-repeat;
}

.ig {
}

.ig_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	margin-bottom: 50px;
	background: #f39b87;
}

.ig_hd_logo {
}

.ig_wrap {
}

.ig_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 20px;
}

.ig_cnt p {
}

.ig_cnt_hd {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 13px;
	width: 100%;
	height: auto;
	padding: 0 10px;
	background: var(--cntcolor);
	color: #ffffff;
	aspect-ratio: 1;
}

.ig_cnt_hd_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: auto;
	border-radius: 50%;
	background: #ffffff;
	aspect-ratio: 1;
}

.ig_cnt_hd_ttl {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.ig_cnt_hd_ttl h3 {
	font-weight: bold;
}

.ig_cnt_hd_link {
}

.ig_cnt_hd_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 110px;
	height: 30px;
	border: 1px solid #ffffff;
	border-radius: 9999px;
	font-weight: bold;
}

.ig_cnt_hd_link a::before {
	content: "\e903";
	display: block;
	font-family: icomoon;
	transform: rotate(90deg);
}

.ig_cnt_link {
	background: #bdbdbd;
}

.ig_cnt_link a {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.4s all;
}

.ig_cnt_link a:hover {
	opacity: 0.6;
}

.ig_cnt_link a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fb {
	position: relative;
	float: right;
	width: 56%;
}

.fb_head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	max-width: 499px;
	height: 71px;
	padding: 2px;
	background: #f39a87;
	text-align: center;
}

.fb_head:before,
.fb_head:after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 15px;
	background-image: url(../image/img-fb-pin.png);
}

.fb_head:before {
	top: 1px;
	left: 2px;
}

.fb_head:after {
	top: 1px;
	right: 0;
}

.fb_head_cnt {
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
}

.fb_head_cnt img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42%;
	height: auto;
	transform: translate(-50%, -50%);
}

.fb .fb-page {
	width: 100% !important;
	overflow: hidden;
}

/* All SP & Tablet */
@media screen and (max-width:960px) {
	.fb {
		width: 50%;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.slide {
	}

	.slide_list {
	}

	.slide_item {
	}

	.slide_item img {
	}

	.slide_item p {
		font-size: 20px;
	}

	.slide_item p:after {
	}

	.slide_item.-current p:after {
	}

	.slide_item strong {
	}

	.slide_item.-current strong {
	}

	.slide_new {
	}

	.main {
		padding: 20px 0;
	}

	.link {
		float: none;
		margin: 0 auto 35px;
	}

	.link_ttl {
	}

	.link_item {
	}

	.link_item > a {
	}

	.link_item > a:hover {
	}

	.link_item.-small > a {
	}

	.link_item.-small > a figure {
	}

	.link_item.-small > a .link_item_cnt {
	}

	.link_item > a figure img {
	}

	.link_item_ttl {
	}

	.link_item_ttl:before {
	}

	.link_item_txt {
	}

	.link_item_wrap {
		grid-template-columns: 1fr;
		gap: 0;
		max-width: 330px;
		margin: 0 auto;
	}

	.link_ex {
	}

	.link_ex > a {
	}

	.link_ex > a:hover {
	}

	.link_ex > a:before {
	}

	.link_recruit {
	}

	.link_recruit > a {
	}

	.link_recruit > a:hover {
	}

	.link_recruit > a:before {
	}

	.link_recruit > a:after {
	}

	.main_new {
		margin-top: 20px;
	}

	.ig {
	}

	.ig_hd {
		position: relative;
		left: -10px;
		width: calc(100% + 20px);
		height: 60px;
		margin-bottom: 25px;
	}

	.ig_hd_logo {
		width: 165px;
	}

	.ig_wrap {
	}

	.ig_cnt {
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 15px;
	}

	.ig_cnt p {
		grid-column: 1 / 4;
	}

	.ig_cnt_hd {
		grid-column: 1 / 4;
		flex-flow: row;
		justify-content: start;
		opacity: 1;
		position: relative;
		padding: 13px 12px;
		transition: all 0.4s;
		aspect-ratio: unset;
	}

	.ig_cnt_hd:hover {
		opacity: 0.6;
	}

	.ig_cnt_hd_logo {
		width: 24px;
	}

	.ig_cnt_hd_logo img {
		width: 12px;
	}

	.ig_cnt_hd_ttl {
		margin-bottom: 0;
		font-size: 16px;
	}

	.ig_cnt_hd_ttl h3 {
	}

	.ig_cnt_hd_ttl h3 br {
		display: none;
	}

	.ig_cnt_hd_link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.ig_cnt_hd_link a {
		justify-content: end;
		width: 100%;
		height: 100%;
		padding: 0 20px;
		border: none;
		border-radius: unset;
	}

	.ig_cnt_hd_link a::before {
	}

	.ig_cnt_hd_link a p {
		display: none;
	}

	.ig_cnt_link {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.fb {
		float: none;
		width: 100%;
		max-width: 500px;
		height: 300px;
		margin: 30px auto 0;
		overflow: scroll;
	}

	.fb .fb-page {
		height: 300px;
	}
}

.notice_top {
	padding-top: 50px;
	padding-bottom: 30px;
	color: #f48b39;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
