@charset "UTF-8";

/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


/* /////////// */
/* RESET */
/* /////////// */
h2 {
    border-top: none;
    border-bottom: none;
}

h3 {
    border: none;
}

h3:after {
    border-bottom: none;
}

h4.wp-block-heading {
    background: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-weight: normal;
}
div {
  border: initial; 
}

/* フォントサイズ指定 */
h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

p{
  margin-bottom: 1rem;
}
/* フォントサイズ指定 */

img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: bottom;
    background:transparent;
/*    width: 100%;*/
    height: auto;
    /* object-fit: cover; */
	} 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul.header-menu {
  list-style-type: none;
} 
.simount-list {
  padding-inline-start:0;
}
/* リストをアウター内に収める */
.vk_outer .wp-block-list,
.vk_outer ul,
.vk_outer ol {
  list-style-position: inside;
  padding-left: 0;           
  margin-left: 0;
}

/* リストをアウター内に収める */
.vk_outer .wp-block-list,
ul.is-style-vk-numbered-circle-mark li:before {
  list-style-position: inside;
  padding-left: 0;           
  margin-left: 0;
}

ul.is-style-vk-numbered-circle-mark li, ol.is-style-vk-numbered-circle-mark li {
  padding-left: 2em;
}

ul.is-style-vk-numbered-circle-mark li:before, ol.is-style-vk-numbered-circle-mark li:before {
  line-height: calc( 1rem * 1.6 );
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {
    quotes:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {
    display: inline-table;
    min-height: 1%;
}
 
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}



/* //////////////// */
/* RESET WP */
/* //////////////// */
.site-body{
    padding: 0;
    padding-top: 50px;
}

.page-id-27 .site-body{
padding-top: 0;
}
    

/* .top-body{
    margin-top: 0;
} */

/* トップの.containerを解除 */
.page-id-27 .container,
.page-id-320 .container{
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 余分なWPパーツを非表示 */
.site-body-bottom{
    display: none;
}
.vk-mobile-nav-menu-btn{
    display: none;
}
.vk_post .vk_post_btn {
	padding-right:2.5rem;
}

/* ページ内の幅リセット */
/* .main-section--col--two{
  width: auto;
  float: none;
} */


/**** ページ上部に共通の余白 ****/
/* .entry-body{
padding-top: 80px;
} */

/* .page-id-27 .entry-body{
  padding-top: 0;
} */

/* 全幅の設定 */
.ltg-container .alignfull {
    width: 100vw; /* ビューポート全幅 */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
}


/* ページごとに、背景画像を設定 */
.page-id-79 .site-body,
 .page-id-39 .site-body,
.page-id-262 .site-body,
.page-id-158 .site-body{
    background-image: url(/images/common/sample-background-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
}

/* PageTop */
#page_top{
  display: none;
}
.page_top_btn{
 box-shadow: 0 0 0px;
background-color: rgba(36, 68, 110, 0.8);
}

/* //////////////// */
/* common */
/* //////////////// */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
  }
  
  html body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
               "Meiryo", "Yu Gothic UI", "YuGothic", Arial, sans-serif;
    font-weight: 400;
    color: #262626;
  }
  
  body a {
    color: #333333;
    text-decoration: none;
    transition: .2s;
  }
  
  body a:hover {
    opacity: 0.7;
    color: unset;
    text-decoration: none;
  }
  
  .pc {
    display: block;
  }
  
  .sp {
    display: none;
  }
  
  ul {
    padding-left: 0;
  }
  
  .content {
    width: 100% !important;
    max-width: 1140px !important;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
  }

.flexbox{
  display: flex;
}
.flex2{
    display: flex;
}
.flex2>div{
    width: 50%;
}

.imgbox img{
  width: 100%;
  object-fit: cover;
}

/* 位置 */
.center{
  margin-right: auto;
  margin-left: auto;
}

/* サイズ */
.w80{
  width: 80%;
}

/*  Space */
.mt20{
  margin-top: 20px;
}
.mt40{
  margin-top: 40px;
}
.section{
margin-top: 80px;
margin-bottom: 80px;
}
.section_mb{
margin-bottom: 80px;
}

/* title */
.h2{
font-weight: 400;
font-size: 2rem;
text-align: left;
color: #24446e;
}

.h2-san {
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
  color: #24446e;
}

.h2_sub{
/* font-family: "M+ 1c"; */
font-weight: 300;
font-size: 1.25rem;
color: #1681a2;
}

.h2-circle,.h2-circle_block{
  font-weight: 400;
  font-size: 2.5rem;
  text-align: left;
  color: #24446e;
  padding-left: 40px;
  position: relative;
  z-index: 5; 
}

.h2-circle::before,
.h2-circle_block::before{
  content: '';
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #00B6E2;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: -1; 
}
.h2-circle_block{
margin-bottom: 0 !important;
}

.h2_sub-circle{
  padding-left: 40px;
  color:#00B6E2;
  font-size: 1.25rem;
}

.h2-border{
  font-size: 2.5rem;
 color:#24446E;
 padding-left: 26px;
   position: relative;
}
.h2-border::before{
  content: '';
  width: 3px;
  height: 43px;
  background: #00B6E2;
    position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  
}

/* サービスページ見出し */


.logigo-h2 {
  font-weight: 400;
  font-size: 2.2rem;
}
.logigo-h3 {
  font-size: 1.8rem;
  font-weight: 400;
}

.h3-service {
  color: #24446e;
  position: relative;
  font-size: 1.5rem; 
  font-weight: bold;
  display: flex;
  align-items: center;
}

.h3-service::before {
  content: "";
  display: inline-block;
  width: 10px;              
  height: 10px;             
  background-color: #E3496F; 
  border-radius: 50%; 
  margin-right: 0.5em;  
  position: relative;
  top: 1px;
}

/* txt */
.txt-lead{
font-weight: bold;
font-size: 1.625rem;
color: #262626;
}

.txt-white{
  color:#fff;
}

.txt-serif{
  font-family: "Noto san JP";
}

.recruit-span {
	font-weight:600;
}
.recruit-span strong {
	font-weight:600;
}

/* パンくず */
.page-template-logi-go.breadcrumb-list__item ::before {
	content: "\f015";
	font-weight:900;
	font-family:"Font Awesome 6 Free";
}

/* bg */
.bg-gray{
    background: #F0F4F6;
}

.bg-image{
    background-image: url(/images/common/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:contain;
}



/* btn */
.btn{
padding: 10px 57px 10px 50px;
background: #24446e;
color:#fff;
position: relative;
border-radius: 0;
}
.btn:hover{
    color:#fff;
}
.btn::after{
content:url(/images/common/btn_arrow.svg);
display: block;
/* width: 18px;
height: 2px; */
position: absolute;
right: 20px;
top: 50%;
transform: translate(0,-50%);
}

.btn_white{
padding: 10px 57px 10px 50px;
background: #ffffff;
color:#000000;
position: relative;
}
.btn_white:hover{
    opacity: 0.8;
}
.btn_white::after{
content:url(/images/common/btn-white_arrow.svg);
display: block;
position: absolute;
right: 20px;
top: 50%;
transform: translate(0,-50%);
}

.btn-sharp_arrow{
font-weight: normal;
color: #78797b;
padding-right: 33px;
padding-bottom: 4px;
position: relative;
border-bottom: 1.5px solid #78797B;
}
.btn-sharp_arrow::after{
content:url(/images/common/btn-sharp_arrow.svg);
display: block;
width: 8.3px;
height: 10.59px;
position: absolute;
right: 2px;
top: 0;
transform: translate(-50%,0);
}
.btn-sharp_arrow:hover{
opacity: 80%;
}
.top-body{
  margin-top: 100px;
}
.btn-service {
  display: block;
  width: fit-content;
  padding: 13px 50.3px;
  background: #E1E1E1;
  border-radius: 30px;
}
.btn-service_contact {
  display: block;
  width: fit-content;
  padding: 13px 50.3px;
  background: #E3496F;
  color: #fff;
  border-radius: 30px;
}

.btn-service::after {
  content: url(/images/common/btn-service.svg);
}

.btn-service_contact::after {
  content: url(/images/common/btn-service_white.svg);
}

.btn-service:hover {
  background: #24446E;
  color: #fff;
  opacity: 1;
}

.btn-service:hover::after {
  content: url(/images/common/btn-service_white.svg);
}
.btn-service_contact:hover::after {
  content: url(/images/common/btn-service.svg);
}

.btn-service_contact:hover {
  background: #E1E1E1;
  color: #000;
  opacity: 1;
}

.btn-service_black{
  display: block;
  width: fit-content;
  padding: 13px 50.3px;
  background: #000000;
  border-radius: 30px;
  color:#fff;
}

.btn-service_black::after {
  content: url(/images/common/btn-service_white.svg);
  padding-left: 15px;
}
.btn-service_black:hover::after{
  opacity: 0.5;
}

.btn-service_white {
  display: block;
  width: fit-content;
  padding: 13px 50.3px;
  background: #ffffff;
  border-radius: 30px;
  color:#000000;
}

.btn-service_white::after {
  content: url(/images/common/btn-service.svg);
  padding-left: 15px;

}

.btn-service_blue {
display: block;
width: fit-content;
padding: 13px 50.3px;
border-radius: 30px;
color:#24446E;
font-weight: 700;
color:#fff;
background: #24446E;
border:1px solid #24446E;
}

.btn-service_blue::after {
content: url(/images/common/btn-recruit.svg);
padding-left: 15px;
}

.btn-service_blue:hover{
background: #ffffff;
color:#24446E;
opacity: 1;

}
.btn-service_blue:hover::after{
content: url(/images/common/btn-recruit_blue.svg);
}




/* ページヘッダー */
.page-header{
  margin-top: 100px;
  height: 260px;
}

/* //////////////// */
/* HEADER */
/* //////////////// */
.header{
  position:fixed;
  top: 0;
  left: 0;
  z-index:100;
  width: 100%;
  background: #fff;
}
.header-sp{
display: none;
}

.header{
    height: 100px;
    display: flex;
    align-items: center;
}
.header-wrap{
    display: flex;
   justify-content: space-between;
}

.header-logo{
    width: 254.73px;
}
.header .header-logo{
  transform: translateY(10px);
}

.header-menu{
    display: flex;
    padding-top: 16px;

}
.header-menu li{
    margin-left: 40px;
    font-weight: 700;

}
.header-menu li a{
    line-height:42.7px;
}
.header-menu_contact{
  font-size: 1.125rem;
    padding: 0px 26px;
    background: #24446E;
    color:#fff;
}
.header-menu_contact a,
.header-menu_contact a:link
.header-menu_contact a:visited{
    color:#fff;
}

/*ロジゴーヘッダー  */
.header-logi-go {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.header-logi-go .header-menu {
  padding-top: 36px;
}
.header-logi-go .header-menu li {
  margin-left: 20px;
}
.header-logi-go .header-menu_contact {
  background: #24446E;
  border-radius: 60px;
}
.header-logi-go .header-logo img {
  padding-top: 20px;
}

/*ロジゴースライダー */
.logigo-slider .swiper-button-next {
	display:none;
}
.logigo-slider .swiper-button-prev {
	display:none;
}
.logigo-slider .swiper-pagination-bullet {
	width:10px;
	height:10px;
	border-radius:30px;
}

.logistics-border {
	border:3px solid #efefef;
	padding:15px 15px !important;
}
.logistics-border ul.simount-list {
	margin-bottom:0 !important;
}
.logistics-column .vk_gridColumn_item_inner {
	border-radius:10px;
}

.entry-title {
	font-size: 2rem;
}
.btn-service_contact::after {
  margin-left: 1em;
}
.btn-service::after {
  margin-left: 1em;
}

.logigo-border p {
	display:flex;
	align-items:center;
}
.logigo-border img {
	margin-right:0.2em;
}
.h2-service:after {
	height:6px !important;
}

:root { --gutter: 16px; }  

.header-image-wrapper{
  position: relative;
  display: block;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  height: 260px;          
}

.header-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

h2.header-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  width: min(1140px, 100vw);
  padding: 0 var(--gutter);
}


@media (max-width:1199.98px) and (min-width:992px){
  h2.header-text{ width: min(960px, 100vw); }
}

@media (max-width:991.98px) and (min-width:768px){
  h2.header-text{ width: min(720px, 100vw); }
}

@media (max-width:767.98px){
  .header-image-wrapper{ 
    height: 200px;
    margin-top: 50px;
   }
  h2.header-text{
    font-size: 1.7rem;
    width: 100vw;           
    padding: 0 var(--gutter);     
  }
} 
 
/* //////////////// */
/* FOOTER */
/* //////////////// */
.footer{
  background: #707070;
  color:#fff;
}

.footer-wrap{
  display: flex;
  padding-top: 40px;
  padding-bottom: 33px;
}
.footer-left{
  width: 50%;
}

.footer-right{
  width: 50%;
  display: flex;
}

.footer-logo{
  width: 254px;
  margin-bottom: 60px;
}

/* menu */
.footer-menu_left,.footer-menu_right{
  width: 50%;
}

.footer-menu_left li,.footer-menu_right li{
  margin-bottom: 10px;
    font-weight: 700;

}
.footer-menu_left li a,.footer-menu_right li a,
.footer-menu_left li a:link,.footer-menu_right li a:active,
.footer-menu_left li a:active,.footer-menu_right li a:link,
.footer-menu_left li a:visited,.footer-menu_right li a:visited
{
    color:#fff;
}
.footer-menu_left li a.footer-menu_sub,
.footer-menu_right li a.footer-menu_sub{
  padding-left: 28px;
  font-weight: 500;
  position:relative;
}

.footer-menu_left li a.footer-menu_sub::before,
.footer-menu_right li a.footer-menu_sub::before{
  content:'-';
  position: absolute;
  left: 20px;
}
footer li {
  list-style-type: none;
}

/* copyright */
.copyright{
  font-size: 0.8125rem;
  line-height: 63px;
  text-align: center;
}

/* //////////////// */
/* TOP */
/* //////////////// */

/**** FV ****/
.top-fv{
    height: 560px;
  background-image: url(/images/top/fv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.top-fv_message{
padding-top: 100px;

}

.top-fv_lead{
font-weight: 500;
font-size: 3.125rem;
line-height: 80px;
color: #fff;
text-shadow: 0px 0px 6px #00222e;
margin-bottom: 32px;
}

.top-fv_txt{
width: 50%;
font-weight: 500;
font-size: 1.25rem;
line-height: 36px;
text-align: left;
color: #fff;
}

/**** top-NEWS ****/
.top-news{
  padding-top: 100px;
  padding-bottom: 80px;
}
.top-news_title{
    width: 250px;
}

.top-news .h2_sub{
    margin-bottom: 40px;
}
.top-news_notice ul li{
    display: flex;
    margin-bottom: 20px;
}
.top-news_wrap{
  display: flex;
}
.top-news_date{
    padding-right: 15px;
    line-height: 27px;
}

.top-news_category{
min-width: 106px;
height: 27px;
color:#fff;
font-weight: 700;
padding: 4px 0;
font-size: 0.75rem;
text-align: center;
margin-right: 14px;
}

/* カテゴリが設定されてない場合の背景色設定 */

.top-news_category{
  background: var(--cat-color, #636363)!important;
}

.service-release_category{
  background: var(--cat-color, #636363)!important;
}

.service-blog_tag{
  background: var(--cat-color, #636363)!important;
}

.taxonomy-category{
  background: var(--cat-color, #636363)!important;
}


.logi-go-news_title {
  width: 450px;
}
.logi-go-news_title .h2{
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}
figure.wp-block-video.logigo-movie {
	width:80%;
	margin: 0 auto;
}

/**** top-GOAL ****/
.top-goal{
   padding-top: 60px; 
   padding-bottom: 60px;
}

.top-goal .box{
  display: flex;
  justify-content: space-between;
}
.top-goal .box1{
padding-right: 20px;
}

.top-goal .h2_sub{
    margin-bottom: 30px;
}
.top-goal .txt{
    margin-bottom: 40px;
}
.top-goal .txt-lead{
    margin-bottom: 20px;
}

.top-goal_image{
    width: 640px;
}
.top-goal_image_sp{
    display: none;
}



/**** top-MESSAGE ****/
.top-message{
  /* padding-top: 100px;
  padding-bottom: 111px; */
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-message .box{
  display: flex;
  justify-content: space-between;
}

.top-message .box2{
  padding-left: 40px;
}

.top-message .h2_sub{
    margin-bottom: 30px;
}
.top-message .txt-lead{
    margin-bottom: 20px;
}

.top-message .txt{
    margin-bottom: 40px;
}
.top-message_image{
  width: 640px;
}

.top-message_image_sp{
  display: none;
}





/**** 会社概要 ****/
.top-company{
    padding-top: 40px;
    padding-bottom: 40px;
  background-image: url(/images/top/company2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-company_box{
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 44px 80px 40px;
    box-sizing: border-box;
}

.top-company .h2_sub{
   margin-bottom: 20px; 
}
.top-company .txt{
  margin-bottom: 40px;  
}

/**** 社会へのの取り組み・採用情報 ****/
.top-at{
    padding-top: 40px;
    padding-bottom: 40px;
}
.top-at_wrap{
    display: flex;
}
.top-at_wrap >div{
    width: 48%; 
    box-sizing: border-box ;
    justify-content: space-between;
}
.top-at_wrap >div:first-child{
    margin-right: 4%;
}

.top-attempt .h2_sub,
.top-recruit .h2_sub{
margin-bottom: 20px;
}

.top-attempt .txt,
.top-recruit .txt{
margin-bottom: 40px;
}

/**** 社会へのの取り組み ****/
.top-attempt{
  background-image: url(/images/top/attempt.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px 189px 40px;

}
/**** 採用情報 ****/
.top-recruit{
  background-image: url(/images/top/recruit.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px 189px 40px;
}
/**** 採用情報２ ****/
.top-recruit_2{
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/top/top-recruit.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.top-recruit_2 .top-company_box{
  margin-left: auto; 
  margin-right: 0;
}
.top-recruit_2 .h2_sub {
  margin-bottom: 20px;
}
.top-recruit_2 .txt {
  margin-bottom: 40px;
}


/**** バナー ****/
.top-bunner_service{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 38px;
}

/**** フローティングバナー****/
.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 88;
  margin-bottom: 20px;
}

.floating-banner a {
  display: block;
  max-width: 480px;      /* 横幅最大1000px */
  margin: 0 auto;         /* 中央寄せ */
}
.floating-banner a:hover {
   transform: translateY(-8px);
   opacity: 1;
}

.floating-banner img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  margin-bottom: 0px; /* バナーの高さ分（画像の高さに応じて調整） */
}

/* 固定解除時 */
.stop-floating {
  position: static !important;
  box-shadow: none;
  text-align: center; /* 保持 */
}

/* //////////////// */
/* SERVICE */
/* //////////////// */
.page-id-320 .page-header{
 display: none;
}

.page-id-320 .breadcrumb{
  display: none;
}

/* ScrollTop */
.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #3DA9C3;
  border-radius: 5px;
  border: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}




/**** フローティングバナー service ****/
.service-banner{
  padding-bottom: 67px;
    background: #f6f6f6;
}


#service-bannerWrap {
  width: 100%;
  text-align: center;

}

/* 固定状態 */
#service-bannerWrap.is-fixed {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 88;
  margin-bottom: 0;
}

/* 固定解除状態 */
#service-bannerWrap.is-static {
  position: static !important;
}

.service-banner_inner{
display: flex;
  max-width: 1125px;
  margin: 0 auto;
}


/* 投稿ページ　バナー */
.footer-banner-wrap {
  margin: 50px auto 0;
  padding: 0;
}

.footer-banner img {
  display: block;
  width: 80%;
	margin:0 auto;
  border-radius: 8px;
}


/*** fv ***/

/*** lead ***/
.service-lead {
  padding-top: 92px;
  padding-bottom: 85px;
  background: #f6f6f6;
}

.service-lead_wrap {
  /* display: flex;
  gap: 3.5%; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.service-lead_wrap:first-child {
  margin-bottom: 30px;
}

/* .service-lead_item {
  background: #fff;
  padding-bottom: 39px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-lead_item img{
  width:100%;
  aspect-ratio: 16/9;     
  object-fit:cover;
  border-radius:12px 0 0;
}

.service-lead_title {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 20px;
  font-weight: 700;
  line-height: 2rem;
}

.service-lead_txt {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 16px;
  flex-grow: 1;
}

.service_btn {
  margin-top: auto;
  display:inline-block;
  align-self: center;  
}

p.service-lead_txt.service-lead-p1 {
  padding-top: 30px;
}

p.service-lead_txt.service-lead-p2 {
  padding-top: 10px;
}

p.service-lead_txt.service-lead-p3 {
  padding-top: 40px;
} */



/* .service-lead_item {
  background: #fff;
  padding-bottom: 39px;
  border-radius: 15px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center; 
}

.service-lead_item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px 0 0;
}


.service-lead_content {
  flex: 1;                     
  display: flex;
  flex-direction: column;
  justify-content: center;   
  text-align: center;
  padding: 0 30px;
}

.service-lead_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 10px;
}

.service-lead_txt {
  margin-bottom: 16px;
  text-align: left;
} */



.service-lead_item{
  background:#fff;
  padding-bottom:39px;
  border-radius:15px;
  overflow:hidden;
  display:flex;
  flex-direction:column;         
}

.service-lead_item img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:12px 0 0;
}

.service-lead_body{
  flex:1;                       
  display:flex;
  flex-direction:column;
  padding:0 30px;
}

.service-lead_titleWrap{
  min-height:80px;              
  display:flex;
  align-items:center;            
  justify-content:center;        
  padding-top:10px;            
}


.service-lead_title{
  font-size:1.5rem;
  font-weight:700;
  line-height:2rem;
  text-align:center;
  margin:0;                     
}

.service-lead_txt{
  margin-top:12px;
  margin-bottom:16px;
  flex:1;                       
}


.service_btn{
  margin-top:auto;
  display:inline-block;
  align-self:center;
}



/*** Release ***/
.service-release {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service_release_h2 {
  margin-bottom: 49.5px;
}

.service-release_wrap {
  display: flex;
}

.service-release_left {
  width: 30%;
  box-sizing: border-box;
  padding-left: 87px;
}

.service-release_right {
  width: 70%;
  box-sizing: border-box;
}

/* リスト */
.service-release_item {
  display: flex;
}

.service-release_group {
  display: flex;
}

.service-release_date {
  margin-right: 15px;
}

.service-release_category {
  min-width: 106px;
  height: 27px;
  background: #636363;
  color: #fff;
  font-weight: 700;
  padding: 0px 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 27px;
  margin-right: 14px;
  border-radius: 5px;
}



/**** 共通BLOG ****/
.service-blog_wrap {
  display: flex;
  gap: 3.5%;

}
.service-blog_item {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 43px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
}

.service-blog_title {
  margin-top: 20px;
  font-weight: 700;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 10px;
}

.service-blog_date {
  padding-right: 12px;
  padding-left: 12px;
  font-weight: normal;
  font-size: 0.8125rem;
  text-align: left;
  color: #9a9a9a;
  margin-bottom: 10px;

}

.service-blog_tagWrap {
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
}

.service-blog_tag {
  /* min-width: 18px; */
  padding: 1px 16px;
  font-size: 0.5625rem;
  line-height: 0.8125rem;
  font-weight: 700;
  border-radius: 2px;
  color: #fff;
  background: #636363;
  margin-right: 10px;
}

.service-blog_btn{
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}


/*** 実績 ***/
.service-jisseki {
  background: #f6f6f6;
  padding-top: 73px;
  padding-bottom: 80px;
}

.service-jisseki_h2 {
  text-align: center;
  margin-bottom: 20px;
}

.service-jisseki_lead {
  margin-bottom: 60px;
  text-align: center;
}



/*** サービス資料ダウンロード  ***/
.service-dl{
padding-top: 80px;
padding-bottom: 80px;
  background-image: url(/images/service-dl_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-dl_h2{
  text-align: center;
  margin-bottom: 20px;
}
.service-dl_lead{
margin-bottom: 60px; 
text-align: center; 
}

.service-dl_wrap{
  display: flex;
  gap: 3.5%;
}
.service-dl_item{
display: block;
}
.servicee-dl_img{
box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
margin-bottom: 24px;
}
.service-dl_txt{
  font-size: 1.1rem;
  font-weight: 700;
}
.service-dl_btn{
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

/*** イベント・セミナー情報 ***/
.service-event{
  padding-top: 80px;
  padding-bottom: 80px;
    background: #f6f6f6;
}
.service-event_h2{
  text-align: center;
  margin-bottom: 20px;
}
.service-event_lead{
  text-align: center;
  margin-bottom: 60px;
}

.service-event_wrap{
  display: flex;
  gap: 3.5%;
}


/*** 物流トレンドコラム ***/
.service-trend{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f6f6f6;
}

.service-trend_h2{
  text-align: center;
  margin-bottom: 20px;
}

.service-trend_lead{
margin-bottom: 60px;
text-align: center;
}

.service-trend_btn{
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}






/* //////////////// */
/* 下層ページ*/
/* //////////////// */
/**** 会社概要 ****/
.company-table {
  display: block;
  max-width: 810px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.company-table tr td:first-child{
  width: 25%;
  color:#003C55;
}
.company-table tr td:last-child{
  width: 75%;
}

.wp-block-table.is-style-vk-table-border-top-bottom table:where(:not(.has-border-color)) :where(th, td){
  border-color:#DFDFDF;
}


/**** CEOメッセージ ****/
.ceo-member_title{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.ceo-message_culumn2{
  justify-content: space-around;
}



/* //////////////// */
/* お知らせ一覧 */
/* //////////////// */

/* 投稿アイキャッチに枠線 */
.wp-block-post-featured-image {
	border: solid 0.5px #ccc;
}


.wp-block-post-title{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px !important;
}

.wp-block-post-date{
  margin-bottom: 6px;
}

.taxonomy-category{
  display: inline-block;
  font-size: 0.75rem; 
  color:#fff;
  background: #636363;
  line-height: 27px;
  padding: 0 11px; 
  border-radius: 2px;
  margin-top: 6px;
  }

.taxonomy-category a,
.taxonomy-category a:link,
.taxonomy-category a:visited{
  color:#fff;
}
/* //////////////// */
/* お問い合わせ*/
/* //////////////// */
.contact-formWrap{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}
.contact-formWrap li{
  margin-bottom: 10px;
}
.contact-req{
  color: #b70606;
}
.contact-privacy{
  text-align: center;
}
.contact-privacy a{
  text-decoration: underline;
}
.contact-btnWrap{
  text-align: center;
}
.contact-btnWrap input{
display: block;
width: fit-content;
padding: 13px 50.3px;
border-radius: 30px;
color:#24446E;
font-weight: 700;
color:#fff;
background: #24446E;
border:1px solid #24446E;
margin-right: auto;
margin-left: auto;
}
.contact-btnWrap input::after{
content: url(/images/common/btn-recruit.svg);
padding-left: 15px;
}
.contact-btnWrap input:hover{
  background: #ffffff;
color:#24446E;
opacity: 1;
}


.contact-privacyWrap{
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.contact-privacyWrap label .mwform-checkbox-field-text{
display: none;
}

.contact-privacy_txt{
    color:#24446E;
    text-decoration: underline;
}

/* 管理画面の「プライバシーポリシー」のテキスト調整：TOP */
.page-id-2152 .contact-privacyWrap .contact-privacy_txt{
  display: none;
  width: 0;
}

/* 管理画面の「プライバシーポリシー」のテキスト調整：Service*/
.page-id-2173 .contact-privacyWrap .contact-privacy_txt{
  display: none;
  width: 0;
}

/*コーポレートサイト　 お問い合わせ */

/* formのスタイル */
.mw_wp_form_g-standard {
	width:65%;
	margin:0 auto;
}

.mw_wp_form_g-standard tr {
	display:grid;
	margin-bottom:10px;
	background:#fff;
}
.mw_wp_form_g-standard table {
	border-top:none;
	border-right:none;
}
.mw_wp_form_g-standard table th {
	background-color:#fff !important;
	border-bottom:none;
	border-left:none;
	text-align:left;
	padding:0;
    font-weight: 600;
}
.mw_wp_form_g-standard table td {
	border-bottom:none;
	border-left:none;
	padding:0;
}
.mw_wp_form_g-standard input[type="text"] {
	padding: .8em 1em;
}
.mw_wp_form_g-standard input[type="email"] {
	padding: .8em 1em;
}
.mw_wp_form_g-standard input[type="submit"] {
    display: block;
    width: fit-content;
    padding: 13px 50.3px;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    background: #24446E;
    margin-right: auto;
    margin-left: auto;
	  box-shadow:none;
	  text-shadow:none;
	  font-size:1rem;
	  line-height:inherit;
}
.action-buttons {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.action-buttons input[type="submit"] {
	margin: 0;
	width: 40%;
}


/* /////////// */
/* LogiG0とは */
/* /////////// */

.logigo-about_item{
    margin-bottom: 50px;
}
.logigo-about_item .vk_gridColumn_item_inner{
    border-radius: 10px;
    padding: 33px 30px;
    position:relative;
    font-weight: 700;
}
.logigo-about_item .vk_gridColumn_item_inner .wp-block-image{
    margin-bottom: 20px;
}
.logigo-about_item .vk_gridColumn_item_inner p strong{
    font-weight: bold;
}    

.logigo-about_item .vk_gridColumn_item_inner::before{
    display: block;
    background-color: #06467E;
    width: 53px;
    padding-top: 23px;
    padding-bottom: 23px;
    color:#fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    position:absolute;
    top: -15px;
    left: 8px;
}

.logigo-about_item1 .vk_gridColumn_item_inner::before{
    content:'01';
}
.logigo-about_item2 .vk_gridColumn_item_inner::before{
    content:'02';
}
.logigo-about_item3 .vk_gridColumn_item_inner::before{
    content:'03';
}

.logigo-about_item4 .vk_gridColumn_item_inner::before{
    content:'04';
}

.logigo-about_item5 .vk_gridColumn_item_inner::before{
    content:'05';
}

.logigo-about_item6 .vk_gridColumn_item_inner::before{
    content:'06';
}


@media (max-width:1184px){

.top-bunner_service{
  width: 100%;
}
.top-bunner .content {
  padding: 0 10px;
}
.top-recruit_2 {
  margin-bottom: 40px;
}
/* /////////// */
/* LogiGoとは */
/* /////////// */
.logigo-about_item .vk_gridColumn_item_inner::before{
    font-size: 1.2rem;
    width: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
    top: -5px;
}
}

@media (max-width:1050px){
/* //////////////// */
/* RESET WP */
/* //////////////// */

.top-body{
margin-top: 50px;
}
/* ページヘッダー */
.page-header{
  margin-top: 50px;
}

/* //////////////// */
/* COMMON */
/* //////////////// */
/* ページヘッダー */
.page-header{
  margin-top: 50px;
  height: 200px;
}

/*------------------------------
header
------------------------------*/
.base {
max-width: 1500px;
margin: 0 auto;
padding-left: 3%;
padding-right: 3%;
}
.header{
display: none;
}

.header-logi-go {
  display: none;
  /* height: 80px; */
}

/* 以下、24日まで */
/* .header-logi-go .content {
  padding: 0 10px;
}
.header-logi-go .header-menu li {
  margin-left: 10px;
}
.header-menu_contact {
  padding: 0 15px;
}
.header-menu_contact {
  font-size: 1rem;
}
.header-logo {
  width: 120px;
}
.header-logi-go .header-menu {
  padding-top: 20px;
}
.header-logi-go .header-logo img {
  padding-top:25px;
} */

.header-sp{
display: block; 
position: fixed; /*← fixedで固定 */
width: 100%; 
height: 50px; 
background: #ffffff; 
box-sizing: border-box;
top: 0; 
left: 0; 
display: flex; 
align-items: center; 
z-index: 999;
}

/* ここまで//////////////// */


.p-head {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
z-index: 999;
background: #fff;
border-bottom: 0.5px solid #B5B5B5;
}
.p-logo {
width: 10%;
padding-top: 10px;
min-width: 150px;
}
.p-logo>a {
width: 100%;
height: 100%;
}
.head-logo {
width: 100%;
}
header.header-sp.logigo-sp .p-logo {
  padding-bottom: 10px;
}
#sp-hamburger {
background-color: transparent;
position: relative;
height: 60px;
width: 60px;
z-index: 100;
}
#sp-hamburger .icon span {
position: absolute;
left: 15px;
width: 30px;
height: 3px;
background-color: #24446E;
border-radius: 8px;
transition: ease 0.75s;
}
#sp-hamburger .icon span:nth-of-type(1) {
top: 18px;
}
#sp-hamburger .icon span:nth-of-type(2) {
top: 30px;
}
#sp-hamburger .icon span:nth-of-type(3) {
bottom: 16px;
}
#sp-hamburger .open span:nth-of-type(1) {
top: 28px;
transform: rotate(45deg);
background-color: #24446E;
}
#sp-hamburger .open span:nth-of-type(2) {
opacity: 0;
}
#sp-hamburger .open span:nth-of-type(3) {
top: 28px;
transform: rotate(-45deg);
background-color: #24446E;
}
.sp-nav {
display: none;
z-index: 99;
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #ffffff;
}
.sp-nav ul {
display: flex;
flex-direction: column;
justify-content: center;
list-style: none;
height: 50vh;
padding: 50px 20px;
}
.sp-nav li {
padding: 0 20px 25px;
font-size: 18px;
font-weight: bold;
text-align: center;
/* background-image: linear-gradient(to right, white, white 10px, transparent 10px, transparent 15px); */
background-size: 20px 1px;
background-repeat: repeat-x;
background-position: center bottom;
}
.sp-nav li:first-child {
  padding-top: 20px;
}
.sp-nav li:last-child {
  padding-bottom: 0;
}
.sp-nav a {
color: #24446E;
}
.nav-link-8{
background: #fff;
color:#24446E;
}

.logigo-sp .sp-nav ul {
  height: 60vh;
}
/* //////////////// */
/* FOOTER */
/* //////////////// */

.footer-wrap{
  display: block;
}
.footer-left{
  width: 100%;
}
.footer-right{
width: 100%;
display: block;
}
.footer-logo{
  width: 200px;
  margin-bottom: 20px;
}
.footer-address{
  margin-bottom: 40px;
}
/* menu */
.footer-menu_left,.footer-menu_right{
  width: 100%;
}
.footer-menu_left{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-menu_left li,
.footer-menu_right li{
margin-right: 20px;
}
.footer-menu_right{
  display: flex;
    flex-wrap: wrap;
}
.footer-menu_left li a.footer-menu_sub,
.footer-menu_right li a.footer-menu_sub{
  padding-left: 10px;
}

.footer-menu_left li a.footer-menu_sub::before,
.footer-menu_right li a.footer-menu_sub::before{
  left: 0px;
}
/* //////////////// */
/* SERVICE */
/* //////////////// */
/*** fv ***/


/*** lead ***/
.service-lead {
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-lead_wrap {
  /* display: block;
} */

.service-lead_item {
  margin-bottom: 20px;
}

.service-lead_title {
  font-size: 1.2rem;
}
.service-lead_txt {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

/*** Release ***/
.service-release {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service_release_h2 {
  margin-bottom: 10px;
}

.service-release_wrap {display: block;}

.service-release_left {
width: 100%;
  padding-left: 0px;
margin-bottom: 40px;
}
.service-release_right {
  width: 100%;
}

/* リスト */
.service-release_item {
  display: block;
  margin-bottom: 20px;
}


/**** 共通BLOG ****/
.service-blog_wrap {
display: block;
gap: 0;
}
.service-blog_item {
margin-bottom: 40px;
}

/*** サービス資料ダウンロード  ***/
.service-dl{
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-dl_wrap{
  display: block;
  gap: 0;
}
.service-dl_item{
  margin-bottom: 40px;
}

.servicee-dl_img{
  margin-bottom: 10px;
}
.service-dl_txt{
  font-size: 1rem;
}

}



}
@media (max-width:768px){
/* //////////////// */
/* RESET WP */
/* //////////////// */

/* .entry-body{
padding-top: 60px;
} */


  .top-fv_lead {
    font-size: 1.7rem;
    line-height: 1.4; 
  }


/* //////////////// */
/* common */
/* //////////////// */
.flex2{
    display: block;
}
.flex2>div{
    width: 100%;
}
/* title */
.h2{
  font-size:1.8rem;
}
.h2_sub{
font-size: 1rem;
}

.h2-circle,.h2-circle_block{
  font-weight: 400;
  font-size:1.8rem;
  text-align: left;
  color: #24446e;
  padding-left: 28px;
  position: relative;
  z-index: 5; 
}
.h2-circle::before,
.h2-circle_block::before{
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #00B6E2;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: -1; 
}

.h2_sub-circle{
  padding-left: 28px;
  color:#00B6E2;
font-size: 1rem;
}

.h2_sub-circle{
  font-size: 1rem;
}

.logigo-h2 {
  font-size: 1.8rem;
}
.h2-border{
  padding-left: 15px;
  font-weight: 400;
  font-size: 1.8rem;
}
.h2-border::before{
  height: 23px;
  top: 10px;
  transform: translate(0,0);  
}

/* txt */
.txt-lead{
font-size: 1.2rem;
}

.recruit-span {
	font-weight:600;
}
.recruit-span strong {
	font-weight:600;
}

.font-large {
  font-size: 1.25rem !important;
 line-height: 1.85rem;
}

figure.logigo-center {
  display: flex;
}

figure.logigo-center img {
  margin: 0 auto;
}


/* //////////////// */
/* TOP */
/* //////////////// */

/**** FV ****/
.top-fv{
    height: 450px;
  }
  .top-fv_message{
padding-top: 70px;
}
.top-fv_lead{
  font-size: 2rem;
  line-height: 50px;
  margin-bottom: 20px;
}
.top-fv_txt{
  width: 100%;
  font-size: 1rem;
}

/**** top-NEWS ****/
.top-news{
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-news .flexbox{
display: block;
}
.top-news_title{
  width: 100%;
}
.top-news .h2_sub{
  margin-bottom: 20px;
}
.top-news_notice ul{
  margin-top: 40px;
}
.top-news_notice ul li{
  display: block;
}
.top-news_wrap{
  margin-bottom: 10px;
}
.top-news_date{
   line-height: 23px; 
}
.top-news_category{
  line-height: 23px;
}


/**** top-GOAL ****/
.top-goal{
padding-top: 60px;
padding-bottom: 60px;
}
.top-goal .box{
  display: block;
}
.top-goal .box1{
  padding-right: 0;
  margin-bottom: 40px;
}
.top-goal_image{
display: none;
}
.top-goal_image_sp{
  display: block;
    width: 100%;
    margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

/**** top-MESSAGE ****/
.top-message {
  padding-top: 60px;
padding-bottom: 60px;
}

.top-message .box{
  flex-direction: column-reverse;
}
.top-message .box2{
  padding-left: 0;
}
.top-message_image{
display: none;
}

.top-message_image_sp{
  display: block;
    width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

/**** 社会へのの取り組み・採用情報 ****/
.top-at_wrap{display: block;}
.top-at_wrap >div{
  width: 100%;
}
.top-at_wrap >div:first-child{
    margin-right: 0%;
    margin-bottom: 20px;
}
/**** 社会へのの取り組み ****/
.top-attempt{
   padding: 40px 20px 60px 20px; 
}
/**** 採用情報 ****/
.top-recruit{
    padding: 40px 20px 60px 20px; 
 
}
.floating-banner{
  bottom: 8px !important;
}
.floating-banner img {
  padding: 0 10px;
}
.footer-right {
  display: flex;
}
.footer-menu_left {
  display: block;
}
.footer-menu_right {
  display: block;
}
.footer-address {
  margin-bottom: 50px;
}

.service-lead_wrap {
  display: block;
}
.service-lead_item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px !important;
}
/* .service-lead_title br {
  display: none;
} */
p.service-lead_txt.service-lead-p1 {
  padding-top: 10px;
  padding-bottom: 0;
}
p.service-lead_txt.service-lead-p2 {
  padding-top: 10px;
  padding-bottom: 0;
}
p.service-lead_txt.service-lead-p3 {
  padding-top: 10px;
  padding-bottom: 0;
}
.service-lead_title {
  line-height: 1.6rem;
}

figure.wp-block-video.logigo-movie {
  width: 100%;
}
/* //////////////// */
/* お問い合わせ*/
/* //////////////// */
.contact-formWrap{
  width: 100%;
}
.mw_wp_form_g-standard {
	width: 100%;
}

}

@media (max-width:520px){
  /* //////////////// */
/* TOP */
/* //////////////// */
/**** FV ****/
  .top-fv_message{
padding-top: 50px;
}
.top-fv_lead{
  font-size: 1.4rem;
  line-height: 1.5;
}


}
