.LayTable{
    width:100%;
    border:1px solid #8e7555;
    border-bottom:none;
}
.LayT-row{
    border-bottom:1px solid #8e7555;
    display:table;
    width:100%;
}
.LayT-row > *{
    display:table-cell;
    padding:10px 15px;
    font-size:16px;
    vertical-align:middle;
}
.LayT-row2{
    border-right:1px solid #8e7555;
    width:300px;
}
@media (max-width: 900px){
    .LayT-row2{
    border-right:1px solid #8e7555;
    width:60%;
}
.LayT-row > *{
    line-height:1.5em;
}
}

/*private service*/

.rm-price-support {
  padding: 0px 20px;
  /*background: #f3f3f3;*/
}

.rm-price-support__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.rm-price-support__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 34px;
}

.rm-price-support__card {
  border: 1px solid #9b783a;
  background: #fdfdfd;
  padding: 22px 22px 20px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}

.rm-price-support__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: #8a6326;
  line-height: 1.2;
}

.rm-price-support__time {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.rm-price-support__price {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.rm-price-support__sub {
  margin: 0 0 22px;
  color: #8a6326;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.rm-price-support__body {
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 8px;
  background: #e4e1df;
  color: #8a6326;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.rm-price-support__body--top-space {
  margin-top: 26px;
}

@media (max-width: 1024px) {
  .rm-price-support {
    padding:0px 20px;
  }

  .rm-price-support__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .rm-price-support__card {
    min-height: auto;
  }

  .rm-price-support__time {
    font-size: 18px;
  }

  .rm-price-support__price {
    font-size: 23px;
  }

  .rm-price-support__sub {
    font-size: 18px;
  }

  .rm-price-support__body {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .rm-price-support {
    padding: 0px 0px;
  }

  .rm-price-support__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rm-price-support__card {
    padding: 18px 16px 16px;
  }

  .rm-price-support__head {
    gap: 10px 14px;
    margin-bottom: 12px;
  }

  .rm-price-support__time {
    font-size: 16px;
  }

  .rm-price-support__price {
    font-size: 20px;
  }

  .rm-price-support__sub {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .rm-price-support__body,
  .rm-price-support__body--top-space {
    margin-top: 0;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/*交通費*/
.rm-transport-fee {
  padding: 0px 20px;
  /*background: #f3f3f3;*/
}

.rm-transport-fee__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.rm-transport-fee__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  margin-bottom: 26px;
  padding: 0 8px;
  width:600px;
}

.rm-transport-fee__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 52px;
  padding: 10px 22px;
  border-radius: 9999px;
  background: #d9d3ce;
  color: #8a6326;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.rm-transport-fee__table {
  border-top: 0;
}

.rm-transport-fee__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: center;
  padding: 20px 8px 20px;
  border-bottom: 1px dashed #a2783e;
 width:600px;
}

.rm-transport-fee__cell {
  color: #8a6326;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.rm-transport-fee__notes {
  margin-top: 46px;
  color: #8a6326;
}

.rm-transport-fee__notes p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.rm-transport-fee__notes p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .rm-transport-fee {
    padding: 0px 20px;
  }

  .rm-transport-fee__head,
  .rm-transport-fee__row {
    column-gap: 40px;
    width:80%;
  }

  .rm-transport-fee__label {
    width: 170px;
    min-height: 48px;
    font-size: 18px;
  }

  .rm-transport-fee__cell {
    font-size: 18px;
  }

  .rm-transport-fee__notes p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .rm-transport-fee {
    padding: 0px 16px;
  }

  .rm-transport-fee__head,
  .rm-transport-fee__row {
    column-gap: 20px;
    width:100%;
  }

  .rm-transport-fee__head {
    margin-bottom: 18px;
    padding: 0;
  }

  .rm-transport-fee__label {
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .rm-transport-fee__row {
    padding: 20px 0 18px;
    width:100%;
  }

  .rm-transport-fee__cell {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }

  .rm-transport-fee__notes {
    margin-top: 30px;
  }

  .rm-transport-fee__notes p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
}

/* =========================
   form
========================= */
.rm-form{
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  color: #7a5a2e;
}

.rm-form-row{
  display: flex;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #e5ded4;
}

.rm-form-label{
  width: 200px;
  font-weight: 600;
  line-height: 1.8;
}

.rm-form-content{
  flex: 1;
  min-width: 0;
}

.rm-form-content label{
  display: block;
  margin-bottom: 10px;
}


/* =========================
   通常フォーム部品
========================= */
.rm-form-content > input[type="text"],
.rm-form-content > input[type="email"],
.rm-form-content > textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #d8cfc4;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

.rm-form-content > textarea{
  resize: vertical;
  min-height: 180px;
}


/* =========================
   ラジオ・チェック
========================= */
input[type="checkbox"],
input[type="radio"]{
  transform: scale(1.6);
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  top: 2px;
}


/* =========================
   希望日ラジオ
========================= */
.rm-radio{
  display: block;
  margin-bottom: 14px;
}


/* =========================
   日付入力エリア
========================= */
.rm-date-area{
  display: none;
  margin-top: 20px;
}

.rm-date-row{
  padding: 18px 0;
  border-top: 1px solid #e5ded4;
}

.rm-date-row:last-child{
  padding-bottom: 0;
}

.rm-date-title{
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6;
}

.rm-date-input{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* 月日専用入力 */
.rm-date-input .rm-date{
  width: 56px;
  min-width: 56px;
  padding: 10px 8px;
  text-align: center;
  border: 1px solid #d8cfc4;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

/* 月 日 テキスト */
.rm-date-input span{
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}

/* 時間帯セレクト */
.rm-date-input select{
  width: 110px;
  min-width: 110px;
  padding: 10px 12px;
  border: 1px solid #d8cfc4;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}


/* =========================
   個人情報同意
========================= */
.rm-check{
  display: block;
  margin-top: 18px;
}


/* =========================
   送信ボタン
========================= */
.rm-submit{
  text-align: center;
  margin-top: 40px;
}

.rm-submit button{
  background: #5aa34f;
  color: #fff;
  border: none;
  padding: 18px 42px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity .3s ease;
}

.rm-submit button:hover{
  opacity: 0.9;
}


/* =========================
   SP
========================= */
@media (max-width: 768px){

  .rm-form-row{
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }

  .rm-form-label{
    width: auto;
  }

  input[type="checkbox"],
  input[type="radio"]{
    transform: scale(1.9);
  }

  .rm-date-area{
    margin-top: 16px;
  }

  .rm-date-row{
    padding: 16px 0;
  }

  .rm-date-input{
    gap: 6px;
  }

  .rm-date-input .rm-date{
    width: 52px;
    min-width: 52px;
    padding: 10px 6px;
  }

  .rm-date-input span{
    margin-right: 8px;
  }

  .rm-date-input select{
    width: 100px;
    min-width: 100px;
  }

  .rm-submit button{
    width: 100%;
    max-width: 360px;
  }
}
.rm-date-area{
  display: none;
  margin-top: 20px;
  padding: 0 18px;
  background: #fcfaf7;
  border-radius: 6px;
}

/* ===============================
  採用ページボタン
=============================== */

.rm-recruit-btns{
  display:flex;
  justify-content:center;
  gap:40px;
  max-width:900px;
  margin:60px auto;
}

/* 共通ボタン */

.rm-recruit-btn{
  flex:1;
  text-align:center;
  padding:28px 20px;
  font-size:20px;
  font-weight:600;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  transition:.3s;
}

/* 募集要項 */

.rm-recruit-btn--detail{
  background:#3e9a9a;
}

/* 応募 */

.rm-recruit-btn--entry{
  background:#3aa04c;
}

/* hover */

.rm-recruit-btn:hover{
  transform:translateY(-3px);
  opacity:.9;
}

/* ===============================
  スマホ
=============================== */

@media (max-width:768px){

  .rm-recruit-btns{
    flex-direction:column;
    gap:20px;
    margin:40px auto;
  }

  .rm-recruit-btn{
    font-size:18px;
    padding:22px 16px;
  }

}

/* =========================
  3つの特徴ブロック
========================= */
.rm-feature-list{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
  max-width:1200px;
  margin:0 auto;
  border-top:0;
}

.rm-feature-item{
  padding:40px 48px 50px;
  border-left:1px solid #bfa98b;
}

.rm-feature-item:first-child{
  border-left:none;
}
.rm-feature-title{
  margin:0 0 36px;
  color:#8a5e1f;
  font-size:clamp(20px, 1.3vw, 32px);
  font-weight:500;
  line-height:1.4;
  letter-spacing:0.05em;
}

.rm-feature-text{
  margin:0;
  color:#8a5e1f;
  font-size:clamp(16px, 1vw, 22px);
  font-weight:400;
  line-height:2;
  letter-spacing:0.04em;
}

/* =========================
  tablet
========================= */
@media (max-width:1024px){
  .rm-feature-item{
    padding:32px 28px 40px;
  }

  .rm-feature-title{
    margin-bottom:24px;
  }

  .rm-feature-text{
    line-height:1.9;
  }
}

/* =========================
  smartphone
========================= */
@media (max-width:767px){
  .rm-feature-list{
    grid-template-columns:1fr;
  }

  .rm-feature-item{
    padding:28px 20px 30px;
    border-left:none;
    border-top:1px solid #bfa98b;
  }

  .rm-feature-item:first-child{
    border-top:none;
  }

  .rm-feature-title{
    margin-bottom:16px;
    font-size:20px;
    line-height:1.5;
  }

  .rm-feature-text{
    font-size:15px;
    line-height:1.9;
  }
}

/* =========================
  募集要項
========================= */
.rm-job-info{
  width:100%;
  margin:0 auto;
  border-top:1px dashed #d8c7b3;
}

.rm-job-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:28px;
  padding:34px 24px;
  border-bottom:1px dashed #d8c7b3;
}

.rm-job-head{
  color:#8a5e1f;
  font-size:18px;
  font-weight:700;
  line-height:1.8;
  letter-spacing:0.05em;
}

.rm-job-body{
  color:#8a5e1f;
  font-size:17px;
  line-height:2;
  letter-spacing:0.03em;
}

.rm-job-body p{
  margin:0 0 8px;
}

.rm-job-body p:last-child{
  margin-bottom:0;
}

.rm-job-body ul{
  margin:0;
  padding:0;
  list-style:none;
}

.rm-job-body li{
  position:relative;
  margin:0 0 6px;
  padding-left:1.4em;
}

.rm-job-body li:last-child{
  margin-bottom:0;
}

.rm-job-body li::before{
  content:"●";
  position:absolute;
  left:0;
  top:0;
  color:#8a5e1f;
  font-size:1em;
  line-height:2;
}

/* =========================
  tablet
========================= */
@media (max-width:1024px){
  .rm-job-row{
    grid-template-columns:180px 1fr;
    gap:24px;
    padding:30px 20px;
  }

  .rm-job-head{
    font-size:17px;
  }

  .rm-job-body{
    font-size:16px;
  }
}

/* =========================
  smartphone
========================= */
@media (max-width:767px){
  .rm-job-row{
    grid-template-columns:1fr;
    gap:10px;
    padding:22px 0;
  }

  .rm-job-head{
    font-size:17px;
    line-height:1.6;
  }

  .rm-job-body{
    font-size:16px;
    line-height:1.9;
  }

  .rm-job-body li{
    padding-left:1.2em;
  }

  .rm-job-body li::before{
    line-height:1.9;
  }
}


/* =================================
  採用応募フォーム
================================= */
.rm-entry-form-wrap{
  max-width:1000px;
  margin:0 auto;
}

.rm-entry-form{
  border-top:1px solid #ddd4c8;
}

.rm-entry-row{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:28px;
  padding:24px 30px;
  border-bottom:1px solid #ddd4c8;
}

.rm-entry-label{
  color:#8a5e1f;
  font-size:18px;
  font-weight:700;
  line-height:1.8;
  letter-spacing:0.04em;
}

.rm-entry-label label{
  display:inline-block;
}

.rm-entry-field{
  color:#8a5e1f;
  font-size:16px;
}

.rm-entry-field input[type="text"],
.rm-entry-field input[type="tel"],
.rm-entry-field input[type="email"],
.rm-entry-field textarea{
  width:100%;
  border:1px solid #cdb89c;
  border-radius:4px;
  background:#fff;
  color:#8a5e1f;
  font-size:16px;
  padding:12px 14px;
  box-sizing:border-box;
  outline:none;
  appearance:none;
}

.rm-entry-field input[type="text"],
.rm-entry-field input[type="tel"],
.rm-entry-field input[type="email"]{
  height:48px;
}

.rm-entry-field textarea{
  min-height:165px;
  resize:vertical;
}

.rm-entry-field input:focus,
.rm-entry-field textarea:focus{
  border-color:#a9782c;
}

/* 生年月日 */
.rm-entry-birthday{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 14px;
}

.rm-entry-birthday input{
  width:auto !important;
  text-align:center;
  padding-left:8px;
  padding-right:8px;
}

.rm-entry-birthday__year{
  width:102px !important;
}

.rm-entry-birthday__month,
.rm-entry-birthday__day{
  width:60px !important;
}

.rm-entry-birthday span{
  color:#8a5e1f;
  font-size:16px;
  font-weight:700;
  line-height:1;
}

/* プライバシー */
.rm-entry-privacy-box{
  min-height:165px;
  padding:16px;
  border:1px solid #cdb89c;
  border-radius:4px;
  background:#fff;
  color:#8a5e1f;
  font-size:15px;
  line-height:2;
  overflow-y:auto;
  box-sizing:border-box;
}

.rm-entry-check{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
  color:#8a5e1f;
  font-size:16px;
  font-weight:700;
  line-height:1.8;
  cursor:pointer;
}

.rm-entry-check input[type="checkbox"]{
  width:20px;
  height:20px;
  margin:0;
  accent-color:#3ba54a;
  flex-shrink:0;
}

/* 送信ボタン */
.rm-entry-submit{
  padding:40px 0 0;
  text-align:center;
}

.rm-entry-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:410px;
  padding:24px 30px;
  border:none;
  border-radius:6px;
  background:#3da64a;
  color:#fff;
  font-size:18px;
  font-weight:700;
  letter-spacing:0.04em;
  text-decoration:none;
  cursor:pointer;
  transition:all .3s ease;
}

.rm-entry-btn:hover{
  opacity:.92;
  transform:translateY(-2px);
}

/* =================================
  tablet
================================= */
@media (max-width:1024px){
  .rm-entry-row{
    grid-template-columns:170px 1fr;
    gap:24px;
    padding:22px 20px;
  }

  .rm-entry-label{
    font-size:17px;
  }
}

/* =================================
  smartphone
================================= */
@media (max-width:767px){
  .rm-entry-form{
    border-top:1px solid #ddd4c8;
  }

  .rm-entry-row{
    grid-template-columns:1fr;
    gap:12px;
    padding:20px 0;
  }

  .rm-entry-label{
    font-size:16px;
    line-height:1.6;
  }

  .rm-entry-field{
    font-size:15px;
  }

  .rm-entry-field input[type="text"],
  .rm-entry-field input[type="tel"],
  .rm-entry-field input[type="email"],
  .rm-entry-field textarea{
    font-size:16px;
  }

  .rm-entry-field textarea{
    min-height:140px;
  }

  .rm-entry-birthday{
    gap:8px 10px;
  }

  .rm-entry-birthday__year{
    width:90px !important;
  }

  .rm-entry-birthday__month,
  .rm-entry-birthday__day{
    width:56px !important;
  }

  .rm-entry-privacy-box{
    min-height:140px;
    padding:14px;
    font-size:14px;
    line-height:1.8;
  }

  .rm-entry-check{
    align-items:flex-start;
    gap:10px;
    margin-top:16px;
    font-size:15px;
    line-height:1.7;
  }

  .rm-entry-check input[type="checkbox"]{
    width:18px;
    height:18px;
    margin-right:10px;
  }

  .rm-entry-submit{
    padding-top:30px;
  }

  .rm-entry-btn{
    width:100%;
    min-width:0;
    padding:20px 18px;
    font-size:17px;
  }
}

#Recruitment,
#RecruitForm{
  scroll-margin-top: 200px;
}
@media (max-width:767px){
    #Recruitment,
#RecruitForm{
  scroll-margin-top: 120px;
}
}


/* =========================
  FAQ
========================= */
.rm-faq-list{
  max-width:1400px;
  margin:0 auto;
}

.rm-faq-item + .rm-faq-item{
  margin-top:110px;
}

.rm-faq-row{
  display:grid;
  grid-template-columns:120px 1fr;
  column-gap:54px;
}

.rm-faq-row--a{
  margin-top:24px;
}

.rm-faq-mark{
  font-size:50px;
  font-weight:400;
  line-height:1;
  letter-spacing:0.02em;
  text-align:center;
  font-family:serif;
}

.rm-faq-row--q .rm-faq-mark{
  color:#e6dfd7;
}

.rm-faq-row--a .rm-faq-mark{
  color:#c8e5bf;
}

.rm-faq-content{
  min-width:0;
}

.rm-faq-question{
  margin:14px 0 0;
  color:#8a5e1f;
  font-size:22px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:0.04em;
}

.rm-faq-answer{
  color:#8a5e1f;
  font-size:20px;
  font-weight:400;
  line-height:1.95;
  letter-spacing:0.03em;
}

.rm-faq-answer p{
  margin:0 0 18px;
}

.rm-faq-answer p:last-child{
  margin-bottom:0;
}

/* =========================
  tablet
========================= */
@media (max-width:1024px){
  .rm-faq-item + .rm-faq-item{
    margin-top:80px;
  }

  .rm-faq-row{
    grid-template-columns:90px 1fr;
    column-gap:30px;
  }

  .rm-faq-mark{
    font-size:82px;
  }

  .rm-faq-question{
    margin-top:8px;
    font-size:20px;
    line-height:1.7;
  }

  .rm-faq-answer{
    font-size:18px;
    line-height:1.85;
  }
}

/* =========================
  smartphone
========================= */
@media (max-width:767px){
  .rm-faq-list{
    max-width:none;
  }

  .rm-faq-item + .rm-faq-item{
    margin-top:56px;
  }

  .rm-faq-row{
    grid-template-columns:52px 1fr;
    column-gap:14px;
    align-items:start;
  }

  .rm-faq-row--a{
    margin-top:14px;
  }

  .rm-faq-mark{
    font-size:46px;
    line-height:1;
  }

  .rm-faq-question{
    margin:2px 0 0;
    font-size:17px;
    line-height:1.7;
  }

  .rm-faq-answer{
    font-size:16px;
    line-height:1.95;
  }

  .rm-faq-answer p{
    margin:0 0 12px;
  }
}

/*company*/

/* =========================
会社概要
========================= */

.rm-company{
  max-width:900px;
  margin:0 auto;
}

.rm-company-row{
  display:flex;
  padding:22px 0;
  border-bottom:1px solid #e8dfd4;
}

.rm-company-title{
  width:220px;
  font-weight:600;
  color:#7a5a2e;
}

.rm-company-text{
  flex:1;
  color:#7a5a2e;
  line-height:1.8;
}
.rm-pointlist li a{
  color:#3558a5;
  border-bottom:1px dotted #3558a5;
}

/* =========================
スマホ
========================= */

@media (max-width:768px){

  .rm-company-row{
    flex-direction:column;
    gap:8px;
  }

  .rm-company-title{
    width:auto;
    font-size:14px;
  }

  .rm-company-text{
    font-size:15px;
  }

}

/* =========================
事業案内 2カラム
========================= */

.rm-business{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.rm-business-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*border-top: 1px solid #b9935f;*/
  border-left: 1px solid transparent;
}

.rm-business-item{
  padding: 46px 38px 34px;
  border-right: 1px solid #b9935f;
  border-bottom: 1px solid #b9935f;
}

.rm-business-item:nth-child(2n){
  border-right: none;
}

.rm-business-title{
  margin: 0 0 28px;
  color: #8a5a16;
  font-size: clamp(22px, 1.2vw, 30px);
  font-weight: 700;
  line-height: 1.5;
}

.rm-business-item p{
  margin: 0;
  color: #8a5a16;
  font-size: 17px;
  line-height: 2.1;
  font-weight: 400;
}
.rm-business-item:nth-child(3),.rm-business-item:last-child{
  border-bottom:none;
}

/* =========================
タブレット
========================= */
@media (max-width: 1024px){
  .rm-business-item{
    padding: 36px 28px 30px;
  }

  .rm-business-title{
    margin-bottom: 22px;
    font-size: 20px;
  }

  .rm-business-item p{
    font-size: 16px;
    line-height: 2;
  }
}

/* =========================
スマホ
========================= */
@media (max-width: 767px){
  .rm-business{
    padding: 0 16px;
  }

  .rm-business-inner{
    grid-template-columns: 1fr;
    border-top: 1px solid #b9935f;
  }

  .rm-business-item{
    padding: 28px 6px 24px;
    border-right: none;
    border-bottom: 1px solid #b9935f;
  }

  .rm-business-title{
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
  }

  .rm-business-item p{
    font-size: 15px;
    line-height: 1.95;
  }
}


/* =========================
お知らせ詳細
========================= */

.rm-news-detail{
  padding: 0 20px;
}

.rm-news-detail__inner{
  max-width: 1320px;
  margin: 0 auto;
}

.rm-news-detail__head{
  margin-bottom: 42px;
}

.rm-news-detail__date{
  margin-bottom: 14px;
  color: #8a5a16;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.rm-news-detail__title{
  margin: 0;
  color: #8a5a16;
  font-size: clamp(23px, 2vw, 56px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.rm-news-detail__body{
  overflow: hidden;
}

.rm-news-detail__eyecatch{
  float: left;
  width: min(46%, 600px);
  margin: 8px 60px 30px 0;
  background: #ece9e6;
}

.rm-news-detail__eyecatch img{
  display: block;
  width: 100%;
  height: auto;
}

.rm-news-detail__content{
  color: #8a5a16;
  font-size: 17px;
  line-height: 2.0;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.rm-news-detail__content p{
  margin: 0 0 1.8em;
}

.rm-news-detail__content p:last-child{
  margin-bottom: 0;
}

/* =========================
本文内の基本装飾
========================= */

.rm-news-detail__content h2{
  margin: 2.2em 0 0.8em;
  color: #8a5a16;
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.5;
  font-weight: 600;
}

.rm-news-detail__content h3{
  margin: 2em 0 0.7em;
  color: #8a5a16;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.5;
  font-weight: 600;
}

.rm-news-detail__content ul,
.rm-news-detail__content ol{
  margin: 0 0 1.8em 1.4em;
  padding: 0;
}

.rm-news-detail__content li{
  margin-bottom: 0.5em;
}

.rm-news-detail__content a{
  color: #8a5a16;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.rm-news-detail__content strong{
  font-weight: 700;
}

/* =========================
タブレット
========================= */

@media (max-width: 1024px){

  .rm-news-detail__head{
    margin-bottom: 32px;
  }

  .rm-news-detail__date{
    font-size: 18px;
  }

  .rm-news-detail__eyecatch{
    width: 46%;
    margin: 6px 34px 24px 0;
  }

  .rm-news-detail__content{
    font-size: 18px;
    line-height: 1.95;
  }

}

/* =========================
スマホ
========================= */

@media (max-width: 767px){

  .rm-news-detail{
    padding: 0 16px;
  }

  .rm-news-detail__head{
    margin-bottom: 24px;
  }

  .rm-news-detail__date{
    margin-bottom: 10px;
    font-size: 15px;
  }

  .rm-news-detail__title{
    font-size: 22px;
    line-height: 1.45;
  }

  .rm-news-detail__eyecatch{
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }

  .rm-news-detail__content{
    font-size: 16px;
    line-height: 1.95;
  }

  .rm-news-detail__content h2{
    font-size: 24px;
  }

  .rm-news-detail__content h3{
    font-size: 20px;
  }

}


/* =========================
Topics一覧
========================= */

.rm-topics-archive{
  padding:20px 0 80px;
}

.rm-topics-archive__inner{
  max-width: 1120px;
  margin: 0 auto;
}

.rm-topics-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 48px;
}

.rm-topics-card{
  display: block;
  color: #8a5a16;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.rm-topics-card:hover{
  opacity: 0.82;
}

.rm-topics-card__thumb{
  aspect-ratio: 335 / 225;
  overflow: hidden;
  border-radius: 5px;
  background: #ece9e6;
}

.rm-topics-card__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rm-topics-card__title{
  margin: 10px 0 0;
  color: #8a5a16;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* =========================
画像なし対応
========================= */

.rm-topics-card__thumb:empty::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ece9e6;
}

/* =========================
タブレット
========================= */

@media (max-width: 1024px){

  .rm-topics-grid{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 22px;
    row-gap: 40px;
  }

  .rm-topics-card__title{
    font-size: 18px;
    margin-top: 14px;
  }

}

/* =========================
スマホ
========================= */

@media (max-width: 767px){

  .rm-topics-archive{
    padding: 0 16px;
  }

  .rm-topics-grid{
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .rm-topics-card__thumb{
    border-radius: 5px;
  }

  .rm-topics-card__title{
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.6;
  }

}


/* =========================
Topicsページネーション
========================= */

.rm-topics-pagination{
  margin-top: 70px;
}

.rm-topics-pagination__nav{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.rm-topics-pagination__number,
.rm-topics-pagination__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #c9b49a;
  border-radius: 999px;
  color: #8a5a16;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s ease;
  background: #fff;
}

.rm-topics-pagination__number:hover,
.rm-topics-pagination__arrow:hover{
  background: #8a5a16;
  color: #fff;
  border-color: #8a5a16;
}

.rm-topics-pagination__number.is-current{
  background: #8a5a16;
  color: #fff;
  border-color: #8a5a16;
  pointer-events: none;
}

.rm-topics-pagination__arrow.is-disabled{
  opacity: 0.35;
  pointer-events: none;
}

.rm-topics-pagination__dots{
  padding: 0 4px;
  color: #8a5a16;
  font-size: 16px;
  line-height: 1;
}

/* =========================
スマホ
========================= */

@media (max-width: 767px){

  .rm-topics-pagination{
    margin-top: 48px;
  }

  .rm-topics-pagination__nav{
    gap: 8px;
  }

  .rm-topics-pagination__number,
  .rm-topics-pagination__arrow{
    min-width: 42px;
    height: 42px;
    font-size: 15px;
  }

}

/* =========================
お問い合わせ
========================= */

.rm-contact{
  padding: 0 20px;
}

.rm-contact-inner{
  max-width: 1000px;
  margin: auto;
}

.rm-contact-form{
  font-size: 15px;
  color: #7a5a2e;
}

.rm-contact-row{
  display: flex;
  border-bottom: 1px solid #e5ded4;
  padding: 24px 0;
  gap: 30px;
}

.rm-contact-label{
  width: 200px;
  font-weight: 600;
}

.rm-contact-field{
  flex: 1;
}

.rm-contact-field input,
.rm-contact-field textarea{
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d8cfc4;
  border-radius: 4px;
  font-size: 15px;
}

.rm-contact-field textarea{
  height: 180px;
  resize: vertical;
}

.rm-contact-privacy{
  border: 1px solid #d8cfc4;
  padding: 18px;
  margin-bottom: 16px;
  background: #faf8f5;
  font-size: 14px;
  line-height: 1.8;
}

.rm-contact-check{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.rm-contact-check input{
  width: 18px;
  height: 18px;
}

.rm-contact-submit{
  text-align: center;
  margin-top: 40px;
}

.rm-contact-submit button{
  background: #3c9b4c;
  color: #fff;
  border: none;
  padding: 18px 60px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.rm-contact-submit button:hover{
  background: #2e7c3b;
}

/* =========================
タブレット
========================= */

@media (max-width:1024px){

  .rm-contact-row{
    padding: 20px 0;
  }

  .rm-contact-label{
    width: 160px;
  }

}

/* =========================
スマホ
========================= */

@media (max-width:768px){

  .rm-contact{
    padding: 0 16px;
  }

  .rm-contact-row{
    flex-direction: column;
    gap: 10px;
  }

  .rm-contact-label{
    width: auto;
    font-size: 14px;
  }

  .rm-contact-field input,
  .rm-contact-field textarea{
    font-size: 14px;
  }

  .rm-contact-submit button{
    width: 100%;
    padding: 16px;
    font-size: 15px;
  }

}

.rm-required{
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  background: #ea2d2d;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .05em;
  vertical-align: middle;
}