/*fadein　ふわっと出現*/
@-webkit-keyframes fadein-ttl {
	from {
		opacity: 0;
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
@-ms-keyframes fadein-ttl {
	from {
		opacity: 0;
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
@-moz-keyframes fadein-ttl {
	from {
		opacity: 0;
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
@keyframes fadein-ttl {
	from {
		opacity: 0;
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@media screen and (min-width: 1001px) ,print {
/*************************************
* 共通
*************************************/
main { display: block }
/*デザインによって数値を設定*/
.content-inner { width: 90%; margin: auto; padding: 0; max-width: 1200px; height: 100%; }
.detail-inner { margin: auto; padding: 0; width: 95%; height: 100%; }
section,article { padding-top: 9rem;  display: block; }
section:last-child,article:last-child { padding-bottom: 6rem; }
/*電話番号タグに追加（PCのときはリンクボタン機能なし）*/
.tel { pointer-events: none; font-family: 'Josefin Sans', sans-serif; font-weight: bold; color: #000 }
/*PCのみ非表示*/
.dsp-no-pc { display: none !important; }
/*************************************
* スクロールでフェードイン
*************************************/
/*左から出現*/
.effect-l-pc {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(-50px);
}
/*右から出現*/
.effect-r-pc {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(50px);
}
/*下から出現*/
.effect-u-pc {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
/*ただの出現*/
.effect-o-pc {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
/*フェードインの実行*/
.fadein {
	opacity: 1;
	transform: translateX(0px) !important;
}
/*************************************
* 修正時などに使用
*************************************/
#main-content {  }
.dsp-fl-pc { display: flex }
.dsp-inlinebk-pc { display: inline-block }
.area-r-pc { text-align: right; }
.area-l-pc { text-align: left; }
.area-c-pc { text-align: center; margin: auto; }
.m-b_5-pc { margin-bottom: 5px; }
.m-b_20-pc { margin-bottom: 20px; }
.m-b_40-pc { margin-bottom: 40px; }
.m-t_5-pc { margin-top: 5px; }
.m-t_20-pc { margin-top: 20px; }
.m-t_40-pc { margin-top: 40px; }
.fl-l-pc { float: left; }
.fl-r-pc { float: right; }
.w-100-pc { width: 100%; }
.w-75-pc { width: 75%; }
.w-70-pc { width: 70%; }
.w-65-pc { width: 65%; }
.w-60-pc { width: 60%; }
.w-55-pc { width: 55%; }
.w-50-pc { width: 50%; }
.w-45-pc { width: 45%; }
.w-40-pc { width: 40%; }
.w-35-pc { width: 35%; }
.w-30-pc { width: 30%; }
.w-25-pc { width: 25%; }
.w-20-pc { width: 20%; }
hr.hr-01 { margin: 4rem 0 4rem 0; border-top: 1px solid #ddd; border-bottom: none; }
hr.hr-02 { margin: 1rem 0 1rem 0; border-top: 1px solid #ddd; border-bottom: none; }
hr.hr-03 { margin: 6rem 0 0 0; border-top: 1px solid #ddd; border-bottom: none; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*ぱんくず*/
#breadcrumbs { padding: 5px 0 5px 0; text-align: right; font-size: 0.8rem; color: #FFB33B }
#breadcrumbs li { display: inline-block;  }
#breadcrumbs li:after { content: "/"; margin: 0 5px }
#breadcrumbs li:last-child:after { display: none }
#breadcrumbs li a, #breadcrumbs li a:visited { color: #FFB33B }
/*pagetopボタン*/
#pagetop { position: fixed; width: 45px; height: 30px; bottom: 30px; right: 20px; z-index: 500; }
#pagetop a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	color: #b2b2b2;
	font-size: 45px;
	padding: 1px;
	display: inline-block;
}
/*************************************
* 見出し
*************************************/
/* .h2-01 { text-align: center; font-weight: 600; margin-bottom: 0.8rem; color: #E3007F; font-size: 1.6rem; letter-spacing: 0.1rem } */
.h2-01 { text-align: center; font-weight: 600; margin-bottom: 0.8rem; color: #E3007F; font-size: 1.875rem; letter-spacing: 0.1rem }
.h2-02 { margin-bottom: 1.5rem }
.h2-02 span.en {
	color: #E3087F;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	display: block;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative
}
.h2-02 span.en:after {
	content: " ";
	width: 60px;
	border-bottom: 1px solid #E3087F;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}
.h2-02 span.jp {
	color: #E3087F;
	font-weight: 600;
	font-size: 1.1rem
}
.h2-03 { margin-bottom: 1.5rem; font-size: 2rem; color: #000; font-weight: 700; line-height: 3.5rem; }
.h2-03 span { display: inline-block; position: relative; padding-bottom: 3px; }
.h2-03 span:after {
	content: " ";
	position: absolute;
	width: 100%;
	border-bottom: 25px solid #FFF500;
	left: 0;
	bottom: 0;
	z-index: -1
}
.h2-04 { font-size: 2rem; margin-bottom: 3rem; line-height: 3rem; font-weight: 600; }
.h3-01 { color: #000; font-weight: 700; }
.h3-02 { font-weight: 600; font-size: 2rem; line-height: 3.5rem; margin-bottom: 2rem }
.h4-01 span.en {
	color: #E3087F;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	display: block;
	padding-bottom: 0.5rem;
}
.h4-01 span.jp {
	color: #E3087F;
	font-weight: 600;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	display: block
}
.h4-01 span.jp small { font-size: 0.8rem; }
.h4-01 { border-bottom: 3px solid #E3087F; margin-bottom: 1rem }

/*************************************
* テーブル
*************************************/
th {  }
.table-01 { margin-bottom: 1rem; border-top: 1px solid #65DBB7; width: 100%; }
.table-01 tr { border-bottom: 1px solid #65DBB7; line-height: 1.5rem; }
.table-01 tr > * { color: #555; font-weight: 400; padding: 10px 5px }
.table-01 th {  }
.table-01 td {  }
/*************************************
* リスト
*************************************/
ul.list-01, ul.list-01 li { list-style: none; color: #000 } 
ul.list-01 li { padding-left: 1.2em; text-indent: -1.2em; }
ul.list-01 li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f111';
	color: #E3087F;
	margin-right: 0.3em;
	font-weight: bold;
}
/*************************************
* ボタン
*************************************/




/*************************************
* header
*************************************/
#header-top { width: 100%; position: fixed; left: 0; top: 0; z-index: 2000; }
.navi-ttl { width: 100%; text-align: center; padding: 15px 0 15px 0; background-color: #fff; }
.navi-ttl img { width: 200px; height: 48px; display: inline-block; vertical-align: middle; }
.navi-ttl span { font-weight: 700; color: #E3087F; font-size: 1.1rem; display: inline-block; vertical-align: middle; margin-left: 15px }
.global-navi {
	text-align: center;
	width: 100%;
	background-color: rgba(277,8,127,0.8);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform-origin: center top;
}
#header-top.smaller .global-navi {
	transform: scaleY(1);
	opacity: 1;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform-origin: center top;
}
.global-navi li { display: inline-block; margin: 10px; }
.global-navi li a { color: #fff; padding: 5px; font-weight: 500; }
/*************************************
* footer
*************************************/
#fmenu { text-align: center; padding: 3rem 0 5rem 0}
#fmenu a img { width: 200px; height: 30px; }
/*************************************
* home
*************************************/
#section00 { background-color: #E3087F; padding: 8rem 0 4rem 0 }
#section00 .content-inner { width: 1000px;}
.intro-area .txt {
	width: 48%;
	float: left;
	animation-name: fadein-ttl;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
	transform: translateY(20px);
}
.intro-area .txt img { width: 480px; height: 508px; }
.intro-area .intro-form {
	width: 48%;
	float: right;
	animation-name: fadein-ttl;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.8s;
	opacity: 0;
	animation-fill-mode: forwards;
	transform: translateY(20px);
}
.intro-area .txt .detail { display: none; }
#section02 { padding-top: 0; }
.section02-h2 {
	background-color: #BCBCBC;
	position: relative;
	background-image: url(../img/01-bg@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	 overflow: hidden;
	 padding: 150px 0 150px 0;
	 text-align: center;
}
.section02-h2:after {
	content: " ";
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.section02-h2 .h2-02, .section02-h2 .h3-01 { position: relative; z-index: 2 }
.s2-content01 { padding-top: 6rem; position: relative }
.s2-content01 .txt { width: 40%; float: left; text-align: justify; position: relative; z-index: 10 }
.s2-content01 .img { width: 57%; float: right; position: relative; padding-bottom: 6rem; }
.s2-content01 .img:after {
	content: " ";
	width: 180%;
	height: 240px;
	background-color: #DEFFF5;
	position: absolute;
	right: -50%;
	bottom: 0;
	z-index: -5
}
.s2-content02 { padding-top: 6rem; position: relative }
.s2-content02 .txt { width: 40%; float: right; text-align: justify; position: relative; z-index: 10 }
.s2-content02 .img { width: 57%; float: left; position: relative; padding-bottom: 6rem; }
.s2-content02 .img:after {
	content: " ";
	width: 180%;
	height: 240px;
	background-color: #FFE4D6;
	position: absolute;
	left: -50%;
	bottom: 0;
	z-index: -5
}
.e-logo-area { text-align: center; }
.e-logo-area p { width: 250px; margin: 1rem 10px 1rem 10px; display: inline-block; }
.e-logo-area p img { width: 250px; height: 115px }
.s3-note { font-size: 0.6rem; max-width: 34rem; text-align: right; margin: 0.5rem auto 0 }
.section03-form { width: 50%; margin: 0 auto 0 auto; padding-top: 6rem; }
.section04-inner01 { background-color: #E3087F; padding-top: 8rem; padding-bottom: 300px; color: #fff; }
.section04-detail01 .txt { width: 45%; float: left; text-align: justify }
.section04-detail01 .img {
	width: 70%;
	float: right;
	height: 350px;
	background-image: url(../img/02-01@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: -20%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.section04-inner02 { margin-top: -250px; }
.plan-detail {
	background-color: #fff;
	width: 30.3333%;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	margin: 1.5%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
#section05 .h2-01 { color: #185DF2 }
/*************************************
*フォーム
*************************************/
.form-area {
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 30px 30px 40px;
}
.form-menu { color: #E3007F; font-weight: 600; }
input { height: 40px; padding: 8px; font-size: 1rem; background-color: #FFF0C7; border: none; box-sizing: border-box; }
input.sei,input.mei { width: 48%; display: inline-block; }
input.sei { margin-right: 4% }
.form-name { font-size: 0 }
.form-name .form-menu { font-size: 1rem }
input.company,input.mail,input.pass { width: 100%; }
input#your-mail { width: 100%; box-sizing: border-box; height: 46px; padding: 8px; }
input::placeholder { font-size: 13px; font-weight: 500; color: #A0A0A0; }
.form-inner > * { margin-bottom: 0.3rem; }
.form-area .policy { text-align: center; font-size: 0.9rem; }
.form-area .policy input, .form-area .policy a, .form-area .policy span { display: inline-block; vertical-align: middle; padding: 5px; }
.form-area .policy a i { margin-left: 3px }
.form-area .policy a { color: #E3087F; text-decoration: underline }
.form-area .button button {
	text-align: center;
	width: 100%;
	background-color: #E3087F;
	box-sizing: border-box;
	/* padding: 10px; */
	padding: 18px 10px;
	color: #fff;
	font-weight: 700;
	border: none;
	/* font-size: 1.2rem; */
	font-size: 1.5625rem;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.form-area .button button:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #E38F08;
	transform: scale(0.95)
}
.matchHeight { min-height: 490px; }

.entryError {
    color: #FF0000;
    font-size: 13px;
	line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
}

.subsidy {
	font-size: 11px;
	top: 64px;
	position: relative;
}
.lp-copyright {
	font-size: 11px;
	color: #bbb;
	display: inline-block;
	padding: 0 8px;
	line-height: 1;
	margin-top: 30px;
	position: relative;
}
.lp-copyright::before {
	background-color: #bbb;
	bottom: -1px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
.lp-copyright::after {
	background-color: #bbb;
	bottom: -1px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
}




































@media screen and (max-width: 1000px) {
/*************************************
* 共通
*************************************/
main { display: block; }
#main-content {  }
/*デザインによって数値を設定*/
.content-inner { width: 90%; margin: auto; padding: 0; max-width: 600px; height: 100%; }
.detail-inner { margin: auto; padding: 0; width: 95%; height: 100%; }
section,article { padding-top: 3rem;  display: block; }
section:last-child,article:last-child { padding-bottom: 3rem; }
/*電話番号タグに追加（PCのときはリンクボタン機能なし）*/
.tel { font-family: 'Alata', sans-serif; font-weight: bold; }
/*PCのみ非表示*/
.dsp-no-sp { display: none !important; }
/*************************************
* スクロールでフェードイン
*************************************/
/*左から出現*/
.effect-l-sp {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(-50px);
}
/*右から出現*/
.effect-r-sp {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(50px);
}
/*下から出現*/
.effect-u-sp {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
/*ただの出現*/
.effect-o-sp {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
/*フェードインの実行*/
.fadein { opacity: 1; transform: translateX(0px); }
/*************************************
* 修正時などに使用
*************************************/
.dsp-fl-sp { display: flex }
.dsp-inlinebk-sp { display: inline-block }
.area-r-sp { text-align: right; }
.area-l-sp { text-align: left; }
.area-c-sp { text-align: center; margin: auto; }
.m-b_5-sp { margin-bottom: 5px; }
.m-b_20-sp { margin-bottom: 20px; }
.m-b_40-sp { margin-bottom: 40px; }
.m-t_5-sp { margin-top: 5px; }
.m-t_20-sp { margin-top: 20px; }
.m-t_40-sp { margin-top: 40px; }
.fl-l-sp { float: left; }
.fl-r-sp { float: right; }
.w-75-sp { width: 75%; }
.w-70-sp { width: 70%; }
.w-65-sp { width: 65%; }
.w-60-sp { width: 60%; }
.w-55-sp { width: 55%; }
.w-50-sp { width: 50%; }
.w-45-sp { width: 45%; }
.w-40-sp { width: 40%; }
.w-35-sp { width: 35%; }
.w-30-sp { width: 30%; }
.w-25-sp { width: 25%; }
.w-20-sp { width: 20%; }
hr.hr-01 { margin: 2rem 0 2rem 0; border-top: 1px solid #ddd; border-bottom: none; }
hr.hr-02 { margin: 1rem 0 1rem 0; border-top: 1px solid #ddd; border-bottom: none; }
hr.hr-03 { margin: 3rem 0 0 0; border-top: 1px solid #ddd; border-bottom: none; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*ぱんくず*/
#breadcrumbs {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 85px 0 5px 0;
	text-align: right;
	font-size: 0.8rem;
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
#breadcrumbs li { display: inline-block;  }
#breadcrumbs li:after { content: "/"; margin: 0 5px }
#breadcrumbs li:last-child:after { display: none }
#breadcrumbs.smaller {
	padding: 75px 0 5px 0;
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*固定*/
#breadcrumbs {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}
/*pagetopボタン*/
#pagetop { position: fixed; width: 45px; height: 30px; bottom: 30px; right: 20px; z-index: 500; }
#pagetop a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	color: #b2b2b2;
	font-size: 45px;
	padding: 1px;
	display: inline-block;
}
/*************************************
* 見出し
*************************************/
.h2-01 { text-align: center; font-weight: 600; margin-bottom: 0.8rem; color: #E3007F; font-size: 1.3rem; letter-spacing: 0.1rem }
.h2-02 { margin-bottom: 1.5rem }
.h2-02 span.en {
	color: #E3087F;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	display: block;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative
}
.h2-02 span.en:after {
	content: " ";
	width: 60px;
	border-bottom: 1px solid #E3087F;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}
.h2-02 span.jp {
	color: #E3087F;
	font-weight: 600;
	font-size: 1.1rem
}
.h2-03 { margin-bottom: 1.5rem; font-size: 1.5rem; color: #000; font-weight: 700; line-height: 2.5rem; }
.h2-03 span { display: inline-block; position: relative; padding-bottom: 3px; }
.h2-03 span:after {
	content: " ";
	position: absolute;
	width: 100%;
	border-bottom: 20px solid #FFF500;
	left: 0;
	bottom: 0;
	z-index: -1
}
.h2-04 { font-size: 1.8rem; margin-bottom: 1.5rem; line-height: 2.5rem; font-weight: 600; }
.h3-01 { color: #000; font-weight: 700; }
.h3-02 { font-weight: 600; font-size: 1.3rem; line-height: 2rem; margin-bottom: 1rem }
.h4-01 span.en {
	color: #E3087F;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	display: block;
	padding-bottom: 0.5rem;
}
.h4-01 span.jp {
	color: #E3087F;
	font-weight: 600;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	display: block
}
.h4-01 span.jp small { font-size: 0.8rem; }
.h4-01 { border-bottom: 3px solid #E3087F; margin-bottom: 1rem }

/*************************************
* テーブル
*************************************/
th {  }
.table-01 { margin-bottom: 1rem; border-top: 1px solid #65DBB7; width: 100%; }
.table-01 tr { border-bottom: 1px solid #65DBB7; line-height: 1.5rem; }
.table-01 tr > * { color: #555; font-weight: 400; padding: 10px 5px }
.table-01 th {  }
.table-01 td {  }
/*************************************
* リスト
*************************************/
ul.list-01, ul.list-01 li { list-style: none; color: #000 } 
ul.list-01 li { padding-left: 1.2em; text-indent: -1.2em; }
ul.list-01 li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f111';
	color: #E3087F;
	margin-right: 0.3em;
	font-weight: bold;
}
/*************************************
* ボタン
*************************************/




/*************************************
* header
*************************************/
#header-top { width: 100%; position: fixed; left: 0; top: 0; z-index: 2000; }
.navi-ttl { width: 100%; text-align: center; padding: 10px 0 10px 0; background-color: #fff; }
.navi-ttl img { width: 100px; height: 24px; display: inline-block; vertical-align: middle; }
.navi-ttl span { font-weight: 700; color: #E3087F; font-size: 1rem; display: inline-block; vertical-align: middle; margin-left: 10px }
.global-navi {
	text-align: center;
	width: 100%;
	background-color: rgba(277,8,127,0.8);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform-origin: center top;
}
#header-top.smaller .global-navi {
	transform: scaleY(1);
	opacity: 1;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform-origin: center top;
}
.global-navi li { display: inline-block; margin: 0 5px 0 5px; line-height: 1.3rem; }
.global-navi li a { color: #fff; padding: 5px; font-weight: 500; font-size: 0.7rem; }
/*************************************
* footer
*************************************/
#fmenu { text-align: center; padding: 2rem 0 2rem 0}
#fmenu a img { width: 120px; height: 18px; }
/*************************************
* home
*************************************/
#section00 { background-color: #E3087F; padding: 5.5rem 0 2rem 0 }
#section00 .content-inner { }
.intro-area .txt {
	animation-name: fadein-ttl;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
	transform: translateY(20px);
	margin-bottom: 2rem;
}
.intro-area .txt img { width: 100%; height: auto; }
.intro-area .intro-form {
	animation-name: fadein-ttl;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.8s;
	opacity: 0;
	animation-fill-mode: forwards;
	transform: translateY(20px);
}
.intro-area .txt .detail { display: none; }
#section02 { padding-top: 0; }
.section02-h2 {
	background-color: #BCBCBC;
	position: relative;
	background-image: url(../img/01-bg@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	 overflow: hidden;
	 padding: 100px 0 100px 0;
	 text-align: center;
}
.section02-h2:after {
	content: " ";
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.section02-h2 .h2-02, .section02-h2 .h3-01 { position: relative; z-index: 2 }
.s2-content01 { padding-top: 4rem; position: relative }
.s2-content01 .txt { text-align: justify; position: relative; z-index: 10 }
.s2-content01 .img { width: 70%; float: right; position: relative; padding-bottom: 3rem; margin-top: 2rem }
.s2-content01 .img:after {
	content: " ";
	width: 180%;
	height: 140px;
	background-color: #DEFFF5;
	position: absolute;
	right: -50%;
	bottom: 0;
	z-index: -5
}
.s2-content02 { padding-top: 4rem; position: relative }
.s2-content02 .txt { text-align: justify; position: relative; z-index: 10 }
.s2-content02 .img { width: 70%; float: right; position: relative; padding-bottom: 3rem;  margin-top: 2rem }
.s2-content02 .img:after {
	content: " ";
	width: 180%;
	height: 140px;
	background-color: #FFE4D6;
	position: absolute;
	right: -50%;
	bottom: 0;
	z-index: -5
}
.e-logo-area { text-align: center; margin-top: 0.5rem; }
.e-logo-area p { width: 80px; margin: 5px; display: inline-block; }
.e-logo-area p img { width: 80px; height: 37px }
.s3-note { font-size: 0.6rem; max-width: 34rem; text-align: right; margin: 0.5rem auto 0 }
.section03-form { padding-top: 5rem; }
#section04 { background-color: #E3087F; padding-bottom: 2rem; margin-top: 2rem; }
.section04-inner01 {  color: #fff; }
.section04-detail01 .txt { text-align: justify; margin-bottom: 1rem; }
.section04-detail01 .img {
	height: 200px;
	background-image: url(../img/02-01@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 1rem;
}
.section04-inner02 {  }
.plan-detail {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin-bottom: 1rem;
}
#section04 .comment { color: #fff; }
#section05 .h2-01 { color: #185DF2 }
/*************************************
*フォーム
*************************************/
.form-area {
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 15px;
}
.form-menu { color: #E3007F; font-weight: 600; font-size: 0.9rem; }
input { height: 40px; padding: 8px; font-size: 1rem; background-color: #FFF0C7; border: none; box-sizing: border-box; }
input.sei,input.mei { width: 48%; display: inline-block; }
input.sei { margin-right: 4% }
.form-name { font-size: 0 }
.form-name .form-menu { font-size: 1rem }
input.company,input.mail,input.pass { width: 100%; }
input#your-mail { width: 100%; box-sizing: border-box; height: 46px; padding: 8px; }
input::placeholder { font-size: 13px; font-weight: 500; color: #A0A0A0; }
.form-inner > * { margin-bottom: 0.3rem; }
.form-area .policy { text-align: center; font-size: 0.9rem; margin-bottom: 0.5rem; }
.form-area .policy input, .form-area .policy a, .form-area .policy span { display: inline-block; vertical-align: middle; padding: 5px; }
.form-area .policy input { margin-right: 10px; }
.form-area .policy a i { margin-left: 3px }
.form-area .policy a { color: #E3087F; text-decoration: underline }
.form-area .button button {
	text-align: center;
	width: 100%;
	background-color: #E3087F;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	border: none;
	font-size: 1.2rem;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.form-area .button button:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #E38F08;
	transform: scale(0.95)
}
.entryError {
    color: #FF0000;
    font-size: 13px;
	line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
}
.subsidy {
	font-size: 10px;
	top: 30px;
	position: relative;
}
.lp-copyright {
	font-size: 11px;
	color: #bbb;
	display: inline-block;
	padding: 0 8px;
	line-height: 1;
	margin-top: 20px;
	position: relative;
}
.lp-copyright::before {
	background-color: #bbb;
	bottom: -1px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
.lp-copyright::after {
	background-color: #bbb;
	bottom: -1px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}


}



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










}

@media only screen and (max-width: 650px){
/*************************************
* テーブル
*************************************/
.table-01 { border-top: none; }
.table-01 tr { border-bottom: none; display: block; line-height: 1.5rem; padding-left: 0; padding-right: 0; width: 100%; margin-bottom: 0.3rem; }
.table-01 tr > * { padding: 5px 5px 5px 5px; box-sizing: border-box }
.table-01 th { font-weight: bold; width: 100%; display: block; box-sizing: border-box; background-color: #EBFFF9; }
.table-01 td { width: 100%; display: block; margin-left: 0; line-height: 1.5rem; }











}





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




















}



















