@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
	font: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: 0;
	-ms-text-size-adjust: none;
	    text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img {
	border: none;
	outline: none;
}

img {
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

label, button {
	cursor: pointer;
}

sup {
	font-size: 54.5%;
	font-weight: normal;
	vertical-align: super;
	line-height: normal;
}

.pre {
	position: relative;
	overflow: auto;
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -webkit-pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.nobr {
	white-space: nowrap;
}

a:hover,
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=image]:hover,
button:hover, .button:hover {
	opacity: 0.7;
}

a:active,
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, input[type=image]:active,
button:active, .button:active {
	opacity: 0.5;
}

a {
	text-decoration: none;
}
a:link, a:active {
	color: #333;
}
a:hover {
	color: #333;
}
a:visited {
	color: #333;
}

a, input, textarea, select, button {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.notOpacity a, a.notOpacity,
a .notOpacity, .notOpacity input, input.notOpacity,
input .notOpacity, .notOpacity textarea, textarea.notOpacity,
textarea .notOpacity, .notOpacity select, select.notOpacity,
select .notOpacity, .notOpacity button, button.notOpacity,
button .notOpacity {
	opacity: 1 !important;
}

b, .b {
	font-weight: normal;
}

strong, .strong {
	font-weight: bold;
}

em {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

small, .small {
	font-size: 85.75%;
}

p, .p, li, dt, dd, th, td {
	font-size: 100%;
	line-height: 170%;
	line-break: strict;
}
@media only screen and (max-width: 767px) {
	p, .p, li, dt, dd, th, td {
		line-height: 180%;
	}
}

ol, ul, li {
	list-style: none;
}

ul li p,
ol li p {
	font-size: 100%;
}

table, .table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}

th, td,
.th, .td {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th.align-r, td.align-r,
.th.align-r, .td.align-r {
	text-align: right;
}
th.valign-m, td.valign-m,
.th.valign-m, .td.valign-m {
	vertical-align: middle;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.th, .td {
	display: table-cell;
}

/* html, body { height: 100%; } */
img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
img.border {
	border: solid 1px #e3e5ed;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: all;
	}
}

.display-large {
	display: block;
}

.display-middle {
	display: none;
}

.display-small {
	display: none;
}

/*
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.display-large  { display: none; }
	.display-middle { display: block; }
	.display-small  { display: none; }
}
*/
@media only screen and (max-width: 767px) {
	.display-large {
		display: none;
	}
	.display-middle {
		display: none;
	}
	.display-small {
		display: block;
	}
}
p.notes,
span.notes {
	text-indent: -1em !important;
	margin-left: 1em !important;
	overflow: visible;
}

span.notes {
	display: block;
}

ol.decimal {
	list-style-type: decimal;
}
ol.decimal > li {
	list-style-type: decimal;
	margin-left: 25px;
	overflow: visible;
}
ol.decimal > li + li {
	margin-top: 8px;
}
ol.term {
	list-style: none;
	counter-reset: section;
}
ol.term > li {
	padding-left: 3.5em;
	position: relative;
	overflow: visible;
}
ol.term > li::before {
	counter-increment: section;
	content: "第" counter(section) "項";
	position: absolute;
	left: 0;
}
ol.term > li + li {
	margin-top: 8px;
}

ul {
	list-style: none;
}
ul.dot li {
	padding-left: 25px;
	position: relative;
	overflow: visible;
}
ul.dot li:before {
	content: "";
	background-color: #7f9098;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 0.7em;
	left: 2px;
}
ul.dot li + li {
	margin-top: 0.425em;
}
ul.dot li p + ul.dot,
ul.dot li p + ol.decimal {
	margin-top: 0.625em;
}

ol.decimal {
	list-style-type: decimal;
}
ol.decimal > li {
	margin-left: 25px;
	padding-left: 0;
	overflow: visible;
}
ol.decimal > li:before {
	display: none;
}
ol.decimal > li + li {
	margin-top: 8px;
}
ol.decimal > li p + ul.dot,
ol.decimal > li p + ol.decimal {
	margin-top: 0.625em;
}

p + ol,
p + ul {
	margin-top: 1em;
}

body {
	background-color: #f9f9f9;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	opacity: 1;
}

html > img {
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: -1;
}

h1,
h2,
h3,
.font-title {
	font-family: "Noto Sans JP", sans-serif;
}

.is-hidden {
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.is-visible,
.is-hidden.is-visible {
	opacity: 1;
}

body {
	opacity: 1;
}

main {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	main {
		max-width: 100%;
		position: relative;
		overflow: hidden;
	}
}

main {
	min-width: 1440px;
}
@media only screen and (max-width: 767px) {
	main {
		min-width: unset;
	}
}
main > section {
	width: 100%;
	padding: 88px 16px;
}
@media only screen and (max-width: 767px) {
	main > section {
		padding: 34px 16px;
	}
}
main > section div[class$=wrap] {
	margin: 0 auto;
	width: 1120px;
}
@media only screen and (max-width: 767px) {
	main > section div[class$=wrap] {
		width: 100%;
	}
}
main > section div[class$=wrap] > .h2--catchphrase {
	margin: 0 auto 22px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #F49A00;
}
@media only screen and (max-width: 767px) {
	main > section div[class$=wrap] > .h2--catchphrase {
		margin-bottom: 10px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 428px) {
	main > section div[class$=wrap] > .h2--catchphrase {
		font-size: max( 4.2056074766vw, 12px );
	}
}
main > section div[class$=wrap] > h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main > section div[class$=wrap] > h2 {
		font-size: 24px;
	}
	main > section div[class$=wrap] > h2 br {
		display: none;
	}
	main > section div[class$=wrap] > h2 br.display-small {
		display: block;
	}
}
@media only screen and (max-width: 428px) {
	main > section div[class$=wrap] > h2 {
		font-size: max( 5.6074766355vw, 12px );
	}
}
main > section div[class$=wrap] > h2::after {
	content: "";
	background: #F49A00;
	border-radius: 10px;
	width: 120px;
	height: 4px;
	display: block;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	main > section div[class$=wrap] > h2::after {
		width: 120px;
	}
}
main > section div[class$=wrap] > p[class$=read] {
	margin-top: 40px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	main > section div[class$=wrap] > p[class$=read] {
		margin-top: 30px;
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (max-width: 428px) {
	main > section div[class$=wrap] > p[class$=read] {
		font-size: max( 3.738317757vw, 12px );
	}
}
@media only screen and (max-width: 767px) {
	main > section div[class$=wrap] > p[class$=read] br {
		display: none;
	}
}
main > section div[class$=wrap] > p[class$=read-notes] {
	margin: 8px auto 0;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6923076923;
	color: #333;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}

.footer {
	border-top: 2px solid #eee;
	background: #fff;
	padding: 20px 16px;
}
.footer--wrap {
	margin: 0 auto;
	max-width: 1320px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}
@media only screen and (max-width: 767px) {
	.footer--wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.footer--logo {
	width: 200px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.footer--logo {
		width: 150px;
	}
}
.footer--aside {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.footer--aside {
		margin-top: 20px;
		text-align: left;
	}
}
.footer--nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 0 39px;
}
@media only screen and (max-width: 767px) {
	.footer--nav {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 0 20px;
	}
}
.footer--nav li {
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.23;
}
.footer--copyright {
	margin-top: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.23;
}
@media only screen and (max-width: 375px) {
	.footer--copyright {
		font-size: max( 3.4666666667vw, 12px );
	}
}

.cv {
	background-color: #FFB81E;
	width: 100%;
	padding: 28px 16px 38px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.cv {
		padding: 16px;
	}
}
.cv--section {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	padding: 20px;
	width: 800px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.cv--section {
		width: 100%;
		padding: 16px;
	}
}
.cv--section--inner {
	width: 100%;
}
.cv--title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4642857143;
	text-align: center;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
	.cv--title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 428px) {
	.cv--title {
		font-size: max( 4.6728971963vw, 12px );
	}
}
.cv--title .small {
	font-size: 24px;
	line-height: 1.4583333333;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
	.cv--title .small {
		font-size: 18px;
	}
}
@media only screen and (max-width: 428px) {
	.cv--title .small {
		font-size: max( 4.2056074766vw, 12px );
	}
}
.cv--button,
.cv a.cv--button {
	margin: 16px auto 0;
	border: none;
	padding: 18px 30px 20px;
	background: linear-gradient(99.01deg, #E7E8F6 -110.46%, #4051A8 38.15%);
	border: 2px solid #747ECD;
	-webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 64px;
	width: 304px;
	height: 67px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.45;
	text-align: center;
	letter-spacing: 0.08em;
	-webkit-font-feature-settings: "palt" on, "pwid" on;
	        font-feature-settings: "palt" on, "pwid" on;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cv--button,
	.cv a.cv--button {
		max-width: 396px;
		width: 100%;
		font-size: 18px;
	}
}
@media only screen and (max-width: 428px) {
	.cv--button,
	.cv a.cv--button {
		font-size: max( 4.2056074766vw, 12px );
	}
}
.cv--button::after,
.cv a.cv--button::after {
	content: "";
	background: url(../image/icon_button_arrow.min.png) no-repeat center;
	background-size: contain;
	width: 6px;
	height: 12px;
	display: block;
}

.first-visual {
	background: #F49A00;
	padding: 53px 16px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.first-visual {
		padding: 26px 16px 33px;
	}
}
.first-visual--menu {
	display: none;
}
@media only screen and (max-width: 767px) {
	.first-visual--menu {
		width: 38px;
		height: 38px;
		display: block;
		position: absolute;
		top: 16px;
		right: 16px;
		z-index: 99;
		cursor: pointer;
	}
}
.first-visual--wrap {
	margin: 0 auto;
	width: 1116px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	overflow: visible;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.first-visual--wrap {
		width: 100%;
		display: block;
	}
}
.first-visual--main {
	padding-top: 36px;
	width: 689px;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.first-visual--main {
		padding-top: 0;
		width: 100%;
		display: block;
	}
}
.first-visual--form {
	width: 384px;
	background: #fff;
	border-radius: 8px;
	padding: 30px 22px;
	text-align: left;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.first-visual--form {
		width: 100%;
	}
}
.first-visual--logo {
	width: 200px;
	height: 26px;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.first-visual--logo {
		position: static;
		top: auto;
		left: auto;
	}
}
.first-visual--logo img {
	width: 200px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual--logo img {
		width: 150px;
	}
}
.first-visual h1 {
	width: 660px;
	height: 276px;
	display: block;
	position: relative;
	left: -10px;
}
@media only screen and (max-width: 767px) {
	.first-visual h1 {
		margin-top: 40px;
		width: 100%;
		height: auto;
		left: -5px;
	}
}
.first-visual h1 img {
	display: block;
}
.first-visual--points {
	margin-top: 56px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	overflow: visible;
	counter-reset: num 0;
}
@media only screen and (max-width: 767px) {
	.first-visual--points {
		width: 100%;
		margin-top: 40px;
	}
}
.first-visual--points::after {
	content: "";
	background: url(../image/first-view_points_bg.min.png) no-repeat center;
	background-size: contain;
	width: 392px;
	height: 242px;
	display: block;
	position: absolute;
	top: -24px;
	left: 297px;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
	.first-visual--points::after {
		display: none;
	}
}
.first-visual--points li {
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px rgba(244, 154, 0, 0.2);
	        box-shadow: 10px 10px 0px rgba(244, 154, 0, 0.2);
	border-radius: 8px;
	padding: 10px 24px 10px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.first-visual--points li {
		padding: 5px 20px 5px 5px;
		gap: 10px;
	}
}
.first-visual--points li + li {
	margin-top: 9px;
}
@media only screen and (max-width: 767px) {
	.first-visual--points li + li {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.first-visual--points li br {
		display: none;
	}
}
.first-visual--points li::before {
	counter-increment: num 1;
	content: counter(num) " ";
	background-color: #F49A00;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	position: relative;
	overflow: visible;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.first-visual--points--text {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.first-visual--points--text {
		max-width: calc(100% - 42px);
		font-size: 16px;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--points--text {
		font-size: max( 3.738317757vw, 12px );
	}
}
.first-visual--points--text--info {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual--points--text--info {
		font-size: 12px;
	}
}
.first-visual--points2 {
	margin: 40px 0 0;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
@media only screen and (max-width: 767px) {
	.first-visual--points2 {
		margin: 20px 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.first-visual--points2 li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
}
@media only screen and (max-width: 767px) {
	.first-visual--points2 li {
		width: 100%;
	}
}
.first-visual--points2 li::before {
	content: "";
	background: url(../image/icon_first-view_check.min.png) no-repeat center;
	background-size: contain;
	width: 29px;
	height: 29px;
	display: block;
}
.first-visual--points2 li > span {
	background: #333;
	padding: 5px;
	min-height: 50px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	top: 0;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.first-visual--points2 li > span {
		width: calc(100% - 31px);
		padding: 5px 10px;
		font-size: 16px;
	}
	.first-visual--points2 li > span br {
		display: none;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--points2 li > span {
		font-size: max( 3.738317757vw, 12px );
	}
}
.first-visual--points2 li .small {
	font-size: 11px;
}
.first-visual--form {
	/* button */
}
@media only screen and (max-width: 767px) {
	.first-visual--form {
		display: none;
	}
}
.first-visual--form--catchphrase {
	margin: 0 auto;
	background: #333;
	border-radius: 120px;
	width: 156px;
	height: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.39;
	letter-spacing: 1px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
	overflow: visible;
}
.first-visual--form--catchphrase::before {
	content: "";
	background-color: #333;
	width: 12px;
	height: 10px;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	        clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
	/*
		上向き ▲ clip-path: polygon(50% 0, 100% 100%, 0 100%);
		右向き ▶︎ clip-path: polygon(0 0, 100% 50%, 0 100%);
		下向き ▼ clip-path: polygon(0 0, 100% 0, 50% 100%);
		左向き ◀︎ clip-path: polygon(0 50%, 100% 0, 100% 100%);
	*/
}
.first-visual--form h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4583333333;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.first-visual--form h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--form h2 {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.first-visual--form--read {
	margin-top: 7px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: center;
	color: #8D8D8D;
}
@media only screen and (max-width: 767px) {
	.first-visual--form--read {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--form--read {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.first-visual--form--attention {
	margin: 20px auto;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: #262626;
	text-align: left;
}
.first-visual--form--attention a {
	color: #262626;
	text-decoration: underline;
}
.first-visual--form form {
	margin-top: 20px;
	width: 100% !important;
}
.first-visual--form .mktoFieldDescriptor.mktoFormCol {
	float: none;
}
.first-visual--form .mktoFieldDescriptor.mktoFormCol > * {
	float: none;
}
.first-visual--form .mktoFieldDescriptor.mktoFormCol .mktoOffset,
.first-visual--form .mktoFieldDescriptor.mktoFormCol .mktoGutter.mktoHasWidth {
	display: none;
}
.first-visual--form .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap > * {
	float: none;
}
.first-visual--form .mktoLabel {
	width: 100% !important;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
}
.first-visual--form .mktoLabel .mktoAsterix {
	background: #F49A00;
	border-radius: 4px;
	margin-left: 10px;
	padding: 2px 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	display: block;
}
.first-visual--form .mktoLabel .mktoAsterix::after {
	content: "必須";
}
.first-visual--form .mktoFormRow {
	width: 100%;
	text-align: left;
}
.first-visual--form .mktoFormRow + .mktoFormRow {
	margin-top: 8px;
}
.first-visual--form input[type=date],
.first-visual--form input[type=text],
.first-visual--form input[type=email],
.first-visual--form input[type=tel],
.first-visual--form select,
.first-visual--form textarea {
	outline: none;
	font: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.first-visual--form input[type=date],
.first-visual--form input[type=text],
.first-visual--form input[type=email],
.first-visual--form input[type=tel],
.first-visual--form textarea {
	margin: 8px 0 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	padding: 0 10px;
	width: 100% !important;
	height: 36px;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.first-visual--form input[type=date],
	.first-visual--form input[type=text],
	.first-visual--form input[type=email],
	.first-visual--form input[type=tel],
	.first-visual--form textarea {
		padding: 0 12px;
	}
}
.first-visual--form input[type=date]:hover,
.first-visual--form input[type=text]:hover,
.first-visual--form input[type=email]:hover,
.first-visual--form input[type=tel]:hover,
.first-visual--form textarea:hover {
	border-color: #6a6a6a;
}
.first-visual--form input[type=date]:focus,
.first-visual--form input[type=text]:focus,
.first-visual--form input[type=email]:focus,
.first-visual--form input[type=tel]:focus,
.first-visual--form textarea:focus {
	border-color: #FEF5E6;
}
.first-visual--form input[type=date]:disabled,
.first-visual--form input[type=text]:disabled,
.first-visual--form input[type=email]:disabled,
.first-visual--form input[type=tel]:disabled,
.first-visual--form textarea:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.first-visual--form input[type=date]::-webkit-input-placeholder,
.first-visual--form input[type=text]::-webkit-input-placeholder,
.first-visual--form input[type=email]::-webkit-input-placeholder,
.first-visual--form input[type=tel]::-webkit-input-placeholder,
.first-visual--form textarea::-webkit-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form input[type=date]:-moz-placeholder,
.first-visual--form input[type=text]:-moz-placeholder,
.first-visual--form input[type=email]:-moz-placeholder,
.first-visual--form input[type=tel]:-moz-placeholder,
.first-visual--form textarea:-moz-placeholder {
	color: #a3a3a3;
}
.first-visual--form input[type=date]::-moz-placeholder,
.first-visual--form input[type=text]::-moz-placeholder,
.first-visual--form input[type=email]::-moz-placeholder,
.first-visual--form input[type=tel]::-moz-placeholder,
.first-visual--form textarea::-moz-placeholder {
	color: #a3a3a3;
}
.first-visual--form input[type=date]:-ms-input-placeholder,
.first-visual--form input[type=text]:-ms-input-placeholder,
.first-visual--form input[type=email]:-ms-input-placeholder,
.first-visual--form input[type=tel]:-ms-input-placeholder,
.first-visual--form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form input[type=date]:-moz-placeholder-shown, .first-visual--form input[type=text]:-moz-placeholder-shown, .first-visual--form input[type=email]:-moz-placeholder-shown, .first-visual--form input[type=tel]:-moz-placeholder-shown, .first-visual--form textarea:-moz-placeholder-shown {
	color: #a3a3a3;
}
.first-visual--form input[type=date]:-ms-input-placeholder, .first-visual--form input[type=text]:-ms-input-placeholder, .first-visual--form input[type=email]:-ms-input-placeholder, .first-visual--form input[type=tel]:-ms-input-placeholder, .first-visual--form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form input[type=date]:placeholder-shown,
.first-visual--form input[type=text]:placeholder-shown,
.first-visual--form input[type=email]:placeholder-shown,
.first-visual--form input[type=tel]:placeholder-shown,
.first-visual--form textarea:placeholder-shown {
	color: #a3a3a3;
}
.first-visual--form textarea {
	padding: 7px 10px;
	height: 100px;
	display: block;
}
.first-visual--form input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.first-visual--form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.first-visual--form .mktoButtonRow {
	margin: 20px auto 0;
	width: 100%;
	display: block;
}
.first-visual--form .mktoButtonWrap.mktoSimple {
	margin: 0 auto !important;
	width: 100%;
	text-align: center;
	display: block;
}
.first-visual--form button.mktoButton {
	margin: 0 auto !important;
	border: none;
	padding: 18px 30px 20px;
	background: linear-gradient(99.01deg, #E7E8F6 -110.46%, #4051A8 38.15%) !important;
	border: 2px solid #747ECD !important;
	-webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 64px;
	max-width: 340px;
	width: 100%;
	height: 60px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 1.45 !important;
	text-align: center;
	letter-spacing: 0.08em;
	-webkit-font-feature-settings: "palt" on, "pwid" on;
	        font-feature-settings: "palt" on, "pwid" on;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.first-visual--form button.mktoButton {
		max-width: 396px;
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--form button.mktoButton {
		font-size: max( 4.2056074766vw, 12px ) !important;
	}
}
.first-visual--form button.mktoButton::after {
	content: "";
	background: url(../image/icon_button_arrow.min.png) no-repeat center;
	background-size: contain;
	width: 6px;
	height: 12px;
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.first-visual--form .mktoFormRow {
	width: 100%;
	text-align: left;
}
.first-visual--form .mktoFormRow + .mktoFormRow {
	margin-top: 8px;
}
.first-visual--form .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	padding-left: 5px;
	padding-right: 5px;
}
.first-visual--form .mktoForm textarea,
.first-visual--form .mktoForm textarea.mktoField {
	margin: 8px 0 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	padding: 3px 10px;
	width: 100% !important;
	height: 50px;
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}
@media only screen and (max-width: 767px) {
	.first-visual--form .mktoForm textarea,
	.first-visual--form .mktoForm textarea.mktoField {
		padding: 5px 12px;
	}
}
.first-visual--form .mktoForm textarea:hover,
.first-visual--form .mktoForm textarea.mktoField:hover {
	border-color: #6a6a6a;
}
.first-visual--form .mktoForm textarea:focus,
.first-visual--form .mktoForm textarea.mktoField:focus {
	border-color: #FEF5E6;
}
.first-visual--form .mktoForm textarea:disabled,
.first-visual--form .mktoForm textarea.mktoField:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea::-webkit-input-placeholder,
.first-visual--form .mktoForm textarea.mktoField::-webkit-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea:-moz-placeholder,
.first-visual--form .mktoForm textarea.mktoField:-moz-placeholder {
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea::-moz-placeholder,
.first-visual--form .mktoForm textarea.mktoField::-moz-placeholder {
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea:-ms-input-placeholder,
.first-visual--form .mktoForm textarea.mktoField:-ms-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea:-moz-placeholder-shown, .first-visual--form .mktoForm textarea.mktoField:-moz-placeholder-shown {
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea:-ms-input-placeholder, .first-visual--form .mktoForm textarea.mktoField:-ms-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form .mktoForm textarea:placeholder-shown,
.first-visual--form .mktoForm textarea.mktoField:placeholder-shown {
	color: #a3a3a3;
}
@media only screen and (max-width: 767px) {
	.first-visual--form .mktoForm textarea,
	.first-visual--form .mktoForm textarea.mktoField {
		padding: 5px 12px;
	}
}

.nav {
	background-color: #fff;
	padding: 0 22px;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 4;
}
@media only screen and (max-width: 767px) {
	.nav {
		padding: 57px 22px 40px;
		min-width: 10px;
		width: 100%;
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-transform: translate3d(0, -1000%, 0);
		        transform: translate3d(0, -1000%, 0);
		-webkit-transition: 0.16s ease-in-out;
		transition: 0.16s ease-in-out;
	}
	.nav_show {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		-webkit-transition: 0.32s ease-in-out;
		transition: 0.32s ease-in-out;
		display: block;
	}
}
.nav--menu-close {
	display: none;
}
@media only screen and (max-width: 767px) {
	.nav--menu-close {
		width: 38px;
		height: 38px;
		display: block;
		position: absolute;
		top: 16px;
		right: 16px;
		z-index: 99;
		cursor: pointer;
	}
}
.nav--wrap {
	margin: 0 auto;
	padding: 26px 0;
	width: 1320px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.nav--wrap {
		max-width: 100%;
		display: block;
	}
}
.nav--logo {
	width: 250px;
	height: 43px;
}
@media only screen and (max-width: 767px) {
	.nav--logo {
		width: 150px;
		display: block;
		position: absolute;
		top: 21px;
		left: 16px;
	}
}
.nav ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 20px;
}
@media only screen and (max-width: 767px) {
	.nav ol {
		display: block;
	}
}
.nav ol a {
	color: #212121;
}
.nav ol li {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4375;
	color: #333333;
	display: block;
}
@media only screen and (max-width: 767px) {
	.nav ol li {
		border-top: solid 1px #C7C7C7;
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.nav ol li {
		font-size: max( 3.2710280374vw, 12px );
	}
}
@media only screen and (max-width: 767px) {
	.nav ol li:last-child {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.nav ol a {
		padding: 16px;
		text-align: left;
		display: block;
	}
}
.nav ol a.form-document {
	background: linear-gradient(99.01deg, #E7E8F6 -110.46%, #4051A8 38.15%);
	border: 2px solid #747ECD;
	-webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 64px;
	width: 247px;
	height: 60px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.22;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.nav ol a.form-document {
		margin-left: auto;
		margin-right: auto;
	}
}

.about {
	background-color: #F5F5F5;
}
.about--wrap {
	display: block;
}
.about--visual {
	margin: 40px auto 0;
	width: 900px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.about--visual {
		margin-top: 20px;
		width: 100%;
	}
}
.about--function {
	margin-top: -14px;
	border: 1px solid #F49A00;
	border-radius: 8px;
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px;
	position: relative;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
	.about--function {
		margin-top: -14px;
		padding: 34px 10px 10px;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}
.about--function--title {
	margin-top: 40px;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #F49A00;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.about--function--title {
		margin-top: 22px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.about--function--title {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.about--function--title span {
	background-color: #f5f5f5;
	margin: 0 auto;
	padding: 0 56px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}
@media only screen and (max-width: 767px) {
	.about--function--title span {
		padding: 0 8px;
	}
}
.about--function li {
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	min-height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3;
}
@media only screen and (max-width: 767px) {
	.about--function li {
		min-height: unset;
	}
}
.about--function li::before {
	content: "";
	background: url(../image/about-function_icon.min.png) no-repeat center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: block;
}
.about--function--text {
	width: calc(100% - 41px);
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4375;
	leading-trim: both;
	text-edge: cap;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.about--function--text {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.about--function--text {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.about--function--text .small {
	font-size: 12px;
	display: block;
}

.point {
	background: #FEF5E6;
}
.point--wrap {
	display: block;
}
.point img.point--h2_logo {
	width: 317px;
	vertical-align: text-bottom;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.point img.point--h2_logo {
		width: 200px;
	}
}
.point--visual {
	margin: 40px auto 88px;
	width: 1120px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.point--visual {
		margin: 40px auto;
		width: 100%;
	}
}
.point--example {
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
@media only screen and (max-width: 767px) {
	.point--example {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
}
.point--example--section {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.06);
	        box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.06);
	border-radius: 8px;
}
.point--example--visual img {
	display: block;
}
.point--example--details {
	padding: 20px;
}
@media only screen and (max-width: 767px) {
	.point--example--details {
		padding: 16px;
	}
}
.point--example--catchphrase {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.point--example--catchphrase {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.point--example--catchphrase {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.point--example h3 {
	margin: 6px auto 0;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	width: 100%;
	min-height: 4em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.point--example h3 {
		min-height: unset;
		font-size: 20px;
	}
}
@media only screen and (max-width: 428px) {
	.point--example h3 {
		font-size: max( 4.6728971963vw, 12px );
	}
}
.point--example ul {
	margin-top: 16px;
	text-align: left;
}
.point--example ul li {
	padding-left: 26px;
	position: relative;
	overflow: visible;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.point--example ul li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 428px) {
	.point--example ul li {
		font-size: max( 3.738317757vw, 12px );
	}
}
.point--example ul li:before {
	content: "";
	background-color: #F49A00;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	border-radius: 50%;
}
.point--example ul li + li {
	margin-top: 0.6em;
}

.case {
	background-color: #F5F5F5;
}
.case--wrap {
	display: block;
}
.case--example {
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	counter-reset: num 0;
}
@media only screen and (max-width: 767px) {
	.case--example {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
}
.case--example--section {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.06);
	        box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.06);
	border-radius: 8px;
	padding: 30px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.case--example--section {
		padding: 16px;
	}
}
.case--example--header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}
.case--example--header--visual {
	width: 60px;
}
.case--example--header--visual img {
	display: block;
}
.case--example--header--details {
	width: calc(100% - 70px);
}
.case--example--header--case {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #F49A00;
}
@media only screen and (max-width: 767px) {
	.case--example--header--case {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.case--example--header--case {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.case--example--header--case::after {
	counter-increment: num 1;
	content: counter(num) " ";
	margin-left: 5px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #F49A00;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.case--example--header--case::after {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.case--example--header--case::after {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.case--example--header h3 {
	margin: 10px 0 0;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.case--example--header h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 428px) {
	.case--example--header h3 {
		font-size: max( 3.738317757vw, 12px );
	}
}
.case--example--details {
	margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
	.case--example--details {
		margin-top: 16px;
	}
}
.case--example--details p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.case--example--details p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.case--example--details p {
		font-size: max( 3.2710280374vw, 12px );
	}
}

.process {
	background-color: #F5F5F5;
	padding-top: 88px;
}
.process--wrap {
	display: block;
}
.process--flow {
	margin: 40px auto 0;
	width: 800px;
	counter-reset: num 0;
}
@media only screen and (max-width: 767px) {
	.process--flow {
		width: 100%;
	}
}
.process--flow--section {
	background: #fff;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.process--flow--section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.process--flow--section + .process--flow--section {
	margin-top: 38px;
}
@media only screen and (max-width: 767px) {
	.process--flow--section + .process--flow--section {
		margin-top: 16px;
	}
}
.process--flow--section + .process--flow--section::before {
	content: "";
	background-color: #333;
	width: 28px;
	height: 18px;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	        clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
	/*
		上向き ▲ clip-path: polygon(50% 0, 100% 100%, 0 100%);
		右向き ▶︎ clip-path: polygon(0 0, 100% 50%, 0 100%);
		下向き ▼ clip-path: polygon(0 0, 100% 0, 50% 100%);
		左向き ◀︎ clip-path: polygon(0 50%, 100% 0, 100% 100%);
	*/
}
@media only screen and (max-width: 767px) {
	.process--flow--section + .process--flow--section::before {
		width: 44px;
		height: 20px;
		-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
		        clip-path: polygon(0 0, 100% 0, 50% 100%);
		top: -18px;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		        transform: translate3d(-50%, 0, 0);
	}
}
.process--flow--step {
	background: #F49A00;
	border-radius: 8px 0px 0px 8px;
	padding: 20px;
	width: 214px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.process--flow--step {
		border-radius: 8px 8px 0px 0px;
		padding: 10px 16px;
		width: 100%;
		font-size: 18px;
	}
}
@media only screen and (max-width: 428px) {
	.process--flow--step {
		font-size: max( 4.2056074766vw, 12px );
	}
}
.process--flow--step::after {
	counter-increment: num 1;
	content: counter(num) " ";
	margin-left: 8px;
	display: inline;
}
.process--flow--details {
	padding: 20px;
	width: calc(100% - 214px);
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.process--flow--details {
		padding: 16px;
		width: 100%;
	}
}
.process--flow--details h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #F49A00;
}
@media only screen and (max-width: 767px) {
	.process--flow--details h3 {
		font-size: 20px;
		text-align: center;
	}
}
@media only screen and (max-width: 428px) {
	.process--flow--details h3 {
		font-size: max( 4.6728971963vw, 12px );
	}
}
.process--flow--details p {
	margin: 8px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.process--flow--details p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.process--flow--details p {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.process--example {
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	counter-reset: num 0;
}
.process--example--section {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.06);
	        box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.06);
	border-radius: 8px;
	padding: 30px;
	text-align: left;
}
.process--example--header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}
.process--example--header--visual {
	width: 60px;
}
.process--example--header--visual img {
	display: block;
}
.process--example--header--details {
	width: calc(100% - 70px);
}
.process--example--header--case {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #F49A00;
}
.process--example--header--case::after {
	counter-increment: num 1;
	content: counter(num) " ";
	margin-left: 5px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #F49A00;
	display: inline;
}
.process--example--header h3 {
	margin: 10px 0 0;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.process--example--details {
	margin: 30px 0 0;
}
.process--example--details p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}

.faq {
	background-color: #FEF5E6;
}
.faq--wrap {
	display: block;
}
.faq--details {
	margin: 44px auto 0;
	max-width: 1120px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.faq--details {
		margin-top: 40px;
	}
}
.faq--details--section {
	background: #fff;
	padding: 22px 28px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.faq--details--section {
		padding: 16px;
	}
}
.faq--details--section + .faq--details--section {
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.faq--details--section + .faq--details--section {
		margin-top: 16px;
	}
}
.faq--question {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.28;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 10px;
	position: relative;
	overflow: visible;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.faq--question {
		font-size: 18px;
	}
}
@media only screen and (max-width: 428px) {
	.faq--question {
		font-size: max( 4.2056074766vw, 12px );
	}
}
.faq--question::before {
	content: "Q";
	background: #333;
	width: 40px;
	height: 40px;
	border-radius: 70px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.faq--question::before {
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.faq--question::before {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.faq--question span {
	max-width: calc(100% - 60px);
}
.faq--answer {
	margin-top: 10px;
	padding: 7px 0 0 50px;
	min-height: 40px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.39;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.faq--answer {
		padding-top: 0;
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.faq--answer {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.faq--answer::before {
	content: "A";
	background: #F49A00;
	width: 40px;
	height: 40px;
	border-radius: 70px;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.faq--answer::before {
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.faq--answer::before {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.faq--answer h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.39;
}
@media only screen and (max-width: 767px) {
	.faq--answer h4 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.faq--answer h4 {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.faq--answer p, .faq--answer li {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.39;
}
@media only screen and (max-width: 767px) {
	.faq--answer p, .faq--answer li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.faq--answer p, .faq--answer li {
		font-size: max( 3.2710280374vw, 12px );
	}
}

.form-document--wrap {
	display: block;
}
.form-document--form {
	background: #FFFFFF;
	border-radius: 8px;
	margin: 0 auto;
	padding: 40px 110px;
	width: 800px;
	/* adobe marketo form */
}
@media only screen and (max-width: 767px) {
	.form-document--form {
		padding: 16px;
		width: 100%;
	}
}
.form-document--form h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.form-document--form h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--form h2 {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.form-document--form--read {
	margin: 30px auto 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.form-document--form--read {
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--form--read {
		font-size: max( 3.738317757vw, 12px );
	}
}
.form-document--form--attention {
	margin: 20px auto 30px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.form-document--form--attention {
		width: 100%;
	}
}
.form-document--form--attention a {
	text-decoration: underline;
}
.form-document--form form {
	margin-top: 30px;
	display: block;
	/* button */
}
.form-document--form form .mktoFieldDescriptor.mktoFormCol {
	float: none;
}
.form-document--form form .mktoFieldDescriptor.mktoFormCol > * {
	float: none;
}
.form-document--form form .mktoFieldDescriptor.mktoFormCol .mktoOffset,
.form-document--form form .mktoFieldDescriptor.mktoFormCol .mktoGutter.mktoHasWidth {
	display: none;
}
.form-document--form form .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap > * {
	float: none;
}
.form-document--form form .mktoLabel {
	width: 100% !important;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
}
.form-document--form form .mktoLabel .mktoAsterix {
	background: #F49A00;
	border-radius: 4px;
	margin-left: 10px;
	padding: 2px 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	display: block;
}
.form-document--form form .mktoLabel .mktoAsterix::after {
	content: "必須";
}
.form-document--form form input[type=date],
.form-document--form form input[type=text],
.form-document--form form input[type=email],
.form-document--form form input[type=tel],
.form-document--form form select,
.form-document--form form textarea {
	outline: none;
	font: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.form-document--form form input[type=date],
.form-document--form form input[type=text],
.form-document--form form input[type=email],
.form-document--form form input[type=tel],
.form-document--form form textarea {
	margin: 8px 0 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	padding: 0 10px;
	width: 100% !important;
	height: 36px;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.form-document--form form input[type=date],
	.form-document--form form input[type=text],
	.form-document--form form input[type=email],
	.form-document--form form input[type=tel],
	.form-document--form form textarea {
		padding: 0 12px;
	}
}
.form-document--form form input[type=date]:hover,
.form-document--form form input[type=text]:hover,
.form-document--form form input[type=email]:hover,
.form-document--form form input[type=tel]:hover,
.form-document--form form textarea:hover {
	border-color: #6a6a6a;
}
.form-document--form form input[type=date]:focus,
.form-document--form form input[type=text]:focus,
.form-document--form form input[type=email]:focus,
.form-document--form form input[type=tel]:focus,
.form-document--form form textarea:focus {
	border-color: #FEF5E6;
}
.form-document--form form input[type=date]:disabled,
.form-document--form form input[type=text]:disabled,
.form-document--form form input[type=email]:disabled,
.form-document--form form input[type=tel]:disabled,
.form-document--form form textarea:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.form-document--form form input[type=date]::-webkit-input-placeholder,
.form-document--form form input[type=text]::-webkit-input-placeholder,
.form-document--form form input[type=email]::-webkit-input-placeholder,
.form-document--form form input[type=tel]::-webkit-input-placeholder,
.form-document--form form textarea::-webkit-input-placeholder {
	color: #a3a3a3;
}
.form-document--form form input[type=date]:-moz-placeholder,
.form-document--form form input[type=text]:-moz-placeholder,
.form-document--form form input[type=email]:-moz-placeholder,
.form-document--form form input[type=tel]:-moz-placeholder,
.form-document--form form textarea:-moz-placeholder {
	color: #a3a3a3;
}
.form-document--form form input[type=date]::-moz-placeholder,
.form-document--form form input[type=text]::-moz-placeholder,
.form-document--form form input[type=email]::-moz-placeholder,
.form-document--form form input[type=tel]::-moz-placeholder,
.form-document--form form textarea::-moz-placeholder {
	color: #a3a3a3;
}
.form-document--form form input[type=date]:-ms-input-placeholder,
.form-document--form form input[type=text]:-ms-input-placeholder,
.form-document--form form input[type=email]:-ms-input-placeholder,
.form-document--form form input[type=tel]:-ms-input-placeholder,
.form-document--form form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.form-document--form form input[type=date]:-moz-placeholder-shown, .form-document--form form input[type=text]:-moz-placeholder-shown, .form-document--form form input[type=email]:-moz-placeholder-shown, .form-document--form form input[type=tel]:-moz-placeholder-shown, .form-document--form form textarea:-moz-placeholder-shown {
	color: #a3a3a3;
}
.form-document--form form input[type=date]:-ms-input-placeholder, .form-document--form form input[type=text]:-ms-input-placeholder, .form-document--form form input[type=email]:-ms-input-placeholder, .form-document--form form input[type=tel]:-ms-input-placeholder, .form-document--form form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.form-document--form form input[type=date]:placeholder-shown,
.form-document--form form input[type=text]:placeholder-shown,
.form-document--form form input[type=email]:placeholder-shown,
.form-document--form form input[type=tel]:placeholder-shown,
.form-document--form form textarea:placeholder-shown {
	color: #a3a3a3;
}
.form-document--form form textarea {
	height: 100px;
	display: block;
}
.form-document--form form input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.form-document--form form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.form-document--form form .mktoButtonRow {
	margin: 20px auto 0;
	width: 100%;
	display: block;
}
.form-document--form form .mktoButtonWrap.mktoSimple {
	margin: 0 auto !important;
	width: 100%;
	text-align: center;
	display: block;
}
.form-document--form form button.mktoButton {
	margin: 0 auto !important;
	border: none;
	padding: 18px 30px 20px;
	background: linear-gradient(99.01deg, #E7E8F6 -110.46%, #4051A8 38.15%) !important;
	border: 2px solid #747ECD !important;
	-webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 64px;
	max-width: 340px;
	width: 100%;
	height: 60px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 1.45 !important;
	text-align: center;
	letter-spacing: 0.08em;
	-webkit-font-feature-settings: "palt" on, "pwid" on;
	        font-feature-settings: "palt" on, "pwid" on;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.form-document--form form button.mktoButton {
		max-width: 396px;
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--form form button.mktoButton {
		font-size: max( 4.2056074766vw, 12px ) !important;
	}
}
.form-document--form form button.mktoButton::after {
	content: "";
	background: url(../image/icon_button_arrow.min.png) no-repeat center;
	background-size: contain;
	width: 6px;
	height: 12px;
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.form-document--form .mktoFormRow {
	width: 100%;
	text-align: left;
}
.form-document--form .mktoFormRow + .mktoFormRow {
	margin-top: 8px;
}
.form-document--form .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	padding-left: 5px;
	padding-right: 5px;
}
.form-document--form .mktoForm textarea,
.form-document--form .mktoForm textarea.mktoField {
	margin: 8px 0 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	padding: 3px 10px;
	width: 100% !important;
	height: 100px;
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
}
@media only screen and (max-width: 767px) {
	.form-document--form .mktoForm textarea,
	.form-document--form .mktoForm textarea.mktoField {
		padding: 5px 12px;
	}
}
.form-document--form .mktoForm textarea:hover,
.form-document--form .mktoForm textarea.mktoField:hover {
	border-color: #6a6a6a;
}
.form-document--form .mktoForm textarea:focus,
.form-document--form .mktoForm textarea.mktoField:focus {
	border-color: #FEF5E6;
}
.form-document--form .mktoForm textarea:disabled,
.form-document--form .mktoForm textarea.mktoField:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea::-webkit-input-placeholder,
.form-document--form .mktoForm textarea.mktoField::-webkit-input-placeholder {
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea:-moz-placeholder,
.form-document--form .mktoForm textarea.mktoField:-moz-placeholder {
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea::-moz-placeholder,
.form-document--form .mktoForm textarea.mktoField::-moz-placeholder {
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea:-ms-input-placeholder,
.form-document--form .mktoForm textarea.mktoField:-ms-input-placeholder {
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea:-moz-placeholder-shown, .form-document--form .mktoForm textarea.mktoField:-moz-placeholder-shown {
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea:-ms-input-placeholder, .form-document--form .mktoForm textarea.mktoField:-ms-input-placeholder {
	color: #a3a3a3;
}
.form-document--form .mktoForm textarea:placeholder-shown,
.form-document--form .mktoForm textarea.mktoField:placeholder-shown {
	color: #a3a3a3;
}
@media only screen and (max-width: 767px) {
	.form-document--form .mktoForm textarea,
	.form-document--form .mktoForm textarea.mktoField {
		padding: 5px 12px;
	}
}

/*
*//*# sourceMappingURL=layout.css.map */
