@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-bottom: 5rem;
}
.fixBg {
	width: 184rem;
	height: 115.6rem;
	position: absolute;
	top: -12.4rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.fixBg.fix {
	position: fixed;
}
.fixBg .image {
	width: 71.9rem;
	position: absolute;
	bottom: -4.9rem;
	right: 0;
	opacity: 0.6;
}
.fixBg .img02 {
	top: 10.7rem;
	bottom: auto;
	left: 0;
	right: auto;
} 
.fixBg .img03 {
	top: 0;
	bottom: auto;
	right: 17.2rem;
	width: 45.2rem;
}
@keyframes circRot {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.fixBg .img01,
.fixBg .img02 {
    -webkit-animation: circRot 35s infinite linear;
    animation: circRot 35s infinite linear;
}
@media all and (max-width: 896px) {
	.fixBg .image {
		width: 36rem;
		opacity: 1;
	}

	.fixBg {
		width: 66.9rem;
  		height: 68rem;
		top: -19rem;
	}
	.fixBg .img02 {
		left: -0.9rem;
	}
	.fixBg .img01 {
		bottom: -22.7rem;
  		right: -0.7rem;
	}
}

.mainBox {
	position: relative;
	z-index: 99;
}

#main .mainVisual {
	padding: 17.5rem 0 0;
	background: url(../img/common/bg01.png) no-repeat left top / 25rem auto;
}
#main .mainVisual .content {
	max-width: 120.4rem;
	display: flex;
	justify-content: space-between;
}
#main .mainVisual .leftBox {
	width: 41.5rem;
	margin: 4rem 0 0 10.6rem;
}
#main .mainVisual .rightBox {
	width: 67rem;
}
#main .mainVisual .logoImg {
	width: 21.2rem;
	margin: 5rem 0 0 1.6rem;
}
@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: 0.1rem -10.6rem 0 -1rem;
	}
	#main .mainVisual {
		padding: 12rem 0 8.2rem;
		background-image: url(../img/common/sp_bg01.png);
		background-size: 15rem auto;
	}
	#main .mainVisual .title img {
		width: 80.26vw;
	}
	#main .mainVisual .logoImg {
		width: 32vw;
		margin: 5.3vw 0 0 3.46vw;
	}
}


/* showBox */
#main .showBox {
	margin-top: -10rem;
	padding-top: 21.4rem;
	position: relative;
	margin-bottom: 18.1rem;
}
#main .showBox p {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
#main .showBox p:last-child {
	margin-bottom: 0;
}
#main .showBox .col {
	color: #256BE4;
}
#main .showBox small {
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	#main .showBox {
		margin: 0 0 12rem;
		padding: 3.9rem 3rem;
		background-color: rgba(255, 255, 255, 0.70);
		border-radius: 4rem;
	}
	#main .showBox .content {
		margin: 0;
	}
	#main .showBox p {
		margin-bottom: 3.4rem;
		text-align: left;
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 0.03em;
	}
	#main .showBox small {
		font-size: 1.5rem;
	}
	#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;
	}
}

/* whatBox */
#main .whatBox {
	margin-bottom: 12rem;
	padding: 5.7rem 5.3rem 4.4rem;
	max-width: 78rem;
	border-radius: 4rem;
	border: 0.6rem solid #E4EAF9;
	background: #FFF;
	box-shadow: 0 0.4rem 3rem 0 rgba(65, 103, 185, 0.10);
	position: relative;
}
#main .whatBox .title {
	position: absolute;
	top: -3.7rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2.1rem;
}
#main .whatBox .title .inner {
	padding: 1.6rem 1.5rem 1.8rem;
	color: #6C87E0;
	min-width: 35.8rem;
	border-radius: 2rem;
	background: #E4EAF9;
	display: inline-block;
	vertical-align: top;
}
#main .whatBox .title .inner .line {
	padding-bottom: 0.4rem;
	display: inline-block;
	background: url(../img/index/line.png) repeat-x left bottom / 0.9rem auto;
}
#main .whatBox p {
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .whatBox .btmBox {
	margin-top: 3rem;
	padding: 1.3rem 0 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	background: #EDF5F4;
}
#main .whatBox .btmBox .txt {
	margin: -0.2rem 1.5rem 0 0;
	color: #4DB0A0;
	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: 2rem;
	background: #4DB0A0;
	box-shadow: 0 0.4rem 1.6rem 0 rgba(46, 148, 139, 0.25);
}
@media all and (max-width: 896px) {
	#main .whatBox {
		margin-bottom: 9rem;
		padding: 4.6rem 2.6rem 2.6rem;
		max-width: inherit;
		border-width: 0.4rem;
	}
	#main .whatBox .btmBox {
		display: block;
		margin: 2.9rem -1rem 0;
		padding: 2.9rem 1.6rem 3rem;
	}
	#main .whatBox .title .inner {
		min-width: 26.5rem;
		border-radius: 1.5rem;
		padding: 1.4rem 1.5rem 1.7rem;
		letter-spacing: 0.03em;
	}
	#main .whatBox .title {
		font-size: 1.5rem;
		top: -3.3rem;
	}
	#main .whatBox .title .inner .line {
		padding-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#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.5rem;
	}
}

#main .contingencies {
	position: relative;
	z-index: 1;
	padding: 13.3rem 0 4rem;
	min-height: 78rem;
	background: url(../img/index/contingencies_bg01.png) no-repeat center;
	background-size: 100% 100%;
}
#main .contingencies .content {
	max-width: inherit;
}
#main .contingencies h2 {
	width: 43.4rem;
	margin: 0 auto 3rem;
}
#main .contingencies .listBox .slick-slide > div {
	width: 96rem;
	margin: 0 3rem;
}
#main .contingencies .listBox .slick-slide {
	opacity: 0.7;
	transition: 0.3s;
}
#main .contingencies .listBox .slick-active {
	opacity: 1;
}
#main .contingencies .listBox .item {
	width: 96rem;
	padding: 4rem 0;
}
#main .contingencies .listBox .sub {
	border-radius: 4rem;
	padding: 5rem 6rem;
	display: flex;
	flex-wrap: wrap;
	min-height: 34.7rem;
	align-items: flex-start;
	justify-content: space-between;
	background: #F4E5F4;
	box-shadow: 0 0.4rem 5rem 0 rgba(65, 103, 185, 0.20);
}
#main .contingencies .listBox .photoBox {
	width: 31.6rem;
	order: 2;
	margin: -9rem -1.6rem 0 3rem;
}
#main .contingencies .listBox .textBox {
	flex: 1;
}
#main .contingencies .listBox p {
	font-weight: 500;
	letter-spacing: 0.051rem;
	line-height: 2;
}
#main .contingencies .listBox .comBtn02 {
	margin-top: 2rem;
}
#main .contingencies .listBox .ttl {
	line-height: 1.5;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 140%; 
	letter-spacing: 0.075rem;
	position: relative;
	padding-left: 1.8rem;
}
#main .contingencies .listBox .ttl .blue {
	color: #4B8DEB;
}
#main .contingencies .listBox .ttl::before {
	width: 1.2rem;  
	height: 1.2rem;
	border-radius: 4rem;
	background: #E7A9DC;
	border-radius: 100%;
	position: absolute;  
	top: 1.4rem;
	left: 0;
	content: ""; 
}
#main .contingencies .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.5rem;
	text-align: center;
	z-index: 50;
}
#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: 1px solid #FFF;
}
#main .contingencies .slick-dots li button {
	display: none;
}
#main .contingencies .slick-dots li.slick-active {
	background: #fff;
}
#main .contingenciesBox {
	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 .symptoms {
	margin-bottom: 11rem;
	position: relative;
	padding: 22rem 0 13rem;
	margin-top: -10rem;
	background: url(../img/index/symptoms_bg.png) repeat left top;
	background-size: 2.2rem auto;
	clip-path: ellipse(139% 100% at 50% 0%);
}
#main .symptoms h2 {
	margin-bottom: 2.7rem;
	font-size: 3.6rem;
	letter-spacing: 0.18rem;
	text-align: center;
}
#main .tabList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.6rem;
	padding: 0 5.2rem;
	border-bottom: 0.3rem solid #4B8DEB;
}
#main .tabList li {
	margin-bottom: -0.3rem;
	width: calc((100% - (0.6rem * 2 + 0.1rem)) / 3);
}
#main .tabList a {
	min-height: 8rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#main .tabList .txtSpan {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 6.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8rem;
	background-color: #4B8DEB;
	border-radius: 3rem 3rem 0 0;
	border: 0.3rem solid #4B8DEB;
	color: #FFF;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.051rem;
	background: #4B8DEB;
	transition: 0.3s;
}
#main .tabList .txtSpan span {
	display: block;
	padding: 0.3rem;
	width: 100%;
	height: 100%;
}
#main .tabList .on .txtSpan:after {
	position: absolute;  
	background-color: rgba(225, 235, 253, 1);
	border-radius: 2.4rem 2.4rem 0 0;
	top: 0.4rem;
	right: 0.4rem;
	left: 0.4rem;
	bottom: -0.4rem;  
	z-index: -1;
	content: ""; 
	transition: 0.3s;
}
#main .tabList .on .txtSpan {
	color: #256BE4;
	min-height: 8rem;
	background-color: #fff;
	font-weight: 700;
	border-bottom: rgba(225, 235, 253, 1);
}
#main .tabList .on .txtSpan span {
	margin-bottom: -0.8rem;
	padding-bottom: 1.2rem;
	background: url(../img/index/symptoms_icon.png) no-repeat center bottom;
	background-size: 1.4rem auto;
}
#main .symptomsBox .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 2rem;
	padding: 2rem;
	border-top: 0.3rem solid #fff;
	border-radius: 0 0 0.8rem 0.8rem;
	background-color: #E1EBFD;
}
#main .symptomsBox .list li {
	width: calc((100% - (0.6rem * 4)) / 5);
}
#main .symptomsBox .list a {
	border-radius: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.7rem;
	background: rgba(255, 255, 255, 0.8);
}
#main .symptomsBox .list .photo {
	width: 6.2rem;
	margin-right: 0.6rem;
}
#main .symptomsBox .list p {
	flex: 1;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 120%;
}
/* symptomsList - PC版 (897px以上) */
@media all and (min-width: 897px) {
	#main .symptomsList {
		display: flex;
		flex-wrap: wrap;
		gap: 2.1rem 3rem;
	}
	#main .symptomsList > li {
		padding: 1.6rem 1.6rem 2rem;
		border-radius: 0.8rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #FFF;
		box-shadow: 0 0.4rem 2rem 0 rgba(65, 103, 185, 0.20);
		width: calc((100% - 3rem) / 2);
	}
	#main .symptomsList .lBox {
		width: 16rem;
		margin-right: 1.7rem;
	}
	#main .symptomsList .rBox {
		flex: 1;
	}
	#main .symptomsList .photo {
		border: 1px 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.1rem;
		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: #737981;
	}
	#main .symptomsList .ttl {
		margin-bottom: 1rem;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: 0.045rem;
	}
	#main .symptomsList h3 {
		margin-bottom: 1.8rem;
		color: #256BE4;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 1.1; 
		letter-spacing: 0.057rem;
	}
	#main .symptomsList h3 small {
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
	}
	#main .symptomsList .subUl {
		margin-bottom: 1.7rem;
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
	}
	#main .symptomsList .subUl li {
		padding: 0.4rem 0.8rem;
		border-radius: 0.3rem;
		color: #737981;
		font-size: 1.3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; 
		text-align: center;
		background: rgba(115, 121, 129, 0.1);
	}
	#main .symptomsList .comBtn02 {
		margin-top: 0;
	}
	#main .symptomsList .comBtn02 a {
		width: 25.6rem;
		height: 5rem;
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
		box-shadow: none;
	}
}
#main .symptomsBox .list .on a {
	background-color: #B9CDF6;
	color: #256BE4;
}
@media all and (min-width: 897px) {
	#main .contingenciesBox .next:hover,
	#main .contingenciesBox .prev:hover {
		opacity: 0.8;
	}
	#main .symptomsBox .list a:hover {
		background-color: #B9CDF6;
		color: #256BE4;
	}
	#main .tabList a:hover .txtSpan {
		color: #256BE4;
		min-height: 8rem;
		background-color: #fff;
		font-weight: 700;
		border-bottom: rgba(225, 235, 253, 1);
	}
	#main .tabList:not(li.on) a:hover .txtSpan span {
		margin-bottom: -0.8rem;
		padding-bottom: 1.2rem;
		background: url(../img/index/symptoms_icon.png) no-repeat center bottom;
		background-size: auto;
		background-size: 1.4rem auto;
	}
	#main .tabList:not(li.on) a:hover .txtSpan::after {
		position: absolute;
		background-color: rgba(225, 235, 253, 1);
		border-radius: 2.4rem 2.4rem 0 0;
		top: 0.4rem;
		right: 0.4rem;
		left: 0.4rem;
		bottom: -0.4rem;
		z-index: -1;
		content: "";
	}
	#main .contingenciesBox .next,
	#main .contingenciesBox .prev {
		position: absolute;
		top: calc(50% + 0.5rem);
		left: 50%;
		cursor: pointer;
		width: 8.6rem;
		transform: translate(-50%,-50%);
	}
	#main .contingenciesBox .prev {
		margin-left: -48.1rem;
	}
	#main .contingenciesBox .next {
		margin-left: 48.1rem;
	}
	#main .contingenciesBox button {
		padding: 0;
	}
}

@media all and (max-width: 896px) {
	#main .contingencies {
		padding: 8.3rem 0 6.5rem;
		background-image: url(../img/index/contingencies_bg01_sp.png);
	}
	#main .contingencies h2 {
		width: 27.4rem;
		margin-bottom: 1.1rem;
	}
	#main .contingencies .listBox .item {
		width: auto;
		padding: 2rem 0;
	}
	#main .contingencies .listBox .slick-slide > div {
		width: 100vw;
		margin: 0;
		padding: 0 2rem 3.7rem;
	}
	#main .contingencies .listBox .sub {
		border-radius: 4rem;
		padding: 3.1rem 3rem 4rem;
		display: block;
	}
	#main .contingencies .listBox .photoBox {
		width: auto;
		margin: 0 2rem 1rem 2.5rem;
	}
	#main .contingencies .listBox .photoBox img {
		width: 100%;
	}
	#main .contingencies .listBox .ttl {
		padding-left: 1.5rem;
		text-align: center;
		font-size: 2rem;
		width: fit-content;
		margin: 0 auto 2rem;
	}
	#main .contingencies .listBox .ttl::before {
		width: 1rem;
		height: 1rem;
		top: 1.1rem;
	}
	#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 .contingenciesBox .icoBox {
		justify-content: center;
		margin-top: -5.3rem;
		display: flex;
		align-items: center;
		gap: 4.3rem;
	}
	#main .contingenciesBox .icoBox > div,
	#main .contingenciesBox .icoBox > button {
		width: 8.6rem;
		cursor: pointer;
		padding: 0;
		position: relative;
    	z-index: 100;
	}
	#main .symptoms {
		margin-bottom: 9.1rem;
		padding: 16.7rem 0 9rem;
		background-size: 2.3rem auto;
		clip-path: ellipse(281% 100% at 50% 0%);
	}
	#main .symptoms h2 {
		margin-bottom: 3rem;
		font-size: 2.3rem;
		letter-spacing: 0.115rem;
	}
	#main .tabList {
		padding: 0 0.9rem 0 1.5rem;
		border: none;
		margin-bottom: 1.3rem;
	}
	#main .tabList a {
		min-height: 8.6rem;
	}
	#main .tabList .txtSpan {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 140%; 
		letter-spacing: 0.045rem;
		min-height: 8.6rem;
		border-bottom: 0.3rem solid #4B8DEB !important;
		border-radius: 1.4rem;
	}
	#main .tabList .on .txtSpan {
		min-height: 8.6rem;
	}
	#main .tabList .on .txtSpan::after {
		top: 0.2rem;
		right: 0.2rem;
		left: 0.2rem;
		bottom: 0.2rem;
		border-radius: 1.2rem;
	}
	#main .tabList .on .txtSpan span {
		margin-bottom: 0;
	}
	#main .symptomsBox .list {
		margin-bottom: 1.1rem;
		border: none;
		padding: 0.6rem;
		border-radius: 2rem;
	}
	#main .symptomsBox .list li {
		width: calc((100% - 0.6rem) / 2);
	}
	#main .symptomsBox .list a {
		border-radius: 1.4rem;
	}
	/* symptomsList - スマホ版 (896px以下) */
	#main .symptomsList {
		display: block;
	}
	#main .symptomsList > li {
		margin-bottom: 1rem;
		width: auto;
		padding: 2rem;
		border-radius: 0.8rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #FFF;
		box-shadow: 0 0.4rem 2rem 0 rgba(65, 103, 185, 0.20);
	}
	#main .symptomsList > li:last-child {
		margin-bottom: 0;
	}
	#main .symptomsList .lBox {
		width: 8.6rem;
		margin-right: 1rem;
	}
	#main .symptomsList .rBox {
		flex: 1;
	}
	#main .symptomsList .photo {
		border: 1px solid #E5E5E5;
		background-color: #fff;
		border-bottom: none;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 9.2rem;
		padding: 1rem 0.4rem 2.1rem;
	}
	#main .symptomsList .photo span {
		position: absolute;
		width: 3.1rem;
		bottom: -0.8rem;
		right: 0.2rem;
		display: block;
	}
	#main .symptomsList .photo img {
		width: 100%;
		object-fit: contain;
	}
	#main .symptomsList .iconStyle::after {
		width: 3.1rem;
		height: 1.2rem;
		position: absolute;
		bottom: 0.1rem;
		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;
		padding: 0.3rem;
		line-height: 1.4;
		letter-spacing: 0.039rem;
		background-color: #737981;
	}
	#main .symptomsList .ttl {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: 0.042rem;
	}
	#main .symptomsList h3 {
		margin-bottom: 1rem;
		color: #256BE4;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 140%; 
		letter-spacing: 0.054rem;
	}
	#main .symptomsList h3 small {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: 0.045rem;
	}
	#main .symptomsList .subUl {
		margin-bottom: 1.9rem;
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
		margin-right: -2rem;
		padding-right: 2rem;
	}
	#main .symptomsList .subUl li {
		padding: 0.3rem 0.6rem 0.5rem;
		min-height: 2.8rem;
		text-align: left;
		border-radius: 0.3rem;
		color: #737981;
		font-size: 1.3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; 
		background: rgba(115, 121, 129, 0.1);
	}
	#main .symptomsList .comBtn02 {
		margin-top: 1.7rem;
		margin-inline: -6.9rem 2.8rem;
	}
	#main .symptomsList .comBtn02 a {
		width: 25.6rem;
		height: 5rem;
		font-size: 1.5rem;
		letter-spacing: 0.045rem;
		box-shadow: none;
	}
	#main .symptoms::after {
		height: 5rem;
	}
	#main .contingencies .content {
		margin: 0;
	}
	#main .contingencies .listBox .slick-slide {
		opacity: 1;
	}
}

#main .faq {
	padding-bottom: 11rem;
	position: relative;
	z-index: 1;
}
#main .faq .innerBox {
	margin-bottom: 7rem;
	padding: 4.8rem 2rem 0;
	color: #fff;
	background: url(../img/index/faq_bg01.jpg) no-repeat center top / cover;
	border-radius: 9rem 9rem 0 0;
}
#main .faq .subWrap {
	padding: 5rem 4rem;
	border-radius: 4rem 4rem 0 0;
	background: #E1EBFD;
}
#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.6rem 2.4rem;
	width: 40rem;
	position: relative;
	color: #256BE4;
	line-height: 1.7;
	letter-spacing: 0.03em;
	border-radius: 2rem;
	border: 0.1rem solid #4B8DEB;
	background: linear-gradient(180deg, #FFF 53.85%, #E1EAF9 100%);
	box-shadow: 0 0.4rem 1.6rem rgba(65, 103, 185, 0.20);
}
#main .faq .faqList li .bubble::before {
	content: '';
	margin-top: -0.5rem;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: -1.5rem;
	top: 50%;
	box-sizing: border-box;
	background: #fff;
	border-left: 0.2rem solid #4B8DEB;
	border-bottom: 0.2rem solid #4B8DEB;
	transform: scaleY(0.6) rotate(45deg) translateY(-50%);
	box-shadow: 0 -0.4rem -1.6rem rgba(65, 103, 185, 0.20);
}
#main .faq .faqList li:nth-child(2n) {
	flex-direction: row-reverse;
}
#main .faq .faqList li:nth-child(2n) .bubble {
	margin-bottom: 0;
	padding: 2.4rem 2.3rem 2.3rem;
	width: 50rem;
	color: #353535;
	background: linear-gradient(180deg, #FFF 39.79%, #FEEFF9 86.21%);
	border-color: #E7A9DC;
}
#main .faq .faqList li:nth-child(2n) .bubble::before {
	right: -1.5rem;
	top: 4.3rem;
	left: auto;
	border-left: none;
	border-right: 0.2rem solid #E7A9DC;
	border-bottom: 0.2rem solid #E7A9DC;
	transform: scaleY(0.65) rotate(-45deg) translateY(-50%);
}
#main .faq .faqList li:nth-child(2n) .bubble01 {
	padding-bottom: 2.9rem;
}
#main .faq .faqList li:nth-child(2n) .bubble01::before {
	top: 50%;
}
#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.4rem;
}
#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: #E7A9DC;
	content: '';
}
#main .faq .faqList .bubble .textList li .sm {
	font-size: 1.4rem;
}
#main .faq .faqList .bubble .btnList {
	gap: 0.5rem;
}
#main .faq .faqList .bubble .btnList li a {
	padding: 1rem 2.4rem 1rem 1rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	background: #4B8DEB url(../img/common/icon01.png) no-repeat right 1rem center / 1.1rem;
	border-radius: 8rem;
}
#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 #4B8DEB;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
#main .otherFaq .otherList dt.on {
	border-radius: 0.8rem 0.8rem 0 0;
	border-bottom-color: #FDEFFE;
}
#main .otherFaq .otherList dt::before {
	width: 2.1rem;
	height: 0.3rem;
	position: absolute;
	right: 2.9rem;
	top: 50%;
	border-radius: 0.3rem;
	background: #4B8DEB;
	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: #4B8DEB;
	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: #256BE4;
	font-family: inherit;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	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: 1.2rem;
}
#main .otherFaq .otherList dt .mark {
	margin-top: 0.1rem;
	display: block;
	flex-shrink: 0;
	font-size: 2.9rem;
	font-weight: 700;
	color: #4B8DEB;
	line-height: 1;
}
#main .otherFaq .otherList dt .ttl {
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
	flex: 1;
}
#main .otherFaq .otherList dd {
	border-radius: 0 0 0.8rem 0.8rem;
	background: #FDEFFE;
	display: none;
}
#main .otherFaq .otherList dd .answer {
	padding: 2.9rem 3rem 2.7rem;
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
}
#main .otherFaq .otherList dd .answer .mark {
	margin-top: -0.3rem;
	flex-shrink: 0;
	color: #E7A9DC;
	font-size: 2.9rem;
	line-height: 1;
}
#main .helpful {
	margin: 0 0 10rem;
	padding: 9.8rem 0 10rem;
	border-radius: 0 0 11rem 11rem;
	background: #e1efee;
	position: relative;
  	z-index: 1;
}
#main .helpful::before {
	width: 100%;  
	height: 11.5rem;
	background: url(../img/index/helpful_bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;  
	bottom: calc(100% - 0.2rem);
	left: 0;
	content: ""; 
}
#main .helpful .headLine01 {
	color: #4DB0A0;
}
#main .helpful .helpfulList {
	gap: 5.4rem;
}
#main .helpful .helpfulList li {
	width: 28.4rem;
}
#main .helpful .helpfulList li a {
	display: block;
}
#main .helpful .helpfulList li .photo {
	margin-bottom: 2rem;
	border-radius: 5rem;
	overflow: hidden;
}
#main .helpful .helpfulList li .photo img {
	width: 100%;
	transition: 0.3s;
}
#main .helpful .helpfulList li p {
	line-height: 1.71;
	letter-spacing: 0.03em;
}
#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 5rem;
	display: flex;
	gap: 1.5rem;
	border-radius: 5rem;
	background: #E1EBFD;
}
#main .ctaBox .textBox {
	flex: 1;
}
#main .ctaBox .textBox h2 {
	margin-bottom: 0.5rem;
	color: #256BE4;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 0.03em;
}
#main .ctaBox .textBox p {
	line-height: 1.71;
	letter-spacing: 0.03em;
}
#main .ctaBox .btn {
	margin-top: 3.2rem;
	width: 36rem;
}
#main .ctaBox .btn a {
	padding: 1.8rem 1.5rem 2rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	border-radius: 8rem;
	background: #4B8DEB;
	box-shadow: 0 0.4rem 2rem 0 rgba(65, 103, 185, 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: 2.1rem;
	}
	#main .faq {
		padding-bottom: 8.2rem;
		border-radius: 0 0 6rem 6rem;
	}
	#main .faq .content {
		margin: 0;
	}
	#main .faq .innerBox {
		margin-bottom: 7rem;
		padding: 4.9rem 0.6rem 0;
		border-radius: 5rem 5rem 0 0;
	}
	#main .faq .subWrap {
		padding: 4rem 1.4rem;
	}
	#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;
		flex: 1;
		line-height: 1.4;
		border-radius: 1.5rem;
		background: linear-gradient(180deg, #FFF 61.54%, #E1EAF9 114.29%);
		box-shadow: 0 0.4rem 1rem rgba(65, 103, 185, 0.20);
	}
	#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;
		background: linear-gradient(180deg, #FFF 31.53%, #FEF 68.31%);
	}
	#main .faq .faqList li:nth-child(2n) .bubble::before {
		right: -1.2rem;
		top: 2rem;
		left: auto;
		border-width: 0.1rem;
	}
	#main .faq .faqList li:nth-child(2n) .bubble01 {
		padding-bottom: 1.3rem;
	}
	#main .faq .faqList li:nth-child(2n) .bubble01::before {
		top: 2rem;
	}
	#main .faq .faqList .bubble p {
		margin-bottom: 1.5rem;
	}
	#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.5rem;
		line-height: 1.74;
	}
	#main .faq .faqList .bubble .textList li::before {
		left: 0;
	}
	#main .faq .faqList .bubble .textList li .sm {
		font-size: 1.3rem;
	}
	#main .faq .faqList .bubble .btnList {
		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.9rem;
	}
	#main .otherFaq .otherList dt .mark {
		margin-top: 0.2rem;
		font-size: 2.1rem;
	}
	#main .otherFaq .otherList dt .ttl {
		margin-top: 0.1rem;
	}
	#main .otherFaq .otherList dd .answer {
		padding: 2rem 2rem 1.9rem 1.3rem;
		gap: 0.5rem;
		line-height: 1.74;
	}
	#main .otherFaq .otherList dd .answer .mark {
		margin-top: 0.1rem;
		font-size: 2.1rem;
	}
	#main .helpful {
		margin: 0 0 7rem;
		padding: 7rem 0 7rem;
		border-radius: 0 0 6rem 6rem;
	}
	#main .helpful .helpfulList {
		margin: 0 auto;
		width: 82%;
		gap: 3rem;
	}
	#main .helpful .helpfulList li {
		width: 100%;
	}
	#main .helpful .helpfulList li .photo {
		margin-bottom: 0.8rem;
		border-radius: 3rem;
	}
	#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;
		border-radius: 4rem;
	}
	#main .ctaBox .textBox {
		margin: 0 1rem;
	}
	#main .ctaBox .textBox h2 {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		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: 2rem 1.5rem 2.3rem;
		font-size: 1.6rem;
		box-shadow: 0 0.4rem 1.4rem 0 rgba(45, 92, 193, 0.20);
	}
	#main .ctaBox .btn a .btnTxt {
		padding: 0 1.9rem 0 1.2rem;
		background-size: 1.3rem;
	}
	#main .helpful::before {
		height: 6.5rem;
		background-image: url(../img/index/helpful_bg_sp.png);
	}
}


.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;
	}
}