@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

body{
	font: 15px/2
	-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #333;
	background: #fff;
}

a{
	color: #222;
	text-decoration: none;
	transition: 0.3s;
}

a:hover, .active{
  text-decoration: none;
  opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav {
	height: 60px;
}

.logo a {
	display: flex;
	float: left;
	width: 60%;
	height: 57px;
	padding: 0 0 0 25px;
}

.logo p {
	color: #222;
	font-size: 1.2em;
	text-align: left;
	line-height: 60px;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium";
}

#menuWrap {
	height: 60px;
}

#header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 368px;
	margin-top: 60px;
}

#header-sec {
	position: relative;
	height: 220px;
  margin-top: 60px;
	overflow: hidden;
/*	background: url(../images/SecmainImg01.jpg) no-repeat 50% 0% fixed;
	background-size: 200% auto;*/
	color: #fff;
 }

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	z-index: 100;
}

#slogan h1{
	font-size: 42px;
	font-family: 'fantasy','arial black';
	margin-bottom: 20px;
	font-weight:normal;
	font-style: italic;
}

#slogan h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 18px!important;
}

#slogan-sec {
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	z-index: 100;
}

#slogan-sec h1{
	font-size: 28px;
	margin-bottom: 4px;
}

#slogan-sec h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 18px!important;
}


/* スライドショー
------------------------------------------------------------*/
#slideshow {
	width:  100%; /* 画像の横幅に合わせて記述 */
	height: 368px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
	position: absolute;
	left: 140%;
	width: 100%;
	height: 368px;
	margin-left: -140%;
	object-fit: cover;
	z-index: 8;
	opacity: 0.0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}


/* セカンドページのメインビジュアル
------------------------------------------------------------*/
.secmainImg {
	width:  100%; /* 画像の横幅に合わせて記述 */
	height: 220px; /* 画像の高さに合わせて記述 */
}
.secmainImg img {
	position: absolute;
	left: 140%;
	width: 100%;
	height: 220px;
	margin-left: -140%;
	object-fit: cover;
}


/* ネクストボタン
------------------------------------------------------------*/
.next-button {
	display: block;
	height: 90px;
	width: 90px;
	position: absolute;
	left: 0;
	right: 0;
	top: 360px;
	background: #fff;
	color: #E7336E;
	text-align: center;
	border-radius: 100px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -.05em;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
	box-sizing: border-box;
	z-index: 499;
}
.next-button:after {
	position: absolute;
	top: 75%;
	left: 50%;
	content: '';
	width: 15px;
	height: 15px;
	margin: -10px 0 0 -10px;
	border-left: 2px solid #E7336E;
	border-bottom: 2px solid #E7336E;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.animated {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.serif {
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
}
@-moz-keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);transform:translateY(0)}40%,50%{-moz-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes bounce{0%,100%,20%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);-ms-transform:translateY(0);/* -webkit-transform:translateY(0); *//* transform:translateY(0) */}40%,50%{-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);-webkit-transform:translateY(-15px);transform:translateY(-15px);}}
.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}


/* フッター
------------------------------------------------------------*/
#footer {
 	clear: both;
	padding: 3em 0 0;
 	background: #f3f4f5;
 	text-align: center;
 	font-size: 12px;
}
.foot-logo {
	width: 160px;
	margin: 0 auto;
}
.foot-menu {
	padding: 1em 0 3em;
}
.foot-menu a {
	color: #333;
	font-weight: 400;
}
.copyright {
	display: table;
	width: 100%;
  border-top: 1px solid #eaeaea;
  color: #fff;
}
.copyright p {
	display: table-cell;
	height: 60px;
  background: #f3f4f5;
  color: #222;
  text-align: center;
  vertical-align: middle;
}


/* 共通
------------------------------------------------------------*/
/*h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}*/

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2 {
	font-size: 22px;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0 20px 0;
}

.col3 li {
	margin: 0 auto;
	padding-bottom: 1em;
	display: block;
	max-width: 90%;
}


/* SEC01 VISION
------------------------------------------------------------*/
#sec01 {
	padding: 10% 0;
	background: url(../images/bgSec01.jpg) 0 0 no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #222;
}

.vision-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 2em 4%;
	background: rgba(255,255,255,.8);
}

.vision-head {
	margin-bottom: 1.2em;
	text-align: center;
}
.vision-head h2 {
	padding: 0;
	color: #E7336E;
	font-size: 22px;
	line-height: 1.4;
}
.vision-head span {
	color: #E7336E;
	font-size: 10px;
	letter-spacing: 3px;
}

.vision img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.col1 li{
	margin-bottom: 50px;
}

.col1 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}

p.from {
	margin: 1em 0;
	text-align: right;
}


/* SEC02 CONTENTS
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	padding: 10% 0 0;
	background: #efefef;
}

.box-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 88%;
	margin: 0 auto;
}

.box01 {
	width: 100%;
	margin-bottom: 2em;
	background: #fff;
}

.box01 a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
}

.box01 h2 {
	width: 100%;
	margin: .4em 0 0;
	padding: 0;
	color: #E7336E;
	font-size: 20px;
}

.box01 p {
	padding: 0 1em 1.2em;
	line-height: 1.6;
}

figure {
	margin: 0;
	line-height: 0;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC04 ENTRY
------------------------------------------------------------*/
#sec04 {
	background: url(../images/bgSec04.jpg) 0 0 no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

.entry-wrap {
	padding: 50px 0 0 0;
}

.entry-wrap p {
	text-align: center;
}

.entry-head {
	margin-bottom: 1.2em;
	text-align: center;
}
.entry-head h2 {
	padding: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
}
span.lead-romaji {
	font-size: 10px;
	letter-spacing: 3px;
}

a.btn-entry-big {
	display: inline-block;
	margin: 2em 0 0;
  padding: 1em 4em;
  background-color: #E7336E;
  color: #fff!important;
  text-align: center;
	font-weight: bold;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* セカンドページ共通
------------------------------------------------------------*/
.about-content-section {
	padding: 1.4em 0;
}

.about-content-head {
	width: 90%;
	margin: 0 auto;
}

.about-content-head img {
	margin-bottom: 1em;
}

.about-content-head h2 {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.6;
	font-size: 20px;
}

.about-content-txt {
	width: 90%;
	margin: 0 auto;
}

.sec-content-section {
	padding: 0 0 1.4em;
}

hr.dia {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url(../images/dia.png) 0 0 100% repeat;
	width: 130px;
}


/* セカンド―私たちの仕事
------------------------------------------------------------*/
.work-col2-wrap h2 {
	color: #E7336E;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

.work-l-wrap p, .work-r-wrap p {
	margin-bottom: 1.4em;
}

.message-wrap img {
	display: block;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 1em;
}

.message-wrap p.tit {
	color: #E7336E;
	font-size: 1.2em;
	font-weight: bold;
}


/* セカンド-はたらく環境
------------------------------------------------------------*/
.enviroment-content-section {
	padding: 1.4em 0 0;
}

h3.office-tit {
	margin: 0 0 15px 0;
	padding: .6em 0;
	background: #f6f3ed;
	text-align: center;
	font-size: 16px;
}

.point-wrap {
	width: 90%;
	margin: 0 auto;
}

.point-wrap h3 {
	line-height: 1.6;
	font-size: 1.6em;
	text-align: center;
}

.img-circle {
	border-radius: 50%;
}

.photo-wrap {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2em;
}

.photo-item {
	position: relative;
	width: 94%;
	margin: 0 3% 3%;
}

.photo-item p {
	position: absolute;
	color: white;
	bottom: 4.5%;
	left: 0;
	width: 94%;
	padding: 0 3%;
	background-color: rgba(71,96,102,0.7);
	line-height: 3em;
}

span.green {
	color: #59ae08;
}

span.blue {
	color: #026CD7;
}

span.orange {
	color: #FF7E00;
}


/* セカンド―社員インタビュー
------------------------------------------------------------*/
.job-tit {
	margin: 2em 0 .5em;
	color: #EB6C51;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
}

.job-photo {
	width: 70%;
	margin: 0 auto;
}

.job-prof {
	margin-bottom: 1em;
	text-align: right;
}

.job-txt {
	width: 100%;
	margin-bottom: 3em;
}

.job-txt h3 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 34px;
	line-height: 1.4;
	margin: 2em 0 1em;
	color: #EB6C51;
}

.job-txt h3:before {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 30px;
	height: 1px;
	-webkit-transform: translate(0,50%);
	transform: translate(0,50%);
	background-color: #EB6C51;
}

.job-txt h3:before {left:0;}


/* セカンド―募集要項
------------------------------------------------------------*/
section table {
	width: 90%;
}
section th, section td {
	padding: 4%;
	border: 1px solid #ddd;
}
section th {
	background: #f4f4f4;
}

.entry-list-section {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 5%;
	background: #efefef;
}

.entry-list-section a {
	color: #E7336E;
}

.entry-list-section li:before {
	content: '●';
	color: #acc2c7;
	margin-right: 6px;
}

.entry-content-section {
	margin-bottom: 3em;
}

.entry-content-section h3 {
	width: 90%;
	margin: 0 auto;
	font-size: 20px;           /* 文字サイズ指定 */
	border-bottom: solid 1px;   /* 線指定 */
	padding-bottom: 5px;       /* 余白指定 */
	margin-bottom: 15px;        /* 周りの余白指定 */
	position: relative;        /* 位置調整 */
	font-weight: bold;       /* 文字の太さ調整 */
	color: #E7336E;
}

.entry-table th {
	width: 30%;
	text-align: left;
}

.entry-table {
	margin: 0 auto;
}

.entry-table th, .entry-table td {
	width: 92%;
	display: block;
	border-top: none;
}

.entry-table tr:first-child th {
	border-top: 1px solid #ddd;
}

.entry-btn {
	text-align: center;
}


/* セカンド―エントリーフォーム
------------------------------------------------------------*/
.entry-tel-wrap {
	margin-bottom: 3em;
	padding: 1em 5%;
	background: #f4f4f4;
	text-align: center;
}

.entry-tel-wrap a {
	color: #ED8700;
}

.entry-tel-wrap h3, .entry-mail-wrap h3 {
	margin-bottom: 1em;
	font-size: 20px;
	text-align: center;
}

p.tel {
	margin: 20px 0 0 0!important;
	color: #ED8700;
	line-height: 1.2;
	font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 40px;
}

p.teltime {
	margin-bottom: 1em;
	font-size: 18px;
}

p.txt-l {
	margin-bottom: 0;
	text-align: left;
	font-size: 90%;
}

p.txt-l a, p.txt-thanks a {
	color: #ED8700;
}

p.txt-thanks {
	margin-bottom: 2em;
	text-align: left;
}


/* PAGETOP
------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 10px;
}

.pagetop a::before {
	content: "";
	position: absolute;
	top: 42%;
	left: 42%;
	width: 8px;
	height: 8px;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	transform: rotate(45deg);
}

.pagetop a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter:alpha(opacity=1);
	-moz-opacity: 1;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (min-width: 1025px){
	#slogan h1 {
    font-size: 76px;
  }
	#slogan-sec h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
	.col2 li{
		width: 48%;
		vertical-align: top;
	}

	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		float: right;
		display:block !important;
	}

	.logo a {
		float: left;
		width: 280px;
		height: 90px;
		padding: 0 0 0 50px;
	}

	a.btn-entry {
    padding: 1em 4em;
    background-color: #E7336E;
    color: #fff!important;
    text-align: center;
	}

	#menuWrap {
    display: none;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		height: 90px;
		background-color: rgba(255,255,255,0.7);
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 30px 15px;
		font-size: 15px;
	}
	
  #mainnav a {
		color: #222;
		font-weight: 600;
		
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
	}
	
	#mainnav.changeNav li{
		padding: 30px 15px;
	}

	#header {
		position: relative;
		height: 740px;
    margin-top: 0;
		overflow: hidden;
  }

	#header-sec {
		position: relative;
		height: 540px;
    margin-top: 0;
		overflow: hidden;
		color: #fff;
  }

	/* スライドショー
	-----------------*/
	#slideshow {
	   width:  100%; /* 画像の横幅に合わせて記述 */
	   height: 740px; /* 画像の高さに合わせて記述 */
	}

	#slideshow img {
    position: absolute;
    left: 140%;
    width: 100%;
    height: 740px;
    margin-left: -140%;
    object-fit: cover;
	}

  /* セカンドページのメインビジュアル
  -----------------*/
  .secmainImg {
  	width:  100%; /* 画像の横幅に合わせて記述 */
  	height: 540px; /* 画像の高さに合わせて記述 */
  }
  .secmainImg img {
  	position: absolute;
  	left: 140%;
  	width: 100%;
  	height: 540px;
  	margin-left: -140%;
  	object-fit: cover;
  }

	/* ネクストボタン
	-----------------*/
	.next-button {
		display: block;
		height: 126px;
		width: 126px;
		position: absolute;
		left: 0;
		right: 0;
		top: 660px;
		text-align: center;
		border-radius: 100px;
		cursor: pointer;
		font-size: 20px;
		letter-spacing: -.05em;
		padding-top: 30px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		-moz-animation: bounce 4s infinite;
		-webkit-animation: bounce 4s infinite;
		animation: bounce 4s infinite;
		box-sizing: border-box;
		z-index: 499;
	}
	.next-button:after {
		position: absolute;
		top: 75%;
		left: 50%;
		content: '';
		width: 15px;
		height: 15px;
		margin: -10px 0 0 -10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-sizing: border-box;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
	}
	.animated {
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
	}
	.serif {
		line-height: 1.4;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 18px;
	}
	@-moz-keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);transform:translateY(0)}40%,50%{-moz-transform:translateY(-30px);transform:translateY(-30px)}}@-webkit-keyframes bounce{0%,100%,20%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,50%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);-ms-transform:translateY(0);/* -webkit-transform:translateY(0); *//* transform:translateY(0) */}40%,50%{-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-webkit-transform:translateY(-30px);transform:translateY(-30px);}}
	.bounce {
	  -moz-animation: bounce 4s infinite;
	  -webkit-animation: bounce 4s infinite;
	  animation: bounce 4s infinite;
	}

	/* SEC01 VISION
	-----------------*/
	#sec01 {
		padding: 80px 0;
		background: url(../images/bgSec01.jpg) no-repeat 100% 100% fixed;
    background-size: cover;
    -webkit-background-size: cover;
	}
	.vision-wrap {
		width: 824px;
		margin: 0 auto;
		padding: 60px 100px;
		background: rgba(255,255,255,.8);
	}
	.vision-head {
		margin-bottom: 30px;
	}
	.vision-head h2 {
		font-size: 36px;
	}
	.vision-head span {
		font-size: 13px;
	}
	.vision img {
		display: block;
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	/* SEC02 CONTENS
	-----------------*/
	.wrap{
		clear: both;
		width: 100%;
		padding: 6em 0 3em;
	}

	.box-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 1024px;
		margin: 0 auto;
	}

	.box01 {
		width: 48%;
		margin-bottom: 3em;
		background: #fff;
	}

	.box01 a {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		background-color: #fff;
	}

	.box01 h2 {
		width: 100%;
		margin: .8em 0 .4em;
		padding: 0;
	}

	.box01 p {
		padding: 0 3em 2em;
	}

	figure {
		margin: 0;
		line-height: 0;
	}

	.bg{
		line-height: 0;
	}

	.txt h2{
		padding: 0 0 20px !important;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 27%;
		padding: 0 3%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

	/* SEC04 ENTRY
	-----------------*/
	#sec04 {
		background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
		background-size: cover;
		-webkit-background-size: cover;
		color: #fff;
	}
	.entry-wrap {
	padding: 80px 0 0 0;
	}
	.entry-wrap p {
		text-align: center;
	}
	.entry-head {
		margin-bottom: 30px;
	}
	.entry-head h2 {
		font-size: 36px;
	}
	span.lead-romaji {
		font-size: 13px;
	}

	a.btn-entry-big {
		display: inline-block;
		margin: 2em 0 0;
    padding: 1em 4em;
    color: #fff!important;
    text-align: center;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}

	/* セカンドページ共通
	-----------------*/
	.about-content-section {
		padding: 90px 0;
	}

	.about-content-head {
		width: 1024px;
		margin: 0 auto;
	}

	.about-content-head img {
		margin-bottom: 40px;
	}

	.about-content-head h2 {
		margin: 0 0 60px;
		padding: 0;
		font-size: 38px;
	}

	.about-content-txt {
		width: 1024px;
		margin: 0 auto;
	}

	.sec-content-section {
		padding: 0 0 120px;
		overflow: hidden;
	}

	.sec-col2-section {
		padding: 0;
		overflow: hidden;
	}

	hr.dia {
		border-width: 0 0 10px;
		border-style: solid;
		border-image: url(../images/dia.png) 0 0 100% repeat;
		width: 200px;
	}

	/* セカンド―私たちの仕事
	-----------------*/
	.work-col2-wrap {
		margin-bottom: 45px;
		overflow: hidden;
	}

	.work-col2-wrap h2 {
		margin-bottom: 1em;
		line-height: 2;
		text-align: left;
		font-size: 24px;
	}

	.work-col2-wrap h2:first-line {
		line-height: 1;
	}

	.work-l-wrap {
		float: left;
		width: 50%;
	}

	.work-l-wrap img {
		width: 92%;
		padding-right: 8%;
	}

	.work-r-wrap {
		float: right;
		width: 50%;
	}

	.work-r-wrap img {
		width: 92%;
		padding-left: 8%;
	}

	.message-wrap {
		overflow: hidden;
	}

	.message-wrap img {
		float: left;
		width: 340px;
		margin-right: 60px;
	}

	.message-r-wrap {
		float: right;
		width: 624px;
	}

	.message-wrap p.tit {
		margin-bottom: 15px;
		line-height: 1;
		font-size: 24px;
		font-weight: bold;
	}

	/* セカンド-はたらく環境
	-----------------*/
	.enviroment-content-section {
		padding: 90px 0 0;
	}

	h3.office-tit {
		margin: 0 0 40px 0;
		padding: 20px 0 20px;
		background: #f6f3ed;
		font-size: 24px;
	}

	.point-wrap {
		width: 1024px;
		margin: 0 auto;
	}

	.point-wrap h3 {
		margin-bottom: 10px;
		font-size: 30px;
		text-align: center;
	}

	.img-circle {
		border-radius: 50%;
  }

  .photo-wrap {
		width: 1024px;
		margin: 0 auto;
		margin-bottom: 30px;
		overflow: hidden;
  }

  .photo-item {
  	position: relative;
  	float: left;
  	width: 45%;
  	margin: 0 2% 3%;
  }

	.photo-item p {
		position: absolute;
		color: white;
		bottom: 3.5%;
		left: 0;
		width: 94%;
		padding: 0 3%;
		line-height: 3em;
	}

	/* セカンド―社員インタビュー
	-----------------*/
	.about-content-txt {
		position: relative;
	}

	.job-tit {
		position: absolute;
		top: 20px;
		left: 410px;
		width: 520px;
		margin-bottom: 1em;
		line-height: 1.6;
		font-size: 30px;
		font-weight: bold;
	}

	.job-photo {
		float: left;
		width: 280px;
		margin: 50px 0 0 100px;
	}

	.job-prof {
		position: absolute;
		top: 200px;
		right: 100px;
		text-align: right;
		font-size: 18px;
	}

	.job-txt {
		clear: both;
		width: 820px;
		margin: 0 auto;
		padding: 0 0 90px;
	}

	.job-txt h3 {
		margin: 40px 0 20px;
	}

	/* セカンド-募集要項
	-----------------*/
	.entry-content-section {
		width: 1024px;
		margin: 0 auto;
		margin-bottom: 90px;
	}

	.entry-content-section h3 {
		width: 100%;
		font-size: 30px;
		padding-bottom: 5px;
		margin-bottom: 30px;
  }

	.entry-list-section {
		width: 964px;
		margin: 0 auto;
		padding: 30px;
	}

	.entry-list-section ul {
		display: flex;
		flex-wrap: wrap;
	}

	.entry-list-section li {
		padding-right: 2em;
	}

	.entry-table {
		width: 1028px;
		margin: 0 auto;
	}

	.entry-table th, .entry-table td {
		width: auto;
		padding: 15px;
		display: table-cell;
		border-top: none;
	}

	.entry-table th {
		width: 240px;
	}

	.entry-table tr:first-child th {
		border-top: 1px solid #ddd;
	}

	.entry-table tr:first-child td {
		border-top: 1px solid #ddd;
	}

	/* セカンド―エントリーフォーム
	-----------------*/
	.entry-tel-wrap {
		margin-bottom: 60px;
		padding: 30px 60px;
	}

	.entry-tel-wrap h3, .entry-mail-wrap h3 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	p.tel {
		margin: 20px 0 0 0!important;
		font-size: 60px;
	}

	p.teltime {
		font-size: 22px;
	}

	p.txt-l {
		font-size: 100%;
	}

	/* FOOTER
	-----------------*/
  #footer {
		padding: 60px 0 0;
	}

	.foot-logo {
		width: 200px;
		margin: 0 auto;
	}

	.foot-menu {
		padding: 30px 0 60px;
	}

	.foot-menu a {
		color: #333;
		font-weight: 400;
	}

	.copyright {
    background: #28343E;
    color: #fff;
	}
}

@media only screen and (min-width: 480px) and (max-width: 1024px){
	#slogan h1 {
    font-size: 92px;
  }
	#header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 640px;
    margin-top: 60px;
  }
	.col2 li{
		width: 48%;
		vertical-align: top;
	}
	.col3 li{
		float: left;
		max-width: 29%;
		padding: 0 2%;
	}
	.logo a {
		width: 32%;
		padding: 0 0 3px 25px;
	}
  .vision img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }

	/* スライドショー
	-----------------*/
	#slideshow {
	  width:  100%; /* 画像の横幅に合わせて記述 */
	  height: 640px; /* 画像の高さに合わせて記述 */
	}

	#slideshow img {
    position: absolute;
    left: 140%;
		width: 100%;
    height: 640px;
    margin-left: -140%;
    object-fit: cover;
	}

	/* ネクストボタン
	-----------------*/
	.next-button {
		display: block;
		height: 126px;
		width: 126px;
		position: absolute;
		left: 0;
		right: 0;
		top: 620px;
		background: white;
		text-align: center;
		border-radius: 100px;
		cursor: pointer;
		font-size: 20px;
		letter-spacing: -.05em;
		padding-top: 30px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		-moz-animation: bounce 4s infinite;
		-webkit-animation: bounce 4s infinite;
		animation: bounce 4s infinite;
		box-sizing: border-box;
		z-index: 499;
	}
	.next-button:after {
		position: absolute;
		top: 75%;
		left: 50%;
		content: '';
		width: 15px;
		height: 15px;
		margin: -10px 0 0 -10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-sizing: border-box;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
	}
	.animated {
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
	}
	.serif {
		line-height: 1.4;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 18px;
	}

	/* セカンド-はたらく環境
	-----------------*/
	.point-wrap {
		width: 100%;
		margin: 0 auto;
	}

	.point-wrap h3 {
		font-size: 20px;
		text-align: center;
	}

	.img-circle {
		border-radius: 50%;
  }

  .photo-wrap {
		width: 94%;
		margin: 0 auto;
		overflow: hidden;
  }

  .photo-item {
  	position: relative;
  	float: left;
  	width: 46%;
  	margin: 0 2% 3%;
  }

	.photo-item p {
		position: absolute;
		color: white;
		bottom: 3.5%;
		left: 0;
		width: 94%;
		padding: 0 3%;
		background-color: rgba(231,139,16,0.7);
		line-height: 3em;
	}

	/* セカンド―社員インタビュー
	-----------------*/
	.about-content-txt {
		position: relative;
	}

	.job-tit {
		position: absolute;
    top: 0;
    left: 270px;
    width: 60%;
    margin-top: 1em;
		margin-bottom: 1em;
		line-height: 1.6;
		font-size: 30px;
		font-weight: bold;
	}

	.job-photo {
		float: left;
		width: 240px;
		margin: 30px 0 0 0;
	}

	.job-prof {
		position: absolute;
    top: 170px;
    right: 10px;
		text-align: right;
		font-size: 18px;
	}

	.job-txt {
		clear: both;
		width: 95%;
    margin: 0 auto;
		padding: 0 0 3em;
	}

	.job-txt h3 {
		margin: 40px 0 20px;
	}

	/* セカンド-募集要項
	-----------------*/
	.entry-content-section h3 {
		width: 90%;
		font-size: 30px;
		padding-bottom: 5px;
		margin-bottom: 30px;
  }

	.entry-list-section {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 2em;
		padding: 2em 5%;
		background: #f6f3ed;
	}

	.entry-list-section ul {
		display: flex;
		flex-wrap: wrap;
	}

	.entry-list-section li {
		padding-right: 2em;
	}

	.entry-table {
		width: 90%;
		margin: 0 auto;
	}

	.entry-table th, .entry-table td {
		width: auto;
		padding: 15px;
		display: table-cell;
		border-top: none;
	}

	.entry-table th {
		width: 24%;
	}

	.entry-table tr:first-child th {
		border-top: 1px solid #ddd;
	}

	.entry-table tr:first-child td {
		border-top: 1px solid #ddd;
	}

	@-moz-keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);transform:translateY(0)}40%,50%{-moz-transform:translateY(-30px);transform:translateY(-30px)}}@-webkit-keyframes bounce{0%,100%,20%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,50%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);-ms-transform:translateY(0);/* -webkit-transform:translateY(0); *//* transform:translateY(0) */}40%,50%{-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-webkit-transform:translateY(-30px);transform:translateY(-30px);}}
	.bounce {
	  -moz-animation: bounce 4s infinite;
	  -webkit-animation: bounce 4s infinite;
	  animation: bounce 4s infinite;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 1024px){
/*	#slogan h1{
		font-size: 52px;
	}*/

	#slogan h2{
		font-size: 16px;
	}

	section h2 {
		font-size: 24px;
		text-align: center;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #333;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #333;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 60px;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding: 15px 42px;
		border-top: 1px solid #F3F2F3;
		color: #333;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 22px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #E7336E;
		border-right: solid 2px #E7336E;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	.vMid{
		padding: 0 20px;
	}
}

/* Internet Explorer 10/11 に適用させるメディアクエリー
------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
		font-size: 16px;
		line-height: 2;
	}

	.logo img {
		height: 90px;
	}

	#slogan h2 {
		font-weight: bold;
	}

	/* スライドショー
	-----------------*/
	#slideshow {
	   width:  100%; /* 画像の横幅に合わせて記述 */
	   height: 740px; /* 画像の高さに合わせて記述 */
	}

	#slideshow img {
    position: absolute;
    left: 140%;
    width: 100%;
    height: 740px;
    margin-left: -140%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
	}

  /* セカンドページのメインビジュアル
  -----------------*/
  .secmainImg {
  	width:  100%; /* 画像の横幅に合わせて記述 */
  	height: 540px; /* 画像の高さに合わせて記述 */
  }
  .secmainImg img {
  	position: absolute;
  	left: 140%;
  	width: 100%;
  	height: 540px;
  	margin-left: -140%;
  	object-fit: cover;
  	font-family: 'object-fit: cover;'; /*IE対策*/
  }

	/* FOOTER
	-----------------*/
	.copyright {
		border-top: 1px solid #eae8de;
	}

}