@charset 'utf-8';

/*------------------------------------------------
lcl-lead
------------------------------------------------*/

.lcl-lead {
	padding: 50px 0 0;
}
.lcl-lead__in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.lcl-lead__ttl {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	color: #023692;
}
.lcl-lead__txt {
	font-size: 14px;
	width: 800px;
	margin: 30px auto 0;
}
/*------------ lcl-lead-sbs ------------*/
.lcl-lead-sbs {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 35px;
}
.lcl-lead-sbs__item {
	font-weight: bold;
	position: relative;
	width: 480px;
	height: 170px;
	padding-top: 50px;
	text-align: center;
	color: #fff;
	background: url(../img/lead/bg_01.jpg) no-repeat center / cover;
}
.lcl-lead-sbs__item02 {
	background: url(../img/lead/bg_02.jpg) no-repeat center / cover;
}
.lcl-lead-sbs__en {
	font-size: 15px;
	line-height: 1;
}
.lcl-lead-sbs__ttl {
	font-size: 22px;
	line-height: 36px;
	margin-top: 15px;
}
.lcl-lead-sbs__btn {
	position: absolute;
	bottom: -35px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 70px;
	height: 70px;
	margin: auto;
	transition: background-color .25s , color .25s;
	color: #023692;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 18.8px 1.2px rgba(115, 115, 115, .3);
}
.lcl-lead-sbs__btn .fas {
	font-size: 24px;
	line-height: 1;
	height: 1em;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.lcl-lead-sbs__item:hover .lcl-lead-sbs__btn {
		color: #fff;
		background-color: #023692;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
lcl-box
------------------------------------------------*/

.lcl-box {
	position: relative;
	z-index: 1;
	margin-top: 90px;
}
.lcl-box::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 150px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% - 150px);
	background-color: #eef4f6;
}
/*------------ lcl-box-top ------------*/
.lcl-box-top {
	position: relative;
	width: 50%;
}
.lcl-box-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% - 20px);
	display: block;
	width: calc(100% + 20px);
	max-width: 1000px;
	height: 340px;
	background: url(../img/box01/img_01.jpg) no-repeat top center / cover;
}
.lcl-box-top__txt-wrap {
	width: 500px;
	margin-left: auto;
	padding-right: 60px;
}
.lcl-box-top__ttl-en {
	width: 240px;
}
.lcl-box-top__ttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 15px;
}
.lcl-box-top__txt {
	margin-top: 20px;
}
/*------------ lcl-box__in ------------*/
.lcl-box__in {
	width: 1000px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.lcl-box__wrap {
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #ccc;
	padding: 50px;
}
.lcl-box__wrap-in {
	width: 100%;
	padding-right: 50px;
	padding-left: 20px;
}
.lcl-box__ttl {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.lcl-box__ttl.width01 {
	width: 220px;
}
.lcl-box__ttl span {
	font-size: 14px;
	color: #023692;
	font-weight: normal;
}
.lcl-box__txtarea {
	width: 100%;
	text-align: center;
}
.lcl-box-txtarea__comingbox{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	background-color: #eef0f4;
}
.lcl-box-comingbox__txt{
	font-size: 18px;
	font-weight: normal;
}
.lcl-box__txtarea__txt {
	text-align: left;
	width: 45%;
	font-size: 18px;
	font-weight: bold;
}
.lcl-box__txtarea__txt span {
	font-size: 14px;
	display: block;
}
.lcl-box__txtarea.flex,
.lcl-box__txtarea a.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.img01 {
	width: 620px;
}
.img03 {
	width: 640px;
}
.img02 {
	width: 180px;
}
.img05 {
	width: 180px;
}
.img04 {
	width: 400px;
}
.ml20 {
	margin-left: 20px;
}
/*------------ lcl-box-list01 ------------*/
.lcl-box-list01 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	background-color: #fff;
}
.lcl-box-list01__item {
	position: relative;
	width: 50%;
	padding: 35px 30px 30px;
}
.lcl-box-list01__item::after,
.lcl-box-list01__item::before {
	content: '';
	position: absolute;
	display: block;
	background-color: #023692;
}
/* option ------------*/
.lcl-box-list01__item01::after,
.lcl-box-list01__item03::after {
	bottom: 0;
	right: 0;
	width: 1px;
	height: 50%;
}
.lcl-box-list01__item03::after {
	top: 0;
	bottom: auto;
}
.lcl-box-list01__item01::before,
.lcl-box-list01__item02::before {
	bottom: 0;
	right: 0;
	width: 100px;
	height: 1px;
}
.lcl-box-list01__item03::before,
.lcl-box-list01__item04::before {
	top: -1px;
	left: 0;
	width: 100px;
	height: 1px;
}
/* /option -----------*/
.lcl-box-list01__item-ico {
	width: 74px;
	margin-right: auto;
	margin-left: auto;
}
.lcl-box-list01__item-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	color: #023692;
}
.lcl-box-list01__item-txt {
	line-height: 1.7;
	margin-top: 15px;
}
/*------------ lcl-contact ------------*/
.lcl-contact {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	height: 115px;
	color: #fff;
}
.lcl-contact__ttl {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 350px;
	padding-left: 30px;
	background-color: #00bbed;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.lcl-contact__ttl::after {
		content: '';
		position: absolute;
		top: 0;
		right: -45px;
		display: block;
		width: 0;
		height: 0;
		border-width: 57.5px 0 57.5px 45px;
		border-style: solid;
		border-color: transparent transparent transparent #00bbed;
	}
}
/* /pc-only -----------*/
.lcl-contact__links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 650px;
	background-color: #023692;
}
.lcl-contact__tel {
	font-size: 12px;
	line-height: 1;
	display: block;
	text-align: center;
	letter-spacing: .05em;
}
.lcl-contact__tel .ff_osw {
	font-size: 30px;
	display: block;
	margin-bottom: 8px;
}
.lcl-contact__tel i {
	font-size: 25px;
}
.lcl-contact__btn {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 220px;
	height: 50px;
	margin-left: 60px;
	transition: background-color .25s , color .25s;
	border: 1px solid #fff;
}
.lcl-contact__btn i {
	margin-right: 10px;
	transform: rotateY(180deg);
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.lcl-contact__btn:hover {
		color: #023692;
		background-color: #fff;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
sectionName
------------------------------------------------*/

#box02 .lcl-box-top {
	margin-left: auto;
}
#box02 .lcl-box-top::before {
	right: calc(100% - 20px);
	left: auto;
	height: 370px;
	background: url(../img/box02/img_01.jpg?210727) no-repeat center / cover;
}
#box02 .lcl-box-top__txt-wrap {
	width: 500px;
	margin-right: auto;
	margin-left: 0;
	padding-right: 0;
	padding-left: 60px;
}
#box02 .lcl-box-top__ttl-en {
	width: 60px;
}

/*------------ lcl-box-list02 ------------*/

.lcl-box-list02 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #fff;
}
.lcl-box-list02__item {
	position: relative;
	width: 33.333333%;
	padding: 25px 35px;
}
.lcl-box-list02__item:not(:first-child)::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 260px;
	margin: auto;
	background-color: #023692;
}
.lcl-box-list02__item-ico {
	width: 58px;
	margin-right: auto;
	margin-left: auto;
}
.lcl-box-list02__item-ttl {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 15px;
	text-align: center;
	color: #023692;
}
.lcl-box-list02__item-ttl span {
	font-size: 24px;
	font-weight: bold;
}
.lcl-box-list02__item-txt {
	line-height: 1.8;
	margin-top: 10px;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.contactbox {
		display: none;
	}
	/*------------------------------------------------
	lcl-lead
	------------------------------------------------*/

	.lcl-lead {
		padding: 30px 0 50px;
	}
	.lcl-lead__in {
		width: 100%;
		padding: 0 15px;
	}
	.lcl-lead-top {
		width: 100%;
	}
	.lcl-lead__ttl {
		font-size: 15px;
	}
	.lcl-lead__txt {
		font-size: 13px;
		width: 100%;
		margin: 10px auto 0;
	}
	/*------------ lcl-lead-sbs ------------*/
	.lcl-lead-sbs {
		margin-top: 20px;
	}
	.lcl-lead-sbs__item {
		width: 49%;
		height: 115px;
		padding-top: 30px;
		background: url(../img/lead/sp/bg_01.jpg) no-repeat center / cover;
	}
	.lcl-lead-sbs__item02 {
		background: url(../img/lead/sp/bg_02.jpg) no-repeat center / cover;
	}
	.lcl-lead-sbs__en {
		font-size: 20px;
		line-height: 1.1;
	}
	.lcl-lead-sbs__ttl {
		font-size: 12px;
		line-height: 1.3;
		margin-top: 10px;
	}
	.lcl-lead-sbs__btn {
		bottom: -20px;
		width: 40px;
		height: 40px;
		color: #fff;
		background-color: #023692;
	}
	.lcl-lead-sbs__btn .fas {
		font-size: 15px;
	}

	/*------------------------------------------------
	lcl-box
	------------------------------------------------*/

	.lcl-box {
		margin-top: 0;
	}
	.lcl-box::after {
		top: 135px;
		height: calc(100% - 185px);
	}
	/*------------ lcl-box-top ------------*/
	.lcl-box-top {
		position: relative;
		width: 100%;
	}
	.lcl-box-top::before {
		position: relative;
		top: 0;
		left: 0;
		width: calc(100% - 30px);
		max-width: 100%;
		height: 185px;
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-box-top__txt-wrap {
		position: relative;
		z-index: 2;
		width: 100%;
		margin-top: -20px;
		padding: 0 25px;
	}
	.lcl-box-top__ttl-en {
		margin-right: auto;
		margin-left: 0;
	}
	.lcl-box-top__ttl {
		font-size: 18px;
		margin-top: 15px;
	}
	.lcl-box-top__txt {
		margin-top: 13px;
	}
	/*------------ lcl-box__in ------------*/
	.lcl-box__in {
		width: calc(100% - 30px);
		margin: 20px auto 0;
	}
	.lcl-box__wrap {
		display: block;
		padding: 20px 20px 30px;
	}
	.lcl-box__wrap-in {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.lcl-box__ttl {
		font-size: 20px;
	}
	.lcl-box__ttl.width01 {
		width: 100%;
	}
	.lcl-box__ttl span {
		font-size: 12px;
		margin-left: 10px;
	}
	.lcl-box__txtarea {
		width: 100%;
	}
	.lcl-box__txtarea iframe {
		width: 100%;
		height: 46vw;
	}
	.lcl-box__txtarea__txt {
		width: 50%;
		font-size: 16px;
	}
	.lcl-box__txtarea__txt span {
		font-size: 12px;
		display: block;
	}
	.lcl-box__txtarea.flex,
	.lcl-box__txtarea a.flex {
	}
	.img01 {
		width: 100%;
	}
	.img03 {
		width: 100%;
	}
	.img02 {
		width: 80%;
	}
	.img05 {
		width: 40%;
		margin-left: 5%;
	}
	.img04 {
		width: 90%;
	}
	.ml20 {
		margin-left: 10px;
	}
	/*------------ lcl-box-list01 ------------*/
	.lcl-box-list01 {
		box-shadow: 0 0 21px 0 rgba(191, 197, 208, .75);
	}
	.lcl-box-list01__item {
		width: 50%;
		padding: 20px 10px;
	}
	/* option ------------*/
	.lcl-box-list01__item01::after,
	.lcl-box-list01__item03::after {
		height: 50px;
	}
	.lcl-box-list01__item01::before,
	.lcl-box-list01__item02::before {
		width: 50px;
	}
	.lcl-box-list01__item03::before,
	.lcl-box-list01__item04::before {
		top: -1px;
		width: 50px;
	}
	/* /option -----------*/
	.lcl-box-list01__item-ico {
		width: 40px;
	}
	.lcl-box-list01__item-ttl {
		font-size: 14px;
		line-height: 1.35;
		margin-top: 10px;
	}
	.lcl-box-list01__item-txt {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 7px;
	}
	/*------------ lcl-contact ------------*/
	.lcl-contact {
		display: block;
		height: auto;
	}
	.lcl-contact__ttl {
		font-size: 19px;
		line-height: 1.6;
		width: 100%;
		padding: 12px 0 20px;
		text-align: center;
	}
	.lcl-contact__ttl::before,
	.lcl-contact__ttl::after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 50%;
		height: 27px;
	}
	.lcl-contact__ttl::before {
		left: 0;
		background: linear-gradient( to bottom left, rgba(255, 255, 255, 0) 50%, #023692 50.5% ) no-repeat top left/100% 100%;
	}
	.lcl-contact__ttl::after {
		right: 0;
		background: linear-gradient( to bottom right, rgba(255, 255, 255, 0) 50%, #023692 50.5% ) no-repeat top left/100% 100%;
	}
	.lcl-contact__links {
		width: 100%;
		padding: 15px 15px;
	}
	.lcl-contact__tel {
		font-size: 10px;
		width: 100%;
		padding: 9px 0;
		color: #023692;
		background-color: #fff;
	}
	.lcl-contact__tel .ff_osw {
		font-size: 30px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 2px;
	}
	.lcl-contact__tel i {
		font-size: 22px;
		margin-right: 5px;
	}
	.lcl-contact__btn {
		font-size: 19px;
		width: 100%;
		height: 60px;
		margin-top: 10px;
		margin-left: auto;
	}
	.lcl-contact__btn i {
		margin-right: 10px;
	}

	/*------------------------------------------------
	sectionName
	------------------------------------------------*/

	#box02 {
		padding-bottom: 30px;
	}
	#box02 .lcl-box-top {
		margin-top: 50px;
		margin-left: auto;
	}
	#box02 .lcl-box-top::before {
		right: auto;
		left: auto;
		height: 185px;
	}
	#box02 .lcl-box-top__txt-wrap {
		width: 100%;
		margin: -25px auto 0;
		padding: 0 25px;
	}
	#box02 .lcl-box-top__ttl-en {
		width: 60px;
	}

	/*------------ lcl-box-list02 ------------*/

	.lcl-box-list02 {
		display: block;
		padding: 0 10px;
		box-shadow: 0 0 21px 0 rgba(191, 197, 208, .75);
	}
	.lcl-box-list02__item {
		width: 100%;
		padding: 20px 0;
	}
	.lcl-box-list02__item:not(:first-child) {
		border-top: 1px solid #023692;
	}
	.lcl-box-list02__item:not(:first-child)::after {
		content: none;
	}
	.lcl-box-list02__item-ico {
		width: 40px;
	}
	.lcl-box-list02__item-ttl {
		font-size: 13px;
		margin-top: 15px;
	}
	.lcl-box-list02__item-ttl span {
		font-size: 15px;
	}
	.lcl-box-list02__item-txt {
		line-height: 1.6;
		margin-top: 10px;
	}
}
