@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
	margin-bottom: -5.8rem;
	position: relative;
	z-index: 1;
}
.photo01 {
	margin-bottom: -9.7rem;
	position: relative;
	top: -10rem;
}
.photo01 p {
	position: absolute;
	bottom: 28rem;
	left: 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 4rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.photo01 .btnBox {
	position: absolute;
	bottom: 8.3rem;
	left: 2rem;
	right: 2rem;
}
/* .photo01 a {
	width: 68.05rem;
	display: block;
	position: absolute;
	bottom: 9.9rem;
	left: 4rem;
} */
.btnUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btnUl li {
	width: 49.2%;
}
.btnUl li a:hover {
	opacity: 0.7;
}
.photo01 a:hover {
	opacity: 0.7;
}
.photo03 {
	margin-bottom: -6.3rem;
	position: relative;
	z-index: 3;
}
.photo03 p {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30.8rem;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 4rem;
	letter-spacing: 0.035em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.photo04 {
	margin-bottom: -34.7rem;
	position: relative;
	z-index: 2;
}
.sec01 {
	margin-bottom: -16.4rem;
	padding: 18.5rem 0 9.4rem;
	position: relative;
	z-index: 1;
	background: url(../img/index/bg02.png) no-repeat center bottom;
	background-size: cover;
}
.sec01 .photo05 {
	margin-bottom: 8.9rem;
	position: relative;
}
.sec01 .photo05 p {
	position: absolute;
	bottom: -3.2rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	letter-spacing: 0.035rem;
}
.sec01 .inner01 {
	padding: 7.4rem 4rem 7rem;
	margin: 4.6rem 3.5rem 5.5rem;
	background: url(../img/index/bg03.png) no-repeat center top;
	background-size: cover;
}
.sec01 .inner01 h2 {
	font-size: 6rem;
	line-height: 1.35;
	text-align: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	margin: 0 -4rem 1.2rem;
}
.sec01 .inner01 h2 span {
	color: #a082ab;
}
.sec01 .inner01 .subPhoto {
	margin: 0 -2.8rem 2.7rem 0;
}
.sec01 .inner01 p {
	line-height: 2;
	text-align: justify;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec01 .btn {
	margin: 0 1.9rem 8.8rem 2.1rem;
}
.sec01 .btmTxt {
	max-width: 16.2rem;
	margin: 0 auto;
}
.sec01 .btn a:hover {
	opacity: 0.7;
}
.photo06 {
	margin-bottom: -19.2rem;
}
.photo07 {
	position: relative;
	z-index: 1;
	margin: 0 3.5rem -24.2rem;
}
.photo08 {
	margin-bottom: -10rem;
}
.function {
	padding: 10.7rem 0 12.5rem;
	background: url(../img/index/bg06.jpg) repeat-y center top;
	background-size: 100% auto;
}
.function h2 {
	margin-bottom: 4.4rem;
	text-align: center;
}
.function h2 .txtSpan01 {
	padding-bottom: 2.7rem;
	display: inline-block;
	font-size: 3.7rem;
	color: #565656;
	background: url(../img/index/bg04.png) no-repeat center bottom;
	background-size: auto 2.4rem;
}
.function h2 .txtSpan02 {
	display: block;
	font-size: 7.9rem;
	color: #AD80A6;
}
.function .detail {
	width: 68rem;
	margin: 0 auto;
	padding: 0 6rem 5.2rem;
	box-sizing: border-box;
	position: relative;
	box-shadow: 5px 5px 10px rgba(131,118,129,0.5);
	background-color: white;
	/* background: url(../img/index/bg09.png) no-repeat center top;
	background-size: 100% auto; */
}
.function .detail:after {
	top: 1.6rem;
	bottom: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	border: 0.2rem solid #C3A0BE;
	position: absolute;  
	content: ""; 
	z-index: 1;
}
.function .detail::before {
	width: 66.5rem;  
	height: 12.4rem;
	background: url(../img/index/bg22.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;  
	bottom: -6.3rem;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
	z-index: 1;
	mix-blend-mode: multiply;
}
.function .detail h3 {
	max-width: 20.8rem;
	position: relative;
	z-index: 3;
	margin: 0 auto 1.4rem;
	top: -0.6rem;
}
.function .detail p {
	margin-bottom: 7.2rem;
	line-height: 2;
	text-align: justify;
	position: relative;
	z-index: 2;
}
.function .detail p .txtSpan {
	position: absolute;
	bottom: 0.6rem;
	right: 0;
	font-size: 2rem;
}
.function .detail p:last-child {
	margin-bottom: 0;
}
.function .detail .sub {
	position: relative;
	z-index: 2;
	margin-bottom: -1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.function .detail .sub .photo {
	margin: 1.2rem -6rem 0 1.8rem;
	width: 23.8rem;
}
.function .detail .sub .ttl {
	margin: -2rem 0.5rem 0 -1rem;
	flex: 1;
	font-size: 4.5rem;
	line-height: 1.56;
	font-weight: bold;
	text-align: right;
	color: #AD80A6;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.function .detail .sub .ttl span {
	display: inline-block;
	border-bottom: 1px solid #AD80A6;
}
.function .detail .photoUl {
	margin: 0 1.3rem 2.3rem -0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.function .detail .photoUl li {
	width: 49.3%;
}
.function .detail .photoUl li:nth-child(2) {
	width: 48%;
}
.function .detail .photoUl li img {
	width: 100%;
}
.photo09 {
	margin-bottom: -4.8rem;
}
.function02 {
	margin-bottom: 0;
	padding: 5.5rem 0 12.3rem;
	background-image: url(../img/index/bg07.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.function02 .detail {
}
.function02 .detail::after {
	border-color: #AF96B8;
}
.function02 .detail p {
	margin-bottom: 7.8rem;
}
.function02 .detail p sup {
  font-size: 70%;
}
.function02 .detail .sub {
	margin-bottom: 0.6rem;
}
.function02 .detail .sub .photo {
	width: 23.3rem;
	margin-right: -10rem;
	margin-bottom: -2rem;
}
.function02 .detail h3 {
	margin-bottom: 3.8rem;
}
.function02 .detail .sub .ttl {
	color: #A082AB;
}
.function .detail .subBox {
	position: relative;
	margin-right: -1rem;
	z-index: 1;
}
.function .detail .subBox:after {
	background-color: #F6F1F5;
	position: absolute;  
	top: -4.3rem;
	bottom: -5.3rem;
	left: -6rem;
	right: -5rem;  
	z-index: -1;
	content: ""; 
}
.function02 .detail .subBox:after {
	background-color: #F4EFF5;
}
.function03 {
	padding: 3.2rem 0 12.4rem;
	background-image: url(../img/index/bg08.png);
}
.photo10 {
	margin-bottom: -2.7rem;
}
.function h2 .txtSpan01 sup {
	font-size: 2rem;
}
.function03 h2 {
	margin-bottom: 5.8rem;
}
.function03 h2 .txtSpan02 {
	line-height: 1.01;
	color: #9785af;
	margin-top: 2rem;
}
.function03 .detail::after {
	border-color: #A090B6;
}
.function03 .detail .sub .photo {
	width: 29.7rem;
	margin: 0.4rem -6rem 0 0.7rem;
}
.function03 .detail .sub .ttl {
	padding-bottom: 2rem;
	color: #9785AF;
	letter-spacing: 0.05em;
}
.function03 .detail .sub .ttl sup {
	font-size: 2.5rem; 
}
.function03 .detail .sub {
	margin-bottom: -1.6rem;
}
.function03 .detail p {
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.11em;
}
.function03 .detail .subBox::after {
	background-color: #F1EEF5;
}
.photo11 {
	position: relative;
	z-index: 2;
}
.assured {
	margin: -21.5rem 0 0;
	min-height: 97.9rem;
	background: url(../img/index/bg09.jpg) no-repeat center top;
	position: relative;
	/* z-index: 1; */
	background-size: cover;
}
.assured .photo {
	margin-bottom: -6rem;
	position: relative;
	z-index: 3;
	top: -6.5rem;
	margin-right: 3.5rem;
}
.assured p {
	line-height: 2;
	margin: 0 7.6rem;
	text-align: justify;
}
.sec02 {
	margin: -6.5rem 0 4rem;
	padding: 17.2rem 2.5rem 1rem;
	background: url(../img/index/bg10.png) no-repeat center top;
	background-size: cover;
}
.sec02 h2 {
	margin-bottom: 0.3rem;
}
.sec02 .innerBox {
	margin-bottom: 2.3rem;
	padding: 1rem;
	border: 1px solid #fff;
}
.sec02 .inner {
	padding: 5.8rem 4rem 6.9rem;
	background-color: white;
	box-shadow: 0 0 1.5rem rgba(170,152,175,1) inset,0 0 1.5rem rgba(170,152,175,1) inset,0 0 1.5rem rgba(170,152,175,1) inset,0 0 1.5rem rgba(170,152,175,1) inset;
}
.sec02 .inner h3 {
	margin: 0 -4rem 2rem;
	text-align: center;
	font-size: 6rem;
	line-height: 1.33;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec02 .inner h3 span {
	color: #ad80a6;
}
.sec02 .inner .operabilityPhoto {
	margin: -13rem -8rem 2rem 0;
}
.sec02 .inner p {
	margin-bottom: 4rem;
	line-height: 2;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec02 .inner .txt {
	margin: 0 -0.9rem;
	font-size: 3.25rem;
	color: white;
	line-height: 1.33;
	text-align: center;
	font-weight: bold;
	padding: 3rem 2rem;
	letter-spacing: 0.06em;
	position: relative;
	background : linear-gradient(90deg, rgba(185, 128, 165, 1) 0%, rgba(177, 129, 171, 1) 9.89%, rgba(154, 131, 187, 1) 42.46%, rgba(140, 133, 197, 1) 73.2%, rgba(135, 133, 200, 1) 100%);
}
.sec02 .inner .txt:after {
	top: 1rem;
	left: 1rem;
	border: 1px solid #565656;
	position: absolute;  
	bottom: 1rem;
	right: 1rem;  
	content: ""; 
	z-index: 1;
}
.sec02 .innerBox02 .inner h3 {
	line-height: 1.5;
	margin-top: -0.5rem;
	margin-bottom: -3.5rem;
}
.sec02 .inner .operabilityPhoto02 {
	margin: 0 -4.8rem 0.5rem -0.4rem;
}
.sec02 .btn {
	margin: 4.7rem -0.5rem -15.6rem;
	position: relative;
	z-index: 1;
}
.sec02 .btn a:hover img {
	opacity: 0.7;
}
.sec02 .textImg {
	position: relative;
	bottom: -24rem;
	margin: 0 1rem;
}
.sec03 {
	margin-top: -1rem;
	padding: 23rem 3.4rem 6rem;
	background: url(../img/index/bg11.jpg) no-repeat center top;
	background-size: cover;
}
.sec03 h3 {
	margin-bottom: 3rem;
	padding: 0.6rem 1.0rem 0.7rem 3.8rem;
	display: flex;
	align-items: center;
	font-size: 5rem;
	color: white;
	font-weight: normal;
	letter-spacing: 0.139em;
	background: rgba(173, 128, 166, 0.7);
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec03 h3 .img {
	margin-right: 2.5rem;
	width: 14.5rem;
	mix-blend-mode: multiply;
}
.stepBox {
	margin-bottom: 4.6rem;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stepBox .positionPhoto {
	position: absolute;
	top: -11.8rem;
	right: -3.4rem;
	width: 15.1rem;
}
.stepBox .photoBox {
	width: 31.2rem;
	margin: 0 2rem 0 -2.5rem;
}
.stepBox .textBox {
	margin-top: -0.5rem;
	flex: 1;
}
.stepBox .textBox p {
	margin-bottom: 2rem;
	line-height: 1.55;
	text-align: justify;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.stepBox .textBox p:last-child {
	margin-bottom: 0 !important;
}
.stepBox .textBox .sub {
	margin-right: 12rem;
}
.stepBox .textBox p small {
	font-size: 1.5rem;
}
.stepBox .textBox .txt {
	text-align: right;
	font-size: 2rem;
	letter-spacing: -0.01em;
	line-height: 1.25;
}
.sec03 .h3Ttl {
	background: rgba(128, 128, 175, 0.7);
}
.stepBox .subBox {
	margin: -5rem 0 -1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stepBox .subBox .photo {
	width: 21.1rem;
	margin: -0.8rem -1.5rem 0 0.2rem;
}
.stepBox .subBox .txt {
	margin-bottom: -2.3rem;
	flex: 1;
	margin-left: -15rem;
	line-height: 1.4;
}
.stepBox02 .positionPhoto {
	width: 17.5rem;
	top: -7.5rem;
	right: -4.4rem;
}
.stepBox02 .textBox p {
	margin-bottom: 5.8rem;
}
.sec03 .h3Ttl02 {
	background: rgba(173, 128, 166, 0.7);
}
.sec03 .h3Ttl03 {
	letter-spacing: 0.05rem;
	background: rgba(128, 128, 175, 0.7);
}
.sec03 .h3Ttl03 .img {
	margin-right: 1rem;
}
.stepBox04 .textBox .sub {
	margin-right: 15rem;
}
.stepBox04 .textBox .sub p {
	margin: 0 3rem 1.9rem 0;
}
.stepBox04 .textBox .sub .txt {
	margin: 0 0 0 -3rem;
}
.stepBox04 .positionPhoto {
	width: 21.9rem;
	top: -6.4rem;
	right: -4rem;
}
.sec04 {
	margin-bottom: -10.7rem;
}
.sec04 h2 {
	margin-top: -1rem;	
	padding: 8.7rem 0;
	min-height: 59.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 4rem;
	color: white;
	letter-spacing: 0.025em;
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
	background: url(../img/index/bg12.png) no-repeat center top;
	background-size: cover;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec04 h2 span {
	margin-top: 1.7rem;
	display: block;
	font-size: 10.5rem;
	line-height: 1.14;
}
.sec04 .textImg {
	margin: -17.6rem -3.7rem -16.5rem;
	position: relative;
	z-index: 4;
}
.sec04 .inner {
	/* margin:0 -4.6rem 0 -1.6rem; */
	position: relative;
}
.sec04 .inner h3 {
	font-size: 3.5rem;
	letter-spacing: 0.075em;
	color: white;
	line-height: 1.57;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	position: absolute;
}
.sec04 .inner p {
	width: 45rem;
	color: white;
	line-height: 1.8;
	position: absolute;
	letter-spacing: 0.05em;
	text-align: justify;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec04 .inner .sub01 {
	margin-bottom: -16.3rem;
	position: relative;
	z-index: 2;
}
.sec04 .inner .h3Ttl {
	width: 53.2rem;
	top: 13.7rem;
	right: -4.6rem;
}
.sec04 .inner .txt01 {
	top: 50.1rem;
	right: 3.5rem;
	text-shadow: 0 0 5px #BC92C6,0 0 5px #BC92C6,0 0 5px #BC92C6,0 0 5px #BC92C6,0 0 5px #BC92C6,0 0 5px #BC92C6,0 0 5px #BC92C6;
}
.sec04 .inner .sub02 {
	margin-bottom: -15.4rem;
	position: relative;
	z-index: 1;
}
.sec04 .inner .h3Ttl02 {
	top: 15rem;
	left: 3.5rem;
}
.sec04 .inner .txt02 {
	top: 45.8rem;
	left: 3.5rem;
}
.sec04 .inner .sub03 {
	position: relative;
}
.sec04 .inner .h3Ttl03 {
	top: 14.8rem;
	left: 3.5rem;
}
.sec04 .inner .txt03 {
	top: 46.3rem;
	right: 3.4rem;
	width: 32.7rem;
	letter-spacing: 0;
}
.sec04 .btn {
	position: absolute;
	bottom: 17.5rem;
	left: 3.5rem;
	padding: 0;
	right: 3.5rem;
	/* width: calc(100% - 3rem); */
	box-sizing: border-box;
}
.sec04 .btn a:hover {
	opacity: 0.7;
}
.textImg02 {
	margin-bottom: -8rem;
	position: relative;
	z-index: 2;
}
.sec05 {	
	margin-bottom: -13.2rem;
	padding: 12.4rem 0 19.4rem;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background: url(../img/index/bg13.png) no-repeat center bottom;
	background-size: cover;
}
.sec05 h2 {
	margin-bottom: 6.2rem;
	text-align: center;	
	font-size: 3.5rem;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.075em;
	position: relative;
	z-index: 1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec05 h2 span {
	margin-top: 1.2rem;
	font-weight: bold;
	display: block;
	font-size: 7rem;
	color: #D67895;
	letter-spacing: 0.05em;
	line-height: 1.14;
}
.sec05 .inner {
	max-width: 56rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sec05 .inner .photo {
	margin-bottom: 2.2rem;
}
.sec05 .inner p {
	margin-bottom: 3.6rem;
	padding: 0.6rem 0 0.6rem;
	text-align: center;
	line-height: 1.47;
	letter-spacing: -0.02em;
	font-size: 3.5rem;
	border-bottom: 1px solid #505050;
	border-top: 1px solid #505050;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.sec05 .inner p span {
	display: block;
	background: rgba(214, 120, 149, 0.2);
}
.sec05 .en {
	position: absolute;
	top: 8.7rem;
	left: 0;	
	width: 17.2rem;
}
.sec05 .en02 {
	position: absolute;
	right: 0.5rem;
	bottom: 13rem;	
	width: 17.2rem;
}
.sec05 .inner .bg {
	width: 8.3rem;
	position: absolute;
	top: -6rem;
	left: -6rem;
}
.sec05 .inner .bg02 {
	width: 8.3rem;
	position: absolute;
	bottom: -6rem;
	right: -6rem;
}
.sec06 {	
	padding: 12.4rem 0 19.4rem;
	position: relative;
	box-sizing: border-box;
	background: url(../img/index/bg16.jpg) no-repeat center center;
	background-size: cover;
}
.voiceBox {
	margin-top: -17.9rem;
}
.voice {	
	margin: -0 0 -0.1rem -1rem;
	width: 71.15rem;
	position: relative;
	z-index: 10;
	padding: 7.05rem 0 8.5rem;
	box-sizing: border-box;
	background: url(../img/index/bg17.png) no-repeat center top;
	background-size: 100% 100%;
}
.voice:after {
	border: 1px solid #A082AF;
	position: absolute;  
	top: 2.3rem;
	right: 3.5rem;  
	left: 2.5rem;
	bottom: 3.7rem;
	content: ""; 
	z-index: -1;
}
.voice h2 {
	margin: 0 auto 0.3rem;
	width: 28.7rem;	
}
.voice h3 {
	margin: 0 2rem 3.8rem 0;
	text-align: center;	
	padding: 1.5rem 1.5rem 1.8rem;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background : linear-gradient(90deg, rgba(185, 128, 165, 0.3) 0%, rgba(177, 129, 171, 0.3) 9.89%, rgba(154, 131, 187, 0.3) 42.46%, rgba(140, 133, 197, 0.3) 73.2%, rgba(135, 133, 200, 0.3) 100%);
}
.voiceSub {
	margin: 0 7rem;
}
.voice .imgBox {
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: space-between;
}
.voice .imgBox .photoBox {
	margin-right: 3rem;
	width: 20.2rem;
}
.voice .imgBox .textBox {
	margin: -0.4rem 1.2rem 0 0;
	flex: 1;
}
.voice p {
	margin-bottom: 3rem;
	line-height: 2;
	letter-spacing: 0.01em;
	text-align: justify;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.voice .imgBox .name {
	margin-bottom: 4.5rem;
	letter-spacing: 0.05em;
	line-height: 1.32;
	text-align: right;
}
.voice .imgBox .name span {
	display: block;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0;
}
.voice .imgBox .txt {
	margin-right: -4rem;
	font-size: 3rem;
	color: #A082AF;
	line-height: 1.33;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: left;
	position: relative;
}
.voice .imgBox .txt::before {
	width: 4.2rem;  
	height: 3.3rem;
	background: url(../img/index/icon01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -4.5rem;
	left: 0;  
	content: ""; 
}
.voice .imgBox .txt::after {
	width: 4.2rem;  
	height: 3.3rem;
	background: url(../img/index/icon02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -4.2rem;
	right: 3.5rem;  
	content: ""; 
}
.voice .ttl {
	margin-bottom: 0;
	letter-spacing: 0.05em;
	overflow: hidden;
}
.voice .ttl span {
	padding-right: 1rem;
	display: inline-block;
	position: relative;
}
.voice .ttl span:after {
	width: 9999px;  
	height: 1px;
	background-color: #A082AF;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 100%;  
	content: ""; 
}
.voice .list {
	margin-bottom: 1.5rem;
}
.voice .list li {
	display: flex;
	margin-bottom: 0.3rem;
	letter-spacing: -0.04em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.voice .list li .icon {
	flex-shrink: 0;
	margin: 0.7rem 0.4rem 0 0;
	color: #a082af;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: 0.4rem;
}
.voice .photo {
	margin-right: 1.2rem;
}
.voice02 {
	margin: 0 -2rem -0.1rem auto;
}
.voice02 h3 {
	margin: 0 0 3.8rem 1.14rem;
}
.voice .imgBox .txt02 {
	letter-spacing: 0;
	margin-top: -2.5rem;
}
.voice02 .list02 {
	margin-bottom: 3.4rem;
}
.voice .imgBox .txt03 {
	padding-left: 1rem;
}
.voice .h3Ttl {
	font-size: 5rem;
	letter-spacing: 0em;
}
.faq {
	z-index: 1;
	margin: -11.6rem 0 -3.3rem; 
	padding: 1.6rem 1.6rem 1.6rem;
	position: relative;
	background-color: #81B19B;
}
.faq:after {
	width: 7.4rem;  
	height: 7.4rem;
	background: url(../img/index/bg19.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 0;  
	content: "";
	z-index: 1; 
	mix-blend-mode: multiply;
}
.faq::before {
	width: 7.4rem;  
	height: 7.4rem;
	background: url(../img/index/bg20.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	right: 0;  
	content: ""; 
	z-index: 1;
	mix-blend-mode: multiply;
}
.faqSub {
	padding: 7.1rem 4.3rem 8.3rem;
	position: relative;
	z-index: 1;
	border: 1px solid white;
}
.faqSub::after {
	content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
	right: 0.5rem;
	bottom: 0.5rem;
	border: 1px solid white;
	z-index: -1;
}
.faq .whiteBox {
	padding: 2.3rem 0 0;
	background-color: white;
	border-radius: 2rem;
	position: relative;
}
.faq .textImg {
	position: absolute;
	top: -4.7rem;
	right: -2rem;
	width: 19.3rem;
	mix-blend-mode: multiply;
	z-index: 1;
}
.faq h2 {
	max-width: 43.4rem;
	margin: 0 auto 7.5rem;
}
.faqDl {
	background-color: white;
	padding: 4rem 3.5rem 4.3rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.faqDl:first-child {
	border-radius: 2rem 2rem 0 0;
}
.faqDl:last-child {
	border-radius: 0 0 2rem 2rem;
}
.faqDl dt {
	margin-bottom: 2.8rem;
	padding: 0 0 2.7rem 11.0rem;
	font-size: 4rem;
	color: #55917C;
	line-height: 1.5;
	letter-spacing: -0.05em;
	text-align: justify;
	background: url(../img/index/imgtext15.png) no-repeat left 1rem top 0.8rem;
	background-size: 8.3rem auto;
	border-bottom: 1px solid #55917C;
}
.faqDl dd {
	letter-spacing: 0.075em;
	line-height: 2;
	text-align: justify;
}
.faqDl dd .red {
	color: #D67895;
}
.faqDl:nth-child(2n) {
	padding-bottom: 5.8rem;
	background-color: rgba(129, 177, 155, 0.15);
}
.textImg01 {
	position: relative;
}
.textImg01::before {
	width: 72.4rem;  
	height: 12.8rem;
	background: url(../img/index/bg21.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -3rem;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
	mix-blend-mode: multiply;
}
.textImg01 .btn {
	position: absolute;
	bottom: 9.1rem;
	left: 2rem;
	right: 2rem;
}
.textImg01 .btn a:hover {
	opacity: 0.7;
}
.product {
	padding: 10.1rem 3rem 9.1rem;
	background: url(../img/index/bg18.jpg) no-repeat center center;
	background-size: cover;
}
.product h2 {
	max-width: 54.6rem;
	margin: 0 auto 6rem;
}
.product dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.product dt {
	width: 23rem;
	text-align: center;
	letter-spacing: 0.122em;
}
.product dd {
	padding: 1.4rem 1rem 1.4rem 4rem;
	width: calc(100% - 23rem);
	letter-spacing: 0.07em;
	box-sizing: border-box;
	border-left: 1px solid #505050;
}
.product dd:last-child {
	padding-bottom: 0;
}
.product dt:last-of-type {
	margin-bottom: -1.4rem;
}
.company {
	padding: 10.2rem 3.6rem 6.5rem;
}
.company h2 {
	margin: 0 auto 5.5rem;
	width: 53.7rem;
}
.company dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.company dt {
	padding: 2.2rem 0;
	margin-right: 1.6rem;
	width: 20.9rem;
	letter-spacing: 0.2rem;
	line-height: 1.39;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #505050;
	position: relative;
}
.company dt:after {
	width: 1px;  
	background-color: #505050;
	position: absolute;  
	top: 0.7rem;
	bottom: 0.7rem;  
	right: -1.7rem;
	content: "";
	z-index: 1; 
}
.company dd {
	padding: 2.2rem 0 2.2rem 2.5rem;
	margin-left: 1.6rem;
	min-height: 10rem;
	box-sizing: border-box;
	width: calc(100% - 24.1rem);
	letter-spacing: 0.1rem;
	line-height: 1.69;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #505050;
}
.company dt:last-of-type,
.company dd:last-of-type {
	padding-top: 3rem;
	padding-bottom: 7rem;
	border-bottom: none;
}
.company .dtStyle {
	align-items: flex-start;
	padding-top: 16rem;
}
.company dd a:hover {
	opacity: 0.7;
}



@media all and (max-width: 749px) {
}