/* furuta css */

main {
	overflow: hidden;
}

.for-compensation .key .catch {
	font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}

.bold {
	font-weight: 600;
}

.bg_beige {
	background-color: #fbf6f0 !important;
}

.bg_lblue {
	background: #f0f5f8;
	position: relative;
	z-index: 0;
}

.bg_aqua {
	background-color: #00B7CB !important;
}

.bg_aqua h2 {
	color: #fff;
}

.txt_yellow {
	color: #ffc62b;
}

.txt_darkBlue {
	color: #3c5a78;
}

.btn-internal_main {
	max-width: 600px;
	margin: 70px auto 0;
	height: 75px;
}

.btn-internal_main a {
	font-size: clamp(1rem, 0.854rem + 0.23vw, 1.125rem);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	background: #00B7CB url(../img/top/arr_right_wh.png) no-repeat center right 20px;
	color: #ffffff;
	border-radius: 20px;
	background-size: 9px auto;
}

.compensation-claim .key .lawers .lawer01 {
	margin-left: -86px;
}

.compensation-claim .key .lawers .lawer02 {
	margin-left: -100px;
}


.compensation-claim .srchArea .srchBox .inner {
	background-color: #fff;
}

.compensation-claim .aqua_back {
	background-color: #00B7CB;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.5rem, 0.643rem + 1.34vw, 2.25rem);
	margin: min(1.5vw, 30px) 0;
	width: 87%;
}

.compensation-claim .key .keyInr {
	justify-content: space-around;
	gap: 5%;
}

.compensation-claim .key .mainTitBox {
	margin-bottom: 0;
}

.compensation-claim .myself .fuki {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 208px;
	padding: 15px;
}

.compensation-claim .myself .fuki .block {
	display: block;
	font-size: 18px;

}

.compensation-claim .myself .fuki .block .txt_blue {
	font-size: 20px;
	font-size: clamp(1.25rem, 0.958rem + 0.46vw, 1.5rem);
}

/*.compensation-claim .myself .fukiWrap:before {
	content: "";
	background: url("../img/top/myself_ill.png") no-repeat;
	background-size: 100%;
	width: min(10.8vw, 208px);
	height: min(15.625vw, 300px);
	position: absolute;
	top: auto;
	bottom: -2rem;
	left: auto;
	right: 70rem;
	z-index: 1;
}*/

.for-compensation .myself .fukiWrap:before {
	content: none;
}

/*.for-compensation .myself .fukiWrap:before {
	content: "";
	background: url(../img/top/myself_ill.png) no-repeat;
	background-size: 100%;
	width: min(22.1vw, 426px);
	height: min(20.5vw, 395px);
	position: absolute;
	top: min(-13.6vw, -231px);
	left: 66rem;
	z-index: -1;
}*/

.check .label {
	width: 83%;
	max-width: 1000px;
	background: #01BDD1;
	color: #fff;
	text-align: center;
	border-radius: 80px;
	font-weight: 500;
	line-height: 1.6;
	font-size: clamp(1.75rem, 1.458rem + 0.46vw, 2rem);
	padding: min(2.9vw, 35px);
	letter-spacing: 0.06em;
	margin: 0 auto min(5vw, 60px);
}

.check .whiteArea {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 80px 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 450px;
	align-items: stretch;
	position: relative;
}

.check .whiteArea::before {
	content: "";
	background-image: url(../img/top/check_ill.png);
	background-size: 100% 100%;
	width: 240px;
	height: 293px;
	display: block;
	margin-right: 20px;
	position: absolute;
	bottom: -50px;
	right: -130px;
}

.check .whiteArea .check {
	font-size: 18px;
	width: 50%;
	display: flex;
	align-items: center;

}

.check .whiteArea .check::before {
	content: "";
	background-image: url(../img/top/flow_check.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 20px;
}

.merit .lead {
	margin-bottom: 50px;
}



.acdBox .acdTitBox:before {
	content: none;
	background-image: none !important;
}

.acdBox:nth-child(2) .acdTitBox:before {
	content: none;
	background-image: none !important;
}

.acdBox:nth-child(3) .acdTitBox:before {
	content: none;
	background-image: none !important
}

.acdBox:nth-child(4) .acdTitBox:before {
	content: none;
	background-image: none !important
}

.acdBox:nth-child(5) .acdTitBox:before {
	content: none;
	background-image: none !important
}

.acdBox .acdTitBox .acdTitInr {
	min-height: 110px;
	padding: 30px 0 30px 40px;
}


.merit .acdBox {
	position: relative;
	border-bottom: solid 1px #ddd;
	margin: 0 auto 40px;
	line-height: 1.3;
}

.merit .acdBox:last-child {
	margin: 0 auto;
}

.merit .acdBox .merit01:before {
	content: "MERIT 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 30px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit02:before {
	content: "MERIT 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 35px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit03:before {
	content: "MERIT 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit04:before {
	content: "MERIT 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit05:before {
	content: "MERIT 05";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit06:before {
	content: "MERIT 06";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}


.merit .acdBox .merit07:before {
	content: "MERIT 07";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .acdTitBox .acdTit {
	line-height: 1.5;
}


.strong {
	position: relative;
}

.strong::before {
	content: "";
	background: url(../img/top/arr_large_down.png) no-repeat;
	background-size: 100%;
	width: min(13.3vw, 260px);
	height: min(7.5vw, 90px);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.strong .fourColBox {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
	gap: 10px;
}

.strong .fourColBox .colBox {
	max-width: 290px;
	flex: 1;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	padding: 40px 10px 20px;
}

.strong .fourColBox .colBox .label {
	max-width: 180px;
	width: 76%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fac850;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	border-radius: 20px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.strong .fourColBox .colBox .pic {
	max-width: 150px;
	width: 57%;
	margin: 0 auto 15px;
}

.strong .fourColBox .colBox .txt {
	color: #3c5a78;
	font-size: clamp(1.125rem, 0.979rem + 0.23vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.3;
}

.strong .fourColBox .colBox .txt .txt_blue {
	font-size: clamp(1.25rem, 0.958rem + 0.46vw, 1.5rem);
}

.strong .fourColBox .colBox .txt .txt_blue .num {
	font-size: 36px;
}

.caseEx .storyWrap {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	position: relative;
	gap: 20px;
}

.caseEx .perInfo .icon {
	width: 60px;
}

.caseEx .perInfo .icon img {
	border: solid 2px #00B7CB;
	border-radius: 50%;
}


.caseEx .storyCase {
	background-color: #00B7CB;
	padding: 30px;
	position: relative;
	width: 33%;
	z-index: 0;
}

.caseEx .story01::before {
	content: "STORY 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 100px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.caseEx .story02::before {
	content: "STORY 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 100px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.caseEx .story03::before {
	content: "STORY 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 100px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.caseEx .storyCase::after {
	content: "";
	background-color: #f8f6f0;
	width: 100%;
	height: 335px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.caseEx .storyCase .perInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 3;
	position: relative;
}

.caseEx .storyCase .perInfo .icon {
	width: 60px;
	margin-right: 10px;
}

.caseEx .storyCase .perInfo .icon img {
	border: solid 2px #00B7CB;
	border-radius: 50%;
}

.caseEx .storyCase .storyTxt {
	font-size: 24px;
	line-height: 1.4;
	color: #00B7CB;
	height: 100px;
	margin: 20px 0;
	z-index: 3;
	position: relative;
}

.caseEx .storyCase .colBox {
	background-color: #ffffff;
	width: 100%;
	border-radius: 20px;
	text-align: center;
	z-index: 3;
	position: relative;
}

.caseEx .storyCase .colBox .label {
	color: #fff;
	background-color: #00B7CB;
	padding: 20px;
	font-size: 20px;
	border-radius: 20px 20px 0 0;
}


.caseEx .storyCase .colBox .get {
	color: #3c5a78;
	font-size: 24px;
	padding-bottom: 10px;
}

.caseEx .storyCase .colBox .get .number {
	font-size: 36px;
}

.caseEx .storyCase .customAccordionContent {
	background-color: #f8f6f0;
	margin: 20px 0;
	padding: 20px;
}

.caseEx .storyCase .customAccordionContent .title_aqua {
	color: #00B7CB;
	font-size: 1.2em;
	font-weight: 600;
}

.caseEx .storyCase .customAccordionContent p {
	margin: 0 0 20px 0;
}

.caseEx .storyCase .columnAccBox .columnAccBtn {
	width: 100%;
	color: #00B7CB;
	background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
	background-size: 9px auto;
	width: 300px;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caseEx .storyCase .customAccordion .customAccordionTrigger {
	width: 100%;
	color: #00B7CB;
	background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
	background-size: 9px auto;
	width: 300px;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caseEx .storyCase .customAccordion .customAccordionClose {
	width: 100%;
	color: #00B7CB;
	background: #fff url(../img/top/arr_up_blue.png) no-repeat center right 20px;
	background-size: 9px auto;
	width: 100%;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.voice .caseArea {
	margin: 120px auto;
	gap: 40px 20px;
}

.voice .caseArea .caseBox {
	background: #f8f6f0;
	position: relative;
	padding: 0 0 50px 0;
}

.voice .caseArea .caseBox .comment {
	padding: 0px 40px 60px 30px;
	font-size: 24px;
	line-height: 1.5;
}

.voice .caseBox .btn-internal {
	width: calc(100% - 40px) !important;
	margin: 30px auto 0;
	position: relative;
	bottom: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: url();
}

.voice .btn-internal a {
	background: #00B7CB url(../img/top/arr_right_wh.png) no-repeat center right 20px;
	color: #ffffff;
	border-radius: 20px;
	background-size: 9px auto;
}

.voice .caseArea .story01 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story01::before {
	content: "STORY 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.voice .caseArea .story02 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story02::before {
	content: "STORY 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.voice .caseArea .story03 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story03::before {
	content: "STORY 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.voice .caseArea .story04 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story04::before {
	content: "STORY 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.price .trblWrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	position: relative;
	margin: 70px auto 0;
}

.price .trblBox .fuki {
	border-radius: 0;
	height: 127px;
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 20px 0 0 0;
}

.price .trblBox .fuki .comment {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}

.price .trblBox .fuki .num {
	font-size: 60px;
}

.price .trblWrap .txt {
	width: 94%;
	margin: 20px auto 0;
}

.price .trblBox.blue {
	background: #e1f5f5;
}

.price .trblBox.gr {
	background: #e9f5e1;
}

.price .trblBox.yellow {
	background: #F8F6EF;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.price .trblBox.darkBlue {
	background: #f0f5f8;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.price .trblBox.oudo {
	background: #F8F6EF;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.trouble .trblBox.yellow:before {
	background: #fac850;
	height: 28%;
}

.trouble .trblBox.oudo:before {
	background: #b4aa6e;
	height: 35%;
}

.price .trblBox.yellow .come {
	position: absolute;
	bottom: 0;
	right: 70px;
	font-size: 14px;
}

.price .trblBox.yellow .whiteArea {
	background-color: #fff;
	padding: 30px;
	width: 94%;
	text-align: center;
	color: #3c5a78;
	margin: 100px auto 30px;
}

.price .trblBox.yellow .whiteArea .big {
	font-size: 20px;
	font-weight: 600;
}


.price .trblBox.yellow .txt {
	width: 94%;
	margin: 0 auto;
}

.price .trblBox.darkBlue:before {
	background-color: #3c5a78;
	height: 28%;
}

.price .trblBox.darkBlue .fuki {
	align-items: center;
	padding: 0;
}

.price .trblBox.darkBlue .fuki::after {
	content: "";
	background-image: url();
}

.price .trblBox.darkBlue .fuki.addMemo {
	flex-direction: column;
	height: 150px;
}

.price .trblBox.darkBlue .fuki.addMemo .txt01 {
	display: flex;
	align-items: center;
}

.price .trblBox.darkBlue .fuki.addMemo .txt02 {
	font-size: 18px;
}

.price .trblBox.darkBlue .fuki .ne {
	font-size: 1.8em;
	margin: 0 50px;
}

.price .trblBox.darkBlue .txt_darkBlue_center {
	text-align: center;
	color: #3c5a78;
	width: 94%;
	margin: 30px auto 0;
}

.price .trblBox.darkBlue .txt_darkBlue_center .big {
	font-size: 20px;
	font-weight: 600;
}

.price .trblBox.darkBlue .txt {
	width: 94%;
	margin: 20px auto;
	text-align: center;
	color: #000;
}

.price .trblBox.oudo .whiteArea {
	background-color: #fff;
	padding: 30px;
	width: 94%;
	text-align: center;
	color: #3c5a78;
	margin: 60px auto 0;
	line-height: 1.8;
}


.checkList {
	position: relative;
}

.checkList::after {
	content: "";
	position: absolute;
	background-image: url(../img/top/kind_ill.png);
	display: block;
	background-size: 100% 100%;
	width: 267px;
	height: 417px;
	right: -4%;
	bottom: 0;
	z-index: -1;
}

.checkList.reason02:before {
	background: none;
}

.checkList .lead {
	margin: -60px auto 80px;
}

.checkList .acdBox {
	margin-top: 40px;
}

.checkList .acdArea .check01 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check01::before {
	content: "CHECK 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check02 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check02::before {
	content: "CHECK 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check03 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check03::before {
	content: "CHECK 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check04 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check04::before {
	content: "CHECK 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check05 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check05::before {
	content: "CHECK 05";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.myself .bg_white {
	background-color: #FFF;
	padding: 60px 0 40px;
	text-align: center;
	color: #3c5a78;
	margin: 60px auto 0;
}

.myself .bg_white .txt_aqua {
	color: #00B7CB;
	font-size: 24px;
	font-weight: 600;
	margin: 40px auto 0;
}

.compensation-claim .myself .txt_darkblue {
	color: #3c5a78;
	background: #fff;
}

.compensation-claim .myself .numberNone .fuki:nth-child(1):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(2):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(3):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(4):before {
	content: "";
	background: none;
}

.myself.second .fukiWrap:before {
	content: "";
	background: url(../img/top/myself_ill_bgblue.png) no-repeat;
	background-size: 100%;
	width: min(22.1vw, 426px);
	height: min(20.5vw, 395px);
	position: absolute;
	top: min(-13.6vw, -231px);
	left: -8rem;
	z-index: 0;
}

.for-compensation .myself.second .fukiWrap:before {
	content: none;
}

.huki_before_blue::before {
	content: "";
	background: url(../img/top/arr_large_blue_down.png) no-repeat;
	background-size: 100%;
	width: min(13.3vw, 260px);
	height: min(7.5vw, 90px);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.faq .green {
	color: #6ebe96;
	margin-right: 10px;
}

.faq .acdBox {
	margin-top: 30px;
}

.faq .acdTitInr {
	padding: 0 0 0 60px !important;
}

.faq .acdTxtBox {
	padding: 40px 60px !important;
	/* margin-bottom: 30px; */
}

.faq .flex {
	display: flex;
}


/* 請求された・されそう */

.for-compensation .green_back {
	background-color: #6ebe96;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.063rem, -0.033rem + 1.71vw, 2rem);
	margin: min(1.5vw, 30px) 0;
	width: 100%;
}

.intro .threePoint_green {
	background-color: #6ebe96;
}

.for-compensation .intro .threeColBox .colBox .label {
	background: #6ebe96;
}

.for-compensation .intro .threeColBox .colBox .txt_blue {
	color: #6ebe96;
}

.col2 {
	width: 46% !important;
}

.col3 {
	width: 30% !important;
}

.compensation-claim .myself .lead {
	margin-bottom: 40px;
}

.compensation-claim .price .whiteBox {
	background-color: #fff;
	padding: 40px;
	position: relative;
	text-align: center;
	color: #3c5a78;
	width: 94%;
	margin: 20px auto 0;
}

.compensation-claim .price .whiteBox .ribbon {
	position: absolute;
	top: 0;
	left: -30px;
	background: #FFC52A;
	color: #fff;
	font-size: clamp(1.25rem, 0.958rem + 0.46vw, 1.5rem);
	width: 250px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.compensation-claim .price .whiteBox .ribbon:before {
	content: "";
	background: url(../img/top/flow_ribbon.png) no-repeat;
	transform: scaleX(-1);
	background-size: 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.compensation-claim .price .whiteBox .title {
	font-size: 20px;
	font-weight: 600;
}


.compensation-claim .trouble .trblBox.yellow:before {
	height: 41%;
}

.compensation-claim .price .trblBox.darkBlue:before {
	background-color: #3c5a78;
	/*height: 31%;*/
	height: 183px;
}

.for-compensation .price .trblBox.darkBlue:before {
	background-color: #3c5a78;
	height: 20%;
}

.compensation-claim .second .txt_aqua {
	color: #00B6CB;
	font-size: 32px;
	font-weight: 500;
	margin: 40px auto;
	text-align: center;
}

.compensation-claim .second .darkblue {
	color: #3c5a78;
	text-align: center;
	margin: 40px auto 0;
}

.compensation-claim .second .whiteArea {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 80px 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 450px;
	align-items: stretch;
	position: relative;
}

.compensation-claim .second .whiteArea .check {
	font-size: 18px;
	width: 50%;
	display: flex;
	align-items: center;
}

.compensation-claim .second .whiteArea .check::before {
	content: "";
	background-image: url(../img/top/flow_check.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 20px;
}

.compensation-claim .check .whiteArea::before {
	content: "";
	background: url("../img/top/trbl_ill01.png") no-repeat;
	background-size: 100%;
	width: min(10.8vw, 208px);
	height: min(15.625vw, 300px);
	position: absolute;
	top: auto;
	bottom: -2rem;
	left: auto;
	right: 72rem;
	z-index: 1;
}

.compensation-claim .check .whiteArea::after {
	content: "";
	background: url("../img/top/trbl_ill02.png") no-repeat;
	background-size: 100%;
	width: min(10.8vw, 178px);
	height: min(15.625vw, 252px);
	position: absolute;
	top: auto;
	bottom: -2rem;
	left: auto;
	left: 74rem;
	z-index: 1;
}






@media only screen and (max-width: 1024px) {
	.compensation-claim .aqua_back {
		font-size: 20px;
		width: 100%;
		padding: 10px 15px;
		margin: 15px 0;
		text-align: center;
	}

	.for-compensation .green_back {
		padding: 10px 5px;
		font-size: 15px;
		margin: 15px auto;
		width: 93%;
		text-align: center;
	}

	.for-compensation .intro .threePoint_green {
		padding: 0 0 30px;
	}

	.compensation-claim .key .lawers .lawer01 {
		margin-left: -6px;
	}

	.compensation-claim .myself {
		padding-bottom: 60px;
	}

	.compensation-claim .myself .fuki {
		height: 130px;
		padding: 20px 2px 10px;
	}

	.compensation-claim .myself .fuki .block {
		font-size: 14px;
		line-height: 1.6;
	}

	.compensation-claim .myself .fuki .block .txt_blue {
		font-size: 16px;
	}

	.check {
		padding-bottom: 100px;
	}

	.check .secTit span {
		font-size: 22px;
	}

	.check .label {
		width: 83%;
		font-size: 20px;
		padding: 15px;
		margin: 0 auto 20px;
	}

	.check .whiteArea {
		border-radius: 20px 20px 20px 0px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
	}

	.check .whiteArea::before {
		background-image: url(../img/top/check_ill.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -103px;
		right: -30px;
	}

	.check .whiteArea .check {
		font-size: 18px;
		width: 100%;
		display: block;
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 10px;
	}

	.check .whiteArea .check::before {
		content: "";
		background-image: url(../img/top/flow_check.png);
		background-size: 100% auto;
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
	}


	.acdBox .acdTitBox .acdTitInr {
		padding: 30px 50px 30px 20px;
	}

	.merit .acdBox .merit01:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit02:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit03:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit04:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit05:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit06:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit07:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}



	.strong .fourColBox {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px 10px;
	}

	.strong .fourColBox .colBox {
		max-width: calc(50% - 20px);
		flex: inherit;
		position: relative;
		padding: 40px 10px 20px;
	}

	.strong .fourColBox .colBox .label {
		max-width: 180px;
		width: 76%;
		height: 40px;
		border-radius: 20px;
		top: -20px;
	}

	.strong .fourColBox .colBox .pic {
		max-width: 150px;
		width: 57%;
		margin: 0 auto 15px;
	}

	.strong .fourColBox .colBox .txt {
		font-size: 15px;
		line-height: 1.3;
	}

	.strong .fourColBox .colBox .txt .txt_blue {
		font-size: 20px;
	}

	.strong .fourColBox .colBox .txt .txt_blue .num {
		font-size: 32px;
	}



	.compensation-claim .caseEx .secTit {
		margin-bottom: 30px;
	}

	.caseEx .storyWrap {
		margin: 60px auto 0;
		flex-direction: column;
		gap: 40px;
	}

	.caseEx .perInfo .icon {
		width: 60px;
	}

	.caseEx .storyCase {
		padding: 30px 20px;
		width: 100%;
	}

	.caseEx .story01::before {
		font-size: 30px;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	.caseEx .story02::before {
		font-size: 30px;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	.caseEx .story03::before {
		font-size: 30px;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	.caseEx .storyCase::after {
		content: "";
		background-color: #f8f6f0;
		width: 100%;
		height: 335px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.caseEx .storyCase .perInfo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		z-index: 3;
		position: relative;
	}

	.caseEx .storyCase .perInfo .icon {
		width: 60px;
		margin-right: 10px;
	}

	.caseEx .storyCase .perInfo .icon img {
		border: solid 2px #00B7CB;
		border-radius: 50%;
	}

	.caseEx .storyCase .storyTxt {
		font-size: 24px;
		line-height: 1.4;
		color: #00B7CB;
		height: 100px;
		margin: 20px 0;
		z-index: 3;
		position: relative;
	}

	.caseEx .storyCase .colBox {
		background-color: #ffffff;
		width: 100%;
		border-radius: 20px;
		text-align: center;
		z-index: 3;
		position: relative;
	}

	.caseEx .storyCase .colBox .label {
		color: #fff;
		background-color: #00B7CB;
		padding: 20px;
		font-size: 20px;
		border-radius: 20px 20px 0 0;
	}


	.caseEx .storyCase .colBox .get {
		color: #3c5a78;
		font-size: 24px;
		padding-bottom: 10px;
	}

	.caseEx .storyCase .colBox .get .number {
		font-size: 36px;
	}

	.caseEx .storyCase .customAccordionContent {
		background-color: #f8f6f0;
		margin: 20px 0;
		padding: 20px;
	}

	.caseEx .storyCase .customAccordionContent .title_aqua {
		color: #00B7CB;
		font-size: 1.2em;
		font-weight: 600;
	}

	.caseEx .storyCase .customAccordionContent p {
		margin: 0 0 20px 0;
	}

	.caseEx .storyCase .columnAccBox .columnAccBtn {
		color: #00B7CB;
		background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
		background-size: 9px auto;
		width: 100%;
		height: 54px;
		margin: 30px auto 0;
		text-align: center;
		border-radius: 15px;
	}

	.caseEx .storyCase .customAccordion .customAccordionTrigger {
		color: #00B7CB;
		background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
		background-size: 9px auto;
		width: 100%;
		height: 54px;
		margin: 30px auto 0;
		text-align: center;
		border-radius: 15px;
	}

	.caseEx .storyCase .customAccordion .customAccordionClose {
		width: 100%;
		color: #00B7CB;
		background: #fff url(../img/top/arr_up_blue.png) no-repeat center right 20px;
		background-size: 9px auto;
		width: 100%;
		height: 54px;
		margin: 30px auto 0;
		text-align: center;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.voice .caseArea {
		margin: 120px auto 60px;
	}

	.voice .caseArea .caseBox {
		padding: 0 0 40px;
	}

	.voice .caseArea .story01::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .story02::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .story03::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .story04::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .caseBox .comment {
		padding: 0px 20px 10px 20px;
		font-size: 18px;
		line-height: 1.5;
	}

	.voice .caseBox .btn-internal {
		margin: 20px auto 0;
		position: static;
		transform: inherit;
	}



	.price .trblBox.yellow {
		margin-top: 60px;
	}

	.price .trblBox.oudo {
		margin-top: 60px;
	}

	.price .trblBox.darkBlue {
		margin-top: 60px;
	}

	.trouble .trblBox.yellow:before {
		height: 28%;
	}

	.trouble .trblBox.oudo:before {
		height: 88px;
	}

	.trouble .trblBox .tit {
		line-height: 1.6;
		font-size: 23px;
		margin-bottom: 20px;
	}

	.price .trblBox.yellow .come {
		position: static;
		font-size: 14px;
	}

	.price .trblBox.yellow .whiteArea {
		padding: 30px;
		width: 94%;
		margin: 40px auto 30px;
	}

	.price .trblBox.yellow .whiteArea .big {
		font-size: 20px;
		font-weight: 600;
	}

	.trouble .trblBox:before {
		height: 170px;
	}

	.price .trblBox .fuki {
		padding: 13px 0 5px 0;
	}

	.price .trblBox .fuki .comment {
		right: 8px;
		font-size: 12px;
	}

	.price .trblBox.darkBlue .fuki.addMemo .txt02 {
		font-size: 14px;
		padding: 0 20px;
		margin-top: 10px;
	}

	.price .trblBox.yellow .txt {
		width: 94%;
		margin: 0 auto;
	}

	.price .trblBox.darkBlue:before {
		background-color: #3c5a78;
		height: 28%;
	}

	.price .trblBox.darkBlue .fuki {
		align-items: center;
		padding: 0;
	}

	.price .trblBox.darkBlue .fuki .ne {
		font-size: 1.6em;
		margin: 0 20px;
	}

	.price .trblBox.darkBlue .txt_darkBlue_center {
		margin: 40px auto 0;
	}

	.price .trblBox.darkBlue .txt_darkBlue_center .big {
		font-size: 20px;
		font-weight: 600;
	}

	.price .trblBox.darkBlue .txt {
		width: 94%;
		margin: 20px auto;
		text-align: center;
		color: #000;
	}

	.price .trblBox.yellow .fuki {
		height: auto;
		display: block;
		line-height: 1.4;
	}

	.price .trblBox.yellow .fuki .num {
		font-size: 40px;
	}

	.compensation-claim .trouble .trblBox.yellow:before {
		height: 235px;
	}

	.compensation-claim .price .trblBox.darkBlue:before,
	.for-compensation .price .trblBox.darkBlue:before {
		height: 170px;
	}

	.price .trblBox.oudo .whiteArea {
		margin: 40px auto 0;
	}

	.checkList {
		padding-bottom: 120px;
	}

	.checkList::after {
		content: "";
		position: absolute;
		background-image: url(../img/top/kind_ill.png);
		background-repeat: no-repeat;
		display: block;
		background-size: 100% auto;
		width: 80px;
		height: 130px;
		right: 5%;
		z-index: 1;
	}

	.checkList .lead {
		margin: 0 auto 40px;
	}

	.checkList .acdArea .check01::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check02::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check03::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check04::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check05::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.myself .fukiWrap.numberNone {
		display: block;
	}

	.myself .fukiWrap.numberNone .fuki {
		height: auto;
		width: 100%;
		margin: 0 0 20px;
	}

	.myself .bg_white {
		padding: 40px 20px 40px;
		margin: 40px auto 0;
	}

	.compensation-claim .second .txt_aqua {
		font-size: 18px;
		margin: 30px auto 0;
	}

	.compensation-claim .second .whiteArea {
		border-radius: 50px 50px 50px 0px;
		padding: 40px 20px;
		flex-direction: column;
		height: inherit;
		align-items: stretch;
		position: relative;
	}

	.compensation-claim .second .whiteArea .check {
		font-size: 18px;
		width: 100%;
		padding: 0 0 20px 35px;
		position: relative;
	}

	.compensation-claim .second .whiteArea .check:last-child {
		padding-bottom: 0;
	}

	.compensation-claim .second .whiteArea .check::before {
		content: "";
		background-image: url(../img/top/flow_check.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		width: 25px;
		height: 25px;
		display: block;
		margin-right: 0;
		position: absolute;
		top: 2px;
		left: 0;
	}

	.faq .acdTitInr {
		padding: 0 55px 0 20px !important;
	}




	.compensation-claim .check .whiteArea::before {
		width: 80px;
		height: 116px;
		bottom: -6rem;
		right: auto;
		left: 0;
	}

	.compensation-claim .check .whiteArea::after {
		width: 90px;
		height: 129px;
		bottom: -96px;
		left: auto;
		right: 0;
	}

	.compensation-claim .myself .fukiWrap {
		flex-direction: column;
		gap: 40px 15px;
	}

	.compensation-claim .myself .fuki {
		height: inherit;
		padding: 20px 2px 10px;
		width: 100% !important;
	}

	.myself .fuki:nth-child(7):before {
		background: url(../img/top/myself_case07.png) no-repeat top center;
		background-size: auto 20px;
	}

	.compensation-claim .voice .caseArea {
		margin: 60px auto 60px;
	}

	.compensation-claim .price .whiteBox .ribbon {
		position: absolute;
		top: -15px;
		left: -15px;
		font-size: 16px;
		width: 120px;
		height: 40px;
	}

	.compensation-claim .price .whiteBox .ribbon:before {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: -15px;
		left: 0;
	}

	.compensation-claim .price .whiteBox {
		padding: 40px 20px;
	}

	.compensation-claim .price .trblBox.darkBlue .txt_darkBlue_center {
		width: 94%;
		margin: 30px auto 0;
	}

	.for-compensation .price .trblBox.darkBlue .whiteBox .txt_darkBlue_center {
		width: 100%;
	}

	.faq .acdTxtBox {
		padding: 30px 20px !important;
	}

	.btn-internal_main {
		margin: 40px auto 0;
	}

	.btn-internal.blue a {
		background-color: #00B6CB;
	}

	.price .trblWrap {
		margin: 40px auto 0;
	}

	.myself.second .secTit {
		margin: 0 0 30px;
	}

	.for-compensation .key .catch {
		font-size: 14px;
	}

}

.bottom-link {
	display: flex;

}

.bottom-link .right_blue {
	width: 50%;
	background-image: url(../img/top/back_right_blue.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 5% 4% 5% 0;
}

.bottom-link .left_gr {
	width: 50%;
	background-image: url(../img/top/back_left_gr.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 5% 0 5% 2.5%;
}

.bottom-link a {
	display: flex;
	align-items: center;
}

.bottom-link .right_blue a {
	justify-content: right;
}

.bottom-link .left_gr a {
	justify-content: left;
}

.bottom-link h4 {
	font-size: 36px;
	margin: 0 0 15px;
}

.bottom-link p {
	font-size: 18px;
	line-height: 1.5;
}


@media only screen and (max-width: 1024px) {

	.bottom-link {
		display: block;
	}

	.bottom-link .right_blue {
		width: 100%;
		padding: 5%;
	}

	.bottom-link .left_gr {
		width: 100%;
		padding: 5%;
	}

	.bottom-link .right_blue a {
		justify-content: left;
	}

	.bottom-link h4 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.bottom-link p {
		font-size: 16px;
		line-height: 1.5;
	}

}

.header__cta {
	display: flex;
	gap: 10px;
}

.header__cta .btn_cta {
	width: 50%;
}

.header__cta .btn_cta a {
	background: #fff;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 600;
	height: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0 30px 0 0;
}

.header__cta .btn_cta a:before {
	content: "";
	width: 42px;
	height: 100%;
	background: #00B7CB url(../img/_icon/icon_mail02.svg) no-repeat center/24px 24px;
	margin: 0 13px 0 0;

}

.header__cta .btn_cta.btn_green a:before {
	background: #4CBF93 url(../img/_icon/icon_mail02.svg) no-repeat center/24px 24px;

}

.header__cta .btn_cta a span {
	font-size: 14px;
}

.header__cta .btn_cta.btn_blue {
	color: #00B7CB;
}

.header__cta .btn_cta.btn_green {
	color: #4CBF93;
}

.header__cta .btn_cta.btn_blue a {
	background: #fff url(../img/top/arr_right_blue.png) no-repeat center right 10px;
	background-size: 6px auto;
}

.header__cta .btn_cta.btn_green a {
	background: #fff url("../img/top/arr_right_gr.png") no-repeat center right 10px;
	background-size: 6px auto;
}

@media only screen and (max-width: 1160px) {
	.header__text04 {
		margin-top: 3px;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.header__text04 .whLabel {
		padding: 4px 9px;
		margin-right: 10px;
		font-size: 12px;
		line-height: 1.5;
		width: 82px;
	}

	.header__text04 .result {
		font-size: 12px;
		padding: 4px 10px;
	}

	.header__cta .btn_cta a {
		font-size: 12px;
		height: 45px;
	}

	.header__cta .btn_cta a:before {
		margin: 0 8px 0 0;
	}

	.header__cta .btn_cta a span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.header__cta {
		display: flex;
		gap: 20px;
		width: 100%;
	}

	.header__cta .btn_cta {
		width: 50%;
	}

	.header__cta .btn_cta a {
		background: #fff;
		border-radius: 5px;
		font-size: 16px;
		font-weight: 600;
		height: 55px;
		display: flex;
		align-items: center;
		overflow: hidden;
		padding: 0 22px 0 0;
		line-height: 1.4;
	}

	.header__cta .btn_cta a:before {
		width: 48px;
		background: #00B7CB url(../img/_icon/icon_mail02.svg) no-repeat center/24px auto;
		margin: 0 20px 0 0;
	}

	.header__cta .btn_cta.btn_green a:before {
		background: #4CBF93 url(../img/_icon/icon_mail02.svg) no-repeat center/24px auto;

	}

	.header__cta .btn_cta a span {
		font-size: 20px;
	}

	.header__cta .btn_cta.btn_blue {
		color: #00B7CB;
	}

	.header__cta .btn_cta.btn_green {
		color: #4CBF93;
	}

	.header__cta .btn_cta.btn_blue a {
		background: #fff url(../img/top/arr_right_blue.png) no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta.btn_green a {
		background: #fff url("../img/top/arr_right_gr.png") no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta a br {
		display: none;
	}
}

@media only screen and (max-width: 599px) {
	.header__cta {
		display: flex;
		gap: 10px;
		width: 100%;
	}

	.header__cta .btn_cta {
		width: 50%;
	}

	.header__cta .btn_cta a {
		background: #fff;
		border-radius: 5px;
		font-size: 13px;
		font-weight: 600;
		height: 45px;
		display: flex;
		align-items: center;
		overflow: hidden;
		padding: 0 22px 0 0;
		line-height: 1.4;
	}

	.header__cta .btn_cta a:before {
		width: 38px;
		background: #00B7CB url(../img/_icon/icon_mail02.svg) no-repeat center/18px auto;
		margin: 0 10px 0 0;
	}

	.header__cta .btn_cta.btn_green a:before {
		background: #4CBF93 url(../img/_icon/icon_mail02.svg) no-repeat center/18px auto;

	}

	.header__cta .btn_cta a span {
		font-size: 15px;
	}

	.header__cta .btn_cta.btn_blue {
		color: #00B7CB;
	}

	.header__cta .btn_cta.btn_green {
		color: #4CBF93;
	}

	.header__cta .btn_cta.btn_blue a {
		background: #fff url(../img/top/arr_right_blue.png) no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta.btn_green a {
		background: #fff url("../img/top/arr_right_gr.png") no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta a br {
		display: block;
	}
}