  @charset "UTF-8";

/***** 全ページ共通CSS *****/

/* base (reset)
---------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ol,
li {
	list-style: none;
}

img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------- */
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}

th,
td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}

input,
select {
	vertical-align: middle;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

pre {
	white-space: -moz-pre-wrap;/* Mozilla */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	white-space: pre-wrap;/* CSS3 */
	word-wrap: break-word;/* IE 5.5+ */
}


/* Selected Text
---------------------------------------------------*/
::selection {
	background: #191919;
	/* Safari */
	color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
	color: #000;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.spno {display:block;}
br.spno {display: inline;}
.pcno {display:none;}
br.pcno {display:none;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	body {
		background-color: #fff;
		min-width: auto;
		min-width: inherit;
		min-height: 100%;
		font-size: 24px;
		font-size: 2.4rem;
		-webkit-text-size-adjust: 100%;
	}

	.pcno {display: block;}
	br.pcno {display: inline;}
	.spno {display: none;}
	br.spno {display: none;}
}


/* link
---------------------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #000;
}
a:hover {
	color: #000;
}
a.u {
	text-decoration: underline;
}
a,
a:hover,
.hover {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/* clearfix
---------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/**/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix {
	zoom: 1;
}


/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	border: 0;
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	border: 0;
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
	overflow : hidden;
	outline : none;
}

input:focus{ outline: 0 none black; }

/* ------ */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	font-size: 16px;
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
}
textarea {
	overflow: auto;
}

select {
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
}

.w100 {width: 100%;}
.w80 {width: 80%;}
.w60 {width: 60%;}
.w40 {width: 40%;}
.w20 {width: 20%;}


/** placeholder **/
.placeholder {color: #ccc; background: #fafafa;}
:placeholder-shown{color:#ccc; background: #fafafa;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder{color:#ccc; background: #fafafa;}
/* Firefox 18- */
:-moz-placeholder{color:#ccc;opacity:1; background: #fafafa;}
/* Firefox 19+ */
::-moz-placeholder{color:#ccc;opacity:1; background: #fafafa;}
/* IE 10+ */
:-ms-input-placeholder{color:#ccc !important; background: #fafafa;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		font-size: 3.75vw;
	}
}


/* wrapper
---------------------------------------------------*/
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}
/* 768px */
@media screen and (max-width: 768px) {
	#wrapper {
	}
}

/* Header
---------------------------------------------------*/


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

}


/* Footer
---------------------------------------------------*/
#Footer {
	width: 100%;
	height: 220px;
	background: #fff100;
	padding: 30px 0;
/*	margin-bottom: 66px;*/
}
#Footer .inner {
	width: 1100px;
	margin: 0 auto;
}
#Footer .block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 25px;
}
.back {
	width: 89px;
	height: 44px;
	background-size: contain;
}
.back a {
	display: block;
	width: 100%;
}
.back a:hover {
	opacity: 0.5;
}
#jwavelogo {
	width: 168px;
	height: 20px;
	background-size: contain;
	margin-top: 10px;
}
#gigyaShare {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.copy {
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* 1100px */
@media screen and (max-width: 1150px) {

	#Footer {
		height: 13.63vw;
		padding: 2.6vw 0;
/* 		margin-bottom: 5.7vw; */
	}
	#Footer .inner {
		width: 95.65%;
	}
	#Footer .block {
		margin-bottom: 2.17vw;
	}
	.back {
		width: 7.7vw;
		height: 3.82vw;
	}
	#jwavelogo {
		width: 14.6vw;
		height: 1.7vw;
		margin-top: 0.86vw;
	}
	.copy {
		font-size: 1.04vw;
		letter-spacing: 0.1em;
	}

}

/* 768px以下 */
@media screen and (max-width: 768px) {

	#Footer {
		width: 100%;
		height: 41.33%;
		padding: 5.06vw 0;
/* 		margin-bottom: 31.33vw; */
	}
	#Footer .inner {
		width: 89.86%;
		margin: 0 auto;
	}
	#Footer .block {
		margin-bottom: 5.33vw;
	}
	#Footer .block:nth-of-type(2) {
		display: block;
		margin-bottom: 0;
	}
	.back {
		width: 29%;
		height: 100%;
	}
	.back img {
		width: 100%;
	}
	#jwavelogo {
		width: 43.62%;
		height: 100%;
		background-size: contain;
		margin-top: 2.66vw;
	}
	#jwavelogo img {
		width: 100%;
	}

	#gigyaShare {
		margin-bottom: 5.33vw;
	}

	.copy {
		font-size: 2.4vw;
		letter-spacing: 0.1em;
		text-align: center;
	}

}

/* main
---------------------------------------------------*/

#main {
	width: auto;
	min-height: calc(100vh - 150px); /* 画面高さ-フッターの高さ */
}

/* Common
---------------------------------------------------*/

/* breadcrumb */
#breadcrumb {
	width: 100%;
	margin-bottom: 50px;
}
#breadcrumb ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	height: 1em;
}
#breadcrumb li {
	width: auto;
}
#breadcrumb li a {
	font-size: 14px;
	letter-spacing: 0.05em;
	padding-right: 1em;
}
#breadcrumb li span {
	width: 6px;
	height: 1em;
	background-size: contain;
	margin-right: 1em;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	#breadcrumb {
		width: 100%;
		margin-bottom: 4.54vw;
	}
	#breadcrumb li a {
		font-size: 1.27vw;
	}
	#breadcrumb li span {
		width: 0.54vw;
	}

}

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

	#breadcrumb {
		width: 100%;
		margin-bottom: 8vw;
	}
	#breadcrumb li a {
		font-size: 3.2vw;
	}
	#breadcrumb li span {
		display: inline-block;
		width: 1.33vw;
		height: 2.93vw;
		background: url('../images/icon_arrow_sp.png') no-repeat;
		background-size: contain;
		margin-right: 3.2vw;
	}
	#breadcrumb li span img {
		display: none;
	}

}

/* btn_area */
#btn_area {
	width: 100%;
	padding: 95px 0;
}
#btn_area .btn_back {
	width: 386px;
	height: 84px;
	margin: 0 auto;
}
#btn_area .btn_back a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/btn_back2.png') no-repeat;
	background-size: contain;
}
#btn_area .btn_back a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/btn_back3.png') no-repeat;
	background-size: contain;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	#btn_area {
		padding: 8.63vw 0;
	}
	#btn_area .btn_back {
		width: 35.09vw;
		height: 7.63vw;
	}

}

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

	#btn_area {
		width: 100%;
		padding: 13.33vw 0;
	}
	#btn_area .btn_back {
		width: 89.86vw;
		height: 14.53vw;
		margin: 0 auto;
	}
	#btn_area .btn_back a {
		background: url('../images/btn_back2_sp.png') no-repeat;
		background-size: contain;
	}
	#btn_area .btn_back a:hover {
		background: url('../images/btn_back2_sp.png') no-repeat;
		background-size: contain;
	}

}

/* content
---------------------------------------------------*/
#content {
	width: 100%;
	background: #006fbc;
	padding: 95px 0;
}
#content h1 {
	width: 300px;
	height: 37px;
	background-size: contain;
	margin: 0 auto 100px;
}
#content ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 976px;
	margin: 0 auto;
}
#content li {
	width: 280px;
	height: auto;
	margin-right: 65px;
	margin-bottom: 70px;
}
#content li:nth-child(3n) {
	margin-right: 0;
}
#content li:nth-child(4) {
	margin-bottom: 0;
}

#content li .thumb {
	width: 100%;
	height: 180px;
	background-size: contain;
	margin-bottom: 20px;
}
#content li h2 {
	font-size: 20px;
	letter-spacing: -0.01em;
	line-height: 1.3;
	font-weight: bold;
	color: #fff100;
	margin-bottom: 1em;
}
#content li .txt {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.625;
	color: #fff;
	margin-bottom: 1em;
}
#content li .link {
	width: 100%;
}
#content li .link a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	z-index: 10;
}
#content li .link a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url('../images/line_content1.png') no-repeat;
	background-size: contain;
	content: '';
	z-index: 0;
}
#content li .link a:hover::before,
#content li .link a.more::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/btn_content2.png') no-repeat;
	background-size: contain;
	content: '';
	z-index: 10;
	transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#content li .link a::after,
#content li .link a.more::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff100;
	border-radius: 5px;
	content: '';
	z-index: 0;
	transform: scale(0, 1);
	transform-origin: left top;
  transition: transform .3s;
}
#content li .link a:hover::before,
#content li .link a:hover::after,
#content li .link a.more::before,
#content li .link a.more::after {
	transform: scale(1, 1);
}

/* 1100px */
@media screen and (max-width: 1100px) {

	#content h1 {
		width: 27.27%;
		height: 100%;
		background-size: contain;
		margin: 0 auto 9.09vw;
	}
	#content ul {
		width: 88.72%;
		margin: 0 auto;
	}
	#content li {
		width: 29%;
		height: auto;
		margin-right: 5.9%;
		margin-bottom: 6.3vw;
	}
	#content li .thumb {
		width: 100%;
		height: 16.36vw;
		background-size: contain;
		margin-bottom: 1.8vw;
	}
	#content li h2 {
		font-size: 1.8vw;
	}
	#content li .txt {
		font-size: 1.45vw;
	}
	#content li .link a {
		height: 4.5vw;
	}
	#content li .link a::before {
		height: 1.36vw;
	}
	#content li .link a::after {
		border-radius: 0.45vw;
	}

}

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

	#content {
		width: 100%;
		padding: 18.66vw 0;
	}
	#content h1 {
		width: 54%;
		height: 6vw;
		background: url('../images/ttl_content_sp.png') no-repeat;
		background-size: contain;
		margin: 0 auto 13.33vw;
	}
	#content h1 img {
		display: none;
	}
	#content ul {
		display: block;
		width: 89.86%;
		margin: 0 auto;
	}
	#content li {
		width: 100%;
		height: auto;
		margin: 0 auto 18.66vw;
	}
	#content li:last-child {
		margin-bottom: 0;
	}
	#content li .thumb {
		width: 100%;
		height: 57.33vw;
		background-size: contain;
		margin-bottom: 6.66vw;
	}
	#content li .thumb img {
		width: 100%;
	}
	#content li h2 {
		font-size: 6.4vw;
		letter-spacing: -0.01em;
		line-height: 1.3;
		font-weight: bold;
		margin-bottom: 1em;
	}
	#content li .txt {
		font-size: 3.73vw;
		letter-spacing: -0.01em;
		line-height: 1.714;
		margin-bottom: 1em;
	}
	#content li .link {
		width: 100%;
	}
	#content li .link a {
		position: relative;
		display: block;
		width: 100%;
		height: 8.66vw;
		background: url('../images/btn_content1_sp.png') no-repeat;
		background-size: contain;
		z-index: 0;
	}
	#content li .link a img {
		display: none;
	}
	#content li .link a::before {
		display: none;
	}
	#content li .link a:hover::before {
		display: none;
	}
	#content li .link a::after {
		display: none;
	}
	#content li .link a:hover::after {
		display: none;
	}

}

/* bnr_area
---------------------------------------------------*/
#bnr_area {
	width: 100%;
	padding: 100px 0;
}
#bnr_area ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
#bnr_area li {
	width: 280px;
	height: 100px;
}
#bnr_area li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
}
#bnr_area li a img {
	width: 100%;
	height: 100%;
}

/* 1100px */
@media screen and (max-width: 1100px) {

	#bnr_area {
		width: 100%;
		padding: 9.09vw 0;
	}
	#bnr_area ul {
		width: 89%;
		margin: 0 auto;
	}
	#bnr_area li {
		width: 25.45vw;
		height: 9.09vw;
	}

}

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

	#bnr_area {
		width: 100%;
		padding: 13.33vw 0;
	}
	#bnr_area ul {
		display: block;
		width: 89.86%;
		margin: 0 auto;
	}
	#bnr_area li {
		width: 100%;
		height: 32vw;
		margin-bottom: 6.66vw;
	}
	#bnr_area li:last-child {
		margin-bottom: 0;
	}

}
