@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media (min-width: 897px) and (max-width: 1080px) {
	html {
		font-size: calc(1000vw / 1080);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Old Mincho", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #464646;
	text-decoration: none;
}
a:visited {
	color: #464646;
}
a:hover {
	color: #464646;
}
a:active {
	color: #464646;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #464646;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 10rem;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding: 5rem 0 6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3rem;
	width: 100%;
	min-height: 10rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: 1s;
}
#gHeader.fix {
	background: #fff;
}
#gHeader a {
	display: block;
}
#gHeader .logo {
	width: 42.1rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.4rem;
		min-height: 5rem;
	}
	#gHeader .logo {
		width: 25.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 5.2rem;
	background-color: #F5F3F7;
}
#gFooter .fBox {
	margin: 0 auto 6.3rem;
	max-width: 96rem;
	line-height: 1.8666;
	font-size: 1.5rem;
}
#gFooter .copyright {
	padding: 1.8rem 0 1.7rem;
	color: #ffffff;
	font-size: 1rem;
	font-style: normal;
	background-color: #583B76;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#gFooter .fTxt {
	margin-bottom: 1.8rem;
	font-size: 2.3rem;
	font-weight: 700;
	color: #583B76;
}
.pageTop {
	width: 3.9rem;
	position: fixed;
	bottom: 100px;
	right: 2.9rem;
	display: none;
}
.pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter p {
		font-size: 1rem;
		line-height: 2;
	}
	#gFooter .fTxt {
		margin-bottom: 1.2rem;
		font-size: 1.5rem;
		line-height: 1.6666;
		letter-spacing: 0;
	}
	#gFooter {
		padding-top: 3.2rem;
	}
	#gFooter .fBox {
		margin: 0 3.2rem 2.5rem;
		max-width: inherit;
	}
	#gFooter .copyright {
		padding: 0.7rem 0 0.8rem;
		font-size: 1rem;
		letter-spacing: 0.08em;
	}
	.pageTop {
		width: 3.7rem;
		right: 1.6rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.font-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* lineBtn */
.lineBtn {
	position: fixed;
	right: 0;
	bottom: 0;
}
/* content */
.content {
	margin: 0 auto;
	max-width: 96rem;
}
@media all and (min-width: 897px) {
	.lineBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3.3rem;
		max-width: inherit;
	}
	.lineBtn {
		width: 100%;
		height: 6rem;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/* headLine */
.headLine {
	margin-bottom: 3.5rem;
	color: #583B76;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.11em;
	font-weight: 900;
	line-height: 1.666;
}
.headLine .num {
	margin-bottom: 1.1rem;
	display: block;
}
.headLine .col {
	color: #997C56;
}
@media all and (max-width: 896px) {
	.headLine {
		margin: 0 -1rem 2.4rem;
		font-size: 2.1rem;
		line-height: 1.6666;
		letter-spacing: 0.04em;
	}
	.headLine .num img {
		width: 10rem;
	}
}
/* heading */
.heading {
	margin-bottom: 0.9rem;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	color: #583B76;
}
@media all and (max-width: 896px) {
	.heading {
		margin-bottom: 1.8rem;
		font-size: 1.9rem;
	}
}
/* centerTxt */
.centerTxt {
	margin: 0 0 2.1rem;
	width: fit-content;
	line-height: 1.7778;
	letter-spacing: 0.02em;
}
/* comTips */
.comTips li {
	padding-left: 1.5rem;
	font-size: 1.3rem;
	letter-spacing: -0.04em;
	line-height: 2;
	text-indent: -1.5rem;
}
.comTips .no-indent {
	padding-left: 0 !important;
	text-indent: 0 !important;
}
.comTips strong {
	color: #E37E58;
	font-weight: 900;
}
.comTips .black {
	font-weight: 900;
}
@media all and (max-width: 896px) {
	.centerTxt {
		font-size: 1.5rem;
		text-align: left;
		line-height: 1.8333;
		letter-spacing: 0.04em;
	}
	.comTips li {
		padding-left: 1.2rem;
		font-size: 1.1rem;
		line-height: 1.818;
		text-indent: -1.2rem;
		letter-spacing: 0;
	}
}
/* comTab */
.comTab {
	margin-bottom: 1.1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comTab .smlText {
	margin: -0.5rem 0 2.4rem;
	text-align: right;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #583B76;
}
table {
	width: 100%;
	border-collapse: collapse;
}
.comTab th,
.comTab td {
	padding: 1.7rem 3.1rem 1.8rem;
	font-size: 1.6rem;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.05em;
	border: 1px solid #583B76;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comTab th {
	width: calc(80% / 4);
	font-weight: 500;
}
.comTab tr:first-of-type th,
.comTab tr:first-of-type td {
	border-top-width: 0.2rem;
}
.comTab tr:last-of-type th,
.comTab tr:last-of-type td {
	border-bottom-width: 0.2rem;
}
.comTab th:first-child {
	width: 20%;
	border-left: none;
}
.comTab td:last-child {
	border-right: none;
} 
.comTab thead th {
	padding:0 0 1.2rem;
	color: #583B76;
	border: none;
	position: relative;
	line-height: 1;
	font-size: 1.6rem;
}
.comTab thead th::after {
	content: "";
	width: 0.2rem;
	top: 0;
	bottom: 1.3rem;
	background: #583B76;
	position: absolute;
	right: -1px;
}
.comTab .row th,
.comTab .row td {
	font-weight: 700;
	color: #583B76;
	background: #F7F2EC;
}
.comTab .row td {
	padding: 1rem 3.1rem 1.8rem;;
	font-size: 2.1rem;
}
.comTab tbody th {
	text-align: left;
}
@media all and (max-width: 896px) {
	.comTab {
		margin-bottom: 2.6rem;
	}
	.comTab .smlText {
		margin: -1.4rem 0 1rem;
		font-size: 1rem;
	}
	.comTab thead th {
		font-size: 1.1rem;
		padding-bottom: 0.6rem;
	}
	.comTab thead th::after {
		top: 0.2rem;
		width: 0.1rem;
		bottom: 0.7rem;
	}
	.comTab tr:first-of-type th, .comTab tr:first-of-type td {
		border-top-width: 1px;
	}
	.comTab tr:last-of-type th, .comTab tr:last-of-type td {
		border-bottom-width: 1px;
	}
	.comTab th,
	.comTab td {
		padding: 0.8rem 0.3rem 0.9rem;
		font-size: 1.1rem;
	}
	.comTab th {
		width: calc(71.6% / 4);
	}
	.comTab th:first-child {
		width: 28.4%;
	}
	.comTab .row td {
		padding: 0;
		font-size: 1.4rem;
	}
}
/* comChartBox */
.comChartBox {
	margin: 0 -2.7rem 3.9rem 0;
	position: relative;
}
.comChartBox .posImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	.comChartBox {
		margin: 0 -0.1rem 3.7rem;
	}
	.comChartBox img {
		width: 100%;
	}
}
/* comBtn */
.comBtn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4.5rem;
}
.comBtn li {
	width: fit-content;
}
.comBtn a {
	width: 31rem;
	min-height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	text-align: center;
	color: #fff;
	border-radius: 3.75rem;
	background: #7D7D7D url(../img/arrow_icon.png) no-repeat right 1.9rem center / 1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	box-sizing: border-box;
}
.comBtn.border a {
	border: 1px solid currentColor;
}	
.comBtn a small {
	display: block;
	font-size: 1.3rem;
}
.comBtn.list01 {
	margin-top: 3.7rem;
}
.comBtn.list01 a {
	width: 28rem;
	color: #000;
	border: 1px solid #7D7D7D;
	background: #fff url(../img/icon.png) no-repeat left 3.4rem center / 2.1rem;
}
.comBtn.list01 .link {
	padding-left: 3.2rem;
	background-position: left 3rem center;
}
.comBtn.list01 {
	gap: 2rem;
}
@media all and (max-width: 896px) {
	.comBtn {
		display: block;
	}
	.comBtn li {
		margin: 0 auto;
	}
	.comBtn li + li {
		margin-top: 1rem;
	}
	.comBtn a {
		width: 22.5rem !important;
		min-height: 4rem !important;
		font-size: 1.306rem;
		background-size: 1.1rem;
		background-position: right 1.4rem center;
	}
	.comBtn.list01 a {
		width: 21.5rem;
		min-height: 5.8rem;
		font-size: 1.382rem;
	}
	.comBtn a small {
		font-size: 0.998rem;
	}
	.comBtn.list01 {
		margin-top: 1.9rem;
	}
	.comBtn.list01 li + li {
		margin-top: 1.5rem;
	}
	.comBtn.list01 a {
		background-size: 1.65rem;
		font-size: 1.3rem;
		background-position: left 2.8rem center;
	}
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}
/*------------------------------------------------------------
	animation
------------------------------------------------------------*/
.animation .fade {
	opacity: 0;
	transition: all 0.7s;
}
.animation.on .fade {
	opacity: 1;
}
.animation .clipLeft {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: all 1s;
}
.animation.on .clipLeft {
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.animation .clipUp {
	clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
	transition: all 1s;
}
.animation.on .clipUp {
	clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
}
.animation .clipDown {
	clip-path: polygon(100% 0%, 0 0, 0 0, 100% 0);
	transition: all 1s;
}
.animation.on .clipDown {
	clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
}
.animation .delay01 {
	transition-delay: 0.7s;
}
.animation .delay02 {
	transition-delay: 1.4s;
}
.animation .delay03 {
	transition-delay: 2.1s;
}
/*------------------------------------------------------------
	section
------------------------------------------------------------*/
/* mainVisual */
#main .mainVisual {
	padding: 14.5rem 0 0;
	position: relative;
	height: 60rem;
	box-sizing: border-box;
}
#main .mainVisual::after {
	width: 100%;
	height: 10rem;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.62;
	background: linear-gradient(to top,#000 0%,transparent 100%);
}
#main .mainVisual .comBtn a {
	background-color: #747474;
}
#main .mainVisual .mainImg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#main .mainVisual .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
#main .mainVisua .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
#main .mainVisual .textBox {
	width: 88.5rem;
	position: relative;
	z-index: 1;
}
#main .mainVisual .textImg {
	width: 33.9rem;
	position: absolute;
	right: 3.3rem;
	top: -4.1rem;
	z-index: 90;
}
#main .mainVisual .head {
	margin-bottom: 3.9rem;
}
#main .mainVisual .botTxt {
	margin: 11rem auto 0;
	width: fit-content;
	min-width: 53.6rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	z-index: 2;
	position: absolute;
	bottom: 27px;
	left: 50%;
	transform: translateX(-50%);
}
#main .mainVisual img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 7.5rem 0 0;
		height: 46rem;
	}
	#main .mainVisual .mainImg img {
		object-position: bottom;
	}
	#main .mainVisual .textImg {
		width: 21.5rem;
		top: 1.1rem;
		right: 1.1rem;
		z-index: 1;
	}
	#main .mainVisual .textBox {
		width: auto;
		text-align: center;
	}
	#main .mainVisual .textBox img {
		width: 31.1rem;
	}
	#main .mainVisual .head {
		margin-bottom: 1.4rem;	
	}
	#main .mainVisual .botTxt {
		padding: 0 2.3rem;
		width: 100%;
		min-width: inherit;
		font-size: 0.9rem;
		line-height: 1.8;
		text-align: left;
		bottom: 1.1rem;
		left: 0;
		transform: none;
		letter-spacing: 0
	}
	#main .mainVisual::after {
		height: 7.5rem;
		opacity: 0.8;
	}
}
/* titleBox */
#main .titleBox {
	padding: 9.8rem 0 9rem;
	text-align: center;
	background: url(../img/sec01_bg.png) no-repeat center top / cover;
}
#main .titleBox .imgHead {
	margin-bottom: 3.8rem;
}
#main .titleBox .headLine {
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .titleBox .headLine .num {
	margin-bottom: -0.4rem;
}
#main .titleBox .ttltUl li + li {
	margin-top: 3rem;
}
@media all and (max-width: 896px) {
	#main .titleBox {
		padding: 4.3rem 0 4.5rem;
		background-image: url(../img/sec01_bg_sp.png);
	}
	#main .titleBox .imgHead {
		margin: 0 auto 2.2rem;
		width: 31rem;
	}
	#main .titleBox .headLine .num {
		margin-bottom: 0.9rem;
	}
	#main .titleBox .headLine .num img {
		width: 7.1rem;
	}
	#main .titleBox .headLine {
		font-size: 1.9rem;
		line-height: 1.578;
		letter-spacing: 0.05em;
	}
	#main .titleBox .ttltUl li + li {
		margin-top: 2.2rem;
	}
}
/* secBox01 */
#main .secBox01 {
	margin: 10rem 0 9.3rem;
}
#main .secBox01 .textUl {
	margin: 2.1rem 0 1.5rem;
}
#main .secBox01 .textUl li {
	padding: 1.4rem 0 1.6rem;
	font-size: 1.9rem;
	font-weight: 700;
	color: #583B76;
	border-top: 1px solid #583B76;
}
#main .secBox01 .textUl li:last-child {
	border-bottom: 1px solid #583B76;
}
#main .secBox01 .text {
	margin-bottom: 4.2rem;
}
@media all and (max-width: 896px) {
	#main .secBox01 {
		margin: 4rem 0 4.2rem;
	}
	#main .secBox01 .textUl {
		margin: -1.1rem 0 1.1rem;
	}
	#main .secBox01 p {
		line-height: 1.8333;
	}
	#main .secBox01 .text {
		margin-bottom: 2rem;
	}
	#main .secBox01 .textUl li {
		padding: 0.9rem 0;
		line-height: 1.8333;
		font-size: 1.5rem;
	}
}
/* secBox02 */
#main .secBox02 {
	margin-bottom: 10.7rem;
}
#main .secBox02 .headLine {
	margin-bottom: 3rem;
}
#main .secBox02 .centerTxt {
	margin-bottom: 3.4rem;
}
#main .secBox02 .centerTxt.text {
	margin-bottom: 5rem;
}
#main .secBox02 .comChartBox {
	margin-bottom: 2.9rem;
}
#main .secBox02 .comChartBox.box01 {
	margin-bottom: 0.6rem;
}
#main .secBox02 .comTips {
	margin-bottom: 5.8rem;
}
#main .secBox02 .comTips:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .secBox02 {
		margin-bottom: 5.3rem;
	}
	#main .secBox02 .headLine {
		margin-bottom: 2.4rem;
	}
	#main .secBox02 .centerTxt {
		margin-bottom: 2.4rem;
	}
	#main .secBox02 .comChartBox {
		margin-bottom: 2rem;
	}
	#main .secBox02 .comTips {
		margin-bottom: 1.9rem;
	}
	#main .secBox02 .centerTxt.text {
		margin-bottom: 3.3rem;
	}
	#main .secBox02 .comChartBox.box01 {
		margin: -1rem 0 2.4rem;
	}
}
/* secBox03 */
#main .secBox03 {
	margin-bottom: 10.8rem;
}
#main .secBox03 .headLine {
	margin-bottom: 3.7rem;
}
#main .secBox03 .heading {
	text-align: left;
}
#main .secBox03 .centerTxt {
	margin-bottom: 3.6rem;
}
#main .secBox03 .chartUl {
	margin-bottom: 4.1rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .secBox03 .chartUl li img {
	width: 100%;
}
#main .secBox03 .chartUl li {
	width: 46.3rem;
}
#main .secBox03 .comTab {
	margin: 1.5rem 0 0;
	width: 47rem;
}
#main .secBox03 .comTab tbody tr:nth-child(2n-1) {
	background: #F3F1F5;
}
#main .secBox03 .comTab tbody th,
#main .secBox03 .comTab tbody td {
	padding: 2.4rem 0.5rem 2.8rem;
}
#main .secBox03 .comTab tbody th,
#main .secBox03 .comTab tbody td:first-of-type,
#main .secBox03 .comTab tbody td:last-of-type {
	color: #583B76;
	font-weight: 700;
}
#main .secBox03 .comTab tbody td:first-of-type {
	font-size: 2.1rem;
	color: #997C56;
}
#main .secBox03 .comTab tbody td:last-of-type {
	font-size: 2.1rem;
}
#main .secBox03 .comTab th {
	width: auto;
}
#main .secBox03 .comTab th:first-child {
	width: 27.4%;
}
#main .secBox03 .comTab th:nth-child(2) {
	width: 27%;
}
#main .secBox03 .comTab th:nth-child(3) {
	width: 23%;
}
#main .secBox03 .comTab thead th {
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	#main .secBox03 {
		margin-bottom: 3.7rem;
	}
	#main .secBox03 .headLine {
		margin-bottom: 2.1rem;
	}
	#main .secBox03 .heading {
		margin-bottom: 1.1rem;
		text-align: center;
		letter-spacing: -0.03em;
	}
	#main .secBox03 .centerTxt {
		margin-bottom: 2.7rem;
	}
	#main .secBox03 .chartUl {
		margin-bottom: 1.9rem;
		display: block;
	}
	#main .secBox03 .chartUl li {
		width: 100%;
	}
	#main .secBox03 .chartUl li + li {
		margin-top: 3.8rem;
	}
	#main .secBox03 .comTab th,
	#main .secBox03 .comTab td {
		font-size: 1rem;
	}
	#main .secBox03 .comTab tbody td:first-of-type,
	#main .secBox03 .comTab tbody td:last-of-type {
		font-size: 1.3rem;
	}
	#main .secBox03 .comTab tbody th,
	#main .secBox03 .comTab tbody td {
		padding: 1.8rem 0.6rem;
	}
	#main .secBox03 .comTab tbody th {
		padding-right: 0.2rem;
	}
}
/* secBox04 */
#main .secBox04 {
	padding: 5.7rem 0 12.3rem;
	background: #F5F3F7;
}
#main .secBox04 .headLine {
	margin-bottom: 4.5rem;
}
#main .secBox04 .headLine .img {
	margin: 0 auto;
	width: 12.2rem;
	display: block;
}
#main .secBox04 .comTab {
	margin-bottom: 2.1rem;
}
#main .secBox04 .comTab .imgBox {
	display: flex;
	align-items: center;
	text-align: left;
	gap: 1.4rem;
}
#main .secBox04 .comTab .photo {
	width: 8rem;
}
#main .secBox04 .comTab p {
	flex: 1;
}
#main .secBox04 .comTab tbody tr:first-of-type {
	background: #F4EFE7;
	color: #997C56;
}
#main .secBox04 .comTab tbody tr:first-of-type th {
	color: #583B76;
}
#main .secBox04 .comTab th {
	width: 38%;
}
#main .secBox04 .comTab th:first-child {
	width: 24%;
}
#main .secBox04 .comTab tbody th {
	padding-right: 1rem;
}
#main .secBox04 .comTab .big {
	display: block;
	font-size: 2.2rem;
}
#main .secBox04 .comTab td {
	padding: 2.1rem 2.6rem 2.1rem;
	font-size: 1.8rem;
}
#main .secBox04 .head {
	margin: 6.1rem 0 2.9rem;
	padding: 0.7rem 0.8rem 0.8rem;
	border-radius: 3.5rem;
	background: #fff;
	border: 0.3rem solid #583B76;
}
#main .secBox04 p span {
	font-size: 2.2rem;
	font-weight: 900;
	text-decoration: underline;
	color: #E37E58;
}
#main .secBox04 .tabList {
	margin: 3.5rem 0 8rem;
}
#main .secBox04 .tabList > li {
	width: calc(50% - 2.5rem);
}
#main .secBox04 .tabList li .heading {
	margin-bottom: 0.5rem;
}
#main .secBox04 .tabList .comTips {
	margin-top: 1.2rem;
}
#main .secBox04 .tabList .item .supText {
	margin-bottom: 1.4rem;
}
#main .secBox04 .tabList .supText {
	margin-bottom: 4.3rem;
	text-align: right;
	font-size: 1.5rem;
	color: #583B76;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .secBox04 .tab th,
#main .secBox04 .tab td {
	padding: 1.7rem 2rem 1.8rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #583B76;
	border: 1px solid #583B76;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .secBox04 .tab th {
	border-left: none;
	position: relative;
	width: 50%;
}
#main .secBox04 .item .tab th {
	width: auto;
	text-align: center;
}
#main .secBox04 .item .tab td {
	padding: 1.7rem 0.2rem 1.8rem;
	text-align: center;
}
#main .secBox04 .item .tab td:first-of-type {
	padding-left: 2.9rem;
	text-align: left;
}
#main .secBox04 .tab thead th {
	width: auto;
	padding: 0 0 1.3rem;
	border: none;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}
#main .secBox04 .tab thead th:nth-child(2) {
	width: 65%;
}
#main .secBox04 .tab thead th:first-of-type {
	width: 13.6%;
}
#main .secBox04 .tab thead th:first-of-type::before,
#main .secBox04 .tab thead th::after {
	content: "";
	width: 0.2rem;
	top: 0;
	bottom: 1.3rem;
	background: #583B76;
	position: absolute;
	right: -0.1rem;
}
#main .secBox04 .tab thead th:first-of-type::before {
	left: 0;
}
#main .secBox04 .tab td:last-of-type {
	border-right: none;
}
#main .secBox04 .tab tr:nth-child(2n) {
	background: rgba(255, 255, 255, 0.5);
}
#main .secBox04 .tab tr:first-of-type th,
#main .secBox04 .tab tr:first-of-type td {
	border-top-width: 0.2rem;
}
#main .secBox04 .tab tr:last-of-type th,
#main .secBox04 .tab tr:last-of-type td {
	border-bottom-width: 0.2rem;
}
#main .secBox04 .infoBox {
	padding: 3.9rem 4rem 8.6rem;
	background: rgba(255, 255, 255, 0.7);
}
#main .secBox04 .infoBox .imgBox {
	margin-bottom: 4.3rem;
}
#main .secBox04 .infoBox .photo {
	width: 44rem;
}
#main .secBox04 .infoBox .textBox {
	margin: 0.9rem 0 0 2.5rem;
	flex: 1;
	color: #583B76;
}
#main .secBox04 .infoBox .textBox p {
	margin-bottom: 1.5rem;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .secBox04 .infoBox .comTips li {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.652;
	text-indent: -1.1rem;
    padding-left: 1.1rem;
}
#main .secBox04 .infoBox .title {
	font-size: 3.9rem;
	line-height: 1.282;
	text-align: justify;
	font-weight: 900;
}
#main .secBox04 .infoBox .title span {
	margin-bottom: 0.9rem;
	display: block;
}
#main .secBox04 .infoBox .title sup {
	font-size: 60%;
}
@media all and (max-width: 896px) {
	#main .secBox04 {
		padding: 3.4rem 0 4.5rem;
	}
	#main .secBox04 .headLine {
		margin-bottom: 3.8rem;
		font-size: 2.25rem;
		line-height: 1.5333;
		letter-spacing: 0.15em;
	}
	#main .secBox04 .headLine .img {
		width: 9.2rem;
	}
	#main .secBox04 .scroll-hint-icon-wrap .scroll-hint-text {
		font-size: 1.1rem;
		font-weight: 700;
	}
	#main .secBox04 .scroll-hint-icon-wrap .scroll-hint-icon {
		padding: 2rem 0.4rem 1rem 0.4rem;
		width: 11.5rem;
		height: 8.8rem;
		top: calc(50% - 3.6rem);
		left: calc(50% - 7.4rem);
	}
	#main .secBox04 .comTab {
		margin: 0 -3.3rem 1.9rem 0;
		overflow: scroll;
		padding-right: 6.3rem;
	}
	#main .secBox04 .comTab table {
		min-width: 45.8rem;
	}
	#main .secBox04 .comTab .imgBox {
		display: block;
	}
	#main .secBox04 .comTab .big {
		margin-bottom: 0.6rem;
		font-size: 1.2rem;
	}
	#main .secBox04 .comTab .photo {
		margin: 0 auto 0.3rem;
		width: 4rem;
	}
	#main .secBox04 .comTab thead th {
		padding-bottom: 0.6rem;
		font-size: 1.2rem;
		line-height: 2;
	}
	#main .secBox04 .comTab tbody th {
		padding: 2rem 1.2rem 1.8rem 0.9rem;
		font-size: 1.1rem;
		line-height: 1.545;
	}
	#main .secBox04 .comTab td {
		padding: 1rem 0.6rem 0.7rem;
		font-size: 1.1rem;
		line-height: 1.636;
		vertical-align: top;
		letter-spacing: -0.02em;
	}
	#main .secBox04 .comTab th:first-child {
		width: 23.8%;
	}
	#main .secBox04 .comTab th {
		width: 38.1%;
		line-height: 1.333;
	}
	#main .secBox04 .head {
		margin: 3.5rem 0 2.7rem;
		padding: 1.3rem 0.5rem;
		font-size: 2.1rem;
		border-width: 0.25rem;
		border-radius: 1rem;
		line-height: 1.428;
	}
	#main .secBox04 p span {
		font-size: 1.75rem;
		line-height: 1.6;
	}
	#main .secBox04 .tabList {
		margin: 3.1rem 0 3.4rem;
		display: block;
	}
	#main .secBox04 .tabList li {
		width: 100%;
	}
	#main .secBox04 .tabList .no-indent {
		padding-left: 1.2rem !important;
		text-indent: -1.2rem !important;
	}
	#main .secBox04 .tabList > li + li {
		margin-top: 3.1rem;
	}
	#main .secBox04 .tabList .supText {
		margin-bottom: 0.6rem;
		font-size: 1rem;
	}
	#main .secBox04 .tab tr:first-of-type th,
	#main .secBox04 .tab tr:first-of-type td {
		border-top-width: 0.15rem;
	}
	#main .secBox04 .tab tr:last-of-type th,
	#main .secBox04 .tab tr:last-of-type td {
		border-bottom-width: 0.15rem;
	}
	#main .secBox04 .tab th,
	#main .secBox04 .tab td {
		padding: 1rem 1.4rem 1.3rem;
		font-size: 1.1rem;
		letter-spacing: 0.03em;
	}
	#main .secBox04 .tabList .comTips {
		margin-top: 2.6rem;
	}
	#main .secBox04 .tabList .item .supText {
		margin: -0.2rem 0 1rem;
	}
	#main .secBox04 .tab thead th {
		padding-bottom: 1rem;
	}
	#main .secBox04 .tab thead th:first-of-type::before, #main .secBox04 .tab thead th::after {
		bottom: 0.9rem;
	}
	#main .secBox04 .item .tab td {
		padding: 0.4rem 0;
	}
	#main .secBox04 .item .tab td:first-of-type {
		padding-left: 1.8rem;
		letter-spacing: -0.01em;
	}
	#main .secBox04 .tab thead th {
		font-size: 1.05rem;
	}
	#main .secBox04 .infoBox {
		padding: 1.4rem 1.5rem 4.1rem;
	}
	#main .secBox04 .infoBox .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .secBox04 .infoBox .photo {
		width: 100%;
	}
	#main .secBox04 .infoBox .textBox {
		margin: 1.7rem 0 0;
	}
	#main .secBox04 .infoBox .title {
		margin-bottom: 0.7rem;
		font-size: 2.55rem;
		line-height: 1.321;
		text-align: justify;
		letter-spacing: 0.02em;
	}
	#main .secBox04 .infoBox .title small {
		margin-bottom: 0.8rem;
		padding: 0.2rem 0.2rem 0.5rem 1rem;
		font-size: 1.0445rem;
		letter-spacing: 0.05em;
	}
	#main .secBox04 .infoBox .textBox p {
		margin: 0 0.3rem 1.2rem;
		font-size: 1.15rem;
		letter-spacing: 0.15em;
	}
	#main .secBox04 .infoBox .comTips li {
		padding-left: 0.9rem;
		font-size: 0.9rem;
		line-height: 1.4227;
		text-align: justify;
		text-indent: -0.9rem;
	}
}
/* secBox05 */
#main .secBox05 {
	padding: 10rem 0 9.5rem;
	background: #F9F7F2;
}
#main .secBox05 .headLine {
	color: #997C56;
}
#main .secBox05 .head {
	margin: 0 auto 5rem;
	padding: 0.5rem 2rem 0.8rem;
	min-width: 53.8rem;
	width: fit-content;
	border-radius: 4rem;
	background: #fff;
	letter-spacing: 0.01em;
	border: 0.4rem solid #997C56;
}
#main .secBox05 .innerBox {
	margin-bottom: 4.9rem;
	padding: 2.5rem 4rem 8.7rem;
	background: rgba(255, 255, 255, 0.7);
}
#main .secBox05 .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .secBox05 .line {
	margin-bottom: 4rem;
	padding-bottom: 2.9rem;
	border-bottom: 1px solid #997C56;
}
#main .secBox05 .imgBox {
	margin: 0 3rem 3.5rem;
	display: flex;
	justify-content: space-between;
}
#main .secBox05 .photo {
	width: 22.1rem;
}
#main .secBox05 .textBox {
	margin-left: 3rem;
	flex: 1;
	line-height: 1.777;
}
#main .secBox05 .textBox .img {
	margin:1.2rem 0 1.6rem;
}
#main .secBox05 .comBtn {
	justify-content: center;
	gap: 5rem;
}
#main .secBox05 .comBtn a {
	background-color: #838383;
}
#main .secBox05 .comTips {
	margin: 2.2rem auto 0;
	width: fit-content;
}
@media all and (max-width: 896px) {
	#main .secBox05 {
		padding: 5rem 0 4.5rem;
	}
	#main .secBox05 .head {
		margin: 0 0 4rem;
		padding: 0.6rem 1rem;
		width: auto;
		min-width: inherit;
		border-width: 0.3rem;
		line-height: 1.355;
		font-size: 2.25rem;
	}
	#main .secBox05 .innerBox {
        margin-bottom: 2.5rem;
        padding: 1.8rem 2.8rem 3.3rem;
	}
	#main .secBox05 .line {
		margin-bottom: 2.6rem;
		padding-bottom: 0.8rem;
		line-height: 1.428;
	}
	#main .secBox05 .imgBox {
		margin: 0;
		display: block;
	}
	#main .secBox05 .photo {
		margin: 0 -1.1rem 2.4rem;
		padding: 0.4rem 0 0.7rem;
		width: auto;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #997C56;
		gap: 1.1rem;
	}
	#main .secBox05 .photo img {
		width: 15.4666vw;
		height: auto;
		display: block;
	}
	#main .secBox05 .photo .txt {
		margin-top: -0.3rem;
		display: block;
		flex: 1;
		font-size: 1.9rem;
		line-height: 1.578;
		font-weight: 900;
		color: #997C56;
		text-align: justify;
		letter-spacing: -0.04em;
	}
	#main .secBox05 .textBox {
		margin: 1.3rem -1rem 2.2rem;
		line-height: 1.8333;
	}
	#main .secBox05 .comTips li {
		margin:0 -1rem;
		font-size: 1.2rem;
	}
	#main .secBox05 .textBox .img {
		margin: 1.9rem auto 1rem;
		width: auto;
		text-align: center;
		height: 6.1rem;
	}
	#main .secBox05 .textBox .img img {
		width: auto;
		height: 100%;
	}
}
/* policyBox */
#main .policyBox {
	padding: 9.4rem 0 9.2rem;
}
#main .policyBox h3 {
	margin-bottom: 1.4rem;
	font-size: 2rem;
}
#main .policyBox li {
	padding-left: 1.5rem;
	text-indent: -1.8rem;
	font-size: 1.5rem;
	letter-spacing: -0.02em;
	line-height: 2.1333;
}
#main .policyBox .right{
	text-align: right;
	font-size: 1.5rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .policyBox {
		padding: 3.8rem 0 4.6rem;
	}
	#main .policyBox h3 {
		margin: 0 0 1.3rem -0.8rem;
		font-size: 1.5rem;
	}
	#main .policyBox li {
		font-size: 1.1rem;
		line-height: 1.909;
		text-indent: -1.3rem;
		letter-spacing: -0.02em;
		text-align: justify;
	}
	#main .policyBox .right {
		font-size: 1.1rem;
	}
}