/* @override http://hc-sensyu.com/css/style.css */

body {
	background: url(../images/bg.jpg) repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
header {
	padding: 10px 20px;
}
header img {
	width: 300px;
	height: auto;
}
#wrapper {
	width: 90%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
a:hover {
	opacity: 0.7;
}



/*2025-02-28*/
.sub-title {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: navy;
}
/*2025-02-28*/

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger::after {
	content: "MENU";
	font-size: 13px;
	position: absolute;
	width: 100%;
	bottom: -17px;
	right: 0;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background : #dedede;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*home*/
.home h1 {
	margin: 0;
}
.home h1 img {
	width: 100%;
	height: auto;
}
.home-h2-about, .home-h2-tsunagaru {
	color: #fd4d21;
	text-align: center;
	font-size: 2.5em;
	text-shadow: 4px 4px 0px #fff;
	letter-spacing: -1px;
}
.home-h2-about span, .home-h2-ganbari {
	font-size: 1.4em;
	display: inline;
}
.home-h2-ganbari {
	display: block;
}
.youtube-wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.tsu {
	color: #67c3b7;
}
.na {
	color: #fa1b38;
}
.ga {
	color: #66b821;
}
.ru {
	color: #f54fa5;
}
.recruit-bnr-1 img, .recruit-bnr-2 h3 img {
	width: 100%;
	height: auto;
}
.recruit-bnr-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.recruit-bnr-2 h3 {
	width: 32%;
	margin: 0;
}
/*home*/

/*TOP*/
/*#move {
	width: 100%;
	height: 600px;
	margin-bottom: 50px;
}*/
#move {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 50px;
}
#move img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#move {
	background: url(../images/slider-bg.png) no-repeat center top;
	background-size: contain;
}
.freshtop-bnr {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.freshtop-bnr h3 {
	width: 49%;
	margin: 0;
}
.freshtop-bnr h3 img {
	width: 100%;
	height: auto;
}
.waigaya-foot {
	margin-top: 20px;
}
.waigaya-foot img {
	width: 100%;
	height: auto;
}
/*TOP*/

/*PAGE*/
.page-h1 {
	margin: 0;
	background-color: #fff;
	padding-left: 100px;
	padding-top: .7em;
	padding-bottom: .7em;
}
.page-topimage img {
	vertical-align: bottom;
}
.normal-article {
	background-color: #fff;
	padding: 50px 100px;
}
.normal-article p {
	font-size: 16px;
	line-height: 1.75em;
}
.normal-block h2 {
	text-align: center;
	font-size: 2em;
}
.normal-block h3 {
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
	margin-top: 50px;
	padding-bottom: 5px;
}
.ceo-pict {
	text-align: center;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

/*人材育成*/
.stuff-training {
	margin-top: 30px;
}
.stuff-training ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.stuff-training ul li {
	width: 33%;
	list-style-type: none;
}
.stuff-training ul li img {
	width: 100%;
	height: auto;
}
/*人材育成*/

/*採用情報*/
ul.travel-sample {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}
ul.travel-sample li {
	width: 50%;
	list-style-type: none;
}
ul.travel-sample li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*採用情報*/

/*募集要項*/
.likunabi-erntry h2 {
	text-align: center;
}
.likunabi-erntry a {
	background-color: #005bab;
	display: block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
}
.likunabi-erntry a img {
	width: 300px;
	height: auto;
}
.mynavi-erntry h2 {
	text-align: center;
}
.mynavi-erntry a {
	display: block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
}
.mynavi-erntry a img {
	width: auto;
	height: auto;
}

.wg-schedule table {
	font-size: 16px;
	width: 100%;
	/*margin-top: 50px;*/
}
.wg-schedule tr {
	border-bottom: 1px solid #919191;
}
.wg-schedule th {
	width: 9em;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #eaeaea;
	border-bottom: 1px solid #cacaca;
}
.wg-schedule td {
	padding: 1em 0 1em 0.5em;
	border-bottom: 1px solid #cacaca;
}
.wg-schedule ul {
	padding: 0;
	margin: 0;
}
.wg-schedule li {
	padding: 0;
	list-style-position: inside;
	line-height: 1.45em;
	margin-bottom: 0.45em;
	text-indent: -1em;
	margin-left: 2em;
}
/*募集要項*/
/*先輩の声*/
#stuff-wrapper {
	width: 90%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.stuff-tile-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.item {
	width: calc(32% - 60px);
	background-color: #fff;
	padding: 30px;
	margin-top: 20px;
	box-shadow: 0px 0px 6px #9e9e9f;
-moz-box-shadow: 0px 0px 6px #9e9e9f;
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
.item a {
	text-decoration: none;
}
.item h3 {
	padding: 0;
	margin: 0;
	text-align: center;
}
.item img {
	width: 100%;
	height: auto;
}
.tishadow h3 {
	color: #000;
	font-size: 16px;
}
.tishadow span {
	display: block;
	border-top: 1px solid #919191;
}
.person-name {
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em!important;
}
.person-name span {
	display: block;
font-size: 0.7em;
border-bottom: 1px solid #919191;
padding-bottom: 0.5em;
line-height: 1em;
margin: 0;
padding-top: 0.2em;
}
.interview-q h2 {
	border-top: 1px solid #cacaca;
	margin-top: -30px;
	margin-bottom: 40px;
	padding-top: 20px;
}
.interview-q h3 {
	text-align: left;
	color: #00a1e9;
}
.interview-q h3::before {
	content: "Ｑ";
	background-color: #00a1e9;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
}
/*先輩の声*/
/*ワイガヤミーティング*/
.aggregation h4 {
	margin-top: 0;
}
.aggregation h4::before {
	content: "▶";
	margin-right: .5em;
}
.sub-copy {
	text-align: center;
	margin-bottom: 1em !important;
}
.end-waigaya {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #f12200;
    font-size: 17px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    position: relative;
    margin-bottom: .6em;
}
.end-waigaya::after {
    content: "▼";
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    color: #f12200;
    font-size: 1.5em;
    margin-top: -5px;

}
.job-sales {
    color: #005291;
}
.job-officeworker {
    color: #7f3f7f;
}
.mynabi-bnr {
	margin-top: 20px;
 text-align: center;
}
.mynabi-bnr img {
	width: 40%;
	height: auto;
}
/*ワイガヤミーティング*/
/*PAGE*/

/*FOOTER*/
footer {
	background-color: #999999;
	padding: 10px;
	text-align: right;
	color: #fff;
	margin-top: 50px;
}
/*FOOTER*/


@media screen and (max-width:768px) {
/*home*/
header img {
	height: auto;
	width: 60%;
}
.youtube-wrap {
	width: 100%;
}
.home-h2-about, .home-h2-tsunagaru {
	color: #fd4d21;
	text-align: center;
	text-shadow: 4px 4px 0px #fff;
	letter-spacing: -1px;
	font-size: 1.5em;
}
.home-h2-about span {
	display: block;
}
.home-h2-syunyu {
	display: block;
}
.home-h2-tsunagaru2 {
	display: block;
}
/*home*/
/*page*/
.page-h1 {
	margin: 0;
	background-color: #fff;
	padding-left: 10px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1.5em;
}
.date-title {
	display: block;
}
.normal-article {
	background-color: #fff;
	padding: 10px;
}

.wg-schedule th {
	background-color: #d5d5d5;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: auto;
}
.wg-schedule td {
	padding: 1em 0 1em 0.5em;
	display: block;
	width: auto;
}
.wg-schedule tr {
	border-bottom: 1px none #919191;
	width: 100%;
}
.wg-single-list li span {
	display: block;
	margin-left: 0;
}
.hcs-heart li {
	list-style-position: inside;
	line-height: 1.45em;
	margin-bottom: 0.75em;
	text-indent: -1em;
	margin-left: 1em;
}
.likunabi-erntry a img {
	width: 200px;
	height: auto;
}
.item {
	width: calc(100% - 40px);
	background-color: #fff;
	padding: 20px;
}
.interview-q h3 {
	text-align: left;
	color: #00a1e9;
	font-size: 22px;
	text-indent: -1.7em;
	padding-left: 1.7em;
}
.normal-block h2 {
	font-size: 1.6em;
	text-align: left;
}
.stuff-training ul li {
	width: 100%;
}
.aggregation h4 {
	text-indent: -1.4em;
	margin-left: 1.4em;
}
ul.travel-sample li {
	width: 100%;
}
.mynavi-erntry a img {
	width: auto;
	height: auto;
}
.mynabi-bnr img {
	width: 70%;
	height: auto;
}
/*page*/
}