/*
Theme Name: Shouyou Express
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 1.0.0
*/


/*------------------------------------*/
/* 全体 */
/*------------------------------------*/
html,　body {
  height: 100%;
}
body{
  margin: 0;
  padding: 0;
		background-color: #F6F9FF;
}
body>div{
  width: 100%;
  box-sizing:border-box;
}
.site-body {
  padding: 1rem 0 1rem!important;
}
div.wide-wrap{
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
/* font */
.text-right { text-align: right; }
.text-left { text-align: left; }
.font-midashi { font-family: 'Zen Antique Soft', serif; }
.font-mincho * { font-family: 'Zen Old Mincho', serif; }
.font-gothic * { font-family: 'Noto Sans JP', sans-serif; }
.font-bold { font-weight: bold; }
.font-normal { font-weight: normal; }
.font-petit { font-size: 1.0rem; }
.font-small { font-size: 1.2rem; }
.font-medium { font-size: 1.6rem; }
.font-large { font-size: 2.2rem; }
/* color */
.c-yellow { color: #FFF352; }
.c-blue { color: #0070DB; }
.c-pale-blue { color: rgba(0, 112, 219, 0.25); }
.c-blue-dark { color: #0062BF; }
.c-white { color: #ffffff; }
.bgc-gray { background-color: #F7F7F7; }
.bgc-thinblue { background-color: #F6F9FF; }
.bgc-skyblue { background-color: #2599BE; }
.bgc-blue { background-color: #007BC0; }
.c-tel-str { color: #002D56; }

.all {
		background-color: #F6F9FF;
	 margin-left: 2rem;
}
.full-width {
 	margin: 0 calc(50% - 50vw) 3em;
 	margin-right: calc(50% - 49.4vw);
  margin-left: calc(50% - 49.4vw);
}
h2 {
	font-size: 2.8rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: bold;
	text-align: center;
	margin-top: 2rem;
	padding: 2rem;
}
h3 {
	font-size: 2.0rem;
	font-family: 'Zen Old Mincho', serif;
 font-weight: bold;
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
h4 {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}
a {
 text-decoration: none;
}
.sentence {
  background-color: transparent;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}

/*------------------------------------*/
/* 左の黄色いライン */
/*------------------------------------*/
.leftFix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #FFF352;
  color: #fff;
  padding: 1rem 1rem;
  width: 2rem;
  height: 100vh;
}
.leftFix .fixIn .copyFix {
  font-size: 1rem;
  line-height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translate(0px, -50%);
}

/*------------------------------------*/
/* スライダー画像 */
/*------------------------------------*/
.swiper, swiper-container {
  width: 100%;
  top: -200px;
		max-height: 110vh;
  object-fit: cover;
	}
/* 画像上の文字 */
@media (min-width: 1400px) {
.mini-content-container-1 {
  max-width: 1200px;
		}
}
.ltg-slide-text-set>div.container{
  margin-left: 5%;
}
.ltg-slide-text-set mini-content {
  margin: 2rem;
		text-align: left;
}
.ltg-slide-text-title {
  font-family: 'Zen Old Mincho', serif;
	 font-size: 70px;
}
.ltg-slide-text-caption {
  font-family: 'Zen Old Mincho', serif;
	 font-size: 38px;
}
@media screen and (max-width:1024px) {
/* タブレット向けスタイル　*/
    .ltg-slide-text-caption {
        font-size: 24px;
	}
}
@media screen and (max-width: 540px) {
/* モバイル向けスタイル */
    .ltg-slide-text-caption {
        font-size: 16px;
	}
}

/*------------------------------------*/
/* ヘッダー */
/*------------------------------------*/
.site-header-container {
  margin-left: 2rem;
 	padding-left: 0;
}
.site-header {
  background: none !important;
		box-shadow: none !important;
		color: #fff;
}
.site-header-logo img {
  max-height: 100px;
}
.body:not(.header_scrolled) .global-nav--layout--float-right {
  position: relative;
		right: -10%;
		display: block;
		width: 100%;
}
#global-nav {
		width: 100%;
}
.header_scrolled .site-header {
  display: none;
}
@media (min-width: 1800px) {
  .site-header-container {
    max-width: 1600px;
		  margin-left: 2rem;
	  	padding-left: 0;
		}
		.site-header-logo {
    padding-top: 0;
		}
}
/*------------------------------------*/
/* フッター */
/*------------------------------------*/
.site-footer {
 	background-color: rgba(0, 112, 219, 0.25);
	 padding-top: 3rem;
}
.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in, .vk-mobile-nav.vk-mobile-nav-drop-in {
    top: -30000px;
}
/*
.site-footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
*/
.footer-nav {
  position: relative;
		top: 13rem;
		z-index: 50;
}
.footer-nav-list {
  text-align: right;
}
#block-5 {
	 width: 60%;
	 height: auto;
	 text-align: left;
}
#text-3 b {
  font-size: 1.0rem;
}
#text-3 p {
  margin: 1rem 0rem;
  font-size: 0.8rem;
}
#nav_menu-2 li:not(:last-child):after{
  content:"/";
  position: absolute;
  left : 10;
}
@media (max-width: 540px) {
	.site-footer-content {
		margin: 0px;
		float: none;
		text-align: center;
	}
	.wp-block-image .alignright {
		float: left;
	}
	#block-23 {
		margin: 0px;
	}
	#block-21 {
		display: flex;
		justify-content: center;
	}
}

/*------------------------------------*/
/* デザイン用のロゴ */
/*------------------------------------*/
.logo-gray {
  width: 40%;
  height: auto;
  margin-left: 4rem;
		position: relative;
		top: 6rem;
}
.logo-blue {
  width: 30%;
  height: auto;
  margin-left: 4rem;
		margin-top: 2rem;
		position: relative;
}
/*------------------------------------*/
/* 会社について */
/*------------------------------------*/
.about {
  margin: 0rem 3rem 5rem 3rem;
  position: relative;
}
.a-shift-contents-row {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
}
.a-shift-contents-row div:nth-of-type(1) {
  z-index: 2;
		padding: 0;
}
.a-shift-contents-row img {
  min-height: 150px;
  margin-top: -5%;
  padding: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.a-layer::after {
  content: " ";
  position: absolute;
  left: 10rem;
  top: 18rem;
  width: 100%;
  height: 100%;
  background-image: url(images/top/About.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 70%;
  z-index: 3;
}
.a-shift-contents-row div:nth-of-type(2) {
  background-color: rgba(0, 112, 219, 0.25);
  margin-left: -15%;
  margin-top: 5%;
  min-height: 150px;
  padding: 4% 6% 4% 22%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
	.shift-contents-row img, .shift-contents-row div {
		width: 100%;
	}
	.shift-contents-row div:nth-of-type(1) {
		padding: 0;
	}
	.shift-contents-row div:nth-of-type(2) {
		padding: 7%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

/*------------------------------------*/
/* 勝洋の強み */
/*------------------------------------*/
.strengths {
    margin: 8rem 3rem 5rem 3rem;			
}

/* カード型 */
.card-group{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.card{
  margin: 5%;
/*  width: calc((100% - 40px * 4) / 3); */
  height: auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
		border: none;
}
@media (min-width: 576px){
 .card-group>.card{
  margin-bottom: 5%;
	}
}
.card-imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.card-textbox{
  width: 90%;
  height: 50%;
  padding: 5% 5%;
		background: rgba(17, 50, 135, 0.5);
  position: absolute;
		clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  right: 0px;
  bottom: 0px;
}
.card-textbox > * + *{
  margin-top: 10px;
}
.card-overviewtext{
  position: absolute;
		width: 50%;
  height: 50%;
  padding: 5% 3%;
  right: 1%;
  bottom: 1%;
  font-size: 0.8rem;
		color: #fff;
}

/*------------------------------------*/
/* 社長あいさつ */
/*------------------------------------*/
.greetings {
  margin: 8rem 3rem 5rem 3rem;			
}
.g-shift-contents-row {
  padding: 20px 0;
  margin-top: 20px;
		margin-bottom: 20px;
  margin-left: 10%;
		margin-right: 5%;
}
.g-shift-contents-row div:nth-of-type(1) {
  background-color: rgba(0, 112, 219, 0.25);
  margin-top: 5%;
		margin-right: -10%;
		margin-left: 5%;
  min-height: 150px;
  padding: 2% 12% 2% 2%;
  z-index: 1;
}
.g-shift-contents-row div:nth-of-type(2) {
		z-index: 2;
		padding: 0;
  text-align: right;
}
.g-shift-contents-row img {
  min-height: 150px;
  margin-top: -5%;
  margin-left: -20%;
  padding: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.g-layer::after {
  content: " ";
  position: absolute;
  right: 18rem;
  bottom: 3rem;
  width: 100%;
  height: 100%;
  background-image: url(images/top/Greetings.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 70%;
  z-index: 3;
}
.g-sentence {
  background-color: transparent!important;
}
@media screen and (max-width: 767px) {
	.shift-contents-row img, .shift-contents-row div {
		width: 100%;
	}
	.shift-contents-row div:nth-of-type(1) {
		padding: 0;
	}
	.shift-contents-row div:nth-of-type(2) {
		padding: 7%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

/*------------------------------------*/
/* 車両の紹介 */
/*------------------------------------*/
.vehicle {
  margin: 8rem 3rem 5rem 3rem;			
}
.kind-group {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.kind{
  flex: 1 0 0%;
  height: auto;
  width: 90%;
  height: auto;
  box-sizing: border-box;
		border: none;
  text-align: center;
}
/*@media (min-width: 576px){
 .kind-group>.kind{
  margin-bottom: 5%;
	}
}*/
.kind-imgframe1{
  width: 80%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);transform:rotate(2deg);
}
.kind-imgframe2{
  width: 80%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);transform:rotate(-2deg);
}
.vehicle-name-label {
  background-color: #135AB6;
  color: #ffffff;
		padding: 0.8rem 1.0rem;
		text-align: center;
  width: 45%;
  margin-bottom: -2rem;
  margin-left: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px){
 .vehicle-name-label {
  width: 90%;
	}
}
/*------------------------------------*/
/* 対応エリア */
/*------------------------------------*/
.area {
  margin: 10rem 3rem 3rem 3rem;
}
.area-imgframe{
  width: 80%;
  height: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  box-shadow: 0 4px 18px rgba(0,0,0,.2);
}

/*------------------------------------*/
/* 採用情報 */
/*------------------------------------*/
.career {
  margin-top: 8rem;
  margin-bottom: 8rem;
		padding: 3rem;
		background-color: #0070DB;
  color: #fff;
}
.career-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
		justify-content: center;
  align-items: center;
}
.career-contents{
  flex: 1 0 0%;
  height: auto;
  width: 90%;
  height: auto;
  box-sizing: border-box;
		border: none;
}
.career-index {
		text-align: right;
  margin: 1rem;
}
.career-border {
  width: 1px;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.career-text {
  margin: 1rem;
  font-weight: normal;
 	font-size: 1.8rem;
}
/* リンクボタン */
.career-btn {
		text-align: left;
  margin: 1rem 2rem;
		border: solid 2px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.career-btn a {
  display: block;
		padding: 1.2rem 5rem;
 	font-size: 1.6rem;
  color: #fff;
	 font-family: 'Noto Sans JP', serif;
  font-weight: bold;
		position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.career-btn::after {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
		border: solid 2px;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.career-btn:hover {
/*  color: #0070DB; */
		color: rgba(255, 255, 255, 0.9);
}
.career-btn a:hover {
  color: #0070DB;
  font-weight: bold;
}
.career-btn:hover::after {
  transform: scale(1, 1);
}
/*------------------------------------*/
/* 会社概要 */
/*------------------------------------*/
.company {
  margin: 8rem 3rem 5rem 3rem;
}
.company-table {
  background-image: url(images/top/Profile.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.outline {
 	margin-top: 1rem;
 	margin-bottom: 1rem;
  text-align: left;
}
table{
 	border: none;
}
.company-left {
  margin-left: 5rem;
}
.company-right {
  margin-left: -5rem;
}
table :is(th,td) {
 	border: none;
	 border-bottom: 1px solid #778899;
}
th {
  width: 150px;
  text-align: left;
}
td {
  width: calc(90% - 150px);
}
@media (max-width: 480px) {
  th,td {
    width: 100%;
    display: block;
  }
}
.company-border {
  width: 1px;
  height: 14rem;
  margin-left: auto;
  margin-right: auto;
		color: #778899;
}
/*------------------------------------*/
/* GoogleMap */
/*------------------------------------*/
.map {
 	margin-top: 2rem;
 	margin-bottom: 2rem;
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*---------ここから採用ページ---------*/
/*------------------------------------*/
/* ページヘッダー */
/*------------------------------------*/
.page-header {
  background-image: url(images/career/Career-header.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
		min-height: 40rem;
  width: 100%;
  top: -150px;
  object-fit: cover;
}
.page-header-title, h1.page-header-title {
		text-align: left;
		font-size: 4rem;
		font-family: 'Zen Old Mincho', serif;
		color: #fff;
}
.page-header-inner {
  margin-left: 2rem;
		top: 10rem;
}
.breadcrumb-list {
  position: relative;
  right: 20rem;
}
.global-nav .nav li a {
	color:#fff;
}
/*------------------------------------*/
/* メッセージ */
/*------------------------------------*/
.career-message {
  margin: 0rem 3rem 5rem 3rem;
  background-image: url(images/career/Message.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40%;
}
.message-sentence {
		margin: 2rem auto;
		text-align: center;
		font-family: 'Zen Old Mincho', serif;
		font-weight: bold;
}

/*------------------------------------*/
/* 採用のメリット */
/*------------------------------------*/
.career-merit {
  margin-top: 8rem;
  margin-bottom: 8rem;
		padding: 3rem;
		background-color: rgba(0, 112, 219, 0.9);
}
.merit-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
/*  flex-wrap: wrap; */
  justify-content: center;
}
.merit-card1 {
		background-color: #fff;
  margin: 2rem;
/*  width: calc((100% - 40px * 4) / 3); */
  max-width: 350px;
  aspect-ratio: 1;
  position: relative;
  box-sizing: border-box;
		border: none;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
		transform:rotate(2deg);
}
.merit-card2 {
		background-color: #fff;
  margin: 2rem;
  max-width: 350px;
  aspect-ratio: 1;
  position: relative;
  box-sizing: border-box;
		border: none;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
		transform:rotate(-2deg);
}
.merit-card-tape {
  width: 50%;
  height: 35px;
		margin: -25px auto 0;
  background: #FFF352;
  transform: rotate(-3deg);
  opacity: 0.3;
}
.merit-img {
  position: absolute;
  height: 150px;
  width: auto;
  box-sizing: border-box;
		text-align: right;
  right: 1.5rem;
  top: 1.5rem;
}
.merit-textbox {
  position: absolute;
  width: 100%;
  height: 50%;
  padding: 5%;
  bottom: 1%;
}
.merit-textbox > * + *{
  margin-top: 10px;
}
.merit-overviewtext {
  height: 50%;
  padding: 5% 3%;
  font-size: 1.0rem;
  line-height: 1.8em;
		color: #000;
}

/*------------------------------------*/
/* 求める人物像 */
/*------------------------------------*/
.career-person {
  margin: 8rem 3rem 5rem 3rem;	
}
.person-group {
  margin: 2rem;
  background-image: url(images/career/backimg-person.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
		width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.person-textbox {
  margin: 2rem 5rem;
		text-align: left;
}
.person-list {
  font-size: 1.0rem;
  line-height: 1.8em;
		padding-right: 1.5rem;
}
.person-list li{
		padding-top: 1.5rem;
}
.person-want {
  font-size: 1.4rem;
  line-height: 1.8em;
		padding-top: 1rem;
		padding-left: 1.5rem;
  text-decoration:underline;
}
.person-img {
  margin-top: 2rem;
		text-align: center;
		width: 90%;
}
/*------------------------------------*/
/* 先輩社員の声 */
/*------------------------------------*/
.career-voice {
  margin-top: 8rem;
  margin-bottom: 8rem;
		padding: 3rem;
}
.voice-group {
  margin: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
/*  flex-wrap: wrap; */
  justify-content: center;
}
.voice-card-blue {
		background-color: rgba(0, 112, 219, 0.9);
/*  width: calc((100% - 40px * 4) / 3); */
  max-width: 350px;
  aspect-ratio: 1;
  box-sizing: border-box;
		border: none;
		color: #F6F9FF;
		text-align: center;
}
.voice-card-yellow {
		background-color: rgba(255, 245, 102, 1);
/*  width: calc((100% - 40px * 4) / 3); */
  max-width: 360px;
  aspect-ratio: 1;
  box-sizing: border-box;
		border: none;
		color: #002A5B;
		text-align: center;
}
.voice-img {
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  height: 35%;
  width: auto;
  box-sizing: border-box;
}
.voice-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  padding: 3%;
}
.voice-text {
  height: 40%;
  padding: 3% 7%;
  font-size: 0.8rem;
		text-align: left;
}

/*------------------------------------*/
/* 募集要項 */
/*------------------------------------*/
.career-description {
  margin: 8rem 3rem 5rem 3rem;
  background-image: url(images/career/JobDescription.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.job-table {
  margin: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: 1.0rem;
}
.job-table th {
  padding-left: 5%;
  width: 25%;
}
.job-table td {
  width: 25%;
}
/*------------------------------------*/
/* 応募方法 */
/*------------------------------------*/
.career-entry {
  margin: 8rem 3rem 5rem 3rem;
}
.entry-text {
  background-image: url(images/career/Entry.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 1rem;
  margin-left: auto;
  margin-right: auto;
		padding: 1rem;
}
.entry-sentence {
  font-size: 1.0rem;
		font-weight: bold;
		text-align: center;
}
.entry-tel {
  color: #66667F;
  font-size: 3rem;
		text-align: center;
}