@charset "UTF-8";

body {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
}

.sp-only {
	display: none;
}

img {
	width: 100%;
}

.inner100 {
	max-width: 100rem;
	margin: 0 auto;
}

.inner120 {
	max-width: 120rem;
	margin: 0 auto;
}

header {
	color: #666666;
}

header div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header img.header-logo {
	height: 11rem;
}

header p {
	font-size: 1.3rem;
	line-height: 1.2;
}

header p.header-phonenum {
	font-size: 3rem;
	font-weight: 500;
	color: #EA650D;
	margin: 0 0 0 1.5rem;
	letter-spacing: .2rem;
}

.fistView {
	max-width: 1260px;
	margin: 0 auto;
	padding: 5rem 0 0;
	height: 44rem;
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/fv_202306.jpg") no-repeat center / cover;
}

.fistView .catchcopy {
	background: #fff;
	padding: 3rem 4rem 4rem;
	border-radius: .3rem;
	display: inline-block;
}

.fistView .catchcopy h2 {
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .2rem;
	margin: 0 0 3rem;
	color: #EA650D;
}

.fistView .catchcopy p {
	font-size: 3rem;
	margin: 0 0 4rem;
}

.fistView .catchcopy p span {
	display: block;
	font-size: 1.35rem;
	margin: 0 0 1rem;
}

.fistView .catchcopy a {
	font-size: 2.5rem;
	padding: .5rem 5rem .5rem 1rem;
	border-radius: .4rem;
	color: #fff;
	background: #EA650D url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/arrow-cta.png") no-repeat center right 1rem;
	transition: ease-in .2s;
}

.fistView .catchcopy a:hover {
	background: #E64415 url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/arrow-cta.png") no-repeat center right 1rem;
}

.authority {
	background: #F1EDEB;
	padding: 4rem 0;
}

.question {
	padding: 5rem 0;
}

.question .inner100 {
	padding: 4rem 0 0;
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/question-pc_202306.jpg") no-repeat right bottom 2rem / 40rem;
}

.question h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 4rem;
}

.question p {
	font-size: 2rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.3rem;
}

.question p strong {
	font-size: 2.5rem;
	line-height: 3;
	font-weight: 500;
}

.suppoter {
	padding: 16rem 0 5rem;
}

.suppoter .statement {
	border: .2rem solid #ee7f00;
	border-radius: 1rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
	position: relative;
}

.suppoter .statement:before {
	content: "";
	position: absolute;
	width: 26.2rem;
	height: 11.4rem;
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/supporter.jpg") no-repeat center bottom;
	top: -11.4rem;
	left: calc(50% - 13.1rem);
	z-index: -1;
}

.suppoter .statement h2 {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.6;
	color: #ee7f00;
}

.suppoter h3 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	position: relative;
	margin: 5rem 0 2rem;
}

.suppoter h3:before {
	content: "";
	width: 100%;
	height: .1rem;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	z-index: -2;
}

.suppoter h3:after {
	content: "";
	width: 70rem;
	height: 1rem;
	background: #fff;
	position: absolute;
	top: calc(50% - .5rem);
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	z-index: -1;
}

.suppoter .suppoterWrap {
	display: flex;
	justify-content: space-between;
}

.suppoter .suppoterWrap .suppoterWrapText {
	width: 40rem;
}

.suppoter .suppoterWrap .suppoterWrapText p {
	font-size: 1.8rem;
	line-height: 2;
	margin: 0 0 2rem;
}

.suppoter .suppoterWrap .suppoterWrapText img {
	border-radius: 0.5rem;
}

.suppoter .suppoterWrap .suppoterWrapGraph {
	width: 53rem;
}

.suppoter .suppoterWrap .suppoterWrapGraph p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 2rem 0 0;
}

.suppoter .suppoterInsecurityWrap {
	display: flex;
	justify-content: space-between;
}

.suppoter .suppoterInsecurity {
	width: 32rem;
	background: #eeeeee;
	border-radius: 2rem 1.7rem;
	padding: 4rem 2rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.suppoter .suppoterInsecurity h4 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	height: 8rem;
}

.suppoter .suppoterInsecurity img.suppoterInsecurityGraph {
	width: 13rem;
	margin: 0 0 1.5rem;
}

.suppoter .suppoterInsecurity img.suppoterInsecurityAnswer {
	width: 21.2rem;
}

.suppoter .suppoterInsecurity p {
	font-size: 1.6rem;
	margin: 1rem 0 0;
}

.suppoter .suppoterInsecurity p strong {
	color: #e64415;
	font-size: 4rem;
	font-weight: 300;
	margin: 0 0.5rem;
	position: relative;
	top: 0.5rem;
}

.suppoter .suppoterInsecurity p span {
	font-size: 2rem;
	color: #e64415;
}

.suppoter .suppoterInsecurity:last-child p {
	font-size: 1.8rem;
	color: #e64415;
	font-weight: 500;
}

.suppoter small {
	margin: 1rem 0 2rem;
	display: block;
	text-align: right;
}

.cta {
	padding: 5rem 0;
}

.cta .inner100 {
	border-radius: 1rem;
	background: #f1edeb url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/cta-illust01.png") no-repeat left 10rem center / 15rem;
	padding: 3rem 6rem 3rem 31rem;
}

.cta:nth-child(8) .inner100 {
	border-radius: 1rem;
	background: #f1edeb url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/cta-illust02.png") no-repeat left 10rem center / 15rem;
	padding: 3rem 6rem 3rem 31rem;
}

.cta p {
	font-size: 2rem;
	line-height: 1.6;
}

.cta p.phone {
	font-size: 1.3rem;
	font-weight: 300;
	margin: 1rem 2rem 0 0;
}

.cta p.phone span {
	font-size: 4rem;
	font-weight: 400;
	display: block;
	color: #ee7f00;
	margin: .5rem 0;
}

.cta .inner100>div {
	display: flex;
	align-items: center;
}

.cta .inner100>div a {
	font-size: 2.8rem;
	color: #fff;
	border-radius: .4rem;
	padding: 1.2rem 5rem 1.2rem 1.2rem;
	background: #ea650d url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/arrow-cta.png") no-repeat center right 1rem;
	transition: ease-in .2s;
}

.cta .inner100>div a:hover {
	background: #e64415 url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/arrow-cta.png") no-repeat center right 1rem;
}

.blank {
	padding: 5rem 0;
}

.blank .inner100 {
	border-radius: 2rem;
	padding: 5rem 0;
	box-shadow: .3rem .3rem .5rem rgba(0, 0, 0, .3);
	position: relative;
}

.blank .inner100:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.4rem 7rem 0 7rem;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -4.4rem;
	left: calc(50% - 3.5rem);
	-webkit-filter: drop-shadow(.3rem .3rem .5rem rgba(0, 0, 0, .3));
	filter: drop-shadow(.3rem .3rem .5rem rgba(0, 0, 0, .3));
}

.blank .inner100:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.8rem 4.5rem 0 4.5rem;
	border-color: #ee7f00 transparent transparent transparent;
	position: absolute;
	bottom: -2.74rem;
	left: calc(50% - 1.1rem);
	-webkit-filter: drop-shadow(.1rem .1rem .2rem rgba(0, 0, 0, .3));
	filter: drop-shadow(.1rem .1rem .2rem rgba(0, 0, 0, .3));
}

.blank h2 {
	text-align: center;
	line-height: 1.6;
	font-size: 3rem;
	font-weight: 500;
	margin: 0 0 3rem;
}

.blank .blankImgWrap {
	display: flex;
	justify-content: center;
	margin: 0 1rem;
}

.blank .blankImg {
	padding: 0 .5rem;
	border-left: .1rem solid #ccc;
	width: 28rem;
}

.blank .blankImg:first-child {
	border-left: none;
}

.blank .blankImg:nth-child(2) {
	width: 41rem;
}

.blank .blankImg img {
	margin: 1rem 0;
}

.blank .blankImg img:last-of-type {
	border-radius: 0.5rem;
}

.blank .blankImg ul {
	background: #dbebf7;
	padding: 1.5rem;
	border-radius: .5rem;
}

.blank .blankImg:nth-child(2) ul {
	background: #fbf4e8;
}

.blank .blankImg ul li {
	color: #5389c2;
	line-height: 2;
	font-size: 2rem;
}

.blank .blankImg:nth-child(2) ul li {
	color: #e64415;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.blank h3 {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 5rem 0 3rem;
}

.blank img.supporterIllust {
	width: 26rem;
	display: block;
	margin: 0 auto;
}

.blank hr {
	height: .2rem;
	background: #ea650d;
	border: none;
	box-shadow: .1rem .1rem .1rem rgba(0, 0, 0, .3);
}

.blank p.suggestion {
	font-weight: 500;
	font-size: 4rem;
	text-align: center;
	color: #ea650d;
	margin: 3rem 0 0;
}

.guarantee .inner100 {
	background: #f6f6f6;
	border-radius: 3rem;
	padding: 5rem;
}

.guarantee h2 {
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}

.guarantee h2 strong {
	color: #e64415;
	font-weight: 500;
	font-size: 4rem;
}

.guarantee h2 strong span {
	color: #e64415;
	font-weight: 400;
	font-size: 7rem;
	position: relative;
	top: 1rem;
}

.guarantee .guaranteeWrap {
	background: #fff;
	margin: 2rem 0 0;
	padding: 3rem 5rem;
}

.guarantee .guaranteeWrap h3 {
	font-size: 3rem;
	font-weight: 400;
	position: relative;
	text-align: center;
	z-index: 3;
}

.guarantee .guaranteeWrap h3:before {
	content: "";
	width: 100%;
	height: 0.1rem;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	z-index: -2;
}

.guarantee .guaranteeWrap h3:after {
	content: "";
	width: 14rem;
	height: 0.3rem;
	background: #fff;
	display: block;
	position: absolute;
	top: calc(50% - .15rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.guarantee .guaranteeList {
	border: .3rem solid #e37e25;
	padding: 3rem;
	margin: 3rem 0 0;
}

.guarantee .guaranteeListHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: .1rem solid #ea650d;
	margin: 0 0 2rem;
	padding: 0 0 2rem;
}

.guarantee .guaranteeListHead h4 {
	font-size: 4rem;
	font-weight: 500;
	color: #ea650d;
	position: relative;
	padding: 0 0 0 5rem;
}

.guarantee .guaranteeListHead h4:before {
	content: "";
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/guranteeIcon01.svg") no-repeat center center /cover;
	height: 4.3rem;
	width: 4.3rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.guarantee .guaranteeListHead p {
	background: #ea650d;
	padding: 1rem;
	color: #fff;
	border-radius: .5rem;
}

.guarantee .guaranteeListHead p {
	background: #ea650d;
	padding: 1rem;
	color: #fff;
	border-radius: .5rem;
}

.guarantee .guaranteeListContent {
	text-align: center;
}

.guarantee .guaranteeListContent p.point {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	border: .1rem solid #e37e25;
	display: inline-block;
	padding: .5rem;
	border-radius: .3rem;
}

.guarantee .guaranteeListContent p.deposit {
	font-size: 3.5rem;
	font-weight: 400;
	text-align: center;
	color: #ea650d;
}

.guarantee .guaranteeListContent p.deposit strong {
	font-size: 6.5rem;
	position: relative;
	font-weight: 500;
	top: .5rem;
}

.guarantee .guaranteeListContent p.notes {
	font-size: 2rem;
	text-align: center;
	margin: 1.5rem 0 0;
}

.guarantee .guaranteeListContent p.condition {
	font-size: 2.5rem;
	margin: 3rem 0 0;
	line-height: 1.4;
	font-weight: 300;
}

.guarantee .guaranteeListContent p.condition strong {
	font-weight: 500;
}

.guarantee .guaranteeListContent small {
	display: block;
	text-align: left;
	line-height: 1.4;
	margin: 2rem 0 0;
}

.guaranteeList:nth-child(3) {
	border: .3rem solid #5b9853;
}

.guaranteeList:nth-child(3) .guaranteeListHead {
	border-bottom: .1rem solid #5b9853;
}

.guaranteeList:nth-child(3) .guaranteeListHead h4 {
	color: #5b9853;
}

.guaranteeList:nth-child(3) .guaranteeListHead h4:before {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/guranteeIcon02.svg") no-repeat center center /cover;
}

.guaranteeList:nth-child(3) .guaranteeListHead p {
	background: #5b9853;
}

.guaranteeList:nth-child(3) .guaranteeListContent p.point {
	border: .1rem solid #5b9853;
	display: inline-block;
}

.guaranteeList:nth-child(3) .guaranteeListContent p.deposit {
	color: #5b9853;
	text-align: left;
}

.guaranteeList:nth-child(3) .guaranteeListContent p.notes {
	text-align: left;
}

.guaranteeList:nth-child(3) .guarantee9sick {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: .5rem 0 0;
}

.guaranteeList:nth-child(3) .guarantee9sick p.twoTimes {
	background: #5b9853;
	margin: 0 2rem 0 0;
	padding: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.guaranteeList:nth-child(3) .guarantee9sick p.twoTimes strong {
	font-size: 3rem;
}

.guaranteeList:nth-child(3) .guarantee9sick p.twoTimes strong span {
	font-size: 5rem;
}

.guaranteeList:nth-child(3) ul {
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0 0;
}

.guaranteeList:nth-child(3) ul li {
	font-size: 2rem;
	font-weight: 400;
	border: .1rem solid #5b9853;
	border-radius: .3rem;
	padding: 2rem 1rem;
	margin: 1rem 1rem 0 0;
}

.guaranteeList:nth-child(4) {
	border: .3rem solid #5389c2;
}

.guaranteeList:nth-child(4) .guaranteeListHead {
	border-bottom: .1rem solid #5389c2;
}

.guaranteeList:nth-child(4) .guaranteeListHead h4 {
	color: #5389c2;
}

.guaranteeList:nth-child(4) .guaranteeListHead h4:before {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/guranteeIcon03.svg") no-repeat center center /cover;
}

.guaranteeList:nth-child(4) .guaranteeListHead p {
	background: #5389c2;
}

.guaranteeList:nth-child(4) .guaranteeListContent p.point {
	border: .1rem solid #5389c2;
	display: inline-block;
}

.guaranteeList:nth-child(4) .guaranteeListContent p.deposit {
	color: #5389c2;
}

.guaranteeList:nth-child(4) ul {
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0 0;
	border-top: .1rem dotted #cac7c7;
}

.guaranteeList:nth-child(4) ul li {
	font-size: 2rem;
	font-weight: 400;
	border: .1rem solid #5389c2;
	border-radius: .3rem;
	padding: 2rem 1rem;
	margin: 1rem 1rem 0 0;
}

.guaranteeList:nth-child(4) ul li:first-child {
	background: #5389c2;
	color: #fff;
}

.guaranteeList:nth-child(5) {
	border: .3rem solid #706cb0;
}

.guaranteeList:nth-child(5) .guaranteeListHead {
	border-bottom: .1rem solid #706cb0;
}

.guaranteeList:nth-child(5) .guaranteeListHead h4 {
	color: #706cb0;
}

.guaranteeList:nth-child(5) .guaranteeListHead h4:before {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/guranteeIcon04.svg") no-repeat center center /cover;
}

.guaranteeList:nth-child(5) .guaranteeListHead p {
	background: #706cb0;
}

.guaranteeList:nth-child(5) .guaranteeListContent p.point {
	border: .1rem solid #706cb0;
	display: inline-block;
}

.guaranteeList:nth-child(5) .guaranteeListContent p.deposit {
	color: #706cb0;
}

.guaranteeList:nth-child(5) ul {
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0 0;
}

.guaranteeList:nth-child(5) ul li {
	font-size: 2rem;
	font-weight: 400;
	border: .1rem solid #706cb0;
	border-radius: .3rem;
	padding: 2rem 1rem;
	margin: 1rem .8rem 0 0;
}

.guaranteeList:nth-child(5) ul li:first-child {
	background: #706cb0;
	color: #fff;
}

.guaranteeList:nth-child(5) ul li:last-child {
	border: none;
	padding: 3rem 0 0;
	margin: 0;
}

.guarantee small {
	font-size: 1.4rem;
	font-weight: 300;
	margin: 2rem 0 0;
	display: block;
}

.guarantee small span {
	padding: 0 0 0 1.4rem;
	text-indent: -1.4rem;
	display: block;
	line-height: 1.6;
}

.pamphlet_btn {
	padding: 80px 0;
	margin-top: 20px;
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/pamphlet-btn-bg.jpg") no-repeat center / cover;
	border-radius: 1rem;
}

.pamphlet_btn a {
	width: 480px;
	padding: 40px 30px 40px 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	transition: ease-in .2s;
}

.pamphlet_btn a:hover {
	background-color: #f1eded;
}

.pamphlet_btn a .box {
	margin-left: 20px;
}

.pamphlet_btn a .btn_text01,
.pamphlet_btn a .btn_text02 {
	text-align: left;
}

.pamphlet_btn a .btn_text01 {
	color: #EE7F00;
	font-size: 1.6rem;
	font-weight: 700;
}

.pamphlet_btn a .btn_text02 {
	color: #EA650D;
	font-size: 2.1rem;
	font-weight: 700;
	margin-top: 5px;
}

.pamphlet_btn a .arrow {
	margin-left: 30px;
}

.pamphlet_btn a .arrow img {
	width: 20px;
	height: auto;
}

.feature {
	padding: 5rem 0;
}

.feature h2 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	position: relative;
	margin: 0 0 3rem;
}

.feature h2:before {
	content: "";
	width: 100%;
	height: .1rem;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	z-index: -2;
}

.feature h2:after {
	content: "";
	width: 56rem;
	height: 1rem;
	background: #fff;
	position: absolute;
	top: calc(50% - .5rem);
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	z-index: -1;
}

.feature .featureContentWrap {
	background: #f6f6f6;
	padding: 7rem;
	border-radius: 3rem;
}

.feature .featureContent {
	padding: 0 15rem 5rem 0;
	margin: 0 0 5rem;
	border-bottom: .1rem solid #e5ded9;
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust01.svg") no-repeat center right / 13rem;
}

.feature .featureContent:nth-child(2) {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust02.svg") no-repeat center right / 9rem;
}

.feature .featureContent:nth-child(3) {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust03.svg") no-repeat center right / 10rem;
}

.feature .featureContent:nth-child(4) {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust04.svg") no-repeat center right / 8rem;
}

.feature .featureContent:nth-child(5) {
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust05.svg") no-repeat center right / 10rem;
	margin: 0;
}

.feature .featureContent h3 {
	color: #ea650d;
	font-weight: 500;
	font-size: 4rem;
	margin: 0 0 2rem;
}

.feature .featureContent p {
	font-weight: 500;
	font-size: 2.5rem;
	margin: 0 0 2rem;
	line-height: 1.4;
}

.feature .featureContent small {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.4;
}


.choice {
	padding: 5rem 0;
}

.choice .inner100 {
	display: flex;
	justify-content: center;
	background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/choice-illust.png") no-repeat right bottom;
}

.choice .inner100>div {
	padding: 0 5rem;
}

.choice .inner100>div:first-child {
	border-right: .1rem solid #ccc;
}

.choice .inner100>div h2 {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 0 1.5rem;
}

.choice .inner100>div ul li {
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0 1.5rem;
	letter-spacing: .1rem;
}

.choice .inner100>div ul li:first-letter {
	color: #eac98e;
}

.choice .inner100>div ul li:nth-child(2):first-letter {
	color: #a4ccea;
}

.choice .inner100>div ul li:nth-child(3):first-letter {
	color: #cac7c7;
}

.choice .inner100>div ul li:nth-child(4):first-letter {
	color: #c8cd2e;
}

.choice .inner100>div ul li:nth-child(5):first-letter {
	color: #c6bfe0;
}


.reason {
	padding: 5rem 0;
}

.reason h2 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	position: relative;
	margin: 0 0 3rem;
}

.reason h2:before {
	content: "";
	width: 100%;
	height: .1rem;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	z-index: -2;
}

.reason h2:after {
	content: "";
	width: 40rem;
	height: 1rem;
	background: #fff;
	position: absolute;
	top: calc(50% - .5rem);
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	z-index: -1;
}

.reason p {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	line-height: 2.5;
}

.reason .youtube {
	text-align: center;
	margin-top: 20px;
}

.reason ul {
	display: flex;
	justify-content: space-between;
	margin: 5rem 0 0;
}

.reason ul li {
	width: calc(100% / 3);
	padding: 0 2rem;
}

.reason ul li:not(:last-child) {
	border-right: .1rem solid #999999;
}

.reason ul li h3 {
	text-align: center;
	color: #e64415;
	margin: 0 0 3rem;
}

.reason ul li img {
	display: block;
	margin: 0 auto 2rem;
	width: auto;
}

.reason ul li p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}

footer {
	background: #f1edeb;
}

footer p {
	padding: 2rem 0 10rem;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
}

aside {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #ea650d;
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	z-index: 50;
}

aside img {
	padding: 0 1rem;
	width: 100%
}

@media (max-width: 1000px) {

	.fistView,
	.authority,
	.inner100,
	.inner120 {
		width: 100rem;
	}
}

@media (max-width: 767px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none !important;
	}

	.fistView,
	.authority,
	.inner100,
	.inner120 {
		width: 100%;
	}

	header {}

	header div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	header img.header-logo {
		height: 8.1rem;
		width: auto;
	}

	header img.phone-sp {
		width: 3.5rem;
		margin: 0 2rem 0 0;
	}

	.fistView {
		width: 100%;
		padding: 30rem 0 0;
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/fv_202306.jpg") no-repeat top center/ cover;
	}

	.fistView .catchcopy {
		margin: 0 auto 0;
		width: 90%;
		position: relative;
		padding: 1.5rem 2rem 2rem 2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: baseline;
	}

	.fistView .catchcopy h2 {
		font-size: 6.4vw;
		margin: 0 0 1rem;
		letter-spacing: 0;
	}

	.fistView .catchcopy h2 br {
		display: none;
	}

	.fistView .catchcopy p {
		font-size: 4vw;
		margin: 0 0 1.5rem;
	}

	.fistView .catchcopy p span {
		font-size: 3vw;
		margin: 0 0 1rem;
	}

	.fistView .catchcopy a {
		font-size: 1.8rem;
		padding: .5rem 3rem .5rem 1rem;
	}

	.authority {
		height: 10rem;
	}

	.authority ul {
		width: 100%;
		padding: 16.5rem 1.5rem 0;
	}

	.authority ul li {
		width: 33%;
		font-size: 1.4rem;
		padding: 0 1rem 1.7rem;
		position: relative;
	}

	.authority ul li span.text {
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 3.5rem;
		line-height: 1.2;
		width: 100%;
		margin: 0;
	}

	.authority ul li span.unit {
		font-size: 1.6rem;
	}

	.authority ul li span.num {
		font-size: 2.5rem;
	}

	.authority ul li div {
		width: calc(100% - 2rem);
		position: absolute;
		bottom: 0;
	}

	.authority ul li div small {
		font-size: 1rem;
	}

	.question {
		padding: 1.5rem 1.5rem 3rem;
	}

	.question .inner100 {
		background: none;
		padding: 0;
	}

	.question h2 {
		font-size: 1.8rem;
		margin: 0;
	}

	.question .inner100 img {
		display: block;
		margin: 1rem auto;
		width: 80%;
		border-radius: 0.5rem;
	}

	.question p {
		font-size: 1.4rem;
	}

	.question p strong {
		font-size: 2rem;
		letter-spacing: 0;
	}

	.suppoter {
		padding: 10rem 1.5rem 0;
	}

	.suppoter .statement {
		border: .15rem solid #ee7f00;
		border-radius: .5rem;
		padding: 1rem;
		background: none;
	}

	.suppoter .statement:before {
		width: 20rem;
		height: 9rem;
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/supporter.jpg") no-repeat center bottom / contain;
		top: -9rem;
		left: calc(50% - 10rem);
	}

	.suppoter .statement h2 {
		font-size: 1.8rem;
	}

	.suppoter h3 {
		font-size: 2rem;
		line-height: 1.4;
		margin: 5rem 0 2rem;
	}

	.suppoter h3:after {
		width: 26rem;
	}

	.suppoter .suppoterWrap {
		display: block;
	}

	.suppoter .suppoterWrap .suppoterWrapText {
		width: 100%;
	}

	.suppoter .suppoterWrap .suppoterWrapText p {
		font-size: 1.4rem;
	}

	.suppoter .suppoterWrap .suppoterWrapText img.supporter-image01 {
		width: 80%;
		display: block;
		margin: 1rem auto 2rem;
	}

	.suppoter .suppoterWrap .suppoterWrapGraph {
		width: 100%;
	}

	.suppoter .suppoterWrap .suppoterWrapGraph p {
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 2rem 0 0;
	}

	.suppoter .suppoterInsecurityWrap {
		display: block;
	}

	.suppoter .suppoterInsecurity {
		width: 100%;
		padding: 4rem 2rem;
		display: block;
		margin: 0 0 2rem;
	}

	.suppoter .suppoterInsecurity:last-child {
		margin: 0;
	}

	.suppoter .suppoterInsecurity h4 {
		text-align: center;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.6;
		height: 8rem;
	}

	.suppoter .suppoterInsecurity img.suppoterInsecurityGraph {
		width: 13rem;
		margin: 0 auto 1.5rem;
		display: block;
	}

	.suppoter .suppoterInsecurity img.suppoterInsecurityAnswer {
		width: 21.2rem;
		margin: 0 auto;
		display: block;
	}

	.suppoter .suppoterInsecurity p {
		font-size: 1.6rem;
		margin: 1rem 0 0;
		text-align: center;
	}

	.suppoter .suppoterInsecurity p strong {
		color: #e64415;
		font-size: 4rem;
		font-weight: 300;
		margin: 0 0.5rem;
		position: relative;
		top: 0.5rem;
	}

	.suppoter .suppoterInsecurity p span {
		font-size: 2rem;
		color: #e64415;
	}

	.suppoter .suppoterInsecurity:last-child p {
		font-size: 1.8rem;
	}

	.suppoter .suppoterInsecurity:last-child img.suppoterInsecurityAnswer03 {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.suppoter small {
		text-align: left;
		line-height: 1.4;
		margin: 0 0 1rem;
	}

	.suppoter ul {
		display: block;
		margin: 1.5rem 0 0;
	}

	.suppoter ul li {
		width: 100%;
	}

	.suppoter ul li img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}

	.suppoter ul li img.arrow {
		margin: 1rem auto;
	}

	.suppoter ul li h3 {
		width: calc(100% - 3rem);
		font-size: 1.8rem;
		margin: 1rem 1.5rem 0;
	}

	.suppoter ul li p {
		font-size: 1.6rem;
		margin: 0 1.5rem 5rem;
		font-weight: 400;
	}

	.suppoter ul li p strong {
		font-weight: 400;
	}


	.cta {
		padding: 5rem 0;
	}

	.cta .inner100 {
		border-radius: 0;
		background: #f1edeb url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/cta-illust01.png") no-repeat right 1rem center / 12rem;
		padding: 2rem 1.5rem;
	}

	.cta:nth-child(8) .inner100 {
		border-radius: 1rem;
		background: #f1edeb url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/cta-illust02.png") no-repeat right 1rem center / 12rem;
		padding: 2rem 1.5rem;
	}

	.cta p {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.cta p.phone {
		font-size: 1rem;
		margin: 1rem 2rem 1.3rem 0;
	}

	.cta p.phone span {
		font-size: 2rem;
		margin: .5rem 0;
	}

	.cta .inner100>div {
		display: block;
	}

	.cta .inner100>div a {
		font-size: 1.5rem;
		color: #fff;
		padding: .5rem 3rem .5rem 1rem;
		background: #ea650d url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/arrow-cta.png") no-repeat center right 1rem / .8rem;
		transition: none;
	}

	.cta .inner100>div a:hover {
		background: #ea650d url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/arrow-cta.png") no-repeat center right 1rem / .8rem;
	}

	.blank {
		padding: 0 1rem 5rem;
	}

	.blank .inner100 {
		border-radius: 2rem;
		padding: 2rem 0;
		box-shadow: .3rem .3rem .5rem rgba(0, 0, 0, .3);
		position: relative;
	}

	.blank .inner100:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.4rem 7rem 0 7rem;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		bottom: -4.4rem;
		left: calc(50% - 5.5rem);
		-webkit-filter: drop-shadow(.3rem .3rem .5rem rgba(0, 0, 0, .3));
		filter: drop-shadow(.3rem .3rem .5rem rgba(0, 0, 0, .3));
	}

	.blank .inner100:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2.8rem 4.5rem 0 4.5rem;
		border-color: #ee7f00 transparent transparent transparent;
		position: absolute;
		bottom: -2.74rem;
		left: calc(50% - 3rem);
		-webkit-filter: drop-shadow(.1rem .1rem .2rem rgba(0, 0, 0, .3));
		filter: drop-shadow(.1rem .1rem .2rem rgba(0, 0, 0, .3));
	}

	.blank h2 {
		text-align: center;
		line-height: 1.6;
		font-size: 1.8rem;
		font-weight: 500;
		margin: 0 0 1rem;
	}

	.blank h3 {
		text-align: center;
		font-size: 1.6rem;
		margin: 3rem 0;
	}

	.blank .blankImgWrapOuter {
		overflow-x: scroll;
	}

	.blank .blankImgWrap {
		width: 980px;
	}

	.blank .blankImg ul li {
		line-height: 1.8;
		font-size: 1.6rem;
	}

	.blank .blankImg:nth-child(2) ul li {
		line-height: 1.8;
		font-size: 1.8rem;
	}

	.blank img.supporterIllust {
		width: 15rem;
	}

	.blank hr {
		height: .1rem;
	}

	.blank p.suggestion {
		font-size: 2rem;
		margin: 2rem 0 0;
	}

	.guarantee {
		padding: 1rem;
	}

	.guarantee .inner100 {
		padding: 2rem;
	}

	.guarantee h2 {
		font-size: 1.6rem;
		line-height: 1;
	}

	.guarantee h2 strong {
		font-size: 2.5rem;
		display: inline-block;
		margin: 0 0 1rem;
	}

	.guarantee h2 strong span {
		font-size: 4rem;
		position: relative;
		top: .5rem;
	}

	.guarantee .guaranteeWrap {
		margin: 1.5rem 0 0;
		padding: 2rem;
	}

	.guarantee .guaranteeWrap h3 {
		font-size: 1.6rem;
	}

	.guarantee .guaranteeWrap h3:after {
		width: 8rem;
	}

	.guarantee .guaranteeList {
		padding: 1.5rem;
		margin: 1.5rem 0 0;
	}

	.guarantee .guaranteeListHead {
		display: block;
		margin: 0 0 1rem;
		padding: 0 0 1rem;
	}

	.guarantee .guaranteeListHead h4 {
		font-size: 2.2rem;
		padding: 0 0 0 3rem;
		margin: 0 0 1rem;
	}

	.guarantee .guaranteeListHead h4:before {
		height: 2.4rem;
		width: 2.4rem;
	}

	.guarantee .guaranteeListHead p {
		padding: .5rem;
		font-size: 1.4rem;
		display: inline-block;
	}

	.guarantee .guaranteeListContent p.point {
		font-size: 1.2rem;
		margin: 1rem 0 .5rem;
	}

	.guarantee .guaranteeListContent p.deposit,
	.guaranteeList:nth-child(3) .guaranteeListContent p.deposit {
		font-size: 2.4rem;
		text-align: center;
	}

	.guarantee .guaranteeListContent p.deposit strong {
		font-size: 4rem;
	}

	.guarantee .guaranteeListContent p.notes,
	.guaranteeList:nth-child(3) .guaranteeListContent p.notes {
		font-size: 1.6rem;
		text-align: center;
	}

	.guarantee .guaranteeListContent p.condition {
		font-size: 1.8rem;
		margin: 2rem 0 0;
	}

	.guarantee .guaranteeListContent small {
		font-size: 1.4rem;
	}

	.guaranteeList:nth-child(3) .guarantee9sick {
		display: block;
		justify-content: center;
		align-items: flex-end;
		margin: .5rem 0 0;
	}

	.guaranteeList:nth-child(3) .guarantee9sick p.twoTimes {
		margin: 0;
		text-align: center;
	}

	.guaranteeList:nth-child(3) .guarantee9sick p.twoTimes strong {
		font-size: 2rem;
	}

	.guaranteeList:nth-child(3) .guarantee9sick p.twoTimes strong span {
		font-size: 4rem;
	}

	.guaranteeList:nth-child(3) ul li {
		font-size: 1.6rem;
		padding: 1rem;
	}

	.guaranteeList:nth-child(4) ul li {
		font-size: 1.6rem;
		padding: 1rem;
	}

	.guaranteeList:nth-child(4) ul li:first-child {
		width: 100%;
		text-align: left;
	}

	.guaranteeList:nth-child(5) ul li {
		font-size: 1.6rem;
		padding: 1rem;
	}

	.guaranteeList:nth-child(5) ul li:first-child {
		width: 100%;
		text-align: left;
	}

	.guaranteeList:nth-child(5) ul li:last-child {
		padding: 2rem 0 0;
	}

	.guarantee small {
		font-size: 1.3rem;
	}

	.guarantee small span {
		padding: 0 0 0 1.3rem;
		text-indent: -1.3rem;
	}

	.pamphlet_btn {
		padding: 50px 0;
		margin-top: 20px;
	}

	.pamphlet_btn a {
		max-width: 420px;
		padding: 40px 30px 40px 20px;
	}

	.pamphlet_btn a .icon img {
		width: 50px;
	}

	.pamphlet_btn a .box {
		margin-left: 10px;
	}

	.pamphlet_btn a .btn_text01 {
		font-size: 2vw;
	}

	.pamphlet_btn a .btn_text02 {
		font-size: 3vw;
	}

	.pamphlet_btn a .arrow {
		margin-left: 10px;
	}

	.pamphlet_btn a .arrow img {
		width: 15px;
	}

	.feature {
		padding: 1rem;
	}

	.feature h2 {
		font-size: 2rem;
		font-weight: 400;
		text-align: center;
		position: relative;
		margin: 0 0 3rem;
	}

	.feature h2:after {
		width: 37rem;
	}

	.feature .featureContentWrap {
		padding: 3rem 1.5rem;
	}

	.feature .featureContent {
		padding: 0 10rem 2rem 0;
		margin: 0 0 2rem;
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust01.svg") no-repeat center right / 9rem;
	}

	.feature .featureContent:nth-child(2) {
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust02.svg") no-repeat center right / 6.5rem;
	}

	.feature .featureContent:nth-child(3) {
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust03.svg") no-repeat center right / 7rem;
	}

	.feature .featureContent:nth-child(4) {
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust04.svg") no-repeat center right / 5.5rem;
	}

	.feature .featureContent:nth-child(5) {
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/featureIllust05.svg") no-repeat center right / 6rem;
	}

	.feature .featureContent h3 {
		font-size: 2rem;
		margin: 0 0 1rem;
	}

	.feature .featureContent p {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}

	.feature .featureContent small {
		font-size: 1.3rem;
	}

	.feature .featureContent small a {
		overflow-wrap: break-word;
	}

	.application {
		padding: 3rem 2rem;
	}

	.application h2 {
		font-size: 2rem;
		display: block;
		margin: 0 0 1rem;
		text-align: center;
	}

	.application h2 strong {
		display: inline-block;
	}

	.application h2 strong span {
		font-size: 3.5rem;
	}

	.application .announce {
		border-radius: 1.5rem;
		padding: 0 1.5rem;
	}

	.application .announce>div img {
		width: 30%;
		margin: 0 0 0 2rem;
	}

	.application .announce>div {
		padding: 3rem 0 3rem;
	}

	.application .announce>div:not(:last-child) {
		margin: 0 0 3rem;
		align-items: flex-start;
	}

	.application .announce:last-child>div {
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.application .announce>div p {
		font-size: 1.4rem;
		width: calc(70% - 2rem);
	}

	.application .announce>div>div {
		width: calc(70% - 2rem);
	}

	.application .announce>div>div p {
		width: 100%;
	}

	.application .announce>div p:before {
		font-size: 4rem;
		left: 0;
		top: -6rem;
	}

	.application .announce>div:last-child table th,
	.application .announce>div:last-child table td {
		font-size: 1.4rem;
		padding: .5rem;
	}

	.application .announce>div:last-child table th {
		width: 30%;
	}

	.choice {
		padding: 0;
	}

	.choice .inner100 {
		background: none;
	}

	.choice .inner100>div {
		padding: 0 1.5rem;
	}

	.choice .inner100>div:first-child {
		width: 45%;
	}

	.choice .inner100>div:nth-child(2) {
		width: 55%;
	}

	.choice .inner100>div h2 {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}

	.choice .inner100>div ul li {
		font-size: 1.3rem;
		margin: 0 0 .5rem;
	}

	.reason {
		padding: 3rem 1.5rem;
	}

	.reason h2 {
		font-size: 1.8rem;
		margin: 0 0 3rem;
	}

	.reason h2:after {
		width: 24rem;
	}

	.reason p {
		font-size: 1.6rem;
		text-align: left;
		line-height: 2;
	}

	.reason .youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
		margin-top: 10px;
	}

	.reason .youtube iframe {
		width: 100%;
		height: 100%;
	}

	.reason ul {
		display: block;
		margin: 3rem 0 0;
	}

	.reason ul li {
		width: 100%;
		padding: 3rem;
	}

	.reason ul li:not(:last-child) {
		border-right: none;
		border-top: .1rem solid #999999;
	}

	.reason ul li:last-child {
		border-top: .1rem solid #999999;
		border-bottom: .1rem solid #999999;
	}

	.reason ul li h3 {
		margin: 0 0 1.5rem;
	}

	.reason ul li img {
		display: block;
		margin: 0 auto 1rem;
		width: 7rem;
	}

	.reason ul li p {
		font-size: 1.6rem;
		line-height: 2;
		text-align: left;
	}

	footer p {
		padding: 1rem 0 10rem;
		font-size: 1.2rem;
	}

	aside {
		padding: 1.5rem 0;
	}
}

@media (max-width: 599px) {
	.fistView {
		height: auto;
		padding: 19rem 0 0;
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/fv_202306.jpg") no-repeat top -6vw right -3vw / cover;
	}

	.fistView .catchcopy {
		width: 100%;
		margin: 0 auto;
		border-radius: 0;
	}

	.fistView .catchcopy h2 {
		font-size: 6.4vw;
		letter-spacing: 0;
	}

	.fistView .catchcopy h2 br {
		display: none;
	}

	.fistView .catchcopy p {
		font-size: 5vw;
	}

	.authority {
		display: none;
	}

	.pamphlet_btn {
		background: url("https://www.nnlife.co.jp/library/bizd/lg/inin/img/pamphlet-btn-bg.jpg") no-repeat bottom center / cover;
		padding: 100px 0 10px;
		margin-top: 20px;
	}

	.pamphlet_btn a {
		max-width: 95%;
		padding: 15px 10px 15px 10px;
		margin: 0 auto;
	}

	.pamphlet_btn a .icon,
	.pamphlet_btn a .arrow {
		text-align: 1;
	}

	.pamphlet_btn a .icon img {
		width: 30px;
		height: auto;
	}

	.pamphlet_btn a .box {
		margin-left: 5px;
	}

	.pamphlet_btn a .btn_text01 {
		font-size: 2.4vw;
	}

	.pamphlet_btn a .btn_text02 {
		font-size: 3.4vw;
	}

	.pamphlet_btn a .arrow {
		margin-left: 5px;
	}

	.pamphlet_btn a .arrow img {
		width: 8px;
	}
}