@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*TOPページ*/
.wp-image-916 {
  border-radius: 1rem;
}

.service_card {
  position: relative;
  background: #fff;
  border: 1px solid #e6eee5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 94, 48, 0.08);
  transition: 0.3s ease;
}

.service_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 94, 48, 0.14);
  cursor: pointer;
}

.service_card figure {
  margin: 0;
}

.service_card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.service_card .wp-block-heading {
  position: static;
  margin: 0;
  padding: 28px 24px 12px !important;
  color: #005e30;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.service_card p {
  margin: 0;
  padding: 0 24px 26px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.service_card a {
  display: inline-block;
  margin: 0 24px 26px;
  color: #005e30;
  font-weight: 700;
  text-decoration: none;
}

.service_card .wp-block-heading a {
  position: static;
}

.service_card .wp-block-heading a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}

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

  .service_card img {
    height: 200px;
  }

  .service_card .wp-block-heading {
    font-size: 20px;
    padding: 24px 20px 10px !important;
  }

  .service_card p {
    padding: 0 20px 22px;
  }

}

.frame_wrap {
  position: relative;
}

.frame_bg {
  margin: 0;
}

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

.frame_content {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 8%;
}

.main-title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.main-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;

  width: 120px;
  height: 2px;

  background: linear-gradient(
    to right,
    #005e30 0%,
    #005e30 40%,
    transparent 40%,
    transparent 60%,
    #005e30 60%,
    #005e30 100%
  );

  transform: translateX(-50%);
}

.main-title::before {
  content: "";
  position: absolute;

  left: 50%;
  bottom: 5px;

  width: 8px;
  height: 8px;

  background: #005e30;
  border-radius: 50%;

  transform: translateX(-50%);
  z-index: 2;
}
.swell-block-fullWide+.swell-block-fullWide {
    margin-top: 0!important;
}
.service_card a{
    margin: 0 24px 0px;
}
.contact-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 36px);
  border-radius: 46px;
  background: linear-gradient(135deg, #00553d 0%, #006b4b 55%, #007a4d 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* 左側：電話 */





.contact-card__tel {
  flex: 1 1 380px;
  min-width: 0;
  min-height: 130px;
  padding: 14px 20px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f7f7f7;
}

.contact-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #4a9f2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-card__content {
  min-width: 0;
}

.contact-card__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 16px;
  border-radius: 999px;
  color: #6b5b4f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.contact-card__number {
  display: block;
  color: #222;
  text-decoration: none;
  font-size: clamp(24px, 2vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* 右側：お問い合わせ */

.contact-card__button {
  flex: 1 1 420px;
  min-width: 0;
  min-height: 130px;
  padding: 14px 20px;
  border-radius: 28px;
  background: linear-gradient(135deg, #a6df2f 0%, #add030 100%);
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  box-shadow: none;
  transition: 0.3s ease;
}

.contact-card__button:hover {
  opacity: 0.9;
}

.contact-card__button-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #6cab1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-card__button-text {
  min-width: 0;
  color: #fff;
  font-size: clamp(15px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.contact-card__button-text small {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
}

/* タブレット */

@media screen and (max-width: 1100px) {
  .contact-card {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .contact-card__tel,
  .contact-card__button {
    width: 100%;
    flex: none;
  }
}

/* スマホ */

@media screen and (max-width: 768px) {
  .contact-card {
    padding: 20px 18px;
    border-radius: 28px;
    gap: 16px;
  }

  .contact-card__tel,
  .contact-card__button {
    min-height: 100px;
    padding: 12px 14px;
    border-radius: 22px;
  }

  .contact-card__tel {
    gap: 14px;
  }

  .contact-card__icon,
  .contact-card__button-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .contact-card__label {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 8px;
  }

  .contact-card__number {
    font-size: clamp(22px, 6vw, 30px);
  }

  .contact-card__button {
    gap: 10px;
  }

  .contact-card__button-text {
    font-size: clamp(13px, 3.8vw, 16px);
    white-space: nowrap;
  }

  .contact-card__button-text small {
    font-size: 11px;
  }
}

/*外国人材【特定技能】採用サービス*/
.arrow_conta {
  position: relative;
  max-width: 760px;
  margin: 0 auto 42px;
}

.arrow_text {
  position: relative;
  z-index: 2;
  background: #e9f8b6;
  border-radius: 8px;
  min-height: 62px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.arrow_ud_box {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 80px;
  height: 42px;
  background: #e9f8b6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

/* 最後だけ下の余白をなくす */
.arrow_conta:last-child {
  margin-bottom: 0;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .arrow_conta {
    max-width: 92%;
    margin-bottom: 34px;
  }

  .arrow_text {
    min-height: 56px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .arrow_ud_box {
    bottom: -32px;
    width: 64px;
    height: 34px;
  }
}
/*会社案内・アクセス*/
/* ========================================
   ACCESS 共通
======================================== */

.access-title {
  position: relative;
  color: #005e30;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 36px;
  padding-bottom: 18px;
  line-height: 1.4;
}

.access-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 4px;

  background: repeating-linear-gradient(
    -45deg,
    #c9db61,
    #c9db61 4px,
    transparent 4px,
    transparent 8px
  );
}

.access-box {
  background: #fff;
  border: 1px solid #e6eee5;
  border-radius: 24px;
  box-shadow: 0 6px 18px rgba(0, 94, 48, 0.05);
}


/* ========================================
   DETAIL
======================================== */

.detail {
  display: grid;
  grid-template-columns: 28% 72%;

  width: 100%;
  margin: 0;
  padding: 0;

  border: 1px solid #e6eee5;
  border-radius: 18px;
  overflow: hidden;

  background: #fff;
}

.detail dt,
.detail dd {
  margin: 0;
  padding: 24px 28px;
  line-height: 1.9;
  box-sizing: border-box;
}

.detail dt {
  background: #E8F5BB;
  color: #2f5d1d;
  font-weight: 700;

  border-bottom: 1px solid #dbe8aa;
}

.detail dd {
  background: #fafcf1;
  border-left: 1px solid #e6eee5;
  border-bottom: 1px solid #eef1e2;
}

.detail dt:last-of-type,
.detail dd:last-of-type {
  border-bottom: none;
}

.detail a {
  color: #2f8f3a;
  text-decoration: underline;
}

.detail b {
  color: #2f5d1d;
}


/* ========================================
   ACCESS TOP
======================================== */

.access_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;

  align-items: stretch;
}

.access_info,
.access_img {
  height: 100%;
}

.access_img img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;

  border-radius: 18px;
}

.access_info .detail {
  height: 100%;
}


/* ========================================
   MAP
======================================== */

.access-map {
  margin-top: 50px;
}

.g_map iframe {
  border-radius: 18px;
  overflow: hidden;

  box-shadow: 0 8px 24px rgba(0, 94, 48, 0.08);
}

.l_map {
  margin-top: 18px;
  text-align: right;
}

.l_map a {
  color: #005e30;
  font-weight: 700;
  text-decoration: none;

  transition: 0.3s;
}

.l_map a:hover {
  opacity: 0.7;
}


/* ========================================
   TRAIN LINES
======================================== */

.train-lines {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.train-lines__box {
  padding: 40px 0px;
}

.train-lines__en {
  text-align: center;

  color: #666;
  font-size: 15px;
  letter-spacing: 0.08em;

  margin: 0 0 36px;
}

.train-lines__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.train-lines__list li {
  position: relative;

  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;

  align-items: center;

  padding: 20px 0;

  border-bottom: 1px solid #e6eee5;
}

.train-lines__list li::before {
  content: "";

  position: absolute;
  left: 0;
  top: 50%;

  transform: translateY(-50%);

  width: 12px;
  height: 12px;

  border: 4px solid #4f8f3a;
  border-radius: 50%;
}

.train-lines__list span {
  padding-left: 32px;

  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.train-lines__list em {
  color: #666;
  font-size: 15px;
  font-style: normal;
}


/* ========================================
   STATION ACCESS
======================================== */

.station-access {
  max-width: 1100px;
  margin: 0 auto;

  padding: 50px 0px;
}

.station-access__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.station-card {
  padding: 34px 14px 28px;

  text-align: center;

  border: 1px solid #e6eee5;
  border-radius: 22px;

  background: #fff;

  box-shadow: 0 6px 18px rgba(0, 94, 48, 0.05);
}

.station-card h4 {
  margin: 0 0 26px;

  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.station-time {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;

  color: #005e30;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;
}

.station-time .small {
  font-size: 18px;
}

.station-time .num {
  font-size: 32px;
}

.station-time .minute {
  font-size: 18px;
}

.station-card small {
  display: inline-block;

  margin-top: 16px;
  padding: 12px 18px;

  background: #f4f5ef;
  border-radius: 999px;

  color: #666;
  font-size: 14px;
  line-height: 1.7;
}


/* ========================================
   ACCESS ROUTE
======================================== */

.access-route {
  max-width: 1100px;

  margin: 0 auto;
  padding: 0 !important;

  list-style: none;

  counter-reset: step;
}

.access-route li {
  position: relative;
}

.access-route li:not(:last-child) {
  margin-bottom: 80px;
}

.access-route li:not(:last-child)::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: -48px;

  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #d6e6b1;

  z-index: 3;
}

.access-route li::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;

  position: absolute;
  top: -16px;
  left: 28px;

  width: 44px;
  height: 44px;

  border-radius: 50%;

  background: #7aa66d;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  font-weight: 700;

  z-index: 4;
}

.access-route li > div {
  display: grid;
  grid-template-columns: 330px 1fr;

  gap: 24px 40px;
  align-items: start;

  padding: 28px 32px;

  background: #fff;

  border: 1px solid #e6eee5;
  border-radius: 20px;

  box-shadow: 0 6px 18px rgba(0, 94, 48, 0.05);
}

.access-route .img {
  grid-row: 1 / 3;
  margin: 0;
}

.access-route .img img {
  width: 100%;
  display: block;

  border-radius: 12px;
}

.access-route .txt {
  margin: 0;

  color: #333;
  font-size: 17px;
  line-height: 2;
}

.access-route .txt + .txt {
  padding-top: 18px;

  border-top: 1px dashed #dfe8dc;

  color: #666;
  font-size: 15px;
}


/* ========================================
   TABLET
======================================== */

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

  .station-access__grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ========================================
   SP
======================================== */

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

  .access-title {
    font-size: 26px;
  }

  .detail {
    display: block;
  }

  .detail dt,
  .detail dd {
    width: 100%;
    padding: 18px 20px;
  }

  .detail dd {
    border-left: none;
  }

  .access_top {
    grid-template-columns: 1fr;
  }

  .access_img img {
    height: auto;
  }

  .train-lines__box {
    padding: 28px 0px;
  }

  .train-lines__list {
    grid-template-columns: 1fr;
  }

  .train-lines__list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .train-lines__list em {
    padding-left: 32px;
  }

  .station-access {
    padding: 30px 0px;
  }

  .station-access__grid {
    grid-template-columns: 1fr;
  }

  .access-route li:not(:last-child) {
    margin-bottom: 70px;
  }

  .access-route li > div {
    grid-template-columns: 1fr;

    padding: 24px 20px;
  }

  .access-route .img {
    grid-row: auto;
  }

  .access-route .txt {
    font-size: 15px;
  }

  .access-route .txt + .txt {
    font-size: 14px;
  }

}
/*会社からのメッセージ*/

.letter {
    padding: 5rem 5rem 4rem 5rem;
    font-size: 110%;
background:
radial-gradient(
circle at top left,
rgba(214, 228, 190, 0.35) 0%,
rgba(245, 245, 236, 0) 45%
),

radial-gradient(
circle at bottom right,
rgba(214, 228, 190, 0.28) 0%,
rgba(245, 245, 236, 0) 40%
),

linear-gradient(
180deg,
#f8f8f0 0%,
#f6f5ed 100%
);
    border-radius: 15px;
box-shadow: 5px 5px 0px #dbe5dc;}
.letter_sign {
    text-align: right;
    line-height: 1.35;
    font-size: 150%;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.c-pageTitle {
  color: #ADD030;
  text-align: center;
	    font-size: 42px;
}

/*ヘッダーメニューspan*/
.menu-item span{
	    display: block;
    font-size: 10px;
    color: #9a9a9a;
    margin-top: 0.3rem;
}
/*フォームデザイン*/
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px;
  border: 1px solid #d8e6d2;
  border-radius: 8px;
  background: #fbfdf9;
  box-sizing: border-box;
}

.wpcf7-submit {
  background: #2f8f3a;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 16px 32px;
}
.wpcf7 {
  max-width: 760px;
  margin: 0 auto;
}

.wpcf7-form {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
}

.wpcf7 p {
  margin-bottom: 22px;
}

.wpcf7 label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8e6d2;
  border-radius: 8px;
  background: #fbfdf9;
  box-sizing: border-box;
  font-size: 16px;
}

.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #2f8f3a;
}
.wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 32px auto 0;
  padding: 16px 24px;
  border: none;
  border-radius: 999px;
  background: #2f8f3a;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.wpcf7-submit:hover {
  opacity: 0.9;
}
.wpcf7 input[type="submit"].wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 32px auto 0;
  padding: 16px 24px;
  border: none;
  border-radius: 999px;
  background-color: #2f8f3a;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
}

.wpcf7 input[type="submit"].wpcf7-submit:hover {
  background-color: #24762f;
  color: #ffffff;
}
/* 同意チェックだけ横並び */
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* チェックボックス */
.wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
}

/* テキスト改行防止 */
.wpcf7-acceptance .wpcf7-list-item-label {
  display: inline;
}
.wpcf7 input[type="submit"].wpcf7-submit {
  background: linear-gradient(135deg, #1f8a3b 0%, #65b946 100%);
  color: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(47, 143, 58, 0.25);
  transition: 0.3s;
}

.wpcf7 input[type="submit"].wpcf7-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
/*企業ブランディングサービス*/
.step_branding_1,.step_branding_3{
background:#f5ffe9;
}

.step_branding_2,.step_branding_4{
background:#fafcf1;
}
.recommend_dotted{
    border: 4px dotted #ddd;
    padding: 1rem;
    border-radius: 1rem;
}
.catch-copy-bg{
background: linear-gradient(135deg,#005e30 0%,#2f8f3a 50%,#7dbd4f 100%);
}
.catch-copy {
  position: relative;
  z-index: 1;
}
.service_price{
background:#fff;
}
/*FAQ*/
.is-style-faq-stripe .faq_q {
	background-color: #f7faea;
}
/*カテゴリーページ　category消去*/
.c-pageTitle__subTitle{
    display:none;
}