@charset "utf-8";
/* 採用情報
------------------------------------------------------------*/

/* スライド
------------------------------------------------------------*/
.mv01 {
	/*margin-bottom: 16rem;*/
	position: relative;
	margin-top: 3%;  /* フェードモード時 共通調整 */
  /* ページネーション */
  /* スライド */
  /* スライド アクティブ時 */
}
@media only screen and (max-width: 1199px) {
  .mv01 {
    margin-top: 0%;
  }
}
@media only screen and (max-width: 1024px) {
  .mv01 {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 568px) {
  .mv01 {    
	  margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .mv01 .swiper {
	padding-top: 80px;	  
  }
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 568px) {
.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
	.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 1rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
	background-color: #F7561E;
}
/*.mv01 .slide-media {
  height: 800px;
}*/
/*@media only screen and (max-width: 1024px) {
  .mv01 .slide-media {
    height: max(100vh, 100vw);
  }
}*/
.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .mv01 .slide-title {
    font-size: 2.8rem;
    right: 4rem;
    margin-left: 6rem;
  }
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
	/*-webkit-transform: scale(1.05);
          transform: scale(1.05);*/
}
.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
          animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.slide_textarea {
	position: absolute;
	color: #fff;
	z-index: 999;
	font-size: 60px;
	font-weight: bold;
	left: 10%;
	top: 20%;
	bottom: 20%;
	text-shadow: 3px 4px 3px rgb(61 70 70);
}
@media (max-width: 1024px)  {
.slide_textarea {
	position: absolute;
	color: #fff;
	z-index: 999;
	font-size: 45px;
	font-weight: bold;
	left: 10%;
	top: 20%;
	bottom: 20%;
	text-shadow: 3px 4px 3px rgb(61 70 70);
}
}
@media (max-width: 768px)  {
.slide_textarea {
	position: static;
	color: #000;
	z-index: 999;
	text-shadow: 0px 0px 0px rgb(61 70 70);
	padding-top: 10%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
}
}
@media (max-width: 568px)  {
.slide_textarea {
	font-size: 24px;
	background-color: #f6f2eb;
	padding-bottom: 10%;
}
}


/* ニュース
------------------------------------------------------------*/
.news_area {
    padding-top: 2%;
    padding-bottom: 2%;
}
@media (max-width: 767px)  {
.news_area {
    padding-top: 2%;
    padding-bottom: 12%;
}
}
.news_box {    
    padding-bottom: 2%;
}
.news_ttl {
	font-size: 28px;
	font-weight: bold;	
	text-transform: uppercase;
}

.news_day {
	font-size: 16px;
	color: #666;
	margin-left: 0%;
	margin-right: 3%;	
}

.news_tx {
	font-size: 16px;
}
@media (max-width: 1400px)  {
.news_tx {
	font-size: 16px;
	display: block;
}
}

/* 動画
------------------------------------------------------------*/
.movie_area {
	margin-top: 50px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 大忠を知る
------------------------------------------------------------*/

.recruit_area {
  padding-top: 5%;
  padding-bottom: 15%;  
  background-color: #f6f2eb;
}
@media (max-width: 767px)  {
.recruit_area {
  padding-top: 5%;
  padding-bottom: 0%;  
  background-color: #fff;
}
}
.recruit_area2 {
	padding-top: 0%;
	padding-bottom: 1%;
	background-color: #e9edef;
	margin-top: -130px;
}
@media (max-width: 767px)  {
.recruit_area2 {
	padding-top: 0%;
	padding-bottom: 1%;
	background-color: #e9edef;
	margin-top: 0px;
}
}
.recruit_area3 {
  padding-top: 10%;
  padding-bottom: 5%;  
  background-color: #f6f2eb;
}
.fifty_box {	
	text-align: center;
}
@media (max-width: 576px)  {
.fifty_box {	
	padding-top: 10%;
}
}
.fifty_img {
	padding-bottom: 1%;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 576px)  {
.fifty_img {	
	width: 50%;
}
}
.fifty_read {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
}
.fifty_read::after {
  content: '';
  width: 50%;
  height: 4px;
  display: inline-block;
  background-color: #f7561e;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25%)
}
@media (max-width: 576px)  {
.fifty_read {	
	font-size: 20px;
}
.fifty_read::after {
  content: '';
  width: 50%;
  height: 4px;
  display: inline-block;
  background-color: #f7561e;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25%)
}
}
/*.fifty_read span {	
	border-bottom: 2px solid #f7561e;
	padding-bottom: 5px;
}*/
.fifty_tx {  
	font-size: 20px;
}
@media (max-width: 576px)  {
.fifty_tx {  
	font-size: 15px;
}
}
.about_area {
	position: relative;
	background-color: #FFFFFF;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 10%;
}

.about_area2 {
	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 10%;
}
@media (max-width: 768px)  {
.about_area {
	position: relative;
	background-color: #FFFFFF;
	padding-top: 15%;
	padding-bottom: 5%;
	margin-top: 10%;
}
.about_area2 {
	position: relative;
	padding-top: 15%;
	padding-bottom: 5%;
	margin-top: 10%;
}
}
.about_mainttl {
	position: absolute;
	z-index: 999;
	left: 2%;
	top: -100px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 50px;
	background-color: #e9edef;
	width: 90px;
	height: 370px;
	display: table-cell;
	font-weight: bold;
	padding-top: 3%;
	vertical-align: middle;
}
.about_mainttlsub {
	color: #f7561e;
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	z-index: 999;
	width: 90px;
	height: 250px;
	display: table-cell;
	left: 1%;
	top: 230px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media (max-width: 991px)  {
.about_mainttl {
	position: absolute;
	z-index: 999;
	left: 2%;
	top: -50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 50px;
	background-color: #e9edef;
	width: 90px;
	height: 370px;
	display: table-cell;
	font-weight: bold;
	padding-top: 3%;
	vertical-align: middle;
}
.about_mainttlsub {
	color: #f7561e;
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	z-index: 999;
	width: 90px;
	height: 250px;
	display: table-cell;
	left: 1%;
	top: 280px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
}

@media (max-width: 576px)  {
.about_mainttl {
	position: absolute;
	z-index: 999;
	left: 2%;
	top: -10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 22px;
	background-color: #e9edef;
	width: 50px;
	height: 270px;
	display: table-cell;
	font-weight: bold;
	padding-top: 3%;
	vertical-align: middle;
}
.about_mainttlsub {
	color: #f7561e;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	z-index: 999;
	width: 50px;
	height: 250px;
	display: table-cell;
	left: 1%;
	top: 130px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
}
.about_ttlbox {
	position: relative;
	z-index: 1;
	margin-top: -12%;
}

.about_photobox {	
	position: relative;
}
.about_photo_txbox {
	position: absolute;
	z-index: 999;
	right: 5%;
	bottom: 5%;
	background-color: #FFFFFF;
	padding-top: 1%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 1%;
	width: 400px;
}

.about_ttlbox2 {
	position: absolute;	
	left: 10%;
	top: -15%;
	z-index: 999;
}

.about_ttl {
	font-size: 28px;
	font-weight: bold;
}
@media (max-width: 576px)  {
.about_photo_txbox {
	position: absolute;
	z-index: 999;
	right: 10%;
	left: 10%;
	bottom: -10%;
	background-color: #FFFFFF;
	width: 80%;
	border: 1px solid #f7561e;
	padding-top: 5%;
	padding-bottom: 5%;
}
.about_ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
}
.about_ttl2 {
	font-size: 28px;
	font-weight: bold;
}
@media (max-width: 576px)  {
.about_ttl2 {
	font-size: 20px;	
}
}
.about_ttlsub {
	font-size: 20px;
	color: #f7561e;
}

.about_read {
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #f7561e;
	margin-bottom: 3%;
}
.about_read:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.about_read:after {
margin-left: 1rem;
}
@media (max-width: 576px)  {
.about_read {
	display: block;
	align-items: center;
	font-size: 20px;
	color: #f7561e;
	margin-bottom: 3%;
	position: relative;
	text-align: center;
	margin-top: 10%;
}
.about_read:after {
border-top: 0px solid;
content: "";
flex-grow: 1;
}
.about_read:after {
margin-left: 0rem;
}
.about_read:before {
  content: '';
  width: 50%;
  height: 1px;
  display: inline-block;
  background-color: #cccccc;
  position: absolute;
  top: -10px;
  left: calc(50% - 25%)
}
}
.about_tx {
	font-size: 18px;
}
@media (max-width: 576px)  {
.about_tx {
	font-size: 15px;
}
}
.about_link {
	font-size: 16px;
	text-align: right;	
}
@media (max-width: 576px)  {
.about_link {
	font-size: 15px;
	text-align: center;	
}
}
.about_link a {	
	color: #f7561e;
}
.about_link a:hover {	
	color: #14aa5a;
}
.about_box {		
	margin-bottom: 5%;
}
@media (max-width: 767px)  {
.about_box {		
	padding-top: 5%;
}
}

.about_box_gray {		
	background-color: #f3f5f6;	
}
@media (max-width: 576px)  {
.about_box_gray {		
	margin-top: 15%;
	padding-bottom: 5%;
}
}
.about_txbox {		
	background-color: #f3f5f6;
}
.about_link_r {
	margin-top: 5%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 576px)  {
.about_link_r {
	margin-top: 5%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
}
.about_listttlbox {
    margin-bottom: 5%;
    background-color: #f3f5f6;
    width: 100%;
    padding-top: 2%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-left: 5%;
}

.about_listttl {
	font-size: 24px;	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline-block;
	width: 80%;
}

.about_listttl_ico {
    font-size: 24px;
    color: #e56134;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    text-align: right;
    width: 15%;
}
@media (max-width: 576px)  {
.about_listttl {
	font-size: 18px;
	
}
}


.people_mainttl {
	position: absolute;
	z-index: 999;
	left: 2%;
	top: -100px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 50px;
	background-color: #fff;
	width: 90px;
	height: 370px;
	display: table-cell;
	font-weight: bold;
	padding-top: 3%;
	vertical-align: middle;
}
.people_mainttlsub {
	color: #f7561e;
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	z-index: 999;
	width: 90px;
	height: 250px;
	display: table-cell;
	left: 1%;
	top: 230px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media (max-width: 991px)  {
.people_mainttl {
	position: absolute;
	z-index: 999;
	left: 2%;
	top: -50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 50px;
	background-color: #fff;
	width: 90px;
	height: 370px;
	display: table-cell;
	font-weight: bold;
	padding-top: 3%;
	vertical-align: middle;
}
.people_mainttlsub {
	color: #f7561e;
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	z-index: 999;
	width: 90px;
	height: 250px;
	display: table-cell;
	left: 1%;
	top: 280px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
}
@media (max-width: 576px)  {
.people_mainttl {
	position: absolute;
	z-index: 999;
	left: 2%;
	top: -10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 22px;
	background-color: #e9edef;
	width: 50px;
	height: 270px;
	display: table-cell;
	font-weight: bold;
	padding-top: 3%;
	vertical-align: middle;
}
.people_mainttlsub {
	color: #f7561e;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	z-index: 999;
	width: 50px;
	height: 250px;
	display: table-cell;
	left: 1%;
	top: 130px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
}
.people_ttlbox {
	position: relative;
	z-index: 1;
	margin-top: -12%;
}
.people_ttlbox2 {
	position: absolute;	
	left: 10%;
	top: -15%;
	z-index: 999;
}
.white_box {
  background-color: #fff;
	margin-bottom: 5%;
  
}
.tx_box {
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;  
  
}
.team_area {
	background-image: url(../img/recruit/top/team_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	padding-top: 10%;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
}
.team_box {
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
	text-align: center;
	background-color: #FFFFFF;  
}
.team_ttlsub {
	font-size: 20px;
	color: #f7561e;
}
.team_read {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}
.team_tx {
	font-size: 20px;
}
.pickup_img {
	margin-top: 20px;
}

@media (max-width: 576px) {
.team_area {
	background-image: url(../img/recruit/top/team_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	padding-top: 20%;
	padding-right: 5%;
	padding-bottom: 20%;
	padding-left: 5%;
}
.team_box {
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	text-align: center;
	background-color: #FFFFFF;  
}
	.team_ttlsub {
	font-size: 14px;
	color: #f7561e;
}
.team_read {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.team_tx {
	font-size: 15px;
}
}