@charset "UTF-8";
.pc-only {
  display: inline; }

@media (max-width: 767px) {
  .pc-only {
    display: none; } }
.section-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #555;
  line-height: 1.5;
  margin-bottom: 2.5rem; }
  .section-title .section-title__line {
    display: block;
    width: 5rem;
    height: 1px;
    background-color: #91a0c4;
    margin: 0.625rem auto; }
  .section-title .section-title__en {
    display: block;
    font-size: 1.25rem;
    color: #888;
    letter-spacing: 0.05em;
    font-weight: 400; }
  @media (max-width: 768px) {
    .section-title {
      font-size: 1.25rem; }
      .section-title .section-title__line {
        width: 3.125rem;
        margin: 0.5rem auto; }
      .section-title .section-title__en {
        font-size: 0.75rem; } }

/*****************************

furniture

******************************/
.pagebutton {
  justify-content: space-around !important;
  margin-top: 25px !important; }
  .pagebutton:hover p {
    color: #1e50a2 !important; }
  .pagebutton p {
    margin: 0 !important;
    color: #fff !important; }

.furnituresec h2, .sec03maker h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6; }
.furnituresec p, .sec03maker p {
  font-size: 1.375rem;
  font-weight: 400; }
.furnituresec h3, .sec03maker h3 {
  font-size: 2.125rem;
  color: #707070; }
.furnituresec h4, .sec03maker h4 {
  font-size: 1.5rem;
  color: #707070; }
@media (max-width: 768px) {
  .furnituresec h2, .sec03maker h2 {
    font-size: 1.375rem; }
  .furnituresec p, .sec03maker p {
    font-size: 0.875rem; }
  .furnituresec h3, .sec03maker h3 {
    font-size: 1.125rem; }
  .furnituresec h4, .sec03maker h4 {
    font-size: 0.9375rem; } }

.furniture01 {
  position: relative;
  background: #fff url("../image/chair.png") no-repeat right center/contain;
  padding: 0.625rem 0;
  margin-bottom: 9.375rem; }
  .furniture01 .inner {
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 0 2.5rem; }
  .furniture01 .text h2 {
    margin-bottom: 1.5em;
    color: #707070; }
  .furniture01 .text p {
    line-height: 2.2;
    color: #555; }
  @media (max-width: 768px) {
    .furniture01 {
      background: none;
      padding: 3.75rem 0; }
      .furniture01 .text {
        max-width: 100%; } }

.furniture02 {
  position: relative;
  background: #1e40af;
  color: #fff;
  text-align: center;
  padding: 5rem 0 1.25rem 0;
  z-index: 0; }
  .furniture02::after {
    content: "";
    position: absolute;
    bottom: -6.8vw;
    left: 0;
    width: 100%;
    height: 7vw;
    background: #1e40af;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 1;
    transition: all 0.3s ease; }
  .furniture02 .inner {
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative;
    z-index: 2; }
  .furniture02 h2 {
    margin-bottom: 1.25rem;
    line-height: 1.6; }
  @media (max-width: 768px) {
    .furniture02 {
      padding: 3.75rem 0; }
      .furniture02::after {
        bottom: -11vw;
        height: 11vw; } }

.furniture03 {
  width: 100%;
  background: #fff;
  margin-top: 15rem;
  /* --- スマホ --- */ }
  .furniture03 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.75rem;
    margin-bottom: 7.5rem;
    /* --- 2段目など反転 --- */ }
    .furniture03 .item:last-child {
      margin-bottom: 0; }
    .furniture03 .item .img {
      flex: 0 0 55%;
      position: relative; }
      .furniture03 .item .img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block; }
    .furniture03 .item .text {
      flex: 1;
      color: #333;
      padding: 0 2.5rem; }
      .furniture03 .item .text h3 {
        font-weight: 700;
        margin-bottom: 1.25rem;
        line-height: 1.4; }
      .furniture03 .item .text p {
        line-height: 1.8;
        color: #555;
        margin-bottom: 1.5625rem; }
      .furniture03 .item .text .btn-more {
        display: inline-block;
        padding: 0.625rem 1.5rem;
        border: 2px solid #1e40af;
        color: #1e40af;
        border-radius: 1.875rem;
        text-decoration: none;
        font-weight: 700;
        transition: 0.3s; }
        .furniture03 .item .text .btn-more:hover {
          background: #1e40af;
          color: #fff; }
    .furniture03 .item.reverse {
      flex-direction: row-reverse; }
      .furniture03 .item.reverse .text {
        padding-left: 5rem;
        padding-right: 0; }
  @media (max-width: 768px) {
    .furniture03 .item {
      flex-direction: column;
      text-align: center;
      gap: 1.25rem;
      margin-bottom: 5rem; }
      .furniture03 .item .img {
        order: 1;
        width: 100%; }
        .furniture03 .item .img img {
          width: 100%; }
      .furniture03 .item .text {
        order: 2;
        width: 100%;
        padding: 0 1.25rem; }
        .furniture03 .item .text h3 {
          margin-bottom: 0.75rem; }
        .furniture03 .item .text p {
          margin-bottom: 1rem; }
      .furniture03 .item.reverse {
        flex-direction: column; }
        .furniture03 .item.reverse .text {
          padding: 0 1.25rem; } }

@media (max-width: 768px) {
  .furniture01 {
    padding: 0.3125rem 0; }

  .furniture03 {
    margin-top: 6.25rem; } }
.sec03maker .inner {
  max-width: 95.625rem;
  margin: 0 auto;
  padding: 0 2.5rem; }
  .sec03maker .inner p {
    text-align: center;
    color: #555;
    line-height: 1.8; }
.sec03maker .maker {
  margin: 6.25rem 0; }
  .sec03maker .maker .inner .maker-list {
    display: flex;
    gap: 2%; }
    .sec03maker .maker .inner .maker-list .maker-item {
      width: 32%; }
      .sec03maker .maker .inner .maker-list .maker-item .maker-logo {
        border-bottom: 1px solid #A5A5A5;
        text-align: center;
        margin-bottom: 8px;
        padding-bottom: 8px; }
.sec03maker .maker-logos {
  width: 100%;
  margin-top: 3.75rem; }
  .sec03maker .maker-logos ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 0;
    list-style: none;
    margin: 20px auto 50px auto; }
  .sec03maker .maker-logos li {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sec03maker .maker-logos li a {
      display: inline-block;
      transition: opacity 0.3s ease; }
      .sec03maker .maker-logos li a:hover {
        opacity: 0.7; }
      .sec03maker .maker-logos li a img {
        max-width: 10rem;
        height: auto;
        display: block; }
  @media (max-width: 768px) {
    .sec03maker .maker-logos ul {
      justify-content: center;
      gap: 1.5rem; }
    .sec03maker .maker-logos li {
      flex: 0 1 45%;
      margin-bottom: 1.25rem; }
      .sec03maker .maker-logos li a img {
        max-width: 100%; } }

@media (max-width: 768px) {
  .sec03maker .maker .inner .maker-list {
    display: block; }
    .sec03maker .maker .inner .maker-list .maker-item {
      width: 100%;
      margin-bottom: 1.875rem; } }
.flow {
  background: #fff;
  padding: 5rem 0;
  /* スマホ対応 */ }
  .flow .inner {
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 0 2.5rem; }
  .flow .flow-item {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 5rem;
    /* 左側：Step部分 */
    /* 右側：テキスト部分 */ }
    .flow .flow-item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 2.5rem solid transparent;
      border-right: 2.5rem solid transparent;
      border-top: 1.5625rem solid #1e40af;
      bottom: 1.25rem; }
    .flow .flow-item .flow-step {
      flex: 0 0 25rem;
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .flow .flow-item .flow-step .step-num {
        font-weight: 700;
        color: #1e40af;
        font-size: 1.375rem;
        margin-bottom: 0.25rem; }
      .flow .flow-item .flow-step .step-line {
        display: block;
        width: 1.875rem;
        height: 2px;
        background-color: #1e40af;
        margin-bottom: 0.5rem; }
      .flow .flow-item .flow-step h3 {
        color: #444;
        font-weight: 700;
        margin: 0; }
    .flow .flow-item .flow-text {
      flex: 1; }
      .flow .flow-item .flow-text p {
        color: #555;
        line-height: 1.8; }
  @media (max-width: 768px) {
    .flow .flow-item {
      flex-direction: column;
      gap: 1rem;
      margin-bottom: 0.3125rem;
      padding-bottom: 2.5rem; }
      .flow .flow-item:not(:last-child)::after {
        bottom: 0.625rem;
        border-left: 1.25rem solid transparent;
        border-right: 1.25rem solid transparent;
        border-top: 0.875rem solid #1e40af; }
      .flow .flow-item .flow-step {
        align-items: flex-start;
        flex: 0 0 auto; }
        .flow .flow-item .flow-step .step-line {
          width: 1.5rem;
          margin-bottom: 0.375rem; } }

.section3works .top-works::before {
  background: none !important; }

.section3faq {
  background: #1e50a2;
  margin: 5rem 0; }
  .section3faq h3 {
    color: #fff !important; }
  .section3faq .section-title__en {
    color: #fff !important; }
  .section3faq .inner {
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 5rem 2.5rem; }
    .section3faq .inner .faq {
      color: #fff;
      padding: 5rem 0; }
      .section3faq .inner .faq .faq-item {
        margin-bottom: 2.5rem; }
        .section3faq .inner .faq .faq-item h3 {
          font-size: 1.5625rem;
          font-weight: 700;
          display: flex;
          align-items: center;
          gap: 0.75rem;
          margin-bottom: 0.625rem; }
          .section3faq .inner .faq .faq-item h3 span {
            display: inline-block;
            background: #fff;
            color: #1e40af;
            font-weight: 700;
            border-radius: 0.1875rem;
            padding: 0.125rem 0.5rem;
            font-size: 1rem; }
        .section3faq .inner .faq .faq-item p {
          line-height: 1.8;
          margin: 0;
          font-weight: 300; }
        .section3faq .inner .faq .faq-item:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          padding-bottom: 1.875rem; }
      @media (max-width: 768px) {
        .section3faq .inner .faq .inner {
          padding-top: 0 !important;
          padding-bottom: 0 !important; }
        .section3faq .inner .faq .faq-item h3 {
          font-size: 1.25rem; }
          .section3faq .inner .faq .faq-item h3 span {
            font-size: 0.875rem; } }
    @media (max-width: 768px) {
      .section3faq .inner .faq {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }

.furnituercontact {
  position: relative;
  background: #fff;
  padding: 6.25rem 0; }
  .furnituercontact .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative; }
  .furnituercontact .contact-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    max-width: 37.5rem; }
    .furnituercontact .contact-img img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  .furnituercontact .contact-text {
    width: 55%;
    text-align: left; }
    .furnituercontact .contact-text h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1.25rem; }
    .furnituercontact .contact-text p {
      line-height: 2; }
  @media (max-width: 768px) {
    .furnituercontact {
      padding: 3.75rem 1.25rem; }
      .furnituercontact .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; }
      .furnituercontact .contact-img {
        display: none; }
      .furnituercontact .contact-text {
        width: 100%;
        text-align: left; }
        .furnituercontact .contact-text h2 {
          font-size: 1.5rem; } }

/*****************************

officesupply

******************************/
.officesupply01 {
  position: relative;
  background: #fff url("../image/office_sup.png") no-repeat right center/contain;
  padding: 0.625rem 0;
  margin-bottom: 9.375rem; }
  .officesupply01 .inner {
    max-width: 95.625rem;
    margin: 0 auto;
    padding: 0 2.5rem; }
  .officesupply01 .text h2 {
    margin-bottom: 1.5em;
    color: #707070; }
  .officesupply01 .text p {
    line-height: 2.2;
    color: #555; }
  @media (max-width: 768px) {
    .officesupply01 {
      background: none;
      padding: 3.75rem 0; }
      .officesupply01 .text {
        max-width: 100%; } }

.item-section {
  margin: 0 auto 100px auto;
  padding: 0 5rem; }

.item-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  border: 1px solid #c0c0c0;
  padding: 1rem; }

/* 左側：タイトル */
.item-title {
  position: relative;
  flex: 0 0 18.75rem;
  font-weight: 500 !important;
  color: #333;
  font-size: 1.5625rem !important;
  margin: 0;
  padding-left: 1.75rem;
  /* ← 丸の分だけ余白を確保 */ }
  .item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.875rem;
    height: 0.875rem;
    background-color: #1e40af;
    /* ← 丸の色（ブランドカラーなどに） */
    border-radius: 50%; }

/* 右側：本文 */
.item-text {
  flex: 1;
  color: #555;
  line-height: 1.8;
  margin: 0;
  font-weight: 300 !important; }

/* --- スマホ対応 --- */
@media (max-width: 768px) {
  .item-inner {
    display: block;
    /* ← flex解除して通常の縦並びに */ }

  .item-title {
    font-size: 1rem !important;
    margin-bottom: 0.5rem;
    /* タイトルと本文の間に余白 */ } }
.offisupply02 .item {
  margin-bottom: 3.125rem !important; }

/*****************************

company

******************************/
.companyprofile {
  margin-top: 9.375rem; }
  .companyprofile .inner {
    /* --- スマホ対応 --- */ }
    .companyprofile .inner .section-title {
      text-align: center;
      margin-bottom: 60px; }
    .companyprofile .inner .section-title .title-jp {
      font-size: 2.5rem;
      font-weight: 700;
      color: #555;
      line-height: 1.2;
      letter-spacing: 0.05em; }
    .companyprofile .inner .section-title .title-en {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px; }
    .companyprofile .inner .section-title .title-en .title-icon {
      width: 20px;
      height: auto; }
    .companyprofile .inner .section-title .title-en .title-en-text {
      font-size: 1rem;
      color: #999;
      font-weight: 200;
      letter-spacing: 0.05em; }
    @media (max-width: 768px) {
      .companyprofile .inner .section-title {
        margin-bottom: 40px; }
      .companyprofile .inner .section-title .title-jp {
        font-size: 1.7rem; }
      .companyprofile .inner .section-title .title-en {
        gap: 6px; }
      .companyprofile .inner .section-title .title-en .title-icon {
        width: 20px; }
      .companyprofile .inner .section-title .title-en .title-en-text {
        font-size: 1rem; } }
  .companyprofile .philosophy {
    text-align: center; }
    .companyprofile .philosophy h3 {
      font-size: 2.5rem;
      font-weight: 300;
      color: #555;
      letter-spacing: 0.05em;
      margin-bottom: 0.9375rem; }
    .companyprofile .philosophy p {
      color: #707070;
      font-size: 1.25rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 3; }
  @media (max-width: 768px) {
    .companyprofile .philosophy {
      padding-left: 20px;
      padding-right: 20px; }
      .companyprofile .philosophy h3 {
        font-size: 1.3rem; }
      .companyprofile .philosophy p {
        font-size: 1rem;
        line-height: 2; } }

.companyprofile02 .inner {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 2.5rem;
  background: #1E50A2;
  border-radius: 10px; }

.companyprofile03 .inner {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 2.5rem;
  background: #1E50A2;
  border-radius: 10px; }
  .companyprofile03 .inner .company-table {
    color: #fff;
    padding: 60px 40px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px; }
  .companyprofile03 .inner .company-table .row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0; }
  .companyprofile03 .inner .company-table .row:last-child {
    border-bottom: none; }
  .companyprofile03 .inner .company-table .title {
    flex: 0 0 180px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-left: 1rem; }
  .companyprofile03 .inner .company-table .text {
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 200;
    letter-spacing: 1px; }
  @media (max-width: 768px) {
    .companyprofile03 .inner .company-table {
      padding: 40px 20px; }
    .companyprofile03 .inner .company-table .row {
      display: block;
      padding: 16px 0; }
    .companyprofile03 .inner .company-table .title {
      margin-bottom: 6px;
      font-size: 1.1rem; }
    .companyprofile03 .inner .company-table .text {
      font-size: 0.95rem; } }

@media (max-width: 768px) {
  .companyprofile02 {
    margin: 0 20px; } }
.header__item a span {
  font-size: 0.8rem !important; }

/*****************************

recruit

******************************/
.recruit01 {
  margin: 12.5rem 0; }
  .recruit01 .recinner {
    max-width: 76.875rem;
    margin: 0 auto; }
    .recruit01 .recinner p {
      color: #707070;
      font-size: 1.25rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 2; }

/*****************************

contact

******************************/
.contactblock {
  margin: 12.5rem 0; }
  .contactblock .inner {
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem; }
    .contactblock .inner p {
      color: #707070;
      font-size: 1.25rem;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 2; }
    .contactblock .inner .contact-form {
      width: 100%;
      max-width: 1000px;
      margin: 50px auto;
      /* タイトル部分 */
      /* 入力欄 */
      /* --- スマホ対応 --- */ }
      .contactblock .inner .contact-form .form-row {
        margin-bottom: 1.5rem;
        width: 100%; }
      .contactblock .inner .contact-form .form-title {
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
        color: #333;
        line-height: 1.6;
        margin-bottom: 0.375rem; }
        .contactblock .inner .contact-form .form-title .required {
          background: #c00;
          color: #fff;
          font-size: 0.75rem;
          padding: 2px 6px;
          border-radius: 4px;
          margin-left: 6px; }
        .contactblock .inner .contact-form .form-title .optional {
          background: #aaa;
          color: #fff;
          font-size: 0.75rem;
          padding: 2px 6px;
          border-radius: 4px;
          margin-left: 6px; }
      .contactblock .inner .contact-form .form-input {
        display: inline-block;
        width: calc(100% - prem(220));
        /* タイトル分を引く */
        vertical-align: top; }
      .contactblock .inner .contact-form input[type="text"],
      .contactblock .inner .contact-form input[type="email"],
      .contactblock .inner .contact-form input[type="tel"],
      .contactblock .inner .contact-form textarea {
        width: 100%;
        padding: 0.875rem 1rem;
        border: 1px solid #ccc;
        border-radius: 0.375rem;
        font-size: 1rem;
        background: #fff;
        box-sizing: border-box; }
      .contactblock .inner .contact-form textarea {
        height: 11.25rem;
        resize: vertical; }
      .contactblock .inner .contact-form .privacy {
        margin-top: 3.125rem;
        text-align: center; }
        .contactblock .inner .contact-form .privacy p a {
          color: #B84749; }
      .contactblock .inner .contact-form .submit-wrap {
        text-align: center;
        margin-top: 3.125rem; }
        .contactblock .inner .contact-form .submit-wrap .btn-submit {
          display: inline-block;
          width: 17.5rem;
          background: #3d5afe;
          color: #fff;
          border: none;
          border-radius: 2.5rem;
          padding: 1rem 0;
          font-weight: 700;
          text-align: center;
          cursor: pointer;
          transition: 0.3s; }
          .contactblock .inner .contact-form .submit-wrap .btn-submit:hover {
            background: #2c3ecf; }
      @media (max-width: 768px) {
        .contactblock .inner .contact-form .form-title,
        .contactblock .inner .contact-form .form-input {
          display: block;
          width: 100%; }
        .contactblock .inner .contact-form .form-title {
          font-size: 0.9375rem;
          margin-bottom: 0.5rem; }
        .contactblock .inner .contact-form .form-row {
          margin-bottom: 1.75rem; } }

.submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
  flex-wrap: wrap; }

/* 共通デザイン */
.submit-wrap input[type="submit"],
.submit-wrap input[type="button"],
.submit-wrap button {
  display: inline-block;
  width: 220px;
  padding: 14px 0;
  border: none;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center; }

/* 戻って修正ボタン */
.submit-wrap input[value="戻って修正"],
.submit-wrap button[value="戻って修正"] {
  background: #ccc;
  color: #333; }

.submit-wrap input[value="戻って修正"]:hover,
.submit-wrap button[value="戻って修正"]:hover {
  background: #999; }

/* 送信ボタン */
.submit-wrap input[type="submit"],
.submit-wrap input[value="送信する"],
.submit-wrap button[type="submit"] {
  background: #3d5afe;
  color: #fff; }

.submit-wrap input[type="submit"]:hover,
.submit-wrap button[type="submit"]:hover {
  background: #2c3ecf; }

/* --- スマホ時：縦並び --- */
@media (max-width: 768px) {
  .contactblock {
    margin: 4.375rem 0; }

  .submit-wrap {
    flex-direction: column;
    gap: 1rem; }

  .submit-wrap input[type="submit"],
  .submit-wrap input[type="button"],
  .submit-wrap button {
    width: 100%;
    max-width: 320px; } }
.sdgs {
  width: 100%;
  max-width: 600px;
  margin: 70px auto; }
  .sdgs img {
    filter: none !important; }

.singlepage {
  padding-inline: 13.8125rem 14.3125rem;
  margin-bottom: 11rem; }

.reserveblock img {
  filter: none; }

/* ================================
   ▼ 基本
   ================================ */
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none; }

.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form select:focus {
  border-color: #3d5afe;
  outline: none;
  box-shadow: 0 0 0 3px rgba(61, 90, 254, 0.15); }

/* ================================
   ▼ date カレンダーアイコン
   ================================ */
.wpcf7-form input[type="date"] {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="22" viewBox="0 0 24 24" width="22" xmlns="http://www.w3.org/2000/svg"><path d="M7 10h5v5H7z" opacity=".3"/><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .89-2 2v15c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2zm0 17H5V8h14v12z"/></svg>');
  background-position: right 12px center;
  background-repeat: no-repeat; }

/* ================================
   ▼ select
   ================================ */
.wpcf7-form select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 14px; }

/* ================================
   ▼ number スピンボタン非表示
   ================================ */
.wpcf7-form input[type="number"]::-webkit-inner-spin-button,
.wpcf7-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.wpcf7-form input[type="number"] {
  -moz-appearance: textfield;
  padding-right: 36px; }

/* ================================
   ▼ radio / checkbox（※重要）
   ================================ */
/* 標準の見た目を使う（消さない） */
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  width: auto;
  height: auto;
  margin-right: 6px;
  cursor: pointer;
  transform: scale(1.2);
  /* 見やすく拡大 */ }

/* チェック時のカラー */
.wpcf7-form input[type="radio"]:checked,
.wpcf7-form input[type="checkbox"]:checked {
  accent-color: #3d5afe; }

/* リスト表示 */
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 8px; }

.wpcf7-form .wpcf7-list-item {
  display: flex;
  align-items: center; }

/* use_label_element の整形 */
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer; }

/* テキスト */
.wpcf7-list-item-label {
  font-size: 16px;
  color: #333; }

/* ================================
   ▼ スマホ
   ================================ */
@media (max-width: 768px) {
  .wpcf7-form input[type="date"],
  .wpcf7-form input[type="number"],
  .wpcf7-form select {
    padding: 12px;
    font-size: 16px; } }
/* =======================================
   強制的にラジオ & チェックボックスを表示
   （何があっても勝つスタイル）
======================================= */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  background: none !important;
  border: initial !important;
  width: auto !important;
  height: auto !important;
  transform: scale(1.2);
  margin-right: 6px; }

/* use_label_element の整え */
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer; }

.wpcf7-form .wpcf7-list-item {
  display: flex;
  align-items: center; }

/* 既存テーマの display:none を打ち消す */
input[type="checkbox"],
input[type="radio"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important; }

.thanks-page {
  padding: 120px 20px;
  text-align: center; }

.thanks-inner {
  max-width: 720px;
  margin: 0 auto; }

.thanks-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #333; }

.thanks-message {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px; }

.thanks-button {
  display: inline-block;
  padding: 14px 40px;
  background: #3d5afe;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s; }

.thanks-button:hover {
  background: #2c3ecf; }

/* ================================
   CF7 確認画面用ラッパー
   ================================ */
.cf7-confirm-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px; }

/* ================================
   各行
   ================================ */
.cf7-confirm-wrapper .form-row {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 8px; }

/* ================================
   タイトル（項目名）
   ================================ */
.cf7-confirm-wrapper .form-title {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0; }

.cf7-confirm-wrapper .required,
.cf7-confirm-wrapper .optional {
  display: inline-block;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 4px; }

.cf7-confirm-wrapper .required {
  background: #c00;
  color: #fff; }

.cf7-confirm-wrapper .optional {
  background: #999;
  color: #fff; }

/* ================================
   入力内容（値）
   ================================ */
.cf7-confirm-wrapper .wpcf7-form-control-wrap,
.cf7-confirm-wrapper .multiform {
  font-size: 16px;
  color: #333;
  line-height: 1.6; }

/* チェックボックスやラジオをリストっぽく */
.cf7-confirm-wrapper .wpcf7-checkbox,
.cf7-confirm-wrapper .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px; }

/* ================================
   注意書き（補足説明）
   ================================ */
.cf7-confirm-wrapper .form-row br + * {
  font-size: 13px;
  color: #666;
  line-height: 1.5; }

.cf7-confirm-wrapper .form-row p {
  margin: 0; }

/* ================================
   プライバシー
   ================================ */
.cf7-confirm-wrapper .privacy-box {
  background: #f7f7f7;
  padding: 16px;
  border-radius: 6px;
  margin-top: 20px; }

.cf7-confirm-wrapper .privacy-box p {
  font-size: 14px;
  color: #555; }

/* ================================
   ボタン
   ================================ */
.cf7-confirm-wrapper .submit-wrap {
  text-align: center;
  margin-top: 40px; }

.cf7-confirm-wrapper .btn-submit {
  display: inline-block;
  background: #3d5afe;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s; }

.cf7-confirm-wrapper .btn-submit:hover {
  background: #2c3ecf; }

/* ================================
   スマホ対応
   ================================ */
@media (max-width: 768px) {
  .cf7-confirm-wrapper {
    padding: 10px; }

  .cf7-confirm-wrapper .form-row {
    padding: 16px 0; }

  .cf7-confirm-wrapper .form-title {
    font-size: 15px; }

  .cf7-confirm-wrapper .btn-submit {
    width: 100%; } }
.confirminfo {
  text-align: center; }
  .confirminfo p {
    font-size: 1.25rem; }

.common-cards__swiper {
  max-width: 1400px;
  margin: 0 auto; }

/* ================================
   Single Page (記事詳細)
================================ */
.singlepage {
  padding: 80px 0; }

.singlepage .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px; }

/* ======== メタ情報（日時＋カテゴリ） ======== */
.single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px; }

.single-meta time {
  background: #eaeaea;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  color: #555; }

/* カテゴリータグ */
.single-meta .cat {
  display: flex;
  gap: 6px; }

.single-meta .cat span,
.single-meta .cat {
  background: #3d5afe;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px; }

/* ======== タイトル ======== */
.single-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 35px;
  color: #222;
  border-left: 6px solid #3d5afe;
  padding-left: 14px; }

/* ======== 本文 ======== */
.single-body {
  font-size: 18px;
  line-height: 1.9;
  color: #444; }

.single-body p {
  margin-bottom: 1.8em; }

.single-body h2,
.single-body h3,
.single-body h4 {
  margin-top: 2.4em;
  margin-bottom: 0.8em;
  font-weight: 700;
  line-height: 1.4;
  color: #222; }

.single-body h2 {
  font-size: 28px;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px; }

.single-body h3 {
  font-size: 22px; }

.single-body ul,
.single-body ol {
  margin-left: 1.2em;
  margin-bottom: 1.6em; }

.single-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto; }

/* ======== Prev / Next ナビ ======== */
.single-nav {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.single-nav a {
  color: #3d5afe;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s; }

.single-nav a:hover {
  opacity: 0.6; }

/* ======== スマホ対応 ======== */
@media (max-width: 768px) {
  .single-title {
    font-size: 24px;
    padding-left: 10px; }

  .single-body {
    font-size: 16px; }

  .single-meta {
    font-size: 13px; }

  .single-nav {
    flex-direction: column;
    gap: 10px; } }
.swiper-wrapper {
  max-width: 1000px;
  margin: 0 auto; }
