@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%;
}

/*@font-face {
	font-family: 'Noto Sans CJK jp';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/NotoSansCJKjp-Medium.woff') format('woff');
	font-display: swap;
}*/

body {
	position: relative;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	/*font-family: 'Noto Sans CJK jp', serif;*/
	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%;}

.mb30 {margin-bottom: 30px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}


/** 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;
	}

	.mb30 {margin-bottom: 4.6875vw !important;}
	.mb80 {margin-bottom: 12.5vw !important;}
	.mb100 {margin-bottom: 15.625vw !important;}

}


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

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


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

}


/* Footer
---------------------------------------------------*/
#Footer {
	width: 100%;
	height: 150px;
	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 {
	position: relative;
	width: 89px;
	height: 44px;
	background-size: contain;
}
.back a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/back-tohome.png') no-repeat;
	background-size: contain;	
}
.back a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/backto-home.png') no-repeat;
	background-size: contain;	
}
#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;
	color: #ff00b4;
}

/* 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: 26.25vw;
		height: 12.5vw;
	}
	.back a {
		display: block;
		width: 100%;
		height: 100%;
		background: url('../images/back-tohome.png') no-repeat;
		background-size: contain;	
	}
	.back a:hover {
		display: block;
		width: 100%;
		height: 100%;
		background: url('../images/backto-home.png') no-repeat;
		background-size: contain;	
	}
	#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: 380px;
	height: 81px;
	margin: 0 auto;
}
#btn_area .btn_back a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/btt.png') no-repeat;
	background-size: contain;
	z-index: 1;
	overflow: hidden;
}
#btn_area .btn_back a:before {
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #ff00b1;
	z-index: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#btn_area .btn_back a:hover {
	background: none;
}
#btn_area .btn_back a:hover:before {
	left: 0;
}
#btn_area .btn_back a:hover:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/onmouse_Btt.png') no-repeat;
}


/* 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.86%;
		height: 14.53vw;
		margin: 0 auto;
	}
	#btn_area .btn_back a {
		background: url('../images/btt_sp.png') no-repeat;
		background-size: contain;
	}
	#btn_area .btn_back a:hover {
		background: url('') no-repeat;
		background-size: contain;
	}

}

/* content
---------------------------------------------------*/
#content {
	position: relative;
	background: #ffff00;
	padding: 0;
}
#content .inner {
	position: relative;
	width: 100%;
	padding: 95px 0;
}
#content:before,
#content:after,
#content .inner:before,
#content .inner:after {
	position: absolute;
	content: '';
	width: 170px;
	height: 170px;
	background-image: url('../images/contact-bg01.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#content:before {
	top: 0;
	left: 0;
	background-image: url('../images/contact-bg01.png');
}
#content:after {
	top: 0;
	right: 0;
	background-image: url('../images/contact-bg02.png');
}
#content .inner:before {
	bottom: 0;
	left: 0;
	background-image: url('../images/contact-bg03.png');
}
#content .inner:after {
	bottom: 0;
	right: 0;
	background-image: url('../images/contact-bg04.png');
}

#content h1 {
	text-align: center;
	margin: 0 auto 100px;
}
#content h1 img {
	width: 211px;
}
#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;
	background-color: #fff;
	margin-bottom: 20px;
	z-index: -1;
	text-align: center	;
}
#content li h2 {
	font-size: 20px;
	letter-spacing: -0.01em;
	line-height: 1.3;
	font-weight: bold;
	color: #ff00b4;
	margin-bottom: 1em;
}
#content li .txt {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.625;
	color: #000;
	margin-bottom: 1em;
}
#content li .link {
	width: 100%;
}
#content li .link a {
	position: relative;
	display: block;
	width: 100%;
	background-image: url('../images/btn_more_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#content li .link a[target="_blank"] {
	background-image: url('../images/btn_blank_hover.png');
}
#content li .link a img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#content li .link a:hover img,
#content li .link a.more img {
	opacity: 0.0;
	filter:alpha(opacity=0);
}

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

	#content ul {
		width: 89%;
		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;
	}

}

/* 768px */
@media screen and (max-width: 768px) {
	#content .inner h1 img {
		width: 39.53125vw;
	}
	#content:before,
	#content:after,
	#content .inner:before,
	#content .inner:after {
		width: 21.40625vw;
		height: 21.40625vw;
	}

	#content h1 {
		margin: 0 auto 13.33vw;
	}
	#content h1 img {
		width: 39.53125vw;
	}
	#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;
		background-color: #fff;
	}
	#content li:nth-child(4) {
		margin-bottom: 6.66vw;
	}
	#content li:nth-child(3) .thumb {
		/*padding-top: 8.59375vw;*/
	}
	#content li .thumb img {
		width: 100%;
	}
	#content li:nth-child(3) .thumb img {
		/*width: 50vw;*/
		/*height: 40vw;*/
	}
	#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 {
		width: 89.53125vw;
		height: 15.9375vw;
		background-image: url('../images/btn_more_sp.png');
		background-size: contain;
	}
	#content li .link a[target="_blank"] {
		background-image: url('../images/btn_blank_sp.png');
	}
	#content li .link a img {
		opacity: 0.0;
		filter:alpha(opacity=0);
	}
}
