@charset "UTF-8";
/* CSS Document */


/* #top
--------------------------------------------------------*/
section#top {
	width:100%;
	height:100%;
}
h1 {
	text-align: center;
  font-size: 20px;
  padding-top: 20px;
  position: relative;
  display: block;
	z-index:1;
}
.mv {
	height: 100%;
  width: 100%;
  top: 0;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
	position:absolute;
  }
.mv_bg {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../images/main_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
		z-index:-100;
		display:none;
  }
#dom_overlay_container {
	width:auto !important;
	height:auto !important;
}
#animation_container {
	background-color:rgba(255, 255, 255,0);
/*	width:100% !important;
	height:100% !important;*/
	text-align:center;
	-webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mv #canvas {
    width: 80% !important;
    height: auto !important;
    background-color: rgba(255, 255, 255,0);
    margin-top: 10%;
    display: inline-block;
}
@media (max-width: 768px) {
	#animation_container {
  	width:100% !important;
  	height:100% !important;
  }
}
@media (min-width: 769px) {
	#animation_container {
  	width: 750px !important;
  	height:750px !important;
  }
}
@media (min-width: 1600px) {
	#animation_container {
  	width: 1000px !important;
  	height:900px !important;
  }
}

@media (max-width: 1800px) {
.mv #canvas {
 width: 72% !important;
 height: auto !important;
 background-color:rgba(255, 255, 255,0);
 margin-top:3%;
 display:inline-block;
}
}
@media (max-height: 750px) {
.mv #canvas {
 width: 64% !important;
 height: auto !important;
 margin-top:-12%;
}
}
@media (max-height: 650px) {
.mv #canvas {
 width: 56% !important;
 height: auto !important;
 margin-top:-20%;
}
}
@media (max-height: 415px) {
.mv #canvas {
 width: 40% !important;
 height: auto !important;
 margin-top:10%;
}
}
.recruit-btn {
	position:absolute;
	top:20px;
	right:15%;
	display:block;
	z-index:1;
}
.recruit-btn a {
  background-color: rgba(8,169,99,1);
	border-radius:100px;
	width:180px;
	height:180px;
	box-shadow: 0px 0px 5px 0px #999;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
	padding-top:20%;
}
.recruit-btn p {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1.6em;
	letter-spacing: 0.5em;
  padding: 0px 0px 0px 12px;
	text-shadow: 2px 1px 4px #536C5C;
	display:block;
}
.recruit-btn a:after {
	  content: "";
    border-left: 6px solid #fff003;
    border-top: 6px solid #fff003;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin: -8px 0 0 -10px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    z-index: 10;
  }
@media (max-width: 1600px) {
.recruit-btn {
	top:20px;
	right:10%;
}
.recruit-btn a {
  background-color: rgba(8,169,99,1);
	border-radius:70px;
	width:140px;
	height:140px;
	box-shadow: 0px 0px 5px 0px #999;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.recruit-btn p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.6em;
/*  text-shadow: ;*/
  text-align: center;
	padding-top:18%;
	letter-spacing: 0.5em;
  padding: 0px 0px 0px 10px;
	text-shadow: 2px 1px 4px #536C5C;
}
.recruit-btn a:after {
	  content: "";
    border-left: 4px solid #fff003;
    border-top: 4px solid #fff003;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 19px;
    left: 50%;
    margin: -8px 0 0 -10px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    z-index: 10;
  }
}
@media (max-width: 1024px) {
.mv #canvas {
 width: 66% !important;
 height: auto !important;
 background-color:rgba(255, 255, 255,0);
 margin-top:-2%;
 display:inline-block;
}
}
@media (max-width: 768px) {
.mv #canvas {
	width: 90% !important;
  height: auto !important;
  margin-top: -5%;
	padding-right:2%;
}
}
@media (max-width: 767px) {
.mv #canvas {
	width: 280px !important;
  height: auto !important;
  margin-top: 38%;
	padding-right:5%;
}
#top .Mplus400 img {
	width:140px;
	margin-bottom:6px;
}
h1 {
  text-align: center;
  font-size: 13px;
  padding-top: 0px;
  position: relative;
  display: block;
  z-index: 1;
  top: 75px;
}
}
@media (max-width: 559px) {
.mv_bg {
  background-position: center left;
  }
.mv #canvas {
  width: 400px !important;
  height: auto !important;
  margin-top: 8%;
  padding-right: 2%;
}
#top .Mplus400 img {
	width:160px;
	margin-bottom:0px;
}
h1 {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  position: relative;
  display: block;
  z-index: 1;
  top: 90px;
}
}
@media (max-width: 375px) {
h1 {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  position: relative;
  display: block;
  z-index: 1;
  top: 80px;
	letter-spacing:-0.025em;
}
.mv #canvas {
  width: 310px !important;
  height: auto !important;
  margin-top: 6%;
  padding-right: 2%;
}
}
@media (max-width: 768px) {
.recruit-btn {
	top:20px;
	right:5%;
}
}
@media (max-width: 767px) {
.recruit-btn {
	top:80px;
	right:3%;
}
.recruit-btn a {
  background-color: rgba(8,169,99,1);
	border-radius:70px;
	width:100px;
	height:100px;
}
.recruit-btn p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6em;
  text-align: center;
  padding-top: 20%;
  letter-spacing: 0.5em;
  padding: 0px 0px 0px 10px;
  text-shadow: 2px 1px 4px #536C5C;
}
.recruit-btn a:after {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 12px;
  left: 53%;
  margin: -8px 0 0 -10px;
  }
}
@media (max-width: 559px) {
.recruit-btn {
	position:absolute;
	top:85%;
	right:20%;
	display:block;
	z-index:1;
	width:60%;
}
.recruit-btn a {
  background-color: rgba(8,169,99,1);
	border-radius:40px;
	width:100%;
	height:auto;
	box-shadow: 0px 0px 5px 0px #999;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
	padding-top:0%;
}
.recruit-btn p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6em;
/*  text-shadow: ;*/
	letter-spacing: 0.5em;
  padding: 15px 0px;
	text-shadow: 0px 0px 2px #999;
	display:inline-block;
}
.recruit-btn a:after {
	  content: "";
    border-left: 3px solid #fff003;
    border-top: 3px solid #fff003;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 45%;
    left: auto;
		right:8%;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    z-index: 10;
}
}
@media (max-width: 375px) {
.recruit-btn a:after {
	  content: "";
    border-left: 3px solid #fff003;
    border-top: 3px solid #fff003;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 45%;
    left: auto;
		right:10%;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    z-index: 10;
}
}
.recruit-btn.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.recruit-btn.hvr-sink:hover, .recruit-btn.hvr-sink:focus, .recruit-btn.hvr-sink:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* About
--------------------------------------------------------*/
.about h3 {
  background-color: rgba(228,0,127,1);
  text-align: center;
  font-size: 22px;
  padding: 50px 0;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px rgb(157, 18, 96);
  letter-spacing: 0.025em;
  }
.about .lol_name_bg {
	padding:60px 0;
	background-color:rgba(255,218,238,1);
	height:auto;
	width:100%;
}
@media (min-width: 769px) {
.about .bg_pink {
	padding-bottom:100px !important;
}
}
.about .trim-image-to-circle1 {
    background-image: url("../images/image-01.jpg");
    width: 46%;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
		float:left;
		margin-right:4%;
		border-radius:20px;
		display:inline-block;
		background-size:cover;
}
.about .trim-image-to-circle2 {
  	background-image: url("../images/image-02.jpg");
    width: 47%;
    height: 250px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
		float:left;
		margin-right:3%;
		border-radius:20px;
		display:inline-block;
}
.lol_name_bg .in-box .caption-box p {
	font-size:22px;
	line-height:2.0em !important;
	letter-spacing: 0.03em;
}
.caption-box p span {
	font-size:23px;
	font-weight:bold;
	color: rgba(228,0,127,1);
}
.in-box .message {
  font-size: 20px;
  line-height: 2.8em;
	letter-spacing: 0.03em;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 100px 0;
}
.about .caption-box {
	display:block;
	height:auto;
	text-align:justify;
}
.about .caption-box p {
	font-size:16px;
	line-height:1.8em;
	overflow:hidden;
	display:inline-block;
	width:50%;
}
@media (max-width: 768px) {
.about h3 {
  font-size: 20px;
}
.about .trim-image-to-circle1,
.about .trim-image-to-circle2 {
    height: 205px;
		padding-top:10px;
}
.in-box .message {
  font-size: 19px;
}
}
@media (max-width: 767px) {
.about h3 {
    background-color: rgba(228,0,127,1);
    text-align: center;
    font-size: 16px;
    padding: 30px 5%;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px rgb(157, 18, 96);
    letter-spacing: 0.025em;
}
.about .lol_name_bg {
	padding:20px 0;
}
.about .trim-image-to-circle1,
.about .trim-image-to-circle2 {
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-right: 0;
    border-radius: 20px;
    display: block;
    margin-bottom: 10px;
}
.lol_name_bg .in-box .caption-box p {
    font-size: 16px;
    line-height: 1.6em !important;
    width: 100%;
}
.caption-box p span {
	font-size:18px;
}
.in-box .message {
  font-size: 18px;
  line-height: 2.0em;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 60px 0;
}
.about .caption-box {
	display:block;
	height:auto;
}
.about .caption-box p {
	font-size: 14px;
  line-height: 1.8em;
	overflow:hidden;
	display:block;
	width:100%;
}
}
@media (max-width: 559px) {
.in-box .message {
  font-size: 16px;
  line-height: 2.0em;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 60px 0;
}
.about .trim-image-to-circle1,
.about .trim-image-to-circle2 {
    width: 100%;
    height: 205px;
}
}
@media (max-width: 375px) {

.about .trim-image-to-circle1,
.about .trim-image-to-circle2 {
    height: 210px;
		background-size:cover;
}
}


/* Servise
--------------------------------------------------------*/
.service {
	position:relative;
}
.service .bg_yellow:after {
	content:"";
	width:100%;
	height:220px;
	background-color: rgba(255,240,3,1);
	display:block;
	position:absolute;
	top:385px;
	z-index:10;
}
.service-box {
	position:relative;
	top:-20px;
  }
.service .trim-image-to-circle1 {
	 background-image: url("../images/image-03.jpg");
    height: 250px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
		border-radius:20px;
		margin-bottom:30px;
}
.service .trim-image-to-circle2 {
  	background-image: url("../images/image-04.jpg");
    height: 250px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
		border-radius:20px;
		margin-bottom:30px;
}
.service .caption-box {
	display:inline-block;
	text-align:justify;
	width:47%;
	z-index:100;
}
.service .caption-box p {
	font-size:16px;
	line-height:1.8em;
	overflow:hidden;
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
.service .bg_yellow:after {
	content:"";
	width:100%;
	height:170px;
	top:385px;
}
.service .trim-image-to-circle1,
.service .trim-image-to-circle2 {
    height: 205px;
		margin-bottom:20px;
}
}
@media (max-width: 767px) {
.service .bg_yellow:after {
	content:"";
	width:100%;
	height:160px;
	background-color: rgba(255,240,3,1);
	display:block;
	position:absolute;
	top:250px;
	z-index:10;
}
.service .trim-image-to-circle1,
.service .trim-image-to-circle2 {
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-right: 0;
    border-radius: 20px;
    display: block;
    margin-bottom: 10px;
}
.service .caption-box {
	display:block;
	text-align:justify;
	width:100%;
	z-index:100;
	margin-top:30px;
}
.service .caption-box p {
	font-size:14px;
	line-height:1.8em;
	overflow:hidden;
	clear:left;
}
.service .caption p.m-txt {
	float:left;
}
}
@media (max-width: 559px) {
.service .trim-image-to-circle1,
.service .trim-image-to-circle2 {
    width: 100%;
    height: 205px;
}
}
@media (max-width: 375px) {
.service .bg_yellow:after {
	content:"";
	height:165px;
	top:250px;
}
.service .trim-image-to-circle1,
.service .trim-image-to-circle2 {
    height: 210px;
		background-size:cover;
}
}



/* Works
--------------------------------------------------------*/
.works .bg_green:after {
    content: "";
    width: 100%;
    height: 220px;
    background-color: rgba(105,224,161,1);
    display: block;
    position: absolute;
    top: 525px;
    z-index: 10;
}
.works-box {
	position:relative;
	top:-20px;
  }
.service-box:before {
  background-color: rgba(255,240,3,1);
	width:100%;
	height:100px;
	z-index:0;
  }
.works-box img.tv-illust {
	  width:100%;
    height: 250px;
		margin-bottom:20px;
}
.works-box img.icon {
	position:absolute;
	right:-20px;
	top:-30px;
	width:120px;
}
.works p.m-txt.topix {
	font-size:28px !important;
	padding:50px 0 0 0;
}
.works p.m-txt.topix img {
	vertical-align:top;
	height:30px;
	margin-right:10px;
}
.works .caption-box {
	display:inline-block;
	text-align:justify;
	width:47%;
	position:relative;
	margin-top:60px;
}
.tv-name {
	display: block;
	width: 100%;
	overflow: hidden;
}
.works .caption-box p.m-txt {
    line-height: 1.8em;
    overflow: hidden;
    color: #FFFFFF;
    background-color: rgba(27,27,27,0.8);
    padding: 2px 8px;
    text-align: center;
		display: inline-block;
    display: -webkit-inline-box;
}
.works .caption-box p.time-txt {
    font-size: 12px;
    margin-bottom:5px;
    overflow: hidden;
    color: #FFFFFF;
    background-color: rgba(113,113,113,0.8);
    font-weight: 300;
	  padding: 6px 8px;
    text-align: center;
    display: block;
    letter-spacing: 0.075em;
		display:inline-block;
		float:right;
		line-height:1;
}
.works .caption-box p {
	font-size:16px;
	line-height:1.8em;
	overflow:hidden;
	clear:right;
	letter-spacing: 0.08em;
}
.works p span {
	color: rgba(228,0,127,1);
	font-size:12px;
	vertical-align: top;
  }
.works .accordion  {
	position:relative;
}
.works table th {
  font-size:22px;
	color:#FFFFFF;
	padding:2% 4%;
  font-weight: 500;
  width: 100%;
  text-align: left;
  vertical-align: top;
	text-shadow: 0px 0px 4px rgba(8,169, 99,0.6);
}
.accordion thead:after {
    content: "ON";
    color: #FFFFFF;
    font-size: 16px;
    background-image: url(../images/icon/tab-btn.png);
    background-position: 30px top;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    position: absolute;
    right: 0px;
    width: 80px;
    height: 100px;
    top: 20px;
    padding-top: 5px;
    letter-spacing: 0.1em;
}
.accordion thead.open:after {
	content: "OFF";
	background-position: 38px top;
}
.works table td {
    font-size: 18px;
    padding: 3% 2% 3% 2%;
    width: 50%;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: -0.015em;
}
.works table td span {
	color: rgba(105,224,161,1);
	font-size:12px;
	vertical-align: top;
}
.works .accordion tbody {
	display:none;
}
.accordion thead{
	background-color: rgb(105,224,161);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	cursor:pointer;
}

.accordion thead:hover,
.accordion thead:active,
.accordion thead:checked {
	background-color: rgb(8,169, 99);
}
.accordion thead th{
	color: #FFFFFF;
}
.accordion tbody tr {
	background-color:#E7FFEC;
}
.accordion thead.open {
	background-color: rgb(8,169, 99);
}
@media (max-width: 768px) {
.works .bg_green:after {
    content: "";
    width: 100%;
    height: 190px;
    background-color: rgba(105,224,161,1);
    display: block;
    position: absolute;
    top: 520px;
    z-index: 10;
}
.works-box img.tv-illust {
	position: relative;
  width: 100%;
  height: 205px;
  margin-bottom: 15px;
	display: table;
}
.works-box img.icon {
  position: absolute;
  right: -15px;
  top: -45px;
  width: 120px;
}
.works .caption-box p.m-txt {
	font-size: 19px !important;
  text-align: left;
}
.accordion thead:after {
    content: "ON";
    color: #FFFFFF;
    font-size: 14px;
    background-image: url(../images/icon/tab-btn.png);
    background-position: 30px top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    position: absolute;
    right: -15px;
    width: 80px;
    height: 100px;
    padding-top: 0px;
    letter-spacing: 0.1em;
}
.accordion thead.open:after {
	content: "OFF";
	background-position: 32px top;
}
}
@media (max-width: 767px) {
.works .bg_green:after {
    content: "";
    width: 100%;
    height: 190px;
    background-color: rgba(105,224,161,1);
    display: block;
    position: absolute;
    top: 345px;
    z-index: 10;
}
.works-box img.tv-illust {
	position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.works p.m-txt.topix {
  font-size: 20px !important;
  padding: 30px 0 10px 0;
}
.works p.m-txt.topix img {
	vertical-align: inherit;
	height:18px;
	margin-right:8px;
}
.works .caption-box {
	display:inline-block;
	text-align:justify;
	width:100%;
	position:relative;
	margin-top:50px;
}
.works .caption-box p.m-txt {
    line-height: 1.8em;
    overflow: hidden;
    color: #FFFFFF;
    background-color: rgba(27,27,27,0.8);
    padding: 2px 8px;
    text-align: left;
		display:inline-block;
}
.works .caption-box p.time-txt {
    font-size: 12px;
    margin-bottom:0px;
    overflow: hidden;
    color: #FFFFFF;
    background-color: rgba(113,113,113,0.8);
    padding: 5px;
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
		display:inline-block;
		float:none;
}
.works .caption-box p {
	font-size:14px;
	line-height:1.8em;
	overflow:hidden;
	clear:right;
}
.works p span,
.works table td span {
	font-size:10px;
	vertical-align: top;
  }
.works .accordion th {
	font-size:18px;
	color:#FFFFFF;
	padding:3%;
	font-weight:500;
	width:100%;
}
.works table td {
  font-size: 14px;
  padding: 2% 4%;
  width: 100%;
  text-align: left;
	line-height:1.8em;
}
.works .mt40 {
	margin-top:10px !important;
}
.accordion thead:after {
    content: "ON";
    color: #FFFFFF;
    font-size: 14px;
    background-image: url(../images/icon/tab-btn.png);
    background-position: 30px top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    position: absolute;
    right: -15px;
    width: 80px;
    height: 100px;
    top: 22px;
    padding-top: 0px;
    letter-spacing: 0.1em;
}
}
@media (max-width: 559px) {
.works .caption-box p.time-txt {
		float:right;
    margin-bottom:5px;
}
.accordion thead:after {
    content: "ON";
    color: #FFFFFF;
    font-size: 14px;
    background-image: url(../images/icon/tab-btn.png);
    background-position: 30px top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    position: absolute;
    right: -15px;
    width: 80px;
    height: 100px;
    top: 12px;
    padding-top: 0px;
    letter-spacing: 0.1em;
}
}
@media (max-width: 375px) {
.works .bg_green:after {
    content: "";
    height: 165px;
    top: 340px;
}
.works .caption-box {
    margin-top: 40px;
}
.works-box img.tv-illust {
	position: relative;
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
}
.works-box img.tv-icon {
	position: absolute;
  right: 32%;
  top: 10%;
  width: 35%;
}
.works-box img.icon {
  position: absolute;
  right: -15px;
  top: -30px;
  width: 100px;
}
}


/*access
--------------------------------------------------------*/
.access p {
	margin:0 60px;
}
.access p span {
	color: rgba(255,240,3,1);
	font-size:12px;
	vertical-align: text-bottom;
  }
@media (max-width: 768px) {
.access p {
  margin: 0 24px;
}
}
@media (max-width: 767px) {
.access p {
  margin: 0 0;
  line-height: 1.5em;
  font-size: 14px;
}
.access p span {
	color: rgba(255,240,3,1);
	font-size:10px;
	vertical-align: text-bottom;
  }
}
.google-maps {
position: relative;
/*padding-bottom: 50%; // これが縦横比*/
height: 100%;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
}
@media screen and (min-width: 769px) {
.google-maps {
}
}
#map {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 1024px) {
#map {
	height: 520px;
	width: 100%;
}
}
@media screen and (max-width: 641px) {
#map {
	height:460px;
	width: 100%;
}
}
@media screen and (max-width: 640px) {
#map {
	height:300px;
	width: 100%;
}
}
.map-control {
  background-color: #fff;
  /*border: 1px solid #ccc;*/
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
  font-family: 'Roboto','sans-serif';
  margin: 10px;
  /* Hide the control initially, to prevent it from appearing
  before the map loads. */
  display: none;
}
/* Display the control once it is inside the map. */
#map .map-control { display: block; }

.selector-control {
  font-size: 14px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}


/*recruit
--------------------------------------------------------*/
.obi-green {
	width:100%;
	height:auto;
	background-color: rgba(105,224,161,0.65);
}
.obi-green p {
	padding: 30px 0;
  font-size: 20px;
  line-height: 1.6em;
  text-align: left;
}
.form-btn a {
	width: 330px;
/*  height: 70px;height: 105px;*/
  background-color: #FFFFFF;
  border: rgb(228,0,127) 2px solid;
  border-radius: 50px;
  margin: 60px auto 80px;
  padding: 1.5%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
  text-decoration: none;
  display: block;
}
.form-btn a p {
	font-size:22px;
	color:rgb(228,0,127);
	text-align:center;
	line-height: 1.3em;
}
.form-btn a p img {
	height: 30px;
  margin-left: 5px;
  vertical-align: sub;
}
.form-btn a:hover,a.application-btn:hover {
	background-color:rgb(228,0,127);
	opacity:none !important;
}
.form-btn a:hover p,
a.application-btn:hover {
	color:#FFFFFF;
}


/*書類応募の流れ*/
#flow {
	margin-top: -88px;
	padding-top: 88px;
}
.flow {
	display: block;
	width: 850px;
	margin: 0 auto;
	padding: 70px 20px 0;
}
.flow li {
	font-size: 20px;
	margin-bottom: 40px;
	display: block;
	overflow: hidden;
	line-height: 1.6em;
}
.flow li span.list,
.flow li span.m-left {
	display: inline-block;
	float: left;
}
.flow li span.list {
	width: 55px;
	height: 55px;
	text-align: center;
	margin-right: 5px;
	font-size: 22px;
	font-weight: 800;
	background: url(../images/flow-charm.png) no-repeat;
	background-size: 100%;
	position: relative;
  padding-top: 11px;
  vertical-align: middle;
 }
.flow li span.m-left {
	margin: 10px 0 0 10px;
}
a.application-btn {
	width: auto;
  background-color: #FFFFFF;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
  text-decoration: none;
  display: inline-block;
	color:rgb(228,0,127);
}
.flow a.application-btn {
	margin: 15px 0 0 25px;
	padding: 10px 22px 12px 26px;
	font-size:20px;
	border-radius: 7px;
	border: rgb(228,0,127) 2px solid;
}
table td a.application-btn {
	margin: 0 0 0 5px;
	padding: 4px 10px 5px 12px;
	font-size:14px;
	line-height: 1.3em;
	border-radius: 5px;
	border: rgb(228,0,127) 2px solid;
}
table td a.application-btn i {
	margin-left: 3px;
	position: relative;
	top: -1px;
}
.flow a.application-btn img {
	height: 26px;
  margin-left: 6px;
  vertical-align: sub;
}
.flow li .adress {
	font-size: 16px;
/*	background: #e4f3e9;*/
	padding: 15px 40px 20px 20px;
	line-height: 1.5em;
	margin: 15px 0 0 5px;
	display: inline-block;
	background: rgba(255,255,255,0.65);
  border: 6px #c9eacf double;
}
.flow li .adress b {
	font-weight: 600;
}
@media screen and (max-width: 860px) {
 .flow {
	display: block;
	width: 94%;
	margin: 0 auto;
	padding: 60px 10px 0;
 }
	.flow li {
	font-size: 18px;
	}
	.flow li span.list {
  padding-top: 13px;
  }
}
@media screen and (max-width: 768px) {
	.obi-green p {
			padding: 30px 0;
			font-size: 18px;
			line-height: 1.6em;
			text-align: left;
	}
	.form-btn a {
			background-color:rgb(228,0,127);
	}
	.form-btn a p {
		color:#FFFFFF;
	}
	.form-btn a p img {
		height: 25px;
	}
}
@media screen and (max-width: 767px) {
	.obi-green p {
			padding: 30px 0;
			font-size: 16px;
			line-height: 1.6em;
			text-align: left;
	}
	#flow {
	  margin-top: -68px;
	  padding-top: 68px;
  }
	.form-btn a p {
		font-size:18px;
	}
	.form-btn a {
			width: 280px;
/*			height: 60px;height: 90px;*/
/*			padding: 2%;*/
	}
	.form-btn a p img {
		height: 25px;
	}
	.recruit .pt60 {
		padding-top:40px !important;
	}
	.flow {
		width: 90%;
		margin: 0 5%;
		padding: 40px 0 0;
  }
	.flow li {
	 font-size: 15px;
	 letter-spacing: -0.025em;
	}
	.flow li:nth-child(3) {
		margin-bottom: 20px;
	}
	.flow li span.list {
		width: 35px;
		height: 35px;
/*		margin-right: 5px;*/
		font-size: 17px;
		font-weight: 600;
		padding-top: 5px;
		display: inline-block !important;
  }
	.flow li:nth-child(2) span.list {
		margin-bottom: 60px;
	}
	.flow a.application-btn {
		margin: 10px 0 0 10px;
		padding: 5px 18px 8px 16px;
		font-size:16px;
		border-radius: 7px;
		border: rgb(228,0,127) 2px solid;
  }
	.flow li span.m-left {
	  display: block !important;
	  float: none !important;
		margin: 5px 0 0 5px;
  }
	table td a.application-btn {
		font-size:13px;
		margin: 5px 0 2px;
		letter-spacing: -0.025em;
		border: rgb(228,0,127) 1px solid;
		padding: 7px 10px 8px 12px;
	}
	.flow a.application-btn img {
    height: 20px;
	}
	.flow li .adress {
    font-size: 14px;
    padding: 12px 12px 16px 12px;
    line-height: 1.6em;
    margin: 15px 0 0 0;
		display: block;
 }
}

@media screen and (max-width: 360px) {
	.flow {
		width: 92%;
		margin: 0 4%;
		padding: 50px 0 0;
  }
 .flow li {
	 font-size: 13px;
	 letter-spacing: -0.03em;
	 line-height: 1.7em;
	}
	.flow li span.list {
		width: 30px;
		height: 30px;
		font-size: 15px;
		padding-top: 4px;
		margin-left: 2px;
  }
	.flow li:nth-child(2) span.list {
/*		margin-bottom: 80px;*/
	}
	.flow a.application-btn {
		margin: 10px 0 0 10px;
		padding: 5px 12px 6px 14px;
		font-size:15px;
	}
	.flow li .adress {
    font-size: 12px;
		letter-spacing: -0.025em;
 }
}
@media screen and (max-width: 320px) {
	.form-btn a {
		width: 220px;
/*		height: 52px;height: 90px;*/
		margin: 40px auto;
		padding: 3% 0;
		-webkit-transition: 0.4s;
	}
	.form-btn a p {
		font-size:15px;
		line-height: 1em;
	}
	.form-btn a p img {
    height: 25px;
    top: 3px;
    position: relative;
 }
}
