@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

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

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th {
	text-align: left;
}

a {
	outline: none;
}

/*-----------------------------------------------------------
		余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@-webkit-keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
* {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

:root {
	color: #231815;
	font-size: 10px;
}

body {
	color: #231815;
	line-height: 1.5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	word-wrap: break-word;
	font-weight: 400;
}
@media (max-width: 995px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 3.75vw;
	}
}

/*
	Thin	100
	Light	300
	DemiLight	350
	Regular	400 Default
	Medium	500
	Bold	700
	Black	900
*/
.regular {
	font-weight: 400;
}

.mudium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

@media (max-width: 995px) {
	#colorbox, #colorbox * {
		max-height: none;
	}

	#gnavi, #gnavi * {
		max-height: none;
	}

	img {
		max-height: none;
		max-width: 100%;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: #231815;
}
@media (min-width: 1100px) {
	a:hover {
		color: #231815;
		text-decoration: underline;
	}
	a:visited {
		color: #231815;
	}
	a:active {
		text-decoration: none;
	}
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0px;
}

select {
	max-width: 100%;
	height: 2.6em;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
	background: #fff url(../img/arrow.svg) right center no-repeat;
	background-size: auto 100%;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}

input[type=checkbox] {
	display: none;
}

[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.5em;
	background: #f9f9f9;
	border: 1px solid #3589B7;
	vertical-align: middle;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\2713";
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-indent: -0.1em;
	color: #000;
}

input[type=radio] {
	vertical-align: middle;
}

input[type=radio] + label {
	margin-left: 5px;
}

:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	-webkit-box-shadow: 9999px 0 0 -5px #fff;
	box-shadow: 9999px 0 0 -5px #fff;
	-webkit-animation: dotPulse 1.5s infinite linear;
	animation: dotPulse 1.5s infinite linear;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}
.dot-pulse::before, .dot-pulse::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
}
.dot-pulse::before {
	-webkit-box-shadow: 9984px 0 0 -5px #fff;
	box-shadow: 9984px 0 0 -5px #fff;
	-webkit-animation: dotPulseBefore 1.5s infinite linear;
	animation: dotPulseBefore 1.5s infinite linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.dot-pulse::after {
	-webkit-box-shadow: 10014px 0 0 -5px #fff;
	box-shadow: 10014px 0 0 -5px #fff;
	-webkit-animation: dotPulseAfter 1.5s infinite linear;
	animation: dotPulseAfter 1.5s infinite linear;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

@-webkit-keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}

@keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
body {
	overflow-x: hidden;
}

.wrap {
	position: relative;
	max-width: 1180px;
	margin: 0px auto;
}
@media (max-width: 1099px) {
	.wrap {
		width: auto;
		margin: 0px 50px;
	}
}
@media (max-width: 767px) {
	.wrap {
		margin: 0px 7vw;
	}
}

@media (min-width: 1100px) {
	.tb {
		display: none;
	}
}
@media (max-width: 1099px) {
	.tb {
		display: none;
	}
}

@media (max-width: 767px) {
	.sp {
		display: none;
	}
}

@media (min-width: 768px) {
	.pc {
		display: none !important;
	}
}
/*----------------------- header --------------------------*/
header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media (min-width: 1100px) {
	header {
		height: 110px;
	}
}
@media (max-width: 995px) {
	header {
		height: 80px;
		position: fixed;
		background: #0bbe78;
	}
}
@media (max-width: 767px) {
	header {
		height: 80px;
		position: fixed;
		background: #0bbe78;
	}
}
header.ippo {
	background: #0bbe78;
}
@media (min-width: 1100px) {
	header.ippo {
		position: fixed;
	}
}
@media (max-width: 1099px) {
	header.ippo {
		position: fixed;
	}
}
header .logo {
	padding: 4px 25px;
}
header .logo a {
	display: inline-block;
}
@media (min-width: 1100px) {
	header .logo img {
		width: 400px;
	}
}
@media (max-width: 767px) {
	header .logo {
		padding: 8px;
	}
	header .logo img {
		width: 88%;
	}
}
header #gnavi {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1279px) {
	header #gnavi {
		display: none;
		position: fixed;
		top: 110px;
		left: 0px;
		right: 0px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: #0bbe78;
	}
}
@media (max-width: 1099px) {
	header #gnavi {
		overflow: auto;
		background: #0bbe78;
		top: 80px;
	}
}
@media (max-width: 995px) {
	header #gnavi {
		overflow: auto;
		background: #0bbe78;
	}
}
@media (max-width: 767px) {
	header #gnavi {
		top: 80px;
		bottom: 0px;
	}
}
header #gnavi > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1099px) {
	header #gnavi > ul {
		display: block;
	}
}
@media (max-width: 995px) {
	header #gnavi > ul {
		display: block;
	}
}
header #gnavi > ul > li {
	color: #fff;
	position: relative;
	border-left: 1px solid #bababa;
}
@media (max-width: 995px) {
	header #gnavi > ul > li {
		border-left: none;
		border-top: 1px solid #bababa;
	}
}
header #gnavi > ul > li:first-child {
	border: none;
}
header #gnavi > ul > li:nth-child(odd) > a:after {
	background: #ffe73f;
}
header #gnavi > ul > li > a {
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 110px;
	width: 150px;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-weight: 700;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 995px) {
	header #gnavi > ul > li > a {
		display: block;
		width: auto;
		height: auto;
		padding: 1.2em 2em;
		text-align: left;
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	header #gnavi > ul > li > a {
		padding: 1.2em 1.5em;
		font-size: 5.6vw;
	}
}
header #gnavi > ul > li > a .en {
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (max-width: 995px) {
	header #gnavi > ul > li > a .en {
		display: inline-block;
		margin-left: 1em;
	}
}
@media (max-width: 767px) {
	header #gnavi > ul > li > a .en {
		font-size: 3.8vw;
	}
}
header #gnavi > ul > li > a:before, header #gnavi > ul > li > a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
header #gnavi > ul > li > a:after {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 100%;
	background: #0bbe78;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1100px) {
	header #gnavi > ul > li > a:hover {
		color: #fff;
	}
	header #gnavi > ul > li > a:hover:after {
		bottom: 0px;
	}
}
header #gnavi > ul > li:last-child a {
	border: 1px solid #0bbe78;
	color: #fff;
}
header #gnavi > ul > li:last-child a .icon {
	padding-left: 30px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20style%3D%22enable-background%3Anew%200%200%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C1v10H1V1H19%20M20%2C0H0v12h20V0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C1L10%2C7.7L2.6%2C1H17.4%20M20%2C0H0l10%2C9L20%2C0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: left center;
	background-repeat: no-repeat;
}
header #gnavi > ul > li:last-child a:before {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	background: #0bbe78;
}
header #gnavi > ul > li:last-child a:after {
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	background: #fff;
}
@media (min-width: 1100px) {
	header #gnavi > ul > li:last-child a:hover {
		color: #0bbe78;
	}
	header #gnavi > ul > li:last-child a:hover .icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20style%3D%22enable-background%3Anew%200%200%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234eaa4e%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C1v10H1V1H19%20M20%2C0H0v12h20V0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C1L10%2C7.7L2.6%2C1H17.4%20M20%2C0H0l10%2C9L20%2C0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	}
	header #gnavi > ul > li:last-child a:hover:after {
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
	}
}
header .menu {
	display: none;
	position: absolute;
	right: 30px;
	top: 16px;
	width: 32px;
	height: 28px;
	z-index: 3000;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1279px) {
	header .menu {
		display: block;
		top: 26px;
	}
}
@media (max-width: 995px) {
	header .menu {
		top: 16px;
	}
}
@media (max-width: 767px) {
	header .menu {
		right: 24px;
		top: 20px;
		width: 28px;
		height: 22px;
	}
}
header .menu:after {
	color: #fff;
	white-space: nowrap;
	content: "MENU";
	display: block;
	vertical-align: middle;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1279px) {
	header .menu:after {
		font-size: 1.6vw;
		bottom: -36px;
	}
}
@media (max-width: 995px) {
	header .menu:after {
		bottom: -24px;
	}
}
@media (max-width: 767px) {
	header .menu:after {
		font-size: 3.2vw;
	}
}
header .menu span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	header .menu span {
		height: 3px;
	}
}
header .menu span:nth-of-type(1) {
	top: 0px;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
header .menu span:nth-of-type(2) {
	top: 12px;
	-webkit-transition: all .25s .25s;
	-o-transition: all .25s .25s;
	transition: all .25s .25s;
	opacity: 1;
}
@media (max-width: 767px) {
	header .menu span:nth-of-type(2) {
		top: 9px;
	}
}
header .menu span:nth-of-type(3) {
	bottom: 0px;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
header .menu.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
header .menu.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

#page_error header,
#page_confirm header,
#page_complete header {
	background: #0bbe78;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
}
@media (max-width: 767px) {
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
	}
}
/*----------------------- content --------------------------*/
article {
	position: relative;
	padding-top: 0;
}
@media (max-width: 767px) {
	article {
		padding-top: 0;
	}
}
article h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 1100px) {
	article h2 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 40px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1099px) {
	article h2 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 995px) {
	article h2 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
	article h2 {
		padding-top: 24px;
		margin-bottom: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
article h2 .en {
	display: block;
	font-size: 1.8rem;
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 0.75em;
}
@media (max-width: 767px) {
	article h2 .en {
		font-size: 4.8vw;
		letter-spacing: 0.32em;
	}
}
article h2 .title {
	color: #0bbe78;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-right: .8em;
}
@media (max-width: 767px) {
	article h2 .title {
		margin-right: 0;
		font-size: 8.8vw;
	}
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
	background: #0bbe78;
}
.loading .loadbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------------- footer --------------------------*/
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 125px;
}
@media (max-width: 1099px) {
	.pagetop {
		bottom: 50px;
	}
}
@media (max-width: 767px) {
	.pagetop {
		right: 5vw;
		bottom: 5vw;
	}
	.pagetop img {
		width: 15vw;
	}
}

footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.0em 2em;
	background: #0bbe78;
	color: #fff;
	margin: 0 auto;
}
@media (max-width: 1099px) {
	footer {
		display: block;
	}
}
footer address,
footer .name {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .name {
	padding: 18px 0 18px 110px;
	line-height: 1.3;
	position: relative;
}
@media (max-width: 1099px) {
	footer .name {
		padding-left: 0px;
		background-position: center top;
		text-align: center;
	}
}
footer .name:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 120px;
	background: url("../img/flogo.png") left center/contain no-repeat;
}
@media (min-width: 1100px) {
	footer .name:before {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 1099px) {
	footer .name:before {
		width: 140px;
		height: 160px;
		margin-bottom: 8px;
	}
}
footer .name p {
	font-weight: 700;
	font-size: 2.6rem;
}
@media (max-width: 767px) {
	footer .name p {
		font-size: 5.6vw;
		margin-bottom: 0.6em;
	}
}
footer .name address {
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	footer .name address {
		font-size: 4.2vw;
	}
}
footer .copy {
	font-size: 1.4rem;
}
@media (max-width: 1099px) {
	footer .copy {
		text-align: center;
		padding-top: 1.5em;
	}
}
@media (max-width: 767px) {
	footer .copy {
		font-size: 3.25vw;
	}
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 recruit
-----------------------------------------------------------*/
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
#top {
	margin: 0 auto;
	background: url("../img/main01.jpg") center/cover no-repeat #000;
}
@media (max-width: 995px) {
	#top {
		background-size: auto 100%;
	}
}
#top .wrap {
	height: 650px;
}
@media (max-width: 995px) {
	#top .wrap {
		height: 460px;
	}
}
@media (max-width: 767px) {
	#top .wrap {
		height: 100vw;
	}
}
#top .textbox {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
#top .textbox img {
	width: 90%;
}
@media (max-width: 767px) {
	#top .textbox img {
		width: 90vw;
	}
}
#top .textbox .text {
	margin-top: 1em;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 2;
}
@media (max-width: 767px) {
	#top .textbox .text {
		font-size: 4.25vw;
	}
}
#top .textbox .text strong {
	color: #ffe73f;
}
#top .baloon {
	position: absolute;
	bottom: 8px;
	right: 0;
}
@media (max-width: 767px) {
	#top .baloon {
		width: 100px;
	}
}
#top .scroll {
	position: absolute;
	left: 50%;
	bottom: 8px;
	left: 50%;
	-webkit-animation: scroll 2s infinite;
	animation: scroll 2s infinite;
}
@media (max-width: 767px) {
	#top .scroll {
		margin-left: -19px;
		bottom: 16px;
	}
}

#message {
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#message {
		margin-bottom: 12vw;
	}
}
@media (max-width: 995px) {
	#message .wrap {
		display: block;
	}
}
#message .textbox {
	text-align: center;
}
@media (max-width: 995px) {
	#message .textbox {
		width: auto;
	}
}
#message .textbox h2 {
	font-size: 3.5rem;
	font-weight: normal;
	letter-spacing: 0.145em;
	color: #0bbe78;
	text-align: left;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	#message .textbox h2 {
		font-size: 4.8vw;
	}
}
#message .textbox .tit {
	font-size: 3.5rem;
	font-weight: normal;
	color: #0bbe78;
}
@media (max-width: 767px) {
	#message .textbox .tit {
		font-size: 4.8vw;
	}
}
#message .textbox .text {
	font-size: 1.9rem;
	padding-top: 1em;
	line-height: 2;
}
@media (max-width: 767px) {
	#message .textbox .text {
		font-size: 3.75vw;
		text-align: left;
	}
}
#message .textbox .name {
	padding-top: 1em;
	text-align: right;
}
#message .textbox .name span {
	margin-left: 1em;
	font-size: 2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#message .textbox .name span {
		font-size: 5vw;
	}
}
#message figure {
	position: relative;
	overflow: hidden;
	width: 45%;
}
#message figure:after {
	background-color: #0bbe78;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
#message figure .inner {
	opacity: 0;
	-webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	-o-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
	transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}
#message figure.wowend .inner {
	opacity: 1;
}
#message figure.wowend:after {
	-webkit-animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
	animation: img 0.8s cubic-bezier(0, 0.94, 0.72, 0.93);
}
@media (max-width: 995px) {
	#message figure {
		width: auto;
		margin-top: 2em;
	}
}
#message figure img {
	max-width: 100%;
}

#data, #about, #kyoiku {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#data, #about, #kyoiku {
		margin-bottom: 12vw;
	}
}
#data h2, #about h2, #kyoiku h2 {
	position: relative;
}
#data h2 .title, #about h2 .title, #kyoiku h2 .title {
	color: #0bbe78;
}

#data, #about {
	padding-top: 40px;
}
#data h2, #about h2 {
	margin-bottom: 2em;
}
#data table, #about table {
	width: 100%;
	border-top: 1px solid #858585;
	table-layout: fixed;
}
#data table th, #data table td, #about table th, #about table td {
	padding: 2.4em 2em;
	border-bottom: 1px solid #858585;
	font-weight: 400;
	font-size: 2rem;
}
@media (max-width: 995px) {
	#data table th, #data table td, #about table th, #about table td {
		padding: 1.25em 1.5em;
	}
}
@media (max-width: 767px) {
	#data table th, #data table td, #about table th, #about table td {
		display: block;
		padding: 1em 0px;
	}
}
#data table th, #about table th {
	width: 9em;
	border-right: 1px solid #858585;
	vertical-align: top;
	background: #e3e5e0;
}
@media (max-width: 767px) {
	#data table th, #about table th {
		background: none;
		border: none;
		width: auto;
		padding-bottom: 0px;
		font-weight: 700;
	}
}
#data table td.initem, #about table td.initem {
	padding: 0px;
}
#data table td.initem table, #about table td.initem table {
	border: none;
}
#data table td.initem table tr:last-child th, #data table td.initem table tr:last-child td, #about table td.initem table tr:last-child th, #about table td.initem table tr:last-child td {
	border-bottom: none;
}
#data table td.initem table th, #about table td.initem table th {
	width: 5em;
	border-right: none;
	background: none;
}
@media (max-width: 767px) {
	#data table td.initem table th, #about table td.initem table th {
		width: auto;
	}
}
@media (max-width: 767px) {
	#data table td.initem table td, #about table td.initem table td {
		padding-top: 0.2em;
		border-bottom: none;
	}
}
#data table dl, #about table dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 1em;
}
#data table dl dt, #data table dl dd, #about table dl dt, #about table dl dd {
	margin-top: 0.25em;
}
#data table dl dt, #about table dl dt {
	width: 5.5em;
}
#data table dl dd, #about table dl dd {
	width: -webkit-calc(100% - 5.5em);
	width: calc(100% - 5.5em);
}

#kyoiku h2 {
	margin-bottom: 1em;
}
#kyoiku .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#kyoiku .items {
		display: block;
	}
}
#kyoiku .items .item {
	width: 47.2%;
}
@media (max-width: 767px) {
	#kyoiku .items .item {
		width: auto;
		margin-bottom: 60px;
	}
	#kyoiku .items .item:last-child {
		margin-bottom: 0px;
	}
}
#kyoiku .items .item figure {
	margin-bottom: 1em;
}
#kyoiku .items .item figure img {
	width: 100%;
}
#kyoiku .items .item h3 {
	margin-bottom: 0.25em;
	font-size: 2.4rem;
	color: #0bbe78;
}
@media (max-width: 767px) {
	#kyoiku .items .item h3 {
		font-size: 5vw;
	}
}
#kyoiku .items .item .text {
	line-height: 2;
}

#statue {
	padding: 200px 0 0;
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	#statue {
		padding: 40px 0 0;
	}
}
#statue .wrap {
	max-width: 1350px;
	min-width: 1300px;
}
@media (max-width: 995px) {
	#statue .wrap {
		min-width: inherit;
		width: auto;
	}
}
@media (max-width: 767px) {
	#statue .wrap {
		min-width: inherit;
	}
}
#statue .lo {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 995px) {
	#statue .lo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#statue .lo .tmb {
	position: absolute;
	left: 0;
	top: -120px;
}
@media (max-width: 995px) {
	#statue .lo .tmb {
		position: static;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	#statue .lo .tmb img {
		width: 100%;
	}
}
#statue .lo .txt {
	width: 880px;
	padding: 0 72px 0 272px;
	min-height: 470px;
	background: #0bbe78;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 995px) {
	#statue .lo .txt {
		width: auto;
		margin-top: 16vh;
		padding: 0 30px 0 30px;
	}
}
@media (max-width: 767px) {
	#statue .lo .txt {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: auto;
		margin-top: 100px;
		min-height: inherit;
	}
}
#statue .lo .txt .inner {
	padding: 100px 0 40px;
	position: relative;
}
@media (max-width: 767px) {
	#statue .lo .txt .inner {
		padding: 40px 0 40px;
	}
}
#statue .lo .txt .inner > .en {
	position: absolute;
	top: -160px;
}
@media (min-width: 1100px) {
	#statue .lo .txt .inner > .en {
		right: 0;
	}
}
@media (max-width: 767px) {
	#statue .lo .txt .inner > .en {
		left: 0;
		top: -16vh;
	}
}
#statue .lo .txt .inner > .tit {
	font-size: 2.7rem;
	font-weight: normal;
	letter-spacing: 0.5em;
	line-height: 1;
	color: #fff;
	text-align: right;
	margin-bottom: 24px;
}
@media (max-width: 995px) {
	#statue .lo .txt .inner > .tit {
		text-align: left;
		font-size: 4.4vw;
	}
}
@media (max-width: 767px) {
	#statue .lo .txt .inner > .tit {
		text-align: left;
	}
}
#statue .lo .txt .inner .txt_line {
	font-size: 1.8rem;
	line-height: 2.2;
	margin-bottom: 16px;
	letter-spacing: .02em;
}
@media (max-width: 767px) {
	#statue .lo .txt .inner .txt_line {
		font-size: 3.75vw;
		line-height: 1.8;
	}
}
#statue .lo .txt .inner .txt_line > .tit {
	font-size: 2.8rem;
	font-weight: normal;
	letter-spacing: -.045em;
	line-height: 1.6;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	#statue .lo .txt .inner .txt_line > .tit {
		font-size: 4.6vw;
	}
}
#statue .lo .txt .inner .bnr_area {
	text-align: right;
}
@media (max-width: 767px) {
	#statue .lo .txt .inner .bnr_area {
		text-align: center;
	}
}
#statue .lo .txt .inner .bnr_area a.btn_std {
	color: #fff;
	background: #0bbe78;
}
#statue .lo .txt .inner .bnr_area a.btn_std:hover {
	color: #fff;
}

#work_environment {
	padding-top: 56px;
	margin-bottom: 60px;
}
#work_environment .wrap .heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 56px;
}
@media (max-width: 767px) {
	#work_environment .wrap .heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
#work_environment .wrap .heading .tit {
	line-height: 1;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: .5em;
	margin-right: 4em;
}
@media (max-width: 767px) {
	#work_environment .wrap .heading .tit {
		margin-right: 0;
		margin-top: 24px;
	}
}
#work_environment .tmb1 img {
	width: 100%;
}
#work_environment .ul_point {
	background: #2ba938;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 180px 0 60px;
}
@media (max-width: 767px) {
	#work_environment .ul_point {
		padding: 120px 30px 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#work_environment .ul_point > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 1100px) {
	#work_environment .ul_point > li {
		width: 360px;
		width: 410px;
		border-right: 1px solid #000;
		padding: 0 32px;
	}
}
@media (max-width: 767px) {
	#work_environment .ul_point > li {
		width: auto;
		border-bottom: 1px solid #000;
		padding: 32px 16px 32px;
	}
}
#work_environment .ul_point > li .heading {
	text-align: center;
}
#work_environment .ul_point > li .heading .tit {
	font-weight: normal;
	font-size: 3.6rem;
	letter-spacing: .1em;
	line-height: 1;
	padding: 20px 0;
}
@media (max-width: 767px) {
	#work_environment .ul_point > li .heading .tit {
		font-size: 4.8vw;
	}
}
#work_environment .ul_point > li .heading .subtit {
	font-size: 2.4rem;
	padding: 8px 0;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	#work_environment .ul_point > li .heading .subtit {
		font-size: 4vw;
	}
}
#work_environment .ul_point > li p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: -.085em;
}
@media (max-width: 767px) {
	#work_environment .ul_point > li p {
		font-size: 3.75vw;
	}
}
@media (min-width: 1100px) {
	#work_environment .ul_point > li:last-child {
		border-right: none;
	}
}
@media (max-width: 767px) {
	#work_environment .ul_point > li:last-child {
		border-bottom: none;
	}
}

#entryform {
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#entryform {
		margin-bottom: 12vw;
	}
}
#entryform .headbox {
	margin-bottom: 3em;
	padding: 140px 0;
}
@media (max-width: 1099px) {
	#entryform .headbox {
		padding: 20px 15px 40px;
	}
}
@media (max-width: 767px) {
	#entryform .headbox {
		padding: 20px 0px 40px;
	}
}
#entryform h2 {
	position: relative;
	margin-bottom: 1.25em;
}
@media (min-width: 1100px) {
	#entryform h2 {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 1099px) {
	#entryform h2 {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#entryform h2 .en {
	letter-spacing: 0.065em;
}
@media (min-width: 1100px) {
	#entryform h2 .en {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		font-size: 2rem;
	}
}
@media (max-width: 1099px) {
	#entryform h2 .en {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		font-size: 2rem;
	}
}
#entryform h2 .title {
	position: relative;
	display: inline-block;
	margin: 0;
}
@media (min-width: 1100px) {
	#entryform h2 .title {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (max-width: 1099px) {
	#entryform h2 .title {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (min-width: 1100px) {
	#entryform h2 .title:before, #entryform h2 .title:after {
		width: 210px;
		height: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		content: "";
		position: absolute;
	}
	#entryform h2 .title:before {
		left: -250px;
		background: url(../img/h_line_l.svg) no-repeat;
		background-position: left center;
	}
	#entryform h2 .title:after {
		right: -250px;
		background: url(../img/h_line_r.svg) no-repeat;
		background-position: right center;
	}
}
#entryform .read {
	max-width: 800px;
	margin: 0px auto 1.5em;
	font-size: 2rem;
	line-height: 2;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .read {
		font-size: 4vw;
		text-align: left;
		line-height: 1.8;
		padding: 0 0;
	}
}
#entryform .tel {
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	color: #0bbe78;
}
#entryform .tel a {
	color: #0bbe78;
}
@media (min-width: 1100px) {
	#entryform .tel {
		letter-spacing: 0.065em;
	}
}
@media (max-width: 767px) {
	#entryform .tel {
		font-size: 9vw;
	}
}
@media (min-width: 768px) {
	#entryform .tel a[href^="tel:"] {
		pointer-events: none;
	}
}
#entryform .time {
	color: #0bbe78;
	text-align: center;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform .time {
		font-size: 4.8vw;
	}
}
#entryform .att_before {
	margin-bottom: 1em;
	color: #c00;
	font-size: 2rem;
}
#entryform .required {
	padding-right: 0.5em;
	color: #c00;
}
#entryform form {
	text-align: left;
}
#entryform table {
	width: 100%;
	table-layout: fixed;
}
#entryform table th, #entryform table td {
	padding: 0.7em 0px;
	border-top: 1px solid #DADEE1;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform table th, #entryform table td {
		display: block;
	}
}
#entryform table tr:first-child th, #entryform table tr:first-child td {
	border-top: 1px solid #DADEE1;
}
#entryform table tr.none th, #entryform table tr.none td {
	border-top: none;
	padding-top: 0px;
}
@media (max-width: 767px) {
	#entryform table tr.none td {
		padding-top: 0.5em;
	}
}
#entryform table th {
	width: 12em;
	padding: 1em;
	vertical-align: top;
	font-weight: 400;
}
@media (max-width: 767px) {
	#entryform table th {
		width: auto;
		padding: 1em 0px 0px;
	}
}
#entryform table th .note {
	display: block;
}
@media (max-width: 767px) {
	#entryform table td {
		padding-top: 0.5em;
		padding-bottom: 1em;
		border-top: none;
	}
}
#entryform table dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#entryform table dl dt, #entryform table dl dd {
	margin-top: 0.7em;
}
#entryform table dl dt:first-child, #entryform table dl dd:first-child {
	margin-top: 0px;
}
#entryform table dl dt:first-child + dd, #entryform table dl dd:first-child + dd {
	margin-top: 0px;
}
#entryform table dl dt {
	width: 4.5em;
}
#entryform table dl dd {
	width: -webkit-calc(100% - 4.5em);
	width: calc(100% - 4.5em);
}
#entryform .mt {
	margin-top: 10px;
}
#entryform input {
	width: 50%;
}
@media (max-width: 767px) {
	#entryform input {
		width: 100%;
	}
}
#entryform input.datebox {
	width: 10em;
}
#entryform input[type=radio] {
	width: auto;
	margin-right: 0.25em;
}
@media (max-width: 767px) {
	#entryform input[type=radio] {
		width: 1.2em;
		height: 1.2em;
		margin-right: 0.5em;
	}
}
#entryform .mwform-radio-field {
	margin-right: 2em;
}
#entryform .mwform-zip-field input, #entryform .mwform-tel-field input {
	width: 4em;
}
@media (max-width: 767px) {
	#entryform input.highest {
		width: 6em;
	}
}
#entryform #zip {
	width: 10em;
	margin: 0px 5px;
}
#entryform textarea {
	width: 100%;
	height: 10em;
}
#entryform .complete {
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .complete {
		text-align: left;
	}
}
#entryform .complete h3 {
	margin-bottom: 0.5em;
	color: #0bbe78;
	font-size: 2.8rem;
}
@media (max-width: 767px) {
	#entryform .complete h3 {
		font-size: 5.75vw;
		text-align: center;
	}
}
#entryform .complete p {
	line-height: 2;
}
#entryform .send, #entryform .home {
	padding-top: 50px;
	text-align: center;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform .send, #entryform .home {
		padding-top: 2em;
	}
}
#entryform .send input, #entryform .send button, #entryform .send a, #entryform .home input, #entryform .home button, #entryform .home a {
	display: inline-block;
	width: 420px;
	padding: 2.25em 0px;
	text-align: center;
	font-weight: 700;
	background: #0bbe78 url("../img/ar.svg") right 1.5em center no-repeat;
	color: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
}
#entryform .send input[name=submitBack], #entryform .send button[name=submitBack], #entryform .send a[name=submitBack], #entryform .home input[name=submitBack], #entryform .home button[name=submitBack], #entryform .home a[name=submitBack] {
	background: #000;
	color: #fff;
	margin-right: 1em;
}
@media (max-width: 767px) {
	#entryform .send input, #entryform .send button, #entryform .send a, #entryform .home input, #entryform .home button, #entryform .home a {
		display: block;
		width: 100%;
		background-position: 94% center;
	}
}
@media (min-width: 1100px) {
	#entryform .send input, #entryform .send button, #entryform .send a, #entryform .home input, #entryform .home button, #entryform .home a {
		position: relative;
		text-decoration: none;
	}
	#entryform .send input:after, #entryform .send button:after, #entryform .send a:after, #entryform .home input:after, #entryform .home button:after, #entryform .home a:after {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		border: 1px solid #0bbe78;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#entryform .send input[name=submitBack]:after, #entryform .send button[name=submitBack]:after, #entryform .send a[name=submitBack]:after, #entryform .home input[name=submitBack]:after, #entryform .home button[name=submitBack]:after, #entryform .home a[name=submitBack]:after {
		border: 1px solid #000;
	}
	#entryform .send input[name=submitBack]:hover, #entryform .send button[name=submitBack]:hover, #entryform .send a[name=submitBack]:hover, #entryform .home input[name=submitBack]:hover, #entryform .home button[name=submitBack]:hover, #entryform .home a[name=submitBack]:hover {
		border: 1px solid #fff;
	}
	#entryform .send input:hover:after, #entryform .send button:hover:after, #entryform .send a:hover:after, #entryform .home input:hover:after, #entryform .home button:hover:after, #entryform .home a:hover:after {
		left: 4px;
		top: 4px;
		bottom: 4px;
		right: 4px;
		border: 1px solid #fff;
	}
}
#entryform .privacy > .tit {
	font-size: 3.2rem;
	margin: 40px auto 16px;
	letter-spacing: 0.075em;
}
@media (max-width: 767px) {
	#entryform .privacy > .tit {
		font-size: 3rem;
		letter-spacing: 0;
	}
}
#entryform .privacy .box {
	height: 320px;
	border: 1px solid #DADEE1;
	padding: 32px;
	overflow: scroll;
	margin: 16px auto 0;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform .privacy .box {
		font-size: 1.6rem;
		padding: 16px;
	}
}
#entryform .privacy .box .lead {
	margin-bottom: 1.6em;
}
#entryform .privacy .box dl dt {
	color: #5C82C5;
	font-weight: 700;
}
#entryform .privacy .box dl dd {
	margin-bottom: 2.4em;
}
#entryform .privacy .box dl dd:last-child {
	margin-bottom: 0;
}
#entryform .privacy .box + .att {
	margin-bottom: 1em;
	font-size: 2rem;
	text-align: center;
	padding: 0.8em 0.4em;
}
#entryform .privacy .box + .att span {
	color: #c00;
}
#entryform .privacy .box + .att + .privacy_check {
	font-size: 2rem;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .privacy .box + .att + .privacy_check {
		font-size: 1.9rem;
	}
}

#confirm #entryform, #complete #entryform, #error #entryform {
	padding-top: 100px;
}
@media (max-width: 767px) {
	#confirm #entryform, #complete #entryform, #error #entryform {
		padding-top: 80px;
	}
}

#confirm .privacy {
	display: none;
}
#confirm .confnone {
	display: none;
}
#confirm .required {
	display: none;
}
#confirm .send, #confirm .home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	#confirm .send, #confirm .home {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#confirm .send input + input, #confirm .send input button, #confirm .send input a, #confirm .send button + input, #confirm .send button button, #confirm .send button a, #confirm .send a + input, #confirm .send a button, #confirm .send a a, #confirm .home input + input, #confirm .home input button, #confirm .home input a, #confirm .home button + input, #confirm .home button button, #confirm .home button a, #confirm .home a + input, #confirm .home a button, #confirm .home a a {
	margin-left: 2em;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	padding-right: 2em;
}

.ui-datepicker select.ui-datepicker-year {
	width: 50%;
}

.ui-datepicker select.ui-datepicker-month {
	width: 40%;
}

.ui-datepicker .ui-datepicker-header {
	font-size: 1.4rem;
}

#contact {
	padding: 100px 0px;
	background: #dee1de;
	color: #000;
	text-align: center;
}
@media (max-width: 767px) {
	#contact {
		padding: 12vw 0px;
	}
}
#contact h2 {
	position: relative;
	margin-bottom: 1.25em;
	color: #0bbe78;
}
#contact .text {
	margin-bottom: 1em;
}
#contact .tel {
	font-size: 4.6rem;
	font-weight: 700;
}
#contact .tel a {
	color: #000;
}
@media (max-width: 767px) {
	#contact .tel {
		font-size: 9vw;
	}
}
@media (min-width: 768px) {
	#contact .tel a[href^="tel:"] {
		pointer-events: none;
	}
}
#contact .time {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.4rem;
}
#contact .btn a {
	display: inline-block;
	width: 420px;
	padding: 2.25em 0px;
	text-align: center;
	font-weight: 700;
	background: #0bbe78 url("../img/ar.svg") right 1.5em center no-repeat;
	color: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #fff;
}
#contact .btn a[name=submitBack] {
	background: #000;
	color: #fff;
	margin-right: 1em;
}
@media (max-width: 767px) {
	#contact .btn a {
		display: block;
		width: 100%;
		background-position: 94% center;
	}
}
@media (min-width: 1100px) {
	#contact .btn a {
		position: relative;
		text-decoration: none;
	}
	#contact .btn a:after {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		border: 1px solid #0bbe78;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#contact .btn a[name=submitBack]:after {
		border: 1px solid #000;
	}
	#contact .btn a[name=submitBack]:hover {
		border: 1px solid #fff;
	}
	#contact .btn a:hover:after {
		left: 4px;
		top: 4px;
		bottom: 4px;
		right: 4px;
		border: 1px solid #fff;
	}
}

.share_access,
.conv_access,
#company #access {
	margin-bottom: 16px;
	padding: 16px 0;
}
.share_access .heading,
.conv_access .heading,
#company #access .heading {
	padding-top: 40px;
	margin-bottom: -24px;
}
.share_access iframe,
.conv_access iframe,
#company #access iframe {
	width: 100%;
}
.share_access .ul_access > li .office_info,
.conv_access .ul_access > li .office_info,
#company #access .ul_access > li .office_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-bottom: 32px;
}
.share_access .ul_access > li .office_info .icn_360,
.conv_access .ul_access > li .office_info .icn_360,
#company #access .ul_access > li .office_info .icn_360 {
	text-align: right;
}
.share_access .ul_access > li .office_info .office_date,
.conv_access .ul_access > li .office_info .office_date,
#company #access .ul_access > li .office_info .office_date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 995px) {
	.share_access .ul_access > li .office_info .office_date,
	.conv_access .ul_access > li .office_info .office_date,
	#company #access .ul_access > li .office_info .office_date {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.share_access .ul_access > li .office_info .office_date .tit,
.conv_access .ul_access > li .office_info .office_date .tit,
#company #access .ul_access > li .office_info .office_date .tit {
	font-size: 1.9rem;
	font-weight: normal;
	padding-right: 40px;
}
@media (max-width: 995px) {
	.share_access .ul_access > li .office_info .office_date .tit,
	.conv_access .ul_access > li .office_info .office_date .tit,
	#company #access .ul_access > li .office_info .office_date .tit {
		font-size: 2.4rem;
		padding-right: 0;
	}
}
.share_access .ul_date2,
.conv_access .ul_date2,
#company #access .ul_date2 {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.2em;
	padding: 8px;
}
@media (max-width: 995px) {
	.share_access .ul_date2,
	.conv_access .ul_date2,
	#company #access .ul_date2 {
		border-left: none;
		font-size: 2.2rem;
		padding: 8px 0;
	}
	.share_access .ul_date2 span,
	.conv_access .ul_date2 span,
	#company #access .ul_date2 span {
		display: block;
	}
}

#fee {
	padding: 32px 0 64px;
}
#fee .ul_att {
	font-size: 1.5rem;
	color: #666666;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}
#fee .table_std {
	width: 100%;
	margin: 72px auto 24px;
	color: #666;
}
@media (max-width: 1099px) {
	#fee .table_std {
		margin: 32px auto 16px;
	}
}
@media (max-width: 767px) {
	#fee .table_std tbody,
	#fee .table_std thead {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#fee .table_std tbody tr,
	#fee .table_std thead tr {
		width: 100%;
	}
}
#fee .table_std tbody tr:first-child th, #fee .table_std tbody tr:first-child td,
#fee .table_std thead tr:first-child th,
#fee .table_std thead tr:first-child td {
	border-top: 1px solid #666;
}
#fee .table_std tbody tr th, #fee .table_std tbody tr td,
#fee .table_std thead tr th,
#fee .table_std thead tr td {
	width: 33%;
	text-align: center;
	border-bottom: 1px solid #666;
	font-size: 2.6rem;
	padding: 1em 0.4em;
}
@media (max-width: 767px) {
	#fee .table_std tbody tr th, #fee .table_std tbody tr td,
	#fee .table_std thead tr th,
	#fee .table_std thead tr td {
		width: 31%;
		padding: 0.6em 0.2em;
		font-size: 4vw;
	}
}
#fee .table_std tbody tr th:nth-child(3), #fee .table_std tbody tr td:nth-child(3),
#fee .table_std thead tr th:nth-child(3),
#fee .table_std thead tr td:nth-child(3) {
	color: #0bbe78;
}
@media (max-width: 767px) {
	#fee .table_std tbody tr th:nth-child(3), #fee .table_std tbody tr td:nth-child(3),
	#fee .table_std thead tr th:nth-child(3),
	#fee .table_std thead tr td:nth-child(3) {
		width: 38%;
	}
}
#fee .table_std tbody tr th:nth-child(3) .att, #fee .table_std tbody tr td:nth-child(3) .att,
#fee .table_std thead tr th:nth-child(3) .att,
#fee .table_std thead tr td:nth-child(3) .att {
	font-size: 1.6rem;
	color: #666;
}
@media (max-width: 767px) {
	#fee .table_std tbody tr th:nth-child(3) .att, #fee .table_std tbody tr td:nth-child(3) .att,
	#fee .table_std thead tr th:nth-child(3) .att,
	#fee .table_std thead tr td:nth-child(3) .att {
		font-size: 3.2vw;
	}
}
#fee .table_std thead {
	font-weight: 600;
}
@media (max-width: 767px) {
	#fee .table_std thead {
		line-height: 1.4;
	}
}
@media (max-width: 767px) {
	#fee .table_std tbody tr th, #fee .table_std tbody tr td {
		font-size: 5vw;
	}
}
@media (max-width: 767px) {
	#fee .table_std tbody tr th:nth-child(3) .att, #fee .table_std tbody tr td:nth-child(3) .att {
		font-size: 3.2vw;
	}
}

.ker {
	letter-spacing: -0.5em;
}

.ker_ten {
	letter-spacing: -0.25em;
}

#spoint {
	background: #0bbe78;
}
#spoint .ul_point {
	color: #0bbe78;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 72px 0 0px;
}
@media (max-width: 1099px) {
	#spoint .ul_point {
		padding: 30px 30px 0px;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point {
		padding: 30px 30px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#spoint .ul_point > li {
	padding: 16px 20px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
@media (min-width: 1100px) {
	#spoint .ul_point > li {
		width: 410px;
		margin-left: 32px;
	}
}
@media (max-width: 1099px) {
	#spoint .ul_point > li {
		width: 380px;
		margin-left: 16px;
	}
}
@media (max-width: 995px) {
	#spoint .ul_point > li {
		width: 240px;
		padding: 12px 14px 14px;
		margin-left: 16px;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point > li {
		width: 100%;
		margin-left: 0;
		padding: 8px 16px 16px;
		margin-top: 24px;
	}
}
@media (min-width: 1100px) {
	#spoint .ul_point > li:first-child {
		margin-left: 0;
	}
}
@media (max-width: 1099px) {
	#spoint .ul_point > li:first-child {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point > li:first-child {
		margin-top: 0;
	}
}
#spoint .ul_point > li .heading {
	text-align: center;
}
#spoint .ul_point > li .heading .tit {
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 20px 0;
}
@media (max-width: 1099px) {
	#spoint .ul_point > li .heading .tit {
		font-size: 2.4vw;
		padding: 8px 0;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point > li .heading .tit {
		font-size: 6.4vw;
	}
}
#spoint .ul_point > li .heading .tit b {
	font-weight: 700;
	font-size: 5rem;
}
@media (max-width: 1099px) {
	#spoint .ul_point > li .heading .tit b {
		font-size: 4vw;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point > li .heading .tit b {
		font-size: 7.4vw;
	}
}
#spoint .ul_point > li p {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -.085em;
}
@media (min-width: 1100px) {
	#spoint .ul_point > li p {
		white-space: nowrap;
	}
}
@media (max-width: 1099px) {
	#spoint .ul_point > li p {
		font-size: 2.4vw;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point > li p {
		font-size: 5.8vw;
	}
}
#spoint .ul_point > li p b {
	font-weight: 700;
	color: #f13f3f;
}
#spoint .ul_point > li p span {
	font-weight: 700;
	color: #ffb000;
}
#spoint .ul_point + .conv {
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 0.8em 0;
}
@media (max-width: 1099px) {
	#spoint .ul_point + .conv {
		font-size: 3vw;
	}
}
@media (max-width: 767px) {
	#spoint .ul_point + .conv {
		font-size: 6.4vw;
	}
}

#promise .ul_point {
	max-width: 1280px;
	margin: 0 auto;
}
#promise .ul_point > li {
	background: #0bbe78;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	#promise .ul_point > li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (min-width: 1100px) {
	#promise .ul_point > li .tmb {
		width: 640px;
	}
}
@media (max-width: 1099px) {
	#promise .ul_point > li .tmb {
		width: 50%;
	}
	#promise .ul_point > li .tmb img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#promise .ul_point > li .tmb {
		width: 100%;
	}
	#promise .ul_point > li .tmb img {
		width: 100%;
	}
}
@media (min-width: 1100px) {
	#promise .ul_point > li .txt {
		width: 640px;
		font-size: 2.6rem;
		line-height: 2;
		padding: 0 32px 0 68px;
	}
}
@media (max-width: 1099px) {
	#promise .ul_point > li .txt {
		width: 50%;
		font-size: 2.4vw;
		line-height: 1.8;
		padding: 16px 24px;
	}
}
@media (max-width: 995px) {
	#promise .ul_point > li .txt {
		width: 50%;
		font-size: 2.2vw;
		line-height: 1.8;
		padding: 16px 24px;
	}
}
@media (max-width: 767px) {
	#promise .ul_point > li .txt {
		width: auto;
		font-size: 5.2vw;
		line-height: 1.8;
		padding: 32px 32px;
	}
}
#promise .ul_point > li:nth-child(odd) .tmb {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
#promise .ul_point > li:nth-child(odd) .txt {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
#promise .ul_point > li:nth-child(even) .tmb {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
#promise .ul_point > li:nth-child(even) .txt {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
@media (max-width: 767px) {
	#promise .ul_point > li:nth-child(even) .tmb {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	#promise .ul_point > li:nth-child(even) .txt {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}



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