/*
Theme Name:lexa-theme-child
Template:lexa-theme
Theme URI: https://lexa.co.jp
Author: Lexa inc.
Author URI: https://lexa.co.jp
Version: 1.0.0
*/
/**********************
- ROOT
- BASE
- GENERAL
  -- FONT
  -- ALIGN
  -- FLEX
  -- LIST
  -- OTHER
- HEADER
- BREADCRUMB
- CONTAINER
- HEADING
- BUTTON
- FOOTER
- ARCHIVE
- SINGLE
- CONTACT
- FRONT
- PAGE PARTS
- LOADING
- COLOR
- MARGIN
- ANIMATION
- RESPONSIVE
***********************/

/*********************
ROOT
**********************/
:root {
   --base: #FFF;
   --bg-1: #F0F8FA;
   --bg-2: #F2F2F2;
   --text-main: #040A1D;
   --text-sub: #595959;

   --main-color-1: #001E4C; 
   --main-color-2: #074195; 
   --main-color-3: #1792DF;
   --main-color-4: #1399B4;
   --accent-color-1: #E0CC1B;
   --accent-color-2: #FFED52;
	--accent-color-3: #FFFEF3;
   --gradient: linear-gradient(90deg,#074195,#1792DF);

   --font-jp: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   --font-en: 'Montserrat', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   --font-material: 'Material Icons Round';
   --light: 300;
   --normal: 400;
   --bold: 700;

   --container: calc(1920px + 6%);
   --container-side: 4%;
   --container-l: 1280px;
   --container-m: 1000px;
   --container-ms: 880px;
   --container-s: 660px;
   --container-ss: 480px;

}


/*********************
BASE
*********************/
html {
   font-size: 62.5%;
}

body {
   background-color: var(--base);
   color: var(--text-main);
   font-family: var(--font-jp);
   font-weight: var(--normal);
   font-size: 1.8rem;
   letter-spacing: .05em;
   line-height: 1.9;
}

section {
   position: relative;
   width: 100%;
}

h1,
h2,
h3 {
   font-weight: var(--normal);
}

p {
   margin: 0 0 2.5em;
}

a {
   color: var(--main-color-2);
   transition: all 0.3s;
}

a:hover {
   opacity: 0.7;
}


img {
   height: auto;
   border: none;
   line-height: 0;
   vertical-align: bottom;
}
@media (max-width: 768px) {
    .w_b_quote {
        font-size: 11px; /* スマホ画面でのフォントサイズ */
    }
}

ol, ul {
	padding: 0;
/* 	list-style: none; */
}

ol li {
   margin: 0 0 1em 1.5em;
}

ul li {
	margin: 0 0 1em 1.2em;
}

dl,
dt,
dd {
	margin: 0;
}

.br_sp{
		display: none;
	}

.br_pc {
		display: block;
	}	

.br_pc-title {
	display: block;
}

	.br_pc-title-{
		display: none;
	}


@media only screen and (max-width: 560px) {
   body {
      font-size: 1.5rem;
   }

}

.right.fadein.is-active {
    text-align: center;
}

/*********************
GENERAL
*********************/

/*FONT*/
.font-en {
   font-family: var(--font-en);
}

.small {
   font-size: .85em;
}

.large {
   font-size: 1.2em;
}

.strong {
   font-weight: var(--bold);
}

.uppercase {
	text-transform: uppercase;
}

.line-heighter,
.line-heighter * {
   line-height: 2.1;
}

.line-heighter p {
   margin: 0 0 2em;
}

.text-gradient {
	background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h2-s {
	font-size: 1.0rem;
	color: var(--main-color-2);
	line-height: 1.0;
	font-weight: var(--bold);
	margin-bottom: 2em;
}

.h2-m {
	font-size: 3.6rem;
	line-height: 1.9;
	font-weight: var(--bold);
	margin-bottom: 0.8em;
}

.h2-l{
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: var(--bold);
}

.h2-sub-en {
	font-size: 4.0rem;
	line-height: 1.2;
}

.h2-m2 ,.h3-m2 {
	font-size:3.0rem;
	line-height: 1.6;
	color: var(--main-color-2);
	font-weight: var(--bold);
}

.h3-m {
	font-size: 2.4rem;
    line-height: 1.6;
    font-weight: var(--bold);
}

.h3-s {
	font-size: 2.0rem;
	line-height: 1.5;
	color: var(--main-color-2);
	font-weight: var(--bold);
}

.p-15 {
	font-size: 1.5rem;
	line-height: 1.9;
	margin: 0;
}

.text-s {
	font-size: 1.4rem;
	line-height: 1.0;
	margin: 0;
}

.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/*ALIGN*/
.center {
   text-align: center;
}

.center > * {
   margin-left: auto;
   margin-right: auto;
}

.left {
   text-align: left;
}

.right {
   text-align: right;
}


/*IMAGE*/
.img-circle {
   border-radius: 50%;
}

.img-radius {
   border-radius: 30px;
}

.img-object {
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.img-object>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/*FLEX*/
.flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.flex-reverse {
   flex-direction: row-reverse;
}

.nowrap {
   flex-wrap: nowrap;
}

.space-around {
   justify-content: space-around;
}

.justify-start {
   justify-content: flex-start;
}

.justify-end {
   justify-content: flex-end;
}

.items-center {
   align-items: center;
}

.cell {
   position: relative;
}

.cell img {
   display: block;
   width: 100%;
}

.cell > *:last-child {
   margin-bottom: 0;
}

.cell--1-2 {
   width: 48%;
}

.cell--1-3 {
   width: 30%;
}

.cell--1-4 {
   width: 23%;
}

.cell--2-3 {
   width: 60%;
}

.cell--3-4 {
   width: 73%;
}


@media only screen and (max-width: 560px) {
   .flex {
      flex-direction: column;
   }

   .cell--1-2,
   .cell--1-3,
   .cell--1-4,
   .cell--2-3,
   .cell--3-4{
      margin-bottom: 1em;
      width: 100%;
   }

   .order0 {
      order: 0;
   }

   .order1 {
      order: 1;
   }
}


/*LIST*/
.list-none {
   list-style: none;
   padding-left: 0;
   margin: 0;
}

.list-dot li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 1em;
}

.list-dot li::before {
   content: '';
   background-color: var(--main-color-2);
   border-radius: 50%;
   display: inline-block;
   width: 9px;
   height: 9px;
   margin-right: .5em;
}


/*OTHER*/
.relative {
   position: relative;
}

.block {
   display: block;
}

.shadow {
   box-shadow: 4px 4px 15px rgb(89 89 89 / 25%);
}

.marker {
	background:linear-gradient(transparent 70%, #469db4ad 60%);
}

.box {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}

.box > *:last-child {
   margin-bottom: 0;
}


@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 560px) {  
   .box {
      padding: 20px;
   } 

}



/*********************
HEADER
*********************/
.header {
	position: sticky;
   top: 0;
   width: 100%;
   z-index: 100;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: var(--container);
	max-height: 80px;
	padding: 15px 0 15px var(--container-side);
	margin: 0 auto;
	background-color:rgba(255,255,255,0.8);
}

.header-title {
	margin: 0;
	width: 101px;
	height: 60px;
}

#drawer-input {
   display: none;
}

.header-nav-item {
   list-style: none;
}

.header-nav-link {
   color: var(--text-main);
   display: block;
   font-family: var(--font-jp);
   font-size: 1.6rem;
   position: relative;
   text-decoration: none;
	font-weight: var(--bold);

}

@media only screen and (min-width: 1431px) {
	.header-nav-list {
      display: flex;
      margin: 0;
      padding: 0;
	  align-items: center;
   }
	
   .header-nav-item {
		margin: 0 0 0 3.8rem;
   }
}

@media only screen and (max-width: 1430px) {
   .header {
/*       padding: 10px; */
   }

	
   #drawer-content {
		background: #fff;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		transition: 0.3s ease-in-out;
		height: 100%;
		width: 100%;
		z-index: -1;
   }
	
   #drawer-open {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      right: 30px;
      height: 25px;
      width: 25px;
      outline: none;
      z-index: 1000;
      transform: translateY(-50%);
   }
	
   #drawer-open span {
      content: '';
      background-color: var(--main-color-1);
      display: block;
        height: 1px;
        width: 25px;
      position: absolute;
      transition: 0.3s ease-in-out;
      transform-origin: right;
   }
	
   #drawer-open span.top {
      top: 8px;
   }
	
   #drawer-open span.bottom {
      bottom: 8px;
   }
	
   #drawer-input:checked ~ #drawer-open span.top {
      top: 3px;
      transform: rotate(-45deg);
   }
	
   #drawer-input:checked ~ #drawer-open span.bottom {
      bottom: 3px;
      transform: rotate(45deg);
   }
	
   #drawer-input:checked ~ #drawer-content {
		opacity: 1;
		visibility: visible;
		z-index: 999;
   }
	
	#drawer-input:checked ~ .header-logo{
		opacity: 1;
		visibility: visible;
		z-index: 999;
   }
	
	.header-nav {
		width: 95%;
	}
	
   .header-nav-list {
      margin: 0;
      padding: 80px 0 0 ;
	   width:100%;
   }	
	
   .header-nav-item {
      border-bottom: solid 1px var(--main-color-2);
   }
	
   .header-nav-link {
      width: 80%;
	   padding: 1.2rem;
   }

		.header-nav-list li:nth-last-of-type(1){
		width: 310px;
        padding: 15px;
			border-bottom: none;
	}
	
	.header-nav-list li:nth-last-of-type(1) a{
	padding: 0.8rem 0;
		display: block;

}
	
	.btn-main-wrap::before {
		margin-top:10px;
	}

}



/*********************
BREADCRUMBS
*********************/
#breadcrumb {
	padding: 2.0em 0 1.0em;
/* 	background-color: var(--bg-1); */
}

.breadcrumb-list {
	padding: 0;
	max-width: var(--container-l);
	margin: 0 auto;
}

.breadcrumb-item {
	color: var(--text-main);
	font-size: 1.4rem;
	line-height: 1;
	list-style: none;
	display: inline-block;
	margin: 0;
}

.breadcrumb-item:not(:last-of-type)::after {
	content: '｜';
	padding: 0 0.5em;
}

.breadcrumb-item a {
	color: inherit;
	font-weight: var(--normal);
	text-decoration: none;
}



/*********************
CONTAINER
*********************/
.section-wrap {
   padding-top: 100px;
   padding-bottom: 100px;
   position: relative;
}

.container {
   max-width: var(--container);
   padding-right: var(--container-side);
   padding-left:  var(--container-side);
   position: relative;
   margin: 0 auto;
   width: 100%;
}

.container-l {
   max-width: var(--container-l);
	width: 92%;
   margin: 0 auto;
}

section.home-recruit .container-l {
    max-width: var(--container-l);
    width: 92%;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 40px;
    background-color: #ffffff;
}


.container-m {
   max-width: var(--container-m);
	width:92%;
   margin: 0 auto;
}

.container-ms {
   max-width: var(--container-ms);
	width:92%;
   margin: 0 auto;
}

.container-s {
   max-width: var(--container-s);
	width:92%;
   margin: 0 auto;
}

.container-ss {
   max-width: var(--container-ss);
	width:92%;
	margin: 0 auto;
}

.map-wrap {
   position: relative;
}

.map-wrap::before {
   content: "";
   display: block;
   padding-top: 50%;
}

.map-wrap iframe {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}


@media only screen and (max-width: 560px) {
   .section-wrap {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   .container {
      padding-right: 5%;
      padding-left: 5%;
   }

}

/*********************
HEADING
*********************/
.h1-page {
   font-size: 3rem;
   font-weight: var(--bold);
   margin-bottom: 1em;
}

.h2-top {
   font-size: 3rem;
   font-weight: var(--bold);
   margin-bottom: 1em;
}

.h2-page {
   font-size: 1.4rem;
   font-weight: var(--normal);
   position: relative;
   padding-bottom: 90px;
   text-align: center;
}

.h3-page {
   font-size: 2rem;
   font-weight: var(--bold);
   margin-bottom: 1em;
}

@media only screen and (max-width: 960px) {

}


@media only screen and (max-width: 560px) {
  
}



/*********************
BUTTON
*********************/
.btn-wrap {
   margin-top: 1.5em;
   width: 100%;
}

.btn-single {
	margin:0 auto 150px;
}

.btn-main-wrap,
.btn-cta{
    background-color: var(--accent-color-2);
    height: 80px;
    padding: 15.5px 20px;
    display: inline-flex;
    flex-direction: row-reverse;
    align-content: center;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	width: 280px;
	transition: all .5s;
	position: relative;
}

.btn-main-wrap {
	font-weight: var(--bold);
}

.btn-main-wrap::before {
	content: "＼ 最短１週間でお仕事スタート ／";
	font-size: 1.4rem;
	font-weight: var(--normal);
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	line-height: 1.0;
	pointer-events: auto;
}


.btn-main-wrap::after,
.btn-cta::after{
	content: "";
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-right: 8px;
	background: url("https://test.bluetruck.lykke-design.com/wp-content/uploads/LINE.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	pointer-events: auto;
}

.btn {
   color: var(--base);
   display: inline-block;
   font-size: 1em;
   font-weight: normal;
   line-height: 1.8;
	text-align: center;
	font-size: 1.6rem;
	font-weight: var(--bold);
	padding: 0.875em 2.75em 0.875em 1.5em ;
   position: relative;
   transition: all .5s;
   z-index: 1;
	position: relative;
}

.btn::after {
    content: "";
    background: url(images/button_arrow.svg) no-repeat;
    margin-right: 24px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 43%;
    right: 0px;
}

.btn-main {
   background-image: var(--gradient);
    border: 2px solid;
    border-image: linear-gradient(to right, #074195, #1792DF) 1;
   color: var(--base);
   text-decoration: none;
   transition: all .5s;
   width: 280px;
}

.btn-bt{
	margin: -28px auto 0;
}

.btn-sub { 
   color: var(--main-color-1);
	background-color: var(--base);
	border :2px solid;
	border-image: linear-gradient(to right, #074195, #1792DF) 1;
   padding-right: 2em;
   position: relative;
   text-decoration: none;
	width: 220px;
	transition: all .5s;
}

.btn-sub::after {
    content: "";
    background: url(images/button_arrow_sub.svg) no-repeat;
    margin-right: 24px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 43%;
    right: 0px;
}

.btn-cta {
	width: 100%;
	text-decoration: none;
	font-weight: var(--bold);
	transition: all .5s;
}


@media only screen and (min-width: 961px) {
  .btn-main:hover {
    background-image: none;
	background-color: var(--base);
    color: var(--text-main);
	  opacity: 1;
  }

  .btn-sub:hover {
    color: var(--main-color-1);
  }

  .btn-sub:hover::after {
    right: -.25em;
  }

  .btn-cta:hover ,
	.btn-main-wrap:hover {
		background-color: var(--accent-color-1);
  }
	
}

/*********************
FOOTER
*********************/
#footer {
   position: relative;
}

.footer-cta {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-img {
	width: 420px;
	margin-right: -3%;
	z-index: 3;
}

.cta-text {
	padding:  4.8em;
	width: 56%;
	background-color: var(--bg-1);
	z-index: 2;
}

.cta-h2 {
	font-size: 3.0rem;
	font-weight: var(--bold);
	line-height: 1.6;
	margin-bottom: 32px;
}

.cta-p-wrap {
	margin-bottom: 32px;
}

.cta-p {
	margin-bottom: 24px;
}

.footer-logo {
	width: 120px;
	padding-bottom: 24px;
}

.footer-logo-wrap {
	border-bottom: 1px solid var(--base);
	margin-bottom: 24px;
}

.footer-main {
   padding: 180px 0 0 0;
   position: relative;
	background-image: url(images/footer_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: -80px 0;
}

.footer-main-else {
	padding-top: 100px;
		margin: 0;
}

.footer-menu-main {
   padding: 80px 0 50px;
}

.footer-menu-foot {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	  font-size: 1.6rem;
}

.footer-nav-sub {
	display: flex;
	flex-direction: row;
	gap: 48px;
	margin: 0;
}

.footer-small {
	font-size: 1.4rem;
	margin: 0;
	list-style: none;
}

.footer-main-list {
	padding: 0;
	margin: 0;
	justify-content: flex-start;
}

.footer-main-item {
	color: var(--base);
	font-size: 1.4rem;
	text-transform: uppercase;
	list-style: none;
	text-decoration: none;
	margin: 0 3em 0 0;
}

.footer-main-item:last-of-type {
	margin: 0;
}

.footer-main-link {
	color: var(--base);
	text-decoration: none;
}

a.footer-foot-link {
	color: var(--base);
	text-decoration: none;
}

.footer-foot-list {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 210px;
    justify-content: space-between;
	align-content: space-between;
    flex-wrap: wrap;
	margin: 0;
}

.footer-foot-item {
	margin-left: 0;
	list-style: none;
}


.footer-info-wrap {
	display: flex;
	color: var(--base);
	width: 100%;
	margin: 0 auto 90px;
	justify-content: space-between;
}

.footer-company{
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: var(--bold);
}

.footer-address {
	font-size: 1.4rem;
	margin: 0;
}

.footer-tel_time_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, auto));
	gap: 0;
	
	max-width: 230px;
	& > span {
	  font-size: 1.4rem;
	}
  }


.copyright{
	padding: 0 0 10px;
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.0;
	color: var(--base);
}

@media only screen and (max-width:960px) {

}

@media only screen and (max-width:560px) {
	.footer-cta {
		padding: 45px 0 60px;
	}
	
	.footer-menu-main {
		padding: 40px 0;
	}

	.footer-main-item:not(:last-of-type) {
		margin: 0 0 2em 0;
	}
}


/*********************
ARCHIVE
*********************/

/*card*/

.archive-wrap {
	padding-top: 100px;
}

.archive-card {
	background-color: var(--bg-1);
/* 	border-radius: 5px; */
/* 	margin-right: 8%; */
	margin-bottom: 2em;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
}

.archive-card:nth-of-type(2n) {
	margin-right: 0%;
}

.archive-card a {
	display: block;
	width: 100%;
	height: 100%;
/* 	border-radius: 5px; */
  overflow: hidden;
  text-decoration: none;
}

.archive-card a:hover {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	opacity: 1;
}

.image-archive {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.image-archive>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.archive-card:hover .image-archive>img {
   transform: scale(1.1);
}

.text-archive {
   color: var(--text-main);
   padding: 1em;
   background-color: var(--bg-1);
}

.text-archive .time-archive {
   color: #777777;
   margin-bottom: 1em;
}

/*list*/
.archive-list {
	padding: 0 0.6em 1.8em;
	border-bottom: dotted 1px #D2DAE6;
	margin-bottom: 1.5em;
	transition: all 0.4s;
}

.archive-list:last-of-type {
  margin-bottom: 0;
}

.archive-list a {
	display: block;
  text-decoration: none;
}

.archive-list .time-archive {
	width: 15%;
	color: var(--main-color-1);
}
.archive-list .title-archive {
	width: 80%;
	color: var(--text-main);
	font-weight: var(--normal);
	margin: 0;
}

.p-top-cases{
	width: 92%;
    margin: 0 auto 2.5em;
}
    

/*PAGENATION*/

/* リンクの枠 */
.navigation.pagination {
	margin: 4em 0;
}

.pagination .nav-links {

}

/* 数字のリンク */
.pagination .page-numbers {
  color: var(--main-color-1);
	font-weight: var(--normal);
	display: flex;
	justify-content: center;
	margin: 0;
}

.pagination .page-numbers li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.2em;
}

.pagination .page-numbers li:first-of-type {
	margin-left: 0;
}

.pagination .page-numbers li:last-of-type {
	margin-right: 0;
}

.pagination .page-numbers a {
	text-decoration: none;
	border: 1px solid var(--text-sub);
    width: 50px;
    height: 50px;
	align-items: center;
}

/* 前へ、次へボタン */
.pagination .nav-links .prev,
.pagination .nav-links .next {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination .nav-links .prev {
	background-image: url(images/arrow-left.svg);
	background-size: 6px;
	border: 1px solid var(--text-sub);
    width: 50px;
    height: 50px;
    align-items: center;
}

.pagination .nav-links .next {
	background-image: url(images/arrow-right.svg);
	background-size: 6px;
	border: 1px solid var(--text-sub);
    width: 50px;
    height: 50px;
    align-items: center;
}

/* ドット */
.pagination .nav-links .dots {

}

/* 現在のページ */
.pagination .nav-links .current {
	text-decoration: none;
	color: var(--text-sub);
	background-color: var(--bg-2);
	width: 0px;
    height: 50px;
    align-items: center;
	
}

@media only screen and (max-width: 560px) {
   .archive-list:last-child {
      margin-bottom: 1.5em;
   }

   .archive-list .time-archive {
      margin-right: 0;
      margin-bottom: .5em;
   }

   .archive-list .time-archive,
   .archive-list .title-archive {
      width: 100%;
   }
}



/*********************
SINGLE
*********************/
.header-single {
   position: relative;
   padding-top: 100px;
}

.time-single {
	font-size: 1.5rem;
	line-height: 1.9;
	font-weight: var(--bold);
    width: 100%;
    margin: 0;
    display: flex;
	justify-content: space-between;
}

.title-single {
   font-size: 2.6rem;
   font-weight: var(--bold);
   margin-bottom: 0.67em;
}

.eyecatch-single {
	margin-bottom: 1.25em;
}

.main-article-wrap {
	border: 2px solid var(--bg-1);
	padding: 20px;
}
		
.main-single-post {
	font-size: 1.6rem;
	line-height:1.8;
	width: 70%;
}

.main-single-post h2 {
	font-size: 2.2rem;
	font-weight: var(--bold);
	padding: 0.3em 0.6em;
	color: var(--base);
	background-color: var(--main-color-2);
	width: 100%;
}

.main-single-post h3 {
	font-size: 1.8rem;
	font-weight: var(--bold);
	padding: 0.3em 0.6em;
	border-bottom: 2px solid var(--main-color-2);
	width: 100%;
}

.main-single-post h4 {
	font-size: 1.5rem;
	font-weight: var(--bold);
	padding: 0.3em 0.6em;
	color: var(--main-color-2);
	width: 100%;
}

.main-single-post h2,
.main-single-post h3,
.main-single-post h4 {
	margin: 1em 0;
}

.main-single-post p+h2,
.main-single-post img+h2,
.main-single-post figure+h2,
.main-single-post table+h2 {
	margin-top: 3em;
}

.main-single-post p+h3,
.main-single-post img+h3,
.main-single-post figure+h3,
.main-single-post table+h3 {
	margin-top: 2em;
}

.main-single-post ul,
.main-single-post ol {
	margin: 2em 0;
}

.main-single-post figure,
.main-single-post img {
	display: block;
	width: auto;
	margin: auto;
}

.main-single-post figure {
	margin-bottom: 2em;
}

.main-single-post figcaption {
	font-size: .8em;
	line-height: 1.7;
	margin-top: .5em;
}

.main-single-post table{
	border: solid 1px #DDD;
	border-collapse: collapse;
}

.main-single-post tr{
    border-bottom: solid 1px #DDD;
}

.main-single-post th,
.main-single-post td{
	padding: 1em;
	border-right: solid 1px #DDD;
}

.logo-sns {
	width: 25px;
	height: 25px;
}

.sns-icon {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.time-sns {
	display: flex;
	flex-direction: row;
    align-items: center;
	margin-bottom: 1.0em;
}

.main-single-wrap {
	display: flex;
	justify-content: space-evenly;
    align-items: flex-start;
    gap: 16px;
	padding: 60px 0 100px;
}

.single-aside-wrap {
	width: 30%;
	padding: 15px;
	border: 2px solid var(--bg-1);
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: sticky;
	top: 80px;
}

#rtoc-mokuji-widget-wrapper {
	margin: 0 auto;
}

.image-archive-single {
	width: 150px;
}

.related-post-list{
	list-style: none;
	margin: 0 auto 1em;
		box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.related-post {
	padding: 0.5em;
	display:flex;
	flex-direction:row;
	gap:10px;
	    text-decoration: none;
}

.related-post-list .related-post .text-wrap{
	font-size: 1.5rem;
}

.title-aside{
	display: inline-block;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.9;
	color: var(--main-color-2);
	font-weight: var(--bold);
	padding: 4px 10px;
	border-bottom: 2px solid var(--main-color-2);
}

@media only screen and (max-width: 560px) {
   .title-news {
      font-size: 1.9rem;
   }
}

/* single-voices */

.single-voices {
	padding-bottom: 200px;
}

.title-single-voices {
	margin-bottom: 0.5em;
}

.text-voices-single {
	font-size: 1.5rem;
	font-weight: var(--bold);
}

.details-archive-single {
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	width: 45%;
	margin-bottom: 80px;
}

.eyecatch-single-voices{
	margin: 0 auto 80px;
}

.voices-list-wrap {
	padding-bottom: 100px;
}

.bg-time-schedule {
	background-color: var(--bg-1);
	
}

.time-schedule-wrap {
	display: flex;
	flex-direction: row;
	gap: 68px;
	justify-content: space-between;
	align-items: stretch;
	padding: 100px 0;
	background-color: var(--bg-1);
}

.title-dayflow-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.table-time-schedule-wrap {
	width: 100%;
}

.else-voices {
	padding: 100px 0;
}
.h2-elce-voices {
	margin-bottom: 60px;
}

/*********************
CONTACT
*********************/
.img-sub-mv-contact {
	background-image: url(images/contact_title_bg.jpg);
}

.wrap-form-contact {
	width: 92%;
	margin: 0 auto 60px;
}

.contact-form {
	padding: 100px 0 100px;
	max-width: var(--container-s);
	margin: 0 auto;
}

input[type=email],
input[type=text],
input[type=tel],
input[type=file],
input[type=url],
input[type=number],
input[type=date],
select,
textarea {
	color: inherit;
	font-size: 1.6rem;
	display: inline-block;
	width:100%;
}

input[type=email],
input[type=text],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
select,
textarea {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
  background-color: #FFF;
	line-height: 1.7;
	padding: 1rem .9rem;
}

input[type=number] {
   margin-right: .5rem;
   padding: .5rem 1rem;
   width: calc(4em + 2rem);
}

input[type=checkbox],
input[type=radio],
.wpcf7-list-item-label {
   vertical-align: middle;
	width: 20px;
	height: 20px;
	font-size: 1.6rem;
}

input[type=submit] {
	background-image: var(--gradient);
	background-color: var(--gradient);
	border: 1px solid;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.9;
	font-weight: var(--bold);
	padding: 1em 0;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: 250px;
	letter-spacing: .05em;
	margin-bottom: 40px;
}

input[type=submit]:hover{
   color: #fff;
}

.number-month,
.number-date {
   margin-left: 1em;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.wpcf7-list-item:last-child {
   margin: 0;
}

.item-form-contact {
	margin-bottom: 2rem;
}

.heading-form-contact {
  font-size: 1em;
  font-weight: var(--bold);
}

.detail-form-contact {
   padding-top: 8px;
}

.contact-label {
   background-image: var(--gradient);
   border-radius: 2px;
   color: #fff;
   display: inline-block;
   font-size: 12px;
   font-weight: 600;
   margin-left: 10px;
   padding: 5px 12px;
   line-height: 1;
   vertical-align: text-bottom;
}

::placeholder {
   color: #ddd;
   font-size: 1.6rem;
   letter-spacing: .15rem;
   line-height: 1.5;
}

.wpcf7-checkbox .wpcf7-list-item {
   display: block;
   margin-bottom: .5em;
}

.wpcf7-acceptance .wpcf7-list-item {
   margin: 0;
}

/*送信完了メッセージ*/
.wpcf7 form.sent .wpcf7-response-output {
   background-color: #fff;
   border-color: #4a84af;
   margin-top: 3em;
   padding: 2em; 
}

/*Google reCAPCHA*/
.reCAPTCHA {
	font-size: 12px;
	text-align: center;
}


@media only screen and (max-width: 560px) {
  input[type=submit] {
    width: 85%;
  }
  
	.heading-form-contact {
	  font-size: 1.4rem;
	  padding: 10px 0 0;
	}

	.detail-form-contact {
	  padding: 10px 0 0;
	}

	.contact-label {
	  font-size: 1.1rem;
	}

	::placeholder {
	  font-size: 1em;
	}

	.wpcf7-list-item-label {
	  font-size: 1.3rem;
	}

	.wpcf7-text,
	.wpcf7-textarea {
		font-size: 1.6rem;
	}
}

/*********************
FRONT
*********************/
.main-mv {
	position: relative;
}

.mainvisual_sp {
	display: none;
}

.mv-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3em;
}

.mv-catchphrase {
	font-weight: var(--bold);
	font-size: 7.0rem;
	color: var(--base);
	line-height: 1.3;
	margin-bottom: 0.8em;
}

.home-about-bt {
	padding: 80px 0;
	display: flex;
	gap: 40px;
	height: 680px;
}
.home-about-bt-p {
	width: 45%;
}

.home-about-bt-img {
	width: 55%;
	display: flex;
	flex-direction: column;
}
			
.home-about-bt-img1{
	width: 65%;
	position: absolute;
	top:0;
	left:0;
}

.home-about-bt-img2{
	width: 53%;
	position: absolute;
	bottom: -140px;;
	right: 20px;
	z-index: -1;
}

.home-about-bt-img1::after {
	position: absolute;
	top: 50%;
	left: -5%;
    display: inline-block;
    content: "";
    background-image: url(images/square2.png);
    background-size: cover;
    height: 73%;
    width: 150%;
    z-index: -99;
}
.home-about-bt-img2::before {
	position: absolute;
	top: -95%;
	right: -3%;
    display: inline-block;
    content: "";
    background-image: url(images/square1.png);
    background-size: cover;
    height: 55%;
    width: 44%;
    z-index: -99;
}

.home-about-features {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 auto;
	gap: 2em;
	list-style: none;
}

.home-about-features-bg {
	background-color: var(--bg-1);
	padding: 120px 0;
}
/* PC版（横幅768px以上） */
@media screen and (min-width: 768px) {
  section.home-voices {
    margin: 100px 0;
  }
}

/* SP版（横幅767px以下） */
@media screen and (max-width: 767px) {
  section.home-voices {
    margin: 50px 0; /* SPでは余白を少し狭く */
  }
}


.home-about-features li {
	width: 400px;
	margin: 0;
}

.features-img {
	width: 300px;
	margin:0 auto;
}

.home-feature-num {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
.home-feature-num {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	justify-content: left;
}
}
.home-features-h3 {
	font-size: 2.2rem;
	font-weight: var(--bold);
	line-height:1.6;
}

.number {
	font-style: var(--font-en);
	font-weight: var(--bold);
	font-size: 7.0rem;
	color: var(--main-color-4);
}

.home-delivery::after {
	content: "";
  	background-color: var(--bg-2);
  z-index: -1;
	width: 75%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.home-delivery {
	margin: 100px 0 145px;
	padding: 155px;
	display: flex;
	flex-direction: row;
	gap: 4.0em;
	justify-content: center;
}

.home-delivery-p {
	width: 40%;
}

.top-voices-container,
.top-cases-container,
.top-topics-container{
	margin-bottom: 4.0em;
}

.home-recruit {
    position: relative;
    padding-bottom: 150px;
    overflow: visible; /* イラストがはみ出すことを許可 */
}

/* 白いボックスのスタイル */
.home-recruit .container-l {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 60px 40px;
    margin-bottom: 100px; /* イラスト用のスペース */
}

/* イラストを中央に配置 */
.home-recruit-img {
	margin:0 auto;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 800px;
    text-align: center;
	position: relative;
    top: -100px;
}
@media (max-width: 768px) {
	.home-recruit-img {
    top: -10px;
}
	
}

.home-recruit-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* テキストコンテンツの中央揃え */
.home-recruit-p {
    text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .home-recruit .container-l {
        padding: 40px 20px;
        margin-bottom: 80px;
    }
    
    .home-recruit-img {
        bottom: -60px;
        width: 95%;
    }
}

.home-cases{
	background-image: url(images/cases_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	padding: 100px 0 160px;
}

.home-faq {
	padding: 160px 0 100px;
}

.home-topics {
	padding: 100px 0 100px;
}


.top-faq-main {
	display: flex;
	justify-content: center;
	margin-bottom: 2.6em;
	
}

.faq-img {
	width: 300px;
}

@media only screen and (max-width: 960px) {
   .firstv {
      height: 500px;
   }
}


@media only screen and (max-width:560px) {
   .firstv {
      height: 400px;
   }
}


/*********************
PAGE PARTS
*********************/

/* subpage-mv */
.sub-mv {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 160px 0;
}

.h1-sub-en {
	font-size: 8.8rem;
	line-height: 1.2;
	font-weight: var(--bold);
	color: var(--base);
}

.h1-sub-jp {
	font-size: 2.4rem;
	line-height: 1.0;
	font-weight: var(--bold);
	color: var(--base);
}


/*privacy*/

.img-sub-mv-privacy {
	background-image: var(--gradient);
}

.main-privacy{
	padding: 100px 0 150px;
}


.h2-privacy {
  font-size: 1.8rem;
	font-weight: var(--bold);
  margin: 2em 0 .5em;
}

.main-privacy p, .main-privacy li {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.ul-privacy li::marker {
	content: "・";
	font-size: 1.6rem;
	color: inherit;
}

/* faq */

.faq-list-wrap {
	margin: 0;
}

.faq-list-wrap li:nth-child(1) {
	border-top: 2px solid var(--bg-2);
}

.faq-list {
	display: flex;
	gap: 2.0em;
	padding: 2.2em 3.11em;
	margin: 0;
	border-bottom: 2px solid var(--bg-2);
}

.faq-q-mark {
	color: var(--main-color-3);
	line-height: 1.9;
}

.faq-q {
	color: var(--main-color-2);
	font-size: 2.0rem;
	line-height: 1.9;
	font-weight: var(--bold);
	margin-bottom: 10px;
}

.faq-a {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0;
}

/* about */
.img-sub-mv-about {
	background-image: url(images/about_title_bg.jpg);
}

.about-change {
	background-image: url(images/about_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 0 0 200px;
}

.text-about-change {
	text-align: left;
	margin-top: 100px;
}

.h2-about-change {
	margin-bottom: 1.0em;
}

.p-wrap-about-change {
	width: 75%;
}

.p-wrap-about-change p {
	margin-bottom : 1.0em;
}

.h2-about-features {
	margin-bottom: 1.2em;
}

.about-features {
	padding: 100px 0;
	background-color: var(--bg-1);
}


.about-features-point {
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 1.5em 0;
}

.features-text {
	width: 60%;
}

.features-point {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: var(--bold);
	line-height: 1.0;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color-4);
	width: 100%;
	color: var(--main-color-4);
}

.about-features-h3 {
	margin: 1.0em 0;
}

/* about-job */

.about-job {
	padding: 100px 0;
}

.about-job-h2 {
	padding: 0.5rem 1rem 0.5rem 1em;
    margin-bottom: 1em;
	background-image: linear-gradient(to top, #1792DF 10%, #074195 100%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
}

.about-job-list-wrap {
	display: flex;
	flex-direction: row;
	gap: 4px;
}


.about-job-list {
	display: flex;
	flex-direction: column;
	max-width: 300px;
	margin: 0 auto;
}

.job-name {
	display: inline-block;
	width: 100%;
	color: var(--base);
	font-size: 2.2rem;
	font-weight: var(--bold);
	background-color: var(--main-color-1);
}

/* about-system */

.about-system {
	padding: 100px 0;
}

.about-system-list-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.about-system-list{
	width: 32.5%;
	padding: 1.8em 2.2em;
	background-color: var(--accent-color-3);
	margin: 0;
	list-style: none;
}

.about-system-list-h3 {
	margin-bottom: 1.1em;
	position: relative;
}

.about-system-list-h3::after {
	position:absolute;
	content: "";
	display:inline-block;
	width:50px;
	height:3px;
	background-color:var(--accent-color-2);
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.h2-about-system {
	margin-bottom: 2em;
}


/* about-eg */

.about-eg {
	padding: 100px 0 200px;
}

.about-eg-h2-wrap {
	margin-bottom: 3.5em;
}

.text-s-14 {
	font-size: 1.4rem;
	line-height: 1.0;
}

.h2-about-eg {
	margin-bottom: 0.5em;
}


.about-eg {
	position: relative;
}

.about-eg::before {
	content:"";
	background-image: url(images/square3.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 300px;
	top: 0;
	right: 0;
}

.about-eg::after {
	content:"";
	background-image: url(images/square4.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 300px;
	bottom: 0;
	left: 0;
}


.about-eg-wrap {
	display: flex;
	flex-direction: row;
}

.about-eg-job {
	font-size: 2.2rem;
	font-weight: var(--bold);
	line-height: 1.6;
	padding-left: 1.0em;
	margin-bottom: 0.73em;
	display: flex;
	align-items: center;
	position: relative;
}

.about-eg-job::before {
	content: "■";
	color: var(--main-color-2);
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 0;
}

.about-eg-salary {
	display: block;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: var(--bold);
	margin-bottom: 8px;
	color: var(--main-color-2);
}

.about-eg-details {
	padding-left: 2.0em;
	position: relative;
}

.about-eg-details::before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--main-color-4);
	position: absolute;
	top: 0;
	left: 6px;
}

.about-eg-derails-inner{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.about-eg-dt {
	width: 40%;
	font-size: 1.6rem;
	margin-bottom: 8px;
	font-weight: var(--bold);
}

.about-eg-dd {
	width: 60%;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.about-eg-list-wrap{
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.about-eg-list {
	list-style: none;
}

/* delivery business */
.img-sub-mv-delibusi {
	background-image: url(images/delibusi_title_bg.jpg);
}

.h1-en-delivery {
	font-size: 6.6rem;
	line-height: 1.33;
}

.delibusi-why {
	padding: 100px 0;
}

.delibusi-features-h3 {
	margin: 0.8em 0 0.5em;
}

.delibusi-features-wrap {
	margin-bottom: 100px;
}

.delibusi-bg {
	background-image: url(images/delibusi_top_bg.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

.delibusi-features {
	display: flex;
}

.delibusi-features-point {
	margin: 0 auto;
	list-style: none;
}

.delibusi-solve {
	display: flex;
	justify-content: center;
	align-items: center;
}

.solve-p {
	display: block;
	width: 60%;
	margin: 0 auto;
}

/* delibusi-reform  */
.delibusi-reform {
	padding: 100px 0;
}

.delibusi-reform-wrap {
	padding: 110px 80px 80px;
	border: 3px solid var(--main-color-2);
}

.h2-delibusi-reform {
	color: var(--base);
	background-image: var(--gradient);
	padding: 0.4em 2.0em;
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 2;
	width: 63%;
}

.reform-emphasis {
	color: var(--main-color-2);
	background-image: radial-gradient(circle at center, var(--main-color-2), transparent 20%); 
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em; 
	padding-top: .4em;
}

.reform-point-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.reform-point {
	padding: 2em 0.8em;
	border: 2px solid var(--bg-1);
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	width: 32%;
}

.reform-point::after {
	content: "";
	background-image: url(images/sparkling.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 63px;
	height: 74px;
	position: absolute;
	top: -27px;
    right: 6px;
}

.reform-point-span {
	color: var(--main-color-4);
	line-height: 1.5;
	margin: 0;
}

.mainp-delibusi-reform {
	margin: 0 0 0.8em;
}

.reform-engineer {
	padding: 20px 0;
	background-color: var(--accent-color-3);
	margin: 0;
}

.delibusi-recommend {
	padding: 100px 0 100px;
}

.h2-delibusi-rocommend {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.img-delibusi {
	width: 200px;
}

.delibusi-recommend-list-wrap {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
/*     gap: 3em; */
    justify-content: space-around;
}

.delibusi-recommend-list {
	padding: 1.0em;
	margin: 0;
	width: 40%;
	list-style: none;
}

.recommend-num-wrap {
	margin-bottom: 3em;
}

.recommend-num {
	font-size: 8.8rem;
	line-height: 1.0;
	color: #CFEAEF;
}

.recommend-text {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.7em;
}

.copy-s {
	font-size: 1.4rem;
}

.feature-border {
    display: flex;
    align-items: center;
	color : var(--main-color-4);
	font-weight: var(--bold);
}

.feature-border:before,
.feature-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: var(--main-color-4);
}

.feature-border:before {
    margin-right: 1rem;
}

.feature-border:after {
    margin-left: 1rem;
}

.recommend-feature-list {
	font-size: 1.5rem;
	line-height: 1.9;
	padding: 0.8em 1.5em 1.0em;
	border-bottom: 2px solid var(--main-color-4);
	list-style: none;
}

.recommend-feature-list li {
    position: relative;
    padding-left: 0.6em;
	margin: 0;
    }

.recommend-feature-list li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px; 
    display: block;
    position: absolute; 
    left: 0;
    top: 0.8em; 
    content: "";
    background: var(--main-color-4); 
}

.p-22-16 {
	font-size: 2.2rem;
	line-height: 1.6;
}

/* voices */
.img-sub-mv-voices {
	background-image: url(images/voices_title_bg.jpg);
}

.text-archive .title-archive-voices {
	font-size: 2.0rem;
	line-height: 1.9;
	font-weight: var(--bold);
	color: var(--main-color-1);
	margin-bottom: 1em;
}

.name-voices {
	font-size: 1.6rem;
}

.text-voices {
	color: var(--text-sub);
	font-weight: 500;
	font-size: 1.4rem;
}

.details-archive {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 93%;
}

/* cases */
.img-sub-mv-cases {
	background-image: url(images/cases_title_bg.jpg);
}

.title-archive-cases {
	font-size: 2.0rem;
	line-height:1.5;
	margin-bottom: 0.7em;
}

.text-archive-cases {
	width: 290px;
	padding: 24px;
	border: 2px solid var(--main-color-4);
	background-color: var(--base);
}

.cases-text {
	color: var(--text-main);
}

.archive-cases {
	display: grid;
  grid-template-columns: repeat(auto-fill,290px);
  gap: 30px 10px;
  justify-content: space-evenly
}

.cases-details-archive {
	display: grid;
	grid-template-columns: 0.65fr 1fr;
}

.archive-wrap-cases {
	padding-top: 0;
}

/* topics */
.img-sub-mv-topics {
	background-image: url(images/topics_title_bg.jpg);
}

.title-archive-topics {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: var(--bold);
	margin-bottom: 1em;
}

.time-single-archive {
	font-size: 1.4rem;
	justify-content: flex-end;
	font-weight: var(--normal);
}

/* faq */
.img-sub-mv-faq {
	background-image: url(images/faq_title_bg.jpg);
}

.faq-wrap, .company-details-wrap {
	padding: 100px 0 150px;
}

/* company */
.img-sub-mv-company {
	background-image: url(images/company_title_bg.jpg);
}

.h2-company {
	margin-bottom: 60px;
}

.img-company {
	max-width: 600px;
	margin: 0 auto 40px;
}

.company-message-wrap {
	padding: 100px 0; 
}

/* table */
.table {
	width: 100%;
}

.table th,
.table td {
  padding: 24px 0;
  border: none;
	font-size: 1.6rem;
	line-height: 1.8;
	 border-bottom: 1px solid var(--bg-2);
}

.table th {
  width: 30%;
	font-weight: var(--bold);
	text-align: left;
}

.td-company-place {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.table-time-schedule th {
	font-size: 2.4rem;
	color: var(--main-color-4);
}

.table-time-schedule td {
	font-size: 1.8rem;
}

/* sp */
@media only screen and (max-width: 480px) {
.table th,
.table td {
    width: 100%;
    display: block;
  }

.table th {
    width: 100%;
  }

.table td {
    padding-top: 0;
  }
}

/* 404 */
.img-404 {
	max-width: 400px;
	margin: 0 auto;
}

/* recruit */
.img-sub-mv-recruit {
	background-image: url(images/recruit_title_bg.jpg);
}

.recruit-wrap {
	padding: 100px 0;
}

.h2-recruit {
	margin-bottom: 1.16em;
}

.recruit-points {
	margin-bottom: 160px;
}

.recruit-points-wrap {
	margin: 0;
}

.recruit-points-wrap li{
	font-weight: var(--bold);
	list-style: none;
	padding-left: 1.3em;
    text-indent: -2.3em;
}

.recruit-points-wrap li::before{
	content: "";
	background-image: url(images/recruit-check.svg);
	margin-right: 10px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.h3-recruit-details{
	padding: 0.25em 0.85em;
	border-left: 6px solid var(--main-color-3);
	margin-bottom: 0.5em;
}

.recruit-job {
	margin-top :0;
}

.recruit-benefit li,
.recruit-job li{
	margin: 0;
	list-style: none;
}

.recruit-driver, .recruit-engineer {
	margin-bottom: 100px;
}

.h3-rcruit-flow {
	margin-bottom: 60px;
}

.recruit-flow-detail-wrap {
	margin: 0 auto;
}

.recruit-flow-detail {
	display: flex;
	flex-direction: column;
}

.span-recruit-flow{
	font-size: 1.4rem;
	font-weight: var(--bold);
	line-height: 1.0;
	margin-bottom: 10px;
	color: var(--main-color-4);
}

.recruit-flow-detail li {
	margin: 0;
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	gap:80px;
	justify-content: start;
	vertical-align: center;
}

.img-recruit-flow {
	display: flex;
	flex-direction: column;
}

.img-recruit-flow::after {
	content:"";
	display:block;
	background-image: url(images/flow-arrow-down.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 10px;
	margin: 0 auto;
}

.img-recruit-flow-last::after{
	display: none;
}

.flow-img {
	width: 100px;
	margin-bottom: 2em;
}

.h4-recruit-flow {
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: var(--bold);
	margin-bottom: 1em;
}

.p-recruit-flow {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 0;
}




/*********************
LOADING
*********************/
#loading,
#loading_logo {
   display: none;
}

.home #loading {
	background-color: #fff;
	display: block;
	position: fixed;
	left: 0;
	text-align:center;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.home #loading_logo {
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
}

#loading_logo img {
   width:210px;
}




/*********************
COLOR
**********************/
.bg-white {
   background-color: #fff;
}

.bg-gray {
   background-color: var(--bg-gray);
}

.bg-black {
   background: var(--bg-black);
}

.color-black {
   color: #000;
}

.color-pink {
   color: var(--pink-dark);
}

.color-green {
   color: var(--green-dark);
}

/*********************
MARGIN
*********************/
.margin-intro {
   margin-bottom: 180px;
}
.margin-section {
   margin-bottom: 160px;
}
.margin-content {
   margin-bottom: 100px;
}
.margin-card {
   margin-bottom: 60px;
}
.margin-image {
   margin-bottom: 25px;
}

@media only screen and (max-width: 560px) {
   .margin-intro{
      margin-bottom: 150px;
   }
   .margin-section {
      margin-bottom: 90px;
   }
   .margin-content{
      margin-bottom: 80px;
   }
   .margin-card{
      margin-bottom: 50px;
   }
   .margin-image{
      margin-bottom: 60px;
   }
}


/*********************
ANIMATION
*********************/
.fadein {
   opacity: 0;
   transform: translateY(30px);
   transition-property: transform, opacity;
   transition-duration: 1.5s;
   transition-delay: 0s;
}

.fadein.is-active {
   opacity: 1;
   transform: translateY(0);
}

.delay--2 {
   transition-delay: .3s;
}

.delay--3 {
   transition-delay: .6s;
}

.delay--4 {
   transition-delay: .9s;
}

.delay--5 {
   transition-delay: 1.2s;
}


@media only screen and (min-width: 561px) {

}

/*********************
RESPONSIVE
*********************/
@media only screen and (max-width: 1040px) { 
   .pc_only { display: none !important; }
   .sp_only { display: none !important; }
   .sp_pc { display: none !important; }
	
/* 	home */
	
	.br_pc-title {
	display: none;
}
	.br_pc-title-{
		display: block;
	}
	
	.mv-catchphrase {
    font-size: 5rem;
	}
	
	.mv-features {
		width: 83%;
	}
	
		
	.home-about-bt {
		display: block;
	}
	
	.home-about-bt-p {
		width: 100%;
	}
	
	.home-about-bt-img {
		display: block;
		width: 65%;
	}
	
	.home-about-bt-img2 {
		bottom: -190px;
		right: -170px;
	}
		
	
	.home-delivery {
		gap: 2em;
	}
	
	.home-delivery {
        flex-direction: column;
        align-items: center;
	}
	
	.home-delivery-p {
    width: 75%;
	}
	
	.home-delivery::after {
		width: 65%;
	}

	
	.top-voices-container, 
	.top-cases-container, 
	.top-topics-container {
    margin-bottom: 3em;
	}
	
	.archive-cases {
    grid-template-columns: repeat(auto-fill, 290px);
    gap: 20px 10px;
	}
	
	.home-cases {
    background-size: cover;
	}
	
	.cta-text {
    padding: 3.6em;
    width: 63%;
	}
	
	.cta-img {
    width: 350px;
	}
	
	
	.footer-main {
		background-size: cover;
	}
	
	.footer-main-else {
        padding: 100px 0 0 0;
		margin: 0;
    }
	
	.footer-info-wrap {
		flex-direction: column;
		gap: 48px;
	}
	
	.h2-delibusi-reform {
		padding: 0.4em 1.0em;
		width: 80%;
		top: 60px;
		 font-size: 3.0rem;
	}
	
/* 	single-topic */
	.main-single-wrap {
    align-items: center;
    flex-direction: column;
	}
	
	.main-single-post {
		width: 100%;
	}
	
	.single-aside-wrap .rtoc-mokuji-content{
		display: none;
	}
	
	.single-aside-wrap {
		width: 100%;
	}
	
	.related-post-list-wrap {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}
	
	.related-post {
		flex-direction: column;
	}
	
	.related-post-list {
		margin: 0;
		width: 30%;
	}
	
	.image-archive-single {
		width: 100%;
	}
	
}
@media only screen and (max-width: 960px) { 
   .pc_only { display: none !important; }
   .sp_only { display: none !important; }
   .sp_pc { display: none !important; }
	
	.details-archive {
    grid-template-columns: 1fr;
	}

}
@media only screen and (max-width: 860px) { 
   .pc_only { display: none !important; }
   .sp_only { display: none !important; }
   .sp_pc { display: none !important; }
	
	.footer-cta {
		flex-direction: column;
	}
	
 	.cta-text{
		padding: 3.0em 3.0em;
		width: 90%;
	}
	
	.cta-img {
        margin: -8%;
	}
	
	.footer-main-else {
        padding: 100px 0 0 0;
    }
	
		.about-job-list-wrap {
		gap: 10px;
		flex-wrap: wrap;
	}
	
/* 	sub */
	
	.about-system-list-wrap {
    flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.about-system-list {
		width: 100%;
	}
	
	.about-eg-job {
		font-size: 1.8rem;
	}
	
/* 	delivery */
	.h1-sub-en.h1-en-delivery,
	.img-sub-mv-company .h1-sub-en{
		font-size: 5.6rem;
	}
	
	.delibusi-reform-wrap {
    padding: 80px 40px 40px;
	}
	
	.time-single {
		font-size: 1.3rem;
	}
	
	.text-archive .title-archive-voices {
		font-size:1.8rem;
	}

	/* 	single-voice */
	
	.features-img {
    width: 240px;
	}
	
	.time-schedule-wrap {
    gap: 24px;
	}
	
}


@media only screen and (max-width: 768px) { 
   .pc_only { display: none !important; }
   .sp_only { display: none !important; }
   .sp_pc { display: none !important; }
	
	.mv-catchphrase {
    font-size: 4rem;
	}
	
	.mv-features {
        width: 63%;
	}
	
	.h2-l {
		font-size: 2.8rem;
		line-height: 1.6;
	}
	
	.h2-m {
		font-size: 2.6rem;
		line-height: 1.6;
	}
	
	.h2-m2, .h3-m2 {
		font-size: 2.2rem;
	}
	
	.home-about-features li {
    width: 320px;
    margin: 0;
	}
	
	.number {
		font-size: 5.0rem;
	}
	
	.home-features-h3 {
		font-size: 1.8rem;
	}
	
	.h2-top-recruit {
		font-size: 3.2rem;
	}
	
	.features-img {
		width: 220px;
	}

	.top-faq-main {
		flex-direction: column;
	}
	
	.top-faq-main .left{
		display: flex;
		justify-content: space-between;
	}
	.faq-img {
		width: 220px;
	}
	
	.top-faq-main .container-ms{
		width: 100%;
	}
		
	.about-eg-list-wrap {
    	gap: 0;
		width: 100%;
	}
	
		.cta-img {
        width: 300px;
    }
	
	.home-delivery {
    padding: 85px 0;
	}
	
/* 	delivery */
	.delibusi-features{
		flex-direction: column;
	}
	
	.delibusi-features-point {
		width: 100%;
	}
	
	.recommend-num {
    font-size: 6.8rem;	
}	
		
	.delibusi-recommend-list {
		width: 50%;
	}
	
	.recommend-feature-list {
		    padding: 0.8em 0.8em 1.0em;
	}
	

	
}
	
@media only screen and (max-width: 670px) {
   .pc_only { display: none !important; }
   .tb_only { display: none !important; }
   .tb_pc { display:none!important; }
	
	
	.job-name {
		font-size: 1.8rem;
	}
	
	
	.h2-top-recruit {
        font-size: 2.8rem;
    }
	
	
	.archive-cases {
      grid-template-columns: repeat(auto-fill, 240px);
	}
	
	.text-archive-cases {
    padding: 0.8em;
		width: 240px;
	}
	
	.title-archive-cases {
		font-size: 1.8rem;
	}
	
	.cases-details-archive .strong {
		font-size: 1.6rem;
	}

	.cases-text {
		font-size: 1.4rem;
	}
	
/* 	sub */
	
	.h1-sub-en {
		font-size: 6.8rem;
	}
	
	.about-job-list {
		max-width: 240px;
	}
	
	.delibusi-reform-wrap {
    padding: 80px 20px 40px;
	}
	
	.about-change {
    padding: 0 0 100px;
	}
	
	.p-wrap-about-change {
    width: 100%;
	}
	
	.reform-point-wrap {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	
	.reform-point {
		width: 80%;
	}
	
	.delibusi-solve {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		gap: 16px;
	}
	
	.solve-p {
		width: 87%;
	}
	
	.delibusi-recommend-list-wrap {
    flex-direction: column;
		gap: 40px;
	}
	
	.delibusi-recommend-list {
        width: 60%;
    }
	
	.img-delibusi {
		width: 150px;
	}
	
	.h2-delibusi-rocommend {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
	}
	
	.recruit-flow-detail li {
    gap: 20px;
	}
	
/* 	single-voice */
	
	.time-schedule-wrap {
    flex-direction: column;
	}
	
	.features-img {
		margin: 0 auto;
	}
	
	.title-dayflow-wrap {
		width: 80%;
		margin: 0 auto;
		flex-direction: row;
		align-items: center;
	}
	
	.table-time-schedule {
		width: 80%;
		margin: 0 auto;
	}
	
	
	.title-single{
		font-size: 2.8rem;
	}
	
	
	    .related-post-list-wrap {
        flex-direction: column;
    }
    .related-post-list {
        width: 100%;
	}
	    .related-post {
        flex-direction: row;
	}
	
	    .image-archive-single {
        max-width: 100px;
    }
	
}

@media only screen and (max-width: 535px) {
   .pc_only { display: none !important; }
   .tb_only { display: none !important; }
   .tb_pc { display:none!important; }
	
	.mainvisual_pc {
	display: none;
}
	
	.mainvisual_sp {
	display: block;
}
	
	.mv-text {
		top: 70%;
		left: 1.5em;
	}
	
	 .mv-catchphrase {
        font-size: 5rem;
    }
	
	.mv-features {
        width: 95%;
	}
	
	
	.home-about-bt-img2 {
        bottom: -80px;
        right: -120px;
    }
	
	.home-delivery-img {
		width: 92%;
	}
	
	 .home-delivery-p {
        width: 86%;
    }
	
	.top-voices .cell--1-3,
	.archive-wrap .cell--1-3{
		width: 100%;
	}
	
	.archive-cases {
      grid-template-columns: repeat(auto-fill, 170px);
		gap: 10px 5px;
	}
	
	.text-archive-cases {
    padding: 0.5em;
		width: 170px;
	}
	
	.title-archive-cases {
		font-size: 1.6rem;
	}
	
	.cases-details-archive .strong {
		font-size: 1.2rem;
	}

	.cases-text {
		font-size: 1.2rem;
	}
	
	.faq-list {
		padding: 1.5em 1.2em;
	}
		
	.cta-text {
		padding: 3.0em 2.2em 3.0em;
    }
	
	.cta-h2 {
		font-size: 2.6rem;
	}
	
	.footer-foot-list {
    width: 95%;
	}
	
	.footer-main {
    padding: 120px 0 0 0;
    margin: -120px 0;
	}
		
/* 	sub */
	
	.about-features-point {
		flex-direction: column;
	}
	
	.features-text {
    width: 80%;
	}
	
	.about-eg-list-wrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	
	.h2-delibusi-reform {
		padding: 0.4em 0.4em;
		width: 85%;
		top: 60px;
	}
	
	.reform-point {
		width: 90%;
	}
	
	.delibusi-recommend-list {
        width: 73%;
    }

	.h1-sub-en,
	.h1-sub-en.h1-en-delivery, 
	.img-sub-mv-company .h1-sub-en {
        font-size: 4.8rem;
    }
	
		.h1-sub-en.h1-en-delivery, 
	.img-sub-mv-company .h1-sub-en{
		line-height: 1.1;
	}
	
	.h1-sub-jp {
    font-size: 1.8rem;
}
	.title-archive-topics {
    font-size: 1.6rem;
	}
	
	    .about-change {
        padding: 0 0 60px;
    }
	
	.h2-about-features {
    margin: 0 0.4em 1em;
}
	.about-features {
    padding: 40px 0;
}

	
/* 	single-voice */
	.details-archive-single {
    width: 75%;
	}
	
	.title-dayflow-wrap{
		width: 80%;
		flex-direction: column;
		align-items: flex-start;
	}      
	
	.pagination .page-numbers a,
	.pagination .nav-links .prev,
	.pagination .nav-links .current,
	.pagination .nav-links .next{
    width: 40px;
    height: 40px;
	}
	
	.
	
/* 	single-topics */
	.related-post-list-wrap {
        display: flex;
        flex-direction: column;
	}
	
	.related-post-list {
        margin: 0;
        width: 100%;
    }
	
	    .related-post {
        flex-direction: row;
			align-items: center;
    }
	
	.image-archive-single {
        width: 40%;
    }
	
	.text-about-change {
    margin-top: 40px;
}
	.delibusi-why {
    padding: 40px 0;
}
	.archive-wrap {
    padding-top: 20px;
}
	
	.recruit-wrap {
    padding: 40px 0;
}
	
	.faq-wrap, .company-details-wrap {
    padding: 40px 0 40px;
}
	
	.sub-mv {
    padding: 60px 0 ;
}
	
	.about-job {
    padding: 40px 0;
}
	
	.about-system {
    padding: 40px 0;
}
	
	.h2-about-system {
    margin-bottom: 1em;
}
	
	.recruit-points {
    margin-bottom: 100px;
}
	.related-post-list .related-post .text-wrap {
		font-size: 1.2rem;
	}
	
	.delibusi-recommend {
    padding: 40px 0 40px;
}
	
	.main-single-wrap {
    padding: 20px 0 40px;
	}
	
	.btn-single {
    margin: 0 auto 40px;
}
	
	 .title-single {
        font-size: 1.8rem;
		 line-height: 1.6;
    }
	
	.main-single-post h2 {
    font-size: 2.0rem;
}
	.main-single-post h3 {
    font-size: 1.8rem;
	}

	.text-archive .title-archive-voices {
        font-size: 1.6rem;
    }
	
	    .h2-l {
        font-size: 2.2rem;
        line-height: 1.6;
    }
	
	.faq-q {
    font-size: 1.8rem;
		margin-bottom: 16px;
}
	.header-single {
    padding-top: 40px;
}
	
	.details-archive-single {
    margin-bottom: 20px;
	}
	
	.eyecatch-single-voices {
    margin: 0 auto 40px;
}
	
	.voices-list-wrap {
    padding-bottom: 60px;
}
	
	.time-schedule-wrap {
    padding: 60px 0;

}
	
	.else-voices {
    padding: 60px 0;
}
	
	.single-voices {
    padding-bottom: 80px;
}
	
}
	
@media only screen and (max-width: 480px) {
   .pc_only { display: none !important; }
   .tb_only { display: none !important; }
   .tb_pc { display:none!important; }
	
	.br_pc-title-{
		display: none;
	}
	
	
	.mv-catchphrase {
        font-size: 4.5rem;
	}
	
	.cta-img {
        width: 280px;
    }
	
	.table th {
    border-bottom:none;
	}
	
	.br_sp{
		display: block;
	}
	
	.br_pc {
		display: none;
	}	
}


@media only screen and (max-width: 320px) {
   html { font-size: .58em; }
	
	
	
}



.blog-card {
    background: #fcfcfc;
    border: 1px solid #005ae0;
    word-wrap: break-word;
    max-width: 70%;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: flex-start; /* Ensure vertical alignment at the top */
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .blog-card {
        background: #fcfcfc;
        border: 1px solid #005ae0;
        word-wrap: break-word;
        max-width: 100%;
        border-radius: 5px;
        margin: 0 auto;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
        transition: 0.3s ease-in-out;
        display: flex;
        align-items: flex-start;
        padding: 10px;
    }
}


.blog-card:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}
figure {
  max-width: 100%; /* 親要素の幅に合わせてリサイズ */
  margin: 0 auto; /* 中央揃えにするためのスタイル (任意) */
}


.blog-card-thumbnail {
    flex: 0 0 25%; /* Set to 25% of the card width */
    margin-right: 15px; /* Space between image and content */
    overflow: hidden; /* Crop the image if it exceeds the height */
}
@media screen and (max-width: 768px) {
    .blog-card-thumbnail {
 
    }
}


.blog-card-thumbnail img {
    max-width: 100%; /* Ensure the image fills the thumbnail box */
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px;
    width: 100%; /* Set image width to 25% */
}

.blog-card-content {
    flex-grow: 1; /* Allow the content to take up the remaining space */
	display: flex;
    align-items: center;
}

.blog-card-title {
    font-size: 1em;
    font-weight: bold;
    color: #0073aa; /* WordPress blue for the title */
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .blog-card-title {
        font-size: 0.8em; /* スマホサイズではフォントを少し小さく */
        font-weight: bold;
        color: #0073aa; /* タイトルの色は同じ */
        margin-bottom: 8px; /* 余白を少し増やす */

    }
}


.blog-card-title:hover {
    text-decoration: underline;
}

.blog-card-excerpt {
    font-size: 0.7em;
    color: #555;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
}

.clear {
    clear: both;
}
.custom-blog-card-link{
	display: flex;
	text-decoration: none;
	
}
@media screen and (max-width: 768px) {
    .custom-blog-card-link {
        display: flex;
        text-decoration: none;
       flex-direction: row;
    }
}
@media screen and (max-width: 768px) {
    img.attachment-medium.size-medium.wp-post-image {
        width: 150px; /* スマホサイズでは画像の幅を100%に */
    }
}


/* --- 共通 --- */
.home-delivery-img {
  width: 100%;          /* レスポンシブに横幅100% */
  max-width: 500px;    /* デフォルト＝PC 上限 */
}

.home-delivery-img img.shadow {
  display: block;       /* 余計な隙間を消す */
  width: 100%;          /* 親要素の幅にフィット */
}

/* --- スマホ（幅 0‒767px） --- */
@media (max-width: 767px) {
  .home-delivery-img {
    max-width: 750px;   /* スマホ用の上限 */
  }
}

