@charset "UTF-8";

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.fixedCvBtn

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

.fixedCvBtn a img {
	position: fixed;
	right: 0;
	width: calc(58 * var(--width-ratio));
	z-index: 990;
	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: repeating-linear-gradient(-45deg, rgb(223, 204, 144) 0, rgb(223, 204, 144) calc(3 * var(--width-ratio)), #f9f5ef calc(3 * var(--width-ratio)), #f9f5ef calc(12 * var(--width-ratio))), #f9f5ef;
}

.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: #645F5E;
}

.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;
	background: #a89fa4;
}

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

.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/tenshokujoshi/icon-24h.png) 50%/cover no-repeat;
}

@media (max-width: 750px) {
	.cv-common a {
		border-radius: calc(40 * var(--width-ratio));
	}

	.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/tenshokujoshi/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 #c4c4c4;
	background: #fff;
	font-size: calc(17 * var(--width-ratio));
	font-weight: 400;
	letter-spacing: calc(3 * var(--width-ratio));
	color: #c4c4c4;
	position: relative;
}

.btn-common01:not(.keyword):before {
	content: '';
	display: block;
	width: calc(10 * var(--width-ratio));
	height: calc(13 * var(--width-ratio));
	margin: calc(-6.5 * var(--width-ratio)) 0 0;
	border: none;
	background: url(../../img/lp/tenshokujoshi/btn-arrow.png) 50%/cover;
	position: absolute;
	top: 50%;
	right: calc(27 * var(--width-ratio));
}

@media (max-width: 750px) {
	.btn-common01 {
		width: calc(445 * var(--width-ratio));
		height: calc(67 * var(--width-ratio));
		font-size: calc(23 * 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/tenshokujoshi/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(50 * var(--width-ratio));
	position: relative;
}

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

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

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

.baWrap_hikaku:after {
	content: '';
	display: block;
	width: 50%;
	height: calc(2140 * var(--width-ratio));
	background: #f0f7ff;
	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(37 * var(--width-ratio));
	line-height: calc(65 * var(--width-ratio));
	font-weight: 400;
	text-align: center;
	color: #959595;
	position: relative;
}

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

.baWrap h2 span {
	color: #83bddf;
}

.baWrap h2 .ba-ttl-bg01 {
	position: absolute;
	top: calc(-32 * var(--width-ratio));
	left: 50%;
	margin: 0 0 0 calc(-400 * var(--width-ratio));
}

.baWrap h2 .ba-ttl-bg02 {
	position: absolute;
	bottom: calc(-28 * var(--width-ratio));
	right: 50%;
	margin: 0 calc(-400 * var(--width-ratio)) 0 0;
}

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

.baWrap > p,
.baWrap_hikaku > p {
	margin: 0 0 calc(40 * var(--width-ratio));
	font-size: calc(27 * var(--width-ratio));
	text-align: center;
	color: #5F5E5F;
}

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

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

.baWrap .baImgBottom,
.baWrap_hikaku .baImgBottom {
	width: calc(456 * var(--width-ratio));
	margin: calc(32 * 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: #83bddf;
	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 .baPointArea,
.baWrap_hikaku .baPointArea {
	display: flex;
	width: calc(1000 * var(--width-ratio));
	padding: calc(15 * var(--width-ratio)) 0 calc(30 * var(--width-ratio));
	margin: calc(32 * var(--width-ratio)) auto 0;
	position: relative;
}

.baWrap .baPointArea .point {
	display: flex;
	width: calc(320 * var(--width-ratio));
	padding: 0 0 0 calc(30 * var(--width-ratio));
	margin: 0 calc(20 * var(--width-ratio)) 0 0;
	border-radius: calc(10 * var(--width-ratio));
	background: #fff;
}

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

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

.baWrap .baPointArea .point .right {
	width: calc(155 * var(--width-ratio));
	margin: calc(16 * var(--width-ratio)) 0 0 calc(8 * var(--width-ratio));
}

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

@media (max-width: 750px) {

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

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

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

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

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

	.baWrap h2,
	.baWrap_hikaku h2 {
		margin: 0 0 calc(132 * var(--width-ratio));
		font-size: calc(29 * var(--width-ratio));
		line-height: calc(51 * var(--width-ratio));
		letter-spacing: calc(2 * var(--width-ratio));
	}

	.baWrap h2 .ba-ttl-bg01,
	.baWrap_hikaku h2 .ba-ttl-bg01 {
		width: calc(32 * var(--width-ratio));
		position: absolute;
		top: calc(-32 * var(--width-ratio));
		left: calc(64 * var(--width-ratio));
		margin: 0;
	}

	.baWrap h2 .ba-ttl-bg02,
	.baWrap_hikaku h2 .ba-ttl-bg02 {
		width: calc(32 * var(--width-ratio));
		position: absolute;
		bottom: calc(-28 * var(--width-ratio));
		right: calc(64 * var(--width-ratio));
		margin: 0;
	}

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

	.baWrap > p,
	.baWrap_hikaku > p {
		margin: 0 0 calc(52 * var(--width-ratio));
		font-size: calc(30 * 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 .baPointArea {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: calc(15 * var(--width-ratio)) calc(56 * var(--width-ratio)) calc(30 * var(--width-ratio));
		margin: calc(60 * var(--width-ratio)) auto 0;
		position: relative;
	}

	.baWrap .baPointArea .point {
		align-items: center;
		width: calc(636 * var(--width-ratio));
		padding: calc(24 * var(--width-ratio)) 0 calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
		margin: 0 0 calc(20 * var(--width-ratio));
		border-radius: calc(30 * var(--width-ratio));
		background: #fff;
	}

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

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

	.baWrap .baPointArea .point .right {
		width: calc(312 * var(--width-ratio));
		padding: 0 0 0 calc(20 * var(--width-ratio));
		margin: 0;
	}

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

#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(100 * var(--width-ratio)) 0 calc(100 * var(--width-ratio));
}

#photostep .heading {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 calc(44 * var(--width-ratio));
}

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

#photostep .heading h2:before {
	content: none;
}

#photostep .heading h2 span {
	margin: 0 calc(10 * var(--width-ratio));
	font-size: calc(48 * var(--width-ratio));
	color: #83bddf;
	position: relative;
	top: calc(8 * var(--width-ratio));
}

#photostep > p {
	margin: 0 0 calc(88 * var(--width-ratio));
	font-size: calc(27 * var(--width-ratio));
	line-height: 1;
	text-align: center;
	color: #5f5e5f;
}

#photostep .heading .ba-ttl-bg01 {
	position: absolute;
	top: calc(-20 * var(--width-ratio));
	left: 50%;
	margin: 0 0 0 calc(-400 * var(--width-ratio));
}

#photostep .heading .ba-ttl-bg02 {
	position: absolute;
	bottom: calc(-16 * var(--width-ratio));
	right: 50%;
	margin: 0 calc(-400 * var(--width-ratio)) 0 0;
}

#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: calc(28 * var(--width-ratio)) auto calc(32 * var(--width-ratio));
}

#photostep ul li {
	display: block;
	width: calc(224 * var(--width-ratio));
	margin: 0;
	padding: 0;
	border: calc(2 * var(--width-ratio)) solid #b7a558;
	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 #b8a059;
	position: absolute;
	top: 50%;
	right: calc(-43 * var(--width-ratio));
	z-index: 2;
	-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));
	border: none;
	background: #b8a059;
	font-size: calc(28 * var(--width-ratio));
	color: #fff;
	position: absolute;
	top: calc(-9 * var(--width-ratio));
	left: calc(-9 * var(--width-ratio));
	z-index: 2;
}

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

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

#photostep ul li h3 {
	margin: 0 0 calc(10 * var(--width-ratio));
	font-size: calc(21 * var(--width-ratio));
	color: #5F5E5F;
}

#photostep ul li p {
	font-size: calc(17 * var(--width-ratio));
	line-height: calc(24 * var(--width-ratio));
}

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

#photostep ul li .imgArea {
	width: 100%;
	height: calc(156 * var(--width-ratio));
	position: relative;
}

#photostep ul li .imgArea img {
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1;
}

@media (max-width: 750px) {
	#photostep .heading {}

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

	#photostep .heading h2 span {
		font-size: calc(44 * var(--width-ratio));
		letter-spacing: calc(3 * var(--width-ratio));
		top: calc(4 * var(--width-ratio))
	}

	#photostep .heading .ba-ttl-bg01 {
		top: calc(-20 * var(--width-ratio));
		left: calc(50 * var(--width-ratio));
		width: calc(43 * var(--width-ratio));
		margin: 0;
	}

	#photostep .heading .ba-ttl-bg02 {
		bottom: calc(-16 * var(--width-ratio));
		right: calc(50 * var(--width-ratio));
		width: calc(43 * var(--width-ratio));
		margin: 0;
	}

	#photostep > p {
		margin: 0 0 calc(92 * var(--width-ratio));
		font-size: calc(30 * var(--width-ratio));
	}

	#photostep ul {
		row-gap: calc(60 * var(--width-ratio));
		width: calc(750 * var(--width-ratio));
		margin: calc(28 * var(--width-ratio)) auto calc(32 * var(--width-ratio));
	}

	#photostep ul li {
		width: calc(616 * var(--width-ratio));
		height: calc(208 * var(--width-ratio));
		padding: calc(16 * var(--width-ratio)) 0 0;
	}

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

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

	#photostep ul li:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: calc(26 * var(--width-ratio)) calc(25 * var(--width-ratio)) 0 calc(25 * var(--width-ratio));
		border-color: #b8a059 transparent transparent transparent;
		top: auto;
		bottom: calc(-44 * var(--width-ratio));
		right: auto;
		left: 50%;
		z-index: 2;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	#photostep ul li > span {
		width: calc(63 * var(--width-ratio));
		height: calc(63 * var(--width-ratio));
		border-radius: calc(40 * var(--width-ratio));
		font-size: calc(37 * var(--width-ratio));
		top: calc(-20 * var(--width-ratio));
		left: calc(-30 * var(--width-ratio));
	}

	#photostep ul li .illArea {
		width: calc(319 * var(--width-ratio));
		height: calc(75 * var(--width-ratio));
	}

	#photostep ul li .illArea img {
		height: calc(69 * var(--width-ratio));
	}

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

	#photostep ul li .txtArea h3 {
		margin: 0 0 calc(4 * var(--width-ratio));
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(38 * var(--width-ratio));
	}

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

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

	#photostep ul li .imgArea {
		width: calc(308 * var(--width-ratio));
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	#photostep ul li .imgArea img {
		width: 100%;
		height: auto;
	}
}

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

#priceArea

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

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

#priceArea .heading h2 {
	display: block;
}

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

#priceArea .heading p {
	margin: calc(18 * var(--width-ratio)) 0 0;
	font-size: calc(30 * var(--width-ratio));
	text-align: center;
	color: #5f5e5f;
}

#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: #F22B4E;
}

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

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

#priceArea > img {
	display: block;
	width: calc(848 * var(--width-ratio));
	margin: calc(-20 * var(--width-ratio)) auto calc(100 * var(--width-ratio));
}

#priceArea > img.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: #e9dec0;
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(19 * var(--width-ratio));
	text-align: center;
	color: #b8a059;
}

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

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

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

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

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

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

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

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

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

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

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

	#priceArea .heading {}

	#priceArea .heading h2 {}

	#priceArea .heading h2 img {
		width: calc(461 * var(--width-ratio));
	}

	#priceArea .heading h2 span {}

	#priceArea .heading span {}

	#priceArea .heading p {
		letter-spacing: calc(3 * var(--width-ratio));
	}

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

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

	#priceArea > img.sp {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

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

	#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(20 * 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: #F9DBDC;
	}

	#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));
		font-size: calc(24 * var(--width-ratio));
		line-height: calc(19 * var(--width-ratio));
		font-weight: 400;
		text-align: center;
	}

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

	#priceArea .optionList li p {
		padding: calc(12 * var(--width-ratio)) 0;
		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(92 * 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:last-child {
		margin: 0;
	}

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

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

	#priceArea .bnrArea .bnr p {
		margin: calc(12 * var(--width-ratio)) 0 0;
		font-size: calc(14 * var(--width-ratio));
		line-height: calc(21 * var(--width-ratio));
	}
}

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

#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: #D88E78;
}

#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(848 * 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)) 0 calc(28 * var(--width-ratio)) calc(80 * var(--width-ratio));
	background: #fff;
	color: #83bddf;
	position: relative;
}

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

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

#faqArea .faqList .faqListItem .a {
	min-height: calc(120 * var(--width-ratio));
	padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(80 * var(--width-ratio));
	background: #fdfce7;
	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(12 * 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: #D88E78;
	}

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

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

	#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));
		position: relative;
	}

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

	#faqArea .faqList .faqListItem .q img {
		width: calc(37 * var(--width-ratio));
		position: absolute;
		top: calc(42 * 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: #1A1311;
	}

	#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(88 * var(--width-ratio));
}

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

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

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

#candoArea table tbody tr {
	display: flex;
	width: calc(495 * var(--width-ratio));
	min-width: calc(495 * 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(255 * var(--width-ratio));
	min-width: calc(255 * var(--width-ratio));
	padding: calc(11 * var(--width-ratio)) 0 calc(11 * var(--width-ratio)) calc(36 * var(--width-ratio));
	border-bottom: calc(2 * var(--width-ratio)) solid #c2b07a;
	background: #e6f7ff;
	font-size: calc(16 * var(--width-ratio));
	line-height: calc(20 * var(--width-ratio));
	font-weight: 600;
	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/tenshokujoshi/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(2 * var(--width-ratio)) solid #c2b07a;
	font-size: calc(15 * var(--width-ratio));
	line-height: calc(18 * var(--width-ratio));
	text-align: center;
	color: #7fb3d2;
}

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

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

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

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

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

	#candoArea h2 {
		margin: 0 0 calc(40 * var(--width-ratio));
		font-size: calc(29 * var(--width-ratio));
		font-weight: 400;
		letter-spacing: calc(3 * var(--width-ratio));
	}

	#candoArea table {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	#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(346 * var(--width-ratio));
		min-width: calc(346 * var(--width-ratio));
		padding: calc(20 * var(--width-ratio)) 0 calc(20 * var(--width-ratio)) calc(48 * var(--width-ratio));
		font-size: calc(22 * var(--width-ratio));
		line-height: calc(36 * 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/tenshokujoshi/cando-q.png) 50%/cover;
		position: absolute;
		top: calc(20 * var(--width-ratio));
		left: calc(6 * var(--width-ratio));
	}

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

	#candoArea table tbody tr:nth-child(1) {}

	#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(346 * var(--width-ratio));
		min-width: calc(346 * var(--width-ratio));
	}
}

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

#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: #D88E78;
}

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

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

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

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

#voiceArea ul.voiceList li.item .top h3 {
	margin: 0 0 calc(6 * var(--width-ratio));
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(29 * var(--width-ratio));
	text-align: center;
	color: #fff;
}

#voiceArea ul.voiceList li.item .top h3 .yellow {
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(29 * var(--width-ratio));
	color: #FFFF00;
}

#voiceArea ul.voiceList li.item .top .dot {
	width: calc(6 * var(--width-ratio));
	height: calc(6 * var(--width-ratio));
	margin: 0 auto calc(12 * var(--width-ratio));
	background: #fff;
	position: relative;
}

#voiceArea ul.voiceList li.item .top .dot:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: calc(15 * var(--width-ratio));
}

#voiceArea ul.voiceList li.item .top .dot:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: calc(15 * var(--width-ratio));
}

#voiceArea ul.voiceList li.item .top span {
	font-size: calc(14 * var(--width-ratio));
	color: #fff;
}

#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.item01 .top {
	background: url(../../img/lp/tenshokujoshi/voice-bg01.png) 50% 100%, #a6d3ff;
}

#voiceArea ul.voiceList li.item02 .top {
	background: url(../../img/lp/tenshokujoshi/voice-bg02.png) 50% 100%, #a6d3ff;
}

#voiceArea ul.voiceList li.item03 .top {
	background: url(../../img/lp/tenshokujoshi/voice-bg03.png) 50% 100%, #a6d3ff;
}

#voiceArea ul.voiceList li.item04 .top {
	background: url(../../img/lp/tenshokujoshi/voice-bg01.png) 50% 100%, #a6d3ff;
}

#voiceArea ul.voiceList li.item05 .top {
	background: url(../../img/lp/tenshokujoshi/voice-bg02.png) 50% 100%, #a6d3ff;
}

#voiceArea ul.voiceList li.item06 .top {
	background: url(../../img/lp/tenshokujoshi/voice-bg03.png) 50% 100%, #a6d3ff;
}

#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: #D88E78;
	}

	#voiceArea h2 img {
		width: calc(160 * 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(190 * var(--width-ratio));
		padding: calc(40 * var(--width-ratio)) 0 0;
		text-align: center;
		background-size: cover;
	}

	#voiceArea ul.voiceList li.item .top h3 {
		margin: 0 0 calc(18 * var(--width-ratio));
		font-size: calc(19 * var(--width-ratio));
		line-height: calc(21 * var(--width-ratio));
		text-align: center;
		color: #fff;
	}

	#voiceArea ul.voiceList li.item .top h3 .yellow {
		font-size: calc(18 * var(--width-ratio));
		line-height: calc(29 * var(--width-ratio));
		color: #FFFF00;
	}

	#voiceArea ul.voiceList li.item .top .dot {
		width: calc(6 * var(--width-ratio));
		height: calc(6 * var(--width-ratio));
		margin: 0 auto calc(18 * var(--width-ratio));
		background: #fff;
		position: relative;
	}

	#voiceArea ul.voiceList li.item .top .dot:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: calc(15 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item .top .dot:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: calc(15 * var(--width-ratio));
	}

	#voiceArea ul.voiceList li.item .top span {
		font-size: calc(15 * 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: repeating-linear-gradient(0deg, #f0ebeb 0, #f0ebeb calc(1 * var(--width-ratio)), transparent calc(1 * var(--width-ratio)), transparent calc(6 * var(--width-ratio))), repeating-linear-gradient(90deg, #f0ebeb 0, #f0ebeb calc(1 * var(--width-ratio)), transparent calc(1 * var(--width-ratio)), transparent calc(6 * var(--width-ratio))), transparent
}

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

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

#accessArea .area h3 {
	font-size: calc(26 * var(--width-ratio));
	font-weight: 400;
	text-align: center;
}

#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 #ab9241;
	background: #fff;
	position: relative;
}

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

#accessArea .area ul li h4 {
	margin: 0 0 calc(20 * var(--width-ratio));
	font-size: calc(22 * 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(14 * 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 {
	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: #ab9241;
}

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

#accessArea .area ul li a.reserv {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(186 * var(--width-ratio));
	height: calc(36 * var(--width-ratio));
	margin: 0 auto;
	border-radius: 0;
	background: #59adff;
	font-size: calc(15 * var(--width-ratio));
	font-weight: 600;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: calc(20 * var(--width-ratio));
	-webkit-transform: translate(calc(-93 * var(--width-ratio)), 0);
	-ms-transform: translate(calc(-93 * var(--width-ratio)), 0);
	transform: translate(calc(-93 * 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(-80 * var(--width-ratio));
}

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

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

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

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

	#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: 400;
		text-align: center;
	}

	#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;
		background: #fff;
		position: relative;
	}

	#accessArea .area ul li .comment {
		width: calc(96 * var(--width-ratio));
		position: absolute;
		top: calc(-48 * var(--width-ratio));
		left: calc(-48 * 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(17 * var(--width-ratio));
		line-height: calc(23 * var(--width-ratio));
		font-weight: 600;
	}

	#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(-48 * var(--width-ratio));
	}

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

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

#pointArea

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

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

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

#pointArea ul li {
	display: block;
	width: calc(232 * var(--width-ratio));
	height: auto;
	padding: 0;
	margin: 0 calc(40 * var(--width-ratio)) 0 0;
	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:last-child {
	margin: 0;
}

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

#pointArea ul li .txtArea {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(80 * 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;
	color: #b4b4b4;
}

@media (max-width: 750px) {
	#pointArea {
		margin: 0;
		background: #f0ebeb;
	}

	#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 calc(60 * var(--width-ratio)) 0 calc(28 * var(--width-ratio));
		margin: 0 auto calc(40 * var(--width-ratio));
		background: #fff;
	}

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

	#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));
		text-align: center;
	}

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

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

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

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



#tenshokujoshi #mv {
	width: 100%;
	margin: 0 auto calc(40 * var(--width-ratio));
	line-height: 0;
	position: relative;
}

#tenshokujoshi #mv > .inner {
	width: 100%;
	max-width: calc(1280 * var(--width-ratio));
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

#tenshokujoshi #mv .mv {
	width: 100%;
}

#tenshokujoshi #mv .award {
	width: 31.171875%;
	position: absolute;
	top: 0.753012%;
	left: 5.9375%;
}

#tenshokujoshi #mv h1 {
	font-size: calc(21 * var(--width-ratio));
	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;
	top: 1.506024%;
	left: 38.1875%;
}

#tenshokujoshi #mv .maincatch {
	width: 40.859375%;
	position: absolute;
	top: 16.566265%;
	left: 9.375%;
}

#tenshokujoshi #mv .bnr {
	width: 40.546875%;
	position: absolute;
	top: 56.024096%;
	left: 6.25%;
}

#tenshokujoshi #mv .txt {
	width: 35.234375%;
	position: absolute;
	top: 6.024096%;
	right: 1.5625%;
}

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

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

	#tenshokujoshi #mv .maincatch {
		width: auto;
		position: absolute;
		top: calc(100 * var(--width-ratio));
		left: calc(24 * var(--width-ratio));
	}

	#tenshokujoshi #mv .award {
		width: calc(379 * var(--width-ratio));
		position: absolute;
		top: calc(312 * var(--width-ratio));
		left: calc(36 * var(--width-ratio));
	}

	#tenshokujoshi #mv h1 {
		line-height: calc(26 * var(--width-ratio));
		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;
		top: calc(24 * var(--width-ratio));
		left: calc(36 * var(--width-ratio));
	}

	#tenshokujoshi #mv .bnr {
		width: auto;
		position: absolute;
		top: calc(424 * var(--width-ratio));
		left: calc(32 * var(--width-ratio));
	}

	#tenshokujoshi #mv .txt {
		width: auto;
		position: absolute;
		top: calc(28 * var(--width-ratio));
		right: calc(4 * var(--width-ratio));
	}
}

#tenshokujoshi .mvUnder {
	text-align: center;
	margin: 0 0 calc(32 * var(--width-ratio));
}

#tenshokujoshi .mvUnder h2 {
	font-size: calc(35 * var(--width-ratio));
	line-height: calc(71 * var(--width-ratio));
	letter-spacing: calc(3 * var(--width-ratio));
	font-weight: 400;
	color: #919191;
}

#tenshokujoshi .mvUnder h2 span {
	font-size: calc(45 * var(--width-ratio));
	line-height: calc(71 * var(--width-ratio));
	color: #919191;
}

#tenshokujoshi .mvUnder .dot {
	width: calc(10 * var(--width-ratio));
	height: calc(10 * var(--width-ratio));
	margin: calc(20 * var(--width-ratio)) auto calc(32 * var(--width-ratio));
	background: #b3d9ff;
	position: relative;
}

#tenshokujoshi .mvUnder .dot:before {
	content: '';
	display: block;
	width: calc(10 * var(--width-ratio));
	height: calc(10 * var(--width-ratio));
	background: #b3d9ff;
	position: absolute;
	top: 0;
	left: calc(-34 * var(--width-ratio));
}

#tenshokujoshi .mvUnder .dot:after {
	content: '';
	display: block;
	width: calc(10 * var(--width-ratio));
	height: calc(10 * var(--width-ratio));
	background: #b3d9ff;
	position: absolute;
	top: 0;
	right: calc(-34 * var(--width-ratio));
}

#tenshokujoshi .mvUnder p {
	font-size: calc(18 * var(--width-ratio));
	line-height: calc(31 * var(--width-ratio));
	color: #919191;
}

@media (max-width: 750px) {
	#tenshokujoshi .mvUnder h2 {
		font-size: calc(27 * var(--width-ratio));
		line-height: calc(55 * var(--width-ratio));
		letter-spacing: calc(3 * var(--width-ratio));
	}

	#tenshokujoshi .mvUnder h2 span {
		font-size: calc(35 * var(--width-ratio));
		line-height: calc(55 * var(--width-ratio));
	}

	#tenshokujoshi .mvUnder > img {
		width: calc(429 * var(--width-ratio));
	}

	#tenshokujoshi .mvUnder .dot {
		width: calc(8 * var(--width-ratio));
		height: calc(8 * var(--width-ratio));
	}

	#tenshokujoshi .mvUnder .dot:before {
		width: calc(8 * var(--width-ratio));
		height: calc(8 * var(--width-ratio));
	}

	#tenshokujoshi .mvUnder .dot:after {
		width: calc(8 * var(--width-ratio));
		height: calc(8 * var(--width-ratio));
	}
}

#tenshokujoshi #sec02 {
	margin: calc(100 * var(--width-ratio)) 0 calc(132 * var(--width-ratio));
	padding: 0;
	text-align: center;
}

#tenshokujoshi #sec02 > img {
	margin: 0 0 0 calc(-70 * var(--width-ratio));
	width: calc(682 * var(--width-ratio));
}

#tenshokujoshi #sec02 h2 {
	margin: calc(60 * var(--width-ratio)) 0 calc(152 * var(--width-ratio));
	font-size: calc(37 * var(--width-ratio));
	line-height: calc(65 * var(--width-ratio));
	font-weight: 400;
	color: #959595;
}

#tenshokujoshi #sec02 h2 span {
	color: #83bddf;
}

#tenshokujoshi #sec02 h2 b {
	font-size: calc(58 * var(--width-ratio));
	font-weight: 400;
	position: relative;
	top: calc(8 * var(--width-ratio));
	right: calc(6 * var(--width-ratio));
}

#tenshokujoshi #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;
}

#tenshokujoshi #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;
}

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

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

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

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

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

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

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

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

#tenshokujoshi #sec02 .meritItemWrap .meritItem {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	column-gap: calc(40 * var(--width-ratio));
	width: 96%;
	max-width: calc(1070 * var(--width-ratio));
	margin: 0 auto calc(260 * var(--width-ratio));
	position: relative;
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .imgArea {
	width: 57.757%;
	position: relative;
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .imgArea:before {
	content: '';
	display: block;
	width: 100vw;
	height: calc(433 * var(--width-ratio));
	background: #f2f7ff;
	position: absolute;
	top: calc(150 * var(--width-ratio));
	left: calc(-230 * var(--width-ratio));
	z-index: -1;
}

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

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea {
	width: calc( 100% - 57.757% - (40 * var(--width-ratio)) );
	padding-top: calc(68 * var(--width-ratio));
	position: relative;
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea img {
	position: absolute;
	top: calc(-36 * var(--width-ratio));
	left: calc(52 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea h3 {
	font-size: calc(38 * var(--width-ratio));
	line-height: calc(58 * var(--width-ratio));
	font-weight: 400;
	letter-spacing: calc(1 * var(--width-ratio));
	text-align: center;
	white-space: nowrap;
	color: #5f5e5f;
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea .dot {
	width: calc(10 * var(--width-ratio));
	height: calc(10 * var(--width-ratio));
	margin: calc(24 * var(--width-ratio)) auto;
	background: #83bddf;
	position: relative;
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea .dot:before {
	content: '';
	display: block;
	width: calc(10 * var(--width-ratio));
	height: calc(10 * var(--width-ratio));
	background: #83bddf;
	position: absolute;
	top: 0;
	left: calc(-34 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea .dot:after {
	content: '';
	display: block;
	width: calc(10 * var(--width-ratio));
	height: calc(10 * var(--width-ratio));
	background: #83bddf;
	position: absolute;
	top: 0;
	right: calc(-34 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea h4 {
	display: block;
	margin: 0 0 calc(20 * var(--width-ratio));
	font-size: calc(30 * var(--width-ratio));
	line-height: calc(53 * var(--width-ratio));
	font-weight: 400;
	letter-spacing: calc(1 * var(--width-ratio));
	text-align: left;
	color: #5f5e5f;
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea h4.sp {
	display: none;
}

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

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

#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .imgArea:before {
	background: #f5f2f0;
	left: auto;
	right: calc(-230 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .txtArea {
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .txtArea img {
	position: absolute;
	top: calc(-36 * var(--width-ratio));
	left: calc(124 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(5) {
	margin: 0 auto calc(328 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(5) .img {
	position: absolute;
	bottom: calc(-180 * var(--width-ratio));
	right: calc(-40 * var(--width-ratio));
	width: calc(617 * var(--width-ratio));
}

#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(4) .img {
	width: calc(343 * var(--width-ratio));
	position: absolute;
	bottom: calc(-66 * var(--width-ratio));
	left: calc(120 * var(--width-ratio));
}

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

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

	#tenshokujoshi #sec02 > img {
		width: calc(724 * var(--width-ratio));
		margin: 0 0 0 calc(24 * var(--width-ratio));
	}

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

	#tenshokujoshi #sec02 h2 b {
		right: calc(16 * var(--width-ratio));
	}

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

	#tenshokujoshi #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));
	}

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

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

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

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

	#tenshokujoshi #sec02 .meritItemWrap .meritItem {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto calc(152 * var(--width-ratio));
		position: relative;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .spHeading {
		display: flex;
		align-items: center;
		padding: 0 0 0 calc(80 * var(--width-ratio));
		margin: 0 0 calc(12 * var(--width-ratio));
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .spHeading img {
		height: calc(44 * var(--width-ratio));
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .spHeading h3 {
		margin: 0 0 0 calc(32 * var(--width-ratio));
		font-size: calc(30 * var(--width-ratio));
		line-height: calc(53 * var(--width-ratio));
		font-weight: 400;
		letter-spacing: calc(2 * var(--width-ratio));
		text-align: left;
		color: #5f5e5f;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .imgArea {
		width: calc(480 * var(--width-ratio));
		min-width: auto;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .imgArea:before {
		height: 50%;
		background: #f2f7ff;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: -1;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .imgArea:before {
		background: #f5f2f0;
		left: auto;
		right: 50%;
		transform: translate(50%, 0);
	}

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

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea {
		width: 100%;
		min-width: auto;
		margin: 0;
		padding: calc(32 * var(--width-ratio)) calc(68 * var(--width-ratio)) calc(52 * var(--width-ratio));
		background: #f2f7ff;
		position: static;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .txtArea {
		background: #f5f2f0;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea .dot {
		display: none;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea img {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea h3 {
		display: none;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea span {
		margin: 0;
		font-size: calc(30 * var(--width-ratio));
		line-height: calc(53 * var(--width-ratio));
		letter-spacing: calc(1 * var(--width-ratio));
		text-align: center;
		color: #5f5e5f;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea span.pc {
		display: none;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem .txtArea span.sp {
		display: block;
	}

	#tenshokujoshi #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;
	}

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

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(2n) .txtArea {
		margin: 0;
		padding: calc(32 * var(--width-ratio)) calc(68 * var(--width-ratio)) calc(52 * var(--width-ratio));
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(5) {
		margin-bottom: calc(272 * var(--width-ratio));
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(5) .txtArea {
		padding: calc(32 * var(--width-ratio)) calc(68 * var(--width-ratio)) calc(168 * var(--width-ratio));
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(5) .img {
		width: calc(640 * var(--width-ratio));
		top: auto;
		bottom: calc(-152 * var(--width-ratio));
		left: calc(40 * var(--width-ratio));
		right: auto;
	}

	#tenshokujoshi #sec02 .meritItemWrap .meritItem:nth-child(4) .img {
		top: calc(-93 * var(--width-ratio));
		right: calc(-105 * var(--width-ratio));
		left: auto;
		width: calc(151 * var(--width-ratio));
	}
}

#tenshokujoshi #sec03 {
	padding: calc(132 * 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 0;
}

.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

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