@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
* {
	-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;
}

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

#titlearea.point {
	background-image: none;
	background: linear-gradient(118deg, #F3F6F8 59%, rgba(0, 153, 204, 0) 254%), #0099CC;
	height: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#titlearea.point * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#titlearea.point .titlearea-inner {
	background-image: none;
	margin: 0 auto;
	width: 1048px;
	height: 322px;
	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) {
	#titlearea.point .titlearea-inner {
		padding-bottom: 20px;
		width: 100%;
		height: auto;
		display: block;
	}
}
#titlearea.point .catchphrase {
	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: 5px;
}
#titlearea.point .catchphrase span {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #0099CC;
}
@media only screen and (max-width: 639px) {
	#titlearea.point .catchphrase span {
		font-size: 12px;
	}
}
#titlearea.point .catchphrase::before {
	content: "";
	background: url(../img/icon/icon_flug.min.png) no-repeat center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 65px;
	height: 48px;
	display: block;
}
@media only screen and (max-width: 639px) {
	#titlearea.point .catchphrase::before {
		width: 42px;
		height: 31px;
	}
}
#titlearea.point h1 {
	background-image: none;
	width: auto;
	height: auto;
	text-indent: 0;
	margin-top: 14px;
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 1.25;
	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-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	color: #072542;
}
@media only screen and (max-width: 639px) {
	#titlearea.point h1 {
		font-size: 40px;
	}
}
#titlearea.point .titlearea--h1 {
	width: calc(100% - 625px);
}
@media only screen and (max-width: 639px) {
	#titlearea.point .titlearea--h1 {
		padding: 26px 26px 0;
		width: 100%;
	}
}
#titlearea.point .titlearea--visual {
	max-width: 100%;
	width: 615px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 639px) {
	#titlearea.point .titlearea--visual {
		display: none;
	}
}
#titlearea.point .titlearea--faceSlider {
	display: none;
}
@media only screen and (max-width: 639px) {
	#titlearea.point .titlearea--faceSlider {
		margin: 20px 0 0;
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	#titlearea.point .titlearea--faceSlider img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#titlearea.point .titlearea--faceSlider::before {
		content: "";
		background: url(../img/about/point/titlearea_visual_face_sp.min.png) repeat 0 0;
		background-size: cover;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		-webkit-animation: 450s infinite faceSlider linear;
		        animation: 450s infinite faceSlider linear;
	}
}

@-webkit-keyframes faceSlider {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 3000% 0;
	}
}

@keyframes faceSlider {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 3000% 0;
	}
}
.wcl-main h2.title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #072542;
	position: relative;
}
.wcl-main h2.title::before {
	content: "";
	background: url(../img/icon/icon_flug.min.png) no-repeat 0 0;
	background-size: cover;
	margin: 0 auto 10px;
	width: 42px;
	height: 31px;
	display: block;
}
.wcl-main p.read {
	margin-top: 30px;
	font-family: serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #072542;
}
@media only screen and (max-width: 639px) {
	.wcl-main p.read {
		font-size: 14px;
		line-height: 1.5;
	}
}
.wcl-main .read-img {
	background: #D9D9D9;
	margin: 20px auto 0;
	padding: 20px;
}
@media only screen and (max-width: 639px) {
	.wcl-main .read-img {
		margin-top: 10px;
		padding: 10px;
	}
}
.wcl-main .read-img img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl-main h3.title {
	margin-top: 20px;
	padding-left: 15px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #072542;
	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;
	position: relative;
}
.wcl-main h3.title::before {
	content: "";
	border-left: solid 6px #0099CC;
	border-radius: 6px;
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.wcl-main .bg-gray {
	background: #F3F6F8;
	margin: 40px 0 0;
	padding: 60px 24px;
}
@media only screen and (max-width: 639px) {
	.wcl-main .bg-gray {
		margin-left: -8px;
		margin-right: -8px;
	}
}
.wcl-main .bg-gray + * {
	margin-top: 40px;
}
.wcl-main .strong {
	font-weight: bold;
}

.instructor {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*
		&__face {
			margin: -12px -12px 0;
			padding: 12px;

			display: block;
			white-space: nowrap;

			font-size: 0;

			position: relative;
			overflow: auto;

			li {
				background: #fff;
				box-shadow: 0px 0px 12px rgba(7, 37, 66, 0.2);
				border-radius: 22px;

				margin: 0;
				padding: 0;
				width: 108px;

				vertical-align: middle;
				display: inline-block;

				overflow: hidden;

				&.selected {
					border: solid 4px #0099CC;
				}
				&.selected img {
					transform: scale(math.div(4,108) + 1);
				}

				+ li {
					margin-left: 6px;
				}

				img {
					max-width: 100%;
					width: 100%;
					height: auto;
					display: block;
				}
			}
		}
	*/
}
.instructor * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.instructor + * {
	margin-top: 30px;
}
.instructor .swiper.instructor__face {
	margin: -12px -12px 0;
	padding: 12px;
	font-size: 0;
}
.instructor .swiper.instructor__face .swiper-slide {
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px rgba(7, 37, 66, 0.2);
	        box-shadow: 0px 0px 12px rgba(7, 37, 66, 0.2);
	border-radius: 22px;
	overflow: hidden;
	width: 108px;
}
.instructor .swiper.instructor__face .swiper-slide.selected::before {
	content: "";
	-webkit-box-shadow: inset 0 0 0 4px #0099CC;
	        box-shadow: inset 0 0 0 4px #0099CC;
	border-radius: 22px;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.instructor .swiper.instructor__face .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.instructor__comment {
	background: #F3F6F8;
	margin-top: 24px;
	padding: 10px;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: #072542;
	display: none;
}

#main .point * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main .point + * {
	margin-top: 30px;
}
#main .point__nav {
	margin: 30px 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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;
	counter-reset: section;
}
#main .point__nav li {
	background: #fff;
	border: 2px solid #072542;
	border-radius: 64px;
	max-width: 168px;
	width: 100%;
	min-height: 82px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	color: #072542;
	position: relative;
}
@media only screen and (max-width: 639px) {
	#main .point__nav li {
		max-width: calc(50% - 10px);
	}
}
#main .point__nav li::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);
}
#main .point__nav li a {
	padding: 10px 10px 22px;
	height: 100%;
	color: #072542;
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
}
#main .point__nav li a::before {
	counter-increment: section;
	content: "0" counter(section);
	margin: 0 auto;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: #072542;
	display: block;
}
#main .point__nav li span {
	margin-top: 0;
	min-height: 2.6666666667em;
	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;
}
#main .point__section {
	margin: 40px auto 0;
	width: 100%;
	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: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
@media only screen and (max-width: 639px) {
	#main .point__section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
}
#main .point__section h3 {
	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: 14px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	color: #072542;
}
#main .point__section h3 img {
	width: 64px;
	height: 64px;
	display: block;
}
#main .point__section h3 + * {
	margin-top: 16px;
}
#main .point__section p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: #072542;
}
#main .point__section--detail {
	width: calc(100% - 355px);
}
@media only screen and (max-width: 639px) {
	#main .point__section--detail {
		width: 100%;
	}
}
#main .point__section--visual {
	width: 335px;
	border-radius: 48px 0 48px 0;
	overflow: hidden;
}
@media only screen and (max-width: 639px) {
	#main .point__section--visual {
		width: 100%;
	}
}
#main .point__section--visual img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
#main .point__section--sub {
	margin: 20px auto 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}
}
#main .point__section--sub_wide {
	display: block;
}
#main .point__section--sub h4 {
	margin-bottom: 10px;
	padding-left: 15px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #072542;
	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;
	position: relative;
}
#main .point__section--sub h4::before {
	content: "";
	border-left: solid 6px #0099CC;
	border-radius: 6px;
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
#main .point__section--sub p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: #072542;
}
#main .point__section--sub p + p {
	margin-top: 0.6em;
}
#main .point__section--sub aside {
	margin-top: 10px;
	padding: 10px;
	background: #FFFFFF;
	border: 2px solid #0099CC;
	border-radius: 10px;
}
#main .point__section--sub aside p {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #072542;
}
#main .point__section--sub--detail {
	width: calc(100% - 260px);
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub--detail {
		width: 100%;
	}
}
#main .point__section--sub--visual {
	width: 260px;
	border-radius: 38px 0 38px 0;
	overflow: hidden;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub--visual {
		width: 100%;
	}
}
#main .point__section--sub--visual img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
#main .point__section--sub table {
	margin: 20px auto 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub table {
		margin-top: 10px;
	}
}
#main .point__section--sub table tbody, #main .point__section--sub table tr, #main .point__section--sub table th, #main .point__section--sub table td {
	border: none;
}
#main .point__section--sub table th {
	background: #09c;
	padding: 15px 3px;
	width: 230px;
	min-height: 83px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub table th {
		padding: 6px 3px;
		width: 102px;
		font-size: 12px;
	}
}
#main .point__section--sub table td {
	padding: 10px 0 10px 10px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.3;
	color: #072542;
}
#main .point__section--sub table td ul {
	padding-left: 20px;
	display: block;
}
#main .point__section--sub table td ul li {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.3;
	text-indent: -15px;
	display: block;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub table td ul li {
		font-size: 12px;
	}
}
#main .point__section--sub table td ul li::before {
	content: "";
	background: #09c;
	border-radius: 10px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub table td ul li::before {
		border-radius: 10px;
		width: 10px;
		height: 10px;
	}
}
#main .point__section--sub table td ul li .strong {
	font-weight: 600;
}
#main .point__section--sub table td ul li + li {
	margin-top: 4px;
}
@media only screen and (max-width: 639px) {
	#main .point__section--sub table td ul li + li {
		margin-top: 4px;
	}
}
#main .point__section--sub table tr + tr th, #main .point__section--sub table tr + tr td {
	border-top: solid 6px #F3F6F8;
}/*# sourceMappingURL=about_wcl.css.map */