@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 2.3rem;
	min-height: inherit;
	border-radius: 0;
	background: none;
}
#main .headLine01 {
	margin-bottom: 1.3rem;
}
#main .headLine01 .en {
	text-transform: uppercase;
	font-size: 2.2rem;
}
#main .headLine01.style01 {
	margin-bottom: 2.4rem;
}
#main .headLine01.style01 .jp {
	margin-bottom: -1.4rem;
	font-size: 3.8rem;
}
#main .headLine01.style01 .en {
	font-size: 2rem;
}
#main .sec01 {
	margin-bottom: 5.2rem;
	padding: 0.5rem 0 8.6rem;
	background-color: #E14F48;
}
#main .sec01 .inner {
	margin: -3.9rem auto 0;
	padding: 4.6rem 2rem 6.8rem;
	max-width: 100rem;
	border-radius: 19.3rem;
	border: 0 !important;
	position: relative;
	z-index: 5;
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#main .sec01 .inner .subBox {
	margin: 0 auto;
	max-width: 70.7rem;
}
#main .sec01 .inner .text {
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .sec01 .inner .photo01 {
	position: absolute;
	bottom: -7.6rem;
	left: -6rem;
	width: 25.5rem;
}
#main .sec01 .inner .photo02 {
	position: absolute;
	bottom: -16.2rem;
	right: -22rem;
	width: 36.6rem;
}
#main .sec02 {
	margin-bottom: 10rem;
}
#main .sec02 h2 {
	margin: 0 auto 5rem;
	padding: 0 0 1.9rem 0.5rem;
	width: fit-content;
	color: #1F1F1F;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../img/index/sec02_bg01.png) no-repeat left bottom / 25.6rem;
}
#main .sec02 .photoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem 4rem;
}
#main .sec02 .photoList li {
	width: calc((100% - 4rem) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .sec02 .photoList li .pho {
	width: 17rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
#main .sec02 .photoList li .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec02 .photoList li .rBox {
	padding-top: 0.2rem;
	width: calc(100% - 19.4rem);
}
#main .sec02 .photoList li .rBox .ttl {
	margin-bottom: 0.7rem;
	color: #1F1F1F;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
#main .sec02 .photoList li .rBox .txt {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.375;
}
#main .sec02 .photoList li .rBox .txt .sml {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
#main .sec03 {
	padding: 4rem 0 4.1rem;
	background-color: #F2F2F2;
}
#main .sec03 .content {
	max-width: 114rem;
	width: auto;
}
#main .sec03 .inner {
	margin: 0 auto;
	padding: 5.1rem 0 9.4rem;
	max-width: 136rem;
	border-radius: 1rem;
	background-color: #FFF;
	position: relative;
	border: 0 !important;
	box-sizing: border-box;
}
#main .sec03 .inner::before {
	position: absolute;
	top: -12.1rem;
	right: -4rem;
	width: 33.2rem;
	height: 19.3rem;
	background: url(../img/index/sec03_img01.png) no-repeat left top / 100%;
	content: '';
}
#main .sec03 h2 {
	margin-bottom: 5.5rem;
	color: #1F1F1F;
	text-align: center;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
#main .sec03 h2 .sml {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 2.8rem;
}
#main .sec03 h2 .col {
	color: #E14F48;
}
#main .sec03 .photoList {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#main .sec03 .photoList li {
	width: calc((100% - 6rem) / 3);
	position: relative;
}
#main .sec03 .photoList li .num {
	position: absolute;
	top: -2.5rem;
	left: -1rem;
	width: 9rem;
	height: 9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 4.2rem;
	font-weight: 700;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E25751;
	border-radius: 50%;
}
#main .sec03 .photoList li .pho {
	margin-bottom: 3.4rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .sec03 .photoList li .ttl {
	margin-bottom: 1.4rem;
	color: #1F1F1F;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.23;
}
#main .sec03 .photoList li .txt {
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 500;
}
#main .sec04 {
	margin-bottom: 3.2rem;
	padding: 5.9rem 0;
	position: relative;
}
#main .sec04::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 49.5rem;
	background-color: #E14F48;
	content: '';
}
#main .sec04::after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 101.9rem;
	height: 49.5rem;
	background: url(../img/index/sec04_bg01.png) no-repeat left top / 100%;
	content: '';
}
#main .sec04 .inner {
	position: relative;
	z-index: 10;
	border: 0 !important;
}
#main .sec04 .inner h2 {
	margin-bottom: 1.5rem;
	color: #FFF;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .sec04 .inner .titleBox {
	margin-bottom: 2.7rem;
	position: relative;
	background-color: #FFF;
	border-radius: 19.3rem;
}
#main .sec04 .inner .titleBox .pho {
	position: absolute;
	top: -11.5rem;
	left: -5rem;
	width: 23.8rem;
}
#main .sec04 .inner .titleBox .sub {
	margin: 0 auto;
	width: fit-content;
	color: #1F1F1F;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: linear-gradient(to bottom, transparent calc(100% - 1.4rem), #F5FF00 calc(100% - 1.4rem), #F5FF00 100%);
	background-size: 100% 1.65em;
}
#main .sec04 .inner .textBox {
	margin: 0 auto 7.7rem;
	padding: 0 !important;
	max-width: 74.7rem;
	width: auto !important;
}
#main .sec04 .inner .text {
	color: #FFF;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .sec04 .inner .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}
#main .sec04 .inner .textList li {
	padding: 3.2rem 2.6rem 2.9rem;
	width: calc((100% - 10rem) / 3);
	background-color: #FFF2F2;
	border-radius: 2rem;
	box-sizing: border-box;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#main .sec04 .inner .textList li h3 {
	margin: 0 auto 2.1rem;
	padding: 0 1rem;
	width: fit-content;
	color: #1F1F1F;
	font-size: 2.6rem;
	font-weight: 700;
	border-bottom: 0.4rem solid #E14F48;
}
#main .sec04 .inner .textList li .txt {
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .sec05 {
	margin-bottom: 11.6rem;
}
#main .sec05 .textImg {
	margin: 0 auto 4.3rem;
	max-width: 73.5rem;
}
#main .sec05 .textBox {
	margin: 0 auto;
	max-width: 74.7rem;
}
#main .sec05 .textBox .text {
	color: #1F1F1F;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .sec06 {
	margin-bottom: 12.3rem;
}
#main .sec06 .headLine01 {
	margin-bottom: 3.8rem;
}
#main .sec06 .stepList {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec06 .stepList > li {
	width: calc((100% - 4rem) / 2);
}
#main .sec06 .stepList .stepUl {
	position: relative;
}
#main .sec06 .stepList .stepUl::before {
	position: absolute;
	top: 5rem;
	left: 5.6rem;
	bottom: 0;
	width: 0.4rem;
	background-color: #E14F48;
	content: '';
}
#main .sec06 .stepList .stepUl.spec::before {
	top: 0;
	bottom: 5rem;
}
#main .sec06 .stepList .stepUl li {
	margin-bottom: 1rem;
	padding: 2rem 1.6rem 1.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 0.4rem solid #D1D1D1;
	border-radius: 1rem;
}
#main .sec06 .stepList .stepUl li:last-child {
	margin-bottom: 0;
}
#main .sec06 .stepList .stepUl .num {
	width: 7.6rem;
	height: 7.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #E14F48;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	position: relative;
	z-index: 5;
}
#main .sec06 .stepList .stepUl .num .en {
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#main .sec06 .stepList .stepUl .num .txt {
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#main .sec06 .stepList .stepUl .rBox {
	width: calc(100% - 9.6rem);
}
#main .sec06 .stepList .stepUl .rBox .ttl {
	margin-bottom: -0.1rem;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .sec06 .stepList .stepUl .rBox .txt {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .sec06 .imgBox {
	align-items: flex-start;
}
#main .sec06 .imgBox .photoBox {
	width: 48rem;
	border-radius: 1rem;
	overflow: hidden;
}
#main .sec06 .imgBox .textBox {
	margin-top: -0.2rem;
	width: calc(100% - 52rem);
}
#main .sec06 .imgBox .textBox .title {
	margin-bottom: 2.7rem;
	color: #404040;
	font-size: 2.6rem;
	line-height: 1.61;
	font-weight: 700;
}
#main .sec06 .imgBox .textBox .text {
	color: #1F1F1F;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .sec07 {
	padding: 7.7rem 0 0;
	background-color: #FFE5E6;
}
#main .sec07 h2 {
	margin: 0 auto -0.2rem;
	width: fit-content;
	position: relative;
	color: #1F1F1F;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .sec07 h2 .pic {
	display: block;
	position: absolute;
	top: -12rem;
	right: -26.6rem;
	width: 22.6rem;
}
#main .sec07 .text {
	margin-bottom: 4.7rem;
	color: #1F1F1F;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .sec07 .photoList {
	margin-bottom: 9.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4.8rem;
}
#main .sec07 .photoList li {
	padding: 2.9rem 1rem 3.2rem;
	width: calc((100% - 14.4rem) / 4);
	border-radius: 2rem;
	border: 0.3rem solid #FFC9C9;
	background-color: #FFF;
	box-sizing: border-box;
}
#main .sec07 .photoList li .pho {
	margin: 0 auto 0.8rem;
	width: 9.2rem;
}
#main .sec07 .photoList li .ttl {
	margin-bottom: 0.7rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#main .sec07 .photoList li .txt {
	padding: 0 0.6rem 0 0.6rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.57;
}
#main .sec07 .photoArea {
	background-color: #F2F3EB;
}
#main .sec07 .photoArea .photo {
	margin: 0 auto;
	max-width: 83.5rem;
}
#main .sec08 {
	margin-bottom: 13.3rem;
}
#main .sec08 .topBox {
	margin-bottom: 5.3rem;
	padding: 1.5rem 0 1.2rem;
	position: relative;
	background-color: #E14F48;
}
#main .sec08 .topBox::before {
	position: absolute;
	top: 7.4rem;
	left: calc(50% - 57.8rem);
	width: 24.7rem;
	height: 16.8rem;
	background: url(../img/index/sec08_img01.png) no-repeat left top / 100%;
	content: '';
	z-index: 5;
}
#main .sec08 .topBox .headLine01 .jp {
	margin-bottom: -2.2rem;
	color: #FFF;
}
#main .sec08 .topBox .headLine01 .en {
	color: #FFF;
}
#main .sec08 h3 {
	margin-bottom: 0.7rem;
	color: #1F1F1F;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .sec08 .text {
	margin-bottom: 5.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .sec08 .caseBox {
	padding: 5rem 4.6rem 5.6rem;
	border-radius: 2rem;
	border: 0.4rem solid #E0E0E0;
}
#main .sec08 .caseBox .photoBox {
	margin-bottom: 2.6rem;
	position: relative;
}
#main .sec08 .caseBox .photoBox .photo {
	border-radius: 2rem;
	overflow: hidden;
}
#main .sec08 .caseBox .photoBox .text {
	padding: 0.4rem 5.2rem 0.6rem 4.7rem;
	position: absolute;
	top: 6.8rem;
	left: -1.4rem;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #FFF;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#main .sec08 .caseBox .photoBox .text::before {
	position: absolute;
	top: -1.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #A5A5A5;
	clip-path: polygon(0 100%,100% 0,100% 100%);
	content: '';
}
#main .sec08 .caseBox .textBox .title {
	margin-bottom: 1.6rem;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec08 .caseBox .textBox .textList {
	margin-bottom: 2.5rem;
	padding-bottom: 2.6rem;
	border-bottom: 1px dotted #C4C4C4;
}
#main .sec08 .caseBox .textBox .textList li {
	margin-bottom: 0.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
#main .sec08 .caseBox .textBox .textList li .ttl {
	margin-right: 0.8rem;
	color: #7A7A7A;
}
#main .sec08 .caseBox .textBox .innText {
	color: #1F1F1F;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .sec09 {
	margin-bottom: 10.8rem;
}
#main .sec09 .headLine01 {
	margin-bottom: 1.7rem;
}
#main .sec09 .text {
	margin-bottom: 4.3rem;
	font-weight: 500;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .sec09 .flowList li {
	margin-bottom: 3rem;
	padding: 0 1.9rem;
	min-height: 17rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #ACACAC;
	box-sizing: border-box;
}
#main .sec09 .flowList li::before {
	position: absolute;
	bottom: -2rem;
	left: 1.9rem;
	width: 6.1rem;
	height: 2.1rem;
	background-color: #E14F48;
	clip-path: polygon(0 0,100% 0,50% 100%);
	content: '';
}
#main .sec09 .flowList li:last-child {
	margin-bottom: 0;
}
#main .sec09 .flowList li:last-child::before {
	display: none;
}
#main .sec09 .flowList li .num {
	padding: 2.2rem 1.2rem 2.2rem 1.1rem;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E14F48;
	box-sizing: border-box;
}
#main .sec09 .flowList li .num .en {
	display: block;
	font-size: 1.3rem;
}
#main .sec09 .flowList li .num .txt {
	font-size: 3.2rem;
}
#main .sec09 .flowList li .txtBox {
	padding: 1.7rem 0 2.3rem;
	width: calc(100% - 10rem);
}
#main .sec09 .flowList li .txtBox h3 {
	margin-bottom: 1.3rem;
	padding: 0 0 1rem 2.2rem;
	position: relative;
	color: #404040;
	font-size: 2.6rem;
	font-weight: 700;
	border-bottom: 1px dashed #7A7A7A;
}
#main .sec09 .flowList li .txtBox h3::before {
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	background-color: #E14F48;
	border-radius: 50%;
	content: '';
}
#main .sec09 .flowList li .txtBox .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.86;
	letter-spacing: 0.05em;
}
#main .sec10 {
	margin-bottom: 9.6rem;
}
#main .sec10 .headLine01 {
	margin-bottom: 6rem;
}
#main .sec10 .dlBox .faqDl {
	margin-bottom: 1.5rem;
	padding: 3rem 2rem 2rem 3rem;
	background-color: #FFE5E6;
	box-sizing: border-box;
}
#main .sec10 .dlBox .faqDl dt {
	padding: 0 4rem 1.7rem 6.4rem;
	position: relative;
	color: #1F1F1F;
	font-size: 2.2rem;
	font-weight: 700;
	cursor: pointer;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: url(../img/common/icon01.png) no-repeat right top 0.4rem / 2.8rem;
}
#main .sec10 .dlBox .faqDl dt.on {
	background-image: url(../img/common/icon01_on.png);
}
#main .sec10 .dlBox .faqDl dt .sub {
	position: absolute;
	top: 0;
	left: 0;
}
#main .sec10 .dlBox .faqDl dd {
	display: none;
	padding: 0 0 4.2rem 5rem;
	position: relative;
	color: #1F1F1F;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .sec10 .dlBox .faqDl dd .col {
	position: absolute;
	top: 0;
	left: 0;
	color: #E14F48;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
}
@media all and (min-width: 897px) and (max-width: 1439px) {
	#main .sec01 .inner .photo02 {
		right: -13rem;
	}
	#main .sec03 .inner::before {
		right: 0;
	}
}
@media all and (max-width: 896px) {
	#main {
		overflow: hidden;
	}
	#main .mainVisual {
		margin: 6rem 0 0;
		height: 20rem;
	}
	#main .mainVisual img {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		object-position: left top;
	}
	#main .headLine01 {
		margin-bottom: 2.1rem;
	}
	#main .headLine01 .jp {
		margin-bottom: -0.2rem;
		font-size: 2.8rem;
		letter-spacing: 0.05em;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	#main .headLine01 .en {
		font-size: 1.3rem;
	}
	#main .headLine01.style01 {
		margin-bottom: 3.5rem;
	}
	#main .headLine01.style01 .jp {
		margin-bottom: -0.7rem;
		font-size: 2.8rem;
		letter-spacing: 0.1em;
	}
	#main .headLine01.style01 .en {
		font-size: 1.3rem;
	}
	#main .sec01 {
		margin-bottom: 3.1rem;
		padding: 0.5rem 0 6rem;
	}
	#main .sec01 .inner {
		margin: -2.7rem auto 0;
		padding: 4.2rem 3rem 7.3rem;
		max-width: inherit;
		border-radius: 2rem;
	}
	#main .sec01 .inner .subBox {
		margin: 0;
		max-width: inherit;
	}
	#main .sec01 .inner .text {
		font-size: 1.4rem;
	}
	#main .sec01 .inner .photo01 {
		position: absolute;
		bottom: auto;
		top: 3.8rem;
		left: -3.1rem;
		width: 9.8rem;
	}
	#main .sec01 .inner .photo02 {
		position: absolute;
		bottom: -8.8rem;
		right: -8.2rem;
		width: 18.9rem;
	}
	#main .sec02 {
		margin-bottom: 6.4rem;
	}
	#main .sec02 h2 {
		margin: 0 auto 5rem;
		padding: 0 0 0.9rem;
		font-size: 2.8rem;
		background: url(../img/index/sec02_bg01.png) no-repeat left bottom / 19rem;
	}
	#main .sec02 .photoList {
		gap: 2.8rem 3.5rem;
	}
	#main .sec02 .photoList li {
		width: calc((100% - 3.5rem) / 2);
		display: block;
	}
	#main .sec02 .photoList li .pho {
		margin-bottom: 1.2rem;
		width: auto;
	}
	#main .sec02 .photoList li .rBox {
		padding-top: 0.2rem;
		width: auto;
	}
	#main .sec02 .photoList li .rBox .ttl {
		margin: 0 -1rem 1rem;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		text-align: center;
	}
	#main .sec02 .photoList li .rBox .txt {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#main .sec02 .photoList li .rBox .txt .sml {
		margin: 0.3rem -0.5rem 0 0;
		display: block;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#main .sec03 {
		padding: 4rem 2rem 4.6rem;
	}
	#main .sec03 .content {
		max-width: inherit;
	}
	#main .sec03 .inner {
		margin: 0;
		padding: 3.2rem 0 3.9rem;
		max-width: inherit;
	}
	#main .sec03 .inner::before {
		top: -5rem;
		right: -2rem;
		width: 15.3rem;
		height: 8.9rem;
	}
	#main .sec03 h2 {
		margin-bottom: 4.2rem;
		font-size: 2.8rem;
		line-height: 1.28;
	}
	#main .sec03 h2 .sml {
		margin-bottom: 0.6rem;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	#main .sec03 .photoList {
		padding: 0 1rem;
		display: block;
	}
	#main .sec03 .photoList li {
		margin-bottom: 7.8rem;
		width: auto;
	}
	#main .sec03 .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .photoList li .num {
		top: -1rem;
		width: 4.4rem;
		height: 4.4rem;
		font-size: 2rem;
	}
	#main .sec03 .photoList li .pho {
		margin-bottom: 2.8rem;
	}
	#main .sec03 .photoList li .pho img {
		width: 100%;
	}
	#main .sec03 .photoList li .ttl {
		margin-bottom: 2.7rem;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	#main .sec03 .photoList li .txt {
		font-size: 1.4rem;
	}
	#main .sec04 {
		margin-bottom: 2.6rem;
		padding: 5.1rem 0;
	}
	#main .sec04::before {
		height: 56.3rem;
	}
	#main .sec04 .inner h2 {
		margin-bottom: 3.6rem;
		font-size: 2.8rem;
		letter-spacing: 0.1em;
		line-height: 1.28;
	}
	#main .sec04 .inner .titleBox {
		margin-bottom: 2.7rem;
		border-radius: 1.7rem;
	}
	#main .sec04 .inner .titleBox .pho {
		top: -9rem;
		left: -5.8rem;
		width: 16.2rem;
	}
	#main .sec04 .inner .titleBox {
		margin-bottom: 4.9rem;
		padding: 1.9rem 0.5rem 1.5rem;
		text-align: center;
	}
	#main .sec04 .inner .titleBox .sub {
		position: relative;
		z-index: 5;
		display: inline;
		font-size: 2.1rem;
		line-height: 1.05;
		background: linear-gradient(to bottom, transparent calc(100% - 1.2rem), #F5FF00 calc(100% - 1.2rem), #F5FF00 100%);
		background-size: 100% 1.2em;
		text-align: center;
	}
	#main .sec04 .inner .textBox {
		margin: 0 auto 3.6rem;
		max-width: inherit;
		min-height: inherit !important;
	}
	#main .sec04 .inner .text {
		line-height: 2 !important;
		text-align: left !important;
	}
	#main .sec04 .inner .textList {
		margin-top: 0;
		display: block;
	}
	#main .sec04 .inner .textList li {
		margin-bottom: 1.7rem;
		padding: 2.8rem 3rem 1rem;
		min-height: 26.6rem;
		width: auto;
		border-radius: 1rem;
		box-sizing: border-box;
	}
	#main .sec04 .inner .textList li h3 {
		margin: 0 auto 1.5rem;
		padding: 0 0.5rem 0.4rem;
		font-size: 2.4rem;
	}
	#main .sec04 .inner .textList li .txt {
		font-size: 1.6rem;
		line-height: 1.625;
	}
	#main .sec05 {
		margin-bottom: 5.7rem;
	}
	#main .sec05 .textImg {
		margin: 0 -0.2rem 4.3rem;
		max-width: inherit;
	}
	#main .sec05 .textImg img {
		width: 100%;
	}
	#main .sec05 .textBox {
		margin: 0;
		max-width: inherit;
	}
	#main .sec05 .textBox .text {
		font-size: 1.4rem;
	}
	#main .sec06 {
		margin-bottom: 4.1rem;
	}
	#main .sec06 .headLine01 {
		margin-bottom: 2.2rem;
	}
	#main .sec06 .stepList {
		margin-bottom: 8rem;
		display: block;
		position: relative;
	}
	#main .sec06 .stepList::before {
		position: absolute;
		top: 3rem;
		left: 3.7rem;
		bottom: 0;
		width: 0.4rem;
		background-color: #E14F48;
		content: '';
		z-index: 5;
	}
	#main .sec06 .stepList > li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .sec06 .stepList > li:last-child {
		margin-bottom: 0;
	}
	#main .sec06 .stepList .stepUl::before {
		display: none;
	}
	#main .sec06 .stepList .stepUl li {
		margin-bottom: 1rem;
		padding: 1.2rem 2.8rem 1.9rem 0.8rem;
		min-height: 12.2rem;
		align-items: flex-start;
		border: 0.2rem solid #D1D1D1;
		box-sizing: border-box;
	}
	#main .sec06 .stepList .stepUl .num {
		width: 5.5rem;
		height: 5.5rem;
	}
	#main .sec06 .stepList .stepUl .num .en {
		margin-bottom: -0.4rem;
		font-size: 0.9rem;
	}
	#main .sec06 .stepList .stepUl .num .txt {
		font-size: 2.2rem;
	}
	#main .sec06 .stepList .stepUl .rBox {
		margin-top: 0.9rem;
		width: calc(100% - 6.9rem);
	}
	#main .sec06 .stepList .stepUl .rBox .ttl {
		margin: 0 -2rem 0.3rem 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#main .sec06 .stepList .stepUl .rBox .txt {
		font-size: 1.3rem;
		line-height: 1.84;
	}
	#main .sec06 .imgBox {
		display: block;
	}
	#main .sec06 .imgBox .photoBox {
		margin-bottom: 2.3rem;
		width: auto;
		aspect-ratio: 335 / 200;
	}
	#main .sec06 .imgBox .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .sec06 .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec06 .imgBox .textBox .title {
		margin-bottom: 1.4rem;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	#main .sec06 .imgBox .textBox .text {
		font-size: 1.4rem;
	}
	#main .sec07 {
		padding: 6.7rem 0 0;
	}
	#main .sec07 h2 {
		margin: 0 0 4.6rem;
		width: auto;
		font-size: 2.8rem;
		line-height: 1.28;
		text-align: left;
	}
	#main .sec07 h2 .pic {
		display: block;
		top: -1.2rem;
		right: -5.6rem;
		width: 14.2rem;
	}
	#main .sec07 .text {
		margin-bottom: 4.1rem;
		font-size: 1.4rem;
		line-height: 1.71;
		text-align: left;
	}
	#main .sec07 .photoList {
		margin-bottom: 9.7rem;
		gap: 2rem 1.5rem;
	}
	#main .sec07 .photoList li {
		padding: 2.6rem 1rem 3.2rem;
		width: calc((100% - 1.5rem) / 2);
		border-radius: 1rem;
	}
	#main .sec07 .photoList li .pho {
		margin: 0 auto 0.6rem;
		width: 5.8rem;
	}
	#main .sec07 .photoList li .ttl {
		margin: 0 -0.8rem 1.3rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .sec07 .photoList li .txt {
		padding: 0 0.3rem 0 0.3rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .sec07 .photoArea .photo {
		margin: 0;
		max-width: inherit;
		aspect-ratio: 375 / 158;
	}
	#main .sec07 .photoArea .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .sec08 {
		margin-bottom: 6.3rem;
	}
	#main .sec08 .topBox {
		margin-bottom: 2.6rem;
		padding: 3.1rem 0 1.2rem;
	}
	#main .sec08 .topBox::before {
		top: 8rem;
		left: -1.4rem;
		width: 13rem;
		height: 8.8rem;
	}
	#main .sec08 .topBox .headLine01 .jp {
		margin-bottom: -0.8rem;
	}
	#main .sec08 h3 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
		line-height: 1.78;
		letter-spacing: 0;
		text-align: left;
	}
	#main .sec08 .text {
		margin-bottom: 4.2rem;
		font-size: 1.4rem;
		text-align: left;
	}
	#main .sec08 .caseBox {
		margin: 0 -0.4rem;
		padding: 0.4rem 3rem 3.6rem;
		border-radius: 2.5rem;
	}
	#main .sec08 .caseBox .photoBox {
		margin: 0 -3rem 2.4rem;
	}
	#main .sec08 .caseBox .photoBox .photo {
		border-radius: 0;
	}
	#main .sec08 .caseBox .photoBox .photo img {
		width: 100%;
	}
	#main .sec08 .caseBox .photoBox .text {
		margin-bottom: 0.1rem;
		padding: 0.4rem 1rem;
		position: static;
		font-size: 2rem;
		letter-spacing: 0.05em;
		box-shadow: none;
		border-radius: 2.5rem;
	}
	#main .sec08 .caseBox .photoBox .text::before {
		display: none;
	}
	#main .sec08 .caseBox .textBox .title {
		margin-bottom: 2.3rem;
		font-size: 1.8rem;
		line-height: 1.78;
		letter-spacing: 0;
	}
	#main .sec08 .caseBox .textBox .textList {
		margin-bottom: 2rem;
		padding-bottom: 0.9rem;
	}
	#main .sec08 .caseBox .textBox .textList li {
		margin-bottom: 1.3rem;
		font-size: 1.6rem;
	}
	#main .sec08 .caseBox .textBox .textList li .ttl {
		margin: 0 0 0.7rem;
		display: block;
		font-size: 1.2rem;
	}
	#main .sec08 .caseBox .textBox .innText {
		font-size: 1.4rem;
	}
	#main .sec09 {
		margin-bottom: 9rem;
	}
	#main .sec09 .headLine01 {
		margin-bottom: 2.9rem;
	}
	#main .sec09 .text {
		margin-bottom: 5.4rem;
		font-size: 1.4rem;
		text-align: left;
	}
	#main .sec09 .flowList li {
		margin-bottom: 5.5rem;
		padding: 0.1rem;
		min-height: inherit;
		display: block;
	}
	#main .sec09 .flowList li::before {
		bottom: -3.6rem;
		left: 50%;
		transform: translateX(-50%);
		background-color: #4D4D4D;
	}
	#main .sec09 .flowList li .num {
		padding: 0.4rem 1.2rem 0.3rem;
	}
	#main .sec09 .flowList li .num .en {
		margin-right: 1.2rem;
		display: inline-block;
		font-size: 1.3rem;
		vertical-align: 0.2rem;
	}
	#main .sec09 .flowList li .num .txt {
		font-size: 2.4rem;
	}
	#main .sec09 .flowList li .txtBox {
		padding: 1.5rem 2.7rem 2.7rem;
		width: auto;
	}
	#main .sec09 .flowList li .txtBox h3 {
		margin-bottom: 1.6rem;
		padding: 0 0 1.3rem 2.2rem;
		font-size: 1.8rem;
	}
	#main .sec09 .flowList li .txtBox h3::before {
		top: 1.4rem;
		width: 1.3rem;
		height: 1.3rem;
	}
	#main .sec09 .flowList li .txtBox .txt {
		line-height: 2;
	}
	#main .sec10 {
		margin-bottom: 7.5rem;
	}
	#main .sec10 .headLine01 {
		margin-bottom: 5.7rem;
	}
	#main .sec10 .dlBox {
		border-top: 0;
	}
	#main .sec10 .dlBox .faqDl {
		margin-bottom: 1.5rem;
		padding: 1rem 0 0.7rem;
		background-color: #FFF;
		border-bottom: 1px dashed #A7A7A7;
	}
	#main .sec10 .dlBox .faqDl dt {
		padding: 0 3rem 1.7rem 5.5rem;
		font-size: 1.4rem;
		background: url(../img/common/icon01.png) no-repeat right top 0.4rem / 2.1rem;
	}
	#main .sec10 .dlBox .faqDl dt .sub {
		font-size: 1.6rem;
	}
	#main .sec10 .dlBox .faqDl dd {
		padding: 0 0 1.5rem 5.5rem;
		font-size: 1.2rem;
	}
	#main .sec10 .dlBox .faqDl dd .col {
		font-size: 1.6rem;
		top: 0.3rem;
	}
}
@media all and (max-width: 374px) {
	#main .sec07 .photoList li .ttl {
		font-size: 3.6vw;
	}
	#main .sec02 .photoList li .rBox .ttl {
		font-size: 4vw;
	}
	#main .sec02 .photoList li .rBox .txt {
		font-size: 3.5vw;
	}
	#main .sec02 .photoList li .rBox .txt .sml {
		font-size: 2.9vw;
	}
}
@media all and (max-width: 359px) {
	#service #main .headLine01 .jp {
		font-size: 2.3rem;
	}
	#main .sec07 h2 {
		font-size: 2.2rem;
	}
	#main .sec04 .inner h2 {
		font-size: 2.2rem;
	}
	#main .sec04 .inner .titleBox .sub {
		font-size: 1.8rem;
	}
	#main .sec03 h2 {
		font-size: 2rem;
	}
	#main .sec03 h2 .sml {
		font-size: 1.8rem;
	}
}