#S_WORKS .banner ul:after,
#S_WORKS .block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#S_WORKS .banner ul,
#S_WORKS .block {
    zoom: 1;
}

html,body {
height: 100%;
}

/* CONTENTS */
#S_MAIN {
position: relative;
}
#S_MAIN .image {
content: "";
z-index: -1;
display: block;
position: fixed;
top: 50px;
left: 0;
background: url('../img/main_pht_sp.jpg') no-repeat center center;
background-size: cover;
width: 100%;
height: 100%;
} 
#S_MAIN::after {
content: "";
z-index: 0;
display: block;
position: absolute;
bottom: 0;
right: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
background-size: cover;
width: 100%;
height: 80%;
}  
#S_MAIN .cont {
position: relative;
margin: 0 auto;
padding: 65px 0 35px 0;
width: 100%;
z-index: 1;
}
#S_MAIN .catch {
margin-bottom: 105px;
text-align: center;
}
#S_MAIN .catch p {
font-family: 'Rambla', sans-serif;
font-size: 36px;
font-weight: bold;
text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
color: #fff;
}
#S_MAIN .catch h2 {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 16px;
font-weight: normal;
line-height: 1.35;
letter-spacing: 0.3em;
text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
color: #fff;
}
#S_MAIN h3 {
margin-bottom: 20px;
font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 18px;
font-weight: normal;
line-height: 1.6;
text-align: center;
color: #fff;
}
#S_MAIN .lead {
padding: 0 25px;
}
#S_MAIN .lead p {
font-weight: normal;
font-feature-settings: "palt";
letter-spacing: 2px;
font-size: 13px;
line-height: 1.55;
color: #fff;
}
@media (min-width: 500px) {
	#S_MAIN .image {
	background: url('../img/main_pht.jpg') no-repeat center center;
	background-size: cover;
	}
}
@media (min-width: 961px) {
	#S_MAIN {}
	#S_MAIN .cont {
	position: relative;
	margin: 0 auto;
	padding: 155px 0 60px 0;
	width: 100%;
	}
	#S_MAIN .catch {
	margin-bottom: 290px;
	text-align: center;
	}
	#S_MAIN .catch p {
	font-size: 60px;
	}
	#S_MAIN .catch h2 {
	font-size: 20px;
	}
	#S_MAIN h3 {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 30px;
	font-weight: 100;
	font-size: 24px;
	}
	#S_MAIN .lead {
	margin: 0 auto;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 714px;
	padding: 0 25px;
	text-align: center;
	}
	#S_MAIN .lead p {
	margin-bottom: 25px;
	font-size: 14px;
	}
	#S_MAIN .lead p:last-child {
	margin-bottom: 0;
	}
}

section .head {
margin-bottom: 30px;
text-align: center;
}
#S_CONTACT .head,
#S_COMPANY .head {
color: #fff;
}
section .head h2 {
margin-bottom: 5px;
font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 20px;
font-weight: normal;
}
section .head p {
font-family: 'Rambla', sans-serif;
font-size: 12px;
letter-spacing: 0.3em;
}
@media (min-width: 961px) {
	section .head {
	margin-bottom: 50px;
	text-align: center;
	}
	section .head h2 {
	margin-bottom: 10px;
	font-size: 24px;
	}
}

#S_ABOUT {
background-color: #fff;
}
#S_ABOUT .cont {
position: relative;
padding: 50px 25px 35px 25px;
}
#S_ABOUT h3 {
margin-bottom: 30px;
font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 18px;
line-height: 1.4;
color: #000;
text-align: center;
font-weight: normal;
}
#S_ABOUT .text {
font-size: 14px;
line-height: 1.73;
color: #333;
}
#S_ABOUT .image {
position: relative;
background: url(../img/sct1_pht_sp.jpg)  no-repeat center center;
background-size: cover;
width: 100%;
height: 300px;
}
@media (min-width: 961px) {
	#S_ABOUT .cont {
	position: relative;
	padding: 90px 25px 120px 25px;
	}
	#S_ABOUT h3 {
	margin-bottom: 50px;
	font-size: 26px;
	line-height: 1.6;
	font-weight: normal;
	}
	#S_ABOUT .text {
	margin: 0 auto;
	width: 784px;
	font-size: 16px;
	line-height: 1.9;
	}
	#S_ABOUT .image {
	position: relative;
	background: url(../img/sct1_pht.jpg)  no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 440px;
	}
}

#S_WORKS {
background-color: #fff;
}
#S_WORKS .cont {
position: relative;
padding: 50px 0 0 0;
}
#S_WORKS .img img {
display: block;
width: 100%;
height: auto;

}
#S_WORKS .list {
background-color: #f9f9f9;
}
#S_WORKS .pack {
padding: 25px 25px 50px 25px;
}
#S_WORKS .pack .en {
margin-bottom: 5px;
font-family: 'Rambla', sans-serif;
font-size: 16px;
letter-spacing: 0.05em;
color: #ee7700;

}
#S_WORKS .pack h4 {
margin-bottom: 5px;
font-size: 18px;
}
#S_WORKS .pack p {
font-size: 16px;
line-height: 1.73;
}
#S_WORKS h3 {
margin-bottom: 30px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 20px;
font-weight: normal;
}
#S_WORKS .insta h3 {
margin-bottom: 20px;
}
#S_WORKS .banner {
/*border-top: solid 1px #ccc;*/
text-align: center;
padding: 50px 0;
}
#S_WORKS .banner ul {
margin: 0 auto;
width: 265px;
}
#S_WORKS .banner li {
margin-bottom: 20px;
}
#S_WORKS .banner li img {
display: block;
width: 265px;
height: auto;
}
#S_WORKS .insta {
background-color: #f1f1f1;
text-align: center;
padding: 50px 15px;
}
#S_WORKS .insta .list{
background-color: #f1f1f1;
}
#S_WORKS .insta ul {
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
}
#S_WORKS .insta li {
box-sizing: border-box;
padding: 10px;
width: 50%;
}
#S_WORKS .insta li a {
display: block;
background-size: cover;
width: 100%;
padding-top: 100%;
}
#S_WORKS .btn-gradient-radius {
padding-left: 30px;
padding-right: 30px;
letter-spacing: 0.3em;
}
#S_WORKS .image {
position: relative;
background: url(../img/sct2_pht.jpg)  no-repeat center center;
background-size: cover;
width: 100%;
height: 300px;
}
@media (min-width: 961px) {
	#S_WORKS .cont {
	position: relative;
	padding: 90px 0 0 0;
	}
	#S_WORKS .list {
	margin: 0 auto;
	}
	#S_WORKS .block {
	position: relative;
	}
	#S_WORKS .img {
	width: 50%;
	}
	#S_WORKS .block:nth-of-type(odd) .img {
	float: left;
	}
	#S_WORKS .block:nth-of-type(even) .img {
	float: right;
	}
	#S_WORKS .pack {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	margin-top: -10px;
	padding: 0 0 0 105px;
	width: 50%;
	}
	#S_WORKS .block:nth-of-type(odd) .pack {
	left: 50%;
	}
	#S_WORKS .block:nth-of-type(even) .pack {
	left: 0;
	}
	#S_WORKS .pack h4 {
	font-size: 22px;
	}
	#S_WORKS .banner {
	padding: 60px 0;
	}
	#S_WORKS .banner ul {
	width: 820px;
	}
	#S_WORKS .banner li {
	width: 380px;
	}
	#S_WORKS .banner li:first-child {
	float: left;
	}
	#S_WORKS .banner li:last-child {
	float: right;
	}
	#S_WORKS .banner li img {
	width: 380px;
	}
	#S_WORKS .insta {
	padding: 60px 0;
	}
	#S_WORKS .insta ul {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 840px;
	}
	#S_WORKS .insta li {
	padding: 5px;
	width: 25%;
	}
	#S_WORKS .btn-gradient-radius {
	padding-left: 60px;
	padding-right: 60px;
	letter-spacing: 0.3em;
	}
	#S_WORKS .image {
	position: relative;
	background: url(../img/sct2_pht.jpg)  no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 440px;
	}
}

#S_COMPANY {
background-color: #0068b7;
background-image:url(../../common/img/bg_blue.png);
background-position:center;
}
#S_COMPANY .cont {
position: relative;
padding: 54px 10px 70px 10px;
}
#S_COMPANY .jp {
margin-bottom: 45px;
}
#S_COMPANY .jp dl {
font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
font-size: 14px;
line-height: 1.55;
color: #fff;
}
#S_COMPANY .jp dt {
font-weight: bold;
float: left;
font-size: 14px;
}
#S_COMPANY .jp dd {
font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
margin: 0 0 7px 85px;
font-size: 14px;
line-height: 18px;
}


#S_COMPANY .image {
position: relative;
background: url(../img/sct3_pht.jpg) center center / cover no-repeat;
width: 100%;
height: 380px;
}
@media (min-width: 961px) {
	#S_COMPANY .cont {
	position: relative;
	margin: 0 auto;
	padding: 88px 0 139px 0;
	width: 960px;
	}
	#S_COMPANY h3 {
	margin-bottom: 77px;
	}
	#S_COMPANY .jp {
	padding-left: 30px;
	float: left;
	}
	#S_COMPANY .jp dl {
	width: 420px;
	font-size: 14px;
	line-height: 2;
	}
	#S_COMPANY .jp dt {
	float: left;
	}
	#S_COMPANY .jp dd {
	margin: 0 0 7px 120px;
	font-size: 14px;
	line-height: 2;
	}
	
	#S_COMPANY .image {
	position: relative;
	height: 560px;
	}
}

#S_CONTACT {
background-color: #3d4650;
}
#S_CONTACT .cont {
position: relative;
margin: 0 auto;
padding: 54px 0 70px 0;
}
#S_CONTACT dl {
margin-bottom: 23px;
}
#S_CONTACT dt {
margin-bottom: 8px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
font-size: 16px;
line-height: 1.71;
letter-spacing: 0.2em;
color: #fff;
text-align: center;
}
#S_CONTACT dd {
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
font-size: 14px;
line-height: 1.71;
color: #fff;
text-align: center;
}
#S_CONTACT dl a {
color: #fff;
}
#map_canvas {
	margin-bottom: 12px;
	height: 400px;
}

#S_CONTACT .bnr_txt {
	margin-top:100px;
	text-align:center;
	font-size:16px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	color:#fff;
}

#S_CONTACT .bnnr {
	margin-top:40px;
	text-align:center;
}
#S_CONTACT .bnnr img{
		width:90%;
	}
@media (min-width: 961px) {
	#S_CONTACT .cont {
	position: relative;
	margin: 0 auto;
	padding: 88px 0 117px 0;
	}
	#S_CONTACT h3 {
	margin-bottom: 80px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	#S_CONTACT h4 {
	font-family: 'Rambla', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
	#S_CONTACT dl {
	margin-bottom: 85px;
	}
	#S_CONTACT dt {
	margin-bottom: 9px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.71;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	}
	#S_CONTACT dd {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	}
	#S_CONTACT dl a {
	color: #fff;
	}
	#map_canvas {
		margin-bottom: 12px;
		height: 400px;
	}
	#S_CONTACT .bnnr img{
		width:710px;
	}

}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #0068b7;/*背景色*/
  border-bottom: solid 2px #00508c;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

/*リクルート*/
#S_RECRUIT {
	background-color: #f1f1f1;
}
#S_RECRUIT .cont {
	position: relative;
	margin: 0 auto;
	padding: 54px 20px 70px 20px;
}
#S_RECRUIT p {
	font-family: 'Rambla', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}
#S_RECRUIT .lead {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	font-size: 16px;
	margin-bottom: 26px;
}
#S_RECRUIT .list {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	margin-bottom: 37px;
}
#S_RECRUIT dl {
	border-bottom: solid 1px #919191;
	padding: 16px 0 13px 0;
	font-size: 14px;
	line-height: 1.55;
}
#S_RECRUIT dt {
	font-weight: bold;
}
#S_RECRUIT p a {
	text-decoration: underline;
}
#S_RECRUIT p a:hover {
	text-decoration: none;
	color: #666;
}
@media (min-width: 961px) {
	#S_RECRUIT .cont {
		margin: 0 auto;
		padding: 95px 0 120px 0;
		width: 640px;
	}
	#S_RECRUIT h3 {
		margin-bottom: 80px;
		font-size: 16px;
		font-weight: normal;
		color: #000;
		text-align: center;
	}
	#S_RECRUIT h4 {
	font-family: 'Rambla', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
	#S_RECRUIT dt {
		float: left;
	}
	#S_RECRUIT dd {
		margin-left: 105px;
	}
}
