@charset "utf-8";
:root {
	--c_main:#091139;
	--c_be:#C9A153;
	--c_bk:#000000;
	--c_wh:#ffffff;
}
.clr-main {color: var(--c_main)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-wh {color: var(--c_wh)!important;}
.bg-main {background-color: var(--c_main)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-wh {background-color: var(--c_wh)!important;}

.fo-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.fo-optima,.eng,.num {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

/*header
---------------------------------------------------------*/
#header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 4rem;
	text-align: center;
}
.logoWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logoWrap .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.logoWrap .logo img {
	max-height: 4.3rem;
}
.logoWrap .txt {
	font-size: 1.2rem;
	font-weight: 500;
	white-space: nowrap;
	margin-top: .6rem;
	line-height: 1.2;
}
.logoNgi {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.1rem;
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: 1px solid #dadada;
	transition: .4s;
}
.hNav {
	font-weight: 500;
	letter-spacing: .04em;
	gap: 0 2.5rem;
}
.hNav a:hover {
	color: var(--c_bl);
}


/*footer
---------------------------------------------------------*/
#footer {
	position: relative;
	background: #fff;
	color: #1E322F;
	padding: 5rem 0;
}
.gotop {
	display: block;
	width: 4rem;
	aspect-ratio: 1;
	position: absolute;
	top: -4rem;
	right: 0;
	z-index: 10;
	background: var(--c_be) url(../img/arrow.svg) center center no-repeat;
	background-size: 50% auto;
}
.gotop:hover {
	background-color: #4d4d4d;
}
.fArea .note {
	margin-top: 1rem;
	font-size: 1.02rem;
}
.fArea address {
	margin-top: 2rem;
	font-weight: 400;
	font-size: 1.4rem;
}
.fixArea {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 30rem;
	background: #fff;
	border: .2rem solid var(--c_be);
	z-index: 99;
	transition: .2s;
}
.fixArea.hide {
	right: -30rem;
}
.fixnav li {
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	gap: .8rem;
	padding: .6rem 0;
	white-space: nowrap;
}
.fixnav li._02 {
	background: #f5f5f5;
}
.fixnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	color: var(--c_be);
	font-weight: 700;
}
.fixnav li a::before {
	content: "";
	display: block;
	background: url(../img/icon_mail.svg) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 2.2rem;
}
.fixnav li a::after {
	content: "";
	display: block;
	background: url(../img/arrow_be.svg) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: .8rem;
	margin-left: 1.5rem;
}
.fixnav li a.telnum {
	font-size: 1.4rem;
	font-weight: 400;
}
.fixnav li a.telnum .fo-optima {
	font-size: 2.2rem
}
.fixnav li a.telnum::before {
	background-image: url(../img/icon_tel.svg);
}
.fixnav li a.telnum::after {
	display: none;
}
.fixnav li a:hover {
	opacity: .7;
}
.fixnav li .tit {
	background: var(--c_main);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	width: 7rem;
	text-align: left;
	padding: .5rem;
	clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}
.fixBox {
	background: var(--c_be);
	padding: 1rem 1.5rem;
}
.fixBox dl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 700;
}
.fixBox dt {
	width: 6rem;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--c_main);
	color: var(--c_be);
	text-align: center;
	font-size: 1.5rem;
	aspect-ratio: 1;
	border-radius: 50%;
}
.fixBox dd {
	flex: 1;
}
.fixBox dd ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin-bottom: 0.3rem;
}
.fixBox dd li {
	white-space: nowrap;
	line-height: 1;
	color: var(--c_main);
	padding: .5rem;
}
.fixBox dd li + li {
	border-left: 1px solid var(--c_main);
}
.reportBtn {
	margin-top: 0.7rem;
}
.reportBtn a {
	display: flex;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 2rem;
	padding: 1.3rem;
	padding-left: 7.5rem;
	border-radius: 10rem;
	background: var(--c_main);
	position: relative;
}
.reportBtn a::after {
	content: "";
	display: block;
	background: url(../img/arrow_btn.svg) center center no-repeat;
	background-size: contain;
	width: 0.8rem;
	aspect-ratio: 8/13;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.reportBtn a figure {
	width: 5.2rem;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.reportBtn a:hover {
	background: #000;
}
.close {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: -2.7rem;
	width: 2.5rem;
	top: -.2rem;
	bottom: -.2rem;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 1rem .5rem;
	border: .2rem solid var(--c_be);
	border-right: none;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: .1s;
}
.close:hover {
	background: var(--c_main);
}

/*contents
---------------------------------------------------------*/
.mainArea {
	background: url(../img/main_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 20rem 0 3rem;
	color: #fff;
}
.mainWrap {
	max-width: 84.5rem;
}
.mainWrap h1 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin-bottom: 4rem;
	font-weight: 600;
}
.mainWrap h1 strong {
	display: block;
	font-size: 287.5%;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.mainBox {
	display: grid;
	grid-template-columns: 39rem 1fr;
	gap: 2.5rem;
	font-size: 2.1rem;
	font-weight: 700;
}
.mainBox dl {
	flex: 1;
}
.mainBox dt {
	text-align: left;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}
.mainBox ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1.7rem;
}
.mainBox li {
	line-height: 1.2;
	border: 1px solid var(--c_be);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	color: var(--c_be);
}
.btn {
	margin-top: 3rem;
	text-align: center;
}
.btn a {
	display: inline-flex;
	justify-content: center;
	color: var(--c_main);
	font-size: 2.2rem;
	font-weight: 700;
	gap: 2rem;
	padding: 2rem;
	border-radius: 10rem;
	min-width: 40rem;
	background: var(--c_be);
	background: -webkit-gradient(linear, left top, right top, from(#E1B663), color-stop(50.96%, #FFE5B2), to(#E1B663));
	background: -o-linear-gradient(left, #E1B663 0%, #FFE5B2 50.96%, #E1B663 100%);
	background: linear-gradient(90deg, #E1B663 0%, #FFE5B2 50.96%, #E1B663 100%);
	box-shadow: 0 .6rem .6rem 0 rgba(0, 0, 0, 0.10);
}
.btn a::after {
	content: "";
	display: block;
	background: url(../img/arrow_btn.svg) center center no-repeat;
	background-size: contain;
	width: 0.8rem;
	aspect-ratio: 8/13;
}
.btn a:hover {
	transform: translateY(-.8rem);
	box-shadow: 0 .8rem 0 0 rgba(255,255,255,.2);
}
.stepArea h2 {
	font-size: 4.2rem;
	margin-bottom: 4rem;
}
.stepArea h2 small {
	display: block;
	font-size: 72%;
}
.stepWrap {
	display: flex;
	justify-content: center;
	gap: 9rem;
}
.step {
	position: relative;
}
.step:not(:first-of-type)::after {
	content: "";
	display: block;
	aspect-ratio: 3/4;
	background: var(--c_be);
	width: 3rem;
	clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
	position: absolute;
	left: -6rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.step .img img {
	max-height: 38.9rem;
}
.step .txt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2rem;
}
.step .num {
	color: var(--c_be);
	font-size: 1.2rem;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 2rem;
}
.step .num strong {
	display: block;
	font-size: 250%;
	font-weight: 400;
}
.ttlBox {
	margin-bottom: 4rem;
}
.ttlBox .eng {
	color: var(--c_be);
	font-weight: 400;
	letter-spacing: 0.15em;
	text-indent: .15em;
	margin-bottom: 0.8rem;
}
.ttlBox h2 {
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	text-indent: .05em;
}
.reportArea {
	background: url(../img/report_bg.jpg) bottom center no-repeat;
	background-size: 100% auto;
	padding-bottom: 14rem;
}
.reportWrap li {
	position: relative;
	background: #f5f5f5;
	padding: 4rem 6rem 0 17rem;
	display: grid;
	grid-template-columns: 1fr 42.5rem;
	gap: 9.5rem;
	overflow: hidden;
}
.reportWrap li + li {
	margin-top: 4rem;
}
.reportWrap li .num {
	position: absolute;
	top: 0;
	left: 4.5rem;
	z-index: 1;
	font-size: 3rem;
	letter-spacing: 0.05em;
	text-indent: .05em;
	width: 8rem;
	padding-bottom: 2rem;
	aspect-ratio: 79/143;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(../img/num_ttl_bg.svg) bottom center no-repeat;
	background-size: 100%;
}
.reportWrap li .box {
	font-size: 1.8rem;
	text-align: left;
	letter-spacing: 0.05em;
	padding-top: 1rem;
}
.reportWrap li h3 {
	font-size: 4.2rem;
	margin-bottom: 2rem;
}
.txt-lh {
	line-height: 1.8;
}
.reportWrap li .img {
	box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.05);
}
.reportArea h4 {
	margin-top: 8rem;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-indent: .05em;
}
.voiceArea {
	background: #f5f5f5;
	padding: 10rem 0;
}
.voiceWrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 4.5rem;
}
.voiceWrap li {
	background: #fff;
	padding: 5rem 6rem;
	text-align: left;
}
.voiceWrap dt {
	display: grid;
	grid-template-columns: 1fr 17rem;
	gap: 3rem;
	margin-bottom: 3rem;
}
.voiceWrap h3 {
	border-top: 1px solid var(--c_be);
	border-bottom: 1px solid var(--c_be);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.voiceWrap figure {
	background: #F5F5F5;
	text-align: center;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.voiceWrap figure img {
	max-height: 15.3rem;
}
.imgSec {
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.imgSec figure {
	position: relative;
	overflow: hidden;
	height: 45rem;
}
.imgSec figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .4s;
}
.messageArea h2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 1.8rem;
	font-weight: 500;
	gap: .5em;
	line-height: 1;
	margin-bottom: 2.5rem;
}
.messageArea h2 img {
	max-height: 7.5rem;
}
.messageArea .txt-lh {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-indent: .05em;
}
.aboutArea {
	background: url(../img/point_bg.jpg) bottom center no-repeat;
	background-size: 100% auto;
	padding-bottom: 14rem;
}
.strengthsArea {
	margin-top: 12rem;
}
.pointWrap {
	max-width: 96.5rem;
	margin: 6rem auto 8rem;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 3.5rem;
}
.pointWrap li {
	position: relative;
	background: #000;
	padding: 0.5rem;
}
.pointWrap li .num {
	background: var(--c_be);
	background: linear-gradient(90deg, #E1B663 0%, #FFE5B2 50.96%, #E1B663 100%);
	width: 15rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	letter-spacing: .05em;
	position: absolute;
	left: 0;
	right: 0;
	top: -2rem;
	margin: 0 auto;
	z-index: 10;
	color: var(--c_main);
	padding: 1.1rem 0;
	clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
}
.pointWrap li .box {
	border: 1px solid var(--c_be);
	padding: 3rem 3.5rem;
}
.pointWrap li .txt-lh {
	text-align: left;
	min-height: 14.4rem;
}
.pointWrap li h3 {
	font-size: 2.2rem;
	margin-bottom: 2rem;
	color: var(--c_be);
	letter-spacing: 0.05em;
	text-indent: .05em;
}
.btn._wh a {
	background: #fff;
}

















/*ieハック*/
@media screen\0  {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1150px) {
	html {
		font-size: .8vw;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
	html {
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5
	}
	body.active {
		overflow: hidden;
	}
	article > section {
		padding: 4rem 0;
	}
	/*header
	-------------------------------------------------------*/
	#header {
		top: 3rem;
	}
	.logoNgi {
		width: 6rem;
		margin-right: 1.5rem;
		padding-right: 1.5rem;
	}
	.logoWrap .logo img {
		max-height: 4rem;
	}
	

	/*footer
	-------------------------------------------------------*/

	/*contents
	-------------------------------------------------------*/
	.mainArea {
		padding-top: 12rem;
	}
	.mainWrap h1 {
		white-space: normal;
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
	.mainWrap h1 strong {
		font-size: 235%;
		line-height: 1.2;
		margin-top: 0.5rem;
	}
	.mainBox {
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}
	.mainBox dt {
		text-align: center;
	}
	.mainBox ul {
		padding: 0 1rem;
		gap: 1rem;
		margin-bottom: 2rem;
	}
	.mainBox li {
		font-size: 1.6rem;
		line-height: 1.4;
		padding-top: 0.5rem;
	}
	.mainBox .img {
		padding: 0 1rem;
	}
	.btn a {
		width: 100%;
		min-width: auto;
		font-size: 1.8rem;
		padding: 1.5rem;
	}
	.stepArea h2 {
		font-size: 2.4rem;
	}
	.stepWrap {
		flex-direction: column;
		gap: 7rem;
	}
	.step .txt {
		font-size: 1.6rem;
	}
	.step .img img {
		max-height: 24rem;
	}
	.step:not(:first-of-type)::after {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -4.7rem;
		transform: none;
		clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
		aspect-ratio: 5/3;
		width: 4rem;
	}
	.ttlBox .eng {
		font-size: 1.6rem;
	}
	.ttlBox h2 {
		font-size: 2.4rem;
	}
	.reportWrap li {
		display: block;
		padding: 2rem 2rem 0;
	}
	.reportWrap li h3 {
		font-size: 2.4rem;
		text-align: center;
	}
	.reportWrap li .num {
		width: 4.5rem;
		left: 2rem;
		font-size: 2.4rem;
		padding-bottom: 1rem;
	}
	.reportWrap li .box {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.reportArea h4 {
		margin-top: 6rem;
		font-size: 2rem;
	}
	.reportArea {
		padding-bottom: 10rem;
		background-size: 130% auto;
	}
	.voiceArea {
		padding: 6rem 0;
	}
	.voiceWrap {
    grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
	.voiceWrap li {
		padding: 1rem;
	}
	.voiceWrap dl {
		display: grid;
		grid-template-columns: 11rem 1fr;
		gap: 1rem
	}
	.voiceWrap dt {
		display: flex;
		flex-direction: column-reverse;
		gap: 1rem;
		margin-bottom: 0;
	}
	.voiceWrap figure img {
		max-height: 9rem;
	}
	.voiceWrap h3 {
		font-size: 1.1rem;
		padding: .5rem 0;
		line-height: 1.2;
	}
	.voiceWrap dd {
		display: flex;
		flex-direction: column;
		justify-content: center;
		line-height: 1.65;
	}
	.imgSec figure {
		height: 10rem;
	}
	.messageArea h2 img {
		max-height: 4.5rem;
	}
	.messageArea .txt-lh {
		font-size: 1.4rem;
		text-align: left;
	}
	.strengthsArea {
		margin-top: 8rem;
	}
	.pointWrap {
		display: flex;
		flex-direction: column;
		margin-bottom: 6rem;
	}
	.pointWrap li .txt-lh {
		min-height: auto;
	}
	.pointWrap li h3 {
		font-size: 2rem;
	}



















}


