@charset "utf-8";

/* common
----------------------------------------------- */

#contents {
	line-height: 2;
}

#footer {
	background: #000;
	padding: 95px 0 50px;
}
#footer .sns {
	text-align: center;
}
#footer .sns a {
	display: inline-block;
	padding: 0 15px;
}
#footer .copyright {
	text-align: center;
	color: #fff;
	margin-top: 50px;
	font-size: 12px;
}
@media (max-width: 767px) {
#footer {
	padding: 40px 15px 30px;
}
#footer .sns a {
	padding: 0 10px;
}
#footer .copyright {
	margin-top: 30px;
}
}

.inner {
	max-width: 1130px;
	margin: 0 auto;
}
@media (max-width: 767px) {
.inner {
	padding: 0 15px;
}
}


/* top
----------------------------------------------- */
.mainimg {
	position: relative;
	line-height: 1.5;
}
.mainimg img {
	width: 100%;
}
.maintxt {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 48px;
	color: #ff0099;
	font-weight: bold;
	transform: translateY(-50%);
	z-index: 2;
	-webkit-text-shadow: 0 0 15px #d6d5d3, 0 0 10px #d6d5d3, 0 0 5px #d6d5d3;
	-moz-text-shadow: 0 0 15px #d6d5d3, 0 0 10px #d6d5d3, 0 0 5px #d6d5d3;
	-ms-text-shadow: 0 0 15px #d6d5d3, 0 0 10px #d6d5d3, 0 0 5px #d6d5d3;
	-o-text-shadow: 0 0 15px #d6d5d3, 0 0 10px #d6d5d3, 0 0 5px #d6d5d3;
	text-shadow: 0 0 15px #d6d5d3, 0 0 10px #d6d5d3, 0 0 5px #d6d5d3;
}
.maintxt .maintxtin {
	font-size: 24px;
	display: block;
	font-weight: normal;
}

@media (max-width: 767px) {
.maintxt {
	font-size: 26px;
}
.maintxt .maintxtin {
	font-size: 14px;
}
}

.combtn {
	padding: 110px 0 120px;
	color: #ff0099;
	line-height: 1.5;
}
.combtn .combtntit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}
.combtn .combtnlist {
	overflow: hidden;
	margin: 0 0 0 -100px;
}
.combtn .combtnlist li {
	float: left;
	width: 50%;
	padding-left: 100px;
}
.combtn .combtnlist li a {
	display: block;
	background: #000;
	color: #ff0099;
	text-align: center;
	padding: 25px 10px;
	font-size: 26px;
}
.combtn .combtnlist li a span {
	background: url(../images/arrow_btn.png) right center no-repeat;
	padding-right: 25px;
	display: inline-block;
}
.combtn.combtnother {
	padding: 70px 0;
}
@media (max-width: 1080px) {
.combtn .combtnlist {
	margin: 0 0 0 -20px;
}
.combtn .combtnlist li {
	padding-left: 20px;
}
.combtn .combtnlist li a {
	font-size: 20px;
}
}
@media (max-width: 767px) {
.combtn {
	padding: 50px 0;
}
.combtn .combtntit {
	font-size: 18px;
	margin-bottom: 20px;
}
.combtn .combtnlist {
	margin: 0;
}
.combtn .combtnlist li {
	float: none;
	width: auto;
	padding-left: 0;
}
.combtn .combtnlist li+li {
	margin-top: 20px;
}
.combtn .combtnlist li a {
	padding: 15px 10px;
	font-size: 16px;
}
.combtn .combtnlist li a span {
	background: url(../images/arrow_btn.png) right center no-repeat;
	padding-right: 25px;
	display: inline-block;
}
.combtn.combtnother {
	padding: 30px 0;
}
}

.recruit {
	background: #eee;
	padding: 80px 0 90px;
	text-align: center;
}
.recruit .recruittit {
	font-size: 24px;
	margin-bottom: 25px;
}
.recruit .recruittxt+.recruittxt {
	margin-top: 30px;
}
@media (max-width: 767px) {
.recruit {
	background: #eee;
	padding: 40px 0;
	text-align: center;
}
.recruit .recruittit {
	font-size: 18px;
	margin-bottom: 20px;
}
.recruit .recruittxt+.recruittxt {
	margin-top: 20px;
}
}

.voice {
	background: url(../images/img_top01.jpg) center 0 no-repeat;
	background-size: cover;
	text-align: center;
	padding: 100px 15px;
}
.voicetxt {
	font-size: 20px;
}
.voicetxt+.voicetxt {
	margin-top: 40px;
}
@media (max-width: 767px) {
.voice {
	padding: 50px 15px;
}
.voicetxt {
	font-size: 14px;
}
.voicetxt+.voicetxt {
	margin-top: 20px;
}
}

.detail {
	display: flex;
	background: #f2f2f2;
	align-items: flex-start;
}
.detail .detailimg {
	width: 50%;
}
.detail img {
	width: 100%;
}
.detail .detailcont {
	width: 50%;
	padding: 30px 20px;
}
.detail .detailtit {
	font-size: 24px;
	margin-bottom: 20px;
}
.reverse .detailcont {
	padding-left: 8%;
}
@media (max-width: 1080px) {
.detail {
	align-items: center;
}
.detail .detailcont {
	padding:0 20px;
}
.detail .detailtit {
	font-size: 24px;
	margin-bottom: 0;
}
}
@media (max-width: 767px) {
.detail {
	display: block;
}
.detail .detailimg {
	width: auto;
}
.detail .detailcont {
	width: auto;
	padding: 20px 15px;
}
.detail .detailtit {
	font-size: 18px;
	margin-bottom: 10px;
}
}

.introduce {
	overflow: hidden;
}
.introduce li {
	width: 25%;
	float: left;
	position: relative;
}
.introduce li img {
	width: 100%;
}
.introduce .introducetxt {
	color: #fff;
	position: absolute;
	left: 0;
	padding: 0 20px;
	width: 100%;
	top: 45%;
	text-align: center;
	z-index: 2;
}
.introduce .introducetxt span {
	display: inline-block;
	text-align: left;
}
@media (max-width: 767px) {
.introduce li {
	width: 50%;
}
.introduce .introducetxt {
	padding: 0 15px;
}
}

.approach {
	background: #f2f2f2;
	padding: 110px 0 70px;
}
.approach .approachtit {
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
	font-weight: bold;
}
.approach .approachlist {
	overflow: hidden;
}
.approach .approachlist li {
	float: left;
	width: 33.3333%;
}
.approach .approachimg img {
	width: 100%;
}
.approach .approachtxt {
	text-align: center;
	font-size: 20px;
}
@media (max-width: 767px) {
.approach {
	padding: 40px 0;
}
.approach .approachtit {
	font-size: 26px;
}
.approach .approachlist li {
	float: none;
	width: auto;
}
.approach .approachlist li+li {
	margin-top: 30px;
}
.approach .approachtxt {
	font-size: 16px;
}
}

.dream {
	background: url(../images/img_top12.jpg) center bottom no-repeat;
	padding: 140px 15px;
	color: #000;
	font-size: 20px;
	line-height: 2.4;
	text-align: center;
}
.dreamtxt+.dreamtxt {
	margin-top: 70px;
}
@media (max-width: 767px) {
.dream {
	padding: 100px 15px;
	font-size: 18px;
}
.dreamtxt+.dreamtxt {
	margin-top: 40px;
}
}

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

@media (max-width: 1080px) {
	
}
@media (max-width: 767px) {
	
}
