@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,td2,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* Reset Stylesheet ここまで */




/* CSS Document */
a {
	color: #5096B4;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #FFFFFF;
	background-image:
		linear-gradient( transparent 90%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%, transparent 100%),
		linear-gradient( 90deg, transparent 90%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%, transparent 100%);
	background-size: 20px 20px;
	background-attachment: fixed;
}
header {
	width: 100%;
	position: fixed;
	background-color: rgba(255,255,255,0.80);
	background-image:
		linear-gradient( transparent 90%, rgba(247,247,247,0.80) 90%, rgba(247,247,247,0.80) 100%, transparent 100%),
		linear-gradient( 90deg, transparent 90%, rgba(247,247,247,0.80) 90%, rgba(247,247,247,0.80) 100%, transparent 100%);
	background-size: 20px 20px;
	z-index: 1;
}
main {
	text-align: center;
}
footer {
	margin: 0px auto 20px auto;
	text-align: center;
}
div.clear {
	clear: both;
}
div.fig {
	max-width: 500px;
	box-shadow: 0px 0px 0px 3px #5096B4;
}
div.link {
	margin: 0px 18px 20px 18px;
}
div.link img {
	border-radius: 10px;
	padding: 1px;
	background-color: #000000;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
#top {
	margin: 0px auto 0px auto;
}
#logo {
	margin: 25px 0px 0px 0px;
}
section.top {
	margin: 50px auto 80px auto;
	padding: 100px 0px 0px 0px;
}
section.page, section.link-page {
	margin: 0px auto 80px auto;
	padding: 100px 0px 0px 0px;
}
h1 {
	font-size: 24px;
	margin: 0px 0px 50px 0px;
}
h1 span {
	font-size: 14px;
}
h2 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}
p {
	font-size: 16px;
	line-height: 180%;
}
p.topcoment-a {
	font-size: 25px;
	font-weight: 700;
	color: #5096B4;
	text-shadow: 3px 3px 0px #FFFFFF, -3px 3px 0px #FFFFFF, 3px -3px 0px #FFFFFF, -3px -3px 0px #FFFFFF, 3px 0px 0px #FFFFFF, -3px 0px 0px #FFFFFF, 3px 0px 0px #FFFFFF, -3px 0px 0px #FFFFFF, 0px 3px 0px #FFFFFF, 0px 3px 0px #FFFFFF, 0px -3px 0px #FFFFFF, 0px -3px 0px #FFFFFF;
}
p.topcoment-b {
	font-size: 25px;
	color: #5096B4;
	text-shadow: 3px 3px 0px #FFFFFF, -3px 3px 0px #FFFFFF, 3px -3px 0px #FFFFFF, -3px -3px 0px #FFFFFF, 3px 0px 0px #FFFFFF, -3px 0px 0px #FFFFFF, 3px 0px 0px #FFFFFF, -3px 0px 0px #FFFFFF, 0px 3px 0px #FFFFFF, 0px 3px 0px #FFFFFF, 0px -3px 0px #FFFFFF, 0px -3px 0px #FFFFFF;
}
p.fig {
	text-align: left;
	font-size: 16px;
	line-height: 180%;
	max-width: 500px;
}
p.info-a {
	font-weight: 700;
	margin: 20px auto 0px auto;
}
p.info-b {
	margin: 0px auto 40px auto;
}
p.privacy {
	text-align: left;
	padding: 5px 10px 0px 10px;
	margin: 15px 10px 10px 10px;
	border-left: solid 3px #5096B4;
	border-right: solid 3px #5096B4;
}
p.copyright {
	margin: 25px 0px 0px 0px;
	color: #5096B4;
}
p.button {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 2px solid #5096B4;
	font-size: 16px;
	color: #5096B4;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 3px 16px 2px 16px;
	border-radius: 4px;
	transition-duration: 0.4s;
}
p.button:hover {
	background-color: #5096B4;
	border-color: #5096B4;
	color: #FFFFFF;
	transition-duration: 0.4s;
}
p.form-text {
	margin: 15px 0px 0px 0px;
}
p.note {
	margin: 0px 0px 20px 0px;
}
span.font-red {
	font-size: 75%;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 8px;
	border-radius: 5px;
}
span.link {
	font-weight: 700;
	border: solid 2px #5096B4;
	background-color: rgba(80,150,180,0.30);
	padding: 7px 20px 5px 20px;
	margin: 0px 0px 0px 8px;
	border-radius: 25px;
	transition-duration: 0.4s;
}
span.link:hover {
	border: solid 2px #5096B4;
	background-color: rgba(80,150,180,0.00);
	border-radius: 2px;
	transition-duration: 0.4s;
}
.file-logo {
	background-color: #5096B4;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	font-size: 20px;
	font-family: 'Fugaz One', cursive;
}
td.download {
	text-align: center;
	font-weight: 800;
}
a.download {
	border: 2px solid #5096B4;
	background-color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	border-radius: 15px;
	transition-duration: 0.4s;
}
a.download:hover {
	color: #FFFFFF;
	border: 2px solid #5096B4;
	background-color: #FFFFFF;
	background-color: #5096B4;
	padding: 0px 15px 0px 15px;
	border-radius: 3px;
	transition-duration: 0.4s;
}
hr {
	margin: 0px auto 0px auto;
	clear: both;
	text-align: center;
}
hr.line1 {
	height: 2px;
	background-color: #5096B4;
}
hr.line2 {
	margin: 0px auto 20px auto;
	height: 5px;
	width: 50px;
	background-color: #5096B4;
}
hr.line3 {
	margin: 10px auto 10px auto;
	height: 2px;
	background-color: #5096B4;
}
hr.line4 {
	height: 8px;
	border: 0px;
}
img, video {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
img.xvl {
	margin: 10px 25px 5px 25px;
	padding: 2px 2px 2px 2px;
	height: 60px;
	transition-duration: 0.4s;
	box-shadow: 0px 0px 0px 3px rgba(80,150,180,0.50);
}
img.xvl:hover {
	transition-duration: 0.4s;
	box-shadow: 0px 0px 0px 3px rgba(80,150,180,1.00);
}
form {
	margin: 0px auto 0px auto;
	padding: 0px 40px 0px 0px;
	max-width: 600px;
	text-align: left;
}
select {
	margin: 0px 0px 0px 25px;
	padding: 5px 5px 5px 5px;
	border: 2px #5096B4 solid;
	border-radius: 3px;
}
input, textarea {
	margin: 0px 0px 0px 25px;
	padding: 5px 5px 5px 5px;
	width: 100%;
	border: 2px #5096B4 solid;
	border-radius: 3px;
}
#button {
	text-align: center;
}
input.button {
	margin: 25px 20px 0px 20px;
	width: 100px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #5096B4;
	border: solid 2px #5096B4;
	border-radius: 3px;
	transition-duration: 0.4s;
}
input.button:hover {
	background: #5096B4;
	color: #FFFFFF;
	transition-duration: 0.4s;
}
#privacy {
	margin: 0px auto 20px auto;
	padding: 20px 20px 20px 20px;
	max-width: 850px;
	background-color: rgba(80,150,180,0.15);
	border-radius: 15px;
}
table.recruit {
	margin: 0px auto 15px auto;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	border-collapse: collapse;
	border: solid 2px #5096B4;
	background-color: rgba(80,150,180,0.15);
}
table.recruit th, table.recruit td {
	padding: 10px 10px 10px 10px;
	border: dashed 1px #5096B4;
}
td.item4 {
	width: 90px;
}
td.item2 {
	width: 60px;
}
table.illustproof {
	margin: 0px auto 15px auto;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: solid 3px #5096B4;
	background-color: rgba(0,150,180,0.15);
}
table.illustproof th, table.illustproof td {
	padding: 10px 10px 10px 10px;
	border: dashed 2px #5096B4;
	min-width: 70px;
}
table.illustproof th {
	text-align: center;
}


/* トップアニメーション */
div.intro {
	width: 100%;
	max-width: 550px;
	position: relative;
	z-index: -1;
}
div.intro .item, .intro .item svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
div.intro .item svg {
	visibility: hidden;
	margin: auto;
}
div.intro .item svg.drawsvg-initialized {
	visibility: visible;
}
div.intro .item {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	opacity: 0;
	top: 30px;
}
div.intro .item.active {
	top: 0;
	opacity: 1;
	-webkit-animation: comeIn 0.6s;
	animation: comeIn 0.6s;
}



/*TOPに戻るボタン*/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: -55px;
	background: #5096B4;
	opacity: 0.6;
}
#page_top:hover {
	background: #5096B4;
	opacity: 1.0;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 35px;
	text-decoration: none;
}
#page_top a:before {
	font-family: FontAwesome;
	content: '\f102';
	font-size: 37px;
	color: #FFFFFF;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}



/*横1034pxまで*/
@media only screen and (max-width: 1034px){
	#logo-hed {
		text-align: center;
		margin: 10px 0px 0px 50px;
	}
	nav.normal {
		display: none;
	}
	nav.mobile {
		margin: 0px 5px 0px 5px;
	}
	#menu-container {
		display: none;
		margin: 0px 10px 0px 10px;
	}
	main {
		margin: 0px 5px 0px 5px;
	}
	#top {
		padding: 50px 0px 0px 0px;
	}
	img.normal {
		display: none;
	}
	div.intro {
		margin: 150px auto 350px auto;
	}
	#topmenu {
		display: none;
	}
	p.mobile-menu {
		text-align: center;
		font-size: 15px;
		font-weight: 700;
		max-width: 500px;
		width: 100%;
		box-sizing: border-box;
		margin: 5px auto 5px auto;
		padding: 5px 0px 5px 0px;
		background-color: #B7D3DF;
		color: #5096B4;
		border: solid 2px #5096B4;
		border-radius: 12px;
		transition-duration: 0.4s;
	}
	div.fig {
		margin: 0px auto 0px auto;
	}
	p.fig {
		margin: 10px auto 50px auto;
		padding: 0px 10px 0px 10px;
		max-width: 500px;
		min-height: 0px;
	}
	img.xvl {
		margin: 20px 0px 5px 20px;
		height: 45px;
}
	select {
		width: 75%;
	}

	/*メニューボタン閉*/
	#menu-icon {
		display: block;
		width: 30px;
		height: 30px;
		z-index: 100;
		background-color: #5096B4;
		border-radius: 5px;
		padding: 5px 7px 0px 7px;
		margin: -40px 0px 0px 0px;
	}
	#menu-icon div {
		position: relative;
	}
	#menu-icon span {
		display: block;
		height: 3px;
		background: #FFFFFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#menu-icon span:nth-child(1) {
		top:0px;
	}
	#menu-icon span:nth-child(2) {
		top:8px;
	}
	#menu-icon span:nth-child(3) {
		top:16px;
	}
	/*メニューボタン開*/
	.open #menu-icon span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #menu-icon span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #menu-icon span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}

/*横750pxまで*/
@media only screen and (min-width: 750px){
	section.link-page {
		max-width: 700px;
	}
	div.link {
		float: left;
	}
}

/*横1035pxから*/
@media print, screen and (min-width: 1035px){
	#logo-hed {
		float: left;
		margin: 10px 0px 0px 10px;
	}
	img.mobile {
		display: none;
	}
	nav.mobile {
		display: none;
	}
	nav.normal {
		margin: 15px 25px 0px 0px;
	}
	#top {
		padding: 50px 0px 0px 0px;
		width: 1000px;
	}
	#topcoment {
		float: left;
		margin: 10px 0px 0px 0px;
	}
	div.intro {
		margin: 380px 0px 0px 100px;
	}
	#topmenu {
		float: right;
		height: 600px;
		margin: 15px 0px 0px 0px;
	}
	section.page, section.link-page {
		max-width: 1020px;
	}
	div.fig {
		float: left;
		margin: 0px 15px 50px 0px;
	}
	p.topcoment-a, p.topcoment-b {
		text-align: left;
		margin: 0px 0px 0px 25px;
	}
	p.topmenu {
		text-align: center;
		font-size: 25px;
		width: 275px;
		box-sizing: border-box;
		margin: 10px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		color: #5096B4;
		border: solid 2px #5096B4;
		border-radius: 30px;
		transition-duration: 0.4s;
	}
	p.topmenu:hover {
		background-color: #5096B4;
		color: #FFFFFF;
		border-radius: 2px;
		transition-duration: 0.4s;
	}
	p.fig {
		float: right;
		min-height: 350px;
	}
	p.sitemap {
		font-size: 13px;
		color: #5096B4;
		margin: 0px 0px 0px 25px;
	}
	ul.menu {
		margin: 5px 0px 0px 0px;
		display: flex;
		list-style: none;
		justify-content: flex-end;
		float: right;
		border-right: solid 2px #5096B4;
	}
	li.menu-item {
		padding: 2px 8px 0px 8px;
		color: #5096B4;
		border-left: solid 2px #5096B4;
		font-size: 14px;
		transition-duration: 0.4s;
	}
	li.menu-item:hover {
		background-color: rgba(80,150,180,0.25);
		transition-duration: 0.4s;
	}
	div.link img {
		opacity: 0.8;
		transition-duration: 0.4s;
	}
	div.link img:hover {
		opacity: 1.0;
		transform: scale(1.04);
		transition-duration: 0.4s;
	}
	select {
		width: 50%;
	}
}



/*印刷用*/
@media print {
	header {
		display: none;
		}
	#page_top {
		display: none;
	}
}



* {
  box-sizing: border-box;
  }



/* メインカラー ： #5096B4 / rgba(80,150,180,0.00) */