@charset "utf-8";

/* ========================================================
	index.css
======================================================== */

/* index_main
============================================================================================================ */
#index_main {
	position: relative;
	overflow: hidden;
	background: #ffea00;
	color: #fff;
	text-align: center;
	z-index: 1;
}
#index_main h1 {
	position: relative;
	width: 470px;
	margin: 0 auto;
	filter: drop-shadow(0 0 8px rgba(0,0,0,.2));
	z-index: 3;
}
#index_main h1 > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#index_main h1 > .fukidashi {
	left: -25px;
	top: 5px;
	width: auto;
	filter: drop-shadow(0 0 8px rgba(0,0,0,.2));
	z-index: 2;
}
#index_main .lead {
	position: absolute;
	top: 570px;
	left: 0;
	right: 0;
	font-size: 1rem;
	line-height: 1;
	filter: drop-shadow(0 0 8px rgba(0,0,0,.2));
	z-index: 4;
}
#index_main .lead > span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
#index_main .lead > span::before,
#index_main .lead > span::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 30px;
	margin-top: -15px;
	border-left: 3px solid #fff;
}
#index_main .lead > span::before {
	left: 0;
	transform: rotate(-20deg);
}
#index_main .lead > span::after {
	right: 0;
	transform: rotate(20deg);
}
#index_main .fix_block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
@media screen and (min-width: 768px), print {
	#index_main {
		padding-top: 90px;
	}
	#index_main,
	.main_consultation,
	#index_main .fix_block {
		height: 750px;
	}
}
@media screen and (min-width: 768px) {
	.main_consultation,
	#index_main .fix_block {
		position: fixed;
	}
}
@media screen and (max-width: 767px) {
	#index_main {
		padding-top: 70px;
	}
	#index_main,
	#index_main .fix_block {
		height: 640px;
	}
	#index_main h1 {
		width: 260px;
	}
	#index_main h1 > .fukidashi {
		left: -20px;
		top: -10px;
		width: 90px;
	}
	#index_main .lead {
		top: 340px;
	}
	#index_main .fix_block {
		position: fixed;
	}
	#index_main .bg_ph {
		transform: none !important;
	}
}

#index_main .txt li {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 20px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
	z-index: 5;
}
#index_main .txt li .ff_en {
	margin-left: 0.2em;
	font-size: 3.2rem;
}
#index_main .txt li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: skewX(-8deg);
	z-index: -1;
}
@media screen and (min-width: 768px), print {
	#index_main .txt li {
		position: absolute;
		top: 50%;
	}
	#index_main .txt li:nth-child(2n + 1)::before {
		border: 3px solid #fff;
	}
	#index_main .txt li:nth-child(2n)::before {
		background-color: #000;
	}
	#index_main .txt .txt1 {
		margin-top: -75px;
		right: calc(50% + 205px);
	}
	#index_main .txt .txt2 {
		margin-top: 45px;
		right: calc(50% + 250px);
	}
	#index_main .txt .txt3 {
		margin-top: 138px;
		right: calc(50% + 195px);
	}
	#index_main .txt .txt4 {
		margin-top: -70px;
		left: calc(50% + 205px);
	}
	#index_main .txt .txt5 {
		margin-top: -5px;
		left: calc(50% + 245px);
	}
	#index_main .txt .txt6 {
		margin-top: 135px;
		left: calc(50% + 215px);
	}
}
@media screen and (max-width: 767px) {
	#index_main .txt {
		position: absolute;
		top: 380px;
		right: 4vw;
		left: 4vw;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#index_main .txt li {
		position: relative;
		justify-content: center;
		width: calc(50% + -5px);
		height: 38px;
		padding: 0 15px;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.3;
		text-align: left;
	}
	#index_main .txt li .ff_en {
		font-size: 2.2rem;
	}
	#index_main .txt li:nth-child(n + 3) {
		margin-top: 8px;
	}
	#index_main .txt li:nth-child(1)::before,
	#index_main .txt li:nth-child(4)::before,
	#index_main .txt li:nth-child(5)::before {
		/* border: 2px solid #fff; */
		background-color: #000;
		opacity: 0.8;
	}
	#index_main .txt li:nth-child(2)::before,
	#index_main .txt li:nth-child(3)::before,
	#index_main .txt li:nth-child(6)::before {
		background-color: #000;
		opacity: 0.8;
	}
/*
	#index_main .txt .txt1 {
		top: 380px;
		left: 20%;
	}
	#index_main .txt .txt2 {
		top: 416px;
		left: 5%;
	}
	#index_main .txt .txt3 {
		top: 452px;
		left: 30%;
	}
	#index_main .txt .txt4 {
		top: 492px;
		right: 20%;
	}
	#index_main .txt .txt5 {
		top: 528px;
		right: 15%;
	}
	#index_main .txt .txt6 {
		top: 564px;
		right: 5%;
	}*/
}

.main_consultation {
	font-weight: 700;
	color: #000;
	text-align: right;
}
.main_consultation dt {
	margin-bottom: 8px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.main_consultation ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main_consultation ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 35px;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	padding-left: 0.1em;
	letter-spacing: 0.1em;
}
.main_consultation ul a.line {
	background-color: #20c92f;
	border-color: #20c92f;
	color: #fff;
}
.main_consultation p {
	margin-top: 8px;
}
.main_consultation p a {
	font-size: 2.4rem;
	line-height: 1;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.main_consultation p a span {
	font-size: 92%;
}
@media screen and (min-width: 768px), print {
	.main_consultation {
		padding: 15px 15px 0 0;
		padding-right: max(15px, calc((100vw - 1400px) * .3 + 15px));
		top: 0;
		right: 0;
		left: 0;
		z-index: 2;
		pointer-events: none;
	}
	@media screen and (min-width: 1600px) {
		.main_consultation {
			padding-right: 4.6vw;
		}
	}
	.main_consultation a {
		pointer-events: all;
	}
	.main_consultation ul li + li {
		margin-left: 10px;
	}
	.main_consultation ul a:hover {
		background-color: #fff;
		color: #000;
	}
	.main_consultation ul a.line:hover {
		color: #20c92f;
	}
}
@media print {
	.main_consultation {
		position: absolute;
	}
}
@media screen and (max-width: 767px) {
	.main_consultation {
		position: relative;
		transform: none !important;
		padding: 55px 0 15px;
		background-color: #ffea00;
		text-align: center;
		z-index: 10;
	}
	.main_consultation dt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.main_consultation ul {
		justify-content: space-between;
	}
	.main_consultation ul li {
		width: calc(50% - 7px);
	}
	.main_consultation ul a {
		width: 100%;
		height: 40px;
		font-size: 1.5rem;
	}
	.main_consultation p a {
		font-size: 3.4rem;
	}
}

#index_main .bg_ph {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
@media screen and (min-width: 768px), print {
	#index_main .bg_bg {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 2;
	}
	#index_main .bg_bg::before,
	#index_main .bg_bg::after {
		content: "";
		position: absolute;
		width: 100%;
		background-color: #ffea00;
		left: min(calc(50% + 610px), calc(100% - 50px));
	}
	@media screen and (min-width: 1600px) {
		#index_main .bg_bg::before,
		#index_main .bg_bg::after {
			left: calc(100% - 11.875%);
		}
	}
	#index_main .bg_bg::before {
		top: 0;
		height: calc(50% + 27px);
		margin-left: 75px;
		transform-origin: 0 100%;
		transform: skewX(45deg);
	}
	#index_main .bg_bg::after {
		top: calc(50% + 25px);
		bottom: 0;
	}
}
@media print {
	#index_main .bg_ph {
		transform: none !important;
	}
}
@media screen and (max-width: 767px) {
}


/* main_nav
============================================================================================================ */
.main_nav {
	position: relative;
	z-index: 100;
}
.main_nav > div {
	position: absolute;
	right: 0;
	left: 0;
	top: -60px;
}
.main_nav ul {
	position: relative;
	overflow: hidden;
	display: flex;
	max-width: 980px;
	background-color: #fff;
}
.main_nav ul li {
	width: 100%;
}
.main_nav ul a {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 130px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	z-index: 1;
}
.main_nav ul a .ff_en {
	display: block;
	margin-bottom: 5px;
	font-size: 1.3rem;
}
.main_nav ul a .ja {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 3em;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
.main_nav ul a.contact {
	background-color: #dc1137;
	color: #fff;
}
.main_nav ul a.contact .ja {
	letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
	.main_nav ul {
		border-radius: 10px;
		box-shadow: 0 0 8px rgba(63,43,22,.1);
	}
	.main_nav ul::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 5px;
		background-color: #000;
		opacity: 0.05;
		pointer-events: none;
	}
	.main_nav ul li:last-child {
		width: 22%;
		flex-shrink: 0;
		margin-left: auto;
	}
	.main_nav ul a {
		display: block;
		padding-top: 25px;
	}
	.main_nav ul li + li a:not(.contact)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 30px;
		bottom: 30px;
		border-left: 1px solid #ededed;
	}
	.main_nav ul a::after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		border-bottom: 5px solid #ffea00;
		transform: translateY(8px);
	}
	.init .main_nav ul a::after {
		transition: transform .2s ease-in-out;
	}
	.main_nav ul a:hover::after {
		transform: translateY(0);
	}
}
@media screen and (min-width: 768px) {
	.init .main_nav ul a {
		transition: height .3s ease-out;
	}
	.init .main_nav ul a::before {
		transition: top .3s ease-out, bottom .3s ease-out;
	}
	.main_nav.fixed > div {
		position: fixed;
		top: -40px;
	}
	.main_nav.fixed ul a {
		height: 120px;
	}
	.main_nav.fixed ul li + li a::before {
		top: 55px;
		bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main_nav > div {
		right: 3vw;
		left: 3vw;
		top: -100px;
	}
	.main_nav ul {
		flex-wrap: wrap;
		border-radius: 6px;
	}
	.main_nav ul li {
		position: relative;
		width: 50%;
	}
	.main_nav ul li:nth-child(n + 4) {
		width: 50%;
	}
	.main_nav ul li:last-child {
		width: 100%;
		display: none;
	}
	.main_nav ul li:nth-child(2n)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		bottom: 10px;
		border-left: 1px solid #ededed;
	}
	.main_nav ul a {
		height: 70px;
		font-size: 1.5rem;
		line-height: 1.2;
		border-bottom: 3px solid #f2f2f2;
	}
	.main_nav ul a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		border-bottom: 2px solid #ccc;
		border-right: 2px solid #ccc;
		transform-origin: 100% 0;
		transform: rotate(45deg);
	}
	.main_nav ul a .ff_en {
		margin-bottom: 3px;
		font-size: 1.1rem;
	}
	.main_nav ul a .ja {
		height: 2.4em;
	}
}

/* slide_arrow
============================================================================================================ */
.slide_arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -20px;
	border-radius: 100%;
	z-index: 3;
}
.slide_arrow::before,
.slide_arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 22px;
	height: 6px;
	margin-top: -3px;
	background-color: #000;
	border-radius: 3px;
	transform-origin: 2px;
	transform: rotate(-45deg);
}
.slide_arrow::after {
	transform: rotate(45deg);
}
.slide_arrow.l {
	left: 0;
}
.slide_arrow.r {
	right: 0;
	transform: rotate(180deg);
}
@media screen and (min-width: 768px), print {
	.slide_arrow:hover {
		background-color: #ffea00;
	}
}
@media screen and (max-width: 767px) {
}

/* section
============================================================================================================ */
#index_main ~ section {
	position: relative;
	z-index: 3;
}

/* index_title
============================================================================================================ */
.index_title {
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.3;
}
.index_title .ff_en {
	position: relative;
	margin-bottom: 15px;
	padding-top: 45px;
	font-size: 2rem;
	letter-spacing: 1px;
}
.index_title .ff_en::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	background: url(../images/title_ico.svg) no-repeat 50% 0;
}
.index_title h2 {
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	.index_title {
		font-size: 2.6rem;
	}
	.index_title .ff_en {
		margin-bottom: 8px;
		padding-top: 28px;
		font-size: 1.3rem;
	}
	.index_title .ff_en::before {
		background-size: 30px;
	}
}

/* index_message
============================================================================================================ */
@media screen and (min-width: 768px), print {
	#MESSAGE {
		top: 30px;
	}
}
.index_message {
	overflow: hidden;
	position: relative;
	padding-top: 160px;
	padding-bottom: 110px;
	background-color: #f3ebe3;
	text-align: center;
}
.index_message::before,
.index_message::after {
	content: "";
	position: absolute;
	right: min(calc(96%), calc(50% + 600px));
	width: 50%;
	background-color: #eae0d5;
	z-index: -1;
}
.index_message::before {
	top: 360px;
	bottom: 40px;
}
.index_message::after {
	top: 0;
	height: 360px;
	transform-origin: 100% 0;
	transform: skewX(-45deg) translateX(280px);
}
.index_message .index_title {
	margin-bottom: 30px;
}
.index_message .index_title h2 {
	letter-spacing: 0.15em;
}
.index_message .lead {
	margin-bottom: 50px;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.2em;
}
.index_message .ph {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
}
.index_message .ph li {
	white-space: nowrap;
}
.index_message .ph li img {
	border-radius: 10px;
}
.index_message .ph li .caption {
	display: block;
	margin-top: 10px;
}
.index_message .ph li .ff_en {
	font-size: 133%;
	margin-left: 0.2em;
	letter-spacing: 0.1em;
	vertical-align: -.05em;
	line-height: 1;
}
.index_message .refuse {
	margin-top: 30px;
	font-size: 3.6rem;
	line-height: 1.66;
	letter-spacing: 0.15em;
}
.index_message .refuse .line {
	position: relative;
	display: inline-block;
}
.index_message .refuse .line::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -3px;
	background: url(../images/message_line.svg) no-repeat 50% 100%;
	background-size: 100%;
	pointer-events: none;
}
.index_message .refuse .color {
	padding-left: 0.15em;
	background: linear-gradient(0deg, rgba(255,234,0,1) 40%, rgba(255,234,0,0) 40%);
}
.index_message .reason {
	position: relative;
	width: 100px;
	margin: 20px auto 0;
	padding-top: 20px;
	font-size: 1.8rem;
	line-height: 1.38;
	color: #ffea00;
	letter-spacing: 0.15em;
	white-space: nowrap;
	z-index: 2;
}
.index_message .reason::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	background-color: #000;
	z-index: -1;
}
.index_message .reason::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -85px;
	border-style: solid;
	border-width: 64px 85px 0 85px;
	border-color: #000 transparent transparent transparent;
	z-index: -1;
}
.index_message .reason span {
	position: relative;
}
.index_message .reason span::after {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -4px;
	background-color: #ffea00;
	border-radius: 100%;
}
.index_message .illust {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
@media screen and (min-width: 768px), print {
	.index_message .index_title h2 {
		display: inline-block;
		padding: 0 30px 6px;
		background: linear-gradient(0deg, rgba(255,234,0,1) 40%, rgba(255,234,0,0) 40%);
		font-size: 4.6rem;
	}
	.index_message .swiper {
		width: 900px;
	}
	.index_message .slide_arrow {
		top: 80px;
	}
	.index_message .illust {
		width: 370px;
	}
	.index_message .illust01 {
		right: calc(50% + 220px);
	}
	.index_message .illust02 {
		left: calc(50% + 220px);
	}
}
@media screen and (max-width: 767px) {
	.index_message {
		padding-top: 50px;
		transform: translate3d(0,0,0);
	}
	.index_message::before,
	.index_message::after {
		right: 95%;
	}
	.index_message::before {
		top: 160px;
		bottom: 40px;
	}
	.index_message::after {
		height: 160px;
		transform: skewX(-45deg) translateX(100px);
	}
	.index_message .index_title {
		margin-bottom: 25px;
	}
	.index_message .index_title h2 {
		font-size: 3rem;
	}
	.index_message .index_title h2 span {
		display: table;
		margin: 0 auto 5px;
		padding: 0 15px 3px;
		background: linear-gradient(0deg, rgba(255,234,0,1) 40%, rgba(255,234,0,0) 40%);
	}
	.index_message .lead {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.index_message .ph {
		font-size: 1.3rem;
	}
	.index_message .ph .swiper {
		padding: 0 5px;
	}
	.index_message .ph li img {
		width: calc(100% - 10px);
		border-radius: 6px;
	}
	.index_message .slide_arrow {
		display: none;
	}
	.index_message .refuse {
		margin-top: 20px;
		font-size: 2.4rem;
	}
	.index_message .reason {
		transform-origin: 50% 0;
		transform: scale(.8);
	}
	.index_message .illust {
		width: 185px;
	}
	.index_message .illust01 {
		right: calc(50% + 40px);
	}
	.index_message .illust02 {
		left: calc(50% + 40px);
	}
}


/* index_aboutus
============================================================================================================ */
.index_aboutus {
	overflow: hidden;
	position: relative;
	padding-top: 85px;
	padding-bottom: 95px;
	background-color: #ffea00;
	z-index: 5 !important;
}
.index_aboutus .flow {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.index_aboutus .flow li:first-child,
.index_aboutus .flow li:last-child {
	background-color: #fff;
	border-radius: 100%;
}
.index_aboutus .flow .this {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	font-size: 2.4rem;
	color: #ffea00;
	padding-left: 0.3em;
	letter-spacing: 0.3em;
}
.index_aboutus .flow .this .arrow {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 26px;
	margin-top: -13px;
}
.index_aboutus .flow .this .arrow.l {
	right: calc(100% + 16px);
}
.index_aboutus .flow .this .arrow.r {
	left: calc(100% + 16px);
}
.index_aboutus .flow .this .arrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15px;
	background-color: #000;
}
.index_aboutus .flow .this .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -22px;
	border-style: solid;
	border-width: 22px 0 22px 16px;
	border-color: transparent transparent transparent #000;
}
.index_aboutus .lead {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.2em;
}
.index_aboutus .lead span {
	display: block;
	font-size: 140%;
	letter-spacing: 0.2em;
}
.index_aboutus .ok {
	display: table;
	margin: 20px auto 70px;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.index_aboutus .ok span {
	margin-left: 0.1em;
	font-size: 180%;
	color: #ffea00;
	vertical-align: -.1em;
	letter-spacing: 0.1em;
	line-height: 1;
}
.index_aboutus section {
	position: relative;
}
.index_aboutus section + section {
	margin-top: 30px;
}
.index_aboutus section .point {
	display: flex;
	align-items: center;
	border-bottom: 4px solid #000;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.index_aboutus section .point span {
	margin-left: 10px;
	font-size: 250%;
	line-height: 1;
}
.index_aboutus section h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.6;
}
.index_aboutus .illust {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.index_aboutus .ph {
	position: absolute;
	top: 0;
	height: 575px;
	z-index: -1;
}
.index_aboutus .ph01 {
	left: 0;
	-webkit-mask-image: url(../images/aboutus_ph01_mask.svg);
	mask-image: url(../images/aboutus_ph01_mask.svg);
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
}
.index_aboutus .ph02 {
	right: 0;
	-webkit-mask-image: url(../images/aboutus_ph02_mask.svg);
	mask-image: url(../images/aboutus_ph02_mask.svg);
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}
.index_aboutus .ph02 img {
	object-position: 20% 0;
}
@media screen and (min-width: 768px), print {
	.index_aboutus .flow {
		width: 576px;
	}
	.index_aboutus section {
		width: 960px;
		margin: 0 auto;
		padding-left: 150px;
	}
	.index_aboutus section .point {
		position: absolute;
		top: -8px;
		left: 0;
	}
	.index_aboutus .ph {
		max-width: 800px;
		width: 33%;
	}
	.index_aboutus .illust {
		left: calc(50% + 290px);
	}
}
@media screen and (max-width: 767px) {
	.index_aboutus {
		padding-top: 50px;
		padding-bottom: 200px;
	}
	.index_aboutus .flow {
		margin: 20px auto;
	}
	.index_aboutus .flow li:first-child,
	.index_aboutus .flow li:last-child {
		width: 33%;
	}
	.index_aboutus .flow .this {
		width: 20vw;
		height: 20vw;
		font-size: 2rem;
	}
	.index_aboutus .flow .this .arrow {
		transform: scale(.7);
	}
	.index_aboutus .flow .this .arrow.l {
		right: 100%;
	}
	.index_aboutus .flow .this .arrow.r {
		left: 100%;
	}
	.index_aboutus .lead {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	.index_aboutus .lead span {
		margin-top: 0.2em;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
	.index_aboutus .ok {
		display: block;
		margin-bottom: 30px;
		padding: 10px;
		font-size: 1.5rem;
		text-align: center;
	}
	.index_aboutus section + section {
		margin-top: 20px;
	}
	.index_aboutus section .point {
		display: inline-flex;
		margin-bottom: 10px;
		border-bottom-width: 3px;
		font-size: 1.4rem;
	}
	.index_aboutus section h3 {
		margin-bottom: 6px;
		font-size: 1.8rem;
	}
	.index_aboutus .illust {
		right: 5vw;
		width: 120px;
	}
	.index_aboutus .ph {
		width: 30%;
		height: 200px;
		-webkit-mask-size: auto 100%;
		mask-size: auto 100%;
	}
}

/* index_story
============================================================================================================ */
.index_story {
	position: relative;
	padding: 180px 0 110px;
	color: #fff;
	text-align: center;
	z-index: auto !important;
}
.index_story header {
	margin-bottom: 20px;
	font-size: 3.8rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
.index_story header .ff_en {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 20rem;
	line-height: 0.65;
	color: #ffea00;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
.index_story .lead {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.index_story .list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.index_story .list li {
	width: 240px;
}
.index_story .list a {
	position: relative;
	display: block;
	padding: 20px 0 30px;
	background-color: #fff;
	border-radius: 7px;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.55;
}
.index_story .list a .ff_en {
	display: inline-block;
	margin-bottom: 18px;
	padding: 0 .3em;
	background: linear-gradient(0deg, rgba(255,234,0,1) 40%, rgba(255,234,0,0) 40%);
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.index_story .list a .ff_en span {
	margin-left: 0.1em;
	font-size: 125%;
}
.index_story .list a .more {
	display: inline-block;
	margin-top: 20px;
	padding: 2px 15px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
	#STORY {
		top: -80px;
	}
	.index_story .list a::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 7px solid #ffea00;
		border-radius: 6px;
		opacity: 0;
	}
	.index_story .list a:hover::after {
		opacity: 1;
	}
	.init .index_story .list a .more {
		transition: color .2s ease-in-out, background .2s ease-in-out;
	}
	.index_story .list a:hover .more {
		background-color: #ffea00;
		color: #000;
	}
}
@media screen and (max-width: 767px) {
	.index_story {
		padding: 34vw 0 50px;
	}
	.index_story header {
		font-size: 2.6rem;
	}
	.index_story header .ff_en {
		overflow: hidden;
		top: -10px;
		font-size: 36vw;
		line-height: 0.8;
		letter-spacing: 0.05em;
		padding-left: 0.05em;
		white-space: nowrap;
	}
	.index_story .lead {
		font-size: 1.8rem;
	}
	.index_story .list {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.index_story .list li {
		width: calc(50% - 7px);
	}
	.index_story .list li:nth-child(n + 3) {
		margin-top: 15px;
	}
	.index_story .list a {
		padding: 15px 0 20px;
		font-size: 1.4rem;
	}
	.index_story .list a .ff_en {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.index_story .list a .more {
		margin-top: 12px;
		font-size: 1.2rem;
	}
}

.story_detail {
	background-color: #fff;
	color: #000;
	text-align: left;
}
.story_detail .close {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	border: 2px solid #000;
	transform: translate3d(0,0,0);
	z-index: 10;
}
.story_detail .close::before,
.story_detail .close::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	left: 10px;
	margin-top: -1px;
	border-top: 3px solid #ffea00;
	transform: rotate(45deg);
}
.story_detail .close::after {
	transform: rotate(-45deg);
}
.story_detail .nav {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 60px;
	display: flex;
	justify-content: center;
	z-index: 10;
}
.story_detail .nav a {
	position: relative;
	display: block;
	padding: 5px 20px;
	font-size: 2rem;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0.2em;
}
.story_detail .nav a span {
	font-size: 200%;
	vertical-align: -3px;
}
.story_detail .nav a::before,
.story_detail .nav a::after {
	content: "";
	position: absolute;
	top: 48%;
	width: 24px;
	height: 6px;
	border-radius: 3px;
	background-color: #000;
}
.story_detail .nav a::after {
	margin-top: -4px;
}
.story_detail .nav a.prev {
	padding-left: 60px;
}
.story_detail .nav a.prev::before,
.story_detail .nav a.prev::after {
	left: 20px;
	transform-origin: 0;
	transform: rotate(-45deg);
}
.story_detail .nav a.prev::after {
	transform: rotate(45deg);
}
.story_detail .nav a.next {
	padding-right: 60px;
}
.story_detail .nav a.next::before,
.story_detail .nav a.next::after {
	right: 20px;
	transform-origin: 100%;
	transform: rotate(45deg);
}
.story_detail .nav a.next::after {
	transform: rotate(-45deg);
}
.story_detail .contents .ff_en {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 .3em;
	background: linear-gradient(0deg, rgba(255,234,0,1) 40%, rgba(255,234,0,0) 40%);
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.story_detail .contents .ff_en span {
	margin-left: 0.1em;
	font-size: 125%;
}
.story_detail h3 {
	margin-bottom: 20px;
	font-size: 2.8rem;
	line-height: 1.5;
}
.story_detail_cover {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	pointer-events: none;
	z-index: 1099;
}
.init .story_detail_cover {
	transition: opacity 0.3s ease-in-out;
}
.story_detail_wrap.show + .story_detail_cover {
	pointer-events: auto;
	opacity: 1;
}
@media screen and (min-width: 768px), print {
	.story_detail_wrap {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 800px;
		pointer-events: none;
		z-index: 1100;
	}
	.story_detail {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding-top: 100px;
		transform: translateX(110%);
	}
	.init .story_detail {
		transition: transform .5s ease-in-out;
	}
	.story_detail_wrap.show {
		pointer-events: auto;
	}
	.story_detail_wrap.show .story_detail {
		transform: translateX(0);
	}
	.story_detail .close:hover {
		background-color: #ffea00;
	}
	.story_detail .close:hover::before,
	.story_detail .close:hover::after {
		border-color: #000;
	}
	.story_detail .nav li + li {
		margin-left: 60px;
	}
	.story_detail .nav a {
		border-radius: 100px;
	}
	.story_detail .nav a:hover {
		background-color: #ffea00;
	}
	.story_detail section {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 0 50px;
	}
	.story_detail section .contents {
		width: calc(100% - 350px);
	}
}
@media screen and (max-width: 767px) {
	.story_detail {
		position: fixed;
		top: 50%;
		right: 5vw;
		left: 5vw;
		max-height: calc(100vh - 10vw);
		padding-bottom: 80px;
		pointer-events: none;
		transform: translateX(110vw) translateY(-50%);
		z-index: 1100;
	}
	.init .story_detail {
		transition: transform .5s ease-in-out;
	}
	.story_detail_wrap.show .story_detail {
		transform: translateX(0) translateY(-50%);
		pointer-events: auto;
	}
	.story_detail section {
		max-height: calc(100vh - 10vw - 80px);
		padding: 40px 5vw 10px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.story_detail section .ph {
		margin-bottom: 20px;
	}
	.story_detail section .ph img {
		aspect-ratio: 650 / 450;
	}
	.story_detail .contents .ff_en {
		margin-bottom: 10px;
	}
	.story_detail h3 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	.story_detail h3 br {
		display: none;
	}
	.story_detail .nav {
		right: 5vw;
		left: 5vw;
		bottom: 20px;
		justify-content: space-between;
	}
	.story_detail .nav a {
		padding: 0;
		font-size: 1.5rem;
	}
	.story_detail .nav a::before,
	.story_detail .nav a::after {
		top: 48%;
		width: 18px;
		height: 4px;
		border-radius: 2px;
	}
	.story_detail .nav a::after {
		margin-top: -3px;
	}
	.story_detail .nav a.prev {
		padding-left: 30px;
	}
	.story_detail .nav a.prev::before,
	.story_detail .nav a.prev::after {
		left: 0;
	}
	.story_detail .nav a.next {
		padding-right: 30px;
	}
	.story_detail .nav a.next::before,
	.story_detail .nav a.next::after {
		right: 0;
	}
}


/* index_flow
============================================================================================================ */
.index_flow {
	position: relative;
	padding-top: 85px;
	padding-bottom: 110px;
	background-color: #0093bd;
	text-align: center;
}
.index_flow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(173px * 3);
	background: url(../images/flow_bg.svg) calc(50% - 100px) 0;
	z-index: -1;
}
.index_flow .index_title {
	color: #fff;
}
.index_flow .index_title .ff_en::before {
	filter: brightness(0) invert(1);
}
.index_flow .img {
	margin-top: 50px;
	margin-bottom: 20px;
}
.index_flow .flow {
	font-size: 2rem;
}
.index_flow .flow dt {
	font-weight: 500;
	letter-spacing: 0;
}
.index_flow .flow ol {
	display: flex;
	justify-content: center;
}
.index_flow .flow ol li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
.index_flow .flow ol li + li::before,
.index_flow .flow ol li + li::after {
	content: "";
	position: absolute;
	top: 50%;
}
.index_flow .flow ol li + li::before {
	width: 10px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	background-color: #000;
	transform-origin: 100%;
}
.index_flow .flow ol li + li::after {
	margin-top: -18px;
	margin-left: -2px;
	border-style: solid;
	border-width: 18px 0 18px 14px;
	border-color: transparent transparent transparent #000;
	transform-origin: 0;
}
.index_flow .flow.generally dt {
	background-color: #000;
	color: #fff;
}
.index_flow .flow.generally ol li {
	width: 82px;
	height: 82px;
	background-color: #eae0d5;
}
.index_flow .flow.generally ol li:last-child {
	background-color: #000;
	color: #fff;
}
.index_flow .flow.generally ol li + li {
	margin-left: 48px;
}
.index_flow .flow.generally ol li + li::before,
.index_flow .flow.generally ol li + li::after {
	left: -24px;
}
.index_flow .risk {
	margin-top: 20px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.index_flow .risk span {
	position: relative;
	display: inline-block;
}
.index_flow .risk span::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -5px;
	background: url(../images/flow_line.svg) no-repeat 50% 100%;
	background-size: 100%;
	pointer-events: none;
}
@media screen and (min-width: 768px), print {
	.index_flow .flow {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.index_flow .flow dt {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 130px;
		height: 60px;
		margin-right: 22px;
	}
}
@media screen and (max-width: 767px) {
	.index_flow {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index_flow::before {
		height: calc(173px / 2 * 3);
		background-position: calc(50% - 50px) 0;
		background-size: 100px;
	}
	.index_flow .img {
		margin-top: 30px;
	}
	.index_flow .img img {
		width: 340px;
	}
	.index_flow .flow {
		font-size: 1.5rem;
	}
	.index_flow .flow dt {
		display: inline-block;
		margin-bottom: 10px;
		padding: 2px 40px;
	}
	.index_flow .flow.generally ol {
		justify-content: space-between;
	}
	.index_flow .flow.generally ol li {
		width: 19vw;
		height: 19vw;
		font-size: 1.6rem;
	}
	.index_flow .flow.generally ol li + li {
		margin-left: 0;
	}
	.index_flow .flow.generally ol li + li::before,
	.index_flow .flow.generally ol li + li::after {
		left: -2.25vw;
		transform: scale(.7);
	}
	.index_flow .risk {
		margin-top: 10px;
		font-size: 1.6rem;
	}
	.index_flow .risk span::before {
		bottom: -3px;
	}
}
.index_flow .this {
	position: relative;
	margin: 100px auto 0;
	padding: 55px 0 50px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
.index_flow .this h3 {
	position: absolute;
	top: -72px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	padding-top: 30px;
	padding-left: 0.15em;
	font-size: 1.8rem;
	line-height: 1.38;
	color: #ffea00;
	letter-spacing: 0.15em;
	white-space: nowrap;
	z-index: 2;
}
.index_flow .this h3::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	background-color: #000;
	z-index: -1;
}
.index_flow .this h3::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -85px;
	border-style: solid;
	border-width: 64px 85px 0 85px;
	border-color: #000 transparent transparent transparent;
	z-index: -1;
}
.index_flow .this .lead {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
}
.index_flow .this .lead::before,
.index_flow .this .lead::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 30px;
	margin-top: -15px;
	border-left: 4px solid #000;
}
.index_flow .this .lead::before {
	left: -.2em;
	transform: rotate(-18deg);
}
.index_flow .this .lead::after {
	right: 0;
	transform: rotate(18deg);
}
.index_flow .this .flow {
	margin: 25px 0 30px;
}
.index_flow .this .flow dt {
	background-color: #ffea00;
}
.index_flow .this .flow ol li {
	width: 176px;
	height: 176px;
	background-color: #000;
	color: #ffea00;
	font-size: 2.4rem;
}
.index_flow .this .flow ol li + li {
	margin-left: 68px;
}
.index_flow .this .flow ol li + li::before,
.index_flow .this .flow ol li + li::after {
	left: -34px;
	transform: scale(1.3);
}
.index_flow .this .flow ol li img {
	position: absolute;
	top: 10px;
	right: -30px;
	pointer-events: none;
}
.index_flow .this .color {
	padding-left: 0.15em;
	background: linear-gradient(0deg, rgba(255,234,0,1) 40%, rgba(255,234,0,0) 40%);
}
@media screen and (min-width: 768px), print {
	.index_flow .this {
		width: 910px;
	}
	.index_flow .this .flow dt {
		margin-right: 34px;
	}
}
@media screen and (max-width: 767px) {
	.index_flow .this {
		margin-top: 70px;
		padding: 40px 0 30px;
		border-radius: 6px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	.index_flow .this h3 {
		top: -60px;
		transform: scale(.8);
	}
	.index_flow .this .lead {
		padding: 0 15px;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.index_flow .this .lead::before,
	.index_flow .this .lead::after {
		height: 20px;
		margin-top: -10px;
		border-left-width: 3px;
	}
	.index_flow .this .lead::before {
		left: -0.05em;
	}
	.index_flow .this .flow {
		margin: 20px 0 20px;
	}
	.index_flow .this .flow ol li {
		width: 32vw;
		height: 32vw;
		font-size: 1.8rem;
	}
	.index_flow .this .flow ol li + li {
		margin-left: 10vw;
	}
	.index_flow .this .flow ol li + li::before,
	.index_flow .this .flow ol li + li::after {
		left: -5vw;
		transform: scale(1);
	}
	.index_flow .this .flow ol li img {
		width: 70px;
		top: 5px;
		right: -20px;
	}
}


/* index_contact
============================================================================================================ */
.index_contact {
	padding-top: 85px;
	padding-bottom: 110px;
	background: #f3ebe3 url(../images/contact_bg.png) 50% 0;
}
.index_contact .contact_head {
	margin-top: 30px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.index_contact {
		padding-top: 50px;
		padding-bottom: 80px;
		background-size: 150%;
	}
	.index_contact .contact_head {
		margin-top: 20px;
	}
}

.form_contents {
	max-width: 920px;
	margin-top: 60px;
}
.form_contents dl {
	background-color: #fff;
}
.form_contents dl dt {
	background-color: #ffea00;
	font-weight: 700;
}
.form_contents dl .ex {
	margin: 10px 0;
	color: #444;
}
.form_contents dl .ex:first-child {
	margin-top: 0;
}
.form_contents dl .ex:last-child {
	margin-bottom: 0;
}
.form_contents.input dl .prefix {
	margin-right: 15px;
}
.form_contents.contact .assessment {
	display: none !important;
}
.form_contents.assessment .contact {
	display: none !important;
}
@media screen and (min-width: 768px), print {
	.form_contents dl {
		display: flex;
	}
	.form_contents dl dt {
		width: 240px;
		text-align: center;
		flex-shrink: 0;
	}
	.form_contents dl dt.center {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.form_contents dl dt,
	.form_contents dl dd {
		padding: 25px 0 30px;
	}
	.form_contents dl dd {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.form_contents dl + dl dt {
		border-top: 1px solid #fff;
	}
	.form_contents dl + dl dd {
		border-top: 1px solid #f0f0f0;
	}
}
@media screen and (max-width: 767px) {
	.form_contents {
		margin-top: 30px;
	}
	.form_contents dl {
		margin-bottom: 10px;
	}
	.form_contents dl dt {
		padding: 5px 20px;
		font-size: 1.5rem;
	}
	.form_contents dl dd {
		padding: 15px 20px;
	}
	.form_contents.confirm dl dd {
		min-height: 50px;
	}
	.form_contents dl .ex {
		margin: 6px 0;
		font-size: 1.3rem;
	}
	.form_contents.input dl .prefix {
		margin-right: 10px;
	}
}


form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form textarea,
form select {
	width: 100%;
	height: 40px;
	padding: 0 1em;
	background-color: #fff;
	border: 2px solid #f0f0f0;
}
form textarea {
	width: 100%;
	height: 170px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
form select {
	padding: 0 40px 0 1em;
	background: #faf6f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAUCAYAAADPym6aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REY4QjQ4RTRBRjc3MTFFQUFBQUQ5RUZEQ0IxODA3RTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REY4QjQ4RTNBRjc3MTFFQUFBQUQ5RUZEQ0IxODA3RTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzcxOUMwMEM0QkFCMTFFQTgwNzZGNzJFNEFBQkRFRDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzcxOUMwMEQ0QkFCMTFFQTgwNzZGNzJFNEFBQkRFRDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7I7BWeAAAA6UlEQVR42mL8//8/w3AATAzDBIx6ZLABFnSB5ORkGFMJiJ8D8XcyzdYC4utA/H/u3LkDFiOaQHwUiNcDMScZ5joD8WkgngbEjAOVtJSBeB8QSwCxOxmeAXliExBzAXEGEE8cKI+AktMVJD4pnkH2BAj8AuIDA+WRb0DsD8R7SPQMNk9EAvG6gSy1SPXMgHqCUPEL88xuAp4ZcE8QU4+APBOAxzODwhPEVoi4PLNvsHiClJodm2csBosnSG2iYPMMCPweaE+Q09ZC98yvweAJchuNMM9sBeIoIF47GBqNjKMdq1GP0AYABBgANtdG3naEDO8AAAAASUVORK5CYII=) no-repeat 100%;
	-webkit-background-size: 25px;
	background-size: 25px;
	border-color: #faf6f1;
}
form select::-ms-expand {
	display: none;
}
form input.zip {
	width: 120px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form select,
form textarea {
	-webkit-transition: -webkit-box-shadow .2s, border .2s;
	-o-transition: box-shadow .2s, border .2s;
	transition: box-shadow .2s, border .2s;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form select:focus,
form textarea:focus {
	border-color: #ffea00;
	outline: 0;
	box-shadow: 0 0 8px rgba(255,234,0,0.8);
}
form input[type=text]:disabled,
form input[type=email]:disabled,
form input[type=tel]:disabled,
form input[type=number]:disabled,
form select:disabled,
form textarea:disabled {
	background-color: #ddd;
	opacity: .5;
}
form ::-webkit-input-placeholder {
	color: #ccc;
}
form :-ms-input-placeholder {
	color: #ccc;
}
form ::-moz-placeholder {
	color: #ccc;
}
form input[type=checkbox],
form input[type=radio] {
	visibility: hidden;
	position: absolute;
}
form label {
	display: block;
	position: relative;
	padding: 6px 0 6px 30px;
}
form label input[type=radio] + .check {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 100%;
}
form label input[type=radio] + .check:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	background-color: #ebbc00;
	opacity: 0;
	border-radius: 100%;
}
form label input[type=radio]:checked + .check:after {
	opacity: 1;
}
form label input[type=checkbox] + .check {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #fff;
	border: 2px solid #ccc;
}
form label input[type=checkbox] + .check:after {
	content: "";
	position: absolute;
	left: 5px;
	top: -1px;
	width: 7px;
	height: 15px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	opacity: 0;
	transform: rotate(45deg);
}
form label input[type=checkbox]:checked + .check:after {
	opacity: 1;
}
@media screen and (min-width: 768px), print {
	form input.s {
		width: 300px;
	}
	form .label_inline li {
		display: inline-block;
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	form input[type=text],
	form input[type=email],
	form input[type=tel],
	form input[type=number],
	form textarea,
	form select {
		width: 100%;
		font-size: 1.6rem;
	}
	form label {
		font-size: 1.6rem;
	}
	form input.zip {
		width: 120px;
	}
}

.form_error {
	margin-top: 30px;
	color: #dd0000;
	text-align: center;
}
.form_error ul {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.7rem;
}
.form_contents .err {
	margin-top: 10px;
}
.form_contents .err strong {
	display: inline-block;
	padding: 1px 10px 2px;
	background-color: #dd0000;
	border-radius: 4px;
	color: #fff;
	font-size: 1.5rem;
}
.form_contents .zip_notes {
	display: none;
	margin-left: 10px;
	font-size: 1.3rem;
	color: #dd0000;
	font-weight: bold;
}
.form_contents .zip_notes.show {
	display: inline-block;
}
@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	.form_contents .form_error {
		margin-bottom: 30px;
		padding: 20px;
		font-size: 1.4rem;
	}
	.form_contents .err strong {
		padding: 2px 10px 2px;
		font-size: 1.3rem;
	}
}

.form_privacy {
	display: table;
	margin: 50px auto -35px;
	text-align: center;
}
.form_privacy .err {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.form_privacy {
		margin-top: 30px;
		margin-bottom: -15px;
	}
	.form_privacy label {
		font-size: 1.5rem;
	}
}

.form_btn {
	margin-top: 50px;
	text-align: center;
}
.form_btn button {
	width: 380px;
	height: 70px;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 6px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.form_btn button.back {
	background-color: #fff;
	color: #000;
}
.form_btn button:disabled {
	cursor: default;
	background-color: #ccc;
	border-color: #ccc;
}
@media screen and (min-width: 768px), print {
	.form_btn {
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.form_btn button.back {
		width: 300px;
		margin-right: 30px;
	}
	.form_btn button:not(:disabled):hover {
		background-color: #ffea00;
		border-color: #ffea00;
		color: #000;
	}
}
@media screen and (max-width: 767px) {
	.form_btn {
		margin-top: 30px;
	}
	.form_btn button {
		width: 100%;
		height: 60px;
		font-size: 1.8rem;
	}
	.form_btn button.back {
		height: 54px;
		margin-top: 20px;
		font-size: 1.6rem;
	}
}

.form_fin {
	max-width: 920px;
	margin-top: 60px;
	padding: 80px 0;
	background-color: #fff;
	text-align: center;
}
.form_fin .lead {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 1.6;
}
.form_fin p + p {
	margin-top: .5em;
}
@media screen and (max-width: 767px) {
	.form_fin {
		margin-top: 30px;
		padding: 40px 0;
	}
	.form_fin .lead {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.form_fin p + p {
		margin-top: 1em;
	}
}
