@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #1a3868;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1a3868;
}
a:hover {
	color: #1a3868;
	opacity: 0.7;
}
a:active {
	color: #1a3868;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #1a3868;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 10rem;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.mincho {
	font-family: "Zen Old Mincho", serif;
}

.zenGothic {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#gHeader.white {
	background-color: #fff;
	z-index: 1001;
}
#gHeader .hBox {
	min-height: 10rem;
	padding: 2.9rem 4.4rem 2rem 3rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .logo {
	margin: 0.5rem 2.1rem 0 0;
	width: 42rem;
}
#gHeader .logo a {
	opacity: 1;
}
#gHeader .comBtnUl {
	flex-wrap: nowrap;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		min-height: 5rem;
		padding: 1.5rem 1.5rem 1.4rem;
		display: block;
	}
	#gHeader .logo {
		margin-top: 0;
		width: 25.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 5.9rem;
	background-color: #EFF1F4;
}
#gFooter .fBox {
	margin: 0 auto 5.7rem;
	max-width: 96rem;
	line-height: 1.8666667;
}
#gFooter .copyright {
	padding: 1.8rem 0 1.7rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 300;
	font-style: normal;
	background-color: #1a3868;
	text-align: center;
	letter-spacing: 0.06em;
	font-family: "Poppins", sans-serif;
}
#gFooter .fTxt {
	margin-bottom: 1.9rem;
	font-size: 2.3rem;
	font-weight: 600;
}
#gFooter .pageTop {
	width: 3.6rem;
	position: fixed;
	bottom: 10rem;
	right: 2.9rem;
	display: none;
}
#gFooter .pageTop a {
	display: block;
}
@media all and (max-width: 896px) {
	#gFooter p {
		font-size: 1.3rem;
	}
	#gFooter .fTxt {
		margin-bottom: 1.4rem;
		font-size: 1.5rem;
		letter-spacing: -0.05em;
	}
	#gFooter {
		padding: 4.2rem 0 6.2rem;
	}
	#gFooter .fBox {
		position: relative;
		margin: 0 2.2rem 3.4rem;
		max-width: inherit;
		line-height: 1.66;
	}
	#gFooter .fBox .pageTop02 {
		position: absolute;
		bottom: -3.4rem;
		right: -2.2rem;
		width: 4rem;
	}
	#gFooter .copyright {
		padding: 1.7rem 0 1.5rem;
		font-size: 1.2rem;
		letter-spacing: 0.06em;
		line-height: 1.54;
	}
	#gFooter .pageTop {
		width: 3.7rem;
        right: 1.7rem;
		bottom: 9rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* 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;}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity .8s, transform .8s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .5s;
}
/*------------------------------------------------------------
	animation
------------------------------------------------------------*/
.jsCircle {
	position: relative;
	display: inline-block;
	font-style: normal;
}
.jsCircle svg {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateY(180deg);
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.jsCircle .circle {
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	animation: none;
}

.jsCircle.on .circle {
	stroke-dashoffset: 2000;
	transition: all ease-out 1s;
}

@keyframes stroke {
	to {
		stroke-dashoffset: 2000;
	}
}
.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 .delay01 {
	transition-delay: 0.7s;
}
.animation .delay02 {
	transition-delay: 1.4s;
}
.animation .delay03 {
	transition-delay: 2.1s;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 96rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	lineBtn
------------------------------------------------------------*/
.lineBtn {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}
/*------------------------------------------------------------
	comBtnUl
------------------------------------------------------------*/
.comBtnUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.1rem;
}
.comBtnUl a {
	padding: 0.5rem 2rem 0 0;
	width: 20.4rem;
	height: 4.5rem;
	color: #1f517b;
	font-weight: 600;
	font-size: 1.8rem;
	border: 0.2rem solid #1f517b;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.08em;
	background: url(../img/icon01.png) no-repeat right 1.4rem center / 1.6rem auto;
	font-family: "IBM Plex Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	.comBtnUl a {
		width: 12.3rem;
		height: 4.3rem;
		font-size: 1.32rem;
		letter-spacing: 0;
		background-position: right 0.6rem center;
	}
}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
.fixBox {
	align-items: center;
	padding: 0.7rem 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.fixBox .comBtnUl {
	margin-right: 1.5rem;
	gap: 0 1.2rem;
}
.fixBox .lineBtn01 {
	margin-top: 0.1rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 -4rem 9.8rem;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.875;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
}
.headLine01 span {
	color: #B59851;
}
.headLine01 .color {
	color: #6289A4;
}
.headLine01 .color02 {
	color: #796533;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
		font-size: 2.4rem;
		line-height: 1.458333;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5rem;
	padding: 1.8rem 2rem 2.3rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.035rem;
	position: relative;
	border-bottom: 1px solid #1A3868;
	border-top: 1px solid #1A3868;
}
.jsTtl::before,
.jsTtl::after {
	position: absolute;
	right: 3rem;
	top: 50%;
	content: "";
	display: block;
	width: 1.5rem;
	height: 1px;
	transform: translateY(-50%);
	background-color: #1A3868;
}
.jsTtl::after {
	transform: translateY(-50%) rotate(90deg);
}
.jsTtl.active::after {
	display: none;
}
.jsTtl {
	cursor: pointer;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		min-height: 7.8rem;
		padding: 1.5rem 0 2rem;
		font-size: 1.5rem;
	}
	.jsTtl::before, 
	.jsTtl::after {
		top: auto;
		left: 50%;
		width: 1rem;
		bottom: 2rem;
		transform: translateX(-50%);
	}
	.jsTtl::after {
		transform: translateX(-50%) rotate(90deg);
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 0 0 0.4rem -0.8rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 0 0.3rem -0.5rem;
		font-size: 1.44rem;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	font-size: 3rem;
	color: #B59851;
	text-align: center;
	margin-bottom: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.14rem;
}
.headLine04.color {
	color: #796533;
}

@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.5;
}
.comText.center {
	text-align: center;
}
@media all and (max-width: 896px) {
	.comText {
		font-size: 1.4rem;
		line-height: 2.43;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	min-height: 60rem;
	position: relative;
	background: url(../img/mv_bg.jpg) no-repeat center center / cover;
}
#main .mainVisual .inner {
	margin: 0 auto;
	padding: 4.8rem 0 1rem;
	max-width: 107rem;
	position: relative;
}
#main .mainVisual h2 {
	width: 48.6rem;
	float: left;
}
#main .mainVisual .rBox {
	margin-right: -3.1rem;
}
#main .mainVisual .rBox .textImg {
	margin: -6.5rem -5.5rem -2.6rem auto;
	width: 31.5rem;
	position: relative;
    z-index: 1000;
}
#main .mainVisual .rBox .movieBox {
	margin: 0 0 1.5rem auto;
	width: 48rem;
	aspect-ratio: 16 / 9;
}
#main .mainVisual .rBox .movieBox span {
	display: block;
	font-size: 1.2rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
	font-family: "Noto Sans JP", sans-serif;
}
#main .mainVisual .rBox .movieBox iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#main .mainVisual .txt {
	margin-left: auto;
	width: 48rem;
	font-size: 1.2rem;
	padding: 0.8rem 1.2rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	position: absolute;
	bottom: -25.5rem;
	right: -3rem;
	line-height: 1.583;
	background-color:  rgba(255, 255, 255, 0.8);
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
}
#main .mainVisual .txt .subSpan {
	display: flex;
}
#main .mainVisual .txt .ico {
	flex-shrink: 0;
}
#main .sec01 {
	padding: 9.4rem 0 12.9rem;
	text-align: center;
	background: #faf8f3;
}
#main .sec01 .headLine01 {
	margin: 0 -7rem 1.4rem;
	font-size: 5.6rem;
	line-height: 1.8;
}
#main .sec01 .headLine01 sup {
	font-size: 3.3rem;
}
#main .sec01 .comText {
	line-height: 2.7222;
}
#main .sec01 .comText small {
	margin-bottom: 4rem;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 2.14;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .sec02 {
	padding: 8.7rem 0 13.4rem;
}
#main .sec02 .headLine01 {
	margin-bottom: 4.3rem;
}
#main .sec02 .comText {
	margin-bottom: 7.6rem;
}
#main .sec02 .imgBox02 {
	max-width: 84.1rem;
	margin: 0 auto;
	margin-top: -0.7rem;
}
#main .sec02 .imgBox {
	margin-bottom: 3.5rem;
}
#main .sec02 .imgBox .photoBox {
	width: 26.7rem;
}
#main .sec02 .imgBox .textBox {
	margin-top: -0.6rem;
	width: 52rem;
}
#main .sec02 .imgBox .textBox dt {
	margin-bottom: 0.3rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.08;
}
#main .sec02 .imgBox .textBox dd {
	margin-bottom: 1rem;
	padding-bottom: 1.6rem;
	font-size: 1.5rem;
	font-weight: 500;
}
#main .sec02 .imgBox .textBox dd:not(:last-child) {
	border-bottom: 1px solid #1a3868;
}
#main .sec02 .imgBox .textBox dd small {
	font-size: 1rem;
	display: block;
}
#main .sec02 .ftse {
	padding-bottom: 0.5rem;
}
#main .sec02 .ftse .photoBox {
	float: right;
	width: 45rem;
	margin: 1.5rem 0 0 1.5rem;
	display: block;
	position: relative;
}
#main .sec02 .ftse .photoBox .sub {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	aspect-ratio: 852 / 480;
	border: 1px solid #000;
}
#main .sec02 .ftse .photoBox .sub iframe {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px) !important;
	height: calc(100% + 4px) !important;
}
#main .sec02 .ftse .imgBox {
	margin-bottom: 0;
	padding-top: 0.6rem;
	align-items: flex-start;
}
#main .sec02 .ftse .imgBox .smallTxt {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.833;
	padding-top: 0.5rem;
}
#main .sec02 .ftse p sup {
	font-size: 1rem;
}
#main .sec02 .ftse .photoBox {
	float: right;
	width: 42.4rem;
	margin: 0.5rem 0.5rem 0 4rem;
	display: block;
	position: relative;
	aspect-ratio: 450 / 253;
}
#main .sec02 .ftse .photoBox small {
	position: absolute;
	bottom: -3.8rem;
	left: 0;
	font-size: 1.2rem;
	line-height: 1.2;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 500;
}
#main .sec02 .ftse p {
	margin-bottom: 3.6rem;
	font-weight: 500;
	line-height: 2.33;
	letter-spacing: -0.05em;
}
#main .sec02 .ftse p:last-child {
	margin-bottom: 0;
}
#main .sec02 .comJsBox {
	padding-bottom: 2.6rem;
}
#main .sec02 .ftse .imgBox .textBox {
	flex: 1;
}
#main .sec05 {
	padding: 8.2rem 0 8.6rem;
}
#main .comList {
	margin-bottom: 10.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.7rem;
}
#main .comList li {
	width: calc((100% - 7.5rem) / 3);
}
#main .comList li .photoBox {
	margin-bottom: 2.3rem;
	min-height: 17.3rem;
}
#main .comList li .photoBox img {
	width: 100%;
}
#main .comList li .textBox {
	margin: 0 1.4rem;
	text-align: center;
}
#main .comList li .comLink02 {
	width: auto;
	margin-top: 3.5rem;
}
#main .sec05 .imgBox {
	margin-bottom: 9.1rem;
	align-items: center;
}
#main .sec05 .imgBox .photoBox {
	width: 43.1rem;
}
#main .sec05 .imgBox .textBox .textImg {
	margin: 0 1rem 1.7rem 0;
	width: 47.3rem;
}
#main .sec05 .comBtnUl {
    gap: 1.5rem 3rem;
    justify-content: space-between;
}
#main .sec05 .comBtnUl li,
#main .sec05 .comBtnUl::after {
    width: calc((100% - 6.3rem) / 3);
}
#main .sec05 .comBtnUl::after {
    content: '';
}
#main .sec05 .comBtnUl a {
	width: 100%;
	height: 5.1rem;
	font-size: 2.05rem;
	background-position: right 1.6rem center;
	background-size: 1.8rem auto;
}
#main .sec05 .notesTxt {
	margin-bottom: 11.4rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2.133333;
	letter-spacing: -0.05em;
}
#main .sec05 .banner {
	margin-bottom: 13.4rem;
	position: relative;
}
#main .sec05 .banner .btn {
	position: absolute;
	right: 5.4rem;
	bottom: 3.3rem;
}
#main .sec05 .banner .btn a {
	width: 31rem;
	min-height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 5rem;
	background: #005bab url(../img/icon02.png) no-repeat right 2rem center / 1.5rem;
}
#main .sec05 .notesBox .indentUl {
	margin-bottom: 0.6rem;
}
#main .sec05 .notesBox .indentUl li {
	margin: 0 -1rem 0 0.2rem;
	line-height: 2.13333;
	font-size: 1.5rem;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
#main .sec05 .notesBox .date {
	text-align: right;
	letter-spacing: 0.04em;
}
#main .sec03 {
	margin-bottom: 8rem;
	padding: 11rem 0 15.5rem;
	background-color: #FAF8F3;
}
#main .sec03 .headLine01 {
	margin-bottom: 3.8rem;
}
#main .sec03 .text {
	margin-bottom: 5rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2.5;
	font-weight: 700;
}
#main .sec03 .h3Ttl {
	margin-bottom: 2.9rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.14rem;
	color: #B59851;
	text-align: center;
}
#main .sec03 .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem 11.5rem;
}
#main .sec03 .list li {
	min-height: 40.5rem;
	margin: 0 1.5rem;
	padding: 2.8rem 3.0rem;
	width: 30.1rem;
	background: url(../img/bg01.png) no-repeat center;
	background-size: 100% 100%;
}
#main .sec03 .list p {
	font-weight: 500;
	line-height: 1.733;
	color: #fff;
}
#main .sec03 .list .ttl {
	text-align: center;
	margin-bottom: 0.3rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}
#main .sec03 .list .img {
	width: 10.5rem;
	margin: 0 auto -0.2rem;
}
#main .sec03 .comJsBox {
	padding-bottom: 7.6rem;
}
#main .sec03 .comJsBox02 {
	padding-bottom: 0;
}
#main .sec03 .inner {
	align-items: flex-end;
}
#main .sec03 .inner .textImg {
	padding-top: 1.5rem;
	border-bottom: 1px solid #1A3868;
	margin: 0 0.8rem -0 0;
}
#main .sec03 .inner .textImg img {
	margin-bottom: -1px;
}
#main .sec03 .inner .rBox {
	flex: 1;
}
#main .sec03 .inner .ttl {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.06rem;
	margin-bottom: 1.7rem;
}
#main .sec03 .inner table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec03 .inner table th {
	padding: 1.45rem 1rem;
	width: 35%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06rem;
	text-align: center;
	vertical-align: middle;
	background-color: #1A3868;
	border-bottom: 1px solid #fff;
}
#main .sec03 .inner table td {
	padding: 1.45rem 1rem;
	font-size: 1.5rem;
	line-height: 1.47;
	letter-spacing: 0.06rem;
	text-align: left;
	vertical-align: middle;
	background-color: #F7F0E2;
	border-bottom: 1px solid #1A3868;
}
#main .sec03 .inner table tr:last-child th {
	border-bottom: none;
}
#main .sec03 .inner table tr:last-child td {
	border-bottom: none;
}
#main .sec03 .inner table tr:nth-child(2n) td {
	background-color: #FAF8F3;
}
#main .tabUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2rem;
}
#main .tabUl li {
	width: calc((100% - 2rem) / 2);
}
#main .tabUl a {
	min-height: 7.8rem;
	border: 1px solid #1A3868;
	border-bottom: none;
	border-radius: 1rem 1rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #1A3868;
	letter-spacing: 0.035em;
}
#main .tabUl .on a {
	color: #fff;
	background-color: #B59851;
}
#main .tabUl .li02.on a {
	background-color: #6289A4;
}
#main .tabInner {
	margin-bottom: -2.1rem;
}
#main .sec04 {
	padding: 4rem 0 0;
}
#main .sec04 .bigPhoto {
	margin-bottom: 7.3rem;
}
#main .sec04 .nisaTxt {
	margin-bottom: 6.6rem;
	font-size: 4.3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .sec04 .nisaTxt .color {
	margin: 0.5rem 0 -1rem;
	display: block;
	color: #B59851;
}
#main .sec04 .nisaTxt .txtSpan {
	width: fit-content;
	margin: 0 auto;
	font-size: 2.22rem;
	color: #1A3868;
	letter-spacing: 0.12em;
	font-weight: 500;
	padding: 0.2rem 1.5rem 0.4rem;
	border: 1px solid #1A3868;
}
#main .sec04 .nisaTxt small {
	margin-top: 0.9rem;
	font-size: 1.85rem;
	color: #B59851;
	display: block;
}
#main .sec04 .headLine01 {
	margin-bottom: 4.5rem;
}
#main .sec04 .list {
	margin-bottom: 7.2rem;
}
#main .sec04 .list li {
	font-size: 1.8rem;
	line-height: 2.5;
	font-weight: 700;
	display: flex;
}
#main .sec04 .list li .ico {
	font-size: 1rem;
	flex-shrink: 0;
	margin: 1.2rem 0.5rem 0 0;
}
#main .sec04 p {
	padding-top: 0.5rem;
	margin-bottom: 3.2rem;
	font-weight: 500;
}
#main .sec04 p:last-child {
	margin-bottom: 0;
	padding-top: 0;
}
#main .sec04 .chartUl {
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec04 .chartUl li {
	width: 46.9rem;
}
#main .sec04 .chartUl .liStyle {
	width: 47.2rem;
}
#main .sec04 .chartUl .ttl {
	font-size: 2rem;
	font-weight: 700;
	color: #B59851;
	margin-bottom: 0.5rem;
}
#main .sec04 .chartUl .chart {
	position: relative;
}
#main .sec04 .chartUl .chart span {
	display: block;
}
#main .sec04 .chartUl .chart .span01 {
	position: absolute;
	top: 0;
	left: 0;
}
#main .sec04 .chartUl .chart .span02 {
	position: absolute;
	top: 0;
	left: 0;
}
#main .sec04 .chartUl .liStyle .ttl {
	color: #7F7F7F;
}
#main .sec04 .note {
	font-size: 1.2rem;
	line-height: 1.833;
}
#main .comJsBox {
	display: none;
	margin-bottom: 11.5rem;
	padding-bottom: 5.4rem;
	border-bottom: 1px solid #1A3868;
}
#main .comJsBox:last-child {
	margin-bottom: 0;
}
#main .comJsBox.no {
	padding-bottom: 0;
	border: none;
}
#main .inclusions {
	margin-bottom: 11.5rem;
	padding-bottom: 5.0rem;
	border-bottom: 1px solid #1A3868;
}
#main .sec04 .subBox {
	margin-bottom: 9rem;
}
#main .sec04 .subBox:last-child {
	margin-bottom: 0;
}
#main .sec04 .list02 {
	margin-bottom: 4rem;
}
#main .sec04 .list02 li {
	font-weight: 500;
	line-height: 2.33;
	position: relative;
	padding-left: 1rem;
	letter-spacing: -0.02em;
}
#main .sec04 .list02 li:after {
	width: 4px;  
	height: 1px;
	background-color: #1A3868;
	position: absolute;  
	top: 1.9rem;
	left: 0;  
	content: ""; 
}
#main .sec04 table {
	margin-bottom: 1.0rem;
	width: 100%;
	border-collapse: collapse;
	word-break: break-word;
}
#main .sec04 table .wid01 {
	width: 25.5%;
}
#main .sec04 table .wid02 {
	width: 15%;
}
#main .sec04 table .wid03 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	width: 15%;
	border-top: 2px solid #B59851;
	border-left: 2px solid #B59851;
	border-right: 2px solid #B59851;
}
#main .sec04 table .wid04 {
	width: 15%;
}
#main .sec04 table .wid05 {
	line-height: 1.4;
	width: 15%;
	font-size: 1.5rem;
	font-weight: 700;
	border-top: 2px solid #B59851;
	border-left: 2px solid #B59851;
	border-right: 2px solid #B59851;
}
#main .sec04 table .wid06 {
	width: 14.5%;
}
#main .sec04 table th {
	padding: 0.7rem 1rem 1rem;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.46;
	border: 1px solid #fff;
	background-color: #1A3868;
	border-bottom: none;
}
#main .sec04 table td {
	padding: 1.0rem 0.5rem 1.5rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1.46;
	border: 1px solid #1A3868;
	border-bottom: none;
	border-top: none;
}
#main .sec04 table .tdStyle {
	font-size: 1.6rem;
	font-weight: 700;
	border-left: 2px solid #B59851;
	border-right: 2px solid #B59851;
}
#main .sec04 table tr:last-child .tdStyle {
	border-bottom: 2px solid #B59851;
}
#main .sec04 table td:first-child {
	border-left: none;
}
#main .sec04 table tr:nth-child(2) .tdStyle {
	border-top: none;
}
#main .sec04 table td:last-child {
	border-right: none;
}
#main .sec04 table .sub {
	display: flex;
	align-items: center;
	text-align: left;
}
#main .sec04 table .sub .img {
	width: 7.1rem;
	margin: 0 1.6rem 0 2rem;
}
#main .sec04 table .sub span {
	padding-top: 0.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .sec04 table tr:nth-child(2n-1) td {
	background-color: #F8F5EE;
}
#main .redList li {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.833;
	color: #DD0000;
	text-indent: -1em;
	padding-left: 1em;
}
#main .redList .color {
	color: #1A3868;
}
#main .redList .color.nomal {
	font-weight: 400;
}
#main .sec04 .note02 {
	margin-bottom: 2rem;
}
#main .sec04 .chartUl02 {
	display: block;
}
#main .sec04 .chartUl02 li {
	width: auto;
}
#main .sec04 .note03 {
	margin-bottom: 0;
}
#main .sec04 .comJsBox {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#main .sec04 .h3Ttl04 {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #B59851;
	text-align: center;
}
#main .sec04 .subBox02 {
	padding-top: 2.3rem;
}
#main .sec04 .h3Ttl02 {
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: 3rem;
	font-size: 3rem;
	padding-left: 0;
	padding-right: 0;
	border-top: none;
}
#main .sec04 .h3Ttl02 .gold {
	color: #B59851;
}
#main .sec04 .h3Ttl02 .gold02 {
	color: #796533;
}
#main .sec04 .h3Ttl02 .blue {
	color: #6289A4;
}
#main .sec04 .h3Ttl04 {
	margin-bottom: 0;
}
#main .sec04 .subBox03 {
	margin-bottom: 4rem;
}
#main .sec04 .smallTxt {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.833;
}
#main .chartBox {
	margin-bottom: -3.8rem;
	padding: 10rem 6.1rem 0 5.1rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .chartBox .rBox {
	width: 19rem;
	margin-top: -0.7rem;
	margin-right: -0.4rem;
}
#main .chartBox .lBox {
	width: 61rem;
	position: relative;
	margin: -7.4rem 0 0 1rem;
}
#main .chartBox .lBox .span01 {
	position: absolute;
	top: -0.7rem;
	left: -0.8rem;
	right: 0.8rem;
}
#main .chartBox .lBox .jsCircle .circle {
	transition-delay: 1s;
}
#main .chartBox .lBox .fade {
	transition-delay: 1.5s;
}
#main .noteBox {
	max-width: 68rem;
	margin: 2rem auto 6.4rem;
	position: relative;
	z-index: 1;
}
#main .noteBox p {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-bottom: 0 !important;
	/* display: flex; */
}
#main .noteBox p .ico {
	flex-shrink: 0;
}
#main .noteBox .red {
	color: #DD0000;
	font-weight: 700;
}
#main .comLink02 {
	width: 30.9rem;
	margin: 0 auto;
}
#main .comLink02 a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	font-size: 1.8rem;
	font-weight: 500;
	min-height: 5.5rem;
	letter-spacing: 0.06em;
	background: url(../img/icon02.png) no-repeat right 2rem center #B59851;
	background-size: 1.5rem auto;
}
#main .comLink02.blue a {
	background-color: #6289A4;
}
#main .comLink02.color a {
	background-color: #796533;
}
#main .comLink02 a:hover {
	opacity: 0.7;
}
#main .sec04 .industry h3 {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.14em;
}
#main .sec04 .industry h3 small {
	display: block;
	font-size: 2.4rem;
}
#main .industryList {
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 6rem;
}
#main .industryList li {
	width: calc((100% - 12.1rem) / 3);
}
#main .industryList .ttl {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.08em;
	color: #B59851;
	font-weight: 700;
	margin: 0 -2rem 7rem;
}
#main .industryList .li02 .ttl {
	color: #6289A4;
}
#main .industryList .li03 .ttl {
	color: #796533;
}
#main .industryList .chart {
	position: relative;
}
#main .industryList .chart .subSpan {
	position: absolute;
	top: -4.7rem;
	left: 0.5rem;
	right: -5rem;
	transition-delay: 1.5s;
}
#main .industryList .li02 .chart .subSpan {
	left: -3.2rem;
	right: -1.2rem;
	top: -3.8rem;
}
#main .industryList .li03 .chart .subSpan {
	left: -4.2rem;
	right: -0.4rem;
	top: -5.1rem;
}
#main .tabBox02 .nisaTxt .color {
	color: #6289A4;
}
#main .tabBox02 .nisaTxt small {
	color: #6289A4;
}
#main .tabBox02 .headLine01 span {
	color: #6289A4;
}
#main .tabBox02 .headLine04 {
	color: #6289A4;
	line-height: 1.67;
}
#main .tabBox02 .chartUl02 {
	margin-bottom: 3.4rem;
}
#main .sec04 .marketTtl {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: #1A3868;
	letter-spacing: 0.035em;
	margin-bottom: -0.4rem;
} 
#main .sec04 .marketPhoto {
	margin-bottom: 5.5rem;
	text-align: center;
}
#main .sec04 .marketNote {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.833;
	text-indent:-1em;
	padding-left:1em;
}
#main .tabBox02 .h3Ttl04 {
	color: #6289A4;
}
#main .tabBox02 .comLink02 a {
	background-color:#6289A4;
}
#main .sec05 .comList {
	margin-bottom: 9.2rem;
}
@media all and (min-width: 897px) {
	#main .tabUl a:hover {
		color: #fff;
		background-color: #B59851;
	}
	#main .tabUl .li02 a:hover {
		color: #fff;
		background-color: #6289A4;
	}
}

@media all and (max-width: 896px) {
	#main .mainVisual {
		min-height: inherit;
		background: url(../img/mv_bg_sp.jpg) no-repeat center top / 100%;
	}
	#main .mainVisual .inner {
		margin: 0 auto;
		padding: 5.333vw 8.533vw;
		max-width: inherit;
		aspect-ratio: 750 / 1050;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#main .mainVisual .inner::after {
		display: none;
	}
	#main .mainVisual h2 {
		width: 63.467vw;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	#main .mainVisual .rBox {
		margin-right: 0;
	}
	#main .mainVisual .rBox .textImg {
		margin: 0;
		width: 43.467vw;
		position: absolute;
		right: -2.133vw;
		top: -5.733vw;
	}
	#main .mainVisual .rBox .movieBox {
		margin: 0 0 4vw;
		width: auto;
	}
	#main .mainVisual .rBox p {
		margin-left: 0;
		width: auto;
		font-size: 2.4vw;
		line-height: 1.55556;
	}
	#main .mainVisual .rBox .movieBox span {
		font-size: 2.4vw;
		margin-top: 2vw;
		letter-spacing: 0.08em;
	}
	#main .mainVisual .comLink {
		width: 61.33vw;
	}
	#main .mainVisual .comLink a {
		font-size: 3.56vw;
		border-radius: 10vw;
		letter-spacing: 0;
		min-height: 10.66vw;
		background-size: 2.933vw auto;
		background-position: right 4vw center;
	}
	#main .mainVisual .txt {
		width: 100%;
		right: auto;
		left: 0;
		padding: 0 3.2rem;
		font-size: 2.4vw;
		bottom: 2.3rem;
		color: #fff;
		line-height: 1.55556;
		background-color: transparent;
	}
	#main .sec05 {
		padding: 0 0 4.1rem;
	}
	#main .sec05 .imgBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .sec05 .imgBox .photoBox {
		width: auto;
	}
	#main .sec05 .imgBox .textBox .textImg {
		margin: 3rem auto 0;
		width: 29.6rem;
	}
	#main .sec05 .comBtnUl {
		margin: 0 2.5rem 2rem;
		display: block;
	}
	#main .sec05 .comBtnUl li {
		width: auto;
	}
	#main .sec05 .comBtnUl li:not(:last-child) {
		margin-bottom: 2.7rem;
	}
	#main .sec05 .comBtnUl a {
		height: 4.8rem;
		font-size: 1.949rem;
		letter-spacing: 0.08em;
		background-size: 1.7rem auto;
	}
	#main .sec05 .notesTxt {
		margin-bottom: 3.4rem;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.2rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.75;
	}
	#main .sec05 .banner {
		margin: 0 auto 5.4rem;
		max-width: 33.5rem;
	}
	#main .sec05 .banner .btn {
		right: auto;
		left: 50%;
		bottom: 1.6rem;
		transform: translateX(-50%);
	}
	#main .sec05 .banner .btn a {
		padding-bottom: 0.3rem;
		width: 23rem;
		min-height: 4.1rem;
		font-size: 1.3385rem;
		font-weight: 500;
		background-size: 1.2rem;
		background-position: right 1.5rem center;
	}
	#main .sec05 .notesBox .indentUl li {
		margin: 0;
		line-height: 1.94;
		font-size: 1.2rem;
		padding-left: 1.2em;
		text-indent: -1.2em;
		letter-spacing: -0.05em;
		text-align: justify;
	}
	#main .sec01 {
		padding: 0;
		background-color: transparent;
	}
	#main .sec01 .yellowBox {
		padding: 4rem 2rem 5.1rem;
		margin: 0 -2rem;
		background-color: #FAF8F3;
	}
	#main .sec01 .headLine01 {
		margin: 0 0 0.6rem;
		font-size: 2.66rem;
		line-height: 1.84;
		letter-spacing: -0.02em;
	}
	#main .sec01 .headLine01 sup {
		font-size: 1.5rem;
	}
	#main .sec01 .comText {
		line-height: 2.43;
	}
	#main .sec01 .comText small {
		font-size: 1.1rem;
		margin: 0 -2rem 3.4rem;
		line-height: 1.7;
		letter-spacing: 0.08em;
		font-weight: 300;
		font-family: "Noto Sans JP", sans-serif;
	}
	#main .sec02 {
		padding: 4.6rem 0 1.5rem;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 2.3rem;
	}
	#main .sec02 .comText {
		margin-bottom: 1.5rem;
	}
	#main .sec02 .comText02 {
		margin-bottom: 3.5rem;
	}
	#main .sec02 .imgBox {
		padding-top: 1.4rem;
		max-width: inherit;
		margin: 0 2.5rem -0.3rem;
		display: block;
	}
	#main .sec02 .imgBox .photoBox {
		width: auto;
		text-align: center;
		margin: 0 5rem 1.7rem;
	}
	#main .sec02 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec02 .imgBox .textBox {
		width: auto;
		margin: 0;
	}
	#main .sec02 .imgBox .textBox dt {
		font-size: 2.01rem;
		margin-bottom: 0.2rem;
		letter-spacing: 0.035em;
	}
	#main .sec02 .imgBox .textBox dd {
		font-size: 1.2rem;
		margin-bottom: 0.7rem;
		padding-bottom: 1rem;
		line-height: 1.47;
		letter-spacing: -0.02em;
	}
	#main .sec02 .imgBox .textBox dd small {
		display: inline-block;
		text-indent: -1rem;
		padding-left: 1rem;
		font-size: 1rem;
		margin-top: 0.2rem;
	}
	#main .sec02 .ftse p {
		margin-bottom: 2.4rem;
		font-size: 1.2rem;
		line-height: 2.3;
		letter-spacing: 0rem;
	}
	#main .sec02 .ftse p .subSpan {
		position: relative;
		padding-left: 0.8rem;
		display: inline-block;
	}
	#main .sec02 .ftse p .subSpan:after {
		width: 4px;
		height: 1px;
		background-color: #1A3868;
		position: absolute;
		top: 1.4rem;
		left: 0;
		content: "";
	}
	#main .sec02 .ftse .imgBox .smallTxt {
		font-size: 1rem;
		line-height: 2.3;
	}
	#main .sec02 .ftse {
		margin: 0 0 5rem;
	}
	#main .sec02 .ftse .photoBox {
		float: none;
		margin: 2.2rem 0 0;
		width: auto;
	}
	#main .sec02 .ftse .photoBox {
		float: none;
		margin: 3.9rem 0 0;
		width: auto;
	}
	#main .sec02 .ftse .photoBox img {
		width: 100%;
	}
	#main .sec02 .ftse .photoBox small {
		bottom: -5rem;
		font-size: 1.2rem;
		text-align: left;
	}
	#main .sec02 .ftse .imgBox {
		display: block;
		margin: 0;
		padding: 0;
	}
	#main .sec02 .comJsBox {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#main .sec03 {
		margin-bottom: 2rem;
		padding: 3.8rem 0 5rem;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 2.5rem;
	}
	#main .sec03 .text {
		margin-bottom: 3.2rem;
		font-size: 1.4rem;
		line-height: 2.43;
		text-align: justify;
	}
	#main .sec03 .h3Ttl {
		font-size: 1.7rem;
		margin: 0 -2rem 1.5rem;
		letter-spacing: 0.0em;
	}
	#main .sec03 .list {
		display: block;
		max-width: 20rem;
		margin: 0 auto 8rem;
	}
	#main .sec03 .list li {
		padding: 1.8rem 2rem;
		width: auto;
		margin: 0 0 1rem;
		min-height: 27rem;
	}
	#main .sec03 .list li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .list p {
		font-size: 1rem;
		line-height: 1.8;
		text-align: justify;
	}
	#main .sec03 .list .img {
		width: 7rem;
	}
	#main .sec03 .list .ttl {
		margin-bottom: 0.2rem;
		font-size: 1.65rem;
	}
	#main .sec03 .comJsBox {
		padding-bottom: 3.4rem;
	}
	#main .sec03 .inner {
		display: block;
		padding-top: 1rem;
	}
	#main .sec03 .inner .textImg {
		padding-top: 0.5rem;
		width: auto;
		margin: 0;
		text-align: center;
		border: none;
	}
	#main .sec03 .comJsBox02 {
		padding-bottom: 5rem;
	}
	#main .sec03 .inner .ttl {
		font-size: 1.65rem;
		letter-spacing: 0;
		margin-bottom: 1rem;
	}
	#main .sec03 .inner table th {
		width: 28%;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.25;
		padding: 1.4rem 1rem 1.4rem;
	}
	#main .sec03 .inner table td {
		font-size: 1.1rem;
		padding: 1.4rem 0.5rem 1.4rem;
		line-height: 1.33;
		letter-spacing: 0;
	}
	#main .tabUl {
		gap: 0 1rem;
	}
	#main .tabUl li {
		width: calc((100% - 1rem) / 2);
	}
	#main .tabUl a {
		min-height: 3.5rem;
		font-size: 1.34rem;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	#main .sec04 {
		margin-bottom: 0;
		padding: 2.1rem 0 4.5rem;
	}
	#main .sec04 .bigPhoto {
		margin-bottom: 3rem;
	}
	#main .sec04 .bigPhoto img {
		width: 100%;
	}
	#main .sec04 .nisaTxt {
		margin-bottom: 2.6rem;
		font-size: 2.1rem;
		line-height: 1.28;
		letter-spacing: 0;
	}
	#main .sec04 .nisaTxt .txtSpan {
		font-size: 1.1rem;
		display: block;
		line-height: 1.15;
		padding: 0.2rem 0.5rem 0.3rem;
	}
	#main .sec04 .nisaTxt .color {
		margin: 0.6rem 0 0.2rem;
	}
	#main .sec04 .nisaTxt small {
		font-size: 0.95rem;
		margin-top: 0.7rem;
		font-weight: 500;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .sec04 .list li {
		font-size: 1.4rem;
		line-height: 2.43;
		display: block;
	}
	#main .sec04 .list li .ico {
		font-size: 1.4rem;
	}
	#main .sec04 .list {
		margin-bottom: 2.7rem;
	}
	#main .sec04 .headLine02 {
		margin-bottom: 1rem;
	}
	#main .sec04 .h3Ttl04 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#main .sec04 .h3Ttl04::before, #main .sec04 .h3Ttl04::after {
		bottom: 1rem;
	}
	#main .noteBox {
		max-width: inherit;
		margin: 5rem auto 1.7rem;
	}
	#main .sec04 .noteBox p {
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#main .sec04 .noteBox .red {
		display: flex;
	}
	#main .sec04 .noteBox .red .ico {
		flex-shrink: 0;
	}
	#main .chartBox {
		padding: 2.9rem 0 0 0.5rem;
		justify-content: center;
	}
	#main .chartBox .rBox {
		width: 7.4rem;
		margin: -1rem -0.4rem 0 0.1rem;
	}
	#main .chartBox .lBox {
		width: 25.6rem;
		margin: -3.5rem 0 0 -0.5rem;
	}
	#main .chartBox .lBox .span01 {
		right: 0.3rem;
		top: -0.3rem;
		left: -0.3rem;
	}
	#main .sec04 p {
		padding-top: 0;
		margin-bottom: 0.8rem;
		font-size: 1rem;
		line-height: 2.33;
	}
	#main .sec04 p .subSpan {
		margin-left: .5rem;
		position: relative;
		display: inline-block;
		padding-left: 0.8rem;
	}
	#main .sec04 p .subSpan:after {
		width: 4px;
		height: 1px;
		background-color: #1A3868;
		position: absolute;
		top: 1.2rem;
		left: 0;
		content: "";
	}
	#main .sec04 .chartUl {
		margin-bottom: 2.6rem;
		display: block;
	}
	#main .sec04 .chartUl li {
		width: auto !important;
	}
	#main .sec04 .chartUl .ttl {
		margin-bottom: -0.3rem;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
	}
	#main .sec04 .chartUl li img {
		width: 100%;
	}
	#main .sec04 .note {
		font-size: 1.2rem;
	}
	#main .comJsBox {
		margin-bottom: 4.8rem;
		padding-bottom: 2rem;
	}
	#main .sec04 .subBox {
		margin-bottom: 3rem;
	}
	#main .sec04 .spTtl {
		font-size: 1.8rem;
		margin-bottom: 1rem;
		line-height: 1.5;
	}
	#main .sec04 .spList {
		margin-bottom: 3.8rem;
	}
	#main .sec04 .spList li {
		display: flex;
	}
	#main .sec04 .spList li .ico {
		font-size: 0.7rem;
		margin-top: 1rem;
	}
	#main .sec04 .list02 {
		margin-bottom: 2.2rem;
		padding-top: 0.8rem;
	}
	#main .sec04 .list02 li {
		font-size: 1.2rem;
		line-height: 2.3;
	}
	#main .sec04 .list02 li::after {
		width: 0.4rem;
		top: 1.4rem;
	}
	#main .sec04 .tableBox {
		padding-top: 1rem;
	}
	#main .sec04 table th {
		padding: 0.3rem 0rem;
		font-size: 0.6rem;
		line-height: 1.25;
		letter-spacing: -0.05em;
	}
	#main .sec04 table .wid03,
	#main .sec04 table .wid05 {
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		font-size: 0.65rem;
	}
	#main .sec04 table .wid04,
	#main .sec04 table .wid02 {
		border-right: 1px solid #B59851;
	}
	#main .sec04 table .sub .img {
		width: 2.6rem;
		margin: 0 0.5rem 0 0.6rem;
	}
	#main .sec04 table .sub span {
		font-size: 0.6rem;
		line-height: 1.39;
		letter-spacing: -0.02em;
	}
	#main .sec04 table td {
		padding: 0.4rem 0.2rem;
		font-size: 0.6rem;
	}
	#main .sec04 table .tdStyle {
		font-size: 0.65rem;
		border-left-width: 1px;
		border-right-width: 1px;
	}
	#main .sec04 table tr:last-child .tdStyle {
		border-bottom-width: 1px;
	}
	#main .sec04 table td:nth-child(2n) {
		border-right: 1px solid #B59851;
	}
	#main .sec04 table td:last-child {
		border-right: none;
	}
	#main .sec04 .note02 {
		margin-bottom: 0.7rem;
	}
	#main .redList {
		padding-bottom: 0.7rem;
	}
	#main .redList li {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0;
	}
	#main .h3Ttl03 {
		padding-top: 2rem;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#main .sec04 .note03 {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: -0.02em;
	}
	#main .sec04 .chartUl02 {
		margin: 0 0 1rem 0;
	}
	#main .redList02 {
		margin-bottom: 0;
	}
	#main .sec04 .h3Ttl02 {
		text-align: center;
		margin-top: 0;
		margin-bottom: 1.3rem;
		font-size: 1.8rem;
		padding: 1rem 0;
		min-height: 6rem;
	}
	#main .sec04 .subBox02 {
		padding-top: 0;
	}
	#main .comLink02 {
		width: 23rem;
	}
	#main .comLink02 a {
		min-height: 4rem;
		font-size: 1.33rem;
		background-position: right 1.4rem center;
		background-size: 1rem auto;
	}
	#main .sec04 .industry {
		padding-top: 1rem;
	}
	#main .sec04 .industry h3 {
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
	}
	#main .sec04 .industry h3 small {
		font-size: 1.5rem;
	}
	#main .industryList {
		display: block;
		max-width: 22.4rem;
		margin: 0 auto 3.5rem;
	}
	#main .industryList li {
		width: auto;
		margin-bottom: 4rem;
	}
	#main .industryList li:last-child {
		margin-bottom: 0;
	}
	#main .industryList .ttl {
		margin-bottom: 5rem;
		font-size: 1.6rem;
	}
	#main .industryList .chart .subSpan {
		top: -3.8rem;
		left: 0.3rem;
		right: -3.9rem;
	}
	#main .industryList .li02 .chart .subSpan {
		left: -2.6rem;
		right: -1.2rem;
		top: -3.2rem;
	}
	#main .industryList .li03 .chart .subSpan {
		left: -3.3rem;
		right: -0.4rem;
		top: -4.2rem;
	}
	#main .comList {
		display: block;
		margin: 0 1.7rem 5.8rem;
	}
	#main .comList li {
		width: auto;
		margin-bottom: 4.5rem;
	}
	#main .comList li:last-child {
		margin-bottom: 0 !important;
	}
	#main .comList li .textBox {
		margin: 0 1.6rem;
	}
	#main .comList li .comLink02 {
		width: auto;
		max-width: 23rem;
		margin: 2.2rem auto 0;
	}
	#main .tabBox02 .headLine04 {
		line-height: 1.5;
		padding-top: 0.3rem;
		padding-bottom: 0.5rem;
	}
	#main .tabBox02 .h3Ttl03 {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 1rem;
	}
	#main .sec04 .marketTtl {
		font-size: 1.5rem;
		margin-top: -1.5rem;
		margin-bottom: -1.2rem;
	}
	#main .sec04 .marketPhoto img {
		width: 100%;
	}
	#main .sec04 .marketPhoto {
		margin-bottom: 2.5rem;
	}
	#main .sec04 .marketNote {
		font-size: 1rem;
		line-height: 2.5;
	}
	#main .tabBox02 .chartBox .rBox {
		width: 6.7rem;
	}
	#main .sec04 .subBox03 {
		margin-bottom: 2rem;
	}
	#main .sec04 .smallTxt {
		font-size: 1rem;
		line-height: 2.5;
		text-indent: -1em;
		padding-left: 1em;
		padding-bottom: 2rem;
	}
	#main .sec05 .comList {
		margin-bottom: 5.3rem;
	}
	#main .sec05 .comList li {
		margin-bottom: 6rem;
	}
	#main .comList li .photoBox { 
		min-height: inherit;
	}
}
