/*--------------------------------------------全体の設定(背景色や改行など)(各ページ固有)--------------------------------------------*/
body {
	background-color: #f7f7f7;
	overflow-x: hidden;
}
br {
	display: block;
}
br.responsive {
	display: none;
}
/*--------------------------------------------ヘッダーにあるメニュー(各ページ共通)--------------------------------------------*/
.headlink {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.headlink:after {
	display: block;
	clear: both;
	content: "";
}
.logo {
	width: 100%;
	max-width: 220px;
	background-color: hsla(0, 0%, 0%, 0.7);
	float: left;
}
.link {
	width: 90px;
	max-width: 110px;
	float: right;
	margin-right: 10px;
}
.link.last {
	margin-right: 0px;
}
.box {
	width: 290px;
	height: 50px;
	background-color: hsla(0, 0%, 0%, 0.6);
	position: absolute;
	top: 44px;
	right: -100px;
	border-radius: 10px;
	transition: 1s;
	opacity: 0;
}
.slidein {
	position: absolute;
	right: 0px;
	opacity: 1;
	transition: 1s;
}
.close {
	color: hsla(0, 0%, 100%, 1);
	text-align: right;
	width: 20px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 25px;
}
.box .text {
	margin-top: 5px;
	text-align: center;
}
.text p {
	line-height: 19px;
}
.box p a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
/*--------------------------------------------トップイメージ(各ページ固有)--------------------------------------------*/
.top_img img {
	width: 100%;
	height: auto;
}
.top_img2 {
	display: none;
}
/*--------------------------------------------メニューアイコン(各ページ共通)--------------------------------------------*/
a {
	color: #000000;
}
.menu_icon {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}
.menu_icon:after {
	clear: both;
	display: block;
	content: "";
}

.menuwrap {
	width: 119px;
	float: left;
	margin-right: 63px;
}

.iconwrap {
	width: 36px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.normal {
	display: block;
}
.hover {
	position: absolute;
	top: 0px;
	display: none;
}
.textwrap {
	width: 100%;
}
.textwrap p.en {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.textwrap p.ja {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.hovertext {
	color: aqua;
}

@media (min-width: 600px) {
	.menuwrap:hover > .textwrap {
		color: #9fcec7;
	}
	.menuwrap:hover > .iconwrap > .normal {
		display: none;
	}
	.menuwrap:hover > .iconwrap > .hover {
		position: relative;
		display: block;
	}
}

/*-------------------------------------------メインコンテンツ(各ページ固有)--------------------------------------------*/
.link3 {
	max-width: 500px;
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.title1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.title2 {
	letter-spacing: 2px;
}
.w_text {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 21px;
	letter-spacing: 2px;
}
.text_all {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	color: #706f6f;
	letter-spacing: 1.2px;
}
.w_text1,
.w_text2,
.w_text3,
.w_text4,
.w_text5 {
	max-width: 343px;
	width: 100%;
	float: left;
	margin: 31px 17px;
}
.w_text1 img,
.w_text2 img,
.w_text3 img,
.w_text4 img,
.w_text5 img {
	width: 100%;
}
.w_text1_2,
.w_text2_2,
.w_text3_2,
.w_text4_2,
.w_text5_2 {
	color: rgba(101, 171, 160, 0.8);
	margin: 10px 0;
	letter-spacing: 2px;
	font-size: 17px;
}
.text_all p {
	line-height: 26px;
}
.hr {
	border: none;
	border-top: dotted 2px rgba(166, 209, 202, 0.8);
	height: 1px;
	margin: 0 28px 0 28px;
	clear: both;
}
.w_text6 {
	margin-top: 14px;
	margin-left: 28px;
}

svg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 25px;
	margin-top: 70px;
}

.form_link {
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	height: 54px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	line-height: 54px;
	text-align: center;
	border-radius: 6px;
	background-color: #444444;
	text-decoration: none;
}

/*-------------------------------------------メディアスクリーン(各ページ固有)-------------------------------------------*/
@media (max-width: 599px) {
	br.responsive {
		display: block;
	}
	.logoicon.img1 img {
		text-align: center;
		width: 165px;
		height: 0 auto;
		height: 0 auto;
		height: auto;
	}
	.logoicon.img2 img {
		width: 100%;
		height: auto;
	}
	.first p {
		font-size: 16px;
		line-height: 34px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #444444;
		margin-left: 5px;
		margin-right: 5px;
	}
	.second {
		margin-left: 5px;
		margin-right: 5px;
	}
	ul {
		margin-top: 35px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.top_img {
		display: none;
	}
	.top_img2 {
		display: block;
	}

	.form_link {
		display: block;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 320px;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		letter-spacing: 0.08em;
		line-height: 50px;
		text-align: center;
		border-radius: 6px;
		background-color: #444444;
		text-decoration: none;
	}
}
