@charset "UTF-8";
/*-------------------------------
       about styles 2019
-------------------------------*/

/*メインビジュアル*/

#main_v {
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
	background: url(../images/main_v/main_v_bg_img01.png) no-repeat bottom;
	background-size: cover;
	z-index: -100;
}

.main_catch {
	position: absolute;
	left: 60px;
	top: 220px;
	font-family: var(--en);
}

.main_catch h3 {
	margin-bottom: var(--margin-20);
	font-weight: 700;
	letter-spacing: 1.3em;
}

.main_catch p {
	font-weight: 400;
	letter-spacing: 1em;
}

.scrolldown2{
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	bottom: 0;
	left: 60px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
	/*描画位置*/
	position: absolute;
	left: -5px;
	bottom: 110px;
    /*テキストの形状*/
	letter-spacing: 0.5em;
	font-size: var(--font-size-10);
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom: 45px;}
     100%{bottom: -5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity: 0}
     50%{opacity: 1;}
    80%{opacity: 0.9;}
  100%{opacity: 0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content: "";
    /*描画位置*/
	position: absolute;
	bottom: 0;
	left: 0;
    /*線の形状*/
	width: 1px;
	height: 100px;
	background: #333;
}

/*end*/

#career_box .career_box_cont {
	display: flex;
}

#career_box .career_box_cont div {
	width: calc(100%/2 - 120px);
	padding: 60px;
}

#career_box .career_box_cont .left_box {
	background-color: #EEEEEE;
}

#career_box .career_box_cont .right_box {
	background-color: #FCFCFC;
}

#interview_box {
	position: relative;
}

#interview_box img {
	width: 100%;
}

#interview_box .left {
	float: left;
	width: 30%;
	margin-left: -60px;
}

#interview_box .right {
	position: absolute;
	float: right;
	width: 70%;
	right: 0;
	bottom: 60px;
}

#interview_box .right .s_slider {
	margin: 60px 0;
}

#interview_box .right ul {
	position: relative;
	width: 95%;
	margin-left: 5%;
	display: flex;
	z-index: 1;
}

#interview_box .right ul li {
	width: calc(100%/3);
	margin-right: 2px;
}

#interview_box .right ul li:last-of-type {
	margin-right: 0;
}

#interview_box .right .interview_right_catch {
	position: relative;
	top: -30px;
	padding: 60px 0;
	text-align: center;
	background-color: rgba(0,176,5,0.2);
	z-index: 0;
}

main #interview_box #link_bt_box {
	top: -100px;
}

main #interview_box #link_bt_box a {
	padding: 10px 20px;
}

#interview_box .right .interview_right_catch h4 {
	margin-bottom: 0;
}

.joblist_cont {
	margin-top: var(--margin-60);
}

.joblist_cont_box {
	
}

.joblist_cont_box table,
.visionlist_cont_box table {
	text-align: left;
}

.joblist_cont_box table tr th,
.joblist_cont_box table tr td,
.visionlist_cont_box table tr th,
.visionlist_cont_box table tr td {
	padding-bottom: 20px;
}

.joblist_cont_box table tr td,
.visionlist_cont_box table tr td {
	font-family: var(--font-family);
	font-weight: var(--font-weight-200);
}

.joblist_cont_box table tr span {
	margin-right: 60px;
	font-family: var(--en);
	font-weight: var(--font-weight-200);
}

.visionlist_cont_box table {
	margin-top: 60px;
}

.visionlist_cont_box {
	margin-top: var(--margin-100);
}

.visionlist_cont_box table tr span {
	margin-right: 10px;
	font-family: var(--en);
	font-weight: var(--font-weight-200);
}

#shop_box {
	background-color: #dfdfdd;
}

.shoplist_cont_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: var(--margin-60);
}

.shoplist_cont_box .shoplist_list {
	width: calc(100%/3 - 20px);
	margin: 0 20px 60px 0;
}

.shoplist_cont_box .shoplist_list:nth-child(3),
.shoplist_cont_box .shoplist_list:nth-child(6),
.shoplist_cont_box .shoplist_list:nth-child(9) {
	margin-right: 0;
}

.shoplist_cont_box:nth-child(3),
.shoplist_cont_box .shoplist_list:nth-child(7),
.shoplist_cont_box .shoplist_list:nth-child(8),
.shoplist_cont_box .shoplist_list:nth-child(9) {
	margin-bottom: 0;
}

.shoplist_cont_box .shoplist_list .shopimage {
	width: 100%;
}

.shoplist_cont_box .shoplist_list h5 {
	margin-bottom: 0;
	line-height: normal;
}

.shoplist_cont_box .shoplist_list .en {
	color: white;
}

/*---------- TOP　スライダー START　------------*/

#slide {
	position: relative;
	width: 100%;
}
	
.swiper-container {
    position: relative;
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
		
}

.swiper-slide img {
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}

h3 {
	margin-bottom: var(--margin-60);
	font-size: var(--font-size-36);
}

h4 {
	margin-bottom: var(--margin-60);
	font-size: var(--font-size-28);
	line-height: var(--line-height);
}

h5 {
	margin-bottom: var(--margin-60);
	font-size: var(--font-size-24);
	line-height: var(--line-height);
}

.en {
	font-size: var(--font-size-14);
	font-family: var(--en);
	line-height: var(--line-height);
}

#box {
	clear: both;
	background: #FFF;
	margin-bottom: 100px;
	padding: 0;
}

article.cont {
	clear: both;
	position: relative;
}

article .left_cont {
	float: left;
	width: 45%;
}

article #top_rec .left_cont {
	float: right;
	width: 45%;
}

article .right_txt {
	float: right;
	width: 52%;
}

article #top_rec .right_txt {
	float: left;
	width: 50%;
	padding-top: 60px;
}

article .left_cont img {
	width: 100%;
}

article .right_txt h2 {
	border-bottom: none;
	height: auto;
	line-height: normal;
	font-size: 2rem;
	text-align: left;
}

article #top_rec h3 {
	text-align: left;
	font-size: 24px;
}

article #info {
	overflow: hidden;
}

article #info #blog {
	position: relative;
	float: right;
	width: 75%;
}

article #info #blog dl dt {
	float: left;
	width: 25%;
}

article #info #blog dl dd {
	float: right;
	width: 75%;
}

article #info #blog dl dt,
article #info #blog dl dd {
	margin-bottom: 10px;
}

#link {
	margin-top: 40px;
}

#link ul li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #008463;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-mos-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}

#link ul li:hover {
	color: white;
	background-color: #F39800;
}

#link ul li a {
	padding: 60px 25px 60px 0;
	color: white;
	background: url(../common/link_icon.gif) no-repeat right center;
	background-size: 20px auto;
}

@media only screen and ( max-width : 896px ) {
	
#main_v {
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
	background: url(../images/main_v/sp_main_v_bg_img.png) no-repeat center bottom;
	background-size: contain;
	z-index: -100;
}
	
.main_catch {
	left: 60px;
	top: 200px;
}

.main_catch h3 {

}

.main_catch p {

}
	
.scrolldown2{
	left: 60px;
}
	
#s_gnavi {
	display: block;
}
}

/*-- ここからスマホcss START --*/
@media only screen and ( max-width : 520px ) {
	
h3 {
	margin-bottom: var(--margin-30);
	font-size: var(--font-size-36);
}

h4 {
	margin-bottom: var(--margin-60);
	font-size: var(--font-size-28);
	line-height: var(--line-height);
}

h5 {
	margin-bottom: var(--margin-30);
	font-size: var(--font-size-18);
}

.en {
	font-size: var(--font-size-12);
}
	
#main_v {
	position: relative;
	width: 100%;
	height: 100vh;
	bottom: 0;
	background: url(../images/main_v/sp_main_v_bg_img.png) no-repeat center bottom;
	background-size: contain;
	z-index: -100;
}

.main_catch {
	left: 20px;
	top: 140px;
}

.main_catch h3 {
	margin-bottom: var(--margin-10);
	font-size: var(--font-size-24);
}

.main_catch p {
	font-size: var(--font-size-14);
	letter-spacing: 0.5em;
}
	
.scrolldown2{
	left: 20px;
}
	
.shoplist_cont_box {
	flex-wrap: wrap;
}
	
.shoplist_cont_box .shoplist_list {
	width: calc(100%/2 - 10px);
	margin-right: 20px;
}

.shoplist_cont_box .shoplist_list:nth-child(2),
.shoplist_cont_box .shoplist_list:nth-child(4),
.shoplist_cont_box .shoplist_list:nth-child(6),
.shoplist_cont_box .shoplist_list:nth-child(8) {
	margin-right: 0;
}
	
.shoplist_cont_box .shoplist_list:nth-child(3),
.shoplist_cont_box .shoplist_list:nth-child(9) {
	margin-right: 20px;
}

.shoplist_cont_box .shoplist_list:nth-child(7),
.shoplist_cont_box .shoplist_list:nth-child(8) {
	margin-bottom: 60px;
}
	
#interview_box .left {
	display: none;
}
	
#interview_box .right {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	bottom: 0;
}
	
#interview_box .right .s_slider {
	margin: 30px 0;
}
	
#interview_box .right ul {
	position: relative;
	width: 100%;
	margin-left: 0;
}

#interview_box .right .interview_right_catch {
	display: inline-block;
	width: calc(100% - 40px);
	top: 0;
	padding: 20px;
}
	
#interview_box .right .interview_right_catch h4 {
	font-size: var(--font-size-16);
}
	
main #interview_box #link_bt_box {
	top: -50px;
}
	
#career_box .career_box_cont {
	display: block;
}

#career_box .career_box_cont div {
	width: calc(100% - 40px);
	padding: 20px;
}


.joblist_cont {
	margin-top: var(--margin-60);
}

.joblist_cont_box {
}
	
.joblist_cont_box table {
	
}

.joblist_cont_box table tr th,
.joblist_cont_box table tr td {
	display: block;
}
	
.joblist_cont_box table tr td {
	padding-bottom: 40px;
}
}