@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-bottom: 5rem;
}
.fixBg {
	width: 100%;
	height: 157rem;
	position: absolute;
	top: 7.6rem;
	left: 0;
	transform: 0;
	z-index: -1;
}
.fixBg.fix {
	position: fixed;
}
.fixBg .image {
	margin-left: 3.4rem;
	width: 126rem;
	position: absolute;
	top: 26rem;
	left: 50%;
	transform: translateX(-50%);
}
.fixBg .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.6;
}
.fixBg .imgBox .item {
	width: 20rem;
	margin: 0 0.5rem;
}
.fixBg .imgBox .item:nth-child(2n) {
	margin-top: 4.2rem;
}
@media all and (max-width: 896px) {
	.fixBg .image {
		width: 43rem;
		opacity: 1;
		top: 15.9rem;
		left: 12.2rem;
	}
	.fixBg {
  		height: 68rem;
		top: -11.2rem;
	}
	.fixBg .imgBox .item {
		width: 12.2rem;
	}
	.fixBg .imgBox .item:nth-child(2n) {
		margin-top: 2rem;
	}
}

.mainBox {
	position: relative;
	z-index: 99;
}

#main .mainVisual {
	padding: 11.8rem 0 0;
	background: url(../img/common/bg01.png) no-repeat center top / 169.3rem auto;
}
#main .mainVisual .content {
	max-width: 109rem;
	display: flex;
	justify-content: space-between;
}
#main .mainVisual .leftBox {
	width: 38.2rem;
	margin: 11.4rem 0 0 6.5rem;
}
#main .mainVisual .rightBox {
	width: 62.6rem;
}
#main .mainVisual .logoImg {
	width: 32.2rem;
	margin: 4.1rem 0 0 0;
}
@media all and (max-width: 896px) {
	#main .mainVisual .content {
		display: block;
		margin: 0 1.7rem;
	}
	#main .mainVisual .leftBox {
		width: auto;
		margin: 0;
	}
	#main .mainVisual .rightBox {
		width: auto;
		margin: 4rem -9rem 0 -0.8rem;
	}
	#main .mainVisual {
		padding: 12.4rem 0 8.8rem;
		background-image: url(../img/common/sp_bg01.png);
		background-size: 49.6rem auto;
		background-position: right top;
	}
	#main .mainVisual .title img {
		width: 88.6vw;
	}
	#main .mainVisual .logoImg {
		width: 58vw;
		margin: 1.3vw 0 0 0.8vw;
	}
}


/* showBox */
#main .showBox {
	margin-top: -10rem;
	padding-top: 27.7rem;
	position: relative;
	margin-bottom: 18.1rem;
}
#main .showBox p {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.045em;
}
#main .showBox p:last-child {
	margin-bottom: 0;
}
#main .showBox .col {
	color: #E18665;
}
#main .showBox small {
	font-size: 1.5rem;
}
@media all and (min-width: 897px) {
	#main .showBox .content {
		background-color: rgba(255, 255, 255, 0.60);
		border-radius: 4rem;
		padding: 3rem 4rem;
	}
}
#main .showBox .textImg {
	text-align: center;
	margin: 4.2rem 0 2.9rem;
}
#main .showBox .textImg img {
	width: 30rem;
}
@media all and (max-width: 896px) {
	#main .showBox {
		margin: 0 0 12rem;
		padding: 4rem 3rem;
		background-color: rgba(255, 255, 255, 0.60);
		border-radius: 1.4rem;
	}
	#main .showBox .content {
		margin: 0;
	}
	#main .showBox p {
		margin-bottom: 3.4rem;
		text-align: left;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
	}
	#main .showBox small {
		font-size: 1.4rem;
	}
	#main .showBox .comBtn02 {
		margin-top: -0.3rem;
	}
	#main .showBox .comBtn02 a {
		height: 10rem;
	}
	#main .showBox .comBtn02 img {
		display: block;
		width: 3.4rem;
		margin: 0 auto 0.7rem;
	}
	#main .showBox .textImg img {
		width: 24.2rem;
	}
	#main .showBox .textImg {
		margin: -1.9rem 0 1.6rem;
	}
}

/* whatBox */
#main .whatBox {
	margin-bottom: 12rem;
	padding: 6.2rem 6rem 4.8rem;
	max-width: 78rem;
	border-top: 0.2rem solid #A17C6F;
	border-bottom: 0.2rem solid #A17C6F;
	background: #FFF;
	box-shadow: 0 0.4rem 3rem 0 rgba(131, 121, 116, 0.10);
	position: relative;
}
#main .whatBox .title {
	position: absolute;
	top: -3.3rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.7rem;
}
#main .whatBox .title .inner {
	padding: 1.7rem 1.5rem 1.9rem;
	color: #716359;
	min-width: 30.2rem;
	background: #E3D3C4;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .whatBox .title .inner .line {
	margin-right: 0.8rem;
	padding-bottom: 0.5rem;
	font-size: 1.9rem;
	display: inline-block;
	background: url(../img/index/line.png) repeat-x left bottom / 0.9rem auto;
}
#main .whatBox .title .inner::before,
#main .whatBox .title .inner::after {
	width: 1rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: calc(100% - 0.1rem);
	background: url(../img/index/txt_bg01.png) no-repeat right bottom / 100% 100%;
	content: "";
}
#main .whatBox .title .inner::after {
	background-image: url(../img/index/txt_bg02.png);
	right: auto;
	left: calc(100% - 0.1rem);;
}
#main .whatBox p {
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .whatBox .btmBox {
	margin-top: 3.5rem;
	padding: 1.3rem 0 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FDF3EF;
}
#main .whatBox .btmBox .txt {
	margin: -0.2rem 1.5rem 0 0;
	color: #E18665;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
#main .whatBox .comBtn02 {
	margin: 0;
}
#main .whatBox .comBtn02 a {
	padding-bottom: 0.4rem;
	width: 26rem;
	height: 5rem;
	font-size: 1.5rem;
	border-radius: 1.2rem;
	background: #E18665;
	box-shadow: 0 0.4rem 1.6rem 0 rgba(194, 123, 99, 0.25);
}
@media all and (max-width: 896px) {
	#main .whatBox {
		margin-bottom: 9rem;
		padding: 4.6rem 3rem 2.8rem;
		max-width: inherit;
	}
	#main .whatBox .btmBox {
		display: block;
		margin: 3.1rem -1rem 0;
		padding: 2.9rem 1.8rem 3rem;
	}
	#main .whatBox .title .inner {
		min-width: 26rem;
		padding: 1.4rem 0.4rem 1.7rem;
		letter-spacing: 0.03em;
	}
	#main .whatBox .title {
		font-size: 1.4rem;
		top: -3.3rem;
	}
	#main .whatBox .title .inner .line {
		padding-bottom: 0.3rem;
		font-size: 1.8rem;
		margin-right: 0;
	}
	#main .whatBox .btmBox .txt {
		margin: 0 -0.5rem 1.7rem;
		font-size: 1.5rem;
		text-align: center;
	}
	#main .whatBox .comBtn02 a {
		padding-bottom: 0.4rem;
		height: 6rem;
		font-size: 1.5rem;
		border-radius: 1.2rem;
	}
}

#main .contingencies {
	position: relative;
	z-index: 1;
	padding: 15rem 0 4rem;
	min-height: 174rem;
	background: url(../img/index/contingencies_bg01.png) repeat-x center;
	background-size: 128rem 100%;
	z-index: 30;
}
#main .contingencies .content {
	max-width: inherit;
}
#main .contingencies h2 {
	text-align: center;
	margin: 0 auto 2.1rem;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 5.04rem */
	letter-spacing: 0.18rem;
}
#main .contingencies .listBox .slick-slide > div {
	width: 96rem;
	margin: 0 3rem;
	opacity: 0.7;
}
#main .contingencies .listBox .slick-active > div {
	opacity: 1;
}
#main .contingencies .listBox .item {
	width: 96rem;
	padding: 4rem 0;
}
#main .contingencies .listBox .sub {
	padding: 5rem 6rem;
	display: flex;
	flex-wrap: wrap;
	min-height: 34.7rem;
	align-items: flex-start;
	justify-content: space-between;
	background: #F5F3ED;
	box-shadow: 0 0.4rem 5rem 0 rgba(131, 121, 116, 0.40);
}
#main .contingencies .listBox .photoBox {
	width: 57.5rem;
	order: 2;
	margin: -14rem -7.3rem -8.3rem -2rem;
}
#main .contingencies .listBox .textBox {
	flex: 1;
	padding-top: 1rem;
}
#main .contingencies .listBox p {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 200%; 
	letter-spacing: 0.085rem;
}
#main .contingencies .listBox .comBtn02 {
	margin-top: 2rem;
}
#main .contingencies .listBox .ttl {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 3.2rem;
	position: relative;
	letter-spacing: 0.125rem;
	z-index: 1;
	padding-bottom: 1.5rem;
	width: fit-content;
}
#main .contingencies .listBox .ttl .color {
	color: #E18665;
}
#main .contingencies .listBox .ttl::before {
	width: 3rem;  
	height: 3rem;
	border-radius: 4rem;
	background: #E3D3C4;
	border-radius: 100%;
	position: absolute;  
	top: -0.7rem;
	left: -1.6rem;
	content: ""; 
	z-index: -1;
}
#main .contingencies .listBox .ttl:after {
	width: 15rem;  
	height: 0.2rem;
	border-bottom: 0.2rem dotted #716359;
	position: absolute;  
	bottom: -0.2rem;
	left: 0;
	content: ""; 
}
#main .contingencies .listBox .li02 .ttl::after {
	min-width: 25rem;
}
#main .contingencies .listBox .li03 .ttl::after {
	min-width: 23.85rem;
}
#main .contingencies .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.5rem;
	text-align: center;
}
#main .contingencies .slick-dots li {
	margin: 0 0.5rem;
	cursor: pointer;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 10rem;
	border-radius: 4rem;
	border: 0.1rem solid #FFF;
}
#main .contingencies .slick-dots li button {
	display: none;
}
#main .contingencies .slick-dots li.slick-active {
	background: #fff;
}
#main .contingenciesBox {
	margin-bottom: 8rem;
	position: relative;
}
#main .contingencies .listBox .comBtn02 a {
	margin: 2rem 0 0;
	width: 30.3rem;
	height: 7rem;
	font-size: 1.7rem;
	letter-spacing: 0.051rem;
}
#main .contingencies .listBox .comBtn02 span {
	display: inline-block;
	padding-left: 3rem;
	background: url(../img/common/icon04.png) no-repeat left center;
	background-size: 2.4rem auto;
}
#main .tabList {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.6rem;
	padding: 0 2.5rem;
}
#main .tabList li {
	width: calc((100% - (0.6rem * 4)) / 5);
}
#main .tabList a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 4rem;
	min-height: 6rem;
	border: 0.1rem solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: 0.08rem;
}
#main .tabList a .txtSpan {
	transition: 0.3s;
	position: relative;
}
#main .tabList a .txtSpan:after {
	width: 1.2rem;  
	height: 0.9rem;
	background: url(../img/index/symptoms_icon01.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
	opacity: 0;
}
#main .tabList .on a {
	border-color: transparent;
	background: #A17C6F;
}
#main .tabList .on .txtSpan {
	padding-bottom: 1.3rem;
	margin-bottom: -0.2rem;
}
#main .tabList .on .txtSpan::after {
	opacity: 1;
}

#main .tabInner {
	margin-bottom: 2rem;
}
#main .tabInner .photo {
	border-radius: 0.6rem;
	text-align: center;
	background: #FFF;
}
#main .tabInner .photo img {
	width: 46rem;
	margin: -1rem auto;
}
#main .tabInner .textBox {
	padding: 1.5rem 1.7rem 1.3rem;
	margin-top: 0.6rem;
	border-radius: 0.6rem;
	background: #FFF;
}
#main .diagrams {
	margin: 0 auto;
	max-width: 96rem;
	padding: 4rem 5rem 2rem;
	background: rgba(255, 255, 255, 0.12);
}
#main .diagrams p {
	margin-bottom: 3rem;
	color: #fff;
	font-weight: 500;
	line-height: 170%; 
	letter-spacing: 0.08rem;
}
#main .diagrams p small {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 0.065rem;
}
#main .diagrams h3 {
	padding: 0 4.4rem 0.2rem;
	margin: -6rem auto 2.8rem;
	width: fit-content;
	background: url(../img/index/contingencies_img01.png) no-repeat left center,url(../img/index/contingencies_img02.png) no-repeat right center;
	background-size: 2.4rem auto;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3rem rgba(131, 121, 116, 0.20);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 140%; 
	letter-spacing: 0.125rem;
}
#main .diagrams .innerBox {
	max-width: 70rem;
	margin: 0 auto;
}
#main .tabInner .infoList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1.1rem;
}
#main .tabInner .infoList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc((100% - 1.1rem) / 2);
}
#main .tabInner .infoList li .lSpan {
	width: 4.4rem;
	margin-right: 0.4rem;
	height: 4.4rem;
	border-radius: 100%;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C9A4D5;
	color: #fff;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	line-height: 10;
	font-weight: 700;
	line-height: 120%; 
	padding-bottom: 0.2rem;
	letter-spacing: 0.09rem;
}
#main .tabInner .infoList .li02 .lSpan {
	background: #CCCA87;
}
#main .tabInner .infoList .li03 .lSpan {
	background: #A9D2DF;
}
#main .tabInner .infoList .li04 .lSpan {
	background: #E1889C;
}
#main .tabInner .infoList li p {
	margin-bottom: 0;
	color: #AA9D96;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5; 
	flex: 1;
	letter-spacing: 0.065rem;
}
#main .tabInner .infoList li p .ttl {
	color: #716359;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.07rem;
}
#main .symptoms {
	position: relative;
	padding: 20.2rem 0 15rem;
	margin-top: -10rem;
	background: url(../img/index/contingencies_bg02.png) repeat left top;
	background-size: 80rem auto;
	mask: url(../img/index/symptoms_bg.png) repeat-x center bottom;
	z-index: 20;
	mask-size: 128rem 210%;
}
#main .symptoms h2 {
	margin-bottom: 3rem;
	font-size: 3.6rem;
	letter-spacing: 0.18rem;
	text-align: center;
}
#main .symptoms .tabUl {
	margin-bottom: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 2rem;
	justify-content: center;
}
#main .symptoms .tabUl a {
	display: block;
	width: 14.6rem;
	cursor: pointer;
	height: 14.6rem;
	padding-top: 0.8rem;
	border: 0.2rem solid #FFF;
	background-color: #fff;
	border-radius: 100%;
	outline: 0.2rem solid #E6C593;
	color: #716359;
	transition: 0.3s;
	box-shadow: 0 0 3rem 1rem rgba(230, 197, 147, 0.30) inset;
}
#main .symptoms .tabUl .on a {
	color: #fff;
	background-color: #A17C6F;
	border-color: #A17C6F;
	outline-color: #A17C6F;
	box-shadow: none;
}
#main .symptoms .tabUl .photo {
	display: block;
	width: 10rem;
	height: 10rem;
	position: relative;
	margin: 0 auto -1rem;
	transition: 0.3s;
}
#main .symptoms .tabUl .photo img {
	position: absolute;
	inset: 0;
	transition: 0.3s;
}
#main .symptoms .tabUl .photo .onImg {
	opacity: 0;
	visibility: hidden;
}
#main .symptoms .tabUl .on .photo .onImg {
	opacity: 1;
	visibility: visible;
}
#main .symptoms .tabUl .on .photo {
	margin: -0.8rem auto -0.1rem;
}
#main .symptoms .tabUl .on .txt {
	padding-bottom: 1.4rem;
}
#main .symptoms .tabUl .txt {
	display: block;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: 0.075rem;
	transition: 0.3s;
	position: relative;
}
#main .symptoms .tabUl .txt:after {
	width: 1.2rem;  
	height: 0.9rem;
	background: url(../img/index/symptoms_icon01.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;  
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	opacity: 0; 
}
#main .symptoms .tabUl .on .txt:after {
	opacity: 1;
}
#main .symptomsList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.1rem 3.1rem;
}
#main .symptomsList > li {
	padding: 1.5rem 1.5rem 1.9rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: calc((100% - 3.1rem) / 2);
	border-radius: 0.6rem;
	border: 0.1rem solid #E6C593;
	background-color: #fff;
	box-shadow: 0 0.4rem 2rem 0 rgba(131, 121, 116, 0.20);
}
#main .symptomsList .lBox {
	width: 16rem;
	flex-shrink: 0;
	margin-right: 1.7rem;
}
#main .symptomsList .rBox {
	flex: 1;
}
#main .symptomsList .photo {
	border: 0.1rem solid #E5E5E5;
	background-color: #fff;
	border-bottom: none;
	padding: 0.8rem 0.8rem 2rem; 
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18.8rem;
}
#main .symptomsList .photo span {
	position: absolute;
	bottom: 0.3rem;
	right: 0.5rem;
	width: 5.9rem;
	display: block;
}
#main .symptomsList .photo img {
	width: 100%;
	object-fit: contain;
}
#main .symptomsList .iconStyle::after {
	width: 5.9rem;
	height: 2.4rem;
	position: absolute;
	bottom: 0.4rem;
	right: 0.5rem;
	background: url("../img/index/symptoms_imgtext.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .symptomsList .lBox .txtSpan {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 100%; 
	padding: 0.7rem;
	letter-spacing: 0.039rem;
	background-color: #AA9D96;
}
#main .symptomsList .ttl {
	margin-bottom: 0.4rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.045rem;
}
#main .symptomsList h3 {
	margin-bottom: 1.4rem;
	color: #4C855A;
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	letter-spacing: 0.105rem;
}
#main .symptomsList h3 small {
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
}
#main .symptomsList .subUl {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}
#main .symptomsList .subUl li {
	padding: 0.4rem 0.6rem 0.4rem 2.7rem; 
	color: #716359;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 140%;
	background: url(../img/index/symptoms_icon02.png) no-repeat left 0.5rem center rgba(170, 157, 150, 0.1);
	background-size: 1.6rem auto;
}
#main .symptomsList .comBtn02 {
	margin-top: 0;
}
#main .symptomsList .comBtn02 a {
	padding: 0 0 0 1.2rem;
	width: 25.6rem;
	height: 5rem;
	font-size: 1.6rem;
	letter-spacing: 0.048rem;
	box-shadow: none;
	background-color: #73A27F;
}
#main .contingenciesBox button {
	padding: 0;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .contingenciesBox .next:hover,
	#main .contingenciesBox .prev:hover {
		opacity: 0.8;
	}
	#main .tabList:not(.on) a:hover {
		border-color: transparent;
  		background: #A17C6F;
	}
	#main .tabList:not(.on) a:hover .txtSpan {
		padding-bottom: 1.3rem;
		margin-bottom: -0.2rem;
	}
	#main .tabList:not(.on) a:hover .txtSpan::after {
		opacity: 1;
	}
	#main .contingenciesBox .next,
	#main .contingenciesBox .prev {
		position: absolute;
		top: 50%;
		cursor: pointer;
		width: 10rem;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#main .contingenciesBox .prev {
		margin-left: -48.1rem;
	}
	#main .contingenciesBox .next {
		margin-left: 48.1rem;
	}
	#main .symptoms .tabUl li a:hover .onImg {
		visibility: visible;
		opacity: 1;
	}
	#main .symptoms .tabUl li a:hover .outImg {
		visibility: hidden;
		opacity: 0;
	}
	#main .symptoms .tabUl li:not(.on) a:hover {
		color: #fff;
		background-color: #A17C6F;
		border-color: #A17C6F;
		outline-color: #A17C6F;
		box-shadow: none;
	}
	#main .symptoms .tabUl li:not(.on) a:hover .photo {
		margin: -0.8rem auto -0.1rem;
	}
	#main .symptoms .tabUl li:not(.on) a:hover .txt {
		padding-bottom: 1.4rem;
	  }
	#main .symptoms .tabUl li:not(.on) a:hover .txt::after {
		opacity: 1;
	}
}

@media all and (max-width: 896px) {
	#main .contingencies {
		padding: 10.9rem 0 11rem;
		background-image: url(../img/index/contingencies_bg01_sp.png);
		background-size: 100% 100%;
	}
	#main .contingencies h2 {
		margin-bottom: 1.1rem;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 140%; 
		letter-spacing: 0.13rem;
	}
	#main .contingencies .listBox .item {
		width: auto;
		padding: 2rem 0;
	}
	#main .contingencies .listBox .slick-slide > div {
		width: auto;
		margin: 0;
		opacity: 1;
	}
	#main .contingencies .listBox .sub {
		padding: 5rem 4rem 5rem;
		display: block;
		box-shadow: 0 0.4rem 5rem 0 rgba(131, 121, 116, 0.20);
	}
	#main .contingencies .listBox .photoBox {
		width: auto;
		margin: 0 -4.0rem -0.5rem -4.2rem;
	}
	#main .contingencies .listBox .photoBox img {
		width: 100%;
	}
	#main .contingencies .listBox .ttlBox {
		margin-inline: -2rem;
	}
	#main .contingencies .listBox .ttl {
		padding: 0 0 3.3rem;
		text-align: center;
		font-size: 2.5rem;
		width: fit-content;
		margin: 0 auto -1.3rem;
		letter-spacing: 0.125rem;
	}
	#main .contingencies .listBox .ttl::before {
		width: 3rem;
		height: 3rem;
		top: -0.7rem;
		left: -1.6rem;
	}
	#main .contingencies .listBox .ttl::after {
		min-width: inherit !important;
		width: 0.2rem;
		border: none;
		height: 2.2rem;
		left: 50%;
		transform: translateX(-50%);
		background: url(../img/index/dotline.png) no-repeat center bottom;
		background-size: 100% auto;
	}
	#main .contingencies .listBox .comBtn02 a {
		max-width: 26rem;
		margin: 0 auto;
		font-size: 1.5rem;
		letter-spacing: 0.045rem;
	}
	#main .contingencies .listBox .comBtn02 span {
		padding-block: 0.5rem;
	}
	#main .contingencies .listBox .textBox {
		padding: 0;
	}
	#main .contingencies .listBox p {
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 500;
		line-height: 200%; 
		letter-spacing: 0.08rem;
	}
	#main .contingenciesBox .icoBox {
		justify-content: center;
		margin-top: -2rem;
		display: flex;
		align-items: center;
	}
	#main .contingenciesBox .icoBox > div,
	#main .contingenciesBox .icoBox > button {
		width: 10rem;
		margin: 0 2.2rem;
		position: relative;
    	z-index: 100;
	}
	#main .contingencies .slick-dots {
		bottom: -4rem;
	}
	#main .contingenciesBox {
		margin-bottom: 9rem;
	}
	#main .diagrams {
		padding: 4rem 2rem 2.3rem;
		margin: 0 -2rem;
	}
	#main .diagrams h3 {
		margin-bottom: 1.7rem;
		padding: 0 3.5rem 0.4rem;
		background-size: 1.8rem auto;
	}
	#main .diagrams .innerBox {
		max-width: inherit;
	}
	#main .diagrams p {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 200%; 
		letter-spacing: 0.08rem;
	}
	#main .symptoms {
		padding: 18.8rem 0 11rem;
		background-size: 50rem auto;
		mask-size: 107% 100%;
	}
	#main .symptoms h2 {
		margin-bottom: 3rem;
		font-size: 2.6rem;
		letter-spacing: 0.13rem;
	}
	#main .tabList {
		padding: 0;
		border: none;
		gap: 0.6rem 0.7rem;
		justify-content: center;
		margin-bottom: 1.4rem;
	}
	#main .tabList li {
		width: calc((100% - (0.7rem * 2)) / 3);
	}
	#main .tabList a {
		min-height: 5.4rem;
	}
	#main .tabInner {
		margin: 0 -0.6rem 1.1rem;
		border: none;
		padding: 0.6rem;
		border-radius: 2rem;
	}
	#main .tabInner .photo {
		overflow: hidden;
	}
	#main .tabInner .photo span {
		display: block;
		margin: -0.7rem;
	}
	#main .tabInner .photo img {
		height: auto;
		margin: 0;
	}
	#main .tabInner .textBox {
		padding: 1.7rem 0.5rem 1.4rem 1.7rem;
	}
	#main .tabInner .infoList {
		display: block;
	}
	#main .tabInner .infoList li {
		width: auto;
		margin-bottom: 1.1rem;
	}
	#main .tabInner .infoList li:last-child {
		margin-bottom: 0;
	}
	#main .tabInner .infoList li .lSpan {
		width: 3.8rem;
		margin-top: -0.3rem;
		height: 3.8rem;
		font-size: 1.8rem;
	}
	#main .tabInner .infoList li p {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	#main .tabInner .infoList li p .ttl {
		font-size: 1.3rem;
	}
	#main .tabInner .list li {
		width: calc((100% - 0.6rem) / 2);
	}
	#main .tabInner .list a {
		border-radius: 1.4rem;
	}
	#main .symptoms .tabUl {
		margin-bottom: 2.1rem;
		gap: 0.4rem 1.3rem;
	}
	#main .symptoms .tabUl a {
		width: 10.3rem;
		height: 10.3rem;
	}
	#main .symptoms .tabUl .photo {
		width: 7rem;
		height: 7rem;
	}
	#main .symptoms .tabUl .txt {
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 120%; 
	}
	#main .symptoms .tabUl .on .txt {
		padding-bottom: 1.2rem;
	}
	#main .symptoms .tabUl .on .txt::after {
		width: 1rem;
	}
	#main .symptomsList {
		display: block;
	}
	#main .symptomsList > li {
		margin-bottom: 1rem;
		width: auto;
		padding: 2rem;
		border-radius: 0.8rem;
	}
	#main .symptomsList > li:last-child {
		margin-bottom: 0;
	}
	#main .symptomsList .lBox {
		width: 8.6rem;
		margin-right: 1rem;
	}
	#main .symptomsList .photo {
		height: 10.2rem;
		padding: 1.2rem 0.4rem 1.8rem;
	}
	#main .symptomsList .photo span {
		width: 3.1rem;
		bottom: -0.8rem;
		right: 0.2rem;
	}
	#main .symptomsList .lBox .txtSpan {
		font-size: 1.3rem;
		padding: 0.3rem;
		line-height: 1.4;
		letter-spacing: 0.039rem;
	}
	#main .symptomsList .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
		letter-spacing: 0.075rem;
	}
	#main .symptomsList h3 {
		margin: 0 -1rem 1.2rem 0;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.4; 
		letter-spacing: 0.01rem;
	}
	#main .symptomsList h3 small {
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: 0.075rem;
	}
	#main .symptomsList .subUl li {
		padding: 0.5rem 0.6rem 0.3rem 2.7rem;
		min-height: 2.7rem;
		text-align: left;
		background-position: left 0.5rem top calc(50% + 0.1rem);
	}
	#main .symptomsList .comBtn02 {
		margin-inline: -6.9rem 2.8rem;
	}
	#main .symptomsList .subUl {
		margin-bottom: 1.9rem;
		margin-right: -1rem;
	}
	#main .symptomsList .comBtn02 a {
		font-size: 1.5rem;
		letter-spacing: 0.045rem;
	}
	#main .symptoms::after {
		height: 5rem;
	}
	#main .symptomsList .iconStyle::after {
		width: 3.1rem;
		height: 1.2rem;
		bottom: 0.4rem;
		right: 0.5rem;
	}
}


#main .faq {
	padding: 18rem 0 11.4rem;
	background: #F5F3ED;
	border-radius: 0 0 6rem 6rem;
	position: relative;
	z-index: 1;
	margin-top: -6rem;
}
#main .faq .innerBox {
	margin-bottom: 6.9rem;
	padding: 4.9rem 2rem 0;
	background: url(../img/index/faq_bg01.jpg) no-repeat center top / cover;
	border-radius: 9rem 9rem 0 0;
}
#main .faq .subWrap {
	padding: 5rem 3.9rem;
	border-radius: 4rem 4rem 0 0;
	border: 0.1rem solid #716359;
	border-bottom: none;
	background: #F7F1E8;
}
#main .faq .faqList > li {
	display: flex;
	align-items: flex-start;
	gap: 1.6rem;
}
#main .faq .faqList > li:last-child {
	margin-bottom: 0 !important;
}
#main .faq .faqList > li:nth-child(2n) {
	margin-top: -2rem;
	margin-bottom: 5rem;
}
#main .faq .faqList li .avatar {
	width: 12rem;
}
#main .faq .faqList li .bubble {
	margin-bottom: 4rem;
	padding: 2.3rem 2rem 2.3rem 2.3rem;
	width: 40rem;
	min-height: 8rem;
	position: relative;
	display: flex;
	align-items: center;
	color: #4C855A;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-radius: 1.2rem;
	border: 0.1rem solid #73A27F;
	background: linear-gradient(180deg, #FFF 58.07%, #E3EDE6 107.84%);
	box-shadow: 0 0.4rem 1.6rem rgba(131, 121, 116, 0.30);
}
#main .faq .faqList li .bubble::before {
	content: '';
	margin-top: -0.5rem;
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	left: -1.5rem;
	top: 3.5rem;
	box-sizing: border-box;
	background: #FFF;
	border-left: 0.15rem solid #73A27F;
	border-bottom: 0.15rem solid #73A27F;
	transform: scaleY(0.6) rotate(45deg) translateY(-50%);
	z-index: 1;
}
#main .faq .faqList li:nth-child(2n) {
	flex-direction: row-reverse;
}
#main .faq .faqList li:nth-child(2n) .bubble {
	margin-bottom: 0;
	padding: 2.2rem 2.3rem 2.3rem;
	width: 50rem;
	color: #716359;
	background: linear-gradient(180deg, #FFF 41.72%, #FDF3EF 90.38%);
	border-color: #E18665;
}
#main .faq .faqList li:nth-child(2n) .bubble::before {
	right: -1.5rem;
	top: 3.8rem;
	left: auto;
	border-left: none;
	border-right: 0.15rem solid #E18665;
	border-bottom: 0.15rem solid #E18665;
	transform: scaleY(0.65) rotate(-45deg) translateY(-50%);
}
#main .faq .faqList .bubble p {
	margin-bottom: 0.7rem;
}
#main .faq .faqList .bubble p:last-child {
	margin-bottom: 0;
}
#main .faq .faqList .bubble .textList {
	margin-bottom: 1.6rem;
}
#main .faq .faqList .bubble .textList li {
	padding-left: 2.1rem;
	position: relative;
}
#main .faq .faqList .bubble .textList li::before {
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	left: 0.5rem;
	top: 0.6em;
	border-radius: 100%;
	background: #E3D3C4;
	content: '';
}
#main .faq .faqList .bubble .textList li .sm {
	font-size: 1.4rem;
}
#main .faq .faqList .bubble .btnList {
	margin-top: 1.6rem;
	gap: 0.5rem;
}
#main .faq .faqList .bubble .btnList li a {
	padding: 1rem 2.3rem 1rem 1rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background: #A17C6F url(../img/common/icon01.png) no-repeat right 1rem center / 1.1rem;
	border-radius: 0.6rem;
}
#main .faq .faqList .bubble .btnList li a:hover {
	opacity: 0.8;
}
#main .otherFaq .headLine01 {
	margin-bottom: 2.8rem;
}
#main .otherFaq .otherList {
	margin-bottom: 0.6rem;
}
#main .otherFaq .otherList dt {
	position: relative;
	border-radius: 0.8rem;
	border: 0.1rem solid #73A27F;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
#main .otherFaq .otherList dt.on {
	border-radius: 0.8rem 0.8rem 0 0;
	border-bottom-color: #FDF3EF;
}
#main .otherFaq .otherList dt::before {
	width: 2.1rem;
	height: 0.3rem;
	position: absolute;
	right: 2.9rem;
	top: 50%;
	border-radius: 0.3rem;
	background: #73A27F;
	transform: translateY(-50%);
	content: '';
}
#main .otherFaq .otherList dt::after {
	width: 0.3rem;
	height: 2.1rem;
	position: absolute;
	right: 3.8rem;
	top: 50%;
	border-radius: 0.3rem;
	background: #73A27F;
	transform: translateY(-50%);
	content: '';
}
#main .otherFaq .otherList dt.on::after {
	display: none;
}
#main .otherFaq .otherList dt button {
	padding: 2.5rem 6rem 2.9rem 2.9rem;
	width: 100%;
	text-align: left;
	color: #4C855A;
	font-family: inherit;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	background: none;
	border: none;
	border-radius: inherit;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
#main .otherFaq .otherList .inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}
#main .otherFaq .otherList dt .mark {
	margin-top: 0.1rem;
	display: block;
	flex-shrink: 0;
	font-size: 2.9rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #4C855A;
	line-height: 1;
}
#main .otherFaq .otherList dt .ttl {
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
}
#main .otherFaq .otherList dd {
	border-radius: 0 0 0.8rem 0.8rem;
	background: #FDF3EF;
	display: none;
}
#main .otherFaq .otherList dd .answer {
	padding: 2.7rem 2.8rem 3.3rem;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
#main .otherFaq .otherList dd .answer .mark {
	margin-top: -0.1rem;
	flex-shrink: 0;
	color: #E18665;
	font-size: 2.9rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}
#main .helpful {
	margin: -6rem 0 10rem;
	padding: 16rem 0 10rem;
	border-radius: 0 0 6rem 6rem;
	background: #e9dfc4;
}
#main .helpful .headLine01 {
	color: #A17C6F;
}
#main .helpful .helpfulList {
	justify-content: space-between;
}
#main .helpful .helpfulList li {
	width: calc(50% - 2.5rem);
}
#main .helpful .helpfulList li a {
	padding: 4rem;
	display: flex;
	align-items: center;
	gap: 3rem;
	border-radius: 1.2rem;
	background: #fff;
	box-shadow: 0 0.4rem 2rem 0 rgba(131, 121, 116, 0.20);
}
#main .helpful .helpfulList li .photo {
	width: 37.5%;
	overflow: hidden;
}
#main .helpful .helpfulList li .photo img {
	width: 100%;
	transition: 0.3s;
}
#main .helpful .helpfulList li .textBox {
	margin-bottom: 0.3rem;
	flex: 1;
}
#main .helpful .helpfulList li p {
	line-height: 1.71;
	letter-spacing: 0.05em;
}
#main .helpful .helpfulList li p::after {
	width: 1.1rem;
	margin-left: 0.2rem;
	aspect-ratio: 1;
	display: inline-block;
	vertical-align: 0.2rem;
	background: url(../img/common/icon02.png) no-repeat center center / 100%;
	content: '';
}
#main .bannerList {
	margin: 0 auto 3rem;
	max-width: 110rem;
	gap: 1rem;
}
#main .bannerList li {
	width: 36rem;
}
#main .bannerList li a {
	display: block;
}
#main .bannerList li a:hover {
	opacity: 0.8;
}
#main .ctaBox {
	padding: 4.7rem 6rem 5.5rem;
	display: flex;
	gap: 3rem;
	background: #EEE7E2;
}
#main .ctaBox .textBox {
	flex: 1;
}
#main .ctaBox .textBox h2 {
	margin-bottom: 0.5rem;
	color: #A17C6F;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
}
#main .ctaBox .textBox p {
	line-height: 1.71;
	letter-spacing: 0.05em;
}
#main .ctaBox .btn {
	margin-top: 3.2rem;
	width: 36rem;
}
#main .ctaBox .btn a {
	padding: 2.1rem 1.5rem 2.2rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	border-radius: 8rem;
	background: #A17C6F;
	box-shadow: 0 0.4rem 2rem 0 rgba(131, 121, 116, 0.30);
}
#main .ctaBox .btn a:hover {
	opacity: 0.8;
}
#main .ctaBox .btn a .btnTxt {
	padding: 0 1.7rem 0 0.5rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat right center / 1.1rem;
}
@media all and (min-width: 897px) {
	#main .helpful .helpfulList li a:hover {
		text-decoration: underline;
	}
	#main .helpful .helpfulList li a:hover .photo img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 3.1rem;
	}
	#main .faq {
		padding: 15rem 0 8.5rem;
		border-radius: 0 0 4rem 4rem;
	}
	#main .faq .content {
		margin: 0;
	}
	#main .faq .innerBox {
		margin-bottom: 7rem;
		padding: 4.8rem 0.6rem 0;
		border-radius: 5rem 5rem 0 0;
	}
	#main .faq .subWrap {
		padding: 4rem 1.3rem;
		border-radius: 3rem 3rem 0 0;
	}
	#main .faq .faqList > li {
		margin-bottom: 1rem;
		gap: 1rem;
	}
	#main .faq .faqList > li:nth-child(2n) {
		margin-top: 0;
		margin-bottom: 4rem;
	}
	#main .faq .faqList li .avatar {
		width: 7.4rem;
		flex-shrink: 0;
	}
	#main .faq .faqList li .bubble {
		margin-bottom: 0;
		padding: 1.3rem;
		width: auto;
		min-height: 7rem;
		flex: 1;
		font-size: 1.6rem;
		line-height: 1.38;
		background: linear-gradient(180deg, #FFF 58.07%, #E3EDE6 107.84%);
		box-shadow: 0 0.4rem 1rem rgba(131, 121, 116, 0.30);
	}
	#main .faq .faqList li .bubble::before {
		margin-top: 0;
		width: 1.3rem;
		height: 1.3rem;
		left: -1.2rem;
		top: 1.9rem;
		border-width: 0.1rem;
		box-shadow: 0 -0.4rem -1rem rgba(65, 103, 185, 0.20);
	}
	#main .faq .faqList li:nth-child(2n) .bubble {
		padding: 1.3rem;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.4;
		background: linear-gradient(180deg, #FFF 41.72%, #FDF3EF 90.38%);
	}
	#main .faq .faqList li:nth-child(2n) .bubble::before {
		right: -1.2rem;
		top: 2rem;
		left: auto;
		border-width: 0.1rem;
	}
	#main .faq .faqList li .bubble .smTxt {
		font-size: 1.5rem;
	}
	#main .faq .faqList li:nth-child(2n) .bubble .lgTxt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	#main .faq .faqList .bubble p {
		margin-bottom: 1.4rem;
	}
	#main .faq .faqList .bubble p:last-child {
		margin-bottom: 0;
	}
	#main .faq .faqList .bubble .textList {
		margin-bottom: 1.3rem;
	}
	#main .faq .faqList .bubble .textList li {
		padding-left: 1.6rem;
	}
	#main .faq .faqList .bubble .textList li::before {
		left: 0;
		top: 0.5em;
	}
	#main .faq .faqList .bubble .textList li .sm {
		font-size: 1.3rem;
	}
	#main .faq .faqList .bubble .btnList {
		margin: 1.3rem -0.2rem 0 0;
		gap: 0.6rem 0.5rem;
	}
	#main .otherFaq {
		margin: 0 2rem;
	}
	#main .otherFaq .otherList dt::before {
		margin-top: -0.2rem;
		width: 1.9rem;
		right: 1.1rem;
	}
	#main .otherFaq .otherList dt::after {
		margin-top: -0.2rem;
		height: 1.9rem;
		right: 1.9rem;
	}
	#main .otherFaq .otherList dt button {
		padding: 1.3rem 3.5rem 1.3rem 1.1rem;
		min-height: 6.8rem;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	#main .otherFaq .otherList .inner {
		gap: 0.8rem;
	}
	#main .otherFaq .otherList dt .mark {
		margin-top: 0.2rem;
		font-size: 2rem;
	}
	#main .otherFaq .otherList dt .ttl {
		margin-top: 0.1rem;
	}
	#main .otherFaq .otherList dd .answer {
		padding: 2rem 2rem 2.1rem 1.3rem;
		gap: 0.3rem;
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}
	#main .otherFaq .otherList dd .answer .mark {
		margin-top: 0;
		font-size: 2rem;
	}
	#main .helpful {
		margin: -4rem 0 7rem;
		padding: 10.9rem 0 7rem;
		border-radius: 0 0 4rem 4rem;
	}
	#main .helpful .headLine01 {
		margin-bottom: 2.7rem;
	}
	#main .helpful .helpfulList {
		gap: 2rem;
	}
	#main .helpful .helpfulList li {
		width: 100%;
	}
	#main .helpful .helpfulList li a {
		padding: 3rem 2rem;
		gap: 1.6rem;
		box-shadow: 0 0.4rem 2rem 0 rgba(131, 121, 116, 0.20);
	}
	#main .helpful .helpfulList li .photo {
		width: 40.7%;
	}
	#main .helpful .helpfulList li .textBox {
		margin-bottom: 0.6rem;
	}
	#main .helpful .helpfulList li p::after {
		width: 1.3rem;
		vertical-align: -0.1rem;
	}
	#main .bannerList {
		margin: 0 2rem 2rem;
		max-width: initial;
		flex-direction: column;
	}
	#main .bannerList li {
		width: 100%;
	}
	#main .bannerList li img {
		width: 100%;
	}
	#main .ctaBox {
		padding: 3.6rem 2rem 3rem;
		display: block;
	}
	#main .ctaBox .textBox {
		margin: 0 1rem;
	}
	#main .ctaBox .textBox h2 {
		margin-bottom: 1.3rem;
		font-size: 2.1rem;
		text-align: center;
	}
	#main .ctaBox .textBox p {
		line-height: 2;
	}
	#main .ctaBox .btn {
		margin: 1.9rem auto 0;
		width: 29.5rem;
		max-width: 100%;
	}
	#main .ctaBox .btn a {
		padding: 2.1rem 1.5rem 2.4rem;
		font-size: 1.5rem;
		box-shadow: none;
	}
	#main .ctaBox .btn a .btnTxt {
		padding: 0 1.7rem 0 1rem;
		background-size: 1.3rem;
	}
}


.modal-video-close-btn {
	top: -2.7rem;
	right: -2.8rem;
	width: 3.1rem;
	transition: 0.3s;
	cursor: pointer;
}
.modal-video-inner {
	padding: 4rem;
}
.modal-video {
	background-color: rgba(53,53,53, 0.3);
}
@media all and (min-width: 897px) {
	.modal-video-close-btn:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.modal-video-inner {
		padding: 4rem 0;
	}
	.modal-video-close-btn {
		top: -3.6rem;
		right: 0;
		width: 3rem;
	}
}