@charset "utf-8";
html {
  font-size: 6.25%;
  overflow-x: hidden;
	scroll-padding-top: 80px;
}
body {
  color: #333;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.wf-loading {
	opacity: 0;
}
.wf-active {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.wf-inactive {
	opacity: 1;
}
.SerifMB{
	font-family: source-han-serif-jp-subset, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.SerifB{
	font-family: source-han-serif-jp-subset, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.SerifM{
	font-family: source-han-serif-jp-subset, sans-serif;
	font-weight: 500;
	font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.pcno {
  display: none;
}
@media only screen and (max-width:768px) {
	.pcno {
    display: inherit;
  }
  .spno {
    display: none;
  }
}

/**--- Container---**/
main {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section {
  padding: 6vh 0;
}
section .block{
  padding: 0 0 12vh;
}
#under section:last-child {
  padding: 6vh 0 12vh;
}
#under section .block:last-child {
  padding-bottom: 0;
}
.full {
  margin: 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.outside-right{
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.outside-left{
	flex: 1;
	margin-left: calc(50% - 50vw);
}
.outside-left-inner{
	flex: 1;
	margin-left: calc(50% - 50vw);
	padding-left:calc(50vw - 50%);
}
.bkBl {
  background: #e8f5fa;
}
@media only screen and (max-width:991px) {
  section {
    padding: 4% 0;
  }
}
@media only screen and (max-width:767px) {
	.outside-right{
		flex: none;
		margin-right:0;
	}
	.outside-left{
		flex: none;
		margin-left:0;
	}
}
/**--- Font ---**/
/*basewidth1200*/
h1 {
  margin-bottom: 0.5em;
  font-size: clamp(30rem, 2.91vw, 40rem);
  font-weight: 700;
}
h2 {
  margin-bottom: 1em;
  font-size: clamp(30rem, 2.91vw, 40rem);
  font-weight: 700;
	line-height: 1.5;
}
h3 {
  margin-bottom: 0.75em;
  color: #22466f;
  font-size: clamp(24rem, 2.25vw, 35rem);
  font-weight: 700;
}
h4 {
  margin-bottom: 0.75em;
  font-size: clamp(20rem, 1.83vw, 24rem);
  font-weight: 700;
  position: relative;
}
h5 {
  margin-bottom: 0.75em;
  font-size: clamp(18rem, 2.41vw, 20rem);
  font-weight: 700;
  position: relative;
}
p {
  margin-bottom: 1em;
  font-size: clamp(18rem, 2.41vw, 20rem);
}
li, dt, dd, th, td {
  font-size: clamp(18rem, 2.41vw, 20rem);
}
.note {
  padding-left: 1em;
  text-indent: -1em;
}
.no-wrap {
	white-space: nowrap;
}
p.copyTxt {
  font-size: clamp(18rem, 1.66vw, 22rem);
	text-align: center;
	line-height: 1.8;
}
#under .copyTxt {
	margin-bottom: 3em;
}
.mainTtl{
	margin-bottom: 6vh;
	padding-top: 2em;
}
.meritTtl {background: url("../img/main_service.jpg") no-repeat center center / cover;}
.companyTtl{background: url("../img/main_company.jpg") no-repeat center center / cover;}
.driverTtl{background: url("../img/main_driver.jpg") no-repeat center center / cover;}
.privacyTtl{background: url("../img/main_privacy.jpg") no-repeat center center / cover;}
.siteinfoTtl{background: url("../img/main_siteinfo.jpg") no-repeat center center / cover;}

.contTtl{
	min-width: 36%;
	width: fit-content;
	margin-left: calc(50% - 50vw);
	padding-left:calc(50vw - 50%);
	background:rgba(34,70,111,.8);
	border-radius: 0 100px 0 0;
}
.contTtl h1{
	width: fit-content;
	margin-bottom: 4%;
	padding: 3em 1em 3em 0;
	color: #fff;
	line-height: 1.3;
}
.contTtl h1 small{
	display: block;
	color: #c4cacf;
	font-size: clamp(18rem, 2.41vw, 22rem);
	text-shadow :1px 1px 2px #444;
}
.contTtl small::before{
	content: "―";
	display: inline-block;
	margin-right: 0.5em;
}

.underline{
	padding-bottom: 0.5em;
	text-align: center;
	position: relative;
}
.underline::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 134px;
	height: 4px;
	background: #af0101;
	transform: translate(-50%);
}
.underline small{
	content: '';
	display: block;
	margin: 0.8em auto 0;
	color: #8a8a8b;
	font-size: clamp(18rem, 2.41vw, 20rem);
	letter-spacing: 0.05em;
}
#under .underline{
	color: #22466f;
	letter-spacing: 0.08em;
}
#under .underline::after{
	bottom: 1.5em;
	width: 90px;
	height: 1px;
}
.disc li {
	margin:0 1em .5em;
	list-style: disc;
}

@media only screen and (max-width:767px) {
  p.copyTxt {
  text-align: left;
	}	
	.contTtl{
		min-width: 70%;
	}
	.contTtl h1{
		padding:2em 1em 2em 0;
	}
}

/**--- Link ---**/
a {
  color: #22466f;
}
.txtLink{
	text-decoration: underline;
}
.fade {
  transition: opacity .7s ease-out;
}
.fade:hover {
  opacity: .6;
}
.external::after {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left:0.5em;
	background: url("../img/icon_exlink.png") no-repeat center center / cover;
}
/*ボタン*/
.more {
  display: block;
  max-width: 340px;
  width: 80%;
  margin: 2em 0 1em;
  padding: 1em;
  color: #22466f;
  font-size: clamp(16rem, 2.81vw, 18rem);
  background: #fff;
  border: 1px solid #949ca5;
  position: relative;
  transition: all .5s;
}
.more::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18%;
	width: 1px;
	height: 80%;
	background: #949ca5;
	transform: translateY(-50%);
}
.more::before {
  content: '→';
  position: absolute;
  top: 50%;
  right: 6%;
	transform: translateY(-50%);
  transition: all .5s;
}
.more:hover, a:hover p.more {
	color: #fff;
  background: #22466f;
}
.more:hover::before, a:hover p.more::before {
  right: 3%;
}

/**--- Component---**/
.lImg {
	border-radius: 10px 100px 10px 10px;
}
.rImg {
	border-radius: 100px 10px 10px 10px;
}


/**--- Header ---**/
header {
	max-width: 1536px;
  width: 95%;
  margin: 0 auto;
  padding: 1.5em 0;
	background: #fff;
	position: relative;
}
header .logo img {
	max-width: 500px;
  width: 42.55%;
	margin-bottom:0.8em;
}
header .group {
	position: absolute;
	top: 15px;
	right: 0;
	width: 180px;
}
header .fixnav.scroll  {
	position:fixed;
	top: 0;
	left: 0;
  width: 100%;
	padding: 1em 0;
	background: rgba(255,255,255,0.95);
	text-align: center;
	box-shadow: 0 2px 6px 0 #ccc;
	z-index: 1000;
  animation-name: anime;
  animation-duration: 0.3s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .gnav {
	max-width: 1536px;
  width: 95%;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .gnav > li {
  width : calc(100% / 5);
  font-size: clamp(16rem, 1.41vw, 18rem);
  text-align: center;
  border-right: 1px solid #949ca5;
  position: relative;
}
header .gnav > li:last-child {
	border: none;
}
header .gnav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
	position: relative;
	transition: all .8s;
}
header .gnav li > a:hover {
  color: #22466f;
}

header .openbtn {
  display: none;
}
header .search {
  position: absolute;
  top: 20px;
  right: 210px;
  display: flex;
  width: 250px;
}
header .search input[type=text] {
  width: 100%;
  font-size: 16rem;
  padding: 0.3em 0.5em;
  border: 1px solid #22466f;
  outline: none;
}
header .search button[type=submit] {
  padding: 15px 18px;
  background: #22466f url("../img/icon_search.png") no-repeat center center / 16px auto;
  border: 1px solid #22466f;
  cursor: pointer;
}

@media only screen and (max-width:991px) {
  header {
    padding:1em 0 0;
  }
  header .logo img {
    width: 80%;
		margin-bottom: 0;
  }
	header .group {
		position: static;
		display: block;
		width: 30%;
		margin: 1em auto;
		text-align: center;
	}
	header .fixnav.scroll  {
		box-shadow: none;
	}
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    padding-top: 4em;
    height: 100vh;
    background: #fff;
    transition: all .6s;
  }
  #g-nav.panelactive {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
	header .fixnav.scroll  {
		position:static;
	}
  header .gnav {
    display: inherit;
    border-top: 1px solid #949ca5;
  }
  header .gnav > li {
    width: 100%;
    font-size: 16rem;
    border-right:none;
    position: relative;
  }
  header .gnav > li:last-child {
    border-right: none;
  }
  header .gnav > li > a {
    padding: 0.8em;
    border-bottom: 1px solid #22466f;
  }
  header .gnav > li:hover > a {
    color: #000;
    background: none;
  }
  header .gnav > li .larrow::after, header .gnav > li .barrow::after {
    display: none;
  }
  header .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #22466f;
  }
  header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  header .search {
    position: static;
    width: 80%;
    margin: 2em auto;
  }
  header #gt_float_wrapper {
    top: 10px !important;
    right: 65px !important;
    z-index: 2 !important;
  }
}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:575px) {
  header .gt-current-lang, header .gt-lang-code, header .nturl {
    font-size: 14rem !important;
  }
  header .gt-current-lang img, header .nturl img {
    display: none !important;
  }
}
/**--- Footer ---**/
footer {
  color: #fff;
  background: #18304c;
  position: relative;
}
footer .container {
	width: 90%;
	padding: 6vh 0;
}
footer a{
  color: #fff;
}
footer p {
	margin-bottom: 0.5em;
}
footer p,footer li {
  font-size: 16rem;
}
footer .fList li{
	margin-bottom: 1em;
}
footer .fList li a::before{
	content: '-';
	margin-right: 1em;
}
footer address {
	margin-bottom: 1em;
}
footer address img {
	margin-bottom: 1em;
}
footer .siteinfo{
	position: absolute;
	bottom: -2.6em;
	right: 0;
	display: flex;
	line-height: 1;
}
footer .siteinfo li:first-child{
	border-right: 1px solid #ccc;
}
footer .siteinfo li a{
	padding: 1em;
	color: #ccc;
}
footer .copyright {
	margin-bottom: 0;
	padding: 2em 0;
	color: #a0a0a0;
  font-size: clamp(12rem, 1.16vw, 14rem);
  font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	background: #000;
}
footer .copyright span{
	display: block;
	max-width: 1536px;
  width: 90%;
	margin: 0 auto;
}
.pageTop {
  display: block;
  width: 100%;
	padding: 0.8em 0 1em;
  color: #fff;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #526276;
}
.pageTop::after {
  content: "pagetop";
  color: #fff;
  font-size: 11rem;
}
.pageTop:before {
  content: "≪";
  display: block;
	width: fit-content;
	margin: 0 auto;
  text-align: center;
  font-size: 16rem;
	transform: rotate(90deg);
}

@media only screen and (max-width:767px) {
	footer {
		text-align:center;
	}
	footer .siteinfo{
		position: static;
		justify-content: center;
		margin: 3em 0 0;
		text-align: center;
	}
	footer .siteinfo li a{
		padding: 0 .5em;
		color: #ccc;
	}
}

/**--- TOP ---**/
#top .mainCopy {
	height: 80vh;
	padding: 0;
	background: url("../img/main.jpg") no-repeat center center / cover;
}
#top .mainCopy h1{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1536px;
  width: 100%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(32rem, 4.16vw, 60rem);
	line-height: 1.8;
	text-shadow :0 0 5px #000;
}
#top .service h2{
	margin-bottom: 0.6em;
	color: #22466f;
	font-size: clamp(40rem, 5vw, 80rem);
	line-height: 1;
	text-shadow :2px 2px 0 #fff;
	position: relative;
}
#top .service h2 .SerifB {
	letter-spacing: 0.05em;
}
#top .service h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 7%;
	width: 46%;
	aspect-ratio:39 / 29;
	background: url("../img/icon_ttl.png") no-repeat bottom center / cover;
	z-index: -1;
}
#top .service h2 .amp{
	font-size: 0.65em;
}
#top .service h2 small{
	display: block;
	margin-top: 2em;
	padding-left: 1.2em;
	color: #333;
	font-size: clamp(18rem, 1.41vw, 19.5rem);
	font-weight: 500 !important;
	position: relative;
}
#top .service h2 small::before{
	content: '●';
	position: absolute;
	top: 50%;
	left: 0;
	padding-right:0.5em;
	color: #af0101;
	font-size: 0.8em;
	background: #fff;
	transform: translateY(-50%);
}
#top .service h2 small::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #af0101;
	transform: translateY(-50%);
	z-index: -1;
}
#top .service h2 small span{
	padding-right: 1em;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
#top .service .outside-left{
	padding-left: 1em;
}
#top .service .outside-right{
	padding-right: 1em;
}
#top .recruit{
	margin-top: 4%;
	padding: 0;
	background:url("../img/bk_recruit.jpg") no-repeat center center / cover;
	position: relative;
}
#top .recruit::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 13, 55, .6);
}
#top .recruit .container{
	width: fit-content;
	margin: 0 auto;
	padding: 4em 2em 2em;
	text-align: center;
	background:rgba(255,255,255, .8);
	border-top: 2px solid #22466f;
	position: relative;
	z-index: 1;
}
#top .recruit .tab{
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
	margin-right: 2em;
	padding: 0 1.5em 0.3em;
	color: #fff;
	font-size: clamp(16rem, 2.81vw, 18rem);
	background: #22466f;
	box-shadow: 2px 1px 0 1px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 10px 10px;
}
#top .recruit .note{
	font-size: clamp(14rem, 1.41vw, 16rem);
	text-align: left;
}
#top .recruit .recred {
  margin-bottom: 0.5em;
  color: #af0101;
  font-weight: 700;
}
#top .recruit h2 {
	margin-bottom: 0.5em;
}
#top .recruit .contect {
	min-width: 850px;
	margin: 1.5em 0;
	padding:0;
	background: #fff;
	border-radius: 10px;
}
#top .recruit .contect h3{
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	color: #fff;
	font-size: clamp(20rem, 1.83vw, 24rem);
	line-height: 2;
	background: #22466f;
	border-radius: 10px 10px 0 0;
}
#top .recruit .contect .row {
 	--bs-gutter-x: 1%;
  --bs-gutter-y: 1%;
}
#top .recruit .contect .area {
	padding: 0 1em;
}
#top .recruit .contect .kansai{
	color: #fff;
	font-weight: 700;
	line-height: 2;
	background: #af0101;
	border-radius: 100px;
}
#top .recruit .contect .tel{
	margin-bottom: 0;
	font-size: clamp(25rem, 2.5vw, 35rem);
	font-weight: 700;
}
#top .recruit .contect .mailcontact{
	width: 95%;
	margin: 0 auto;
	padding: .5em 0;
	text-align: center !important;
	border-top: dotted 1px #666;
}
#top .recruit .contect .mailatt{
	margin: 0 auto 1em;
	padding-top: .5em;
	text-align: center !important;
}
#top .recruit .contect .mail{
	margin-bottom:0;
	font-size: clamp(20rem, 1.87vw, 25rem);
	font-weight: 700;
}
#top .recruit .contect .mail a{
	color: #333;
}
#top .recruit .contect .tel::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0.5em;
	background: url("../img/icon_tel.png") no-repeat center center / cover;
}
#top .recruit .contect .mail::before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
	height: 30px;
	margin: .5em .5em 0 0;
	background: url("../img/icon_mail.png") no-repeat center center / cover;
}
@media only screen and (max-width:991px) {
	#top .mainCopy {
		height: 50vh;
	}
	#top .mainCopy h1{
		justify-content: center;
		text-align: center;
	}
}
@media only screen and (max-width:849px) {
	#top .recruit .contect {
		min-width: inherit;
	}
}
@media only screen and (max-width:767px) {
	#top .service h2{
		margin-top: 1em;
	}
	#top .service h2 small{
		margin-top: 1em;
	}
	#top .service h2 small::after{
	 display: none;
	}
	#top .service h2 small{
		background:#fff;
	}
	#top .recruit .contect {
		min-width: inherit;
	}
}

/**---　下層　---**/
#under .frame {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
#under .frame dt,
#under .frame dd {
	padding: 1em;
	border-bottom: 1px solid #ccc;
}
#under .frame dt {
	width: 20%;
}
#under .frame dd {
	width: 80%;
}
@media only screen and (max-width:768px) {
	#under .frame dt,
	#under .frame dd {
		padding: 0.5em;
	}
	#under .frame dt {
		width: 100%;
		background: #f1f1f1;
	}
	#under .frame dd {
		width: 100%;
	}
}
/**--- サービス＆メリット ---**/
#under.merit .servicePint {
	margin-top: 12vh;
	padding: 0 6em 3em;
	background: url("../img/merit_bk_service.jpg") no-repeat center center / cover;
	border-radius: 10px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
#under.merit .servicePint h3 {
	width: fit-content;
	margin:0 auto 1.5em;
	padding: 0.8em 4em;
	color: #fff;
	text-align: center;
	background: linear-gradient(315deg,rgba(28, 57, 91, 1) 50%, rgba(34, 70, 111, 1) 50%);
	border-radius: 0 0 10px 10px;
}
#under.merit .servicePint .row {
  --bs-gutter-y: 1%;
}
#under.merit .servicePint div {
	text-align: center;
}
#under.merit .servicePint img {
	margin-bottom: 1em;
}
#under.merit .meritPoint{
	padding-bottom: 0.3em;
	border-bottom: 2px solid #ca2626;
	position: relative;
}
#under.merit .meritPoint span{
	display: block;
	position: absolute;
	right: 0;
	bottom: -0.07em;
	font-size: clamp(100rem, 10.41vw, 150rem);
	line-height: 1;
	color: #f2dede;
	z-index: -1;
}
#under.merit .meritPoint span small{
	font-size: 0.7em;
}
@media only screen and (max-width:991px) {
	#under.merit .servicePint {
		padding: 0 2em 2em;
	}
}
@media only screen and (max-width:767px) {
	#under.merit .servicePint {
		padding: 0 1em 1em;
	}
	#under.merit .servicePint h3 {
		padding: 0.8em 1em;
	}
}
/**--- 会社案内 ---**/
#under.company .mapBtn {
	width: fit-content;
	margin-left: 1em;
	padding: 0 0.5em;
	color: #fff;
	font-size: 0.85em;
	background: #ca2626;
	border-radius: 100px;
}
#under.company .mapBtn::before {
	content: '';
	display: inline-block;
	margin-right: 0.5em;
	width: 1em;
	height: 1em;
	background: url("../img/icon_map.png") no-repeat center center / auto 100%;
}
@media only screen and (max-width:767px) {
	#under.company .messageImg{
		width: 60%;
	}
}
/**--- ドライバー紹介 ---**/
#under.driver .voiceList{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	border-bottom: 1px solid #22466f;
}
#under.driver .voiceList li {
	width: 25%;
	transition: all .5s;
}
#under.driver .voiceList li a{
	display: block;
	width: 95%;
	padding: 1em;
	border: 1px solid #22466f;
	border-bottom: none;
	border-radius: 10px 30px 0 0;
}
#under.driver .voiceList li a strong{
	margin-bottom: 0.3em;
	position: relative;
}
#under.driver .voiceList li a span{
	display: block;
	font-size: 0.9em;
}
#under.driver .voiceList li a small{
	position: relative;
}
#under.driver .voiceList li a strong::before{
	content: '●';
	display: inline-block;
	padding-right:0.5em;
	color: #af0101;
	font-size: 0.8em;
}
#under.driver .voiceList li a:hover,
#under.driver .voiceList li .active{
	color: #fff;
	background: #22466f;
}
#under.driver .voiceList li a:hover strong::before,
#under.driver .voiceList li .active strong::before{
	color: #f2f2f2;
}
#under.driver .voice small{
	display: block;
	margin-bottom: 0.5em;
	color: #fff;
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 0.85em;
	font-weight: 300;
	line-height: 1.2;
	border-bottom: 1px solid #af0101;
}
#under.driver .voice small span{
	display: block;
	width: fit-content;
	padding: .2em .8em;
	color: #fff;
	font-size: .65em;
	background: #af0101;
	border-radius: 10px 10px 0 0;
}
#under.driver .voiceImg {
	position: relative;
}
#under.driver .profile {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 2em 0.5em;
	background: rgba(255,255,255,0.80);
	border-radius: 0 50px 0 0;
}
#under.driver .profile h4{
	padding-left: 0.5em;
	margin-bottom: 0.3em;
	color: #22466f;
	line-height: 1.2;
	border-left: 5px solid #af0101;
}
#under.driver .profile P{
	margin-bottom: 0;
	color: #22466f;
}
#under.driver .row.driverList {
 	--bs-gutter-x: 4%;
  --bs-gutter-y: 4%;
}
#under.driver .driverNav{
	display: flex;
	justify-content: space-between;
	padding: 1em;
	color: #22466f;
	border: 1px solid #22466f;
	border-radius: 10px 50px 10px 50px;
}
#under.driver .driverNav img{
	width: 50%;
	object-fit: cover;
	border-radius: 10px 40px 10px 40px;
}
#under.driver .driverNav p{
	margin-bottom: 0;
	font-size: clamp(16rem, 2.41vw, 20rem);
}
#under.driver .driverNav .name {
	width: 45%;
}
#under.driver .driverNav .name strong{
	display: block;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #22466f;
}
#under.driver .driverList a:hover .driverNav,
#under.driver .driverList .active .driverNav{
	color: #fff;
	background: #22466f;
}
#under.driver .driverList a:hover .driverNav .name strong,
#under.driver .driverList .active .driverNav .name strong{
	border-bottom: 1px solid #fff;
}
@media only screen and (max-width:991px) {
	#under.driver .voiceList{
		display: flex;
		justify-content: space-between;
		border-bottom: none;
	}
	#under.driver .voiceList li {
		width: 25%;
		transition: all .5s;
	}
#under.driver .voiceList li a{
	border: 1px solid #22466f;
	border-radius: 10px 30px 10px 30px;
}
	#under.driver .voiceList li {
		width: 48%;
		margin-bottom: 1em;
	}
}

@media only screen and (max-width:767px) {
	#under.driver .voiceList li a{
		padding: 1em;
		border-radius: 10px 30px 10px 30px;
	}
	#under.driver .voiceList li a strong{
		border: none !important;
		margin: 0;
		padding: 0;
	}
	#under.driver .voiceList li a span{
		display: none;
	}
	#under.driver .voice small span{
		font-size: 0.9em;
	}
	#under.driver .profile {
		position: static;
		padding: 1em 0 0;
	}
	#under.driver .driverNav{
		padding:0.5em;
	}
	#under.driver .driverNav img{
		width: 40%;
	}
	#under.driver .driverNav .name {
		width: 55%;
	}
}

/**--- サイトの利用・プライバシー---**/
#under.siteInfo h2{
	color: #22466f;
  font-size: clamp(20rem, 1.83vw, 24rem);
}
#under.siteInfo .disc{
	margin-bottom: 1em;
}
#under.siteInfo .break{
	margin-bottom: 2em; !important;
}