@charset "UTF-8";
/* --------------------------------------------------- */
/* general */
/* --------------------------------------------------- */
html {
	font-size: 100%;
}
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
	background: #fff;
}
body a{
	color: #4169E1;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
object {
    pointer-events: none;
}
.small{
  font-size: small;
}
.ceo {
width:90%;
margin:2rem auto 1.5rem auto;
}
.ceo p {
margin: 5px 0 20px;
}
.textBox {
border: 2px solid #333;
border-radius: 5px;
padding: 30px 30px 15px 30px;
position: relative;
}
a.a-point{
    text-decoration: none;
   display: block;
   margin-top:-110px;
   padding-top:115px;
}
ul.tokusyu {
  list-style: none;
  padding-left: .5rem;
}

ul.tokusyu li {
  line-height: 2.25rem
}

.textBox::before {
background-color: #fff;
color: #333;
content: "応募される皆さんへ";
font-weight: bold;
font-size: 1.25rem;
left: 30px;
padding: 3px 10px;
position: absolute;
top: -20px;
}
.ceo #syomei {
margin-top:1.5rem;
text-align:right
}
.col-xs-3, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-xs-9, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-3, .col-xs-9 {
  float: left;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-3 {
  width: 25%;
}
@media (min-width: 992px) {
   .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }	
}
/* --------------------------------------------------- */
/* footer */
/* --------------------------------------------------- */
footer {
	text-align: center;
	clear: both;
	background: #32383C;
	padding: 3em 0 2em;
}
h4.footer {
	font-size: 1.2em;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 1.5em 0 .5em 0;
}
h4.footer a{
	color: #fff;
	text-decoration:none;
}
.footer-grid ul {
	padding-left: 0px;
}
.footer-grid ul.social-icons {
	font-size: 1.4em;
}
.footer-grid ul li {
	list-style-type: none;
}
.footer-grid ul li a {
	display: block;
	font-size: 1em;
	line-height: 1.8em;
	color: rgb(135, 138, 140);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration: none;
}
.footer-grid ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.policy {
	text-align: center;
	padding: 2em 0 1em;
}
.policy p {
	color: #fff;
	font-size: small;
	line-height: 1.8em;
}
.policy p a {
	color: #fff;
	font-size: small;
	line-height: 1.8em;
}
.copy-right {
	text-align: center;
	padding: 3em 0;
}
.copy-right p {
	color: #fff;
	text-transform: capitalize;
	line-height: 1.8em;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
/* --------------------------------------------------- */
/* navigation */
/* --------------------------------------------------- */
.inner {
	width: 1080px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #222;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 23px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	font-weight: 500;
	font-size: 1em;
	padding: 0 15px;
}
#global-nav ul li.current {
	font-weight: bold;
	color: #f58025;
}
#global-nav ul li.current:hover:after {
	background: #fff;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #ff8c00;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 5px;
	height: 65px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #ff8c00;
	bottom: -20px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
.banner-img {
	text-align:center;
	margin-top:3.5rem
}
.banner-img a:hover {
	opacity:0.8
}

@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 8px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
    a.a-point{
		text-decoration: none;
		display: block;
		margin-top: -3rem;
		padding-top: 4rem;
    }
}
@media screen and (max-width: 767px) {
    #bg {
    	height: 0;
    	padding-top: 53.57%;
    	background: url('../img/top-s.jpg') 0 0 no-repeat;
    	background-size: contain;
		position: relative;
	}
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#global-nav ul li.current {
	font-weight: bold;
	color: #f58025;
		font-size:1.5em;
		padding: 18px 0;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		font-size:1.5em;
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}
@media screen and (max-width: 426px) {
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		font-size:1.75em;
	}
}
/* --------------------------------------------------- */
/* container */
/* --------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* --------------------------------------------------- */
/* hello */
/* --------------------------------------------------- */
.hello {
    padding: 2.5em 16em;
    text-align:left;
} 
.hello p a:hover {
    text-decoration: underline;
}
h2 {
    text-align: center;
    font-size: 2.8em;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 1em;
    position:relative;
}
h2.title:after {
    width: 60px;
    height: 5px;
    background: #ff8c00;
    position: absolute;
    bottom: -16%;
    left: 48%;
    content: '';
}
h4 {
	text-align: center;
	margin-bottom: 0.8em;
}
h4.title {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

h4.staff-orange {
	color:#f58025;
}
/* --------------------------------------------------- */
/* sim-button */
/* --------------------------------------------------- */
a.sim-button.button02 {
    font-size: 1em;
    color: #555;
    padding: 1em 2em;
    margin-top: 2em;
    display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
	outline: none;
}   
.button02::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #ff8c00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.button02:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.button02::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #ff8c00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.button02:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
} 
a.sim-button.button02:hover {
	text-decoration: none;
    color: #fff;
}
/* --------------------------------------------------- */
/* banner */
/* --------------------------------------------------- */
.banner,.services,.blog {
	padding:5em 0; 
}
.banner, .features { 
	background: #f1f1f1;
}
.br-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.br-img-1 {
    background: url(../img/t1.png) center top;
}
.br-img-2 { 
	background:url(../img/t2.png) center top;
}
.br-img-3 { 
	background:url(../img/t3.png) center top;
	background-size: cover;
}
.br-img-4 { 
	background:url(../img/t4.png) center top;
}
.br-img-5 { 
	background:url(../img/t5.png) center top;
}
.br-img-6 { 
	background:url(../img/t6.png) center top;
}
.br-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.br-info h2 {
    color: #fff; 
    position: relative;
    letter-spacing: 1px;
    font-size: 1.2em;
    padding: 43px 0 0 0;   
}
.br-info p {
    color: #fff;
    padding: 10px 5px 0;
    margin: 15px 30px 0;
    font-size: 1em;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.br-info p a {
	text-decoration: none;
    color: #fff;
	font-size: 1em;
	border-bottom: 1px solid #fff;
   	padding-bottom: 1px;
}
.br-info p a:hover {
    color: #FF9900;
}
.br-item:hover {
	-webkit-box-shadow: inset 0 0 0 110px rgba(79,135,48,1), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 110px rgba(79,135,48,1), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0 0 0 110px rgba(79,135,48,1), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0 0 0 110px rgba(79,135,48,1), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 110px rgba(79,135,48,1), inset 0 0 0 16px rgba(24, 85, 113, 0.84), 0 1px 2px rgba(0,0,0,0.1);
}
.br-item:hover .br-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.br-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.br-grid:after,
.br-item:before {
	content: '';
    display: table;
}
.br-grid:after {
	clear: both;
}
.br-grid li.br-grid-item {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
/* --------------------------------------------------- */
/* services */
/* --------------------------------------------------- */
.services {
    padding: 2.5em 0;
}
.services-row {
	overflow: hidden;
}
.services-left {
    padding: 0;
    background: url(../img/img2.jpg)no-repeat center 0px;
    background-size: cover;
    min-height: 343px; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
.services-right{
	padding:7em 10em;
	background:#4f8730;
}
h4.w3agile-sbtitle {
    font-size: 1.5em;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h4.w3agile-sbtitle:after {
    width: 6%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.services p {
    color: #fff;
    font-weight: 300;
}
.img-responsive {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.services-left.services-left2 {
    float: right;
    background: url(../img/img3.jpg) no-repeat center 0px;
    background-size: cover;
	min-height: 344px;
}
.services-right.services-right2 {
    background: #F58025;
}
.services-left.services-left3 { 
    background: url(../img/img4.jpg) no-repeat center 0px;
    background-size: cover;
}
.services-row:hover .services-left {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.services-left.services-left4 {
    float: right;
    background: url(../img/img5.jpg) no-repeat center 0px;
    background-size: cover;
	min-height: 344px;
}
/* --------------------------------------------------- */
/* gallery */
/* --------------------------------------------------- */
.gallery-grid {
    margin-top: 2em;
}
.gallery-grid p {
	text-align:center;
}
.wpf-demo-4 {
	background-color: #ff8c00;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	width: 100%;
	height: 230px;
}
.wpf-demo-4 img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.wpf-demo-4:hover img {
    height: 100%;
    margin-left: -42px;
    margin-top: -7px;
	-webkit-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-o-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    transition: all 0.5s;
    width: 134%;
}
.wpf-demo-4:hover .view-caption {
    text-align: right;
	-webkit-transform: translateY(-111%);
	-moz-transform: translateY(-111%);
	-o-transform: translateY(-111%);
    transform: translateY(-111%);
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    transition: all 0.5s;
    bottom: 0;
}
.wpf-demo-4 .view-caption {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.wpf-demo-4 .view-caption p {
    color: #fff;
    font-size: 1em;
    padding-right: 7px;
}
/* --------------------------------------------------- */
/* features */
/* --------------------------------------------------- */
.features {
    margin-top: 5em;
}
.features h4 {
    font-size: 1.6em;
    color: #ff8c00;
    margin-bottom: .5em;
}
.features-grid.features-w3ls-btm {
    margin-top: 4em;
}
/*-- Effect1 --*/
.features-grid-left {
    text-align: right;
}
.features-grid-left i{
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
	position: relative;
}
.features-grid-left i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.effect-1 {
  background: #4f8730;
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  -o-transition: background 0.5s, color 0.2s;
  -ms-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}
.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-box-shadow: 0 0 0 2px #4f8730; 
	-moz-box-shadow: 0 0 0 2px #08B1A3;
	-o-box-shadow: 0 0 0 2px #08B1A3;
	-ms-box-shadow: 0 0 0 2px #08B1A3;
	box-shadow: 0 0 0 2px #4f8730;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	-o-transition: -moz-transform 0.5s, opacity 0.2s;
	-ms-transition: -moz-transform 0.5s, opacity 0.2s;
	transition: transform 0.5s, opacity 0.2s;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	-moz-opacity: 0;
}
.features-grid:hover i{
	background:#4f8730;
	color: #fff !important;
}
.features-grid:hover i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
}
/*-- page top --*/
.home {
	text-align:center;
	padding: 1em 0;
}
.home p a {
	font-size: medium;
}
@media(max-width:767px) {
.home {
	padding: 1em 0
}
.home p a {
	font-size: medium;
}
}
/*-- //page top --*/
@media(max-width:1440px){
.hello {
    padding: 4em 6em;
	}
.services-left { 
    min-height: 368px; 
	}
.services-left.services-left2, .services-left.services-left4 { 
    min-height: 369px;
	}	
}
@media(max-width:1366px){
.services-right {
    padding: 6em 10em; 
	}
.services-left,.services-left.services-left2, .services-left.services-left4 {
    min-height: 340px;
	}
}
@media(max-width:1280px){
a.sim-button.button02 { 
    padding: 0.8em 3em;
    margin-top: 1.5em; 
	}
.services-right {
    padding: 6.5em 7em;
	}
}
@media(max-width:1080px){
.hello {
    padding: 4em 3em;
	}
.features-grid-right {
    padding-right: 0;
	}
.services-right {
    padding: 5em 6em;
	}
.services-left, .services-left.services-left2, .services-left.services-left4 {
    min-height: 312px;
	}
.wpf-demo-4 { 
    height: 194px;
	}
.wpf-demo-4 .view-caption p { 
    padding-right: 5px;
	}
.wpf-demo-4:hover .view-caption {  
    -webkit-transform: translateY(-95%); 
    -moz-transform: translateY(-95%); 
    -o-transform: translateY(-95%); 
    transform: translateY(-95%); 
	}
}
@media(max-width:1024px){
h2.title {
    font-size: 3em;
	}
h2.title:after { 
    left: 47%; 
	}
.hello {
    padding: 3em 3em;
    }
.services-right {
    padding: 4.3em 6em;
	}
}
@media(max-width:991px){
.hello {
    padding: 3em 6em;
	}
.features-grid {
    margin-bottom: 2em;
}
.features-grid.features-w3ls-btm {
    margin-top: inherit;
	}
h2.title {
    font-size: 2.6em;
	}
.services-right { 
    float: right;
    width: 65%;
	}
.services-left { 
    float: left;
    width: 35%;
	}
.services-left, .services-left.services-left2, .services-left.services-left4 {
    min-height: 267px;
	}
.gallery-grid {
    margin-top: 1em;
    float: left;
    width: 33.33%;
    padding: 0 .5em;
	}
.wpf-demo-4 {
    height: 155px;
	}
.footer-grid {
		float: left;
		width: 33%;
		margin-right: 0%;
	}
}
@media(max-width:800px){ 
.banner, .services, .blog {
    padding: 3em 0;
}
.features {
    margin-top: 4em;
}
.features-grid-left i { 
    padding: 0.9em; 
	}
.services-right {
    padding: 2.9em 3em;
	}
h4.w3agile-sbtitle {
    font-size: 1.5em; 
    margin-bottom: 0.8em;
    padding-bottom: 0.6em; 
    letter-spacing: 2px;
	}
.wpf-demo-4 .view-caption p { 
    font-size: 0.9em; 
	}
}
@media(max-width:736px){
.hello {
    padding: 3em 4em;
	}
.features h4 { 
    margin-bottom: .3em;
	}
.services-left,.services-right {
    float: none;
    width: 100%;
	}
.services-left, .services-left.services-left2, .services-left.services-left4 {
    float: none; 
    min-height: 245px;
	}
.wpf-demo-4 {
    height: 143px;
	}
}
@media(max-width:667px){
.hello {
    padding: 2.5em 1em;
	}
h2.title {
    font-size: 2.0em;
    margin-bottom: 0.8em;
	}
.features h4 {
    font-size: 1.5em; 
	}
.hello h2.title {
    font-size: 2.8em;
    margin-bottom: .8em;
	}
h2.title { 
    margin-bottom: 0.8em; 
	}
.services-right {
    padding: 3em 4em;
	}
.gallery-grid {
    margin-top: 0.6em; 
    padding: 0 .3em;
	}
.wpf-demo-4 {
    height: 132px;
	}
}
@media(max-width:640px){
.footer-grid {
    float: center;
    width: 100%;
    margin-right: 0%;
}
.wpf-demo-4 {
    height: 130px;
	}
.wpf-demo-4 .view-caption p {
    font-size: 0.8em;
	}
}
@media(max-width:600px){
.ceo {
    width:100%;
    margin:1rem auto 1.5rem auto;
    }
.textBox {
    padding: 1.5em 1em .2em 1em;
    }
h2.title {
    font-size: 2.6em;
	}
.gallery-grid {
    margin-top: 1em;
    padding: 0 .5em;
    width: 50%;
	}
.wpf-demo-4 {
    height: 174px;
	}
.wpf-demo-4:hover .view-caption {
    -webkit-transform: translateY(-115%);
    -moz-transform: translateY(-115%);
    -o-transform: translateY(-115%);
    transform: translateY(-115%);
	}
label.orange, label.green {
	padding :3px 3px 5px;
	line-height: 1.3em;
	}
}
@media(max-width:568px){
.services-right {
    padding: 1.5em 2.5em;
	}
.wpf-demo-4 {
    height: 164px;
	}
}
@media(max-width:480px){
h2.title {
    font-size: 1.4em;
	}
a.sim-button.button02 {
    font-size: 1em;
    color: #555;
    padding: 1em 1.5em;	
	}
.hello h2.title {
    font-size: 1.6em; 
	}
h2.title:after {
    width: 40px; 
	}
.services-left, .services-left.services-left2, .services-left.services-left4 { 
    min-height: 200px;
	}
.features-grid-left {
    text-align: left;
    padding: 0;
	}
.wpf-demo-4 {
    height: 140px;
	}
}
@media(max-width:414px){
.col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.hello {
    padding:2em 1em 2.5em;
	}
.banner, .services, .blog {
    padding: 2em 0;
	}
h2.title {
    font-size: 2em;
	}
h4.title {
	font-size: 1.2em;
	margin-bottom: 1em;
	}
h3.staff {
	font-size: 1.1em;
	margin-bottom: 1em;		
	}
.features {
    margin-top: 3em;
	}
.features-grid {
    margin-bottom: 1em;
    padding: 0;
	}
.features h4 {
    font-size: 1.4em;
	}
.hello h2.title {
    font-size: 1.3em;
    line-height: 1.3em;	
	}
h2.title:after { 
    left: 45%;
	}
h4.w3agile-sbtitle {
    font-size: 1.3em; 
	}
.gallery-grid {
    margin-top: 1em;
    padding: 0 1em;
    width: 100%;
    float: none;
	}
.wpf-demo-4 {
    height: 220px;
	}
.wpf-demo-4 .view-caption p {
    padding-right: 12px;
	}
.footer-grid {
		float: left;
		width: 100%;
		margin-right: 0%;
	}
.footer-grid h4 {
		margin: 1em 0 0.5em 0;
	}
.policy {
		text-align: center;
		padding: 2em 0;
	}
.copy-right {
		text-align: center;
		padding: 1em 0 0;
	}
}
@media(max-width:384px){
.banner, .services, .blog {
    padding: 2em 0;
	}
.wpf-demo-4 {
    height: 200px;
	}
}
@media(max-width:375px){
.services-left, .services-left.services-left2, .services-left.services-left4 {
    min-height: 170px;
	}
.wpf-demo-4 {
    height: 190px;
	}
}
@media(max-width:320px){
h2.title {
    font-size: 2em;
	}
a.sim-button.button02 {
    padding: 1em 1.2em;
	}
.features {
    margin-top: 2em;
	}
.features-grid-left i {
    font-size: 1.5em;
	}
.features h4 {
    font-size: 1.3em;
	}
.hello h2.title {
    font-size: 2em;
 	}
h2.title:after {
    width: 35px;
	}
.gallery-grid { 
    padding: 0; 
	}
.wpf-demo-4 {
    height: 183px;
	}
}

/* -----------------------------------------------
Table Design
----------------------------------------------- */
table {
	table-layout: fixed;
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	width: 950px;
	border-spacing: 0px;
	margin: 0 auto;
}
table.ichiran {
	font-size: 0.9em;
}
.demo01 table, .demo04 table, .demo11 table {
	font-size: 0.9rem;
}
th, td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	text-align: center;
	padding: 5px;
	line-height: 1.2em;
}
tr.odd {
	background-color: #ebebeb;
}

tr td.left {
	text-align: left;
}
th { background-color: #61c5bb;color: #FFF; font-weight:normal;
}
th a {color: #FFF}
th.nocolor {background-color: #FFF;color: #000; font-weight:normal;
}
@media only screen and (max-width: 790px) {
h1 { font-size: 14px;}
h1 > span { display: block;}
.back { border-radius: 0px; width: 100%; padding: 10px;}
/*-------------- レイアウトを変更する --------------*/
.demo01 table { width: 100%; border:none; padding: 10px;}
.demo01 thead, th.nocolor { display: none;}
.demo01 tr {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #4f4d47;
}
.demo01 td {
	display: block;
	text-align: center;
	border-bottom: none;
}
.demo01 td.left {
		text-align: center;
}
.demo01 th, .demo01 td {
	padding:0;
	border-left: none;
	font-size: 0.9rem;
}
/* tdのデザイン */
.demo01 td:nth-of-type(1) { background-color: #61c5bb; text-align: center; color: #fff;padding:0.3em 0;font-weight: bold;}
.demo01 td:last-child { padding-bottom: 0.3em}
.demo01 td:before {
	color: #4f4d47;
	display: block;
	background-color: #eae8e5;
}
/* contentでタイトルを追加 */
.demo01 td:nth-of-type(2):before { content: "店舗"; padding:.3em 0;margin-bottom:0.3em;}
.demo01 td:nth-of-type(3):before { content: "契約社員"; padding:.3em 0;margin:0.3em 0;}
.demo01 td:nth-of-type(4):before { content: "クリーニングスタッフ"; padding:.3em 0;margin:0.3em 0;}
/*-------------- 飲食部門用 --------------*/
.demo11 table { width: 100%; border:none; padding: 10px}
.demo11 thead, th.nocolor { display: none;}
.demo11 tr {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #4f4d47;
}
.demo11 td {
	display: block;
	text-align: center;
	border-bottom: none;
}
.demo11 td.left {
		text-align: center;
}
.demo11 th, .demo11 td {
	padding:0;
	border-left: none;
	font-size: 0.9rem;
}
/* tdのデザイン */
.demo11 td:nth-of-type(1) { background-color: #61c5bb; text-align: center; color: #fff;padding:0.3em 0;font-weight: bold;}
.demo11 td:last-child { padding-bottom: 0.3em}
.demo11 td:before {
	color: #4f4d47;
	display: block;
	background-color: #eae8e5;
}
/* contentでタイトルを追加 */
.demo11 td:nth-of-type(2):before { content: "店舗"; padding:.3em 0;margin-bottom:0.3em;}
.demo11 td:nth-of-type(3):before { content: "マネージャー"; padding:.3em 0;margin:0.3em 0;}
.demo11 td:nth-of-type(4):before { content: "アルバイトスタッフ"; padding:.3em 0;margin:0.3em 0;}
/*-------------- スクロールを使用する --------------*/	
.demo02 {
	box-sizing: border-box;
	border-right: 1px solid #4f4d47;
	overflow-y: hidden;
	overflow-x: auto;
}
.demo02 table {
	border-right: none;
}
.demo02::-webkit-scrollbar {
  height: 15px;
}
.demo02::-webkit-scrollbar-track {
  background: #ffcccc;
}
.demo02::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #ff0000;
}
/*-------------- レイアウトを変更し、一部スクロールにする --------------*/
.demo03 table { width: 100%;}

/*thとtdを縦並びにする*/
.demo03 th,
.demo03 td { display: block;}

/*trを横並びにする*/
.demo03 tr { font-size: 12px; display: inline-block;}

/*theadとtbodyをblock要素にしてfloat*/
.demo03 thead { display: block; float: left;}
.demo03 tbody {
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

/*その他装飾*/
.demo03 tbody tr { width: 60%; margin-right: -6px;}/*px指定だとはみ出る*/
.demo03 tbody td:first-child { background-color: #f5f3ec;}
/* demo04のレイアウト　*/
.demo04 table { width: 100%; border:none; padding: 10px;}
.demo04 thead, th.nocolor { display: none;}
.demo04 tr {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #4f4d47;
}
.demo04 td {
	display: block;
	text-align: center;
	border-bottom: none;
}
.demo04 th, .demo04 td {
	padding:0;
	border-left: none;
	}
/* tdのデザイン */
.demo04 td:nth-of-type(1) { background-color: #61c5bb; text-align: center; color: #fff;padding:0.3em 0;font-weight: bold;}
.demo04 td:last-child { padding-bottom: 0.3em}
.demo04 td:before {
	color: #4f4d47;
	display: block;
	background-color: #eae8e5;
}
/* contentでタイトルを追加 */
.demo04 td:nth-of-type(2):before { content: "マネージャー"; padding:.3em 0;margin-bottom:0.3em;}
.demo04 td:nth-of-type(3):before { content: "受付スタッフ（契約社員）"; padding:.3em 0;margin:0.3em 0;}
.demo04 td:nth-of-type(4):before { content: "受付スタッフ（アルバイト）"; padding:.3em 0;margin:0.3em 0;}
.demo04 td:nth-of-type(5):before { content: "クリーニングスタッフ"; padding:.3em 0;margin:0.3em 0;}
.demo04 td:nth-of-type(6):before { content: "夜勤スタッフ"; padding:.3em 0;margin:0.3em 0;}
.demo04 td:nth-of-type(7):before { content: "住み込みヘルパー"; padding:.3em 0;margin:0.3em 0;}
.demo04 td:nth-of-type(8):before { content: "ボランティアスタッフ"; padding:.3em 0;margin:0.3em 0;}
/* demo06のレイアウト　*/
.demo06 table { width: 100%; border:none; padding: 10px;}
.demo06 thead, th.nocolor { display: none;}
.demo06 tr {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #4f4d47;
}
.demo06 td {
	display: block;
	text-align: center;
	border-bottom: none;
}
.demo06 th, .demo06 td {
	padding:0;
	border-left: none;
	}
/* tdのデザイン */
.demo06 td:nth-of-type(1) { background-color: #61c5bb; text-align: center; color: #fff;padding:0.3em 0;font-weight: bold;}
.demo06 td:last-child { padding-bottom: 0.3em}
.demo06 td:before {
	color: #4f4d47;
	display: block;
	background-color: #eae8e5;
}
/* contentでタイトルを追加 */
.demo06 td:nth-of-type(2):before { content: "Manager"; padding:.3em 0;margin-bottom:0.3em;}
.demo06 td:nth-of-type(3):before { content: "Receptionist (Full-time)"; padding:.3em 0;margin:0.3em 0;}
.demo06 td:nth-of-type(4):before { content: "Receptionist (Part-time)"; padding:.3em 0;margin:0.3em 0;}
.demo06 td:nth-of-type(5):before { content: "Cleaning Staff"; padding:.3em 0;margin:0.3em 0;}
.demo06 td:nth-of-type(6):before { content: "Night Duty Staff"; padding:.3em 0;margin:0.3em 0;}
.demo06 td:nth-of-type(7):before { content: "Free-Accommodation Staff"; padding:.3em 0;margin:0.3em 0;}
.demo06 td:nth-of-type(8):before { content: "Volunteering Staff"; padding:.3em 0;margin:0.3em 0;}
/* demo07のレイアウト　*/
.demo07 table { width: 100%; border:none; padding: 10px;}
.demo07 thead, th.nocolor { display: none;}
.demo07 tr {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #4f4d47;
}
.demo07 td {
	display: block;
	text-align: center;
	border-bottom: none;
}
.demo07 th, .demo07 td {
	padding:0;
	border-left: none;
	}
/* tdのデザイン */
.demo07 td:nth-of-type(1) { background-color: #61c5bb; text-align: center; color: #fff;padding:0.3em 0;font-weight: bold;}
.demo07 td:last-child { padding-bottom: 0.3em}
.demo07 td:before {
	color: #4f4d47;
	display: block;
	background-color: #eae8e5;
}
/* contentでタイトルを追加 */
.demo07 td:nth-of-type(2):before { content: "店經理"; padding:.3em 0;margin-bottom:0.3em;}
.demo07 td:nth-of-type(3):before { content: "接待人員（合同員工）"; padding:.3em 0;margin:0.3em 0;}
.demo07 td:nth-of-type(4):before { content: "接待人員（兼職）"; padding:.3em 0;margin:0.3em 0;}
.demo07 td:nth-of-type(5):before { content: "清掃人員"; padding:.3em 0;margin:0.3em 0;}
.demo07 td:nth-of-type(6):before { content: "夜班工作人員"; padding:.3em 0;margin:0.3em 0;}
.demo07 td:nth-of-type(7):before { content: "打工換宿"; padding:.3em 0;margin:0.3em 0;}
.demo07 td:nth-of-type(8):before { content: "志願工作人員"; padding:.3em 0;margin:0.3em 0;}
/* demo05のレイアウト　*/
.demo05 table { width: 100%; border:none; padding: 10px;}
.demo05 thead, th.nocolor { display: none;}
.demo05 tr {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #4f4d47;
}
.demo05 td {
	display: block;
	text-align: center;
	border-bottom: none;
}
.demo05 th, .demo05 td {
	padding:0;
	border-left: none;
	}
/* tdのデザイン */
.demo05 td:nth-of-type(1) { background-color: #61c5bb; text-align: center; color: #fff;padding:0.3em 0;font-weight: bold;}
.demo05 td:last-child { padding: 0.5em}
.demo05 td:before {
	color: #4f4d47;
	display: block;
	background-color: #eae8e5;
}
}

/* -----------------------------------------------
Table Design
----------------------------------------------- */
ul.ayumi {
	text-align: left;
	list-style: none;
}
ul.ayumi li:before {
  font-family: FontAwesome;
  content: '\f0a4';
}
ul.ayumi li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.ayumi li a {
	text-decoration:none;
}
ul.ayumi li a:hover {
	text-decoration:underline;
}
ul.history {
	text-align: left;
	list-style: none;
}
/*-- faq --*/
#faq01, #faq02, #faq03, #faq04,#faq05, #faq06,#hostel01,#hostel02,#hostel03,#hostel04,#hostel05,#hostel06,#shared01,#shared02,#tour01,#bar01{
 	margin-top:-90px;
    padding-top:90px;	
}
h3 {
	font-size: 1.1em;
	text-align: left;
}
ul.faq {
	text-align: center;
	line-height: 0.8em;
	margin: 12px 0;
}
ul.faq li {
	text-decoration: none;
	font-size: .9em;
	list-style: none;
	display:inline-block;
	margin-bottom: 12px;
}
ul.faq li a:hover {
	text-decoration: underline;
}
label.orange {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
    padding: 7px 3px 7px 10px;
    display: block;
    margin: 7px 0 0 0;
    color :#fff;
    background :#F58025;
    cursor :pointer;
}
label.green {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
    padding: 7px 0 7px 10px;
    display: block;
    margin: 7px 0 0 0;
    color :#fff;
    cursor :pointer;
	background :#4F8730;
}
label:hover {
	text-decoration: underline;
}

input[type="checkbox"].bellows{
    display: none;/* ﾁｧﾃｯﾜﾃｯｹn^h: */
}

.ac_menu ul {
	font-size: 1em;
    background :#eaeaea;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li {
	text-align: left;
    padding :6px 20px 10px 10px;

}

/* ▽▽アコーディオン開閉指定▽▽ */
input[type="checkbox"].bellows + ul{
    max-height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}

input[type="checkbox"].bellows:checked + ul{
    max-height: 50em;/* チェックが入っているときの高さ */
}
/* △△アコーディオン開閉指定△△ */
.marker_orange {
background: linear-gradient(transparent 60%, #ffa500 60%);
}
.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.marker_green {
background: linear-gradient(transparent 80%,#7cfc00 80%);
}
.red {
	color:#FF0000;
}
.taiki {
	color:#FF0000;
	margin-top: 15px;
    line-height: 1.6rem;
}
ul.staff li {
	margin-left: 20px;
	text-align: left;
	list-style: disc;
}
ul.staff li a:hover {
	text-decoration: underline;
}
.report ul {
  list-style-position: inside;
  list-style: disc;
}
.report ul li {
  margin-bottom:8px;
  list-style-position: inside;
  list-style: disc;
  /*ここから追加*/
  text-indent:-1em;
  padding-left:1em;
}
.btn-staff {
	margin-top: 2em;
	padding: 1em 2em;
	border-radius: 0px;
	border: 1px solid #ff8c00;
	background-color: #fff;
}
.btn-staff a {
	color: #111;
}
.btn-staff:hover {
	background-color: #ff8c00;
	border: 1px solid #fff;
	color: #fff;
}
.btn-staff a:hover {
	color: #fff;
}
h3.staff {
    font-size: 1.1em;
	margin-bottom: 0.5em;
}
h3.map {
	margin: 10px 0;
}
/*-- additional --*/
h4.map {
	font-size: 1.4em;
	text-align: left;
	margin-top: 20px;
}
ul.left {
	margin-left: 2em;
	font-size: normal;
	list-style: disc;
	text-align: left;
}
p.right{
	text-align:right;
}
p.right img {
	float:right;
	border:solid 1px #cccccc;
	margin-left: 20px;
	padding: 6px;
}
p.link {
	line-height: 1.0em;
	margin-top: 1.2em;
}
p.dotted {
	margin: 3em 0 0 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
p.dotted-bottom {
	margin: 0 0 2em 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
/*-- contact --*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.send {
	margin-top: 2em;
	padding: 1em 2em;
	border-radius: 0px;
	color:#fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #ff8c00;
}
.send:hover {
	background-color: #fff;
	color: #222;
	border: 1px solid #ff8c00;
}
.send2 {
	margin-top: 2em;
	padding: 1em 2em;
	border-radius: 0px;
	color:#222;
	text-decoration: none;
	border: 1px solid #FF0033;
	background-color: #fff;
}
.send2:hover {
	background-color: #FF0033;
	color: #fff;
	border: 1px solid #fff;
}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
ul.map {
    display:table;
    table-layout:fixed;
    width:100%;
    padding: 50px 0 40px 0;
}
ul.map li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	background: #696969;
    border-left:1px solid white;
}
ul.map li:first-child {
    border:none;    
}
ul.map li a {
	font-size: 1.2em;
    display:block;
    text-decoration:underline;
    color: #FFFFFF;
}
ul.map li a:hover {
    text-decoration:none;
	background: #969696;
}
@media screen and (max-width: 480px) {
ul.map {
    display:table;
    table-layout:fixed;
    width:100%;
    padding: 30px 0 15px 0;
}
ul.map li a {
	font-size: 1.0em;
}
}
ul.support {
  margin-bottom: 3em;
}
ul.support li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: disc; 
  list-style-position: inside;
}
.apply {
  position: fixed;
  display:block;
  bottom: 6px;
  right: 6px;
  height:125px;
  width: 125px;
  line-height: 125px;
  text-align: center;
  background: #ec821b;
  padding:5px 0 0 18px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 100% 0 0 0 ;
  box-shadow: 0 0 0 6px #ec821b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
    animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
 100% { background: #f1a75f;
  box-shadow: 0 0 0 6px #f1a75f;
  }
}
.apply a{
  font-size:larger;
  font-weight:bold;
  text-decoration: none;
  color: #fff;
}
.apply:hover{
  opacity: 0.7;
  border: solid 1px #FFF;
}

@media screen and (max-width: 601px) {
.apply {
  position: fixed;
  bottom: 4px;
  right: 4px;
  height:105px;
  width: 105px;
  line-height: 105px;
}
.apply a{
  font-size:medium;
  font-weight:bold;
}
}
label, input[type='checkbox'] {
    cursor: pointer;
}

.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.item {
  border-radius: 10px;
  background: #FFF;
  padding: 15px;
  text-align: center;
}
img.circle {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
p.staff-text {
  text-align: left;
}
.my-red {
  color: #FF0033;
}
.my-yellow {
  color: #FFFF00;
}
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.t-center {
  text-align: center;
}
.red {
  color: #FF0000;
}
ul.stay {
  list-style-type: none;
  list-style-position: inside;
  margin:0.5em 0 1em 0;
}
ul.stay li {
  font-weight: bold;
  text-indent:-1em;
  padding-left:1em;
}
ul.stay li:before {
  font-family: FontAwesome;
  content: '\f192';
}
ul.awesome {
  list-style: none;
  list-style-position: inside;
  margin:0.5em 0 0.8em 0;
}
ul.awesome li {
  line-height: 1.3em;
  text-indent:-1em;
  padding-left:1em;
  margin-bottom: 0.5em;
}
ul.awesome li:before {
  font-family: FontAwesome;
  content: '\f14a';
}
ul.thumbs {
  list-style: none;
  list-style-position: inside;
  margin:0.5em 0 0.8em 0;
}
ul.thumbs li {
  line-height: 1.3em;
  text-indent:-1em;
  padding-left:1em;
  margin-bottom: 0.5em;
}
ul.thumbs li:before {
  font-family: FontAwesome;
  content: '\f164';
}
		ul.this li {
			list-style: decimal
		}
		ul.itemlist li {
				list-style: none;
		}
		.itemlist {
		display: flex;
		flex-wrap: wrap;
		max-width: 1024px;
		margin: 0 auto;
		}
		.itemlist li {
		max-width: 33.333333%;
		padding: 10px;
		}
		@media screen and (max-width: 767px) {
		.itemlist li { max-width: 50%; }
		}
		@media screen and (max-width: 414px) {
		.itemlist li { max-width: none; }
		}
		.itemlist dl, .itemlist dd { margin: 0; }
		.itemlist dl { text-align: right; }
		.itemlist dt, .itemlist .txt { text-align: left; }
		.itemlist dt { font-size: .9em; font-weight: 700; }
		.itemlist dd { margin-top: .2em; font-size: .8em; line-height: 1.3em }
		.itemlist img { width: 100%; height: auto; }