@charset "utf-8";

/*============================
#contents.contents
============================*/
#contents {
	padding: 50px 0 0;
}
/*============================ #longterm ============================*/
.lcl-longterm {
	padding-bottom: 80px;
}
.lcl-longterm .box01 {
	margin-bottom: 45px;
}
.lcl-box__lead {
	text-align: center;
	margin-bottom: 80px;
}
.lcl-box__subttl {
	color: #a68e41;
	font-weight: bold;
	background-color: #fff;
	padding: 16px 30px;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.lcl-longterm__sub {
	font-size: 23px;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 60px;
}
.lcl-longterm__sub::after {
	content: '';
	width: 34px;
	height: 31px;
	background: url(../img/arw_01.png) center /100% no-repeat;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
.lcl-longterm__btm {
	width: 900px;
	height: 85px;
	background-color: #a68e41;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.05em;
	position: relative;
}
.lcl-longterm__btm::before,
.lcl-longterm__btm::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	border-right: 30px solid #c0a46c;
	border-top: 42.5px solid #b59451;
	border-bottom: 42.5px solid #b59451;
	border-left: 30px solid #c0a46c;
}
.lcl-longterm__btm::before{
	left: 0;
	border-right: transparent solid 30px;
}
.lcl-longterm__btm::after{
	right: 0;
	border-left: transparent solid 30px;
}
/*============================ #detached ============================*/
.lcl-detached {
	background-color: #fafafa;
	padding: 40px 0 100px;
}
.lcl-detached .lcl-box__lead {
	margin-bottom: 45px;
}
.lcl-detached__img {
	display: block;
	width: 1000px;
	margin: 0 auto 5px;
}
.lcl-detached__list {
	font-size: 12px;
	line-height: 1.6667;
	width: 1000px;
	margin: 0 auto;
}
.lcl-detached__list a {
	color: #d3a13c;
}

/*============================ #merit ============================*/
.lcl-merit {
	padding: 45px 0 45px;
}
.lcl-merit .lcl-box__lead {
	margin-bottom: 55px;
}
.lcl-merit-list {
	width: 1100px;
	margin: 0 auto;
}
.lcl-merit-item:not(:last-child) {
	padding-bottom: 55px;
}
.lcl-merit__ttl {
	font-size: 24px;
	color: #b78b33;
	letter-spacing: 0.05em;
	line-height: 1.4;
	border-bottom: 1px solid #b78b33;
	padding-bottom: 7px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}
.lcl-merit__ttl::before,
.lcl-merit__ttl::after {
	content: '';
	width: 1px;
	background-color: #b78b33;
	position: absolute;
	left: 0;
	bottom: 12px;
}
.lcl-merit__ttl::before {
	height: 25px;
}
.lcl-merit__ttl::after {
	height: 20px;
	left: 5px;
}
.lcl-merit__txt {
	margin-bottom: 15px;
}
.pt10 {
	padding-top:10px;
}
.lcl-merit__txt span {
	color: #b78b33;
	font-size: 90%;
}
.lcl-tbl_b {
	border-bottom: 2px solid #7d7d7d;
}
/* ---------------------- option ---- */
.lcl-merit-tbl {
	border: 1px solid #7d7d7d;
	width: 100%;
}
.lcl-merit-tbl tr:not(:last-child) td {
	border-bottom: 1px solid #7d7d7d;
}
.lcl-merit-tbl th,
.lcl-merit-tbl td {
	letter-spacing: 0.05em;
	padding: 8px 0;
	/*padding: 18px 0;*/
	text-align: center;
}
.lcl-merit-tbl th {
	/*width: 220px;*/
	background-color: #170000;
	color: #fff;
	font-size: 16px;
}
/*.lcl-merit-tbl td:not(:last-child),
.lcl-merit-tbl th:not(:last-child) {
	border-right: 2px solid #7d7d7d;
}*/
.lcl-merit-tbl td,
.lcl-merit-tbl th {
	border-right: 2px solid #7d7d7d;
}
.lcl-merit-tbl td.lcl-last,
.lcl-merit-tbl th.lcl-last {
	border-right: 1px solid #7d7d7d;
}
.lcl-merit-tbl td {
	font-size: 14px;
}
.lcl-merit-tbl__ttl {
	background-color: #e4dbc9;
	color: #170000;
}
.lcl-merit-tbl__st {
	background-color: #f8f2f3;
	color: #821e23;
	font-weight: 900;
}
/* ---------------------- option ---- */
.lcl-merit-tbl--02 {
}
.lcl-merit-tbl--02 th:nth-child(1) {
	width: 330px;
}
.lcl-merit-tbl--02 th:nth-child(2) {
	width: 220px;
}
.lcl-merit-tbl--02 th:nth-child(3) {
	width: 550px;
}
.lcl-merit-tbl--02 td span {
	font-size: 12px;
	display: block;
}
.lcl-merit-tbl--02 td {
	padding: 8px 0;
}
/*============================ #method ============================*/
.lcl-method {
	background-color: #fafafa;
	padding: 40px 0 55px;
}
.lcl-method .h01 {
	margin-bottom: 40px;
}
.lcl-method-in {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.lcl-method-in__min {
	width: 800px;
}
.lcl-method-in .lcl-merit__ttl {
	margin-bottom: 35px;
}
.lcl-method-single {
	align-items: flex-start;
	margin-bottom: 40px;
}
.lcl-method-single-img {
	width: 430px;
	border: 1px solid #e5e5e5;
}
.lcl-method-single-txt {
	width: calc(100% - 430px);
	padding-left: 70px;
}
.lcl-method-single-txt h3 {
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.818;
	font-weight: bold;
	margin-bottom: 15px;
}
.lcl-method-wrp {
	align-items: stretch;
	/*justify-content: end;*/
	justify-content: flex-start;
}
.lcl-method-item {
	width: 345px;
	margin-right: 30px;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.78;
	margin-bottom: 40px;
}
.lcl-method-wrp::after{
	content:"";
    display:block;
    width: 345px;
    height:0;
}
@media screen and (min-width: 768px) {
	.lcl-method-item:nth-child(3n) {
		margin-right: 0;
	}
}
.lcl-method-item img {
	border: 1px solid #e5e5e5;
	display: block;
	margin-bottom: 10px;
}
.lcl-method-item h3 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
}
/*============================ #base ============================*/
.lcl-base {
	padding: 40px 0;
}
.lcl-base .h01 {
	margin-bottom: 50px;
}
/*============================ #kusa ============================*/
.lcl-kusa01 {
	position: absolute;
	left: 0;
	top: 1250px;
	pointer-events: none;
	z-index: 10;
}
.lcl-kusa02 {
	position: absolute;
	right: 0;
	top: 1400px;
	pointer-events: none;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	/* ---- SP ---- */
	/*============================ #longterm ============================*/
	.lcl-longterm {
		padding: 0 15px 50px;
	}
	.lcl-box__lead {
		text-align: left;
		margin-bottom: 30px;
	}
	.lcl-box__subttl {
		padding: 5px 15px;
		font-size: 17px;
		margin-top: 20px;
	}
	.lcl-longterm__sub {
		font-size: 18px;
		letter-spacing: 0;
		padding-bottom: 40px;
	}
	.lcl-longterm__sub::after {
		width: 24px;
		height: 21px;
		bottom: 13px;
	}
	.lcl-longterm__btm {
		width: 100%;
		height: auto;
		font-size: 18px;
		letter-spacing: 0;
		padding: 10px 10px;
		line-height: 28px;
		height: 104px;
	}
	.lcl-longterm__btm::before,
	.lcl-longterm__btm::after{
		border-top: 52px solid #b59451;
		border-bottom: 52px solid #b59451;
	}
	.lcl-longterm__btm::before{
		border-right: solid transparent 15px;
		border-left: 15px solid #c0a46c;
	}
	.lcl-longterm__btm::after{
		border-left: solid transparent 15px;
		border-right: 15px solid #c0a46c;
	}
	/*============================ #detached ============================*/
	.lcl-detached {
		padding: 40px 15px 40px;
	}
	.lcl-detached .lcl-box__lead {
		margin-bottom: 30px;
	}
	.lcl-detached__list {
		font-size: 11px;
		line-height: 1.5667;
		width: 100%;
	}
	/*============================ #merit ============================*/
	.lcl-merit {
		padding: 40px 15px 40px;
	}
	.lcl-merit-list {
		width: 100%;
	}
	.lcl-merit-item:not(:last-child) {
		padding-bottom: 40px;
	}
	.lcl-merit__ttl {
		font-size: 18px;
		letter-spacing: 0;
		padding-left: 12px;
	}

	.lcl-tbl-wrp {
		width: auto;
		overflow: auto;
		white-space: nowrap;
		display: block;
	}
	.lcl-merit-tbl::-webkit-scrollbar {
		height: 5px;
	}
	.lcl-merit-tbl::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.lcl-merit-tbl::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
	.lcl-merit-tbl {
		width: 1000px;
	}
	/*============================ #method ============================*/
	.lcl-method {
		padding: 40px 15px 40px;
	}
	.lcl-method-in {
		width: 100%;
	}
	.lcl-method-in .lcl-merit__ttl {
		margin-bottom: 20px;
	}
	/* ---------------------- single ---- */
	.lcl-method-single {
		margin-bottom: 20px;
		display: block;
	}
	.lcl-method-single-img {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.lcl-method-single-txt {
		width: 100%;
		padding-left: 0;
	}
	.lcl-method-single-txt h3 {
		font-size: 18px;
		line-height: 1.518;
		margin-bottom: 10px;
	}
	/* ---------------------- item ---- */
	.lcl-method-item {
		width: calc((100% - 10px)/2);
		margin-right: 10px;
		font-size: 12px;
		line-height: 1.58;
		margin-bottom: 25px;
	}
	.lcl-method-item:nth-child(2n) {
		margin-right: 0;
	}
	.lcl-method-item h3 {
		font-size: 16px;
	}
	.lcl-base {
		padding: 40px 15px;
	}

	/*============================ #header ============================*/
	.lcl-tbl-wrp.js_scroll {
		position: relative;
	}
	.lcl-tbl-wrp.js_scroll::before {
		content: '';
		width: 52px;
		height: 52px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		background: url(../img/ico_hand.png) center /100% no-repeat;
		opacity: 0;
	}
	.lcl-tbl-wrp.scrollin::before {
		animation: yokonihand 1.5s 1.5s 2 forwards;
	}

	@keyframes yokonihand {
		0% {
			transform: translateX(50px);
			opacity: 0;
		}
		25% {
			opacity: 1;
		}
		50% {
			transform: translateX(0px);
		}
		75%{
			opacity: 1;
		}
		100% {
			transform: translateX(50px);
			opacity: 0;
		}
	}
}
