@charset "utf-8";
/* CSS Documznt */
/*****************************************
共通設定
******************************************/
html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #333;
	width: auto;
	height: 100%;
	letter-spacing: 0.2em;
	line-height: 2.1538;
}
/*
 すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
	min-height: 100%;
}
/*
 IE9+用に、displayプロパティを定義。
 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
 2. IE, Firefox用、smain要素に「display: block;」を定義。
*/

article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, div, section, summary, img { /* 1 */
	display: block;
}
/*
 IE9+用、displayプロパティを定義。
 */
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, figure, h1, h2, h3, h4, h5, h6, form, select {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
audio, canvas, progress, video {
	display: inline-block;
}
/*****************************************
レイアウト関連
******************************************/

.margin25 {
	margin: 25px;
}
.margin25_t_b {
	margin: 5px 0;
}
.margin25_l_r {
	margin: 0 25px;
}
.margin50 {
	margin: 50px
}
.margin10_t_b {
	margin: 50px 0;
}
.margin10_l_r {
	margin: 0 50px;
}
.font_small {
	font-size: 85%;
}
.font_large {
	font-size: 115%;
}
.fade {
	animation: fade 2s ease 0s 1 normal;
	-webkit-animation: fade 2s ease 0s 1 normal;
}
 @keyframes fade {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fade {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 20px);
	transition : all 1000ms;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
img {
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 100%;
	height: auto;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*ここからトップバナー
*/
.header-right-wrapper {
	margin-right: 25px;
}
.shiro {
	text-shadow: 2px 3px #ffffff, 3px 2px #ffffff, 3px 1px #ffffff, 3px 0 #ffffff, 3px -1px #ffffff, 3px -2px #ffffff, 3px -3px #ffffff, -3px 3px #ffffff, -3px 2px #ffffff, -3px 1px #ffffff, -3px 0 #ffffff, -3px -1px #ffffff, -3px -2px #ffffff, -3px -3px #ffffff, 2px 3px #ffffff, 2px -3px #ffffff, -2px 3px #ffffff, -2px -3px #ffffff, 1px 3px #ffffff, 1px -3px #ffffff, -1px 3px #ffffff, -1px -3px #ffffff, 0 3px #ffffff, 0 -3px #ffffff, 3px 3px 5px rgba(0,0,0,0.3);
}
.aka {
	text-shadow: 2px 3px #FF0011, 3px 2px #FF0011, 3px 1px #FF0011, 3px 0 #FF0011, 3px -1px #FF0011, 3px -2px #FF0011, 3px -3px #FF0011, -3px 3px #FF0011, -3px 2px #FF0011, -3px 1px #FF0011, -3px 0 #FF0011, -3px -1px #FF0011, -3px -2px #FF0011, -3px -3px #FF0011, 2px 3px #FF0011, 2px -3px #FF0011, -2px 3px #FF0011, -2px -3px #FF0011, 1px 3px #FF0011, 1px -3px #FF0011, -1px 3px #FF0011, -1px -3px #FF0011, 0 3px #FF0011, 0 -3px #FF0011, 3px 3px 5px rgba(204,0,0,0.3);
}
.kuro {
	text-shadow: 2px 3px #000, 3px 2px #000, 3px 1px #000, 3px 0 000, 3px -1px #000, 3px -2px #000, 3px -3px #000, -3px 3px #000, -3px 2px #000, -3px 1px #000, -3px 0 #000, -3px -1px #000, -3px -2px #000, -3px -3px #000, 2px 3px #000, 2px -3px #000, -2px 3px #000, -2px -3px #000, 1px 3px #000, 1px -3px #000, -1px 3px #000, -1px -3px #000, 0 3px #000, 0 -3px #000, 3px 3px 5px rgba(255,255,255,0.3);
}
#stage {
	width: 100%;
	height: auto;
	position: relative;
}
#headercq2 {
	width: 100%;
	background-color: rgba(0, 168, 128, 0.9);
	;
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}
.image-crossfader-inner2 {
	width: 100%;
	height: auto;
	background: url(img/background/6.png) no-repeat;
	background-size: 100% 100%;
	background-position: right;
	overflow: hidden;
}
#blogname2 {
	width: 100%;
	height: 600px;
	position: relative;
	display: flex;
}
.left_wrapper2 {
	position: relative;
	width: 40%;
	margin-left: 15%;
	height: 100%;
}
.copy3 {
	font-size: 5.2vmin;
	color: #FFF;
	z-index: 97;
	line-height: 1.5;
	position: absolute;
	margin: 0 auto;
	margin-left: 15%;
	white-space: nowrap;
	margin-top: 2%;
	font-weight: bold;
	width: 80%;
}
.left_img {
	padding-bottom: 0px;
	margin: 0 auto;
	position: relative;
	top: 20%;
	height: 75%;
	z-index: 0;
	margin-bottom: 5%;
}
.left_copy {
	position: absolute;
	display: block;
	background-color: #FFF;
	font-weight: bold;
	top: 90%;
	font-size: 15px;
	padding: 0 5px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
.right_wrapper2 {
	position: absolute;
	right: 0;
	width: 50%;
	height: 600px;
	display: table;
}
.copy {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}
.copy2 {
	display: none;
}
.copy h1 {
	font-size: 45px;
	display: inline-block;
	color: #00a273;
	font-weight: bold;
}
.copy h2 {
	font-size: 35px;
	line-height: 1.4;
	color: #383838;
	font-weight: bold;
}
.copy h2 em {
	color: #FF0004;
	font-style: normal;
	font-size: 35px;
	margin-top: 10px;
	font-weight: bold;
	display: inline-block;
}
.copy h2 strong {
	font-size: 35px;
	line-height: 1.4;
	color: #FF0011;
	margin: 10px 0px;
	display: inline-block;
	animation: fade 2s ease 0s 1 normal;
	-webkit-animation: fade 3s ease 0s 1 normal;
}
.btn_wrapper {
	width: 100%;
	display: flex;
	height: auto;
	justify-content: center;
}
.copy_2 {
	line-height: 1.5;
	font-size: 3vmin;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.copy_btn {
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
	margin: 30px 10px;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-size: 2.5vmin;
	background-color: #FF0011;
	border-radius: 10px;
	height: 70px;
	display: flex;
	align-items: center;
	 border-bottom: solid 4px #E60211;
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}
.copy_btn a {
	color: #FFF;
	text-decoration: none;
}
.copy_btn p {
	width: 0;
	height: 0;
	border-left: 12px solid #FFF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
	line-height: inherit;
}
.copy_btn p {
	animation: hurueru 4s infinite;
}
.stepRflex p img {
	width: inherit;
	margin: 0 auto;
}
.img2 img {
	width: inherit;
	margin: 0 auto;
}
.crecard img {
	width: inherit;
	height: auto;
	display: inline-block;
}
.syusei img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

@media(max-width:1024px) {
.image-crossfader-inner2 {
	width: 100%;
	height: auto;
	background: url(img/background/6.png) no-repeat;
	background-size: auto 100%;
	background-position: 100% 100%;
	overflow: hidden;
}
#blogname2 {
	width: 100%;
	height: 600px;
	position: relative;
	display: flex;
}
.copy {
	display: none;
}
.copy2 {
	display: block;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	height: auto;
}
.left_wrapper2 {
	width: 100%;
	margin-left: 0%;
}
.copy2 h1 {
	font-size: 30px;
	color: rgba(0, 168, 128, 0.9);
	font-weight: bold;
}
.copy2 h2 {
	font-size: 23px;
	line-height: 2;
	font-weight: bold;
}
.copy2 h2 strong {
	font-size: 27px;
	line-height: 1.4;
	color: #FF0011;
	margin: 10px 0px;
	display: inline-block;
	animation: fade 2s ease 0s 1 normal;
	-webkit-animation: fade 3s ease 0s 1 normal;
}
.copy2 h2 em {
	color: #FF0004;
	font-style: normal;
	font-size: 5vmin;
	margin-top: 10px;
	font-weight: bold;
	display: inline-block;
}
.btn_wrapper {
	width: 100%;
	display: block;
	height: auto;
}
.copy_img {
	width: 50%;
	margin: 20px auto;
}
.copy_img2 {
	width: 50%;
	margin: 20px auto;
}
.copy_2 {
	display: block;
	font-size: 25px;
}
.copy_btn {
	width: 80%;
	justify-content: center;
	margin: 20px auto;
	font-size: 20px;
}
.left_copy {
	font-size: 18px;
}
.left_img {
	top: 17%;
}
.copy3 {
	margin-left: 0;
	font-size: 4vmin;
	width: 90%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
}

@media (max-width: 480px) {
#blogname2 {
	width: 100%;
	height: 400px;
	display: block;
}
.copy2 h1 {
	font-size: 30px;
}
.copy2 h2 {
	font-size: 15px;
	line-height: 1.4;
}
.copy2 h2 em {
	font-size: 25px;
}
.copy2 h2 strong {
	font-size: 25px;
}
.left_wrapper2 {
	height: 100%;
}
.copy3 {
	white-space: inherit;
	font-size: 14px;
}
.left_img {
	height: 80%;
	margin-bottom: 0%;
	top: 8%
}
.copy_2 {
	font-size: 20px;
}
.copy_btn {
	font-size: 15px;
	width: 90%;
}
.point img {
	height: auto;
}
.copy_img {
	width: 80%;
	margin: 20px auto;
}
.copy_img2 {
	width: 90%;
	margin: 20px auto;
}
.left_copy {
	font-size: 8px;
	top: 85%;
}
.copy3 {
	font-size: 4vmin;
	white-space: inherit;
	text-align: center;
}
}
@keyframes hurueru {
 0% {
transform: translate(0px, 0px) rotateZ(0deg)
}
 95% {
transform: translate(0px, 0px) rotateZ(0deg)
}
 97% {
transform: translate(2px, 2px) rotateZ(1deg)
}
 98% {
transform: translate(0px, 2px) rotateZ(0deg)
}
 99% {
transform: translate(2px, 0px) rotateZ(-1deg)
}
 100% {
transform: translate(0px, 0px) rotateZ(0deg)
}
}
