@charset "utf-8";

.js-slider-area {
	width: 100%;
	height: 460px;
	position: relative;
}

.js-slider-item {
	width: 100%;
	height: 460px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
}

.js-slider-item--01 {
	background: url(../img/slide/slide_01.jpg?200327) center /cover no-repeat;
}
.js-slider-item--02 {
	background: url(../img/slide/slide_02.jpg) center /cover no-repeat;
}
.js-slider-item--03 {
	background: url(../img/slide/slide_03.jpg) center /cover no-repeat;
}

.js-slider-item-ttl {
	width: 1000px;
	height: 460px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.js-slider-item--01 .js-slider-item-ttl {
	background: url(../img/slide/ttl_01.png?250227) center /100% no-repeat;
}
.js-slider-item--02 .js-slider-item-ttl {
	background: url(../img/slide/ttl_01.png?250227) center /100% no-repeat;
}
.js-slider-item--03 .js-slider-item-ttl {
	background: url(../img/slide/ttl_01.png?250227) center /100% no-repeat;
}

.slick-dots {
	position: relative;
	margin-top: -40px;
	margin-left: auto;
	font-size: 0;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	background: transparent;
	font-size: 0;
	cursor: pointer;
}

.slick-dots li button:before {
	color: #fff;
	content: '●';
	text-align: center;
	font-size: 15px;
	line-height: 1em;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #6c1670;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-box01 {
	background-color: #fdf2e7;
	padding: 63px 0 45px;
}
.lcl-box01-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0 80px 35px;
	position: relative;
}
.lcl-box01-list {
	overflow-y: scroll;
	box-sizing: border-box;
	height: 140px;
}

.lcl-box01-inner .box_ttl {
	position: relative;
	top: -33px;
}
.lcl-box01__dl {
	font-size: 0;
}
.lcl-box01__dl:not(:last-child) {
	margin-bottom: 25px;
}
.lcl-box01__dt,
.lcl-box01__dd {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #6c1670;
}
.lcl-box01__dt {
	margin-right: 12px;
}
.lcl-box01__link {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.lcl-box01__dl {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.lcl-box01__dt {
		width: 95px;
	}
	.lcl-box01__dd {
		width: calc(100% - 115px);
		flex: 1 1 0%;
	}

	.lcl-box01__link:hover {
		text-decoration: none;
	}
}

.lcl-box01-txt {
	color: #626262;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-box02 {
	padding-top: 50px;
	background-color: #fdf2e7;
	font-size: 0;
	text-align: center;
	padding-bottom: 34px;
}

.lcl-box02-item {
	width: 330px;
	display: inline-block;
	background-color: #6c1670;
	color: #fff;
	vertical-align: top;
	margin-bottom: 17px;
	position: relative;
}

.lcl-box02-item:nth-of-type(1){
	width: 497px;
	margin-right: 6px;
}
.lcl-box02-item:nth-of-type(2){
	width: 497px;
}

.lcl-box02-item::after,
.lcl-box02-item:nth-child(even)::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 0 0 18px 18px;
	border-style: solid;
	border-color: #6c1670 #fdf2e7 #fdf2e7 #6c1670;
}

.lcl-box02-item:nth-child(odd) {
	background-color: #fff;
	color: #6c1670;
}
.lcl-box02-item:nth-child(even)::after {
	border-color: #992da7 #fdf2e7 #fdf2e7 #992da7;
}

.lcl-box02-item--02,
.lcl-box02-item--05 {
	margin: 0 5px;
}

.lcl-box02-item-img {
	width: 330px;
	height: 230px;
}

.lcl-box02-item--01 .lcl-box02-item-img {
	width: 100%;
	background: url(../img/box01/img_01.jpg?240603) center /cover no-repeat;
}
.lcl-box02-item--02 .lcl-box02-item-img {
	background: url(../img/box01/img_02.jpg) center /cover no-repeat;
}
.lcl-box02-item--03 .lcl-box02-item-img {
	width: 100%;
	background: url(../img/box01/img_03.jpg) center /cover no-repeat;
}
.lcl-box02-item--04 .lcl-box02-item-img {
	background: url(../img/box01/img_04.jpg) center /cover no-repeat;
}
.lcl-box02-item--05 .lcl-box02-item-img {
	background: url(../img/box01/img_05.jpg) center /cover no-repeat;
}
.lcl-box02-item--06 .lcl-box02-item-img {
	background: url(../img/box01/img_06.jpg) center /cover no-repeat;
}

.lcl-box02-item-txt {
	font-size: 18px;
	letter-spacing: 0.05em;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
}

.lcl-box02-item-txt--l2 {
	line-height: 1.2em;
	padding-top: 5px;
}

.lcl-box02-item__link {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------- box03 ---- */

.lcl-box03 {
	padding: 80px 0 40px;
}

.lcl-box03-item {
	width: 330px;
	height: 144px;
	position: relative;
}

.lcl-box03-item__link {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.lcl-box03-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 0 0 18px 18px;
	border-style: solid;
}

.lcl-box03-item--01 {
	background-color: #fb7ea7;
}
.lcl-box03-item--02 {
	background-color: #4cadc5;
}
.lcl-box03-item--03 {
	background-color: #e0a132;
}

.lcl-box03-item--01:after {
	border-color: #df4d7d #fff #fff #df4d7d;
}
.lcl-box03-item--02:after {
	border-color: #0b6a82 #fff #fff #0b6a82;
}
.lcl-box03-item--03:after {
	border-color: #996710 #fff #fff #996710;
}

.lcl-box03-item__icon {
	height: 40px;
	width: auto;
	display: block;
}

.lcl-box03-item--01 .lcl-box03-item__icon {
}

.lcl-box03-item__ttl {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
}
.lcl-box03-item{
	margin: 0 10px;
}

/* ---------------------------------------------------------------- box02 ---- */

.contact_box {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */

	.js-slider-item .width01 {
		height: 100%;
	}

	.js-slider-area,
	.js-slider-item {
		width: 100%;
		height: 102.133333vw;
		position: relative;
	}

	.js-slider-item--01 {
		background: url(../img/slide/sp/slide_01.jpg?200327) center /cover no-repeat;
	}
	.js-slider-item--02 {
		background: url(../img/slide/sp/slide_02.jpg) center /cover no-repeat;
	}
	.js-slider-item--03 {
		background: url(../img/slide/sp/slide_03.jpg) center /cover no-repeat;
	}

	.js-slider-item-ttl {
/*		width: calc(532 / 750 * 100vw);
		height: calc(408 / 750 * 100vw);*/
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		bottom: auto;
		top: 0;
		left: 0;
		right: 0;
	}

	.js-slider-item--01 .js-slider-item-ttl {
		background: url(../img/slide/sp/ttl_01.png?250227) center /100% no-repeat;
	}
	.js-slider-item--02 .js-slider-item-ttl {
		background: url(../img/slide/sp/ttl_01.png?250227) center /100% no-repeat;
	}
	.js-slider-item--03 .js-slider-item-ttl {
		background: url(../img/slide/sp/ttl_01.png?250227) center /100% no-repeat;
	}

	/* ---------------------------------------------------------------- box01 ---- */
	.lcl-box01 {
		padding: 68px 0 33px;
	}

	.lcl-box01-inner {
		width: calc(100% - 30px);
		padding: 0;
	}

	.lcl-box01-inner .box_ttl {
		top: -38px;
		margin-left: 0;
		margin-right: inherit;
	}

	.lcl-box01-txt {
		letter-spacing: 0.05em;
		margin-top: 0;
		min-width: inherit;
		width: calc(100% - 194px);
		position: absolute;
		top: -38px;
		right: 0;
		font-size: 10px;
		background-color: #ded9d4;
		display: inline-block;
		height: 38px;
		text-align: center;
		line-height: 38px;
	}

	.lcl-box01-list {
		padding: 17px 14px;
		margin-top: -38px;
	}

	.lcl-box01__dt,
	.lcl-box01__dd {
		font-size: 11px;
		letter-spacing: 0.05em;
	}

	.lcl-box01__dt {
		display: block;
		margin: 0 0 4px;
	}

	.lcl-box01__dd {
		line-height: 15.5px;
	}

	.lcl-box01__dl:not(:last-child) {
		margin-bottom: 15px;
	}

	/* ---------------------------------------------------------------- box02 ---- */

	.lcl-box02 {
		padding-top: 30px;
		padding-bottom: 26px;
	}

	.lcl-box02-item {
		width: 50%;
		display: inline-block;
		margin-bottom: 5px;
	}

	.lcl-box02-item:nth-of-type(1){
		width: 50%;
		margin-right: 0;
	}
	.lcl-box02-item:nth-of-type(2){
		width: 50%;
	}
	.lcl-box02-item:last-of-type{
		margin-right: 50%;
	}

	.lcl-box02-item--02,
	.lcl-box02-item--05 {
		margin: 0;
	}

	.lcl-box02-item::after,
	.lcl-box02-item:nth-child(even)::after {
		border-width: 0 0 8px 8px;
	}

	.lcl-box02-item-img {
		width: 100%;
		height: 0;
		padding-top: 69.8333333%;
	}

	.lcl-box02-item--01 .lcl-box02-item-img {
		width: 100%;
		background: url(../img/box01/sp/img_01.jpg?240603) center /cover no-repeat;
	}
	.lcl-box02-item--03 .lcl-box02-item-img {
		width: 100%;
		background: url(../img/box01/sp/img_03.jpg) center /cover no-repeat;
	}

	.lcl-box02-item-txt {
		font-size: 10px;
		letter-spacing: 0;
		height: 24px;
		line-height: 24px;
	}

	.lcl-box02-item-txt--l2 {
		line-height: 10.5px;
		padding-top: 3px;
	}

	/* ---------------------------------------------------------------- box03 ---- */
	.lcl-box03 {
		padding: 31px 0 24px;
	}

	.lcl-box03-list {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.lcl-box03-item {
		width: 290px;
		height: 81px;
		margin: 5px auto;
		display: block;
	}

	.lcl-box03-item__icon {
		height: 22px;
	}

	.lcl-box03-item__ttl {
		font-size: 12px;
		letter-spacing: 0.05em;
	}
}
