@charset "utf-8";
/* base */
html {
	overflow-x: hidden;
}
body {
	width:100%;
	min-width: 320px;
	color: #000;
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Meiryo', sans-serif;
	background: #fff;
}
a img {
  transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
img {
	height: auto;
}
section {
	position: relative;
}
.inner {
	position: relative;
	width: min(80vw,960px);
	margin: 0 auto;
	z-index: 1;
}
.pc_only,
.sp_only {
	display: none;
}
@media screen and (min-width: 600px) {
	.pc_only {
		display: block;
	}
}
@media screen and (max-width: 599px) {
	.inner {
		width: 93.333%;
	}
	.sp_only {
		display: block;
	}
}
/* common */
.linkShiryo,
.linkTel {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(27.917vw,335px);
	height: min(6vw,72px);
	border-radius: min(2.5vw,30px);
}
.linkShiryo a,
.linkTel a {
	font-size: 0;
}
.linkShiryo img {
	width: min(18.583vw,223px);
}
.linkTel img {
	width: min(19.167vw,230px);
}
.linkShiryo {
	background: #ffee00;
}
.linkTel.WH {
	background: #273799;
}
.linkTel.BL {
	background: #fff;
}
/* text */
.textIndent li {
	text-indent: -1em;
	margin-left: 1em;
}
/* head */
.head {
	text-align: center;
	margin-bottom: min(3.333vw,40px);
}
.head .sub {
	display: inline-block;
	font-size: min(0.917vw, 11px);
	font-weight: 600;
	line-height: 1;
	color: #273799;
	background: #b0b6db;
	padding: min(0.667vw,8px) min(1.917vw,23px) min(0.583vw,7px);
	border-radius: min(1vw,12px);
	margin: 0 0 min(1.5vw,18px);
}
.head p {
	font-size: min(1.333vw,16px);
	font-weight: 600;
}
h2 {
	font-family: 'ヒラギノ角ゴ StdN';
	font-size: min(3.333vw,40px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #273799;
	margin: 0 0 min(1.5vw,18px);
}
@media screen and (min-width: 600px) {
	.cvButton {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: min(1.667vw,20px);
	}

}
@media screen and (max-width: 599px) {
	.linkShiryo,
	.linkTel {
		width: 93.333vw;
		height: 15.067vw;
		border-radius: 7.467vw;
		margin: 0 auto;
	}
	.linkShiryo {
		margin-bottom: 4.667vw;
	}
	.linkShiryo img {
		width: 46.8vw;
	}
	.linkTel img {
		width: 61.067vw;
	}
	/* head */
	.head {
		margin-bottom: 6.667vw;
	}
	.head .sub {
		font-size: 2.4vw;
		padding: 1.467vw 4vw 1.333vw;
		border-radius: 2.4vw;
		margin: 0 0 3.333vw;
	}
	.head p {
		font-size: 4vw;
		line-height: 1.5;
		font-weight: 400;
	}
	h2 {
		font-size: 8vw;
		margin: 0 0 3.256vw;
		line-height: 1.183;
	}
}
/* fixedItem */
.fixedItem {
	position: fixed;
	transition: .5s;
}
@media screen and (min-width: 600px) {
	.fixedItem.sp_only {
		display: none !important;
	}
	.fixedItem {
		top: max(-8vw,-96px);
	}
	.fixedItem.m_fixed {
		top: 0;
	}
}
@media screen and (max-width: 599px) {
	.fixedItem.pc_only {
		display: none !important;
	}
	.fixedItem {
		background: #273799;
		width: 100vw;
		height: 17.333vw;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1.867vw;
		bottom: -17.333vw;
		z-index: 99;
	}
	.fixedItem.m_fixed {
		bottom: 0;
	}
	.fixedItem .linkShiryo {
		width: 47.467vw;
		height: 12.133vw;
		margin: 0;
	}
	.fixedItem .linkShiryo img {
		width: 38.533vw;
	}
	.fixedItem .linkTel {
		width: 47.467vw;
		height: 12.133vw;
		border: solid 2px #fff;
		margin: 0;
	}
	.fixedItem .linkTel img {
		width: 41.867vw;
	}
}
/* header */
.header {
	/* position: relative; */
	width: 100%;
	height: min(8vw,96px);
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 min(2.917vw,35px) 0 min(3.333vw,40px);
  	box-shadow: 0px 7px 16.38px 1.62px rgba(10, 5, 7, 0.05);
	transition: .5s;
}
.header #logoArea {
	display: flex;
	align-items: center;
	gap: 0 min(2.083vw,25px);
}
.header #logoArea #alsok img {
	width: min(18.583vw,223px);
}
.header #logoArea #mimamori img {
	width: min(14.917vw,179px);
}
.header #head_cvArea {
	display: flex;
	align-items: center;
	gap: 0 min(1.167vw,14px);
}
.header #head_cvArea .linkShiryo,
.header #head_cvArea .linkTel {
	width: min(24.583vw,295px);
	height: min(5vw,60px);
}
.header #head_cvArea .linkShiryo img {
	width: min(18.583vw,223px);
}
.header #head_cvArea .linkTel img {
	width: min(19.167vw,230px);
}
@media screen and (max-width: 599px) {
	.header {
		height: 12.8vw;
		padding: 0 3.5vw 0;
		justify-content: center;
	}
	.header #logoArea {
		gap: 0 3.2vw;
		align-items: baseline;
	}
	.header #logoArea #alsok img {
		width: 29.333vw;
	}
	.header #logoArea #mimamori img {
		width: 24.133vw;
	}
	.header #head_cvArea {
		display: none;
	}
}
/* main */
.main img {
	width: 100%;
	vertical-align: top;
}
/* lead */
.lead {
	background: #273799;
	text-align: center;
	padding: 0 0 min(28px,2.333vw);
}
.lead .content {
	padding-top: 1px;
	position: relative;
}
.lead .content::before {
	content: "";
	background: #273799;
	width: min(63.333vw,760px);
	height: min(90px,7.5vw);
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: min(2.917vw,35px) min(2.917vw,35px) 0 0;
	z-index: 0;
}
.lead .content img {
	position: relative;
	margin: max(-9vw,-108px) auto min(19px,1.583vw);
	z-index: 1;
	width: min(656px,54.667vw);	
	max-width: 100%;
}
.lead .textIndent {
	margin-top: min(21px,1.75vw);
}
.lead .textIndent li {
	color: #fff;
	font-size: min(0.917vw,11px);
}
.lead01 .content img {
	margin-top: max(-77px,-6.417vw);
	width: min(497px,41.417vw);
}
.lead01 .content::before {
	height: min(56px,4.667vw);
}
@media screen and (min-width: 600px) {
	.lead .textIndent {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 599px) {
	.lead {
		padding: 0 0 7.733vw;
	}
	.lead .content::before {
		display: none;
	}
	.lead .content img {
		margin: -5.067vw auto 4.533vw;
		width: 93.333vw;
	}
	.lead .textIndent {
		margin: 4.533vw 0 0;
		display: inline-block;
	}
	.lead .textIndent li {
		font-size: 2.667vw;
		text-align: left;
		margin-bottom: 1.163vw;
	}
	.lead .textIndent li:last-child {
		margin-bottom: 0;
	}
}

/* service */
.service {
	background: #fff000;
	padding: min(5vw,60px) 0 min(9.167vw,110px);
}
.service .head .sub {
	background: #253494;
	color: #fff;
}
.service .content {
	background: #fff;
	border-radius: min(2.5vw,30px);
}
/* service content001 */
.service .content.content001 {
	position: relative;
	padding: min(2.917vw,35px) 0 min(5.417vw,65px);
	text-align: center;
	margin: 0 0 min(5.833vw,35px);
}
.service .content.content001::after {
	content: "";
	background: url(../images/service__plus001.png)no-repeat;
	background-size: contain;
	width: min(6.5vw,78px);
	height: min(6.5vw,78px);
	position: absolute;
	bottom: max(-4.75vw,-57px);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.service .content.content001 .logo001 {
	margin-bottom: min(2.5vw,30px);
}
.service .content.content001 .logo001 img {
	width: min(25.583vw,307px);
}
.service .content.content001 .image_content001 {
	margin-bottom: min(6.667vw,80px);
}
.service .content.content001 .image_content001 img {
	width: min(77.5vw,930px);
}
.service .content.content001 .pointArea {
	position: relative;
	background: #232d87;
	border-radius: min(2.5vw,30px);
	padding: min(2.75vw,33px) min(1vw,12px) min(2.75vw,33px) min(10.667vw,128px);
	width: min(56.833vw,682px);
	margin: 0 auto min(5.833vw,70px);
}
.service .content.content001 .pointArea::before {
	content: "";
	background: url(../images/service__point001.png)no-repeat;
	background-size: contain;
	width: min(15.75vw,189px);
	height: min(17.25vw,207px);
	position: absolute;
	top: max(-3.667vw,-44px);
	left: max(-4.417vw,-53px);
	z-index: 1;
}
.service .content.content001 .pointArea .point {
	margin-bottom: min(1.75vw,21px);
}
.service .content.content001 .pointArea .point:last-of-type {
	margin-bottom: 0;
}
.service .content.content001 .pointArea .point span {
	background: #fff;
	color: #232d87;
	font-family: 'ヒラギノ角ゴ StdN';
	font-size: min(1.667vw,20px);
	font-weight: 800;
	letter-spacing: 0.1em;
	border-radius: min(1.333vw,16px);
	padding: min(0.417vw,5px) min(1.833vw,22px) min(0.333vw,4px);
}
.service .content.content001 .pointArea .point p {
	font-size: min(1.5vw,18px);
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #fff;
}
.service .content.content001 .image001 img {
	width: min(56.5vw,678px);
	margin: 0 auto;
}
/* service content002 */
.service .content.content002 {
	position: relative;
	padding: min(5.417vw,65px) 0 min(3.75vw,45px);
	border-radius: min(2.5vw,30px) min(2.5vw,30px) 0 0;
}
.service .content.content002::after {
	content: "";
	background: url(../images/service__image002.png)no-repeat;
	background-size: contain;
	width: min(14.917vw,179px);
	height: min(15.917vw,191px);
	position: absolute;
	top: min(-6.5vw,-78px);
	right: min(-1.167vw,-14px);
	z-index: 1;
}
.service .content.content002 .head {
	font-family: 'ヒラギノ角ゴ StdN';
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: min(4.583vw,55px);
}
.service .content.content002 .head p {
	font-size: min(2.5vw,30px);
	color: #253494;
	margin-bottom: min(1.5vw,18px);
}
.service .content.content002 .head .orangeBack {
	font-size: min(1.6vw,19.2px);
	color: #fff;
	background: #ff944a;
	padding: min(0.5vw,6px) min(4.75vw,57px) min(0.5vw,6px);
	border-radius: min(1.417vw,17px);
	display: inline-block;
}
.service .content.content002 .optionList {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: min(2.75vw,33px) min(1.083vw,13px);
}
.service .content.content002 .optionList li {
	position: relative;
	background: #e1e4f2;
	border-radius: min(2.5vw,30px);
	padding: min(3.5vw,42px) min(2.167vw,26px) min(2.583vw,31px) min(2.5vw,30px);
	text-align: center;
	width: min(16.75vw,201px);
}
.service .content.content002 .optionList li::before {
	content: "01";
	color: #fff;
	background: #ff944a;
	width: min(3.667vw,44px);
	height: min(3.667vw,44px);
	border-radius: min(1.833vw,22px);
	font-family: 'ヒラギノ角ゴ StdN';
	font-size: min(1.167vw,14px);
	font-weight: 800;
	line-height: min(3.667vw,44px);
	position: absolute;
	top: max(-1.667vw,-20px);
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.service .content.content002 .optionList li:nth-child(2)::before { content: "02"; }
.service .content.content002 .optionList li:nth-child(3)::before { content: "03"; }
.service .content.content002 .optionList li:nth-child(4)::before { content: "04"; }
.service .content.content002 .optionList li:nth-child(5)::before { content: "05"; }
.service .content.content002 .optionList li:nth-child(6)::before { content: "06"; }
.service .content.content002 .optionList li:nth-child(7)::before { content: "07"; }
.service .content.content002 .optionList li:nth-child(8)::before { content: "08"; }
.service .content.content002 .optionList li .text1 {
	font-size: min(1.667vw,20px);
	font-weight: 600;
	margin-bottom: min(1.833vw,22px);
}
.service .content.content002 .optionList li .text2 {
	display: inline-block;
	text-align: left;
	font-size: min(1.333vw,16px);
	font-weight: 400;
	line-height: 1.5;
}
.service .content.content002 .optionList li:nth-child(8) .text2 {
	letter-spacing: -1px;
}
.service .content.content002 .optionList li .caution1 {
	font-size: min(1.167vw,14px);
}
/* service content003 */
.service .content.content003 {
	background: #232d87;
	padding: min(2vw,24px) 0;
	border-radius: 0 0 min(2.5vw,30px) min(2.5vw,30px);
}
@media screen and (min-width: 600px) {
	/* service content001 */
	.service .content.content001 .pointArea .point {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 0 min(1.25vw,15px);
	}
	/* service content002 */
	.service .content.content002 .optionList li .caution1 {
		position: absolute;
		right: min(2.25vw,27px);
		top: min(3.833vw,46px);
	}
	.service .content.content002 .optionList li:nth-child(1) {
		width: min(38.833vw,466px);
		padding-left: min(2.5vw,30px);
		padding-right: min(2.5vw,30px);
	}
	.service .content.content002 .optionList li:nth-child(2) {
		height: min(9.75vw,117px);
	}
	.service .content.content002 .optionList li .text2 br.pc_only {
		display: inline;
	}
}
@media screen and (max-width: 599px) {
	.service {
		padding: 9vw 0 14vw;
	}
	.service h2 {
		letter-spacing: 0.02em;
	}
	.service .content {
		border-radius: 4vw;
	}
	/* service content001 */
	.service .content.content001 {
		padding: 7.067vw 0 8.667vw;
	}
	.service .content.content001::after {
		width: 15.6vw;
		height: 15.6vw;
		bottom: -10.698vw;
	}
	.service .content.content001 .logo001 {
		margin-bottom: 6.977vw;
	}
	.service .content.content001 .logo001 img {
		width: 57.2vw;
	}
	.service .content.content001 .image_content001-1 {
		margin-bottom: 4.667vw;
	}
	.service .content.content001 .image_content001-2 {
		margin-bottom: 31.163vw;
	}
	.service .content.content001 .image_content001-1 img,
	.service .content.content001 .image_content001-2 img {
		width: 82vw;
	}
	.service .content.content001 .pointArea {
		border-radius: 4vw;
		padding: 14.186vw 0 6.667vw;
		width: 88%;
		margin: 0 auto 10.465vw;
	}
	.service .content.content001 .pointArea::before {
		background: url(../images/sp-service__point001.png)no-repeat;
		background-size: contain;
		width: 23.2vw;
		height: 32.4vw;
		top: -23.721vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.service .content.content001 .pointArea .point {
		margin-bottom: 6.047vw;
		padding: 0  6.667vw;
	}
	.service .content.content001 .pointArea .point span {
		font-size: 4vw;
		border-radius: 2.133vw;
		padding: 1.2vw 0 1.067vw;
		width: 100%;
		display: block;
		margin: 0 0 3.023vw;
	}
	.service .content.content001 .pointArea .point p {
		font-size: 4vw;
		font-weight: 300;
		line-height: 1.6;
		text-align: left;
	}
	.service .content.content001 .image001 img {
		width: 74.133vw;
	}
	/* service content002 */
	.service .content.content002 {
		padding: 10.667vw 0 33.488vw;
	}
	.service .content.content002::after {
		width: 37.467vw;
		height: 40.133vw;
		top: auto;
		right: 0;
		left: 0;
		bottom: -2.791vw;
		margin: 0 auto;
	}
	.service .content.content002 .head {
		margin-bottom: 10vw;
	}
	.service .content.content002 .head p {
		font-size: 5.333vw;
		line-height: 1.375;
		margin-bottom: 4.267vw;
		letter-spacing: 0;
	}
	.service .content.content002 .head .orangeBack {
		font-size: 4.637vw;
		padding: 1.733vw 14.133vw 1.867vw;
		border-radius: 4vw;
	}
	.service .content.content002 .optionList li {
		border-radius: 4vw;
		padding: 10.465vw 6.977vw 6.977vw 7.209vw;
		width: 68.14vw;
		margin-bottom: 6.047vw;
	}
	.service .content.content002 .optionList li:last-child {
		margin-bottom: 0;
	}
	.service .content.content002 .optionList li::before {
		width: 11.733vw;
		height: 11.733vw;
		border-radius: 5.867vw;
		font-size: 3.733vw;
		line-height: 11.733vw;
		top: -5.333vw;
	}
	.service .content.content002 .optionList li .text1 {
		font-size: 5.333vw;
		margin-bottom: 3.256vw;
	}
	.service .content.content002 .optionList li .text2 {
		font-size: 4vw;
		line-height: 1.6;
	}
	.service .content.content002 .optionList li .caution1 {
		font-size: 3.467vw;
		text-align: left;
		margin-top: 1vw;
	}
	/* service content003 */
	.service .content.content003 {
		padding: 6.133vw 0 5.333vw;
		border-radius: 0 0 4vw 4vw;
	}
	.service .content.content003 .linkShiryo,
	.service .content.content003 .linkTel {
		width: 83vw;
	}
}
/* price */
.price {
	background: #fff;
	padding: 70px 0 90px;
	text-align: center;
}
/* priceList layout common */
.priceList {
	width: 960px;
	gap: 0 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.priceList li {
	background: #f7f8ff;
	width: 318.666px;
}
.priceList .cell1 {
	padding: 29px 0 25px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.priceList .cell2 {
	height: 109px;
	padding: 20px 0 0;
}
.priceList .cell3 {
	border-top: solid 2px #fff;
	padding: 20px;
}
.priceList .cell3 .cell3-2 {
	width: 230px;
	margin: 0 auto 30px;
}
.priceList .cell3 .cell3-2 .cell3-2-1,
.priceList .cell3 .cell3-2 .cell3-2-2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 12px;
}
.priceList .cell3 .cell3-2 .cell3-2-1 {
	position: relative;
	margin-bottom: 17px;
}
.priceList .cell3 .cell3-2 .cell3-2-1::after {
	content: "+";
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	bottom: -18.7px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.priceList .cell3 .cell3-3 {
	font-size: 10px;
	line-height: 1.4;
	font-weight: normal;
	text-align: left;
}
.priceList .cell4 {
	border-top: solid 2px #fff;
	padding: 30px 0 34px;
}
.priceList .cell4 a {
	position: relative;
	background: #ffee00;
	text-decoration: none;
	color: #000;
	font-size: 21px;
	line-height: 23px;
	font-weight: 600;
	width: 242px;
	display: block;
	padding: 10px 0 10px 20px;
	margin: 0 auto;
	border-radius: 33px;
}
.priceList .cell4 a::before {
	content: "";
	background: url(../images/price__arrow001.png)no-repeat;
	background-size: contain;
	width: 24.66px;
	height: 24.66px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 21px;
	z-index: 1;
}
.priceList .cell4 a span {
	font-size: 16px;
	display: block;
}
/* roundBg */
.priceList .roundBg {
	width: 228px;
	height: 26px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	border-radius: 13px;
	display: block;
	margin: 0 auto;
}
.priceList .cell1 .roundBg {
	background: #fff;
	color: #273799;
	margin-bottom: 14px;
}
.priceList .cell2 .roundBg {
	color: #fff;
	margin-bottom: 20px;
}
.priceList .cell3 .roundBg {
	background: #e3e5f3;
	font-size: 16px;
	margin-bottom: 20px;
}
.cell3 .cell3-2 .roundBg {
	width: 78px;
	margin: 0 auto 0 0;
}
/* itemPrice */
.itemPrice {
	font-weight: 600;
	line-height: 1;
}
.itemPrice .price1 {
	color: #ce0000;
}
.itemPrice .price2 {
	color: #000;
}
.cell2 .itemPrice .price1 {
	font-size: 40px;
	padding-right: 9px;
}
.cell2.itemPrice .price2 {
	font-size: 20px;
}
.cell3 .cell3-1 .itemPrice {
	margin-bottom: 28px;
}
.cell3 .cell3-1 .itemPrice .price1 {
	font-size: 30px;
	padding-right: 6px;
}
.cell3 .cell3-2 .itemPrice .price1 {
	font-size: 20px;
	padding-right: 5px;
}
.cell3 .cell3-2 .itemPrice .price2 {
	font-size: 13px;
}
/* price001 */
.priceList .price001 {
	border-radius: 30px 0 0 30px;
}
.priceList .price001 .cell1 {
	background: #273799;
	border-radius: 30px 0 0 0;
}
.priceList .price001 .cell2 {
	background: #001281;
}
.priceList .price001 .cell2 .roundBg {
	color: #061ca1;
	background: #ffee00;
	margin-bottom: 15px;
}
.priceList .price001 .cell2 .itemPrice .price1 {
	color: #ffee00;
	font-size: 50.4px;
}
.priceList .price001 .cell2 .itemPrice .price2 {
	color: #fff;
	font-size: 25.2px;
}
.priceList .price001 .cell2 .itemPrice .price2 span {
	color: #ffee00;
}
/* price002 */
.priceList .price002 .cell1 {
	background: #5b67b3;
}
.priceList .price002 .cell2 .roundBg {
	background: #5b67b3;
}
/* price003 */
.priceList .price003 {
	border-radius: 0 30px 30px 0;
}
.priceList .price003 .cell1 {
	background: #8f97cc;
	border-radius: 0 30px 0 0;
}
.priceList .price003 .cell2 .roundBg {
	background: #8f97cc;
}
@media screen and (min-width: 600px) {

}
@media screen and (max-width: 599px) {

}
/* reason */
.reason {
	background: #273799;
	padding: min(5.833vw,70px) 0 min(7.5vw,90px);
}
.reason .head {
	margin-bottom: min(5vw,60px);
}
.reason .head h2,
.reason .head p {
	color: #fff;
}
/* reasonList */
.reason .reasonList li {
	position: relative;
	background: #e1e4f2;
	border-radius: min(2.5vw,30px);
	padding: min(4.333vw,52px) min(1.667vw,20px) min(2.917vw,35px) min(2vw,24px);
	text-align: center;
}
.reason .reasonList li::before {
	content: "01";
	color: #273799;
	background: #ffee00;
	width: min(3.667vw,44px);
	height: min(3.667vw,44px);
	border-radius: min(1.833vw,22px);
	font-family: 'ヒラギノ角ゴ StdN';
	font-size: min(1.167vw,14px);
	font-weight: 800;
	line-height: min(3.667vw,44px);
	position: absolute;
	top: max(-1.667vw,-20px);
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.reason .reasonList li:nth-child(2)::before { content: "02"; }
.reason .reasonList li:nth-child(3)::before { content: "03"; }
.reason .reasonList .head {
	font-size: min(2.167vw,26px);
	line-height: 1.192;
	letter-spacing: 0.1em;
	color: #273799;
	margin-bottom: min(1.667vw,20px);
}
.reason .reasonList .image {
	margin-bottom: min(0.667vw,8px);
}
.reason .reasonList .image img {
	width: min(19.833vw,238px);
}
.reason .reasonList .text {
	font-size: min(1.333vw,16px);
	font-weight: 600;
	line-height: 1.875;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: left;
}
@media screen and (min-width: 600px) {
	/* reasonList */
	.reason .reasonList {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.reason .reasonList li {
		width: min(21.917vw,263px);
		height: min(31.917vw,383px);
	}
	.reason .reasonList li:nth-child(3) .text {
    letter-spacing: 0.097em;
	}
	.reason .reasonList .head {
		font-family: 'ヒラギノ角ゴ StdN';
		font-weight: 800;
	}
}
@media screen and (max-width: 599px) {
	.reason {
		padding: 12vw 0 13vw;
	}
	.reason .head {
		margin-bottom: 13.333vw;
	}
	/* reasonList */
	.reason .reasonList li {
		width: 60.533vw;
		padding: 12vw 5.067vw 8vw 6.667vw;
		margin: 0 auto 10.93vw;
	}
	.reason .reasonList li:last-child {
		margin-bottom: 0;
	}
	.reason .reasonList li::before {
		width: 11.733vw;
		height: 11.733vw;
		border-radius: 5.867vw;
		font-size: 3.733vw;
		line-height: 11.733vw;
		top: -5.333vw;
	}
	.reason .reasonList .head {
		font-size: 6.567vw;
		line-height: 1.2;
		font-weight: 600;
		margin-bottom: 6.4vw;
	}
	.reason .reasonList .image {
		margin-bottom: 5.333vw;
	}
	.reason .reasonList .image img {
		width: 51.067vw;
	}
	.reason .reasonList .text {
		font-size: 4vw;
		line-height: 1.6;
		font-weight: 300;
	}
}
/* intro */
.intro {
	background: #f5f5f5;
	padding: min(5.833vw,70px) 0 min(7.5vw,90px);
}
.intro .whBox {
	background: #fff;
	border-radius: min(2.5vw,30px);
	padding: min(6.667vw,80px) 0 min(5.833vw,70px);
}
/* introList */
.intro .introList {
	position: relative;
	padding: 0 min(4.167vw,50px);
}
.intro .introList li {
	position: relative;
	margin-bottom: min(3.333vw,40px);
}
.intro .introList li:nth-child(3) {
	margin-bottom: min(6.666vw,80px);
}
.intro .introList li:last-child {
	margin-bottom: 0;
}
.intro .introList .number {
	position: absolute;
	top: max(-3vw,-36px);
}
.intro .introList .number img {
	width: min(10.5vw,126px);
}
.intro .introList .cell1 {
	position: relative;
	background: #f7f8ff;
	border-radius: min(2.5vw,30px);
	margin-left: auto;
	padding: min(4.167vw,50px) min(4.167vw,50px) min(5vw,60px);
}
.intro .introList li:nth-child(2) .cell1 {
	background: #eef0ff;
}
.intro .introList li:nth-child(3) .cell1 {
	background: #d7dcfa;
}
.intro .introList li:nth-child(4) .cell1 {
	background: #faf7e8;
	height: min(8.5vw,102px);
	display: flex;
	align-items: center;
	margin: 0;
}
.intro .introList .cell1::after {
	content: "";
	background: #b0b6db;
	width: min(0.583vw,7px);
	height: min(19vw,228px);
	position: absolute;
	top: min(8.417vw,101px);
	left: max(-8.25vw,-99px);
	border-radius: min(0.333vw,4px);
}
.intro .introList li:nth-child(4) .cell1::after {
	content: "";
	background: url(../images/intro__image001.png)no-repeat;
	background-size: contain;
	width: min(31.833vw,382px);
	height: min(19.5vw,234px);
	position: absolute;
	right: min(5.25vw,63px);
	left: auto;
	z-index: 1;
}
.intro .introList .cell1 .flexbox {
	line-height: 1;
}
.intro .introList li:nth-child(1) .cell1 .flexbox {
	margin: 0 0 min(2.667vw,32px);
}
.intro .introList .cell1 .flexbox .head {
	font-size: min(2.5vw,30px);
	font-weight: 600;
	color: #273799;
	margin: 0;
}
.intro .introList .cell1 .flexbox .text {
	font-size: min(1.667vw,20px);
	font-weight: 600;
}
.intro .introList li:nth-child(2) .cell1 .flexbox .text,
.intro .introList li:nth-child(3) .cell1 .flexbox .text {
	line-height: 1.5;
}
.intro .introList .cell1 .linkShiryo {
	width: 100%;
	margin-bottom: min(1.667vw,20px);
}
.intro .introList .cell1 .linkShiryo img {
	width: min(24.417vw,293px);
}
.intro .introList .cell1 .linkTel {
	width: 100%;
}
.intro .introList .cell1 .linkTel img {
	width: min(27.417vw,329px);
}
@media screen and (min-width: 600px) {
	/* introList */
	.intro .introList .cell1 {
		width: min(50.167vw,602px);
	}
	.intro .introList li:nth-child(2) .cell1,
	.intro .introList li:nth-child(3) .cell1 {
		padding: min(4.167vw,50px);
	}
	.intro .introList li:nth-child(4) .cell1 {
		width: min(63.333vw,760px);
	}
	.intro .introList li:nth-child(2) .cell1::after {
		height: min(4.333vw,52px);
	}
	.intro .introList li:nth-child(3) .cell1::after {
		height: min(10.667vw,128px);
	}
	.intro .introList li:nth-child(4) .cell1::after {
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.intro .introList .cell1 .flexbox {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.intro .introList .cell1 .flexbox .head {
		width: min(17.917vw,215px);
		text-align: left;
	}
}
@media screen and (max-width: 599px) {
	.intro {
		padding: 10vw 0 13vw;
	}
	.intro .whBox {
		padding: 14.667vw 0 7.333vw;
	}
	/* introList */
	.intro .introList {
    padding: 0 4.8vw;
	}
	.intro .introList li {
		margin-bottom: 22.933vw;
	}
	.intro .introList li:nth-child(3) {
		margin-bottom: 14.133vw;
	}
	.intro .introList .number {
		top: -9.333vw;
		right: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
		z-index: 1;
	}
	.intro .introList .number img {
		width: 16.8vw;
	}
	.intro .introList .cell1 {
		padding: 12.83vw 4.667vw 6.667vw;
	}
	.intro .introList li:nth-child(4) .cell1 {
    height: auto;
		padding: 14.133vw 4.667vw;
	}
	.intro .introList .cell1::after {
		width: 0.933vw;
		height: 7.733vw;
		top: auto;
		bottom: -10.933vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-radius: 0.533vw;
	}
	.intro .introList li:nth-child(4) .cell1::after {
		width: 50.933vw;
		height: 31.2vw;
		top: -3.467vw;
		right: -4.8vw;
	}
	.intro .introList .cell1 .flexbox {
		text-align: center;
	}
	.intro .introList li:nth-child(1) .cell1 .flexbox {
		margin-bottom: 7.067vw;
	}
	.intro .introList .cell1 .flexbox .head {
		font-size: 5.333vw;
		margin: 0 0 4vw;
	}
	.intro .introList li:nth-child(4) .cell1 .flexbox .head {
		margin: 0;
	}
	.intro .introList .cell1 .flexbox .text {
		font-size: 4vw;
		font-weight: 400;
		line-height: 1.5;
	}
	.intro .introList .cell1 .linkShiryo {
		margin-bottom: 5.333vw;
	}
	.intro .introList .cell1 .linkShiryo img {
		width: 59.733vw;
	}
	.intro .introList .cell1 .linkTel img {
		width: 63.067vw;
	}
}
/* faq */
.faq {
	background: #e9ecfe;
	padding: min(5.833vw,70px) 0 min(7.5vw,90px);
}
/* faqList */
.faqList .faq_container {
  max-width: min(80vw,960px);
  margin: 0 auto min(2.25vw,27px);
	background: #fff;
	border: solid 2px #b0b6db;
	padding: min(2vw,24px) min(2.167vw,26px) min(1.833vw,22px);
	border-radius: min(3.333vw,40px);
}
.faqList .faq_container:last-of-type {
	margin-bottom: 0;
}
.faqList .faq_title {
	position: relative;
	color: #273799;
  font-size: min(1.667vw,20px);
  font-weight: 600;
	line-height: 1.5;
  text-align: left;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
	padding: 0 min(5vw,60px);
}
.faqList .faq_title::before {
	content: "Q";
	background: #273799;
	color: #fff;
	font-size: min(1.667vw,20px);
	font-weight: 600;
	width: min(3.5vw,42px);
	height: min(3.5vw,42px);
	border-radius: min(1.75vw,21px);
	position: absolute;
	top: max(-0.5vw,-6px);
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faqList .faq_title::after {
	content: "";
	background: url(../images/faq__arrow001.png)no-repeat;
	background-size: contain;
	width: min(1.833vw,22px);
	height: min(1.167vw,14px);
	position: absolute;
	right: min(1vw,12px);
	top: min(0.75vw,9px);
	transition-duration: 0.2s;
}
.faqList .faq_title.open::after {
	-webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faqList .faq_title:hover {
  opacity: 0.8;
}
.faqList .faq_inner {
  display: none;
  padding: min(2.833vw,34px) min(2.333vw,28px);
	background: #fff9ed;
  box-sizing: border-box;
	margin: min(1.917vw,23px) 0 min(0.5vw,6px);
	border-radius: min(2.5vw,30px);
}
.faqList .faq_inner p {
	position: relative;
	font-size: min(1.667vw,20px);
	line-height: 1.5;
	padding-left: min(5vw,60px);
}
.faqList .faq_inner p::before {
	content: "A";
	background: #ff944a;
	color: #fff;
	font-size: min(1.667vw,20px);
	font-weight: 600;
	width: min(3.5vw,42px);
	height: min(3.5vw,42px);
	border-radius: min(1.75vw,21px);
	position: absolute;
	top: max(-0.5vw,-6px);
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 599px) {
	/* faqList */
	.faqList .faq_container {
	  max-width: 93.333vw;
	  margin-bottom: 3.6vw;
		padding: 3.2vw 3.467vw 2.933vw;
		border-radius: 5.333vw;
	}
	.faqList .faq_title {
	  font-size: 4vw;
		padding: 0 8vw 0 11vw;
	}
	.faqList .faq_title::before {
		font-size: 4vw;
		width: 8.4vw;
		height: 8.4vw;
		border-radius: 4.267vw;
		top: 0;
	}
	.faqList .faq_title::after {
		width: 2.933vw;
		height: 1.867vw;
		right: 1.6vw;
		top: 1.2vw;
	}
	.faqList .faq_inner {
	  padding: 4.533vw 3.733vw;
		margin: 3.067vw 0 0.8vw;
		border-radius: 4vw;
	}
	.faqList .faq_inner p {
		font-size: 4vw;
		padding-left: 11.5vw;
	}
	.faqList .faq_inner p::before {
		font-size: 4vw;
		width: 8.4vw;
		height: 8.4vw;
		border-radius: 4.267vw;
		top: 0;
	}
}
/* footer */
footer {
	width: 100%;
}
footer #copyright {
	width: 100%;
	background: #27378e;
}
footer #copyright .contentsBody {
	margin: 0px auto;
	padding: 30px 0px;
}
footer #copyright p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
footer #privacy {
	text-align: right;
	margin: 0px auto;
}
footer #privacy .contentsBody {
	margin: 0px auto;
	padding: 10px 5px;
}
@media screen and (max-width: 599px) {
	footer #privacy .contentsBody {
		padding-bottom: calc(17.333vw + 10px);
	}
}

/* risks */
.risks {
	padding: min(49px,4.083vw) 0 min(46px,3.833vw);
}
.risks h2 {
	margin-bottom: min(51px,4.25vw);
	text-align: center;
	font-size: min(48px,4vw);
	letter-spacing: -0.01em;
}
.risks h2 .sm01 {
	margin: 0 auto min(27px,2.25vw);
	box-sizing: border-box;
	padding-bottom: min(9px,0.75vw);
	width: fit-content;
	display: block;
	position: relative;
	font-size: min(27px,2.25vw);
	letter-spacing: -0.02em;
	border-bottom: min(3px,0.25vw) solid #273799;
}
.risks h2 .sm01::after {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	border-top: min(19px,1.583vw) solid #273799;
	border-left: min(18px,1.5vw) solid transparent;
	border-right: min(18px,1.5vw) solid transparent;
	transform: translateX(-50%);
	content: '';
}
.risks h2 .red {
	color: #DC2800;
}
.risks h2 .sm02 {
	font-size: 80%;
}
.risks .inner {
	margin: 0 auto min(38px,3.167vw);
	padding: min(53px,4.417vw) min(82px,6.833vw) min(91px,7.583vw);
	border-radius: min(18px,1.5vw);
	box-sizing: border-box;
	background: #F0F0F0;
}
.risks .inner .text01 {
	margin: 0 auto min(59px,4.917vw);
	padding: 0 min(40px,3.333vw);
	width: fit-content;
	position: relative;
	text-align: center;
	font-weight: 800;
	font-size: min(42px,3.5vw);
	font-family: 'ヒラギノ角ゴ StdN';
	color: #273799;
}
.risks .inner .text01::before {
	width: 100%;
	height: min(45px,3.75vw);
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/risks__line01.png) no-repeat left center / min(28px,2.333vw), url(../images/risks__line02.png) no-repeat right center / min(28px,2.333vw);
	content: '';
}
.risks .inner .imgBox {
	margin-bottom: min(15px,1.25vw);
	position: relative;
	box-sizing: border-box;
}
.risks .inner .imgBox .photoBox {
	margin-top: min(3px,0.25vw);
	width: min(358px,29.833vw);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.risks .inner .imgBox .photoBox img {
	width: 100%;
}
.risks .inner .imgBox .textBox {
	margin: 0 min(101px,8.417vw) 0 0;
	padding-right: min(220px,18.333vw);
	flex: 1;
	min-height: min(210px,17.5vw);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-radius: min(13.5px,1.125vw);
	box-sizing: border-box;
}
.risks .inner .imgBox .textBox p {
	font-size: min(27px,2.25vw);
	font-weight: bold;
	line-height: 1.44;
	letter-spacing: 0.04em;
}
.risks .inner .imgBox .textBox p .underline {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: linear-gradient(#FFEE00, #FFEE00) repeat-x left bottom / 100% min(16px,1.333vw);
}
.risks .inner .note {
	margin-bottom: min(111px,9.25vw);
	font-size: min(13px,1.083vw);
	line-height: 1.56;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}
.risks .inner .imgBox01 .photoBox {
	left: 0;
	right: auto;
}
.risks .inner .imgBox01 .textBox {
	margin: 0 0 0 min(101px,8.417vw);
	padding-right: 0;
	padding-left: min(244px,20.333vw);
}
.risks .inner .note01 {
	margin: 0 0 0 min(344px,28.667vw);
}
.risks .text02 {
	text-align: center;
	font-weight: 800;
	font-family: 'ヒラギノ角ゴ StdN';
	font-size: min(48px,4vw);
	color: #273799;
	line-height: 1.32;
	letter-spacing: 0.03em;
}
.risks .text02 .red {
	color: #DC2800;
}
.risks .text02 .sm {
	font-size: 80%;
}
@media screen and (max-width: 599px) {
	/* risks */
	.risks {
		padding: 9.6vw 0 0.267vw;
	}
	.risks h2 {
		margin-bottom: 5.6vw;
		font-size: 8.533vw;
	}
	.risks h2 .sm01 {
		margin-bottom: 4vw;
		padding-bottom: 1.067vw;
		font-size: 4.8vw;
		border-bottom-width: min(2.5px,0.667vw);
	}
	.risks h2 .sm01::after {
		border-top-width: 3.467vw;
		border-left-width: 3.467vw;
		border-right-width: 3.467vw;
	}
	.risks .inner {
		margin-bottom: 3.733vw;
		padding: 5.067vw 2.667vw 5.333vw;
		border-radius: 4.8vw;
	}
	.risks .inner .text01 {
		margin-bottom: 6.667vw;
		padding: 0 6.933vw;
		font-size: 7.467vw;
	}
	.risks .inner .text01::before {
		height: 8.8vw;
		background-size: 5.067vw, 5.067vw;
	}
	.risks .inner .imgBox {
		margin-bottom: 2.933vw;
	}
	.risks .inner .imgBox .photoBox {
		margin-top: 0.8vw;
		width: 42.667vw;
	}
	.risks .inner .imgBox .textBox {
		margin: 0 13.333vw 0 0;
		padding-right: 26.667vw;
		min-height: 37.333vw;
		border-radius: 2.4vw;
	}
	.risks .inner .imgBox .textBox p {
		font-size: 4.8vw;
	}
	.risks .inner .imgBox .textBox p .underline {
		background-size: 100% 40%;
	}
	.risks .inner .note {
		margin-bottom: 7.733vw;
		font-size: 2.667vw;
		line-height: 1.4;
	}
	.risks .inner .imgBox01 .textBox {
		margin: 0 0 0 13.333vw;
		padding-right: 0;
		padding-left: 26.133vw;
	}
	.risks .inner .note01 {
		margin: 0 0 0 34.667vw;
		text-align: right;
	}
	.risks .text02 {
		font-size: 8.533vw;
		margin-bottom: -1.333vw;
		position: relative;
		z-index: 1;
	}
}

/* home */
.home {
	padding: min(136px,11.333vw) 0 min(105px,8.75vw);
	position: relative;
	background: #FFF5B4;
}
.home::before {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 0;
	border-top: min(90px,7.5vw) solid #fff;
	border-left: min(281px,23.417vw) solid transparent;
	border-right: min(281px,23.417vw) solid transparent;
	transform: translateX(-50%);
	content: '';
}
.home h2 {
	margin-bottom: min(21px,1.75vw);
	text-align: center;
	font-size: min(48px,4vw);
	letter-spacing: 0;
	line-height: 1.39;
}
.home h2 .txt01 {
	margin-bottom: min(4px,0.333vw);
	display: block;
	font-size: min(27px,2.25vw);
	letter-spacing: 0.05em;
}
.home h2 .txt02 {
	display: block;
	font-size: min(33px,2.75vw);
}
.home .pointList {
	margin-bottom: min(20px,1.667vw);
}
.home .pointList li {
	margin-bottom: min(20px,1.667vw);
	padding: min(71px,5.917vw) min(82px,6.833vw) min(68px,5.667vw);
	display: flex;
	align-items: center;
	gap: 6%;
	position: relative;
	border-radius: min(18px,1.5vw);
	background: #fff;
}
.home .pointList li:last-child {
	margin-bottom: 0;
}
.home .pointList li .num {
	width: min(152px,12.667vw);
	padding: min(14px) min(15px,1.25vw) min(16px,1.333vw);
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	text-align: center;
	font-size: min(14px,1.167vw);
	font-weight: bold;
	color: #fff;
	border-radius: 0 0 min(9px,0.75vw) min(9px,0.75vw);
	background: #273799;
	transform: translateX(-50%);
}
.home .pointList li .num span {
	font-size: 125%;
}
.home .pointList li .photo {
	width: 45.24%;
}
.home .pointList li .photo img {
	width: 100%;
}
.home .pointList li .textBox {
	margin-bottom: min(5px,0.417vw);
	flex: 1;
}
.home .pointList li .ttl {
	margin: 0 max(-10px,-0.833vw) min(42px,3.5vw);
	text-align: center;
	color: #273799;
	font-family: 'ヒラギノ角ゴ StdN';
	font-weight: 800;
	font-size: min(48px,4vw);
	line-height: 1.3;
	letter-spacing: 0.025em;
}
.home .pointList li .ttl small {
	font-size: 80%;
	letter-spacing: inherit;
}
.home .pointList li .ttl .underline {
	letter-spacing: inherit;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: linear-gradient(#FFEE00, #FFEE00) repeat-x left bottom 15% / 100% 40%;
}
.home .pointList li .text {
	text-align: center;
	font-size: min(20px,1.667vw);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.home .pointList li:nth-child(2n) {
	flex-direction: row-reverse;
}
.home .moreBox {
	padding: min(50px,4.167vw) min(82px,6.833vw) min(47px,3.917vw);
	border-radius: min(18px,1.5vw);
	background: #fff;
}
.home .moreBox .ttl {
	margin: 0 auto min(40px,3.333vw);
	padding: 0 min(20px,1.667vw);
	width: fit-content;
	position: relative;
	color: #273799;
	font-size: min(33px,2.75vw);
	font-family: 'ヒラギノ角ゴ StdN';
	font-weight: 800;
	text-align: center;
	letter-spacing: 0;
}
.home .moreBox .ttl::before {
	margin-top: min(1px,0.083vw);
	width: min(3px,0.25vw);
	height: 90%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-24deg);
	background: currentColor;
	content: '';
}
.home .moreBox .ttl::after {
	margin-top: min(1px,0.083vw);
	width: min(3px,0.25vw);
	height: 90%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(24deg);
	background: currentColor;
	content: '';
}
.home .moreBox .subBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.5%;
}
.home .moreBox .subBox .photo {
	width: 42.2%;
}
.home .moreBox .subBox .photo img {
	width: 100%;
}
.home .moreBox .subBox .textBox {
	margin: 0 max(-10px,-0.833vw) min(4px,0.333vw) 0;
	flex: 1;
}
.home .moreBox .subBox .textBox p {
	font-size: min(20px,1.667vw);
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
@media screen and (max-width: 599px) {
	/* home */
	.home {
		padding: 26.667vw 0 12.8vw;
	}
	.home::before {
		width: 100%;
		height: 16vw;
		border: none;
		background-color: #fff;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.home h2 {
		margin-bottom: 5.067vw;
		font-size: 8.533vw;
		line-height: 1.36;
	}
	.home h2 .txt01 {
		margin-bottom: 1.067vw;
		font-size: 4.8vw;
	}
	.home h2 .txt02 {
		font-size: 5.867vw;
	}
	.home .pointList {
		margin-bottom: 5.333vw;
	}
	.home .pointList li {
		margin-bottom: 5.333vw;
		padding: 19.2vw 2.667vw 4.533vw;
		display: block;
		border-radius: 4.8vw;
	}
	.home .pointList li:last-child {
		margin-bottom: 0;
	}
	.home .pointList li .num {
		width: 40.533vw;
		padding: 3.733vw 4vw 4.267vw;
		font-size: 3.733vw;
		border-radius: 0 0 2.4vw 2.4vw;
	}
	.home .pointList li .photo {
		margin: 0 auto 2.667vw;
		width: 86.8%;
	}
	.home .pointList li .textBox {
		margin-bottom: 0;
	}
	.home .pointList li .ttl {
		margin: 0 0 4.8vw;
		font-size: 8.533vw;
	}
	.home .pointList li .text {
		font-size: 4.267vw;
	}
	.home .moreBox {
		padding: 7.467vw 8vw 9.6vw;
		border-radius: 4.8vw;
	}
	.home .moreBox .ttl {
		margin-bottom: 8vw;
		padding: 0 3.2vw;
		font-size: 5.867vw;
	}
	.home .moreBox .ttl::before {
		margin-top: 0.267vw;
		width: 0.533vw;
		height: 90%;
	}
	.home .moreBox .ttl::after {
		margin-top: 0.267vw;
		width: 0.533vw;
	}
	.home .moreBox .subBox {
		display: block;
	}
	.home .moreBox .subBox .photo {
		margin: 0 auto 3.467vw;
		width: 96.55%;
		text-align: center;
	}
	.home .moreBox .subBox .photo img {
		width: auto;
		max-width: 100%;
	}
	.home .moreBox .subBox .textBox {
		margin: 0;
	}
	.home .moreBox .subBox .textBox p {
		font-size: 4.267vw;
	}
}