@charset "utf-8";
/*
Theme Name: laluce
Author: YES-REFORM CO., LTD.
*/

/* Body
========================================== */
html, body {
	width: 100%;
	font-size: 62.5%;
	/*10px*/
}

body {
	color: var(--txt-color);
	line-height: 1.8;
	background-color: var(--c-beige);
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.wrap {
	overflow: hidden;
}

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

@media screen and (max-width: 599px) {
	body {
		word-wrap: break-word;
		font-size: 1.5rem;
		padding-bottom: 60px;
	}
}

/*pc*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

/*sp*/
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/* header
========================================== */
.headerArea {
	position: relative;
	z-index: 1200;
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
}

.headerArea .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 30px;
}

.headerLogo a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
	text-decoration: none;
}

.headerLogo img {
	max-width: 100%;
	height: auto;
}

.headerLogo .ja {
	padding-left: 1em;
}

.gnav>ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 5px 0 2em;
	list-style: none;
	border-radius: 9999px;
	background-color: rgba(255, 255, 255, 0.9);
}

.gnav>ul>li {
	position: relative;
}

.gnav>ul li+li {
	margin-left: 3em;
}

.gnav ul li a {
	line-height: 1.2;
	display: block;
	width: 100%;
	padding: 1.5em 0;
	color: var(--txt-color);
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}

.gnav ul li.contact,
.spContact ul li.contact {
	width: 200px;
}

.gnav ul li.contact a,
.spContact ul li.contact a {
	overflow: hidden;
	line-height: 1;
	position: relative;
	display: block;
	border-radius: 9999px;
	padding: 1em 1em;
	background: var(--gradation);
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.gnav ul li.contact.individual a,
.spContact ul li.contact.individual a,
.serviceMenu li.contact.individual a {
	background: linear-gradient(135deg, #58a0a5, #25b2ba);
}

/* .gnav ul li.contact a::before {
	z-index: 3;
	position: relative;
	content: "";
	display: inline-block;
	background: url(images/icon_mail_w.svg) left top/contain no-repeat;
	width: 24px;
	height: 15px;
	transition: 0.3s;
} */

.gnav ul li.contact a::after,
.spContact ul li.contact.individual a::after {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--main-color);
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	color: #fff;
}

.gnav ul li.contact.individual a::after,
.spContact ul li.contact.individual a::after,
.serviceMenu li.contact.individual a::after {
	background: #0373b3;
	color: #fff;
}

.gnav ul li.current a,
.gnav ul li a:hover {
	color: var(--main-color);
}

.gnav ul li.contact a:hover {
	color: #fff;
}

.gnav ul li.contact a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
	color: #fff;
}

.gnav ul li.contact.biz,
.spContact ul li.contact.biz {
	margin-left: 10px;
}

.gnav ul li.contact .text,
.spContact ul li.contact .text {
	position: relative;
	z-index: 2;
}

.gnav .submenu:hover .submenuBox {
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.gnav .submenuBox {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	padding: 1.2em 0;
	width: 16em;
}

.gnav .submenuBox li {
	margin: 0;
	width: 100%;
}

.gnav .submenuBox li a {
	display: block;
	padding: 5px 0;
	text-align: center;
}

.gnav .submenuBox li+li {
	margin-top: 0.8em;
}

.spBtn,
.spContact,
.drawerMenu {
	display: none;
}

.floatingContact {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 9999;
}

.floatingContact ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.floatingContact ul .btnMore {
	margin-top: 0;
}

.btnMore .fcLink {
	border-radius: 10px 0 0 10px;
	padding: 20px;
}

.fcLink {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	min-width: auto;
}

.fcLink .text {
	color: #fff;
	text-decoration: none;
}

.fcLink.biz,
.fcLink.individual {
	text-decoration: none;
}

.fcLink.biz {
	background: var(--gradation);
}

.fcLink.individual {
	background: linear-gradient(135deg, #58a0a5, #25b2ba);
}

.fcLink.individual:after {
	background: #0373b3;
}

@media screen and (max-width:1600px) {
	.gnav ul li.contact {
		width: 160px;
	}

	.gnav>ul li+li {
		margin-left: 2em;
	}
}

@media screen and (max-width:1400px) {
	/* .headerLogo {
		width: 160px;
	} */

	.gnav>ul li+li {
		margin-left: 1.5em;
	}

	.gnav ul li a {
		font-size: 1.3rem;
	}

	.gnav ul li.contact {
		width: 120px;
	}

	.fcLink {
		padding: 20px 10px;
	}
}

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

@media screen and (max-width:1080px) {
	.headerArea .inner {
		padding: 0 1em;
	}

	.headerLogo {
		width: 110px;
	}

	.headerLogo .ja {
		padding-left: 0;
	}

	.gnav ul li.contact {
		width: 70px;
	}

	.gnav>ul {
		padding: 0 5px 0 1em;
	}
}

@media screen and (max-width:840px) {
	.headerArea {
		top: 10px;
		position: absolute;
	}

	.headerArea .inner {
		padding: 0 10px;
		height: 50px;
	}

	.headerLogo {
		padding-top: 5px;
		width: auto;
	}

	.headerLogo img {
		height: 35px;
		width: auto;
	}

	.headerLogo a {
		font-size: 1.2rem;
	}

	.headerLogo .ja {
		padding-left: 1em;
	}


	.gnav {
		display: none;
	}

	/*ドロワーメニュー*/
	.drawerMenu {
		z-index: 10;
		overflow-y: scroll;
		position: fixed;
		top: 0px;
		left: 0px;
		display: none;
		padding: 80px 1em 40px;
		width: 100%;
		height: 100%;
		background-color: var(--c-beige);
		opacity: 0;
	}

	.drawerMenu.open {
		display: block;
		animation-name: fadeInAnime;
		animation-duration: 0.3s;
		animation-fill-mode: forwards;
	}

	.drawerMenu::-webkit-scrollbar {
		width: 10px;
	}

	.drawerMenu::-webkit-scrollbar-track {
		background: #fff;
	}

	.drawerMenu::-webkit-scrollbar-thumb {
		background: #fff;
	}

	.gnavSp {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
		gap: 2em;
	}

	.gnavSp>ul {
		width: calc((100% - 2em)/2);
	}

	.gnavSp li a {
		line-height: 1.2;
		display: block;
		position: relative;
		padding: 1em 0;
		color: #e86030;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
	}

	.gnavSp .submenuBox {
		margin-bottom: 1em;
	}

	.gnavSp .submenuBox li {
		position: relative;
	}

	.gnavSp .submenuBox li a {
		padding: 0.6em 0;
		color: #7a7a7a;
		border: none;
	}

	.spHeaderLogo {
		text-align: center;
		margin-bottom: 20px;
	}

	.spHeaderLogo a {
		text-decoration: none;
	}

	.spHeaderLogo .ja {
		display: block;
		color: var(--main-color);
		font-size: 1.2rem;
	}

	.spsnsList {
		display: flex;
		justify-content: center;
	}

	.spsnsList li+li {
		margin-left: 10px;
	}

	.spBtn {
		position: fixed;
		top: 10px;
		right: 5px;
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 13px 11px;
		cursor: pointer;
		z-index: 2000;
	}

	.spBtn div {
		position: relative;
	}

	.spBtn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: var(--main-color);
		left: 0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.spBtn span:nth-child(1) {
		top: 0;
	}

	.spBtn span:nth-child(2) {
		top: 10px;
	}

	.spBtn span:nth-child(3) {
		top: 20px;
	}

	.spBtn.open span:nth-child(1) {
		top: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.spBtn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.spBtn.open span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.headerLogo {
		position: fixed;
		top: 20px;
		left: 10px;
		cursor: pointer;
		z-index: 2000;
	}
}

@media screen and (max-width:599px) {
	.headerLogo img {
		height: 25px;
		width: auto;
	}

	.headerLogo a {
		font-size: 1rem;
	}

	.spContact {
		display: inline-block;
	}

	.spContact ul {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.spContact ul li.contact,
	.spContact ul li.biz {
		width: 100%;
	}

	.spContact ul li.contact a {
		border-radius: 0;
		padding: 1.5em 1em;
	}

	.spContact ul li.contact.biz {
		margin-left: 0;
	}

	.floatingContact {
		display: none;
	}
}

/* mv
========================================== */
.mvArea {
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}

.mvArea .deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 80.375%;
}

.mvArea .deco img,
.mvArea .img img {
	width: 100%;
	height: auto;
}

.mvArea .txtBox {
	position: absolute;
	top: 50%;
	left: 12.5%;
	width: 75%;
	transform: translateY(-50%);
}

.mvArea .txtBox .mvTxt01,
.mvArea .txtBox .mvTxt02 {
	display: block;
	opacity: 0;
}

.mvArea .txtBox .mvTxt01 img,
.mvArea .txtBox .mvTxt02 img {
	width: 100%;
	height: auto;
}

.mvArea .txtBox .mvTxt01 {
	margin-bottom: 5%;
	width: 47.33333%;
	animation: blur 0.8s ease-in-out 0.3s forwards;
}

.mvArea .txtBox .mvTxt02 {
	margin-left: 10%;
	width: 30%;
	animation: blur 0.8s ease-in-out 1s forwards;
}

@keyframes blur {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}

	100% {
		opacity: 1;
		-ms-filter: blur(0);
		filter: blur(0);
	}
}

.scrolldown {
	position: absolute;
	left: 24%;
	bottom: 40px;
	height: 100px;
	z-index: 1;
}

.scrolldown span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2em;
	font-family: "Abel", sans-serif;
	color: var(--main-color);
}

.scrolldown::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 1px;
	height: 100px;
	background: var(--main-color);
	animation: pathmove 2s ease-in-out infinite;
}

@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
	}

	50% {
		height: 100px;
	}

	100% {
		top: auto;
		bottom: 0;
		height: 0;
	}
}

@media screen and (max-width:1200px) {
	.mvheader_inner {
		width: 100%;
		padding: 10px 20px 0;
	}

	.mvArea {
		margin-bottom: 20px;
	}

	.mvArea .inner {
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width:840px) {
	.mvArea {}

	.mvArea .deco {
		display: none;
	}

	.mvArea .txtBox {
		left: 0;
		width: 90%;
	}

	.mvArea .txtBox .mvTxt01 {
		margin-bottom: 5%;
		width: 55%;
	}

	.mvArea .txtBox .mvTxt02 {
		margin-left: 10%;
		width: 35%;
	}

	.mvArea::before {
		height: 110%;
	}
}

@media screen and (max-width:599px) {
	.scrolldown {
		display: none;
	}
}


/* contents
========================================== */
.contents {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.contents p+p {
	margin-top: 1.5em;
}

.contentsInner {
	margin: 0 auto;
	padding: 30px 0 60px;
	width: 1200px;
}

@media screen and (max-width:1200px) {
	.contentsInner {
		width: 100%;
		padding: 30px 30px 60px;
	}
}

@media screen and (max-width:599px) {
	.contentsInner {
		padding: 50px 20px;
	}
}

/* ラルーチェについて
========================================== */
.aboutArea {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
}

.aboutArea .imgBox {
	width: 52%;
}

.aboutArea .imgBox img {
	width: 100%;
	height: auto;
}

.aboutArea .imgBox .img02 {
	margin-top: -10%;
	text-align: right;
}

.aboutArea .txtBox {
	position: relative;
	width: 45%;
}

.aboutArea .title {
	line-height: 1.5;
	position: relative;
	margin-bottom: 1em;
	font-size: clamp(2.4rem, 2.857vw, 4.2rem);
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: var(--main-color);
}

@media screen and (max-width:1200px) {
	.aboutArea {
		padding: 0 5% 50px;
		width: 100%;
	}

	.aboutArea .imgBox {
		width: 40%;
	}

	.aboutArea .txtBox {
		width: 55%;
	}
}

@media screen and (max-width:840px) {
	.aboutArea {
		display: block;
	}

	.aboutArea .imgBox {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutArea .txtBox {
		width: 100%;
	}
}

/* 事業内容
========================================== */
.serviceArea {
	margin: 0 auto;
	padding: 50px 0;
	max-width: 1200px;
}

.serviceMenu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin-bottom: 80px;
	padding: 0 5%;
}

.serviceMenu li a {
	overflow: hidden;
	position: relative;
	line-height: 1.3;
	z-index: 1;
	display: block;
	margin: 0 auto;
	padding: 1.2em 3em calc(1.2em + 14px);
	box-sizing: border-box;
	border-radius: 9999px;
	background: var(--gradation);
	filter: var(--box-shadow);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.serviceMenu li a::before {
	content: "";
	z-index: 4;
	position: absolute;
	bottom: 10px;
	left: 50%;
	background: url(images/icon_arrow.svg) left top/contain no-repeat;
	width: 24px;
	height: 14px;
	transform: translateX(-50%);
}

.serviceMenu li a .text {
	position: relative;
	z-index: 2;
}

.serviceMenu li a::after {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--main-color);
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
}

.serviceMenu li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.serviceMenu li a:hover::before {
	bottom: 0;
	transition: 0.3s;
}

.serviceInner {
	margin: 80px auto;
	padding: 5%;
	background-color: #fff;
	filter: var(--box-shadow);
}

.serviceInner+.serviceInner {
	margin-top: 80px;
}

.serviceInner .serviceTitle {
	line-height: 1.3;
	z-index: 1;
	display: block;
	margin: -4em auto 60px;
	width: fit-content;
	padding: 1.3em 3em;
	box-sizing: border-box;
	border-radius: 9999px;
	background: var(--gradation);
	filter: var(--box-shadow);
	color: #fff;
	text-align: center;
	font-size: clamp(2rem, 3.339vw, 3.2rem);
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.serviceInner .serviceTitle.individual {
	background: linear-gradient(135deg, #58a0a5, #25b2ba);
}

.serviceCatch {
	margin-bottom: 1em;
	font-size: clamp(2rem, 3.339vw, 4rem);
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.serviceCatch .gaiken {
	color: #64a0f1;
}

.serviceCatch .naimen {
	color: #56af95;
}

.serviceImage {
	margin-bottom: 50px;
	text-align: center;
}

.serviceImage img {
	max-width: 100%;
	height: auto;
}

.serviceText {
	margin-bottom: 3em;
}

.serviceWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
}

.serviceWrap .box {
	display: flex;
	flex-direction: column;
	width: calc((100% - 60px)/2);
	padding: 5%;
	box-sizing: border-box;
	border: 1px solid var(--border-color);
}

.serviceWrap .box .title {
	line-height: 1.3;
	margin-bottom: 1em;
	font-size: clamp(2.2rem, 2.619vw, 2.8rem);
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.serviceWrap .box .imgBox {
	text-align: center;
	margin-bottom: 20px;
}

.serviceWrap .box .imgBox img {
	width: 100%;
	height: auto;
}

.effectBox {
	margin-top: 1.5em;
}

.effectTitle {
	margin-bottom: 1em;
	text-align: center;
	font-size: clamp(2rem, 2.381vw, 2.2rem);
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}

.effectTitle span {
	border-bottom: 3px solid var(--main-color);
}

.effectBox .checkList {}

.effectBox .checkList li {
	position: relative;
	padding: 0.3em 0 0.6em 2em;
	line-height: 1.5;
}

.effectBox .checkList li:after,
.effectBox .checkList li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 11px;
	height: 17px;
	width: 2px;
	border-radius: 2px;
	background: #7a9b73;
	;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.effectBox .checkList li:after {
	top: 16px;
	left: 3px;
	height: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

@media screen and (max-width:1200px) {
	.serviceMenu li a {
		padding: 1.2em 1.5em calc(1.2em + 14px);
		font-size: 2.8rem;
	}
}

@media screen and (max-width:840px) {
	.serviceInner {
		margin: 50px auto;
	}

	.serviceMenu li a {
		font-size: 2.4rem;
	}

	.serviceWrap {
		gap: 30px;
	}

	.serviceWrap .box {
		width: calc((100% - 30px)/2);
	}
}

@media screen and (max-width:599px) {
	.serviceMenu {
		flex-direction: column;
		gap: 30px;
	}

	.serviceMenu li a {
		padding: 1em 3em calc(1em + 14px);
		font-size: 2rem;
	}

	.serviceInner .serviceTitle {
		margin: -3em auto 60px;
		padding: 1em 3em;
	}

	.serviceWrap {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.serviceWrap .box {
		width: 100%;
		padding: 6%;
	}

	/*accordion*/
	.serviceWrap .box .title {
		position: relative;
		margin-bottom: 0;
		padding-right: 2em;
		font-size: 2rem;
		cursor: pointer;
	}

	.serviceWrap .box .title::after {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "＋";
		font-size: 2.5rem;
		font-weight: 6600;
		color: #919193;
	}

	.serviceWrap .box .title.open {
		margin-bottom: 1em;
	}

	.serviceWrap .box .title.open::after {
		content: "－";
	}

	.serviceWrap .box dd {
		display: none;
	}

	.serviceWrap .box dd.open {
		display: block;
	}

}


/* お客様の声
========================================== */
.voiceArea {
	padding: 80px 0;
	background-color: #fff;
	filter: var(--box-shadow);
}

.voiceArea .inner {
	margin: 0 auto;
	width: 1200px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.voiceList>li {
	display: block;
	padding: 2em;
	border: 1px solid var(--border-color);
	box-sizing: border-box;
	background-color: #fff;
	text-decoration: none;
	color: var(--txt-color);
	transition: 0.3s;
}

.voiceList.sub>li {
	margin-top: 5px;
	filter: var(--box-shadow);
	border: none;
}

.voiceList .customerBox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1em;
	gap: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ebe3eb;
}

.voiceList .customerBox .imgBox {
	position: relative;
	width: 100px;
	aspect-ratio: 1/1;
}

.voiceList .customerBox .imgBox::before {
	content: "";
	display: block;
}

.voiceList .customerBox .imgBox img {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 5px;
	object-fit: cover;
	transition: 0.5s;
}

.voiceList .customerBox .txtBox .name {
	margin-top: 0.6em !important;
	font-size: 1.8rem;
}

.voiceList .category {
	margin-bottom: 0.5em;
}

.voiceList .category li {
	line-height: 1;
	display: inline-block;
	padding: 0.3em 0.5em;
	background-color: var(--main-color);
	font-size: 1.2rem;
	color: #fff;
}


/*下層ページ*/
.voiceList.sub {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
}

.voiceList.sub>li {
	width: calc((100% - 30px)/2);
}

.voiceSlider .buttonWrap {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 50px;
}

@media screen and (max-width:1200px) {
	.voiceArea .inner {
		padding: 0 30px 20px;
		width: 100%;
	}
}

@media screen and (max-width:840px) {
	.voiceList>li {
		padding: 20px;
	}

	.voiceList.sub {
		flex-direction: column;
		gap: 20px;
	}

	.voiceList.sub>li {
		width: 100%;
	}

}

/* 新着情報
========================================== */
.newsArea {
	padding: 80px 0;
}

.newsList {
	margin-bottom: 50px;
}

.newsList>li+li {
	margin-top: 30px;
	list-style-type: none;
}

.newsList>li a {
	display: block;
	position: relative;
	padding: 1em 70px 1em 1em;
	background-color: #fff;
	filter: var(--box-shadow);
	color: var(--txt-color);
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: 0.5s;
}

.newsList>li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(-90deg);
	background: url(images/icon_arrow_orange.svg) top right/contain no-repeat;
	width: 24px;
	height: 14px;
	transition: 0.5s;
}

.newsList li a .txtBox {
	padding-left: 2em;
	width: 88%;
}

.newsList li a ul {
	display: flex;
	align-items: center;
	margin-bottom: 0.6em;
}

.newsList li a ul li+li {
	margin-left: 1em;
}

.newsList li a .category {
	width: 12em;
	padding: 0 1em;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--main-color);
}

.newsList li a .date {
	color: var(--main-color);
	font-family: "Abel", sans-serif;
}

.newsList>li a:hover {
	border-color: var(--main-color);
}

.newsList>li a:hover::after {
	right: 20px;
}

@media screen and (max-width:599px) {
	.newsArea {
		padding: 30px 0;
	}

	.newsList li a {
		padding: 20px;
	}

	.newsList>li a::after {
		display: none;
	}
}


/* お問い合わせ
========================================== */
.contactArea {
	overflow: hidden;
	padding: 60px 0;
	background-color: var(--c-grey);
}

.contactArea .inner {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 1200px;
}

.contactArea .inner .boxL,
.contactArea .inner .boxR {
	width: 50%;
}

.contactArea .inner .boxR {
	text-align: center;
}

.contactArea .inner .boxR .boxBtn {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.contactArea .inner .boxR .boxBtn .btnMore {
	margin-top: 30px;
}

.btnMore.individual a {
	background: linear-gradient(135deg, #58a0a5, #25b2ba);
}

.btnMore.individual a:after {
	background: #0373b3;
}

.contactArea .ttlMain {
	margin-bottom: 1em;
}

.contactArea .contactLink {
	text-align: center;
}

.contactArea .contactLink img {
	width: 50px;
	height: 32px;
}

@media screen and (max-width:1200px) {
	.contactArea {
		padding: 60px 30px;
	}

	.contactArea .inner {
		width: 100%;
	}
}

@media screen and (max-width:1100px) {
	.contactArea .inner .boxR .boxBtn {
		display: block;
	}

}

@media screen and (max-width:840px) {
	.contactArea .inner {
		display: block;
	}

	.contactArea .inner .boxL,
	.contactArea .inner .boxR {
		width: 100%;
	}

	.contactArea .inner .boxL {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:599px) {
	.contactArea {
		display: none;
	}
}


/* footer
========================================== */
footer {
	padding: 80px 0 20px;
	width: 100%;
	background-color: #fff;
}

.footerArea {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 80px;
	max-width: 1200px;
}

.footerInfo {
	width: 25%;
	color: var(--main-color);
}

.footerNavi {
	width: 75%;
	display: flex;
	justify-content: space-around;
}

.footerLogo {
	margin-bottom: 20px;
}

.footerLogo img {
	max-width: 100%;
	height: auto;
}

.footerInfo .tel a {
	text-decoration: none;
	font-family: "Abel", sans-serif;
}

.footerInfo .snsList {
	display: flex;
	margin-top: 20px;
}

.footerInfo .snsList li+li {
	margin-left: 10px;
}

.footerNavi .fnav {
	margin-right: 2em;
}

.footerNavi .fnav:last-child {
	margin-right: 0;
}

.fnav li+li {
	margin-top: .8em;
}

.fnav li a {
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none;
	color: var(--main-color);
}

.fnav li ul {
	margin-top: 1em;
}

.fnav li ul li a {
	font-weight: 400;
	color: var(--txt-color);
}

.fnav li a[href*="/"]:hover {
	text-decoration: underline;
}

.copyright {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
	footer {
		padding: 60px 30px;
	}

	.footerArea {
		max-width: 100%;
	}
}

@media screen and (max-width: 840px) {
	footer {
		padding: 50px 5% 20px;
	}

	.footerArea {
		display: block;
		margin-bottom: 50px;
	}

	.footerInfo {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.footerLogo {
		text-align: center;
	}

	.footerInfo .snsList {
		justify-content: center;
	}

	.footerNavi {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}

	.footerNavi .fnav {
		margin-right: 2em;
		margin-bottom: 1em;
		width: calc((100% - 2em)/2);
	}

	.footerNavi .fnav:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (max-width: 599px) {
	.fnav li a {
		font-size: 1.4rem;
	}
}

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


/* pageTop
========================================== */
#pageTop {
	z-index: 100;
	position: fixed;
	right: 15px;
	bottom: 30px;
	transform: rotate(90deg);
}

#pageTop a {
	display: block;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	color: var(--txt-color);
	font-family: "Abel", sans-serif;
	padding: 0 0 0 35px;
	border-top: solid 1px;
	transition: 0.3s;
}

#pageTop a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 15px;
	border-top: solid 1px;
	transform: rotate(35deg);
	transform-origin: left top;
}

#pageTop a:hover {
	opacity: 1;
	color: var(--main-color);
}

@media screen and (max-width: 840px) {
	#pageTop {
		display: none !important
	}
}