@charset "utf-8";
/* CSS Document */

#title-area {
	background: url(../images/main_image.jpg) 25% center no-repeat;
	background-size: cover;
}


#contents-area .link-button {
	
}

#contents-area .link-button > * {
	margin-top: 12.5px;
}

#contents-area .link-button > *:first-child {
	margin-top: 0;
}

#contents-area .link-button li {
	width: 100%;
}

.link-button a,
.lower-contents .main-contents .link-button a {
	color: rgba(232, 65, 12, 1);
	border: 1px solid rgba(232, 65, 12, 0.5);
	background-image: url(/common/images/arrow.png);
}

.link-button a:hover,
.lower-contents .main-contents .link-button a:hover {
	background-color: rgba(232, 65, 12, 0.1);
}

@media screen and (min-width: 768px) {

	#contents-area .link-button {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#contents-area .link-button li {
		width: calc(50% - 5px);
		margin-right: 0;
	}

	#contents-area .link-button > *:nth-child(-n + 2) {
		margin-top: 0;
	}

}

@media screen and (min-width: 1280px) {

	#contents-area .link-button:before,
	#contents-area .link-button:after {
		content: '';
		display: block;
		width: calc(33.333% - 15px);
		order: 1;
	}

	#contents-area .link-button li {
		width: calc(33.333% - 15px);
	}

	#contents-area .link-button > *:nth-child(-n + 2) {
		margin-top: 0;
	}
}





#service-info {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

#service-info .w-state {
	display: block;
	padding: 40px 0;
}

#service-info:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	content: "";
	width: 0;
	margin: 0 auto;
	border: 30px solid transparent;
	border-top: 20px solid #fff;
}

#service-info h1 {
	margin-bottom: 25px;
	font-size: 50px;
	font-size: 5.0rem;
}

#service-info h2 {
	margin-bottom: 50px;
	color: #444;
	font-size: 2.0rem;
	line-height: 1.4;
}

#service-info figure {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
}

#service-info figure img {
	width: 100%;
	vertical-align: bottom;
}

#service-info .img-list figure {
	max-width: 100%;
	margin-bottom: 20px;
}

#service-info .img-list figure:last-child {
	margin-bottom: 0;
}

#service-info .img-list figcaption {
	margin-top: 10px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #555;
}

@media screen and (min-width: 768px) {

	#service-info div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#service-info .img-list figure {
		width: calc(33.33% - 30px);
		margin: 0;
	}

}

@media screen and (min-width: 1280px) {

	#service-info h2 {
		font-size: 3.0rem;
	}

	#service-info figure {
		max-width: 600px;
	}

	#service-info .img-list figcaption {
		font-size: 1.6rem;
		margin-top: 30px;
	}

	#service-info .w-state {
		padding: 80px 0;
	}

}




.service-menu {
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	
	background-image: url(../images/bg.png);
	background-position: center, center;
	background-repeat: repeat, repeat-y;
	background-size: min(100vw, 900px) auto, min(200vw, 2000px) auto;
	background-color: #f7f4ee;
	background-color: #FFE5DD;
	background-blend-mode: screen;
}

.service-menu .w-state {
	margin: 50px auto;
}

@media screen and (min-width: 1280px) {

	.service-menu .w-state {
		margin: 60px auto 80px;
	}

}




.service-menu-intro {
	margin-bottom: 20px;
	color: rgba(232, 65, 12, 1);
}

.service-menu-intro__img {
	width: 50px;
	margin: auto;
}

.service-menu-intro__img img {
	width: 100%;
	vertical-align: bottom;
}

.service-menu-intro__des {
	margin-top: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

.service-menu-intro i {
	width: 4em;
	height: 4em;
}

.service-menu-intro svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.25;
}

@media screen and (min-width: 1280px) {

	.service-menu-intro__img {
		width: 100px;
	}

}




.s-division-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	box-sizing: border-box;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {

	.s-division-list {
		gap: 30px;
	}

}

.s-division {
	width: 100%;
	font-feature-settings: "palt";
}

.s-division:first-child {
	margin-top: 0;
}

.s-division__anchor {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	text-decoration: none;
	box-sizing: border-box;
	
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	background-color: #fff;
	background-size: 80px;
	
	box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.05);
	box-shadow: 10px 10px 10px rgba(202, 32, 0, 0.05);
	transition: all 0.2s ease-in-out;
	border-radius: 10px;
}

.s-division__anchor:hover {
	background-color: #fff;
	box-shadow: 0 0 0 rgba(232, 65, 12, 0.15);
	color: #fff;
	background-color: rgba(232, 65, 12, 1);
}

.s-division__anchor > * {
	margin-top: 15px;
}

.s-division__anchor > *:first-child {
	margin-top: 0;
}

.s-division__cat {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
}

.s-division__name {
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	transition: all 0.2s ease-in-out;
}

.s-division__des {
	position: relative;
	padding-top: 20px;
	font-size: 1.3rem;
	line-height: 1.8;
	opacity: 0.8;
}

.s-division__des::before {
	position: absolute;
	inset: 0 0 auto 0;
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	margin: auto;
	background-color: currentColor;
	opacity: 0.5;
}

.s-division i {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -8px;
	width: 24px;
	height: 24px;
	margin: auto;
	padding: 8px;
	background-color: #fff;
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
}

.s-division a:hover i {
	background-color: rgba(232, 65, 12, 1);
}

.s-division i svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.5;
}

@media screen and (min-width: 1280px) {

	.s-division__name {
		font-size: 2rem;
	}

}




/* ---------------------------------------------------------------------- */


.link-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1em;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 1.4rem;
}

.link-list__item {
	list-style: none;
	font-weight: bold;
}

.link-list__item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.05);
	box-shadow: 10px 10px 10px rgba(202, 32, 0, 0.05);
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	background-color: #fff;
}

.link-list__item a::before {
	content: none;
}

.link-list__item a:hover {
	text-decoration: none;
	box-shadow: 0 0 5px rgba(202, 32, 0, 0.2);
	color: #fff;
	background-color: rgba(232, 65, 12, 1);
}

.link-list__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: var(--color-main);
}

.link-list__icon svg {
	position: relative;
	width: 100%;
	height: 100%;
	transition: 0.2s ease;
	stroke-width: 1;
}

.link-list svg {
	stroke-width: 1.5;
}

.link-list__icon::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--color-main);
	transform: scale(0);
	transition: 0.2s ease;
	transition-property: transform;
}

.link-list__item a:hover .icon::before {
	transition-timing-function: cubic-bezier(.22,1.42,.35,.99);
	transition-duration: 0.75s;
	transform: scale(1.3);
}

.link-list .btn .lbl {
	display: inline-flex;
	align-items: center;
	gap: 1.25em;
}

@media all and (min-width: 768px) {
	.link-list {
		flex-direction: row;
		gap: 30px;
		font-size: 1.6rem;
	}
	
	.link-list__item {
		width: calc(100% - 30px);
	}
	
	.link-list__item a {
		padding: 30px;
	}
	
	.link-list__icon {
		width: 36px;
		height: 36px;
	}
}


/* ---------------------------------------------------------------------- */


.service-header {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.service-header__ttl {
	line-height: 1;
	text-align: center;
	font-size: clamp(1.4rem,calc(1.067rem + 1.67vw),2.4rem);
	font-weight: bold;
	font-feature-settings: 'palt';
}

.service-header__logo {
	
}

.service-header__logo img {
	display: block;
	width: 50vw;
	max-width: 600px;
	margin: 0 auto;
}
.service-header__copy {
	font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
	font-feature-settings: "palt";
	font-weight: bold;
}


/* ---------------------------------------------------------------------- */


.banner {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
	text-align: center;
}

.banner a {
	display: flex !important;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 60px 40px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	border-radius: 10px;
	position: relative;
	box-shadow: 8px 8px 15px rgba(232, 65, 12, 0.1);
	text-decoration: none;
}

.banner .banner-inner > *:last-child {
	margin-bottom: 0;
}

.banner a:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 0.2s ease;
	border: 1px solid #fff;
	border-radius: inherit;
}

.banner a:hover {
	box-shadow: 0 0 0 rgba(232, 65, 12, 0.15);
}

.banner a:hover:before {
	background: rgba(255,255,255,0.5);
}

.banner .ttl {
	position: relative;
	width: 100%;
	z-index: 2;
}

.banner .ttl img {
	display: block;
	width: 70%;
	max-width: 300px;
	height: auto;
	margin: auto;
}

.banner .pickup {
	display: inline-block;
	font-size: 1.2rem !important;
	font-weight: 600;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.6;
}

.banner-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.banner-inner {
		flex-direction: row;
		align-items: center;
	}
	
	.banner .ttl {
		margin-bottom: 0 !important;
		flex: 1;
		border-right: 1px solid rgba(0,0,0,0.2);
	}

	.banner .ttl img {
		width: auto;
		height: 100%;
	}
	.banner .pickup {
		flex: 1;
	}
	.banner a {
		padding: 80px 0;
	}
}


@media screen and (min-width: 1280px) {
	.banner .pickup {
		font-size: 1.8rem !important;
		flex: 1;
	}
}
