@charset "utf-8";

/* Body
------------------------------ */
html{
	overflow-x: hidden;
	font-size: 62.5%;
}
body {
	box-shadow: none;
	color: #3E3E3E;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.625;
    letter-spacing: 0.03em;
	text-size-adjust: 100%;
	margin: 0;
}
a{
	text-decoration: none;
	transition: .25s;
}
ul,ol{
	letter-spacing: 0;
}
li{
	list-style: none;
	letter-spacing: normal;
	vertical-align: middle;
}
p{
	margin: 0;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.align_left{
	text-align: left;
}
.align_center{
	text-align: center;
}
.align_right{
	text-align: right;
}
.tel {
	position: relative;
    display: inline-block;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.fw_6 {
	font-weight: 600;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.zen {
	font-family: 'Zen Old Mincho', serif;
}
/* layout
------------------------------ */
.wrapper{
	position: relative;
	width: 1300px;
	max-width: 100%;
	padding: 0 25px;
	margin: auto;
}
.wrapper_l {
    position: relative;
	width: 1500px;
	max-width: 100%;
	margin: auto;
}
*,*::before,*::after {
	box-sizing: border-box;
}
.layout_flex {
	display: flex;
}
.layout_flex.sb {
	justify-content: space-between;
}
.layout_flex.fw {
	flex-wrap: wrap;
}
.layout_flex.rr {
	flex-direction: row-reverse;
}
.circle{
	position: relative;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.circle::before{
	content: "●";
	color: #000;
	margin-right: 4px;
}
.point {
	position: relative;
	display: block;
	padding-left: 0.7em;
	text-indent: -1em;
}
.point::before{
	content: "・";
}
.asterisk {
	position: relative;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.asterisk::before{
	content: "※";
}

/* Common（共通css）
------------------------------ */
* {
	min-height: 0;
	min-width : 0;
}
.btn {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	letter-spacing: .0075em;
	color: #fff;
    background: #46382e;
	box-sizing: border-box;
	border: 1px solid #46382e;
    border-radius: 50px;
    padding: 12px 35px;
}
.btn:hover {
	color: #46382e;
    background: #fff;
}
.text_link {
	display: inline-block;
	text-decoration: none;
	color: #795212;
	text-indent: 0;
}
.text_link::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #795212;
	margin: auto;
}
.emphasis{
	color: #FF0000;
}
.caution{
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}
.caution::before{
	content: "※";
}
figure{
	margin: 0;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}
.order4 {
	order: 4;
}
.section_title {
	font-size: 6rem;
	line-height: 1.45;
	color: #323232;
	text-align: center;
    text-shadow: 3px 3px 1px #fff, -3px -3px 1px #fff,
				-3px 3px 1px #fff,  3px -3px 1px #fff,
				3px 0px 1px #fff, -3px -0px 1px #fff,
				0px 3px 1px #fff,  0px -3px 1px #fff,
				3px 3px 3px #fff, -3px -3px 3px #fff,
				-3px 3px 3px #fff,  3px -3px 3px #fff,
				3px 0px 3px #fff, -3px -0px 3px #fff,
				0px 3px 3px #fff,  0px -3px 3px #fff,
				4px 4px 3px #000, -3px -3px 3px #000,
				-3px 3px 1px #000,  3px -3px 1px #000;
}
.section_title span {
	color: #BC121E;
}
.section_title .section_title_circle {
	color: #323232;
}

@media screen and (min-width: 481px) {
	.text_link:hover::after {
		width: 100%;
	}
}

/* Header
------------------------------ */
header {
	margin: auto;
	position: relative;
	width: 100%;
}
.header_message {
	font-size: 1.2rem;
    letter-spacing: 0;
	color: #737373;
	background: #EDEDED;
	padding: 10px 0;
}
.header_wrapper {
	background: #fff;
    padding: 22px 0;
}
.header_logo_wrapper {
	background: #fff;
	box-shadow: 0 0 24px rgb(227 169 93 / .1);
	border-radius: 0 0 30px 0;
    padding: 20px 46px 27px;
}
.header_logo_mark {
	display: block;
	width: 359px;
    height: 56px;
    position: relative;
    text-indent: -9999px;
    background: url(../images/logo.svg) no-repeat center center / contain;
	transition: .3s;
}
.header_content {
	margin-top: 27px;
	margin-right: 12.1%;
}


@media screen and (min-width: 481px) {
	.header_logo_mark:hover {
		opacity: .5;
	}

	/* 固定header */
	header.scroll {
		position: fixed;
		background: #fff;
		box-shadow: 3px 3px 3px rgba(70,56,46,.3);
		z-index: 100;
		animation-name: anime;
		animation-duration: 0.5s;
	}
	@keyframes anime {
		0% {
			opacity: 0;
			transform: translateY(-50px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	header.scroll .header_logo_mark {
		width: 210px;
		height: 70px;
	}
	header.scroll .header_logo_wrapper {
		padding: 5px 25px;
	}
}

/* 固定header */
header.clone-nav {
	-webkit-transition: .6s ease-in-out;
	position: fixed;
	top: -200%;
	transition: .6s ease-in-out;
	width: 100%;
	z-index: 10;
	height: 112px;
	background-color: transparent;
}
header.clone-nav .header_pc {
	margin-top: 0;
	background: #fff;
}
header.is-show {
	-webkit-box-shadow:  0 0 10px rgb(117 96 72 / 85%);
	box-shadow: 0 0 10px rgb(117 96 72 / 85%);
	top: 0
}

/* main_view
------------------------------ */
.main_view_inner {
	position: relative;
	background: url(../images/main_view_pc.jpg) no-repeat left center / cover;
	padding: 0 0 33px 0;
}
.main_view_inner::before {
	position: absolute;
	content: "";
	width: 63.33%;
	top: -100px;
	bottom: 0;
	right: 0;
	background-color: #BC121E;
	clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
}
.main_view_text {
	position: relative;
	font-weight: 700;
	letter-spacing: 0;
	width: calc(50% + 208px);
	transform: translateY(-60px);
	margin-left: auto;
	background: #3E3E3E;
	clip-path: polygon(0% 100%, 1% 0%, 100% 0%, 100% 100%);
	padding: 4px 10px 5px 38px;
}
.main_view_area {
	font-size: 4rem;
	color: #F3E563;
	text-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.main_view_message {
	font-size: 3.2rem;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.main_view_content {
	width: 100%;
	max-width: 1271px;
	margin: auto;
	margin-top: -62px;
}
.main_view_title {
	position: relative;
}

@media screen and (max-width: 1499px) {
	.main_view_area {
		font-size: 3.4rem;
	}
	.main_view_message {
		font-size: 2.8rem;
	}
}


/* inquiry
------------------------------ */
.inquiry {
	margin-top: 130px;
}
.inquiry_wrapper {
	position: absolute;
	left: 68px;
    bottom: 42px;
	width: 100%;
	max-width: 692px;
}
.inquiry_message {
	font-size: 2.4rem;
    text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 3px 0;
}
.inquiry_message span {
	font-weight: 700;
	color: #BC121E;
}

/* strong
------------------------------ */
#strong {
	position: relative;
	margin-top: 130px;
}
.strong_bg {
	background: url(../images/strong_bg.jpg) no-repeat center center / cover;
}
.strong_inner {
	padding: 102px 0 130px;
}
.strong_items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 98px;
}
.strong_item {
	position: relative;
	width: 100%;
    max-width: 30.08%;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    padding: 47px 22px 26px 24px;
    margin-right: 4.88%;
}
.strong_item_line {
    padding: 38px 22px 18px 24px;
}
.strong_item:nth-of-type(n + 4) {
	margin-top: 56px;
}
.strong_item:nth-of-type(3) {
	margin-right: 0;
}
.strong_item:last-of-type {
	margin-right: 0;
}
.strong_item_title_icon {
	position: relative;
}
.strong_item_title_icon::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 83px;
	left: 50%;
	transform: translateX(-50%);
	top: -95px;
	background: url(../images/illust_light_bulb.svg) no-repeat center center / contain;
}
.strong_item_title {
	font-size: 3.6rem;
	line-height: 1.2;
	color: #BC121E;
	text-align: center;
}
.strong_item_title .strong_item_title_marker {
	background:linear-gradient(transparent 60%, #F3E563 60%);
}
.strong_item_text {
	font-weight: 500;
	line-height: 1.4;
	border-top: 1px solid #BC121E;
    padding-top: 21px;
    margin-top: 24px;
}
.strong_item_line .strong_item_text {
    padding-top: 10px;
}

/* wages
------------------------------ */
#wages {
	margin-top: 117px;
}
.wages_items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 53px;
}
.wages_item:nth-of-type(n + 4) {
	margin-top: 49px;
}
.wages_item_open {
	width: 100%;
	max-width: 314px;
	margin-right: 56px;
	margin-left: 76px;
}
.wages_item_exchange {
	width: 100%;
	max-width: 329px;
	margin-right: 39px;
}
.wages_item_installation {
	width: 100%;
	max-width: 350px;
}
.wages_item_servicing {
	width: 100%;
	max-width: 324px;
	margin-right: 27px;
	margin-left: 66px;
}
.wages_item_making {
	width: 100%;
	max-width: 420px;
	margin-right: 22px;
}
.wages_item_locking {
	width: 100%;
	max-width: 303px;
}
.wages_alert {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    margin-top: 40px
}
.wages_foot {
	margin-top: 69px;
}
.wages_foot_title {
	font-size: 5rem;
	color: #BC121E;
	text-shadow: 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, 3px 0px 1px #fff, -3px 0px 1px #fff, 0px 3px 1px #fff, 0px -3px 1px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff, 4px 4px 3px #000, -3px -3px 3px #000, -3px 3px 1px #000, 3px -3px 1px #000;
	text-align: center;
}
.wages_foot_title span {
	background: linear-gradient(transparent 60%, #F3E563 60%);
}
.wages_foot_message {
	font-size: 3rem;
    font-weight: 700;
    line-height: 1.65;
    text-align: center;
    margin-top: 29px;
}
.wages_foot_texts {
	text-align: center;
	margin-top: 28px;
}
.wages_foot_text {
	margin-top: 10px;
}
.wages_foot_text:first-of-type {
	margin-top: 0;
}

/* flow
------------------------------ */
#flow {
	margin-top: 137px;
}
.flow_inner {
	background: url(../images/flow_bg.jpg) no-repeat center center / cover;
	padding: 132px 0 129px;
}
.flow_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 58px;
}
.flow_item {
	width: 100%;
	max-width: 32%;
	background: #F5F5F5;
}
.flow_item_title {
	position: relative;
	display: flex;
    align-items: center;
	font-size: 2.2rem;
	line-height: 1.4;
	color: #FFF;
	background: #BC121E;
	min-height: 110px;
	padding: 10px 5px 10px 80px;
	z-index: 1;
}
.flow_item_title::before {
    position: absolute;
    content: "";
	left: 0;
    width: 29.6796%;
    top: 0px;
    bottom: 0;
    background-color: #8F131B;
    clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 0% 100%);
	z-index: -1;
}
.flow_item_title::after {
	position: absolute;
	content: "";
    width: 57px;
    height: 60px;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.flow_item_01 .flow_item_title::after {
	background: url(../images/flow_num_01.svg) no-repeat center center / contain;
}
.flow_item_02 .flow_item_title::after {
	background: url(../images/flow_num_02.svg) no-repeat center center / contain;
}
.flow_item_03 .flow_item_title::after {
	background: url(../images/flow_num_03.svg) no-repeat center center / contain;
}
.flow_item_text {
	font-size: 2rem;
	line-height: 1.54;
	padding: 19px 22px 24px;
}

/* cheap
------------------------------ */
#cheap {
	position: relative;
}
.parallax--container {
	position: absolute;
	clip: rect(0, auto, auto, 0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -10
}
.parallax {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.cheap_bg {
	background: url(../images/cheap_bg.jpg) no-repeat center center / cover;
}
.cheap_inner {
	padding: 97px 0 130px;
}
.cheap_items {
	margin-top: 60px;
}
.cheap_item {
	display: flex;
	background: #fff;
	margin-top: 35px;
}
.cheap_item:first-of-type {
	margin-top: 0;
}
.cheap_item_content {
	width: 100%;
	max-width: 818px;
	margin-right: 92px;
}
.cheap_item_title {
	font-size: 3.6rem;
	letter-spacing: 0;
    color: #fff;
    background: #BC121E;
    padding: 18px 39px 20px;
    clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
}
.cheap_item_text {
	letter-spacing: 0;
	padding: 38px 10px 20px 40px;
}
.cheap_item_line .cheap_item_text {
    padding: 23px 10px 10px 40px;
}
.cheap_item_line .cheap_item_text .caution {
	font-size: 2.2rem;
}
.cheap_item_pic {
	width: 100%;
	max-width: 250px;
}

/* works
------------------------------ */
#works {
	margin-top: 130px;
}
.works_inner {
	background: url(../images/works_bg.jpg) no-repeat center center / cover;
	padding: 100px 0 130px;
}
.works_subtitle {
	text-align: center;
	margin-top: 38px;
}
.works_subtitle span {
	position: relative;
	display: inline-block;
	font-size: 4rem;
	color: #F3E563;
	background: #BC121E;
	padding: 12px 40px 12px;
}
.works_subtitle span:before,
.works_subtitle span:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	height: 89px;
	border: 43px solid #BC121E;
}
.works_subtitle span:before {
	left: -58px;
	border-left-width: 26px;
	border-left-color: transparent;
}
.works_subtitle span:after {
	right: -57px;
	border-right-width: 26px;
	border-right-color: transparent;
}
.works_text {
	font-weight: 500;
	letter-spacing: 0;
    line-height: 1.75;
    text-align: center;
    margin-top: 33px;
}
.works_slider {
	margin-top: 43px;
}
#works .slick-initialized .slick-slide {
	margin: 0 35px;
	padding: 0 55px;
}
.works_slide {
	width: 100%;
	background: #fff;
	border-top: 9px solid #BC121E;
	padding: 43px 72px 49px 73px;
}
.works_slide_wrapper {
	display: flex;
}
.works_slide_pic {
	width: 100%;
	max-width: 200px;
	margin-right: 30px;
}
.works_slide_content {
	width: 100%;
}
.works_slide_title {
	font-size: 3.2rem;
	line-height: 1.2;
    color: #BC121E;
    margin-top: -2px;
}
.works_slide_text {
	font-size: 1.8rem;
	line-height: 1.43;
	margin-top: 16px;
}

/* elected
------------------------------ */
#elected {
	position: relative;
}
.elected_bg {
	background: url(../images/elected_bg.jpg) no-repeat center center / cover;
}
.elected_inner {

	padding: 102px 0 130px;
}
.elected_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 81px;
}
.elected_item {
	width: 100%;
	max-width: 48%;
	background: #fff;
}
.elected_item:first-of-type {
	margin-right: 4%;
}
.elected_item:nth-of-type(n + 3) {
	margin-top: 50px;
}
.elected_item_title {
	position: relative;
	font-size: 4rem;
	line-height: 1.2;
	color: #BC121E;
	padding: 30px 0 31px 150px;
}
.elected_item_title::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
}
.elected_item_title_clock::before {
	width: 78px;
	height: 97px;
	left: 39px;
	background: url(../images/illust_clock.svg) no-repeat center center / contain;
}
.elected_item_title_note::before {
	width: 82px;
	height: 85px;
	left: 40px;
	background: url(../images/illust_note.svg) no-repeat center center / contain;
}
.elected_item_title_key::before {
	width: 91px;
	height: 106px;
	left: 25px;
	background: url(../images/illust_key.svg) no-repeat center center / contain;
}
.elected_item_text {
	line-height: 1.5;
	padding: 24px 46px 34px 35px;
}

/* faq
------------------------------ */
#faq {
	margin-top: 102px;
}
.faq_lists {
	margin-top: 57px;
}
.faq_list {
	background: #F5F5F5;
	margin-top: 30px;
}
.faq_list:first-of-type {
	margin-top: 0;
}
.faq_list_title_wrapper {
	display: flex;
	position: relative;
	color: #fff;
	background: #BC121E;
	padding: 19px 10px 19px 64px;
}
.faq_list_title_wrapper::after {
	position: absolute;
    content: "";
	right: 0;
    width: 20%;
    top: 0px;
    bottom: 0;
    background-color: #8F131B;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 16% 100%);
}
.faq_list_title_q {
	display: block;
	font-size: 4rem;
	line-height: 1;
	margin-right: 23px;
}
.faq_list_title_text {
	display: block;
	font-size: 3.4rem;
}
.faq_list_text {
    font-size: 2.6rem;
	line-height: 1.45;
	min-height: 170px;
    padding: 26px 46px 31px 97px;
}

/* operation
------------------------------ */
#operation {
	margin-top: 130px;
}
.operation_inner {
	background: #F5F5F5;
	padding: 130px 0 0;
}
.operation_items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 187px;
}
.operation_item {
	position: relative;
	width: calc(33.3333% - 40.6667px);
	margin-right: 61px;
	background: #fff;
}
.operation_item:nth-of-type(3n) {
	margin-right: 0;
}
.operation_item:nth-of-type(n + 4) {
	margin-top: 166px;
}
.operation_item_title_wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -97px;
}
.operation_item_title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 185px;
	height: 185px;
	color: #fff;
	background: #BC121E;
	border-radius: 50%;
	text-align: center;
}
.operation_item_title::before {
	position: absolute;
	content: "";
	width: 87px;
	height: 108px;
    left: -8px;
    top: -32px;
	background: url(../images/operation_illust_01.svg) no-repeat center center / contain;
}
.operation_item_title_large {
	font-size: 3.4rem;
}
.operation_item_title_small {
	font-size: 2.4rem;
}
.operation_item_text {
	line-height: 1.5;
    padding: 29px 26px 24px 24px;
}

/* location
------------------------------ */
.location_inner {
	background: #F5F5F5;
	padding: 133px 0 130px;
}
.location_items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
}
.location_item {
	position: relative;
	width: calc(33.3333% - 40.6667px);
	margin-right: 61px;
	background: #fff;
}
.location_item:nth-of-type(3n) {
	margin-right: 0;
}
.location_item:nth-of-type(n + 4) {
	margin-top: 65px;
}
.location_item_title {
	font-size: 3rem;
	color: #fff;
	background: #BC121E;
	text-align: center;
	padding: 16px 0;
}
.location_item_text {
	font-size: 3rem;
	font-weight: 700;
	padding: 40px 37px 35px;
}

/* security
------------------------------ */
#security {
	margin-top: 130px;
}
.security_items {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.security_item {
	width: 100%;
	max-width: 590px;
	background: #F5F5F5;
}
.security_item_title {
	position: relative;
	font-size: 3rem;
	color: #fff;
	background: #BC121E;
	text-align: center;
	padding: 15px 0;
}
.security_item_title::before {
	position: absolute;
	content: "";
	width: 77px;
	height: 68px;
	left: 30px;
	top: -45px;
	background: url(../images/security_illust_01.svg) no-repeat center center / contain;
}
.security_item_text {
	line-height: 1.48;
	padding: 25px 33px 25px 34px;
}

/* comparison
------------------------------ */
#comparison {
	margin-top: 128px;
}
.comparison_inner {
	background: linear-gradient(69deg,#8F131B 0%,#8F131B 54.4%,#BC121E 54.4%,#BC121E 100%);
	padding: 120px 0 130px;
}
.comparison_main {
	background: #fff;
	padding: 68px 55px 42px;
	margin-top: 65px;
}
.comparison_list {
	display: flex;
}
.comparison_list dt {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background: #555;
	width: 275px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding: 20px 0;
}
.comparison_list dt.none {
	background: transparent;
}
.comparison_list dt::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	background: #fff;
}
.comparison_list:last-of-type dt::after {
	display: none;
}
.comparison_list dd {
	font-size: 1.8rem;
	font-weight: 700;
	width: 218px;
	min-height: 82px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.comparison_list_company dd.comparison_rescue_name {
	color: #fff;
	background: #BC121E;
	border-top: none;
	border-right: none;
}
.comparison_list_company dd {
	position: relative;
	background: #fff;
	border-top: 3px solid #737373;
	border-right: 3px solid #737373;
}

.comparison_list_company dd:nth-of-type(2) {
	border-left: 3px solid #737373;
}
.comparison_list_title dd {
	position: relative;
	background: #F5F5F5;
	border-right: 3px solid #737373;
}
.comparison_list_title dd:nth-of-type(2) {
	border-left: 3px solid #737373;
}
.comparison_list_title dd::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	background: #fff;
}
.comparison_list:last-of-type dd::after {
	display: none;
}
.comparison_list .comparison_rescue_pice, 
.comparison_list .comparison_rescue_area, 
.comparison_list .comparison_rescue_time, 
.comparison_list .comparison_rescue_open, 
.comparison_list .comparison_rescue_production {
	position: relative;
	color: #BC121E;
	border-right: 10px solid #BC121E;
	border-left: 10px solid #BC121E;
}
.comparison_list .comparison_rescue_pice::after, 
.comparison_list .comparison_rescue_area::after, 
.comparison_list .comparison_rescue_time::after, 
.comparison_list .comparison_rescue_open::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	background: #fff;
}
.comparison_list .comparison_rescue_pice {
	font-size: 3rem;
}
.comparison_list .comparison_rescue_pice .comparison_rescue_pice_from {
	font-size: 2.2rem;
}
.comparison_list .comparison_rescue_pice .comparison_rescue_pice_tax {
	font-size: 1.8rem;
	font-weight: 500;
}
.comparison_list .comparison_rescue_area, 
.comparison_list .comparison_rescue_time, 
.comparison_list .comparison_rescue_open, 
.comparison_list .comparison_rescue_production {
	font-size: 3.2rem;
}
.comparison_list:last-of-type dd {
	border-bottom: 3px solid #737373;
}
.comparison_list dd.comparison_rescue_production {
	border-bottom: 10px solid #BC121E;
}
.comparison_foot {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 10px;
}

/* support
------------------------------ */
.support_inner {
	background: linear-gradient(to bottom, transparent 0% , #FAFAFA 100%) ,url(../images/support_bg.jpg) no-repeat center center / cover ;
	padding: 120px 0 0;
}
#support .section_title {
	width: 100%;
	max-width: 926px;
	margin: auto;
	padding: 11px 0 21px;
	border-radius: 70px;
	background: #BC121E;
}
#support .section_title::after {
	position: absolute;
	content: "";
	width: 283px;
	height: 283px;
	left: 67px;
    bottom: -192px;
	background: url(../images/support_illust_01.png) no-repeat center center / contain;
	z-index: 1;
}
.support_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.support_content {
	width: 50%;
	margin-top: 140px;
}
.support_message {
	background: #F3E563;

	clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
}
.support_message span {
	position: relative;
	display: block;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	max-width: 580px;
	margin-right: 47px;
	margin-left: auto;
	padding: 44px 0 36px;
}
.support_feature {
	width: 50%;
}
.support_pic {
	width: 100%;
	max-width: 700px;
	transform: translateX(-76px);
}
.support_tel {
	margin-top: 40px;
}
.support_tel span {
	position: relative;
	display: block;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #BC121E;
	max-width: 430px;
	margin-left: auto;
	margin-right: 69px;
}
.support_tel span::before {
	position: absolute;
	content: "";
	width: 96px;
	height: 97px;
	left: -126px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/support_tel.svg) no-repeat center center / contain;
}

/* payment
------------------------------ */
.payment_inner {
	padding: 130px 0 0;
}
.payment_items {
	display: flex;
	justify-content: space-between;
	margin-top: 66px;
}
.payment_item {
	position: relative;
	width: 100%;
	max-width: 575px;
	background: #F5F5F5;
}
.payment_item:first-of-type::after {
	position: absolute;
	content: "";
	width: 33px;
	height: 62px;
	right: -67px;
	top: 47%;
	background: url(../images/payment_arrow.svg) no-repeat center center / contain;
}
.payment_item_title {
	font-size: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 157px;
	color: #fff;
	background: #BC121E;
}
.payment_item_text {
	line-height: 1.4;
    padding: 26px 37px 38px;
}

/* recipe
------------------------------ */
#recipe {
	position: relative;
	margin-top: 130px;
}
.recipe_inner {
	padding: 120px 0 132px;
}
#recipe .section_title span {
	font-size: 9rem;
    line-height: .8;
}
.recipe_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 79px;
}
.recipe_item {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 599px;
	background: #fff;
	min-height: 203px;
	padding: 30px 10px 20px 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.recipe_item.recipe_item_handshake {
	padding: 25px 10px 20px 0;
}
.recipe_item:nth-of-type(n + 3) {
	margin-top: 55px;
}
.recipe_item::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	left: 40px;
	top: -26px;
}
.recipe_item:nth-of-type(1)::before {
	background: url(../images/recipe_num_01.svg) no-repeat center center / contain;
}
.recipe_item:nth-of-type(2)::before {
	background: url(../images/recipe_num_02.svg) no-repeat center center / contain;
}
.recipe_item:nth-of-type(3)::before {
	background: url(../images/recipe_num_03.svg) no-repeat center center / contain;
}
.recipe_item:nth-of-type(4)::before {
	background: url(../images/recipe_num_04.svg) no-repeat center center / contain;
}
.recipe_item:nth-of-type(5)::before {
	background: url(../images/recipe_num_05.svg) no-repeat center center / contain;
}
.recipe_item:nth-of-type(6)::before {
	background: url(../images/recipe_num_06.svg) no-repeat center center / contain;
}
.recipe_item_icon {
	width: 100%;
	max-width: 149px;
}
.recipe_item_clock .recipe_item_icon {
    padding-top: 27px;
    padding-left: 35px;
}
.recipe_item_note .recipe_item_icon {
    padding-top: 31px;
    padding-left: 35px;
}
.recipe_item_time .recipe_item_icon {
    padding-top: 28px;
    padding-left: 27px;
}
.recipe_item_hand .recipe_item_icon {
	padding-top: 35px;
    padding-left: 30px;
}
.recipe_item_tel .recipe_item_icon {
	padding-top: 35px;
    padding-left: 30px;
}
.recipe_item_handshake .recipe_item_icon {
    padding-top: 61px;
    padding-left: 18px;
}
.recipe_item_title {
	font-size: 2.8rem;
	line-height: 1.4;
	color: #BC121E;
}
.recipe_item_text {
	line-height: 1.4;
	margin-top: 14px;
}
.recipe_bg {
	background: url(../images/recipe_bg.jpg) no-repeat center center / cover;
}
/* method
------------------------------ */
.method_inner {
	background: #F5F5F5;
	padding: 98px 0 130px;
}
.method_items {
	display: flex;
	margin-top: 55px;
}
.method_item {
    width: calc(33.3333% - 40.6667px);
    margin-right: 61px;
    background: #fff;
}
.method_item:nth-of-type(3n) {
	margin-right: 0;
}
.method_item_title {
	font-size: 3rem;
	color: #fff;
	background: #BC121E;
	text-align: center;
	padding: 16px 0;
}

/* coupon
------------------------------ */
.coupon {
	margin-top: 135px;
}

/* contact
------------------------------ */
#contact {
	margin-top: 128px;
}
.contact_inner {
	background: #BC121E;
	padding: 85px 0 134px;
}
.contact_head_text {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-top: 46px;
}
.contact_main {
	background: #fff;
	padding: 94px 70px 100px;
	margin-top: 36px;
}
.contact_table {
	display: flex;
	flex-wrap: wrap;
}
.contact_table dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: 700;
	width: 100%;
	max-width: 377px;
	background: #EBEBEB;
	padding: 30px 5px 34px 31px;
	margin-top: 10px;
}
.contact_table dt:first-of-type {
	margin-top: 0;
}
.contact_table dt .must {
	display: block;
	font-size: 1.8rem;
	color: #fff;
	background: #BC121E;
	text-align: center;
	width: 98px;
	border-radius: 30px;
	padding: 3px 0;
}
.contact_table dd {
	width: 100%;
	max-width: calc(100% - 377px);
	background: #EBEBEB;
	padding: 20px 16px 20px 16px;
	margin-top: 10px;
}
.contact_table dd:first-of-type {
	margin-top: 0;
}
.contact_table dd.contact_radio {
    padding: 24px 16px 20px 44px;
}
.contact_table dd.contact_checkbox {
    padding: 30px 7px 30px 49px;
}
.contact_table dd input {
	font-size: 1.8rem;
	width: 100%;
	border: none;
	padding: 18px 10px;
}
.contact_table dd select {
	font-size: 1.8rem;
	width: 100%;
	max-width: 305px;
	border: none;
	padding: 18px 17px;
	appearance: none;
	background: url(../images/icon_arrow_bottom.svg) no-repeat right 10px center / 19px 13px , #fff;
}
.radio_lists {
	display: flex;
}
.radio_list {
	margin-right: 79px;
}
.radio_list:last-of-type {
	margin-right: 0;
}
.checkbox_lists {
	display: flex;
	flex-wrap: wrap;
}
.checkbox_list {
	font-size: 2rem;
	width: 100%;
	max-width: 210px;
	margin-right: 17px;
}
.checkbox_list:nth-of-type(3n) {
	margin-right: 0;
}
.checkbox_list:nth-of-type(n + 5) {
	margin-top: 10px;
}
.checkbox_lists .none {
	display: none;
}
.checkbox_list input {
	display: none;
}
.checkbox_input {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 22px;
}
.checkbox_input_input {
	margin: 0;
	width: 0;
	opacity: 0;
}
.checkbox_input_input:checked + .checkbox_input_dummy_input {
	background: #FFFFFF;
}
.checkbox_input_input:checked + .checkbox_input_dummy_input::before {
	content: "";
	display: block;
	position: absolute;
    top: 9px;
    left: 8px;
    width: 16px;
    height: 14.5px;
    background: url(../images/icon_check.svg) no-repeat center center / contain;
}
.checkbox_input_dummy_input {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	min-width: 35px;
	height: 35px;
	background: #FFFFFF;
}
.checkbox_input_label_text {
	margin-left: 8px;
	display: block;
	white-space: nowrap;
}
.privacy_content {
	background: #EBEBEB;
	height: 167px;
    overflow-y: scroll;
    box-sizing: border-box;
	padding: 30px 36px 10px 31px;
	margin-top: 60px;
}
.privacy_title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #BC121E;
}
.contact_btn {
	text-align: center;
	margin-top: 60px;
}
.contact_btn button {
	font-size: 2.4rem;
	font-weight: 700;
	width: 100%;
	max-width: 431px;
	color: #000;
	background: #F3E563;
	border-radius: 50px;
	padding: 25px 0 28px;
	transition: .3s;
	border: none;
}
.contact_btn button:hover {
	color: #F3E563;
	background: #000;
}

/* footer
------------------------------ */
.footer_inner {
	background: #323232;
	padding: 30px 0;
	margin-top: 133px;
}
.copyright {
	font-size: 12px;
	letter-spacing: 0;
	color: #fff;
    text-align: center;
}
.copyright .text_link {
	color: #fff;
}

/* Page Top
------------------------------ */
.pagetop{
	position: fixed;
	bottom: 40px;
	right: 50px;
	width: 54px;
	height: 54px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #8F131E;
	background: #8F131E;
}
.pagetop.show{
	opacity: 1;
	text-indent: -9999px;
}
.pagetop:hover{
	color: #8F131E;
	background: #fff;
	border: 1px solid #8F131E;
}
.pagetop::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 26px;
	transition: .25s;
}
@media screen and (min-width: 481px) {
	.pagetop:hover::before{
		border-top-color: #8F131E;
		border-left-color: #8F131E;
	}
}

