@charset "utf-8";

/* common
------------------------------------------------------------*/
::-moz-selection { color: #fff; background-color: rgba(59,72,79,.9);}
::selection { color: #fff; background-color: rgba(59,72,79,.9);}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 15px;
}
iframe {
	width: 100%;
	height: 400px;
	border: none;
}
.innerL {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.alignC {
	text-align: center;
}
ol {
	padding-left: 20px;
}
ol > li {
	list-style-type: disc;
}
table {
	width: 100%;
}
table th,
table td {
	padding: 12px 0;
}
table th {
	width: 10%;
	padding-right: 10px;
}
table td {
	padding-left: 10px;
	border-bottom: 1px solid rgba(254,254,254,.6);
}


/* メインビジュアル
------------------------------------------------------------*/
#kv {
	height: 100vh;
	background: url(../img/kv_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.kvCatch {
	width: 750px;
	text-align: center;
}
.kvCatch h2 {
	margin-bottom: 40px;
	overflow: hidden;
}
.kvCatch p {
	overflow: hidden;
}
.kvCatch h2 img,
.kvCatch p img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform .8s .2s;
	transition: transform .8s .2s;
}
.animation .kvCatch h2 img,
.animation .kvCatch p img {
	-webkit-transform: translate(0);
	transform: translate(0);
}


/* 固定コンテンツ
------------------------------------------------------------*/
.fixedFooter {
	width: 100%;
	padding: 0 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	position: fixed;
	bottom: 25px;
}
.fixedFooter.end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.news li {
	font-size: 1.3rem;
}
.news li span {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.news li span::after {
	content: "";
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,.8);
	margin: 0 15px;
	display: inline-block;
	position: relative;
	top: 1px;
}
.copy {
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 2px;
}
/* sec00
------------------------------------------------------------*/
#sec00 {
	padding: 150px 0;
}
#sec00 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 6px;
}
#sec00 h2 span {
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #fff;
}

/* sec01
------------------------------------------------------------*/
#sec01 {
	padding: 150px 0;
}
#sec01 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 6px;
}
#sec01 h2 span {
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #fff;
}
#sec01 .multi {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#sec01 .multi .txtArea {
	flex: 1;
}
#sec01 .multi .txtArea h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 3px;
}
#sec01 .multi .txtArea h3::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 40px 0;
	display: block;
}
#sec01 .bgArea {
	background-color: rgba(59,72,79,.9);
	padding: 30px;
	text-align: center;
}


/* sec02
------------------------------------------------------------*/
#sec02 {
	padding: 150px 0;
}
#sec02 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 6px;
}
#sec02 h2 span {
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #fff;
}
#sec02 .listArea {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#sec02 .listArea .box {
	width: 49.9%;
	background-size: cover;
	padding: 50px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#sec02 .listArea .box.box01 {
	background-image: url(../img/sec02_01.jpg);
}
#sec02 .listArea .box.box02 {
	background-image: url(../img/sec02_02.jpg);
}
#sec02 .listArea .box.box03 {
	background-image: url(../img/sec02_03.jpg);
}
#sec02 .listArea .box.box04 {
	background-image: url(../img/sec02_04.jpg);
}
#sec02 .listArea .box:nth-child(n+3) {
	margin-top: 2px;
}
#sec02 .listArea .box h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 3px;
}


/* sec03
------------------------------------------------------------*/
#sec03 {
	padding: 150px 0;
}
#sec03 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 6px;
}
#sec03 h2 span {
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #fff;
}
#sec03 .lead {
	margin-bottom: 60px;
	text-align: center;
}
#sec03 table {
	margin-bottom: 60px;
}
#sec03 table tr {
	//border-bottom: 1px solid rgba(255,255,255,.6);
}


/* sec04
------------------------------------------------------------*/
#sec04 {
	color: #FFF;
	padding: 150px 0;
}
#sec04.innerL {
	padding: 100px 0;
}
#sec04 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 6px;
}
#sec04 h2 span {
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #FFF;
}
#sec04 h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	background: #5efce8;
	background: -moz-linear-gradient(left, #5efce8 0%, #736efe 100%);
	background: -webkit-linear-gradient(left, #5efce8 0%,#736efe 100%);
	background: linear-gradient(to right, #5efce8 0%,#736efe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5efce8', endColorstr='#736efe',GradientType=1 );
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 30px;
}
#sec04 .requirement01 h3 {
	background: #5efce8;
	background: -moz-linear-gradient(left, #5efce8 0%, #736efe 100%);
	background: -webkit-linear-gradient(left, #5efce8 0%,#736efe 100%);
	background: linear-gradient(to right, #5efce8 0%,#736efe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5efce8', endColorstr='#736efe',GradientType=1 );
}
#sec04 .requirement02 h3 {
	background: #ffd3a5;
	background: -moz-linear-gradient(left, #ffd3a5 0%, #fd6585 100%);
	background: -webkit-linear-gradient(left, #ffd3a5 0%,#fd6585 100%);
	background: linear-gradient(to right, #ffd3a5 0%,#fd6585 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3a5', endColorstr='#fd6585',GradientType=1 );
}
#sec04 .x2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#sec04 .x2 > section {
	width: 48%;
}
#sec04 table {
	border-top: 1px solid rgba(0,0,0,.15);
}
#sec04 table tr {
	border-bottom: 1px solid rgba(0,0,0,.15);
}


/* sec05
------------------------------------------------------------*/
#sec05 {
	padding: 150px 0 150px;
}
#sec05 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 6px;
}
#sec05 h2 span {
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #fff;
}


/* フォーム
------------------------------------------------------------*/
.post {
	margin-right: 10px;
	display: inline-block;
}
.post + input {
	width: 20%;
	display: inline-block;
}
form {
	max-width: 80%;
	margin: auto;
}
table.form {
	border: none;
}
table.form tr {
	border: none;
}
table.form th {
	width: 25%;
	vertical-align: top;
}
table.form th {
	padding-right: 20px;
}
table.form td {
	padding-left: 20px;
}
form table input,
form textarea,
form select {
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 6px 10px;
	border-radius: 3px;
}
form textarea {
	min-height: 160px;
	resize: vertical;
}
form select {
	background: url(../img/i_select.png) no-repeat right 10px center #eee;
	background-size: 6px auto;
}
.icon {
	font-size: small;
	font-weight: normal;
	color: #fff;
	background: #ffd3a5;
	background: -moz-linear-gradient(left, #ffd3a5 0%, #fd6585 100%);
	background: -webkit-linear-gradient(left, #ffd3a5 0%,#fd6585 100%);
	background: linear-gradient(to right, #ffd3a5 0%,#fd6585 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3a5', endColorstr='#fd6585',GradientType=1 );
	padding: 4px 8px;
	float: right;
}
.icon.option {
	background: #5efce8;
	background: -moz-linear-gradient(left, #5efce8 0%, #736efe 100%);
	background: -webkit-linear-gradient(left, #5efce8 0%,#736efe 100%);
	background: linear-gradient(to right, #5efce8 0%,#736efe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5efce8', endColorstr='#736efe',GradientType=1 );
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
.radio,
.checkbox {
	line-height: 30px;
	padding-left: 28px;
	margin-right: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover::after,
.checkbox:hover::after {
  border-color: #aaa;
}
.radio::after,
.checkbox::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -11px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  content: '';
}
.checkbox::after {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.radio::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
	-webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio::before {
  opacity: 1;
}
.checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}
.scrollArea {
	font-size: small;
	max-height: 200px;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px dashed #ddd;
	overflow-y: scroll;
}
.scrollArea::-webkit-scrollbar {
  width: 8px;
}
.scrollArea::-webkit-scrollbar-thumb {
  background: #ddd;
}
.scrollArea h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.scrollArea h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 20px 0 5px;
}
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus::placeholder {
	color: transparent;
}
.agree {
	margin-bottom: 60px;
	display: inline-block;
}
.btnEntry {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.6rem;
	color: #333;
	background: #eee;
	padding: 15px 50px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	transition: .3s;
}
.btnEntry:hover {
	background: #ddd;
}


/* サンクスページ
------------------------------------------------------------*/
#thanks {
	height: 100vh;
	background: url(../img/kv_bg.jpg) no-repeat center center;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
#thanks h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 2px;
}


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

	/* メインビジュアル
	------------------------------------------------------------*/
	#kv {
		height: 50vh;
		background-attachment: scroll;
	}
}


@media screen and (max-width:600px) {
	
	/* common
	------------------------------------------------------------*/
	::-moz-selection { background-color: rgba(59,72,79,.9);}
	::selection { background-color: rgba(59,72,79,.9);}
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 10px;
	}
	iframe {
		height: 200px;
	}
	.inner {
		max-width: 94%;
	}
	table th,
	table td {
		display: block;
	}
	table th {
		font-weight: bold;
		width: 50px;
		padding: 8px 0 2px;
		text-align: center;
	}
	table td {
		padding: 2px 0 8px 12px;
		border-bottom: none;
	}
	

	/* メインビジュアル
	------------------------------------------------------------*/
	#kv {
		height: 40vh;
		margin-top: 62px;
	}
	.kvCatch {
		width: 40%;
	}
	.kvCatch h2 {
		margin-bottom: 20px;
	}
	
	
	/* 固定コンテンツ
	------------------------------------------------------------*/
	.fixedFooter {
		padding: 0;
		display: block;
		position: static;
	}
	.news {
		background: rgba(255,255,255,.2);
		padding: 15px;
		margin-bottom: 20px;
	}
	.news li {
		font-size: 1.2rem;
	}
	.news li:not(:last-child) {
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 1px dotted rgba(255,255,255,.6);
	}
	.news li span {
		font-size: 1rem;
		display: block;
	}
	.news li span::after {
		display: none;
	}
	.copy {
		font-size: 1rem;
		text-align: center;
	}
	
	/* sec00
	------------------------------------------------------------*/
	#sec00 {
		padding: 30px 0;
	}
	#sec00 h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#sec00 h2 span {
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	#sec00 .multi {
		margin-bottom: 20px;
		display: block;
	}
	#sec00 .multi .txtArea {
		margin-bottom: 20px;
	}
	#sec00 .multi .txtArea h3 {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#sec00 .multi .txtArea h3 br {
		display: none;
	}
	#sec00 .multi .txtArea h3::after {
		width: 20px;
		height: 1px;
		margin: 15px auto;
	}
	#sec00 .bgArea {
		padding: 15px;
	}
	
	/* sec01
	------------------------------------------------------------*/
	#sec01 {
		padding: 30px 0;
	}
	#sec01 h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#sec01 h2 span {
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	#sec01 .multi {
		margin-bottom: 20px;
		display: block;
	}
	#sec01 .multi .txtArea {
		margin-bottom: 20px;
	}
	#sec01 .multi .txtArea h3 {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#sec01 .multi .txtArea h3 br {
		display: none;
	}
	#sec01 .multi .txtArea h3::after {
		width: 20px;
		height: 1px;
		margin: 15px auto;
	}
	#sec01 .bgArea {
		padding: 15px;
	}
	
	
	/* sec02
	------------------------------------------------------------*/
	#sec02.innerL {
		padding: 30px 0;
	}
	#sec02 h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#sec02 h2 span {
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	#sec02 .listArea {
		display: block;
	}
	#sec02 .listArea .box {
		width: 100%;
		padding: 15px;
		display: block;
	}
	#sec02 .listArea .box:nth-child(n+2) {
		margin-top: 2px;
	}
	#sec02 .listArea .box h3 {
		font-size: 1.4rem;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	
	
	/* sec03
	------------------------------------------------------------*/
	#sec03 {
		background: none!important;
		padding: 30px 0;
	}
	#sec03 h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#sec03 h2 span {
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	#sec03 .lead {
		margin-bottom: 20px;
	}
	#sec03 .lead br {
		display: none;
	}
	#sec03 table {
		margin-bottom: 20px;
	}
	
	
	/* sec04
	------------------------------------------------------------*/
	#sec04.innerL {
		padding: 30px 0;
	}
	#sec04 h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#sec04 h2 span {
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	#sec04 h3 {
		font-size: 1.4rem;
		padding: 6px 10px;
		margin-bottom: 15px;
	}
	#sec04 .x2 {
		display: block;
	}
	#sec04 .x2 > section {
		width: 100%;
	}
	#sec04 .x2 > section:not(:last-child) {
		margin-bottom: 20px;
	}
	
	
	/* sec05
	------------------------------------------------------------*/
	#sec05 {
		background: none!important;
		padding: 30px 0;
	}
	#sec05 h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	#sec05 h2 span {
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	
	
	/* フォーム
	------------------------------------------------------------*/
	form {
		max-width: 100%;
	}
	table.form th {
		width: 100%;
	}
	table.form th {
		padding-right: 0;
	}
	table.form td {
		padding-left: 0;
	}
	form table input,
	form textarea,
	form select {
		background-color: #f5f5f5;
		padding: 4px 8px;
	}
	form textarea {
		min-height: 140px;
	}
	.icon {
		font-size: 1rem;
		padding: 2px 5px;
		margin-left: 10px;
		float: none;
		position: relative;
		top: -1px;
	}
	.scrollArea {
		font-size: 1.1rem;
		max-height: 150px;
		padding: 15px;
	}
	.scrollArea h3 {
		font-size: 1.3rem;
		margin-bottom: 8px;
	}
	.scrollArea h4 {
		font-size: 1.2rem;
		margin: 15px 0 5px;
	}
	.agree {
		margin-bottom: 20px;
	}
	.btnEntry {
		font-size: 1.4rem;
		width: 100%;
		padding: 10px;
		display: block;
		text-align: center;
	}
	
	
	/* サンクスページ
	------------------------------------------------------------*/
	#thanks {
		height: auto;
		background: none;
		padding: 30px 0;
		margin-top: 62px;
		display: block;
	}
	#thanks h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
}