.wcl-cv {
	background: #FFFFC8;
	margin: 0 auto;
	padding: 16px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
	.wcl-cv {
		margin: 0;
		padding: 34px 20px 40px;
	}
}
.wcl-cv p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5px;
	position: relative;
	overflow: visible;
}
.wcl-cv p::before, .wcl-cv p::after {
	content: "";
	background: #E65440;
	width: 1px;
	height: 12px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.wcl-cv p::after {
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
@media only screen and (max-width: 639px) {
	.wcl-cv p {
		font-size: 12px;
	}
}
.wcl-cv a {
	margin: 8px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 48px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
.wcl-cv a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.wcl-cv a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
}
.wcl-cv ul {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
}
@media only screen and (max-width: 639px) {
	.wcl-cv ul {
		text-align: center;
		display: block;
	}
}
.wcl-cv__contact, .wcl-cv__request {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-cv__contact, .wcl-cv__request {
		max-width: unset;
		width: auto;
	}
}
.wcl-cv__contact p {
	color: #E65440;
}
.wcl-cv__contact p::before, .wcl-cv__contact p::after {
	background: #E65440;
}
.wcl-cv__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
.wcl-cv__request p {
	color: #1D3994;
}
.wcl-cv__request p::before, .wcl-cv__request p::after {
	background: #1D3994;
}
.wcl-cv__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}
@media only screen and (max-width: 639px) {
	.wcl-cv__request {
		margin: 18px 0 0;
	}
}

.wcl-cv2 {
	background: #FFFFC8;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv2 * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv2 ul {
	margin: 0 auto;
	padding: 16px 20px;
	max-width: 1048px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 ul {
		padding: 26px 20px;
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
}
.wcl-cv2 li {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 li {
		max-width: unset;
		width: auto;
	}
}
.wcl-cv2 p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 32px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 p {
		font-size: 12px;
		gap: 17px;
	}
}
.wcl-cv2 p br {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 p br {
		display: block;
	}
}
.wcl-cv2 p::before, .wcl-cv2 p::after {
	content: "";
	background: #E65440;
	width: 1px;
	height: 21px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.wcl-cv2 p::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.wcl-cv2 a {
	margin: 8px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 42px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 a {
		height: 60px;
		font-size: 14px;
	}
}
.wcl-cv2 a:hover {
	opacity: 0.6;
}
.wcl-cv2 a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.wcl-cv2 a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
}
@media only screen and (max-width: 639px) {
	.wcl-cv2 a .small {
		margin-left: 0;
		font-size: 12px;
		display: block;
	}
}
.wcl-cv2__contact p {
	color: #E65440;
}
.wcl-cv2__contact p::before, .wcl-cv2__contact p::after {
	background: #E65440;
}
.wcl-cv2__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
.wcl-cv2__request p {
	color: #1D3994;
}
.wcl-cv2__request p::before, .wcl-cv2__request p::after {
	background: #1D3994;
}
.wcl-cv2__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}

.wcl-cv3 {
	background: #FFFFC8;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv3 * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-cv3 ul {
	margin: 0 auto;
	padding: 24px 30px;
	max-width: 1048px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 14px;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 ul {
		padding: 26px 20px;
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
}
.wcl-cv3 li {
	max-width: 340px;
	width: calc((100% - 14px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 li {
		max-width: unset;
		width: auto;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-cv3.single ul {
		display: block;
	}
	.wcl-cv3.single li {
		max-width: 340px;
		width: 100%;
	}
	.wcl-cv3.single p br {
		display: none;
	}
}
.wcl-cv3 p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 28px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 p {
		font-size: 12px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		gap: 17px;
	}
}
.wcl-cv3 p br {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 p br {
		display: block;
	}
}
.wcl-cv3 p::before, .wcl-cv3 p::after {
	content: "";
	background: #E65440;
	width: 2px;
	height: 44px;
	display: block;
	position: relative;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 p::before, .wcl-cv3 p::after {
		width: 1px;
		height: 21px;
	}
}
.wcl-cv3 p::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.wcl-cv3 a {
	margin: 8px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 68px;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 a {
		height: 60px;
		font-size: 14px;
	}
}
.wcl-cv3 a:hover {
	opacity: 0.6;
}
.wcl-cv3 a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 a::after {
		width: 12px;
		height: 12px;
	}
}
.wcl-cv3 a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-cv3 a .small {
		margin-left: 0;
		font-size: 12px;
		display: block;
	}
}
.wcl-cv3__contact p {
	color: #E65440;
}
.wcl-cv3__contact p::before, .wcl-cv3__contact p::after {
	background: #E65440;
}
.wcl-cv3__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
.wcl-cv3__request p {
	color: #1D3994;
}
.wcl-cv3__request p::before, .wcl-cv3__request p::after {
	background: #1D3994;
}
.wcl-cv3__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}

.fixed-chat-area {
	display: none;
}

.wcl-fixed-cv {
	background: #FFFFC8;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	text-align: center;
	position: fixed;
	bottom: -160px;
	left: 0;
	z-index: 99999;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wcl-fixed-cv * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv {
		height: 53px;
	}
}
.wcl-fixed-cv.show {
	bottom: 0;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
}
.wcl-fixed-cv__wrap {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__wrap {
		padding-right: 53px;
		height: 53px;
	}
}
.wcl-fixed-cv ul {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 40px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv ul {
		padding: 0 6px;
		gap: 6px;
	}
}
.wcl-fixed-cv__contact, .wcl-fixed-cv__request {
	max-width: 334px;
	width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact, .wcl-fixed-cv__request {
		max-width: unset;
		width: calc((100% - 6px) / 2);
	}
}
.wcl-fixed-cv__contact a, .wcl-fixed-cv__request a {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	max-width: 500px;
	width: 100%;
	height: 48px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a, .wcl-fixed-cv__request a {
		padding-right: 20px;
		max-width: 152px;
		height: 38px;
		font-size: 14px;
		letter-spacing: 0;
		display: block;
	}
}
.wcl-fixed-cv__contact a::after, .wcl-fixed-cv__request a::after {
	content: "";
	background: url(../img/common/icon_arrow_forward.min.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a::after, .wcl-fixed-cv__request a::after {
		width: 10px;
		height: 10px;
		right: 6px;
	}
}
.wcl-fixed-cv__contact a .small, .wcl-fixed-cv__request a .small {
	margin-left: 5px;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a .small, .wcl-fixed-cv__request a .small {
		margin-left: 0;
		font-size: 10px;
	}
}
.wcl-fixed-cv__contact p {
	color: #E65440;
}
.wcl-fixed-cv__contact a {
	background: #E65440;
	-webkit-box-shadow: 0px 4px 0px #BE2C18;
	        box-shadow: 0px 4px 0px #BE2C18;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact a {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact .pc {
		display: none;
	}
}
.wcl-fixed-cv__contact .sp {
	display: none;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__contact .sp {
		display: block;
	}
}
.wcl-fixed-cv__request p {
	color: #1D3994;
}
.wcl-fixed-cv__request a {
	background: #1D3994;
	-webkit-box-shadow: 0px 4px 0px #00116C;
	        box-shadow: 0px 4px 0px #00116C;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__request a .small {
		margin: 0 0 0;
		line-height: 10px;
		display: block;
	}
}
.wcl-fixed-cv__line {
	background: #06C755;
	width: 80px;
	height: 80px;
	display: block;
	padding: 20px 5px 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.09em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line {
		padding-top: 14px;
		width: 53px;
		height: 53px;
		font-size: 11px;
	}
}
.wcl-fixed-cv__line span:nth-child(1) {
	font-size: 13px;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line span:nth-child(1) {
		font-size: 9px;
	}
}
.wcl-fixed-cv__line span:nth-child(2) {
	font-size: 15px;
	letter-spacing: 0;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-fixed-cv__line span:nth-child(2) {
		font-size: 10px;
	}
}

.wcl-fixed-cv + .wcl-fixed-cv--pop {
	width: 0;
	height: 0;
	position: absolute;
	top: 110vh;
	left: 0;
	z-index: -1;
}/*# sourceMappingURL=common_wcl.css.map */