@charset "UTF-8";

/* common
------------------------------------------------------------------------------------*/
html, body {
    position: relative;
}
.section_inner {
	max-width: 1065px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
img {
	width: 100%;
	-webkit-backface-visibility: hidden;

}
img.img_sp {
	display: none !important;
}
br.br_sp {
	display: none !important;
}
.sp_txt {
	display: none !important;
}
.bg_img {
	display: none;
}
a {
	text-decoration: none;
}
.center {
	text-align: center;
}
@media all and (max-width: 750px) {
	img.img_pc {
		display: none !important;
	}
	img.img_sp {
		display: block !important;
	}
	br.br_pc {
		display: none !important;
	}
	br.br_sp {
		display: block !important;
	}
	.pc_txt {
		display: none !important;
	}
	.sp_txt {
		display: inline !important;
	}
	.section_inner {
		width: 90%;
	}
}

/* header
------------------------------------------------------------------------------------*/
.top_header {
	background: #fff;
}
.top_header_img {
	width: 92px;
	margin: 0 auto;
	padding: 10px 0 5px;
}

/* contact
------------------------------------------------------------------------------------*/
.contact-btn {
	background: -webkit-linear-gradient(167deg, rgba(32,214,137,1) 0%, rgba(5,142,218,1) 100%);
	background: -o-linear-gradient(167deg, rgba(32,214,137,1) 0%, rgba(5,142,218,1) 100%);
	background: linear-gradient(257deg, rgba(32,214,137,1) 0%, rgba(5,142,218,1) 100%);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -84px;
	z-index: 100;
	width: 45px;
	line-height: 0;
	display: none;
}
.contact-btn.active {
	display: block;
}
.contact-btn img {
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
}
.contact-btn img:hover {
	opacity: .6;
}
@media all and (max-width: 750px) {
	.contact-btn {
		top: auto;
		bottom: 0;
		width: 100%;
	}
}

/* section_01
------------------------------------------------------------------------------------*/
.section_01 {
	background: url("../img/section01-bg.png") no-repeat bottom center transparent;
	background-size: cover;
	padding: 70px 0 100px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.section_01 h1 {
	max-width: 464px;
	width: 50%;
	float: left;
	opacity: 0;
	transform: translate(50px, 0);
	-moz-transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
	-o-transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_01 h1.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_01 h1 svg {
	fill: #fff;
	enable-background:new 0 0 84.33 57.67;
}
.section_01_r {
	float: right;
	max-width: 440px;
	width: 47%;
}
.section_01 h2 {
	font-size: 3.8vw;
	line-height: 2em;
	color: #fff;
	margin-top: -20px;
	opacity: 0;
	transform: translate(50px, 0);
	-moz-transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
	-o-transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_01 h2.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_01 .section_01-btn a:hover {
	background: #fff;
}
.section_01 .section_01-btn {
	display: inline;
}
.section_01 .section_01-btn a {
	background: #000;
	display: inline-block;
	padding: 3%;
	margin-top: 8%;
	border: 1px solid #000;
	cursor: pointer;
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
	opacity: 0;
	transform: translate(50px, 0);
	-moz-transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
	-o-transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_01 .section_01-btn a.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_01 .section_01-btn:hover a {
	color: #000;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
}
.section_01 .section_01-btn svg {
	fill: #fff;
	width: 1.3vw;
	padding-left: 10px;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
}
.section_01 .section_01-btn:hover svg {
	fill: #000;
}
.section_01 .icon_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}
.section_01 .icon_list li {
	width: 32%;
	max-width: 339px;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_01 .icon_list li.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
@media all and (min-width: 1000px) {
	.section_01 h2 {
		font-size: 40px;
	}
	.section_01 .section_01-btn {
		padding: 15px;
	}
	.section_01 .section_01-btn a {
		font-size: 20px;
	}
	.section_01 .section_01-btn svg {
		width: 13px;
	}
}
@media all and (max-width: 750px) {
	.section_01 {
		background: url("../img/section01-bg-sp.png") no-repeat bottom center;
		background-size: cover;
	}
	.section_01 h1 {
		max-width: none;
		width: 80%;
	}
	.section_01 h2 {
		width: 100%;
		margin: 5% 0 0;
		font-size: 22px;
	}
	.section_01_r {
		width: 100%;
	}
	.section_01 .section_01-btn {
		width: 60%;
	}
	.section_01 .section_01-btn a {
		font-size: 4vw;
	}
	.section_01 .section_01-btn svg {
		width: 2.3vw;
	}
	.section_01 .icon_list {
		display: block;
	}
	.section_01 .icon_list li {
		width: 100%;
		max-width: none;
	}
	.section_01 .icon_list li:nth-child(n+2) {
		margin-top: 4%;
	}
}

/* section_02
------------------------------------------------------------------------------------*/
.section_02 {
	background:linear-gradient(#c03737, #f80080); 
    padding: 8% 0 30px;
    margin-top: -8%;
}
.section_02 h3 {
	max-width: 1063px;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	opacity: 0;
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_02 h3.active {
	opacity: 1;
}
@media all and (max-width: 750px) {
	.section_02 {
		padding: 8% 0 7%;
	}
	.section_02 h3 {
		border-bottom: none;
	}
}

/* section_03
------------------------------------------------------------------------------------*/
.section_03 {
	padding: 55px 0;
}
.section_03_txt_01 {
	enable-background:new 0 0 19.6 3.99;
	fill: #de2424;
	max-width: 105px;
	width: 12%;
	display: block;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_03_txt_01.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_03_txt_02 {
	enable-background:new 0 0 135.03 14.35;
	max-width: 430px;
	width: 42%;
	display: block;
	padding-top: 4%;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_03_txt_02.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_03 ul {
	text-align: center;
	padding: 40px 0;
}
.section_03 ul li {
	max-width: 151px;
	width: 16%;
	display: inline-block;
	padding: 0 10px;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_03 ul li.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_03_txt_03 {
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_03_txt_03.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_03_txt_03 span {
	display: inline-block;
}
@media all and (max-width: 750px) {
	.section_03_txt_01 {
		width: 30%;
	}
	.section_03_txt_02 {
		width: 90%;
		padding-top: 8%;
	}
	.section_03 ul {
		padding: 12% 0 9%;
	}
	.section_03 ul li {
		width: 30%;
		padding: 0 3%;
	}
	.section_03_txt_03 {
		text-align: left;
		font-size: 18px;
		line-height: 36px;
	}
	.section_03_txt_03 span {
		display: inline;
	}
}

/* section_04-06
------------------------------------------------------------------------------------*/
.section_04 {
	background: url("../img/section04-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 75px 0;
	position: relative;
	overflow: hidden;
}
.section_05 {
	background: url("../img/section05-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 75px 0;
	position: relative;
	overflow: hidden;
}
.section_06 {
	background: url("../img/section06-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 75px 0;
	position: relative;
	overflow: hidden;
}
.section_04_txt_01 {
	enable-background:new 0 0 55.69 9.04;
}
.section_05_txt_01 {
	enable-background:new 0 0 56.7 9.04;
}
.section_06_txt_01 {
	enable-background:new 0 0 56.71 9.04;
}
.section_04_txt_01,
.section_05_txt_01,
.section_06_txt_01 {
	width: 110px;
	margin: 0 auto;
	display: block;
	fill: #fff;
	margin-bottom: 50px;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_04_txt_01.active,
.section_05_txt_01.active,
.section_06_txt_01.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_04_icon {
	width: 30%;
	float: left;
}
.section_05_icon {
	width: 25%;
	float: right;
	padding-right: 5%;
}
.section_05_icon img {
	max-width: 227px;
}
.section_06_icon {
	width: 20%;
	padding: 0 5% 0 5%;
	float: left;
}
.section_06_icon img {
	max-width: 185px;
}
.section_04_icon,
.section_05_icon,
.section_06_icon {
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_04_icon.active,
.section_05_icon.active,
.section_06_icon.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_04_txtarea,
.section_06_txtarea {
	float: right;
	color: #fff;
	width: 70%;
}
.section_05_txtarea {
	float: left;
	color: #fff;
	width: 70%;
}
.section_04_txtarea,
.section_06_txtarea {
	opacity: 0;
	transform: translate(50px, 0);
	-moz-transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
	-o-transform: translate(50px, 0);
	-ms-transform: translate(50px, 0);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_05_txtarea {
	opacity: 0;
	transform: translate(-50px, 0);
	-moz-transform: translate(-50px, 0);
	-webkit-transform: translate(-50px, 0);
	-o-transform: translate(-50px, 0);
	-ms-transform: translate(-50px, 0);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_04_txtarea.active,
.section_05_txtarea.active,
.section_06_txtarea.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_05_txtarea.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_04_txtarea span,
.section_05_txtarea span,
.section_06_txtarea span {
	display: inline-block;
}
.section_04_txtarea h4,
.section_06_txtarea h4 {
	font-size: 40px;
	line-height: 50px;
	padding-left: 6%;
	margin: 0 0 20px;
}
.section_04_txtarea p,
.section_06_txtarea p {
	font-size: 20px;
	line-height: 40px;
	padding-left: 6%;
}
.section_05_txtarea h4 {
	font-size: 40px;
	line-height: 50px;
	padding-right: 6%;
	margin: 0 0 20px;
}
.section_05_txtarea p {
	font-size: 20px;
	line-height: 40px;
	padding-right: 6%;
}
@media all and (max-width: 750px) {
	.section_04 {
		background: url("../img/section04-bg-sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 15% 0;
	}
	.section_05 {
		background: url("../img/section05-bg-sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 15% 0;
	}
	.section_06 {
		background: url("../img/section06-bg-sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 15% 0;
	}
	.section_04_icon {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	.section_05_icon {
		width: 33%;
		padding: 0;
		margin: 0 auto;
		float: none;
	}
	.section_06_icon {
		width: 33%;
		padding: 0;
		margin: 0 auto;
		float: none;
	}
	.section_04_txtarea,
	.section_05_txtarea,
	.section_06_txtarea {
		width: 100%;
		margin: 10% auto 0;
	}
	.section_04_txtarea h4, 
	.section_05_txtarea h4, 
	.section_06_txtarea h4 {
		padding-left: 0;
		padding-right: 0;
		font-size: 32px;
		line-height: 44px;
	}
	.section_04_txtarea p, 
	.section_05_txtarea p, 
	.section_06_txtarea p {
		padding-left: 0;
		padding-right: 0;
		font-size: 18px;
		line-height: 34px;
	}
	.section_04_txtarea,
	.section_05_txtarea,
	.section_06_txtarea {
		opacity: 0;
		transform: translate(0, 50px);
		-moz-transform: translate(0, 50px);
		-webkit-transform: translate(0, 50px);
		-o-transform: translate(0, 50px);
		-ms-transform: translate(0, 50px);
		transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
		-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
		-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
		-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	}
}

/* section_07
------------------------------------------------------------------------------------*/
.section_07 {
	padding: 70px 0;
}
.section_07_txt_01 {
	enable-background:new 0 0 29.74 3.99;
	fill: #DE2424;
	width: 18.2%;
	max-width: 160px;
	margin: 0 auto;
	display: block;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_07_txt_01.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_07_txt_02 {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin: 30px 0;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_07_txt_02.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_07_txt_02 span {
	display: inline-block;
}
.swiper-slide {
	max-width: 553px;
}
.section_07 .swiper-container {
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_07 .swiper-container.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
@media all and (max-width: 750px) {
	.section_07_txt_01 {
		width: 45.5%;
	}
	.section_07_txt_02 {
		text-align: left;
	}
	.swiper-slide {
		width: 70%;
	}
	.section_07_txt_02 span {
		display: inline;
	}
}

/* section_08
------------------------------------------------------------------------------------*/
.section_08 {
	background: url("../img/section08-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 70px 0 20px;
}
.section_08_txt_01 {
	enable-background:new 0 0 18.98 4.04;
    fill: #DE2424;
    width: 11.4%;
    max-width: 101px;
    margin: 0 auto;
	display: block;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_08_txt_01.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_08_txt_02 {
	text-align: center;
	margin: 30px 0;
	font-size: 16px;
	line-height: 28px;
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_08_txt_02.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.section_08_txt_02 span {
	font-size: 80%;
	color: #ff0000;
}
.section_08 form {
	width: 720px;
	margin: 0 auto;
}
.section_08 form#mail_form dl dt {
    padding: 30px 30px 30px 0;
}
.section_08 .form-group {
	clear: both;
	padding: 15px 0 0;
}
.section_08 .form-group .form-input {
	display: table-cell;
	width: 470px;
	vertical-align: top;
}
.section_08 .form-group .form-input input,
.section_08 .form-group .form-input select,
.section_08 .form-group .form-input textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 10px;
}
form#mail_form .check-group dl dd {
	width: 100%;
}
form#mail_form dl dd label {
	font-size: 16px;
}
form#mail_form dl dd label span {
	font-size: 90%;
    color: #ff0000;
}
/* .section_08 .text-right {
	display: none;
} */
.section_08 .form-policy {
    width: 100%;
    background: #fff;
    height: 160px;
    overflow-y: scroll;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
}
.submit-inner {
	position: relative;
	padding: 5px 0 0;
}
.section_08 .btn-primary {
	background: #13b5b1;
    border: none;
    color: #fff;
    font-size: 24px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: 6px;
    padding: 13px 0;
    width: 100%;
	border-radius: 6px;
	position: relative;
	z-index: 10;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	cursor: pointer;
}
.section_08 .btn-primary:focus {
	border: none;
	outline: none;
}
.section_08 .btn-primary:hover {
	transform: translate(0, 8px);
	-moz-transform: translate(0, 8px);
	-webkit-transform: translate(0, 8px);
	-o-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
}
.section_08 form {
	opacity: 0;
	transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-webkit-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-o-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
	-moz-transition: all .5s cubic-bezier(0.195, 0.620, 0.460, 0.895);
}
.section_08 form.active {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.submit_shadow {
    background: #14a09d;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -8px;
    border-radius: 5px;
    left: 0;
}
.check-group {
	text-align: center;
}
.check-group dt {
	display: none;
}
.alert-danger {
    color: #DE2424;
    margin: 5px 0 0;
}
.copyright {
	text-align: center;
	margin: 50px 0 0;
	font-size: 12px;
}
@media all and (max-width: 750px) {
	.section_08 form {
		width: 100%;
		display: block;
	}
	.section_08 .form-group .form-txt {
		width: 100%;
		display: block;
	}
	.section_08 .form-group .form-input {
		width: 100%;
		display: block;
	}
	.section_08_txt_01 {
		width: 28.5%;
	}
	.section_08_txt_02 {
		text-align: left;
	}
	.check-group {
		text-align: left;
	}
	.section_08 .btn-primary {
		font-size: 20px;
		letter-spacing: 3px;
		padding: 10px 0;
	}
	.section_08 form#mail_form dl dt {
		padding: 20px 0 0;
	}
}


/* thanks.html
------------------------------------------------------------------------------------*/
.thanks-page-html,
.thanks-page {
	height: 100%;
	width: 100%;
}
.thanks-page {
	background: url("../img/section08-bg.jpg") no-repeat center center;
	background-size: cover;
}
.thanks_img {
	background: url("../img/thanks-bg.jpg") no-repeat center center;
	background-size: cover;
	font-size: 32px;
	text-align: center;
	color: #fff;
	padding: 120px 0;
}
.section.thanks {
	padding: 70px 0 20px;
	text-align: center;
}
.section.thanks .contact_txt01 {
	font-size: 20px;
	line-height: 40px;
}
.section.thanks .contact_txt02 {
	font-size: 20px;
	line-height: 40px;
	margin-top: 30px;
}
.back-btn {
	display: inline;
}
.back-btn a:hover {
	background: #fff;
}
.back-btn a {
    background: #000;
    display: inline-block;
    padding: 14px 20px;
    margin-top: 30px;
    border: 1px solid #000;
    cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
}
.back-btn svg {
	fill: #fff;
	width: 10px;
	padding-left: 10px;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
}
.back-btn:hover svg {
	fill: #000;
}
.back-btn:hover a {
	color: #000;
}
@media all and (max-width: 750px) {
	.thanks-page-html, .thanks-page {
		height: auto;
	}
	.thanks_img {
		text-align: center;
	}
	.section.thanks .contact_txt01,
	.section.thanks .contact_txt02 {
		text-align: left;
	}
	.section.thanks .contact_txt01,
	.section.thanks .contact_txt02 {
		font-size: 16px;
		line-height: 32px;
	}
}