@charset "UTF-8";

/* --------------------------------------------------

.fixedCvBtn

-------------------------------------------------- */
.fixedCvBtn a:hover {
	opacity: 1;
}

.fixedCvBtn a img {
	position: fixed;
	right: 0;
	z-index: 990;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.fixedCvBtn a.net img {
	bottom: calc(360 * var(--width-ratio));
}

.fixedCvBtn a.tel img {
	bottom: calc(180 * var(--width-ratio));
}

@media (max-width: 750px) {
	.fixedCvBtn {
		display: none;
	}
}

/* --------------------------------------------------

.pageTop

-------------------------------------------------- */
a#pagetop {
	opacity: 0 !important;
	visibility: hidden !important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a#pagetop img {
	position: fixed;
	right: calc(20 * var(--width-ratio));
	bottom: calc(20 * var(--width-ratio));
	z-index: 999;
}

a#pagetop:hover {
	opacity: 1;
}

a#pagetop:hover img {
	opacity: inherit;
}

a#pagetop.scrolled {
	opacity: 1 !important;
	visibility: visible !important;
}

a#pagetop.stop img {
	position: absolute;
	bottom: calc(472 * var(--width-ratio));
}

@media (max-width: 750px) {
	a#pagetop img {
		position: fixed;
		right: calc(20 * var(--width-ratio));
		bottom: calc(150 * var(--width-ratio));
		z-index: 999;
	}

	a#pagetop.stop img {
		bottom: calc(195 * var(--width-ratio));
	}
}

.breadcrumb {
	display: flex;
	width: 100%;
	max-width: calc(1280 * var(--width-ratio));
	margin: 0 auto calc(8 * var(--width-ratio));
}

.breadcrumb li:after {
	content: '>';
	margin: 0 calc(6 * var(--width-ratio)) 0 calc(2 * var(--width-ratio));
	font-size: calc(10 * var(--width-ratio));
}

.breadcrumb li:last-child:after {
	content: none;
}

.breadcrumb li a {
	font-size: calc(10 * var(--width-ratio));
	color: #505050;
}

@media (max-width: 750px) {
	a:hover {
		text-decoration: none;
	}

	.breadcrumbs {
		width: 100%;
		padding: calc(12 * var(--width-ratio)) 3%;
		line-height: 1.5;
	}
}


/* --------------------------------------------------

.cv-common

-------------------------------------------------- */
.cv-common {
	border: none;
	background: #0c0e54;
}

.cv-common > .inner {
	padding: calc(28 * var(--width-ratio)) 0;
	text-align: center;
}

.cv-common > .inner > p {
	font-size: calc(25 * var(--width-ratio));
	font-weight: 600;
	letter-spacing: calc(2 * var(--width-ratio));
	color: #fff;
}

.cv-common .btnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: calc(20 * var(--width-ratio)) 0 0;
}

.cv-common a {
	border-radius: calc(10 * var(--width-ratio));
	color: #fff;
}

.cv-common .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(253 * var(--width-ratio));
	height: calc(52 * var(--width-ratio));
	margin: 0 calc(20 * var(--width-ratio)) 0 0;
	border: none;
	background: #868686;
}

.cv-common .net {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(455 * var(--width-ratio));
	height: calc(52 * var(--width-ratio));
	border: none;
	background: #00c3cd;
}

.cv-common .net:not(.keyword):before {
	content: '';
	display: block;
	width: calc(36 * var(--width-ratio));
	height: calc(36 * var(--width-ratio));
	margin: 0 calc(20 * var(--width-ratio)) 0 0;
	background: url(../../img/lp/tenshokudanshi/icon-24h.png) 50%/cover no-repeat;
}

@media (max-width: 750px) {
	.cv-common a {
		border-radius: 0;
	}

	.cv-common .tel {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(240 * var(--width-ratio));
		height: calc(72 * var(--width-ratio));
		margin: 0 calc(20 * var(--width-ratio)) 0 0;
	}

	.cv-common .net {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(440 * var(--width-ratio));
		height: calc(72 * var(--width-ratio));
	}

	.cv-common .net:not(.keyword):before {
		content: '';
		display: block;
		width: calc(45 * var(--width-ratio));
		height: calc(45 * var(--width-ratio));
		margin: 0 calc(20 * var(--width-ratio)) 0 0;
		background: url(../../img/lp/tenshokudanshi/icon-24h.png) 50%/cover no-repeat;
	}

	.cv-common.fix {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 998;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

	.cv-common.fix .btnWrap {
		margin: 0;
	}

	.cv-common.fix.scrolled {
		opacity: 1;
		visibility: visible;
	}
}

/* --------------------------------------------------

.btn-common

-------------------------------------------------- */
.btn-common01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(367 * var(--width-ratio));
	height: calc(45 * var(--width-ratio));
	margin: 0 auto;
	border-radius: 0;
	border: calc(2 * var(--width-ratio)) solid #000;
	background: #fff;
	font-size: calc(19 * var(--width-ratio));
	font-weight: 600;
	color: #000;
	position: relative;
}

.btn-common01:not(.keyword):before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: calc(-8.5 * var(--width-ratio)) 0 0;
	border-style: solid;
	border-width: calc(8.5 * var(--width-ratio)) 0 calc(8.5 * var(--width-ratio)) calc(9 * var(--width-ratio));
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 50%;
	right: calc(20 * var(--width-ratio));
}

@media (max-width: 750px) {
	.btn-common01 {
		width: calc(461 * var(--width-ratio));
		height: calc(58 * var(--width-ratio));
		font-size: calc(20 * var(--width-ratio));
	}
}

.pageBottomBtnArea {
	display: none;
}

.page .pageBottomBtnArea {
	display: block;
	margin: 0 0 calc(60 * var(--width-ratio));
}

.pageBottomBtnArea ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageBottomBtnArea li {
	margin: 0 calc(20 * var(--width-ratio)) 0 0;
}

.pageBottomBtnArea li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(200 * var(--width-ratio));
	height: calc(45 * var(--width-ratio));
}

.pageBottomBtnArea li a.plan {
	border: calc(2 * var(--width-ratio)) solid #0088F3;
	color: #0088F3;
	font-weight: 600;
}

.pageBottomBtnArea li a.toppage {
	background: #999;
	color: #fff;
}

.pageBottomBtnArea li a.net {
	background: #0088F3;
	color: #fff;
	font-weight: 600;
}

.pageBottomBtnArea li a.net:not(.keyword):before {
	content: '';
	display: block;
	width: calc(34 * var(--width-ratio));
	height: calc(34 * var(--width-ratio));
	margin: 0 calc(8 * var(--width-ratio)) 0 0;
	background: url(../../img/lp/tenshokudanshi/icon-24h.png) 50%/cover;
}

@media (max-width: 750px) {
	.pageBottomBtnArea li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(213 * var(--width-ratio));
		height: calc(60 * var(--width-ratio));
		font-size: calc(22 * var(--width-ratio));
	}

	.pageBottomBtnArea {
		padding: 0 0 calc(40 * var(--width-ratio));
		margin: calc(100 * var(--width-ratio)) 0;
		border-bottom: calc(1 * var(--width-ratio)) solid #3C3C3C;
	}
}

.sec {
	padding: calc(80 * var(--width-ratio)) 0;
}

.baWrap,
.baWrap_hikaku {
	padding: 0 0 calc(120 * var(--width-ratio));
	position: relative;
}

.baWrap:before {
	content: '';
	display: block;
	width: 50%;
	height: calc(1059 * var(--width-ratio));
	background: #f0f0f0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.baWrap:after {
	content: '';
	display: block;
	width: 50%;
	height: calc(1059 * var(--width-ratio));
	background: #f0f7fa;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.baWrap_hikaku:before {
	content: '';
	display: block;
	width: 50%;
	height: calc(2570 * var(--width-ratio));
	background: #f0f0f0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.baWrap_hikaku:after {
	content: '';
	display: block;
	width: 50%;
	height: calc(2570 * var(--width-ratio));
	background: #f0f7fa;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.baWrap h2,
.baWrap_hikaku h2 {
	display: block;
	margin: 0 auto calc(120 * var(--width-ratio));
	font-size: calc(32 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	font-weight: 600;
	text-align: center;
	color: #000;
	position: relative;
}

.baWrap h2:before,
.baWrap_hikaku h2:before {
	content: none;
}

.baWrap h2 span,
.baWrap_hikaku h2 span {
	font-size: calc(39 * var(--width-ratio));
}

.baWrap .beforeafter,
.baWrap_hikaku .beforeafter {
	display: block;
	width: calc(575 * var(--width-ratio));
	margin: 0 auto calc(32 * var(--width-ratio));
}

.baWrap > p {
	width: calc(483 * var(--width-ratio));
	height: calc(47 * var(--width-ratio));
	margin: 0 auto calc(40 * var(--width-ratio));
	background: #0c0e54;
	font-size: calc(27 * var(--width-ratio));
	line-height: calc(47 * var(--width-ratio));
	text-align: center;
	color: #fff;
}

.baWrap_hikaku > p {
	width: calc(583 * var(--width-ratio));
	height: calc(47 * var(--width-ratio));
	margin: 0 auto calc(40 * var(--width-ratio));
	background: #0c0e54;
	font-size: calc(27 * var(--width-ratio));
	line-height: calc(47 * var(--width-ratio));
	text-align: center;
	color: #fff;
}

.baWrap > img.arrow,
.baWrap_hikaku > img.arrow {
	display: block;
	margin: 0 auto calc(24 * var(--width-ratio));
}

.baWrap .baImgWrap,
.baWrap_hikaku .baImgWrap {
	width: calc(320 * var(--width-ratio));
	height: calc(436 * var(--width-ratio));
	margin: 0 auto;
	position: relative;
}

.baWrap .baImgBottom,
.baWrap_hikaku .baImgBottom {
	width: calc(456 * var(--width-ratio));
	margin: calc(40 * var(--width-ratio)) auto 0;
	position: relative;
}

.baWrap .baImgBottom .slideTxt,
.baWrap_hikaku .baImgBottom .slideTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(204 * var(--width-ratio));
	height: calc(36 * var(--width-ratio));
	margin: 0 auto;
	border-radius: calc(30 * var(--width-ratio));
	border: calc(1 * var(--width-ratio)) solid #251e1c;
	background: #fff;
	font-size: calc(12 * var(--width-ratio));
	color: #251e1c;
	position: relative;
}

.baWrap .baImgBottom .slideTxt .hand,
.baWrap_hikaku .baImgBottom .slideTxt .hand {
	position: absolute;
	right: calc(-15 * var(--width-ratio));
	top: calc(-15 * var(--width-ratio));
}

.baWrap .baImgBottom .beforeTxt,
.baWrap_hikaku .baImgBottom .beforeTxt {
	position: absolute;
	top: calc(-20 * var(--width-ratio));
	left: 0;
}

.baWrap .baImgBottom .afterTxt,
.baWrap_hikaku .baImgBottom .afterTxt {
	position: absolute;
	top: calc(-20 * var(--width-ratio));
	right: 0;
}

.baWrap > h3,
.baWrap_hikaku > h3 {
	margin: calc(80 * var(--width-ratio)) 0 calc(32 * var(--width-ratio));
	font-size: calc(34 * var(--width-ratio));
	text-align: center;
}

.baWrap .baPointArea,
.baWrap_hikaku .baPointArea {
	display: flex;
	justify-content: center;
	width: 96%;
	max-width: calc(1200 * var(--width-ratio));
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.baWrap .baPointArea .point,
.baWrap_hikaku .baPointArea .point {
	display: flex;
	align-items: center;
	width: calc(388 * var(--width-ratio));
	height: calc(129 * var(--width-ratio));
	padding: 0;
	margin: 0 calc(12 * var(--width-ratio)) 0 0;
	border-radius: 0;
	border: calc(2 * var(--width-ratio)) solid #000;
	background: #fff;
}

.baWrap .baPointArea .point:last-child {
	margin: 0;
}

.baWrap .baPointArea .point .left {
	padding: 0 calc(24 * var(--width-ratio));
}

.baWrap .baPointArea .point .right {
	margin: 0;
}

.baWrap .baPointArea .point .right p {
	font-size: calc(14 * var(--width-ratio)) !important;
	line-height: calc(24 * var(--width-ratio)) !important;
	font-weight: 600;
	text-align: left;
}

@media (max-width: 750px) {

	.baWrap,
	.baWrap_hikaku {
		padding: 0 0 calc(72 * var(--width-ratio));
		position: relative;
	}

	.baWrap:before {
		height: calc(1810 * var(--width-ratio));
	}

	.baWrap:after {
		height: calc(1810 * var(--width-ratio));
	}

	.baWrap_hikaku:before {
		height: calc(2510 * var(--width-ratio));
	}

	.baWrap_hikaku:after {
		height: calc(2510 * var(--width-ratio));
	}

	.baWrap h2,
	.baWrap_hikaku h2 {
		margin: 0 auto calc(120 * var(--width-ratio));
		font-size: calc(25 * var(--width-ratio));
		line-height: calc(38 * var(--width-ratio));
	}

	.baWrap h2 span,
	.baWrap_hikaku h2 span {
		font-size: calc(30 * var(--width-ratio));
	}

	.baWrap .beforeafter,
	.baWrap_hikaku .beforeafter {
		display: block;
		width: calc(446 * var(--width-ratio));
		margin: 0 auto calc(28 * var(--width-ratio));
	}

	.baWrap > p,
	.baWrap_hikaku > p {
		margin: 0 auto calc(52 * var(--width-ratio));
		font-size: calc(26 * var(--width-ratio));
	}

	.baWrap .baImgWrap,
	.baWrap_hikaku .baImgWrap {
		width: calc(485 * var(--width-ratio));
		height: calc(642 * var(--width-ratio));
		margin: 0 auto;
		position: relative;
	}

	.baWrap .baImgBottom,
	.baWrap_hikaku .baImgBottom {
		width: calc(612 * var(--width-ratio));
		margin: calc(44 * var(--width-ratio)) auto 0;
		position: relative;
	}

	.baWrap .baImgBottom .slideTxt,
	.baWrap_hikaku .baImgBottom .slideTxt {
		width: calc(383 * var(--width-ratio));
		height: calc(67 * var(--width-ratio));
		border-radius: calc(40 * var(--width-ratio));
		border: calc(2 * var(--width-ratio)) solid #fff;
		background: #fff;
		font-size: calc(22 * var(--width-ratio));
		position: relative;
	}

	.baWrap .baImgBottom .slideTxt .hand,
	.baWrap_hikaku .baImgBottom .slideTxt .hand {
		width: calc(76 * var(--width-ratio));
		position: absolute;
		right: calc(-20 * var(--width-ratio));
		top: calc(-20 * var(--width-ratio));
	}

	.baWrap .baImgBottom .beforeTxt,
	.baWrap_hikaku .baImgBottom .beforeTxt {
		width: calc(110 * var(--width-ratio));
		position: absolute;
		top: calc(-20 * var(--width-ratio));
		left: 0;
	}

	.baWrap .baImgBottom .afterTxt,
	.baWrap_hikaku .baImgBottom .afterTxt {
		width: calc(110 * var(--width-ratio));
		position: absolute;
		top: calc(-20 * var(--width-ratio));
		right: 0;
	}

	.baWrap > h3,
	.baWrap_hikaku > h3 {
		margin: calc(80 * var(--width-ratio)) 0 calc(32 * var(--width-ratio));
		font-size: calc(29 * var(--width-ratio));
		text-align: center;
	}

	.baWrap .baPointArea {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 calc(56 * var(--width-ratio)) calc(30 * var(--width-ratio));
		margin: 0 auto;
		position: relative;
	}

	.baWrap .baPointArea .point {
		width: calc(636 * var(--width-ratio));
		height: calc(205 * var(--width-ratio));
		padding: calc(24 * var(--width-ratio)) 0;
		margin: 0 0 calc(20 * var(--width-ratio));
		border-radius: 0;
		border: calc(2 * var(--width-ratio)) solid #000;
		background: #fff;
	}

	.baWrap .baPointArea .point:last-child {
		margin: 0;
	}

	.baWrap .baPointArea .point .left {
		width: calc(290 * var(--width-ratio));
	}

	.baWrap .baPointArea .point .right {}

	.baWrap .baPointArea .point .right p {
		font-size: calc(28 * var(--width-ratio)) !important;
		line-height: calc(36 * var(--width-ratio)) !important;
	}
}

#awardArea {
	padding: calc(80 * var(--width-ratio)) 0;
	text-align: center;
}

#awardArea h2 {
	margin: 0 0 calc(20 * var(--width-ratio));
	font-size: calc(36 * var(--width-ratio));
	color: #5D5D5D;
}

#awardArea p {
	margin: 0 0 calc(32 * var(--width-ratio));
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(23 * var(--width-ratio));
}

#awardArea span {
	display: block;
	width: calc(745 * var(--width-ratio));
	margin: calc(20 * var(--width-ratio)) auto 0;
	font-size: calc(11 * var(--width-ratio));
	line-height: calc(17 * var(--width-ratio));
	text-align: left;
}

@media (max-width: 750px) {
	#awardArea {
		padding: calc(52 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(40 * var(--width-ratio));
	}

	#awardArea h2 {
		margin: 0 0 calc(32 * var(--width-ratio));
		font-size: calc(36 * var(--width-ratio));
		color: #5D5D5D;
	}

	#awardArea p {
		width: 100%;
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(23 * var(--width-ratio));
		line-height: calc(28 * var(--width-ratio));
	}

	#awardArea img.sp {
		margin: 0 auto;
	}

	#awardArea span {
		display: block;
		width: 100%;
		margin: calc(60 * var(--width-ratio)) auto 0;
		font-size: calc(15 * var(--width-ratio));
		line-height: calc(19 * var(--width-ratio));
	}
}

/* --------------------------------------------------

#photostep

-------------------------------------------------- */
#photostep {
	padding: calc(50 * var(--width-ratio)) 0 calc(100 * var(--width-ratio));
}

#photostep .heading {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: none;
	text-align: center;
}

#photostep .heading h2 {
	display: block;
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(32 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	color: #000;
	position: relative;
}

#photostep .heading h2 img {
	display: block;
	width: calc(241 * var(--width-ratio));
	margin: 0 auto calc(24 * var(--width-ratio));
}

#photostep .heading h2 img.sp {
	display: none;
}

#photostep .heading h2 span {
	font-size: calc(39 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	color: #000;
}

#photostep .heading h2 em {
	font-size: calc(56 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	font-style: normal;
}

#photostep h2:before {
	content: none;
}

#photostep .heading h2 .txt {
	width: calc(332 * var(--width-ratio));
	margin: 0 0 0 calc(180 * var(--width-ratio));
	position: absolute;
	top: calc(32 * var(--width-ratio));
	left: 50%;
}

#photostep h3 {}

#photostep ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(32 * var(--width-ratio)) calc(60 * var(--width-ratio));
	width: calc(792 * var(--width-ratio));
	margin: 0 auto calc(32 * var(--width-ratio));
}

#photostep ul li {
	display: block;
	width: calc(224 * var(--width-ratio));
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center;
	position: relative;
}

#photostep ul li:nth-child(3n) {
	margin: 0;
}

#photostep ul li:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(25.5 * var(--width-ratio)) 0 calc(25.5 * var(--width-ratio)) calc(17 * var(--width-ratio));
	border-color: transparent transparent transparent #9b9b9b;
	position: absolute;
	top: 50%;
	right: calc(-40 * var(--width-ratio));
	z-index: 1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#photostep ul li:last-child:before {
	content: none;
}

#photostep ul li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(46 * var(--width-ratio));
	height: calc(46 * var(--width-ratio));
	border-radius: calc(30 * var(--width-ratio));
	background: #D88E78;
	font-size: calc(28 * var(--width-ratio));
	color: #fff;
	position: absolute;
	top: calc(-9 * var(--width-ratio));
	left: calc(-9 * var(--width-ratio));
}

#photostep ul li .ttlArea {
	height: calc(37 * var(--width-ratio));
	background: #0c0e54;
}

#photostep ul li .ttlArea h4 {
	font-size: calc(20 * var(--width-ratio));
	line-height: calc(37 * var(--width-ratio));
	letter-spacing: calc(3 * var(--width-ratio));
	color: #fff;
}

#photostep ul li:nth-child(6) .ttlArea h4 {
	letter-spacing: 0;
}

#photostep ul li .txtArea {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(70 * var(--width-ratio));
}

#photostep ul li .txtArea p {
	font-size: calc(16 * var(--width-ratio));
	line-height: calc(21 * var(--width-ratio));
	text-align: center;
}

#photostep ul li p a {
	color: #5f82c1;
}

#photostep ul li .imgArea {
	height: calc(163 * var(--width-ratio));
}

#photostep ul li .imgArea img {
	position: relative;
}

@media (max-width: 750px) {
	#photostep {
		padding: calc(80 * var(--width-ratio)) 0 calc(100 * var(--width-ratio));
	}

	#photostep .heading h2 {
		display: block;
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(25 * var(--width-ratio));
		line-height: calc(39 * var(--width-ratio));
		font-weight: 600;
		color: #000;
		position: relative;
	}

	#photostep .heading h2 img {
		width: calc(187 * var(--width-ratio));
		margin: 0 auto calc(24 * var(--width-ratio));
	}

	#photostep .heading h2 img.pc {
		display: none;
	}

	#photostep .heading h2 img.sp {
		display: block;
	}

	#photostep .heading h2 span {
		font-size: calc(30 * var(--width-ratio));
		line-height: calc(39 * var(--width-ratio));
	}

	#photostep .heading h2 em {
		font-size: calc(44 * var(--width-ratio));
		line-height: calc(39 * var(--width-ratio));
	}

	#photostep h2:before {
		content: none;
	}

	#photostep .heading h2 .txt {
		width: calc(205 * var(--width-ratio));
		margin: 0 0 0 calc(140 * var(--width-ratio));
		position: absolute;
		top: calc(32 * var(--width-ratio));
		left: 50%;
	}

	#photostep .heading h2 .txt.pc {
		display: none;
	}

	#photostep .heading h2 .txt.sp {
		display: block;
	}

	#photostep ul li {
		display: flex;
		flex-direction: column;
		width: calc(610 * var(--width-ratio));
		height: calc(190 * var(--width-ratio));
		padding: 0;
		margin: 0 0 calc(80 * var(--width-ratio));
	}

	#photostep ul li:nth-child(3n) {
		margin: 0 0 calc(80 * var(--width-ratio));
	}

	#photostep ul li:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: calc(21 * var(--width-ratio)) calc(32.5 * var(--width-ratio)) 0 calc(32.5 * var(--width-ratio));
		border-color: #9b9b9b transparent transparent transparent;
		position: absolute;
		top: auto;
		bottom: calc(-40 * var(--width-ratio));
		right: 43%;
		z-index: 1;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	#photostep ul li .ttlArea {
		width: calc(307 * var(--width-ratio));
		height: calc(51 * var(--width-ratio));
		background: #0c0e54;
	}

	#photostep ul li .ttlArea h4 {
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(51 * var(--width-ratio));
		letter-spacing: calc(3 * var(--width-ratio));
	}

	#photostep ul li .txtArea {
		width: calc(307 * var(--width-ratio));
		height: auto;
		margin: calc(20 * var(--width-ratio)) 0 0;
	}

	#photostep ul li .txtArea p {
		font-size: calc(22 * var(--width-ratio));
		line-height: calc(34 * var(--width-ratio));
	}

	#photostep ul li .imgArea {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(287 * var(--width-ratio));
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	#photostep ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: calc(740 * var(--width-ratio));
		margin: 0 auto calc(32 * var(--width-ratio));
	}
}

/* --------------------------------------------------

#priceArea

-------------------------------------------------- */
#priceArea {
	margin: calc(80 * var(--width-ratio)) 0 calc(100 * var(--width-ratio));
	padding: 0;
	position: relative;
}

#priceArea h2 {
	display: block;
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(32 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	text-align: center;
	color: #000;
	position: relative;
}

#priceArea h2 img {
	display: block;
	width: calc(518 * var(--width-ratio));
	margin: 0 auto calc(24 * var(--width-ratio));
}

#priceArea h2 img.sp {
	display: none;
}

#priceArea h2 span {
	font-size: calc(39 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	color: #000;
}

#priceArea .tableUnder {
	margin: 0 0 calc(80 * var(--width-ratio));
}

#priceArea .tableUnder h3 {
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(26 * var(--width-ratio));
	line-height: calc(40 * var(--width-ratio));
	text-align: center;
}

#priceArea .tableUnder ul {
	width: calc(940 * var(--width-ratio));
	margin: 0 auto;
}

#priceArea .tableUnder li {
	display: flex;
	margin-bottom: calc(20 * var(--width-ratio));
}

#priceArea .tableUnder li .left {
	width: calc(264 * var(--width-ratio));
	min-width: calc(264 * var(--width-ratio));
	font-size: calc(22 * var(--width-ratio));
	line-height: calc(30 * var(--width-ratio));
	color: #0c0e54;
}

#priceArea .tableUnder li .left span {
	color: #00c3cd;
}

#priceArea .tableUnder li .right {
	width: 100%;
	font-size: calc(17 * var(--width-ratio));
	line-height: calc(24 * var(--width-ratio));
	color: #5F5E5F;
}

#priceArea .priceTableTxt {
	position: absolute;
	left: 50%;
	top: calc(20 * var(--width-ratio));
	margin: 0 0 0 calc(310 * var(--width-ratio));
}

#priceArea .priceTable {
	display: block;
	max-width: calc(855 * var(--width-ratio));
	margin: 0 auto calc(60 * var(--width-ratio));
}

#priceArea .priceTable.sp {
	display: none;
}

#priceArea > h3 {
	margin: 0 0 calc(20 * var(--width-ratio));
	font-size: calc(29 * var(--width-ratio));
	line-height: calc(44 * var(--width-ratio));
	text-align: center;
}

#priceArea .optionList {
	display: flex;
	align-items: center;
	justify-content: center;
}

#priceArea .optionList li {
	width: calc(320 * var(--width-ratio));
	margin: 0 calc(30 * var(--width-ratio)) 0 0;
}

#priceArea .optionList li:last-child {
	margin: 0;
}

#priceArea .optionList li h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: calc(64 * var(--width-ratio));
	background: #b7b7b7;
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(19 * var(--width-ratio));
	font-weight: 400;
	text-align: center;
	color: #000;
}

#priceArea .optionList li h4 .small {
	font-size: calc(15 * var(--width-ratio));
}

#priceArea .optionList li p {
	padding: calc(8 * var(--width-ratio)) 0;
	background: #e8e8e8;
	font-size: calc(25 * var(--width-ratio));
	text-align: center;
}

#priceArea .optionList li p .small {
	font-size: calc(17 * var(--width-ratio));
}

#priceArea .margintop100 {
	margin-top: calc(100 * var(--width-ratio));
}

#priceArea .bnrArea {
	display: flex;
	justify-content: center;
	margin: calc(100 * var(--width-ratio)) 0 calc(60 * var(--width-ratio));
}

#priceArea .bnrArea .bnr {
	display: block;
	width: calc(526 * var(--width-ratio));
	margin: 0 calc(18 * var(--width-ratio)) 0 0;
	overflow: visible;
}

#priceArea .bnrArea .bnr:nth-child(2n) {
	margin: 0;
}

#priceArea .bnrArea .bnr:last-child {
	margin: 0;
}

#priceArea .bnrArea .bnr h3 {
	margin: 0 0 calc(12 * var(--width-ratio));
	font-size: calc(24 * var(--width-ratio));
	text-align: center;
}

#priceArea .bnrArea .bnr img {
	margin: 0 0 0 calc(-17 * var(--width-ratio));
}

#priceArea .bnrArea .bnr p {
	margin: calc(12 * var(--width-ratio)) 0 0;
	font-size: calc(10 * var(--width-ratio));
	line-height: calc(15 * var(--width-ratio));
	text-align: right;
}

@media (max-width: 750px) {
	#priceArea {
		padding: 0;
	}

	#priceArea .heading {
		display: flex;
		align-items: center;
		flex-direction: column;
		width: calc(655 * var(--width-ratio));
		height: calc(101 * var(--width-ratio));
		padding: calc(24 * var(--width-ratio)) 0 0;
		margin: 0 auto;
		background: url(../../img/lp/tenshokudanshi/price-heading-bg-sp.png) 50%/cover;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	#priceArea h2 img.pc {
		display: none;
	}

	#priceArea h2 img.sp {
		display: block;
		width: calc(162 * var(--width-ratio));
	}

	#priceArea > h2 {
		margin: 0 auto calc(32 * var(--width-ratio));
	}

	#priceArea > h3 {
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(36 * var(--width-ratio));
	}

	#priceArea .priceTableTxt {
		position: absolute;
		left: 50%;
		top: calc(80 * var(--width-ratio));
		margin: 0 0 0 calc(310 * var(--width-ratio));
	}

	#priceArea .priceTable.sp {
		display: block;
		margin: 0 auto calc(80 * var(--width-ratio));
	}

	#priceArea img.pc {
		display: none;
	}

	#priceArea .tableUnder {
		padding: 0 calc(32 * var(--width-ratio));
		margin: 0 0 calc(80 * var(--width-ratio));
	}

	#priceArea .tableUnder h3 {
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(32 * var(--width-ratio));
		line-height: calc(48 * var(--width-ratio));
		text-align: center;
	}

	#priceArea .tableUnder ul {
		width: 100%;
		margin: 0 auto;
	}

	#priceArea .tableUnder li {
		flex-direction: column;
		margin: 0 0 calc(30 * var(--width-ratio));
	}

	#priceArea .tableUnder li .left {
		width: 100%;
		min-width: auto;
		margin: 0 0 calc(4 * var(--width-ratio));
		font-size: calc(26 * var(--width-ratio));
		line-height: calc(38 * var(--width-ratio));
	}

	#priceArea .tableUnder li .left span {
		color: #00c3cd;
	}

	#priceArea .tableUnder li .right {
		width: 100%;
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(32 * var(--width-ratio));
		color: #5F5E5F;
	}

	#priceArea .optionList {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0 calc(28 * var(--width-ratio));
	}

	#priceArea .optionList li {
		width: 100%;
		margin: 0 0 calc(40 * var(--width-ratio));
	}

	#priceArea .optionList li:last-child {
		margin: 0;
	}

	#priceArea .optionList li h4 {
		flex-direction: row;
		height: calc(64 * var(--width-ratio));
		background: #0c0e54;
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(19 * var(--width-ratio));
		font-weight: 400;
		text-align: center;
		color: #fff;
	}

	#priceArea .optionList li h4 .small {
		font-size: calc(20 * var(--width-ratio));
	}

	#priceArea .optionList li p {
		padding: calc(12 * var(--width-ratio)) 0;
		background: #ebf3ff;
		font-size: calc(34 * var(--width-ratio));
		text-align: center;
	}

	#priceArea .optionList li p .small {
		font-size: calc(23 * var(--width-ratio));
	}

	#priceArea .bnrArea {
		flex-direction: column;
		padding: 0 calc(28 * var(--width-ratio));
		margin: calc(80 * var(--width-ratio)) 0 calc(60 * var(--width-ratio));
	}

	#priceArea .bnrArea .bnr {
		display: block;
		width: 100%;
		margin: 0 0 calc(60 * var(--width-ratio));
	}

	#priceArea .bnrArea .bnr:nth-child(2n) {
		margin: 0;
	}

	#priceArea .bnrArea .bnr img {
		width: 100%;
	}

	#priceArea .bnrArea .bnr h3 {
		display: none;
	}

	#priceArea .bnrArea .bnr p {
		display: none;
	}
}

/* --------------------------------------------------

#faqArea

-------------------------------------------------- */
#faqArea h2 {
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(44 * var(--width-ratio));
	font-weight: 400;
	text-align: center;
	color: #6EB7C9;
}

#faqArea h2 img {
	width: calc(208 * var(--width-ratio));
}

#faqArea h2 span {
	display: block;
	margin: calc(20 * var(--width-ratio)) 0 0;
	font-size: calc(30 * var(--width-ratio));
	color: #5F5E5F;
}

#faqArea .faqList {
	width: calc(886 * var(--width-ratio));
	margin: 0 auto;
}

#faqArea .faqList .faqListItem {
	margin: 0 0 calc(40 * var(--width-ratio));
}

#faqArea .faqList .faqListItem .q {
	min-height: calc(92 * var(--width-ratio));
	padding: calc(28 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(112 * var(--width-ratio));
	background: #ebfafb;
	color: #251E1C;
	position: relative;
}

#faqArea .faqList .faqListItem .q h3 {
	font-size: calc(22 * var(--width-ratio));
	line-height: calc(32 * var(--width-ratio));
	font-weight: 600;
	color: #251e1c;
}

#faqArea .faqList .faqListItem .q img {
	position: absolute;
	top: calc(32 * var(--width-ratio));
	left: calc(36 * var(--width-ratio));
}

#faqArea .faqList .faqListItem .a {
	min-height: calc(120 * var(--width-ratio));
	padding: calc(16 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(112 * var(--width-ratio));
	position: relative;
}

#faqArea .faqList .faqListItem .a p {
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(31 * var(--width-ratio));
	color: #1A1311;
}

#faqArea .faqList .faqListItem .a img {
	position: absolute;
	top: calc(20 * var(--width-ratio));
	left: calc(36 * var(--width-ratio));
}

@media (max-width: 750px) {
	#faqArea {
		padding: calc(80 * var(--width-ratio)) calc(60 * var(--width-ratio));
	}

	#faqArea h2 {
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(44 * var(--width-ratio));
		font-weight: 400;
		text-align: center;
		color: #6EB7C9;
	}

	#faqArea h2 img {
		width: calc(208 * var(--width-ratio));
	}

	#faqArea h2 span {
		display: none;
	}

	#faqArea .faqList {
		width: 100%;
		margin: 0 auto;
	}

	#faqArea .faqList .faqListItem {
		margin: 0 0 calc(40 * var(--width-ratio));
	}

	#faqArea .faqList .faqListItem .q {
		min-height: calc(92 * var(--width-ratio));
		padding: calc(28 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(80 * var(--width-ratio));
		background: #ebfafb;
		position: relative;
	}

	#faqArea .faqList .faqListItem .q h3 {
		font-size: calc(27 * var(--width-ratio));
		line-height: calc(42 * var(--width-ratio));
		font-weight: 600;
		color: #000;
	}

	#faqArea .faqList .faqListItem .q img {
		width: calc(37 * var(--width-ratio));
		position: absolute;
		top: calc(25 * var(--width-ratio));
		left: calc(20 * var(--width-ratio));
	}

	#faqArea .faqList .faqListItem .a {
		min-height: calc(120 * var(--width-ratio));
		padding: calc(16 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(80 * var(--width-ratio));
		position: relative;
	}

	#faqArea .faqList .faqListItem .a p {
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(42 * var(--width-ratio));
		color: #5f5e5f;
	}

	#faqArea .faqList .faqListItem .a img {
		width: calc(33 * var(--width-ratio));
		position: absolute;
		top: calc(32 * var(--width-ratio));
		left: calc(20 * var(--width-ratio));
	}
}

/* --------------------------------------------------

#candoArea

-------------------------------------------------- */
#candoArea {
	padding: 0 0 calc(60 * var(--width-ratio));
}

#candoArea h2 {
	margin: 0 0 calc(20 * var(--width-ratio));
	font-size: calc(25 * var(--width-ratio));
	text-align: center;
	color: #645F5E;
}

#candoArea table {
	display: block;
	width: calc(996 * var(--width-ratio));
	margin: 0 auto;
}

#candoArea table tbody {
	display: flex;
	flex-wrap: wrap;
}

#candoArea table tbody tr {
	display: flex;
	width: calc(494 * var(--width-ratio));
	min-width: calc(494 * var(--width-ratio));
	min-height: calc(46 * var(--width-ratio));
	margin: 0 calc(8 * var(--width-ratio)) 0 0;
}

#candoArea table tbody tr th {
	width: calc(265 * var(--width-ratio));
	min-width: calc(265 * var(--width-ratio));
	padding: calc(11 * var(--width-ratio)) 0 calc(11 * var(--width-ratio)) calc(36 * var(--width-ratio));
	border-bottom: calc(1 * var(--width-ratio)) solid #000;
	background: #f2fdff;
	font-size: calc(16 * var(--width-ratio));
	line-height: calc(20 * var(--width-ratio));
	font-weight: 600;
	color: #251E1C;
	position: relative;
}

#candoArea table tbody tr th:before {
	content: '';
	display: block;
	width: calc(25 * var(--width-ratio));
	height: calc(26 * var(--width-ratio));
	background: url(../../img/lp/tenshokudanshi/cando-q.png) 50%/cover;
	position: absolute;
	top: calc(8 * var(--width-ratio));
	left: calc(6 * var(--width-ratio));
}

#candoArea table tbody tr td {
	width: 100%;
	padding: calc(11 * var(--width-ratio)) 0;
	border-bottom: calc(1 * var(--width-ratio)) solid #000;
	font-size: calc(15 * var(--width-ratio));
	line-height: calc(20 * var(--width-ratio));
	text-align: center;
	color: #000;
}

#candoArea table tbody tr:nth-child(1) {
	border-top: calc(1 * var(--width-ratio)) solid #000;
}

#candoArea table tbody tr:nth-child(2) {
	border-top: calc(1 * var(--width-ratio)) solid #000;
}

#candoArea table tbody tr:nth-child(2n) {
	margin: 0;
}

#candoArea table tbody tr:nth-child(2n) th {
	width: calc(234 * var(--width-ratio));
	min-width: calc(234 * var(--width-ratio));
	background: #f2fdff;
}

@media (max-width: 750px) {
	#candoArea {
		padding: 0 calc(40 * var(--width-ratio)) calc(60 * var(--width-ratio));
	}

	#candoArea h2 {
		margin: 0 0 calc(20 * var(--width-ratio));
		font-size: calc(25 * var(--width-ratio));
		text-align: center;
		color: #645F5E;
	}

	#candoArea table {
		display: block;
		width: 100%;
		margin: 0 auto;
		border: calc(2 * var(--width-ratio)) solid #000;
	}

	#candoArea table tbody {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	#candoArea table tbody tr {
		display: flex;
		width: 100%;
		min-width: auto;
		min-height: calc(46 * var(--width-ratio));
		margin: 0 calc(2 * var(--width-ratio)) 0 0;
	}

	#candoArea table tbody tr th {
		width: calc(293 * var(--width-ratio));
		min-width: calc(293 * var(--width-ratio));
		padding: calc(20 * var(--width-ratio)) 0 calc(20 * var(--width-ratio)) calc(24 * var(--width-ratio));
		border-bottom: calc(2 * var(--width-ratio)) solid #000;
		font-size: calc(20 * var(--width-ratio));
		line-height: calc(32 * var(--width-ratio));
		font-weight: 600;
		position: relative;
	}

	#candoArea table tbody tr th:before {
		content: '';
		display: block;
		width: calc(32 * var(--width-ratio));
		height: calc(32 * var(--width-ratio));
		background: url(../../img/lp/tenshokudanshi/cando-q.png) 50%/cover;
		position: absolute;
		top: calc(20 * var(--width-ratio));
		left: calc(-12 * var(--width-ratio));
	}

	#candoArea table tbody tr td {
		width: 100%;
		padding: calc(20 * var(--width-ratio)) 0;
		border-bottom: calc(2 * var(--width-ratio)) solid #000;
		font-size: calc(21 * var(--width-ratio));
		line-height: calc(36 * var(--width-ratio));
		text-align: center;
	}

	#candoArea table tbody tr:nth-child(1) {
		border-top: none;
	}

	#candoArea table tbody tr:nth-child(2) {
		border-top: none;
	}

	#candoArea table tbody tr:nth-child(2n) {
		margin: 0;
	}

	#candoArea table tbody tr:nth-child(2n) th {
		width: calc(293 * var(--width-ratio));
		min-width: calc(293 * var(--width-ratio));
	}

	#candoArea table tbody tr:last-child th,
	#candoArea table tbody tr:last-child td {
		border: none;
	}
}

/* --------------------------------------------------

#voiceArea

-------------------------------------------------- */
#voiceArea {
	padding: calc(80 * var(--width-ratio)) 0 calc(40 * var(--width-ratio));
}

#voiceArea h2 {
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(44 * var(--width-ratio));
	font-weight: 400;
	text-align: center;
	color: #6EB7C9;
}

#voiceArea h2 img {
	width: calc(227 * var(--width-ratio));
}

#voiceArea h2 span {
	display: block;
	margin: calc(20 * var(--width-ratio)) 0 0;
	font-size: calc(30 * var(--width-ratio));
	color: #5F5E5F;
}

#voiceArea ul.voiceList {
	display: flex;
	flex-wrap: wrap;
	width: calc(872 * var(--width-ratio));
	margin: 0 auto;
}

#voiceArea ul.voiceList li.item {
	width: calc(264 * var(--width-ratio));
	margin: 0 calc(40 * var(--width-ratio)) calc(40 * var(--width-ratio)) 0;
	border-radius: 0;
	border: calc(4 * var(--width-ratio)) solid #000;
	overflow: hidden;
}

#voiceArea ul.voiceList li.item .top {
	display: block;
	height: calc(260 * var(--width-ratio));
	padding: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
	border-bottom: calc(4 * var(--width-ratio)) solid #000;
	text-align: center;
	position: relative;
}

#voiceArea ul.voiceList li.item .top .itemTtl {
	display: flex;
	align-items: center;
	height: calc(170 * var(--width-ratio));
}

#voiceArea ul.voiceList li.item .top h3 {
	margin: 0 0 calc(12 * var(--width-ratio));
	font-size: calc(20 * var(--width-ratio));
	line-height: calc(40 * var(--width-ratio));
	text-align: left;
	color: #000;
}

#voiceArea ul.voiceList li.item .top h3 .accent {
	padding: 0 0 calc(2 * var(--width-ratio));
	background: url(../../img/lp/tenshokudanshi/voice-accent-bg.png) 50% 100% no-repeat;
	font-size: calc(20 * var(--width-ratio));
	line-height: calc(40 * var(--width-ratio));
	color: #000;
	position: relative;
}

#voiceArea ul.voiceList li.item .top h3 .accent:before {
	content: none;
	display: block;
	width: 100%;
	height: calc(6 * var(--width-ratio));
	background: #00c3cd;
	position: absolute;
	left: 0;
	bottom: 0;
}

#voiceArea ul.voiceList li.item .top span {
	font-size: calc(15 * var(--width-ratio));
	line-height: calc(26 * var(--width-ratio));
	color: #000;
}

#voiceArea ul.voiceList li.item .top img {
	position: absolute;
	right: calc(6 * var(--width-ratio));
	bottom: calc(-3 * var(--width-ratio));
	width: calc(76 * var(--width-ratio));
	z-index: 1;
}

#voiceArea ul.voiceList li.item .bottom {
	padding: calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio));
}

#voiceArea ul.voiceList li.item .bottom p {
	font-size: calc(14 * var(--width-ratio));
	line-height: calc(27 * var(--width-ratio));
	color: #736E6D;
}

#voiceArea ul.voiceList li.item .top {}

#voiceArea ul.voiceList li.item:nth-child(3n) {
	margin: 0 0 calc(40 * var(--width-ratio));
}

@media (max-width: 750px) {
	#voiceArea {
		padding: calc(80 * var(--width-ratio)) 0 calc(40 * var(--width-ratio));
	}

	#voiceArea h2 {
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(44 * var(--width-ratio));
		font-weight: 400;
		text-align: center;
		color: #6EB7C9;
	}

	#voiceArea h2 img {
		width: calc(227 * var(--width-ratio));
	}

	#voiceArea h2 span {
		display: block;
		margin: calc(20 * var(--width-ratio)) 0 0;
		font-size: calc(30 * var(--width-ratio));
		color: #5F5E5F;
	}

	#voiceArea ul.voiceList {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 calc(72 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item {
		width: calc(286 * var(--width-ratio));
		margin: 0 calc(34 * var(--width-ratio)) calc(40 * var(--width-ratio)) 0;
		border-radius: calc(10 * var(--width-ratio));
		overflow: hidden;
	}

	#voiceArea ul.voiceList li.item .top {
		height: calc(290 * var(--width-ratio));
		padding: calc(36 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
		text-align: center;
	}

	#voiceArea ul.voiceList li.item .top .itemTtl {
		display: flex;
		align-items: center;
		height: calc(163 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item .top h3 {
		margin: 0;
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(40 * var(--width-ratio));
		letter-spacing: 0;
		text-align: left;
		color: #0c0e54;
	}

	#voiceArea ul.voiceList li.item .top h3 .accent {
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(40 * var(--width-ratio));
		color: #0c0e54;
	}

	#voiceArea ul.voiceList li.item .top span {
		font-size: calc(16 * var(--width-ratio));
		line-height: calc(28 * var(--width-ratio));
		position: relative;
		left: calc(-8 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item .top img {
		right: calc(4 * var(--width-ratio));
		width: calc(83 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item .bottom {
		padding: calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item .bottom p {
		font-size: calc(20 * var(--width-ratio));
		line-height: calc(32 * var(--width-ratio));
		color: #736E6D;
	}

	#voiceArea ul.voiceList li.item:nth-child(3n) {
		margin: 0 calc(32 * var(--width-ratio)) calc(40 * var(--width-ratio)) 0;
	}

	#voiceArea ul.voiceList li.item:nth-child(2n) {
		margin: 0 0 calc(40 * var(--width-ratio));
	}
}

/* --------------------------------------------------

#accessArea

-------------------------------------------------- */
#accessArea {
	background: url(../../img/lp/tenshokudanshi/access-bg.png);
}

#accessArea h2 {
	margin: 0 0 calc(80 * var(--width-ratio));
	font-size: calc(44 * var(--width-ratio));
	font-weight: 400;
	text-align: center;
	color: #6EB7C9;
}

#accessArea h2 img {
	width: calc(293 * var(--width-ratio));
}

#accessArea .area {
	width: calc(782 * var(--width-ratio));
	margin: calc(20 * var(--width-ratio)) auto 0;
}

#accessArea .area h3 {
	margin: 0 0 calc(60 * var(--width-ratio));
	font-size: calc(30 * var(--width-ratio));
	font-weight: 600;
	text-align: center;
	color: #000;
}

#accessArea .area ul {
	display: flex;
	flex-wrap: wrap;
	margin: calc(40 * var(--width-ratio)) 0 0;
}

#accessArea .area ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(365 * var(--width-ratio));
	padding: calc(32 * var(--width-ratio)) 0 calc(72 * var(--width-ratio));
	margin: 0 calc(52 * var(--width-ratio)) calc(52 * var(--width-ratio)) 0;
	border: calc(2 * var(--width-ratio)) solid #000;
	background: #fff;
	position: relative;
}

#accessArea .area ul li .comment {
	position: absolute;
	top: calc(-44 * var(--width-ratio));
	left: calc(-60 * var(--width-ratio));
	height: calc(80 * var(--width-ratio));
}

#accessArea .area ul li h4 {
	margin: 0 0 calc(20 * var(--width-ratio));
	font-size: calc(30 * var(--width-ratio));
	color: #000;
}

#accessArea .area ul li .address {
	height: calc(35 * var(--width-ratio));
	margin: 0 0 calc(15 * var(--width-ratio));
	font-size: calc(14 * var(--width-ratio));
	line-height: calc(20 * var(--width-ratio));
	letter-spacing: calc(1 * var(--width-ratio));
}

#accessArea .area ul li .address a {
	color: #048FFF;
}

#accessArea .area ul li .access {
	display: flex;
	align-items: center;
	height: calc(52 * var(--width-ratio));
	text-align: center;
}

#accessArea .area ul li .access p {
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(26 * var(--width-ratio));
	color: #00c3cd;
}

#accessArea .area ul li .access span {
	font-size: calc(12 * var(--width-ratio));
	color: #00c3cd;
}

#accessArea .area ul li a.reserv {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(249 * var(--width-ratio));
	height: calc(42 * var(--width-ratio));
	margin: 0 auto;
	border-radius: 0;
	background: #0c0e54;
	font-size: calc(17 * var(--width-ratio));
	font-weight: 600;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: calc(20 * var(--width-ratio));
	-webkit-transform: translate(calc(-124.5 * var(--width-ratio)), 0);
	-ms-transform: translate(calc(-124.5 * var(--width-ratio)), 0);
	transform: translate(calc(-124.5 * var(--width-ratio)), 0);
}

#accessArea .area ul li a.reserv:not(.keyword):before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(5 * var(--width-ratio)) 0 calc(5 * var(--width-ratio)) calc(5 * var(--width-ratio));
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: calc(16 * var(--width-ratio));
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#accessArea .area ul li:nth-child(2n) {
	margin: 0 0 calc(52 * var(--width-ratio)) 0;
}

#accessArea .area ul li:nth-child(2n) .comment {
	left: auto;
	right: calc(-60 * var(--width-ratio));
}

#accessArea .area:last-child {
	margin: calc(40 * var(--width-ratio)) auto calc(80 * var(--width-ratio));
}

@media (max-width: 750px) {
	#accessArea {
		padding: calc(100 * var(--width-ratio)) 0 calc(80 * var(--width-ratio));
	}

	#accessArea h2 {
		margin: 0 0 calc(40 * var(--width-ratio));
	}

	#accessArea h2 img {
		width: calc(240 * var(--width-ratio));
		margin: 0 auto;
	}

	#accessArea .area {
		width: 100%;
		padding: 0 calc(68 * var(--width-ratio));
		margin: calc(20 * var(--width-ratio)) auto 0;
	}

	#accessArea .area h3 {
		font-size: calc(32 * var(--width-ratio));
		font-weight: 600;
		text-align: center;
		color: #000;
	}

	#accessArea .area ul {
		display: flex;
		flex-wrap: wrap;
		margin: calc(60 * var(--width-ratio)) 0 0;
	}

	#accessArea .area ul li {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: calc(295 * var(--width-ratio));
		padding: calc(32 * var(--width-ratio)) 0 calc(72 * var(--width-ratio));
		margin: 0 calc(24 * var(--width-ratio)) calc(52 * var(--width-ratio)) 0;
		border: calc(2 * var(--width-ratio)) solid #6EB7C9;
		background: #fff;
		position: relative;
	}

	#accessArea .area ul li .comment {
		position: absolute;
		top: calc(-36 * var(--width-ratio));
		left: calc(-20 * var(--width-ratio));
		height: calc(63 * var(--width-ratio));
	}

	#accessArea .area ul li h4 {
		margin: 0 0 calc(20 * var(--width-ratio));
		font-size: calc(27 * var(--width-ratio));
		color: #595858;
	}

	#accessArea .area ul li .address {
		height: calc(35 * var(--width-ratio));
		margin: 0 0 calc(15 * var(--width-ratio));
		font-size: calc(15 * var(--width-ratio));
		line-height: calc(20 * var(--width-ratio));
		letter-spacing: calc(1 * var(--width-ratio));
		text-align: center;
	}

	#accessArea .area ul li .address a {
		display: none;
	}

	#accessArea .area ul li .access {
		display: flex;
		align-items: center;
		height: calc(52 * var(--width-ratio));
		text-align: center;
	}

	#accessArea .area ul li .access p {
		font-size: calc(15 * var(--width-ratio));
		line-height: calc(23 * var(--width-ratio));
	}

	#accessArea .area ul li .access span {
		font-size: calc(12 * var(--width-ratio));
	}

	#accessArea .area ul li a.reserv {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(212 * var(--width-ratio));
		height: calc(41 * var(--width-ratio));
		margin: 0 auto;
		font-size: calc(18 * var(--width-ratio));
		font-weight: 600;
		position: absolute;
		left: 50%;
		bottom: calc(20 * var(--width-ratio));
		-webkit-transform: translate(calc(-106 * var(--width-ratio)), 0);
		-ms-transform: translate(calc(-106 * var(--width-ratio)), 0);
		transform: translate(calc(-106 * var(--width-ratio)), 0);
	}

	#accessArea .area ul li a.reserv:not(.keyword):before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: calc(5 * var(--width-ratio)) 0 calc(5 * var(--width-ratio)) calc(5 * var(--width-ratio));
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 50%;
		right: calc(16 * var(--width-ratio));
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	#accessArea .area ul li:nth-child(2n) {
		margin: 0 0 calc(52 * var(--width-ratio)) 0;
	}

	#accessArea .area ul li:nth-child(2n) .comment {
		left: auto;
		right: calc(-20 * var(--width-ratio));
	}

	#accessArea .area:last-child {
		margin: calc(40 * var(--width-ratio)) auto calc(80 * var(--width-ratio));
	}
}

/* --------------------------------------------------

#pointArea

-------------------------------------------------- */
#pointArea {
	margin: 0 0 calc(60 * var(--width-ratio));
	background: #0c0e54;
}

#pointArea > p {
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(20 * var(--width-ratio));
	text-align: center;
	color: #fff;
}

#pointArea ul {
	display: flex;
	justify-content: center;
}

#pointArea ul li {
	display: block;
	width: calc(232 * var(--width-ratio));
	height: auto;
	margin: 0 calc(40 * var(--width-ratio)) 0 0;
	background: #fffded;
}

#pointArea ul li:nth-child(1) {
	background: #fffded;
}

#pointArea ul li:nth-child(2) {
	background: #fffded;
}

#pointArea ul li:nth-child(3) {
	background: #fffded;
}

#pointArea ul li:last-child {
	margin: 0;
}

#pointArea ul li .imgArea {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(60 * var(--width-ratio));
}

#pointArea ul li .txtArea {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(80 * var(--width-ratio));
	margin-top: calc(10 * var(--width-ratio));
	padding: 0 0 calc(20 * var(--width-ratio));
}

#pointArea ul li .txtArea p {
	margin: 0;
	font-size: calc(22 * var(--width-ratio));
	line-height: calc(30 * var(--width-ratio));
	text-align: center;
}

@media (max-width: 750px) {
	#pointArea {
		margin: 0 0 calc(40 * var(--width-ratio));
	}

	#pointArea > p {
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(27 * var(--width-ratio));
		line-height: calc(47 * var(--width-ratio));
	}

	#pointArea ul {
		flex-direction: column;
	}

	#pointArea ul li {
		display: flex;
		align-items: center;
		width: calc(610 * var(--width-ratio));
		height: calc(112 * var(--width-ratio));
		padding: 0;
		margin: 0 auto calc(40 * var(--width-ratio));
		background: #fff;
	}

	#pointArea ul li:nth-child(1) {
		background: #fff;
	}

	#pointArea ul li:nth-child(2) {
		background: #fff;
	}

	#pointArea ul li:nth-child(3) {
		background: #fff;
	}

	#pointArea ul li .imgArea {
		width: calc(100 * var(--width-ratio));
		min-width: calc(100 * var(--width-ratio));
		height: auto;
		margin: 0 0 0 calc(24 * var(--width-ratio));
	}

	#pointArea ul li:nth-child(1) img {
		width: calc(37 * var(--width-ratio));
	}

	#pointArea ul li:nth-child(2) img {
		width: calc(48 * var(--width-ratio));
	}

	#pointArea ul li:nth-child(3) img {
		width: calc(34 * var(--width-ratio));
	}

	#pointArea ul li .txtArea {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: auto;
		padding: 0;
	}

	#pointArea ul li .txtArea p {
		font-size: calc(32 * var(--width-ratio));
		line-height: calc(30 * var(--width-ratio));
		letter-spacing: 0;
		text-align: center;
	}

	#pointArea ul li:last-child {
		margin: 0 auto calc(40 * var(--width-ratio));
	}
}

#tenshokudanshi #mv {
	line-height: 0;
	position: relative;
}

#tenshokudanshi #mv > .inner {
	width: 96%;
	max-width: calc(1280 * var(--width-ratio));
	height: 100%;
	margin: 0 auto;
	position: absolute;
}

#tenshokudanshi #mv .mv {
	width: 100%;
	line-height: 0;
}

#tenshokudanshi #mv .catch {
	position: absolute;
	top: calc(316 * var(--width-ratio));
	left: calc(20 * var(--width-ratio));
}

#tenshokudanshi #mv .bnr {
	position: absolute;
	bottom: calc(-72 * var(--width-ratio));
	right: calc(-10 * var(--width-ratio));
}

#tenshokudanshi #mv h1 {
	margin: calc(16 * var(--width-ratio)) 0;
	font-size: calc(24 * var(--width-ratio));
	line-height: 1;
	text-shadow: 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff;
	position: absolute;
	text-align: right;
	top: -101.494%;
	left: 58.188%;
}

#tenshokudanshi #mv .emblem {
	width: calc(416 * var(--width-ratio));
}

#tenshokudanshi .MVsp_br {
	display: none;
}

@media (max-width: 750px) {
	#tenshokudanshi #mv {
		min-width: auto;
		padding: calc(4 * var(--width-ratio)) 0 0;
		margin: 0 0 calc(44 * var(--width-ratio));
	}

	#tenshokudanshi #mv > .inner {
		width: 100%;
		height: 100%;
	}

	#tenshokudanshi #mv .catch {
		position: absolute;
		top: calc(290 * var(--width-ratio));
		left: calc(20 * var(--width-ratio));
	}

	#tenshokudanshi #mv .bnr {
		position: absolute;
		bottom: calc(-135 * var(--width-ratio));
		right: calc(24 * var(--width-ratio));
	}

	#tenshokudanshi #mv h1 {
		margin: calc(16 * var(--width-ratio)) calc(4 * var(--width-ratio));
		font-size: calc(24 * var(--width-ratio));
		line-height: 1.5;
		text-shadow: 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff, 0 0 calc(10 * var(--width-ratio)) #fff;
		position: absolute;
		text-align: right;
		top: -101.494%;
		left: 54.188%;
	}

	#tenshokudanshi .mvUnder {
		padding: calc(160 * var(--width-ratio)) calc(64 * var(--width-ratio)) calc(40 * var(--width-ratio));
		background: #f0f0f0
	}

	#tenshokudanshi .mvUnder > .inner {
		width: 100%;
	}

	#tenshokudanshi .mvUnder h2 {
		font-size: calc(32 * var(--width-ratio));
		line-height: calc(47 * var(--width-ratio));
	}

	#tenshokudanshi .MVsp_br {
		display: block;
	}
}

#tenshokudanshi #sec02 {
	margin: calc(60 * var(--width-ratio)) 0 calc(80 * var(--width-ratio));
	padding: 0;
	text-align: center;
}

#tenshokudanshi #sec02 > img {
	width: 100%;
	max-width: calc(851 * var(--width-ratio));
	margin: 0 0 calc(80 * var(--width-ratio)) calc(-40 * var(--width-ratio));
}

#tenshokudanshi #sec02 h2 {
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(33 * var(--width-ratio));
	line-height: calc(58 * var(--width-ratio));
	font-weight: 400;
	color: #5F5E5F;
}

#tenshokudanshi #sec02 .meritList {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(1100 * var(--width-ratio));
	padding: 0 calc(40 * var(--width-ratio));
	margin: 0 auto;
}

#tenshokudanshi #sec02 .meritList .meritListItem {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(182 * var(--width-ratio));
	height: calc(182 * var(--width-ratio));
	margin: 0 calc(26 * var(--width-ratio)) 0 0;
	border-radius: calc(100 * var(--width-ratio));
	position: relative;
}

#tenshokudanshi #sec02 .meritList .meritListItem img {
	position: absolute;
	top: 0;
	left: 0;
}

#tenshokudanshi #sec02 .meritList .meritListItem p {
	font-size: calc(19 * var(--width-ratio));
	line-height: calc(26 * var(--width-ratio));
	font-weight: 600;
	color: #5F5E5F;
}

#tenshokudanshi #sec02 .meritList .meritListItem01 {
	background: #FBE0BF;
}

#tenshokudanshi #sec02 .meritList .meritListItem02 {
	background: #F9DBDC;
}

#tenshokudanshi #sec02 .meritList .meritListItem03 {
	background: #E0EACD;
}

#tenshokudanshi #sec02 .meritList .meritListItem04 {
	background: #E1EEEC;
}

#tenshokudanshi #sec02 .meritList .meritListItem05 {
	background: #DFE1FF;
}

#tenshokudanshi #sec02 .meritList .meritListItem:last-child {
	margin: 0;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem {
	display: flex;
	width: calc(1100 * var(--width-ratio));
	padding: 0 calc(40 * var(--width-ratio));
	margin: calc(196 * var(--width-ratio)) auto 0;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .imgArea {
	width: calc(530 * var(--width-ratio));
	min-width: calc(530 * var(--width-ratio));
	height: calc(373 * var(--width-ratio));
	position: relative;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .imgArea img {
	width: 100%;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea {
	width: calc(450 * var(--width-ratio));
	min-width: calc(450 * var(--width-ratio));
	margin: 0 0 0 calc(40 * var(--width-ratio));
	position: relative;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea img {
	position: absolute;
	top: calc(-110 * var(--width-ratio));
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea h3 {
	margin: 0 0 calc(12 * var(--width-ratio));
	font-size: calc(35 * var(--width-ratio));
	line-height: calc(58 * var(--width-ratio));
	letter-spacing: calc(1 * var(--width-ratio));
	text-align: center;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea span {
	display: block;
	font-size: calc(30 * var(--width-ratio));
	line-height: calc(53 * var(--width-ratio));
	letter-spacing: calc(1 * var(--width-ratio));
	text-align: left;
	color: #E56F56;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea p {
	font-size: calc(20 * var(--width-ratio));
	line-height: calc(35 * var(--width-ratio));
	text-align: left;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(2n) {
	flex-direction: row-reverse;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .txtArea {
	margin: 0 calc(40 * var(--width-ratio)) 0 0;
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(2) .img {
	width: auto;
	position: absolute;
	top: calc(-74 * var(--width-ratio));
	right: calc(-84 * var(--width-ratio));
}

#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(4) .img {
	width: auto;
	position: absolute;
	top: calc(-74 * var(--width-ratio));
	right: calc(-20 * var(--width-ratio));
}

#tenshokudanshi .priceh1 {
	text-align: center;
	margin-top: calc(40 * var(--width-ratio));
}

@media (max-width: 750px) {
	#tenshokudanshi #sec02 {
		margin: 0 0 calc(80 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 > img {
		margin: 0;
	}

	#tenshokudanshi #sec02 h2 {
		margin: calc(40 * var(--width-ratio)) 0 calc(20 * var(--width-ratio));
		font-size: calc(33 * var(--width-ratio));
		line-height: calc(58 * var(--width-ratio));
		font-weight: 600;
		color: #5F5E5F;
	}

	#tenshokudanshi #sec02 .meritList {
		flex-wrap: wrap;
		width: calc(540 * var(--width-ratio));
		padding: 0;
		margin: 0 auto;
	}

	#tenshokudanshi #sec02 .meritList .meritListItem {
		width: calc(240 * var(--width-ratio));
		height: calc(240 * var(--width-ratio));
		margin: 0 calc(60 * var(--width-ratio)) calc(60 * var(--width-ratio)) 0;
		border-radius: calc(120 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritList .meritListItem img {
		position: absolute;
		top: calc(-10 * var(--width-ratio));
		left: calc(-20 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritList .meritListItem p {
		font-size: calc(25 * var(--width-ratio));
		line-height: calc(44 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritList .meritListItem:nth-child(2n) {
		margin: 0 0 calc(60 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritList .meritListItem:last-child {
		margin: 0 0 calc(60 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem {
		flex-wrap: wrap;
		width: 100%;
		padding: 0 calc(64 * var(--width-ratio));
		margin: calc(200 * var(--width-ratio)) auto 0;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .imgArea {
		width: 100%;
		min-width: auto;
		height: auto;
		position: relative;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .imgArea img {
		width: 100%;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea {
		width: 100%;
		min-width: auto;
		margin: 0;
		position: relative;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea img {
		position: absolute;
		top: calc(-550 * var(--width-ratio));
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea h3 {
		display: flex;
		align-items: center;
		height: calc(118 * var(--width-ratio));
		margin: 0 0 calc(12 * var(--width-ratio));
		font-size: calc(38 * var(--width-ratio));
		line-height: calc(59 * var(--width-ratio));
		font-weight: 400;
		letter-spacing: calc(1 * var(--width-ratio));
		text-align: center;
		position: absolute;
		top: calc(-570 * var(--width-ratio));
		left: calc(90 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea span {
		display: block;
		margin: calc(16 * var(--width-ratio)) 0 0;
		font-size: calc(30 * var(--width-ratio));
		line-height: calc(53 * var(--width-ratio));
		letter-spacing: calc(1 * var(--width-ratio));
		text-align: left;
		color: #E56F56;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem .txtArea p {
		margin: calc(12 * var(--width-ratio)) 0 0;
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(42 * var(--width-ratio));
		text-align: left;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(2n) {
		flex-direction: row-reverse;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .txtArea {
		margin: 0 calc(40 * var(--width-ratio)) 0 0;
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(2) .img {
		top: calc(-80 * var(--width-ratio));
		right: calc(-60 * var(--width-ratio));
	}

	#tenshokudanshi #sec02 .meritItemWrap .meritItem:nth-child(4) .img {
		top: 0;
		right: auto;
		left: calc(-35 * var(--width-ratio));
	}
}

/* --------------------------------------------------

#point

-------------------------------------------------- */
#point {
	margin: 0 0 calc(140 * var(--width-ratio));
}

#point h2 {
	margin: 0 0 calc(72 * var(--width-ratio));
	font-size: calc(32 * var(--width-ratio));
	line-height: calc(50 * var(--width-ratio));
	text-align: center;
	position: relative;
}

#point h2 .sec-ttl {
	display: block;
	margin: 0 auto calc(20 * var(--width-ratio));
}

#point h2 span {
	font-size: calc(39 * var(--width-ratio));
}

#point h2 strong {
	color: #0c0e79;
}

#point h2 .txt {
	position: absolute;
	top: calc(28 * var(--width-ratio));
	left: 50%;
	width: calc(332 * var(--width-ratio));
	margin: 0 0 0 calc(188 * var(--width-ratio));
}

#point .pointItem {
	display: flex;
	column-gap: calc(40 * var(--width-ratio));
	width: 96%;
	max-width: calc(1280 * var(--width-ratio));
	margin: 0 auto calc(140 * var(--width-ratio));
	position: relative;
}

#point .pointItem .imgArea {
	width: 53.90625%;
}

#point .pointItem .imgArea img {
	width: 100%;
}

#point .txtArea {
	width: calc( 100% - 53.90625% - (40 * var(--width-ratio)) );
}

#point .pointHeading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(202 * var(--width-ratio));
	height: calc(202 * var(--width-ratio));
	margin: 0 auto calc(32 * var(--width-ratio));
	background: #0c0e54;
	text-align: center;
}

#point .pointItem .pointHeading.sp {
	display: none;
}

#point .pointHeading img {
	margin: 0 0 calc(20 * var(--width-ratio));
}

#point .pointHeading h3 {
	font-size: calc(26 * var(--width-ratio));
	line-height: calc(36 * var(--width-ratio));
	color: #fff;
}

#point .pointHeading h3 span {
	font-size: calc(29 * var(--width-ratio));
	line-height: calc(45 * var(--width-ratio));
}

#point h4 {
	margin: 0 0 calc(8 * var(--width-ratio));
	font-size: calc(39 * var(--width-ratio));
	line-height: calc(58 * var(--width-ratio));
}

#point h4 span {
	color: #0c0e79;
}

#point .txtArea p {
	font-size: calc(19 * var(--width-ratio));
	line-height: calc(33 * var(--width-ratio));
}

#point .pointItem:nth-child(2n) {
	flex-direction: row-reverse;
}

#point .pointItem:nth-child(2n) .imgArea {
}

#point .pointItem:nth-child(2) {
	margin: 0 auto calc(284 * var(--width-ratio));
}

#point .pointItem:last-child {
	margin: 0 auto;
}

#point .point2-img {
	position: absolute;
	bottom: calc(-228 * var(--width-ratio));
	right: 0;
}

@media (max-width: 750px) {
	#point h2 {
		margin: 0 0 calc(72 * var(--width-ratio));
		font-size: calc(25 * var(--width-ratio));
		line-height: calc(39 * var(--width-ratio));
	}

	#point h2 .sec-ttl {
		display: block;
		margin: 0 auto calc(20 * var(--width-ratio));
	}

	#point h2 span {
		font-size: calc(30 * var(--width-ratio));
	}

	#point h2 .sec-ttl {
		width: calc(178 * var(--width-ratio));
		margin: 0 auto calc(20 * var(--width-ratio));
	}

	#point h2 .txt {
		width: calc(251 * var(--width-ratio));
		top: calc(20 * var(--width-ratio));
		margin: 0 0 0 calc(120 * var(--width-ratio));
	}

	#point .pointItem {
		flex-direction: column;
		width: 100%;
		margin-bottom: calc(60 * var(--width-ratio));
		background-color: #fff;
		padding: calc(40 * var(--width-ratio)) 0 calc(40 * var(--width-ratio)) 0;
	}

	#point .pointHeading {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: auto;
		height: auto;
		margin: 0 auto calc(32 * var(--width-ratio));
		background: transparent;
		text-align: center;
	}

	#point .pointItem .pointHeading.sp {
		display: flex;
		background-color: #0c0e54;
		width: calc(608 * var(--width-ratio));
		padding: calc(20 * var(--width-ratio)) 0;
	}

	#point .pointItem .pointHeading.pc {
		display: none;
	}

	#point .pointHeading img {
		height: calc(24 * var(--width-ratio));
		margin: 0 0 calc(20 * var(--width-ratio));
	}

	#point .pointHeading h3 {
		font-size: calc(30 * var(--width-ratio));
		line-height: calc(40 * var(--width-ratio));
		color: #fff;
	}

	#point .pointHeading h3 span {
		font-size: calc(29 * var(--width-ratio));
		line-height: calc(45 * var(--width-ratio));
		color: #fff;
	}

	#point .pointItem .imgArea {
		width: calc(608 * var(--width-ratio));
		min-width: auto;
		margin: 0 auto calc(20 * var(--width-ratio));
	}

	#point .txtArea {
		width: calc(608 * var(--width-ratio));
		min-width: auto;
		margin: 0 auto;
	}

	#point h4 {
		margin: 0 0 calc(8 * var(--width-ratio));
		font-size: calc(30 * var(--width-ratio));
		line-height: calc(45 * var(--width-ratio));
		color: #0c0e54;
	}

	#point h4 span {
		color: #0c0e54;
	}

	#point .txtArea p {
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(42 * var(--width-ratio));
		color: #000;
	}

	#point .point2-img {
		width: calc(685 * var(--width-ratio));
		position: relative;
		bottom: 0;
		right: auto;
		left: calc(71 * var(--width-ratio));
	}

	#point .pointItem:nth-child(2n) {
		flex-direction: column;
	}

	#point .pointItem:nth-child(2n) .imgArea {
		margin: 0 auto calc(20 * var(--width-ratio));
	}

	#point .pointItem:nth-child(2) {
		margin: 0 auto calc(52 * var(--width-ratio));
	}
}

#tenshokudanshi #sec03 {
	padding: calc(160 * var(--width-ratio)) 0 0;
}

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

ba　plus 202102

■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
.baWrap_hikaku .retouchFlow {
	display: flex;
	flex-wrap: wrap;
	width: calc(663 * var(--width-ratio));
	margin: calc(40 * var(--width-ratio)) auto calc(60 * var(--width-ratio));
}

.baWrap_hikaku .retouchFlow li {
	width: calc(200 * var(--width-ratio));
	margin: 0 calc(28 * var(--width-ratio)) calc(28 * var(--width-ratio)) 0;
	position: relative;
}

.baWrap_hikaku .retouchFlow li:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(13 * var(--width-ratio)) 0 calc(13 * var(--width-ratio)) calc(12 * var(--width-ratio));
	border-color: transparent transparent transparent #FFC6BF;
	position: absolute;
	top: calc(120 * var(--width-ratio));
	right: calc(-20 * var(--width-ratio));
}

.baWrap_hikaku .retouchFlow li h4 {
	margin: calc(4 * var(--width-ratio)) 0 calc(4 * var(--width-ratio));
	font-size: calc(14 * var(--width-ratio));
	line-height: calc(21 * var(--width-ratio));
	text-align: center;
}

.baWrap_hikaku .retouchFlow li p {
	font-size: calc(11 * var(--width-ratio));
	line-height: calc(21 * var(--width-ratio));
}

.baWrap_hikaku .retouchFlow li:nth-child(3n) {
	margin: 0 0 calc(28 * var(--width-ratio));
}

.baWrap_hikaku .retouchFlow li:last-child {
	margin: 0 0 calc(28 * var(--width-ratio));
}

.baWrap_hikaku .retouchFlow li:nth-child(3n):before {
	content: none;
}

.baWrap_hikaku .link_blue {
	width: calc(663 * var(--width-ratio));
	margin: 0 auto;
}

.baWrap_hikaku .link_blue a p {
	width: calc(600 * var(--width-ratio));
	font-size: calc(24 * var(--width-ratio));
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #5f5e5f;
	margin: 0 auto;
}

.baWrap_hikaku .link_blue p {
	width: calc(400 * var(--width-ratio));
	font-size: calc(12 * var(--width-ratio));
	text-align: center;
	display: block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #323232;
	margin: 0 auto;
}

.baWrap_hikaku .link_blue .youtube-img {
	display: block;
	margin: calc(40 * var(--width-ratio)) auto calc(12 * var(--width-ratio)) auto;

}

.baWrap_hikaku .link_blue .youtube-img p {
	font-size: calc(12 * var(--width-ratio));
	color: #5f5e5f;

}

@media (max-width: 750px) {
	.baWrap_hikaku .retouchFlow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: calc(60 * var(--width-ratio)) auto calc(60 * var(--width-ratio));
	}

	.baWrap_hikaku .retouchFlow li {
		width: calc(165 * var(--width-ratio));
		margin: 0 calc(28 * var(--width-ratio)) calc(28 * var(--width-ratio)) 0;
		position: relative;
	}

	.baWrap_hikaku .retouchFlow li img {
		width: 100%;
	}

	.baWrap_hikaku .retouchFlow li h4 {
		margin: calc(4 * var(--width-ratio)) 0 calc(4 * var(--width-ratio));
		font-size: calc(15 * var(--width-ratio));
		line-height: calc(21 * var(--width-ratio));
		text-align: center;
	}

	.baWrap_hikaku .retouchFlow li p {
		font-size: calc(14 * var(--width-ratio));
		line-height: calc(21 * var(--width-ratio));
	}

	.baWrap_hikaku .retouchFlow li:nth-child(4n) {
		margin: 0 0 calc(28 * var(--width-ratio));
	}

	.baWrap_hikaku .retouchFlow li:last-child {
		margin: 0 0 calc(28 * var(--width-ratio));
	}

	.baWrap_hikaku .retouchFlow li:last-child:before {
		content: none;
	}

	.baWrap_hikaku .link_blue {
		width: 100%;
		margin: 0 auto;
	}

	.baWrap_hikaku .link_blue a p {
		width: 90%;
		font-size: calc(28 * var(--width-ratio));
		text-align: center;
		display: block;
		font-weight: bold;
		padding: 0.25em 0.5em;
		text-decoration: none;
		color: #5f5e5f;
		margin: 0 auto;
	}

	.baWrap_hikaku .link_blue p {
		width: calc(400 * var(--width-ratio));
		font-size: calc(20 * var(--width-ratio));
		text-align: center;
		display: block;
		padding: 0.25em 0.5em;
		text-decoration: none;
		color: #323232;
		margin: 0 auto;
	}

	.baWrap_hikaku .link_blue .youtube-img {
		display: block;
		width: 80%;

		margin: calc(40 * var(--width-ratio)) auto;

	}

	.baWrap_hikaku .link_blue .youtube-img p {
		font-size: calc(16 * var(--width-ratio));
		color: #5f5e5f;
	}

	.baWrap_hikaku .link_blue .youtube-img a img {
		width: 80%;
		margin: 0 auto;

	}

}

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

ここまで

ba　plus 202102

■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */