@charset "utf-8";

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	color: #1C1C1C;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
    letter-spacing: 0;
	background: #FCE8DD;
}
:target {
    scroll-margin-top: 220px;
}
a {
	transition: .25s;
}
img{
	max-width: 100%;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.wrapper {
	width: 1250px;
	max-width: 100%;
	padding: 0 25px;
	margin: auto;
}
.btn {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	letter-spacing: .0075em;
}
.btn_red {
	color: #fff;
	background: #D00B07;
	border: 1px solid #D00B07;
	border-radius: 50px;
}
.btn_red::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.btn_white {
	color: #D00B07;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
}
.btn_white::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
}
.text_link {
	display: inline-block;
}
.text_link::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #000;
	margin: auto;
}
.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: "※";
}
.caution {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}
.caution::before {
	content: "※";
}
.circle {
	position: relative;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.circle::before {
	content: "●";
	color: #D00B07;
	margin-right: 4px;
}
.rounded {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.open {
	font-family: 'Open Sans', sans-serif;
}
.section_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}
.section_title_ja {
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
}
.section_title_en {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 21px;
}
@media screen and (min-width: 769px) {
	.btn_red:hover {
		color: #D00B07;
		background: #fff;
	}
	.btn_white:hover {
		color: #fff;
		background: #D00B07;
	}
	.btn_red:hover::after {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
	.btn_white:hover::after {
		background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
	}
	.text_link:hover::after {
		width: 100%;
	}
}

/* Header
------------------------------ */
.header_inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
	padding: 4.5px 0 0;
}
.header_fixed.header_inner {
}
.customize-support .header_inner {
	top: 32px;
}
.header_fixed {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	transition: .3s;
}
.header_text {
	font-size: 1rem;
	letter-spacing: 0.012em;
}
.header_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_center {
	margin-top: 11px;
}
.header_left {
	margin-right: 20px;
}
.header_logo {
	width: 100%;
	max-width: 341px;
}
.header_fixed .header_logo {
}
/* .header_fixed .header_logo_title {
	display: none;
}
.header_logo_mark {
	display: none;
}
.header_fixed .header_logo_mark {
	display: block;
} */
.header_right {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 805px;
}
.header_fixed .header_right {
}
.header_estimate {
	width: 100%;
	max-width: 291px;
}
.header_estimate_text {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background: #D00B07;
	text-align: center;
	border-radius: 59px;
}
.header_estimate_tel {
	margin-top: 9px;
}
.header_estimate_time {
	font-size: 1.2rem;
	margin-top: 5px;
}
.header_estimate_time span {
	display: inline-block;
	position: relative;
	padding-right: 12px;
}
.header_estimate_time span::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #d00b07;
}
.header_reservations {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 500px;
}
.header_reservation {
	width: 100%;
	max-width: 118px;
	text-align: center;
}
.header_reservation a {
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
	border: 5px solid #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
	border-radius: 13px;
	padding: 43px 5px 4px;
}
.header_reservation_estimate a {
	background: #F45C00;
}
.header_reservation_web a {
	background: #277BED;
}
.header_reservation_line a {
	background: #33AC00;
}
.header_reservation_coming a {
	background: #D00B07;
}
.header_reservation a::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	opacity: .5;
}
.header_reservation_estimate a::before {
	width: 36px;
	height: 32px;
	top: 8px;
	background: url(../images/common/icon_estimate_white.svg) no-repeat center center / contain;
}
.header_reservation_web a::before {
	width: 45px;
	height: 32px;
	top: 8px;
	background: url(../images/common/icon_web_white.svg) no-repeat center center / contain;
}
.header_reservation_line a::before {
	width: 36px;
	height: 34px;
	top: 8px;
	background: url(../images/common/icon_line_white.svg) no-repeat center center / contain;
}
.header_reservation_coming a::before {
	width: 33px;
	height: 33px;
	top: 8px;
	background: url(../images/common/icon_coming_white.svg) no-repeat center center / contain;
}
.header_bottom {
	background: #D00B07;
	border-bottom: 5px solid #9E0010;
	margin-top: 15px;
}
.header_nav {
	white-space: nowrap;
}
.header_lists {
	display: flex;
	justify-content: space-between;
}
.header_list {
	position: relative;
	width: 100%;
	max-width: 200px;
	text-align: center;
	padding: 10px 0;
}
.header_list_link {
	position: relative;
	display: inline-block;
	font-size: 1.7rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	width: 100%;
	color: #fff;
	border-left: dashed 1px #fff;
	padding: 18px 0 14px;
}
.header_list:last-of-type .header_list_link {
	border-right: dashed 1px #fff;
}
.header_fixed .header_list_link {
}
.header_list_menus {
    position: absolute;
    top: 83px;
    left: 50%;
	width: 200px;
	transform:  scaleY(0)  translateX(-50%);
    transform-origin: center top;
    transition: all .3s;
	border: 4px solid #D00B07;
}
.header_list_menu {
    display: block;
	text-align: center;
}
.header_list_menu a {
	display: inline-block;
	font-weight: 700;
	width: 100%;
    color: #D00B07;
	background: #fff;
	background-image : linear-gradient(to right, #D00B07 2px, transparent 2px);
	background-size: 7px 2px;
	background-repeat: repeat-x;
	background-position: right bottom;
	padding: 13px 10px;
}
.header_list_menu:last-of-type a {
	background-image: none;
}
.header_tel {
	display: none;
}
.hamburger {
	display: none;
}
#hamburger_toggle {
	display: none;
}
main {
	margin-top: 212px;
}

@media screen and (min-width: 769px) {
	.header_reservation_estimate a:hover {
		color: #F45C00;
		background: #fff;
		border-color: #F45C00;
	}
	.header_reservation_estimate a:hover::before {
		background: url(../images/common/icon_estimate_orange.svg) no-repeat center center / contain;
	}
	.header_reservation_web a:hover {
		color: #277BED;
		background: #fff;
		border-color: #277BED;
	}
	.header_reservation_web a:hover::before {
		background: url(../images/common/icon_web_blue.svg) no-repeat center center / contain;
	}
	.header_reservation_line a:hover {
		color: #33AC00;
		background: #fff;
		border-color: #33AC00;
	}
	.header_reservation_line a:hover::before {
		background: url(../images/common/icon_line_green.svg) no-repeat center center / contain;
	}
	.header_reservation_coming a:hover {
		color: #D00B07;
		background: #fff;
		border-color: #D00B07;
	}
	.header_reservation_coming a:hover::before {
		background: url(../images/common/icon_coming_red.svg) no-repeat center center / contain;
	}
	.header_list_link:hover {
		color: #D00B07;
		background: #fff;
	}
	.header_list:hover .header_list_menus {
		transform: scaleY(1) translateX(-50%);
	}
	.header_list_menu a:hover{
		background-color: #FCE8DD;
	}
}

/* top - main_view
------------------------------ */
.main_view {
	margin-top: 20px;
}
.main_view_inner {
	padding: 20px 0 0;
}
.main_view_slider {
	line-height: 1;
}
.main_view_slide {
	position: relative;
	padding: 0 0.26%;
}
.main_view_pic img {
	width: 100%;
	aspect-ratio: 1200/610;
    object-fit: cover;
}
.main_view_content {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main_view_slide_01 .main_view_content {
	top: 47%;
}
.main_view_slide_02 .main_view_content {
	top: 48%;
}
.main_view_slide_03 .main_view_content {
	top: 48%;
}
.main_view_title_wrapper {
	position: relative;
	display: inline-block;
}

/* top - top_strong
------------------------------ */
.top_strong {
	margin-top: 56px;
}
.top_area_head {
	position: relative;
}
.top_area_head::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -54px;
	border-style: solid;
	border-width: 55px 206px 0 206px;
	border-color: #c6171d transparent transparent transparent;
}
.top_strong_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 970px;
	margin: auto;
}
.top_strong_list {
	font-weight: 700;
	width: calc(33.3333% - 13.3333px);
	background: #D00B07;
	border-radius: 10px;
	text-align: center;
	padding: 14px 5px 15px;
}
.top_strong_list:nth-of-type(n + 4) {
	margin-top: 20px;
}
.top_strong_list_title {
	font-size: clamp(2rem, 1.73vw, 2.6rem);
	color: #FFE101;
}
.top_strong_list_text {
	font-size: 1.8rem;
	color: #fff;
}
.top_area_food {
	margin-top: 110px;
}

/* top - top_area
------------------------------ */
.top_area {
	margin-top: 108px;
}
.top_area_head_inner {
	background: url(../images/top/top_area.png) no-repeat center top / cover;
	padding: 157px 0 120px;
}
.top_area_head_wrapper {
	position: relative;
}
.top_area_map {
	position: absolute;
	width: 100%;
    max-width: clamp(400px, 29.38vw, 564px);
    left: clamp(-135px, -7.03vw, -1px);
	top: -71px;
}
.top_area_title {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 3px 3px 10px rgba(0,0,0,.5);
	text-align: center;
	z-index: 1;
}
.top_area_title_chiba {
	font-size: clamp(6rem, 5.33vw, 8rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
}
.top_area_title_works {
	font-size: clamp(7rem, 6vw, 9rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
}
.top_area_title_num {
	font-size: clamp(12rem, 10vw, 15rem);
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	color: #FFE101;
}
.top_area_title_num span {
	font-size: clamp(19rem, 14.67vw, 22rem);
}
.top_area_mascot {
	position: absolute;
	width: 100%;
    max-width: clamp(150px, 13.28vw, 255px);
    right: 15px;
    top: 120px;
}
.top_area_mascot span {
	position: relative;
	display: block;
}
.top_area_mascot span::before {
	position: absolute;
	content: "";
	width: clamp(62px, 4.79vw, 92px);
	height: 92px;
	right: clamp(-53px, -2.76vw, 1px);
    top: -107px;
	background: url(../images/top/top_area_mascot_icon.png) no-repeat center center / contain;
}
.top_area_mascot span::after {
	position: absolute;
	content: "";
	width: clamp(45px, 3.91vw, 75px);
	height: 75px;
    right: clamp(-112px, -5.83vw, 1px);
    bottom: -65px;
	background: url(../images/top/top_area_mascot_icon.png) no-repeat center center / contain;
}
.top_area_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 864px;
	margin: 33px auto 0;
}
.top_area_list {
	position: relative;
	font-size: clamp(4rem, 2.6vw, 5rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	width: calc(50% - 32px);
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	padding: 8.5px 5px;
}
.top_area_list:nth-of-type(n + 3) {
	margin-top: 35px;
}
.top_area_list::before {
	position: absolute;
	content: "";
	width: clamp(100px, 14.27vw, 214px);
	height: 111px;
	top: -37px;
}
.top_area_list_off::before {
	left: clamp(-180px, -9.38vw, -50px);
	background: url(../images/top/top_area_list_off.svg) no-repeat center center / contain;
}
.top_area_list_assurance::before {
	right: clamp(-180px, -9.38vw, -50px);
	background: url(../images/top/top_area_list_assurance.svg) no-repeat center center / contain;
}
.top_area_list_area::before {
	left: clamp(-180px, -9.38vw, -50px);
	background: url(../images/top/top_area_list_area.svg) no-repeat center center / contain;
}
.top_area_list_inventory::before {
	right: clamp(-180px, -9.38vw, -50px);
	background: url(../images/top/top_area_list_inventory.svg) no-repeat center center / contain;
}
.top_area_list:nth-of-type(2n - 1)::after {
	position: absolute;
	content: "";
	width: 38px;
	height: 40px;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/top/top_area_list_and.svg) no-repeat center center / contain;
}
.top_area_figure {
	margin-top: 50px;
}
.top_area_figure dl {
	display: flex;
	font-size: clamp(2rem, 1.73vw, 2.6rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
}
.top_area_food_message {
	font-size: clamp(2.8rem, 2.08vw, 4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.top_area_food_message_icon {
	position: relative;
}
.top_area_food_message_icon::before {
	position: absolute;
	content: "";
    width: clamp(70px, 8.23vw, 158px);
	height: 139px;
	left: clamp(-200px, -10.42vw, 1px);
	top: 23%;
	transform: translateY(-50%);
	background: url(../images/top/top_area_food_message_icon_left.png) no-repeat center center / contain;
}
.top_area_food_message_icon::after {
	position: absolute;
	content: "";
    width: clamp(70px, 8.23vw, 158px);
	height: 139px;
    right: clamp(-200px, -10.42vw, 1px);
	top: 23%;
	transform: translateY(-50%);
	background: url(../images/top/top_area_food_message_icon_right.png) no-repeat center center / contain;
}
.top_area_food_message_num {
	font-size: clamp(6rem, 4.69vw, 9rem);
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #D00B07;
	background: linear-gradient(transparent 60%, #FFE101 60%);
    margin: 0 10px;
}
.top_area_food_message_num span {
	font-size: clamp(3.8rem, 2.67vw, 4.8rem);
}
.top_area_food_text {
	position: relative;
	font-size: 2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 25px;
}
.top_area_food_text::before {
	content: "※";
}
.top_area_food_btn {
	text-align: center;
	margin-top: 41px;
}
.top_area_food_btn .btn {
	width: 100%;
	max-width: 320px;
	border-radius: 100px;
	padding: 16.5px 5px;
}

@media screen and (max-width: 1500px) {
	.top_area_mascot span::before {
		right: 0;
	}
	.top_area_mascot span::after {
		right: 0;
	}
}

/* top - top_cta
------------------------------ */
.top_cta {
	margin-top: 78px;
}
.top_cta_inner {
	background: #fff;
	padding: 117px 0 172px;
}
.top_cta_main {
	position: relative;
	border-radius: 20px;
	border: 7px solid #D00B07;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
}
.top_cta_head {
	background: #D00B07;
}
.top_cta_title {
	font-size: clamp(3.4rem, 2.93vw, 4.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 18px 44px;
}
.top_cta_avatar {
	position: absolute;
	right: 0;
    bottom: 0;
	width: 100%;
	max-width: clamp(180px, 18.2vw, 273px);
}
.top_cta_body {
	padding: 23px 46px 50px;
}
.top_cta_message {
	position: relative;
	font-size: clamp(2.8rem, 2.27vw, 3.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	z-index: 1;
}
.top_cta_message span {
	background: #FFE101;
}
.top_cta_wrapper {
	display: flex;
	align-items: flex-start;
	margin-top: 26px;
}
.top_cta_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 220px;
	background: #D00B07;
	border-radius: 5px;
	padding: 11px 10px;
	margin-right: 18px;
}
.top_cta_list {
	font-size: 2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	width: calc(50% - 4px);
	color: #D00B07;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.top_cta_list:nth-of-type(n + 3) {
	margin-top: 8px;
}
.top_cta_tel_message {
	display: none;
}
.top_cta_unit {
	position: relative;
	width: 100%;
	max-width: 586px;
	z-index: 1;
}
.top_cta_tel img {
	width: 100%;
}
.top_cta_time {
	font-size: 1.4rem;
    margin-top: 4px;
	margin-left: 78px;
}
.top_cta_time span {
	position: relative;
	padding-right: 12px;
}
.top_cta_time span::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
    right: 2px;
    top: 51%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
	border-color: transparent transparent transparent #d00b07;
}
.top_cta_buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.top_cta_button {
	width: calc(25% - 18px);
	text-align: center;
}
.top_cta_button a {
	display: block;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
	border: 5px solid #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
	border-radius: 13px;
    padding: 25.5px 5px;
}
.top_cta_button_estimate a {
	background: #F45C00;
}
.top_cta_button_web a {
	background: #277BED;
}
.top_cta_button_line a {
	background: #33AC00;
}
.top_cta_button_coming a {
	background: #D00B07;
}
.top_cta_button a::before {
	position: absolute;
	content: "";
    left: 10px;
	top: 50%;
    transform: translateY(-50%) rotate(-8deg);
	opacity: .5;
}
.top_cta_button_estimate a::before {
	width: 65px;
	height: 57px;
	background: url(../images/common/icon_estimate_white.svg) no-repeat center center / contain;
}
.top_cta_button_web a::before {
	width: 74px;
	height: 54px;
	background: url(../images/common/icon_web_white.svg) no-repeat center center / contain;
}
.top_cta_button_line a::before {
	width: 63px;
	height: 60px;
	background: url(../images/common/icon_line_white.svg) no-repeat center center / contain;
}
.top_cta_button_coming a::before {
	width: 53px;
	height: 53px;
	background: url(../images/common/icon_coming_white.svg) no-repeat center center / contain;
}

@media screen and (min-width: 769px) {
	.top_cta_button_estimate a:hover {
		color: #F45C00;
		background: #fff;
		border-color: #F45C00;
	}
	.top_cta_button_estimate a:hover::before {
		background: url(../images/common/icon_estimate_orange.svg) no-repeat center center / contain;
	}
	.top_cta_button_web a:hover {
		color: #277BED;
		background: #fff;
		border-color: #277BED;
	}
	.top_cta_button_web a:hover::before {
		background: url(../images/common/icon_web_blue.svg) no-repeat center center / contain;
	}
	.top_cta_button_line a:hover {
		color: #33AC00;
		background: #fff;
		border-color: #33AC00;
	}
	.top_cta_button_line a:hover::before {
		background: url(../images/common/icon_line_green.svg) no-repeat center center / contain;
	}
	.top_cta_button_coming a:hover {
		color: #D00B07;
		background: #fff;
		border-color: #D00B07;
	}
	.top_cta_button_coming a:hover::before {
		background: url(../images/common/icon_coming_red.svg) no-repeat center center / contain;
	}
}

/* top - top_sale
------------------------------ */
.top_sale_inner {
	position: relative;
	background: #C6171E;
	padding: 130px 0 130px;
}
.top_sale_mascot {
	position: absolute;
	content: "";
	width: clamp(180px, 18.93vw, 283px);
    left: calc(50% - clamp(300px, 33.33vw, 527px));
    transform: translateX(-50%);
	top: -77px;
}
.top_sale_title {
	color: #fff;
}
.top_sale_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_sale_title_ja span {
	position: relative;
}
.top_sale_title_ja span::before {
	position: absolute;
	content: "";
	width: 47px;
	height: 64px;
	left: clamp(-70px, -3.65vw, -50px);
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_triangle_yellow_left.svg) no-repeat center center / contain;
}
.top_sale_title_ja span::after {
	position: absolute;
	content: "";
	width: 47px;
	height: 64px;
	right: clamp(-60px, -3.65vw, -20px);
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_triangle_yellow_right.svg) no-repeat center center / contain;
}
.top_sale_cards {
	display: flex;
	margin-top: 65px;
}
.top_sale_card {
	position: relative;
	width: calc(33.3333% - 32px);
	background: #FCE8DD;
	border-radius: 10px;
}
.top_sale_card:not(:nth-of-type(3n)) {
	margin-right: 48px;
}
.top_sale_off {
	position: absolute;
	color: #D00B07;
	font-weight: 700;
	line-height: 1.1;
	left: -38px;
	top: -40px;
	background: url(../images/common/icon_sale.png) no-repeat center center / contain;
    text-align: center;
	padding: 21px;
}
.top_sale_off_num {
	font-size: clamp(3.6rem, 3.07vw, 4.6rem);
}
.top_sale_off_symbol {
	font-size: clamp(2rem, 1.6vw, 2.4rem);
}
.top_sale_off_text {
	font-size: clamp(2rem, 1.73vw, 2.6rem);
}
.top_sale_card_img img {
	aspect-ratio: 368/218;
    object-fit: cover;
    width: 100%;
    height: 100%;
	border-radius: 10px 10px 0 0;
}
.top_sale_card_types {
	display: flex;
}
.top_sale_card_type {
	width: 100%;
	max-width: 55px;
}
.top_sale_card_type:not(:last-of-type) {
	margin-right: 6px;
}
.top_sale_card_type_img img {
	border-radius: 4px;
}
.top_sale_card_content {
	padding: 15px 21px 32px;
}
.top_sale_card_model {
	font-weight: 700;
	margin-top: 11px;
}
.top_sale_card_title {
	font-size: 2rem;
	font-weight: 700;
}
.top_sale_card_price {
	font-size: clamp(3.4rem, 2.93vw, 4.4rem);
	font-weight: 700;
	line-height: 1.1;
	color: #D00B07;
}
.top_sale_card_price span {
	font-size: 2rem;
}
.top_sale_btn {
	text-align: center;
	margin-top: 50px;
}
.top_sale_btn .btn {
	width: 100%;
    max-width: 320px;
    border-radius: 100px;
    padding: 16.5px 5px;
}

/* top - top_product
------------------------------ */
.top_product {
	margin-top: 130px;
}
.top_product_inner {
	padding-bottom: 100px;
}
.top_product_title .section_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_product_title .section_title_en {
	color: #D00B07;
}
.top_product_mascot {
	width: 100%;
	max-width: 828px;
	margin: auto;
}
.top_product_cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.top_product_card {
	width: calc(25% - 24px);
	background: #ffff;
	border: 3px solid #F45C00;
	border-radius: 10px;
}
.top_product_card:not(:nth-of-type(4n)) {
	margin-right: 32px;
}
.top_product_card:nth-of-type(n + 5) {
	margin-top: 40px;
}
.top_product_card_title {
	/* font-size: clamp(2rem, 1.73vw, 2.6rem); */
	font-size: clamp(2rem, 1.73vw, 2.3rem);
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	color: #fff;
	background: #F45C00;
	padding: 4px 5px;
}
.top_product_card_body {
	padding: 15px 18px 26px;
}
.top_product_card_content {
	background-image: linear-gradient(to right, #F45C00 2px, transparent 2px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    background-position: top;
	padding-top: 12px;
	margin-top: 20px;
}
.top_product_card_tax {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 700;
}
.top_product_card_tax_including {
	display: flex;
	align-items: flex-end;
	color: #D00B07;
}
.top_product_card_tax_including_price {
	font-size: clamp(4.4rem, 3.6vw, 5.4rem);
	line-height: 1;
}
.top_product_card_tax_including_text {
	font-size: 1.5rem;
}
.top_product_card_tax_including_text {
	font-size: 1.8rem;
	line-height: 1.3;
}
.top_product_card_tax_without {
	font-size: 1.2rem;
}
.top_product_card_btn {
	text-align: center;
	margin-top: 16px;
}
.top_product_card_btn .btn {
	font-size: 1.4rem;
	width: 100%;
    max-width: 236px;
    border-radius: 38px;
    padding: 7.5px 5px;
}

/* top - top_flyer
------------------------------ */
.top_flyer {

}
.top_flyer_inner {
	background: #fff;
	padding: 149px 0 130px;
}
.top_flyer_title .section_title_ja {
    font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_flyer_title .section_title_en {
    color: #D00B07;
}
.top_flyer_message {
	text-align: center;
	margin-top: 50px;
}
.top_flyer_items {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.top_flyer_item {
	width: calc(50% - 50px);
}

/* top - top_news
------------------------------ */
.top_news {
	/* margin-top: 130px; */
}
.top_news_inner {
	background: #fff;
	padding: 149px 0 100px;
}
.top_news_wrapper {
	border: 6px solid #FCE8DD;
	border-radius: 10px;
	padding: 0 10px 47px;
}
.top_news_title {
    margin-top: -28px;
}
.top_news_title_ja {
	font-size: clamp(3.8rem, 3.2vw, 4.8rem);
}
.top_news_title_ja span {
	background: #fff;
	padding: 0 23px;
}
.top_news_cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: 25px auto 0;
}
.top_news_card {
	width: calc(50% - 30px);
	padding-top: 35px;
}
.top_news_card:nth-of-type(n + 3) {
	border-top: 1px solid #FCE8DD;
	margin-top: 36px;
}
.top_news_card_wrapper {
	display: flex;
	justify-content: space-between;
}
.top_news_card_img {
	width: 100%;
	max-width: 180px;
	margin-right: 20px;
}
.top_news_card_img img {
	aspect-ratio: 180/140;
    object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 10px;
}
.top_news_card_content {
	width: 100%;
	max-width: 315px;
}
.top_news_card_unit {
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
}
.top_news_card_cat {
	color: #fff;
	background: #D00B07;
	border-radius: 3px;
	margin-right: 12px;
	padding: 0 6px;
}
.top_news_card_date {
	color: #D00B07;
}
.top_news_card_title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 15px;
}
.top_news_btn {
	text-align: center;
	margin-top: 50px;
}
.top_news_btn .btn {
	width: 100%;
    max-width: 320px;
    border-radius: 100px;
    padding: 16.5px 5px;
}

/* top - top_column
------------------------------ */
.top_column_inner {
	background: #fff;
	padding: 0 0 130px;
}
.top_column_title .section_title_ja {
	font-size: clamp(3.8rem, 3.2vw, 4.8rem);
}
.top_column_cards {
	display: flex;
	margin-top: 40px;
}
.top_column_card {
	width: calc(25% - 24px);
}
.top_column_card:not(:nth-of-type(4n)) {
	margin-right: 32px;
}
.top_column_card_img img {
	aspect-ratio: 276/205;
    object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 10px;
}
.top_column_card_content {
	margin-top: 4px;
}
.top_column_card_date {
	font-size: 1.4rem;
	font-weight: 700;
	color: #D00B07;
}
.top_column_card_title {
	font-weight: 700;
	margin-top: 8px;
}
.top_column_btn {
	text-align: center;
	margin-top: 50px;
}
.top_column_btn .btn {
	width: 100%;
    max-width: 320px;
    border-radius: 100px;
    padding: 16.5px 5px;
}
.top_column_installation_btn {
	width: 100%;
	max-width: 650px;
	margin: 104px auto 0;
	text-align: center;
}
.top_column_installation_btn .btn {
	font-size: clamp(3.2rem, 2.67vw, 4rem);
	color: #fff;
	background: #F45C00;
	width: 100%;
	border: 1px solid #F45C00;
	border-radius: 10px;
	padding: 34px 10px;
}
.top_column_installation_btn .btn::after {
	position: absolute;
	content: "";
    width: 15px;
    height: 26px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.top_column_installation_btn .btn span {
	position: relative;
    display: inline-block;
	transform: translateX(-53px);
}
.top_column_installation_btn .btn span::after {
	position: absolute;
	content: "";
	width: 135px;
	height: 145px;
	right: -166px;
	top: 10px;
    transform: translateY(-50%);
	background: url(../images/top/top_column_mascot.png) no-repeat center center / contain;
}

@media screen and (min-width: 769px) {
	.top_column_installation_btn .btn:hover {
		color: #F45C00;
		background: #fff;
	}
	.top_column_installation_btn .btn:hover::after {
		background: url(../images/common/icon_arrow_right_orange.svg) no-repeat center center / contain;
	}
}

/* top - top_works
------------------------------ */
.top_works_inner {
	background: url(../images/top/top_works_bg.jpg) no-repeat center center / cover;
	padding: 132px 0 130px;
}
.top_works_title .section_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_works_title .section_title_en {
	color: #D00B07;
}
.top_works_cards{
	margin-top: 46px;
}
/* 共通 */
.works_cards {
	display: flex;
	flex-wrap: wrap;
}
.works_card {
	width: calc(33.3333% - 32px);
	background: #fff;
	border-radius: 10px;
}
.works_card:not(:nth-of-type(3n)) {
	margin-right: 48px;
}
.works_card:nth-of-type(n + 4) {
	margin-top: 70px;
}
.works_card_img {
	position: relative;
}
.works_card_img img {
	aspect-ratio: 368/250;
    object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 10px 10px 0 0;
}
.works_card_img_title {
	position: absolute;
	content: "";
	font-size: 1.4rem;
	font-weight: 700;
	left: 0;
	bottom: 0;
	color: #fff;
	background: #D00B07;
	padding: 4px 8px;
}
.works_card_content {
	padding: 19px 20px 24px;
}
.works_card_unit {
	font-size: 1.4rem;
	font-weight: 600;
}
.works_card_area {
	margin-right: 5px;
}
.works_card_title {
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 18px;
	background-image: linear-gradient(to right, #D00B07 2px, transparent 2px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
}
.works_card_figure {
	margin-top: 18px;
}
.works_card_figure dl {
	display: flex;
	align-items: center;
}
.works_card_figure dt {
	font-weight: 500;
	width: 100%;
	max-width: 55px;
	margin-right: 5px;
}
.works_card_figure dd {
	width: calc(100% - 55px);
}
.works_card_cost dd {
	font-size: 1.8rem;
	font-weight: 700;
	color: #D00B07;
}
/* //共通 */
.top_works_btn {
	text-align: center;
	margin-top: 50px;
}
.top_works_btn .btn {
	width: 100%;
    max-width: 320px;
    border-radius: 100px;
    padding: 16.5px 5px;
}

/* top - top_voice
------------------------------ */
.top_voice_inner {
	background: #fff;
	padding: 130px 0 130px;
}
.top_voice_title .section_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_voice_title .section_title_en {
	color: #D00B07;
}
.top_voice_cards {
	display: flex;
	margin-top: 46px;
}
.top_voice_card {
	width: calc(25% - 24px);
}
.top_voice_card:not(:nth-of-type(4n)) {
	margin-right: 32px;
}
.top_voice_card_img img {
	aspect-ratio: 276/208;
    object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 10px;
}
.top_voice_card_content {
	font-weight: 700;
	margin-top: 10px;
}
.top_voice_btn {
	text-align: center;
	margin-top: 43px;
}
.top_voice_btn .btn {
	width: 100%;
    max-width: 320px;
    border-radius: 100px;
    padding: 16.5px 5px;
}

/* top - top_showroom
------------------------------ */
.top_showroom_inner {
	position: relative;
	background: url(../images/top/top_showroom_bg.jpg) no-repeat center center / cover;
	z-index: 0;
	padding: 130px 0 130px;
}
.top_showroom_title {
	color: #fff;
}
.top_showroom_title .section_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_showroom_cards {
	display: flex;
	justify-content: space-between;
	margin-top: 57px;
}
.top_showroom_card {
	position: relative;
	/* width: calc(50% - 25px); */
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 30px 35px 48px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.top_showroom_card:nth-of-type(1)::before {
	position: absolute;
	content: "";
	width: clamp(150px, 14.87vw, 224px);
	height: 226px;
	/* left: 39%; */
	left: 10%;
	top: -71px;
	transform: translate(-50%,-50%);
	background: url(../images/top/top_showroom_mascot.png) no-repeat center center / contain;
	z-index: -1;
}
.top_showroom_card_left {
	width: 100%;
    max-width: 600px;
}
.top_showroom_card_title {
	position: relative;
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding-left: 18px;
}
.top_showroom_card_title::before {
	position: absolute;
	content: "";
	width: 7px;
	height: calc(100% + 3.5px);
	left: 0;
    top: 50%;
	transform: translateY(-50%);
	background: #D00B07;
	border-radius: 40px;
}
.top_showroom_card_img {
	margin-top: 14px;
}
.top_showroom_card_img img {
	border-radius: 10px;
	aspect-ratio: 600 / 476;
    object-fit: cover;
}
.top_showroom_card_right {
	width: 100%;
    max-width: 500px;
	margin-top: 44px;
}
/* .top_showroom_card_figure {
	margin-top: 23px;
} */
.top_showroom_card_figure dl {
	display: flex;
	border-bottom: 2px solid #FCE8DD;
}
.top_showroom_card_figure dt {
	color: #D00B07;
	font-weight: 700;
	width: 100%;
	max-width: 124px;
	/* padding: 12px 0; */
	padding: 8px 0;
}
.top_showroom_card_figure dd {
	width: calc(100% - 120px);
	/* padding: 12px 0; */
	padding: 8px 0;
}
.top_showroom_card_map {
	margin-top: 28px;
}
.top_showroom_card_map iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 500/200;
}

/* top - top_company
------------------------------ */
.top_company_inner {
	background: #fff;
	padding: 130px 0 144px;
}
.top_company .section_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_company_title .section_title_en {
	color: #D00B07;
}
.top_company_figure {
	margin-top: 43px;
}
.top_company_figure dl {
	display: flex;
}
.top_company_figure dl:nth-of-type(odd) {
	background: #FCE8DD;
}
.top_company_figure dt {
	position: relative;
	display: grid;
    align-items: center;
	font-weight: 700;
	color: #D00B07;
	width: 100%;
	max-width: 149px;
	padding: 18px 10px 21px 30px;
}
.top_company_figure dt::after {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 28px);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #D00B07;
}
.top_company_figure dd {
	width: calc(100% - 149px);
	line-height: 1.6;
	padding: 19px 10px 21px 28px;
}

/* top - top_maker
------------------------------ */
.top_maker_inner {
	background: #fff;
	padding-bottom: 187px;
}
.top_maker .section_title_ja {
	font-size: clamp(4.8rem, 3.2vw, 5.8rem);
}
.top_maker_title .section_title_en {
	color: #D00B07;
}
.top_maker_pic {
	margin-top: 42px;
}

/* sub
------------------------------ */
.sub_main_view {

}
.sub_main_view_inner {
	position: relative;
	min-height: 290px;
}
.sub_main_view_title {
	min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding: 10px 25px;
}
.sub_main_view_title_ja {
	font-size: clamp(4.2rem, 3.47vw, 5.2rem);
	line-height: 1.2;
}
.sub_main_view_title_en {
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-top: 15px;
}
.breadcrumbs {
	font-size: 1.4rem;
	margin-top: 12px;
}
.breadcrumbs_menu {
}
.breadcrumbs_menu a {
	color: #D00B07;
}
.subsection_title {
	position: relative;
	font-size: clamp(3.4rem, 2.93vw, 4.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-bottom: 17px;
}
.subsection_title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 7px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: url(../images/common/subsection_title_icon.svg) no-repeat center center / contain;
}
.cta_inner {
	background: #fff;
	padding: 110px 0 48px;
}
.cta_main {
	position: relative;
	border: 7px solid #D00B07;
	border-radius: 20px;
}
.cta_title {
	font-size: clamp(3.4rem, 2.93vw, 4.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #D00B07;
	text-align: center;
    padding: 18px 10px 21px;
}
.cta_body {
	position: relative;
	padding: 27px 10px 45px;
}
.cta_avatar {
	position: absolute;
	content: "";
    right: clamp(-46px, -2.4vw, 1px);
	bottom: 0;
	width: clamp(180px, 20.13vw, 302px);
	height: auto;
}
.cta_message {
	font-size: clamp(2.4rem, 2.27vw, 3.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.cta_message_bg  {
	background: #FFE101;
}
.cta_lists {
	display: flex;
	justify-content: center;
	margin-top: 21px;
}
.cta_list {
	font-size: clamp(2.4rem, 2.27vw, 3.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #D00B07;
	background: #FCE8DD;
	border-radius: 8px;
    padding: 4px 15px;
}
.cta_list:not(:last-of-type) {
	margin-right: 15px;
}
.cta_tel_message {
	display: none;
}
.cta_tel {
	width: 100%;
	max-width: clamp(400px, 32.45vw, 623px);
    margin: 22px auto 0;
}
.cta_tel img {
	width: 100%;
}
.cta_time {
	text-align: center;
	margin-top: 6px;
}
.cta_time span {
    position: relative;
    padding-right: 12px;
}
.cta_time span::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
    right: 2px;
    top: 51%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
	border-color: transparent transparent transparent #d00b07;
}
.cta_mascot {
	position: absolute;
	content: "";
    left: -81px;
    top: 47%;
	transform: translateY(-50%);
	width: clamp(200px, 20.13vw, 316px);
	height: 346px;
}
.cta_buttons {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.cta_button {
	width: 100%;
	max-width: 378px;
}
.cta_button_mail {
	margin-right: 20px;
}
.cta_button a {
    display: block;
    position: relative;
    font-size: clamp(2rem, 1.73vw, 2.6rem);
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
    color: #fff;
    border: 5px solid #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,.5);
    border-radius: 13px;
    padding: 27.5px 5px;
}
.cta_button_mail a {
    background: #F45C00;
}
.cta_button_line a {
    background: #33AC00;
}
.cta_button a::before {
    position: absolute;
    content: "";
    left: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
    opacity: .5;
}
.cta_button_mail a::before {
    width: 93px;
    height: 85px;
    background: url(../images/common/icon_estimate_white.svg) no-repeat center center / contain;
}
.cta_button_line a::before {
	width: 91px;
    height: 88px;
    background: url(../images/common/icon_line_white.svg) no-repeat center center / contain;
}

@media screen and (min-width: 769px) {
	.cta_button_mail a:hover {
		color: #F45C00;
		background: #fff;
		border-color: #F45C00;
	}
	.cta_button_mail a:hover::before {
		background: url(../images/common/icon_estimate_orange.svg) no-repeat center center / contain;
	}
	.cta_button_line a:hover {
		color: #33AC00;
		background: #fff;
		border-color: #33AC00;
	}
	.cta_button_line a:hover::before {
		background: url(../images/common/icon_line_green.svg) no-repeat center center / contain;
	}
}

/* product - archive
------------------------------ */
#product .sub_main_view_inner {
    background: url(../images/common/product_main_view.jpg) no-repeat center center / cover;
}
.product_archive {
	margin-top: 120px;
}
.product_archive_inner {
	padding: 0 0 140px;
}
.product_archive_cards {
	display: flex;
	flex-wrap: wrap;
}
.product_archive_card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(33.3333% - 32px);
	background: #fff;
	border-radius: 10px;
	padding-bottom: 30px;
}
.product_archive_card:not(:nth-of-type(3n)) {
	margin-right: 48px;
}
.product_archive_card:nth-of-type(n + 4) {
	margin-top: 100px;
}
.product_archive_card_off {
	position: absolute;
	color: #D00B07;
	font-weight: 700;
	line-height: 1.1;
	left: clamp(-38px, 1.98vw, 1px);
	top: -40px;
	background: url(../images/common/icon_sale.png) no-repeat center center / contain;
    text-align: center;
	padding: 21px;
}
.product_archive_card_off_num {
	font-size: clamp(3.6rem, 3.07vw, 4.6rem);
	line-height: 1;
}
.product_archive_card_off_symbol {
	font-size: clamp(2rem, 1.6vw, 2.4rem);
}
.product_archive_card_off_text {
	font-size: clamp(2rem, 1.73vw, 2.6rem);
}
.product_archive_card_img img {
	aspect-ratio: 368/218;
    object-fit: cover;
    width: 100%;
    height: 100%;
	border-radius: 10px 10px 0 0;
}
.product_archive_card_types {
	display: flex;
}
.product_archive_card_type {
	width: 100%;
	max-width: 55px;
}
.product_archive_card_type:not(:last-of-type) {
	margin-right: 6px;
}
.product_archive_card_type_img img {
	border-radius: 4px;
}
.product_archive_card_content {
	padding: 15px 21px 17px;
}
.product_archive_card_model {
	font-weight: 700;
	margin-top: 11px;
}
.product_archive_card_title {
	font-size: 2rem;
	font-weight: 700;
}
.product_archive_card_price {
	font-size: clamp(3.4rem, 2.93vw, 4.4rem);
	font-weight: 700;
	line-height: 1.1;
	color: #D00B07;
}
.product_archive_card_price span {
	font-size: 2rem;
}
.product_archive_card_construction {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 12px;
}
.product_archive_card_btn {
	text-align: center;
	margin-top: auto;
	padding: 0 10px;
}
.product_archive_card_btn .btn {
	width: 100%;
    max-width: 270px;
    border-radius: 100px;
    padding: 16.5px 5px;
}
.product_archive_page_navigation {
	margin-top: 60px;
}

/* product - single
------------------------------ */
.product_single {
	margin-top: 80px;
}
.product_single_inner {
	padding: 0 0 140px;
}
.product_article {
	background: #fff;
	border-radius: 10px;
	padding: 40px 50px 75px;
}
.product_article_head {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #D00B07;
	padding-bottom: 20px;
}
.product_article_model {
	font-size: 2rem;
	color: #D00B07;
}
.product_article_title {
	font-size: clamp(2.4rem, 2vw, 3rem);
}
.product_article_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 17px;
}
.product_article_images {
    width: 43.6364%;
	margin-right: 20px;
}
.product_article_slide img {
	aspect-ratio: 480/350;
	object-fit: cover;
	width: 100%;
}
.product_article_thumbnail {
	margin-top: 12px;
}
.product_article_thumbnail_img_wrapper img {
	aspect-ratio: 148/110;
	object-fit: cover;
	width: 100%;
}
.product_article_content {
	width: 50.9091%;
}
.product_article_types {
	display: flex;
}
.product_article_type {
	width: 100%;
	max-width: 70px;
}
.product_article_type:not(:last-of-type) {
	margin-right: 8px;
}
.product_article_type_img img {
	border-radius: 4px;
}
.product_article_base {
	margin-top: 19px;
}
.product_article_base_title {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: #D00B07;
	border: 1px solid #D00B07;
	text-align: center;
	border-radius: 6px;
	padding: 6px 5px;
}
.product_article_base_title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-style: solid;
    border-width: 8.5px 18px 0 18px;
    border-color: #c6171d transparent transparent transparent;
}
.product_article_base_maker {
	border-bottom: 3px solid #FCE8DD;
    padding-bottom: 10px;
    margin-top: 25px;
}
.product_article_base_maker dl {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	color: #727272;
}
.product_article_base_maker dt {
	font-size: 1.8rem;
}
.product_article_base_maker dd {
	font-size: 2rem;
}
.product_article_base_store {
	margin-top: 17px;
}
.product_article_base_store dl {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	color: #c6171d;
}
.product_article_base_store dt {
	font-size: 1.8rem;
}
.product_article_base_store dd {
	font-size: 2rem;
}
.product_article_construction {
	margin-top: 32px;
}
.product_article_construction_title {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: #D00B07;
	border: 1px solid #D00B07;
	text-align: center;
	border-radius: 6px;
	padding: 6px 5px;
}
.product_article_construction_title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-style: solid;
	border-width: 8.5px 18px 0 18px;
    border-color: #c6171d transparent transparent transparent;
}
.product_article_construction_cost {
	border-bottom: 3px solid #FCE8DD;
	padding-bottom: 12px;
	margin-top: 23px;
}
.product_article_construction_cost dl {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}
.product_article_construction_cost dt {
	font-size: 1.8rem;
}
.product_article_construction_cost dd {
	font-size: 2rem;
	color: #D00B07;
}
.product_article_construction_assurance {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	background: #FFE101;
	border-radius: 6px;
	padding: 7px 15px;
	margin-top: 15px;
}
.product_article_relief {
	margin-top: 30px;
}
.product_article_relief_title {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	background: #c6171d;
	text-align: center;
	border-radius: 6px;
	padding: 8px 10px;
}
.product_article_relief_title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-style: solid;
    border-width: 8.5px 18px 0 18px;
    border-color: #c6171d transparent transparent transparent;
}
.product_article_relief_price {
	font-weight: 700;
	color: #D00B07;
	text-align: center;
	margin-top: 20px;
}
.product_article_relief_price_marker {
	display: inline-block;
	background: linear-gradient(transparent 82%, #FFE101 82%);
    margin: 0 5px 0 10px;
}
.product_article_relief_price_total {
	font-size: clamp(2rem, 1.73vw, 2.6rem);
}
.product_article_relief_price_price {
	font-size: clamp(6rem, 5.93vw, 8.9rem);
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
}
.product_article_relief_price_tax {
	font-size: clamp(2.4rem, 2.27vw, 3.4rem);
	font-family: 'Open Sans', sans-serif;
}
.product_article_unit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 39px;
}
.product_article_btn {
	width: 100%;
	max-width: 413px;
	text-align: center;
}
.product_article_btn .btn {
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	width: 100%;
	border-radius: 100px;
    padding: 20.5px 10px;
}
.product_article_mascot {
	width: clamp(60px, 8.73vw, 131px);
}
.product_single_all_btn {
	width: 100%;
	max-width: 320px;
	text-align: center;
	margin: 60px auto 0;
}
.product_single_all_btn .btn {
	width: 100%;
	border-radius: 100px;
    padding: 16.5px 10px;
}

/* heater
------------------------------ */
#heater .sub_main_view_inner {
    background: url(../images/common/heater_main_view.jpg) no-repeat center center / cover;
}
.heater_check_inner {
	padding: 0 0 140px;
}
.heater_check {
	margin-top: 69px;
}
.heater_check_body {
	background: #fff;
	padding: 70px 60px 90px;
	border-radius: 10px;
	margin-top: 50px;
}
.heater_check_message {
    line-height: 2;
	text-align: center;
}
.heater_check_img {
	width: 100%;
	max-width: 828px;
	margin: 35px auto 0;
}
.heater_check_links {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	counter-reset: cnt;
    max-width: 1004px;
    margin: 50px auto 0;
}
.heater_check_link {
	position: relative;
	width: calc(33.3333% - 14.6667px);
}
.heater_check_link::before {
	position: absolute;
	counter-increment: cnt;
	content: counter(cnt);
	font-size: clamp(2.2rem, 1.8vw, 2.7rem);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
    display: grid;
    align-items: center;
    justify-content: center;
	color: #D00B07;
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.heater_check_link:not(:nth-of-type(3n)) {
	margin-right: 22px;
}
.heater_check_link:nth-of-type(n + 4) {
	margin-top: 22px;
}
.heater_check_link a {
	position: relative;
	display: block;
	font-size: clamp(1.8rem, 1.47vw, 2.2rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #D00B07;
	border: 1px solid #D00B07;
    border-radius: 8px;
    padding: 17px 27px 20px 60px;
}
.heater_check_link a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.heater_check_points {
	margin-top: 85px;
}
.heater_check_point:not(:first-of-type) {
	margin-top: 74px;
}
.heater_check_point_title {
	position: relative;
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	border-bottom: 2px solid #D00B07;
    padding-bottom: 15px;
	padding-left: 64px;
}
.heater_check_point_title_num {
	position: absolute;
	font-size: clamp(2.4rem, 2vw, 3rem);
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	display: grid;
    align-items: center;
    justify-content: center;
	color: #fff;
	background: #D00B07;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	left: 0;
	top: -6px;
	z-index: 1;
}
.heater_check_point_subtitle {
	position: relative;
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
    padding-left: 19px;
}
.heater_check_point_subtitle::before {
	position: absolute;
	content: "";
	left: 0;
    top: 50%;
    transform: translateY(-50%);
	width: 7px;
	height: calc(100% + -2px);
	border-radius: 4px;
	background: #D00B07;
}
.heater_check_point_gas_items {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.heater_check_point_gas_item {
	width: calc(50% - 20px);
	border-radius: 10px;
	border: 6px solid #FCE8DD;
    padding: 18px 26px 21px;
}
.heater_check_point_gas_item_img {
	margin-top: 10px;
}
.heater_check_point_gas_item_img img {
	border-radius: 10px;
}
.heater_check_point_gas_item_text {
	line-height: 1.7;
    margin-top: 25px;
}
.heater_check_point_establishment_items {
	margin-top: 40px;
}
.heater_check_point_establishment_item {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border: 6px solid #FCE8DD;
	border-radius: 10px;
    padding: 22px 24px 25px;
}
.heater_check_point_establishment_item:not(:first-of-type) {
	margin-top: 40px;
}
.heater_check_point_establishment_item_content {
	width: 100%;
	max-width: 570px;
	margin-right: 20px;
}
.heater_check_point_establishment_item_text {
	margin-top: 20px;
}
.heater_check_point_establishment_item_img {
	width: 100%;
	max-width: 395px;
}
.heater_check_point_establishment_item_img img {
	border-radius: 10px;
}
.heater_check_point_home_items {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.heater_check_point_home_item {
	width: calc(33.333% - 22px);
	border: 6px solid #FCE8DD;
	border-radius: 10px;
    padding: 20px 23px 27px;
}
.heater_check_point_home_item_num {
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-weight: 700;
	color: #fff;
	background: #D00B07;
	text-align: center;
	border-radius: 10px;
	padding: 18px 5px;
	margin-top: 11px;
}
.heater_check_point_boil_items {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.heater_check_point_boil_item {
	width: calc(33.3333% - 24px);
	border-radius: 10px;
	border: 6px solid #FCE8DD;
    padding: 19px 24px 26px;
}
.heater_check_point_boil_item_img {
	margin-top: 12px;
}
.heater_check_point_boil_item_img img {
	border-radius: 10px;
}
.heater_check_point_boil_item_text {
	line-height: 1.8;
	margin-top: 12px;
}
.heater_check_point_eco_items {
	margin-top: 40px;
}
.heater_check_point_eco_item {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border: 6px solid #FCE8DD;
    padding: 24px 23px 22px;
}
.heater_check_point_eco_item_content {
	width: 100%;
	max-width: 570px;
	margin-right: 20px;
}
.heater_check_point_eco_item_text {
	line-height: 1.8;
	margin-top: 18px;
}
.heater_check_point_eco_item_text p + p {
	margin-top: 30px;
}
.heater_check_point_eco_item_img {
	width: 100%;
	max-width: 395px;
}
.heater_check_point_eco_item_img img {
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.heater_check_link:hover::before {
		color: #fff;
		background: #D00B07;
	}
	.heater_check_link a:hover {
		color: #D00B07;
		background: #fff;
	}
	.heater_check_link a:hover::after {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
}

/* reason
------------------------------ */
#reason .sub_main_view_inner {
    background: url(../images/common/reason_main_view.jpg) no-repeat center center / cover;
}
.reason_elected {
    margin-top: 11px;
}
.reason_elected_head {
	position: relative;
	background: url(../images/reason/reason_elected_bg.jpg) no-repeat center center / cover;
	padding: 115px 0 131px;
}
.reason_elected_head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
    border-style: solid;
    border-width: 55px 206px 0 206px;
    border-color: #c6171d transparent transparent transparent;
}
.reason_elected_wrapper {
	position: relative;
}
.reason_elected_comment {
	position: absolute;
	content: "";
	width: clamp(110px, 15.47vw, 232px);
	height: 142px;
	left: clamp(-47px, -2.45vw, 1px);
	top: 43%;
	transform: translateY(-50%);
}
.reason_elected_unit {
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 4px 4px 2px rgba(35,9,9,.3);
}
.reason_elected_message {
	font-size: clamp(2.6rem, 2.4vw, 3.6rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.reason_elected_title {
	font-size: clamp(4.6rem, 4vw, 6rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.reason_elected_title span {
	display: inline-block;
	position: relative;
	border-bottom: 10px solid #FFE101;
	padding: 0 8px 7px;
}
.reason_elected_mascot {
    position: absolute;
    content: "";
    width: clamp(100px, 13.93vw, 209px);
    height: 176px;
    right: clamp(-44px, -2.29vw, 1px);
    top: 50%;
    transform: translateY(-50%);
}
.reason_elected_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	counter-reset: cnt;
    max-width: 1160px;
    margin: 61px auto 0;

}
.reason_elected_link {
	position: relative;
	width: calc(33.3333% - 14.6667px);
}
.reason_elected_link::before {
	position: absolute;
	counter-increment: cnt;
	content: counter(cnt);
    font-size: clamp(2.8rem, 1.88vw, 3.6rem);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
    display: grid;
    align-items: center;
    justify-content: center;
	color: #fff;
	background: #D00B07;
    width: 47px;
    height: 47px;
	border-radius: 50%;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.reason_elected_link:not(:nth-of-type(3n)) {
	margin-right: 22px;
}
.reason_elected_link:nth-of-type(n + 4) {
    margin-top: 38px;
}
.reason_elected_link a {
	position: relative;
	display: block;
    font-size: clamp(2.4rem, 1.56vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #D00B07;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 8px;
    padding: 24px 10px;
}
.reason_elected_link a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
}
.reason_elected_items {
	margin-top: 140px;
}
.reason_elected_item {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 45px 45px 55px;
}
.reason_elected_item:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.reason_elected_item:nth-of-type(n + 2) {
	margin-top: 60px;
}
.reason_elected_item_img {
	width: 100%;
	max-width: 520px;
}
.reason_elected_item:nth-of-type(even) .reason_elected_item_img {
	margin-right: 20px;
}
.reason_elected_item_img img {
	border-radius: 10px;
}
.reason_elected_item_content {
	width: 100%;
	max-width: 540px;
}
.reason_elected_item:nth-of-type(odd) .reason_elected_item_content {
	margin-right: 20px;
}
.reason_elected_item_title {
	position: relative;
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #FFE101;
	background: #D00B07;
	border-radius: 10px;
    padding: 10px 10px 10px 84px;
}
.reason_elected_item_num {
	position: absolute;
	display: grid;
    align-items: center;
    justify-content: center;
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	width: clamp(44px, 2.71vw, 52px);
    height: clamp(44px, 2.71vw, 52px);
	color: #D00B07;
	background: #fff;
	border-radius: 50%;
	left: 20px;
    top: 6px;
    z-index: 1;
}
.reason_elected_item_text {
    line-height: 1.8;
    margin-top: 33px;
}

@media screen and (min-width: 769px) {
	.reason_elected_link:hover::before {
		color: #D00B07;
		background: #fff;
	}
	.reason_elected_link a:hover {
		color: #fff;
		background: #D00B07;
	}
	.reason_elected_link a:hover::after {
		background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
	}
}

.reason_attention {
	margin-top: 140px;
}
.reason_attention_inner {
	background: #fff;
	padding: 140px 0 0;
}
.reason_attention_main {
	border: 10px solid #FCE8DD;
	padding: 60px 50px 79px;
	margin-top: 50px;
}
.reason_attention_text {
	line-height: 2;
	text-align: center;
}
.reason_attention_unit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 760px;
	margin: 35px auto 0;
}
.reason_attention_lists {
	width: 100%;
	max-width: 550px;
	margin-right: 20px;
}
.reason_attention_list {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	background: #F5F5F5;
	border-radius: 8px;
    padding: 11px 10px 11px 61px;
}
.reason_attention_list:nth-of-type(n + 2) {
	margin-top: 16px;
}
.reason_attention_list::before {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
    top: 13px;
	left: 26px;
	background: url(../images/common/icon_check_red.svg) no-repeat center center / contain;
}
.reason_attention_mascot {
	width: clamp(100px, 11.27vw, 169px);
}
.reason_attention_message {
	position: relative;
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-weight: 700;
	background: #FCE8DD;
	text-align: center;
	padding: 21px 10px 21px;
}
.reason_attention_message::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
    top: -17px;
    border-style: solid;
    border-width: 0 17.5px 17px 17.5px;
	border-color: transparent transparent #fce8dd transparent;
}
.reason_attention_message span {
	color: #D00B07;
}
.reason_attention_head .reason_attention_message {
	margin-top: 45px;
}
.reason_attention_food {
    margin-top: 77px;
}
.reason_attention_subtitle {
    font-size: clamp(2.4rem, 1.56vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.reason_attention_subtitle span {
	position: relative;
	display: inline-block;
}
.reason_attention_subtitle span::before {
	position: absolute;
	content: "";
	width: 44px;
	height: 59px;
    left: -83px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_triangle_red_left.svg) no-repeat center center / contain;
}
.reason_attention_subtitle span::after {
	position: absolute;
	content: "";
	width: 44px;
	height: 59px;
	right: -83px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_triangle_red_right.svg) no-repeat center center / contain;
}
.reason_attention_wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 50px;
}
.reason_attention_content {
	line-height: 1.8;
	width: 100%;
	max-width: 630px;
	margin-right: 20px;
}
.reason_attention_content p + p {
	margin-top: 30px;
}
.reason_attention_img {
	width: 100%;
	max-width: 395px;
}
.reason_attention_img img {
	border-radius: 10px;
}
.reason_attention_food .reason_attention_message {
	margin-top: 52px;
}

/* flow
------------------------------ */
#flow .sub_main_view_inner {
    background: url(../images/common/flow_main_view.jpg) no-repeat center center / cover;
}
.flow_works {
	margin-top: 80px;
}
.flow_works_inner {
	padding: 0 0 140px;
}
.flow_works_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: #fff;
	border-radius: 10px;
	padding: 45px 45px 55px;
}
.flow_works_item:nth-of-type(n + 2) {
	margin-top: 85px;
}
.flow_works_item:not(:last-of-type):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    border-style: solid;
    border-width: 35px 70px 0 70px;
    border-color: #c6171d transparent transparent transparent;
}
.flow_works_item_content {
	width: 100%;
	max-width: 670px;
	margin-top: 4px;
	margin-right: 20px;
}
.flow_works_item_title {
	position: relative;
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	border-bottom: 2px solid #D00B07;
    padding: 0 10px 14px 64px;
}
.flow_works_item_num {
	position: absolute;
	display: grid;
    align-items: center;
    justify-content: center;
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	width: 52px;
    height: 52px;
	color: #fff;
	background: #D00B07;
	border-radius: 50%;
    left: -1px;
    top: -5px;
    z-index: 1;
}
.flow_works_item_text {
    line-height: 1.8;
    margin-top: 31px;
}
.flow_works_item_text p + p {
	margin-top: 31px;
}
.flow_works_item_tel {
	margin-top: 21px;
}
.flow_works_item_time {
	margin-top: 8px;
}
.flow_works_item_time span {
    position: relative;
    padding-right: 12px;
}
.flow_works_item_time span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 2px;
    top: 51%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #d00b07;
}
.flow_works_item_buttons {
	display: flex;
	margin-top: 20px;
}
.flow_works_item_button {
	width: 100%;
	max-width: 282px;
}
.flow_works_item_button:first-of-type {
	margin-right: 24px;
}
.flow_works_item_button a {
	display: block;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
	border: 5px solid #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
	border-radius: 13px;
	text-align: center;
    padding: 23.5px 5px;
}
.flow_works_item_button_web a {
    background: #277BED;
}
.flow_works_item_button_line a {
    background: #33AC00;
}
.flow_works_item_button a::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
    opacity: .5;
}
.flow_works_item_button_web a::before {
    width: 74px;
    height: 54px;
    background: url(../images/common/icon_web_white.svg) no-repeat center center / contain;
}
.flow_works_item_button_line a::before {
    width: 63px;
    height: 60px;
    background: url(../images/common/icon_line_white.svg) no-repeat center center / contain;
}
.flow_works_item_img {
	width: 100%;
	max-width: 380px;
}
.flow_works_item_img img {
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.flow_works_item_button_web a:hover {
		color: #277BED;
		background: #fff;
		border-color: #277BED;
	}
	.flow_works_item_button_web a:hover::before {
		background: url(../images/common/icon_web_blue.svg) no-repeat center center / contain;
	}
	.flow_works_item_button_line a:hover {
		color: #33AC00;
		background: #fff;
		border-color: #33AC00;
	}
	.flow_works_item_button_line a:hover::before {
		background: url(../images/common/icon_line_green.svg) no-repeat center center / contain;
	}
}

/* news - archive
------------------------------ */
#news .sub_main_view_inner {
    background: url(../images/common/news_main_view.jpg) no-repeat center center / cover;
}
.news_archive {
	margin-top: 80px;
}
.news_archive_inner {
	padding-bottom: 140px;
}
.news_archive_wrapper {
	display: flex;
	justify-content: space-between;
}
.news_archive_group {
	width: 100%;
    max-width: 880px;
	margin-right: 20px;
}
.news_archive_item {
}
.news_archive_item:nth-of-type(n + 2) {
	margin-top: 51px;
}
.news_archive_item_link {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
	padding: 42px 39px 47px 45px;
}
.news_archive_item_img {
	width: 100%;
	max-width: 250px;
	margin-right: 20px;
}
.news_archive_item_img img {
    width: 240px;
    height: 186px;
	object-fit: cover;
	border-radius: 10px;
}
.news_archive_item_content {
	width: 100%;
	max-width: 516px;
}
.news_archive_item_unit {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
}
.news_archive_item_cat {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    background: #D00B07;
    border-radius: 3px;
    padding: 3px 7px;
    margin-right: 12px;
}
.news_archive_item_date {
	color: #D00B07;
}
.news_archive_item_title {
	font-size: 2rem;
	font-weight: 700;
    margin-top: 18px;
}
.news_archive_page_navigation {
	margin-top: 60px;
}

/* news - pagenavi
------------------------------ */
.pagenavi {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 2rem;
	font-weight: 600;
}
.pagenavi span,.pagenavi a {
	position: relative;
	display: grid;
	justify-content: center;
    align-items: center;
    color: #D00B07;
    width: 45px;
    height: 45px;
    line-height: 1.8;
    text-align: center;
    border: none;
	border-radius: 50%;
    margin: 0 6.5px;
}
.pagenavi span {
    color: #fff;
    background: #D00B07;
	border: 1px solid #D00B07;
    font-weight: 600;
}
.pagenavi a {
    color: #D00B07;
	background: #fff;
	border: 1px solid #D00B07;
}
.pagenavi .next,.pagenavi .prev {
	font-size: 0;
	border: none;
	background: none;
}
.pagenavi .prev:before,
.pagenavi .next::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 21px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pagenavi .prev:before {
	background: url(../images/common/icon_arrow_left_red.svg) no-repeat center center / contain;
}
.pagenavi .next::after {
    background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
}
@media screen and (min-width: 769px) {
	.pagenavi a:hover{
		color: #fff;
		background: #D00B07;
	}
	.pagenavi .prev:hover:before {
		background: url(../images/common/icon_arrow_left_white.svg) no-repeat center center / contain;
	}
	.pagenavi .next:hover::after {
		background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
	}
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: 600;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	display: grid;
	justify-content: center;
    align-items: center;
    color: #D00B07;
	background: #fff;
    width: 45px;
    height: 45px;
    line-height: 1.8;
    text-align: center;
    border: none;
	border-radius: 50%;
    margin: 0 6.5px;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #D00B07;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	font-size: 0;
	background: none;
}
.nextpostslink::before,
.previouspostslink::before {
	position: absolute;
	content: "";
    width: 11px;
    height: 21px;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}
.previouspostslink:before {
	background: url(../images/common/icon_arrow_left_red.svg) no-repeat center center / contain;
}
.nextpostslink::before {
	background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
}

@media screen and (min-width: 769px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background: #D00B07;
	}
	.previouspostslink:hover:before {
		background: url(../images/common/icon_arrow_left_white.svg) no-repeat center center / contain;
	}
	.nextpostslink:hover:before {
		background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
	}
}

/* news - side
------------------------------ */
.news_archive_side {
	width: 100%;
	max-width: 250px;
}
.news_archive_side_title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background: #D00B07;
	border-radius: 10px 10px 0 0;
	padding: 14.5px 20px;
}
.news_archive_side_lists li:not(:last-of-type) {
	border-bottom: 2px solid #FCE8DD;
}
.news_archive_side_lists li a {
	position: relative;
	display: inline-block;
	font-weight: 700;
	width: 100%;
	background: #fff;
    padding: 16px 10px 14px 35px;
}
.news_archive_side_lists li:last-of-type a {
	border-radius: 0 0 10px 10px;
}
.news_archive_side_lists li a::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 9px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_sidebar_red.svg) no-repeat center center / contain;
}

@media screen and (min-width: 769px) {
	.news_archive_side_lists li a:hover {
		color: #fff;
		background: #D00B07;
	}
	.news_archive_side_lists li a:hover::before {
		background: url(../images/common/icon_sidebar_white.svg) no-repeat center center / contain;
	}
}

/* cat_column - news - archive
------------------------------ */
.column_archive_inner {
	padding: 0 0 140px;
}
.column_archive_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.column_archive_item {
	width: calc(50% - 20px);
}
.column_archive_item:nth-of-type(n + 3) {
	margin-top: 45px;
}
.column_archive_item_link {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
    padding: 45px 45px;
}
.column_archive_item_img {
	width: 100%;
	max-width: 216px;
	margin-right: 20px;
}
.column_archive_item_img img {
	width: 216px;
	height: 160px;
	object-fit: cover;
	aspect-ratio: 216/160;
	border-radius: 10px;
}
.column_archive_item_content {
	width: 100%;
	max-width: 242px;
	font-weight: 700;
}
.column_archive_item_date {
	font-size: 1.4rem;
	color: #D00B07;
}
.column_archive_item_title {
	font-size: 1.8rem;
	margin-top: 16px;
}
.column_archive_page_navigation {
	margin-top: 60px;
}

/* news - single
------------------------------ */
.news_single {
    margin-top: 80px;
}
.news_single_inner {
	padding-bottom: 140px;
}
.news_single_wrapper {
	display: flex;
	justify-content: space-between;
}
.news_single_main {
	width: 100%;
	max-width: 880px;
	margin-right: 20px;
}
.news_article {
	background: #fff;
	border-radius: 10px;
	padding: 43px 45px 62px;
}
.news_article_unit {
	display: flex;
	align-items: center;
}
.news_article_cat {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	background: #D00B07;
	text-align: center;
	border-radius: 3px;
    padding: 3px 7px;
	margin-right: 12px;
}
.news_article_date {
	font-size: 1.4rem;
	font-weight: 600;
	color: #D00B07;
}
.news_article_title {
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #D00B07;
	padding-bottom: 11px;
    margin-top: 8px;
}
.news_article_text {
    line-height: 1.8;
    margin-top: 40px;
}
.news_article_buttons {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 61px;
}
.news_article_button {
	width: 100%;
	max-width: 270px;
}
.news_article_button_previous {
	order: 1;
}
.news_article_button_previous a::before {
	position: absolute;
	content: "";
    width: 7px;
    height: 13px;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_left_white.svg) no-repeat center center / contain;
}
.news_article_button_all {
	order: 2;
}
.news_article_button_all a::before {
	position: absolute;
	content: "";
    width: 7px;
    height: 13px;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.news_article_button_next {
	order: 3;
}
.news_article_button_next a::before {
	position: absolute;
	content: "";
    width: 7px;
    height: 13px;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.news_article_button a {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	color: #fff;
	background: #D00B07;
	border: 1px solid #D00B07;
	border-radius: 50px;
    padding: 15px 25px 17px;
}

@media screen and (min-width: 769px) {
	.news_article_button a:hover {
		color: #D00B07;
		background: #fff;
	}
	.news_article_button_previous a:hover::before {
		background: url(../images/common/icon_arrow_left_red.svg) no-repeat center center / contain;
	}
	.news_article_button_all a:hover::before {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
	.news_article_button_next a:hover::before {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
}

/* news - column_single
------------------------------ */
.column_single {
	margin-top: 80px;
}
.column_single_inner {
	padding-bottom: 140px;
}
.column_single_wrapper {
	display: flex;
	justify-content: space-between;
}
.column_single_main {
	width: 100%;
	max-width: 900px;
	margin-right: 20px;
}
.column_article {
	background: #fff;
	border-radius: 10px;
	padding: 38px 45px 63px;
}
.column_article_date {
	font-size: 1.4rem;
	font-weight: 600;
	color: #D00B07;
}
.column_article_title {
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #D00B07;
    padding-bottom: 10px;
    margin-top: 9px;
}
.column_article_text {
    line-height: 1.8;
    margin-top: 40px;
}
.column_article_buttons {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	max-width: 1050px;
	margin: 60px auto 0;
}
.column_article_button {
	width: 100%;
	max-width: 320px;
}
.column_article_button_previous a::before {
	position: absolute;
	content: "";
    width: 7px;
    height: 13px;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_left_white.svg) no-repeat center center / contain;
}
.column_article_button_all {
	margin: 0 10px;
}
.column_article_button_all a::before {
	position: absolute;
	content: "";
    width: 7px;
    height: 13px;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.column_article_button_next a::before {
	position: absolute;
	content: "";
    width: 7px;
    height: 13px;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.column_article_button a {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 600;
	width: 100%;
	color: #fff;
	background: #D00B07;
	border: 1px solid #D00B07;
	border-radius: 50px;
    padding: 15px 25px 18px;
}

@media screen and (min-width: 769px) {
	.column_article_button a:hover {
		color: #D00B07;
		background: #fff;
	}
	.column_article_button_previous a:hover::before {
		background: url(../images/common/icon_arrow_left_red.svg) no-repeat center center / contain;
	}
	.column_article_button_all a:hover::before {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
	.column_article_button_next a:hover::before {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
}

/* works - archive
------------------------------ */
#works .sub_main_view_inner {
    background: url(../images/common/works_main_view.jpg) no-repeat center center / cover;
}
.works_archive {
	margin-top: 84px;
}
.works_archive_inner {
	padding: 0 0 140px;
} 
.works_archive_links {
	display: flex;
	flex-wrap: wrap;
}
.works_archive_link {
	width: calc(25% - 18px);
	text-align: center;
}
.works_archive_link:not(:nth-of-type(4n)) {
	margin-right: 24px;
}
.works_archive_link:nth-of-type(n + 5) {
	margin-top: 25px;
}
.works_archive_link a {
	position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
	width: 100%;
	border-radius: 10px;
	color: #D00B07;
    background: #fff;
    border: 1px solid #D00B07;
	padding: 20.5px 5px;
}
.works_archive_link a.is_active {
	color: #fff;
    background: #D00B07;
}
.works_archive_link a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
}
.works_archive_link a.is_active::after {
	background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.works_archive_cards {
	margin-top: 90px;
}
.works_archive_page_navigation {
	margin-top: 60px;
}
.works_archive_area_links {
	margin-top: 50px;
}
.works_archive_type_links {
	margin-top: 50px;
}

@media screen and (min-width: 769px) {
	.works_archive_link a:hover {
		color: #fff;
		background: #D00B07;
	}
	.works_archive_link a:hover::after {
		background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
	}
}

/* works - single
------------------------------ */
.works_single {
	margin-top: 80px;
}
.works_single_inner {
	padding: 0 0 140px;
}
.works_article {
	background: #fff;
	border-radius: 10px;
	padding: 40px 45px 90px;
}
.works_article_head {
	border-bottom: 2px solid #D00B07;
	padding-bottom: 23px;
}
.works_article_date {
	color: #D00B07;
	font-weight: 700;
}
.works_article_unit {
	display: flex;
	align-items: center;
	margin-top: 7px;
}
.works_article_cat {
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	background: #D00B07;
	border-radius: 3px;
	padding: 2px 8px;
	margin-right: 15px;
}
.works_article_info {
	font-weight: 700;
}
.works_article_title {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-weight: 700;
	margin-top: 10px;
}
.works_article_figure {
	display: flex;
}
.works_article_figure dl {
	display: flex;
	font-weight: 700;
}
.works_article_cost {
	margin-right: 30px;
}
.works_article_cost dd {
	color: #D00B07;
}
.works_article_description {
	line-height: 1.8;
	margin-top: 40px;
}
.works_article_images {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.works_article_image {
	position: relative;
	width: calc(50% - 55px);
}
.works_article_image_before::after {
	position: absolute;
	content: "";
	right: -75px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40.5px 0 40.5px 44px;
	border-color: transparent transparent transparent #d00b07;
}
.works_article_image_title {
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-weight: 700;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 5px;
}
.works_article_image_before .works_article_image_title {
	color: #D00B07;
	background: #FCE8DD;
}
.works_article_image_after .works_article_image_title {
	color: #fff;
	background: #D00B07;
}
.works_article_image img {
	width: 100%;
	aspect-ratio: 500/550;
    object-fit: cover;
	border-radius: 0 0 10px 10px;
}
.works_article_message_guest {
	margin-top: 53px;
}
.works_article_message_charge {
	margin-top: 50px;
}
.works_article_message_title {
	position: relative;
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding-left: 20px;
}
.works_article_message_title::before {
	position: absolute;
	content: "";
	width: 7px;
	height: calc(100% + 2px);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 40px;
	background: #D00B07;
}
.works_article_message_text {
    line-height: 1.8;
    border: 6px solid #FCE8DD;
    border-radius: 10px;
    padding: 33px 44px 34px;
	margin-top: 20px;
}
.works_single_other {
	margin-top: 93px;
}
.works_single_other_title {
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.works_single_other_cards {
	margin-top: 31px;
}
.works_single_other_btn {
	width: 100%;
	max-width: 320px;
	text-align: center;
	margin: 60px auto 0;
}
.works_single_other_btn .btn {
	width: 100%;
	padding: 16.5px 10px;
}

/* voice - archive
------------------------------ */
#voice .sub_main_view_inner {
    background: url(../images/common/voice_main_view.jpg) no-repeat center center / cover;
}
.voice_archive {
	margin-top: 80px;
}
.voice_archive_inner {
	padding: 0 0 140px;
}
.voice_cards {
	display: flex;
	flex-wrap: wrap;
}
.voice_card {
	width: calc(33.3333% - 32px);
}
.voice_card:not(:nth-of-type(3n)) {
	margin-right: 48px;
}
.voice_card:nth-of-type(n + 4) {
	margin-top: 46px;
}
.voice_card_img img {
	aspect-ratio: 368/277;
    object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 10px;
}
.voice_card_content {
	font-weight: 700;
	margin-top: 7px;
}
.voice_archive_page_navigation {
	margin-top: 60px;
}

/* voice - single
------------------------------ */
.voice_single {
	margin-top: 80px;
}
.voice_single_inner {
	padding: 0 0 140px;
}
.voice_article {
	background: #fff;
	border-radius: 10px;
	padding: 39px 45px 90px;
}
.voice_article_head {
	border-bottom: 2px solid #D00B07;
	padding-bottom: 19px;
}
.voice_article_unit {
	display: flex;
	font-weight: 700;
}
.voice_article_title {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-weight: 700;
	margin-top: 5px;
}
.voice_article_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.voice_article_image {
	width: 100%;
	max-width: 410px;
	margin-right: 20px;
}
.voice_article_image img {
	aspect-ratio: 410/308;
    object-fit: cover;
	border-radius: 10px;
}
.voice_article_message {
	width: 100%;
	max-width: 656px;
	line-height: 1.8;
}
.voice_single_other {
	margin-top: 92px;
}
.voice_single_other_title {
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	text-align: center;
}
.voice_single_other_cards {
	margin-top: 30px;
}
.voice_single_other_btn {
	width: 100%;
	max-width: 320px;
	text-align: center;
	margin: 57px auto 0;
}
.voice_single_other_btn .btn {
	width: 100%;
	padding: 16.5px 10px;
}

/* showroom
------------------------------ */
#showroom .sub_main_view_inner {
    background: url(../images/common/showroom_main_view.jpg) no-repeat center center / cover;
}
.showroom_event {
	margin-top: 80px;
}
.showroom_event_inner {
	padding: 0 0 100px;
}

/* estimate
------------------------------ */
#estimate .sub_main_view_inner {
    background: url(../images/common/estimate_main_view.jpg) no-repeat center center / cover;
}
.estimate_leave {
	margin-top: 70px;
}
.estimate_leave_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 864px;
	margin: 87px auto 0;
}
.estimate_leave_list {
	position: relative;
	font-size: clamp(4rem, 2.6vw, 5rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	width: calc(50% - 32px);
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	padding: 8.5px 5px;
}
.estimate_leave_list:nth-of-type(n + 3) {
	margin-top: 35px;
}
.estimate_leave_list::before {
	position: absolute;
	content: "";
	width: clamp(100px, 14.27vw, 214px);
	height: 111px;
	top: -37px;
}
.estimate_leave_list_off::before {
	left: clamp(-180px, -9.38vw, -50px);
	background: url(../images/estimate/estimate_leave_list_off.svg) no-repeat center center / contain;
}
.estimate_leave_list_assurance::before {
	right: clamp(-180px, -9.38vw, -50px);
	background: url(../images/estimate/estimate_leave_list_assurance.svg) no-repeat center center / contain;
}
.estimate_leave_list_area::before {
	left: clamp(-180px, -9.38vw, -50px);
	background: url(../images/estimate/estimate_leave_list_area.svg) no-repeat center center / contain;
}
.estimate_leave_list_inventory::before {
	right: clamp(-180px, -9.38vw, -50px);
	background: url(../images/estimate/estimate_leave_list_inventory.svg) no-repeat center center / contain;
}
.estimate_leave_list:nth-of-type(2n - 1)::after {
	position: absolute;
	content: "";
	width: 38px;
	height: 40px;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/estimate/estimate_leave_list_and.svg) no-repeat center center / contain;
}
.estimate_leave_figure {
	margin-top: 50px;
}
.estimate_leave_figure dl {
	display: flex;
	font-size: clamp(2rem, 1.73vw, 2.6rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}
.estimate_mail {
	margin-top: 109px;
}
.estimate_mail_inner {
	padding: 0 0 140px;
}
.estimate_mail_text {
	line-height: 1.8;
	margin-top: 50px;
}
.estimate_mail_form {
	margin-top: 30px;
}

/* estimate_thanks - estimate
------------------------------ */
#estimate_thanks .sub_main_view_inner {
    background: url(../images/common/estimate_main_view.jpg) no-repeat center center / cover;
}

/* consultation
------------------------------ */
#consultation .sub_main_view_inner {
    background: url(../images/common/consultation_main_view.jpg) no-repeat center center / cover;
}
.consultation_step {
	margin-top: 70px;
}
.consultation_step_items {
	display: flex;
	justify-content: space-between;
	max-width: 978px;
	margin: 50px auto 0;
}
.consultation_step_item {
	position: relative;
	background: #fff;
	border: 3px solid #D00B07;
	text-align: center;
	border-radius: 50%;
	width: calc(33.3333% - 56px);
}
.consultation_step_item::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.consultation_step_item:not(:last-of-type):after {
	position: absolute;
	content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: clamp(-55px, -2.86vw, -50px);
    transform: translateY(-50%);
    border-style: solid;
    border-width: clamp(16px, 1.25vw, 24px) 0 clamp(16px, 1.25vw, 24px) clamp(16px, 1.25vw, 24px);
    border-color: transparent transparent transparent #D00B07;
}
.consultation_step_item_wrapper {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.consultation_step_item_num {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #D00B07;
}
.consultation_step_item_num span {
	font-size: clamp(3.4rem, 2.19vw, 4.2rem);
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}
.consultation_step_item_title {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}
.consultation_step_item_img {
	width: 100%;
	margin: clamp(10px, 1.3vw, 25px) auto 0;
	min-height: clamp(50px, 5.31vw, 102px);
}
.consultation_step_item_imaging .consultation_step_item_img {
	max-width: clamp(50px, 4.53vw, 87px);
}
.consultation_step_item_mail .consultation_step_item_img {
	max-width: clamp(50px, 5.21vw, 100px);
}
.consultation_step_item_estimate .consultation_step_item_img {
	max-width: clamp(35px, 3.65vw, 70px);
}
.consultation_step_wrapper {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	max-width: 970px;
    margin: 60px auto 0;
	padding: 41px 87px 41px;
}
.consultation_step_content {
	width: 100%;
	max-width: 553px;
	margin-right: 20px;
}
.consultation_step_lists {

}
.consultation_step_list {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	background: #F5F5F5;
	border-radius: 10px;
    padding: 11.5px 20px 11.5px 61px;
}
.consultation_step_list:nth-of-type(n + 2) {
	margin-top: 13px;
}
.consultation_step_list::before {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
    left: 15px;
    top: 12px;
	background: url(../images/common/icon_check_red.svg) no-repeat center center / contain;
}
.consultation_step_message {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 15px;
}
.consultation_step_message span {
	color: #D00B07;
}
.consultation_step_item_mascot {
	width: 100%;
	max-width: 172px;
}
.consultation_mail {
	margin-top: 120px;
}
.consultation_mail_inner {
	padding: 0 0 140px;
}
.consultation_mail_text {
	margin-top: 50px;
}
.consultation_mail_form {
	margin-top: 30px;
}
form#mailformpro .contact_form_tab input[type=radio] {
	display: none;
}
.contact_form_tab_title {
	position: relative;
	font-weight: 700;
	border-radius: 10px;
	background: #F5F5F5;
	padding: 24px 30px;
}
.contact_form_tab_title_must {
	display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
	background: #D00B07;
    border-radius: 4px;
    padding: 1.5px 6.5px;
	margin-left: 30px;
}
.contact_form_menus {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.contact_form_menu {
	width: calc(20% - 16px);
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.contact_form_menu.is_active {
	border: 4px solid #D00B07;
}
.contact_form_menu_title {
	/* font-size: 2rem; */
	font-size: 1.7rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	margin-top: 10px;
}
.contact_form_menu.is_active .contact_form_menu_title {
	color: #D00B07;
}
.contact_form_menu label{
	display: block;
	padding: 22px 20px 30px;
}
#consultation_mail_water_heater,
#consultation_mail_electric_furnace,
#consultation_mail_gas_stove,
#consultation_mail_range_food{
	display: none;
}
.contact_form_tab_title_pic {
	margin-top: 30px;
}
.contact_form_numbers {
	margin-top: 30px;
}
.contact_form_number01,
.contact_form_number02,
.contact_form_number03,
.contact_form_number04,
.contact_form_number05 {
	display: none;
}
#consultation_mail_water_heater:checked ~ .contact_form_numbers .contact_form_number01 {
	display: block;
}
#consultation_mail_electric_furnace:checked ~ .contact_form_numbers .contact_form_number02 {
	display: block;
}
#consultation_mail_gas_stove:checked ~ .contact_form_numbers .contact_form_number03 {
	display: block;
}
#consultation_mail_induction_heater:checked ~ .contact_form_numbers .contact_form_number04 {
	display: block;
}
#consultation_mail_range_food:checked ~ .contact_form_numbers .contact_form_number05 {
	display: block;
}
.contact_form_items {
	display: flex;
}
.contact_form_item {
	width: calc(33.3333% - 32px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact_form_item:not(:last-of-type) {
	margin-right: 48px;
}
.contact_form_item_decs {
	font-size: 1.8rem;
	font-weight: 700;
}
.contact_form_item_decs span {
	color: #D00B07;
}
.contact_form_item_img {
	margin-top: 15px;
}
.consultation_mail dl:first-of-type {
	margin-top: 70px;
}
.contact_form_files {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 50px auto 0;
}
.contact_form_file {
	width: calc(50% - 30px);
}
.contact_form_file input {
	font-size: 1.7rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #D00B07;
    border-radius: 10px;
    max-width: 100%;
	border: none;
}

/* consultation_thanks - consultation
------------------------------ */
#consultation_thanks .sub_main_view_inner {
    background: url(../images/common/consultation_main_view.jpg) no-repeat center center / cover;
}

/* partner
------------------------------ */
#partner .sub_main_view_inner {
    background: url(../images/common/partner_main_view.jpg) no-repeat center center / cover;
}
.partner_recruiting {
	margin-top: 70px;
}
.partner_recruiting_wrapper {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	max-width: 1032px;
	padding: 50px 50px 60px;
	margin: 50px auto 0;
}
.partner_recruiting_content {
	width: 100%;
	max-width: 667px;
	line-height: 1.8;
	margin-right: 20px;
}
.partner_recruiting_content p + p {
	margin-top: 29px;
}
.partner_recruiting_mascot {
	width: 100%;
	max-width: 218px;
}
.partner_mail {
	margin-top: 109px;
}
.partner_mail_inner {
	padding: 0 0 140px;
}
.partner_mail_text {
    margin-top: 50px;
}
.partner_mail_form {
	margin-top: 30px;
}

/* partner_thanks - partner
------------------------------ */
#partner_thanks .sub_main_view_inner {
    background: url(../images/common/partner_main_view.jpg) no-repeat center center / cover;
}


/* visit
------------------------------ */
#visit .sub_main_view_inner {
    background: url(../images/common/visit_main_view.jpg) no-repeat center center / cover;
}
.visit_advantages {
	margin-top: 70px;
}
.visit_advantages_cards {
	display: flex;
    justify-content: space-between;
	margin-top: 50px;
}
.visit_advantages_card {
	width: calc(33.3333% - 32px);
	background: #fff;
	border-radius: 10px;
}
.visit_advantages_card_img img {
	border-radius: 10px 10px 0 0;
}
.visit_advantages_card_content {
	line-height: 1.8;
	padding: 20px 30px 30px;
}
.visit_advantages_lists {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	margin-top: 80px;
}
.visit_advantages_list {
	width: calc(50% - clamp(1px, 0.99vw, 19px));
}
.visit_advantages_list_link {
	display: flex;
	border-radius: 10px;
}
.visit_advantages_list_img {
	width: clamp(75px, 11.25vw, 216px);
}
.visit_advantages_list_img img {
	border-radius: 10px 0 0 10px;
}
.visit_advantages_list_title {
	position: relative;
    font-size: clamp(1.9rem, 1.15vw, 2.2rem);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
	color: #fff;
    display: grid;
    align-items: center;
	background: #D00B07;
	border: 1px solid #D00B07;
	width: calc(100% - clamp(75px, 11.25vw, 216px));
	transition: .3s;
    padding: 4px 4px 4px 27px;
	border-radius: 0 10px 10px 0;
}
.visit_advantages_list_title::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	transition: .3s;
    background: url(../images/common/icon_arrow_right_white.svg) no-repeat center center / contain;
}
.visit_mail {
	margin-top: 110px;
}
.visit_mail_inner {
	padding: 0 0 140px;
}
.visit_mail_text {
	line-height: 1.8;
	margin-top: 50px;
}
.visit_mail_form {
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
	.visit_advantages_list:hover .visit_advantages_list_title {
		color: #D00B07;
		background: #fff;
	}
	.visit_advantages_list:hover .visit_advantages_list_title::after {
		background: url(../images/common/icon_arrow_right_red.svg) no-repeat center center / contain;
	}
}


/* visit_thanks - visit
------------------------------ */
#visit_thanks .sub_main_view_inner {
    background: url(../images/common/visit_main_view.jpg) no-repeat center center / cover;
}


/* contact
------------------------------ */
#contact .sub_main_view_inner {
    background: url(../images/common/contact_main_view.jpg) no-repeat center center / cover;
}
.contact_tel {
	margin-top: 69px;
}
.contact_tel_body {
	background: #fff;
	border-radius: 10px;
	padding: 16px 10px;
	margin-top: 50px;
}
.contact_tel_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(6px);
}
.contact_tel_unit {
	width: 100%;
	max-width: 623px;
	margin-right: 46px;
}
.contact_tel_num img {
	width: 100%;
}
.contact_tel_time {
	text-align: center;
	margin-top: 7px;
}
.contact_tel_time span {
    position: relative;
    padding-right: 12px;
}
.contact_tel_time span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 2px;
    top: 51%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #d00b07;
}
.contact_tel_mascot {
	width: 100%;
	max-width: 237px;
}
.contact_line {
	margin-top: 109px;
}
.contact_line_body {
	background: #fff;
	border-radius: 10px;
	padding: 44px 10px 60px;
	margin-top: 50px;
}
.contact_line_subtitle {
	font-size: clamp(2rem, 1.6vw, 2.4rem);
	font-weight: 700;
	text-align: center;
}
.contact_line_items {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 970px;
	margin: 36px auto 0;
}
.contact_line_item {
	width: calc(50% - 25px);
}
.contact_line_item:first-of-type {
	margin-right: 20px;
}
.contact_line_item_title {
	font-size: 2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #D00B07;
}
.contact_line_item_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 6px solid #FCE8DD;
	border-radius: 10px;
	min-height: 215px;
	padding: 19px 33px;
	margin-top: 7px;
}
.contact_line_item_add {
	width: 100%;
	max-width: 165px;
	margin-right: 10px;
}
.contact_line_item_add_line a {
	position: relative;
	display: block;
	font-size: 1.8rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #01BB00;
	border-radius: 10px;
	padding: 23px 16px 23px 58px;
}
.contact_line_item_add_line a::before {
	position: absolute;
	content: "";
	width: 36px;
	height: 34px;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_line_white.svg) no-repeat center center / contain;
}
.contact_line_item_text {
	line-height: 1.8;
	width: 100%;
	max-width: 195px;
}
.contact_mail {
	margin-top: 110px;
}
.contact_mail_inner {
	padding: 0 0 140px;
}
.contact_mail_text {
	line-height: 1.8;
	margin-top: 50px;
}
.contact_mail_form {
	margin-top: 30px;
}
/* 共通 */
.contact_form {

}
.contact_form_row {
	display: flex;
}
.contact_form_title {
	position: relative;
	display: flex;
    align-items: center;
	width: 100%;
	max-width: 360px;
	background: #F5F5F5;
    padding: 42px 30px 42px;
}
.contact_form_row:not(:last-of-type) .contact_form_title {
	border-bottom: 1px solid #fff;
}
.contact_form_row:first-of-type .contact_form_title {
	border-radius: 10px 0 0 0;
}
.contact_form_row:last-of-type .contact_form_title {
	border-radius: 0 0 0 10px;
}
.contact_form_title_must,
.contact_form_title_any {
	position: absolute;
	content: "";
	font-size: 1.4rem;
	font-weight: 500;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 4px;
	padding: 1.5px 6.5px;
}
.contact_form_title_must {
	background: #D00B07;
}
.contact_form_title_any {
	background: #277BED;
}
.contact_form_input {
	width: calc(100% - 360px);
	min-height: 69px;
	background: #fff;
    padding: 32px 30px 32px;
}
.contact_form_row:not(:last-of-type) .contact_form_input {
	border-bottom: 1px solid #C4C4C4;
}
.contact_form_row:first-of-type .contact_form_input {
	border-radius: 0 10px 0 0;
}
.contact_form_row:last-of-type .contact_form_input {
	border-radius: 0 0 10px 0;
}
.contact_form_radio .contact_form_input {
    padding: 28px 30px 25px;
}
.contact_form_input input[type=text],
.contact_form_input input[type=tel],
.contact_form_input input[type=email] {
	width: 100%;
	max-width: 680px;
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	padding: 10px 15px;
}
.contact_form_input .contact_form_input_post input[type=text] {
	max-width: 227px;
	margin-bottom: 15px;
}
.contact_form_request_list {
	display: flex;
}
.contact_form_request_list:not(:first-of-type) {
	margin-top: 15px;
}
.contact_form_request_list_day {
	margin-right: 15px;
}
.contact_form_input .contact_form_request_list_day input[type=text] {
	/* max-width: 220px; */
	max-width: 190px;
	margin-left: 9px;
}
.contact_form_request_list_hours {
	display: flex;
}
.contact_form_request_list_time {
	margin-right: 15px;
}
.contact_form_input .contact_form_request_list_time input[type=text] {
	max-width: 90px;
	margin-right: 8px;
}
.contact_form_input .contact_form_request_list_minute input[type=text] {
	max-width: 90px;
	margin-right: 8px;
}
.contact_form_input textarea {
	width: 100% !important;
	height: 245px !important;
	border: 1px solid #C4C4C4;
	border-radius: 8px;
	padding: 10px 15px;
}
.contact_form_radio_buttons {
	display: flex;
	flex-direction: column;
    justify-content: center;
    min-height: 50px;
}
.contact_form_radio_button:not(:first-of-type) {
	margin-top: 8px;
}
.contact_form_privacy {
    margin-top: 40px;
    height: 217px;
    overflow-y: scroll;
	background: #fff;
	border-radius: 10px;
	padding: 35px 30px;
}
.contact_form_privacy_title {
	font-size: 2rem;
	font-weight: 700;
	color: #D00B07;
}
.contact_form_privacy_text {
	margin-top: 25px;
}
.contact_form_btn {
	text-align: center;
	margin-top: 40px;
}
.contact_form_btn .btn {
	width: 100%;
    max-width: 320px;
    padding: 16px 0;
	border-radius: 50px;
}

/* //共通 */

/*　contact_thanks contact
------------------------------ */
#contact_thanks .sub_main_view_inner {
    background: url(../images/common/contact_main_view.jpg) no-repeat center center / cover;
}
.contact_thanks {
	margin-top: 100px;
}
.contact_thanks_inner {
	padding: 0 0 100px;
}
.contact_thanks_text {
	text-align: center;
	margin-top: 50px;
}
.contact_thanks_btn {
	text-align: center;
    margin-top: 50px;
}
.contact_thanks_btn .btn {
    width: 100%;
    max-width: 320px;
    border-radius: 100px;
    padding: 16.5px 5px;
}

/* 404
------------------------------ */
#yonmaruyon .sub_main_view {
	background: url(../images/common/news_main_view.jpg) no-repeat center center / cover;
}
#yonmaruyon_main {
	margin-top: 100px;
}
.yonmaruyon_btn {
    margin-top: 30px;
}
.yonmaruyon_btn .btn {
    width: 100%;
	max-width: 258px;
    padding: 20px 25px;
	border-radius: 50px;
}
.yonmaruyon_inner {
	padding-bottom: 100px;
}

/* footer
------------------------------ */
.footer {
	position: relative;
	background: #fff;
	padding-top: 155px;
}
.footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 85px;
	left: 50%;
	transform: translateX(-50%);
    top: 70px;
	background: url(../images/common/footer_img.png) repeat-x center bottom / contain;
}
.footer_inner {
	color: #fff;
	background: #C6171E;
	padding: 95px 0 22px;
}
.footer_wrapper {
	display: flex;
	justify-content: space-between;
}
.footer_left {
	width: 100%;
	max-width: 341px;
}
.footer_address {
	font-size: 1.8rem;
	margin-top: 23px;
}
.footer_tel {
	margin-top: 10px;
}
.footer_time {
	font-size: 1.2rem;
	margin-top: 10px;
}
.footer_right {
	width: 100%;
	max-width: 595px;
	margin-top: -4px;
}
.footer_menus {
	display: flex;
}
.footer_menu {
	padding-left: 15px;
}
.footer_menu:nth-of-type(1) {
	margin-right: 52px;
}
.footer_menu:nth-of-type(2) {
	margin-right: 53px;
}
.footer_list_icon {
	position: relative;
	font-weight: 700;
}
.footer_list_icon::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffe101;
}
a.footer_list_icon::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	transition: transform 0.3s;
	background: #fff;
	margin: auto;
}
.footer_list_product {
	margin-top: 14px;
}
.footer_list_news {
	margin-top: 22px;
}
.footer_list_works {
	margin-top: 24px;
}
.footer_menu:nth-of-type(3) .footer_list:not(:first-of-type) {
	margin-top: 14px;
}
.footer_sub_lists {
	margin-top: 12px;
}
.footer_sub_list {
	font-size: 1.4rem;
	margin-top: 10px;
}
.footer_sub_list a {
	position: relative;
}
.footer_sub_list a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	transition: transform 0.3s;
	background: #fff;
	margin: auto;
}
.copyright {
	text-align: center;
	margin-top: 95px;
}
.copyright small {
	font-size: 1.2rem;
}
.footer_actions {
	display: none;
}

@media screen and (min-width: 769px) {
	a.footer_list_icon:hover::after {
		transform: scale(1, 1);
	}
	.footer_sub_list a:hover::after {
		transform: scale(1, 1);
	}
}

/* Page Top
------------------------------ */
.pagetop{
	position: fixed;
	bottom: 40px;
	right: 50px;
	width: 54px;
	height: 54px;
	transition: all .4s;
	opacity: 0;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #FFE101;
}
.pagetop.show{
	opacity: 1;
	text-indent: -9999px;
}
.pagetop:hover{
	color: #FFE101;
	background: #fff;
	border: 1px solid #FFE101;
}
.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;
}
.pagetop:hover::before{
	border-top-color: #FFE101;
	border-left-color: #FFE101;
}
