@charset "UTF-8";

.contents_area {
	width: 940px;
	padding: 40px;
	margin: auto;
}
.sec-color_1 {
	background: url(../images/bg-img.png) repeat;
}

.square-back {
	width: 420px;
	height: 420px;
	background: #fff45c;
	position: relative;
}
.square-back:before {
	content: "";
	display: block;
	position: absolute;
	width: 420px;
	height: 50px;
	top: 283px;
	left: 0;
	background: #FFF;
}
p#img-main_pc img {
	padding: 20px 0 20px 30px;
	position: absolute;
	max-width: none;
}
p#img-main_sp {
	display: none;
}
#title-h2,
#subtitle {
	margin-bottom: 1em;
	font-size: 135%;
	font-weight: bold;
	line-height: 1.5em;
}

#title-h2 span,
#subtitle span {
	padding-bottom: 0.2em;
	border-bottom: 2px solid #00bea4;
}

#contents_area-tpim {
	width: 1000px;
	padding: 50px 0;
	margin: auto;
}
.contents_area-youtube {
	width: 940px;
	padding: 10px 0 40px;
	margin: auto;
}

.desc_area {
	text-align: justify;
	text-justify: inter-ideograph;
}
.inline-desc_area {
	padding: 30px 0 40px;
}
.inline-desc_area li {
	float: left;
	width: 306px;
	height: 200px;
	padding: 0px 11px 0px 0px;
}
.inline-desc_area li.end {
	float: right;
	width: 306px;
	padding: 0px 0px 0px 0px;
}
.inline-desc_area li img,
.inline-about img {
	width: 100%;
	height: auto;
}
.inline-about .left {
	float: left;
	width: 440px;
}
.inline-about .right {
	float: right;
	width: 440px;
}
.btn-menu {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  padding: 17px 0;
  margin: 0 auto 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn-menu span {
  position: relative; 
  z-index: 1;
}

.btn-menu:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  height: 1000%;
  width: 120%;
  background: #78c7d2;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-menu:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.contents_area .inline-about a {
	color: #222;
}
.contents_area .inline-about a:hover {
	text-decoration: none;
}
.contents_area .inline-about a:hover img {
	opacity: 1.0;
	filter: none;
}
.youtube {
	width: 900px;
	margin: auto;
}
#contact img {
	width: 500px;
	height: auto;
}
#facebook-box {
	width: 400px;
	margin-right: 40px;
	float: left;
	background-color: #CC9;
}
#contact-box {
	width: 500px;
	float: right;
}

@media screen and (max-width:479px) {
#contents_area-tpim {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	margin: auto;
}
.contents_area {
	width: 90%;
	padding: 0 5%;
	margin: auto;
}
p#img-main_pc {
	display: none;
}
p#img-main_sp {
	display: inherit;
}
p#img-main_sp img {
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	position: inherit;
}
p#img-main_sp .img_top-line {
	display: block;
	width: 40%;
	height: 10px;
	background-color: #fff45c;
}
.desc_area {
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 5% 0;
	font-size: 90%;
	line-height: 1.8;
}
.desc_area p {
	margin-bottom: 1em;
}
#title-h2,
#subtitle {
	line-height: 2;
}
.inline-desc_area {
	padding: 15px 0 40px;
}
.inline-desc_area li {
	float: none;
	width: 100%;
	height: auto;
	padding: 0px 0 10px 0px;
}
.inline-desc_area li.end {
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.inline-about .left {
	float: none;
	width: 100%;
}
.inline-about .right {
	float: none;
	width: 100%;
}
.btn-menu {
}
.btn-menu span {
}
.btn-menu:after {
  left: -25%;
  top: 0%;
}
.youtube {
	width: 90%;
	padding: 0 5% 30px;
	margin: 0;
}
.youtube video {
	width: 100%;
}
.contents_area-youtube {
	width: 100%;
	padding: 0;
	margin: auto;
}
#contact img {
	width: 100%;
	height: auto;
}
#facebook-box {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
}
#contact-box {
	width: 100%;
	float: none;
}
#recruit {
	margin-bottom: 3em;
}
}
