* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
	#header .sp-menu-nav.header--fixed {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#header .sp-menu-nav.header--fixed #sp-menu {
		position: relative;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		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;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#header .sp-menu-nav.header--fixed .sp-menu .icon-nav {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 639px) {
	#header h1 {
		width: 177px;
	}
}
@media only screen and (max-width: 639px) {
	#header .sp-menu-nav > :not(.sp-menu) {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.contents-other #header .sp-menu-nav > :not(.sp-menu) {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	#header .header-inner {
		padding-right: 55px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media only screen and (max-width: 639px) {
	#header .header-logo {
		width: 192px;
	}
}
#header .header-tel {
	display: none;
}
@media only screen and (max-width: 639px) {
	#header .header-tel {
		width: 113px;
		height: auto;
		display: block;
	}
	#header .header-tel img {
		width: 113px;
		height: auto;
		display: block;
	}
}

.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;
}

.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-select {
	background: #fff;
	padding: 40px 20px;
}
.wcl-select_top {
	padding: 0 0 30px;
}
.wcl-select__main {
	margin: 0 auto;
	max-width: 524px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}
@media only screen and (max-width: 639px) {
	.wcl-select__main {
		max-width: unset;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
}
.wcl-select__main img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl-select__etc {
	background: #fff;
	margin: 30px auto 0;
	width: 100%;
	text-align: center;
	display: block;
}
.wcl-select__etc a {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #0099CC;
}
@media only screen and (max-width: 639px) {
	.wcl-select__etc a {
		font-size: 14px;
	}
}
.wcl-select__etc a::after {
	content: "";
	background: url(../img/icon/ar_list_medium.png) no-repeat center;
	background-size: contain;
	margin-left: 0.3em;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.wcl-select__read {
	margin: 30px auto 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	color: #072542;
}

.wcl-firstview {
	background: url(../img/top/firstview_bg.min.jpg) no-repeat center;
	background-size: cover;
	margin: 0 auto;
	padding: 68px 20px 20px;
	max-width: 1048px;
	width: 100%;
	position: relative;
	overflow: hidden;
	/* &__startonline {
		max-width: 340px;
		width: 100%;
		height: auto;
		display: block;

		@media only screen and (max-width: 639px) {
			max-width: 256px;
		}
	} */
}
@media only screen and (max-width: 639px) {
	.wcl-firstview {
		background: #fff;
		background-image: none;
		padding: 0;
	}
}
.wcl-firstview h2 {
	margin: 0;
	padding: 0;
	max-width: 558px;
	width: 100%;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview h2 {
		margin: 0 auto;
		padding: 20px;
		max-width: unset;
		display: block;
	}
}
.wcl-firstview h2 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl-firstview__main {
	margin: 0;
	padding-top: 69px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__main {
		background: url(../img/top/firstview_bg_sp.min.jpg) no-repeat center;
		background-size: cover;
		margin: 0 auto;
		padding: 50px 20px 10px;
		aspect-ratio: 375/386;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		position: relative;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__main::before {
		content: "";
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
		background: linear-gradient(#fff, transparent);
		width: 100%;
		height: 40px;
		display: block;
		aspect-ratio: 375/40;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.wcl-firstview__banner {
	margin-left: 8px;
	max-width: 268px;
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__banner {
		margin-left: 0;
	}
}
.wcl-firstview__points {
	margin: 10px 0 0 8px;
	max-width: 520px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 6px;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__points {
		margin: 10px 0 0;
		max-width: 100%;
		gap: 2px;
	}
}
.wcl-firstview__points li {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
	padding: 8px 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-height: 60px;
	background: #0099CC;
	border: 2px solid #FFFFFF;
	border-radius: 60px;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__points li {
		padding: 6px 6px;
		min-height: 44px;
		font-style: normal;
		font-weight: 600;
		font-size: 11px;
		line-height: 1.2;
	}
}
.wcl-firstview__points .small {
	margin: 0 auto;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__points .small {
		font-size: 9px;
	}
}
.wcl-firstview__info {
	margin: 12px 0 0;
	padding: 0 10px 0 0;
	display: block;
	width: 480px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__info {
		margin: 8px auto 0;
		padding: 0 0 0 10px;
		width: 100%;
	}
}
.wcl-firstview__info li {
	background: #fff;
	border-radius: 4px;
	padding: 10px 6px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.03em;
	color: #E65440;
	display: block;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__info li {
		font-size: 10px;
	}
}
.wcl-firstview__info li::before {
	content: "";
	background: #fff;
	height: 13.8564064606px;
	width: 12px;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	        clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__info li::before {
		left: -10px;
		right: auto;
		-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
		        clip-path: polygon(0 50%, 100% 0, 100% 100%);
	}
}
.wcl-firstview__notes {
	margin-top: -1.3em;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.33;
	color: #fff;
	text-align: right;
	text-shadow: 0px 0px 8px #000000;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__notes {
		margin-top: 10px;
		font-size: 9px;
	}
}
.wcl-firstview__newcar {
	max-width: 197px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 37px;
	right: 0px;
	z-index: 1;
}
@media only screen and (max-width: 639px) {
	.wcl-firstview__newcar {
		width: 29.8666666667vw;
		top: 10px;
		left: 20px;
		bottom: auto;
		right: auto;
	}
}

.wcl-plans {
	background: rgba(1, 153, 204, 0.101961);
	padding: 40px 20px;
}
.wcl-plans__inner {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
}
.wcl-plans h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	color: #072542;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 0 26px;
	position: relative;
}
.wcl-plans h2::after {
	content: "";
	background: #0099CC;
	border-radius: 10px;
	width: 58px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.wcl-plans__banner_h2 {
	margin: 25px auto 0;
	max-width: 510px;
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-plans__banner_h2 {
		max-width: 335px;
	}
}
.wcl-plans__read {
	margin-top: 30px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #072542;
}
@media only screen and (max-width: 639px) {
	.wcl-plans__read {
		font-size: 14px;
		text-align: left;
	}
}
@media only screen and (max-width: 639px) {
	.wcl-plans__read br {
		display: none;
	}
}
.wcl-plans__list {
	margin: 80px auto 0;
	max-width: 1048px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}
@media only screen and (max-width: 639px) {
	.wcl-plans__list {
		margin: 39px auto 0;
		display: block;
	}
}
.wcl-plans__section {
	margin: 0 auto;
	background: #fff;
	border: 2px solid #09c;
	-webkit-box-shadow: 0px 0px 20px rgba(7, 37, 66, 0.3);
	        box-shadow: 0px 0px 20px rgba(7, 37, 66, 0.3);
	border-radius: 20px;
	padding: 10px 13px 20px;
	position: relative;
	overflow: visible;
	cursor: pointer;
}
.wcl-plans__section--rank {
	width: 50px;
	height: 65px;
	display: block;
	position: absolute;
	top: -11px;
	left: 13px;
}
.wcl-plans__section h3 {
	width: 100%;
	min-height: 71px;
	padding-left: 58px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	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;
	color: #09c;
}
.wcl-plans__section h3 a {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: #09c;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}
.wcl-plans__section h3 a::after {
	content: "";
	background: url(../img/icon/ar_list_medium.png) no-repeat center;
	background-size: contain;
	margin-left: 0.3em;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.wcl-plans__section--recommendation {
	margin: 20px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: 6px;
}
.wcl-plans__section--recommendation--mkr {
	padding: 6px 3px;
	background: #FCF695;
	border-radius: 4px;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FF9326;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	word-wrap: normal;
	white-space: nowrap;
	display: block;
}
.wcl-plans__section--recommendation--text {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.38;
	color: #072542;
}
.wcl-plans__section hr {
	border-top: 2px solid #F1F5F7;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: 0;
	display: block;
}
.wcl-plans__section table {
	background-color: transparent;
	border: none;
}
.wcl-plans__section table tbody, .wcl-plans__section table tr, .wcl-plans__section table th, .wcl-plans__section table td {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.wcl-plans__section table tr + tr th,
.wcl-plans__section table tr + tr td {
	padding-top: 19px;
}
.wcl-plans__section table th {
	width: 60px;
	word-wrap: normal;
	white-space: nowrap;
}
.wcl-plans__section table th span {
	background: #E5F5FA;
	border-radius: 4px;
	padding: 6px 3px;
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.03em;
	color: #1AA4D2;
	display: block;
}
.wcl-plans__section table td {
	padding-left: 22px;
}
.wcl-plans__section--price {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #E65440;
}
.wcl-plans__section--price .tax {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #E65440;
}
.wcl-plans__section--detail {
	display: block;
	position: relative;
}
.wcl-plans__section--detail li {
	padding-left: 14px;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
	color: #072542;
	position: relative;
}
.wcl-plans__section--detail li::before {
	content: "";
	background: #09c;
	border-radius: 100px;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0.325em;
	left: 0;
}
.wcl-plans__section--detail li + li {
	margin-top: 6px;
}
.wcl-plans__section--detail .strong {
	font-weight: 600;
}
@media only screen and (max-width: 639px) {
	.wcl-plans__section + .wcl-plans__section {
		margin-top: 39px;
	}
}
.wcl-plans__etc {
	background: #fff;
	margin: 30px auto 0;
	max-width: 1048px;
	width: 100%;
	display: block;
}
.wcl-plans__etc a {
	width: 100%;
	height: 76px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #0099CC;
	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;
	text-align: center;
	position: relative;
}
.wcl-plans__etc a::after {
	content: "";
	background: url(../img/icon/ar_list_medium.png) no-repeat center;
	background-size: contain;
	margin-left: 0.3em;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.wcl-about {
	background: #F3F6F8;
	margin-top: 40px;
	padding: 40px 20px 80px;
	counter-reset: about-point;
}
@media only screen and (max-width: 639px) {
	.wcl-about {
		margin-top: 0;
	}
}
.wcl-about__inner {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
}
.wcl-about h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.25;
	color: #072542;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 0 26px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-about h2 {
		font-size: 24px;
	}
}
.wcl-about h2::after {
	content: "";
	background: #0099CC;
	border-radius: 10px;
	width: 58px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.wcl-about__pointlist {
	margin-top: 80px;
	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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 5px;
	counter-reset: section;
}
@media only screen and (max-width: 639px) {
	.wcl-about__pointlist {
		margin-top: 27px;
		gap: 10px;
	}
}
.wcl-about__pointlist li {
	border: solid 2px #072542;
	border-radius: 100px;
	background: #fff;
	max-width: calc((100% - 25px) / 6);
	width: 100%;
}
@media only screen and (max-width: 639px) {
	.wcl-about__pointlist li {
		max-width: calc((100% - 10px) / 2);
	}
}
.wcl-about__pointlist li a {
	padding: 10px 10px 22px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.38;
	color: #072542;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-about__pointlist li a {
		padding: 10px 16px 22px;
	}
}
.wcl-about__pointlist li a::before {
	counter-increment: section;
	content: "0" counter(section);
	font-size: 16px;
	text-align: center;
	display: block;
}
.wcl-about__pointlist li a::after {
	content: "";
	background: url(../img/common/arrow_blue_bottom.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 7px;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.wcl-about__point {
	margin: 40px auto 0;
	padding: 0;
	font-family: Josefin Sans, Noto Sans JP, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
	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: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}
@media only screen and (max-width: 639px) {
	.wcl-about__point {
		display: block;
	}
}
.wcl-about__point--visual {
	width: 416px;
}
@media only screen and (max-width: 639px) {
	.wcl-about__point--visual {
		width: 100%;
	}
}
.wcl-about__point--visual img {
	border-radius: 48px 0 48px 0;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl-about__point--detail {
	width: calc(100% - 446px);
}
@media only screen and (max-width: 639px) {
	.wcl-about__point--detail {
		width: 100%;
	}
}
.wcl-about__point--detail header {
	margin-top: 16px;
	width: 100%;
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 16px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 639px) {
	.wcl-about__point--detail header {
		grid-template-columns: 64px 1fr;
	}
}
.wcl-about__point--detail--mkr {
	background-color: rgb(253, 247, 151);
	border-bottom: solid 1px rgb(229, 231, 235);
	border-radius: 999px;
	width: 80px;
	height: 80px;
	padding: 14px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: rgb(7, 37, 66);
	display: block;
}
@media only screen and (max-width: 639px) {
	.wcl-about__point--detail--mkr {
		width: 64px;
		height: 64px;
	}
}
.wcl-about__point--detail--mkr::after {
	counter-increment: about-point;
	content: "0" counter(about-point);
	margin: 0 auto;
	font-size: 28px;
	display: block;
}
.wcl-about__point--detail h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: rgb(7, 37, 66);
}
@media only screen and (max-width: 639px) {
	.wcl-about__point--detail h3 {
		font-size: 16px;
	}
}
.wcl-about__point--detail h3 .strong {
	font-weight: 700;
	color: rgb(1, 153, 204);
}
.wcl-about__point--detail > p {
	margin-top: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4285714286;
	color: rgb(7, 37, 66);
}
@media only screen and (max-width: 639px) {
	.wcl-about__point--detail > p {
		font-size: 14px;
	}
}
.wcl-about__point--detail > p.notes {
	color: rgb(7, 37, 66);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-top: 8px;
	opacity: 0.5;
}
.wcl-about .wcl-about__point:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.wcl-voice {
	background: #fff;
	padding: 40px 20px 80px;
	max-width: 100%;
	width: 100%;
	font-family: "Josefin Sans", "Noto Sans JP", ui-sans-serif, system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-voice {
		overflow: hidden;
	}
}
.wcl-voice__inner {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
}
.wcl-voice__catchphrase {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: rgb(1, 153, 204);
	display: block;
}
.wcl-voice h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.25;
	color: #072542;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 0 26px;
	position: relative;
}
@media only screen and (max-width: 639px) {
	.wcl-voice h2 {
		font-size: 24px;
	}
}
.wcl-voice h2::after {
	content: "";
	background: #0099CC;
	border-radius: 10px;
	width: 58px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.wcl-voice__main {
	margin-top: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
}
@media only screen and (max-width: 639px) {
	.wcl-voice__main {
		margin-top: 40px;
		display: block;
	}
}
.wcl-voice__section {
	background: rgb(243, 246, 248);
	border-radius: 48px 0 48px 0;
	padding: 32px;
	color: rgb(7, 37, 66);
	display: block;
	position: relative;
	overflow: visible;
}
.wcl-voice__section h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	color: rgb(7, 37, 66);
}
@media only screen and (max-width: 639px) {
	.wcl-voice__section h3 {
		font-size: 16px;
	}
}
.wcl-voice__section h3 .strong {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgb(253, 247, 151)), color-stop(60%, rgba(253, 247, 151, 0)));
	background-image: linear-gradient(to top, rgb(253, 247, 151) 60%, rgba(253, 247, 151, 0) 60%);
	font-weight: 700;
	color: rgb(1, 153, 204);
}
.wcl-voice__section > p {
	margin: 16px 0 0;
	padding: 0 16px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6428571429;
	color: rgb(7, 37, 66);
}
@media only screen and (max-width: 639px) {
	.wcl-voice__section > p {
		font-size: 14px;
	}
}
.wcl-voice__section > p.notes {
	color: rgb(7, 37, 66);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-top: 8px;
	opacity: 0.5;
}
.wcl-voice__section--visual {
	max-width: 100%;
	display: block;
	position: absolute;
	bottom: -16px;
	right: -32px;
}
.wcl-voice__section--bubble {
	max-width: 100%;
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 639px) {
	.wcl-voice__section + .wcl-voice__section {
		margin-top: 60px;
	}
}

#page {
	width: 100%;
}

#page .wcl-wrap {
	margin: 0 auto;
	max-width: 1048px;
	width: 100%;
}
#page .wcl-wrap .licence {
	margin: 0;
	padding: 0 12px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px;
}
@media only screen and (max-width: 639px) {
	#page .wcl-wrap .licence {
		display: block;
	}
}
#page .wcl-wrap .licence * {
	float: none;
}
#page .wcl-wrap .licence li {
	margin: 0;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 639px) {
	#page .wcl-wrap .licence li > a > span {
		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;
		gap: 0;
	}
}
#page .wcl-wrap .licence img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 639px) {
	#page .wcl-wrap .licence img {
		width: 200px;
	}
}

.induction-banner {
	margin-top: 40px;
}
@media only screen and (max-width: 639px) {
	.induction-banner {
		margin-top: 8.69565%;
	}
}

.s_02 {
	margin: 0 0 40px;
}
@media only screen and (max-width: 639px) {
	.s_02 {
		margin: 0;
	}
}
.s_02 .accordion_one .accordion_header {
	background: #000;
}
.s_02 .accordion_one .accordion_inner {
	border-color: #000;
}/*# sourceMappingURL=top_wcl.css.map */