@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
:root {
  --text-color: #333;
  --green-light: #FBFEF9;
  --orange-light: #F8CF4B;
  --yellow-light: #FFFCF1;
  --blue-light: #F9FCFE;
  --green-dark: #03a864;
  --orange-dark: #FF7514;
}

html, body {
  overflow-x: hidden;
}

main.main,
.article,
.entry-content {
  margin: 0 !important;
  padding: 0;
}
#content-top {
  margin: 0;
}
.home.page .main {
  padding-top: 0;
}
.home.page .content {
  margin-top: 0;
}
.home.page .date-tags {
  margin-bottom: 0;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

.section--bg,
.top-h2-subtitle,
.business,
.top-contact-title,
.top-contact-tel,
.support {
  margin-bottom: 0 !important;
}

.business,
.future,
.smile {
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* ========1カラムレイアウト======== */
.no-sidebar .wrap,
.section {
  width: min(92%,1320px);
}
.post {
  margin: auto !important;
  padding: 16px 0;
  width: min(92%,1080px);
}
.min-contentSize {
  margin: auto;
  width: min(92%,920px);
}

.footer {
  margin-top: 0;
}

/*セクション間隔*/
.section--bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.section {
  margin: auto;
  padding: clamp(32px,7.2vw,72px) 0 !important;
}
.section:not(.section--bg) + .section:not(.section--bg) {
  padding-top: 0;
}

.full-wide {
  margin: 0 calc((100% - 100vw) / 2) !important;
}
.full-wide img {
  width: 100vw !important;
}

.reverse {
  flex-direction: row-reverse;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
    flex: 1;
    margin-right: calc(50% - 50vw) !important;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
    flex: 1;
    margin-left: calc(50% - 50vw) !important;
}

.bg-green-light {
  background: var(--green-light);
}
.bg-yellow-light {
  background: var(--yellow-light);
}
.bg-blue-light {
  background: var(--blue-light);
}
.bg-green-dark {
  color: #fff;
  background: var(--green-dark);
}

.common-has-padding {
  padding: 32px clamp(24px,4vw,40px) !important;
}

.common-has-padding2 {
  padding: 0 clamp(24px,4vw,40px) 32px !important;
}

.common-has-border {
  background: #fff;
  border: 1px solid #888;
}

.common-has-list-style li {
  font-size: 20px;
  font-weight: bold;
  list-style: disc inside;
}

.img-right, .img-left {
  width: 480px;
}
.img-right {
  margin-right: -100px;
  margin-left: 48px;
}
.img-left {
  margin-left: -160px;
  margin-right: 48px;
}

.page-id-586 .img-left,
.page-id-586 .img-right {
  margin-top: -80px;
}

/* 見出し */
.article h1 {
  font-size: clamp(16px,4.8vw,48px);
  margin: clamp(16px,3.2vw,32px) 0;
}
.page h1 {
  text-align: center;
}
.below-page__title h1,
.post h1 {
  text-align: left;
}
.category-recruit h1 {
  text-align: center;
}
.article h2 {
  padding: 0;
  font-size: clamp(24px,4.8vw,48px);
  background: transparent;
  line-height: 1.6;
  margin: 32px 0;
}
h2 span {
  font-size:  clamp(16px,3.2vw,32px);
}
.article h3 {
  border: none;
  font-size: clamp(20px,3.2vw,32px);
  margin: 0;
  padding: 32px 0 16px;
}

.header-container-in.hlt-top-menu .site-name-text {
  font-size: clamp(22px,2.8vw,28px);
  font-weight: bold;
}

li {
	list-style:none;
}

.app-list {
  align-items: stretch;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.app-list dt, .app-list dd {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.app-list dt {
  width: 26%;
}
.app-list dd {
  width: 74%;
  margin-left: 0;
}
.app-list dt:last-of-type,
.app-list dd:last-of-type {
  border: none;
}

.location dt, .location dd {
  border: none;
}

.location dt {
  background-color: #fdf5f1;
}

.block-background-color {
  background: #f7f7f7;
  padding: 2%;
}

.block-border {
  background: #fff;
  border: 1px solid #999;
  padding: 2%;
}

.info-list-item-categorys .entry-category {
  font-size: 12px;
  padding: 1px 16px;
  margin-right: 16px;
  border: none;
  height: 24px;
  line-height: 20px;
  color: #fff;
}
.category-news-post .entry-category {
  background: #468aed;
}
.category-topics-post .entry-category {
  background: #f27070;
}

.entry-card-title, .related-entry-card-title {
  font-size: 20px;
}

.entry-card-snippet, .related-entry-card-snippet {
  font-size: 16px;
  line-height: 1.5;
}

.entry-content {
  margin-bottom: 1em;
}

.wp-block-group {
  padding: 16px 0;
}

.body .wp-block-cover {
  margin-bottom: 0;
}

/************************************
** 日付関係のスタイル
************************************/
.page .date-tags,
.category-recruit .date-tags,
.category-recruit .post-date,
.category-full-time .date-tags,
.category-full-time .post-date,
.category-part-time .date-tags,
.category-part-time .post-date {
  display: none;
}

.date-tags {
  text-align: left;
  margin-bottom: 1em;
}

/* ニュース＆トピックス */
.widget-entry-cards.card-large-image .a-wrap {
  max-width: 700px;
}

/*投稿日付表示 */
.front-top-page .new-entry-card-date {
  display: block;
}
.front-top-page .new-entry-card-post-date {
  margin-right: 16px;
}
.new-entry-card-update-date {
  display: none;
}
 /* 日付、タイトルの並びを逆に表示 */
.front-top-page .new-entry-card-content,
.info-list-item {
  display: flex;
}
.new-entry-card-date,
.info-list-item-meta {
  order: 1;
}
.new-entry-card-title,
.info-list-item-content {
  order: 2;
}
.front-top-page .new-entry-card-link:not(:first-child) {
  border-top: 1px dotted #ddd;
  padding-top: 20px;
}
/************************************
** ヘッダーレイアウト
************************************/
.header-container-in {
  padding: 8px 0;
}
/************************************
** パンくずリスト
************************************/
.breadcrumb {
  text-align: right;
}
.breadcrumb.pbp-main-before {
  padding: 0;
}

/* ========トップページ======== */
.catch-area {
  min-height: 720px;
}
.sub-catch {
  font-size: clamp(24px,3.2vw,32px);
  font-weight: bold;
  padding-top: 96px;
  margin-bottom: 24px !important;
}
.main-catch {
  font-size: clamp(40px,6.4vw,64px);
  font-weight: bold;
  line-height: 1.4;
}

.firstview-illust {
  position: relative;
  z-index: 1;
}
.firstview-illust img {
  margin-top: -180px;
  position: absolute;
  right: 0;
}

.top-h2-subtitle {
  color: var(--green-dark);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.page-id-2 h2 {
  margin-top : 0;
}

.business-right-block {
  margin-top: 16px !important;
}

.business {
  position: relative;
}
.business:not(:last-child)::after {
  background-color: var(--green-dark);
  content: '';
  height: 320px;
  left: 30%;
  position: absolute;
  width: 2px;
  z-index: -1;
}
.business__body {
  align-items: center;
  background: var(--green-dark);
  color: #fff;
  display: flex;
  font-size: clamp(20px,2.4vw,24px);
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  margin-top: -24px !important;
  margin-right: -40px !important;
  padding: 0;
  vertical-align: middle;
  width: 54%;
}
.business__body p {
  display: flex;
  margin: 0;
  width: 100%;
}
.business__body p a {
  align-items: center;
  border-left: solid 5px #4BC090;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: clamp(100px,20vw,200px);
  padding: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  width: 100%;
  z-index:0;
}
.business__body p a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4BC090;
    transition: .5s;
    left:0;
}
.business__body p a:after {
  bottom: 16px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: bold;
	content: '\f0a9';
  position: absolute;
  right: 16px;
}
.business__body p a:hover {
    color: #FFF;
}
.business__body p a:hover:before {
    width: 100%;
    z-index: -1;
}

.business__thumb {
  padding-bottom: 40px;
  width: 46%;
}

.top-effort {
  background-image: url("./images/top/bg_earth.png"), url("./images/top/bg_environment.png"), url("./images/top/bg_human.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  background-position: 0 0, 4% 18%, 96% 90%;
  background-color: var(--yellow-light);
}
.top-effort .illust {
  position: absolute;
  right: 12%;
  bottom: 5px;
  z-index: 2;
}

.top-news {
  background: #fff;
  margin-top: -24px;
  padding: 32px clamp(24px,8vw,80px);
  position: relative;
  z-index: 1;
}
.top-news h2 {
  margin: 0 0 16px;
}

.top-contact {
  border-bottom: 1px solid #ddd;
  margin: auto;
  padding: 32px 0;
  text-align: center;
  width: min(92%,800px);
}
.top-contact-title {
  font-size: clamp(24px,4vw,40px);
  font-weight: bold;
}
.top-contact-title + p {
  margin-bottom: 16px !important;
}
.top-contact-tel {
  color: var(--green-dark);
  font-size: clamp(40px,4.8vw,48px);
  font-weight: bold;
  line-height: 1.3;
}
.top-contact-tel::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: bold;
	content: '\f2a0';
	margin-right: 8px;
}
.top-contact-mail a {
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.top-contact-mail a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: bold;
	content: '\f0e0';
  margin-right: 12px;
}

/* ========ソーシャルファーム======== */
/* 手書きノート風ボックス */
.box-note {
    background: #fff;
    margin: 40px auto 64px;
    padding: clamp(24px,5.6vw,56px) clamp(24px,7.2vw,72px);
    border: 3px solid #eee;
    position: relative;
    z-index: 0;
}
.box-note::before {
    border-top: 3px solid #8293AA;
    border-left: 3px solid #8293AA;
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.box-note p:first-child {
  font-size: clamp(24px,3.2vw,32px);
  font-weight: bold;
  margin-bottom: 24px;
}

.support-subtitle {
  font-size: clamp(28px,4vw,40px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px !important;
  padding-top: 40px;
}

.support {
  background: url("./images/socialfirm/bg_support.png") no-repeat bottom right;
  padding-bottom: 40px;
}

.support img {
  margin-top: -80px
}

.future {
  background: #FFFAF0;
}

.smile {
  background: #FFF3DB;
}

.page-id-586 .illust-left,
.page-id-586 .illust-right {
  top: -96px;
  max-width: 160px;
  position: absolute;
  width: 90%;
}
.page-id-586 .illust-left {
  left: 4%;
}
.page-id-586 .illust-right {
  right: 4%;
}

/* ========会社見学・職場体験について======== */
.page-id-1087 h2 {
  text-align: center;
}

.page-id-1087 .section {
  margin: auto;
  padding: clamp(32px,5.6vw,56px) 0 !important;
  width: min(92%,1600px);
}

.page-id-1087 .tab-content-group {
  background: #FFFAF0;
  border: none;
}

.page-id-1087 .tab-label-group .tab-label {
  background: #FAF2FF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 1px 1px 2px #ddd;
  font-size: clamp(17px,2.4vw,24px);
  font-weight: bold;
  margin-right: 6px;
}

.page-id-1087 .tab-label-group .tab-label.is-active {
  background: #FFFAF0;
  border: none;
  color: var(--text-color);
}

.page-id-1087 .cocoon-block-timeline.not-nested-style {
  border: none;
}

.page-id-1087 .timeline-item-label {
  color: var(--orange-light);
  font-size: 28px !important;
  font-weight: bold;
  padding-top: 6px;
  padding-right: 1em;
  width: 160px !important;
}

.experience-step1,
.experience-step2,
.experience-step3 {
  position: relative;
}
.experience-step1::after,
.experience-step2::after,
.experience-step3::after {
  background: url('./images/socialfirm/bg-step.png') no-repeat;
  display: block;
  font-weight: bold;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 14px;
  position: absolute;
  width: 190px;
  height: 60px;
}

.step1-k::after {
  content: '見学の2日後';
}
.step2-k::after {
  content: '体験から約1週間';
}
.step3-k::after {
  content: '面談から約1週間';
}

.step1-i::after {
  content: '見学から3週間後';
}
.step2-i::after {
  content: '約1ヶ月後';
}
.step3-i::after {
  content: '面談から約2週間';
}

.page-id-1087 .timeline-item-content {
  border-left: none !important;
  padding: 0;
  width: calc(100% - 160px) !important;
}

.page-id-1087 .timeline-item-title {
  font-size: clamp(24px,3.6vw,36px);
  margin-bottom: 16px;
  padding-left: 1.3em;
  position: relative;
}
.page-id-1087 .timeline-item-title::before {
  color: var(--orange-light);
  content: "\f54b";
	display: inline-block;
  font-size: clamp(20px,2.8vw,28px);
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  left: -16px;
  position: absolute;
  top: 12px;
	transform: rotate(90deg);
}
.page-id-1087 .timeline-item:before {
    content: "" !important;
}
.timeline-item-subtitle {
  align-items: center;
  display: flex;
  font-size: clamp(18px,2.4vw,24px);
  font-weight: bold;
  margin: 0 0 24px !important;
}
.timeline-item-subtitle::before,
.timeline-item-subtitle::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #666;
}
.timeline-item-subtitle::before {
  margin-right: 8px;
}
.timeline-item-subtitle::after {
  margin-left: 8px;
}

.page-id-1087 .timeline > li .timeline-item-snippet {
  border-bottom: none !important;
  padding: 0 2.8em;
}

.page-id-1087 .timeline > li:not(:last-child) .timeline-item-snippet {
  border-left: 2px var(--orange-light) dashed;
  padding-bottom: 56px;
}

.timeline-comment-title {
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
}

.timeline-comment-title p {
  font-size: clamp(18px,2vw,20px);
  font-weight: bold;
  margin-bottom: 16px;
  padding: 16px clamp(24px,3.2vw,32px);
  white-space: nowrap;
}

.timeline-comment-title img {
  bottom: 0;
  left: 5%;
  position: absolute;
  width: 90%;
}

.timeline-comment-block {
  padding: clamp(16px,2.4vw,24px) clamp(16px,3.2vw,32px);
}

/* ========事業ページ共通======== */
.below-page__title {
  background: var(--green-dark) url("./images/common/bg_below_title.png") no-repeat right bottom;
  margin: 0 calc((100% - 100vw) / 2) clamp(32px,5.6vw,56px) !important;
}

.below-page__title h1 {
  color: #fff;
  font-size: clamp(20px,6.4vw,64px);
  margin: 0;
  padding: 3% 3% 2%;
}

.below-page__title .sub-title {
  background: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-left: 3%;
  padding: 1.5% 3% 0;
}

.below-page__title .sub-title p {
  color: var(--green-dark);
  font-size: clamp(14px,2vw,20px);
  font-weight: bold;
  line-height: 1.5;
}

.footer-illust {
  text-align: right;
}
.page-id-1737 .footer-illust {
  background: var(--blue-light);
}
.footer-illust div {
  background: var(--green-light);
}
.footer-illust div img {
  margin-top: -24px;
}

/* ========ユニットハウス・コンテナリユース事業======== */
.reuse-flow {
  margin-bottom: 100px;
  position: relative;
}
.reuse-flow:not(:last-child)::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 2em;
  color: var(--green-dark);
  position: absolute;
  left: 50%;
}

/* ========一般貨物運送事業======== */
.page-id-1737 table th,
.page-id-1737 table td {
    padding: 0;
  }

.page-id-1737 dl {
  margin: 0;
}

.page-id-1737 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-id-1737 dl dt {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 16px;
}
.page-id-1737 dl dt:last-of-type,
.page-id-1737 dl dd:last-of-type {
  border: none;
}
.page-id-1737 dl dd {
  display: flex;
  align-items: center;
  width: 60%;
  margin-left: 0;
  padding: 16px;
}

.col-unsou1, .col-sagyou1, .col-hokan1 {
  color: #fff;
  font-size: clamp(20px,4vw,40px);
}

.col-unsou2, .col-sagyou2, .col-hokan2 {
  font-size: clamp(18px,2vw,24px);
  font-weight: bold;
}

.col-unsou1 {
  background: #f19ec2;
}
.col-unsou2 {
  background: #fbe6ef;
}
.col-unsou3 {
  background: #fef7fa;
}
.col-sagyou1 {
  background: #f6ad3c;
}
.col-sagyou2 {
  background: #fff9e2;
}
.col-sagyou3 {
  background: #fffcf6;
}
.col-hokan1 {
  background: #7ecef4;
}
.col-hokan2 {
  background: #dff2fc;
}
.col-hokan3 {
  background: #f5fbfe;
}

.bg_unsou {
  background: var(--blue-light) url("./images/transport/page_transport_bg_bird.png") no-repeat;
}

.bg_unsou > div {
  padding: 0 clamp(24px,4vw,40px) 32px !important;
}

.alternate {
  display: flex;
  flex-direction: row-reverse;
}

.alternate._reverse {
  flex-direction: row;
}

.alternate__body {
  max-width: 840px;
  padding: 40px;
  position: relative;
  top: 40px;
  width: 64%;
}

.double-line {
  margin: 0 auto 2em;
  background: #fff;
  position: relative;
}
.double-line:after {
  border: 1px solid #ccc;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 8px;
  left: -8px;
  width: 100%;
  height: 100%;
}

.entry-card-meta, .related-entry-card-meta {
  text-align: left;
}

.e-card-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/* ========ニュース＆トピックス======== */
#list > a {
  border: 1px solid #ddd;
  margin-bottom: 16px;
  padding: 16px 24px;
}

/* ========パートナー企業の募集======== */
.partner-ttl {
  font-size: 1.4em;
  font-weight: bold;
}
.partner-eyecatch, .session {
  align-items: center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  margin: 0 calc((100% - 100vw)/2) 1.5em;
  width: auto;
}
.partner-eyecatch {
  background: url("images/partner/img01.png") right bottom no-repeat;
  min-height: 400px;
}
.partner-eyecatch div {
  background: rgba(255,255,255,.85);
  max-width: 1000px;
  padding: 1% 2%  2%;
}
.session {
  background: url("images/partner/img02.jpg");
  min-height: 200px;
}
.session div {
  background: rgba(255,255,255,.7);
  max-width: 1000px;
  padding: 4% 2%;
}
.border-box {
  background: #fff;
  border: 1px solid #444;
  box-shadow: 1px 1px 4px #ddd;
  margin: 0 0 2%;
  padding: 2% 3%;
}
.border-link {
  border: 1px solid #fff;
  margin: 0 0 2%;
  padding: 2% 3%;
}
.back-1 {
  background: #fffdea;
}
.back-2 {
  background: #e2f6df;
}
.products {
  margin: 0 2%;
}
.products  li {
  font-weight: bold;
  padding: .5% 1%;
}
.products li li {
  font-weight: normal;
  list-style: none;
}
.stepflow li {
  background: #f7f7f7;
  border: solid 3px #ccc;
  border-radius: 8px;
  display: inline-block;
  line-height: 2;
  margin: 1.5em 0;
  max-width: 1000px;
  padding: 3% 2%;
  position: relative;
  width: 100%;
}
.stepflow li:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f7f7f7;
  z-index: 2;
}
.stepflow li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}
.stepflow li span {
  background: #277;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  margin-right: 2%;
  padding: .5% 1.5%;
}
/* =======ボタン======== */
.wp-block-button__link {
  background-color: #fff;
  border: 2px solid var(--green-dark);
  border-radius: 8px;
  color: var(--green-dark);
  font-weight: bold;
  padding: 8px 24px;
  transition: 0.3s ease-in-out;
}
.wp-block-button__link:hover {
  background-color: var(--green-dark);
  color: #fff;
}
.wp-block-button__link:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: bold;
	content: '\f061';
  margin-left: 12px;
}

.common-button {
  text-align: center;
}
.common-button a {
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.common-button a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: bold;
	content: '\f061';
  margin-left: 12px;
}
.button-green {
  background: var(--green-dark);
  border: 3px solid var(--green-dark);
}
.button-green:hover {
  background: #fff;
  color: var(--green-dark);
}
.button-orange {
  background: var(--orange-dark);
  border: 3px solid var(--orange-dark);
}
.button-orange:hover {
  background: #fff;
  color: var(--orange-dark);
}
.button-blue {
  background: #50AFEA;
  border: 3px solid #50AFEA;
}
.button-blue:hover {
  background: #fff;
  color: #50AFEA;
}

.button {
	background:#fff;
	border:3px solid #e00;
  border-radius: 6px;
	font-weight:bold;
	margin: 3% auto;
	max-width: 400px;
	text-align: center;
	width: 96%;
}
.button a {
	background:#e00;
	color:#fff;
	cursor:pointer;
	display:block;
	padding:3% 2% 2%;
  text-decoration: none;
}
.button a:hover {
  background: #fff;
	color:#e00;
  filter: alpha(opacity=100);
  opacity:1;
	-webkit-transition: all 1s;
	transition: all 1s;
}

/* 送信ボタンのスタイル */
.contact-button {
  margin: auto;
  width: 200px;
}

.wpcf7-form input[type="submit"] {
  background-color: #007BFF;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #0056b3;
}

.must {
  background: #f30;
  border-radius: 4px;
  color: #fff;
  font-size: .8rem;
  margin-right: 8px;
  padding: 4px 6px;
}

/* ========採用情報======== */
.wp-image-5496 {
  margin-left: clamp(24px,5.6vw,56px);
  max-width: 640px !important;
  width: 50vw;
}
.counter-column {
  gap:24px;
}
.counter-column > div {
  background: #fff;
  border: 1px solid #ddd;
  padding: 32px;
  text-align: center;
}
.counter-column h3 {
  padding: 16px 0 0;
}
.counter-number {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px !important;
}
.counter-value {
  font-size: 80px;
  font-weight: bold;
}
.counter-suffix {
  font-size: 2rem; /* 単位を小さめに */
  margin-left: 0.2em; /* 少しスペースあける */
}

/* 求める人材 */
.resources-check {
  gap: 24px;
  justify-content: center;
}
.resources-check > div {
  align-items: center;
  aspect-ratio: 1 / 1;
  border: 6px solid var(--green-dark);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.resources-check > div p:first-child {
  color: var(--green-dark);
  margin-bottom: 16px;
}
.resources-check > div p:last-child {
  font-size: 24px;
  line-height: 1.8;
}
/* 募集職種 */
.recruitment-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 16px;
}
.recruitment-wrapper a.recruitment-inner {
  background: #fff;
  border: 4px solid #eee;
  border-radius: 12px;
  box-shadow: 1px 2px 2px #ccc;
  box-sizing: border-box;
  color: #333;
  display: flex;
  padding: 24px;
  text-decoration: none;
  transition: border-color 0.3s;
  width: calc(50% - 12px)
}
.recruitment-wrapper a.recruitment-inner:hover {
  border-color: #468aed;
}
.recruitment-inner-left {
  flex: 2;
}
.recruitment-inner-left h3 {
  font-size: 22px;
  padding: 16px 0;
}
.recruitment-inner-left p {
  font-size: 16px;
  line-height: 1.4;
}
.recruitment-inner-right {
  flex: 1; 
}
/* よくある質問 */
.faq-wrap {
  margin-bottom: 16px !important;
}
.faq .faq-answer {
  margin-left: 1em;
}
.is-style-accordion > .faq > .faq-question {
  padding: 0.5em 1em;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.employment {
  border: 1px solid #999;
  display: block;
  font-size: 85%;
  margin-bottom: 8px;
  max-width: 88px;
  padding: 4px;
  text-align: center;
}
.catchcopy {
  color: #d00;
  font-weight: bold;
}
.resources { /* 囲み枠を指定 */
	background: #fdfdfd; /* 背景色 */
	border-top: solid 10px var(--green-dark); /* 上 線の種類 太さ 色 */
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); /* 水平 垂直 ぼかし 広がり 色 */
  font-weight: bold;
  margin-bottom: 2em;
  padding: 2em 2em 3em;
}
.resources h2 {
  margin-bottom: 16px;
}

.location {
  border: 1px solid #999;
  clear: both;
  margin-bottom: 24px;
}
.location p {
  border-top: 1px solid #999;
  padding: 1em 2em;
}

.work-flow {
  margin: 3em 0 0;
}
.work-flow h2 {
  font-size: 22px;
  margin-bottom: .5em;
}
.work-flow h3 {
  border-top: 1px solid #ccc;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 16px 0 0;
}
.work-flow h3:first-child {
  border-top: none;
}
.work-flow p {
  margin-bottom: 24px;
}

.border-box2 {
  background: #fff;
  border: 1px solid #999;
  margin: 0 0 2%;
  padding: .5em 2em;
}

/* タイムライン */
.timeline-box {
  border-radius: 6px;
  padding: 2em 5px;
}
.timeline-title {
  margin: 0 0 .5em 2em;
  text-align: left;
}
.timeline-item-label {
  font-size: 15px;
  width: 160px;
}
.timeline-item-content {
  border-left: 3px #e9e9e9 solid;
  width: calc(100% - 160px);
}
.timeline-item:before {
width: 0;
font-family: "Font Awesome 5 Free"; 
left: 154px;
font-weight: 900; 
content: "\f017";
color: #ccc;
}
.timeline > li:not(:last-child) .timeline-item-snippet {
  padding-bottom: 1.6em;
  border-bottom: 2px dashed #eee;
}

.recruit-info {
  margin-bottom: 64px;
}
.recruit-info h3 {
  background: var(--green-dark);
  clear: both;
  color: #fff;
  margin: 32px 0 24px;
  padding: 8px 16px;
}
.recruit-info p {
  margin-bottom: 16px;
}
.recruit-info li {
  list-style: inside circle;
}

/* 採用情報カテゴリーページ */
.recruit-img {
  margin-bottom: 1em;
}

.category-recruit .list,
.category-full-time .list, 
.category-part-time .list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: flex-start;
}

.category-recruit .list > a,
.category-full-time .list > a,
.category-part-time .list > a {
  width: calc((100% - 2em) / 3);
}

/* ========会社概要======== */
.corporate-philosophy {
  color: var(--green-dark);
  font-size: clamp(18px,3.2vw,32px);
  font-weight: bold;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 768px) {
th {
  text-align: center;
  width: 15% !important;
}

td {
  padding: 0;
}


dt, dd {
  padding: 16px;
}

.list-design2 {
  padding: 0;
}

.unsou-info .mail {
  margin-top:0;
}

.below-page__title .sub-title {
  width: 47%;
}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.img-right, .img-left {
  width: 100%;
}
.img-right {
  margin-right: -16px;
  margin-left: 0;
}
.img-left {
  margin-left: -16px;
  margin-right: 0;
}

.page-id-586 .img-left,
.page-id-586 .img-right {
  margin-top: -60px;
}

.top-effort {
  background-image: url("./images/top/bg_earth.png"), url("./images/top/bg_environment.png"), url("./images/top/bg_human.png");
  background-size: 10%, 12%, 12%;
  background-position: 0 0, 0 10%, 100% 90%;
}
/* トップページの新着記事の投稿日とタイトルを2行に配置 */
.front-top-page .new-entry-card-content {
  flex-direction: column;
}

/* ========会社見学・職場体験について======== */
h2 span {
  display: block;
}

.page-id-1087 .tab-content-group {
  padding: .5em;
}
  
.page-id-1087 .timeline-box {
  padding: 1em 5px;
}

.page-id-1087 .timeline-item-label {
  padding-left: 8px;
  text-align: left;
  width: 100% !important;
}
.page-id-1087 .timeline-item-title {
  padding-left: 8px;
}
.page-id-1087 .timeline-item-title::before {
  content: "";
}

.page-id-1087 .timeline-item-content {
  width: 100% !important;
}

.page-id-1087 .timeline > li.timeline-item {
  border: none;
}
  
.page-id-1087 .timeline > li .timeline-item-snippet {
  padding: 0 .5em;
}

.page-id-1087 .timeline > li:not(:last-child) .timeline-item-snippet {
  border-left: none;
  padding-bottom: 88px;
}

/* ========事業ページ共通======== */
.below-page__title {
  background: var(--green-dark);
}
.below-page__title h1 {
  padding: 4% 3% 3%;
}
.below-page__title .sub-title {
  padding: 3% 4% 0;
  width: 94%;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
/*スライドインメニューを右から*/
.navi-menu-content {
	left: auto;
	right: 0;
	transform: translateX(101%);
}

.menu-close-button {
  margin-right: 20px;
  text-align: right;
}

.navi-footer-in > .menu-footer li.menu-item { /*モバイルでメニューを1カラムにする*/
  display: block;
  flex: auto;
  padding: 0.3em 0;
  width: 100%;
}

.img-right, .img-left {
  margin: auto;
  width: 80%;
}
.img-right {
  margin-right: 0;
}
.img-left {
  margin-left: 0;
}

.page-id-586 .img-left,
.page-id-586 .img-right {
  margin-top: -24px;
}

.app-list {
flex-flow: column;
}
.app-list dt, .app-list dd {
  border-bottom: none;
  width: 100%;
}
.app-list dt {
padding: 4px 8px;
background-color: #f7f7f7;
}
.app-list dd {
padding: 8px;
}

/************************************
** ヘッダーレイアウト
************************************/
.header-container-in {
  padding: 0;
}

/*パンくずリスト 横スクロール*/
.breadcrumb {
  margin: 56px 0 0 16px;
  white-space: nowrap; /*改行しない*/
  overflow-x: auto; /*はみ出た部分を隠す*/
  -webkit-overflow-scrolling: touch; /*ぬるっとスクロールさせる*/
}
.breadcrumb::-webkit-scrollbar {
    display:none;
}

/* ========トップページ======== */
.catch-area {
  min-height: 480px;
}
.firstview-illust {
  margin-bottom: 0 !important;
}

.business:not(:last-child)::after {
  content: none;
}
.business__body:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 2px;
  height: 100vh;
  background-color: var(--green-dark);
  z-index: -1;
}
.business__body {
  margin-right: -16px !important;
  width: 94%;
}
.business__thumb {
  margin-top: -80px;
  width: 86%;
}

/* ========ソーシャルファーム======== */
.page-id-586 .illust-left,
.page-id-586 .illust-right {
  max-width: 120px;
}
.page-id-586 .illust-left {
  left: 2%;
}
.page-id-586 .illust-right {
  right: 2%;
}

/* ========会社見学・職場体験について======== */
.timeline-comment-title p {
  margin-bottom: 0;
}
.timeline-comment-title img {
  left: 0;
  width: 27%;
}

/* ========一般貨物運送事業======== */
.page-id-1737 table th,
.page-id-1737 table td {
  display: block;
}
.page-id-1737 dl dt, .page-id-1737 dl dd {
  width: 50%;
  padding: 8px 12px;
}
  
.alternate {
  display: block;
}

.alternate__body {
  width: 100%;
}

/* ========採用情報======== */
.wp-image-5496 {
  width: 100%;
}
/* 募集職種 */
.recruitment-wrapper a.recruitment-inner {
  width:100%;
}
/* 採用情報カテゴリーページ */
.category-recruit .list > a,
.category-full-time .list > a,
.category-part-time .list > a {
  width: 100% !important;
  display: inline-block;
  margin: 0 0 1em 0;
}
}

/*640px以下*/
@media screen and (max-width: 640px){
.firstview-illust img {
  margin-top: -140px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
.toppage-margin {
  margin-top: 80px;
}
.firstview-illust img {
  margin-top: -100px;
}

.alignleft, .alignright {
  display: block !important;
  float: none;
}

.alignleft {
  margin-right: 0;
}

.alignright {
  margin-left: 0;
}

.category-recruit h2 {
  text-align: left;
}

.h2-recruit {
  padding-top: 24px !important;
}

.cat-label {
  left: 0;
  width: 88px;
}

/* ========ソーシャルファーム======== */
.support img {
  margin-top: -60px
}

.timeline-comment-title {
  text-align: right;
}
.timeline-comment-title img {
  width: 40%;
}

/* ========採用情報======== */
.resources {
  padding: 2em 1em;
}

.timeline-item-content {
  border-left: none;
  width: auto;
}

.timeline-item:before {
content: "";
}

.timeline-item-label {
  padding-top: 8px;
}

.timeline > li:not(:last-child) .timeline-item-snippet {
  padding-bottom: 1em;
}

.timeline-item-snippet {
  font-size: 14px !important;
}

.border-box2 {
  background: #fff;
  border: 1px solid #999;
  margin: 0 0 16px;
  padding: 8px 12px;
}
}
