@charset "UTF-8";

/*************************************
	reset
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************
	custom
*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1;
  font-family: Times, Noto Serif , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", serif;
  font-feature-settings : "pkna" 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5;
}
img {
  border: none;
  outline: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
span.aw { 
	display: inline-block; }

.cf:after { 
	content: ''; 
	display: block; 
	clear: both; }

.w100 img, img.w100 { 
	width: 100%; 
	height: auto; }

.note {
	font-size: 11px;
	line-height: 1.4;
	color: #333;
}
.inner {
	width: 96%;
	margin: auto;
	box-sizing: border-box;
}
.p {
	font-size: 15px;
	line-height: 2;
}
.base {
	position: relative;
}
.base .note {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 5px;
	line-height: 1;
}

/*フォントゴシック*/
#container p,
nav,
.g,
.Ans,
#bukken_main .column,
.flow > div,
.contents_btn,
li,
#management .tabContents,
.interview h6,
#footer{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ ゴシック" , "MS PGothic" , sans-serif;
  font-feature-settings: normal;
}

.t35 { font-size: 35px; letter-spacing: 5px;}
.t20 { font-size: 21px;}
@media screen and (max-width: 768px) {
.t35 { font-size: 30px; letter-spacing: 0;}
.t20 { font-size: 16px;}
}
@media screen and (max-width: 480px) {
.t35 { font-size: 25px;}
.t20 { font-size: 15px;}
}


.sp { display: none;}
@media screen and (max-width: 480px) {
	.pc { display: none;}
	.sp { display: block;}
	
	.p {
		font-size: 13px;
	}
}

/************************************
	container
*/
#container {
	max-width: 1130px;
	margin: auto;
}
@media screen and (max-width: 480px) {
	#container {
		padding-bottom: 50px;
	}
}

/************************************
	footer
*/

#footer {
	padding-top: 2%;
	text-align: center;
}
#footer h4 {
	margin: 2em 1em;
	/*color: #9f0e34;*/
}
#footer .tel {
	margin: 20px 0 35px;
}
#footer .tel li {
	display: inline-block;
	padding: 20px;
	border-right: 1px solid #ddd;
	vertical-align: top;
}
#footer .tel li:last-child {
	border-width: 0;
}
#footer .tel p {
	margin: 0;
	font-size: 10px;
}
#footer .jigyo_btn {
  width: 100%;
  display: block;
  margin-top: 10px;
}
#footer .jigyo_btn a {
  height: 24px;
  display: block;
  width: 100%;
  padding: 10px 0 0;
  color: #fff;
  background: #75166e;
  position: relative;
  transition: .3s;
  font-size: 15px;
  line-height: 1;
}
  /* IE表示用のCSS　*/
_:-ms-fullscreen, :root #footer .jigyo_btn a {
  font-family: Meiryo, sans-serif;
}
#footer .jigyo_btn a:hover {
  background: #ba5794;
}
#footer .jigyo_btn a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_bnr {
	padding: 20px 0;
	background: #e5e5e5;
}
.footer_bnr ul {
	letter-spacing: -.4em;
}
.footer_bnr li {
	display: inline-block;
	max-width: 300px;
	margin: 5px;
	background: #000;
}
.footer_bnr li:hover img {
	opacity: 0.9;
}

@media screen and (max-width: 768px) {
	#footer .tel li {
		border-width: 0;
		padding: 0 10px 30px;
	}
}
.uptotop {
	position: fixed;
	bottom: 0;
	right: 0;
}
.uptotop a {
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	background: rgba(0,0,0,0.5);
	transition: all .6s;
}
.uptotop a:hover {
	background: rgba(0,0,0,0.8);
}
@media screen and (max-width: 480px) {
	.uptotop { display: none!important;}
}
#copyright {
	padding: 20px 1em;
	text-align: center;
	font-size: 11px;
}


/************************************
	hover
*/
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #eee;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	border: 1px solid #000;
	box-sizing: border-box;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: #000;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}