@charset "utf-8";

:root {
  --color-main: #000000;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-robot: "Roboto", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
}

/*
* {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
}
*/

html {
  scroll-behavior: smooth;
  /* scroll-padding-top: min(24rem, 240px); */
  /* font-size: calc(100vw / 164); */
}

body, h1, h2, h3, h4, h5, p {
  margin: 0;
}

body {
}

body.active {
  height: 100%;
  overflow: hidden;
}

main.order p {
  text-align: justify;
}

main.order img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: bottom;
}

main.order ul, main.order li {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.order a {
  text-decoration: none;
  transition: opacity .8s;
  color: inherit;
}

@media (hover: hover) {
  main.order a:hover {
    opacity: 0.6;
  }
}

main.order a[href="#!"] {
  pointer-events: none;
}

main.order span {
  display: inline-block;
}

main.order dl, main.order dt, main.order dd {
  all: unset;
  display: block;
}

main.order button {
  all: unset;
  display: block;
}

main.order table {
  border-collapse: collapse;
}

.sp_obj {
  display: none !important;
}

@media (max-width: 799px) {

  html {
    /* scroll-padding-top: 8rem; */
    /* font-size: calc(100vw / 37.5); */
  }

  .sp_obj {
    display: block !important;
  }
  
  .pc_obj {
    display: none !important;
  }
}

/* ----- common ----- */

main.order .container {
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 20px;
}

main.order h2.order_h2 {
	font-size: 72px;
	font-family: var(--font-montserrat);
	margin: 0;
}

main.order h2.order_h2 span {
	font-size: 24px;
	font-family: var(--font-sans);
	margin-left: 20px;
}

main.order p.common_txt {
  font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin: 40px 0 0;
}

main.order .no_mt {
	margin-top: 0 !important;
}

.target {
  transform: translateY(80px);
  opacity: 0;
  transition: all .8s;
}

.target.appear {
  transform: none;
  opacity: 1;
}

@media (max-width: 799px) {
  main.order .container {
    padding: 60px 20px;
  }

  main.order h2.order_h2 {
		font-size: 54px;
		text-align: center;
	}
	
	main.order h2.order_h2 span {
		font-size: 20px;
		margin-left: 0px;
		text-align: center;
		transform: translateY(-100%);
	}
  
	main.order p.common_txt {
		font-size: 14px;
		line-height: 1.8;
	}
}

/* ----- header ----- */

/* ----- main ----- */

main.order {
	font-family: var(--font-sans);
  color: var(--color-main);
  letter-spacing: .1em;
	font-weight: 700;
	  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
}

main.order p {
	margin: 0;
}

@media (max-width: 799px) {
  main.order {
  }
}

/* ----- mv ----- */

main.order section.mv {
  background-image: url(../images/order_house/bg_mv_pc.webp);
  background-size: 1400px;
  background-position: top center;
  background-repeat: no-repeat;
}

main.order section.mv div.container {
	max-width: 1240px;
}

main.order section.mv h1.mv_h1 {
	margin: 0;
	display: block;
  font-size: 56px;
	line-height: 1.4;
}

main.order section.mv h1.mv_h1 i {
	all: unset;
	font-size: 48px;
}

main.order section.mv h1.mv_h1 span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 20px;
}

main.order section.mv div.bread_crumb {
	margin-top: 80px;
	display: flex;
	gap: 20px;
}

main.order section.mv div.bread_crumb a.bread_crumb_item {
	font-size: 12px;
	font-weight: 500;
	position: relative;
}

main.order section.mv div.bread_crumb a.bread_crumb_item:not(:last-of-type)::after {
	content: ">";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	font-size: 12px;
}

@media (max-width: 799px) {
	main.order section.mv {
		background-image: url(../images/order_house/bg_mv_sp.webp);
		background-size: 100%;
		background-position: bottom center;
		background-color: #e4ddd6;
	}
	
	main.order section.mv div.container {
		max-width: 100%;
		width: 100%;
		height: 520px;
		padding-top: 40px;
		position: relative;
	}
	
	main.order section.mv h1.mv_h1 {
		font-size: 36px;
		line-height: 1;
		text-align: center;
	}
	
	main.order section.mv h1.mv_h1 small {
		all: unset;
		display: block;
		font-size: 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}

	main.order section.mv h1.mv_h1 small i {
		all: unset;
		font-size: 16px;
	}
	
	main.order section.mv h1.mv_h1 span {
		display: block;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.8;
		margin-top: 20px;
	}
	
	main.order section.mv div.bread_crumb {
		position: absolute;
		bottom: -20px;
		left: 20px;
		margin-top: 0px;
		gap: 10px;
	}
	
	main.order section.mv div.bread_crumb a.bread_crumb_item {
		font-size: 9px;
	}
	
	main.order section.mv div.bread_crumb a.bread_crumb_item:not(:last-of-type)::after {
		right: -8px;
		font-size: 9px;
	}
}

/* ----- features ----- */

main.order section.features  {
	background-image: url(../images/order_house/bg_features_pc.webp);
	background-size: 1400px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

main.order section.features div.container {
	padding-bottom: 540px;
}

main.order h2.feature_h2 {
	font-size: 40px;
	line-height: 1.6;
}

main.order section.features div.feature_wrap {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
}

main.order section.features div.feature_wrap p.feature_item {
	padding: 30px 20px;
	font-size: 20px;
	line-height: 2.0;
	letter-spacing: 0;
	border-top: 1px solid #e1ded2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

main.order section.features div.feature_wrap p.feature_item span {
	font-size: 12px;
	font-weight: 500;
	color: #009aea;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 799px) {
	main.order section.features  {
		background-image: url(../images/order_house/bg_features_sp.webp);
		background-size: 100%;
	}
	
	main.order section.features div.container {
		padding-bottom: 300px;
	}
	
	main.order h2.feature_h2 {
		font-size: 30px;
		line-height: 1.6;
	}
	
	main.order section.features div.feature_wrap {
		margin-top: 20px;
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}
	
	main.order section.features div.feature_wrap p.feature_item {
		padding: 20px 10px;
		font-size: 20px;
		border-top: 1px solid #e1ded2;
		border-bottom: 1px solid #e1ded2;
	}
	
	main.order section.features div.feature_wrap p.feature_item span {
		font-size: 12px;
	}
}

/* ----- problem ----- */

main.order section.problem dl.problem_dl {
	margin-top: 40px;
}

main.order section.problem dl.problem_dl div.problem_item {
	padding: 20px 0;
	border-top: 1px solid #e1ded2;
	display: flex;
	align-items: center;
}

main.order section.problem dl.problem_dl div.problem_item:last-of-type {
	border-bottom: 1px solid #e1ded2;
}

main.order section.problem dl.problem_dl div.problem_item dt.problem_item_dt {
	font-size: 40px;
	font-weight: 600;
	font-family: var(--font-montserrat);
	color: #009aea;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100px;
	height: fit-content;
}

main.order section.problem dl.problem_dl div.problem_item dt.problem_item_dt span {
	font-size: 10px;
	letter-spacing: 0;
}

main.order section.problem dl.problem_dl div.problem_item dd.problem_item_dd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

main.order section.problem dl.problem_dl div.problem_item dd.problem_item_dd strong {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 799px) {
	main.order section.problem dl.problem_dl {
		margin-top: 20px;
	}
	
	main.order section.problem dl.problem_dl div.problem_item {
		padding: 20px 0;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	main.order section.problem dl.problem_dl div.problem_item dt.problem_item_dt {
		font-size: 40px;
		gap: 4px;
		width: 100%;
	}
	
	main.order section.problem dl.problem_dl div.problem_item dt.problem_item_dt span {
		font-size: 10px;
		letter-spacing: 0;
	}
	
	main.order section.problem dl.problem_dl div.problem_item dd.problem_item_dd {
		text-align: left;
	}
	
	main.order section.problem dl.problem_dl div.problem_item dd.problem_item_dd strong {
		text-align: center;
		line-height: 1.4;
	}
}

/* ----- brand ----- */

main.order section.brand {
	background-image: url(../images/order_house/bg_brand_pc.webp);
	background-size: cover;
	background-position: center center;
}

main.order section.brand div.brand_item {
	margin-top: 40px;
	display: flex;
	gap: 50px;
	align-items: center;
}

main.order section.brand div.brand_item:nth-of-type(even) {
	flex-direction: row-reverse;
}

main.order section.brand div.brand_item div.img_area {
	width: 450px;
}

main.order section.brand div.brand_item div.txt_area {
	flex: 1;
}

main.order section.brand div.brand_item div.txt_area p.common_txt strong {
	font-size: 32px;
	display: block;
	margin-bottom: 20px;
	line-height: 1.4;
}

main.order section.brand div.brand_item div.txt_area a.brand_link {
	margin-top: 40px;
	width: 100%;
	height: 40px;
	border-radius: 99px;
	background-color: #73c8cd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

main.order section.brand div.brand_item div.txt_area a.brand_link::after {
	content: "";
	background-image: url(../images/order_house/icon_arrow_right.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
}

@media (max-width: 799px) {
	main.order section.brand {
		background-image: url(../images/order_house/bg_brand_sp..webp);
		background-size: cover;
		background-position: center center;
	}
	
	main.order section.brand div.brand_item {
		margin-top: 20px;
		flex-direction: column;
		gap: 20px;
	}
	
	main.order section.brand div.brand_item:nth-of-type(even) {
		margin-top: 40px;
		flex-direction: column;
	}
	
	main.order section.brand div.brand_item div.img_area {
		width: 100%;
	}
	
	main.order section.brand div.brand_item div.txt_area {
		width: 100%;
	}
	
	main.order section.brand div.brand_item div.txt_area p.common_txt strong {
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	
	main.order section.brand div.brand_item div.txt_area a.brand_link {
		margin: 40px auto 0;
		width: 90%;
		height: 65px;
		line-height: 1.4;
	}
}

/* ----- works ----- */

main.order p.section_lead {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	line-height: 1.6;
}

main.order section.works div.works_item {
	margin-top: 40px;
	display: flex;
	gap: 30px;
	align-items: start;
	padding: 20px 0;
	border-top: 1px solid #e1ded2;
}

main.order section.works div.works_item:last-of-type {
	margin-top: 0;
	border-bottom: 1px solid #e1ded2;
}

main.order section.works div.works_item div.img_area {
	width: 400px;
}

main.order section.works div.works_item div.txt_area {
	flex: 1;
}

main.order section.works div.works_item div.txt_area p.common_txt {
	letter-spacing: .04em;
}

main.order section.works div.works_item div.txt_area p.common_txt strong {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.8;
	font-weight: 700;
}

main.order section.works div.works_item div.txt_area a.works_link {
	margin-top: 40px;
	margin-left: auto;
	width: 320px;
	height: 44px;
	border-radius: 99px;
	border: 1px solid #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

main.order section.works div.works_item div.txt_area a.works_link::after {
	content: "";
	background-image: url(../images/order_house/icon_arrow_right.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
}

@media (max-width: 799px) {
	main.order section.works h2.order_h2 span {
		transform: none;
		line-height: 1.2;
	}
	
	main.order section.works p.works_lead {
		line-height: 1.6;
	}
	
	main.order section.works div.works_item {
		margin-top: 40px;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	
	main.order section.works div.works_item div.img_area {
		width: 100%;
	}
	
	main.order section.works div.works_item div.txt_area {
		width: 100%;
	}
	
	main.order section.works div.works_item div.txt_area a.works_link {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 60px;
		padding: 0 20px;
	}
}

/* ----- consultation ----- */

main.order section.consultation {
	background-color: #f5f2e6;
}

main.order section.consultation h2.order_h2 span {
	font-family: var(--font-montserrat);
}

main.order section.consultation p.section_lead {
	margin-top: 40px;
}

main.order section.consultation p.attention {
	margin-top: 40px;
	padding: 20px 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 0;
}

main.order section.consultation p.attention span:first-of-type {
	width: 270px;
	font-size: 24px;
	text-align: center;
	padding: 0 40px;
}

main.order section.consultation p.attention span:first-of-type small {
	font-family: var(--font-montserrat);
	font-size: 16px;
	text-align: center;
}

main.order section.consultation p.attention span:last-of-type {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	padding: 0 40px;
	border-left: 1px solid #000000;
	letter-spacing: .04em;
}

main.order section.consultation div.form_wrap {
	margin-top: 80px;
	display: flex;
	align-items: start;
	gap: 0;
}

main.order section.consultation div.form_wrap nav.form_nav {
	width: 210px;
}

main.order section.consultation div.form_wrap nav.form_nav ul.form_ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
	z-index: 1;
}

main.order section.consultation div.form_wrap nav.form_nav ul.form_ul::before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 95%;
	background-color: #cccccc;
	left: 6px;
	top: 0;
	z-index: -1;
}

main.order section.consultation div.form_wrap nav.form_nav ul.form_ul li.form_li {
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
}

main.order section.consultation div.form_wrap nav.form_nav ul.form_ul li.form_li::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #cccccc;
}

main.order section.consultation div.form_wrap nav.form_nav ul.form_ul li.form_li.active::before {
	background-color: #ff3322;
}

.mw_wp_form_confirm li.form_li:nth-child(3)::before {
	background-color: #ff3322 !important;
}
.mw_wp_form_confirm li.form_li.active::before {
	background-color: #cccccc !important;
}

main.order section.consultation div.form_wrap div.form_area {
	flex: 1;
	width: 650px;
}

main.order section.consultation div.form_wrap div.form_area p.form_ttl {
	font-size: 24px;
}

main.order section.consultation div.form_wrap div.form_area p.form_ttl span {
	font-size: 16px;
	font-weight: 900;
	margin-right: 10px;
	font-family: var(--font-montserrat);
}

main.order section.consultation div.form_wrap div.form_area .form {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

main.order section.consultation div.form_wrap div.form_area div.form_item {
	display: flex;
	align-items: center;
	gap: 0px;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #000000;
}

.mw_wp_form_confirm div.form_item {
		padding: 20px 0 20px 0 !important;
		font-weight: 500 !important;
	}
	
.mw_wp_form_confirm div.form_item label {
		font-weight: 700 !important;
	}
	

main.order section.consultation div.form_wrap div.form_area div.form_item:last-of-type {
	border-bottom: 1px solid #000000;
}

main.order section.consultation div.form_wrap div.form_area div.form_item label {
	width: 250px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item label[for="other"] {
	align-items: start;
	line-height: 1.4;
}

main.order section.consultation div.form_wrap div.form_area div.form_item label[for="other"] span {
	transform: translateY(10%);
}

main.order section.consultation div.form_wrap div.form_area div.form_item label span.optional {
	width: 35px;
	height: 20px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	color: #999999;
}

.mw_wp_form_confirm div.form_area div.form_item label span.optional {
display: none !important;
}

main.order section.consultation div.form_wrap div.form_area div.form_item label span.require {
	width: 35px;
	height: 20px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff3322;
	color: #ffffff;
}

.mw_wp_form_confirm div.form_area div.form_item label span.require {
display: none !important;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap input {
flex:none;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	font-size: 16px;
	color: #999999;
	background-image: url(../images/order_house/icon_arrow_down.png);
	background-size: 17px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap input:focus {
	outline: none;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap select {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	font-size: 16px;
	color: #999999;
	background-image: url(../images/order_house/icon_arrow_down.png);
	background-size: 17px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap select:focus {
	outline: none;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap {
	display: flex;
	gap: 10px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap input[id="number"] {
	height: 50px;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	font-size: 16px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap span {
	width: 320px;
	font-size: 18px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap input:focus {
	outline: none;
}

main.order section.consultation div.form_wrap div.form_area div.form_item input {
	flex: 1;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	font-size: 16px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item input:focus {
	outline: none;
}

main.order section.consultation div.form_wrap div.form_area div.form_item input::placeholder {
	color: #999999;
	font-size: 16px;
}

	main.order section.consultation div.form_wrap div.form_area div.form_item select[id="consultation"],
	main.order section.consultation div.form_wrap div.form_area div.form_item select[id="store"] {
	flex: 1;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	font-size: 16px;
	color: #999999;
	background-image: url(../images/order_house/icon_arrow_down.png);
	background-size: 17px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

main.order section.consultation div.form_wrap div.form_area div.form_item textarea {
	flex: 1;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border: none;
	font-size: 16px;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap {
	flex: 1;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap div.privacy_item span {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap div.privacy_item label {
	width: 100%;
	font-weight: 700;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap div.privacy_item input[type="checkbox"] {
	all: unset;
	width: 15px;
	height: 15px;
	background-color: #ffffff;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap div.privacy_item input[type="checkbox"]:checked {
	background-color: #000000;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap a.privacy_link {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
}

main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap a.privacy_link span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
}

main.order section.consultation div.form_wrap div.form_area .form_btn {
	margin-top: 40px;
	width: 320px;
	height: 40px;
	border-radius: 99px;
	border: 1px solid #000000;
	font-size: 16px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: all 0.4s ease;
	background-image: url(../images/order_house/icon_arrow_right.png);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

main.order section.consultation div.form_wrap div.form_area .form_btn:hover {
	background-color: #000;
	color: #fff;
		background-image: url(../images/order_house/icon_arrow_right_wh.png);
}

main.order section.consultation div.form_wrap div.form_area .form_btn::after {
	content: "";
	background-image: url(../images/order_house/icon_arrow_right.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

	main.order section.consultation div.form_wrap div.form_area div.form_item .error_wrap {
	flex: 1;
	}
	
	.mw_wp_form .error {
    font-size: 12px !important;
    color: #ff3322 !important;
    display: block;
				margin-top:5px !important;
}

main.order section.consultation div.form_wrap div.form_area div.form_item .error-pink input[type="text"],
main.order section.consultation div.form_wrap div.form_area div.form_item .error-pink input[type="email"],
main.order section.consultation div.form_wrap div.form_area div.form_item .error-pink input[type="tel"],
main.order section.consultation div.form_wrap div.form_area div.form_item .error-pink input[type="url"] {
	background: #ffe0de !important;
}

@media (max-width: 799px) {
	
	main.order section.consultation p.section_lead {
		margin-top: 20px;
	}
	
	main.order section.consultation p.attention {
		margin-top: 20px;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	
	main.order section.consultation p.attention span:first-of-type {
		width: 100%;
		font-size: 20px;
		padding: 0px;
	}
	
	main.order section.consultation p.attention span:first-of-type small {
		display: block;
		font-size: 14px;
		margin-top: 8px;
	}
	
	main.order section.consultation p.attention span:last-of-type {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8;
		padding: 16px 0 0;
		border-left: none;
		border-top: 1px solid #000000;
		letter-spacing: .04em;
	}
	
	main.order section.consultation div.form_wrap {
		margin-top: 80px;
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	
	main.order section.consultation div.form_wrap nav.form_nav {
		width: 80%;
		margin: 0 auto;
	}
	
	main.order section.consultation div.form_wrap nav.form_nav ul.form_ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 70px;
	}
	
	main.order section.consultation div.form_wrap nav.form_nav ul.form_ul::before {
		width: 85%;
		height: 1px;
		left: 0;
		right: 0;
		margin: auto;
		top: -18px;
	}
	
	main.order section.consultation div.form_wrap nav.form_nav ul.form_ul li.form_li {
		font-size: 16px;
		font-weight: 700;
		display: block;
		position: relative;
	}
	
	main.order section.consultation div.form_wrap nav.form_nav ul.form_ul li.form_li::before {
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #cccccc;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		transform: translateY(-200%);
	}
	
main.order section.consultation div.form_wrap nav.form_nav ul.form_ul li.form_li.active::before {
	background-color: #ff3322;
}

.mw_wp_form_confirm li.form_li:nth-child(4)::before {
	background-color: #ff3322 !important;
}
.mw_wp_form_confirm li.form_li.active::before {
	background-color: #cccccc !important;
}
	
	main.order section.consultation div.form_wrap div.form_area {
		flex: none;
		width: 100%;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 10px 0 10px 0;
	}

	main.order section.consultation div.form_wrap div.form_area div.form_item label {
		width: 100%;
		gap: 10px;
		font-size: 18px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item label[for="other"] {
		align-items: center;
		line-height: 1.4;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item label[for="other"] span {
		transform: none;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap {
		flex: none;
		width: 100%;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.date_wrap select {
		padding: 0 20px;
		font-size: 16px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap {
		flex: none;
		width: 100%;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap {
		display: flex;
		align-items: end;
		gap: 10px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap input[id="number"] {
		flex: none;
		width: 230px;
		height: 50px;
		padding: 0 10px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.number_wrap span {
		flex: 1;
		font-size: 18px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item input {
		flex: none;
		width: 100%;
		height: 50px;
		padding: 0 10px;
		background-color: #fff;
		border: none;
		font-size: 16px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item input[class="visitors"] {
			width: 85%;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item select[id="consultation"],
	main.order section.consultation div.form_wrap div.form_area div.form_item select[id="store"] {
		flex: none;
		width: 100%;
		height: 50px;
		padding: 0 10px;
		background-color: #fff;
		border: none;
		font-size: 16px;
		color: #999999;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item textarea {
		flex: none;
		width: 100%;
		height: 150px;
		padding: 10px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap {
		flex: none;
		width: 100%;
		margin-top: 10px;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap a.privacy_link {
		display: block;
		margin-top: 20px;
		font-size: 14px;
		font-weight: 500;
	}
	
.mw_wp_form_confirm a.privacy_link {
		display: none !important;
	}
	
	main.order section.consultation div.form_wrap div.form_area div.form_item div.privacy_wrap a.privacy_link span {
		display: block;
		margin-top: 10px;
		font-size: 12px;
		font-weight: 500;
		line-height: 2;
	}
	
	main.order section.consultation div.form_wrap div.form_area .form_btn {
		margin: 40px auto 0;
		width: 300px;
		height: 60px;
		background-color: #fff;
		box-sizing: border-box;
	}
}

/* ----- contact ----- */

main.order section.contact {
	background-image: url(../images/order_house/bg_contact_pc.webp);
	background-size: 1400px;
	background-position: top 100px center;
	background-repeat: no-repeat;
}

main.order section.contact div.container {
	padding: 200px 20px;
}

main.order section.contact h2.order_h2 {
	font-size: 100px;
	font-weight: 900;
}

main.order section.contact a.contact_link {
	display: block;
	margin-top: 20px;
	font-size: 32px;
	display: flex;
	align-items: center;
	gap: 10px;
}

main.order section.contact a.contact_link::after {
	content: "";
	background-image: url(../images/order_house/icon_arrow_right_circle.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
}

@media (max-width: 799px) {
	main.order section.contact {
		background-image: url(../images/order_house/bg_contact_sp.webp);
		background-size: cover;
		background-position: top 0 center;
		background-repeat: no-repeat;
	}
	
	main.order section.contact div.container {
		padding: 40px 20px;
	}
	
	main.order section.contact h2.order_h2 {
		font-size: 54px;
	}
	
	main.order section.contact a.contact_link {
		margin-top: 20px;
		font-size: 20px;
		gap: 10px;
	}
	
	main.order section.contact a.contact_link::after {
		width: 24px;
		height: 24px;
	}

	main.order section.contact p.common_txt {
		margin-top: 20px;
	}
}

/* ----- thanks ----- */

main.order div.thanks_area h2.thanks_h2 {
	font-size: 32px;
}

main.order div.thanks_area h2.thanks_h2 small {
	display: block;
	margin-top: 20px;
	font-size: 20px;
}

main.order div.thanks_area .thanks_txt {
	margin-top: 50px;
	padding: 50px 40px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .04em;
}

main.order div.thanks_area .thanks_txt strong {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

@media (max-width: 799px) {
	main.order div.thanks_area h2.thanks_h2 {
		font-size: 24px;
		text-align: center;
	}
	
	main.order div.thanks_area h2.thanks_h2 small {
		display: block;
		margin-top: 20px;
		font-size: 16px;
		text-align: center;
		line-height: 1.8;
	}
	
	main.order div.thanks_area .thanks_txt {
		margin-top: 40px;
		padding: 20px;
		font-size: 18px;
	}
	
	main.order div.thanks_area .thanks_txt strong {
		text-align: center;
	}
}














