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

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 {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: middle;
}

label, button {
	cursor: pointer;
}

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

.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.8;
}

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;
}

.ie7 a:hover, .ie7 input[type=submit]:hover, .ie7 input[type=reset]:hover, .ie7 input[type=button]:hover, .ie7 input[type=image]:hover, .ie7 button:hover, .ie7 .button:hover, .ie7 a:active, .ie7 input[type=submit]:active, .ie7 input[type=reset]:active, .ie7 input[type=button]:active, .ie7 input[type=image]:active, .ie7 button:active, .ie7 .button:active, .ie8 a:hover, .ie8 input[type=submit]:hover, .ie8 input[type=reset]:hover, .ie8 input[type=button]:hover, .ie8 input[type=image]:hover, .ie8 button:hover, .ie8 .button:hover, .ie8 a:active, .ie8 input[type=submit]:active, .ie8 input[type=reset]:active, .ie8 input[type=button]:active, .ie8 input[type=image]:active, .ie8 button:active, .ie8 .button:active, .iphone a:hover, .iphone input[type=submit]:hover, .iphone input[type=reset]:hover, .iphone input[type=button]:hover, .iphone input[type=image]:hover, .iphone button:hover, .iphone .button:hover, .iphone a:active, .iphone input[type=submit]:active, .iphone input[type=reset]:active, .iphone input[type=button]:active, .iphone input[type=image]:active, .iphone button:active, .iphone .button:active, .ipad a:hover, .ipad input[type=submit]:hover, .ipad input[type=reset]:hover, .ipad input[type=button]:hover, .ipad input[type=image]:hover, .ipad button:hover, .ipad .button:hover, .ipad a:active, .ipad input[type=submit]:active, .ipad input[type=reset]:active, .ipad input[type=button]:active, .ipad input[type=image]:active, .ipad button:active, .ipad .button:active, .ipod a:hover, .ipod input[type=submit]:hover, .ipod input[type=reset]:hover, .ipod input[type=button]:hover, .ipod input[type=image]:hover, .ipod button:hover, .ipod .button:hover, .ipod a:active, .ipod input[type=submit]:active, .ipod input[type=reset]:active, .ipod input[type=button]:active, .ipod input[type=image]:active, .ipod button:active, .ipod .button:active, .android a:hover, .android input[type=submit]:hover, .android input[type=reset]:hover, .android input[type=button]:hover, .android input[type=image]:hover, .android button:hover, .android .button:hover, .android a:active, .android input[type=submit]:active, .android input[type=reset]:active, .android input[type=button]:active, .android input[type=image]:active, .android button:active, .android .button:active {
	opacity: 1 !important;
}

a {
	-webkit-transition: 0.16s ease-in-out;
	transition: 0.16s ease-in-out;
	text-decoration: none;
}

a:link, a:active {
	color: #363833;
}

a:hover {
	opacity: 0.8;
	color: #1cb57b;
}

a:visited {
	color: #363833;
}

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

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

em {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: 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: none;
	empty-cells: show;
	border-spacing: 0;
	border-collapse: separate;
}

th, td, .th, .td {
	font-weight: normal;
	padding: 0;
	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 {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

img.border {
	border: solid 1px #e3e5ed;
}

.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;
	}
}
.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.red {
	color: #b13235;
}

.blue {
	color: #0076c9;
}

.green {
	color: #3e8a00;
}

.orange {
	color: #ed6d00;
}

.gray {
	color: #71746f;
}

.light-gray {
	color: #9b9b9b;
}

.clr {
	display: inline-block;
}

.clr:after {
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	content: " ";
}

.clear {
	clear: both;
}

br.clear {
	display: inline;
	clear: both;
}

div.clear {
	font: 1px/1px sans-serif;
	line-height: 1px;
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

p.notes, span.notes {
	overflow: visible;
	margin-left: 1em !important;
	text-indent: -1em !important;
}

span.notes {
	display: block;
}

ol.decimal {
	list-style-type: decimal;
}

ol.decimal > li {
	overflow: visible;
	margin-left: 25px;
	list-style-type: decimal;
}

ol.decimal > li + li {
	margin-top: 8px;
}

ol.term {
	list-style: none;
	counter-reset: section;
}

ol.term > li {
	position: relative;
	overflow: visible;
	padding-left: 3.5em;
}

ol.term > li::before {
	position: absolute;
	left: 0;
	content: "第" counter(section) "項";
	counter-increment: section;
}

ol.term > li + li {
	margin-top: 8px;
}

ul {
	list-style: none;
}

ul.dot li {
	position: relative;
	overflow: visible;
	padding-left: 25px;
}

ul.dot li:before {
	border-radius: 50%;
	background-color: #7f9098;
	position: absolute;
	top: 0.7em;
	left: 2px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
}

ul.dot li + li {
	margin-top: 0.425em;
}

ul.dot li p + ul.dot, ul.dot li p + ol.decimal {
	margin-top: 0.625em;
}

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

body {
	opacity: 1;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5625vw;
	font-size: max(1.5625vw, 12px);
	line-height: 2.734375vw;
	line-height: max(2.734375vw, 20px);
	color: #363833;
	text-align: center;
	letter-spacing: 0.16em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media only screen and (min-width: 1025px) {
	body {
		font-size: 16px;
		line-height: 28px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	body {
		font-size: 1.5640273705vw;
		font-size: max(1.5640273705vw, 12px);
		line-height: 2.7370478983vw;
		line-height: max(2.7370478983vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 4.2666666667vw;
		font-size: max(4.2666666667vw, 12px);
		line-height: 7.4666666667vw;
		line-height: max(7.4666666667vw, 20px);
	}
}
@media only screen and (min-width: 1921px) {
	body {
		background-color: #161b1f;
	}
}
@media only screen and (max-width: 767px) {
	body {
		background-color: #fff;
	}
}
html > img {
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: -1;
}

h1, h2, h3, .font-title {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.body {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 18.5546875vw;
	padding-top: max(18.5546875vw, 85px);
	padding-bottom: 12.890625vw;
	padding-bottom: max(12.890625vw, 44px);
	max-width: 2560px;
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.body {
		padding-top: 190px;
		padding-bottom: 132px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.body {
		padding-top: 18.5728250244vw;
		padding-bottom: 12.9032258065vw;
	}
}
@media only screen and (max-width: 767px) {
	.body {
		padding-top: 24vw;
		padding-bottom: 21.3333333333vw;
	}
}
.footer {
	background: #dfdfdf;
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	margin-top: 0;
	padding-top: 6.8359375vw;
	padding-right: 40px;
	padding-bottom: 6.8359375vw;
	padding-left: 40px;
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	.footer {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.footer {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.footer {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
@media only screen and (min-width: 1025px) {
	.footer {
		margin-top: 0;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer {
		margin-top: 0;
		padding-top: 6.8426197458vw;
		padding-bottom: 6.8426197458vw;
	}
}
@media only screen and (max-width: 767px) {
	.footer {
		background-color: #fff;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 60px;
	}
}
.footer--wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (min-width: 961px) {
	.footer--wrap {
		max-width: 1000px;
	}
}
@media only screen and (max-width: 767px) {
	.footer--wrap {
		display: block;
	}
}
.footer p {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
}

.footer__copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
	.footer__copy {
		background: #fafafa;
		display: block;
		margin: 0 -8vw;
		padding: 10.6666666667vw 0;
	}
}
.footer__copy a {
	color: #0066de;
	text-decoration: underline;
}

.footer__copy a:hover {
	text-decoration: none;
}

.footer__copy > * {
	display: block;
}

@media only screen and (max-width: 767px) {
	.footer__copy > * {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}
.footer__logo {
	display: block;
	margin: 0;
	width: 96px;
	height: 21px;
}

@media only screen and (max-width: 767px) {
	.footer__logo {
		margin: 0 auto;
	}
}
.footer__logo img {
	display: block;
	width: 96px;
	height: 21px;
}

.ie11 .footer__logo img {
	display: none;
}

.ie11 .footer__logo::before {
	background: url(../image/logo_wacul.png) no-repeat 0 0;
	background-size: 96px 21px;
	font-size: 0;
	display: block;
	width: 96px;
	height: 21px;
	content: " ";
}

.footer p.footer__enterprises {
	font-size: 14px;
	line-height: 100%;
	padding: 0;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
	.footer p.footer__enterprises {
		font-size: 12px;
	}
}
.footer__enterprises + .footer__logo {
	margin-left: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.footer__enterprises + .footer__logo {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.footer__enterprises + .footer__logo {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}
}
.footer__sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	white-space: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.footer__sns {
		border-top: solid 1px #e5e5e5;
		margin: 0 -8vw;
		padding: 10.6666666667vw 0;
	}
}
.footer__sns * {
	display: block;
}

.footer__sns li + li {
	margin-left: 24px;
}

.footer__sns a::after {
	display: none;
}

.footer__sns--twitter a, .footer__sns--facebook a {
	border-radius: 4px;
	background-color: #b3b3b3;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 8px;
	height: 30px;
	white-space: nowrap;
	text-decoration: none;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.footer__sns--twitter a {
	background-color: #1da1f2;
}

.footer__sns--facebook a {
	background-color: #1877f2;
}

.header, .header-fixed {
	position: absolute;
	top: 43px;
	left: 50px;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.header, .header-fixed {
		top: 7.2vw;
		left: 8vw;
	}
}
.header__logo, .header-fixed__logo {
	display: block;
	width: 160px;
	height: 36px;
}

@media only screen and (max-width: 767px) {
	.header__logo, .header-fixed__logo {
		margin: 0;
		width: 30.4vw;
		height: 6.6666666667vw;
	}
}
.header__logo img, .header-fixed__logo img {
	display: block;
	width: 160px;
	height: 36px;
}

@media only screen and (max-width: 767px) {
	.header__logo img, .header-fixed__logo img {
		width: 30.4vw;
		height: 6.6666666667vw;
	}
}
.header__enterprises, .header a.header, .header .header-fixed__enterprises, .header-fixed__enterprises, .header-fixed a.header, .header-fixed .header-fixed__enterprises {
	font-size: 14px;
	line-height: 100%;
	color: #0066de;
	display: block;
	white-space: nowrap;
	text-decoration: underline;
}

.header__enterprises:link, .header__enterprises:active, .header__enterprises:hover, .header__enterprises:visited, .header a.header:link, .header a.header:active, .header a.header:hover, .header a.header:visited, .header .header-fixed__enterprises:link, .header .header-fixed__enterprises:active, .header .header-fixed__enterprises:hover, .header .header-fixed__enterprises:visited, .header-fixed__enterprises:link, .header-fixed__enterprises:active, .header-fixed__enterprises:hover, .header-fixed__enterprises:visited, .header-fixed a.header:link, .header-fixed a.header:active, .header-fixed a.header:hover, .header-fixed a.header:visited, .header-fixed .header-fixed__enterprises:link, .header-fixed .header-fixed__enterprises:active, .header-fixed .header-fixed__enterprises:hover, .header-fixed .header-fixed__enterprises:visited {
	color: #0066de;
}

.header__enterprises:hover, .header a.header:hover, .header .header-fixed__enterprises:hover, .header-fixed__enterprises:hover, .header-fixed a.header:hover, .header-fixed .header-fixed__enterprises:hover {
	text-decoration: none;
}

.header {
	left: 0;
	width: 100%;
}

.header--wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header--wrap {
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.header--wrap {
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
@media only screen and (max-width: 767px) {
	.header__enterprises, .header a.header__enterprises {
		font-size: 12px;
		line-height: 20px;
		text-align: right;
	}
}
.header__enterprises br, .header a.header__enterprises br {
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__enterprises br, .header a.header__enterprises br {
		display: block;
	}
}
.header-fixed {
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	position: fixed;
	top: -60px;
	left: 0;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	width: 100%;
	height: 60px;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
	.header-fixed {
		-webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
		box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
		top: auto;
		bottom: -70px;
		padding: 0 8vw;
	}
}
.header-fixed__logo {
	display: block;
	width: 107px;
	height: 24px;
}

@media only screen and (max-width: 767px) {
	.header-fixed__logo {
		display: none;
	}
}
.header-fixed__logo img {
	display: block;
	width: 107px;
	height: 24px;
}

.header-fixed_show {
	opacity: 1;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.header-fixed_show {
		opacity: 1;
		top: auto;
		bottom: 0;
	}
}
.header-fixed--wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-fixed--right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
	.header-fixed--right {
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.header-fixed__enterprises, .header-fixed a.header-fixed__enterprises {
		display: none;
	}
}
.header-fixed--button, .header-fixed a.header-fixed--button {
	border-radius: 4px;
	background: #1cb57b;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	width: 188px;
	height: 32px;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0.16em;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	/*
	max-width: 168 / $screenBasic * 100vw;
	max-width: unquote("max(") 168 / $screenBasic * 100vw unquote(", 84px)");

	height: 32 / $screenBasic * 100vw;
	height: unquote("max(") 32 / $screenBasic * 100vw unquote(", 20px)");

	font-size: 14 / $screenBasic * 100vw;
	font-size: unquote("max(") 14 / $screenBasic * 100vw unquote(", 12px)");

	@media only screen and (min-width: ($screenBasic + 1 + "px") ) {
		max-width: 168px;
		height: 32px;
		font-size: 14px;
	}

	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		max-width: 168 / 1023 * 100vw;
		max-width: unquote("max(") 168 / 1023 * 100vw unquote(", 84px)");

		height: 32 / 1023 * 100vw;
		height: unquote("max(") 32 / 1023 * 100vw unquote(", 20px)");

		font-size: 14 / 1023 * 100vw;
		font-size: unquote("max(") 14 / 1023 * 100vw unquote(", 12px)");
	}
	*/
}

@media only screen and (max-width: 767px) {
	.header-fixed--button, .header-fixed a.header-fixed--button {
		margin: 0 auto;
	}
}
.header-fixed--right > a.header-fixed__enterprises + a.header-fixed--button {
	margin-left: 24px;
}

@media only screen and (max-width: 767px) {
	.header-fixed--right > a.header-fixed__enterprises + a.header-fixed--button {
		margin-left: 0;
	}
}
.body > section {
	position: relative;
	z-index: 1;
}

.service-features {
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.service-features {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.service-features {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-features {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.service-features {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
.service-features--wrap {
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.service-features--wrap {
		max-width: 1000px;
	}
}
.service-features h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.90625vw;
	font-size: max(3.90625vw, 20px);
	line-height: 5.859375vw;
	line-height: max(5.859375vw, 30px);
	color: #323232;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.service-features h2 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-features h2 {
		font-size: 3.9100684262vw;
		font-size: max(3.9100684262vw, 20px);
		line-height: 5.8651026393vw;
		line-height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 767px) {
	.service-features h2 {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 20px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 30px);
		text-align: center;
	}
}
.service-features h2 + * {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.service-features h2 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-features h2 + * {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.service-features h2 + * {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.service-features h3 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.125vw;
	font-size: max(3.125vw, 16px);
	line-height: 4.6875vw;
	line-height: max(4.6875vw, 24px);
}

@media only screen and (min-width: 1025px) {
	.service-features h3 {
		font-size: 32px;
		line-height: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-features h3 {
		font-size: 3.128054741vw;
		font-size: max(3.128054741vw, 16px);
		line-height: 4.6920821114vw;
		line-height: max(4.6920821114vw, 24px);
	}
}
@media only screen and (max-width: 767px) {
	.service-features h3 {
		font-size: 4.8vw;
		font-size: max(4.8vw, 12px);
		line-height: 8.5333333333vw;
		line-height: max(8.5333333333vw, 20px);
	}
}
.service-features h3 + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.service-features h3 + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-features h3 + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 767px) {
	.service-features h3 + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.service-features .strong {
	background: #fcff73;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

.service-features__point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	flex-direction: row-reverse;
	width: 100%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-ms-flex-align: start;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.service-features__point {
		flex-direction: column-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
}
.service-features__point + .service-features__point {
	margin-top: 6.25vw;
	margin-top: max(6.25vw, 32px);
}

@media only screen and (min-width: 1025px) {
	.service-features__point + .service-features__point {
		margin-top: 64px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.service-features__point + .service-features__point {
		margin-top: 6.2561094819vw;
		margin-top: max(6.2561094819vw, 32px);
	}
}
@media only screen and (max-width: 767px) {
	.service-features__point + .service-features__point {
		margin-top: 12.8vw;
		margin-top: max(12.8vw, 24px);
	}
}
.service-features__point--details {
	width: 60%;
}

@media only screen and (max-width: 767px) {
	.service-features__point--details {
		margin-top: 6.4vw;
		margin-top: max(6.4vw, 12px);
		width: 100%;
	}
}
.service-features__point--picture {
	position: relative;
	left: -4.5454545455%;
	width: 40.9090909091%;
}

@media only screen and (max-width: 767px) {
	.service-features__point--picture {
		left: 0;
		margin: 0 -8vw;
		width: calc(100% + 16vw);
	}
}
.service-features__point--picture img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.service-features .service-features__point:nth-child(odd) {
	flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

@media only screen and (max-width: 767px) {
	.service-features .service-features__point:nth-child(odd) {
		flex-direction: column-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
}
.service-features .service-features__point:nth-child(odd) .service-features__point--picture {
	left: 4.5454545455%;
}

@media only screen and (max-width: 767px) {
	.service-features .service-features__point:nth-child(odd) .service-features__point--picture {
		left: 0;
	}
}
.flow-to-project-introduction {
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.flow-to-project-introduction {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.flow-to-project-introduction {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.flow-to-project-introduction {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.flow-to-project-introduction {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
.flow-to-project-introduction--wrap {
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.flow-to-project-introduction--wrap {
		max-width: 1000px;
	}
}
.flow-to-project-introduction h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.90625vw;
	font-size: max(3.90625vw, 20px);
	line-height: 5.859375vw;
	line-height: max(5.859375vw, 30px);
	color: #323232;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.flow-to-project-introduction h2 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.flow-to-project-introduction h2 {
		font-size: 3.9100684262vw;
		font-size: max(3.9100684262vw, 20px);
		line-height: 5.8651026393vw;
		line-height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 767px) {
	.flow-to-project-introduction h2 {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 20px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 30px);
		text-align: center;
	}
}
.flow-to-project-introduction h2 + * {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.flow-to-project-introduction h2 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.flow-to-project-introduction h2 + * {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.flow-to-project-introduction h2 + * {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.flow-to-project-introduction picture {
	display: block;
}

@media only screen and (max-width: 767px) {
	.flow-to-project-introduction picture {
		margin-right: -8vw;
		margin-left: -8vw;
	}
}
.flow-to-project-introduction img {
	display: block;
	width: 100%;
}

.marketers-voice {
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.marketers-voice {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
.marketers-voice--wrap {
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.marketers-voice--wrap {
		max-width: 1000px;
	}
}
.marketers-voice h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.90625vw;
	font-size: max(3.90625vw, 20px);
	line-height: 5.859375vw;
	line-height: max(5.859375vw, 30px);
	color: #323232;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice h2 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice h2 {
		font-size: 3.9100684262vw;
		font-size: max(3.9100684262vw, 20px);
		line-height: 5.8651026393vw;
		line-height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice h2 {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 20px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 30px);
		text-align: center;
	}
}
.marketers-voice h2 + * {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice h2 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice h2 + * {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice h2 + * {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.marketers-voice h3 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5625vw;
	font-size: max(1.5625vw, 12px);
	line-height: 2.34375vw;
	line-height: max(2.34375vw, 20px);
	color: #000;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice h3 {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice h3 {
		font-size: 1.5640273705vw;
		font-size: max(1.5640273705vw, 12px);
		line-height: 2.3460410557vw;
		line-height: max(2.3460410557vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice h3 {
		font-size: 4.2666666667vw;
		font-size: max(4.2666666667vw, 12px);
		line-height: 6.4vw;
		line-height: max(6.4vw, 20px);
	}
}
.marketers-voice h3 + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice h3 + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice h3 + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice h3 + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.marketers-voice__section {
	background: #dddfe1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.marketers-voice__section {
		background: #fff;
		flex-direction: column-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
}
.marketers-voice__section + .marketers-voice__section {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section + .marketers-voice__section {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section + .marketers-voice__section {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section + .marketers-voice__section {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.marketers-voice__section--detail {
	background: #f6f6f6;
	padding: 4.6875vw;
	width: 50%;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section--detail {
		padding: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section--detail {
		padding: 4.6920821114vw;
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section--detail {
		background: #fff;
		margin-top: 6.4vw;
		margin-top: max(6.4vw, 12px);
		padding: 0;
		width: 100%;
	}
}
.marketers-voice__section--picture {
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.marketers-voice__section--picture {
		background: none;
		width: 100%;
	}
}
.marketers-voice__section--picture img {
	display: none;
}

@media only screen and (max-width: 767px) {
	.marketers-voice__section--picture img {
		display: block;
		width: 100%;
		height: auto;
	}
}
.marketers-voice__section--type {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	font-size: 16 / $screenBasic * 100vw;
	font-size: unquote("max(") 16 / $screenBasic * 100vw unquote(", 12px)");
	line-height: 16 / $screenBasic * 100vw;
	line-height: unquote("max(") 16 / $screenBasic * 100vw unquote(", 12px)");

	@media only screen and (min-width: ($screenBasic + 1 + "px") ) {
		font-size: 16px;
		line-height: 16px;
	}

	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		font-size: 16 / 1023 * 100vw;
		font-size: unquote("max(") 16 / 1023 * 100vw unquote(", 12px)");

		line-height: 16 / 1023 * 100vw;
		line-height: unquote("max(") 16 / 1023 * 100vw unquote(", 12px)");
	}

	@media only screen and (max-width: 767px) {
		font-size: 16 / 375 * 100vw;
		font-size: unquote("max(") 16 / 375 * 100vw unquote(", 12px)");

		line-height: 16 / 375 * 100vw;
		line-height: unquote("max(") 16 / 375 * 100vw unquote(", 12px)");
	}
	*/
	font-size: 1.3671875vw;
	font-size: max(1.3671875vw, 12px);
	line-height: 1.3671875vw;
	line-height: max(1.3671875vw, 12px);
	color: #000;
	position: relative;
	overflow: visible;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section--type {
		font-size: 14px;
		line-height: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section--type {
		font-size: 1.3685239492vw;
		font-size: max(1.3685239492vw, 12px);
		line-height: 1.3685239492vw;
		line-height: max(1.3685239492vw, 12px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section--type {
		font-size: 3.7333333333vw;
		font-size: max(3.7333333333vw, 12px);
		line-height: 3.7333333333vw;
		line-height: max(3.7333333333vw, 12px);
	}
}
.marketers-voice__section--type + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section--type + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section--type + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section--type + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.marketers-voice__section--target {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	font-size: 24 / $screenBasic * 100vw;
	font-size: unquote("max(") 24 / $screenBasic * 100vw unquote(", 12px)");
	line-height: 36 / $screenBasic * 100vw;
	line-height: unquote("max(") 36 / $screenBasic * 100vw unquote(", 18px)");

	@media only screen and (min-width: ($screenBasic + 1 + "px") ) {
		font-size: 24px;
		line-height: 36px;
	}

	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		font-size: 24 / 1023 * 100vw;
		font-size: unquote("max(") 24 / 1023 * 100vw unquote(", 12px)");

		line-height: 36 / 1023 * 100vw;
		line-height: unquote("max(") 36 / 1023 * 100vw unquote(", 18px)");
	}

	@media only screen and (max-width: 767px) {
		font-size: 24 / 375 * 100vw;
		font-size: unquote("max(") 24 / 375 * 100vw unquote(", 12px)");

		line-height: 36 / 375 * 100vw;
		line-height: unquote("max(") 36 / 375 * 100vw unquote(", 18px)");
	}
	*/
	font-size: 1.3671875vw;
	font-size: max(1.3671875vw, 12px);
	line-height: 2.34375vw;
	line-height: max(2.34375vw, 20px);
	color: #000;
	position: relative;
	overflow: visible;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section--target {
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section--target {
		font-size: 1.3685239492vw;
		font-size: max(1.3685239492vw, 12px);
		line-height: 2.3460410557vw;
		line-height: max(2.3460410557vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section--target {
		font-size: 3.7333333333vw;
		font-size: max(3.7333333333vw, 12px);
		line-height: 6.4vw;
		line-height: max(6.4vw, 20px);
	}
}
.marketers-voice__section--target + * {
	margin-top: 1.5625vw;
	margin-top: max(1.5625vw, 8px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section--target + * {
		margin-top: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section--target + * {
		margin-top: 1.5640273705vw;
		margin-top: max(1.5640273705vw, 8px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section--target + * {
		margin-top: 4.2666666667vw;
		margin-top: max(4.2666666667vw, 8px);
	}
}
.marketers-voice__section--comments {
	font-size: 1.5625vw;
	font-size: max(1.5625vw, 12px);
	line-height: 3.125vw;
	line-height: max(3.125vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section--comments {
		font-size: 16px;
		line-height: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section--comments {
		font-size: 1.5640273705vw;
		font-size: max(1.5640273705vw, 12px);
		line-height: 3.128054741vw;
		line-height: max(3.128054741vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section--comments {
		font-size: 4.2666666667vw;
		font-size: max(4.2666666667vw, 12px);
		line-height: 8.5333333333vw;
		line-height: max(8.5333333333vw, 20px);
	}
}
.marketers-voice__section2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.marketers-voice__section2 {
		display: block;
	}
}
.marketers-voice__section2--cell {
	background: #f6f6f6;
	width: calc(50% - 1.953125vw);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--cell {
		width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--cell {
		width: calc(50% - 1.9550342131vw);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--cell {
		background: #fff;
		width: 100%;
	}
	.marketers-voice__section2--cell + * {
		margin-top: 12.8vw;
		margin-top: max(12.8vw, 24px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--picture {
		background: none;
		margin: 0 -8vw;
		width: calc(100% + 16vw);
	}
}
.marketers-voice__section2--picture img {
	display: block;
	width: 100%;
	height: auto;
}

.marketers-voice__section2--detail {
	padding: 4.6875vw;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--detail {
		padding: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--detail {
		padding: 4.6920821114vw;
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--detail {
		background: #fff;
		margin-top: 6.4vw;
		margin-top: max(6.4vw, 12px);
		padding: 0;
		width: 100%;
	}
}
.marketers-voice__section2--type, .marketers-voice__section2--target {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5625vw;
	font-size: max(1.5625vw, 12px);
	line-height: 2.34375vw;
	line-height: max(1.3671875vw, 20px);
	color: #000;
	position: relative;
	overflow: visible;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--type, .marketers-voice__section2--target {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--type, .marketers-voice__section2--target {
		font-size: 1.5640273705vw;
		font-size: max(1.5640273705vw, 12px);
		line-height: 2.3460410557vw;
		line-height: max(2.3460410557vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--type, .marketers-voice__section2--target {
		font-size: 4.2666666667vw;
		font-size: max(4.2666666667vw, 12px);
		line-height: 6.4vw;
		line-height: max(6.4vw, 12px);
	}
}
.marketers-voice__section2--type span, .marketers-voice__section2--target span {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.26953125vw;
	font-size: max(1.26953125vw, 12px);
	color: #b5b5b5;
	display: block;
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--type span, .marketers-voice__section2--target span {
		font-size: 13px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--type span, .marketers-voice__section2--target span {
		font-size: 1.2707722385vw;
		font-size: max(1.2707722385vw, 12px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--type span, .marketers-voice__section2--target span {
		font-size: 3.4666666667vw;
		font-size: max(3.4666666667vw, 12px);
	}
}
.marketers-voice__section2--type + *, .marketers-voice__section2--target + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--type + *, .marketers-voice__section2--target + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--type + *, .marketers-voice__section2--target + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--type + *, .marketers-voice__section2--target + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.marketers-voice__section2--target + * {
	margin-top: 2.34375vw;
	margin-top: max(2.34375vw, 12px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--target + * {
		margin-top: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--target + * {
		margin-top: 2.3460410557vw;
		margin-top: max(2.3460410557vw, 12px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--target + * {
		margin-top: 6.4vw;
		margin-top: max(6.4vw, 12px);
	}
}
.marketers-voice__section2--comments {
	font-size: 1.5625vw;
	font-size: max(1.5625vw, 12px);
	line-height: 3.125vw;
	line-height: max(3.125vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.marketers-voice__section2--comments {
		font-size: 16px;
		line-height: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.marketers-voice__section2--comments {
		font-size: 1.5640273705vw;
		font-size: max(1.5640273705vw, 12px);
		line-height: 3.128054741vw;
		line-height: max(3.128054741vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.marketers-voice__section2--comments {
		font-size: 4.2666666667vw;
		font-size: max(4.2666666667vw, 12px);
		line-height: 8.5333333333vw;
		line-height: max(8.5333333333vw, 20px);
	}
}
.cta {
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.cta {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.cta {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cta {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.cta {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
.cta--wrap {
	/*
	background: #f9f9f9 url(../../image/cta_bg.min.png) no-repeat 100% 100%; */
	background-size: contain;
	overflow: visible;
	margin: 0 auto;
	padding: 5.17578125vw 6.640625vw;
	max-width: 880px;
	width: 100%;
	min-height: 21.6796875vw;
	text-align: left;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.cta--wrap {
		max-width: 1000px;
	}
}
@media only screen and (min-width: 1025px) {
	.cta--wrap {
		background-size: 880px 199px;
		padding: 53px 68px;
		min-height: 222px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cta--wrap {
		padding: 5.1808406647vw 6.6471163245vw;
		min-height: 21.7008797654vw;
	}
}
@media only screen and (max-width: 767px) {
	.cta--wrap {
		background-color: transparent;
		background-image: none;
		padding: 0;
		min-height: none;
		text-align: center;
	}
}
.cta--button-text {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.34375vw;
	font-size: max(2.34375vw, 12px);
	line-height: 3.125vw;
	line-height: max(31.54296875vw, 20px);
	color: #363833;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.cta--button-text {
		font-size: 24px;
		line-height: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cta--button-text {
		font-size: 2.3460410557vw;
		font-size: max(2.3460410557vw, 12px);
		line-height: 3.128054741vw;
		line-height: max(3.128054741vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.cta--button-text {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 12px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 20px);
	}
}
.cta--button-text + * {
	margin-top: 2.34375vw;
	margin-top: max(2.34375vw, 12px);
}

@media only screen and (min-width: 1025px) {
	.cta--button-text + * {
		margin-top: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cta--button-text + * {
		margin-top: 2.3460410557vw;
		margin-top: max(2.3460410557vw, 12px);
	}
}
@media only screen and (max-width: 767px) {
	.cta--button-text + * {
		margin-top: 6.4vw;
		margin-top: max(6.4vw, 12px);
	}
}
.cta--button-text > span {
	background: #fcff73;
	-webkit-box-shadow: 0 0 0 3px #fcff73;
	box-shadow: 0 0 0 3px #fcff73;
}

@media only screen and (max-width: 767px) {
	.cta--button-text > span {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.cta--button, .cta a.cta--button {
	border-radius: 4px;
	background: #1cb57b;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7578125vw;
	font-size: max(1.7578125vw, 12px);
	line-height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	margin-left: 0;
	max-width: 315px;
	max-width: 30.76171875vw;
	max-width: max(30.76171875vw, 150px);
	width: 100%;
	height: 60px;
	height: 5.859375vw;
	height: max(5.859375vw, 30px);
	text-decoration: none;
	letter-spacing: 0.16em;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media only screen and (min-width: 1025px) {
	.cta--button, .cta a.cta--button {
		font-size: 18px;
		max-width: 315px;
		height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cta--button, .cta a.cta--button {
		font-size: 1.7595307918vw;
		font-size: max(1.7595307918vw, 12px);
		max-width: 30.7917888563vw;
		max-width: max(30.7917888563vw, 150px);
		height: 5.8651026393vw;
		height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 767px) {
	.cta--button, .cta a.cta--button {
		font-size: 4.8vw;
		font-size: max(4.8vw, 12px);
		margin-right: auto;
		margin-left: auto;
		max-width: 90.6666666667vw;
		max-width: max(90.6666666667vw, 170px);
		height: 16vw;
		height: max(16vw, 30px);
	}
}
.terms {
	position: relative;
	z-index: 0;
	overflow: visible;
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.terms {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.terms {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.terms {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.terms {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
@media only screen and (min-width: 1025px), only screen and (min-width: 961px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
	.terms {
		margin-top: 0;
	}
}
.terms--wrap {
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.terms--wrap {
		max-width: 1000px;
	}
}
.terms h1 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.90625vw;
	font-size: max(3.90625vw, 20px);
	line-height: 5.859375vw;
	line-height: max(5.859375vw, 30px);
	color: #323232;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.terms h1 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.terms h1 {
		font-size: 3.9100684262vw;
		font-size: max(3.9100684262vw, 20px);
		line-height: 5.8651026393vw;
		line-height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 767px) {
	.terms h1 {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 20px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 30px);
	}
}
.terms h1 + * {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.terms h1 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.terms h1 + * {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.terms h1 + * {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.terms h2 {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.terms h2 {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.terms h2 {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.terms h2 {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.terms h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.125vw;
	font-size: max(3.125vw, 16px);
	line-height: 4.6875vw;
	line-height: max(4.6875vw, 24px);
}

@media only screen and (min-width: 1025px) {
	.terms h2 {
		font-size: 32px;
		line-height: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.terms h2 {
		font-size: 3.128054741vw;
		font-size: max(3.128054741vw, 16px);
		line-height: 4.6920821114vw;
		line-height: max(4.6920821114vw, 24px);
	}
}
@media only screen and (max-width: 767px) {
	.terms h2 {
		font-size: 4.8vw;
		font-size: max(4.8vw, 12px);
		line-height: 8.5333333333vw;
		line-height: max(8.5333333333vw, 20px);
	}
}
.terms h2 + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.terms h2 + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.terms h2 + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 767px) {
	.terms h2 + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.terms .title-num {
	margin-top: 1em;
}

.privacypolicy {
	position: relative;
	z-index: 0;
	overflow: visible;
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.privacypolicy {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.privacypolicy {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.privacypolicy {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.privacypolicy {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
@media only screen and (min-width: 1025px), only screen and (min-width: 961px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
	.privacypolicy {
		margin-top: 0;
	}
}
.privacypolicy--wrap {
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.privacypolicy--wrap {
		max-width: 1000px;
	}
}
.privacypolicy h1 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.90625vw;
	font-size: max(3.90625vw, 20px);
	line-height: 5.859375vw;
	line-height: max(5.859375vw, 30px);
	color: #323232;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.privacypolicy h1 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.privacypolicy h1 {
		font-size: 3.9100684262vw;
		font-size: max(3.9100684262vw, 20px);
		line-height: 5.8651026393vw;
		line-height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 767px) {
	.privacypolicy h1 {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 20px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 30px);
	}
}
.privacypolicy h1 + * {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.privacypolicy h1 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.privacypolicy h1 + * {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.privacypolicy h1 + * {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.privacypolicy h2 {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.privacypolicy h2 {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.privacypolicy h2 {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 767px) {
	.privacypolicy h2 {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.privacypolicy h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.125vw;
	font-size: max(3.125vw, 16px);
	line-height: 4.6875vw;
	line-height: max(4.6875vw, 24px);
}

@media only screen and (min-width: 1025px) {
	.privacypolicy h2 {
		font-size: 32px;
		line-height: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.privacypolicy h2 {
		font-size: 3.128054741vw;
		font-size: max(3.128054741vw, 16px);
		line-height: 4.6920821114vw;
		line-height: max(4.6920821114vw, 24px);
	}
}
@media only screen and (max-width: 767px) {
	.privacypolicy h2 {
		font-size: 4.8vw;
		font-size: max(4.8vw, 12px);
		line-height: 8.5333333333vw;
		line-height: max(8.5333333333vw, 20px);
	}
}
.privacypolicy h2 + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.privacypolicy h2 + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.privacypolicy h2 + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 767px) {
	.privacypolicy h2 + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.privacypolicy .title-num {
	margin-top: 1em;
}

.formrun {
	position: relative;
	z-index: 0;
	overflow: visible;
	margin-top: 12.890625vw;
	margin-top: max(12.890625vw, 44px);
	padding-right: 40px;
	padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
	.formrun {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.formrun {
		padding-right: min((100% - 880px) / 2, 280px);
		padding-left: min((100% - 880px) / 2, 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun {
		margin-top: 12.9032258065vw;
		padding-right: 3.9100684262vw;
		padding-left: 3.9100684262vw;
	}
}
@media only screen and (max-width: 414px) {
	.formrun {
		margin-top: 16vw;
		padding-right: 8vw;
		padding-left: 8vw;
	}
}
@media only screen and (min-width: 1025px), only screen and (min-width: 961px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 414px) {
	.formrun {
		margin-top: 0;
	}
}
.formrun--wrap {
	overflow: visible;
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 961px) {
	.formrun--wrap {
		max-width: 1000px;
	}
}
.formrun h1 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.90625vw;
	font-size: max(3.90625vw, 20px);
	line-height: 5.859375vw;
	line-height: max(5.859375vw, 30px);
	color: #323232;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
	.formrun h1 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun h1 {
		font-size: 3.9100684262vw;
		font-size: max(3.9100684262vw, 20px);
		line-height: 5.8651026393vw;
		line-height: max(5.8651026393vw, 30px);
	}
}
@media only screen and (max-width: 414px) {
	.formrun h1 {
		font-size: 7.4666666667vw;
		font-size: max(7.4666666667vw, 20px);
		line-height: 11.2vw;
		line-height: max(11.2vw, 30px);
	}
}
.formrun h1 + * {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.formrun h1 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun h1 + * {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 414px) {
	.formrun h1 + * {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.formrun h2 {
	margin-top: 3.90625vw;
	margin-top: max(3.90625vw, 20px);
}

@media only screen and (min-width: 1025px) {
	.formrun h2 {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun h2 {
		margin-top: 3.9100684262vw;
		margin-top: max(3.9100684262vw, 20px);
	}
}
@media only screen and (max-width: 414px) {
	.formrun h2 {
		margin-top: 5.3333333333vw;
		margin-top: max(5.3333333333vw, 10px);
	}
}
.formrun h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.125vw;
	font-size: max(3.125vw, 16px);
	line-height: 4.6875vw;
	line-height: max(4.6875vw, 24px);
}

@media only screen and (min-width: 1025px) {
	.formrun h2 {
		font-size: 32px;
		line-height: 48px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun h2 {
		font-size: 3.128054741vw;
		font-size: max(3.128054741vw, 16px);
		line-height: 4.6920821114vw;
		line-height: max(4.6920821114vw, 24px);
	}
}
@media only screen and (max-width: 414px) {
	.formrun h2 {
		font-size: 4.8vw;
		font-size: max(4.8vw, 12px);
		line-height: 8.5333333333vw;
		line-height: max(8.5333333333vw, 20px);
	}
}
.formrun h2 + * {
	margin-top: 0.78125vw;
	margin-top: max(0.78125vw, 4px);
}

@media only screen and (min-width: 1025px) {
	.formrun h2 + * {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun h2 + * {
		margin-top: 0.7820136852vw;
		margin-top: max(0.7820136852vw, 4px);
	}
}
@media only screen and (max-width: 414px) {
	.formrun h2 + * {
		margin-top: 2.1333333333vw;
		margin-top: max(2.1333333333vw, 4px);
	}
}
.formrun h1 + p {
	margin-bottom: 1.953125vw;
	margin-bottom: max(1.953125vw, 10px);
}

@media only screen and (min-width: 1025px) {
	.formrun h1 + p {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.formrun h1 + p {
		margin-bottom: 1.9550342131vw;
		margin-bottom: max(1.9550342131vw, 10px);
	}
}
@media only screen and (max-width: 414px) {
	.formrun h1 + p {
		margin-bottom: 5.3333333333vw;
		margin-bottom: max(5.3333333333vw, 10px);
	}
}
.formrun a {
	color: #0066de;
}

.formrun_thanks p + p {
	margin-top: 1em;
}

.formrun form {
	display: block;
	max-width: 660px;
	width: 100%;
}

.formrun form, .formrun form * {
	outline: none;
	font: inherit;
	font-family: inherit;
	font-weight: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.formrun form .nowrap {
	white-space: nowrap;
}

.formrun form .form-group + .form-group, .formrun form .sf-email-confirm-field {
	margin-top: 10px;
}

.formrun form .submit-error-message {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #ff001e;
	margin-bottom: 30px;
}

.formrun form .form-info {
	font-size: 10px;
	margin-top: 5px;
}

.formrun form label {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: normal;
	display: block;
	cursor: text;
	text-align: justify;
	letter-spacing: 0.1em;
}

.formrun form .has-danger label {
	color: #ff001e;
}

.formrun form .tag {
	margin-left: 10px;
}

.formrun form .tag.tag-danger {
	font-size: 10px;
	color: #ff001e;
}

.formrun form .tag.tag-default {
	display: none;
}

.formrun form div[data-formrun-hide-if-confirm] {
	margin-top: 3px;
}

.formrun form .form-text.help-text {
	font-size: 10px;
	line-height: normal;
	color: #ff001e;
	margin-top: 3px;
	letter-spacing: 0.1em;
}

.formrun form .file-limit-explanation {
	opacity: 0.6;
	font-size: 10px;
	line-height: normal;
	margin-top: 3px;
	letter-spacing: 0.1em;
}

.formrun form .form-control-feedback {
	font-size: 10px;
	line-height: normal;
	color: #ff001e;
	margin-top: 3px;
	letter-spacing: 0.1em;
}

.formrun form input, .formrun form select, .formrun form textarea {
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font: inherit;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
}

.formrun form input[type=text], .formrun form input[type=email], .formrun form input[type=tel], .formrun form input[type=number], .formrun form input[type=password], .formrun form input[type=date], .formrun form input[type=url], .formrun form textarea {
	border: solid 1px #e3e5ed;
	border-radius: 0;
	background-color: #fff;
	font-size: 15px;
	line-height: normal;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 12px;
	width: 100%;
	height: 30px;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	letter-spacing: 0.1em;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.formrun form input[type=text]:hover, .formrun form input[type=email]:hover, .formrun form input[type=tel]:hover, .formrun form input[type=number]:hover, .formrun form input[type=password]:hover, .formrun form input[type=date]:hover, .formrun form input[type=url]:hover, .formrun form textarea:hover {
	border-color: #6a6a6a;
}

.formrun form input[type=text]:focus, .formrun form input[type=email]:focus, .formrun form input[type=tel]:focus, .formrun form input[type=number]:focus, .formrun form input[type=password]:focus, .formrun form input[type=date]:focus, .formrun form input[type=url]:focus, .formrun form textarea:focus {
	border-color: #1cb57b;
}

.formrun form input[type=text]:disabled, .formrun form input[type=email]:disabled, .formrun form input[type=tel]:disabled, .formrun form input[type=number]:disabled, .formrun form input[type=password]:disabled, .formrun form input[type=date]:disabled, .formrun form input[type=url]:disabled, .formrun form textarea:disabled {
	border-color: #dcdcdc;
	background-color: #f8f8f8;
	color: #acacac;
}

.formrun form input[type=text]::-webkit-input-placeholder, .formrun form input[type=email]::-webkit-input-placeholder, .formrun form input[type=tel]::-webkit-input-placeholder, .formrun form input[type=number]::-webkit-input-placeholder, .formrun form input[type=password]::-webkit-input-placeholder, .formrun form input[type=date]::-webkit-input-placeholder, .formrun form input[type=url]::-webkit-input-placeholder, .formrun form textarea::-webkit-input-placeholder {
	color: #acacac;
}

.formrun form input[type=text]:-moz-placeholder, .formrun form input[type=email]:-moz-placeholder, .formrun form input[type=tel]:-moz-placeholder, .formrun form input[type=number]:-moz-placeholder, .formrun form input[type=password]:-moz-placeholder, .formrun form input[type=date]:-moz-placeholder, .formrun form input[type=url]:-moz-placeholder, .formrun form textarea:-moz-placeholder {
	color: #acacac;
}

.formrun form input[type=text]::-moz-placeholder, .formrun form input[type=email]::-moz-placeholder, .formrun form input[type=tel]::-moz-placeholder, .formrun form input[type=number]::-moz-placeholder, .formrun form input[type=password]::-moz-placeholder, .formrun form input[type=date]::-moz-placeholder, .formrun form input[type=url]::-moz-placeholder, .formrun form textarea::-moz-placeholder {
	color: #acacac;
}

.formrun form input[type=text]:-ms-input-placeholder, .formrun form input[type=email]:-ms-input-placeholder, .formrun form input[type=tel]:-ms-input-placeholder, .formrun form input[type=number]:-ms-input-placeholder, .formrun form input[type=password]:-ms-input-placeholder, .formrun form input[type=date]:-ms-input-placeholder, .formrun form input[type=url]:-ms-input-placeholder, .formrun form textarea:-ms-input-placeholder {
	color: #acacac;
}

.formrun form input[type=text]:-moz-placeholder-shown, .formrun form input[type=email]:-moz-placeholder-shown, .formrun form input[type=tel]:-moz-placeholder-shown, .formrun form input[type=number]:-moz-placeholder-shown, .formrun form input[type=password]:-moz-placeholder-shown, .formrun form input[type=date]:-moz-placeholder-shown, .formrun form input[type=url]:-moz-placeholder-shown, .formrun form textarea:-moz-placeholder-shown {
	color: #acacac;
}

.formrun form input[type=text]:-ms-input-placeholder, .formrun form input[type=email]:-ms-input-placeholder, .formrun form input[type=tel]:-ms-input-placeholder, .formrun form input[type=number]:-ms-input-placeholder, .formrun form input[type=password]:-ms-input-placeholder, .formrun form input[type=date]:-ms-input-placeholder, .formrun form input[type=url]:-ms-input-placeholder, .formrun form textarea:-ms-input-placeholder {
	color: #acacac;
}

.formrun form input[type=text]:placeholder-shown, .formrun form input[type=email]:placeholder-shown, .formrun form input[type=tel]:placeholder-shown, .formrun form input[type=number]:placeholder-shown, .formrun form input[type=password]:placeholder-shown, .formrun form input[type=date]:placeholder-shown, .formrun form input[type=url]:placeholder-shown, .formrun form textarea:placeholder-shown {
	color: #acacac;
}

.formrun form textarea {
	height: 60px;
}

.formrun form input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.formrun form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.formrun form select {
	border: solid 1px #e3e5ed;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%225%22%20viewBox%3D%220%200%2010%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.416504%200.166992L4.99984%204.75033L9.58317%200.166992H0.416504Z%22%20fill%3D%22%23363833%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-position: right 10px center;
	background-size: 10px 5px;
	padding: 0 12px;
	width: 100%;
	height: 30px;
	cursor: pointer;
}

.formrun form _:-ms-lang(x)::-ms-backdrop, .formrun form select {
	background-image: none;
	padding-right: 2px;
}

.formrun form button[type=submit] {
	border: none;
	border-radius: 4px;
	background: #0066de;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	padding: 10px 60px;
	width: 100%;
	height: 60px;
	cursor: pointer;
	letter-spacing: 0.2em;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media only screen and (max-width: 414px) {
	.formrun form button[type=submit] {
		font-size: 14px;
		margin-top: 20px;
		padding: 5px;
		min-height: 50px;
		height: auto;
	}
}
.formrun form button[type=submit]:hover {
	cursor: pointer;
}

.formrun form .has-danger input[type=text], .formrun form .has-danger input[type=email], .formrun form .has-danger input[type=tel], .formrun form .has-danger input[type=number], .formrun form .has-danger input[type=password], .formrun form .has-danger input[type=date], .formrun form .has-danger input[type=url], .formrun form .has-danger textarea, .formrun form .has-danger select {
	border-color: #ff001e;
}

.formrun form .row-select-button-group {
	position: relative;
}

.formrun form .row-select-button-group label.sf-select-button {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}

.formrun form .row-select-button-group > div[data-formrun-hide-if-confirm] {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.formrun form .row-select-button-group .sf-radiobutton, .formrun form .row-select-button-group .form-checkbox-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.formrun form .row-select-button-group .sf-radiobutton .option-text {
	padding-top: 4px;
}

.formrun form .row-select-button-group .sf-checkbox {
	margin-right: 5px;
}

.formrun form .row-select-button-group .sf-checkbox + * {
	padding-top: 2px;
}

.formrun form .row-select-button-group input[type=radio] {
	opacity: 0;
	position: absolute;
	-webkit-appearance: radio;
}

.formrun form .row-select-button-group input[type=checkbox] {
	opacity: 0;
	position: absolute;
	-webkit-appearance: checkbox;
}

.formrun form .row-select-button-group .box, .formrun form .row-select-button-group .option-text, .formrun form .row-select-button-group div[contenteditable] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.formrun form .row-select-button-group .box {
	top: -1px;
}

.formrun form .row-select-button-group input[type=radio] + .box {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACNElEQVR4Ae3XAWTzQBiA4R9FMRRFEAwFDEVRFAAoigKKooChKIagKODHUBQFFFAUwzAMwTAMEAxDEBTFUBS3FwOfI83lcjfk5QEkkvby5fKvrq7OWiFm2OCAN3z9irHHGhO08SdqIUIMVcAFL5ijCec18YATVEkZZmjASUOkUJYl6KPSopyLiLHACH3c/hpgjAgfOUtrCuvdYAelccS84IMZYolvKI3/tpfUHkq4YIkWTAuwhv4mLLWEEjLL63Wo/zfKL6cxlJAghO3ukGn+5X6ZGX/U/PIBqupO808kps/DSpzojJ6jMa2EmcnDdRYnWcBV8sHOir6xH8UJUjThqkCzlOa4us/S08D+9HvBVXXFgd+eNlyhZiK1TbYLB/hKbjsmyO3J5CBHe681cnsXB/XgK/ki3SM3uVUO4auBZrebmxJ8diuu5avcDfifRClykxuqAL7qi2t5MxldXfhqZDLSn8VBY/hqIa5lY7IL3cFXsdyVmoyuExpwXRvKdKTLd8EIrpsXeQfItpa+imx+DUa4ug4uHrfUS80ybqFQG81JOo5mv/zxHmx9FSW4QVWFyGx+Dd5DCXFFNxEggRKGKNUWSkgsL6ceMighQukaeIUSTpiWnE5NLHCGqvIFGmhvAkgwQqPghU+RQmnsq1imDbGcpBN2GKOLQDycPUxwEMNBWqLS7sUF2HJ0uXEMsJHz2tAZK7TgvA62SKEK+sQjAvyJBljhGR9iLKZ4xxMidGGhurq6H/u9v1A3AYf5AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 18px 18px;
	font-size: 0;
	position: relative;
	top: 1px;
	margin-right: 6px;
	width: 18px;
	height: 18px;
}

.formrun form .row-select-button-group input[type=radio]:checked + .box {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACoklEQVR4AWIYBaMA0I4dQCYQhQEch3AYwnAIQ4AhhBAGDEMIQwhhCCEMIQQIIYQAAUIYhjCEMAwQhhBCCCGEb38MJ5/Xu9e7hP78gNvm7t577928dSuDGgaYYI7lvxnG6KOCe1xFabQwg8RwwBQNBLh4Ad6xhZxpjRpSuEgvWEE8W6CARGtBDGZoooQCHv4VUUYLPyeGVhXeu8MIotigEXNiZtDGDqLo+h5SY2hPq400XAvRN9yEl9raxPM8Xl+0t+FjOJWhTbYMfPeItfKWC3AqjY3y5EMk1aPyJhau86EDidgjD1MpPGOo7MQ9PFkOJzlSc5lce0hE0+IPLyAnzFGEqb7y5gNY14NErBAYnnrH4ShRNz1AZSg1YN1vjNWgC3FUj7H6TWFVDhKxMzz9V8gZDobhlFGuvXc5LkygFWAJOdMcasqxo4KTfVj+UBXiyZPlw+zjZN+QiDy0JhBPepYb6RjmlKNyxnydFzNoFfXrzEmU+TpvltB60K+7vhtYWa5EK5hTDlShxXVJrUQFw3XWS1cOWlOIJ0NolfQl3dwnJKIMrTeIJ8/QakIiBi6n0JH9cduJ6bg8M55KLZeureEP1CFneoHWPURd0h32ghLUaARx1IEaNcx7gLlhjNd853gTXaRiDM8WrMviEPMDu245J5Z4jfmPhC3SiNVA+SVZmErjDdOjfWKFCaoIYKqgPLx3xC6E9oF9h6TKYK1+DTqlrzKzhG4ixMJ2lXKf0MACWfgqD+1o0sLZpfAFUeZEFSm4FqCJPeTIyPfr/TLspKWYNxKgavimGCcxTFOR4aTZYoQycgiPJmceFUwii4OmjUSrYwfxbIMyLlKIgbJeu9ijgzQuXhZDx+/jX/QQ4ioqooNP/Cg78Tc+0EIOHrp169YfwQn2D4V8DHwAAAAASUVORK5CYII=);
}

.formrun form .row-select-button-group input[type=checkbox] + .box {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAi0lEQVR4Ae3PoRGAUAwE0ZRAAQhKoFMKoAgKoAgEAkkJXyAR4TTyBETszaxOXpQeY4z1ala7yo/b1KS6MDeopvLnThexqCzSFMZaIcAWxvLV1/PvAwAAAAAAAAAAAAAAAAAAAAAAAAAAwB+AS2WRjjC2FgLMYWxUd4Hnm+pVuIhVXT89vqghGGOs7B5z5+8UkCKhpQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 18px 18px;
	font-size: 0;
	position: relative;
	top: 1px;
	margin-right: 0;
	width: 18px;
	height: 18px;
}

.formrun form .row-select-button-group input[type=checkbox]:checked + .box {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAA9klEQVR4Ae3YAQYCURSF4X8BIUAILaGdvaU8hNAiWkCAFhBCgJYwGECYMAbA4bqmE/dwAfg/wHvUarWa9fbABXgC08r3ADqwJbgDMGSHBe4dRVyByeQ6gQ1GgAeBTVYnV4AC3IGTL0DHb5jXfQE6fln3Beh4gOYP0PHWAB1vDNDxtoB4fCrgDLyy49cCdObtBCI7PgXQWaYQ+fEpgAagEfnxWQCNyI9PB2hEfnwyQCBUvAFAIES8AUAgRLwXQCPav7zImoh3AGiEiDcBaESrXwkPQAEKMBrFvwjsZgS4ENgR+BjED8AeIIq4AeOPwq/AgVqtVrPdF/QybRdu4gvIAAAAAElFTkSuQmCC);
}

.formrun form .date-dropdown-select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.formrun form .date-dropdown-select label {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 5px;
}

.formrun form .date-dropdown-select select.year-select {
	width: 80px;
}

.formrun form .date-dropdown-select select.month-select, .formrun form .date-dropdown-select select.day-select {
	width: 60px;
}

.formrun form .has-danger .date-dropdown-select label {
	color: #363833;
}

.common--about {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 12.890625vw;
	margin-top: max( 12.890625vw , 44px);
}
@media only screen and (min-width: 1025px) {
	.common--about {
		margin-top: 132px;
	}
}
@media only screen and (min-width: 961px) {
	.common--about {
		padding-left: min(calc((100% - 880px) / 2), 280px);
		padding-right: min(calc((100% - 880px) / 2), 280px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.common--about {
		margin-top: 12.9032258065vw;
		padding-left: 3.9100684262vw;
		padding-right: 3.9100684262vw;
	}
}
@media only screen and (max-width: 767px) {
	.common--about {
		margin-top: 16vw;
		padding-left: 8vw;
		padding-right: 8vw;
	}
}
.common--about--wrap {
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	text-align: left;
	overflow: visible;
}
@media only screen and (min-width: 961px) {
	.common--about--wrap {
		max-width: 1000px;
	}
}
.common--about h2 {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	color: #323232;
	font-size: 3.90625vw;
	font-size: max( 3.90625vw , 20px);
	line-height: 5.859375vw;
	line-height: max( 5.859375vw , 30px);
}
@media only screen and (min-width: 1025px) {
	.common--about h2 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.common--about h2 {
		font-size: 3.9100684262vw;
		font-size: max( 3.9100684262vw , 20px);
		line-height: 5.8651026393vw;
		line-height: max( 5.8651026393vw , 30px);
	}
}
@media only screen and (max-width: 767px) {
	.common--about h2 {
		text-align: center;
		font-size: 7.4666666667vw;
		line-height: 11.2vw;
		font-size: max( 7.4666666667vw , 20px);
		line-height: max( 11.2vw , 30px);
	}
}
.common--about h2 + * {
	margin-top: 3.90625vw;
	margin-top: max( 3.90625vw , 20px);
}
@media only screen and (min-width: 1025px) {
	.common--about h2 + * {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.common--about h2 + * {
		margin-top: 3.9100684262vw;
		margin-top: max( 3.9100684262vw , 20px);
	}
}
@media only screen and (max-width: 767px) {
	.common--about h2 + * {
		margin-top: 5.3333333333vw;
		margin-top: max( 5.3333333333vw , 10px);
	}
}
.common--about table {
	border-top: solid 1px #d9d9d9;
	border-spacing: 0;
	margin-top: 38px;
	width: 100%;
	/*
	* + th,
	* + td {
		&::before {
			content: "";
			display: block;

			border-left: solid 1px #d9d9d9;
			position: absolute;
			left: 0;

			top: 20px;
			bottom: 20px;

			@media only screen and (min-width: 768px) and (max-width: 1023px) {
				top: 20 / 1023 * 100vw;
				bottom: 20 / 1023 * 100vw;
			}
			@media only screen and (max-width: 767px) {
				display: none;
			}
		}
	}
	*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.common--about table {
		margin-top: 3.7145650049vw;
	}
}
@media only screen and (max-width: 767px) {
	.common--about table {
		margin-top: 23px;
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.common--about table {
		margin-top: max( 6.1333333333vw , 11px);
	}
}
.common--about table th, .common--about table td {
	border-bottom: solid 1px #d9d9d9;
	position: relative;
	overflow: visible;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 24px 20px 21px;
	font-size: 16px;
	line-height: 162.5%;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.common--about table th, .common--about table td {
		padding: 2.3460410557vw 1.9550342131vw 2.0527859238vw;
		font-size: 1.5640273705vw;
	}
}
@media only screen and (max-width: 767px) {
	.common--about table th, .common--about table td {
		padding: 14px 0 11px;
		font-size: 14px;
		line-height: 164.2857142857%;
		width: 100%;
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.common--about table th, .common--about table td {
		padding: 3.7333333333vw 0vw 2.9333333333vw;
		font-size: max( 3.7333333333vw , 12px);
	}
}
@media only screen and (max-width: 767px) {
	.common--about table tr {
		width: 100%;
		display: block;
	}
}
.common--about table tr:last-child th, .common--about table tr:last-child td {
	border-width: 1px;
}
.common--about table th {
	width: 160px;
	white-space: nowrap;
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
	.common--about table th {
		border-bottom: none;
	}
}
.common--about table td {
	font-family: "Noto Sans JP", sans-serif, "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
	.common--about table td {
		background-color: #fff;
		padding-top: 0;
	}
}/*# sourceMappingURL=layout.css.map */