@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700|Noto+Sans+JP:400,500,700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	-webkit-box-sizing: border-box;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: inherit;
	color: #3b3a3a;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"MS Pゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1;
	line-height: 1.7;
}

	body * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

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

	nav ul {
		list-style: none;
	}

blockquote,
q {
	quotes: none;
}

	blockquote::before,
	blockquote::after,
	q::before,
	q::after {
		content: "";
		content: none;
	}

a {
	background: transparent;
	color: #3b3a3a;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	vertical-align: baseline;
}

	a:hover {
		color: inherit;
		text-decoration: none;
	}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

ins {
	background-color: #ff9;
	color: #3b3a3a;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #3b3a3a;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"MS Pゴシック","MS PGothic",sans-serif;
	vertical-align: middle;
}

button {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"MS Pゴシック","MS PGothic",sans-serif;
	font-size: inherit;
	letter-spacing: 0px;
	line-height: 1.7;
}

.l-container_lower._s {
	max-width: 960px;
}

.l-footer {
	background-color: #01906D;
	width: 100%;
}

.l-footer_inner {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

.l-footer_nav a {
	color: #fff;
	font-size: 14px;
	padding-right: 1em;
}

.l-footer_copy {
	color: #fff;
	margin-left: auto;
}

.l-header {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
	position: fixed;
	width: 100%;
	z-index: 20;
}

.l-header_inner {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.l-header_sitename img {
	display: block;
}

.l-header_sitename a {
	color: #676767;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: none;
}

.l-header_menu {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-left: auto;
}

.l-header_login {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-left: auto;
}

	.l-header_login > a {
		-ms-flex-align: center;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-transition: all 0.3s;
		align-items: center;
		background: #e7f7f3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		overflow: hidden;
		text-decoration: none;
		transition: all 0.3s;
		width: 100%;
	}

		.l-header_login > a > span {
			color: #01906D;
			font-weight: 600;
		}

			.l-header_login > a > span::before {
				background: url(../../images/LP/components/ico_key_green.svg) center center no-repeat;
				background-size: 100%;
				content: "";
				display: inline-block;
				height: 27px;
				margin-right: 0.3em;
				margin-top: -5px;
				vertical-align: middle;
				width: 27px;
			}



.l-header_contact {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
	background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
	background-image: linear-gradient(to right, #ffc136, #ffa236);
}

	.l-header_contact a {
		-ms-flex-align: center;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-transition: all 0.3s;
		align-items: center;
		/* background-color: #01906D; */
		background-color: #878888;
		color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		font-weight: 600;
		height: 100%;
		justify-content: center;
		line-height: 1.35;
		text-decoration: none;
		transition: all 0.3s;
		width: 100%;
	}

.afterEmailCheck {
	display: none;
}

body {
	height: 100%;
}

.l-wrapper {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	min-height: 100%;
	position: relative;
	width: 100%;
	word-break: break-all;
}

.c-form_list {
	width: 100%;
}

.c-form_input {
	border: solid 1px #aab1af;
	border-radius: 6px;
	font-size: inherit;
	padding: 13px 18px;
}

.c-form_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../../images/LP/components/ico_arrow_green.svg) right 4% center no-repeat;
	border: solid 1px #aab1af;
	border-radius: 6px;
	font-size: inherit;
	padding: 13px 18px;
}

.c-form_textarea {
	border: solid 1px #aab1af;
	border-radius: 4px;
	font-size: 16px;
	padding: 16px 21px;
}

.c-form_requied {
	background-color: #f04b39;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	margin-left: 0.5em;
	padding: 0 10px;
}

.c-header01 {
	color: #333;
	font-weight: 500;
	margin-bottom: 0.5em;
}

	.c-header01::before {
		background-color: #01906D;
		margin-right: 0.5em;
		vertical-align: middle;
	}

.c-list_demical {
	list-style: decimal;
	padding-left: 1em;
}

	.c-list_demical li {
		margin-bottom: 0.5em;
	}

.c-list_disc {
	list-style: disc;
	padding-left: 1.5em;
}

	.c-list_disc li {
		margin-bottom: 0.2em;
	}

.c-dlist dd {
	margin-bottom: 0.5em;
}

.c-list_demical_brackets {
	list-style: none;
	padding-left: 1em;
}

	.c-list_demical_brackets > li {
		margin-bottom: 0.5em;
		padding-left: 0.8em;
		text-indent: -0.8em;
	}

		.c-list_demical_brackets > li::before {
			content: "";
			display: inline-block;
			height: 1em;
			width: 1em;
		}

		.c-list_demical_brackets > li:nth-of-type(1)::before {
			content: "(1)";
		}

		.c-list_demical_brackets > li:nth-of-type(2)::before {
			content: "(2)";
		}

		.c-list_demical_brackets > li:nth-of-type(3)::before {
			content: "(3)";
		}

		.c-list_demical_brackets > li:nth-of-type(4)::before {
			content: "(4)";
		}

		.c-list_demical_brackets > li:nth-of-type(5)::before {
			content: "(5)";
		}

		.c-list_demical_brackets > li:nth-of-type(6)::before {
			content: "(6)";
		}

		.c-list_demical_brackets > li:nth-of-type(7)::before {
			content: "(7)";
		}

		.c-list_demical_brackets > li:nth-of-type(8)::before {
			content: "(8)";
		}

		.c-list_demical_brackets > li:nth-of-type(9)::before {
			content: "(9)";
		}

		.c-list_demical_brackets > li:nth-of-type(10)::before {
			content: "(10)";
		}

		.c-list_demical_brackets > li:nth-of-type(11)::before {
			content: "(11)";
		}

		.c-list_demical_brackets > li:nth-of-type(12)::before {
			content: "(12)";
		}

		.c-list_demical_brackets > li:nth-of-type(13)::before {
			content: "(13)";
		}

		.c-list_demical_brackets > li:nth-of-type(14)::before {
			content: "(14)";
		}

		.c-list_demical_brackets > li:nth-of-type(15)::before {
			content: "(15)";
		}

		.c-list_demical_brackets > li:nth-of-type(16)::before {
			content: "(16)";
		}

		.c-list_demical_brackets > li:nth-of-type(17)::before {
			content: "(17)";
		}

		.c-list_demical_brackets > li:nth-of-type(18)::before {
			content: "(18)";
		}

		.c-list_demical_brackets > li:nth-of-type(19)::before {
			content: "(19)";
		}

		.c-list_demical_brackets > li:nth-of-type(20)::before {
			content: "(20)";
		}

		.c-list_demical_brackets > li:nth-of-type(21)::before {
			content: "(21)";
		}

		.c-list_demical_brackets > li:nth-of-type(22)::before {
			content: "(22)";
		}

		.c-list_demical_brackets > li:nth-of-type(23)::before {
			content: "(23)";
		}

		.c-list_demical_brackets > li:nth-of-type(24)::before {
			content: "(24)";
		}

		.c-list_demical_brackets > li:nth-of-type(25)::before {
			content: "(25)";
		}

		.c-list_demical_brackets > li:nth-of-type(26)::before {
			content: "(26)";
		}

		.c-list_demical_brackets > li:nth-of-type(27)::before {
			content: "(27)";
		}

		.c-list_demical_brackets > li:nth-of-type(28)::before {
			content: "(28)";
		}

		.c-list_demical_brackets > li:nth-of-type(29)::before {
			content: "(29)";
		}

.c-list_none {
	list-style: none;
	padding-left: 1em;
}

.c-page_title {
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #e7f7f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

	.c-page_title h1 {
		color: #01906D;
		font-size: 38px;
		letter-spacing: 0.05em;
		line-height: 1.3;
	}

.c-page_title_subtxt {
	display: block;
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
}

.u-line_yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #ff6));
	background: -webkit-linear-gradient(transparent 40%, #ff6 60%);
	background: linear-gradient(transparent 40%, #ff6 60%);
}

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

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

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

.u-fw600 {
	font-weight: 600;
}

.u-fw_bold {
	font-weight: bold;
}

.u-fz_xsm {
	font-size: 1rem;
}

.u-fz_sm {
	font-size: 1.2rem;
}

.u-fz_md {
	font-size: 1.4rem;
}

.u-fz_lg {
	font-size: 1.6rem;
}

.u-fz_xlg {
	font-size: 1.8rem;
}

.u-fz_xxlg {
	font-size: 2rem;
}

.u-fz10 {
	font-size: 10px;
}

.u-fz11 {
	font-size: 11px;
}

.u-fz12 {
	font-size: 12px;
}

.u-fz13 {
	font-size: 13px;
}

.u-fz14 {
	font-size: 14px;
}

.u-fz15 {
	font-size: 15px;
}

.u-fz16 {
	font-size: 16px;
}

.u-fz17 {
	font-size: 17px;
}

.u-fz18 {
	font-size: 18px;
}

.u-fz19 {
	font-size: 19px;
}

.u-fz20 {
	font-size: 20px;
}

.u-fz21 {
	font-size: 21px;
}

.u-fz22 {
	font-size: 22px;
}

.u-fz23 {
	font-size: 23px;
}

.u-fz24 {
	font-size: 24px;
}

.u-fz25 {
	font-size: 25px;
}

.u-fz26 {
	font-size: 26px;
}

.u-fz27 {
	font-size: 27px;
}

.u-fz28 {
	font-size: 28px;
}

.u-fz29 {
	font-size: 29px;
}

.u-fz30 {
	font-size: 30px;
}

.u-fz31 {
	font-size: 31px;
}

.u-fz32 {
	font-size: 32px;
}

.u-mt5:not(:root) {
	margin-top: 5px;
}

.u-mt6:not(:root) {
	margin-top: 6px;
}

.u-mt7:not(:root) {
	margin-top: 7px;
}

.u-mt8:not(:root) {
	margin-top: 8px;
}

.u-mt9:not(:root) {
	margin-top: 9px;
}

.u-mt10:not(:root) {
	margin-top: 10px;
}

.u-mt11:not(:root) {
	margin-top: 11px;
}

.u-mt12:not(:root) {
	margin-top: 12px;
}

.u-mt13:not(:root) {
	margin-top: 13px;
}

.u-mt14:not(:root) {
	margin-top: 14px;
}

.u-mt15:not(:root) {
	margin-top: 15px;
}

.u-mt16:not(:root) {
	margin-top: 16px;
}

.u-mt17:not(:root) {
	margin-top: 17px;
}

.u-mt18:not(:root) {
	margin-top: 18px;
}

.u-mt19:not(:root) {
	margin-top: 19px;
}

.u-mt20:not(:root) {
	margin-top: 20px;
}

.u-mt21:not(:root) {
	margin-top: 21px;
}

.u-mt22:not(:root) {
	margin-top: 22px;
}

.u-mt23:not(:root) {
	margin-top: 23px;
}

.u-mt24:not(:root) {
	margin-top: 24px;
}

.u-mt25:not(:root) {
	margin-top: 25px;
}

.u-mt26:not(:root) {
	margin-top: 26px;
}

.u-mt27:not(:root) {
	margin-top: 27px;
}

.u-mt28:not(:root) {
	margin-top: 28px;
}

.u-mt29:not(:root) {
	margin-top: 29px;
}

.u-mt30:not(:root) {
	margin-top: 30px;
}

.u-mt31:not(:root) {
	margin-top: 31px;
}

.u-mt32:not(:root) {
	margin-top: 32px;
}

.u-mt33:not(:root) {
	margin-top: 33px;
}

.u-mt34:not(:root) {
	margin-top: 34px;
}

.u-mt35:not(:root) {
	margin-top: 35px;
}

.u-mt36:not(:root) {
	margin-top: 36px;
}

.u-mt37:not(:root) {
	margin-top: 37px;
}

.u-mt38:not(:root) {
	margin-top: 38px;
}

.u-mt39:not(:root) {
	margin-top: 39px;
}

.u-mt40:not(:root) {
	margin-top: 40px;
}

.u-mt41:not(:root) {
	margin-top: 41px;
}

.u-mt42:not(:root) {
	margin-top: 42px;
}

.u-mt43:not(:root) {
	margin-top: 43px;
}

.u-mt44:not(:root) {
	margin-top: 44px;
}

.u-mt45:not(:root) {
	margin-top: 45px;
}

.u-mt46:not(:root) {
	margin-top: 46px;
}

.u-mt47:not(:root) {
	margin-top: 47px;
}

.u-mt48:not(:root) {
	margin-top: 48px;
}

.u-mt49:not(:root) {
	margin-top: 49px;
}

.u-mt50:not(:root) {
	margin-top: 50px;
}

.u-mt51:not(:root) {
	margin-top: 51px;
}

.u-mt52:not(:root) {
	margin-top: 52px;
}

.u-mt53:not(:root) {
	margin-top: 53px;
}

.u-mt54:not(:root) {
	margin-top: 54px;
}

.u-mt55:not(:root) {
	margin-top: 55px;
}

.u-mt56:not(:root) {
	margin-top: 56px;
}

.u-mt57:not(:root) {
	margin-top: 57px;
}

.u-mt58:not(:root) {
	margin-top: 58px;
}

.u-mt59:not(:root) {
	margin-top: 59px;
}

.u-mt60:not(:root) {
	margin-top: 60px;
}

.u-mt61:not(:root) {
	margin-top: 61px;
}

.u-mt62:not(:root) {
	margin-top: 62px;
}

.u-mt63:not(:root) {
	margin-top: 63px;
}

.u-mt64:not(:root) {
	margin-top: 64px;
}

.u-mt65:not(:root) {
	margin-top: 65px;
}

.u-mt66:not(:root) {
	margin-top: 66px;
}

.u-mt67:not(:root) {
	margin-top: 67px;
}

.u-mt68:not(:root) {
	margin-top: 68px;
}

.u-mt69:not(:root) {
	margin-top: 69px;
}

.u-mt70:not(:root) {
	margin-top: 70px;
}

.u-mt71:not(:root) {
	margin-top: 71px;
}

.u-mt72:not(:root) {
	margin-top: 72px;
}

.u-mt73:not(:root) {
	margin-top: 73px;
}

.u-mt74:not(:root) {
	margin-top: 74px;
}

.u-mt75:not(:root) {
	margin-top: 75px;
}

.u-mt76:not(:root) {
	margin-top: 76px;
}

.u-mt77:not(:root) {
	margin-top: 77px;
}

.u-mt78:not(:root) {
	margin-top: 78px;
}

.u-mt79:not(:root) {
	margin-top: 79px;
}

.u-mt80:not(:root) {
	margin-top: 80px;
}

.u-mt81:not(:root) {
	margin-top: 81px;
}

.u-mt82:not(:root) {
	margin-top: 82px;
}

.u-mt83:not(:root) {
	margin-top: 83px;
}

.u-mt84:not(:root) {
	margin-top: 84px;
}

.u-mt85:not(:root) {
	margin-top: 85px;
}

.u-mt86:not(:root) {
	margin-top: 86px;
}

.u-mt87:not(:root) {
	margin-top: 87px;
}

.u-mt88:not(:root) {
	margin-top: 88px;
}

.u-mt89:not(:root) {
	margin-top: 89px;
}

.u-mt90:not(:root) {
	margin-top: 90px;
}

.u-mt91:not(:root) {
	margin-top: 91px;
}

.u-mt92:not(:root) {
	margin-top: 92px;
}

.u-mt93:not(:root) {
	margin-top: 93px;
}

.u-mt94:not(:root) {
	margin-top: 94px;
}

.u-mt95:not(:root) {
	margin-top: 95px;
}

.u-mt96:not(:root) {
	margin-top: 96px;
}

.u-mt97:not(:root) {
	margin-top: 97px;
}

.u-mt98:not(:root) {
	margin-top: 98px;
}

.u-mt99:not(:root) {
	margin-top: 99px;
}

.u-mt100:not(:root) {
	margin-top: 100px;
}

.u-mb5:not(:root) {
	margin-bottom: 5px;
}

.u-mb6:not(:root) {
	margin-bottom: 6px;
}

.u-mb7:not(:root) {
	margin-bottom: 7px;
}

.u-mb8:not(:root) {
	margin-bottom: 8px;
}

.u-mb9:not(:root) {
	margin-bottom: 9px;
}

.u-mb10:not(:root) {
	margin-bottom: 10px;
}

.u-mb11:not(:root) {
	margin-bottom: 11px;
}

.u-mb12:not(:root) {
	margin-bottom: 12px;
}

.u-mb13:not(:root) {
	margin-bottom: 13px;
}

.u-mb14:not(:root) {
	margin-bottom: 14px;
}

.u-mb15:not(:root) {
	margin-bottom: 15px;
}

.u-mb16:not(:root) {
	margin-bottom: 16px;
}

.u-mb17:not(:root) {
	margin-bottom: 17px;
}

.u-mb18:not(:root) {
	margin-bottom: 18px;
}

.u-mb19:not(:root) {
	margin-bottom: 19px;
}

.u-mb20:not(:root) {
	margin-bottom: 20px;
}

.u-mb21:not(:root) {
	margin-bottom: 21px;
}

.u-mb22:not(:root) {
	margin-bottom: 22px;
}

.u-mb23:not(:root) {
	margin-bottom: 23px;
}

.u-mb24:not(:root) {
	margin-bottom: 24px;
}

.u-mb25:not(:root) {
	margin-bottom: 25px;
}

.u-mb26:not(:root) {
	margin-bottom: 26px;
}

.u-mb27:not(:root) {
	margin-bottom: 27px;
}

.u-mb28:not(:root) {
	margin-bottom: 28px;
}

.u-mb29:not(:root) {
	margin-bottom: 29px;
}

.u-mb30:not(:root) {
	margin-bottom: 30px;
}

.u-mb31:not(:root) {
	margin-bottom: 31px;
}

.u-mb32:not(:root) {
	margin-bottom: 32px;
}

.u-mb33:not(:root) {
	margin-bottom: 33px;
}

.u-mb34:not(:root) {
	margin-bottom: 34px;
}

.u-mb35:not(:root) {
	margin-bottom: 35px;
}

.u-mb36:not(:root) {
	margin-bottom: 36px;
}

.u-mb37:not(:root) {
	margin-bottom: 37px;
}

.u-mb38:not(:root) {
	margin-bottom: 38px;
}

.u-mb39:not(:root) {
	margin-bottom: 39px;
}

.u-mb40:not(:root) {
	margin-bottom: 40px;
}

.u-mb41:not(:root) {
	margin-bottom: 41px;
}

.u-mb42:not(:root) {
	margin-bottom: 42px;
}

.u-mb43:not(:root) {
	margin-bottom: 43px;
}

.u-mb44:not(:root) {
	margin-bottom: 44px;
}

.u-mb45:not(:root) {
	margin-bottom: 45px;
}

.u-mb46:not(:root) {
	margin-bottom: 46px;
}

.u-mb47:not(:root) {
	margin-bottom: 47px;
}

.u-mb48:not(:root) {
	margin-bottom: 48px;
}

.u-mb49:not(:root) {
	margin-bottom: 49px;
}

.u-mb50:not(:root) {
	margin-bottom: 50px;
}

.u-mb51:not(:root) {
	margin-bottom: 51px;
}

.u-mb52:not(:root) {
	margin-bottom: 52px;
}

.u-mb53:not(:root) {
	margin-bottom: 53px;
}

.u-mb54:not(:root) {
	margin-bottom: 54px;
}

.u-mb55:not(:root) {
	margin-bottom: 55px;
}

.u-mb56:not(:root) {
	margin-bottom: 56px;
}

.u-mb57:not(:root) {
	margin-bottom: 57px;
}

.u-mb58:not(:root) {
	margin-bottom: 58px;
}

.u-mb59:not(:root) {
	margin-bottom: 59px;
}

.u-mb60:not(:root) {
	margin-bottom: 60px;
}

.u-mb61:not(:root) {
	margin-bottom: 61px;
}

.u-mb62:not(:root) {
	margin-bottom: 62px;
}

.u-mb63:not(:root) {
	margin-bottom: 63px;
}

.u-mb64:not(:root) {
	margin-bottom: 64px;
}

.u-mb65:not(:root) {
	margin-bottom: 65px;
}

.u-mb66:not(:root) {
	margin-bottom: 66px;
}

.u-mb67:not(:root) {
	margin-bottom: 67px;
}

.u-mb68:not(:root) {
	margin-bottom: 68px;
}

.u-mb69:not(:root) {
	margin-bottom: 69px;
}

.u-mb70:not(:root) {
	margin-bottom: 70px;
}

.u-mb71:not(:root) {
	margin-bottom: 71px;
}

.u-mb72:not(:root) {
	margin-bottom: 72px;
}

.u-mb73:not(:root) {
	margin-bottom: 73px;
}

.u-mb74:not(:root) {
	margin-bottom: 74px;
}

.u-mb75:not(:root) {
	margin-bottom: 75px;
}

.u-mb76:not(:root) {
	margin-bottom: 76px;
}

.u-mb77:not(:root) {
	margin-bottom: 77px;
}

.u-mb78:not(:root) {
	margin-bottom: 78px;
}

.u-mb79:not(:root) {
	margin-bottom: 79px;
}

.u-mb80:not(:root) {
	margin-bottom: 80px;
}

.u-mb81:not(:root) {
	margin-bottom: 81px;
}

.u-mb82:not(:root) {
	margin-bottom: 82px;
}

.u-mb83:not(:root) {
	margin-bottom: 83px;
}

.u-mb84:not(:root) {
	margin-bottom: 84px;
}

.u-mb85:not(:root) {
	margin-bottom: 85px;
}

.u-mb86:not(:root) {
	margin-bottom: 86px;
}

.u-mb87:not(:root) {
	margin-bottom: 87px;
}

.u-mb88:not(:root) {
	margin-bottom: 88px;
}

.u-mb89:not(:root) {
	margin-bottom: 89px;
}

.u-mb90:not(:root) {
	margin-bottom: 90px;
}

.u-mb91:not(:root) {
	margin-bottom: 91px;
}

.u-mb92:not(:root) {
	margin-bottom: 92px;
}

.u-mb93:not(:root) {
	margin-bottom: 93px;
}

.u-mb94:not(:root) {
	margin-bottom: 94px;
}

.u-mb95:not(:root) {
	margin-bottom: 95px;
}

.u-mb96:not(:root) {
	margin-bottom: 96px;
}

.u-mb97:not(:root) {
	margin-bottom: 97px;
}

.u-mb98:not(:root) {
	margin-bottom: 98px;
}

.u-mb99:not(:root) {
	margin-bottom: 99px;
}

.u-mb100:not(:root) {
	margin-bottom: 100px;
}

.u-mr5:not(:root) {
	margin-right: 5px;
}

.u-mr6:not(:root) {
	margin-right: 6px;
}

.u-mr7:not(:root) {
	margin-right: 7px;
}

.u-mr8:not(:root) {
	margin-right: 8px;
}

.u-mr9:not(:root) {
	margin-right: 9px;
}

.u-mr10:not(:root) {
	margin-right: 10px;
}

.u-mr11:not(:root) {
	margin-right: 11px;
}

.u-mr12:not(:root) {
	margin-right: 12px;
}

.u-mr13:not(:root) {
	margin-right: 13px;
}

.u-mr14:not(:root) {
	margin-right: 14px;
}

.u-mr15:not(:root) {
	margin-right: 15px;
}

.u-mr16:not(:root) {
	margin-right: 16px;
}

.u-mr17:not(:root) {
	margin-right: 17px;
}

.u-mr18:not(:root) {
	margin-right: 18px;
}

.u-mr19:not(:root) {
	margin-right: 19px;
}

.u-mr20:not(:root) {
	margin-right: 20px;
}

.u-mr21:not(:root) {
	margin-right: 21px;
}

.u-mr22:not(:root) {
	margin-right: 22px;
}

.u-mr23:not(:root) {
	margin-right: 23px;
}

.u-mr24:not(:root) {
	margin-right: 24px;
}

.u-mr25:not(:root) {
	margin-right: 25px;
}

.u-mr26:not(:root) {
	margin-right: 26px;
}

.u-mr27:not(:root) {
	margin-right: 27px;
}

.u-mr28:not(:root) {
	margin-right: 28px;
}

.u-mr29:not(:root) {
	margin-right: 29px;
}

.u-mr30:not(:root) {
	margin-right: 30px;
}

.u-mr31:not(:root) {
	margin-right: 31px;
}

.u-mr32:not(:root) {
	margin-right: 32px;
}

.u-mr33:not(:root) {
	margin-right: 33px;
}

.u-mr34:not(:root) {
	margin-right: 34px;
}

.u-mr35:not(:root) {
	margin-right: 35px;
}

.u-mr36:not(:root) {
	margin-right: 36px;
}

.u-mr37:not(:root) {
	margin-right: 37px;
}

.u-mr38:not(:root) {
	margin-right: 38px;
}

.u-mr39:not(:root) {
	margin-right: 39px;
}

.u-mr40:not(:root) {
	margin-right: 40px;
}

.u-mr41:not(:root) {
	margin-right: 41px;
}

.u-mr42:not(:root) {
	margin-right: 42px;
}

.u-mr43:not(:root) {
	margin-right: 43px;
}

.u-mr44:not(:root) {
	margin-right: 44px;
}

.u-mr45:not(:root) {
	margin-right: 45px;
}

.u-mr46:not(:root) {
	margin-right: 46px;
}

.u-mr47:not(:root) {
	margin-right: 47px;
}

.u-mr48:not(:root) {
	margin-right: 48px;
}

.u-mr49:not(:root) {
	margin-right: 49px;
}

.u-mr50:not(:root) {
	margin-right: 50px;
}

.u-mr51:not(:root) {
	margin-right: 51px;
}

.u-mr52:not(:root) {
	margin-right: 52px;
}

.u-mr53:not(:root) {
	margin-right: 53px;
}

.u-mr54:not(:root) {
	margin-right: 54px;
}

.u-mr55:not(:root) {
	margin-right: 55px;
}

.u-mr56:not(:root) {
	margin-right: 56px;
}

.u-mr57:not(:root) {
	margin-right: 57px;
}

.u-mr58:not(:root) {
	margin-right: 58px;
}

.u-mr59:not(:root) {
	margin-right: 59px;
}

.u-mr60:not(:root) {
	margin-right: 60px;
}

.u-mr61:not(:root) {
	margin-right: 61px;
}

.u-mr62:not(:root) {
	margin-right: 62px;
}

.u-mr63:not(:root) {
	margin-right: 63px;
}

.u-mr64:not(:root) {
	margin-right: 64px;
}

.u-mr65:not(:root) {
	margin-right: 65px;
}

.u-mr66:not(:root) {
	margin-right: 66px;
}

.u-mr67:not(:root) {
	margin-right: 67px;
}

.u-mr68:not(:root) {
	margin-right: 68px;
}

.u-mr69:not(:root) {
	margin-right: 69px;
}

.u-mr70:not(:root) {
	margin-right: 70px;
}

.u-mr71:not(:root) {
	margin-right: 71px;
}

.u-mr72:not(:root) {
	margin-right: 72px;
}

.u-mr73:not(:root) {
	margin-right: 73px;
}

.u-mr74:not(:root) {
	margin-right: 74px;
}

.u-mr75:not(:root) {
	margin-right: 75px;
}

.u-mr76:not(:root) {
	margin-right: 76px;
}

.u-mr77:not(:root) {
	margin-right: 77px;
}

.u-mr78:not(:root) {
	margin-right: 78px;
}

.u-mr79:not(:root) {
	margin-right: 79px;
}

.u-mr80:not(:root) {
	margin-right: 80px;
}

.u-mr81:not(:root) {
	margin-right: 81px;
}

.u-mr82:not(:root) {
	margin-right: 82px;
}

.u-mr83:not(:root) {
	margin-right: 83px;
}

.u-mr84:not(:root) {
	margin-right: 84px;
}

.u-mr85:not(:root) {
	margin-right: 85px;
}

.u-mr86:not(:root) {
	margin-right: 86px;
}

.u-mr87:not(:root) {
	margin-right: 87px;
}

.u-mr88:not(:root) {
	margin-right: 88px;
}

.u-mr89:not(:root) {
	margin-right: 89px;
}

.u-mr90:not(:root) {
	margin-right: 90px;
}

.u-mr91:not(:root) {
	margin-right: 91px;
}

.u-mr92:not(:root) {
	margin-right: 92px;
}

.u-mr93:not(:root) {
	margin-right: 93px;
}

.u-mr94:not(:root) {
	margin-right: 94px;
}

.u-mr95:not(:root) {
	margin-right: 95px;
}

.u-mr96:not(:root) {
	margin-right: 96px;
}

.u-mr97:not(:root) {
	margin-right: 97px;
}

.u-mr98:not(:root) {
	margin-right: 98px;
}

.u-mr99:not(:root) {
	margin-right: 99px;
}

.u-mr100:not(:root) {
	margin-right: 100px;
}

.u-ml5:not(:root) {
	margin-left: 5px;
}

.u-ml6:not(:root) {
	margin-left: 6px;
}

.u-ml7:not(:root) {
	margin-left: 7px;
}

.u-ml8:not(:root) {
	margin-left: 8px;
}

.u-ml9:not(:root) {
	margin-left: 9px;
}

.u-ml10:not(:root) {
	margin-left: 10px;
}

.u-ml11:not(:root) {
	margin-left: 11px;
}

.u-ml12:not(:root) {
	margin-left: 12px;
}

.u-ml13:not(:root) {
	margin-left: 13px;
}

.u-ml14:not(:root) {
	margin-left: 14px;
}

.u-ml15:not(:root) {
	margin-left: 15px;
}

.u-ml16:not(:root) {
	margin-left: 16px;
}

.u-ml17:not(:root) {
	margin-left: 17px;
}

.u-ml18:not(:root) {
	margin-left: 18px;
}

.u-ml19:not(:root) {
	margin-left: 19px;
}

.u-ml20:not(:root) {
	margin-left: 20px;
}

.u-ml21:not(:root) {
	margin-left: 21px;
}

.u-ml22:not(:root) {
	margin-left: 22px;
}

.u-ml23:not(:root) {
	margin-left: 23px;
}

.u-ml24:not(:root) {
	margin-left: 24px;
}

.u-ml25:not(:root) {
	margin-left: 25px;
}

.u-ml26:not(:root) {
	margin-left: 26px;
}

.u-ml27:not(:root) {
	margin-left: 27px;
}

.u-ml28:not(:root) {
	margin-left: 28px;
}

.u-ml29:not(:root) {
	margin-left: 29px;
}

.u-ml30:not(:root) {
	margin-left: 30px;
}

.u-ml31:not(:root) {
	margin-left: 31px;
}

.u-ml32:not(:root) {
	margin-left: 32px;
}

.u-ml33:not(:root) {
	margin-left: 33px;
}

.u-ml34:not(:root) {
	margin-left: 34px;
}

.u-ml35:not(:root) {
	margin-left: 35px;
}

.u-ml36:not(:root) {
	margin-left: 36px;
}

.u-ml37:not(:root) {
	margin-left: 37px;
}

.u-ml38:not(:root) {
	margin-left: 38px;
}

.u-ml39:not(:root) {
	margin-left: 39px;
}

.u-ml40:not(:root) {
	margin-left: 40px;
}

.u-ml41:not(:root) {
	margin-left: 41px;
}

.u-ml42:not(:root) {
	margin-left: 42px;
}

.u-ml43:not(:root) {
	margin-left: 43px;
}

.u-ml44:not(:root) {
	margin-left: 44px;
}

.u-ml45:not(:root) {
	margin-left: 45px;
}

.u-ml46:not(:root) {
	margin-left: 46px;
}

.u-ml47:not(:root) {
	margin-left: 47px;
}

.u-ml48:not(:root) {
	margin-left: 48px;
}

.u-ml49:not(:root) {
	margin-left: 49px;
}

.u-ml50:not(:root) {
	margin-left: 50px;
}

.u-ml51:not(:root) {
	margin-left: 51px;
}

.u-ml52:not(:root) {
	margin-left: 52px;
}

.u-ml53:not(:root) {
	margin-left: 53px;
}

.u-ml54:not(:root) {
	margin-left: 54px;
}

.u-ml55:not(:root) {
	margin-left: 55px;
}

.u-ml56:not(:root) {
	margin-left: 56px;
}

.u-ml57:not(:root) {
	margin-left: 57px;
}

.u-ml58:not(:root) {
	margin-left: 58px;
}

.u-ml59:not(:root) {
	margin-left: 59px;
}

.u-ml60:not(:root) {
	margin-left: 60px;
}

.u-ml61:not(:root) {
	margin-left: 61px;
}

.u-ml62:not(:root) {
	margin-left: 62px;
}

.u-ml63:not(:root) {
	margin-left: 63px;
}

.u-ml64:not(:root) {
	margin-left: 64px;
}

.u-ml65:not(:root) {
	margin-left: 65px;
}

.u-ml66:not(:root) {
	margin-left: 66px;
}

.u-ml67:not(:root) {
	margin-left: 67px;
}

.u-ml68:not(:root) {
	margin-left: 68px;
}

.u-ml69:not(:root) {
	margin-left: 69px;
}

.u-ml70:not(:root) {
	margin-left: 70px;
}

.u-ml71:not(:root) {
	margin-left: 71px;
}

.u-ml72:not(:root) {
	margin-left: 72px;
}

.u-ml73:not(:root) {
	margin-left: 73px;
}

.u-ml74:not(:root) {
	margin-left: 74px;
}

.u-ml75:not(:root) {
	margin-left: 75px;
}

.u-ml76:not(:root) {
	margin-left: 76px;
}

.u-ml77:not(:root) {
	margin-left: 77px;
}

.u-ml78:not(:root) {
	margin-left: 78px;
}

.u-ml79:not(:root) {
	margin-left: 79px;
}

.u-ml80:not(:root) {
	margin-left: 80px;
}

.u-ml81:not(:root) {
	margin-left: 81px;
}

.u-ml82:not(:root) {
	margin-left: 82px;
}

.u-ml83:not(:root) {
	margin-left: 83px;
}

.u-ml84:not(:root) {
	margin-left: 84px;
}

.u-ml85:not(:root) {
	margin-left: 85px;
}

.u-ml86:not(:root) {
	margin-left: 86px;
}

.u-ml87:not(:root) {
	margin-left: 87px;
}

.u-ml88:not(:root) {
	margin-left: 88px;
}

.u-ml89:not(:root) {
	margin-left: 89px;
}

.u-ml90:not(:root) {
	margin-left: 90px;
}

.u-ml91:not(:root) {
	margin-left: 91px;
}

.u-ml92:not(:root) {
	margin-left: 92px;
}

.u-ml93:not(:root) {
	margin-left: 93px;
}

.u-ml94:not(:root) {
	margin-left: 94px;
}

.u-ml95:not(:root) {
	margin-left: 95px;
}

.u-ml96:not(:root) {
	margin-left: 96px;
}

.u-ml97:not(:root) {
	margin-left: 97px;
}

.u-ml98:not(:root) {
	margin-left: 98px;
}

.u-ml99:not(:root) {
	margin-left: 99px;
}

.u-ml100:not(:root) {
	margin-left: 100px;
}

.js-animate._fade-bottom {
	-webkit-transform: translateY(30px);
	opacity: 0;
	transform: translateY(30px);
}

	.js-animate._fade-bottom.is-animate {
		-webkit-transform: translateY(0);
		-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
		opacity: 1;
		transform: translateY(0);
		transition: opacity 0.8s, -webkit-transform 0.8s;
		transition: opacity 0.8s, transform 0.8s;
		transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
	}

.js-animate._fadein {
	opacity: 0;
}

	.js-animate._fadein.is-animate {
		-webkit-transform: translate(0, -0.4rem);
		-webkit-transition: all 0.8s;
		opacity: 1;
		transform: translate(0, -0.4rem);
		transition: all 0.8s;
	}

.p-case_wrap * {
	letter-spacing: 0.03em;
}

.p-case_wrap p,
.p-case_wrap ul,
.p-case_wrap ol {
	font-weight: 400;
	line-height: 1.8;
}

.p-case_wrap p {
	margin-bottom: 1.5em;
}

.p-case_wrap figcaption {
	font-weight: 400;
}

.p-case_intro {
	margin-top: 100px;
}

	.p-case_intro p {
		font-size: 18px;
		font-weight: bold;
	}

.p-case_profile {
	background-color: #f6f6f6;
	margin-block: 50px;
	padding: 30px;
}

.p-case_profile_list {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

.p-case_profile_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	.p-case_profile_item dt {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-weight: bold;
		text-indent: -0.5em;
		width: 120px;
	}

.p-case_mainimg {
	margin-bottom: 50px;
}

	.p-case_mainimg img {
		border-radius: 20px;
	}

.p-case_content_name {
	color: #01906D;
	font-weight: bold;
}

.p-contact {
	background-color: #ffffff;
	width: 100%;
}

.p-contact_inner {
	margin: auto;
}

.p-contact_box {
	background-color: #ffffff;
	border-radius: 7px;
}

.p-top_acting {
	width: 100%;
}

.p-top_acting_title {
	background-color: #01906D;
	text-align: center;
}

.p-top_acting_title {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_acting_title.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

.p-top_acting_inner {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_acting_inner.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

.p-top_acting_text {
	line-height: 1.9;
	margin: auto;
}

	.p-top_acting_text strong {
		color: #01906D;
		font-weight: 600;
	}

.p-top_adopt {
	/* background: url("../../images/LP/top/top_adopt_bg.jpg") center center no-repeat; */
	/* background-size: cover; */
	background-color: #eeeeee;
	width: 100%;
}

.p-top_adopt_inner {
	margin: auto;
}

.p-top_adopt_inner {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_adopt_inner.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

.p-top_adopt_title {
	color: #333333;
	font-weight: 800;
	line-height: 1.67;
	text-align: center;
	/* text-shadow: 0 3px 6px rgba(0,0,0,0.16); */
}

.p-top_adopt_list {
	background-color: #ffffff;
	border-radius: 7px;
	list-style: none;
}

.p-top_adopt_item {
	/*line-height: 1.35;
	text-align: center;*/
}

.p-top_contrivance_list {
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	/*width: 1200px;*/
}


.p-top_contrivance_item {
	-ms-flex-negative: 0;
	-webkit-transition: all 0.3s;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	flex-shrink: 0;
	overflow: hidden;
	transition: all 0.3s;
	width: calc((100% - 60px) / 3);
}

.p-top_contrivance_no {
	color: #01906D;
	font-size: 72px;
	font-weight: bold;
	text-align: center;
}


.p-top_case {
	width: 100%;
}

.p-top_case_title {
	background-color: #01906D;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.p-top_case_list {
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
}

.p-top_case_item {
	-ms-flex-negative: 0;
	-webkit-transition: all 0.3s;
	border: 1px solid #ddd;
	border-radius: 10px;
	flex-shrink: 0;
	overflow: hidden;
	transition: all 0.3s;
	width: calc((100% - 60px) / 3);
}

	.p-top_case_item:hover {
		border-color: #01906D;
	}

	.p-top_case_item a {
		display: block;
		text-decoration: none;
	}

	.p-top_case_item .item_thumb {
		overflow: hidden;
	}

		.p-top_case_item .item_thumb img {
			-o-object-fit: cover;
			aspect-ratio: 7 / 5;
			object-fit: cover;
		}

	.p-top_case_item .item_cont {
		padding: 20px 20px 30px;
	}

	.p-top_case_item .item_title {
		-webkit-transition: all 0.3s;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		transition: all 0.3s;
	}

	.p-top_case_item .item_name {
		-webkit-transition: all 0.3s;
		font-size: 12px;
		margin-bottom: 20px;
		margin-top: 0.5em;
		transition: all 0.3s;
	}

	.p-top_case_item a:hover .item_title,
	.p-top_case_item a:hover .item_name {
		color: #01906D;
	}

.p-top_contact {
	background-color: #01906D;
	width: 100%;
}

.p-top_contact_inner {
	margin: auto;
}

.p-top_contact_inner {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_contact_inner.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

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

.p-top_contact_list {
	background-color: #ffffff;
	border-radius: 7px;
}

.p-top_contact_button {
	margin: auto;
	max-width: 470px;
	width: 90%;
}

	.p-top_contact_button input[type="submit"] {
		-webkit-transition: all 0.3s;
		background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
		background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
		background-image: linear-gradient(to right, #ffc136, #ffa236);
		border: solid 2px #ffffff;
		border-radius: 7px;
		color: #ffffff;
		display: block;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 1.35;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
		width: 100%;
	}

.p-top_contrivance {
	margin: auto;
	background-color: #A8E0D0;
}

.p-top_contrivance {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_contrivance.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

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

.p-top_contrivance_text {
	/* font-weight: 500;
	line-height: 1.9;
	text-align: center;
	*/
	font-size: 20px;
}

.p-top_contrivance_text2 {
	font-size: 24px;
	font-weight: bold;
	color: #01906D;
	margin-top: 25px;
	margin-bottom: 25px;
}

.p-top_movie {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eeeeee;
	width: 100%;
}

.p-top_movie_title {
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin: 15px;
}

.p-top_movie_text {
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.p-top_movie_text_s {
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.p-top_faq {
	width: 100%;
}



.p-top_faq_inner {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_faq_inner.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

.p-top_faq_title {
	color: #01906D;
	font-weight: bold;
	text-align: center;
}

.p-top_faq_index .index_list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.p-top_faq_index .index_item {
	margin-bottom: 10px;
}

	.p-top_faq_index .index_item a {
		-ms-flex-align: center;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.11);
		-webkit-transition: all 0.3s;
		align-items: center;
		background-color: rgba(0,177,135,0.1);
		border: 2px solid #01906D;
		border-radius: 5px;
		box-shadow: 0 3px 5px 0 rgba(0,0,0,0.11);
		color: #01906D;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		font-weight: bold;
		height: 100%;
		justify-content: center;
		line-height: 1.5;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
		width: 100%;
	}

		.p-top_faq_index .index_item a::after {
			-webkit-transform: translateY(-50%);
			border-color: transparent transparent transparent #01906D;
			border-radius: 3px;
			border-style: solid;
			border-width: 7px 0 7px 8px;
			content: "";
			display: block;
			height: 0;
			position: absolute;
			right: 15px;
			top: 50%;
			transform: translateY(-50%);
			width: 0;
		}

.p-top_faq_header01 {
	color: #333;
	font-weight: 500;
	font-weight: bold;
}

	.p-top_faq_header01::before {
		background-color: #01906D;
		margin-right: 0.5em;
		vertical-align: middle;
	}

.p-top_faq_item {
	background-color: #ffffff;
	border: solid 1px #01906D;
	border-radius: 5px;
}

	.p-top_faq_item .item_head {
		color: #01906D;
		font-weight: bold;
		letter-spacing: normal;
		line-height: 1.56;
		line-height: 1.5;
		min-height: 36px;
		position: relative;
	}

		.p-top_faq_item .item_head::before {
			background: url(../../images/LP/top/top_faq_icon_q.svg) left top no-repeat;
			background-size: 100%;
			content: "";
			display: block;
			height: 30px;
			left: 0;
			position: absolute;
			width: 30px;
		}

		.p-top_faq_item .item_head::after {
			background: url(../../images/LP/top/top_faq_icon_plus.svg) left center no-repeat;
			background-size: 100%;
			content: "";
			display: block;
			height: 20px;
			position: absolute;
			right: 0;
			top: 9px;
			width: 20px;
		}

		.p-top_faq_item .item_head.is-open::after {
			background: url(../../images/LP/top/top_faq_icon_minus.svg) left center no-repeat;
			background-size: 100%;
			content: "";
			display: block;
			height: 20px;
			position: absolute;
			right: 0;
			top: 10px;
			width: 20px;
		}

	.p-top_faq_item .item_body {
		border-top: 1px solid #CBCBCB;
		display: none;
		font-weight: 400;
		margin-bottom: 10px;
		margin-top: 15px;
		padding-left: 46px;
		padding-top: 15px;
		position: relative;
	}

		.p-top_faq_item .item_body::before {
			background: url(../../images/LP/top/top_faq_icon_a.svg) left top no-repeat;
			background-size: 100%;
			content: "";
			display: block;
			height: 30px;
			left: 0;
			position: absolute;
			top: 13px;
			width: 30px;
		}

.p-top_sitename {
	display: none;
}

.p-top_siryo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #01906D;
	width: 100%;
}

.p-top_siryo_title {
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 35px;
}

.p-top_siryo_text {
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	margin-top: 15px;
}

.p-top_siryo_img {
	margin: 10px 10px 30px 10px;
	padding-bottom: 30px;
}

	.p-top_siryo_img img {
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}

.p-top_siryo_sendbox {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	margin: 30px 0px 15px 0;
}

	.p-top_siryo_sendbox a {
		-webkit-transition: all 0.3s;
		background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
		background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
		background-image: linear-gradient(to right, #ffc136, #ffa236);
		border: solid 2px #ffffff;
		border-radius: 7px;
		color: #ffffff;
		font-size: 26px;
		font-weight: bold;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
		width: 450px;
		padding: 20px 50px 20px 50px;
		margin: 30px 20px 50px 20px;
		/*
	line-height: 1.35;
	letter-spacing: 0.05em;


	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 25px;
	border: solid 3px #ffffff;
	*/
	}

		.p-top_siryo_sendbox a:after {
			-webkit-transform: translateY(-50%);
			background: url(../../images/LP/components/icon_tryangle_white.svg) top left no-repeat;
		}

.p-top_mv {
	/* background: url(../../images/LP/top/top_mv_bg@2x.jpg) center center no-repeat; */
	background-color: #01906D;
	background-size: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

	.p-top_mv::after {
		/* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(67%, #fff));
		background-image: -webkit-linear-gradient(rgba(255,255,255,0), #fff 67%);
		background-image: linear-gradient(rgba(255,255,255,0), #fff 67%); */
		bottom: 0;
		content: "";
		display: block;
		height: 200px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 2;
	}

.p-top_mv_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	max-width: 1400px;
	position: relative;
	width: 90%;
	z-index: 3;
}

.p-top_mv_inner {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_mv_inner.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

.p-top_mv_cont .cont_catch {
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
}

.p-top_mv_cont .cont_read {
	font-weight: 400;
	line-height: 1.36;
	color: #ffffff;
}

.p-top_mv_cont .cont_button {
	max-width: 475px;
	width: 90%;
}

	.p-top_mv_cont .cont_button a {
		-webkit-transition: all 0.3s;
		background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
		background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
		background-image: linear-gradient(to right, #ffc136, #ffa236);
		border: solid 2px #ffffff;
		border-radius: 7px;
		color: #ffffff;
		display: block;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 1.35;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
		width: 100%;
	}

		.p-top_mv_cont .cont_button a:after {
			-webkit-transform: translateY(-50%);
			background: url(../../images/LP/components/icon_tryangle_white.svg) top left no-repeat;
			background-size: 100%;
			content: "";
			display: block;
			height: 17px;
			position: absolute;
			right: 30px;
			top: 50%;
			transform: translateY(-50%);
			width: 10px;
		}

.p-top_problem {
	width: 100%;
}

.p-top_problem_text01 {
	background-color: #fff;
	margin: auto;
	position: relative;
	text-align: center;
	width: 90%;
}

	.p-top_problem_text01 img {
		-webkit-transform: translateY(50px);
		-webkit-transition: all .5s;
		opacity: 0;
		transform: translateY(50px);
		transition: all .5s;
	}

		.p-top_problem_text01 img.is-animate {
			-webkit-transform: translate(0);
			opacity: 1;
			transform: translate(0);
		}

	.p-top_problem_text01::after {
		-webkit-transform: translateX(-50%);
		-webkit-transform-origin: center top;
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		border-width: 52px 54px 0 54px;
		content: "";
		display: block;
		height: 52px;
		height: 0;
		left: 50%;
		position: absolute;
		top: 100%;
		transform: translateX(-50%);
		transform-origin: center top;
		width: 108px;
		width: 0;
	}

.p-top_problem_cont01 {
	width: 100%;
}

	.p-top_problem_cont01 .cont01_title {
		background-color: #027659;
		text-align: center;
	}

	.p-top_problem_cont01 .cont01_list {
		background: url(../../images/LP/top/top_problem_bg01.jpg) center center no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	.p-top_problem_cont01 .cont01_list_inner {
		margin: auto;
		position: relative;
	}

	.p-top_problem_cont01 .cont01_list_item {
		background-color: #ffffff;
		list-style: none;
		position: relative;
		z-index: 2;
	}

		.p-top_problem_cont01 .cont01_list_item:not(:last-of-type) {
			margin-bottom: 30px;
		}

		.p-top_problem_cont01 .cont01_list_item .item_title {
			color: #009471;
			font-weight: 600;
			line-height: 1.17;
		}

			.p-top_problem_cont01 .cont01_list_item .item_title::before {
				background: url(../../images/LP/top/top_problem_icon.png) left top no-repeat;
				background-size: 100%;
				vertical-align: middle;
			}

		.p-top_problem_cont01 .cont01_list_item .item_text {
			font-weight: 500;
			line-height: 1.56;
		}

			.p-top_problem_cont01 .cont01_list_item .item_text strong {
				border-bottom: solid 4px #009471;
			}

.p-top_problem_cont02 {
	background-color: #01906D;
	position: relative;
}

	.p-top_problem_cont02::before {
		-webkit-transform: translateX(-50%);
		background: url(../../images/LP/top/top_arrow_large_whte.png) center top no-repeat;
		background-size: auto 100%;
		left: 50%;
		position: absolute;
		top: -32px;
		transform: translateX(-50%);
		z-index: 3;
	}

	.p-top_problem_cont02 .cont02_text {
		text-align: center;
	}

	.p-top_problem_cont02 .cont02_button {
		margin: auto;
		width: 90%;
	}

		.p-top_problem_cont02 .cont02_button a {
			-webkit-transition: all 0.3s;
			background-image: -webkit-gradient(linear, left top, right top, from(#ffc136), to(#ffa236));
			background-image: -webkit-linear-gradient(left, #ffc136, #ffa236);
			background-image: linear-gradient(to right, #ffc136, #ffa236);
			border: solid 2px #ffffff;
			border-radius: 7px;
			color: #ffffff;
			display: block;
			font-weight: bold;
			letter-spacing: 0.05em;
			line-height: 1.35;
			position: relative;
			text-align: center;
			text-decoration: none;
			transition: all 0.3s;
			width: 100%;
		}

			.p-top_problem_cont02 .cont02_button a:after {
				-webkit-transform: translateY(-50%);
				background: url(../../images/LP/components/icon_tryangle_white.svg) top left no-repeat;
				background-size: 100%;
				content: "";
				display: block;
				height: 17px;
				position: absolute;
				right: 30px;
				top: 50%;
				transform: translateY(-50%);
				width: 10px;
			}

.p-top_problem_cont03 {
	width: 100%;
}

	.p-top_problem_cont03 .cont03_title {
		background-color: #027659;
		text-align: center;
	}

	.p-top_problem_cont03 .cont03_list {
		background: url(../../images/LP/top/top_problem_bg03.jpg) center center no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	.p-top_problem_cont03 .cont03_list_inner {
		margin: auto;
		position: relative;
	}

	.p-top_problem_cont03 .cont03_list_item {
		background-color: #ffffff;
		list-style: none;
		position: relative;
		z-index: 2;
	}

		.p-top_problem_cont03 .cont03_list_item:not(:last-of-type) {
			margin-bottom: 30px;
		}

		.p-top_problem_cont03 .cont03_list_item .item_title {
			color: #009471;
			font-weight: 600;
			line-height: 1.17;
		}

			.p-top_problem_cont03 .cont03_list_item .item_title::before {
				background: url(../../images/LP/top/top_problem_icon.png) left top no-repeat;
				background-size: 100%;
				vertical-align: middle;
			}

		.p-top_problem_cont03 .cont03_list_item .item_text {
			font-weight: 500;
			line-height: 1.56;
		}

			.p-top_problem_cont03 .cont03_list_item .item_text strong {
				border-bottom: solid 4px #009471;
			}

.cont01_title img,
.cont03_title img {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.cont01_title img.is-animate,
	.cont03_title img.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

.cont01_list_inner .cont01_list_item,
.cont01_list_inner .cont03_list_item,
.cont03_list_inner .cont01_list_item,
.cont03_list_inner .cont03_list_item {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

.cont01_list_inner.is-animate .cont01_list_item,
.cont01_list_inner.is-animate .cont03_list_item,
.cont03_list_inner.is-animate .cont01_list_item,
.cont03_list_inner.is-animate .cont03_list_item {
	-webkit-transform: translate(0);
	opacity: 1;
	transform: translate(0);
}

	.cont01_list_inner.is-animate .cont01_list_item:nth-of-type(1),
	.cont01_list_inner.is-animate .cont03_list_item:nth-of-type(1),
	.cont03_list_inner.is-animate .cont01_list_item:nth-of-type(1),
	.cont03_list_inner.is-animate .cont03_list_item:nth-of-type(1) {
		-webkit-transition-delay: 0.08s;
		transition-delay: 0.08s;
	}

	.cont01_list_inner.is-animate .cont01_list_item:nth-of-type(2),
	.cont01_list_inner.is-animate .cont03_list_item:nth-of-type(2),
	.cont03_list_inner.is-animate .cont01_list_item:nth-of-type(2),
	.cont03_list_inner.is-animate .cont03_list_item:nth-of-type(2) {
		-webkit-transition-delay: 0.16s;
		transition-delay: 0.16s;
	}

	.cont01_list_inner.is-animate .cont01_list_item:nth-of-type(3),
	.cont01_list_inner.is-animate .cont03_list_item:nth-of-type(3),
	.cont03_list_inner.is-animate .cont01_list_item:nth-of-type(3),
	.cont03_list_inner.is-animate .cont03_list_item:nth-of-type(3) {
		-webkit-transition-delay: 0.24s;
		transition-delay: 0.24s;
	}

	.cont01_list_inner.is-animate .cont01_list_item:nth-of-type(4),
	.cont01_list_inner.is-animate .cont03_list_item:nth-of-type(4),
	.cont03_list_inner.is-animate .cont01_list_item:nth-of-type(4),
	.cont03_list_inner.is-animate .cont03_list_item:nth-of-type(4) {
		-webkit-transition-delay: 0.32s;
		transition-delay: 0.32s;
	}

	.cont01_list_inner.is-animate .cont01_list_item:nth-of-type(5),
	.cont01_list_inner.is-animate .cont03_list_item:nth-of-type(5),
	.cont03_list_inner.is-animate .cont01_list_item:nth-of-type(5),
	.cont03_list_inner.is-animate .cont03_list_item:nth-of-type(5) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

.p-top_problem_cont02 .js-animate {
	-webkit-transform: translateY(50px);
	-webkit-transition: all .5s;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s;
}

	.p-top_problem_cont02 .js-animate.is-animate {
		-webkit-transform: translate(0);
		opacity: 1;
		transform: translate(0);
	}

@media screen and (min-width: 769px) {

	.p-top_contrivance_inner {
		margin: 10px auto;
		width: 1200px;
	}

	.l-container_lower {
		margin: 60px auto 100px;
		width: 1200px;
	}

	.l-footer_inner {
		width: 1200px;
	}

	.l-header {
		height: 100px;
		min-width: 1240px;
	}

	.l-header_inner {
		height: 100px;
	}

	.l-header_sitename {
		padding: 20px 40px;
	}

		.l-header_sitename img {
			width: 180px;
		}

	.l-header_login {
		margin-right: 20px;
	}

		.l-header_login a {
			border: 2px solid #01906D;
			border-radius: 50px;
			padding: 0.5em 2.5em;
		}

			.l-header_login a:hover {
				background: #ffc136;
				border-color: #ffc136;
			}

				.l-header_login a:hover span {
					color: #fff;
				}

					.l-header_login a:hover span::before {
						background: url(../../images/LP/components/ico_key_white.svg) center center no-repeat;
						background-size: 100%;
					}

	.l-header_contact {
		height: 100px;
		width: 295px;
	}

		.l-header_contact a {
			font-size: 20px;
		}

			.l-header_contact a:hover {
				background-color: transparent;
			}

	.l-header {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

		.l-header .l-header_inner {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

		.l-header .l-header_sitename {
			-webkit-transform-origin: left center;
			-webkit-transition: all 0.3s;
			transform-origin: left center;
			transition: all 0.3s;
		}

		.l-header .l-header_contact {
			-webkit-transform-origin: right center;
			-webkit-transition: all 0.3s;
			transform-origin: right center;
			transition: all 0.3s;
		}

		.l-header.is-animate {
			height: 70px;
		}

			.l-header.is-animate .l-header_inner,
			.l-header.is-animate .l-header_contact {
				height: 70px;
			}

			.l-header.is-animate .l-header_sitename {
				-webkit-transform: scale(0.8);
				transform: scale(0.8);
			}

			.l-header.is-animate .l-header_contact a {
				font-size: 17px;
			}

	.main {
		padding-top: 100px;
	}

	.l-wrapper {
		font-size: 16px;
		min-width: 1240px;
	}

	.c-form_item {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 40px;
	}

		.c-form_item .item_head {
			-ms-flex: 0 0 240px;
			-webkit-box-flex: 0;
			flex: 0 0 240px;
			font-size: 18px;
		}

		.c-form_item .item_body {
			-ms-flex: 0 0 calc(100% - 240px);
			-webkit-box-flex: 0;
			flex: 0 0 calc(100% - 240px);
			font-size: 18px;
		}

	.c-form_input._sm {
		width: 50%;
	}

	.c-form_input._md {
		width: 70%;
	}

	.c-form_input._lg {
		width: 100%;
	}

	.c-form_select._sm {
		width: 50%;
	}

	.c-form_select._md {
		width: 70%;
	}

	.c-form_select._lg {
		width: 100%;
	}

	.c-form_textarea._sm {
		width: 50%;
	}

	.c-form_textarea._md {
		width: 70%;
	}

	.c-form_textarea._lg {
		width: 100%;
	}

	.c-header01 {
		font-size: 22px;
	}

		.c-header01::before {
			content: "";
			display: inline-block;
			height: 3px;
			width: 20px;
		}

	.c-header02 {
		font-size: 18px;
	}

	.c-header03 {
		font-size: 16px;
	}

	.c-page_title {
		min-height: 200px;
	}

	.u-pcnone {
		display: none !important;
	}

	.p-contact_kn {
		border: solid 3px #01906D;
		border-radius: 5px 5px 5px 5px;
		padding: 50px 0px 50px 0px;
	}

	.p-contact {
		min-width: 1200px;
	}

	.p-contact_inner {
		padding: 40px 0;
		width: 1200px;
	}

	.p-contact_inner_left {
		background-color: #ffffff;
	}

	.p-contact_inner_right {
		background-color: #eeeeee;
		text-align: left;
		border-radius: 5px 5px 5px 5px;
	}

	.p-contact_title {
		font-size: 43px;
		margin-bottom: 50px;
		color: #01906D;
		font-weight: bold;
		text-align: center;
	}

	.p-contact_form_title {
		font-size: 22px;
		margin-top: 15px;
		margin-bottom: 10px;
		color: #01906D;
		font-weight: bold;
		text-align: center;
		width: 100%;
	}

	.p-contact_item_title {
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 3px;
		color: #333333;
		font-weight: bold;
	}

	.p-contact_item_text {
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 3px;
		color: #333333;
		font-weight: normal;
	}

	.p-contact_item_req {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 3px;
		margin-left: 15px;
		padding: 0px 3px 0px 3px;
		color: #ffffff;
		background-color: red;
		font-weight: normal;
		border-radius: 5px 5px 5px 5px;
	}

	.p-contact_form_box_right {
		text-align: right;
		width: auto;
	}

	.p-contact_form_box_left {
		text-align: left;
		width: auto;
	}

	.p-contact_kojinif {
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 5px;
		color: #333333;
		font-weight: normal;
	}

	.p-contact_ibox {
		margin: 30px 10px 10px 10px;
		border: solid 1px #01906D;
		border-radius: 5px 5px 5px 5px;
		padding: 20px 20px 20px 20px;
		text-align: center;
	}

		.p-contact_ibox h3 {
			font-size: 22px;
			font-weight: bold;
			color: #01906D;
		}

	.p-contact_ibox_intext {
		width: 100%;
		margin: 20px 10px 10px 10px;
		padding: 20px 20px 20px 20px;
		text-align: left;
	}

		.p-contact_ibox_intext ul {
			margin: 20px 0px 0px 20px;
			text-align: left;
		}


	.p-contact_textbox {
		font-size: 18px;
		color: #333333;
		font-weight: normal;
		border-radius: 5px 5px 5px 5px;
		width: 100%;
		border: solid 1px #cccccc;
		padding: 5px;
	}

	.p-contact_sendbox {
		width: 100%;
		padding: 0px;
		text-align: center;
		margin: 15px 0px 15px 0;
	}

		.p-contact_sendbox input {
			width: 100%;
			text-align: center;
			font-size: 18px;
			color: #ffffff;
			background-color: #01906D;
			border-radius: 5px 5px 5px 5px;
			padding: 10px 10px 10px 10px;
			margin-bottom: 25px;
		}

		.p-contact_sendbox input:hover {
			background: #ffc136;
		}

		.p-contact_sendbox input:disabled {
			width: 100%;
			text-align: center;
			font-size: 18px;
			border: 1px solid #999999;
			background-color: #cccccc;
			color: #666666;
			border-radius: 5px 5px 5px 5px;
			padding: 10px 10px 10px 10px;
			margin-bottom: 25px;
		}

		.p-contact_sendbox button {
			width: 100%;
			text-align: center;
			font-size: 18px;
			color: #ffffff;
			background-color: #01906D;
			border-radius: 5px 5px 5px 5px;
			padding: 10px 10px 10px 10px;
			margin-bottom: 25px;
		}

			.p-contact_sendbox button:hover {
				background: #ffc136;
			}

		.p-contact_sendbox button:disabled {
			width: 100%;
			text-align: center;
			font-size: 18px;
			border: 1px solid #999999;
			background-color: #cccccc;
			color: #666666;
			border-radius: 5px 5px 5px 5px;
			padding: 10px 10px 10px 10px;
			margin-bottom: 25px;
		}

		/*.p-contact_sendbox input:hover {
			background: #ffc136;*/
			/* border-color: #ffc136; */
		/*}*/


	.p-contact_box {
		margin-bottom: 40px;
		padding: 80px;
	}

	.p-top_acting {
		min-width: 1200px;
	}

	.p-top_acting_title {
		margin-bottom: 80px;
		padding: 40px 0;
	}

	.p-top_acting_inner {
		margin: 0 auto 110px;
		width: 1200px;
	}

	.p-top_acting_image {
		margin-bottom: 40px;
	}

	.p-top_acting_text {
		font-size: 20px;
		width: 900px;
	}

		.p-top_acting_text strong {
			border-bottom: solid 6px #ffc136;
		}

	.p-top_adopt {
		min-width: 1200px;
		padding: 72px 0;
	}

	.p-top_adopt_inner {
		width: 1200px;
	}

	.p-top_adopt_title {
		font-size: 43px;
		margin-bottom: 50px;
	}

	.p-top_adopt_list {
		padding: 40px;
	}

	.p-top_adopt_item {
		font-size: 20px;
	}

		.p-top_adopt_item:not(:last-of-type) {
			margin-bottom: 1em;
		}

	.p-top_case {
		min-width: 1200px;
	}

	.p-top_case_inner {
		margin: 100px auto;
		width: 1200px;
	}

	.p-top_case_title {
		font-size: 43px;
		margin-bottom: 50px;
	}

	.p-top_contact {
		min-width: 1200px;
	}

	.p-top_contact_inner {
		padding: 100px 0;
		width: 1200px;
	}

	.p-top_contact_title {
		margin-bottom: 64px;
	}

	.p-top_contact_list {
		margin-bottom: 40px;
		padding: 80px;
	}

	.p-top_contact_button input[type="submit"] {
		font-size: 25px;
		padding: 28px;
	}

		.p-top_contact_button input[type="submit"]:hover {
			cursor: pointer;
			opacity: 0.8;
		}

	.p-top_contrivance {
		width: 100%;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.p-top_contrivance_title2 {
		text-align: center;
		font-size: 30px;
		color: #333333;
		/* background-color: #ffffff; */
		border-radius: 5px;
		padding-top: 15px;
		margin-top: 10px;
	}

	.p-top_contrivance_shikumi {
		text-align: center;
		background-color: #ffffff;
		border-radius: 5px;
		padding-top: 15px;
	}

	.p-top_contrivance_text {
		font-size: 20px;
		margin-bottom: 30px;
	}

		.p-top_contrivance_text strong {
			border-bottom: solid 6px #ffc136;
		}

	.p-top_contrivance_text02 {
		font-size: 25px;
		letter-spacing: 0.75px;
		margin-top: 60px;
	}

		.p-top_contrivance_text02 strong {
			border-bottom: solid 6px #ffc136;
			font-size: 39px;
			letter-spacing: 1.17px;
		}

	.p-top_contrivance_arrow {
		margin: 80px 0;
	}

	.p-top_faq {
		min-width: 1200px;
	}

	.p-top_faq_inner {
		margin: 100px auto;
		width: 1200px;
	}

	.p-top_faq_title {
		font-size: 43px;
		margin-bottom: 50px;
	}

	.p-top_faq_index {
		margin-bottom: 60px;
	}

		.p-top_faq_index .index_item {
			-ms-flex-preferred-size: calc((100% - 30px) / 4);
			flex-basis: calc((100% - 30px) / 4);
		}

			.p-top_faq_index .index_item:not(:nth-of-type(4n)) {
				margin-right: 10px;
			}

			.p-top_faq_index .index_item a {
				font-size: 18px;
				padding: 10px;
			}

				.p-top_faq_index .index_item a:hover {
					background-color: #01906D;
					border-color: #01906D;
					color: #fff;
				}

					.p-top_faq_index .index_item a:hover::after {
						-webkit-transform: translateY(-50%) rotate(90deg);
						border-color: transparent transparent transparent #fff;
						transform: translateY(-50%) rotate(90deg);
					}

	.p-top_faq_header01 {
		font-size: 24px;
		margin-bottom: 30px;
	}

		.p-top_faq_header01::before {
			content: "";
			display: inline-block;
			height: 3px;
			width: 20px;
		}

	.p-top_faq_list {
		margin-bottom: 60px;
	}

	.p-top_faq_item {
		margin-bottom: 20px;
		padding: 14px 30px;
	}

		.p-top_faq_item .item_head {
			font-size: 18px;
			padding-left: 46px;
			padding-right: 46px;
			padding-top: 5px;
		}

			.p-top_faq_item .item_head:hover {
				cursor: pointer;
			}

			.p-top_faq_item .item_head::before {
				top: 5px;
			}

	.p-top_mv {
		min-width: 1200px;
	}

	.p-top_mv_inner {
		-ms-flex-align: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		align-items: center;
		justify-content: center;
		padding: 100px 0;
	}

	.p-top_mv_cont {
		-ms-flex: 0 0 48%;
		-webkit-box-flex: 0;
		flex: 0 0 48%;
	}

		.p-top_mv_cont .cont_catch {
			font-size: 37px;
			letter-spacing: 3.8px;
			margin-bottom: 23px;
		}

		.p-top_mv_cont .cont_logo {
			margin-bottom: 22px;
		}

		.p-top_mv_cont .cont_read {
			font-size: 22px;
			margin-bottom: 40px;
		}

		.p-top_mv_cont .cont_button a {
			font-size: 25px;
			padding: 28px;
		}

			.p-top_mv_cont .cont_button a:hover {
				opacity: 0.8;
			}

	.p-top_problem {
		min-width: 1200px;
	}

	.p-top_problem_text01 {
		padding: 80px 0 72px;
	}

	.p-top_problem_cont01 .cont01_title {
		padding: 80px 0 64px;
		margin-bottom: 0px;
	}

	.p-top_problem_cont01 .cont01_list_inner {
		overflow: visible;
		padding: 80px 0;
		width: 1200px;
	}

		.p-top_problem_cont01 .cont01_list_inner::after {
			background: url(../../images/LP/top/top_problem_bg02.png) center top no-repeat;
			background-size: 100% auto;
			bottom: 0;
			content: "";
			display: block;
			height: 720px;
			position: absolute;
			right: -70px;
			width: 490px;
			z-index: 1;
		}

	.p-top_problem_cont01 .cont01_list_item {
		border-radius: 10px;
		padding: 40px;
		width: 812px;
	}

		.p-top_problem_cont01 .cont01_list_item .item_title {
			font-size: 26px;
			margin-left: 50px;
			text-indent: -50px;
		}

			.p-top_problem_cont01 .cont01_list_item .item_title::before {
				content: "";
				display: inline-block;
				height: 36px;
				margin-right: 10px;
				width: 40px;
			}

		.p-top_problem_cont01 .cont01_list_item .item_text {
			font-size: 18px;
			margin-left: 50px;
		}

	.p-top_problem_cont02 {
		padding: 60px 5% 80px;
	}

		.p-top_problem_cont02::before {
			content: "";
			display: block;
			height: 76px;
			width: 58px;
		}

		.p-top_problem_cont02 .cont02_text {
			margin-bottom: 30px;
		}

		.p-top_problem_cont02 .cont02_button {
			max-width: 600px;
		}

			.p-top_problem_cont02 .cont02_button a {
				font-size: 25px;
				padding: 28px;
			}

				.p-top_problem_cont02 .cont02_button a:hover {
					opacity: 0.8;
				}

	.p-top_problem_cont03 .cont03_title {
		padding: 80px 0 64px;
		margin-bottom: 0px;
	}

	.p-top_problem_cont03 .cont03_list_inner {
		overflow: visible;
		padding: 80px 0;
		width: 1200px;
	}

		.p-top_problem_cont03 .cont03_list_inner::after {
			background: url(../../images/LP/top/top_problem_bg04.png) center top no-repeat;
			background-size: 100% auto;
			bottom: 0;
			content: "";
			display: block;
			height: 720px;
			left: -200px;
			position: absolute;
			width: 1457px;
			z-index: 1;
		}

	.p-top_problem_cont03 .cont03_list_item {
		border-radius: 10px;
		margin-left: auto;
		padding: 40px;
		width: 812px;
	}

		.p-top_problem_cont03 .cont03_list_item .item_title {
			font-size: 26px;
			margin-left: 50px;
			text-indent: -50px;
		}

			.p-top_problem_cont03 .cont03_list_item .item_title::before {
				content: "";
				display: inline-block;
				height: 36px;
				margin-right: 10px;
				width: 40px;
			}

		.p-top_problem_cont03 .cont03_list_item .item_text {
			font-size: 18px;
			margin-left: 50px;
		}
}

@media screen and (max-width: 768px) {

	.l-container_lower {
		margin: 40px auto;
		width: 90%;
	}

	.l-footer_inner {
		padding: 15px 0;
		width: 90%;
	}

	.l-header {
		height: 80px;
	}

	.l-header_inner {
		height: 80px;
	}

	.l-header_sitename {
		padding: 14px 2.5%;
	}

		.l-header_sitename img {
			width: 160px;
		}

	.l-header_login {
		margin-right: 2vw;
	}

		.l-header_login a {
			border: 2px solid #01906D;
			border-radius: 50px;
			padding: 0.5em 3vw;
		}

	.l-header_contact {
		height: 80px;
		width: 30%;
	}

		.l-header_contact a {
			font-size: inherit;
		}

	.main {
		padding-top: 80px;
	}

	.l-wrapper {
		font-size: 14px;
	}

	.c-form_item {
		display: block;
		margin-bottom: 2em;
	}

		.c-form_item .item_head {
			font-size: 16px;
			margin-bottom: 1em;
		}

		.c-form_item .item_body {
			font-size: 16px;
		}

	.c-form_input {
		padding: 0.8em;
	}

		.c-form_input._sm {
			width: 100%;
		}

		.c-form_input._md {
			width: 100%;
		}

		.c-form_input._lg {
			width: 100%;
		}

	.c-form_select._sm {
		width: 100%;
	}

	.c-form_select._md {
		width: 100%;
	}

	.c-form_select._lg {
		width: 100%;
	}

	.c-form_textarea._sm {
		width: 100%;
	}

	.c-form_textarea._md {
		width: 100%;
	}

	.c-form_textarea._lg {
		width: 100%;
	}

	.c-header01 {
		font-size: 18px;
	}

		.c-header01::before {
			content: "";
			display: inline-block;
			height: 3px;
			width: 15px;
		}

	.c-header02 {
		font-size: 16px;
	}

	.c-header03 {
		font-size: 14px;
	}

	.c-page_title {
		min-height: 100px;
	}

		.c-page_title h1 {
			font-size: 24px;
		}

	.c-page_title_subtxt {
		font-size: 16px;
		margin-top: 5px;
	}

	.u-spnone {
		display: none !important;
	}

	.p-case_wrap figcaption {
		font-size: 12px;
	}

	.p-case_intro {
		margin-top: auto;
	}

		.p-case_intro p {
			font-size: 16px;
		}

	.p-case_profile {
		padding: 20px;
	}

	.p-case_profile_item {
		-ms-flex-direction: column;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		flex-direction: column;
		gap: 0;
	}

	.p-case_mainimg img {
		border-radius: 10px;
	}

	.p-contact_inner {
		padding: 40px 0;
		width: 90%;
	}

	.p-contact_box {
		margin-bottom: 20px;
		padding: 40px;
	}

	.p-top_acting_title {
		margin-bottom: 40px;
		padding: 20px 0;
	}

		.p-top_acting_title img {
			max-width: 480px;
			width: 90%;
		}

	.p-top_acting_inner {
		margin: 0 auto 80px;
		width: 90%;
	}

	.p-top_acting_image {
		margin-bottom: 20px;
	}

	.p-top_acting_text {
		font-size: 14px;
	}

		.p-top_acting_text strong {
			border-bottom: solid 4px #ffc136;
		}

	.p-top_adopt {
		padding: 40px 0;
	}

	.p-top_adopt_inner {
		width: 90%;
	}

	.p-top_adopt_title {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.p-top_adopt_list {
		padding: 20px;
	}

	.p-top_adopt_item {
		font-size: 16px;
	}

		.p-top_adopt_item:not(:last-of-type) {
			margin-bottom: 0.5em;
		}

	.p-top_case_inner {
		margin: 40px auto;
		width: 90%;
	}

	.p-top_case_title {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.p-top_case_list {
		-ms-flex-direction: column;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		flex-direction: column;
		margin-inline: auto;
		max-width: 500px;
	}

	.p-top_case_item {
		width: 100%;
	}

		.p-top_case_item .item_cont {
			padding: 20px;
		}

		.p-top_case_item .item_title {
			font-size: 18px;
		}

	.p-top_contact_inner {
		padding: 40px 0;
		width: 90%;
	}

	.p-top_contact_title {
		margin-bottom: 40px;
	}

		.p-top_contact_title img {
			max-width: 568px;
			width: 90%;
		}

	.p-top_contact_list {
		margin-bottom: 20px;
		padding: 40px;
	}

	.p-top_contact_button input[type="submit"] {
		font-size: 18px;
		padding: 18px;
	}

	.p-top_contrivance {
		/* width: 90%; */
	}

	.p-top_contrivance_title {
		margin: 40px 0 20px;
	}

		.p-top_contrivance_title img {
			max-width: 580px;
			width: 90%;
		}

	.p-top_contrivance_text {
		font-size: 16px;
		margin-bottom: 30px;
	}

		.p-top_contrivance_text strong {
			border-bottom: solid 4px #ffc136;
		}

	.p-top_contrivance_text02 {
		font-size: 18px;
		letter-spacing: 0.75px;
		margin-top: 40px;
	}

		.p-top_contrivance_text02 strong {
			border-bottom: solid 4px #ffc136;
			font-size: 28px;
			letter-spacing: 1.17px;
		}

	.p-top_contrivance_arrow {
		margin: 20px 0;
	}

		.p-top_contrivance_arrow img {
			-webkit-transform: scale(0.6);
			transform: scale(0.6);
		}

	.p-top_faq_inner {
		margin: 40px auto;
		width: 90%;
	}

	.p-top_faq_title {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.p-top_faq_index {
		margin-bottom: 30px;
	}

		.p-top_faq_index .index_item {
			-ms-flex-preferred-size: calc((100% - 10px) / 2);
			flex-basis: calc((100% - 10px) / 2);
		}

			.p-top_faq_index .index_item:nth-of-type(odd) {
				margin-right: 10px;
			}

			.p-top_faq_index .index_item a {
				font-size: 16px;
				padding: 5px;
			}

	.p-top_faq_header01 {
		font-size: 20px;
		margin-bottom: 15px;
	}

		.p-top_faq_header01::before {
			content: "";
			display: inline-block;
			height: 3px;
			width: 15px;
		}

	.p-top_faq_list {
		margin-bottom: 40px;
	}

	.p-top_faq_item {
		margin-bottom: 20px;
		padding: 14px 30px;
	}

		.p-top_faq_item .item_head {
			font-size: 16px;
			padding-left: 40px;
			padding-right: 40px;
			padding-top: 6px;
		}

			.p-top_faq_item .item_head::before {
				top: 3px;
			}

	.p-top_mv_inner {
		-ms-flex-direction: column-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		flex-direction: column-reverse;
		padding: 40px 0;
	}

	.p-top_mv_cont .cont_catch {
		font-size: 25px;
		letter-spacing: 2.6px;
		margin-bottom: 23px;
		text-align: center;
	}

	.p-top_mv_cont .cont_logo {
		margin: 0 auto 14px;
		max-width: 600px;
		width: 90%;
	}

	.p-top_mv_cont .cont_read {
		font-size: 16px;
		margin-bottom: 40px;
		text-align: center;
	}

	.p-top_mv_cont .cont_button {
		margin: auto;
	}

		.p-top_mv_cont .cont_button a {
			font-size: 18px;
			padding: 18px;
		}

	.p-top_mv_image {
		margin: auto;
		max-width: 620px;
		width: 90%;
	}

	.p-top_problem_text01 {
		padding: 40px 0;
	}

		.p-top_problem_text01 img {
			width: 90%;
		}

		.p-top_problem_text01::after {
			-webkit-transform: translateX(-50%) scale(0.5);
			transform: translateX(-50%) scale(0.5);
		}

	.p-top_problem_cont01 .cont01_title {
		padding: 40px 5% 30px;
		margin-bottom: 0px;
	}

	.p-top_problem_cont01 .cont01_list_inner {
		padding: 40px 0 60px;
		width: 90%;
	}

	.p-top_problem_cont01 .cont01_list_item {
		border-radius: 10px;
		padding: 30px;
		width: 100%;
	}

		.p-top_problem_cont01 .cont01_list_item .item_title {
			font-size: 20px;
			margin-left: 38px;
			text-indent: -38px;
		}

			.p-top_problem_cont01 .cont01_list_item .item_title::before {
				content: "";
				display: inline-block;
				height: 26px;
				margin-right: 8px;
				width: 30px;
			}

		.p-top_problem_cont01 .cont01_list_item .item_text {
			font-size: 16px;
			margin-left: 38px;
		}

	.p-top_problem_cont02 {
		padding: 40px 5% 60px;
	}

		.p-top_problem_cont02::before {
			content: "";
			display: block;
			height: 59px;
			width: 45px;
		}

		.p-top_problem_cont02 .cont02_text {
			margin: 0 auto 20px;
			width: 90%;
		}

		.p-top_problem_cont02 .cont02_button {
			max-width: 475px;
		}

			.p-top_problem_cont02 .cont02_button a {
				font-size: 18px;
				padding: 18px;
			}

	.p-top_problem_cont03 .cont03_title {
		padding: 40px 5% 30px;
		margin-bottom: 0px;
	}

	.p-top_problem_cont03 .cont03_list_inner {
		padding: 40px 0 60px;
		width: 90%;
	}

	.p-top_problem_cont03 .cont03_list_item {
		border-radius: 10px;
		padding: 30px;
		width: 100%;
	}

		.p-top_problem_cont03 .cont03_list_item .item_title {
			font-size: 20px;
			margin-left: 38px;
			text-indent: -38px;
		}

			.p-top_problem_cont03 .cont03_list_item .item_title::before {
				content: "";
				display: inline-block;
				height: 26px;
				margin-right: 8px;
				width: 30px;
			}

		.p-top_problem_cont03 .cont03_list_item .item_text {
			font-size: 16px;
			margin-left: 38px;
		}
}

@media screen and (max-width: 559px) {

	.l-header_sitename {
		padding: 20px 2.5%;
	}

		.l-header_sitename img {
			min-width: 124px;
			width: 40%;
		}

		.l-header_sitename a span {
			display: none;
		}

	.l-header_login {
		-ms-flex: 0 0 80px;
		-webkit-box-flex: 0;
		flex: 0 0 80px;
		height: 80px;
		margin-right: 0;
	}

		.l-header_login a {
			border: none;
			border-radius: 0;
		}

			.l-header_login a span {
				font-size: 12px;
			}

				.l-header_login a span::before {
					content: "";
					display: block;
					height: 30px;
					margin: auto;
					width: 30px;
				}

	.l-header_contact a {
		/* background: #01906D url(images/components/ico_mail_white.svg) center center no-repeat; */
		background: #818181 url(../../images/LP/components/ico_mail_white.svg) center center no-repeat;
		background-size: 50%;
		display: block;
		width: 80px;
	}

		.l-header_contact a span {
			display: none;
		}

	.c-form_select {
		padding: 1em;
	}

	.u-spnone {
		display: none !important;
	}

	.p-top_adopt_item {
		font-size: 14px;
		text-align: left;
	}

	.p-top_contrivance_text02 {
		font-size: 14px;
	}

		.p-top_contrivance_text02 strong {
			font-size: 20px;
		}

	.p-top_mv_cont .cont_catch {
		font-size: 18px;
		letter-spacing: 1.5px;
	}

	.p-top_mv_cont .cont_read {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@-webkit-keyframes updown {

	0% {
		-webkit-transform: translate(0, -0.5em) rotate(0.0001deg);
		transform: translate(0, -0.5em) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: translate(0, 0) rotate(0.0001deg);
		transform: translate(0, 0) rotate(0.0001deg);
	}
}

@keyframes updown {

	0% {
		-webkit-transform: translate(0, -0.5em) rotate(0.0001deg);
		transform: translate(0, -0.5em) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: translate(0, 0) rotate(0.0001deg);
		transform: translate(0, 0) rotate(0.0001deg);
	}
}

@-webkit-keyframes updown_reverse {

	0% {
		-webkit-transform: translate(0, 0) rotate(0.0001deg);
		transform: translate(0, 0) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: translate(0, -0.5em) rotate(0.0001deg);
		transform: translate(0, -0.5em) rotate(0.0001deg);
	}
}

@keyframes updown_reverse {

	0% {
		-webkit-transform: translate(0, 0) rotate(0.0001deg);
		transform: translate(0, 0) rotate(0.0001deg);
	}

	100% {
		-webkit-transform: translate(0, -0.5em) rotate(0.0001deg);
		transform: translate(0, -0.5em) rotate(0.0001deg);
	}
}
