@charset "UTF-8";
/*clamp第2計算：フォントvw769　余白vw1000・1920／SPフォント：PC×0.6-0.7目安*/
/*---------------------------
LP-RM ベーススタイル
----------------------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.contentWrap {
	color: #231814;
}
.lsp_no {
	letter-spacing: normal;
}
.bg {
	background-color: #d5dfed;
}
.bg02 {
	background-color: #f4f6f8;
}
.inner {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 1000px;
}
section h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: clamp(20px, 5.2vw, 40px);
	text-align: center;
}
section p {
	font-weight: 300;
	line-height: 1.66;
	font-size: clamp(12px, 2.34vw, 18px);
}
.title_sub {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1.5;
	font-size: clamp(14px, 2.6vw, 20px);
	background-color: #f9f5a9;
	border-radius: 2em;
	padding: 0.625em;
	text-align: center;
	display: block;
	margin: auto;
	max-width: 437px;
	width: 90%;
}
.mode_sps {
	display: none;
}
@media screen and (max-width: 430px) {
	.mode_sps {
		display: block;
	}
}
/*#headline*/
#headline {
	margin: 0 auto;
	width: 80%;
	max-width: 740px;
	background-color: #f9f5a9; 
	border-bottom-left-radius: min(2.1vw, 21px);
	border-bottom-right-radius: min(2.1vw, 21px);
	text-align: center;
}
#headline p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: clamp(13px, 4vw, 25px);
	padding: 0.82em;
	line-height: 1.2;
}
/*.ctaBtn*/
.ctaBtn {
	text-align: center;
}
.ctaBtn a {
	display: inline-block;
	background-color: #ffffff;
	padding: 0.5em 0.9em 0.5em 2.6em;
	border-radius: 7px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	/*font-size: clamp(12px, 2.34vw, 18px);*/
	font-size: clamp(13px, 4vw, 18px);
	box-shadow: 3px 3px 4px 0px rgba(5, 5, 5, 0.3);
	position: relative;
}
.ctaBtn a:hover {
	opacity: 1;
	box-shadow: 0px 1px 4px 0px rgba(5, 5, 5, 0.3);
}
.ctaBtn a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.5em;
	margin: auto;
	display: inline-block;
	background-image: url("../image/icon_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	width: 1.33em;
	height: 1.33em;
}
/*---------------------------
#firstView
----------------------------*/
#firstView .inner {
	padding-top: min(6vw, 60px);
	text-align: center;
}
#firstView .mv {
	margin: 0 auto min(6vw, 60px) auto;
	max-width: 936px;
}
#firstView h1 {
	margin: 0 auto min(2vw, 20px) auto;
	max-width: 415px;
	width: 80%;
}
#firstView .catch {
	color: #3f3a39;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: clamp(13px, 2.34vw, 18px);
	margin-bottom: min(6vw, 60px);
}
/*.intro*/
#firstView .intro {
	margin: 0 auto min(7.7vw, 77px) auto;
	text-align: center;
}
#firstView .intro figure {
	max-width: 315px;
	margin: 0 auto 1em auto;
}
#firstView .intro p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: clamp(13px, 2vw, 18px);
	line-height: 2.22;
	text-align: left;
}
@media screen and (min-width: 769px) {
	#firstView .intro {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 936px;
	}
	#firstView .intro figure {
		margin: 0;
		width: 33.65%;
	}
	/*#firstView .intro figure img {
		width: 100%;
		height: 100%;
		border-radius: min(0.9vw, 9px);
		object-fit: cover;
	}*/
	#firstView .intro p {
		margin-bottom: 0;
		width: 62%;
	}
}
/*.point*/
#firstView .point {
	margin: 0 auto min(6.2vw, 62px) auto;
}
#firstView .point .title_sub {
	margin-bottom: min(4vw, 40px);
}
#firstView .point dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#firstView .point dd > p {
	width: 31.8%;
	padding: 0.5em;
	font-weight: 400;
	color: #251714;
	background-color: #f4f6f8;
	margin-bottom: min(2.3vw, 23px);
}
/*----------------------------
#consul
----------------------------*/
#consul {
	position: relative;
}
#consul .inner {
	padding-top: min(12vw, 57px);
}
#consul .titleArea {
	position: relative;
	height: 100%;
    padding-bottom: 1.5em;
}
#consul h2 {
	text-align: left;
	transform: rotate(-6deg);
	display: inline-block;
	position: relative;
	padding: 0.9em 0.9em 0.9em 1.2em;
	z-index: 1;
}
#consul h2::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #ffffff;
	width: 2.95em;
	height: 2.95em;
	border-radius: 100%;
}
#consul .bg_ph {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(23.7vw, 237px);
}
#consul #consul03 .bg_ph {
	width: min(39.3vw, 393px);
}
#consul .ctaBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	#consul .inner {
		padding-left: min(1.12vw, 22px);
		padding-right: min(1.12vw, 22px);
	}
	#consul .titleArea {
		padding-bottom: 0;
	}
	#consul .bg_ph {
		right: -2%;
		bottom: initial;
		top: -20px;
	}
	#consul #consul03 .bg_ph {
		right: -6%;
	}
	#consul .ctaBtn {
		top: 12px;
		right: min(3.75vw, 72px);
	}
}
/*.intro
----------------------*/
#consul .intro {
	padding: min(3.2vw, 32px) min(2.6vw, 26px) min(2.6vw, 26px);
	position: relative;
	margin-bottom: 1em;
}
#consul .intro dt {	
	color: #251714;
	font-weight: 500;
	line-height: 1.5;
	font-size: clamp(14px, 2.6vw, 20px);
	margin-bottom: 0.5em;
}
#consul .intro dd {
	color: #3f3a39;
}
@media screen and (min-width: 769px) {
	#consul .intro {
		margin: 0 auto;
	}
}
/*.case
----------------------*/
#consul .case {
	background-color: #ffffff;
	padding: min(3.4vw, 34px) min(2.6vw, 26px);
	border-radius: min(3vw, 30px);
	position: relative;
}
#consul .case dt {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: clamp(12px, 2.08vw, 16px);
	margin-bottom: 0.5em;
}
#consul .case dd {
	color: #3f3a39;
}
#consul .case dd p {
	font-size: clamp(12px, 2.08vw, 16px);
	line-height: 1.56;
	margin-bottom: 1em;
}
#consul .case dd p > span {
	font-size: clamp(14px, 2.34vw, 18px);
	font-weight: 400;
	display: block;
	line-height: inherit;
	margin-bottom: 0.3em;
}
#consul #consul02 .case dd figure img {
	max-height: 106px;
}
@media screen and (min-width: 769px) {
	#consul .case {
		max-width: 957px;
		padding-right: min(2.5vw, 25px);
	}
	#consul .case dd {
		display: flex;
		justify-content: space-between;
	}
	#consul .case dd figure {
		width: 34.8%;
	}
	#consul .case dd p {
		width:62%;
		margin-bottom: 0;
	}
}
/*.data
----------------------*/
#consul .data {
	background-color: #9baace;
	width: auto;
	padding: 1vw 1em;
	border-radius: min(2.4vw, 24px);
	position: absolute;
	top: /*-24.5%*/-20px;
	right: -2%;
	text-align: center;
}
#consul .data p {
	display: inline-block;
	color: #ffffff;
	text-align: left;
	font-weight: 700;
	font-size: clamp(12px, 2.21vw, 17px);
	line-height: 1.35;
}
@media screen and (min-width: 769px) {
	#consul .data {
		width: min(26.9vw, 269px);
		padding: min(1vw, 19px);
		top: /*-24.5%*/-40px;
	}
}
/*.flow
----------------------*/
#consul .flow {
	text-align: center;
	max-width: 862px;
	margin: 2em auto 0 auto;
}
#consul .flow dt {
	color: #251714;
	font-weight: 400;
	line-height: 1.5;
	font-size: clamp(14px, 2.6vw, 20px);
	margin-bottom: 1em;
}
#consul .flow ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#consul .flow li {
	color: #251714;
	position: relative;
	width: 20.5%;
	height: clamp(154px, 41.3vw, 335px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url("../image/arrow_bg01_sp.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: clamp(13px, 3.5vw, 21px);
	font-weight: 500;
	padding-right: 0.6em;
	padding-top: 1em;
	text-align: center;
}
#consul .flow li span {
	font-weight: inherit;
	display: block;
	font-weight: inherit;
	writing-mode: vertical-rl;/*縦書き*/
}
#consul .flow li:nth-child(2) {
	background-image: url("../image/arrow_bg02_sp.svg");
}
#consul .flow li:nth-child(3) {
	background-image: url("../image/arrow_bg03_sp.svg");
}
#consul .flow li:last-child {
	width: /*26%*/30.4%;
	background-image: url("../image/arrow_bg04_sp.svg");
}
#consul .flow .bar {
	margin-top: 1em;
	position: relative;
	z-index: 1;
}
#consul .flow .bar span {
	font-weight: 700;
	line-height: 1.5;
	font-size: clamp(14px, 2.6vw, 20px);
	display: inline-block;
	background-color: #d5dfed;
	padding: 0 min(3.15vw, 60px);
	position: relative;
}
#consul .flow .bar:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background-color: #cbd4e2;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	#consul .flow {
		margin-top: min(2.24vw, 43px);
	}
	#consul .flow li {
		width: 23%;
		height: min(14.5vw, 125px);
		align-items: center;
		justify-content: center;
		background-image: url("../image/arrow_bg01.svg");
		background-size: 100%;
		padding: 0;
		font-size: clamp(14px, 2.6vw, 20px);
		line-height: 1.15;
		writing-mode: initial;
	}
	#consul .flow li:nth-child(2) {
		background-image: url("../image/arrow_bg02.svg");
	}
	#consul .flow li:nth-child(3) {
		background-image: url("../image/arrow_bg03.svg");
	}
	#consul .flow li:last-child {
		background-image: url("../image/arrow_bg04.svg");
		width: 24%;
	}
	#consul .flow li span {
		writing-mode: initial;
		letter-spacing: inherit;
		line-height: inherit;
	}	
	#consul .flow dd > p {
		font-size: clamp(10px, 1.2vw, 18px);
	}
}
/*.point
----------------------*/
#consul .point {
	text-align: center;
	padding-top: min(7vw, 53px);
	padding-bottom: min(7vw, 95px);
}
#consul .point .title_sub {
	margin-bottom: min(1.56vw, 30px);
}
#consul .point li {
	margin: 1em auto;
	border-radius: min(1.9vw, 19px);
	border: 3px solid #ffffff;
	text-align: center;
	padding: 1.5em 1em;
	max-width: 294px;
}
#consul .point li h3 {
	color: #251714;
	font-weight: 500;
	line-height: 1.5;
	font-size: clamp(14px, 2.34vw, 18px);
	margin-bottom: 1em;
}
#consul .point li p {
	color: #3f3a39;
	text-align: left;
}
#consul .point li p > span {
	display: block;
	text-align: center;
	font-size: clamp(11px, 1.95vw, 15px);
	font-weight: inherit;
	line-height: inherit;
	margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
	#consul .point ul {
		display: flex;
		justify-content: space-between;
		max-width: 960px;
		margin: 0 auto;
	}
	#consul .point li {
		margin: 0;
		width: 30.6%;
	}
	#consul .point li h3 {
		margin-top: 0.5em;
	}
}
/*---------------------------
#mealstyle
----------------------------*/
#mealstyle .title_sub {
	margin-top: max(-5vw, -32px);
	margin-bottom: min(5vw, 46px);
}
#mealstyle h2 {
	margin-bottom: 0.5em;
}
#mealstyle .meal {
	padding-bottom: 2em;
}
#mealstyle .meal li {
	margin: 1em auto;
	max-width: 294px;
}
#mealstyle .meal li h3 {
	color: #717071;
	font-weight: 500;
	line-height: 1.5;
	font-size: clamp(16px, 5.5vw, 26px);
	margin-bottom: 0.5em;
	height: min(18vw, 92px);
	display: flex;
    align-items: center;
	background-image: url("../image/icon_days01.svg");
	background-size: contain;
	background-position: 95% 0;
	background-repeat: no-repeat;
}
#mealstyle .meal li#meal02 h3 {
	background-image: url("../image/icon_days02.svg");
} 
#mealstyle .meal li#meal03 h3 {
	background-image: url("../image/icon_days03.svg");
}
#mealstyle .meal li p {
	color: #3f3a39;
	text-align: left;
	line-height: 2;
}
#mealstyle .meal li .bor {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 3px solid #cbd4e2;
}
#mealstyle .meal li#meal02 .bor {
	border-bottom: 3px solid #e0a198;	
} 
#mealstyle .meal li#meal03 .bor {
	border-bottom: 3px solid #e0da97;	
}
#mealstyle .meal li .detail {
	font-size: clamp(12px, 1.95vw, 15px);
	font-weight: inherit;
	line-height: inherit;
	line-height: 1.33;
}
#mealstyle .meal li .detail span {
	line-height: inherit;
	font-size: 86.67%;
}
#mealstyle .meal li#meal01 .detail {
	text-align: center;
}
#mealstyle .meal li .detail span.num {
	font-size: clamp(21px, 5vw, 28px);
	font-weight: 700;
} 
#mealstyle .meal li .detail span.bold {
	font-weight: 700;
} 
@media screen and (min-width: 768px) {
	#mealstyle .meal {
		padding: min(2.6vw, 50px) 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		max-width: 990px;
		margin: 0 auto;
	}
	#mealstyle .meal li {
		margin: 0;
		/*width: 30.6%;*/
		max-width: none;
		padding: 0 min(1.82vw, 35px);
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
	}
	#mealstyle .meal li h3 {
		margin-bottom: 0.4em;
		background-position: right 0;
	}
	#mealstyle .meal li .bor {
		margin-bottom: 1.2em;
		padding-bottom: 0.5em;
	}
	#mealstyle .meal li .detail {
		align-self: center;
	}
}
/*---------------------------
#howto
----------------------------*/
#howto .inner {
	padding-top: min(1.56vw, 20px);
}
/*.flow*/
#howto .flow {
    padding: min(2.6vw, 46px) 0;
}
#howto .flow li {
	margin: 1em auto;
	text-align: center;
	position: relative;
	padding-bottom: 2em;
	max-width: 294px;
}
#howto .flow li::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 17px;
	background-image: url("../image/howto_arrow.svg");
	background-size: contain;
	background-position: center 0;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
#howto .flow li:last-child::after {
	background-image: none;
}
#howto .flow li h3 {
	color: #251714;
	font-weight: 500;
	line-height: 1.5;
	font-size: clamp(14px, 2.6vw, 20px);
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	padding: 0 1em;
}
#howto .flow li p {
	color: #3f3a39;
	text-align: left;
	padding: 0 1em;
}
@media screen and (min-width: 768px) {
	#howto .flow {
		display: flex;
		justify-content: space-between;
		max-width: 960px;
		margin: 0 auto;
		margin-bottom: min(1.88vw, 36px);
	}
	#howto .flow li {
		margin: 0;
		width: 30.6%;
		padding-bottom: 0;
	}
	#howto .flow li::after {
		bottom: initial;
		left: initial;
		top: 26%;
		right: -9%;
		margin: 0;
		width: 16px;
		height: 17px;
		background-image: url("../image/howto_arrow.svg");
		background-position: right 0;
		transform: rotate(0);
	}
}
/*.compare*/
#howto .compare {
	text-align: center;
	padding-bottom: min(3.65vw, 70px);
}
#howto .compare figure {
	margin: auto;
	margin-top: min(8vw, 40px);
	max-width: 940px;
}
@media screen and (max-width: 540px) {
	/*画像横スクロール*/
	.scroll-box {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}
	.scroll-box img {
		max-width: 100%;
		min-width: 600px;
		vertical-align: top;
	}
	/*スクロールバー*/
	.scroll-box::-webkit-scrollbar {
		height: 4px;
	}
	.scroll-box::-webkit-scrollbar-track {
		background: #eee;
	}
	.scroll-box::-webkit-scrollbar-thumb {
		background: #aaa;
		border: none;
	}
	.scroll-box::-webkit-scrollbar-thumb:hover {
		background: #999;
	}
}
/*----------------------------
#faq
----------------------------*/
#faq .inner {
	padding-top: min(10vw, 35px);
	padding-bottom: min(10vw, 40px);
}
#faq .detail {
	margin: 3em auto;
}
#faq .detail dl {
	background-color: #e9ebee;
	padding: 1.6em;
	border-radius: min(1.9vw, 19px);
	margin-bottom: min(4.52vw, 35px);
}
#faq .detail dl:nth-child(even) {
	background-color: #f4f6f8;
}
#faq .detail dt,
#faq .detail dd {
	font-family: inherit;
	background-color: initial;
	text-indent: initial;
	position: relative;
	border-radius: initial;
	padding: 0 0 0 2.3em;
}
#faq .detail dt {
	font-size: clamp(14px, 2.6vw, 20px);
	font-weight: 500;
	line-height: 1.3;
	background-color: inherit;
	margin-bottom: 0.5em;
}
#faq .detail dd p {
	font-weight: 400;
	line-height: 1.55;
}
#faq .detail dt::before,
#faq .detail dd::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.7em;
	height: 1.7em;
	border-radius: 2em;
	text-align: center;
	background-color: #f9f5a9;
}
#faq .detail dt::before {
	content: "Q.";
	font-size: clamp(14px, 2.6vw, 20px);
}
#faq .detail dd::before {
	content: "A.";
	font-size: clamp(14px, 2.34vw, 18px);
	background-color: inherit;
	left: 0.15em;
}
@media screen and (min-width: 768px) {
	#faq .detail dl {
		max-width: 100%;
		padding-right: 0;
	}
	#faq .inner {
		width: 100%;
	}
	#faq .detail {
		padding: 0;
		margin-bottom: 0;
	}
}
/*----------------------------
#about
----------------------------*/
#about .inner {
	padding-top: min(10vw, 60px);
}
#about .inner h2 {
	margin-bottom: 1em;
}
/*Youtube埋め込み*/
.movieArea p {
	font-size: clamp(12px, 1.95vw, 15px);
	line-height: 2;
	color: #3f3a39;
}
.movie {
	position: relative;
	height: 0;
	overflow: hidden;
	width:100%;
	padding-top: 56.25%;
	margin: auto;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.movieArea {
		display: flex;
		justify-content: space-between;
		max-width: 777px;
		margin: auto;
	}
	.movieArea p {
		width: min(50%, 391px);
	}
	.movie {
		width: 360px;
        padding-top: 26%;
		margin: 0;
	}
}
/*.category*/
.category {
	padding-top: min(5vw, 50px);
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.category h3 {
	font-size: clamp(12px, 2.34vw, 18px);
	line-height: 1.66;
	margin-bottom: 1em;
}
.category ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 835px;
	margin: auto;
}
.category li {
	width: 45%;
	margin-bottom: 1.5em;
}
.category li a {
	background-color: #cbd4e2;
	border-radius: 2em;
	box-shadow: 3px 3px 4px 0px rgba(5, 5, 5, 0.3);
	font-size: clamp(12px, 1.8vw, 16px);
	line-height: 1.2;
	padding: 0.625em;
	text-align: center;
	display: block;
}
.category li a:hover {
	opacity: 1;
	background-color: #ffffff;
	box-shadow: 0px 1px 4px 0px rgba(5, 5, 5, 0.3);
}
@media screen and (min-width: 768px) {
	.category li {
		width: 23.47%;
	}	
}
/*----------------------------
#company
----------------------------*/
#company .inner {
	padding-top: min(10vw, 65px);
	padding-bottom: min(10vw, 65px);
}
#company .inner h2 {
	margin-bottom: 1em;
}
/*.companyColumn commonベース*/
.companyColumn dt, .companyColumn dd, .companyColumn dd p, .companyColumn dd a, .companyColumn dd span, .companyColumn dd li {
	font-weight: 300;
	background-color: inherit;
	line-height: 1.44;
}
@media screen and (min-width: 768px) {
	.companyDl {
		width: 100%;
		max-width: 919px;
		margin-top: 0;
	}
	.companyColumn + .companyColumn {
		margin-top: 1em;
	}
}
/*----------------------------
本文内のctaボタン
----------------------------*/
.ctaArea ul {
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.ctaArea li {
	margin: 0 auto ;
	width: 46%;
	max-width: 490px;
	text-align: center;
}
.ctaArea li a {
	display: block;
	padding: 0.61em;
	text-align: center;
	background-color: #a0a0a0;
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: clamp(14px, 2.5vw, 27px);
	background-image: url("../image/icon_arrow.svg");
	background-repeat: no-repeat;
	background-size: min(3.77vw, 29px) auto;
	background-position: 98% center;
}
.ctaArea li a:hover {
	opacity: 1;
	background-color: #646464;
	background-position: 99% center;
}
@media screen and (max-width: 420px) {
	.ctaArea ul {
		display: block;
	}
	.ctaArea li {
		width: 72%;
		margin-bottom: 1.5em;
	}
	.ctaArea li:last-child {
		margin-bottom: 0;
	}	
}

/*----------------------------
SP用下追尾ボタン
----------------------------*/
@media screen and (max-width: 768px) {
	#lp #lp-telArea_sp .btn {
		border-radius: 0;
		background-color: #a0a0a0;
		/*background-image: url(../image/icon_arrow.svg);
		background-repeat: no-repeat;
		background-size: min(3.77vw, 29px) auto;
		background-position: 98% center;*/
	}
	#lp #lp-telArea_sp .btn a {		
		color: #ffffff;
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		/*font-size: clamp(14px, 2.5vw, 27px);*/
	}
}

/*----------------------------
フォームtitleまわり調整用
----------------------------*/
.contactAttention,
.form .inner {
	font-family: "Noto Sans JP", sans-serif;
	max-width: 1000px;
}
#downCont > .inner,
#contact > .inner {
	padding-top: min(10vw, 80px);
	width: 100%;
	max-width: 1000px;
}
.form .finish {
	padding-top: 0;
}
.contactAttention {
	width: auto;
	padding: 1em;
	margin: 2em auto 1em auto;
	background-color: #faf6aa;
}
.contactAttention p,
.contactAttention .atn01,
.form .confirm_mes,
#downCont .confirm_area p,
#downCont .confirm_area p.confirm_atn {
	font-size: clamp(13px, 2.6vw, 16px);
	font-weight: 400;
	color: #3f3a39;;
}
.contactAttention p {
	line-height: 2.18;
}
.form .confirm_area {
	padding: 1em;
	margin: 2em auto 1em auto;
	border-radius: 0;
	background-color: #ffffff;
	border: 2px solid #faf6aa;
}
#downCont .confirm_area {
	font-family: "Noto Sans JP", sans-serif;
	padding-bottom: 3em;
	margin: 2em auto 1em auto;
	border-bottom: 2px solid #faf6aa;
	max-width: 1000px;
}
.form .required {
	background-color: #faf6aa;
	color: #231814;
}
.form .optional {
	background-color: #ccd5e3;
	color: #231814;
}
.formWrap {
    margin-top: 0;
}
.form .table_wrap {
    border-top: 0;
}
.form .error_area {
    padding: 20px;
	margin-top: 3em;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fd7e02;
}
.form .checkbox:checked + .checkbox_label::after {
    border-bottom: 3px solid #231814;
    border-right: 3px solid #231814;
}
.form input[type="radio"]:checked + span::after {
    background: #231814;
}
.form .form_btn,
.form .form_btn.download_btn {
    max-width: 280px;
    background-color: #d5dfed;
}
.form .form_btn::after {
    content: none;
}
.form .form_btn .btn_submit {
	color: #231814;
	padding: 0.73em;
}
.form .btn_area {
	max-width: 600px;
	margin: auto;
}
.form .form_privacy .inner::-webkit-scrollbar-thumb {
	background-color: #d5dfed;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 #d5dfed;
	box-shadow: 0 0 0 #d5dfed;
}
@media screen and (min-width: 769px) {
	#downCont .pc_inner,
	#contact .pc_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.form .multi_line + .table_doc {
		margin-top: 0.5em;
	}
}
/*フォーム関連の文字太さデザインに変更*/
.form .table_wrap, .form .input_t-normal, .form .input_t-area, .form .input_t-inner, .form .table_doc, .form .table_title, .form .table_title .ib, .form input[type="radio"] + span, .form .replace, .form .checkbox_label, .form .multi_line + .table_doc p >span, .form .form_privacy dd {
	font-weight: 300;
}