@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*-----------------------------------------------
  共通スタイル
-----------------------------------------------*/
@media (hover: hover) {
  a:hover {
    opacity: .8;
    transition: .2s;
  }
}
.is-sp {
  display: none;
}
@media screen and (min-width: 834.2px){
	.is-sp {
		display: none !important;
	}
}
@media screen and (max-width: 834px){
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
/* ==============================
   View Transition API (クロスフェード)
   ============================== */
@view-transition {
  navigation: auto;
}

/* 古いページがフェードアウト（ページ離脱時） */
::view-transition-old(root) {
  animation: vt-fade-out 0.4s ease forwards;
}

/* 新しいページがフェードイン（ページ表示時） */
::view-transition-new(root) {
  animation: vt-fade-in 0.4s ease forwards;
}

@keyframes vt-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes vt-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* アニメーション軽減設定（アクセシビリティ対応） */
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.cmn-ttl-01 {
  text-align: center;
  font-size: clamp(26px, calc(38 / 1600 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.6;
}
.cmn-ttl-02 {
  text-align: center;
  font-size: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  font-weight: 700;
  line-height: 1.6;
}
.cmn-ttlsub-00 {
  text-align: center;
}

.cmn-ttlsub-01 {
  margin-top: clamp(-4px, calc(-4 / 1600 * 100vw), 0);
  margin-bottom: clamp(30px, calc(40 / 1600 * 100vw), 40px);
  color: #b6b6b6;
  font-size: clamp(14px, calc(16 / 1600 * 100vw), 16px);
  text-align: center;
  letter-spacing: 0.02em;
}
.cmn-ttlsub-01::after {
  content: "";
  display: block;
  width: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  aspect-ratio: 46 / 6;
  margin: clamp(10px, calc(14 / 1600 * 100vw), 14px) auto 0;
  background: url("images/index/bg_title_common.webp") left top / contain no-repeat;
}
.cmn-link-01 {
  color: #1a4d0b !important;
  font-size: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  text-decoration: none;
}
.cmn-link-01--bar {
  display: inline-block;
  margin-top: clamp(4px, calc(4 / 1600 * 100vw), 4px);
  padding-top: clamp(4px, calc(4 / 1600 * 100vw), 4px);
  border-top: 1px solid #000;
}
.cmn-link-01::after {
  content: "";
  display: inline-block;
  width: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  aspect-ratio: 1 / 1;
  vertical-align: clamp(-2px, calc(-2 / 1600 * 100vw), -1px);
  margin-left: clamp(6px, calc(6 / 1600 * 100vw), 6px);
  background: url("images/common/ico_arrow_circle_01.webp") left top / contain no-repeat;
}
.cmn-btn-center {
  text-align: center;
}
.cmn-btn-01 {
  display: inline-block;
  padding:
      clamp(6px, calc(9 / 1600 * 100vw), 9px)
      clamp(8px, calc(14 / 1600 * 100vw), 14px);
  border: 2px solid #194e0a;
  margin-inline: auto;
  color: #194e0a;
  font-size: clamp(16px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 700;
  text-decoration: none;
}
.cmn-btn-01::after {
  content: "";
  display: inline-block;
  width: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  aspect-ratio: 1 / 1;
  vertical-align: clamp(-2px, calc(-2 / 1600 * 100vw), -1px);
  margin-left: clamp(8px, calc(8 / 1600 * 100vw), 8px);
  vertical-align: clamp(0px, calc(0 / 1600 * 100vw), 0.5px);
  background: url("images/common/ico_arrow_circle_01.webp") left top / contain no-repeat;
}
@media (hover: hover) {
  .cmn-btn-01:hover {
    background: #194e0a;
    color: #fff;
    opacity: 1;
  }
  .cmn-btn-01:hover::after {
    background: url("images/common/ico_arrow_circle_02.webp") left top / contain no-repeat;
  }
}
@media screen and (max-width: 834px){
  .cmn-ttl-01 {
    font-size: calc(22 / 390 * 100vw);
  }
  .cmn-ttl-02 {
    font-size: calc(18 / 390 * 100vw);
  }
  .cmn-ttlsub-01 {
    margin-top: 0;
    font-size: calc(14 / 390 * 100vw);
  }
  .cmn-ttlsub-01::after {
    width: calc(20 / 390 * 100vw);
    margin: calc(10 / 390 * 100vw) auto 0;
  }
  .cmn-link-01 {
    font-size: calc(14 / 390 * 100vw);
  }
  .cmn-link-01--bar {
    margin-top: calc(4 / 390 * 100vw);
    padding-top: calc(4 / 390 * 100vw);
  }
  .cmn-link-01::after {
    width: calc(12 / 390 * 100vw);
    vertical-align: calc(-1 / 390 * 100vw);
    margin-left: calc(6 / 390 * 100vw);
  }
  .cmn-btn-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(350 / 390 * 100vw);
    max-width: calc(350 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(16 / 390 * 100vw);
    text-align: left;
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.4;
  }
  .cmn-btn-01::after {
    width: calc(20 / 390 * 100vw);
    vertical-align: 0;
  }
}

/*-----------------------------------------------
  header
-----------------------------------------------*/
.header-in.wrap {
  width: 100%;
  padding:
    clamp(18px, calc(29 / 2000 * 100vw), 29px)
    clamp(30px, calc(51 / 2000 * 100vw), 51px)
    clamp(18px, calc(28 / 2000 * 100vw), 28px)
    clamp(18px, calc(30 / 2000 * 100vw), 30px);
}

/*-----( header-head )-----*/
.header-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 clamp(4px, calc(14 / 2000 * 100vw), 14px);
}
.header-tagline {
  font-size: clamp(16px, calc(24 / 2000 * 100vw), 24px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.header-head-in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-assmt,
.header-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding:
    clamp(11px, calc(11 / 2000 * 100vw), 11px)
    clamp(18px, calc(18 / 2000 * 100vw), 18px)
    clamp(11px, calc(11 / 2000 * 100vw), 11px);
  color: #000;
  font-size: clamp(14px, calc(28 / 2000 * 100vw), 28px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media (hover: hover) {
  .header-assmt:hover,
  .header-contact:hover { color: #333; }
}
.header-contact {
  margin-left: clamp(16px, calc(25 / 2000 * 100vw), 25px);
}
.header-assmt::before,
.header-contact::before {
  content: "";
  display: block;
  width: clamp(40px, calc(58 / 2000 * 100vw), 58px);
  aspect-ratio: 29 / 25;
  margin-right: clamp(7px, calc(17 / 2000 * 100vw), 17px);
}
.header-assmt::before {
  background: url("images/common/ico_calc_01.webp") left top / contain no-repeat;
}
.header-contact::before {
  background: url("images/common/ico_mail_01.webp") left top / contain no-repeat;
}

/*-----( header-body )-----*/
.header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-logo-img {
  flex-shrink: 0;
  width: clamp(100px, calc(169 / 2000 * 100vw), 169px);
  margin-right: clamp(10px, calc(28 / 2000 * 100vw), 28px);
}
.header-logo-txt {
  color: #1a4d0b;
  font-size: clamp(20px, calc(42 / 2000 * 100vw), 42px);
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.header-navi-ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
}
.header-navi-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.header-navi-item + .header-navi-item::before {
  position: relative;
  z-index: 1;
  content: "|";
  font-size: clamp(20px, calc(32 / 2000 * 100vw), 32px);
  font-weight: 700;
}
.header-navi-link {
  display: inline-block;
  padding:
      clamp(6px, calc(6 / 2000 * 100vw), 6px)
      clamp(10px, calc(10 / 2000 * 100vw), 10px);
  text-align: center;
  color: #000;
  font-size: clamp(20px, calc(32 / 2000 * 100vw), 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.header-navi-item:nth-last-of-type(1) .header-navi-link {
  padding-right: 0;
}
@media (hover: hover) {
  a.header-navi-link:hover,
  a.header-navi-2nd-link:hover {
    color: #194d0b;
  }
}
.header-navi-2nd {
  display: none;
  position: absolute;
  z-index: 2;
  top: clamp(30px, calc(56 / 2000 * 100vw), 56px);
  list-style: none;
  background: #fff;
  border: 1px solid #000;
  padding-left: 0;
}
.header-navi-2nd--prop {
  left: clamp(-20px, calc(-20 / 2000 * 100vw), -10px);
}
.header-navi-2nd--about {
  left: clamp(-12px, calc(-12 / 2000 * 100vw), -6px);
}
.header-navi-2nd-item + .header-navi-2nd-item {
  border-top: 1px solid #000;
}
.header-navi-2nd-link {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  padding:
      clamp(4px, calc(4 / 2000 * 100vw), 4px)
      clamp(16px, calc(16 / 2000 * 100vw), 16px);
  font-size: clamp(18px, calc(26 / 2000 * 100vw), 26px);
}
@media (hover: hover) {
  .header-navi-item:hover > .header-navi-2nd,
  .header-navi-2nd:hover {
    display: block;
  }
}
.header-btn {
  display: none;
}

/*-----------------------------------------------
  footer
-----------------------------------------------*/
.footer {
  margin-top: 0;
  padding: 0;
}
.footer-bottom {
  margin-top: 0;
  padding: clamp(40px, calc(60 / 1600 * 100vw), 60px) 0 0;
}
.footer .footer-in.wrap {
  width: 100%;
}

/*-----( footer-cta )-----*/
.footer-cta {
  padding: clamp(30px, calc(50 / 1600 * 100vw), 50px) 0 clamp(100px, calc(200 / 1600 * 100vw), 200px);
  background: url("images/common/bg_footer_cta.webp") center bottom / cover no-repeat;
}
.footer-cta-ttl {
  text-align: center;
  font-size: clamp(26px, calc(34 / 1600 * 100vw), 34px);
  font-weight: 800;
  line-height: 1.3;
}
.footer-cta-inner {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, calc(40 / 1600 * 100vw), 40px);
}
.footer-cta-btn {
  display: flex;
  align-items: center;
  width: clamp(280px, calc(360 / 1600 * 100vw), 360px);
  height: clamp(60px, calc(75 / 1600 * 100vw), 75px);
  margin-inline: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  padding-inline: clamp(8px, calc(10 / 1600 * 100vw), 10px) clamp(14px, calc(20 / 1600 * 100vw), 20px);
  border: 1px solid #104a02;
  color: #000 !important;
  text-decoration: none;
  font-size: clamp(18px, calc(22 / 1600 * 100vw), 22px);
  font-weight: 700;
}
.footer-cta-btn::before,
.footer-cta-btn::after {
  content: "";
  display: block;
  flex-shrink: 0;
}
.footer-cta-btn::before {
  width: clamp(40px, calc(50 / 1600 * 100vw), 50px);
  aspect-ratio: 76 / 58;
  margin-right: clamp(12px, calc(12 / 1600 * 100vw), 12px);
}
.footer-cta-btn-01::before {
  background: url("images/common/ico_footer_btn_01.webp") left top / contain no-repeat;
}
.footer-cta-btn-02::before {
  background: url("images/common/ico_footer_btn_02.webp") left top / contain no-repeat;
}
.footer-cta-btn::after {
  width: clamp(8px, calc(12 / 1600 * 100vw), 12px);
  aspect-ratio: 16 / 26;
  margin-left: auto;
  background: url("images/common/ico_arrow_01.webp") left top / contain no-repeat;
}
@media (hover: hover) {
  .footer-cta-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
  }
}

/*-----( footer-body )-----*/
.footer-body--pb {
  padding-bottom: clamp(80px, calc(100 / 1600 * 100vw), 100px);
}
.footer-body-in {
  display: flex;
  justify-content: space-between;
  padding: clamp(60px, calc(60 / 1600 * 100vw), 60px) 0;
}

/*-----( footer-info )-----*/
.footer-info {
  white-space: nowrap;
}
.footer-logo {
  display: block;
  width: clamp(140px, calc(140 / 1600 * 100vw), 140px);
  margin: 0 auto clamp(20px, calc(30 / 1600 * 100vw), 30px);
}
.footer-info-txt {
  font-size: clamp(12px, calc(14 / 1600 * 100vw), 14px);
}

/*-----( footer-links )-----*/
.footer-links {
  display: flex;
  padding-top: clamp(20px, calc(30 / 1600 * 100vw), 30px);
}
.footer-links-list {
  list-style: none;
  padding-left: 0;
}
.footer-links-list-item + .footer-links-list-item {
  margin-top: clamp(8px, calc(8 / 1600 * 100vw), 8px);
}
.footer-links-list-link {
  color: #000;
  font-size: clamp(14px, calc(16 / 1600 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-decoration: none;
}
@media (hover: hover) {
  .footer-links-list-link:hover {
    color: #000;
    opacity: .6;
  }
}
.footer-links-block + .footer-links-block {
  margin-left: clamp(60px, calc(100 / 1600 * 100vw), 100px);
}
.footer-copyright {
  padding: clamp(8px, calc(8 / 1600 * 100vw), 8px) 0;
  background: #194b0b;
  color: #fff;
  text-align: center;
  font-size: clamp(12px, calc(14 / 1600 * 100vw), 14px);
}

/*-----( footer-fixed-menu )-----*/
.footer-fixed-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: clamp(80px, calc(100 / 1600 * 100vw), 100px);
  border-top: 4px solid #194b0b;
  background: #fff;
}
.footer-fixed-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  text-decoration: none;
  color: #000 !important;
  font-size: clamp(20px, calc(28 / 1600 * 100vw), 28px);
  font-weight: 700;
}
.footer-fixed-menu-btn:nth-of-type(2) {
  border-left: 2px solid #194b0b;
  border-right: 2px solid #194b0b;
}
.footer-fixed-menu-btn::before {
  content: "";
  display: block;
  width: clamp(30px, calc(40 / 1600 * 100vw), 40px);
  aspect-ratio: 58 / 50;
  margin-right: clamp(6px, calc(10 / 1600 * 100vw), 10px);
}
.footer-fixed-tel::before {
  background: url("images/common/ico_phone_01.webp") left top / contain no-repeat;
}
.footer-fixed-contact::before {
  background: url("images/common/ico_mail_01.webp") left top / contain no-repeat;
}
.footer-fixed-assmt::before {
  background: url("images/common/ico_calc_01.webp") left top / contain no-repeat;
}
@media (hover: hover) {
  .footer-fixed-menu-btn:hover {
    background: #f4f6ed;
    opacity: 1;
  }
}

/*-----------------------------------------------
  トップページ
-----------------------------------------------*/
/*-----( トップページレイアウトの余白リセット )-----*/
.no-sidebar .content {
  margin-top: 0;
}
.no-sidebar .content-in.wrap {
  width: 100%;
}
.no-sidebar .content .main {
  padding: 0;
  border-radius: 0;
  border: none;
}
.front-section-footer {
  text-align: right;
}

/*-----( front-mv )-----*/
.front-mv {
  display: flex;
}
.front-mv-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 37.5%;
  padding-bottom: max(100px, calc(130 / 2000 * 100vw));
  background: url("images/index/bg_mv_02.webp") center bottom / contain no-repeat;
  text-align: center;
  white-space: nowrap;
}
.front-mv-heading {
  display: inline-block;
  width: 82.6%;
  padding: max(20px, calc(20 / 2000 * 100vw)) 0;
  margin-bottom: max(16px, calc(28 / 2000 * 100vw));
  background: url("images/index/bg_mv_01.webp") center bottom / contain no-repeat;
  font-size: max(28px, calc(43 / 2000 * 100vw));
  font-weight: 500;
  line-height: 1.1;
}
.front-mv-heading b {
  color: #977b34;
  font-size: max(44px, calc(66 / 2000 * 100vw));
  font-weight: 700;
}
.front-mv-body {
  margin-bottom: max(26px, calc(34 / 2000 * 100vw));
  line-height: 1;
}
.front-mv-body span {
  display: block;
}
.front-mv-body-01 {
  margin-bottom: clamp(4px, calc(8 / 2000 * 100vw), 8px);
  font-size: max(50px, calc(75 / 2000 * 100vw));
  font-weight: 700;
}
.front-mv-body-02 {
  font-size: max(80px, calc(118 / 2000 * 100vw));  
  font-weight: 400;
}
.front-mv-body-02 b {
  font-weight: 800;
}
.front-mv-body-02 b:nth-of-type(1) {
  color: #1a4d0b;
}
.front-mv-body-02 b:nth-of-type(2) {
  color: #427b0b;
}
.front-mv-txt {
  font-size: max(24px, calc(35 / 2000 * 100vw));
  line-height: 1.4;
  font-weight: 600;
}
.front-mv-slider {
  width: 62.5%;
}
.front-mv-slider img {
  width: 100%;
}

/*-----( front-lead )-----*/
.front-lead {
  padding: max(180px, calc(280 / 1600 * 100vw)) 0 max(40px, calc(60 / 1600 * 100vw));
  background: url("images/index/bg_lead_main.webp") center top / 50% auto no-repeat;
}
.front-lead-ttl {
  margin-bottom: clamp(30px, calc(50 / 1600 * 100vw), 50px);
  text-align: center;
  font-size: clamp(26px, calc(42 / 1600 * 100vw), 42px);
  line-height: 1.5;
  font-weight: 700;
}
.front-lead-ttl b {
  color: #194d0b;
  font-weight: 700;
}
.front-lead-inner {
  display: flex;
  justify-content: space-between;
}
.front-lead-box {
  flex-shrink: 0;
  width: 47%;
  padding:
      clamp(20px, calc(30 / 1600 * 100vw), 30px)
      clamp(20px, calc(30 / 1600 * 100vw), 30px)
      clamp(18px, calc(26 / 1600 * 100vw), 26px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
.front-lead-info {
  background: url("images/index/bg_lead_02.webp") left top / contain no-repeat;
}
.front-lead-column {
  background: url("images/index/bg_lead_03.webp") left top / contain no-repeat;
}
.front-lead-info-list,
.front-lead-column-list {
  list-style: none;
  padding-left: 0;
}

/*-----( front-lead-info )-----*/
.front-lead-info-list {
  margin-top: clamp(10px, calc(26 / 1600 * 100vw), 26px);
  margin-bottom: clamp(20px, calc(24 / 1600 * 100vw), 24px);
}
.front-lead-info-list-item {
  border-bottom: 1px solid #000;
}
.front-lead-info-list-link {
  display: flex;
  padding: clamp(12px, calc(12 / 1600 * 100vw), 12px) 0 clamp(13px, calc(13 / 1600 * 100vw), 13px);
  color: #000 !important;
  font-size: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  text-decoration: none;
}
.front-lead-info-list-time {
  margin-right: clamp(4px, calc(4 / 1600 * 100vw), 4px);
}

/*-----( front-lead-column )-----*/
.front-lead-column-list {
  margin-top: clamp(14px, calc(20 / 1600 * 100vw), 20px);
  margin-bottom: clamp(24px, calc(24 / 1600 * 100vw), 24px);
}
.front-lead-column-list-item + .front-lead-column-list-item {
  margin-top: clamp(4px, calc(12 / 1600 * 100vw), 12px);
}
.front-lead-column-list-link {
  display: flex;
  align-items: center;
  color: #000 !important;
  text-decoration: none;
}
.front-lead-column-list-img {
  flex-shrink: 0;
  width: clamp(70px, calc(80 / 1600 * 100vw), 80px);
  margin-right: clamp(12px, calc(18 / 1600 * 100vw), 18px);
}
.front-lead-column-list-txt {
  font-size: clamp(12px, calc(16 / 1600 * 100vw), 16px);
}

/*-----( front-prop )-----*/
.front-prop {
  padding: clamp(60px, calc(60 / 1600 * 100vw), 60px) 0;
  background: url("images/index/bg_property.webp") left top / 24px auto repeat;
}
.front-prop-ttl::before {
  content: "";
  display: block;
  width: clamp(100px, calc(130 / 1600 * 100vw), 180px);
  aspect-ratio: 180 / 124;
  margin: 0 auto clamp(2px, calc(6 / 1600 * 100vw), 6px);
  background: url("images/index/ico_property_title.webp") left top / contain no-repeat;
}
.front-prop-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, calc(40 / 1600 * 100vw), 40px);
  list-style: none;
  margin: clamp(30px, calc(40 / 1600 * 100vw), 40px) 0;
  padding-left: 0;
}
.front-prop-list-item {
	display: grid;
}
.front-prop-list-link {
  display: block;
  padding: clamp(26px, calc(26 / 1600 * 100vw), 26px);
  background: #fff;
  border-top: 8px solid #1a4d0b;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
  color: #000 !important;
  text-decoration: none;
	grid-row: span 3;
	display: grid;
	grid-template-rows: subgrid;
}
.front-prop-list-img {
  overflow: hidden;
  aspect-ratio: 316 / 289;
}
.front-prop-list-img img {
  object-fit: cover;
  transition: all .2s ease-out;
}
.front-prop-list-ttl {
  margin: clamp(6px, calc(6 / 1600 * 100vw), 6px) 0;
  font-size: clamp(18px, calc(26 / 1600 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.4;
}
.front-prop-list-txt {
  font-size: clamp(12px, calc(18 / 1600 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.5;
}

@media (hover: hover) {
  .front-prop-list-link:hover .front-prop-list-img img {
    transform: scale(1.1);
  }
}

/*-----( front-merit )-----*/
.front-merit {
  padding: clamp(40px, calc(60 / 1600 * 100vw), 60px) 0;
}
.front-merit-ttl {
  text-align: center;
  font-size: clamp(32px, calc(42 / 1600 * 100vw), 42px);
}
.front-merit-ttl b {
  color: #1a4d0b;
  font-size: clamp(48px, calc(58 / 1600 * 100vw), 58px);
}
.front-merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, calc(80 / 1600 * 100vw), 80px) clamp(30px, calc(50 / 1600 * 100vw), 50px);
  width: clamp(740px, calc(1000 / 1600 * 100vw), 1000px);
  margin: clamp(20px, calc(40 / 1600 * 100vw), 40px) auto clamp(100px, calc(120 / 1600 * 100vw), 120px);
  list-style: none;
  padding-left: 0;
}
.front-merit-list-item {
  position: relative;
  aspect-ratio: 1 / 1;
  background: url("images/index/bg_merit_circle.webp") left top / cover no-repeat;
  text-align: center;
  padding-top: clamp(10px, calc(16 / 1600 * 100vw), 16px);
}
.front-merit-list-number {
  color: #1a4d0b;
  font-size: clamp(30px, calc(40 / 1600 * 100vw), 40px);
  font-weight: 800;
}
.front-merit-list-txt {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  height: clamp(120px, calc(140 / 1600 * 100vw), 140px);
  font-size: clamp(22px, calc(30 / 1600 * 100vw), 30px);
  font-weight: 700;
  line-height: 1.4;
}
.front-merit-list-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: clamp(120px, calc(160 / 1600 * 100vw), 160px);
  bottom: clamp(-50px, calc(-50 / 1600 * 100vw), -40px);
}
.front-merit-list-item:nth-of-type(1):after,
.front-merit-list-item:nth-of-type(2):after,
.front-merit-list-item:nth-of-type(3):after {
  right: clamp(-20px, calc(-20 / 1600 * 100vw), -10px);
}
.front-merit-list-item:nth-of-type(4):after,
.front-merit-list-item:nth-of-type(5):after,
.front-merit-list-item:nth-of-type(6):after {
  left: clamp(-20px, calc(-20 / 1600 * 100vw), -10px);
}
.front-merit-list-item:nth-of-type(1):after {
  aspect-ratio: 254 / 226;
  background: url("images/index/bg_merit_deco_01.webp") left top / contain no-repeat;
}
.front-merit-list-item:nth-of-type(2):after {
  aspect-ratio: 265 / 256;
  background: url("images/index/bg_merit_deco_02.webp") left top / contain no-repeat;
}
.front-merit-list-item:nth-of-type(3):after {
  aspect-ratio: 289 / 208;
  background: url("images/index/bg_merit_deco_03.webp") left top / contain no-repeat;
}
.front-merit-list-item:nth-of-type(4):after {
  aspect-ratio: 264 / 227;
  background: url("images/index/bg_merit_deco_04.webp") left top / contain no-repeat;
}
.front-merit-list-item:nth-of-type(5):after {
  aspect-ratio: 270 / 246;
  background: url("images/index/bg_merit_deco_05.webp") left top / contain no-repeat;
}
.front-merit-list-item:nth-of-type(6):after {
  aspect-ratio: 256 / 248;
  background: url("images/index/bg_merit_deco_06.webp") left top / contain no-repeat;
}

/*-----( front-beginner )-----*/
.front-beginner-ttl {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(600px, calc(900 / 1600 * 100vw), 900px);
  height: clamp(70px, calc(100 / 1600 * 100vw), 100px);
  background: #194e0a;
  border-radius: 12px;
  margin: 0 auto clamp(60px, calc(80 / 1600 * 100vw), 80px);
  color: #FFF;
  font-size: clamp(28px, calc(40 / 1600 * 100vw), 40px);
}
.front-beginner-ttl::before {
  content: "";
  display: block;
  width: clamp(26px, calc(40 / 1600 * 100vw), 40px);
  aspect-ratio: 63 / 99;
  margin-right: clamp(10px, calc(18 / 1600 * 100vw), 18px);
  background: url("images/index/ico_beginner_title.webp") left top / contain no-repeat;
}
.front-beginner-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: clamp(-30px, calc(-30 / 1600 * 100vw), -10px);
  display: block;
  width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  aspect-ratio: 94 / 48;
  margin-inline: auto;
  background: url("images/index/bg_beginner_title.webp") left top / contain no-repeat;
}
.front-beginner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(50px, calc(70 / 1600 * 100vw), 70px);
}
.front-beginner-main-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  font-size: clamp(26px, calc(38 / 1600 * 100vw), 38px);
  line-height: 1.2;
  font-weight: 700;
  small {
    color: #999999;
    display: inline-block;
    font-size: 0.6em;
    font-weight: normal;
    display: block;
    margin-top: 0.2em;
  }
}
.front-beginner-main-ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: clamp(10px, calc(18 / 1600 * 100vw), 18px);
  right: clamp(-75px, calc(-75 / 1600 * 100vw), -50px);
  display: block;
  width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  aspect-ratio: 128 / 163;
  background: url("images/index/ico_beginner_sub.webp") left top / contain no-repeat;
}
.front-beginner-main-ttl--marker {
  background: linear-gradient(transparent 70%, #9ed45a 50%);
}
.front-beginner-main-ttl--marker::after {
  display: none;
}
.front-beginner-main-txt + .front-beginner-main-ttl {
  margin-top: clamp(30px, calc(40 / 1600 * 100vw), 40px);
}
.front-beginner-main-txt {
  font-size: clamp(18px, calc(22 / 1600 * 100vw), 22px);
  line-height: 1.9;
}

.front-beginner-img {
  flex-shrink: 0;
  width: 47%;
}
.front-beginner-check {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(60px, calc(80 / 1600 * 100vw), 80px);
}
.front-beginner-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: clamp(140px, calc(200 / 1600 * 100vw), 200px);
  border: 1px solid #194e0a;
  text-decoration: none;
}
.front-beginner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(26px, calc(26 / 1600 * 100vw), 26px);
  height: 100%;
  background: #194e0a url("images/index/ico_check.webp") center center / 70% auto no-repeat;
}
.front-beginner-banner-ttl {
  color: #194e0a;
  font-size: clamp(24px, calc(28 / 1600 * 100vw), 28px);
  font-weight: 700;
}
.front-beginner-banner-txt {
  color: #000;
  font-size: clamp(14px, calc(18 / 1600 * 100vw), 18px);
}
@media (hover: hover) {
  .front-beginner-banner:hover {
    background: #f4f6ed;
    opacity: 1;
  }
}

/*-----( front-faq )-----*/
.front-faq {
  padding: clamp(60px, calc(80 / 1600 * 100vw), 80px) 0;
}
.front-faq.in-faq {
  padding-top: 0;
}
.front-faq-inner {
  margin-bottom: clamp(20px, calc(30 / 1600 * 100vw), 30px);
}
.front-faq-dtl {
  interpolate-size: allow-keywords;
}
.front-faq-dtl::details-content {
  @media (prefers-reduced-motion: no-preference) {
    overflow: clip;
    transition-duration: 300ms;
    transition-property: content-visibility, block-size;
    transition-behavior: allow-discrete;
  }
}
.front-faq-dtl:not(:open)::details-content {
  block-size: 0;
}
.front-faq-dtl + .front-faq-dtl {
  margin-top: 30px;
}
.front-faq-sum {
  list-style: none;
}
.front-faq-sum-txt {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding:
      clamp(20px, calc(30 / 1600 * 100vw), 30px)
      clamp(36px, calc(50 / 1600 * 100vw), 50px)
      clamp(20px, calc(32 / 1600 * 100vw), 32px)
      clamp(20px, calc(36 / 1600 * 100vw), 36px);
  border: 1px solid #a9a9a9;
  font-size: clamp(20px, calc(22 / 1600 * 100vw), 22px);
  font-weight: 700;
}
.front-faq-dtl:open .front-faq-sum-txt {
  border-bottom: none;
}
@media (hover: hover) {
  .front-faq-sum-txt:hover {
    cursor: pointer;
    opacity: .8;
  }
}
.front-faq-sum-txt::before,
.front-faq-sum-txt::after {
  content: "";
  display: block;
  flex-shrink: 0;
}
.front-faq-sum-txt::before {
  width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  aspect-ratio: 1 / 1;
  margin-right: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  background: url("images/index/ico_faq_q.webp") left top / contain no-repeat;
}
.front-faq-sum-txt::after {
  width: clamp(18px, calc(28 / 1600 * 100vw), 28px);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  background: url("images/index/ico_faq_plus.webp") left top / cover no-repeat;
}
.front-faq-dtl[open] .front-faq-sum-txt::after {
  aspect-ratio: 30 / 4;
  background: url("images/index/ico_faq_minus.webp") left top / cover no-repeat;
}
.front-faq-sum-txt + br {
  display: none;
}
.front-faq-in {
  display: flex;
  padding: 0 clamp(20px, calc(36 / 1600 * 100vw), 36px) 50px;
  border: 1px solid #a9a9a9;
  border-top: none;
}
_::-webkit-full-page-media, _:future, :root .front-faq-in {
  padding-top: clamp(20px, calc(36 / 1600 * 100vw), 36px);
}
.front-faq-in::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  aspect-ratio: 1 / 1;
  margin-right: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  background: url("images/index/ico_faq_a.webp") left top / contain no-repeat;
}
.front-faq-body {
  margin-top: clamp(8px, calc(16 / 1600 * 100vw), 16px);
}
.front-faq-txt {
  font-size: clamp(16px, calc(20 / 1600 * 100vw), 20px);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.front-faq-txt + .front-faq-txt {
  margin-top: clamp(12px, calc(20 / 1600 * 100vw), 20px);
}

/*-----( front-news )-----*/
.front-news {
  padding: clamp(84px, calc(94 / 1600 * 100vw), 94px) 0 clamp(64px, calc(84 / 1600 * 100vw), 84px);
  background: url(images/index/bg_news.webp) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.front-news-inner {
  width: clamp(600px, calc(840 / 1600 * 100vw), 840px);
  margin-inline: auto;
  padding: clamp(30px, calc(40 / 1600 * 100vw), 40px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
.front-news-ttl::before {
  content: "";
  display: block;
  width: clamp(80px, calc(100 / 1600 * 100vw), 100px);
  aspect-ratio: 133 / 88;
  margin: 0 auto clamp(2px, calc(6 / 1600 * 100vw), 6px);
  background: url("images/index/ico_news_title.webp") left top / contain no-repeat;
}
.front-news-list {
  list-style: none;
  margin-top: clamp(30px, calc(40 / 1600 * 100vw), 40px);
  margin-bottom: clamp(30px, calc(40 / 1600 * 100vw), 40px);
  padding-left: 0;
}
.front-news-list-item {
  border-left: 3px solid #1a4d0b;
}
.front-news-list-item + .front-news-list-item {
  margin-top: clamp(10px, calc(30 / 1600 * 100vw), 30px);
}
.front-news-list-link {
  display: block;
  text-decoration: none;
  padding-top: clamp(6px, calc(6 / 1600 * 100vw), 6px);
  padding-left: clamp(10px, calc(20 / 1600 * 100vw), 20px);
}
.front-news-list-time {
  display: block;
  margin-bottom: clamp(6px, calc(6 / 1600 * 100vw), 6px);
  color: #1a4d0b;
  font-size: clamp(12px, calc(14 / 1600 * 100vw), 14px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
.front-news-list-txt {
  color: #000;
  font-size: clamp(16px, calc(20 / 1600 * 100vw), 20px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/*-----( front-voice )-----*/
.front-voice {
  padding: clamp(60px, calc(60 / 1600 * 100vw), 60px) 0 0;
}
.front-voice-ttl::before {
  content: "";
  display: block;
  width: clamp(80px, calc(100 / 1600 * 100vw), 100px);
  aspect-ratio: 134 / 110;
  margin: 0 auto clamp(2px, calc(6 / 1600 * 100vw), 6px);
  background: url("images/index/ico_voice_title.webp") left top / contain no-repeat;
}
.front-voice-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, calc(20 / 1600 * 100vw), 20px);
  margin: clamp(30px, calc(40 / 1600 * 100vw), 40px) 0;
  padding-left: 0;
}
.front-voice-list-link {
  text-decoration: none;
}
.front-voice-list-txt {
  margin-top: clamp(14px, calc(14 / 1600 * 100vw), 14px);
  color: #000;
  font-size: clamp(14px, calc(20 / 1600 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/*-----------------------------------------------
  お問合せ
-----------------------------------------------*/
.page-contact {
  width: 90%;
  max-width: 860px;
  margin-inline: auto;
}
.page-contact-lead {
  margin-top: clamp(40px, calc(80 / 1600 * 100vw), 80px);
  margin-bottom: clamp(40px, calc(80 / 1600 * 100vw), 80px);
}
.page-contact-lead-ttl {
  margin-top: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  font-size: clamp(18px, calc(24 / 1600 * 100vw), 24px);
}
.page-contact-lead-txt,
.form-label,
.form-input,
.form-input input,
.form-input textarea {
  font-size: clamp(16px, calc(18 / 1600 * 100vw), 18px);
}
.page-contact-lead-txt a {
  color: #000 !important;
}
.form-row {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.form-label {
  width: 30%;
  font-weight: bold;
}
.form-input {
  width: 70%;
}
.form-input input,
.form-input textarea {
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.form-input textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  line-height: 1.4;
}
.form-required {
  color: red;
  margin-left: clamp(2px, calc(2 / 1600 * 100vw), 2px);
  font-size: 0.7em;
  vertical-align: top;
}
.form-note {
  text-align: center;
  font-size: clamp(14px, calc(16 / 1600 * 100vw), 16px);
  margin: clamp(30px, calc(40 / 1600 * 100vw), 40px) 0 0;
  line-height: 1.6;
}
.form-note a {
  color: #000 !important;
  text-decoration: underline;
}
.form-submit {
  text-align: center;
}
.form-submit input[type="submit"] {
  display: grid;
  place-items: center;
  width: clamp(280px, calc(360 / 1600 * 100vw), 360px);
  height: clamp(68px, calc(80 / 1600 * 100vw), 80px);
  margin: clamp(30px, calc(30 / 1600 * 100vw), 30px) auto 0;
  background: #194e0a;
  border: 1px solid #194e0a;
  color: #fff;
  cursor: pointer;
  font-size: clamp(18px, calc(18 / 1600 * 100vw), 18px);
  font-weight: 700;
}
@media (hover: hover) {
  .form-submit input[type="submit"]:hover {
    background: #fff;
    color: #194e0a;
    transition: .2s;
  }
}

.front-policy-section-txt,
.subpage-lead-text {
    font-size: clamp(16px, calc(18 / 1600 * 100vw), 18px);  
}

.front-policy-section-ttl {
  margin-top: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  font-size: clamp(18px, calc(24 / 1600 * 100vw), 24px);
}
.front-guide-section-contact strong{
  font-size: clamp(20px, calc(30 / 1600 * 100vw), 30px);
}
.front-guide-inner.wrapper .front-guide-section {
  margin-top: clamp(40px, calc(80 / 1600 * 100vw), 80px);
}
.front-guide-subsection-ttl{
  margin-top: clamp(20px, calc(30 / 1600 * 100vw), 30px);
}
.front-guide-subsection-ttl:before{
  content: '';
  display: inline-block;
  border-left: 2px solid #009900;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.front-guide-subsection-ttl + .front-guide-section-txt{
  padding-left: clamp(20px, calc(30 / 1600 * 100vw), 30px);
}
.front-guide-section-ttl:has(.front-beginner-main-ttl--marker) {
  font-size: 0px;
  letter-spacing: 0px;
}

.mt10 {
  margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);  
}
.mt20 {
  margin-top: clamp(20px, calc(40 / 1600 * 100vw), 40px);  
}
.mt40 {
  margin-top: clamp(40px, calc(80 / 1600 * 100vw), 80px);  
}
.center {
  text-align: center;
}

.marker-text{
  text-decoration: underline #9ed45a 0.4em;
  text-underline-offset: -0.2em;
  background: none;
}

.front-guide-merit{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.front-guide-merit-ttl{
  display: flex;
  gap: 20px;
}
.front-guide-merit-icon{
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}
.front-guide-merit-txt{
  padding-left: 90px;
  margin-top: -30px;
}

/* flow */
.front-flow-step {
  padding-bottom: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  width: 100%;
  position: relative;
}
.front-flow-step:has(.front-flow-step-image) {
  /* display: flex; */
}
.front-flow-step-ttl{
  background: none;
  font-size: clamp(20px, calc(22 / 1600 * 100vw), 22px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(20 / 1600 * 100vw), 20px);
}
.front-flow-step-number {
  background: #1a4d0b;
  color: #ffffff;
  border-radius: 100px;
  line-height: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  font-size: clamp(20px, calc(22 / 1600 * 100vw), 22px);
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
}
.front-flow-step-complete .front-flow-step-number {
  background: none;
  border: 3px solid #1a4d0b;
}
.front-flow-step-complete {
  .front-flow-step-number:before {
    border: 3px solid #1a4d0b;
    border-width: 0px 5px 5px 0px;
    transform: translateY(-50%) scale(0.6) rotate(45deg);
    display: inline-block;
    width: clamp(15px, calc(20 / 1600 * 100vw), 20px);
    height: auto;
    aspect-ratio: 3/2;
    content:
    '';
    position: relative;
    top: 43%;
  }
  .front-flow-step-ttl{
    color: #1a4d0b;
  }
}
.front-flow-step-content{
  padding-left: calc(clamp(40px, calc(60 / 1600 * 100vw), 60px) + clamp(10px, calc(20 / 1600 * 100vw), 20px));
}
.front-flow-checkpoint{
  border: 1px solid #1a4d0b;
  padding: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  margin-bottom: clamp(20px, calc(40 / 1600 * 100vw), 40px);
  width: 100%;
  max-width: 900px;
}
.front-flow-checkpoint .label {
  font-weight: bold;
  color: #1a4d0b;
}
.front-flow-checkpoint-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 3em;
  padding-left: 1.5em;
}
.front-flow-step-image {
  /* position: relative; */
}
.front-flow-step-image img {
  width: 350px;
  /* min-width: 350px; */
  max-width: 25vw;
  right: 0px;
  top: 0px;
  height: auto;
  position: absolute;
}
.front-flow-step:nth-child(5){
  .front-flow-checkpoint{
    width: calc(100% - 400px);
    /* min-width: 56vw; */
  }
  .front-flow-step-image img {
    top: clamp(60px, calc(100 / 1600 * 100vw), 100px);
  }
}
.front-flow-step ul{
    padding-left: 1.5em;
}
.front-flow-step:nth-child(3){
  .front-flow-checkpoint ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 3em;
    width: 35em;
    max-width: 80vw;
  }
  .front-flow-checkpoint{
    width: calc(100% - 400px);
    /* min-width: 56vw; */
  }
  .front-flow-step-image img {
    top: clamp(60px, calc(100 / 1600 * 100vw), 100px);
  }
}
.front-flow-checkpoint-number{
  list-style:decimal;
}

.front-flow-complete-contact{
  font-size: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  font-weight: bold;
}
.front-flow-inner{
  position: relative;
}
.front-flow-step:not(.front-flow-step-complete):before{
  content: '';
  display: block;
  top: 1em;
  bottom: 0px;
  left: clamp(20px, calc(30 / 1600 * 100vw), 30px);
  margin-left: -1px;
  border-left: 2px solid #1a4d0b;
  position: absolute;
  z-index: -1;
}

/* sell */
.front-sell-step + .front-sell-step{
  margin-top: 30px;
}
.front-sell-step{
  padding:
      clamp(20px, calc(30 / 1600 * 100vw), 30px)
      clamp(36px, calc(50 / 1600 * 100vw), 50px)
      clamp(20px, calc(32 / 1600 * 100vw), 32px)
      clamp(20px, calc(36 / 1600 * 100vw), 36px);
  border: 1px solid #a9a9a9;

  .front-sell-step-content{
    /* font-size: clamp(16px, calc(20 / 1600 * 100vw), 20px); */
    line-height: 1.8;
    letter-spacing: 0.06em;
    padding-left: calc( clamp(40px, calc(60 / 1600 * 100vw), 60px) + clamp(10px, calc(20 / 1600 * 100vw), 20px));
  }
  
  .front-sell-step-ttl{
    display: flex;
    font-size: clamp(20px, calc(22 / 1600 * 100vw), 22px);
    font-weight: 700;
    align-items: center;
    .front-sell-step-number{
      width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
      height: auto;
      aspect-ratio: 1/1;
      display: block;
      margin-right: clamp(10px, calc(20 / 1600 * 100vw), 20px);
      img {
        width: 100%;
      }
    }
  }
}

.section-title{
  display: flex;
  gap: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  font-weight: bold;
  .section-title--icon{
    width: clamp(60px, calc(90 / 1600 * 100vw), 90px);
    aspect-ratio: 1 / 1;
  }
  .section-title--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    p{
      font-size: 1.5em;
      line-height: 1.2;
    }
    h2{
      font-size: 1.9em;
      line-height: 1.2;
    }
  }
}

.front-sell-section--reason{
  h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0.3em;
  }
  ol {
    margin-left: clamp(58px, calc(120 / 1600 * 100vw), 120px);
    padding-left: 0px;
  }
  ol > li::marker {
    font-weight: bold;
    font-size: 1.9em;
    color: #333;
  }
  ol > li {
    margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  }
  ol > li + li {
    margin-top: clamp(20px, calc(40 / 1600 * 100vw), 40px);
  }
}

#main .front-sell-section--message{
  
  margin-top: clamp(40px, calc(80 / 1600 * 100vw), 80px);
  border: 2px solid #63a316;
  padding:
      clamp(20px, calc(30 / 1600 * 100vw), 30px)
      clamp(36px, calc(50 / 1600 * 100vw), 50px)
      clamp(20px, calc(32 / 1600 * 100vw), 32px)
      clamp(20px, calc(36 / 1600 * 100vw), 36px);
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  h3 {
    width: 100%;
    margin-bottom: clamp(20px, calc(40 / 1600 * 100vw), 40px);
  }
  .section-message--text {
    width: 69%;
    p + p {
    margin-top: clamp(20px, calc(40 / 1600 * 100vw), 40px);      
    }
  }
  .section-message--image {
    width: 30%;
  }
  
}

.front-company-lead.cmn-ttl-02{
  margin: 0px -3%;
}
.front-company-message-signature{
  text-align: right;
  font-size: clamp(20px, calc(24 / 1600 * 100vw), 24px);
  font-family: serif;
}
.front-company h2 small{
  display: block;
  font-weight: normal;
  color: #999999;
  line-height: 1em;
  font-size: 0.8em;
  margin-bottom: clamp(10px, calc(20 / 1600 * 100vw), 20px);
}
.front-company-table{
  th, td {
    text-align: left;
    padding: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  }
  th {
    font-size: clamp(20px, calc(22 / 1600 * 100vw), 22px);
  }
}


.front-company-representative-ttl{
  font-size: 1.9em;
}
.front-company-representative-content{
  display: flex;
  gap: 3%;
  align-items: center;
  .front-company-representative-image{
    width: 47%;
  }
  .front-company-representative-name{
    font-size: 1.5em;
  }
}
.front-company-section-subtitle{
  margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);
}
.front-company-message-content{
  border: 2px solid #9ed45a;
  padding: clamp(10px, calc(20 / 1600 * 100vw), 20px) clamp(20px, calc(30 / 1600 * 100vw), 30px);
  p + p {
    margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  }
}
.front-company-staff-item + .front-company-staff-item {
    margin-top: clamp(20px, calc(40 / 1600 * 100vw), 40px);

}
.front-company-staff-item{
  display: flex;
  flex-direction:row-reverse;
  gap: 3%;
  .front-company-staff-image {
    min-width: 35%;
    width: 35%;
  }
}
.front-company-staff-comment{
  margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);
}
.front-company-staff-role,
.front-company-staff-name{
  display: flex;
  gap: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  img {
    margin-bottom: 5px;
    height: 1.2em;
  }
}
.front-company-section-subtitle:before{
  content: '';
  display: inline-block;
  border-left: 2px solid #009900;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.front-company-guide-image{
  ul {
    list-style: none;
    display: flex;
    gap: 2%;
  }

  ul, li {
    padding: 0px;
  }
  li {
    width: 49%;
  }
}

.page-satei {
  .wpcf7-list-item.first{
    margin-left: 0px;
  }
  input[name="property-area-heibei"],
  input[name="property-area-tubo"] {
    width: 5em;
    margin: 0px 0.5em;
  }
  input[name="property-type-other"] {
    width: calc(100% - 10em);
    margin-left: 0.5em;
  }
  input[name="property-rent-fee"] {
    width: calc(100% - 2em);
    margin-right: 0.5em;
  }
  .form-input:has(input[name="property-timoku-other"]) p,
  .form-input-sub{
    display: inline;
  }
  input[name="property-timoku-other"] {
    width: 14em;
    margin-left: 0.5em;
  }
  input[type="file"] {
    margin-bottom: 0.5em;
    width: 100%;
  }
  textarea[name="your-address"] {
    height: 4em;
  }
  .form-section-header{
    text-align: left;
    margin-top: 2em;
  }
  
}

/* post */
.post-navigation {
	display:flow-root;
	margin-top: 5em;
	position: relative;
}
.post-navigation > * {
	width: 49%;
}
.prev-post {
	float: left;
	border-left: 10px solid  #9ed45a;
}
.next-post {
	float: right;
	text-align: right;
	border-right: 10px solid  #9ed45a;
	
}	
.post-navigation a {
	text-decoration: none;
	color: #1a4d0b;
	padding: 15px;
	display: block;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
body.archive .content-in.wrap {
	max-width: 1256px;
	width: 90%;
}
.archive-list {
		
}
.news-item {
	display: block;
	text-decoration: none;
	padding-top: clamp(6px, calc(6 / 1600 * 100vw), 6px);
	padding-left: clamp(10px, calc(20 / 1600 * 100vw), 20px);
	border-left: 3px solid #1a4d0b;
	margin-bottom: 30px;
}
.news-item .news-date {
  display: block;
  margin-bottom: clamp(6px, calc(6 / 1600 * 100vw), 6px);
  color: #1a4d0b;
  font-size: clamp(12px, calc(14 / 1600 * 100vw), 14px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
.news-item .news-title {
  font-size: clamp(16px, calc(20 / 1600 * 100vw), 20px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.news-item .news-title a {
	color: #000;text-decoration: none;
}
.info-item {
	display: grid;
	grid-template-columns: 10em auto;
	font-size: 1em;
	padding: 15px 5px;
	border-bottom: 1px solid  #000;
}
.info-date, .info-title {
	font-size: 1.1em;
}

/*1280px以下*/
@media screen and (max-width: 1280px){
  /*-----------------------------------------------
    header
  -----------------------------------------------*/
  .header-in.wrap {
    padding: calc(20 / 1280 * 100vw) calc(30 / 1280 * 100vw) calc(10 / 1280 * 100vw) calc(20 / 1280 * 100vw);
  }
  .header-tagline {
    font-size: calc(18 / 1280 * 100vw);
  }
  .header-assmt,
  .header-contact {
    padding: calc(5 / 1280 * 100vw) calc(16 / 1280 * 100vw);
    font-size: calc(18 / 1280 * 100vw);
  }
  .header-contact {
    margin-left: calc(10 / 1280 * 100vw);
  }
  .header-assmt::before,
  .header-contact::before {
    width: calc(32 / 1280 * 100vw);
    margin-right: calc(10 / 1280 * 100vw);
  }

  /*-----( header-body )-----*/
  .header-logo-img {
    width: calc(110 / 1280 * 100vw);
    margin-right: calc(12 / 1280 * 100vw);
  }
  .header-logo-txt {
    font-size: calc(30 / 1280 * 100vw);
    letter-spacing: 0;
  }
  .header-navi-item + .header-navi-item::before {
    font-size: calc(20 / 1280 * 100vw);
  }
  .header-navi-link {
    padding: calc(4 / 1280 * 100vw) calc(10 / 1280 * 100vw);
    font-size: calc(21 / 1280 * 100vw);
    letter-spacing: 0.02em;
  }
  .header-navi-2nd {
    top: calc(34 / 1280 * 100vw);
  }
  .header-navi-2nd--prop {
    left: calc(-20 / 1280 * 100vw);
  }
  .header-navi-2nd--about {
    left: calc(-16 / 1280 * 100vw);
  }
  .header-navi-2nd-link {
    padding: calc(4 / 1280 * 100vw) calc(10 / 1280 * 100vw);
    font-size: calc(20 / 1280 * 100vw);
  }

  /*-----------------------------------------------
    トップページ
  -----------------------------------------------*/
  /*-----( front-mv )-----*/
  .front-mv-main {
    padding-bottom: calc(80 / 1280 * 100vw);
  }
  .front-mv-heading {
    padding: calc(16 / 1280 * 100vw) 0;
    margin-bottom: calc(20 / 1280 * 100vw);
    font-size: calc(30 / 1280 * 100vw);
  }
  .front-mv-heading b {
    font-size: calc(42 / 1280 * 100vw);
  }
  .front-mv-body {
    margin-bottom: calc(28 / 1280 * 100vw);
  }
  .front-mv-body-01 {
    margin-bottom: calc(4 / 1280 * 100vw);
    font-size: calc(40 / 1280 * 100vw);
  }
  .front-mv-body-02 {
    font-size: calc(80 / 1280 * 100vw);
  }
  .front-mv-txt {
    font-size: calc(25 / 1280 * 100vw);
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*-----------------------------------------------
    header
  -----------------------------------------------*/
  .header-in.wrap {
    padding: calc(10 / 390 * 100vw) calc(14 / 390 * 100vw);
  }

  /*-----( header-head )-----*/
  .header-head {
    display: none;
  }

  /*-----( header-body )-----*/
  .header-body {
    overflow: hidden;
    align-items: center;
    padding-right: 0;
  }
  .header-logo-img {
    width: calc(60 / 390 * 100vw);
    margin-right: calc(6 / 390 * 100vw);
  }
  .header-logo-txt {
    font-size: calc(16 / 390 * 100vw);
  }

  /*-----( header-navi )-----*/
  .header-navi {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    transition: .5s;
  }
  .header-navi[aria-hidden="false"] {
    left: 20%;
  }
  .header-navi-in {
    height: 100%;
  }
  .header-navi-ul {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: calc(20 / 390 * 100vw);
  }
  .header-navi-item {
    display: block;
    width: 100%;
  }
  .header-navi-item + .header-navi-item {
    margin-top: 20px;
    margin-left: 0;
  }
  .header-navi-item + .header-navi-item::before {
    display: none;
  }
  .header-navi-link {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 20px;
  }
  .header-navi-2nd {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background: none;
    border: none;
    padding-left: calc(10 / 390 * 100vw);
  }
  .header-navi-2nd-link {
    padding: calc(4 / 390 * 100vw) 0;
    font-size: calc(14 / 390 * 100vw);
  }
  .header-navi-2nd-item + .header-navi-2nd-item {
    border-top: none;
  }
  .header-navi-2nd-link {
    padding: calc(8 / 390 * 100vw) 0 0;
    font-size: calc(16 / 390 * 100vw);
  }
  .header-navi-2nd-link::before {
    content: "┗";
  }

  /*-----( header-btn )-----*/
  .header-btn {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 6;
    background: #fff;
    border: 2px solid #194e0a;
    border-radius: 8px;
  }  
  .header-btn-in {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-btn,
  .header-btn-in span {
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
  }
  .header-btn-in span {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #194e0a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-btn-in span:nth-of-type(1) {
    top: 0;
  }
  .header-btn-in span:nth-of-type(2) {
    top: 7px;
  }
  .header-btn-in span:nth-of-type(3) {
    bottom: 0px;
  }
  .header-btn[aria-expanded=true] .header-btn-in span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) translateX(-50%) rotate(-45deg);
    top: -2px;
  }
  .header-btn[aria-expanded=true] .header-btn-in span:nth-of-type(2) {
    opacity: 0;
  }
  .header-btn[aria-expanded=true] .header-btn-in span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) translateX(-50%) rotate(45deg);
    bottom: -3px;
  }

  /*-----------------------------------------------
    footer
  -----------------------------------------------*/
  .footer-bottom {
    padding-top: calc(40 / 390 * 100vw);
  }

  /*-----( footer-cta )-----*/
  .footer-cta {
    padding: calc(40 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
  .footer-cta-ttl {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.4;
  }
  .footer-cta-inner {
    margin-top: calc(30 / 390 * 100vw);
  }
  .footer-cta-btn {
    width: calc(180 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.4;
    margin-inline: calc(4 / 390 * 100vw);
    padding-inline: calc(8 / 390 * 100vw) calc(12 / 390 * 100vw);
  }
  .footer-cta-btn::before {
    width: calc(30 / 390 * 100vw);
    margin-right: calc(6 / 390 * 100vw);
  }

  /*-----( footer-body )-----*/
  .footer-body--pb {
    padding-bottom: calc(60 / 390 * 100vw);
  }
  .footer-body-in {
    display: block;
    padding: calc(30 / 390 * 100vw) 0;
  }
  
  /*-----( footer-info )-----*/
  .footer-info {
    width: 100%;
    text-align: center;
  }
  .footer-logo {
    width: calc(100 / 390 * 100vw);
    margin-inline: auto;
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .footer-info-txt {
    font-size: calc(12 / 390 * 100vw);
  }
  
  /*-----( footer-links )-----*/
  .footer-links {
    display: none;
    padding-top: calc(30 / 390 * 100vw);
  }
  .footer-links-block {
    width: 50%;
  }
  .footer-links-block + .footer-links-block {
    margin: 0;
  }
  .footer-links-list-item + .footer-links-list-item {
    margin-top: calc(6 / 390 * 100vw);
  }
  .footer-links-list-link {
    font-size: calc(12 / 390 * 100vw);
  }

  /*-----( footer-fixed-menu )-----*/
  .footer-fixed-menu {
    height: calc(60 / 390 * 100vw);
    border-top: calc(2 / 390 * 100vw) solid #194e0a;
  }
  .footer-fixed-menu-btn {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.2;
  }
  .footer-fixed-menu-btn:nth-of-type(2) {
    border-left: 1px solid #194b0b;
    border-right: 1px solid #194b0b;
  }
  .footer-fixed-menu-btn::before {
    width: calc(30 / 390 * 100vw);
    margin-right: calc(6 / 390 * 100vw);
  }
  .footer-fixed-tel::before {
    margin-right: calc(-4 / 390 * 100vw);
  }

  /*-----------------------------------------------
    トップページ
  -----------------------------------------------*/
  /*-----( front-mv )-----*/
  .front-mv {
    display: block;
  }
  .front-mv-main {
    width: 100%;
    padding-top: calc(10 / 390 * 100vw);
    padding-bottom: calc(80 / 390 * 100vw);
  }
  .front-mv-heading {
    width: calc(330 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
    margin-bottom: calc(10 / 390 * 100vw);
    font-size: calc(26 / 390 * 100vw);
  }
  .front-mv-heading b {
    font-size: calc(36 / 390 * 100vw);
  }
  .front-mv-body {
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .front-mv-body-01 {
    margin-bottom: calc(4 / 390 * 100vw);
    font-size: calc(40 / 390 * 100vw);
  }
  .front-mv-body-02 {
    font-size: calc(66 / 390 * 100vw);
  }
  .front-mv-txt {
    font-size: calc(18 / 390 * 100vw);
  }
  .front-mv-slider {
    width: 100%;
  }

  /*-----( front-lead )-----*/
  .front-lead {
    padding: calc(80 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  }
  .front-lead-ttl {
    margin-bottom: calc(30 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
  }
  .front-lead-inner {
    display: block;
  }
  .front-lead-box {
    width: 100%;
    padding: calc(20 / 390 * 100vw);
  }
  .front-lead-info-list-link {
    display: block;
    padding: calc(12 / 390 * 100vw) 0;
    font-size: calc(14 / 390 * 100vw);
  }
  .front-lead-info-list-time {
    display: block;
    margin-right: 0;
  }

  /*-----( front-lead-info )-----*/
  .front-lead-info-list {
    margin-top: calc(10 / 390 * 100vw);
    margin-bottom: calc(16 / 390 * 100vw);
  }

  /*-----( front-lead-column )-----*/
  .front-lead-column {
    margin-top: calc(40 / 390 * 100vw);
  }
  .front-lead-column-list {
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(16 / 390 * 100vw);
  }
  .front-lead-column-list-item + .front-lead-column-list-item {
    margin-top: calc(30 / 390 * 100vw);
  }
	.front-lead-column-list-link {
		display: block;
	}
  .front-lead-column-list-img {
    width: 100%;
		text-align: center;
		margin: 0;
  }
	.front-lead-column-list-img img {
		width: 100%;
	}
  .front-lead-column-list-txt {
    font-size: calc(14 / 390 * 100vw);
  }

  /*-----( front-prop )-----*/
  .front-prop {
    padding:  calc(40 / 390 * 100vw) 0;
    background-size: calc(12 / 390 * 100vw) auto;
  }
  .front-prop-ttl::before {
    width: calc(80 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
  }
  .front-prop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 390 * 100vw);
  }
  .front-prop-list-link {
    padding: calc(14 / 390 * 100vw);
  }
  .front-prop-list-ttl {
    margin: calc(8 / 390 * 100vw) 0;
    font-size: calc(18 / 390 * 100vw);
  }
  .front-prop-list-txt {
    font-size: calc(14 / 390 * 100vw);
  }

  /*-----( front-merit )-----*/
  .front-merit {
    padding: calc(40 / 390 * 100vw) 0;
  }
  .front-merit-ttl {
    font-size: calc(22 / 390 * 100vw);
  }
  .front-merit-ttl b {
    font-size: calc(34 / 390 * 100vw);
  }
  .front-merit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    width: calc(340 / 390 * 100vw);
    margin: calc(20 / 390 * 100vw) auto calc(40 / 390 * 100vw);
    list-style: none;
    padding-left: 0;
  }
  .front-merit-list-item {
    padding-top: calc(2 / 390 * 100vw);
  }
  .front-merit-list-number {
    font-size: calc(24 / 390 * 100vw);
  }
  .front-merit-list-txt {
    height: calc(80 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    font-weight: 700;
    line-height: 1.4;
  }
  .front-merit-list-item::after {
    width: calc(80 / 390 * 100vw);
    right: calc(-10 / 390 * 100vw);
    left: auto !important;
    bottom: calc(-24 / 390 * 100vw);
  }

  /*-----( front-beginner )-----*/
  .front-beginner-ttl {
    width: calc(350 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    border-radius: 12px;
    margin: 0 auto calc(30 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.2;
  }
  .front-beginner-ttl::before {
    width: calc(20 / 390 * 100vw);
    margin-right: calc(10 / 390 * 100vw);
  }
  .front-beginner-ttl::after {
    bottom: clamp(-30px, calc(-30 / 1600 * 100vw), -10px);
    width: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  }
  .front-beginner-inner {
    display: block;
    margin-bottom: calc(30 / 390 * 100vw);
  }
  .front-beginner-main-ttl {
    margin-bottom: calc(16 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.4;
  }
  .front-beginner-main-ttl::after {
    top: calc(4 / 390 * 100vw);
    right: calc(-50 / 390 * 100vw);
    width: calc(40 / 390 * 100vw);
  }
  .front-beginner-main-txt + .front-beginner-main-ttl {
    margin-top: calc(20 / 390 * 100vw);
  }
  .front-beginner-main-txt {
    font-size: calc(15 / 390 * 100vw);
    line-height: 1.6;
  }
  .front-beginner-img {
    margin-top: calc(20 / 390 * 100vw);
    width: 100%;
  }
  .front-beginner-check {
    display: block;
    margin-top: calc(10 / 390 * 100vw);
  }
  .front-beginner-banner {
    width: 100%;
    height: calc(70 / 390 * 100vw);
  }
  .front-beginner-banner + .front-beginner-banner {
    margin-top: calc(10 / 390 * 100vw);
  }
  .front-beginner-banner::before {
    background-size: 40% auto;
  }
  .front-beginner-banner-ttl {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.1;
  }
  .front-beginner-banner-txt {
    font-size: calc(14 / 390 * 100vw);
  }

  /*-----( front-faq )-----*/
  .front-faq {
    padding: calc(60 / 390 * 100vw) 0;
  }
  .front-faq.in-faq {
    padding-top: 0;
  }
  .front-faq-inner {
    margin-top: calc(30 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .front-faq-ttl::before {
    width: calc(60 / 390 * 100vw);
    margin: 0 auto calc(4 / 390 * 100vw);
  }
  .front-faq-dtl + .front-faq-dtl {
    margin-top: calc(16 / 390 * 100vw);
  }
  .front-faq-sum-txt {
    padding: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.4;
  }
  .front-faq-sum-txt::before {
    width: calc(30 / 390 * 100vw);
    margin-right: calc(12 / 390 * 100vw);
  }
  .front-faq-sum-txt::after {
    width: calc(16 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
  }
  .front-faq-in {
    padding: 0 calc(30 / 390 * 100vw) calc(14 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
  _::-webkit-full-page-media, _:future, :root .front-faq-in {
    padding-top: calc(10 / 390 * 100vw);
  }
  .front-faq-in::before {
    width: calc(30 / 390 * 100vw);
    margin-right: calc(12 / 390 * 100vw);
  }
  .front-faq-body {
    margin-top: calc(4 / 390 * 100vw);
  }
  .front-faq-txt {
    font-size: calc(14 / 390 * 100vw);
  }
  .front-faq-txt + .front-faq-txt {
    margin-top: calc(8 / 390 * 100vw);
  }

  /*-----( front-news )-----*/
  .front-news {
    padding: calc(40 / 390 * 100vw) 0;
    background-attachment: scroll;
  }
  .front-news-inner {
    width: calc(340 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw);
  }
  .front-news-ttl::before {
    width: calc(50 / 390 * 100vw);
  }
  .front-news-list {
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .front-news-list-item + .front-news-list-item {
    margin-top: calc(10 / 390 * 100vw);
  }
  .front-news-list-link {
    padding-top: calc(6 / 390 * 100vw);
    padding-left: calc(12 / 390 * 100vw);
  }
  .front-news-list-time {
    margin-bottom: calc(6 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .front-news-list-txt {
    font-size: calc(16 / 390 * 100vw);
  }

  /*-----( front-voice )-----*/
  .front-voice {
    padding: calc(40 / 390 * 100vw) 0 0;
  }
  .front-voice-ttl::before {
    width: calc(60 / 390 * 100vw);
  }
  .front-voice-list {
    display: block;
    margin: calc(30 / 390 * 100vw) 0;
  }
  .front-voice-list-item + .front-voice-list-item{
    margin-top: calc(30 / 390 * 100vw);
  }
  .front-voice-list-txt {
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.6;
  }

  /*-----------------------------------------------
    お問合せ
  -----------------------------------------------*/
  .page-contact-ttl::before {
    width: calc(40 / 390 * 100vw);
  }
  .page-contact-lead {
    margin-top: calc(40 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
  }
  .page-contact-lead-ttl {
    margin-top: calc(20 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .page-contact-lead-txt,
  .form-label,
  .form-input,
  .form-input input,
  .form-input textarea {
    font-size: calc(14 / 390 * 100vw);
  }
  .form-label {
    font-size: calc(16 / 390 * 100vw);
  }
  .form-row {
    flex-direction: column;
  }
  .form-label,
  .form-input {
    width: 100%;
  }
  .form-label {
    margin-bottom: 5px;
  }
  .wpcf7-radio .wpcf7-list-item-label {
    vertical-align: calc(3 / 390 * 100vw);
  }
  .form-submit input[type="submit"] {
    width: 100%;
    height: calc(60 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .front-flow-step-image img {
    position: relative;
  }
  .front-flow-step-number,
  .front-flow-step-ttl{
    font-size: calc(16 / 390 * 100vw);
  }
  .front-flow-step-number{
    line-height: calc(32 / 390 * 100vw);
    width: calc(32 / 390 * 100vw);
    margin-left: calc(-6 / 390 * 100vw);
  }
  .front-flow-step:not(.front-flow-step-complete):before{
    left: calc(10 / 390 * 100vw);
  }
  .front-flow-step .front-flow-step-content {
    padding-left: calc(36 / 390 * 100vw);
    .front-flow-checkpoint{
      width: 100%;
    }
  }
  .front-flow-step.front-flow-step-with-image {
    .front-flow-step-image{
      float: right;
    }
    .front-flow-step-image img {
        top: calc(-16 / 390 * 100vw);
        max-width: 30vw;
        min-width: 30vw;
    }
  }
  .front-flow-step-complete {
    .front-flow-step-number{
      border-width: 2px; 
    }
    .front-flow-step-number:before {
      border-width: 0px 3px 3px 0px;
      top: 40%;
    }
  }
  .front-sell-step {
    padding: calc(10 / 390 * 100vw);
    .front-sell-step-ttl {
        font-size: calc(16 / 390 * 100vw);
        line-height: 1.4;
        & .front-sell-step-number {
          margin-right: calc(12 / 390 * 100vw);
          width: calc(30 / 390 * 100vw);
        }
    }
    .front-sell-step-content{
      padding-left: calc(42 / 390 * 100vw);
    }
    
  }

  .front-sell-section--reason{
  
    ol > li::marker {
      font-weight: bold;
      font-size: 1.6em;
      color: #333;
    }
  }
  .section-title {
      & .section-title--icon {
          width: calc(50 / 390 * 100vw);
      }
      & .section-title--text {
        p {
          font-size: calc(14 / 390 * 100vw);
        }
        h2 {
          font-size: calc(20 / 390 * 100vw);
        }
      }
  }
  #main .front-sell-section--message {
    padding: calc(10 / 390 * 100vw);
    display: block;
    .section-message--text,
    .section-message--image{
      width: 100%;
      margin-top: calc(20 / 390 * 100vw);
    }
    h3 {
      font-size: calc(18 / 390 * 100vw);
      line-height: 1.5;
    }
  }

  .front-company-table{
    th, td {
      text-align: left;
      padding: calc(5 / 390 * 100vw) calc(10 / 390 * 100vw);
    }
    th {
      font-size: calc(14 / 390 * 100vw);
    }
  }

  .front-company-guide-image {
      ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
      }
      li {
        width: 100%;
      }
  }  
.front-company-representative-content {
    .front-company-representative-name {
        font-size: 1.5em;
      line-height: 1em;
    }
}
  .front-company-history{
    table, tr, td, th {
      display: block;
    }
    tr {
      margin-bottom: 10px;
    }
    td:nth-child(1) {
      font-weight: bold;
      white-space: nowrap;
    }
  }
.front-company-representative-content {
    display: flex;
  flex-direction: column-reverse;
  justify-content: start;
    gap: 3%;
    align-items: center;
    .front-company-representative-image {
        width: 100%;
    }
  .front-company-representative-info{
    width: 100%;
  }
}
  .front-company-staff-item{
    flex-direction: column-reverse;
  }
.front-company-staff-item {
    .front-company-staff-image {
        margin-top: 10px;
        min-width: 100%;
        width: 35%;
    }
}
	
	.post-navigation > * {
		width: 100%;
		float: none !important;
	}
	.post-navigation .next-post {display: block;margin-top: 30px;}
}


/* blog css */
.blog_box {
	background: #f5f5f5;
	padding: 20px 30px;
	margin: 2em auto;
	
}
.blog_box a {
	color: #333;
}
span.point {
	display: inline;
	color: #1a4d0b;
	line-height: 1;
	text-decoration: underline #e5edcc .5em;
	text-underline-offset: -0.2em;
}
.renewaltxt {
	border-left: 8px solid #194e0a;
	padding: .1em 1em;
}
* + .renewaltxt {
	margin-top: 2em;
	margin-bottom: .5em;
}

/*-----------------------------------------------
  軍用地詳細ページ (single-gunyou)
-----------------------------------------------*/

.gunyou-template-default .marker-text {
	text-align: center;
	margin: 0 auto 1em;
}
.gunyou-template-default * + .marker-text {
	margin-top: 2.6em;
}
.gunyou-template-default .marker-text small {
	display: block;
	color: #ccc;
}

/*-----( gunyou-detail-images )-----*/
.gunyou-detail-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, calc(20 / 1600 * 100vw), 20px);
  margin-bottom: clamp(24px, calc(36 / 1600 * 100vw), 36px);
}
.gunyou-detail-images-item {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f0f0f0;
}
.gunyou-detail-images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .gunyou-detail-images-item img:hover {
    transform: scale(1.04);
  }
}

/*-----( gunyou-detail-dl )-----*/
.gunyou-detail-dl {
  margin: 0 0 clamp(16px, calc(24 / 1600 * 100vw), 24px);
  border-top: 1px solid #ccc;
}
.gunyou-detail-dl-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
}
.gunyou-detail-dl-dt {
  flex-shrink: 0;
  width: clamp(120px, calc(180 / 1600 * 100vw), 180px);
  padding: clamp(10px, calc(14 / 1600 * 100vw), 14px) clamp(12px, calc(16 / 1600 * 100vw), 16px);
  background: #f4f6ed;
  font-weight: 600;
  color: #194e0a;
  display: flex;
  align-items: center;
}
.gunyou-detail-dl-dd {
  padding: clamp(10px, calc(14 / 1600 * 100vw), 14px) clamp(16px, calc(20 / 1600 * 100vw), 20px);
  font-size: clamp(14px, calc(16 / 1600 * 100vw), 16px);
  display: flex;
  align-items: center;
  margin: 0;
}

/*-----( 物件番号グループ )-----*/
.gunyou-detail-dl--num .gunyou-detail-dl-dd {
  color: #666;
}

/*-----( 価格強調 )-----*/
.gunyou-detail-dl-dd--price {
  font-size: clamp(18px, calc(26 / 1600 * 100vw), 26px) !important;
  font-weight: 700;
  color: #c0392b;
}

.gunyou-detail-dl--land {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.gunyou-detail-dl--land:has(:only-child) {
	grid-template-columns: 1fr;
}

/*-----( gunyou-detail-ex )-----*/
.gunyou-detail-ex {
	margin: 3em auto;
	background: #f4f9ef;
	padding: 2em;
}
.gunyou-detail-ex .marker-text {
	text-decoration: underline #ffffff 0.4em;
	text-align: left;
}
.gunyou-table {
	background: #fff;
}

/*-----( gunyou-detail-map )-----*/
.gunyou-detail-map {
  margin-bottom: clamp(24px, calc(36 / 1600 * 100vw), 36px);
}
.gunyou-detail-map-ttl {
  padding: clamp(8px, calc(10 / 1600 * 100vw), 10px) clamp(12px, calc(16 / 1600 * 100vw), 16px);
  background: #f4f6ed;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  
  font-weight: 600;
  color: #194e0a;
  margin: 0;
}
.gunyou-detail-map-body {
  margin-top: clamp(12px, calc(16 / 1600 * 100vw), 16px);
}
.gunyou-detail-map-body iframe {
  width: 100%;
  height: clamp(280px, calc(400 / 1600 * 100vw), 400px);
  border: none;
  display: block;
}
.gunyou-detail-map-frame {
  width: 100%;
  height: 400px; /* 地図の高さ */
}

/*-----( gunyou レスポンシブ )-----*/
@media screen and (max-width: 834px) {
  .gunyou-detail-images {
    grid-template-columns: 1fr;
    gap: calc(12 / 390 * 100vw);
    margin-bottom: calc(24 / 390 * 100vw);
  }
  .gunyou-detail-dl-dt {
    width: calc(110 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
  .gunyou-detail-dl-dd {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(12 / 390 * 100vw);
  }
  .gunyou-detail-dl-dd--price {
    font-size: calc(20 / 390 * 100vw) !important;
  }
  .gunyou-detail-map-body iframe {
    height: calc(250 / 390 * 100vw);
  }
	.gunyou-detail-dl--land {
		grid-template-columns: 1fr;
	}
}

/*-----------------------------------------------
  軍用地一覧ページ (archive-gunyou)
-----------------------------------------------*/
.archive-list {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, calc(40 / 1600 * 100vw), 40px);
  margin-bottom: clamp(40px, calc(60 / 1600 * 100vw), 60px);
}

.gunyou-archive-card {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: clamp(16px, calc(24 / 1600 * 100vw), 24px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.gunyou-archive-card-num {
  color: #666;
  margin-bottom: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}
.gunyou-archive-card-num-lbl {
  font-weight: 600;
}

.gunyou-archive-card-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(20px, calc(32 / 1600 * 100vw), 32px);
}

.gunyou-archive-card-img-wrap {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f0f0f0;
  border: 1px solid #eee;
}
.gunyou-archive-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .gunyou-archive-card-img:hover {
    transform: scale(1.04);
  }
}

.gunyou-archive-card-content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(14 / 1600 * 100vw), 14px);
  position: relative;
  height: 100%;
}

/* 各グループの dl 定義 */
.gunyou-archive-card-dl {
  display: flex;
  align-items: stretch;
  border: 1px solid #ccc;
  margin: 0;
}

.gunyou-archive-card-dt {
  flex-shrink: 0;
  width: 9em;
  padding: clamp(8px, calc(12 / 1600 * 100vw), 12px) clamp(10px, calc(14 / 1600 * 100vw), 14px);
  background: #f4f6ed;
  font-weight: 600;
  color: #194e0a;
  display: flex;
  align-items: center;
}

.gunyou-archive-card-dd {
  flex-grow: 1;
  padding: clamp(8px, calc(12 / 1600 * 100vw), 12px) clamp(12px, calc(16 / 1600 * 100vw), 16px);
  display: flex;
  align-items: center;
  margin: 0;
  background: #ffffff;
}

/* 施設名 */
.gunyou-archive-card-dd--name {
  font-weight: bold;
}

/* 価格強調 */
.gunyou-archive-card-dd--price {
  font-weight: 700;
  color: #c0392b;
}

/* 4項目グリッド (土地面積、年間借地料、地目、倍率) */
.gunyou-archive-card-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gunyou-archive-card-specs-grid .gunyou-archive-card-dl {
  border: 1px solid #ccc;
}
@media screen and (min-width: 834.2px) {
	.gunyou-archive-card-specs-grid .gunyou-archive-card-dl {
		margin-top: -1px;
	}
	.gunyou-archive-card-specs-grid .gunyou-archive-card-dl:nth-child(2n) {
		margin-left: -1px;
	}
}

.gunyou-archive-card-specs-grid .gunyou-archive-card-dt {
  padding: clamp(6px, calc(8 / 1600 * 100vw), 8px) clamp(8px, calc(10 / 1600 * 100vw), 10px);
}

.gunyou-archive-card-specs-grid .gunyou-archive-card-dd {
  padding: clamp(6px, calc(8 / 1600 * 100vw), 8px) clamp(8px, calc(12 / 1600 * 100vw), 12px);
}

/* 一言コメント */
.gunyou-archive-card-dd--comment {
  color: #555;
  line-height: 1.5;
}

/* ボタン右下配置 */
.gunyou-archive-card-group--btn {
  margin-top: auto;
  align-self: flex-end;
}

.gunyou-archive-card-btn {
  min-width: 200px;
	text-align: center;
}

/*-----------------------------------------------
  軍用地一覧ページ レスポンシブ (archive-gunyou SP)
-----------------------------------------------*/
@media screen and (max-width: 834px) {
  .archive-list {
    gap: calc(20 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
  }

  .gunyou-archive-card {
    padding: calc(16 / 390 * 100vw);
  }

  .gunyou-archive-card-num {
    font-size: calc(13 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
    padding-bottom: calc(6 / 390 * 100vw);
  }

  .gunyou-archive-card-body {
    grid-template-columns: 1fr;
    gap: calc(16 / 390 * 100vw);
  }

  .gunyou-archive-card-img-wrap {
    aspect-ratio: 16 / 9;
  }

  .gunyou-archive-card-content {
    gap: calc(10 / 390 * 100vw);
  }

  .gunyou-archive-card-dt {
    width: calc(90 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw);
  }

  .gunyou-archive-card-dd {
    font-size: calc(13 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(10 / 390 * 100vw);
  }

  .gunyou-archive-card-dd--price {
    font-size: calc(18 / 390 * 100vw);
  }

  .gunyou-archive-card-specs-grid {
    grid-template-columns: 1fr;
    gap: calc(6 / 390 * 100vw);
  }

  .gunyou-archive-card-specs-grid .gunyou-archive-card-dt {
    width: calc(90 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw);
  }

  .gunyou-archive-card-specs-grid .gunyou-archive-card-dd {
    font-size: calc(13 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(10 / 390 * 100vw);
  }

  .gunyou-archive-card-dd--comment {
    font-size: calc(12 / 390 * 100vw);
  }

  .gunyou-archive-card-group--btn {
    align-self: stretch;
    margin-top: calc(8 / 390 * 100vw);
  }

  .gunyou-archive-card-btn {
    width: 100%;
    text-align: center;
  }
}

/*-----------------------------------------------
  軍用地一覧ページフッター (gunyou-footer)
-----------------------------------------------*/
.gunyou-footer {
  margin-top: clamp(60px, calc(100 / 1600 * 100vw), 100px);
  padding-top: clamp(40px, calc(60 / 1600 * 100vw), 60px);
  border-top: 1px solid #ccc;
}
.gunyou-footer .marker-text {
	text-align: center;
}

.set-merit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  gap: clamp(16px, calc(24 / 1600 * 100vw), 24px);
  list-style: none;
  padding: 0;
  margin: clamp(20px, calc(30 / 1600 * 100vw), 30px) 0 0;
}

.set-merit > li {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
}

.set-merit > li > .box {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  background: #f4f6ed;
  border: 1px solid #dcdfd3;
  padding: clamp(16px, calc(24 / 1600 * 100vw), 24px);
  height: 100%;
  box-sizing: border-box;
}

.set-merit > li > .box h3 {
  grid-row: 1;
  color: #194e0a;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
	text-align: center;
	height: 100%;
	display: grid;
	place-content: center;
}

.set-merit > li > .box p {
  grid-row: 2;
  line-height: 1.6;
  color: #333;
  align-self: start;
  padding-top: 12px;
  border-top: 2px solid #194e0a;
}

.set-merit .hl {
  color: #c0392b;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .gunyou-footer {
    margin-top: calc(40 / 390 * 100vw);
    padding-top: calc(30 / 390 * 100vw);
  }
  .set-merit {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: calc(16 / 390 * 100vw);
  }
  .set-merit > li {
    grid-row: auto;
    display: block;
  }
  .set-merit > li > .box {
    grid-row: auto;
    display: block;
    padding: calc(16 / 390 * 100vw);
		height: auto;
  }
  .set-merit > li > .box h3 {
    font-size: calc(15 / 390 * 100vw);
    padding-bottom: calc(8 / 390 * 100vw);
  }
  .set-merit > li > .box p {
    font-size: calc(13 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
		margin-top: 0;
  }
}

/*-----------------------------------------------
  サイトマップページ (sitemap)
-----------------------------------------------*/
.front-sitemap {
  padding: clamp(40px, calc(80 / 1600 * 100vw), 80px) 0;
}

.sitemap-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(40px, calc(80 / 1600 * 100vw), 80px);
  margin-top: clamp(30px, calc(50 / 1600 * 100vw), 50px);
}

.sitemap-links-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sitemap-links-list-item {
  border-bottom: 1px dashed #ccc;
}

.sitemap-links-list-link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: clamp(14px, calc(16 / 1600 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: clamp(12px, calc(16 / 1600 * 100vw), 16px) 0;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

/* 箇条書きの矢印マーカー */
.sitemap-links-list-link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #194e0a;
  border-right: 2px solid #194e0a;
  transform: rotate(45deg);
  margin-right: 12px;
  flex-shrink: 0;
}

@media (hover: hover) {
  .sitemap-links-list-link:hover {
    color: #194e0a;
    padding-left: 6px;
  }
}

/* スマホ時 (834px以下) */
@media screen and (max-width: 834px) {
  .front-sitemap {
    padding: calc(40 / 390 * 100vw) 0;
  }
  .sitemap-links {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: calc(20 / 390 * 100vw);
  }
  .sitemap-links-list-link {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) 0;
  }
  .sitemap-links-list-link::before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
  }
	.archive-wrapper .info-item {
		grid-template-columns: 1fr;
	}
}

.related-entry-card-title, .entry-card-title {
	font-size: 1.2em;
}
.related-entry-card-snippet, .entry-card-snippet {
	font-size: 1.1em;
}

.grecaptcha-badge {display:none !important;}