/*
Theme Name:  Logistica Child
Template:    logistica
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: Roboto, 'noto sans jp', '游ゴシック Medium', 'Yu Gothic Medium' !important;
  font-size: 14px;
}

.company_info dl {
  display: flex;
  flex-wrap: wrap;
}

.company_info dt {
  width: 35%;
  padding: 20px;
  background-color: #dadada;
  margin: 0 0 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_info dd {
  width: 65%;
  padding: 20px;
  background-color: #f3f3f3;
  margin: 0 0 2px 0;
}

.qodef-qi-animated-text .qodef-e-word-holder {
  white-space: break-spaces;
}

.d-none {
  display: none;
}

/* header
-------------------------------------------------------------- */
.insta-fixed {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .insta-fixed {
    top: 30px;
  }

  .insta-fixed img {
    width: 42px !important;
  }
}

/* first view
-------------------------------------------------------------- */
.sec-firstview .bdt-slideshow-items {
  height: 600px !important;
}

@media screen and (max-width: 991px) {
  .sec-firstview .bdt-prime-slider-skin-locate .bdt-prime-slider-desc {
    border-radius: 16px;
    background: #ffffffd1 !important;
  }
}

@media (min-width: 640px) {
  .bdt-prime-slider-skin-locate .bdt-slideshow-item {
    max-width: 1120px;
    margin: 0 auto !important;
    padding: 0 10px;
  }
}

/* post 
-------------------------------------------------------------- */

.animated-heading .qodef-e-word-holder span {
  background: #3587b4;
  margin: 0 0 0 -1px;
}

/* post 
-------------------------------------------------------------- */

.entry-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-thumbnail .entry-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 16px;
}

/* post list */
.blog-grid-wrap article .hentry-wrap .hentry-middle .entry-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* end post
-------------------------------------------------------------- */
#inquiry-details {
  overflow-y: auto;
  min-height: 30px !important;
  height: 100px !important;
}

.consent-group {
  margin: 40px 0 0 0 !important;
}

.consent-group input {
  margin: 0 3px 0 0 !important;
}

.contact-form label {
  font-size: 14px;
  margin: 16px 0 0 0;
}

input[type='submit'] {
  margin: 16px 0 0 0;
}

.btn-target-new {
  background: #f2f2f2;
  color: #333;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 0 0 0px 0;
  display: inline-block;
  border: 1px solid;
}

.btn-target-new:hover {
  background: #e3e3e3;
  color: #333;
}

.btn-target-new:focus {
  color: #333;
}

.wpcf7-submit {
  margin: 40px 0 0 0 !important;
  border-radius: 8px;
  width: 220px;
}

.wpcf7-submit:disabled {
  opacity: 0.5;
  background: #d1d1d1;
}

.--required {
  background: #e0e0e0;
  color: #111;
  padding: 1px 4px 2px 4px;
  font-size: 0.75rem;
  margin: 0 0.5rem 0 0px;
  border-radius: 2px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  margin: 4px 0 0 0 !important;
  border-radius: 6px;
}

.qodef-qi-contact-form-7 input[type='checkbox'] {
  margin: 0 0.5rem 0 0 !important;
}

.wrap-privacy {
  height: 290px;
  overflow-y: scroll;
  border: 2px solid #ddd;
  padding: 0 15px 15px 15px;
  background: #fafafa;
  border-radius: 8px;
}

.wrap-privacy h3 {
  font-weight: bold;
  font-size: 16px;
}

.wrap-privacy p {
  margin: 4px 0 12px 0;
  width: 100% !important;
  display: block;
}

.wrap-privacy p:last-child {
  text-align: left;
  padding: 0 0 30px 0;
}

.wrap-privacy p:nth-of-type(2) {
  padding-left: 0;
}

.wrap-privacy ul:first-child {
  display: none;
}

/*****
会社説明会table
*****/
table.has-fixed-layout {
  border-radius: 1rem !important;
  border: 1px solid #ddd;
  overflow: hidden;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

table.has-fixed-layout thead {
  background: #374151;
  color: #fff;
}

table.has-fixed-layout tr td {
  border-bottom: none !important;
  border-top: 1px solid #ddd;
}

thead th:last-child,
table.has-fixed-layout tr td:last-child {
  border-right: unset;
}

.fv-bottom-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.--01,
.--02,
.--03,
.--04 {
  height: 180px;
  aspect-ratio: 1/1;
  background: #ddd;
  border-radius: 16px;
}

.--04 {
  padding: 1rem;
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/03/top-slide-14.jpeg);
  background-size: cover;
}

.--01 div,
.--02 div,
.--03 div,
.--04 div {
  padding: 16px;
  height: 100%;
}

.--04 div {
  padding: 1rem;
  border: 4px solid #61ce70;
  border-radius: 14px;
  color: #61ce70;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000a6;
}

.--description,
.--employee-benefits,
.--category-member,
.--company,
.--category-news,
.--contact-basic,
.--entry {
  aspect-ratio: 1/1;
  height: 160px;
  background: #ddd;
  border-radius: 16px;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Ensures the zoomed image doesn't overflow */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* Adjust text color as needed */
}

.--entry {
  aspect-ratio: 2 / 1;
  padding: 1rem;
  margin: 0 1rem 0 0;
}

.--description div,
.--employee-benefits div,
.--category-member div,
.--company div,
.--category-news div,
.--contact-basic div,
.--entry div {
  padding: 0;
  height: 100%;
}

.--description div,
.--employee-benefits div,
.--category-member div,
.--company div,
.--category-news div,
.--contact-basic div {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000006b;
}

.--entry div {
  width: 100%;
  padding: 1rem;
  border: 4px solid #61ce70;
  border-radius: 14px;
  color: #61ce70;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000006b;
}

.--description::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/03/top-slide-8.jpeg);
}

.--employee-benefits::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/06/employee-benefits-fv-01.jpg);
}

.--category-member::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/08/member-tanaka-00.webp);
}

.--company::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2021/05/blog-01.webp);
}

.--category-news::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/03/blog-05-00.webp);
}

.--contact-basic::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/03/bg-s.jpg);
}

.--entry::before {
  background: url(https://careers.alnetz.co.jp/wp-content/uploads/2024/03/top-slide-14.jpeg);
}

.--description::before,
.--employee-benefits::before,
.--category-member::before,
.--company::before,
.--category-news::before,
.--contact-basic::before,
.--entry::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  /* Smooth transition */
  z-index: 1;
  /* Position the background behind the content */
}

.--description:hover::before,
.--employee-benefits:hover::before,
.--category-member:hover::before,
.--company:hover::before,
.--category-news:hover::before,
.--contact-basic:hover::before,
.--entry:hover::before {
  transform: scale(1.25);
  /* Smoothly scale the background image to 1.5x */
}

.--description>div,
.--employee-benefits>div,
.--category-member>div,
.--company>div,
.--category-news>div,
.--contact-basic>div,
.--entry>div {
  position: relative;
  z-index: 2;
  /* Ensure the content stays above the background image */
}

/* 社員紹介 */
.member-list .hentry {
  margin-bottom: 0px;
}

/*****
 WEBマガジン
 *****/

.webmagazine-pickup article .qodef-e-inner,
.webmagazine-blog-pickup article .qodef-e-inner {
  border-radius: 15px !important;
  overflow: hidden;
}

/* WEBマガジン - pickup */

.webmagazine-pickup article .qodef-e-inner .qodef-e-media-holder .qodef-e-media-image {
  height: 200px !important;
}

.webmagazine-pickup article .qodef-e-inner .qodef-e-content {
  height: 150px !important;
}

/* WEBマガジン - blog list */
.webmagazine-blog-list article {
  border-bottom: 1px dotted #999;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.webmagazine-blog-list article .qodef-e-inner {
  flex-direction: row !important;
}

.webmagazine-blog-list article .qodef-e-inner .qodef-e-content {
  padding: 0 0 0 0 !important;
  margin: 0px 0 0 8px;
}

.webmagazine-blog-list article:last-child {
  border-bottom: none;
}

.is-menu-hover-solid.is-submenu-align-left .nav-menu>ul>li>ul {
  width: 220px;
}


/* TOP 説明会スケジュールカレンダー */
.seminar-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seminar-schedule__item {
  padding: 4px 8px;
  list-style: none;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 4px;
}

.seminar-schedule__item.is-disabled {
  opacity: 0.4;
}

.seminar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  color: #000;
  padding: 0;
}

.seminar-card__top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.seminar-card__month {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 -2px 0;
}

.seminar-card__day {
  font-size: 26px;
  font-weight: 800;
  height: 30px;
  line-height: 32px;
}

.seminar-card__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 4px;
  height: 30px;
}

.seminar-card__year {
  font-size: 8px;
  font-weight: 800;
}

.seminar-card__wday {
  font-size: 12px;
  padding: 2px;
  background: #111;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
}

.seminar-card__wday span {
  font-weight: 800;
  color: #fff;
}

.seminar-card__time {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.seminar-card__title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}

.seminar-schedule-wrap {
  margin: 0 auto;
}