@charset "UTF-8";

/*
Theme Name: 3Gプロジェクト参加者募集
Theme URL:
Author: Catwork Inc.
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
p{
	max-height:100%;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.wrap{
	width:100%;
	overflow-x: hidden;
}
h2,h3,h4,h5{
	font-weight: bold;
}
.inner{
	margin:0 auto;
	width: 1200px;
}
img{
	max-width:100%;
}

*{
	transition:all .5s;
}




/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1200px) and (min-width: 431px){
	html,
	body,
	.wrap{
		width: 1200px;
	}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px){
	a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
	}
	.sp{
		display: none;
	}
	header{
		height: 680px;
		box-sizing: border-box;
		background: url(img/home_key_bg.png)center center /cover;
	}
	header .inner{
		position: relative;
	}
	header .inner h1{
		position: absolute;
		top: 200px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 66px;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
		color: #fff;
		display: inline-block;
		width: 845px;
	}
	header .inner h1 .span01{
		display: block;
		font-size: 22px;
		font-weight: bold;
		padding: 0 0 10px;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	header .inner h1 .span02{
		font-size: 32px;
		display: inline-block;
		padding: 0 0 0 10px;
		font-weight: bold;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	header .inner .logo{
		position: absolute;
		top: 90px;
		left: 190px;
	}
	header .inner .button_box{
		width: 1000px;
		margin:auto;
		padding: 380px 0 0;
		display: flex;
		justify-content: space-between;
	}
	header .inner .button_box a{
		display: block;
	}
	header .inner .button_box a:hover{
		margin: -10px 0 0;
	}


	/*home
	-----------------------------------------------*/
    .home .link-btn {
		width: 480px;
        display: block;
        margin: 110px auto;
        text-align: center;
    }
    .home .link-btn a {
		padding-top: 21px;
		display: block;
		height: 60px;
		background: linear-gradient(to left,#0ab399, #0cc657);
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		box-sizing: border-box;
		border-radius: 50px;
	}
    .home .link-btn a span{
		font-weight: bold;
	}
    .home .link-btn.contact {
		margin: 7px auto 0px;
	}
    .home .link-btn a:hover {
		background: linear-gradient(to left,#0cc657, #0ab399);
        color: #fff;
    }
	.home .cont01{
		background: url(img/home_bg01.png) calc(50% - 660px) 95px no-repeat, url(img/home_bg02.png) calc(50% - 630px) 535px no-repeat, url(img/home_bg03.png) calc(50% + 560px) 195px no-repeat, url(img/home_bg04.png) calc(50% + 685px) 515px no-repeat;
	}
	.home .cont01 .inner{
		padding: 80px 0 70px;
	}
	.home .cont01 .inner h2{
		padding: 70px 0 5px;
		font-size: 64px;
		color: #09c851;
		text-align: center;
		text-shadow: 5px 5px #c9f2d9;
		background: url(img/home_text01.png) left 180px top no-repeat;
	}
	.home .cont01 .inner h2 span{
		display: block;
		font-size: 26px;
		text-align: center;
		font-weight: bold;
		color: #000;
		text-shadow: none;
	}
	.home .cont01 .inner .text{
		font-size: 33px;
		color: #09c851;
		text-align: center;
		margin: 0 0 60px;
	}
	.home .cont01 .inner .mov{
        margin-bottom: 60px;
	}
	.home .cont01 .inner .mov video{
		margin: 0 auto;
		display: block;
		/* width: 500px; */
		width: 720px;
		/* height: 288px; */
		height: 480px;
	}
	.home .cont01 .inner .text span{
		font-weight: bold;
		display: inline-block;
		padding: 5px;
		margin: 0 10px;
		border: 2px solid #09c851;
		border-radius: 5px;
		line-height: 1;
	}
	.home .cont01 .inner .text02{
		text-align: center;
		font-size: 20px;
		line-height: 2;
		margin: 0 0 60px;
	}
	.home .cont01 .inner table{
		width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
	}
	.home .cont01 .inner table tr th{
		background: #6cd395;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 25px 0;
		text-align: center;
		vertical-align: middle;
		width: 250px;
	}
	.home .cont01 .inner table tr td{
		background: #f1fff6;
		vertical-align: middle;
		color: #333333;
		line-height: 1.8;
		padding: 25px 0 25px 90px;
	}
	.home .cont01 .inner table tr:nth-of-type(2) td span{
		font-size: 14px;
		display: block;
	}
	.home .cont01 .inner table tr:nth-of-type(4) td span{
		width: 170px;
		display: inline-block;
	}
	.home .cont01 .inner table tr td h3{
		font-size: 18px;
		font-weight: bold;
		margin: 30px auto 5px;
	}
	.home .cont01 .inner table tr td .info{
        position: relative;
        margin-top: 30px;
        padding-left: 20px;
    }
	.home .cont01 .inner table tr td .info::before{
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
    }
	.home .cont01 .inner table tr td h3:first-of-type{
		margin-top: 0;
	}
	.home .cont01 .inner table tr td h4{
		font-size: 16px;
		font-weight: bold;
	}
	.home .cont01 .inner table tr td h4::before{
		content: '・';
	}
	.home .cont01 .inner table tr td .note{
		margin-top: 10px;
		font-size: 14px;
	}

	.home .cont01 .inner table tr td p{
		font-size: 16px;
		padding-left: 70px;
		position: relative;
	}
	.home .cont01 .inner table tr td p span{
		position: absolute;
		top: 0;
		left: 0;
	}
	.home .cont01 .inner table tr td p span::before{
		content: '■';
	}
	.home .cont01 .inner table tr td p span::after{
		content: '：';
	}

	/*
	.home .cont01 .inner table tr:nth-of-type(8) td {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 25px 0 0 90px;
	}
	.home .cont01 .inner table tr:nth-of-type(8) td span{
		width: 33%;
		display: inline-block;
		margin: 0 0 25px;
		font-size: 14px;
	}
	.home .cont01 .inner table tr:nth-of-type(8) td span.wide{
		width: 100%;
	}
*/
.home .cont02 {
	max-width: 100%;
	overflow-x: hidden;
	padding: 0 0 25%;
	background: url(img/home_bg05.png)center bottom /100% no-repeat;
}
.home .cont02 .inner{
	padding: 70px 0 80px;
}
.home .cont02 .inner h2{
	color: #ff7da2;
	font-size: 48px;
	text-align: center;
	padding: 130px 0 55px;
	background: urL(img/home_text02.png) top left 125px no-repeat;
}
.home .cont02 .inner .cont{
	position: relative;
	padding: 60px 0 0 660px;
	height: 540px;
	box-sizing: border-box;
	margin: 0 0 100px;
	z-index: 3;
}
.home .cont02 .inner .cont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
.home .cont02 .inner .cont::before{
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	right: -60px;
	bottom:-50px;
	background: url(img/common_bg.png);
	z-index: -2;
}
.home .cont02 .inner .cont:nth-of-type(2)::before{
	content: '';
	position: absolute;
	top: 60px;
	left: -60px;
	right: 0;
	bottom:-50px;
	background: url(img/common_bg.png);
	z-index: -2;
}
.home .cont02 .inner .cont:nth-of-type(2){
	padding: 75px 650px 0 60px;
}
.home .cont02 .inner .cont .img{
	position: absolute;
	top: 0;
	right: 600px;
	width: 900px;
}
.home .cont02 .inner .cont:nth-of-type(2) .img{
	position: absolute;
	top: 0;
	left: 600px;
	right: auto;
}
.home .cont02 .inner .cont .text{
	font-size: 18px;
	line-height: 2;
	position: relative;
	z-index: 2;
}

.home .cont02 .inner .cont .text::after{
	content: url(img/home_text07.png);
	position: absolute;
	bottom: 0;
	left: 185px;
	z-index: -1;
}
.home .cont02 .inner .cont h3{
	/* padding: 15px 0 40px; */
	padding: 15px 0 20px;
	font-size: 24px;
	color: #09c851;
}
.home .cont02 .inner .cont ul{
	position: relative;
	z-index: 2;
}

.home .cont02 .inner .cont:nth-of-type(2) .text::after{
	content: url(img/home_text08.png);
	position: absolute;
	bottom: -50px;
	z-index: -1;
}
.home .cont02 .inner .cont ul li{
	position: relative;
	font-size: 18px;
	color: #333333;
	padding: 0 0 30px 35px;
	line-height: 2;
	font-size: 18px;
	background: url(img/home_icon01.png)left top 8px no-repeat;
}
.home .cont02 .cover img{
	width: 100%;
}
.home .cont03 {
	padding: 100px 0 0;
	background: url(img/home_bg06.png) calc(50% - 600px) 315px no-repeat, url(img/home_bg07.png) calc(50% + 600px) 525px no-repeat, url(img/home_bg08.png) calc(50% - 520px) 1085px no-repeat, url(img/home_bg09.png) calc(50% + 600px) 995px no-repeat;
}
.home .cont03 .inner{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 460px, #d9ecff 100%);
}
.home .cont03 .inner h2{
	color: #027fff;
	letter-spacing: 5px;
	font-size: 48px;
	text-align: center;
	padding: 130px 0 80px;
	background: urL(img/home_text03.png) top left 225px no-repeat;
}
.home .cont03 .inner .img{
	text-align: center;
	margin: 0 0 30px;
}
.home .cont03 .inner .text{
	line-height: 2.5;
	text-align: center;
	margin: 0 0 50px;
}
.home .cont03 .inner .text02{
	text-align: center;
	font-size: 20px;
	padding: 0 0 70px;
}

.home .cont04 {
	padding: 100px 0 0;
	position: relative;
	overflow-x: hidden;
}
.home .cont04::before{
	position: absolute;
	top: 500px;
	right: 0;
	content: '';
	width: 1200px;
	height: 950px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffe8dd 100%);
	z-index: -2;
}
.home .cont04 h2{
	color: #09c851;
	font-size: 48px;
	text-align: center;
	padding: 130px 0 80px;
	width: 1200px;
	margin: auto;
	background: urL(img/home_text04.png) top left 220px no-repeat;
}
.home .cont04 h2 span{
	display: block;
	font-size: 34px;
	font-weight: bold;
}
.home .cont04 .inner{
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	position: relative;
}
.home .cont04 .inner .cont{
	width: 500px;
	text-align: center;
	position: relative;
}
.home .cont04 .inner .cont::before{
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 500px;
	height: 350px;
	background: url(img/common_bg02.png);
	z-index: -1;
}
.home .cont04 .inner .cont:nth-of-type(2n)::before{
	top: 20px;
	left: 20px;
}
.home .cont04 .inner .cont video{
	width: 500px;
	height: 350px;
	background: #ccc;
	position: relative;
	z-index: 2;
}
.home .cont04 .inner .cont h3{
	margin: 35px 0 15px;
	font-size: 24px;
}
.home .cont04 .inner .tt h3 {
	margin: 35px 0 5px;
}
.home .cont04 .inner .tt h3:nth-of-type(2) {
	margin: 15px 0 5px;
}
.home .cont04 .inner .cont .text{
	font-size: 20px;
	margin: 0 0 5px;
}
.home .cont04 .inner .tt .text {
	margin: 0 0 5px;
}
.home .cont04 .inner .cont .text02{
	margin: 0 0 75px;
}
.home .cont04 .inner .cont:last-child .text02{
	margin: 0 0 15px;
}


.home .cont05 {
	padding: 100px 0 50px;
	position: relative;
	overflow-x: hidden;
		background: url(img/home_bg10.png) calc(50% - 600px) 275px no-repeat, url(img/home_bg11.png) calc(50% - 530px) 835px no-repeat, url(img/home_bg12.png) calc(50% + 570px) 505px no-repeat, url(img/home_bg13.png) calc(50% + 545px) 835px no-repeat;
}
.home .cont05::before{
	position: absolute;
	top: 445px;
	left: 0;
	bottom: 0;
	content: '';
	width: 1200px;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #d9f4e0 100%);
	z-index: -2;
}
.home .cont05 h2{
	color: #027fff;
	font-size: 48px;
	text-align: center;
	padding: 130px 0 80px;
	width: 1200px;
	margin: auto;
	background: urL(img/home_text05.png) top left 250px no-repeat;
}
.home .cont05 .cont{
	margin: 0 0 50px;
	padding: 0 0 0 250px;
	box-sizing: border-box;
}
.home .cont05 .cont .text{
	background: url(img/home_icon02.png)left center no-repeat;
	padding: 10px 0 35px 75px;
	font-size: 18px;
}
.home .cont05 .cont .text02{
	background: url(img/home_icon03.png)left center no-repeat;
	padding: 10px 0 10px 75px;
	font-size: 18px;
}


.home .cont06 {
	padding: 100px 0 150px;
	position: relative;
	overflow-x: hidden;

}
.home .cont06 h2{
	color: #ff7da2;
	font-size: 48px;
	text-align: center;
	padding: 130px 0 80px;
	width: 1200px;
	margin: auto;
	background: urL(img/home_text06.png) top left 270px no-repeat;
}
.home .cont06 .text{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
.home .cont06 address{
	text-align: center;
	line-height: 2.2;
}
.home .cont06 .box{
	margin: 65px auto 90px;
	height: 130px;
	width: 420px;
/*
	width: 880px;
	display: flex;
	justify-content: space-between;
*/
}
.home .cont06 .box a{
	display: block;
}
/* .home .cont06 .box a:hover{
} */
.home .cont06 .box02{
	width: 995px;
	height: 249px;
	margin: auto;
	box-sizing: border-box;
	background: url(img/home_button03.png)center center no-repeat;
}
.home .cont06 .box02 h3{
	font-size: 24px;
	font-weight: bold;
	padding: 62px 0 15px;
	text-align: center;
}
.home .cont06 .box02 .button a{
	width: 600px;
	padding: 15px 0;
	margin: auto;
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	font-size: 24px;
	color: #ff7bac;
	font-weight: bold;
}
.home .cont06 .box02 .button a::before{
    content: url(img/home_icon04.png);
	padding: 0 5px 0 0;
	vertical-align: middle;
}
.home .cont06 p.text01{
    margin-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

footer{
	background: linear-gradient(115deg, #09c851 0%,#09c851 40%,#08b19f 60%, #08b19f 100%);
	padding: 80px 0 0;
}
footer .inner{
	width: 850px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .inner .box{
	width: 400px;
}
footer .inner h2{
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 20px;
}
footer .inner address{
	line-height: 1.9;
}
footer .copy{
	text-align: center;
	padding: 55px 0 10px;
}
footer .to_top{
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
}

footer .sidebtn {
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 9999;
}
footer .sidebtn a {
	display: block;
	padding: 50px 8px;
	border: solid 5px #fff;
	border-radius: 7px 0 0 7px;
	background: linear-gradient(-135deg, #08b19f, #09c851);
	font-size: 16px;
	color: #fff;
	writing-mode: vertical-rl;
	align-items: center;
}


}

@media screen and (max-width: 1600px) and (min-width: 430px){
	.home .cont01{
		background: url(img/home_bg01.png) calc(50% - 560px) 95px /300px no-repeat, url(img/home_bg02.png) calc(50% - 480px) 650px/200px no-repeat, url(img/home_bg03.png) calc(50% + 520px) 195px no-repeat, url(img/home_bg04.png) calc(50% + 455px) 900px/350px no-repeat;
	}
	.home .cont01 .inner .text02{
		margin: 0 0 200px;
	}

	.home .cont02 .inner .cont .text::after{
		content: url(img/home_text07.png);
		position: absolute;
		bottom: 0;
		left: auto;
		right: 10px;
		z-index: -1;
	}
	.home .cont02 .inner .cont ul::after{
		content: url(img/home_text08.png);
		position: absolute;
		bottom: -50px;
		right: auto;
		left: 10px;
		z-index: -1;
	}
	.home .cont05 {
			background: url(img/home_bg10.png) calc(50% - 500px) 275px/250px no-repeat, url(img/home_bg11.png) calc(50% - 500px) 835px /150px no-repeat, url(img/home_bg12.png) calc(50% + 400px) 355px no-repeat, url(img/home_bg13.png) calc(50% + 464px) 835px /320px no-repeat;
	}


}


/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 430px){

	html,
	body,
	.wrap{
		width: 430px;
		position: relative;
	}
	.inner{
		width: auto;
	}
	img{
		max-width: 430px;
	}
	.pc{
		display: none;
	}

	header{
		height: 750px;
		box-sizing: border-box;
		background: url(img/home_key_bg_sp.png)center center /cover;
	}
	header .inner{
		position: relative;
		height: 100%;
	}
	header .inner h1{
		position: absolute;
		top: 100px;
		left: 10px;
		font-size: 32px;
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
		color: #fff;
		display: inline-block;
	}
	header .inner h1 .span01{
		display: block;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	}
	header .inner h1 .span02{
		font-size: 24px;
		display: inline-block;
		padding: 0 0 0 10px;
		font-weight: bold;
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	}
	header .inner .logo{
		position: absolute;
		top: 10px;
		left: 10px;
	}
	header .inner .logo img{
		width: 150px;
	}
	header .inner .button_box{
		position: absolute;
		bottom: 45px;
		left: 0;
		right: 0;
		width: 410px;
		margin:auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	header .inner .button_box .button{
		width: 200px;
		margin: 0 0 10px;
	}
	header .inner .button_box a,
	header .inner .button_box img{
		width: 100%;
		display: block;
	}


	/*home
	-----------------------------------------------*/
    /* .home .link-btn {
		display: block;
        margin: 0 auto;
        text-align: center;
        padding: 15px 0;
        line-height: 1.9;
        border: 1px solid #333;
    }
    .home .cont02 .link-btn span {
		text-decoration: underline;
    }
    .home .link-btn:hover {
		background: #333;
        color: #fff;
        border: 1px solid #333;
    } */
	.home .link-btn {
		width: calc(100% - 30px);
        display: block;
        margin: 50px auto;
        text-align: center;
    }
    .home .link-btn a {
		padding-top: 18px;
		display: block;
		height: 60px;
		background: linear-gradient(to left,#0ab399, #0cc657);
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
		box-sizing: border-box;
		border-radius: 50px;
	}
    .home .link-btn a span {
		font-size: 12px;
	}
    .home .link-btn.contact {
		margin: 7px auto 0px;
	}
    .home .link-btn.contact a{
		padding-top: 18px;
	}

	.home .cont01{
		background: url(img/home_bg01.png) calc(50% - 660px) 95px no-repeat, url(img/home_bg02.png) calc(50% - 630px) 535px no-repeat, url(img/home_bg03.png) calc(50% + 560px) 195px no-repeat, url(img/home_bg04.png) calc(50% + 685px) 515px no-repeat;
	}
	.home .cont01 .inner{
		padding: 0;
	}
	.home .cont01 .inner h2{
		padding: 70px 0 20px;
		font-size: 32px;
		color: #09c851;
		text-align: center;
		text-shadow: 5px 5px #c9f2d9;
		background: url(img/home_text01.png) left 180px top no-repeat;
	}
	.home .cont01 .inner h2 span{
		display: block;
		font-size: 26px;
		text-align: center;
		font-weight: bold;
		color: #000;
		padding: 0 0 10px;
		text-shadow: none;
	}
	.home .cont01 .inner .text{
		font-size: 33px;
		color: #09c851;
		text-align: center;
		margin: 0 0 60px;
	}
    .home .cont01 .inner .mov{
		position: relative;
        margin-bottom: 60px;
	}
	.home .cont01 .inner .mov video{
		margin: 0 auto;
		display: block;
		width: calc(100% - 30px);
	}

	.home .cont01 .inner .text span{
		font-weight: bold;
		display: inline-block;
		padding: 5px;
		margin: 0 10px;
		border: 2px solid #09c851;
		border-radius: 5px;
		line-height: 1;
	}
	.home .cont01 .inner .text02{
		text-align: center;
		font-size: 16;
		line-height: 2;
		text-align: left;
		margin: 0 10px 60px;
	}
	.home .cont01 .inner table,
	.home .cont01 .inner table tr,
	.home .cont01 .inner table tbody,
	.home .cont01 .inner table tr th,
	.home .cont01 .inner table tr td{
		display: block;
	}
	.home .cont01 .inner table{
		width: 410px;
		margin: auto;
	}
	.home .cont01 .inner table tr th{
		background: #6cd395;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 10px;
		text-align: center;
	}
	.home .cont01 .inner table tr td{
		background: #f1fff6;
		vertical-align: middle;
		color: #333333;
		padding: 10px;
		line-height: 1.8;
		margin: 0 0 10px;
	}
	.home .cont01 .inner table tr:nth-of-type(2) td span{
		font-size: 14px;
		display: block;
	}
	.home .cont01 .inner table tr:nth-of-type(4) td span{
		width: 130px;
		display: inline-block;
	}
	.home .cont01 .inner table tr td h3{
		font-size: 16px;
		font-weight: bold;
		margin: 30px auto 5px;
	}
	.home .cont01 .inner table tr td h3:first-of-type{
		margin-top: 0;
	}
	.home .cont01 .inner table tr td h4{
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont01 .inner table tr td h4::before{
		content: '・';
	}
	.home .cont01 .inner table tr td .note{
		margin-top: 10px;
		font-size: 14px;
	}

	.home .cont01 .inner table tr td p{
		font-size: 14px;
		padding-left: 60px;
		position: relative;
	}
	.home .cont01 .inner table tr td p span{
		position: absolute;
		top: 0;
		left: 0;
	}
	.home .cont01 .inner table tr td p span::before{
		content: '■';
	}
	.home .cont01 .inner table tr td p span::after{
		content: '：';
	}
	/*
	.home .cont01 .inner table tr:nth-of-type(8) td {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.home .cont01 .inner table tr:nth-of-type(8) td span{
		width: 50%;
		display: inline-block;
		margin: 0 0 20px;
		padding: 0 10px 0 15px;
		line-height: 1.4;
		box-sizing: border-box;
		font-size: 14px;
		position: relative;
	}
	.home .cont01 .inner table tr:nth-of-type(8) td span::before{
		position: absolute;
		top: 0;
		left: 0;
		content: '・';
	}
	.home .cont01 .inner table tr:nth-of-type(8) td span.wide{
		width: 100%;
		margin: 0 0 50px;
	}
*/
.home .cont02 {
	max-width: 100%;
	padding: 0 0 350px;
	background: url(img/home_bg05_sp.png)center bottom /100% no-repeat;
}
.home .cont02 .inner{
	padding: 70px 0 0;
}
.home .cont02 .inner h2{
    color: #ff7da2;
    font-size: 24px;
    text-align: center;
    padding: 35px 0 35px;
		margin: 0 0 35px;
    background: urL(img/home_text02.png) top left 10px/100px no-repeat;
}
.home .cont02 .inner .cont{
	position: relative;
	box-sizing: border-box;
	padding: 0 0 15px;
	margin: 0 10px 30px;
}
.home .cont02 .inner .cont::after{
	content: '';
	position: absolute;
	top: 266px;
	left: 10px;
	right: 10px;
	bottom:10px;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
.home .cont02 .inner .cont::before{
	content: '';
	position: absolute;
	top: 256px;
	left: 0;
	right: 0;
	bottom:0;
	background: url(img/common_bg.png);
	z-index: -2;
}
.home .cont02 .inner .cont .img{
	padding: 10px 0;
}
.home .cont02 .inner .cont .img img{
	width: 100%;
}
.home .cont02 .inner .cont .text{
	font-size: 14px;
	padding: 10px 20px;
	line-height: 2;
}
.home .cont02 .inner .cont .text::after {
	display: none;
}
.home .cont02 .inner .cont h3{
	padding: 25px 20px 10px;
	font-size: 20px;
	text-align: center;
	color: #09c851;
}
.home .cont02 .inner .cont ul{
	padding: 0 20px;
	}
.home .cont02 .inner .cont ul li{
	position: relative;
	font-size: 18px;
	color: #333333;
	padding: 0 0 10px 35px;
	line-height: 2;
	font-size: 14px;
	background: url(img/home_icon01.png)left top 5px no-repeat;
}
.home .cont02 .cover img{
	width: 100%;
}

.home .cont03 {
	padding: 70px 0 0;
	background: url(img/home_bg06.png) calc(50% - 600px) 315px no-repeat, url(img/home_bg07.png) calc(50% + 600px) 525px no-repeat, url(img/home_bg08.png) calc(50% - 520px) 1085px no-repeat, url(img/home_bg09.png) calc(50% + 600px) 995px no-repeat;
}
.home .cont03 .inner{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #d9ecff 50%);
}
.home .cont03 .inner h2{
	color: #027fff;
	font-size: 24px;
	text-align: center;
	padding: 35px 0 35px;
	margin: 0 0 35px;
	background: urL(img/home_text03.png) top left 50px/100px no-repeat;
}
.home .cont03 .inner .img{
	text-align: center;
	margin: 0 0 30px;
}
.home .cont03 .inner .text{
	line-height: 2.5;
	font-size: 14px;
	text-align: left;
	margin: 0 10px 50px;
}
.home .cont03 .inner .text02{
	text-align: center;
	font-size: 18px;
	padding: 0 0 70px;
}

.home .cont04 {
	padding: 70px 0 0;
	position: relative;
	overflow-x: hidden;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffe8dd 100%);
}
.home .cont04 h2{
	color: #09c851;
	font-size: 24px;
	text-align: center;
	padding: 20px 0 35px;
	margin: 0 0 35px;
	background: urL(img/home_text04.png) top left 20px/100px no-repeat;
}
.home .cont04 h2 span{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.home .cont04 .inner{
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
.home .cont04 .inner .cont{
	width: 390px;
	margin: auto;
	text-align: center;
	position: relative;
}
.home .cont04 .inner .cont::before{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 390px;
	height: 350px;
	background: url(img/common_bg02.png);
	z-index: -1;
}
.home .cont04 .inner .cont:nth-of-type(2n)::before{
	top: 10px;
	left: 10px;
}
.home .cont04 .inner .cont video{
	width: 390px;
	height: 350px;
	background: #ccc;
	position: relative;
	z-index: 2;
}
.home .cont04 .inner .cont h3{
	margin: 35px 0 15px;
	font-size: 20px;
}
.home .cont04 .inner .cont h3.mini{
	letter-spacing: -1px;
}
.home .cont04 .inner .tt h3 {
	margin: 35px 0 5px;
}
.home .cont04 .inner .tt h3:nth-of-type(2) {
	margin: 15px 0 5px;
}
.home .cont04 .inner .cont .text{
	font-size: 18px;
	margin: 0 0 5px;
}
.home .cont04 .inner .tt .text {
	margin: 0 0 5px;
}
.home .cont04 .inner .cont .text02{
	margin: 0 0 55px;
}
.home .cont04 .inner .tt .text02 {
	margin: 0 0 15px;
}
.home .cont04 .inner .tt .text02:last-child {
	margin: 0 0 40px;
}
.home .cont05 {
	padding: 70px 0 50px;
	position: relative;
	overflow-x: hidden;
		background: url(img/home_bg10.png) calc(50% - 600px) 275px no-repeat, url(img/home_bg11.png) calc(50% - 530px) 835px no-repeat, url(img/home_bg12.png) calc(50% + 570px) 505px no-repeat, url(img/home_bg13.png) calc(50% + 545px) 835px no-repeat;

		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #d9f4e0 100%);
}
.home .cont05 h2{
	color: #027fff;
	font-size: 24px;
	text-align: center;
	padding: 35px 0 35px;
	margin: 0 0 35px;
	background: urL(img/home_text05.png) top left 50px/100px no-repeat;
}
.home .cont05 .cont{
	margin: 0 10px 30px;
	box-sizing: border-box;
}
.home .cont05 .cont .text{
	background: url(img/home_icon02.png)left center no-repeat;
	padding: 12px 0 22px 65px;
	font-size: 16px;
}
.home .cont05 .cont .text02{
	background: url(img/home_icon03.png)left center no-repeat;
	padding: 10px 0 10px 65px;
	font-size: 16px;
}
.home .cont05 .cont:nth-of-type(3) .text02{
	padding: 20px 0 20px 65px;
}

.home .cont06 {
	padding: 70px 0 70px;
	position: relative;
	overflow-x: hidden;
}
.home .cont06 h2{
	color: #ff7da2;
	font-size: 24px;
	text-align: center;
	margin: 0 0 35px;
	padding: 35px 0 35px;
	background: urL(img/home_text06.png) top left 60px/100px no-repeat;
}
.home .cont06 .text{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 35px;
}
.home .cont06 address{
	text-align: center;
	line-height: 2;
}
.home .cont06 .box{
	margin: 35px auto 40px;
	width: 410px;
/*
	display: flex;
	justify-content: space-between;
*/
}
.home .cont06 .box a{
	display: block;
	width: 410px;
/*
	width: 200px;
*/
}
.home .cont06 .box a img{
	width: 100%;
}
.home .cont06 .box02{
	width: 410px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 0 25px;
	border: 10px solid #ff7bac;
	background: url(img/home_button03_sp.png)center center /cover;
}
.home .cont06 .box02 h3{
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 15px;
	text-align: center;
}
.home .cont06 .box02 .button a{
	width: 300px;
	padding: 15px 0;
	margin: auto;
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	color: #ff7bac;
	font-weight: bold;
}
.home .cont06 .box02 .button a::before{
	content: url(img/home_icon04.png);
	display: inline-block;
	padding: 5px 5px 0 0;
	vertical-align: middle;
}
.home .cont06 p.text01{
    margin-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}
footer{
	background: linear-gradient(115deg, #09c851 0%,#09c851 40%,#08b19f 60%, #08b19f 100%);
	padding: 70px 0 0;
	text-align: center;
}
footer .inner .logo{
	padding-bottom: 25px;
	width: 250px;
	margin: auto;
}
footer .inner .logo img{
	width: 100%;
}
footer .inner h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
footer .inner address{
	line-height: 1.9;
	font-size: 14px;
}
footer .copy{
	text-align: center;
	font-size: 10px;
	padding: 55px 0 10px;
}
footer .to_top{
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

footer .sidebtn {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 9999;
}
footer .sidebtn a {
	display: block;
	padding: 30px 5px;
	border: solid 5px #fff;
	border-radius: 7px 0 0 7px;
	background: linear-gradient(-135deg, #08b19f, #09c851);
	font-size: 14px;
	color: #fff;
	writing-mode: vertical-rl;
	align-items: center;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	width: 41px;
    box-sizing: border-box;
}


}
