@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
*/

/* 共通パーツ */
.post_content .is-style-section_ttl small {
    font-size: 110px;
    color: #6CBAD8;
    opacity: 0.3;
    position: absolute;
    top: -98px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: "Georgia", serif;
    z-index: -100;
}
@media (max-width: 767px) {
  .post_content .is-style-section_ttl small {
    font-size: 57px;
    top: -50px;
  }
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}
.h3-title-decoration {
  border-bottom: 8px dotted #6CBAD8;
}
.post_content h2.is-style-section_ttl::after {
  height: 3px;
  background: #6CBAD8;
  bottom: -7px;
}
/* ヘッダー */
@media (min-width: 960px) {
  .menu-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30%;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
}
.c-gnav>.menu-item>a .ttl {
  font-size: 15px;
  font-weight: 600;
}
.c-gnav>.menu-item>a {
  padding: 0 15px;
}
.-series-right .l-header__inner {
  max-width: 100%!important;
}
/* フッター */
.l-footer {
  background-color: #6CBAD8;
  color: #fff;
}
.l-footer .copyright {
  font-size: 16px;
}

.message-sectiion {
  background: linear-gradient(
    to bottom,
    rgba(108, 186, 216, 0) 0%,
    rgba(108, 186, 216, 0.1) 50%,
    rgba(108, 186, 216, 0.2) 80%
  );
}
/* =========================
   メインビューテキスト
========================= */
.fv-message {
   position: absolute;
   right: 0;
}
.fv-message__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
}
.fv-message__line {
  display: inline-block;
  background: #ffffff;
  color: #4c2906;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 12px;
    padding-right: 7px;
    padding-bottom: 12px;
    padding-left: 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  letter-spacing: 0.1em;
}
/* スマホ */
@media (max-width: 768px) {
.fv-message {
   left: 0;
}
.fv-message__inner {
  margin-top: 70px;
}
  .fv-message__line {
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 3px;
    padding-left: 14px;
    margin-bottom: 7px;
  }
}
/* =========================
   サービス紹介（テキスト）
========================= */
.text-block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.text-block__label {
  display: inline-block;
  background-color: #7FB6D6;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .text-block__label {

  }
}
.text-block__title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin: 20px 0 0 0!important;
}
.text-block__description {
  font-size: 16px;
  line-height: 1.9;
  color: #4B5563;
  margin-bottom: 32px;
}
.text-block__divider {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 32px 0;
}
.text-block__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.text-block__list li {
  position: relative;
  padding-left: 16px;
  color: #7FB6D6;
  font-size: 16px;
  font-weight: 500;
}
.text-block__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/* =========================
   Text + Image (2 Column)
========================= */
.text-media {
  margin-bottom: 80px!important;
}
@media (max-width: 767px) {
  .text-media {
  margin-bottom: 50px!important;
}
}
.text-media__inner {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.text-media--reverse .text-media__inner {
  direction: rtl;
}
.text-media--reverse .text-media__image,
.text-media--reverse .text-media__content {
  direction: ltr;
}
.text-media__image {
  border-top-left-radius: 45%;
  border-bottom-right-radius: 45%;
  overflow: hidden;
}
.text-media__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .text-media__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .text-media--reverse .text-media__inner {
    direction: ltr;
  }

  .text-block__title {
    font-size: 26px;
  }

  .text-block__list {
    grid-template-columns: 1fr;
  }
}



/* Company Profile */
.company-profile {
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .company-profile {
    padding: 40px 20px;
  }
}
.company-profile__list {
  margin: 0;
  padding: 0;
}
.company-profile__row {
  display: flex;
  align-items: flex-start;
  padding: 18px 0;
  /* border-bottom: 1px solid #e5e7eb; */
}
.company-profile__row:last-child {
  border-bottom: none;
}
.company-profile dt {
  width: 180px;
  flex-shrink: 0;
  font-weight: 600;
  color: #111827;
  line-height: 1.6;
}
.company-profile dd {
  margin: 0;
  color: #374151;
  line-height: 1.8;
}
.company-profile dd a {
  color: inherit;
  text-decoration: none;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .company-profile__row {
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
  }

  .company-profile dt {
    width: 100%;
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
  }

  .company-profile dd {
    font-size: 15px;
  }
}
.company-profile__row:nth-child(odd) {
  background-color: #f5f5f5;
}
.company-profile__row {
  padding: 16px 20px;
}


/* =========================
   お問い合わせ
========================= */
.contact-form-container {
  margin: 0 auto;
  padding: 48px;
  background-color: #f2f2f2;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.form-description {
  margin-bottom: 32px;
  line-height: 1.8;
  color: #374151;
  font-size: 15px;
  text-align: center;
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-weight: 600;
  color: #111827;
  font-size: 16px;
}
.form-group .required {
  color: #E11D48;
  font-size: 12px;
  margin-left: 4px;
}
.contact-form-container input[type="text"],
.contact-form-container input[type="tel"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form-container textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form-container input:focus,
.contact-form-container textarea:focus {
  outline: none;
  border-color: #6CBAD8;
  box-shadow: 0 0 0 3px rgba(108, 186, 216, 0.2);
}
.contact-form-container ::placeholder {
  color: #9CA3AF;
}
.form-agreement {
  margin: 32px 0;
  font-size: 14px;
  color: #374151;
}
.form-agreement input[type="checkbox"] {
  margin-right: 6px;
}
.form-submit {
  text-align: center;
}
.form-submit input[type="submit"] {
  background-color: #6CBAD8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 48px;
  width: 100%;
  max-width: 600px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s, box-shadow 0.1s;
}
.form-submit input[type="submit"]:hover {
  background-color: #5AAAC8;
  box-shadow: 0 8px 20px rgba(108, 186, 216, 0.35);
}
@media (max-width: 640px) {
  .contact-form-container {
    padding: 32px 20px;
  }

  .form-description {
    font-size: 14px;
  }
}
.wpcf7-spinner {
  display: none;
}


/* =========================
   Contact CTA Area
========================= */
.contact-cta {
  background-color: #8BC0DA;
  padding: 48px 16px;
  border-radius: 30px;
}
.contact-cta__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
/* =========================
   Card Base
========================= */
.contact-cta__card {
  border-radius: 20px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-cta__card {
    padding: 18px 10px;
    gap: 50px;
  }
}
/* =========================
   Phone Card
========================= */
.contact-cta__card--phone {
  background-color: #ffffff;
  color: #6CBAD8;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
/* hover：右下に沈む */
.contact-cta__card--phone:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
/* =========================
   Hours Card
========================= */
.contact-cta__card--hours {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
/* =========================
   Icon & Text
========================= */
.contact-cta__icon {
      width: 40px;
}
.contact-cta__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.85;
  text-align: left;
}
.contact-cta__value {
  display: block;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 700;
}
/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .contact-cta__inner {
    grid-template-columns: 1fr;
  }

  .contact-cta__value {
    font-size: 22px;
  }
}


  /* タブ */
.job-tab {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .job-tab {
    flex-direction: column;
    align-items: center;
  }
}
.job-tab__btn {
  width: 100%;
  max-width: 300px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 999px;
  border: none;
  background: #e5e5e5;
  color: #555;
  font-weight: bold;
  cursor: pointer;
}
.job-tab__btn.is-active {
  background: #3f372c;
  color: #fff;
}

/* コンテンツ */
.job-content {
  display: none;
  background: #ffeeb8;
  padding: 60px 40px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .job-content {
    padding: 60px 20px;
  }
}
.job-content.is-active {
  display: block;
}
.job-title {
  font-size: 24px;
  margin-top: 30px!important;
  margin-bottom: 50px!important;
}
.job-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .job-meta {
    flex-direction: column;
    align-items: stretch;
  }
}
.job-label {
  background-color: #494035;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.job-value {
  font-size: 16px;
  color: #6f6a63;
  margin-right: 24px;
  white-space: nowrap;
}
.job-image {
  aspect-ratio: 296/220;
  max-width: 300px;
}
@media (max-width: 767px) {
  .job-image {
  max-width: 100%;
}
}
.job-image img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 130px;
}
.job-cta {
  margin-top: 30px;
  text-align: center;
}
.job-cta__btn {
  position: relative;
  display: inline-block;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #494035;
  color: #fff;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .job-cta__btn {

  }
}
.job-cta__btn::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 36px;
}
.job-cta__btn:hover {
  background-color: #3f372f;
}
.job-cta__btn:hover::after {
  transform: translateX(6px);
}
.job-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .job-wrapper {
  flex-direction: column;
}
}